/* MAIN STYLES FILE*/
/*!
Pure v0.1.0
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v1.1.2 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}
h6 {
  font-size: .67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.mobileNavGrad {
  background: #4c4c4e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4c4c4e 0%, #2f2f30 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4e), color-stop(100%, #2f2f30));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4c4c4e 0%, #2f2f30 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4c4c4e 0%, #2f2f30 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4c4c4e 0%, #2f2f30 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4c4c4e 0%, #2f2f30 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4e', endColorstr='#2f2f30', GradientType=0);
  /* IE6-9 */
}
.backgroundCrop {
  background-position: center;
  background-size: cover;
  /*-ms-behavior: url(/assets/libs/backgroundsize.min.htc);*/
}
.backgroundScale {
  background-position: center;
  background-size: contain;
  /*-ms-behavior: url(/assets/libs/backgroundsize.min.htc);*/
}
.inline * {
  display: inline;
}
.flatlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pie {
  /*behavior: url(/assets/libs/pie/PIE.php);*/
}
.boxSizing {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.t {
  display: table!important;
  width: 100%;
}
.tr {
  display: table-row !important;
}
.tc {
  display: table-cell !important;
}
.vc {
  vertical-align: middle;
}
.print {
  display: none;
}
.inline {
  display: inline!important;
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}
/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.nivo-caption p {
  padding: 5px;
  margin: 0;
}
.nivo-caption a {
  display: inline !important;
}
.nivo-html-caption {
  display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
.nivo-prevNav {
  left: 0px;
}
.nivo-nextNav {
  right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}
.nivo-controlNav a {
  cursor: pointer;
}
.nivo-controlNav a.active {
  font-weight: bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.theme-default .nivoSlider {
  position: relative;
  background: #ffffff url("data:image/png;base64,R0lGODlhEAAQAPYAAP///wAAANTU1JSUlGBgYEBAQERERG5ubqKiotzc3KSkpCQkJCgoKDAwMDY2Nj4+Pmpqarq6uhwcHHJycuzs7O7u7sLCwoqKilBQUF5eXr6+vtDQ0Do6OhYWFoyMjKqqqlxcXHx8fOLi4oaGhg4ODmhoaJycnGZmZra2tkZGRgoKCrCwsJaWlhgYGAYGBujo6PT09Hh4eISEhPb29oKCgqioqPr6+vz8/MDAwMrKyvj4+NbW1q6urvDw8NLS0uTk5N7e3s7OzsbGxry8vODg4NjY2PLy8tra2np6erS0tLKyskxMTFJSUlpaWmJiYkJCQjw8PMTExHZ2djIyMurq6ioqKo6OjlhYWCwsLB4eHqCgoE5OThISEoiIiGRkZDQ0NMjIyMzMzObm5ri4uH5+fpKSkp6enlZWVpCQkEpKSkhISCIiIqamphAQEAwMDKysrAQEBJqamiYmJhQUFDg4OHR0dC4uLggICHBwcCAgIFRUVGxsbICAgAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAHjYAAgoOEhYUbIykthoUIHCQqLoI2OjeFCgsdJSsvgjcwPTaDAgYSHoY2FBSWAAMLE4wAPT89ggQMEbEzQD+CBQ0UsQA7RYIGDhWxN0E+ggcPFrEUQjuCCAYXsT5DRIIJEBgfhjsrFkaDERkgJhswMwk4CDzdhBohJwcxNB4sPAmMIlCwkOGhRo5gwhIGAgAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYU7A1dYDFtdG4YAPBhVC1ktXCRfJoVKT1NIERRUSl4qXIRHBFCbhTKFCgYjkII3g0hLUbMAOjaCBEw9ukZGgidNxLMUFYIXTkGzOmLLAEkQCLNUQMEAPxdSGoYvAkS9gjkyNEkJOjovRWAb04NBJlYsWh9KQ2FUkFQ5SWqsEJIAhq6DAAIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhQkKE2kGXiwChgBDB0sGDw4NDGpshTheZ2hRFRVDUmsMCIMiZE48hmgtUBuCYxBmkAAQbV2CLBM+t0puaoIySDC3VC4tgh40M7eFNRdH0IRgZUO3NjqDFB9mv4U6Pc+DRzUfQVQ3NzAULxU2hUBDKENCQTtAL9yGRgkbcvggEq9atUAAIfkECQoAAAAsAAAAABAAEAAAB4+AAIKDhIWFPygeEE4hbEeGADkXBycZZ1tqTkqFQSNIbBtGPUJdD088g1QmMjiGZl9MO4I5ViiQAEgMA4JKLAm3EWtXgmxmOrcUElWCb2zHkFQdcoIWPGK3Sm1LgkcoPrdOKiOCRmA4IpBwDUGDL2A5IjCCN/QAcYUURQIJIlQ9MzZu6aAgRgwFGAFvKRwUCAAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYUUYW9lHiYRP4YACStxZRc0SBMyFoVEPAoWQDMzAgolEBqDRjg8O4ZKIBNAgkBjG5AAZVtsgj44VLdCanWCYUI3txUPS7xBx5AVDgazAjC3Q3ZeghUJv5B1cgOCNmI/1YUeWSkCgzNUFDODKydzCwqFNkYwOoIubnQIt244MzDC1q2DggIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhTBAOSgrEUEUhgBUQThjSh8IcQo+hRUbYEdUNjoiGlZWQYM2QD4vhkI0ZWKCPQmtkG9SEYJURDOQAD4HaLuyv0ZeB4IVj8ZNJ4IwRje/QkxkgjYz05BdamyDN9uFJg9OR4YEK1RUYzFTT0qGdnduXC1Zchg8kEEjaQsMzpTZ8avgoEAAIfkECQoAAAAsAAAAABAAEAAAB4iAAIKDhIWFNz0/Oz47IjCGADpURAkCQUI4USKFNhUvFTMANxU7KElAhDA9OoZHH0oVgjczrJBRZkGyNpCCRCw8vIUzHmXBhDM0HoIGLsCQAjEmgjIqXrxaBxGCGw5cF4Y8TnybglprLXhjFBUWVnpeOIUIT3lydg4PantDz2UZDwYOIEhgzFggACH5BAkKAAAALAAAAAAQABAAAAeLgACCg4SFhjc6RhUVRjaGgzYzRhRiREQ9hSaGOhRFOxSDQQ0uj1RBPjOCIypOjwAJFkSCSyQrrhRDOYILXFSuNkpjggwtvo86H7YAZ1korkRaEYJlC3WuESxBggJLWHGGFhcIxgBvUHQyUT1GQWwhFxuFKyBPakxNXgceYY9HCDEZTlxA8cOVwUGBAAA7AAAAAAAAAAAA") no-repeat 50% 50%;
  margin-bottom: 10px;
  /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.theme-default .nivoSlider a {
  border: 0;
  display: block;
}
.theme-default .nivo-controlNav {
  text-align: left;
  padding: 0px 0 20px 0 ;
}
.theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAoCAYAAAD6xArmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAASHSURBVHjatFdNSGNXFP7ue3n5cWInjGMXEqQGpbu2jgtFphibhYKBgD/goosGCy5mERetSEuXilAQhWy6kFEozaq4eHV+SBDBBK0/jWgliJpGhEaJQtIXqOPkvdvNfXJ9vmQcpnPg8N7j3vvdc0++890TQinF+zAB78ks5QYIIYT/ZK4bZQ7KHVlfQik1B+ZABYPrpulOCNGMG1SMGIDI3AJAYk/CIn0NoMSe+kaVc8yiFRioFUBVPB7/Ip/P/6Bp2mw+n/8+Ho97ATjYuAhAMKSu7I9HWIS2TCbzlaIoQb/f75EkiQQCgUZJkr4+Ojr6EoCdO8lNo5TecDbJCuB+JBL5fHNzUxZFUQZw7U6nUz44OJCnpqaaAVSz+YTHrBSx6PV6O2dmZqCq6o3BYrGIcDiMvr6+TpYK8lY8ttlszlwuZzpWKBQgSVKVaRreAKwdHx/v9vT0mA52d3cjnU7vMkbQu+ZYAlBdW1tbVyqV5P7+/hs5DoVCciaTGQPwIYB7bP6NHBOjVnB0kwDYFhcXH7W0tPiy2eyn6+vr6OjogMPhiC8sLLwcGRn5C8ArxmeNq8ayEetROwDcB1A7Ozvbur29PTg9Pf0ZgIcAPjDQrXLEXNR8oVhMSroEQNUjpZTSN2oFN0llx1PLiJCpTlTUCn2yLjKV5ryVbN5l8Z312KAj72TvjFTuQJb/YVN6l8XE5J3cAfT2NVUGqJwbwW455aqMfwpcYQiGb2LCYcrffzy4xeQmFrmKE7lvgQPWWNGo3LtekZQQQozAOoBF9729vd76+voBPrGqqiqhUOib+fn5PCtt/iQEAOXzxwNKAKzFYvHnra0tzM3NqYlEQs1ms9rjx49Fn88nDg8Pi7lc7qXH43kK4IptcK0fxJACiQP9ZWtrCx0dHZdmdPD7/WIkErEeHh4+bW5ufs7A9bZAAwdqZaL9YH9//8nKykpUF/bJycm9k5MTpVgsvl5aWvq7qakpCkAOBoMvFEWJAag1kdFrYBu7cR8qihIbHBx8DkCemJj4kxrs6OjoH7vdvghAPj09jYXD4UcAXEy/JQCCYMIKAQASiYQKAENDQx5jGjweT3V/f38NAKytrdHe3t5eo9gLxkLxer1WADg/PwcAuFwuq1mO6+rq7ACQy+U0h8PxUblb+rpylpeXXwFAe3u7CACrq6u37v9SqaTJsnwOAK2trUIqlfrVqBmCSe1rlNLLrq4uAQCCweBuOp1W9AlXV1fq2NjYTiqV+rezs1NsaGgg7e3tCUNpw8iKKgCu0dHRjxVFiQUCgWcAZLvdvjgwMLAaCoX+0BnhdDp/SyaTsWw2+yOAGvbD24ysELhbuRpATTqd/lZRlFgwGHzB9xQAZJ/P92xnZydWLBajjGouFpTefd5qsEW++pLJZFdjY2Pw8vKSbGxsqGdnZ7StrU10u90oFAq/u93uaa5PLnH6cSsdEiP5PUb4BwBqx8fHP8lkMt9dXFz8FI1Gu1gHVMMidXK9st4mEDMNFgwnECrIpmqQTc0om9TQjPCLSZk/N5qBCTeaw/8GANoRNx1/Nr/GAAAAAElFTkSuQmCC") no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px;
}
.theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAeCAYAAABwmH1PAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAK+SURBVHja1Jmvc+JAFMc/ZJghLq5xOFCH67m6OHB1lefuv6q7unPg4loFDlTPxQWHSxUVvMykuWz27WZzM/dmMjAh5O13d7/f92Mn1+sVpcXAHTDv+O0CnIGScSwV30nHb4X4rjQvmiqeWQLf5NNmF+AIHLQDsEzwPbAyAG3bu/gt+h6a9KxwCmSGFbVZJc5fPcE+CNjY478FkJt2mwnwdwE71Ergt6y8xhLgUSZ7qOXAXgN4I9solFXAi4LfKfDkuaomOwLb5o2o9UAWGGzNxScLD5MRwCJYMhPgpWzlMSyWrWqyxxHANum5bAOOgbUHP11Dy4NBoNKRfa/rCa0BuypiLpertf0kcs9HkHLHHXZfA44dnW671M/VcYNjvlt53xYkzWRHwELptAKeRfmGCknXd18VflYmOTGwqAFrOPNCmNQxEc6mygwq5NgWkUIwQoKt7U6uUKYdYzq1zPKxhydn4JdCmTPDKvcJkm3g5x7K9SVOydQiCrmF08UIcbMc+N6tjK0zp4h6qp43/l97M+XvUY+w/AyUxP9rS2XsiWs9XOfAO6k1tfxs2sxjwBnwoUg8SkPtvu4Ls1Phy9ySA2874u/Ms1bGwlHNrpoZ4vvG5jdShptNoPq4qbLngO/LFGABygg4OVQdmwBVzbuoaGWgimuqunGo8k6RYxhYBahbD4bvvnX2yoFGZa3SLr2nFPjhqeBFa3ILz5jrM4bXZlgqHLdX4snpXHlPw9nEkUZFOw7v0Dfb8ARbGjKrfES/F8H2V+JRceswViM4PVpq6H2AstOU/n7B1NW1TCX2JoGc7h1WMCNcX+0iYL/sKlNfuu5xLQfO7s4j9FizJSVnd127dWI5W5pza7LNHYEeGHbcUreCXHtthaixUfknysO0lNv5Uor5MK0E/sgVSgdi6cgsejokhfg+abLGzwEA5nq5vbenPB4AAAAASUVORK5CYII=") no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
  opacity: 1;
}
.theme-default a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}
.theme-default a.nivo-prevNav {
  left: 15px;
}
.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
  color: #fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}
/*AauxNext-Regular*/
@font-face {
  font-family: 'AauxNext';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/273BEA_2_0.eot');
  src: url('../fonts/273BEA_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/273BEA_2_0.woff') format('woff'), url('../fonts/273BEA_2_0.ttf') format('truetype');
}
/*AauxNext-Bold*/
@font-face {
  font-family: 'AauxNextBold';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/273BEA_0_0.eot');
  src: url('../fonts/273BEA_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/273BEA_0_0.woff') format('woff'), url('../fonts/273BEA_0_0.ttf') format('truetype');
}
/*AauxNext-RegularItalic */
@font-face {
  font-family: 'AauxNextItalic';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/273BEA_1_0.eot');
  src: url('../fonts/273BEA_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/273BEA_1_0.woff') format('woff'), url('../fonts/273BEA_1_0.ttf') format('truetype');
}
/*AauxNext-BoldItalic  */
@font-face {
  font-family: 'AauxNextBoldItalic';
  font-weight: bold;
  font-style: italic;
  src: url('../fonts/273BEA_3_0.eot');
  src: url('../fonts/273BEA_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/273BEA_3_0.woff') format('woff'), url('../fonts/273BEA_3_0.ttf') format('truetype');
}
/*CreightonPro-Bold*/
@font-face {
  font-family: 'CreightonPro';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/273BED_0_0.eot');
  src: url('../fonts/273BED_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/273BED_0_0.woff') format('woff'), url('../fonts/273BED_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'silicon-beach';
  src: url('../fonts/silicon-beach-2.eot');
  src: url('../fonts/silicon-beach-2.eot?#iefix') format('embedded-opentype'), url('../fonts/silicon-beach-2.woff') format('woff'), url('../fonts/silicon-beach-2.ttf') format('truetype'), url('../fonts/silicon-beach-2.svg#silicon-beach') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'silicon-beach';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-facebook,
.icon-twitter,
.icon-google-plus,
.icon-feed,
.icon-call,
.icon-menu,
.icon-search,
.icon-pencil,
.icon-play,
.icon-books,
.icon-calendar,
.icon-gift,
.icon-tag,
.icon-phone,
.icon-facebook-2,
.icon-twitter-2,
.icon-list,
.icon-linkedin,
.icon-users,
.icon-linkedin-2,
.icon-file-pdf,
.icon-map,
.icon-question-sign {
  font-family: 'silicon-beach';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-facebook:before {
  content: "\e000";
}
.icon-twitter:before {
  content: "\e001";
}
.icon-google-plus:before {
  content: "\e002";
}
.icon-feed:before {
  content: "\e003";
}
.icon-call:before {
  content: "\e004";
}
.icon-menu:before {
  content: "\e005";
}
.icon-search:before {
  content: "\e006";
}
.icon-pencil:before {
  content: "\e007";
}
.icon-play:before {
  content: "\e008";
}
.icon-books:before {
  content: "\e009";
}
.icon-calendar:before {
  content: "\e00a";
}
.icon-gift:before {
  content: "\e00c";
}
.icon-tag:before {
  content: "\e00b";
}
.icon-phone:before {
  content: "\e00d";
}
.icon-facebook-2:before {
  content: "\e00e";
}
.icon-twitter-2:before {
  content: "\e00f";
}
.icon-list:before {
  content: "\e010";
}
.icon-linkedin:before {
  content: "\e011";
}
.icon-users:before {
  content: "\e012";
}
.icon-linkedin-2:before {
  content: "\e013";
}
.icon-file-pdf:before {
  content: "\e014";
}
.icon-map:before {
  content: "\e015";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon {
  font-family: 'silicon-beach';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.aaux {
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
}
.aauxBold {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
}
.aauxItalic {
  font-family: 'AauxNextItalic', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
}
.aauxBoldItalic {
  font-family: 'AauxBoldItalic', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: bold;
  font-style: italic;
}
.creighton {
  font-family: "CreightonPro", "Arial Narrow", "Helvetica Narrow", sans-serif;
  font-weight: bold;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  margin-bottom: 10px;
}
body {
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  font-size: 1em;
  line-height: 1.3em;
  color: #4c4c4e;
  /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
  /*14px*/
}
a,
a:visited,
a:active {
  color: #00607f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CreightonPro", "Arial Narrow", "Helvetica Narrow", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #00607f;
  line-height: 1.1em;
  /*letter-spacing:1px;*/
}
strong {
  font-family: 'AauxNextBold', sans-serif;
  font-weight: normal;
}
p,
pre {
  margin: 0;
  margin-bottom: 20px;
}
h1 {
  font-size: 2.28571428571429em;
  vertical-align: top;
}
h1 {
  /*border-bottom: 20px solid @orange;*/
}
h2 {
  font-size: 1.85714285714286em;
}
h3 {
  font-size: 1.42857142857143em;
}
h4,
h5,
h6 {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  font-size: 1em;
}
input:focus,
textarea:focus {
  outline: none;
}
strong {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
}
hr {
  border: 0;
  height: 1px;
  background: #E4DDD8;
  margin: 20px 0px;
}
table {
  margin-bottom: 20px;
  border: 1px solid #e4ddd8;
}
thead tr {
  background-color: #f6f3f1;
}
thead tr th {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  padding: 10px;
  text-align: left;
}
tbody tr td {
  padding: 10px;
}
/* STRUCTURE IN HERE */
* {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.row {
  overflow: hidden;
  clear: both;
  width: 100%;
}
.two {
  width: 50%;
  float: left;
}
.two .panel {
  padding-bottom: 200px;
  margin-bottom: -200px;
}
.row > .panel {
  padding: 0px;
}
.row > .panel .two {
  padding: 20px;
  padding-bottom: 0px;
}
.two.tc {
  float: none;
}
.two > img {
  display: block;
  border-top-width: 10px;
  border-top-style: solid;
}
.two:first-child {
  padding-right: 10px;
}
.two:last-child {
  padding-left: 10px;
}
.break.under {
  margin-bottom: 20px;
}
.break.over {
  margin-top: 20px;
}
.flush {
  margin: 0;
}
.panel {
  padding: 10px;
  overflow: hidden;
}
html {
  height: 100%;
}
nav ul#mainNav {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
nav ul#mainNav > li {
  display: block;
  float: left;
  line-height: 40px;
}
#main {
  padding-top: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
#main section#content {
  width: 65.625%;
  float: left;
  padding-top: 0px;
  min-height: 500px;
}
#main div.social_media_action {
  margin-top: 20px;
}
#main section#sidebar {
  width: 34.375%;
  float: right;
}
#main section#sidebar .pad {
  padding: 0px;
  padding-left: 40px;
  padding-top: 4px;
}
@media screen and (max-width: 980px) and (min-width: 850px) {
  body {
    padding: 0 20px;
  }
  header,
  nav,
  #lowProfileCourseSearch,
  footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
img {
  max-width: 100%;
}
footer .container {
  padding-top: 30px;
}
.lt-tablet {
  display: none!important;
}
button.courseDetails {
  display: none!important;
}
section#book_now {
  display: block;
}
/* Desktops*/
@media only screen and (min-width: 959px) {
  .mobile {
    display: none!important;
  }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .mobile {
    display: none!important;
  }
  .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .lt-tablet {
    display: block!important;
  }
  .hide-med {
    display: none!important;
  }
  button.courseDetails {
    display: block!important;
  }
  section#book_now {
    display: none;
  }
  section#connect {
    display: none;
  }
  #mainNav {
    display: none;
  }
  #siteSearch {
    display: none;
  }
  nav {
    height: 20px;
  }
  #main .two > img {
    width: 100%;
  }
  #main section#content {
    width: auto;
    float: none;
    padding-top: 0px;
    min-height: auto;
  }
  #main section#sidebar {
    width: auto;
    float: none;
  }
  #main section#sidebar .pad {
    padding: 0px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .hide-small {
    display: none;
  }
  .show-small {
    display: block!important;
  }
  .show-med {
    display: none;
  }
  .mobile {
    display: block!important;
  }
  .gtMobile {
    display: none!important;
  }
  #main .two.tc {
    float: none;
    display: block!important;
    width: 100%;
  }
  #main .row > .panel .two.tc:first-child {
    padding-bottom: 0px;
  }
  #main .row > .panel .two.tc.frame {
    background-image: none!important;
    padding: 0;
  }
  #main .row > .panel .two.tc.frame img {
    display: block!important;
  }
  #main .row > .panel .two {
    padding: 10px;
    margin: 0px;
  }
  #main .row > .panel .two.tc:nth-child(1) img {
    margin-bottom: 3px;
  }
  #main .row > .panel .two.tc:nth-child(2) img {
    border: none;
  }
  #main .two > img {
    display: block!important;
    margin: 0;
    border: none;
    padding: 0;
  }
  #main .row > .panel .two.frame {
    padding: 0px;
    margin-bottom: 0px;
    background-image: none!important;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* iPads (portrait) ----------- */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
.btn {
  background-color: #f6b221;
  padding: 2px 5px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  border: none;
  padding: 5px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  height: 30px;
}
a.btn {
  color: #fff;
}
.btn:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.btn:active {
  -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.btn,
.btn-feature {
  cursor: pointer;
}
.btn-feature {
  font-family: 'silicon-beach';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding: 0px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  color: #000000;
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.3);
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
@media screen and (max-width: 960px) {
  .btn-feature {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
  }
}
.btn-feature:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.btn-feature:active {
  -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.snap-content {
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.snap-drawer-left {
  left: 0;
  z-index: 1;
}
.snap-drawer-right {
  right: 0;
  z-index: 1;
}
.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}
.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}
header {
  background-color: #00607f;
  overflow: visible;
  height: 80px;
  position: relative;
  border-bottom: 1px solid #dddbd9;
}
header h1 {
  font-family: 'silicon-beach';
  margin: 0;
  position: absolute;
  font-size: 60px;
  color: #ffffff;
  font-weight: normal;
  line-height: 80px;
}
header h1 a,
header h1 a:visited,
header h1 a:active,
header h1 a:hover {
  color: #ffffff;
  text-decoration: none;
}
header #mobileMenuTrigger {
  position: absolute;
  font-size: 26px;
  font-family: 'silicon-beach';
  top: 17px;
  left: 10px;
  color: #ffffff;
  cursor: pointer;
}
header #mobileMenuTrigger span {
  font-size: 18px;
  font-family: "CreightonPro", "Arial Narrow", "Helvetica Narrow", sans-serif;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -2px;
  left: -2px;
  text-transform: uppercase;
}
header #mobileCallTrigger {
  position: absolute;
  font-size: 28px;
  font-family: 'silicon-beach';
  top: 16px;
  right: 8px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  display: none;
}
header #mobileCallTrigger span {
  font-size: 18px;
  font-family: "CreightonPro", "Arial Narrow", "Helvetica Narrow", sans-serif;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -3px;
  left: 4px;
  text-transform: uppercase;
}
header #mobileMenuTrigger img {
  height: 80px;
}
#logo {
  width: 373px;
  height: 62px;
}
#logo {
  background: url(../img/logos-01.svg) no-repeat top left;
  position: absolute;
  top: 8px;
  left: -5px;
}
#logo a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.no-svg #logo {
  background-image: url(../img/logos-01.png);
}
#cta {
  position: absolute;
  right: 0px;
  color: #ffffff;
  font-size: 18px;
  text-align: right;
}
#cta p {
  margin-right: 60px;
  margin-top: 1em;
}
#cta .for {
  display: block;
}
#cta span.large {
  font-size: 18px;
}
#cta em {
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  position: relative;
  top: 1px;
}
#cta a,
#cta a:visited,
#cta a:active {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
#cta a.btn-feature,
#cta a:visited.btn-feature,
#cta a:active.btn-feature {
  background-color: #ffffff;
  color: #f6b221;
  position: absolute;
  top: 14px;
  right: 0px;
  font-size: 40px;
  font-weight: normal;
}
#cta .form {
  position: absolute;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  border: 5px solid #f6f3f1;
  width: 280px;
  text-align: left;
  top: -400px;
  right: 60px;
  background-color: #e4ddd8;
  height: 310px;
  z-index: 20000;
  padding: 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  /* Safari and Chrome */
  font-size: 1.2em;
  color: #4c4c4e;
}
#cta .form p {
  margin: 10px 0px;
  margin-bottom: 20px;
}
#cta .form label {
  display: block;
  font-weight: bold;
}
#cta .form a {
  color: #a59482;
  position: absolute;
  right: 10px;
  bottom: 7px;
}
#cta .form input[type=text] {
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-size: 1em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 2px 10px 0px 10px;
  width: 100%;
  border: none;
  margin: 7px 0px;
}
#cta .form button {
  width: 130px;
}
#cta .form button:disabled {
  background-color: #f6f3f1;
}
#cta .form button:disabled:hover,
#cta .form button:disabled:active {
  box-shadow: none;
}
#cta .form:after {
  content: " ";
  width: 15px;
  height: 20px;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: 14px;
  right: -20px;
}
#headerCallback {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 959px) {
  header {
    height: 60px;
  }
  header h1 {
    line-height: 60px;
    font-size: 40px;
    margin-left: -10px;
  }
  header #mobileMenuTrigger {
    top: 17px;
  }
  header #mobileMenuTrigger span {
    position: relative;
    top: -3px;
  }
  header #logo {
    background: url(../img/logos-02.svg) no-repeat top left;
    position: absolute;
    top: 9px;
    left: 10px;
  }
  .no-svg header #logo {
    background-image: url(../img/logos-02.png);
  }
  #cta .for {
    display: none;
  }
  #cta a.btn-feature,
  #cta a:visited.btn-feature,
  #cta a:active.btn-feature {
    background-color: #ffffff;
    color: #f6b221;
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 30px;
    font-weight: normal;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  header h1 {
    position: absolute;
    right: 10px;
    overflow: hidden;
  }
  header #logo {
    background: url(../img/logos-03.svg) no-repeat top left;
    position: absolute;
    top: 0px;
    right: 60px;
    left: auto;
    /*margin-left: -105px;*/
    width: 209px;
    height: 42px;
  }
  header #cta p {
    margin-right: 20px;
  }
  header #cta span.large {
    font-size: 14px;
    position: relative;
    right: 38px;
    top: 15px;
  }
  .no-svg header #logo {
    background-image: url(../img/logos-03.png);
  }
}
@media only screen and (max-width: 480px) {
  header h1 {
    text-indent: -41px;
    font-size: 40px;
  }
  header #mobileMenuTrigger,
  header #mobileCallTrigger {
    color: #abd2df;
  }
}
@media only screen and (max-width: 520px) {
  .touch header #mobileCallTrigger {
    display: block;
  }
  .touch header #cta {
    display: none;
  }
  .touch header h1 {
    text-indent: -41px;
    font-size: 40px;
  }
  .touch header #mobileMenuTrigger,
  .touch header #mobileCallTrigger {
    color: #abd2df;
  }
  .touch header #logo {
    width: 170px;
    background: url(../img/logos-04.svg) no-repeat top left;
    left: 50%;
    margin-left: -85px;
    height: 45px;
    top: 10px;
  }
  html.no-svg.no-touch header #logo {
    background-image: url(../img/logos-04.png);
  }
}
nav {
  background-color: #f6f3f1;
  border-bottom: 1px solid #dddbd9;
  border-top: 1px solid #fff;
}
nav ul#mainNav li a {
  font-family: "CreightonPro", "Arial Narrow", "Helvetica Narrow", sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  display: block;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
nav ul#mainNav li a:after {
  content: url(../img/navbreak.png);
  position: absolute;
  right: -1px;
  top: 5px;
}
nav ul#mainNav li:last-child a:after {
  content: '';
}
div#mainNavMobile {
  background-color: #e4ddd8;
  display: none;
}
div#mainNavMobile ul {
  overflow: hidden;
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #fff;
}
div#mainNavMobile ul li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #dddbd9;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #dddbd9;
}
div#mainNavMobile ul li a {
  display: block;
  padding-left: 5px;
  background-color: #f6f3f1;
  line-height: 42px;
  color: #00607f;
  font-family: "CreightonPro", "Arial Narrow", "Helvetica Narrow", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-decoration: none;
  text-indent: 10px;
  cursor: pointer;
}
div#mainNavMobile form {
  padding: 5px 15px;
}
div#mainNavMobile form input {
  width: 100%;
  border: 1px solid #dddbd9;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 10px;
}
/*Styles for the snap drawer mobile menu*/
.snap-drawer-left {
  background-color: #e4ddd8;
}
.snap-drawer-left input[type=search] {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  width: 190px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  margin: 5px 0;
  padding: 10px;
  height: 30px;
  margin-left: 5px;
}
.snap-drawer-left #mobileCollapsePanel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  cursor: pointer;
}
.snap-drawer-left ul#mainNavMobile {
  list-style: none;
  padding: 0;
  margin: 0;
}
.snap-drawer-left ul#mainNavMobile li {
  border-bottom: 1px solid #dddbd9;
  border-top: 1px solid #fff;
}
.snap-drawer-left ul#mainNavMobile li a {
  display: block;
  padding-left: 5px;
  background-color: #f6f3f1;
  line-height: 40px;
  color: #00607f;
  font-family: "CreightonPro", "Arial Narrow", "Helvetica Narrow", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-decoration: none;
}
#snap-content {
  -webkit-box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.4);
}
form#siteSearch {
  position: absolute;
  top: 9px;
  right: 0px;
}
form#siteSearch input[type=search] {
  border: none;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  height: 24px;
  padding-left: 5px;
  width: 140px;
  position: absolute;
  top: 0px;
  right: 24px;
}
form#siteSearch input[type=submit] {
  font-family: 'silicon-beach';
  height: 24px;
  border: none;
  background-color: #ffffff;
  color: #00607f;
  width: 26px;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 20px;
}
@media screen and (max-width: 960px) {
  nav ul#mainNav li a {
    padding-right: 10px;
    margin-right: 10px;
    /*font-size: 16px;*/
  }
  form#siteSearch input[type=search] {
    width: 150px;
  }
}
@media screen and (max-width: 800px) {
  form#siteSearch input[type=search] {
    width: 120px;
  }
}
.breadcrumbs {
  margin-top: -10px;
  margin-bottom: 10px;
  color: #a59482;
}
.breadcrumbs a {
  color: #a59482;
}
.breadcrumbs span.separator {
  color: #e4ddd8;
}
@media all and (min-width: 769px) {
  header #mobileMenuTrigger {
    display: none;
  }
}
.touch #siteSearch input[type=submit] {
  display: none;
}
.touch #siteSearch input[type=search] {
  right: 0px;
}
button.collapseButton.btn {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.twinbox .two img {
  width: 100%;
  margin-bottom: -7px;
}
@media all and (max-width: 500px) {
  button.collapseButton.btn {
    margin-top: -20px;
  }
  div.two {
    width: 100%;
  }
  section.twinbox div.t {
    display: block!important;
  }
  section.twinbox div.two {
    float: none;
    padding-bottom: 10px;
    padding-right: 0px;
  }
  section.twinbox div.two .panel {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  section.twinbox div.two:last-child {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
  }
  section.twinbox div.two.frame {
    background: none!important;
  }
  section.twinbox div.two.frame img {
    display: block!important;
    float: none;
  }
  section.twinbox div.two.frame a {
    position: relative;
    display: block;
  }
  #main .row > .panel .two.tc.frame img {
    display: block!important;
  }
  .two.tc.frame a {
    position: relative!important;
  }
  section.splitbox.row.break.under {
    display: block!important;
  }
  section.splitbox.row.break.under div.content.panel {
    display: block!important;
  }
  section.splitbox.row.break.under div.two {
    display: block!important;
  }
  section.splitbox.row.break.under div.two.frame a {
    position: relative!important;
  }
  section.splitbox.row.break.under div.two.frame a img {
    display: block!important;
    width: 100%;
  }
}
section#book_now a {
  background-color: #f6b221;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  border: none;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  margin-bottom: 10px;
  display: block;
}
section#book_now a:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
section#book_now a:active {
  -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
}
#connect {
  margin-left: -5px;
}
#connect p {
  margin-left: 5px;
  margin-top: 3px;
  color: #a59482;
}
#connect a.btn-feature {
  color: #f6b221;
  background-color: #ffffff;
}
#blog_latest h2 {
  margin-top: 40px;
}
#blog_latest ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#blog_latest p.title {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  color: #00607f;
  font-size: 1.23076923076923em;
  margin-bottom: 2px;
}
#blog_latest p.a {
  margin: 0;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 0.9em;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
}
#blog_latest p.read_more {
  margin-top: 0;
}
#blog_latest p.read_more a {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
}
#blog_latest p.snippet {
  margin-bottom: 0px;
}
#upcoming_events h2 {
  margin-top: 40px;
}
#upcoming_events ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#upcoming_events li {
  margin-bottom: 15px;
}
#upcoming_events span.date {
  display: block;
  font-weight: bold;
  color: #4c4c4e;
  font-size: 13px;
  margin-bottom: 2px;
  line-height: 1em;
}
#upcoming_events span.title {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  margin-top: 3px;
  font-weight: bold;
  border-bottom: 1px solid #f6f3f1;
}
#upcoming_events span.title a {
  text-decoration: none;
  color: #b0c776;
  font-size: 1em;
}
#related_events h2 {
  margin-top: 40px;
}
#related_events ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#related_events li {
  margin-bottom: 15px;
}
#related_events span.date {
  display: block;
  font-weight: bold;
  color: #4c4c4e;
  font-size: 13px;
  margin-bottom: 2px;
  line-height: 1em;
  border-bottom: 1px solid #f6f3f1;
  margin-bottom: 10px;
  /*padding-left: 45px;
		text-align: right;*/
}
#related_events img {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e4ddd8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
#related_events span.title {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
}
#related_events span.title a {
  text-decoration: none;
  color: #b0c776;
  font-size: 1em;
}
#related_courses ul {
  list-style: none;
  padding: 0;
}
#related_courses ul li {
  margin-bottom: 10px;
}
#newsletter {
  position: relative;
}
#newsletter label {
  display: block;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  text-transform: uppercase;
  color: #f6b221;
  font-size: 12px;
}
#newsletter p {
  margin-bottom: 10px;
}
#newsletter input[type=email],
#newsletter input[type=text] {
  width: 100%;
  border: 1px solid #e4ddd8;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  margin-bottom: 10px;
  display: block;
}
#newsletter input[type=email].ng-invalid.ng-dirty,
#newsletter input[type=text].ng-invalid.ng-dirty {
  border: 1px solid #a82f4d;
}
#newsletter input[type=email].ng-valid.ng-dirty,
#newsletter input[type=text].ng-valid.ng-dirty {
  border: 1px solid #b0c776;
}
#newsletter input[type=submit] {
  color: #ffffff;
  background-color: #f6b221;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  padding: 2px 40px 0px 40px;
  border: none;
  -webkit-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  -moz-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  -ms-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#newsletter form.ng-valid input[type=submit]:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#newsletter form.ng-valid input[type=submit]:active {
  -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
}
#newsletter form.ng-invalid.ng-dirty input[type=submit] {
  background-color: #f6f3f1;
  color: #e4ddd8;
}
#newsletter.emphasis {
  color: #000000;
}
#course_times {
  margin-bottom: 20px;
}
#course_times ol {
  list-style: none;
  padding: 0;
}
#course_times ol li {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  color: #b0c776;
}
#course_times ol li a {
  color: #b0c776;
  display: block;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  font-size: 0.7em;
  text-transform: uppercase;
  text-decoration: none;
}
#course_times ol li ol li {
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  color: #4c4c4e;
}
#course_times ol li ol li.later {
  display: none;
}
#related_offers ol {
  list-style: none;
  padding: 0;
}
#related_offers ol li h1 {
  font-size: 1.3em;
  margin-bottom: 0px;
}
section#course_pre-requesites {
  overflow: hidden;
}
section.courseDetails ul,
section.courseDetails ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
#hero div.container {
  margin-top: 20px;
  background: url(/assets/img/hero.jpg) top right no-repeat;
  position: relative;
  z-index: 1000;
  height: 290px;
  margin-top: 40px;
}
#hero p#search_title {
  font-family: "CreightonPro", "Arial Narrow", "Helvetica Narrow", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  position: absolute;
  top: 88px;
  left: 20px;
  font-size: 25px;
  z-index: 2001;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}
#hero p#search_title.active {
  color: #00607f;
  text-shadow: none;
}
#hero input[type=text] {
  width: 300px;
  height: 40px;
  position: absolute;
  top: 110px;
  left: 20px;
  z-index: 10001;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  color: #00607f;
  padding-left: 10px;
  font-size: 24px;
  line-height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e4ddd8;
  background: url(/assets/img/c_search.png) #ffffff no-repeat center right;
}
#hero input[type=text]::-webkit-input-placeholder {
  color: #4c4c4e;
}
#hero input[type=text]::-moz-input-placeholder {
  color: #4c4c4e;
}
#hero input[type=text]::-mz-input-placeholder {
  color: #4c4c4e;
}
#hero div#blind {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  height: 10000px;
  z-index: 2000;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
#courseFinderNoResults {
  z-index: 200000;
  position: absolute;
  top: 105px;
}
#courseFinderResults {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 10000;
  width: 100%;
  padding-left: 340px;
  padding-top: 20px;
}
#courseFinderResults .results {
  width: 50%;
  float: left;
  padding-right: 20px;
}
#courseFinderResults ul {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #dddbd9;
}
#courseFinderResults ul li {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  border-bottom: 1px solid #dddbd9;
  border-top: 1px solid #fff;
  padding-left: 5px;
}
#courseFinderResults ul li a {
  text-decoration: none;
  display: block;
  min-height: 55px;
  padding-top: 22px;
  background-repeat: no-repeat;
  line-height: 1em;
}
#courseFinderResults ul li:hover {
  background-color: #ffffff;
}
#courseFinderResults ul.courses li a,
#courseFinderResults ul.categories li a {
  padding-left: 45px;
  background-position: left center;
}
.fader.ng-enter,
.fader.ng-leave {
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
}
.fader.ng-enter,
.fader.ng-leave.ng-leave-active {
  opacity: 0;
}
.fader.ng-leave,
.fader.ng-enter.ng-enter-active {
  opacity: 1;
}
.ng-hide {
  display: none!important;
}
/* When hiding an element */
.fader.ng-hide-add {
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
  opacity: 1;
}
.fader.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}
/* When showing an element */
.fader.ng-hide-remove {
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
  /* this needs to be here to make it visible during the animation
     since the .ng-hide class is already on the element rendering
     it as hidden. */
  display: block!important;
  opacity: 0;
}
.fader,
.fader.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}
.no-touch a[href^="tel"] {
  text-decoration: none;
  color: #4c4c4e;
  cursor: default;
}
@media screen and (max-width: 1200px) {
  #hero input[type=text] {
    width: 240px;
  }
  #courseFinderResults {
    padding-left: 280px;
  }
}
@media screen and (max-width: 768px) {
  #hero {
    display: none;
  }
}
.lt-ie8 #courseFinderResults div.results {
  width: 280px;
  float: left;
  background-color: #f6f3f1;
}
.lt-ie8 #courseFinderResults ul.courses li:hover,
.lt-ie8 #courseFinderResults ul.categories li:hover {
  background-color: #ffffff;
}
#lowProfileCourseSearch {
  background-color: #f6f3f1;
  padding: 0px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
#lowProfileCourseSearch ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #4c4c4e;
}
#lowProfileCourseSearch :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4c4e;
}
#lowProfileCourseSearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4c4e;
}
#lowProfileCourseSearch :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #4c4c4e;
}
#lowProfileCourseSearch input[type=search] {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  font-size: 1em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 2px 10px 0px 10px;
  width: 400px;
  border: none;
  margin: 7px 0px;
  background: url(/assets/img/c_search_small.png) #ffffff no-repeat center right;
}
#lowProfileCourseSearch header {
  background-color: #f6b221;
  height: 39px;
  width: 100%;
  margin: 0;
  border: none;
}
#lowProfileCourseSearch #courseFinderNoResults {
  position: relative;
  margin-top: 20px;
  top: 0px;
}
#lowProfileCourseSearch #FinderResults {
  position: relative;
  background: 10px;
  left: 0px;
  z-index: 20000;
  width: 100%;
  padding-left: 380px;
  padding: 10px 0px 0px 0px;
  background-color: transparent;
  top: 0px;
  height: auto;
  overflow: hidden;
}
#lowProfileCourseSearch #FinderResults .results {
  width: 33%;
  float: left;
  padding-right: 10px;
}
#lowProfileCourseSearch #FinderResults .results h3 {
  font-size: 18px;
  padding: 2px;
  margin: 0;
}
#lowProfileCourseSearch #FinderResults .results ul {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #fff;
}
#lowProfileCourseSearch #FinderResults .results ul li {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  border-bottom: 1px solid #dddbd9;
  border-top: 1px solid #fff;
  padding-left: 5px;
}
#lowProfileCourseSearch #FinderResults .results ul li a {
  text-decoration: none;
  display: block;
  min-height: 50px;
  padding-top: 16px;
  background-repeat: no-repeat;
}
#lowProfileCourseSearch #FinderResults .results ul li:hover {
  background-color: #ffffff;
}
#lowProfileCourseSearch #FinderResults .results ul.courses li a,
#lowProfileCourseSearch #FinderResults .results ul.categories li a {
  padding-left: 45px;
  background-position: left center;
}
p.note a {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  nav {
    display: none;
  }
  #lowProfileCourseSearch {
    background-color: #f6f3f1;
    /*padding:2px;*/
  }
  #lowProfileCourseSearch ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #4c4c4e;
  }
  #lowProfileCourseSearch :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #4c4c4e;
  }
  #lowProfileCourseSearch ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #4c4c4e;
  }
  #lowProfileCourseSearch :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #4c4c4e;
  }
  #lowProfileCourseSearch input[type=search] {
    margin: auto;
    width: 96%;
    border: none;
    display: block;
    /*margin:2px 0px;*/
    background-color: #fff;
    color: #000000;
    font-family: 'AauxNextBold', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    /*-webkit-font-smoothing: antialiased;*/
    font-weight: normal;
    padding: 5px 10px;
    height: 30px;
    margin: 10px 8px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  #lowProfileCourseSearch #courseFinderNoResults {
    position: relative;
    padding: 0px 10px;
    top: 0px;
  }
  #lowProfileCourseSearch header {
    background-color: #f6b221;
    padding: 5px;
    height: 60px;
  }
  #lowProfileCourseSearch .container {
    padding: 0 0px;
  }
  #lowProfileCourseSearch #FinderResults {
    position: relative;
    background: 10px;
    left: 0px;
    z-index: 10000;
    width: 100%;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    top: 0px;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #lowProfileCourseSearch #FinderResults .results {
    width: 100%;
    float: left;
    padding-bottom: 0px;
    margin: 0;
  }
  #lowProfileCourseSearch #FinderResults .results h3 {
    font-size: 12px;
    padding-left: 5px;
    background-color: #00607f;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'AauxNext', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    /*-webkit-font-smoothing: antialiased;*/
    font-weight: normal;
    line-height: 1em;
    padding-top: 5px;
    width: 120%;
  }
  #lowProfileCourseSearch #FinderResults .results div.frame {
    display: none;
  }
  #FinderResults .results h3 {
    background-color: transparent;
    padding: 0px;
    margin-bottom: 0px;
    color: #000000;
    margin-right: 20px;
    border-top: 1px solid #FFF;
  }
}
@media screen and (max-width: 500px) {
  #lowProfileCourseSearch #courseFinderNoResults {
    position: relative;
    padding: 0px 10px;
    top: 0px;
  }
  #lowProfileCourseSearch header {
    background-color: #f6b221;
  }
  #lowProfileCourseSearch #FinderResults .results ul.courses li a,
  #lowProfileCourseSearch #FinderResults .results ul.categories li a {
    padding-left: 0px;
    background-image: none!important;
  }
}
ul#category_list {
  list-style: none;
  padding: 0;
  margin: 0px -10px;
  margin-right: -20px;
}
ul#category_list li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
ul#category_list li section.category {
  margin: 0px 10px;
  padding: 10px;
  background-color: #f6f3f1;
  min-height: 310px;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}
ul#category_list li h1 {
  font-size: 1.3em;
}
ul#category_list li h1 a {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 45px;
  min-height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
ul#category_list li a.btn {
  position: absolute;
  bottom: 0px;
  left: 10px;
}
.lt-ie8 ul#category_list {
  overflow: hidden;
}
.lt-ie8 ul#category_list li {
  float: left;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  width: 280px!important;
}
@media all and (max-width: 768px) {
  ul#category_list {
    margin-right: -10px;
  }
  ul#category_list li {
    width: 50%;
  }
  #course_categories div.controls label {
    display: block;
  }
}
@media all and (max-width: 500px) {
  ul#category_list li {
    width: 100%;
  }
  ul#category_list li section.category {
    min-height: inherit;
    padding-bottom: 30px;
  }
}
#course_dates ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#course_dates > ul li dl {
  background: none;
  padding: 5px;
  margin-top: 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dddbd9;
  background-color: #f6f3f1;
}
#course_dates > ul li dt {
  color: #00607f;
  font-size: 1.1em;
}
#course_dates > ul li dd {
  padding-top: 4px;
  border: none;
}
#course_dates > ul li dd ul {
  overflow: hidden;
  margin-bottom: 10px;
}
#course_dates > ul li dd ul li {
  border-bottom: 1px dotted #fff;
  line-height: 22px;
}
#course_dates > ul li dd ul li a {
  text-decoration: none;
}
#course_dates > ul li dd span {
  float: right;
  margin-right: 5px;
}
#course_dates > ul > li {
  margin-bottom: 40px;
}
#course_dates a.toggle {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  text-decoration: none;
  font-size: 0.85em;
}
#course_dates a.toggle:hover {
  text-decoration: underline;
}
#blogList div.row {
  /*padding-left: 220px;*/
  position: relative;
  /*border-bottom:1px solid @warm;*/
}
#blogList div.row img {
  /*width: 100%;*/
  border-top-color: #e06504;
  height: auto!important;
}
#blogList div.row.introduction {
  border-bottom: 1px solid #e4ddd8;
}
#blogList div.row.post {
  border-bottom: 1px solid #e4ddd8;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
#blogList div.row.post h1 {
  font-size: 1.85714285714286em;
}
#blogList div.row.post img {
  /*border-top: 10px solid @warmLight;*/
  /*border-bottom: 20px solid @warmLight;*/
  margin-bottom: 10px;
}
#blogList p.author {
  font-weight: normal;
  margin-top: -10px;
  color: #a59482;
}
#blogList a.btn {
  background-color: #e06504;
}
img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
#blog_categories,
.blog_categories {
  padding-top: 20px;
}
#blog_categories ul,
.blog_categories ul {
  list-style: none;
  padding: 0;
}
#blog_categories ul li,
.blog_categories ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 2px 5px;
  background-color: #e06504;
  margin-bottom: 3px;
  /*font-weight: bold;*/
  font-size: 14px;
  line-height: 12px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#blog_categories ul li a,
.blog_categories ul li a {
  text-decoration: none;
  color: #ffffff;
  position: relative;
  top: 1px;
}
#blog_categories ul li span.number,
.blog_categories ul li span.number {
  font-weight: normal;
  color: #e06504;
  background-color: #ffffff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -3px;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: -1px;
  font-size: 10px;
}
.lt-ie8 #blog_categories ul li,
.lt-ie8 .blog_categories ul li {
  margin-right: 10px;
}
#blogList .blog_categories {
  padding-top: 0px;
  margin-bottom: 20px;
}
.filter_bar p {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  margin-bottom: 0px;
  color: #e06504;
}
.filter_bar a {
  display: block;
  font-weight: normal;
  color: #e06504;
}
.introduction #blog_categories ul li,
.blog_categories ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 2px 5px;
  background-color: #e06504;
  margin-bottom: 3px;
  /*font-weight: bold;*/
  font-size: 14px;
  line-height: 12px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.introduction #blog_categories ul li a,
.blog_categories ul li a {
  text-decoration: none;
  color: #ffffff;
  position: relative;
  top: 1px;
}
.introduction #blog_categories ul li span.number,
.blog_categories ul li span.number {
  font-weight: normal;
  color: #e06504;
  background-color: #ffffff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -3px;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: -1px;
  font-size: 10px;
}
#related_blog_posts {
  padding-top: 20px;
}
#related_blog_posts ol {
  list-style: none;
  padding: 0;
}
#related_blog_posts ol li {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 8px;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  border-bottom: 1px solid #f6f3f1;
}
#related_blog_posts ol li a {
  color: #00607f;
  text-decoration: none;
}
#related_blog_posts ol li a:hover {
  text-decoration: underline;
}
p.caption {
  margin-top: -20px;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  /*font-size: 0.9em;*/
  text-align: left;
  color: #f6b221;
  /*padding-left: 33.333333%;*/
}
.video p.caption {
  margin-top: 10px;
}
#blog_categories .search input[type=search] {
  width: 100%;
  border: 1px solid #E4DDD8;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 10px;
  display: block;
}
#blog_categories label {
  display: block;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  text-transform: uppercase;
  color: #F6B221;
  font-size: 12px;
}
#blog_pagingation button {
  -webkit-border-radius: 20px 0px 0px 20px;
  -moz-border-radius: 20px 0px 0px 20px;
  border-radius: 20px 0px 0px 20px;
  display: block;
  float: left;
  width: 110px;
  padding: 6px 10px 4px 10px;
}
#blog_pagingation button *[class*='icon-'] {
  position: relative;
  top: 2px;
}
#blog_pagingation button + button {
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  border-radius: 0px 20px 20px 0px;
  border-right: 0px;
}
#blog_pagingation button:disabled,
#blog_pagingation button:disabled:hover,
#blog_pagingation button:disabled:active {
  background-color: #f6f3f1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
ul.pager {
  list-style: none;
  padding: 0;
  padding-bottom: 20px;
  overflow: hidden;
}
ul.pager li {
  -webkit-border-radius: 20px 0px 0px 20px;
  -moz-border-radius: 20px 0px 0px 20px;
  border-radius: 20px 0px 0px 20px;
  background-color: #f6b221;
  text-align: center;
  display: block;
  float: left;
  width: 110px;
  padding: 6px 10px 4px 10px;
  font-size: 14px;
}
ul.pager li *[class*='icon-'] {
  position: relative;
  top: 2px;
}
ul.pager li a {
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  text-align: center;
  display: block;
}
ul.pager li + li {
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  border-radius: 0px 20px 20px 0px;
  border-right: 0px;
}
ul.pager li:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
ul.pager li.disabled,
ul.pager li.disabled:hover,
ul.pager li.disabled:active {
  background-color: #f6f3f1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.wordpress ul {
  margin-bottom: 20px;
}
.wordpress ul li {
  margin-bottom: 10px;
}
.wordpress iframe {
  max-width: 100%;
}
.align.right {
  float: right;
  width: 50%!important;
  margin-left: 20px;
  margin-bottom: 10px;
}
.align.left {
  float: left;
  width: 50%!important;
  margin-right: 20px;
  margin-bottom: 10px;
}
.go_slow {
  display: none;
}
@media all and (max-width: 768px) {
  #blogList .blog_categories {
    display: block;
  }
  .go_slow {
    display: inline;
  }
}
@media all and (max-width: 480px) {
  .align.left,
  .align.right {
    float: none;
    width: 100%!important;
    margin: 0;
  }
  p.caption {
    margin-top: -20px;
    font-family: 'AauxNextBold', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    /*-webkit-font-smoothing: antialiased;*/
    font-weight: normal;
    font-size: 0.9em;
    text-align: left;
    color: #f6b221;
    padding-left: 0%;
  }
}
ul.post_tags {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
ul.post_tags li {
  display: inline-block;
  background: url('/assets/img/post_tag.png') center right no-repeat;
  padding: 1px 20px 1px 3px;
  margin: 0px 3px 3px 0px;
  font-size: 0.8em;
}
ul.post_tags li a {
  color: #a59482;
  text-decoration: none;
}
p.read_more_button {
  margin-top: 20px;
  margin-bottom: 0px;
}
/* Styles to clean up wordpress articles */
section.wordpress img,
div.post.wordpress img {
  height: auto!important;
}
aside.author {
  overflow: hidden;
  margin-bottom: 20px;
}
aside.author img {
  float: left;
  margin-right: 10px;
}
@media all and (max-width: 500px) {
  aside.author img {
    float: none;
  }
}
#headshots img,
#headshots strong {
  display: block;
}
#headshots div.tc {
  padding-right: 20px;
  text-align: center;
  padding-bottom: 20px;
}
ul.slider {
  list-style: none;
  padding: 0;
}
section#directory {
  overflow: hidden;
  margin-bottom: 20px;
}
section#directory div.user {
  width: 140px;
  float: left;
  height: 210px;
  margin-right: 10px;
}
section#directory div.user img {
  width: 100%;
}
section#directory p.name {
  font-family: "CreightonPro", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #00607F;
  line-height: 1.1em;
  font-size: 1.3em;
  margin: 0;
}
section#directory p.title {
  margin: 0;
  font-size: 1em;
}
ul.course_list {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
ul.course_list li {
  margin-bottom: 20px;
}
ul.course_list li h3 {
  font-size: 1.6em;
  line-height: 2em;
}
ul.course_list li h3 img {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 30px;
}
ul.course_list li h4 {
  margin-bottom: 10px;
  font-family: "CreightonPro", "Arial Narrow", "Helvetica Narrow", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.2em;
}
ul.course_list li .collapse {
  background: none;
  padding: 5px 10px;
  margin-top: 0px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #DDDBD9;
  background-color: #F6F3F1;
}
ul.course_list li .collapse p {
  margin-bottom: 4px;
}
ul.course_list li a {
  text-decoration: none;
  display: block;
}
ul.course_list li a span.location {
  float: right;
  color: #4c4c4e;
}
ul.course_list li a:hover {
  text-decoration: underline;
}
ul.course_list li p {
  margin-bottom: 10px;
  line-height: 22px;
}
ul.course_list li .more {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  text-decoration: none;
  font-size: 0.85em;
  margin-bottom: 4px;
  display: block;
}
ul.course_list li .content a {
  display: inline;
}
ul.course_list li > img {
  position: absolute;
  max-width: 80px;
}
ul.course_list li > img + .content {
  padding-left: 90px;
  min-height: 90px;
}
@media all and (max-width: 500px) {
  ul.course_list li > img {
    position: static;
    float: right;
  }
  ul.course_list li > img + .content {
    padding-left: 0px;
    min-height: 90px;
  }
  ul.course_list li h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    padding-left: 25px;
    position: relative;
  }
  ul.course_list li h3 img {
    position: absolute;
    top: 4px;
    left: 0px;
    margin-right: 10px;
    width: 20px;
  }
}
.lt-ie8 ul.course_list h3 img {
  display: none;
}
.titlebar div.container h1 {
  color: #ffffff;
  background-color: #4c4c4e;
  margin-top: 40px;
  -webkit-border-radius: 0px 30px 30px 0px;
  -moz-border-radius: 0px 30px 30px 0px;
  border-radius: 0px 30px 30px 0px;
  height: 60px;
  padding-left: 5px;
  position: relative;
  padding-top: 10px;
  font-size: 3em;
  /*behavior: url(/assets/libs/pie/PIE.php);*/
}
.titlebar div.container h1 span[class*='icon-'] {
  position: absolute;
  right: 10px;
  top: -1px;
  font-size: 60px;
}
.titlebar div.container h1 span.the {
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  font-style: italic;
  position: relative;
  top: -2px;
  padding-right: 3px;
  font-size: 34px;
}
.titlebar div.container a {
  text-decoration: none;
}
.lt-ie8 .titlebar div.container h1 {
  behavior: none;
}
.ie7titlebar div.container h1 {
  margin-top: 40px;
  color: #fff!important;
  height: 60px;
  padding-left: 5px;
  padding-top: 10px;
  font-size: 3em;
}
.ie7titlebar div.container h1 a {
  color: #fff!important;
  text-decoration: none;
}
.ie7titlebar div.container h1 span.the {
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  font-style: italic;
  position: relative;
  top: -2px;
  padding-right: 3px;
  font-size: 34px;
}
#course_header h1 {
  background-color: #b0c776;
}
#course_header h1 span[class*='icon-'] {
  font-size: 70px;
  top: -7px;
}
#dates_header h1 {
  background-color: #b0c776;
}
#dates_header h1 span[class*='icon-'] {
  right: 20px;
  font-size: 50px;
  top: 4px;
}
#resources_header h1 {
  background-color: #2599a3;
}
#resources_header h1 span[class*='icon-'] {
  right: 12px;
  top: 1px;
  font-size: 56px;
}
#blog_header h1 {
  background-color: #e06504;
}
#blog_header h1 span[class*='icon-'] {
  right: 0px;
  top: -2px;
}
#offers_header h1 {
  background-color: #991e3c;
}
#offers_header h1 span[class*='icon-'] {
  right: 18px;
  top: 3px;
  font-size: 54px;
}
#contact_header h1 {
  background-color: #00607f;
}
#contact_header h1 span[class*='icon-'] {
  right: 10px;
  top: -2px;
}
#about_header h1 {
  background-color: #00607f;
}
#about_header h1 span[class*='icon-'] {
  right: 5px;
  top: -3px;
}
#searchHeader h1 {
  background-color: #00607f;
}
#searchHeader h1 span[class*='icon-'] {
  right: 5px;
  top: -3px;
}
@media all and (max-width: 768px) {
  .titlebar {
    margin-bottom: 25px;
  }
  .titlebar div.container h1 {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 0px;
    -webkit-border-radius: 0px 30px 30px 0px;
    -moz-border-radius: 0px 30px 30px 0px;
    border-radius: 0px 30px 30px 0px;
    margin-left: -20px;
    padding-left: 20px;
  }
}
@media all and (max-width: 500px) {
  .titlebar {
    margin-bottom: 0px;
  }
  .titlebar div.container h1 {
    height: 40px;
    font-size: 30px;
    line-height: 28px;
  }
  .titlebar div.container h1 span.the {
    font-size: 28px;
  }
  .titlebar div.container h1 span[class*='icon-'] {
    position: absolute;
    right: 10px;
    top: -5px;
    font-size: 30px;
  }
  #course_header h1 span[class*='icon-'] {
    font-size: 45px;
    top: -4px;
  }
  #dates_header h1 span[class*='icon-'] {
    right: 16px;
    font-size: 35px;
    top: 2px;
  }
  #resources_header h1 span[class*='icon-'] {
    right: 12px;
    top: 3px;
    font-size: 32px;
  }
  #blog_header h1 span[class*='icon-'] {
    right: 0px;
    top: 0px;
    font-size: 36px;
  }
  #offers_header h1 span[class*='icon-'] {
    right: 10px;
    top: 5px;
    font-size: 31px;
  }
  #contact_header h1 span[class*='icon-'] {
    right: 8px;
    top: 2px;
    font-size: 33px;
  }
  #about_header h1 span[class*='icon-'] {
    right: 14px;
    top: -1px;
    font-size: 37px;
  }
}
#resources {
  list-style: none;
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
#resources li {
  width: 33%;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
#resources li img {
  margin-bottom: 10px;
  height: 240px;
  width: auto!important;
  max-width: inherit!important;
}
#resources li a {
  text-decoration: none;
  cursor: pointer;
}
#resources li div.item {
  background-color: #f6f3f1;
  padding: 10px;
  height: 330px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
#resources li h1 {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  font-size: 1em;
}
#resources li p {
  color: #4c4c4e;
  display: none;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  /* Firefox 4 */
  -webkit-transition: all 0.6s;
  /* Safari and Chrome */
  -o-transition: all 0.6s;
  /* Opera */
}
#resources li:hover p {
  display: block;
}
.csstransitions #resources li p {
  opacity: 0;
  display: block;
}
.csstransitions #resources li:hover p {
  opacity: 1;
}
#resource {
  overflow: hidden;
}
#resource img {
  width: 220px;
  float: left;
  margin: 0px 20px 20px 0px;
}
@media screen and (max-width: 450px) {
  #resource img {
    float: none;
  }
}
#resource_form {
  width: 100%;
  float: none;
  background-color: #fff;
}
#resource_form p {
  opacity: 1!important;
  position: static;
  margin: 0;
  padding: 0;
  background-color: none;
}
@media screen and (max-width: 600px) {
  #resource_form {
    background-color: #fff;
  }
}
#resource_form .inline label {
  display: inline;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
}
#resource_form .inline .block {
  display: inline-block;
}
#resource_form label {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  display: block;
  width: 100%;
  color: #4c4c4e;
}
#resource_form input[type=text],
#resource_form input[type=email],
#resource_form textarea {
  max-width: 400px;
  width: 100%;
  border: 1px solid #E4DDD8;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  margin-bottom: 10px;
  display: block;
}
#resource_form button {
  color: #FFF;
  background-color: #F6B221;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'AauxNext' sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  padding: 2px 40px 0px 40px;
  border: none;
  -webkit-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  -moz-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  -ms-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#resource_form button:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#resource_form button:active {
  -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
}
#resource_form input[type=email].ng-invalid.ng-dirty,
#resource_form input[type=text].ng-invalid.ng-dirty {
  border: 1px solid #a82f4d;
}
#resource_form input[type=email].ng-valid.ng-dirty,
#resource_form input[type=text].ng-valid.ng-dirty {
  border: 1px solid #b0c776;
}
#resource_form #requestUserDetailsForm.ng-valid button:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#resource_form #requestUserDetailsForm.ng-valid button:active {
  -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
}
#resource_form #requestUserDetailsForm.ng-invalid button {
  background-color: #f6f3f1;
  color: #e4ddd8;
}
@media all and (max-width: 480px) {
  .align.left,
  .align.right {
    float: none;
    width: 100%!important;
    margin: 0;
  }
}
@media all and (max-width: 900px) {
  #resources li {
    width: 50%;
  }
}
@media all and (max-width: 500px) {
  #resources li {
    width: 100%;
  }
}
#foot_connect input[type=text],
#foot_connect input[type=email],
#foot_connect textarea {
  width: 100%;
  border: 1px solid #e4ddd8;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  margin-bottom: 10px;
  display: block;
  background-color: #F6F3F1;
  color: #A59482;
}
#main_contact label,
.sub_contact label {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #F6B221;
  font-size: 12px;
}
#main_contact input[type=text],
.sub_contact input[type=text],
#main_contact input[type=email],
.sub_contact input[type=email],
#main_contact textarea,
.sub_contact textarea {
  width: 100%;
  max-width: 400px;
  border: 1px solid #e4ddd8;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  background-color: #ffffff;
  color: #4c4c4e;
}
#main_contact input[type=email].ng-invalid.ng-dirty,
.sub_contact input[type=email].ng-invalid.ng-dirty,
#main_contact input[type=text].ng-invalid.ng-dirty,
.sub_contact input[type=text].ng-invalid.ng-dirty,
#main_contact textarea.ng-valid.ng-dirty,
.sub_contact textarea.ng-valid.ng-dirty {
  border: 1px solid #a82f4d;
}
#main_contact input[type=email].ng-valid.ng-dirty,
.sub_contact input[type=email].ng-valid.ng-dirty,
#main_contact input[type=text].ng-valid.ng-dirty,
.sub_contact input[type=text].ng-valid.ng-dirty,
#main_contact textarea.ng-valid.ng-dirty,
.sub_contact textarea.ng-valid.ng-dirty {
  border: 1px solid #b0c776;
}
#main_contact input[type=submit],
.sub_contact input[type=submit] {
  color: #ffffff;
  background-color: #f6b221;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  padding: 2px 40px 0px 40px;
  border: none;
  -webkit-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  -moz-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  -ms-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
#main_contact form.ng-invalid.ng-dirty input[type=submit],
.sub_contact form.ng-invalid.ng-dirty input[type=submit] {
  background-color: #f6f3f1;
  color: #e4ddd8;
}
#main_contact form.ng-invalid.ng-pristine input[type=submit],
.sub_contact form.ng-invalid.ng-pristine input[type=submit] {
  background-color: #f6f3f1;
  color: #e4ddd8;
}
/* on page contact forms */
ul#search_results {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul#search_results p {
  margin-bottom: 10px;
}
ul#search_results p.link {
  margin-bottom: 20px;
  font-weight: .aauxBold;
  font-size: 0.9em;
}
ul#search_results li {
  border-right: solid 10px #fff;
  margin-bottom: 40px;
}
ul#search_results h2 {
  padding-right: 40px;
}
ul#search_results h2 a {
  text-decoration: none;
}
ul#search_results h2 a:hover {
  text-decoration: underline;
}
ul#search_results li.blog_post {
  background-color: #f6f3f1;
  padding: 10px;
  position: relative;
  padding-bottom: 5px;
}
ul#search_results li.blog_post h2 a {
  color: #e06504;
}
ul#search_results li.blog_post:after {
  content: "";
  position: absolute;
  right: -3px;
  top: 10px;
  font-family: 'silicon-beach';
  font-weight: normal;
  color: #fffcf9;
  color: #ffffff;
  font-size: 50px;
}
footer {
  min-height: 520px;
  background-color: #e4ddd8;
  position: relative;
  padding-bottom: 40px;
}
footer a {
  text-decoration: none;
  color: #4c4c4e;
}
footer small {
  font-size: 0.9em;
}
footer small span a,
footer small span a:visited,
footer small span a:hover {
  text-decoration: underline;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  color: #4c4c4e;
  margin-right: 5px;
}
.organization-name {
  display: block;
  text-decoration: none;
  font-family: "CreightonPro", "Arial Narrow", "Helvetica Narrow", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #a59482;
  font-size: 2em;
}
#foot_connect {
  position: absolute;
  width: 34.375%;
  padding-left: 60px;
  right: 20px;
  top: 30px;
  color: #a59482;
  text-align: left;
}
#foot_connect a {
  background-color: #f6f3f1;
  color: #a59482;
}
#foot_connect label {
  display: block;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  text-align: left;
  color: #4c4c4e;
}
#foot_connect input[type=text],
#foot_connect input[type=email],
#foot_connect textarea {
  width: 100%;
  border: 1px solid #E4DDD8;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  margin-bottom: 10px;
  display: block;
  background-color: #f6f3f1;
  color: #a59482;
}
#foot_connect input[type=text]:focus,
#foot_connect input[type=email]:focus,
#foot_connect textarea:focus {
  background-color: #ffffff;
}
#foot_connect ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a59482;
}
#foot_connect :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a59482;
}
#foot_connect ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a59482;
}
#foot_connect :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a59482;
}
#foot_connect form {
  text-align: left;
  margin-top: 40px;
}
#foot_connect input[type=submit] {
  color: #FFF;
  background-color: #f6f3f1;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  padding: 2px 40px 0px 40px;
  border: none;
  -webkit-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  -moz-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  -ms-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  text-decoration: none;
  color: #a59482;
}
#foot_connect input[type=submit]:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#foot_connect input[type=submit]:active {
  -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
}
#foot_connect h3 {
  color: #a59482;
  font-size: 26px;
  /*.aaux;*/
  font-size: 2em;
  /*font-weight: bold;*/
}
@media all and (max-width: 768px) {
  #foot_connect {
    position: static;
    margin-top: 40px;
    text-align: left;
    width: 100%;
    max-width: 320px;
    padding-left: 0px;
  }
  #foot_connect form {
    text-align: left;
  }
}
#main.coursePage section#content {
  /* WEIGHTING Added so values overide sitewide settings */
  /*end of namespace!*/
}
#main.coursePage section#content .booking {
  /*namespace!*/
}
#main.coursePage section#content .booking .input-group {
  margin-top: 0px;
}
#main.coursePage section#content .booking .input-group input[type=text],
#main.coursePage section#content .booking .input-group input[type=email],
#main.coursePage section#content .booking .input-group input[type=number] {
  margin: 0px;
  border-radius: 0px;
  border-bottom-width: 0px;
}
#main.coursePage section#content .booking .input-group input[type=text]:first-child,
#main.coursePage section#content .booking .input-group input[type=email]:first-child,
#main.coursePage section#content .booking .input-group input[type=number]:first-child {
  border-radius: 10px 10px 0 0;
}
#main.coursePage section#content .booking .input-group input[type=text]:last-child,
#main.coursePage section#content .booking .input-group input[type=email]:last-child,
#main.coursePage section#content .booking .input-group input[type=number]:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom-width: 1px;
}
#main.coursePage section#content .booking .input-group input[type=text].ng-invalid.ng-dirty,
#main.coursePage section#content .booking .input-group input[type=email].ng-invalid.ng-dirty,
#main.coursePage section#content .booking .input-group input[type=number].ng-invalid.ng-dirty {
  border: 1px solid #E4DDD8;
  border-bottom-width: 0px;
}
#main.coursePage section#content .booking .input-group input[type=text].ng-valid.ng-dirty,
#main.coursePage section#content .booking .input-group input[type=email].ng-valid.ng-dirty,
#main.coursePage section#content .booking .input-group input[type=number].ng-valid.ng-dirty {
  border: 1px solid #E4DDD8;
  border-bottom-width: 0px;
  /*background-color: #eeffda;*/
}
#main.coursePage section#content .booking .input-group select {
  position: relative;
  left: 2px;
  outline: none;
}
#main.coursePage section#content .booking .input-group .input-group-title {
  margin-bottom: 0px;
}
#main.coursePage section#content .booking .input-group .input-group-title + .input-group input[type=text]:first-child {
  border-radius: 0px 10px 0 0;
}
#main.coursePage section#content .booking .input-group .input-title + .input-textarea {
  border-radius: 0 10px 10px 10px;
}
#main.coursePage section#content .booking .input-group .input-title + .input-text {
  border-radius: 0 10px 10px 10px;
}
#main.coursePage section#content .booking .input-text,
#main.coursePage section#content .booking .input-number,
#main.coursePage section#content .booking .input-textarea,
#main.coursePage section#content .booking .input-email {
  max-width: 400px;
  width: 100%;
  border: 1px solid #E4DDD8;
  padding: 10px 10px;
  border-radius: 0px 5px 5px 5px;
  font-size: 14px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /* -webkit-font-smoothing: antialiased; */
  margin-bottom: 10px;
  display: block;
}
#main.coursePage section#content .booking .booking-small-print {
  font-size: 0.9em;
  color: #a59482;
}
#main.coursePage section#content .booking .booking-split-button {
  overflow: hidden;
  padding-bottom: 10px;
}
#main.coursePage section#content .booking .booking-split-button button {
  display: block;
  float: left;
  background-color: #b0c776;
  color: #FFF;
  text-decoration: none;
  border: none;
  padding: 5px 10px;
  border-radius: 0px 20px 20px 0px;
  font-size: 14px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  outline: none;
}
#main.coursePage section#content .booking .booking-split-button button:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#main.coursePage section#content .booking .booking-split-button button:first-child {
  border-radius: 20px 0px 0px 20px;
  background-color: #f6b221;
}
#main.coursePage section#content .booking .booking-request-quote {
  text-decoration: underline;
  cursor: pointer;
}
/*end of WEIGHTING*/
.booking-split-button {
  overflow: hidden;
  padding-bottom: 10px;
}
.booking-split-button button {
  display: block;
  float: left;
  background-color: #b0c776;
  color: #FFF;
  text-decoration: none;
  border: none;
  padding: 5px 10px;
  border-radius: 0px 20px 20px 0px;
  font-size: 14px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  outline: none;
}
.booking-split-button button:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.booking-split-button button:first-child {
  border-radius: 20px 0px 0px 20px;
  background-color: #f6b221;
}
.lt-ie9 ul#category_list {
  padding-left: 10px;
  padding-right: 10px;
}
.lt-ie9 ul#category_list div.details {
  padding-right: 10px;
}
.lt-ie9 ul#category_list li {
  background-color: #F6F3F1;
  height: 310px;
  width: 300px;
  padding: 10px;
  margin-right: 20px;
  position: relative;
}
.lt-ie9 ul#category_list li a.btn {
  /*position: relative;
				left:0;*/
}
.lt-ie9 .filter_controls button {
  height: auto;
}
.lt-ie9 nav ul#mainNav li a {
  margin-right: 15px;
  padding-right: 15px;
}
.lt-ie9 #foot_connect a {
  border: 1px solid #a59482;
}
.lt-ie9 .btn-feature {
  width: 50px;
  height: 50px;
  background-color: red;
}
.lt-ie9 #connect a.btn-feature {
  border: 1px solid #e4ddd8;
}
.lt-ie8 {
  /*#hero,
	#lowProfileCourseSearch input
	{
		display:block!important;
	}*/
}
.lt-ie8 #lowProfileCourseSearch {
  overflow: hidden;
}
.lt-ie8 ul#category_list li {
  height: 350px;
}
.static {
  display: none!important;
}
.lt-ie8 .static {
  display: block!important;
}
.cart-notify-bar {
  background-color: #b0c776;
  height: 39px;
  width: 100%;
  margin: 0;
  border: none;
  line-height: 39px;
  text-align: right;
  color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.cart-notify-bar a {
  display: inline-block;
  color: #b0c776;
  background-color: #f6f3f1;
  text-transform: uppercase;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  padding: 2px 46px 0px 20px;
  border: none;
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  height: 30px;
  position: relative;
}
.cart-notify-bar a span {
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  width: 26px;
  height: 26px;
}
.cart-notify-bar a span img {
  width: 20px;
  position: relative;
  top: 3px;
  left: 1px;
}
.cart-notify-bar a:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1078px) {
  .cart-notify-bar {
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 20px;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .cart-notify-bar {
    text-align: center;
    padding-right: 20px;
  }
  .cart-notify-bar p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .cart-notify-bar a {
    margin-left: 20px;
  }
  .cart-notify-bar-text {
    display: none;
  }
}
.cart {
  padding: 20px 0px;
  /*&.ng-invalid.ng-dirty {
			border: 1px solid #E4DDD8;
			border-bottom-width: 0px;
		}
		&.ng-valid.ng-dirty {
			border: 1px solid #E4DDD8;
			border-bottom-width: 0px;
			background-color: #eeffda;
		}
		*/
}
.cart h1 {
  color: #b0c776;
}
.cart .input-text,
.cart .input-number,
.cart .input-textarea,
.cart .input-email {
  max-width: 400px;
  width: 100%;
  border: 1px solid #E4DDD8;
  padding: 10px 10px;
  border-radius: 0px 5px 5px 5px;
  font-size: 14px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /* -webkit-font-smoothing: antialiased; */
  margin-bottom: 10px;
  display: block;
}
.cart .input-text:disabled,
.cart .input-number:disabled,
.cart .input-textarea:disabled,
.cart .input-email:disabled {
  background-color: #f6f3f1;
}
.cart .input-group {
  margin-top: 0px;
}
.cart .input-group .input-text {
  margin: 0px;
  border-radius: 0px;
  border-bottom-width: 0px;
}
.cart .input-group input[type=text]:first-child,
.cart .input-group input[type=email]:first-child,
.cart .input-group input[type=number]:first-child {
  border-radius: 10px 10px 0 0;
}
.cart .input-group input[type=text]:last-child,
.cart .input-group input[type=email]:last-child,
.cart .input-group input[type=number]:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom-width: 1px;
}
.cart .input-group input[type=text].ng-invalid.ng-dirty,
.cart .input-group input[type=email].ng-invalid.ng-dirty,
.cart .input-group input[type=number].ng-invalid.ng-dirty {
  border: 1px solid #a82f4d;
  background-color: #fff7f9;
  border-bottom-width: 0px;
}
.cart .input-group input[type=text].ng-valid.ng-dirty,
.cart .input-group input[type=email].ng-valid.ng-dirty,
.cart .input-group input[type=number].ng-valid.ng-dirty {
  border: 1px solid #b0c776;
  background-color: #faffe9;
  border-bottom-width: 0px;
}
.cart:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom-width: 1px;
}
.cart .input-group-title {
  margin-bottom: 0px;
}
.cart .input-group-title + .input-group input[type=text]:first-child {
  border-radius: 0px 10px 0 0;
}
.cart .input-title + .input-textarea {
  border-radius: 0 10px 10px 10px;
}
.cart .input-title + .input-text {
  border-radius: 0 10px 10px 10px;
}
.cart .normal {
  display: block;
}
.cart .small {
  display: none;
}
.cart-offer-line {
  background-color: #2599a3;
  color: #fff;
  padding-left: 5px;
}
.cart-voucher-line {
  background-color: #f6b221;
  color: #fff;
  padding-left: 5px;
}
.cart-total {
  text-align: right;
  margin-top: 30px;
}
.cart-total-inc {
  font-size: 28px;
  margin-bottom: 0px;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
}
.cart-total-inc span {
  font-size: 14px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
}
.cart-total-ex {
  /*font-size: 28px;*/
  color: #a59482;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
}
.cart-total-ex span {
  font-size: 14px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
}
.cart-suggested-offer {
  max-width: 400px;
  margin: 20px 0px;
  text-align: center;
  border-image: url(../img/stamp-border.png) 8 round;
  border-width: 8px;
  border-style: solid
	padding:0px;
  color: #fff;
}
.cart-suggested-offer div {
  background-color: #2599a3;
  overflow: hidden;
  padding: 0px 20px;
}
.cart-suggested-offer h1 {
  color: #f6b221;
}
.cart-suggested-offer button {
  display: block;
  margin: 0px auto 20px auto;
}
.cart-suggested-offer strong {
  display: block;
  font-size: 2em;
  margin: 5px 0px;
}
.input-custom-radio {
  overflow: hidden;
}
.custom-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e4ddd8;
  background-color: #f6f3f1;
  position: relative;
  overflow: hidden;
  text-indent: -10000px;
  top: 5px;
  margin-right: 5px;
}
.custom-radio.selected:after {
  display: block;
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  /*margin: 5px 5px 0px 0px;*/
  background-color: #b0c776;
}
.custom-checkbox-input {
  display: none;
}
.cart-notes {
  margin-bottom: 40px;
}
.cart-notes textarea {
  border-radius: 10px!important;
  height: 100px;
}
.custom-checkbox-display {
  background-color: transparent;
  border: 1px solid #f6f3f1;
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  top: 5px;
  /*@extend .unselectable;*/
}
.custom-checkbox .custom-checkbox-input:checked + .custom-checkbox-display {
  background-color: transparent;
  border: 1px solid #f6f3f1;
  color: #99a1a7;
}
.custom-checkbox .custom-checkbox-input:checked + .custom-checkbox-display:after {
  content: '\2714';
  font-size: 16px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #b0c776;
}
.card-details {
  position: relative;
}
.card-information {
  position: absolute;
  top: 0px;
  left: 400px;
  width: 300px;
}
.card-details-front {
  position: relative;
  max-width: 380px;
  margin: 20px 0px;
}
.card-details-front img {
  display: block;
}
.card-details-back {
  position: relative;
  max-width: 380px;
}
.card-details-back img {
  display: block;
}
.card-details-number {
  display: block;
  position: absolute;
  top: 26.809091%;
  width: 90%;
  left: 5%;
  margin: auto;
  border: 1px solid #E4DDD8;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 24px;
  font-family: monospace;
}
.card-details-number:disabled {
  background-color: #f6f3f1;
}
.card-details-number.ng-invalid.ng-dirty {
  border-color: #a82f4d;
  background-color: #fff7f9;
}
.card-details-number.ng-valid.ng-dirty {
  border-color: #b0c776;
  background-color: #faffe9;
}
.card-details-date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  /*left: 0px;*/
  overflow: hidden;
}
.card-details-date label {
  float: left;
  position: relative;
  line-height: 40px;
}
.card-details-date input {
  border: 1px solid #E4DDD8;
  padding: 10px 10px;
  /*font-size: 24px;*/
  font-family: monospace;
  width: 40px;
  margin: 0;
  float: left;
}
.card-details-date input.month {
  border-radius: 5px 0px 0px 5px;
  margin-left: 5px;
}
.card-details-date input.year {
  border-radius: 0px 5px 5px 0px;
  border-left: 0px;
}
.card-details-date input:disabled {
  background-color: #f6f3f1;
}
.card-details-date input.ng-invalid.ng-dirty {
  border-color: #a82f4d;
  background-color: #FFF7F9;
}
.card-details-date input.ng-valid.ng-dirty {
  border-color: #B0C776;
  background-color: #FAFFEC;
}
.card-details-cv2 {
  position: absolute;
  left: 200px;
  top: 91px;
  overflow: hidden;
}
.card-details-cv2 label {
  /*display: block;*/
  position: relative;
  /*line-height: 40px;*/
  margin-top: 5px;
}
.card-details-cv2 input {
  border: 1px solid #E4DDD8;
  padding: 12px 10px;
  display: block;
  /*font-size: 24px;*/
  font-family: monospace;
  width: 60px;
  margin: 0;
  float: none;
  border-radius: 0px 5px 5px 0px;
}
.card-details-cv2 input:disabled {
  background-color: #f6f3f1;
}
.card-details-cv2 input.ng-invalid.ng-dirty {
  border-color: #a82f4d;
  background-color: #FFF7F9;
}
.card-details-cv2 input.ng-valid.ng-dirty {
  border-color: #B0C776;
  background-color: #FAFFEC;
}
.card-details-number-label {
  position: absolute;
  top: 51%;
  left: 5%;
}
.cart-submit {
  color: #FFF;
  background-color: #F6B221;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'AauxNext' sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  padding: 2px 40px 0px 40px;
  border: none;
  -webkit-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  -moz-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  -ms-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  height: 30px;
  outline: none;
}
.cart-submit:disabled {
  background-color: #F6F3F1;
  color: #E4DDD8;
  box-shadow: none;
}
.cart-reset-order {
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-size: 14px;
  float: right;
  padding: 2px 19px;
  border-radius: 20px;
  background-color: #f6f3f1;
  color: #a59482;
  line-height: 14px;
  cursor: pointer;
}
.cart-reset-order:hover {
  background-color: #a59482;
  color: #f6f3f1;
}
.cart-order-lines {
  list-style: none;
  padding: 0;
  /*font-size: 14px;*/
}
.cart-order-lines li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #f6f3f1;
  margin-bottom: 10px;
}
.cart-order-lines li span {
  display: table-cell;
}
.cart-order-lines .input-text {
  display: inline-block;
  padding: 5px 10px!important;
  border-radius: 5px;
}
.cart-order-lines .cart-line-course {
  width: 40%;
  padding-right: 10px;
}
.cart-order-lines .cart-line-location {
  color: #a59482;
  display: block;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  font-size: 0.8em;
  text-transform: uppercase;
}
.cart-order-lines .cart-line-delegate {
  width: 35%;
  text-align: right;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
}
.cart-order-lines .cart-line-delegate input {
  width: 80%!important;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
}
.cart-order-lines .cart-line-date {
  width: 15%;
  padding-left: 5px;
}
.cart-order-lines .cart-line-cost {
  width: 10%;
  text-align: right;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  padding-right: 10px;
}
.cart-order-lines .class-cart-line-delete {
  width: 5%;
  text-align: right;
}
.cart-order-lines .class-cart-line-delete button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #f6b221;
  color: #f6b221;
  background-color: #fff;
  text-align: center;
  line-height: 27px;
  outline: none;
}
.cart-order-lines .class-cart-line-delete button:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.cart-address .input-text {
  border-radius: 10px;
  height: 100px;
}
.cart-order-lines-header .cart-line-cost {
  width: 40%;
  margin-right: 30px;
  display: inline-block;
  float: right;
}
.cart-add-voucher {
  overflow: hidden;
  margin-top: 20px;
}
.cart-add-voucher .input-text {
  width: 25%;
  display: block;
  margin-right: 0px;
  float: left;
  border-radius: 10px 0px 0px 10px;
}
.cart-add-voucher button {
  width: 20%;
  display: block;
  height: 40px;
  float: left;
  border-radius: 0px  10px 10px 0px;
  border: 1px solid #e4ddd8;
  background-color: #e4ddd8;
  color: #a59482;
  font-size: 14px;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  outline: none;
}
.cart-add-voucher button:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.cart-errors {
  margin-top: 20px;
}
.cart-errors-list {
  padding: 0px;
  color: #a82f4d;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
}
@media only screen and (max-width: 934px) {
  .container.cart {
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .cart-order-lines li {
    /*		.cart-line-delegate { display: none; }
			
			.cart-line-course { display: inline; width: auto; }
			.cart-line-location { display: block; }
			.cart-line-date{ display: inline; width: auto; }*/
    /*span {
				display: block;
				width: 100%; 
			}*/
  }
  /*.cart-add-voucher .input-text {
		width: 70%;
	}
	.cart-add-voucher button {
		width: 30%;
		font-size: 14px;
		line-height: 1em;
	}
	.cart-line-course, .cart-line-date {
		font-size: 14px;
	}
	.cart-line-course {
		display: block;
		width: 100%;
	}*/
}
@media all and (max-width: 930px) {
  .cart-order-lines .cart-line-date {
    width: 25%;
  }
}
@media all and (max-width: 650px) {
  .card-information {
    position: relative;
    left: 0;
    width: auto;
  }
  .cart-order-lines {
    box-sizing: border-box;
  }
  .cart-order-lines * {
    box-sizing: border-box;
  }
  .cart-order-lines li {
    position: relative;
  }
  .cart-order-lines li span {
    display: block;
  }
  .cart-order-lines li.cart-order-lines-header {
    display: none;
  }
  .cart-order-lines .cart-line-course {
    width: 100%;
  }
  .cart-order-lines .cart-line-location {
    display: block;
    padding-left: 0px;
  }
  .cart-order-lines .cart-line-delegate {
    display: none;
    padding-left: 0px;
  }
  .cart-order-lines .cart-line-date {
    width: auto;
    padding-left: 0px;
  }
  .cart-order-lines .cart-line-cost {
    width: 100%;
    font-size: 18px;
    text-align: left;
    margin-right: 30px;
  }
  .cart-order-lines .class-cart-line-delete button {
    padding: 0px;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    font-size: 25px;
    width: 40px;
    height: 40px;
  }
  .cart-order-lines .cart-voucher-line,
  .cart-order-lines .cart-offer-line {
    padding: 10px 5px;
  }
  .cart-order-lines .cart-line-course {
    float: left;
  }
  /*	.cart-order-lines-header .cart-line-cost {
		margin-right: 0px;
	}*/
  .cart-add-voucher .input-text {
    width: 65%;
  }
  .cart-add-voucher button {
    width: 35%;
  }
  .card-details-front img,
  .card-details-back img {
    display: none;
  }
  .normal {
    display: none!important;
  }
  .small,
  .card-details-number-label {
    display: block!important;
  }
  .card-details-date,
  .card-details-number,
  .card-details-number-label,
  .card-details-cv2 {
    position: static;
    float: none;
  }
  .card-details-date label,
  .card-details-number label,
  .card-details-number-label label,
  .card-details-cv2 label {
    float: none;
    display: block;
  }
  .card-details-number {
    margin: 0;
    left: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
  }
  .card-details-number-label {
    left: 0px;
    display: block;
  }
  .card-details-cv2 input {
    border-radius: 5px;
  }
  .card-details-date input.month {
    margin-left: 0px;
  }
}
/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}
.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}
.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  display: block;
  clear: left;
  content: ' ';
}
.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: ' ';
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}
.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' ';
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}
.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}
.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
.snap-drawer {
  /*display: none;*/
  /*-webkit-overflow-scrolling: touch;
  	-webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);*/
}
/*.snap-drawer.active
{
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: scroll;
	z-index: 2000000;
	top:0px;
	left:-100%;
	display: block;
	.transition(all 0.2s);
	background-color: transparent;
	div.scroller
	{
		width: 250px;
		background-color: @warmLight;
		min-height: 100%;
		.boxShadow(3px 0px 5px rgba(1,1,1,0.5));
		padding-bottom: 40px;
	}
	input[type=search]
	{
		width: 180px;
	}
	a#closeDrawer
	{
		position: absolute;
		right: 12px;
		top:12px;
		color:@blue;
		text-transform: uppercase;
	}
	form
	{
		position: relative;
	}
}*/
/*#mainNavMobile
{
  position: absolute;
  width: 250px;
  top: 40px;
  right: 0;
  bottom: 0;
  padding-bottom: 40px;
  left: 0;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);

}
*/
/*.snap-content.active
{
	width: 100%;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 2;
	opacity: 1;
	.transition(opacity 0.3s);
}

*/
.js section.splitbox {
  overflow: hidden;
  background-color: #f6f3f1;
  margin-bottom: 20px;
}
.js section.splitbox .two {
  padding: 20px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
}
.js section.splitbox .two.frame {
  padding: 0;
  background-position: center;
  background-size: cover;
  /*-ms-behavior: url(/assets/libs/backgroundsize.min.htc);*/
}
.js section.splitbox .two.frame img {
  display: none;
}
.lt-ie8.js section.splitbox .two {
  float: left;
  width: 45%;
}
.lt-ie8.js section.splitbox .two.frame {
  position: relative;
}
.lt-ie8.js section.splitbox .two.frame img {
  display: block;
}
.lt-ie8 section.twinbox .two {
  float: left;
  width: 49%;
}
.tr {
  overflow: hidden;
}
.two.tc {
  float: left;
}
.two.tc.frame {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.two.tc.frame a {
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  width: 100%;
}
.two.tc.frame img {
  display: none;
  /*position: absolute;*/
}
.two > img {
  display: block;
  border-color: #f6f3f1;
}
.panel {
  background-color: #f6f3f1;
}
.panel h1 {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  font-size: 1.14285714285714em;
}
.panel * {
  margin-bottom: 10px;
}
article img {
  margin-bottom: 20px;
}
img[align="left"],
img[style*="float: left"],
img[style*="float:left"] {
  margin: 5px 15px 10px 0px;
}
img[align="right"],
img[style*="float: right"],
img[style*="float:right"] {
  margin: 5px 0px 10px 15px;
}
#main.coursePage section#content #slide {
  overflow: hidden!important;
  -moz-overflow: hidden;
  width: 100%;
}
#main.coursePage section#content #slide #wrap {
  width: 500%;
  margin-left: 0%;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  /* Firefox 4 */
  -webkit-transition: all 0.6s;
  /* Safari and Chrome */
  -o-transition: all 0.6s;
  /* Opera */
  overflow: hidden;
}
#main.coursePage section#content #slide #wrap > section {
  width: 20%;
  float: left;
}
#main.coursePage section#content label {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  display: block;
  width: 100%;
}
#main.coursePage section#content input[type=text],
#main.coursePage section#content input[type=email],
#main.coursePage section#content textarea {
  max-width: 400px;
  width: 100%;
  border: 1px solid #E4DDD8;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  margin-bottom: 10px;
  display: block;
}
#main.coursePage section#content input[type=email].ng-invalid.ng-dirty,
#main.coursePage section#content input[type=text].ng-invalid.ng-dirty,
#main.coursePage section#content textarea.ng-invalid.ng-dirty,
#main.coursePage section#content .select2-container.ng-invalid.ng-dirty {
  border: 1px solid #A82F4D;
}
#main.coursePage section#content input[type=email].ng-valid.ng-dirty,
#main.coursePage section#content input[type=text].ng-valid.ng-dirty,
#main.coursePage section#content textarea.ng-valid.ng-dirty {
  border: 1px solid #b0c776;
}
#main.coursePage section#content input[type=submit]:disabled,
#main.coursePage section#content input[type=submit]:disabled:hover,
#main.coursePage section#content input[type=submit]:disabled:active {
  background-color: #f6f3f1;
  color: #e4ddd8;
  box-shadow: none;
}
#main.coursePage section#content #date,
#main.coursePage section#content #deletgates {
  /*width: 400px;*/
  min-width: 200px;
}
#main.coursePage section#content input[type=submit] {
  color: #FFF;
  background-color: #F6B221;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'AauxNext' sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  padding: 2px 40px 0px 40px;
  border: none;
  -webkit-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  -moz-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  -ms-box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  box-shadow: inset 0px 0px 2px rgba(228, 221, 216, 0.3);
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  height: 30px;
}
#main.coursePage section#content input[type=submit]:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#main.coursePage section#content input[type=submit]:active {
  -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.js .enquireExtended {
  display: none;
}
div.review p[itemprop="reviewBody"] {
  font-family: 'AauxNextItalic', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.4em;
  color: #4c4c4e;
  color: #746f71;
}
div.review p[itemprop="author"] {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  color: #b0c776;
  margin-top: 5px;
}
div.twoCol {
  /*-moz-column-count:2; 
-webkit-column-count:2; 
column-count:2;*/
}
div.twoCol .outline {
  width: 50%;
  float: left;
}
div.twoCol h3 {
  display: inline-block;
  width: 100%;
}
div.twoCol ul {
  margin: 0;
  padding-left: 20px;
  margin-bottom: 20px;
}
div.twoCol div.course_section {
  display: inline-block;
  width: 100%;
}
@media all and (max-width: 600px) {
  div.twoCol .outline {
    width: 100%;
  }
}
#courseControls {
  overflow: hidden;
  margin-bottom: 20px;
}
#courseControls button {
  display: block;
  margin: 0;
  float: left;
  width: 33.33332%;
  background-color: #f6f3f1;
  border: none;
  color: #4c4c4e;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  text-transform: uppercase;
  text-align: left;
  border-left: 1px solid #a59482;
  line-height: 20px;
  cursor: pointer;
}
#courseControls button:hover {
  background-color: #a59482;
  color: #ffffff;
}
#courseControls button.active {
  background-color: #f6b221;
  color: #ffffff;
}
a.pdf_outline,
#enquire #enquiryStart {
  text-align: left;
  text-decoration: none;
  font-size: 0.85em;
  text-transform: uppercase;
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
}
a.pdf_outline a,
#enquire #enquiryStart a {
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
}
a#additional_feedback_link {
  margin-top: -20px;
  font-family: 'AauxNextItalic', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  color: #a59482;
  font-size: 0.85em;
}
a#additional_feedback_link:hover {
  color: #a59482;
}
@media all and (max-width: 600px) {
  a.pdf_outline {
    margin-top: 10px;
  }
  a.pdf_outline,
  #enquire #enquiryStart {
    display: block;
  }
}
#enquire #enquiryStart {
  margin-right: 10px;
}
.touch #courseControls button {
  line-height: 30px;
}
section#courseDetails {
  display: none;
}
a.course_info.go_slow {
  display: block;
}
@media all and (max-width: 768px) {
  #courseControls button {
    width: 25%;
  }
  #sidebar_details_wrap {
    display: none;
  }
  section#courseDetails {
    display: block;
  }
}
@media all and (max-width: 478px) {
  #courseControls button {
    font-size: 12px;
    /*width: auto;*/
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
  }
  div.twoCol {
    -moz-column-count: 1;
    /* Firefox */
    -webkit-column-count: 1;
    /* Safari and Chrome */
    column-count: 1;
    /*http://welcome.totheinter.net/columnizer-jquery-plugin/*/
  }
  section.overview img {
    float: none!important;
    display: block!important;
  }
}
.filter_controls button {
  background-color: #f6f3f1;
  display: inline-block;
  border: none;
  color: #a59482;
  margin: 0px 5px 5px 0px;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'AauxNext', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  background: url(../img/ticks.png) no-repeat bottom left #f6f3f1;
  padding-left: 25px;
  padding: 4px 3px 2px 25px;
  height: 24px;
}
.filter_controls button.active {
  background-color: #b0c776;
  color: #ffffff;
  background-position: top left;
}
.filter_controls p {
  margin-top: 3px;
  margin-bottom: 0px;
}
@media all and (max-width: 380px) {
  .filter_controls button {
    display: block;
  }
}
dl {
  padding: 2px;
  background-color: #f6f3f1;
}
dl dt {
  font-family: 'AauxNextBold', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*-webkit-font-smoothing: antialiased;*/
  font-weight: normal;
  font-size: 1em;
  padding: 5px 0px;
  color: #b0c776;
}
dl dd {
  margin: 0;
  border-bottom: 1px solid #fff;
}
blockquote {
  background-color: #f6f3f1;
  margin: 0;
  padding: 5px;
  color: #00607f;
  margin-bottom: 20px;
}
blockquote p {
  margin: 0;
}
/*Add a pad to manage left floated elements*/
#resource ul {
  overflow: hidden;
  padding-left: 1em;
}
/*html { overflow: hidden; height: 100%; }
*/
body {
  overflow: auto;
  height: 100%;
}
#courseControls div.twoCol {
  -moz-column-count: 1;
  /* Firefox */
  -webkit-column-count: 1;
  /* Safari and Chrome */
  column-count: 1;
  /* POLY FILL http://welcome.totheinter.net/columnizer-jquery-plugin/*/
}
#mobileshare {
  display: none;
}
#map-canvas {
  width: 100%;
  height: 400px;
}
@media all and (max-width: 768px) {
  #map-canvas {
    display: none;
  }
}
#shareme {
  height: 32px;
  float: right;
  margin-top: -16px;
}
#shareme div.box {
  display: inline-block;
  background-color: #ffffff;
}
#shareme div.box .left,
#shareme div.box .middle,
#shareme div.box .right {
  float: left;
  color: #4c4c4e;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
  border: 1px solid #e4ddd8;
  padding: 1px 5px 0px 5px;
  height: 32px;
  overflow: hidden;
}
#shareme div.box .left {
  border-right: none;
  padding-left: 10px;
  font-size: 13px;
  padding-right: 7px;
  -webkit-border-radius: 20px 0px 0px 20px;
  -moz-border-radius: 20px 0px 0px 20px;
  border-radius: 20px 0px 0px 20px;
  background-color: #f6f3f1;
  color: #a59482;
  text-transform: uppercase;
}
#shareme div.box .middle {
  border-right: none;
  padding-right: none;
  background-color: #ffffff;
  padding-left: 9px;
  position: relative;
}
#shareme div.box .middle a {
  font-family: 'silicon-beach', sans-serif;
  color: #f6b221;
  text-decoration: none;
  font-size: 20px;
  margin-right: 4px;
  position: relative;
  top: -2px;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}
#shareme div.box .middle a:hover {
  color: #f6b221;
}
#shareme div.box .middle a.facebook,
#shareme div.box .middle a.facebook:hover {
  color: #34609e;
}
#shareme div.box .middle a.twitter,
#shareme div.box .middle a.twitter:hover {
  color: #1eb2e8;
}
#shareme div.box .middle a.googleplus,
#shareme div.box .middle a.googleplus:hover {
  color: #da573b;
}
#shareme div.box .middle a.linkedin,
#shareme div.box .middle a.linkedin:hover {
  color: #1482bb;
}
#shareme div.box .middle:hover {
  /*background-color: @warmDark;*/
}
#shareme div.box .middle:hover a {
  color: #e4ddd8;
}
#shareme div.box .right {
  color: #00607f;
  padding-right: 10px;
  background-color: #f6f3f1;
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  border-radius: 0px 20px 20px 0px;
}
div.social_media_action {
  border-top: 1px solid #e4ddd8;
  margin-bottom: 40px;
}
span#counters {
  float: left;
  display: block;
  color: #4c4c4e;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
  border: 1px solid #e4ddd8;
  padding: 1px 5px 0px 5px;
  height: 30px;
  overflow: hidden;
  background-color: #f6f3f1;
  -webkit-border-radius: 0px 16px 16px 0px;
  -moz-border-radius: 0px 16px 16px 0px;
  border-radius: 0px 16px 16px 0px;
  padding-left: 5px;
  margin-top: -16px;
}
div#___plusone_0 {
  position: relative;
  top: 3px;
}
@media all and (max-width: 500px) {
  span#counters,
  #shareme {
    display: none;
  }
  #mobileshareButtons {
    display: inline-block;
    margin-top: 10px;
  }
  #mobileshareButtons a {
    font-family: 'silicon-beach', sans-serif;
    color: #f6b221;
    text-decoration: none;
    font-size: 25px;
    line-height: 25px;
    margin-right: 4px;
    position: relative;
    top: 0px;
  }
  #mobileshareButtons a:hover {
    color: #f6b221;
  }
  #mobileshareButtons a.facebook,
  #mobileshareButtons a.facebook:hover {
    color: #34609e;
  }
  #mobileshareButtons a.twitter,
  #mobileshareButtons a.twitter:hover {
    color: #1eb2e8;
  }
  #mobileshareButtons a.googleplus,
  #mobileshareButtons a.googleplus:hover {
    color: #da573b;
  }
  #mobileshareButtons a.linkedin,
  #mobileshareButtons a.linkedin:hover {
    color: #1482bb;
  }
  .plusOne {
    display: inline-block;
    position: relative;
    top: 4px;
  }
  div.social_media_action {
    border-top: none;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  #mobileshare {
    display: block;
    border-bottom: 1px solid #E4DDD8;
    margin-bottom: 20px;
    padding-top: 4px;
    height: 44px;
  }
}
.lt-ie9 #mobileMenuTrigger {
  display: none;
}
/*VIDEO DISPLAY*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.video {
  width: 66.6666%;
  background-color: #f6f3f1;
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}
div.video p.caption {
  margin: 0px;
  margin-top: 3px;
  padding: 0px 2px;
}
@media all and (max-width: 768px) {
  .video {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.slider {
  display: none;
}
input:-moz-placeholder,
input:focus,
textarea:-moz-placeholder,
textarea:focus {
  box-shadow: none !important;
}
input:required,
textarea:required {
  box-shadow: none !important;
}
input:invalid,
textarea:invalid {
  box-shadow: none !important;
}
.fb_iframe_widget span {
  vertical-align: top!important;
  /*margin-top: -2px;*/
}
