/************
	RESET
*************/
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  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: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
pre,
code,
kbd,
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: 75%;
}
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 #c0c0c0;
  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,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -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;
}
/***************
	GAP GRID
****************/
/*
.column(@n, @w:@columns, @m:@mobile-columns) {
	//@n: number of columns to span
	//@w: how many columns it is within - helps with nesting
	//@m: number of mobile columns to span below breakpoint
	display: inline;
	float: left;
	.border-box;
	width: percentage(((@columns/@w)/@columns)*@n);
    padding: 0 @gutter-width*0.5;
    .clearfix;
    @media only screen and (max-width: @mobile-break) {
    	width: percentage((1/@mobile-columns)*@m);
    }
}
*/
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
html.light a.logo {
  background: url("/assets/img/logo-dark.png") no-repeat;
}
html.light .footer ul.footer-links li a,
html.light .footer p {
  color: #000000 !important;
}
@media screen and (max-width: 980px) {
  html.light .footer ul.footer-links li a,
  html.light .footer p {
    color: #ffffff !important;
  }
}
html.light .footer ul.footer-links li a:hover {
  border-color: #000000 !important;
}
/*************
	LAYOUT
**************/
html {
  height: 100%;
}
html,
body {
  width: 100%;
}
body {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#outer-wrap #inner-wrap {
  width: 100%;
}
.hidden {
  display: none !important;
}
div.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px 0 150px;
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  html.respond div.container {
    padding: 20px 20px 0 20px;
  }
}
@media screen and (max-width: 500px) {
  html.respond div.container {
    padding: 10px 10px 0 10px;
  }
}
@media screen and (max-width: 980px) {
  html.respond div.container.footer {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.66);
    padding-top: 20px;
  }
}
html.lt-ie9 div.container {
  width: 1120px;
}
html.no-respond div.container {
  width: 1120px;
}
div.row {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
}
div.row:before,
div.row:after {
  content: "";
  display: table;
}
div.row:after {
  clear: both;
}
div.row:before,
div.row:after {
  display: table;
  content: "";
}
div.row:after {
  clear: both;
}
div.row > main {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  padding: 0 10px;
  *zoom: 1;
}
div.row > main:before,
div.row > main:after {
  content: "";
  display: table;
}
div.row > main:after {
  clear: both;
}
div.row > main:before,
div.row > main:after {
  display: table;
  content: "";
}
div.row > main:after {
  clear: both;
}
@media only screen and (max-width: 980px) {
  html.respond div.row > main {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond div.row > main:before,
  html.respond div.row > main:after {
    content: "";
    display: table;
  }
  html.respond div.row > main:after {
    clear: both;
  }
  html.respond div.row > main:before,
  html.respond div.row > main:after {
    display: table;
    content: "";
  }
  html.respond div.row > main:after {
    clear: both;
  }
}
div.row > main.home {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  *zoom: 1;
}
div.row > main.home:before,
div.row > main.home:after {
  content: "";
  display: table;
}
div.row > main.home:after {
  clear: both;
}
div.row > main.home:before,
div.row > main.home:after {
  display: table;
  content: "";
}
div.row > main.home:after {
  clear: both;
}
div.row > main section ul.page-grid {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
}
div.row > main section ul.page-grid:before,
div.row > main section ul.page-grid:after {
  content: "";
  display: table;
}
div.row > main section ul.page-grid:after {
  clear: both;
}
div.row > main section ul.page-grid:before,
div.row > main section ul.page-grid:after {
  display: table;
  content: "";
}
div.row > main section ul.page-grid:after {
  clear: both;
}
div.row > main section ul.page-grid > li {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
  padding: 0 10px;
  *zoom: 1;
}
div.row > main section ul.page-grid > li:before,
div.row > main section ul.page-grid > li:after {
  content: "";
  display: table;
}
div.row > main section ul.page-grid > li:after {
  clear: both;
}
div.row > main section ul.page-grid > li:before,
div.row > main section ul.page-grid > li:after {
  display: table;
  content: "";
}
div.row > main section ul.page-grid > li:after {
  clear: both;
}
@media only screen and (max-width: 980px) {
  html.respond div.row > main section ul.page-grid > li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond div.row > main section ul.page-grid > li:before,
  html.respond div.row > main section ul.page-grid > li:after {
    content: "";
    display: table;
  }
  html.respond div.row > main section ul.page-grid > li:after {
    clear: both;
  }
  html.respond div.row > main section ul.page-grid > li:before,
  html.respond div.row > main section ul.page-grid > li:after {
    display: table;
    content: "";
  }
  html.respond div.row > main section ul.page-grid > li:after {
    clear: both;
  }
}
@media only screen and (max-width: 520px) {
  html.respond div.row > main section ul.page-grid > li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond div.row > main section ul.page-grid > li:before,
  html.respond div.row > main section ul.page-grid > li:after {
    content: "";
    display: table;
  }
  html.respond div.row > main section ul.page-grid > li:after {
    clear: both;
  }
  html.respond div.row > main section ul.page-grid > li:before,
  html.respond div.row > main section ul.page-grid > li:after {
    display: table;
    content: "";
  }
  html.respond div.row > main section ul.page-grid > li:after {
    clear: both;
  }
}
@media only screen and (max-width: 500px) {
  html.respond div.row > main section ul.page-grid.profiles > li,
  html.respond div.row > main section ul.page-grid.progession > li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond div.row > main section ul.page-grid.profiles > li:before,
  html.respond div.row > main section ul.page-grid.progession > li:before,
  html.respond div.row > main section ul.page-grid.profiles > li:after,
  html.respond div.row > main section ul.page-grid.progession > li:after {
    content: "";
    display: table;
  }
  html.respond div.row > main section ul.page-grid.profiles > li:after,
  html.respond div.row > main section ul.page-grid.progession > li:after {
    clear: both;
  }
  html.respond div.row > main section ul.page-grid.profiles > li:before,
  html.respond div.row > main section ul.page-grid.progession > li:before,
  html.respond div.row > main section ul.page-grid.profiles > li:after,
  html.respond div.row > main section ul.page-grid.progession > li:after {
    display: table;
    content: "";
  }
  html.respond div.row > main section ul.page-grid.profiles > li:after,
  html.respond div.row > main section ul.page-grid.progession > li:after {
    clear: both;
  }
}
div.row > main section .gallery ul > li {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
  padding: 0 10px;
  *zoom: 1;
}
div.row > main section .gallery ul > li:before,
div.row > main section .gallery ul > li:after {
  content: "";
  display: table;
}
div.row > main section .gallery ul > li:after {
  clear: both;
}
div.row > main section .gallery ul > li:before,
div.row > main section .gallery ul > li:after {
  display: table;
  content: "";
}
div.row > main section .gallery ul > li:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  html.respond div.row > main section .gallery ul > li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond div.row > main section .gallery ul > li:before,
  html.respond div.row > main section .gallery ul > li:after {
    content: "";
    display: table;
  }
  html.respond div.row > main section .gallery ul > li:after {
    clear: both;
  }
  html.respond div.row > main section .gallery ul > li:before,
  html.respond div.row > main section .gallery ul > li:after {
    display: table;
    content: "";
  }
  html.respond div.row > main section .gallery ul > li:after {
    clear: both;
  }
}
@media only screen and (max-width: 500px) {
  html.respond div.row > main section .gallery ul > li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond div.row > main section .gallery ul > li:before,
  html.respond div.row > main section .gallery ul > li:after {
    content: "";
    display: table;
  }
  html.respond div.row > main section .gallery ul > li:after {
    clear: both;
  }
  html.respond div.row > main section .gallery ul > li:before,
  html.respond div.row > main section .gallery ul > li:after {
    display: table;
    content: "";
  }
  html.respond div.row > main section .gallery ul > li:after {
    clear: both;
  }
}
div.row > main section .about {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
}
div.row > main section .about:before,
div.row > main section .about:after {
  content: "";
  display: table;
}
div.row > main section .about:after {
  clear: both;
}
div.row > main section .about:before,
div.row > main section .about:after {
  display: table;
  content: "";
}
div.row > main section .about:after {
  clear: both;
}
div.row > main section .about .col.one {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
  padding: 0 10px;
  *zoom: 1;
}
div.row > main section .about .col.one:before,
div.row > main section .about .col.one:after {
  content: "";
  display: table;
}
div.row > main section .about .col.one:after {
  clear: both;
}
div.row > main section .about .col.one:before,
div.row > main section .about .col.one:after {
  display: table;
  content: "";
}
div.row > main section .about .col.one:after {
  clear: both;
}
div.row > main section .about .col.two {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66666667%;
  padding: 0 10px;
  *zoom: 1;
}
div.row > main section .about .col.two:before,
div.row > main section .about .col.two:after {
  content: "";
  display: table;
}
div.row > main section .about .col.two:after {
  clear: both;
}
div.row > main section .about .col.two:before,
div.row > main section .about .col.two:after {
  display: table;
  content: "";
}
div.row > main section .about .col.two:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  html.respond div.row > main section .about .col {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond div.row > main section .about .col:before,
  html.respond div.row > main section .about .col:after {
    content: "";
    display: table;
  }
  html.respond div.row > main section .about .col:after {
    clear: both;
  }
  html.respond div.row > main section .about .col:before,
  html.respond div.row > main section .about .col:after {
    display: table;
    content: "";
  }
  html.respond div.row > main section .about .col:after {
    clear: both;
  }
}
div.row > main section .about .apply {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
  *zoom: 1;
}
div.row > main section .about .apply:before,
div.row > main section .about .apply:after {
  content: "";
  display: table;
}
div.row > main section .about .apply:after {
  clear: both;
}
div.row > main section .about .apply:before,
div.row > main section .about .apply:after {
  display: table;
  content: "";
}
div.row > main section .about .apply:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  html.respond div.row > main section .about .apply {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond div.row > main section .about .apply:before,
  html.respond div.row > main section .about .apply:after {
    content: "";
    display: table;
  }
  html.respond div.row > main section .about .apply:after {
    clear: both;
  }
  html.respond div.row > main section .about .apply:before,
  html.respond div.row > main section .about .apply:after {
    display: table;
    content: "";
  }
  html.respond div.row > main section .about .apply:after {
    clear: both;
  }
}
div.row > aside {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 10px;
  *zoom: 1;
}
div.row > aside:before,
div.row > aside:after {
  content: "";
  display: table;
}
div.row > aside:after {
  clear: both;
}
div.row > aside:before,
div.row > aside:after {
  display: table;
  content: "";
}
div.row > aside:after {
  clear: both;
}
@media only screen and (max-width: 980px) {
  html.respond div.row > aside {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond div.row > aside:before,
  html.respond div.row > aside:after {
    content: "";
    display: table;
  }
  html.respond div.row > aside:after {
    clear: both;
  }
  html.respond div.row > aside:before,
  html.respond div.row > aside:after {
    display: table;
    content: "";
  }
  html.respond div.row > aside:after {
    clear: both;
  }
}
div.row > aside section ul.page-grid {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
}
div.row > aside section ul.page-grid:before,
div.row > aside section ul.page-grid:after {
  content: "";
  display: table;
}
div.row > aside section ul.page-grid:after {
  clear: both;
}
div.row > aside section ul.page-grid:before,
div.row > aside section ul.page-grid:after {
  display: table;
  content: "";
}
div.row > aside section ul.page-grid:after {
  clear: both;
}
div.row > aside section ul.page-grid > li {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  *zoom: 1;
}
div.row > aside section ul.page-grid > li:before,
div.row > aside section ul.page-grid > li:after {
  content: "";
  display: table;
}
div.row > aside section ul.page-grid > li:after {
  clear: both;
}
div.row > aside section ul.page-grid > li:before,
div.row > aside section ul.page-grid > li:after {
  display: table;
  content: "";
}
div.row > aside section ul.page-grid > li:after {
  clear: both;
}
@media only screen and (max-width: 980px) {
  html.respond div.row > aside section ul.page-grid > li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond div.row > aside section ul.page-grid > li:before,
  html.respond div.row > aside section ul.page-grid > li:after {
    content: "";
    display: table;
  }
  html.respond div.row > aside section ul.page-grid > li:after {
    clear: both;
  }
  html.respond div.row > aside section ul.page-grid > li:before,
  html.respond div.row > aside section ul.page-grid > li:after {
    display: table;
    content: "";
  }
  html.respond div.row > aside section ul.page-grid > li:after {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  html.respond div.row > aside section ul.page-grid > li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond div.row > aside section ul.page-grid > li:before,
  html.respond div.row > aside section ul.page-grid > li:after {
    content: "";
    display: table;
  }
  html.respond div.row > aside section ul.page-grid > li:after {
    clear: both;
  }
  html.respond div.row > aside section ul.page-grid > li:before,
  html.respond div.row > aside section ul.page-grid > li:after {
    display: table;
    content: "";
  }
  html.respond div.row > aside section ul.page-grid > li:after {
    clear: both;
  }
}
@media only screen and (max-width: 500px) {
  html.respond div.row > aside section ul.page-grid > li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond div.row > aside section ul.page-grid > li:before,
  html.respond div.row > aside section ul.page-grid > li:after {
    content: "";
    display: table;
  }
  html.respond div.row > aside section ul.page-grid > li:after {
    clear: both;
  }
  html.respond div.row > aside section ul.page-grid > li:before,
  html.respond div.row > aside section ul.page-grid > li:after {
    display: table;
    content: "";
  }
  html.respond div.row > aside section ul.page-grid > li:after {
    clear: both;
  }
}
div.row > footer {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  *zoom: 1;
}
div.row > footer:before,
div.row > footer:after {
  content: "";
  display: table;
}
div.row > footer:after {
  clear: both;
}
div.row > footer:before,
div.row > footer:after {
  display: table;
  content: "";
}
div.row > footer:after {
  clear: both;
}
body.news main {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  *zoom: 1;
}
body.news main:before,
body.news main:after {
  content: "";
  display: table;
}
body.news main:after {
  clear: both;
}
body.news main:before,
body.news main:after {
  display: table;
  content: "";
}
body.news main:after {
  clear: both;
}
body.news main section.events .wrapper {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
  *zoom: 1;
}
body.news main section.events .wrapper:before,
body.news main section.events .wrapper:after {
  content: "";
  display: table;
}
body.news main section.events .wrapper:after {
  clear: both;
}
body.news main section.events .wrapper:before,
body.news main section.events .wrapper:after {
  display: table;
  content: "";
}
body.news main section.events .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 500px) {
  html.respond body.news main section.events .wrapper {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond body.news main section.events .wrapper:before,
  html.respond body.news main section.events .wrapper:after {
    content: "";
    display: table;
  }
  html.respond body.news main section.events .wrapper:after {
    clear: both;
  }
  html.respond body.news main section.events .wrapper:before,
  html.respond body.news main section.events .wrapper:after {
    display: table;
    content: "";
  }
  html.respond body.news main section.events .wrapper:after {
    clear: both;
  }
}
@media only screen and (max-width: 980px) {
  html.respond body.news main section.events .wrapper {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond body.news main section.events .wrapper:before,
  html.respond body.news main section.events .wrapper:after {
    content: "";
    display: table;
  }
  html.respond body.news main section.events .wrapper:after {
    clear: both;
  }
  html.respond body.news main section.events .wrapper:before,
  html.respond body.news main section.events .wrapper:after {
    display: table;
    content: "";
  }
  html.respond body.news main section.events .wrapper:after {
    clear: both;
  }
}
body.news main section.events .wrapper ul.page-grid {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
}
body.news main section.events .wrapper ul.page-grid:before,
body.news main section.events .wrapper ul.page-grid:after {
  content: "";
  display: table;
}
body.news main section.events .wrapper ul.page-grid:after {
  clear: both;
}
body.news main section.events .wrapper ul.page-grid:before,
body.news main section.events .wrapper ul.page-grid:after {
  display: table;
  content: "";
}
body.news main section.events .wrapper ul.page-grid:after {
  clear: both;
}
body.news main section.events .wrapper ul.page-grid li {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
  *zoom: 1;
}
body.news main section.events .wrapper ul.page-grid li:before,
body.news main section.events .wrapper ul.page-grid li:after {
  content: "";
  display: table;
}
body.news main section.events .wrapper ul.page-grid li:after {
  clear: both;
}
body.news main section.events .wrapper ul.page-grid li:before,
body.news main section.events .wrapper ul.page-grid li:after {
  display: table;
  content: "";
}
body.news main section.events .wrapper ul.page-grid li:after {
  clear: both;
}
@media only screen and (max-width: 980px) {
  html.respond body.news main section.events .wrapper ul.page-grid li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond body.news main section.events .wrapper ul.page-grid li:before,
  html.respond body.news main section.events .wrapper ul.page-grid li:after {
    content: "";
    display: table;
  }
  html.respond body.news main section.events .wrapper ul.page-grid li:after {
    clear: both;
  }
  html.respond body.news main section.events .wrapper ul.page-grid li:before,
  html.respond body.news main section.events .wrapper ul.page-grid li:after {
    display: table;
    content: "";
  }
  html.respond body.news main section.events .wrapper ul.page-grid li:after {
    clear: both;
  }
}
@media only screen and (max-width: 500px) {
  html.respond body.news main section.events .wrapper ul.page-grid li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond body.news main section.events .wrapper ul.page-grid li:before,
  html.respond body.news main section.events .wrapper ul.page-grid li:after {
    content: "";
    display: table;
  }
  html.respond body.news main section.events .wrapper ul.page-grid li:after {
    clear: both;
  }
  html.respond body.news main section.events .wrapper ul.page-grid li:before,
  html.respond body.news main section.events .wrapper ul.page-grid li:after {
    display: table;
    content: "";
  }
  html.respond body.news main section.events .wrapper ul.page-grid li:after {
    clear: both;
  }
}
body.news main section.events .wrapper ul.page-grid li:first-child {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  *zoom: 1;
}
body.news main section.events .wrapper ul.page-grid li:first-child:before,
body.news main section.events .wrapper ul.page-grid li:first-child:after {
  content: "";
  display: table;
}
body.news main section.events .wrapper ul.page-grid li:first-child:after {
  clear: both;
}
body.news main section.events .wrapper ul.page-grid li:first-child:before,
body.news main section.events .wrapper ul.page-grid li:first-child:after {
  display: table;
  content: "";
}
body.news main section.events .wrapper ul.page-grid li:first-child:after {
  clear: both;
}
@media only screen and (max-width: 500px) {
  html.respond body.news main section.events .wrapper ul.page-grid li:first-child {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond body.news main section.events .wrapper ul.page-grid li:first-child:before,
  html.respond body.news main section.events .wrapper ul.page-grid li:first-child:after {
    content: "";
    display: table;
  }
  html.respond body.news main section.events .wrapper ul.page-grid li:first-child:after {
    clear: both;
  }
  html.respond body.news main section.events .wrapper ul.page-grid li:first-child:before,
  html.respond body.news main section.events .wrapper ul.page-grid li:first-child:after {
    display: table;
    content: "";
  }
  html.respond body.news main section.events .wrapper ul.page-grid li:first-child:after {
    clear: both;
  }
}
a.logo {
  position: fixed;
  bottom: 20px !important;
  left: 20px;
  z-index: 999999;
  width: 120px;
  display: block;
  background-image: url(/assets/img/logo.png);
  background-repeat: no-repeat;
  background-size: 100% !important;
  height: 80px;
  text-indent: -9999px;
}
a.logo:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  html.respond a.logo {
    position: absolute;
    top: 5px;
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: inherit !important;
    background-image: url(/assets/img/logo.png) !important;
  }
}
a,
input,
button {
  -ms-touch-action: none !important;
}
.notes {
  background: #83a6aa;
  padding: 10px 15px;
  border-radius: 5px;
  border: 2px solid #749BA0;
  clear: both;
}
.notes h4 {
  margin: 0;
}
.notes p,
.notes ul,
.notes li,
.notes a,
.notes span,
.notes h4,
.notes ol,
.notes h1,
.notes h2,
.notes h3,
.notes strong {
  color: #FFF !important;
  font-style: italic;
  font-size: 14px;
}
.status {
  display: none;
  /*position: fixed;
	top: 0;
	right: 0;
	padding: 5px 8px;
	background: red;
	color: @white;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	z-index: 9000;
	.box-sizing();
	@media screen and (max-width: @tablet-break) {
		html.respond & {
			right: 50%;
			margin-right: -90px;
			border: 2px solid @white;
			border-top: none;
		}
	}*/
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/
/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none;
}
/* To fill the container and nothing else */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.next-icon {
  text-indent: -9999px;
}
html.no-js .home #homePreloadOverlay {
  display: none !important;
}
html .home,
body .home {
  height: 100% !important;
}
.home #content {
  background: none !important;
}
.home #big-video-wrap {
  background: black;
}
.home #outer-wrap {
  position: absolute;
  min-height: 100%;
  overflow: visible;
}
.home #outer-wrap #inner-wrap {
  min-height: 100%;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  html.respond .home .screen {
    margin-bottom: 100px;
    min-height: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  html.respond .home .screen .big-image {
    display: none;
  }
}
.home .screen > .container {
  position: absolute;
  z-index: 9998;
  padding: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: table;
}
@media only screen and (max-width: 1024px) {
  html.respond .home .screen > .container {
    position: relative;
    top: 50px;
  }
}
@media only screen and (max-width: 980px) {
  html.respond .home .screen > .container {
    top: 0px;
    left: 0px;
    right: 0px;
  }
}
.home .screen > .container .center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}
.home .screen > .container .center .circle-grid li a.item-1 {
  background-image: url('/assets/img/circle5.png');
}
.home .screen > .container .center .circle-grid li a.item-2 {
  background-image: url('/assets/img/circle1.png');
}
.home .screen > .container .center .circle-grid li a.item-3 {
  background-image: url('/assets/img/circle3.png');
}
.home .screen > .container .center h1 {
  color: #ffffff;
  font-size: 42px;
  text-align: center;
  padding-right: 30px;
  line-height: 78px;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-weight: normal;
}
.home .screen > .container .center h1:before {
  display: none;
}
@media only screen and (max-width: 980px) {
  html.respond .home .footer {
    display: none;
  }
}
.notification-frame {
  color: #ffffff !important;
  padding: 10px 20px !important;
  width: 500px;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.notification-frame h2 a {
  color: #ffffff;
  text-decoration: none;
}
.notification-frame h2 a:hover {
  color: #749ba0;
  text-decoration: underline;
}
.notification-frame h3 {
  background: #749ba0;
  color: #ffffff;
  padding: 3px 7px;
  display: inline-block;
  margin-bottom: 20px;
  float: left;
  clear: left;
}
.notification-frame h3 a {
  color: #ffffff;
}
.notification-frame h3 a:hover {
  display: inline-block;
  text-decoration: none;
  color: black !important;
}
.notification-frame p {
  clear: both;
}
.notification-frame a {
  text-decoration: none;
  color: #749ba0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.notification-frame a:hover {
  border-bottom: 1px dotted #749ba0;
  color: #476467 !important;
}
@media only screen and (max-width: 1024px) {
  html.respond .notification-frame {
    display: none;
  }
}
#unistats-widget-frame {
  float: left;
  clear: both;
}
.gallery ul {
  margin: 0;
  padding: 0;
  margin: 0 -15px 0 -15px;
}
.gallery ul li {
  list-style-type: none;
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  html.respond .gallery ul li {
    margin-bottom: 20px;
  }
}
.gallery ul li:last-child {
  margin-bottom: 0;
}
.gallery ul li img {
  width: 100%;
  display: block;
}
.gallery ul li a {
  border: none;
}
.about .col span {
  font-size: 20px;
}
.about .col span + p {
  margin-top: 0;
}
.about .apply span {
  display: block;
  color: #ffffff;
  text-align: left;
  margin-top: 20px;
  padding: 20px 20px 20px 50px;
  background-color: #749ba0;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.about .apply span.eu {
  background-image: url("/assets/img/apply-eu.png");
}
.about .apply span.int {
  background-image: url("/assets/img/apply-int.png");
}
.about .apply span.uk {
  background-image: url("/assets/img/apply-uk.png");
}
.about .apply span:hover {
  background-color: #333333;
}
@media screen and (max-width: 600px) {
  .about .apply:first-of-type {
    margin-bottom: 20px;
  }
}
.about a {
  border: none;
}
ol.numbered {
  counter-reset: li;
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.numbered li {
  position: relative;
  display: block;
  min-height: 66px;
  padding-left: 96px;
  float: left;
}
ol.numbered li span {
  font-size: 20px;
}
ol.numbered li:before {
  content: attr(data-slideindex);
  counter-increment: li;
  position: absolute;
  left: 0px;
  top: 0;
  background: url('/assets/img/reasons-bg.jpg') center center no-repeat;
  background-size: 100%;
  height: 66px;
  width: 75px;
  line-height: 66px;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}
ol.numbered li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 980px) {
  html.respond ol.numbered li {
    padding-left: 55px;
  }
  html.respond ol.numbered li:before {
    height: 33px;
    width: 38px;
    line-height: 33px;
    font-size: 15px;
  }
}
ol.six-reasons {
  counter-reset: counter;
  padding: 0 0 0 160px;
  margin: 40px 0;
}
ol.six-reasons + h2 {
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  html.respond ol.six-reasons {
    padding: 0 0 0 30px;
  }
}
ol.six-reasons li {
  position: relative;
  display: block;
  padding: 5px 10px;
  min-height: 22px;
  margin: 10px 0 30px 0;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
ol.six-reasons li:nth-of-type(odd):hover:before {
  background-size: 70% auto;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
ol.six-reasons li:nth-of-type(even):hover:before {
  background-size: 66% auto;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
ol.six-reasons li:hover:before {
  background-size: 120px auto;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
ol.six-reasons li:hover h2,
ol.six-reasons li:hover h3,
ol.six-reasons li:hover h4 {
  border-left: 10px solid #67521d;
  padding-left: 10px;
}
ol.six-reasons li:before {
  content: counter(counter);
  counter-increment: counter;
  position: absolute;
  top: -20px;
  left: -155px;
  background: #67521d;
  color: #FFF;
  height: 150px;
  width: 150px;
  line-height: 150px;
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  transition: all 0.3s ease-out;
  background: url('/assets/img/shape.png') center center no-repeat;
  background-size: 60%;
}
@media only screen and (max-width: 500px) {
  html.respond ol.six-reasons li:before {
    left: -60px;
  }
}
ol.six-reasons li:last-child {
  margin-bottom: 0;
}
ol.six-reasons li h2,
ol.six-reasons li h3,
ol.six-reasons li h4 {
  color: #67521d;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 40px;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 500px) {
  html.respond ol.six-reasons li {
    padding: 0 0 0 80px;
  }
}
.course-search {
  width: 100%;
  padding: 15px 100px 15px 20px;
  border: none;
  border-radius: 0;
  font-size: 40px;
  font-weight: bold;
  -webkit-appearance: none;
  background: url('/assets/img/search-icon-bg.png') #ffffff no-repeat;
  background-position: right center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.course-search:focus {
  outline: none;
}
@media screen and (max-width: 980px) {
  html.respond .course-search {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  html.respond .course-search {
    font-size: 16px;
    background-size: 20%;
  }
}
a .inner:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  height: 100px;
  width: 100px;
  margin: 0 5px 5px 0;
  content: "";
  background-repeat: no-repeat;
  background-position: right bottom;
}
.FilmTVandBroadcasting a .inner:after {
  background-image: url('/assets/img/broadcasting.png');
  background-size: 80px auto;
}
.ArchitectureandInteriorDesign a .inner:after {
  background-image: url('/assets/img/architecture-interior.png');
  background-size: 100px auto;
}
.ProductandInteractionDesign a .inner:after {
  background-image: url('/assets/img/product-interaction.png');
  background-size: 80px auto;
}
.Fashion a .inner:after {
  background-image: url('/assets/img/fashion.png');
  background-size: 100px auto;
}
.GraphicandMotionGraphicDesign a .inner:after {
  background-image: url('/assets/img/graphic-design.png');
  background-size: 80px auto;
}
.Animation a .inner:after {
  background-image: url('/assets/img/animation.png');
  background-size: 40px auto;
}
.MusicandSound a .inner:after {
  background-image: url('/assets/img/sound.png');
  background-size: 40px auto;
}
.WebMedia a .inner:after {
  background-image: url('/assets/img/web.png');
  background-size: 40px auto;
}
.PhotographyandFilm a .inner:after {
  background-image: url('/assets/img/photography-film.png');
  background-size: 80px auto;
}
html.no-respond a .inner:hover:after {
  opacity: 0;
}
/*.SubjectPage {
	&.graphic-and-motion-graphic-design {
		.theme(#CA1F7B);
	}
}*/
body.news main .page-grid:first-child span {
  font-size: 30px;
}
body.news main section.events .wrapper {
  margin-bottom: -20px;
}
@media screen and (max-width: 980px) {
  html.respond body.news main section.events .wrapper {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  html.respond body.news main section.events .wrapper {
    padding: 0 !important;
  }
}
body.news main section.events .wrapper:nth-child(1) {
  padding-left: 0;
}
body.news main section.events .wrapper:nth-child(2) {
  padding-right: 0;
}
body.news main section.events .wrapper h2 {
  background: none;
  color: #333333;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  font-size: 25px;
}
body.news main section.events .wrapper h2 a {
  font-size: 15px;
  font-weight: normal;
}
body.news main section.events .wrapper ul.page-grid {
  padding-bottom: 20px;
}
body.news main section.events .wrapper ul.news {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.news main section.events .wrapper ul.news li {
  position: relative;
  padding-left: 75px;
  min-height: 60px;
  margin-bottom: 20px;
}
body.news main section.events .wrapper ul.news li span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #333333;
  color: #ffffff;
  height: 60px;
  width: 60px;
  font-size: 37px;
  line-height: 37px;
  text-align: center;
  font-weight: normal !important;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.news main section.events .wrapper ul.news li span em {
  display: block;
  font-size: 32%;
  line-height: 10px;
  text-align: center;
  font-style: normal;
}
body.news main section.events .wrapper ul.news li:hover span {
  background: #749ba0;
  color: #ffffff;
}
body.news main section.events .wrapper ul.news li h3 a {
  font-weight: normal;
  font-size: 22px;
}
body.news main section.events .wrapper time {
  display: block;
  font-weight: normal;
  opacity: 0.8;
}
body.news aside {
  display: none;
}
.news-list .list-item a.img-wrapper {
  position: relative;
}
.news-list .list-item a.img-wrapper span {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  background: #333333;
  color: #ffffff;
  height: 50px;
  width: 50px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal !important;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-list .list-item a.img-wrapper span em {
  display: block;
  font-size: 32%;
  line-height: 10px;
  text-align: center;
  font-style: normal;
}
.news-list .list-item a.img-wrapper:hover span {
  background: #749ba0;
  color: #ffffff;
}
html.NewsArticle time {
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  background: #333333;
  color: #ffffff;
  padding: 5px 10px 5px 20px;
  margin-left: -20px;
  margin-bottom: 5px;
  *zoom: 1;
}
html.NewsArticle time:before,
html.NewsArticle time:after {
  content: "";
  display: table;
}
html.NewsArticle time:after {
  clear: both;
}
html.NewsArticle time:before,
html.NewsArticle time:after {
  display: table;
  content: "";
}
html.NewsArticle time:after {
  clear: both;
}
html.NewsArticle time + p {
  margin-top: 10px;
}
html.NewsArticle .author {
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  background: #333333;
  padding: 5px 10px 5px 10px;
  margin-bottom: 5px;
  border: none;
}
.addthis_toolbox a {
  border: none;
}
.event-list .list-item a.img-wrapper {
  position: relative;
}
.event-list .list-item a.img-wrapper span {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  background: #333333;
  color: #ffffff;
  height: 50px;
  width: 50px;
  text-align: center;
  font-weight: normal !important;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.event-list .list-item a.img-wrapper span i {
  line-height: 40px;
  font-size: 25px;
  padding-left: 2px;
}
.event-list .list-item a.img-wrapper:hover span {
  background: #749ba0;
  color: #ffffff;
}
.event-list .list-item time {
  display: block;
  line-height: 2em;
  font-weight: bold;
}
html.EventPage time {
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  background: #333333;
  color: #ffffff;
  padding: 5px 10px 5px 20px;
  margin-left: -20px;
  margin-bottom: 5px;
  *zoom: 1;
}
html.EventPage time:before,
html.EventPage time:after {
  content: "";
  display: table;
}
html.EventPage time:after {
  clear: both;
}
html.EventPage time:before,
html.EventPage time:after {
  display: table;
  content: "";
}
html.EventPage time:after {
  clear: both;
}
html.EventPage time + p {
  margin-top: 10px;
}
html.EventPage aside a.eventbrite {
  display: block;
}
.eventbrite {
  background: #749ba0;
  background-image: url("/assets/img/eventbrite.png");
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: 10px center;
  color: #ffffff !important;
  padding: 10px 10px 10px 90px;
  border: none !important;
  float: right;
  text-decoration: none;
}
.eventbrite:hover {
  background-color: #5b8186;
  color: #ffffff;
}
div.datetime {
  margin-bottom: 10px;
}
.icsLink,
.googlecal {
  display: inline-block;
  margin: 10px 10px 10px 0;
  background: #749ba0;
  padding: 5px 8px;
  color: #ffffff;
  cursor: pointer;
  font-size: 80%;
}
.icsLink:hover,
.googlecal:hover {
  background-color: #5b8186;
  color: #ffffff !important;
}
.addthis_button {
  display: block !important;
}
#eventCalenderPicker {
  width: 100%;
  font-size: 9px;
}
#eventCalenderPicker table tbody > tr:nth-child(odd) > td {
  background: transparent;
}
#eventCalenderPicker .fc-header {
  background: #749ba0;
}
#eventCalenderPicker h2 {
  padding: 8px 0;
  margin: 0;
  font-size: 18px;
}
#eventCalenderPicker .fc-content .fc-border-separate {
  width: 100%;
}
#eventCalenderPicker .fc-button {
  width: 20px;
  margin-bottom: 0;
}
#eventCalenderPicker .fc-header-left,
#eventCalenderPicker .fc-header-right {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
#eventCalenderPicker .fc-state-default.fc-corner-right,
#eventCalenderPicker .fc-state-default.fc-corner-left {
  border-radius: 0 !important;
  border: none;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #5b8186;
  color: #ffffff;
  height: 38px;
  line-height: 36px;
  width: 25px;
  text-align: center;
}
#eventCalenderPicker .fc-state-default.fc-corner-right:hover,
#eventCalenderPicker .fc-state-default.fc-corner-left:hover {
  background-color: #476467;
}
#eventCalenderPicker .fc-cell-overlay {
  background-color: #CCC;
  opacity: 0.5;
}
.event-row {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
  margin-top: 20px;
  overflow: hidden;
}
.event-row:before,
.event-row:after {
  content: "";
  display: table;
}
.event-row:after {
  clear: both;
}
.event-row:before,
.event-row:after {
  display: table;
  content: "";
}
.event-row:after {
  clear: both;
}
.event-row .half {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
  *zoom: 1;
}
.event-row .half:before,
.event-row .half:after {
  content: "";
  display: table;
}
.event-row .half:after {
  clear: both;
}
.event-row .half:before,
.event-row .half:after {
  display: table;
  content: "";
}
.event-row .half:after {
  clear: both;
}
.event-row .half div {
  background: #F1F1F1;
  padding: 10px;
}
#eventCategories.categories ul li span {
  background: #ffffff;
  display: block;
  padding: 8px 15px;
  cursor: pointer;
}
#eventCategories.categories ul li span:hover {
  background: #e9e9e9;
}
#eventCategories.categories ul li.active span {
  background: #333333;
  color: #ffffff;
}
.profile {
  *zoom: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding: 20px;
  background: #ffffff;
}
.profile:before,
.profile:after {
  content: "";
  display: table;
}
.profile:after {
  clear: both;
}
.profile:before,
.profile:after {
  display: table;
  content: "";
}
.profile:after {
  clear: both;
}
section .profile,
.section .profile {
  padding: 0 0 20px 0;
}
.profile:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.profile img.profile-img {
  margin: 0 0 20px 20px;
  float: right;
  width: 180px;
  border: 1px solid #eee;
}
@media screen and (max-width: 980px) {
  html.respond .profile img.profile-img {
    width: 140px;
  }
}
@media screen and (max-width: 500px) {
  html.respond .profile img.profile-img {
    margin: 0 auto 20px auto;
    float: none;
    display: block;
    width: 180px;
  }
}
aside .profile img.profile-img {
  display: none;
}
.profile img.profile-img + p {
  margin-top: 0;
}
.profile h3 {
  margin-top: 0;
}
.profile a {
  color: #749ba0;
  text-decoration: none;
  border-bottom: 1px dotted #749ba0;
}
section.course-finder {
  overflow: visible;
}
section.course-finder .content {
  overflow: visible;
}
@font-face {
  font-family: 'nlicons';
  src: url('/assets/font/nlicons/nlicons.eot');
  src: url('/assets/font/nlicons/nlicons.eot?#iefix') format('embedded-opentype'), url('/assets/font/nlicons/nlicons.woff') format('woff'), url('/assets/font/nlicons/nlicons.ttf') format('truetype'), url('/assets/font/nlicons/nlicons.svg#nlicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* general style for the form */
.nl-form {
  width: 100%;
  font-size: 4em;
  line-height: 1.3;
}
@media screen and (max-width: 980px) {
  .nl-form {
    font-size: 3em;
  }
}
@media screen and (max-width: 500px) {
  .nl-form {
    font-size: 2em;
  }
}
.nl-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* normalize the input elements, make them look like everything else */
.nl-form input,
.nl-form select,
.nl-form button {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.nl-form input:focus {
  outline: none;
}
/* custom field (drop-down, text element) styling  */
.nl-field {
  display: inline-block;
  position: relative;
}
.nl-field.nl-field-open {
  z-index: 10000;
}
/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px dashed #749ba0;
}
/* drop-down list / text element */
.nl-field ul {
  position: absolute;
  visibility: hidden;
  background: #749ba0;
  left: -0.5em;
  top: 50%;
  font-size: 80%;
  opacity: 0;
  -webkit-transform: translateY(-40%) scale(0.9);
  -moz-transform: translateY(-40%) scale(0.9);
  transform: translateY(-40%) scale(0.9);
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}
.nl-field.nl-field-open ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}
.nl-field ul li {
  color: #fff;
  position: relative;
}
.nl-dd ul li {
  padding: 0 1.5em 0 0.5em;
  cursor: pointer;
  white-space: nowrap;
}
.nl-dd ul li.nl-dd-checked {
  color: #476467;
}
.no-touch .nl-dd ul li:hover {
  background: rgba(0, 0, 0, 0.05);
}
.no-touch .nl-dd ul li:hover:active {
  color: #476467;
}
/* icons for some elements */
.nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
  font-family: 'nlicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.nl-dd ul li.nl-dd-checked:before {
  content: "\e000";
  position: absolute;
  right: 1em;
  font-size: 50%;
  line-height: 3;
}
.nl-ti-text ul {
  min-width: 8em;
}
.nl-ti-text ul li.nl-ti-input input {
  padding: 0.2em 2em 0.2em 0.5em;
  border-bottom: none;
  color: #fff;
}
.nl-form .nl-field-go {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  width: 1.8em;
  text-align: center;
  color: transparent;
}
.nl-field-go:before {
  content: "\e001";
  font-size: 75%;
  color: #fff;
  width: 100%;
  line-height: 2.5;
  display: block;
}
/* custom placeholder color */
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
input:active::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
input:active::-moz-placeholder,
input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
input:active::-ms-input-placeholder,
input:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
/* example field below text input */
.nl-ti-text ul li.nl-ti-example {
  font-size: 40%;
  font-style: italic;
  font-weight: 400;
  padding: 0.4em 1em;
  color: rgba(0, 0, 0, 0.2);
  border-top: 1px dashed rgba(255, 255, 255, 0.7);
}
.nl-ti-text ul li.nl-ti-example em {
  color: #ffffff;
}
/* submit button */
.nl-submit-wrap {
  margin-top: 0.4em;
}
.nl-form .nl-submit {
  line-height: 3;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  background: #749ba0;
  color: #fff;
  padding: 0 1em 0 0;
  font-size: 40%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  /* type.less */
  letter-spacing: 3px;
}
.nl-submit:before {
  content: "\e001";
  color: #fff;
  float: left;
  padding: 0 0.7em;
  margin: 0 0.8em 0 0;
  background: #5b8186;
}
.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
  background: #5b8186;
}
.no-touch .nl-form .nl-submit:hover:before {
  background: #476467;
}
/* overlay becomes visible when a field is opened */
.nl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
}
.nl-field.nl-field-open ~ .nl-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-backface-visibility: hidden;
}
ul.courseFinderResults li {
  font-size: 14px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  border-bottom: #eee 1px solid;
}
ul.courseFinderResults li:last-child {
  border-bottom: none;
}
ul.courseFinderResults li a {
  font-size: inherit;
  display: inline-block;
}
ul.courseFinderResults li a + * {
  clear: both;
}
ul.pages {
  display: block;
}
ul.pages li {
  display: inline-block;
  padding: 5px 10px;
  background: #749ba0;
  color: #ffffff;
  margin: 10px 4px 10px 0;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.pages li:hover {
  background: #476467;
}
ul.pages li.pgEmpty,
ul.pages li.pgCurrent {
  background: #eee;
  color: #000000;
  cursor: default;
}
ul.ui-autocomplete {
  margin: 117px 0 0 0;
  padding: 0;
  list-style: none;
  max-width: 545px !important;
}
@media only screen and (max-width: 500px) {
  html.respond ul.ui-autocomplete {
    max-width: 255px !important;
  }
}
ul.ui-autocomplete li {
  display: block;
  background: #749ba0;
  opacity: 1;
  color: white;
  cursor: pointer;
}
@media only screen and (max-width: 980px) {
  html.respond ul.ui-autocomplete li {
    max-width: 423px !important;
  }
}
ul.ui-autocomplete li a {
  padding: 15px 15px;
  display: block;
}
ul.ui-autocomplete li a:hover {
  background: #5b8186;
}
@media only screen and (max-width: 400px) {
  html.respond  #aOrAn {
    margin-right: 100px;
  }
}
.search-page #SearchResults ul {
  margin: 0;
  padding: 0;
}
.search-page #SearchResults ul li {
  list-style: none;
  margin: 0px 0;
  padding: 20px 0;
  border-bottom: #EEE 1px solid;
}
.search-page #SearchResults ul li:last-child {
  border-bottom: none;
}
.search-page #BottomPagingControls span a,
.search-page #TopPagingControls span a,
.search-page #BottomPagingControls span .currentpage,
.search-page #TopPagingControls span .currentpage,
.search-page #BottomPagingControls span span,
.search-page #TopPagingControls span span {
  display: inline-block;
  padding: 5px 10px;
  background: #749ba0;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.search-page #BottomPagingControls span a:hover,
.search-page #TopPagingControls span a:hover,
.search-page #BottomPagingControls span .currentpage:hover,
.search-page #TopPagingControls span .currentpage:hover,
.search-page #BottomPagingControls span span:hover,
.search-page #TopPagingControls span span:hover {
  background: #476467;
  color: #ffffff !important;
}
.search-page #BottomPagingControls span .currentpage,
.search-page #TopPagingControls span .currentpage,
.search-page #BottomPagingControls span span,
.search-page #TopPagingControls span span {
  background: #eee;
  color: #333333;
}
.search-page #BottomPagingControls span .currentpage:hover,
.search-page #TopPagingControls span .currentpage:hover,
.search-page #BottomPagingControls span span:hover,
.search-page #TopPagingControls span span:hover {
  background: #eee;
  color: #333333 !important;
}
body {
  background-color: #333333;
}
.top-bar {
  display: none;
  top: 0px;
  background: #333333;
  height: 50px;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  html.respond .top-bar {
    display: block;
  }
}
.top-bar .open-left {
  display: block;
  height: 50px;
  width: 50px;
  background: url(/assets/img/menu-open-Bg.png) center center no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  float: left;
}
.top-bar .open-left:hover {
  cursor: pointer;
}
.top-bar .open-right {
  display: block;
  height: 50px;
  width: 50px;
  background: url(/assets/img/search-open-Bg.png) center center no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  float: right;
}
.top-bar .open-right:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  html.respond  #inner-wrap {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    left: 0;
    min-height: 1200px;
  }
  html.respond  #nav {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -250px;
    background-color: #000000;
  }
  html.respond  .no-trans {
    position: relative;
    left: 250px !important;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
  }
  html.respond  .no-trans #nav {
    left: -250px !important;
    display: block;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
  }
}
nav.navigation {
  position: fixed;
  top: 0;
  left: -200px;
  z-index: 100;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
@media only screen and (max-width: 1024px) {
  html.respond nav.navigation li.search {
    display: none;
  }
}
nav.navigation:hover {
  left: 0;
}
nav.navigation:after {
  content: '';
  background-image: url('/assets/img/black-triangle.png');
  width: 250px;
  height: 135px;
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
}
nav.navigation ul {
  margin: 0;
  padding: 0;
}
nav.navigation ul > li {
  list-style: none;
}
nav.navigation ul > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: right;
  width: 250px;
  padding-right: 50px;
  background: #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: bold;
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.5s;
  -moz-transition: background-position 0.5s;
  -ms-transition: background-position 0.5s;
  -o-transition: background-position 0.5s;
  transition: background-position 0.5s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
@media only screen and (max-width: 1024px) {
  html.respond nav.navigation ul > li > a {
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(70, 70, 70, 0.5);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(70, 70, 70, 0.5);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(70, 70, 70, 0.5);
  }
}
nav.navigation ul > li > a.search {
  background-image: url(/assets/img/nav/nav-search.png);
}
nav.navigation ul > li > a.clearing {
  background-image: url(/assets/img/nav/nav-clearing.png);
  background-color: #aa9c8f;
}
nav.navigation ul > li > a.courses {
  background-image: url(/assets/img/nav/nav-courses.png);
}
nav.navigation ul > li > a.discover {
  background-image: url(/assets/img/nav/nav-discover.png);
}
nav.navigation ul > li > a.international {
  background-image: url(/assets/img/nav/nav-international-students.png);
}
nav.navigation ul > li > a.gateway {
  background-image: url('/assets/img/nav/nav-gateway.png');
}
nav.navigation ul > li > a.students {
  background-image: url(/assets/img/nav/nav-students.png);
}
nav.navigation ul > li > a.commercial {
  background-image: url(/assets/img/nav/nav-commercial.png);
}
nav.navigation ul > li > a.research {
  background-image: url(/assets/img/nav/nav-research.png);
}
nav.navigation ul > li > a.alumni {
  background-image: url(/assets/img/nav/nav-alumni.png);
}
nav.navigation ul > li > a.news {
  background-image: url(/assets/img/nav/nav-news-events.png);
}
nav.navigation ul > li > a.contact {
  background-image: url(/assets/img/nav/nav-contact.png);
}
nav.navigation ul > li > a.rave-plus {
  background-image: url(/assets/img/nav/nav-rave-plus.png);
}
nav.navigation ul > li > a.invert {
  background-color: #749ba0;
}
nav.navigation ul > li > a:hover {
  margin-left: 0;
  background-position: right bottom;
  background-color: #333333;
}
nav.navigation ul > li.active a {
  background-position: right bottom;
}
aside nav ul {
  margin: 0;
  padding: 0;
}
aside nav ul li {
  list-style: none;
}
aside nav ul li a {
  display: block;
  font-size: 15px;
  line-height: 1.5em;
  padding: 15px 20px 15px 20px;
  color: #333333 !important;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
aside nav ul li a:hover {
  background: #e9e9e9;
}
aside nav ul li ul {
  border-bottom: 1px solid gray;
}
aside nav ul li.active > a {
  color: #ffffff !important;
  background: #333333 !important;
  font-weight: bold !important;
}
aside nav ul li.active > ul li a {
  background: #000000;
  color: #ffffff !important;
  padding: 10px 20px 10px 20px;
  font-weight: normal;
  font-size: 13px;
}
aside nav ul li.active > ul li a:hover {
  background: #333333 !important;
}
aside nav ul li.active > ul li.active a {
  background: #000000 !important;
  position: relative;
}
aside nav ul > li.active > ul > li > a {
  padding-left: 20px;
}
aside nav ul > li.active > ul ul > li > a {
  padding-left: 35px;
}
aside nav ul > li.active > ul ul ul > li > a {
  padding-left: 50px;
}
.admin {
  display: none;
  /*display: inline-block;
	margin-left: 10px;
	color: red;*/
}
section.events .content {
  overflow: hidden;
  /* Fix for FF on events page - DR */
}
html section,
html .section {
  background: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
  border: none !important;
  padding: 0 !important;
}
@media screen and (max-width: 500px) {
  html.respond html section,
  html.respond html .section {
    margin-bottom: 10px;
  }
}
html section .content,
html .section .content {
  *zoom: 1;
  clear: both;
  padding: 20px;
  /* overflow: hidden; Applying this adds extra padding in FF - DR */
}
html section .content:before,
html .section .content:before,
html section .content:after,
html .section .content:after {
  content: "";
  display: table;
}
html section .content:after,
html .section .content:after {
  clear: both;
}
html section .content:before,
html .section .content:before,
html section .content:after,
html .section .content:after {
  display: table;
  content: "";
}
html section .content:after,
html .section .content:after {
  clear: both;
}
html section .content p,
html .section .content p {
  line-height: 1.3em;
  color: #333333;
}
html section .content p:first-child,
html .section .content p:first-child {
  margin-top: 0;
}
html section .content p:last-child,
html .section .content p:last-child {
  margin-bottom: 0;
}
html section .content p small,
html .section .content p small {
  display: block;
}
html section .content img,
html .section .content img {
  max-width: 100%;
  height: auto;
}
html section .content > section,
html .section .content > section,
html section .content > .section,
html .section .content > .section {
  *zoom: 1;
  clear: both;
}
html section .content > section:before,
html .section .content > section:before,
html section .content > .section:before,
html .section .content > .section:before,
html section .content > section:after,
html .section .content > section:after,
html section .content > .section:after,
html .section .content > .section:after {
  content: "";
  display: table;
}
html section .content > section:after,
html .section .content > section:after,
html section .content > .section:after,
html .section .content > .section:after {
  clear: both;
}
html section .content > section:before,
html .section .content > section:before,
html section .content > .section:before,
html .section .content > .section:before,
html section .content > section:after,
html .section .content > section:after,
html section .content > .section:after,
html .section .content > .section:after {
  display: table;
  content: "";
}
html section .content > section:after,
html .section .content > section:after,
html section .content > .section:after,
html .section .content > .section:after {
  clear: both;
}
html section .content > section .title,
html .section .content > section .title,
html section .content > .section .title,
html .section .content > .section .title {
  background: #333333;
  margin-left: 0;
  font-size: 20px;
}
html section .content > section .content,
html .section .content > section .content,
html section .content > .section .content,
html .section .content > .section .content {
  padding: 20px 0;
}
html section .content > section .content:last-child,
html .section .content > section .content:last-child,
html section .content > .section .content:last-child,
html .section .content > .section .content:last-child {
  padding-bottom: 0 !important;
}
html section .content > section .content > *:last-child,
html .section .content > section .content > *:last-child,
html section .content > .section .content > *:last-child,
html .section .content > .section .content > *:last-child {
  margin-bottom: 0 !important;
}
html section .content img[style*="float: left"],
html .section .content img[style*="float: left"] {
  margin-right: 10px;
  margin-bottom: 10px;
}
html section .content img[style*="float: right"],
html .section .content img[style*="float: right"] {
  margin-left: 10px;
  margin-bottom: 10px;
}
html section.gallery,
html .section.gallery {
  background: rgba(0, 0, 0, 0.75);
  /* margin-top: -20px; This looks better with a gap - DR */
}
@media screen and (max-width: 500px) {
  html.respond html section.gallery,
  html.respond html .section.gallery {
    margin-top: -10px;
  }
}
html section:last-child,
html .section:last-child {
  margin-bottom: 0;
}
html section.featured-events .event-list,
html .section.featured-events .event-list {
  padding: 20px !important;
}
html section.featured-events .event-list h2,
html .section.featured-events .event-list h2 {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
html section.featured-events .event-list a.img-wrapper,
html .section.featured-events .event-list a.img-wrapper {
  border-bottom: none;
}
html main section:first-child .content *:first-child {
  margin-top: 0 !important;
}
html aside section .title,
html aside .section .title {
  font-size: 16px;
}
@media only screen and (max-width: 980px) {
  html.respond aside {
    margin-top: 20px;
  }
}
aside section .content h2 {
  margin: -5px 0 10px 0;
  color: #333333;
  font-size: 28px;
}
aside section .tags ul {
  margin: 0;
  padding: 0;
  max-height: 147px;
  overflow-y: scroll;
}
aside section .tags ul li {
  list-style: none;
  float: left;
  margin-bottom: 3px;
  margin-right: 3px;
  display: inline-block;
  padding: 5px;
  background: #749ba0;
  color: #ffffff;
  font-size: 12px;
}
aside section .tags ul li a {
  color: white;
  text-decoration: none;
}
aside section .tags ul li a:hover {
  color: #333333;
}
aside section.term-dates {
  position: relative;
}
aside section.term-dates .content {
  padding: 20px;
}
aside section.term-dates .content h2 {
  margin: 0;
}
aside section.term-dates .content a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  background: url(/assets/img/arrow-down.png) no-repeat center 45px #333333;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  color: #ffffff !important;
}
aside section.links .content a {
  color: #333333 !important;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 3px 0;
  width: 100%;
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -ms-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
}
aside section.links .content a:hover {
  padding-left: 10px;
}
aside > * {
  margin-bottom: 20px;
}
aside img {
  max-width: 100%;
  height: auto;
}
.breaking-news {
  -webkit-transition: bottom 0.2s;
  -moz-transition: bottom 0.2s;
  -ms-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 175px;
  padding: 20px 20px 10px 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-align: right;
  cursor: pointer;
}
.breaking-news span {
  display: block;
}
@media screen and (max-width: 1024px) {
  html.respond .breaking-news {
    display: none;
  }
}
a.toggle {
  display: inline-block;
  margin-top: 10px;
  height: 32px;
  width: 32px;
  background-image: url(/assets/img/toggle.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a.toggle.close {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.footer {
  margin: 15px 0 35px 0;
  padding-bottom: 15px !important;
  text-align: left;
}
.home .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 980px) {
  html.respond .footer {
    margin-top: 0;
  }
}
.footer ul.footer-links {
  float: right;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
}
@media only screen and (max-width: 980px) {
  html.respond .footer ul.footer-links {
    float: left;
  }
}
.footer ul.footer-links li {
  float: left;
  padding-right: 10px;
}
@media screen and (max-width: 980px) {
  html.respond .footer ul.footer-links li {
    padding: 0;
    width: 33.33%;
  }
}
@media screen and (max-width: 500px) {
  html.respond .footer ul.footer-links li {
    width: 50%;
  }
}
.footer ul.footer-links li a {
  font-size: 12px;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: normal;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.footer ul.footer-links li a:hover {
  border-bottom: 1px #ffffff dotted;
}
.footer ul.footer-links li:last-child {
  padding-right: 0;
}
.footer p {
  text-align: right;
  clear: both;
  font-size: 12px;
  margin: 5px 0;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 980px) {
  html.respond .footer p {
    text-align: left;
  }
}
.footer-panel {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 15px;
  min-width: 100%;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  html.respond .footer-panel {
    display: none;
  }
}
.footer-panel > .container {
  position: relative;
  padding-top: 0 !important;
}
.footer-panel > .container ul.links {
  position: absolute;
  top: -40px;
  z-index: 100;
  margin: 0;
  padding: 0;
}
.footer-panel > .container ul.links li {
  list-style-type: none;
  float: left;
  background: rgba(0, 0, 0, 0.8);
}
.footer-panel > .container ul.links li a {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  height: 40px;
  width: 45px;
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-panel > .container ul.links li a.map {
  background-image: url(/assets/img//nav-map.png);
}
.footer-panel > .container ul.links li a.mail {
  background-image: url(/assets/img/nav-mail.png);
}
.footer-panel > .container ul.links li a.terms {
  background-image: url(/assets/img/nav-terms.png);
}
.footer-panel > .container ul.links li a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer-panel > .container ul.links li.active a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer-panel > .container .panel {
  display: none;
  padding: 10px 0 60px 0;
}
.footer-panel > .container .panel > .toggle {
  float: right;
  margin-top: 5px;
}
.footer-panel > .container .panel h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 40px;
}
.footer-panel > .container .panel .content {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
  margin-bottom: 30px;
}
.footer-panel > .container .panel .content:before,
.footer-panel > .container .panel .content:after {
  content: "";
  display: table;
}
.footer-panel > .container .panel .content:after {
  clear: both;
}
.footer-panel > .container .panel .content:before,
.footer-panel > .container .panel .content:after {
  display: table;
  content: "";
}
.footer-panel > .container .panel .content:after {
  clear: both;
}
.footer-panel > .container .panel .content .col {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
  *zoom: 1;
}
.footer-panel > .container .panel .content .col:before,
.footer-panel > .container .panel .content .col:after {
  content: "";
  display: table;
}
.footer-panel > .container .panel .content .col:after {
  clear: both;
}
.footer-panel > .container .panel .content .col:before,
.footer-panel > .container .panel .content .col:after {
  display: table;
  content: "";
}
.footer-panel > .container .panel .content .col:after {
  clear: both;
}
.footer-panel > .container .panel .content .col label {
  display: block;
  margin-bottom: 10px;
}
.footer-panel > .container .panel .content .col input,
.footer-panel > .container .panel .content .col textarea {
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.footer-panel > .container .panel .content .col textarea {
  height: 75px;
}
.footer-panel > .container .panel .content .col input[type="submit"] {
  width: auto;
  -webkit-appearance: none;
  border: none;
  background: #737373;
  color: #ffffff;
  font-weight: bold;
}
.footer-panel > .container .panel .content .col input[type="submit"]:hover {
  background: #4d4d4d;
}
.footer-panel > .container .panel .content .col p {
  color: #ffffff !important;
  font-size: 17px;
}
.footer-panel > .container .panel .content .col p:first-child {
  margin-top: 0;
}
.footer-panel > .container .panel .content .col a {
  text-decoration: none;
  border-bottom: 1px dotted #749ba0;
  display: inline-block;
  color: #749ba0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-top: 10px;
}
.footer-panel > .container .panel .content .col a:hover {
  color: #476467 !important;
}
.footer-panel > .container .panel .content .col a h2,
.footer-panel > .container .panel .content .col a h3,
.footer-panel > .container .panel .content .col a h4 {
  font-weight: normal !important;
}
.footer-panel > .container .panel .content .col a.icon {
  border: none;
}
.footer-panel > .container .panel .content .col [class^="icon-"]:before,
.footer-panel > .container .panel .content .col [class*=" icon-"]:before {
  font-size: 350%;
  color: #ffffff;
}
.footer-panel > .container .panel .content .col [class^="icon-"]:hover:before,
.footer-panel > .container .panel .content .col [class*=" icon-"]:hover:before {
  color: #999999;
}
.footer-panel > .container .panel .content .col .contactFormFooter p {
  margin: 0;
}
.footer-panel > .container .panel .content .col .contactFormFooter p .formError {
  color: red;
  font-size: 12px;
  margin: 0 0 10px 0;
  display: block;
}
.footer-panel > .container .panel .columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.footer-panel > .container .panel .columns p {
  color: #ffffff !important;
}
.footer-panel > .container .panel .columns p:first-child {
  margin-top: 0;
}
.footer-panel > .container .panel .columns a {
  text-decoration: none;
  border-bottom: 1px dotted #749ba0;
  display: inline-block;
  color: #749ba0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-panel > .container .panel .columns a:hover {
  color: #476467 !important;
}
.footer-panel > .container .panel .columns a h2,
.footer-panel > .container .panel .columns a h3,
.footer-panel > .container .panel .columns a h4 {
  font-weight: normal !important;
}
@media screen and (max-width: 980px) {
  html.respond .footer-panel {
    display: none;
  }
}
ul.royalSlider {
  padding: 0;
  margin: 0;
}
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
.sliderR {
  position: relative;
}
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
  left: -20px;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: -20px;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .rsDefault.rsHor .rsArrowLeft {
    left: -10px;
    top: 0;
  }
  .rsDefault.rsHor .rsArrowRight {
    right: -10px;
    top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .rsDefault.rsHor .rsArrowLeft {
    left: -10px;
    top: 0;
  }
  .rsDefault.rsHor .rsArrowRight {
    right: -10px;
    top: 0;
  }
}
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  /* 	margin-left: -16px; */
  position: absolute;
  cursor: pointer;
  background: url('/assets/img/rs-default.png');
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsArrowLeft .rsArrowIcn {
  left: 0;
}
.rsDefault .rsArrowRight .rsArrowIcn {
  right: 0;
}
.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
  display: block;
}
/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('/assets/img/rs-default.png');
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #acacac, #bbbbbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbbbbb);
  background-image: linear-gradient(to bottom, #acacac, #bbbbbb);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('/assets/img/rs-default.png') 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('/assets/img/rs-default.png') -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
ul.page-grid.profiles {
  margin-top: 0;
}
ul.page-grid.profiles li a {
  border: none;
}
ul.page-grid.profiles li a .inner {
  position: relative;
  padding-top: 100% !important;
  height: 0;
}
ul.page-grid.progession {
  margin-top: 0;
  margin-bottom: 0 !important;
}
ul.page-grid.progession li {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  html.respond ul.page-grid.progession li:nth-child(1),
  html.respond ul.page-grid.progession li:nth-child(2) {
    margin-bottom: 20px;
  }
}
ul.page-grid.progession li a {
  background: transparent;
  position: relative;
  overflow: visible;
}
ul.page-grid.progession li a .inner {
  position: relative;
  padding-top: 65% !important;
  height: 0;
}
ul.page-grid.progession li a .inner span {
  background: #67511D;
  font-weight: normal;
  margin-top: 14%;
  margin-left: 22%;
  padding: 5px 10px;
}
@media screen and (max-width: 500px) {
  html.respond ul.page-grid.progession li a .inner span {
    font-size: 12px;
  }
}
ul.page-grid.progession li a .inner img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
html.no-respond ul.page-grid.progession li a .inner:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
ul.page-grid.progession li a:after {
  content: '';
  display: block;
  background: url(/assets/img/progression-arrow-bg.png);
  background-size: 100%;
  position: absolute;
  height: 31px;
  width: 44px;
  top: 30%;
  right: -30px;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  html.respond ul.page-grid.progession li a:after {
    display: none;
  }
}
ul.page-grid.progession li:last-child a:after {
  display: none;
}
section ul.page-grid {
  padding: 0;
  margin-bottom: -20px !important;
}
section ul.page-grid > li {
  line-style: none;
  padding: 0 15px;
  margin-bottom: 20px;
}
section ul.page-grid > li > a {
  display: block;
  background: #333333;
  overflow: hidden;
  border-bottom: none;
}
section ul.page-grid > li > a .inner {
  position: relative;
  padding-top: 56.4655172%;
  height: 0;
}
section ul.page-grid > li > a .inner div {
  position: absolute;
  top: 0;
  margin-left: 5px;
  z-index: 5;
}
section ul.page-grid > li > a .inner div > span {
  display: inline-block;
  padding: 5px 3px;
  color: #ffffff;
  background: #333333;
  font-size: 16px;
  margin: 0 !important;
}
section ul.page-grid > li > a .inner div > span:last-child {
  padding-right: 8px;
}
section ul.page-grid > li > a .inner div:before {
  content: '';
  width: 5px;
  left: -5px;
  height: 100%;
  background: #333333;
  position: absolute;
}
section ul.page-grid > li > a .inner img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
html.no-respond section ul.page-grid > li > a .inner:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media screen and (max-width: 980px) {
  html.respond section ul.page-grid > li > a .inner:hover img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
section ul.page-grid > li > a .inner p {
  padding: 30px 10px 10px 10px;
  color: #ffffff;
  bottom: 0px;
  position: absolute;
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  html.respond section ul.page-grid > li > a .inner p {
    display: none;
  }
}
aside section ul.page-grid > li > a span {
  font-size: 15px;
}
.image-list {
  padding: 20px !important;
  margin-bottom: 20px;
  background: #ffffff;
  clear: both;
}
.image-list .list-item {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
  clear: left;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.image-list .list-item:before,
.image-list .list-item:after {
  content: "";
  display: table;
}
.image-list .list-item:after {
  clear: both;
}
.image-list .list-item:before,
.image-list .list-item:after {
  display: table;
  content: "";
}
.image-list .list-item:after {
  clear: both;
}
.image-list .list-item a.img-wrapper {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.22222222%;
  padding: 0 10px;
  *zoom: 1;
  border: none;
}
.image-list .list-item a.img-wrapper:before,
.image-list .list-item a.img-wrapper:after {
  content: "";
  display: table;
}
.image-list .list-item a.img-wrapper:after {
  clear: both;
}
.image-list .list-item a.img-wrapper:before,
.image-list .list-item a.img-wrapper:after {
  display: table;
  content: "";
}
.image-list .list-item a.img-wrapper:after {
  clear: both;
}
@media only screen and (max-width: 500px) {
  html.respond .image-list .list-item a.img-wrapper {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond .image-list .list-item a.img-wrapper:before,
  html.respond .image-list .list-item a.img-wrapper:after {
    content: "";
    display: table;
  }
  html.respond .image-list .list-item a.img-wrapper:after {
    clear: both;
  }
  html.respond .image-list .list-item a.img-wrapper:before,
  html.respond .image-list .list-item a.img-wrapper:after {
    display: table;
    content: "";
  }
  html.respond .image-list .list-item a.img-wrapper:after {
    clear: both;
  }
}
.image-list .list-item a.img-wrapper img {
  width: 100%;
  display: block;
}
.image-list .list-item div.details-wrapper {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 77.77777778%;
  padding: 0 10px;
  *zoom: 1;
}
.image-list .list-item div.details-wrapper:before,
.image-list .list-item div.details-wrapper:after {
  content: "";
  display: table;
}
.image-list .list-item div.details-wrapper:after {
  clear: both;
}
.image-list .list-item div.details-wrapper:before,
.image-list .list-item div.details-wrapper:after {
  display: table;
  content: "";
}
.image-list .list-item div.details-wrapper:after {
  clear: both;
}
@media only screen and (max-width: 500px) {
  html.respond .image-list .list-item div.details-wrapper {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond .image-list .list-item div.details-wrapper:before,
  html.respond .image-list .list-item div.details-wrapper:after {
    content: "";
    display: table;
  }
  html.respond .image-list .list-item div.details-wrapper:after {
    clear: both;
  }
  html.respond .image-list .list-item div.details-wrapper:before,
  html.respond .image-list .list-item div.details-wrapper:after {
    display: table;
    content: "";
  }
  html.respond .image-list .list-item div.details-wrapper:after {
    clear: both;
  }
}
.image-list .list-item div.details-wrapper a {
  border-bottom: none !important;
  display: inline-block;
}
.image-list .list-item div.details-wrapper a h2 {
  text-decoration: none;
  border-bottom: 1px dotted #749ba0;
  display: inline-block;
  color: #749ba0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  border-bottom: none !important;
  background: none;
  padding: 0;
  font-weight: normal;
  margin: 0;
}
.image-list .list-item div.details-wrapper a h2:hover {
  color: #476467 !important;
}
.image-list .list-item div.details-wrapper a h2 h2,
.image-list .list-item div.details-wrapper a h2 h3,
.image-list .list-item div.details-wrapper a h2 h4 {
  font-weight: normal !important;
}
@media only screen and (max-width: 500px) {
  .image-list .list-item div.details-wrapper a h2 {
    margin-top: 10px;
  }
}
.image-list .list-item div.details-wrapper time {
  color: #000000;
}
.image-list .list-item div.details-wrapper p.summary {
  margin-top: 0;
  color: #000000;
  font-size: 13px;
}
.image-list .list-item *:last-child {
  margin-bottom: 0;
}
.image-list .list-item:first-child {
  padding-top: 0;
}
.image-list .list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.image-list .pages {
  padding: 0;
  margin: 20px 0 !important;
}
section .image-list,
.section .image-list {
  padding: 0 0 20px 0 !important;
}
section .image-list {
  padding: 0 !important;
  color: #000000 !important;
}
html body aside .image-list a.img-wrapper {
  display: none !important;
}
html body aside .image-list div.details-wrapper {
  display: inline !important;
  float: left !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  width: 100% !important;
  padding: 0 10px !important;
  *zoom: 1 !important;
}
html body aside .image-list div.details-wrapper:before,
html body aside .image-list div.details-wrapper:after {
  content: "" !important;
  display: table !important;
}
html body aside .image-list div.details-wrapper:after {
  clear: both !important;
}
html body aside .image-list div.details-wrapper:before,
html body aside .image-list div.details-wrapper:after {
  display: table !important;
  content: "" !important;
}
html body aside .image-list div.details-wrapper:after {
  clear: both !important;
}
div.rave-plus {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
  margin-bottom: 20px;
}
div.rave-plus:before,
div.rave-plus:after {
  content: "";
  display: table;
}
div.rave-plus:after {
  clear: both;
}
div.rave-plus:before,
div.rave-plus:after {
  display: table;
  content: "";
}
div.rave-plus:after {
  clear: both;
}
div.rave-plus .image {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 10px;
  *zoom: 1;
}
div.rave-plus .image:before,
div.rave-plus .image:after {
  content: "";
  display: table;
}
div.rave-plus .image:after {
  clear: both;
}
div.rave-plus .image:before,
div.rave-plus .image:after {
  display: table;
  content: "";
}
div.rave-plus .image:after {
  clear: both;
}
@media only screen and (max-width: 500px) {
  div.rave-plus .image {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  div.rave-plus .image:before,
  div.rave-plus .image:after {
    content: "";
    display: table;
  }
  div.rave-plus .image:after {
    clear: both;
  }
  div.rave-plus .image:before,
  div.rave-plus .image:after {
    display: table;
    content: "";
  }
  div.rave-plus .image:after {
    clear: both;
  }
}
div.rave-plus .image a {
  border-bottom: none;
}
div.rave-plus .image img {
  max-width: 100%;
}
div.rave-plus .text {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  padding: 0 10px;
  *zoom: 1;
}
div.rave-plus .text:before,
div.rave-plus .text:after {
  content: "";
  display: table;
}
div.rave-plus .text:after {
  clear: both;
}
div.rave-plus .text:before,
div.rave-plus .text:after {
  display: table;
  content: "";
}
div.rave-plus .text:after {
  clear: both;
}
@media only screen and (max-width: 500px) {
  div.rave-plus .text {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  div.rave-plus .text:before,
  div.rave-plus .text:after {
    content: "";
    display: table;
  }
  div.rave-plus .text:after {
    clear: both;
  }
  div.rave-plus .text:before,
  div.rave-plus .text:after {
    display: table;
    content: "";
  }
  div.rave-plus .text:after {
    clear: both;
  }
}
/*

<ul class="image-grid">
	<li>
		<a href="#">
			<div class="grid-box">
				<img alt="" src="http://placehold.it/640x360">
				<h3>Company name</h3>
			</div>
		</a>
	</li>
</ul>

*/
main ul.image-grid {
  padding: 0px;
  list-style: none;
  display: block;
  margin: 0 -10px;
  *zoom: 1;
  margin-bottom: -20px;
}
main ul.image-grid:before,
main ul.image-grid:after {
  content: "";
  display: table;
}
main ul.image-grid:after {
  clear: both;
}
main ul.image-grid:before,
main ul.image-grid:after {
  display: table;
  content: "";
}
main ul.image-grid:after {
  clear: both;
}
main ul.image-grid li {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
  padding: 0 10px;
  *zoom: 1;
  margin-bottom: 20px;
}
main ul.image-grid li:before,
main ul.image-grid li:after {
  content: "";
  display: table;
}
main ul.image-grid li:after {
  clear: both;
}
main ul.image-grid li:before,
main ul.image-grid li:after {
  display: table;
  content: "";
}
main ul.image-grid li:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  html.respond main ul.image-grid li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond main ul.image-grid li:before,
  html.respond main ul.image-grid li:after {
    content: "";
    display: table;
  }
  html.respond main ul.image-grid li:after {
    clear: both;
  }
  html.respond main ul.image-grid li:before,
  html.respond main ul.image-grid li:after {
    display: table;
    content: "";
  }
  html.respond main ul.image-grid li:after {
    clear: both;
  }
}
@media only screen and (max-width: 500px) {
  html.respond main ul.image-grid li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond main ul.image-grid li:before,
  html.respond main ul.image-grid li:after {
    content: "";
    display: table;
  }
  html.respond main ul.image-grid li:after {
    clear: both;
  }
  html.respond main ul.image-grid li:before,
  html.respond main ul.image-grid li:after {
    display: table;
    content: "";
  }
  html.respond main ul.image-grid li:after {
    clear: both;
  }
}
main ul.image-grid li a {
  display: block;
  cursor: default;
  border-bottom: none;
  height: 136px;
}
main ul.image-grid li a .grid-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 136px;
}
main ul.image-grid li a .grid-box h3 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
  position: absolute;
  bottom: -100px;
  left: 0px;
  right: 0px;
  text-align: center;
  background: #333333;
  padding: 10px;
  color: #ffffff;
  font-size: 16px;
}
main ul.image-grid li a:hover {
  cursor: default;
}
main ul.image-grid li a:hover h3 {
  bottom: 0px;
}
aside ul.image-grid {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
aside ul.image-grid li a {
  cursor: default;
  display: block;
  border-bottom: none;
}
aside ul.image-grid li a .grid-box {
  position: relative;
  overflow: hidden;
}
aside ul.image-grid li a .grid-box img {
  display: block;
}
aside ul.image-grid li a .grid-box h3 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
  position: absolute;
  bottom: -100px;
  left: 0px;
  right: 0px;
  text-align: center;
  background: #333333;
  padding: 10px;
  color: #ffffff;
  font-size: 16px;
}
aside ul.image-grid li a:hover {
  cursor: default;
}
aside ul.image-grid li a:hover h3 {
  bottom: 0px;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
.accordion .accordion-group {
  margin-bottom: 2px;
  background: white;
}
.accordion .accordion-group .accordion-heading {
  border-bottom: 0;
}
.accordion .accordion-group .accordion-heading a {
  color: #333333;
  text-decoration: none;
}
.accordion .accordion-group .accordion-heading:hover {
  background: #e9e9e9;
}
.accordion .accordion-group .accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
  cursor: pointer;
}
.accordion .accordion-group .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.accordion .accordion-group .collapse.in {
  height: auto;
}
.accordion .accordion-group .collapse .accordion-inner ul {
  margin: 0;
  padding: 0;
}
.accordion .accordion-group .collapse .accordion-inner a {
  display: block;
  padding: 9px 50px;
  border-top: 1px solid #e5e5e5;
  color: #333333;
  text-decoration: none;
}
.accordion .accordion-group .collapse .accordion-inner a:hover {
  background: #e9e9e9;
}
.accordion .accordion-group .collapse .accordion-inner .active a {
  background: #333333;
  color: #ffffff !important;
}
.accordion .accordion-header {
  background: #749ba0;
  color: #ffffff;
  padding: 10px;
}
.accordion .accordion-header:hover {
  cursor: pointer;
}
.accordion .accordion-header.ui-state-active {
  background: #517277;
}
.accordion .accordion-content {
  padding: 10px;
  border: 1px solid #e5e5e5;
}
.categories {
  background: transparent;
}
.categories a {
  text-decoration: none;
}
.categories ul {
  margin: 0;
  padding: 0;
  background: transparent;
}
section .categories ul {
  background: transparent !important;
}
.categories ul li {
  list-style: none;
  margin-bottom: 2px;
}
.categories ul li a {
  display: block;
  padding: 8px 15px;
  background: #ffffff;
  color: #333333;
}
.categories ul li.active a {
  background: #333333;
  color: #ffffff !important;
}
.circle-grid {
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
  *zoom: 1;
}
.circle-grid:before,
.circle-grid:after {
  content: "";
  display: table;
}
.circle-grid:after {
  clear: both;
}
.circle-grid:before,
.circle-grid:after {
  display: table;
  content: "";
}
.circle-grid:after {
  clear: both;
}
.circle-grid li {
  width: 20%;
  height: 0%;
  padding-top: 20%;
  display: inline-block;
  margin: 20px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  html.respond .circle-grid li {
    width: 33%;
    padding-top: 33%;
  }
}
@media only screen and (max-width: 500px) {
  html.respond .circle-grid li {
    width: 70%;
    padding-top: 70%;
    margin-bottom: 80px;
  }
}
.circle-grid li a.circle-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: 100%;
}
html.boxshadow html.no-respond .circle-grid li a.circle-item:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
html.no-respond .circle-grid li a.circle-item:hover .info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.circle-grid li a.circle-item h1,
.circle-grid li a.circle-item h2 {
  color: #ffffff;
  font-size: 42px;
  position: absolute;
  bottom: -100px;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  line-height: 38px;
  padding: 20px;
  margin-top: 102%;
}
@media only screen and (max-width: 980px) and (min-width: 500px) {
  html.respond .circle-grid li a.circle-item h1,
  html.respond .circle-grid li a.circle-item h2 {
    bottom: -80px;
    font-size: 36px;
  }
}
.circle-grid li a.circle-item .info {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  opacity: 0;
  display: table;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
}
.circle-grid li a.circle-item .info p {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  padding: 20px;
}
.circle-grid.quarter li {
  width: 30%;
  height: 0%;
  padding-top: 30%;
}
main .content #contour {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin-bottom: 30px;
}
main .content #contour fieldset {
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 500px) {
  html.respond main .content #contour fieldset {
    width: 260px !important;
  }
}
main .content #contour legend {
  margin-bottom: 20px;
}
main .content #contour label.fieldLabel {
  padding: 10px 0;
  float: left;
  margin-right: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
main .content #contour .text label,
main .content #contour .datepicker label {
  padding: 10px 0;
}
main .content #contour .fileupload label {
  padding-top: 8px;
}
main .content #contour .calendar {
  margin-bottom: 20px;
  background: #92b1b5;
  max-width: 300px;
}
@media only screen and (max-width: 500px) {
  html.respond main .content #contour .calendar {
    max-width: 300px;
    overflow-y: scroll;
  }
}
main .content #contour .calendar tbody tr td {
  background: none !important;
}
main .content #contour .calendar a {
  border: none;
}
main .content #contour input.text,
main .content #contour input.title,
main .content #contour textarea {
  width: 65% !important;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  html.respond main .content #contour input.text,
  html.respond main .content #contour input.title,
  html.respond main .content #contour textarea {
    width: 240px !important;
  }
}
main .content #contour input.text,
main .content #contour textarea {
  padding: 10px;
  margin-bottom: 10px;
}
main .content #contour textarea {
  height: 75px;
}
main .content #contour .checkboxlist,
main .content #contour .radiobuttonlist {
  padding: 0 0 10px 0px;
}
main .content #contour .checkboxlist br,
main .content #contour .radiobuttonlist br {
  display: block;
}
main .content #contour .checkbox input[type="checkbox"] {
  margin-top: 10px !important;
}
main .content #contour .checkboxlist label,
main .content #contour .radiobuttonlist label,
main .content #contour .checkbox label {
  margin-bottom: 10px;
  clear: both;
}
main .content #contour .checkboxlist input,
main .content #contour .radiobuttonlist input {
  margin-right: 10px;
}
main .content #contour .contourButton {
  padding: 10px;
}
main .content #contour .dropdownlist label {
  padding-bottom: 10px;
}
main .content #contour select {
  width: 260px;
  height: 40px;
  padding: 10px;
}
@media only screen and (max-width: 980px) {
  html.respond main .content #contour select {
    float: left;
    clear: left;
  }
}
main .content #contour input[type="file"] {
  padding: 8px 0 10px 0;
}
main .content #contour input[type="submit"] {
  width: auto;
  -webkit-appearance: none;
  border: none;
  background: #737373;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  float: right;
  padding: 10px;
  font-size: 20px;
}
main .content #contour input[type="submit"]:hover {
  background: #333333;
}
main .content #contour span.contourError {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  line-height: 30px;
  position: relative;
  bottom: 5px;
}
main .content #contour br {
  display: none;
}
main .content #contour #recaptcha_widget_div {
  margin-left: 210px;
  margin-bottom: 20px;
}
main .content #contour #recaptcha_widget_div tr:last-child {
  display: none;
}
@media only screen and (max-width: 980px) {
  html.respond main .content #contour .recaptcha label {
    margin-bottom: 10px;
  }
  html.respond main .content #contour #recaptcha_widget_div {
    margin-left: 0px;
    float: left;
    position: relative;
    left: -23px;
  }
}
.contourNavigation {
  *zoom: 1;
  float: right;
  height: 70px;
}
.contourNavigation:before,
.contourNavigation:after {
  content: "";
  display: table;
}
.contourNavigation:after {
  clear: both;
}
.contourNavigation:before,
.contourNavigation:after {
  display: table;
  content: "";
}
.contourNavigation:after {
  clear: both;
}
.contourNavigation input[type="submit"] {
  float: left !important;
}
.footer-panel #contour {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin-bottom: 30px;
}
.footer-panel #contour .contourPageName {
  display: none;
}
.footer-panel #contour fieldset {
  margin: 0px;
  padding: 0px;
}
.footer-panel #contour legend {
  display: none;
}
.footer-panel #contour label.fieldLabel {
  display: none;
}
.footer-panel #contour input.text,
.footer-panel #contour input.title,
.footer-panel #contour textarea,
.footer-panel #contour select {
  margin: 0;
  border: none;
}
.footer-panel #contour input.text:focus,
.footer-panel #contour input.title:focus,
.footer-panel #contour textarea:focus,
.footer-panel #contour select:focus {
  border: none;
}
.footer-panel #contour input.text,
.footer-panel #contour textarea {
  padding: 10px;
  width: 100% !important;
  margin-bottom: 10px;
  border: none;
}
.footer-panel #contour textarea {
  height: 75px;
}
.footer-panel #contour .contourButton {
  padding: 10px;
}
.footer-panel #contour input[type="submit"] {
  width: auto;
  -webkit-appearance: none;
  border: none;
  background: #737373;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.footer-panel #contour input[type="submit"]:hover {
  background: #333333;
}
.footer-panel #contour br {
  display: none;
}
.footer-panel #contour span.contourError {
  color: red;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  line-height: 30px;
  position: relative;
  bottom: 5px;
}
.footer-panel #contour .field-validation-error {
  color: red !important;
  line-height: 30px;
  position: relative;
  bottom: 5px;
}
.external-page-feature {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
}
.external-page-feature:before,
.external-page-feature:after {
  content: "";
  display: table;
}
.external-page-feature:after {
  clear: both;
}
.external-page-feature:before,
.external-page-feature:after {
  display: table;
  content: "";
}
.external-page-feature:after {
  clear: both;
}
.external-page-feature .external-page-feature-list-item .page-image {
  vertical-align: middle;
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66666667%;
  padding: 0 10px;
  *zoom: 1;
}
.external-page-feature .external-page-feature-list-item .page-image:before,
.external-page-feature .external-page-feature-list-item .page-image:after {
  content: "";
  display: table;
}
.external-page-feature .external-page-feature-list-item .page-image:after {
  clear: both;
}
.external-page-feature .external-page-feature-list-item .page-image:before,
.external-page-feature .external-page-feature-list-item .page-image:after {
  display: table;
  content: "";
}
.external-page-feature .external-page-feature-list-item .page-image:after {
  clear: both;
}
.external-page-feature .external-page-feature-list-item .page-details-wrapper {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333333%;
  padding: 0 10px;
  *zoom: 1;
}
.external-page-feature .external-page-feature-list-item .page-details-wrapper:before,
.external-page-feature .external-page-feature-list-item .page-details-wrapper:after {
  content: "";
  display: table;
}
.external-page-feature .external-page-feature-list-item .page-details-wrapper:after {
  clear: both;
}
.external-page-feature .external-page-feature-list-item .page-details-wrapper:before,
.external-page-feature .external-page-feature-list-item .page-details-wrapper:after {
  display: table;
  content: "";
}
.external-page-feature .external-page-feature-list-item .page-details-wrapper:after {
  clear: both;
}
.external-page-feature + .external-page-feature {
  margin-top: 20px;
}
html.CirclesUC section div.content p a {
  color: #749ba0;
  text-decoration: none;
  border-bottom: 1px dotted #749BA0;
}
html.CirclesUC section div.content p a:hover {
  color: #476467;
}
aside blockquote {
  margin: 0;
  padding: 20px;
  position: relative;
  padding-top: 65px;
  border-left: 4px solid #749ba0;
  background: #e9e9e9;
}
aside blockquote:before {
  pointer-events: none;
  position: absolute;
  top: -10px;
  left: 15px;
  content: open-quote;
  font-size: 120px;
  color: #749ba0;
}
aside blockquote strong {
  padding-top: 10px;
  display: block;
}
#big-video-wrap {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
}
.gateway-circle-grid {
  background: #ffffff;
  padding: 20px 20px 40px 20px;
  list-style: none;
  display: block;
  text-align: center;
  margin-bottom: 40px;
  *zoom: 1;
}
@media only screen and (max-width: 980px) {
  .gateway-circle-grid {
    margin-bottom: 0px;
  }
}
.gateway-circle-grid:before,
.gateway-circle-grid:after {
  content: "";
  display: table;
}
.gateway-circle-grid:after {
  clear: both;
}
.gateway-circle-grid:before,
.gateway-circle-grid:after {
  display: table;
  content: "";
}
.gateway-circle-grid:after {
  clear: both;
}
.gateway-circle-grid li {
  width: 26%;
  height: 0%;
  padding-top: 26%;
  display: inline-block;
  margin: 20px 20px 60px 20px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  html.respond .gateway-circle-grid li {
    width: 33%;
    padding-top: 33%;
  }
}
@media only screen and (max-width: 500px) {
  html.respond .gateway-circle-grid li {
    width: 70%;
    padding-top: 70%;
    margin-bottom: 80px;
  }
}
.gateway-circle-grid li a.gateway-circle-item {
  background: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: 100%;
}
html.borderradius .gateway-circle-grid li a.gateway-circle-item {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
html.borderradius html.no-respond .gateway-circle-grid li a.gateway-circle-item:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
html.no-respond .gateway-circle-grid li a.gateway-circle-item:hover .info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.gateway-circle-grid li a.gateway-circle-item h1,
.gateway-circle-grid li a.gateway-circle-item h2 {
  color: #333333;
  font-size: 30px;
  position: absolute;
  top: 95%;
  width: 100%;
  text-align: center;
  background: none;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
}
@media only screen and (max-width: 1190px) {
  html.respond .gateway-circle-grid li a.gateway-circle-item h1,
  html.respond .gateway-circle-grid li a.gateway-circle-item h2 {
    top: 101%;
  }
}
@media only screen and (max-width: 500px) {
  html.respond .gateway-circle-grid li a.gateway-circle-item h1,
  html.respond .gateway-circle-grid li a.gateway-circle-item h2 {
    top: 95%;
  }
}
.gateway-circle-grid li a.gateway-circle-item .info {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  opacity: 0;
  display: table;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
}
.gateway-circle-grid li a.gateway-circle-item .info p {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  padding: 20px;
}
.gateway-circle-grid li a.gateway-circle-item .image-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.gateway-circle-grid li a.gateway-circle-item .image-wrap img {
  max-height: 100%;
}
html body .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  padding: 6.66666667px 10px;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  background: #749ba0;
  color: #ffffff;
  cursor: pointer;
  font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border: none;
  border-bottom: 3px solid #5b8186;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
}
html body .btn:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #333;
  border-bottom: 3px solid #476467;
  color: #ffffff !important;
}
html body .btn.submit {
  float: right;
  font-size: 25px;
  padding: 13.33333333px 20px;
}
.dropdown span {
  display: none;
}
.dropdown span.show {
  display: block;
  margin-bottom: 6.66666667px;
}
.dropdown span.custom {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.dropdown span.custom:before,
.dropdown span.custom:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.dropdown span.custom:after {
  content: "\25BC";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -0.5em;
  color: #ffffff;
}
.dropdown span.custom:before {
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
}
.dropdown span.custom select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: inherit;
  /* inherit size from .custom-dropdown */
  padding: 8px 10px;
  /* add some space*/
  margin: 0;
  /* remove default margins */
  padding-right: 2.5em;
  /* accommodate with the pseudo elements for the dropdown arrow */
  border: 0;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #749ba0;
  outline: none;
}
.dropdown span.custom select:before {
  top: .5em;
  bottom: .5em;
  background-color: red;
  border-left: 1px solid green;
}
.dropdown span.custom select:after {
  color: rgba(0, 0, 0, 0.9);
}
.tag,
.notification {
  border: 2px solid #f7ecb5;
  background: #FCF8E3;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px !important;
}
.paging {
  *zoom: 1;
}
.paging:before,
.paging:after {
  content: "";
  display: table;
}
.paging:after {
  clear: both;
}
.paging:before,
.paging:after {
  display: table;
  content: "";
}
.paging:after {
  clear: both;
}
.paging > span,
.paging > a {
  margin-top: 10px;
  display: inline-block;
  padding: 8px 8px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.paging > span {
  background: #999999;
}
.paging > a {
  background: #333333;
}
.paging > a:hover {
  color: #ffffff !important;
  background: #4d4d4d;
}
.paging:first-child > span,
.paging:first-child > a {
  margin-top: 0;
}
.tag-filter {
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tag-filter:before,
.tag-filter:after {
  content: "";
  display: table;
}
.tag-filter:after {
  clear: both;
}
.tag-filter:before,
.tag-filter:after {
  display: table;
  content: "";
}
.tag-filter:after {
  clear: both;
}
.tag-filter li {
  float: left;
  margin: 0 6.66666667px 6.66666667px 0;
}
.tag-filter li a {
  font-size: 10px;
  padding: 4px;
}
.tag-filter li.active a {
  background: #333;
}
.tag-filter li:last-child a {
  margin-bottom: 0;
}
#eventCalenderPicker .fc-header {
  background: #749ba0;
}
#eventCalenderPicker .fc-header > * {
  height: 20px !important;
}
#eventCalenderPicker .fc-header td {
  background: inherit;
  margin: 0;
}
#eventCalenderPicker .fc-header td h2 {
  margin: 0;
  padding: 8px 0 8px 0;
  font-size: 18px;
}
#eventCalenderPicker .fc-header td .fc-button {
  background: transparent;
  color: white;
  border: none;
  text-shadow: none;
  box-shadow: none;
  margin: 0;
  padding-top: 5px;
}
#eventCalenderPicker .fc-header .fc-state-default {
  border-radius: 0 !important;
}
.ui-datepicker {
  background: #eee;
}
.form-content {
  position: relative;
}
.form-content input:focus + .required,
.form-content textarea:focus + .required {
  opacity: 0;
}
.required {
  color: red;
  font-weight: bold;
}
.required .error.box {
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 6.66666667px 10px;
  border: 2px solid #E44424;
  margin-bottom: 10px;
  background: #eb735b;
  font-weight: normal;
  color: #ffffff;
}
.required a.btn {
  font-weight: normal;
}
.form-terms {
  font-size: 13px;
}
input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.form-group {
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .form-group .form-label {
    margin-bottom: 10px;
  }
}
.form-group .form-label label {
  display: block;
  font-weight: bold;
}
html main .form-group .form-label.drop > label {
  margin-top: 8px !important;
  display: block;
}
.form-group .form-content {
  font-size: 13px;
  color: #666;
}
.form-group .form-content.upload-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 160px;
  width: 160px;
  float: left;
  margin-right: 20px;
  border: 1px solid #DDD;
}
.form-group .form-content.upload-img span.help {
  width: 70%;
}
.form-group .form-content.upload-img label {
  margin: 10px 0 6.66666667px 0;
}
.form-group .form-content label {
  display: block;
  margin: 0 0 6.66666667px 0;
}
.form-group .form-content .work-placements {
  position: relative;
  padding-bottom: 10px;
}
.form-group .form-content .work-placements + .work-placements {
  margin-top: 15px;
}
.form-group .form-content .work-placements:after {
  position: absolute;
  content: '';
  bottom: -5px;
  height: 1px;
  width: 100%;
  background: #c4c4c4;
}
.form-group .form-content .work-placements input {
  margin-bottom: 6.66666667px;
}
.form-group .form-content .work-placements textarea {
  height: 70px;
}
.form-group .form-content .work-placements textarea:disabled {
  cursor: not-allowed;
  background: #DDD;
  opacity: .2;
}
.form-group .form-content input[type="text"],
.form-group .form-content input[type="password"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  color: #666;
  font-size: 13px;
  width: 44.5%;
}
@media screen and (max-width: 600px) {
  .form-group .form-content input[type="text"],
  .form-group .form-content input[type="password"] {
    width: 100%;
  }
}
.form-group .form-content textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 10px;
  width: 100%;
  height: 200px;
  line-height: 1.4em;
  color: #666;
  resize: none;
  overflow: auto;
  font-size: 13px;
}
.form-group .form-content input[type="text"],
.form-group .form-content input[type="password"],
.form-group .form-content textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}
.form-group .form-content input[type=text]:focus,
.form-group .form-content textarea:focus {
  box-shadow: 0 0 5px #51cbee;
  border: 1px solid #51cbee;
}
.form-group .form-content h3 {
  margin: 10px 0 5px 0;
}
.form-group .form-content h3:first-child {
  margin: 0 0 5px 0;
}
.form-group.checkbox ul {
  list-style: none;
  padding: 0;
}
.form-group.checkbox ul li {
  margin-bottom: 10px;
}
.form-group.checkbox ul li input {
  margin-right: 5px;
}
.form-group.checkbox ul li label {
  font-size: 13px;
  color: #666;
  display: inline;
}
.form-group.checkbox ul.fullwidth li input {
  margin-right: 0;
}
.form-group label {
  font-size: 14px;
}
.form-group span.help {
  font-size: 11px;
  display: block;
  margin-top: 5px;
  line-height: 1.6em;
}
section.work-portfolio .form-content .label-span > label {
  margin-bottom: 10px;
}
section.work-portfolio .form-content .work-placements > div input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .job-listing span.custom {
    margin-bottom: 6.66666667px;
  }
}
.job-listing .form-group.search-filter {
  margin-top: 10px;
}
.job-listing .form-group.search-filter .form-label {
  display: none;
}
.job-listing .form-group.search-filter input {
  float: left;
  margin-right: 5px;
}
.job-listing .form-group.search-filter input.btn {
  font-weight: normal;
}
.job-listing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.job-listing ul li {
  border-top: 1px solid #F1F1F1;
  padding: 10px 0;
  position: relative;
}
.job-listing ul li .inactive-controls {
  display: none;
}
.job-listing ul li > a {
  *zoom: 1;
  border: none;
  color: #333;
}
.job-listing ul li > a:before,
.job-listing ul li > a:after {
  content: "";
  display: table;
}
.job-listing ul li > a:after {
  clear: both;
}
.job-listing ul li > a:before,
.job-listing ul li > a:after {
  display: table;
  content: "";
}
.job-listing ul li > a:after {
  clear: both;
}
@media screen and (max-width: 600px) {
  .job-listing ul li > a > * {
    margin-bottom: 6.66666667px;
  }
}
@media screen and (max-width: 600px) {
  .job-listing ul li > a .image {
    display: none;
  }
}
.job-listing ul li > a .image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #F1F1F1;
}
.job-listing ul li > a .details h4 {
  font-size: 18px;
  font-weight: 200;
  margin: 0;
  color: #749ba0;
}
.job-listing ul li > a .details p {
  display: block;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .job-listing ul li > a .details p {
    display: none;
  }
}
.job-listing ul li > a .type {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .job-listing ul li > a .type {
    text-align: left;
  }
}
.job-listing ul li > a .type span {
  display: block;
}
.job-listing ul li > a .type span.date {
  margin-bottom: 6.66666667px;
}
.job-listing ul li.inactive .inactive-controls {
  display: block;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 30px;
  margin-left: -111px;
}
@media screen and (max-width: 600px) {
  .job-listing ul li.inactive .inactive-controls {
    top: 130px;
    margin-left: -70px;
  }
}
.job-listing ul li.inactive .inactive-controls .tag {
  margin-top: 2px;
  padding: 7px 10px;
  float: left;
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .job-listing ul li.inactive .inactive-controls .tag {
    display: block;
    float: none !important;
    margin-bottom: 6.66666667px !important;
  }
}
.job-listing ul li.inactive > a {
  opacity: .3;
}
.job-listing ul li.inactive > a .type .btn {
  display: none;
}
.image-right .left {
  overflow: hidden;
  margin-bottom: 20px !important;
}
.image-right .mainText p:last-child {
  margin: 1em 0;
}
.image-right .right {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .image-right .right {
    margin: 20px 0;
  }
}
.image-right .right a {
  display: block;
}
.image-right .right img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  border: 1px solid #DDD;
}
.job-details {
  margin-bottom: 6.66666667px !important;
}
.job-details p {
  margin: 0 0 10px 0 !important;
}
@media screen and (max-width: 600px) {
  .job-details strong {
    display: block;
  }
}
.job-content {
  margin-bottom: 20px !important;
}
.job-content .attachment.btn {
  margin-top: 20px;
}
.hidden {
  display: none;
}
.categories ul li span {
  display: block;
  padding: 8px 15px;
  background: #ffffff;
  color: #333333;
  cursor: pointer;
}
.categories ul li.active span {
  background: #749ba0 !important;
  color: #ffffff;
}
.signin-wrap {
  *zoom: 1;
}
.signin-wrap:before,
.signin-wrap:after {
  content: "";
  display: table;
}
.signin-wrap:after {
  clear: both;
}
.signin-wrap:before,
.signin-wrap:after {
  display: table;
  content: "";
}
.signin-wrap:after {
  clear: both;
}
.signin-wrap .signin .form-group {
  padding-bottom: 0;
}
.signin-wrap .signin .form-content input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  color: #666;
  font-size: 13px;
  width: 100% !important;
}
.signin-wrap .signin .controls .btn.siteLogin {
  float: right;
}
.signin-wrap .linkedin .or-break {
  min-height: 133px;
  width: 1px;
  float: left;
  margin-right: 0 40px 0 20px;
  border-left: 2px solid #DDD;
}
.signin-wrap .linkedin .or-break span {
  top: 40%;
  left: -10px;
}
.angeny-login .form-group {
  padding-bottom: 0;
}
.angeny-login .form-group:first-child {
  margin-bottom: 6.66666667px;
}
.angeny-login .form-group input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  color: #666;
  font-size: 13px;
  margin: 6.66666667px 0 0 0;
  width: 100% !important;
}
.angeny-login .linkedin {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin-top: 10px;
  background: #007bb6;
  padding: 10px 12px;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.angeny-login .controls {
  margin-bottom: 20px;
}
.angeny-login .controls:last-child {
  margin-bottom: 0;
}
.large .btn {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.large .btn:last-child {
  margin-bottom: 0;
}
.or-break {
  border-bottom: 2px solid #ddd;
  margin: 20px 0;
  height: 0;
  text-align: center;
  position: relative;
}
.or-break span {
  position: relative;
  display: inline-block;
  font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background: white;
  text-align: center;
  top: -9px;
  color: #749ba0;
}
.memberGridFeature .memberGridContainer ul {
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}
.memberGridFeature .memberGridContainer ul:before,
.memberGridFeature .memberGridContainer ul:after {
  content: "";
  display: table;
}
.memberGridFeature .memberGridContainer ul:after {
  clear: both;
}
.memberGridFeature .memberGridContainer ul:before,
.memberGridFeature .memberGridContainer ul:after {
  display: table;
  content: "";
}
.memberGridFeature .memberGridContainer ul:after {
  clear: both;
}
.memberGridFeature .memberGridContainer ul li {
  min-height: 150px;
  margin-bottom: 20px;
  text-align: center;
}
.memberGridFeature .memberGridContainer ul li:nth-child(4n+5) {
  clear: left;
}
.memberGridFeature .memberGridContainer ul li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #DDD;
}
.memberGridFeature .memberGridContainer ul li p {
  margin: 10px 0 0 0;
  font-weight: 600;
}
.memberGridFeature .memberGridContainer ul li span {
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .memberGridFeature .memberGridContainer ul li {
    min-height: 50px;
    margin-bottom: 10px;
  }
  .memberGridFeature .memberGridContainer ul li img {
    width: 25%;
    float: left;
    margin-left: -10px;
    margin-right: 10px;
  }
}
.memberGridFeature .memberGridContainer ul li a {
  -webkit-transition: all 0.3;
  -moz-transition: all 0.3;
  -ms-transition: all 0.3;
  -o-transition: all 0.3;
  transition: all 0.3;
  display: block;
}
.memberGridFeature .memberGridContainer ul li a:hover img {
  border: 4px solid #DDD;
}
.memberGridFeature .memberGridContainer ul li.inactive {
  opacity: .3;
}
.profile-container .profile-status {
  display: block!;
  padding: 10px 20px;
  background: green;
  color: #ED1C2D;
  text-align: center;
  margin-bottom: 20px;
  background: #eb735b;
  font-weight: normal;
  border: 2px solid #E44424;
}
.profile-container .profile-status p {
  color: #ffffff !important;
}
.profile-container a.linkedin {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block !important;
  text-align: center;
  padding: 6.66666667px 10px;
  margin-bottom: 20px /;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  background: #749ba0;
  color: #ffffff;
  cursor: pointer;
  font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border-bottom: 3px solid #5b8186;
}
.profolio-display * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.profolio-display div a {
  display: block;
}
.profolio-display div a img {
  width: 100%;
  display: block;
  border: 1px solid #DDD;
}
.placements {
  margin-bottom: 20px;
}
.keyskills-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
}
.keyskills-wrapper > li {
  font-weight: bold;
  font-size: 16px;
}
.keyskills-wrapper > li ul {
  padding-top: 10px;
  margin-bottom: 20px;
}
.keyskills {
  padding: 0;
  margin-bottom: 10px !important;
}
.keyskills li {
  margin-bottom: 6.66666667px;
  color: #333;
  font-weight: normal;
  font-size: 14px;
}
.memberGridContainer ul li {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 10px;
  *zoom: 1;
}
.memberGridContainer ul li:before,
.memberGridContainer ul li:after {
  content: "";
  display: table;
}
.memberGridContainer ul li:after {
  clear: both;
}
.memberGridContainer ul li:before,
.memberGridContainer ul li:after {
  display: table;
  content: "";
}
.memberGridContainer ul li:after {
  clear: both;
}
@media only screen and (max-width: 500px) {
  html.respond .memberGridContainer ul li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond .memberGridContainer ul li:before,
  html.respond .memberGridContainer ul li:after {
    content: "";
    display: table;
  }
  html.respond .memberGridContainer ul li:after {
    clear: both;
  }
  html.respond .memberGridContainer ul li:before,
  html.respond .memberGridContainer ul li:after {
    display: table;
    content: "";
  }
  html.respond .memberGridContainer ul li:after {
    clear: both;
  }
}
.form-group {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
}
.form-group:before,
.form-group:after {
  content: "";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group:before,
.form-group:after {
  display: table;
  content: "";
}
.form-group:after {
  clear: both;
}
.form-group .form-label {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 27.77777778%;
  padding: 0 10px;
  *zoom: 1;
}
.form-group .form-label:before,
.form-group .form-label:after {
  content: "";
  display: table;
}
.form-group .form-label:after {
  clear: both;
}
.form-group .form-label:before,
.form-group .form-label:after {
  display: table;
  content: "";
}
.form-group .form-label:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  html.respond .form-group .form-label {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond .form-group .form-label:before,
  html.respond .form-group .form-label:after {
    content: "";
    display: table;
  }
  html.respond .form-group .form-label:after {
    clear: both;
  }
  html.respond .form-group .form-label:before,
  html.respond .form-group .form-label:after {
    display: table;
    content: "";
  }
  html.respond .form-group .form-label:after {
    clear: both;
  }
}
.form-group .form-content {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 72.22222222%;
  padding: 0 10px;
  *zoom: 1;
}
.form-group .form-content:before,
.form-group .form-content:after {
  content: "";
  display: table;
}
.form-group .form-content:after {
  clear: both;
}
.form-group .form-content:before,
.form-group .form-content:after {
  display: table;
  content: "";
}
.form-group .form-content:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  html.respond .form-group .form-content {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond .form-group .form-content:before,
  html.respond .form-group .form-content:after {
    content: "";
    display: table;
  }
  html.respond .form-group .form-content:after {
    clear: both;
  }
  html.respond .form-group .form-content:before,
  html.respond .form-group .form-content:after {
    display: table;
    content: "";
  }
  html.respond .form-group .form-content:after {
    clear: both;
  }
}
.form-group.checkbox ul {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
}
.form-group.checkbox ul:before,
.form-group.checkbox ul:after {
  content: "";
  display: table;
}
.form-group.checkbox ul:after {
  clear: both;
}
.form-group.checkbox ul:before,
.form-group.checkbox ul:after {
  display: table;
  content: "";
}
.form-group.checkbox ul:after {
  clear: both;
}
.form-group.checkbox ul li {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
  *zoom: 1;
}
.form-group.checkbox ul li:before,
.form-group.checkbox ul li:after {
  content: "";
  display: table;
}
.form-group.checkbox ul li:after {
  clear: both;
}
.form-group.checkbox ul li:before,
.form-group.checkbox ul li:after {
  display: table;
  content: "";
}
.form-group.checkbox ul li:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  html.respond .form-group.checkbox ul li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond .form-group.checkbox ul li:before,
  html.respond .form-group.checkbox ul li:after {
    content: "";
    display: table;
  }
  html.respond .form-group.checkbox ul li:after {
    clear: both;
  }
  html.respond .form-group.checkbox ul li:before,
  html.respond .form-group.checkbox ul li:after {
    display: table;
    content: "";
  }
  html.respond .form-group.checkbox ul li:after {
    clear: both;
  }
}
.form-group.checkbox ul.fullwidth li {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  *zoom: 1;
}
.form-group.checkbox ul.fullwidth li:before,
.form-group.checkbox ul.fullwidth li:after {
  content: "";
  display: table;
}
.form-group.checkbox ul.fullwidth li:after {
  clear: both;
}
.form-group.checkbox ul.fullwidth li:before,
.form-group.checkbox ul.fullwidth li:after {
  display: table;
  content: "";
}
.form-group.checkbox ul.fullwidth li:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  html.respond .form-group.checkbox ul.fullwidth li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond .form-group.checkbox ul.fullwidth li:before,
  html.respond .form-group.checkbox ul.fullwidth li:after {
    content: "";
    display: table;
  }
  html.respond .form-group.checkbox ul.fullwidth li:after {
    clear: both;
  }
  html.respond .form-group.checkbox ul.fullwidth li:before,
  html.respond .form-group.checkbox ul.fullwidth li:after {
    display: table;
    content: "";
  }
  html.respond .form-group.checkbox ul.fullwidth li:after {
    clear: both;
  }
}
section.work-portfolio .form-content .label-span {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
}
section.work-portfolio .form-content .label-span:before,
section.work-portfolio .form-content .label-span:after {
  content: "";
  display: table;
}
section.work-portfolio .form-content .label-span:after {
  clear: both;
}
section.work-portfolio .form-content .label-span:before,
section.work-portfolio .form-content .label-span:after {
  display: table;
  content: "";
}
section.work-portfolio .form-content .label-span:after {
  clear: both;
}
section.work-portfolio .form-content .label-span > label {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66666667%;
  padding: 0 10px;
  *zoom: 1;
}
section.work-portfolio .form-content .label-span > label:before,
section.work-portfolio .form-content .label-span > label:after {
  content: "";
  display: table;
}
section.work-portfolio .form-content .label-span > label:after {
  clear: both;
}
section.work-portfolio .form-content .label-span > label:before,
section.work-portfolio .form-content .label-span > label:after {
  display: table;
  content: "";
}
section.work-portfolio .form-content .label-span > label:after {
  clear: both;
}
section.work-portfolio .form-content .work-placements {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
}
section.work-portfolio .form-content .work-placements:before,
section.work-portfolio .form-content .work-placements:after {
  content: "";
  display: table;
}
section.work-portfolio .form-content .work-placements:after {
  clear: both;
}
section.work-portfolio .form-content .work-placements:before,
section.work-portfolio .form-content .work-placements:after {
  display: table;
  content: "";
}
section.work-portfolio .form-content .work-placements:after {
  clear: both;
}
section.work-portfolio .form-content .work-placements > div {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66666667%;
  padding: 0 10px;
  *zoom: 1;
}
section.work-portfolio .form-content .work-placements > div:before,
section.work-portfolio .form-content .work-placements > div:after {
  content: "";
  display: table;
}
section.work-portfolio .form-content .work-placements > div:after {
  clear: both;
}
section.work-portfolio .form-content .work-placements > div:before,
section.work-portfolio .form-content .work-placements > div:after {
  display: table;
  content: "";
}
section.work-portfolio .form-content .work-placements > div:after {
  clear: both;
}
section.work-portfolio .form-content .work-placements > div.upload {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66666667%;
  padding: 0 10px;
  *zoom: 1;
}
section.work-portfolio .form-content .work-placements > div.upload:before,
section.work-portfolio .form-content .work-placements > div.upload:after {
  content: "";
  display: table;
}
section.work-portfolio .form-content .work-placements > div.upload:after {
  clear: both;
}
section.work-portfolio .form-content .work-placements > div.upload:before,
section.work-portfolio .form-content .work-placements > div.upload:after {
  display: table;
  content: "";
}
section.work-portfolio .form-content .work-placements > div.upload:after {
  clear: both;
}
.job-listing ul li > a {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
}
.job-listing ul li > a:before,
.job-listing ul li > a:after {
  content: "";
  display: table;
}
.job-listing ul li > a:after {
  clear: both;
}
.job-listing ul li > a:before,
.job-listing ul li > a:after {
  display: table;
  content: "";
}
.job-listing ul li > a:after {
  clear: both;
}
.job-listing ul li > a .image {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 10.41666667%;
  padding: 0 10px;
  *zoom: 1;
}
.job-listing ul li > a .image:before,
.job-listing ul li > a .image:after {
  content: "";
  display: table;
}
.job-listing ul li > a .image:after {
  clear: both;
}
.job-listing ul li > a .image:before,
.job-listing ul li > a .image:after {
  display: table;
  content: "";
}
.job-listing ul li > a .image:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  html.respond .job-listing ul li > a .image {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond .job-listing ul li > a .image:before,
  html.respond .job-listing ul li > a .image:after {
    content: "";
    display: table;
  }
  html.respond .job-listing ul li > a .image:after {
    clear: both;
  }
  html.respond .job-listing ul li > a .image:before,
  html.respond .job-listing ul li > a .image:after {
    display: table;
    content: "";
  }
  html.respond .job-listing ul li > a .image:after {
    clear: both;
  }
}
.job-listing ul li > a .details {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.91666667%;
  padding: 0 10px;
  *zoom: 1;
}
.job-listing ul li > a .details:before,
.job-listing ul li > a .details:after {
  content: "";
  display: table;
}
.job-listing ul li > a .details:after {
  clear: both;
}
.job-listing ul li > a .details:before,
.job-listing ul li > a .details:after {
  display: table;
  content: "";
}
.job-listing ul li > a .details:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  html.respond .job-listing ul li > a .details {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond .job-listing ul li > a .details:before,
  html.respond .job-listing ul li > a .details:after {
    content: "";
    display: table;
  }
  html.respond .job-listing ul li > a .details:after {
    clear: both;
  }
  html.respond .job-listing ul li > a .details:before,
  html.respond .job-listing ul li > a .details:after {
    display: table;
    content: "";
  }
  html.respond .job-listing ul li > a .details:after {
    clear: both;
  }
}
.job-listing ul li > a .location {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 10px;
  *zoom: 1;
}
.job-listing ul li > a .location:before,
.job-listing ul li > a .location:after {
  content: "";
  display: table;
}
.job-listing ul li > a .location:after {
  clear: both;
}
.job-listing ul li > a .location:before,
.job-listing ul li > a .location:after {
  display: table;
  content: "";
}
.job-listing ul li > a .location:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  html.respond .job-listing ul li > a .location {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond .job-listing ul li > a .location:before,
  html.respond .job-listing ul li > a .location:after {
    content: "";
    display: table;
  }
  html.respond .job-listing ul li > a .location:after {
    clear: both;
  }
  html.respond .job-listing ul li > a .location:before,
  html.respond .job-listing ul li > a .location:after {
    display: table;
    content: "";
  }
  html.respond .job-listing ul li > a .location:after {
    clear: both;
  }
}
.job-listing ul li > a .type {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66666667%;
  padding: 0 10px;
  *zoom: 1;
}
.job-listing ul li > a .type:before,
.job-listing ul li > a .type:after {
  content: "";
  display: table;
}
.job-listing ul li > a .type:after {
  clear: both;
}
.job-listing ul li > a .type:before,
.job-listing ul li > a .type:after {
  display: table;
  content: "";
}
.job-listing ul li > a .type:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  html.respond .job-listing ul li > a .type {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond .job-listing ul li > a .type:before,
  html.respond .job-listing ul li > a .type:after {
    content: "";
    display: table;
  }
  html.respond .job-listing ul li > a .type:after {
    clear: both;
  }
  html.respond .job-listing ul li > a .type:before,
  html.respond .job-listing ul li > a .type:after {
    display: table;
    content: "";
  }
  html.respond .job-listing ul li > a .type:after {
    clear: both;
  }
}
.signin-wrap {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
}
.signin-wrap:before,
.signin-wrap:after {
  content: "";
  display: table;
}
.signin-wrap:after {
  clear: both;
}
.signin-wrap:before,
.signin-wrap:after {
  display: table;
  content: "";
}
.signin-wrap:after {
  clear: both;
}
.signin-wrap .signin {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
  *zoom: 1;
}
.signin-wrap .signin:before,
.signin-wrap .signin:after {
  content: "";
  display: table;
}
.signin-wrap .signin:after {
  clear: both;
}
.signin-wrap .signin:before,
.signin-wrap .signin:after {
  display: table;
  content: "";
}
.signin-wrap .signin:after {
  clear: both;
}
.signin-wrap .signin .form-label {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
  padding: 0 10px;
  *zoom: 1;
}
.signin-wrap .signin .form-label:before,
.signin-wrap .signin .form-label:after {
  content: "";
  display: table;
}
.signin-wrap .signin .form-label:after {
  clear: both;
}
.signin-wrap .signin .form-label:before,
.signin-wrap .signin .form-label:after {
  display: table;
  content: "";
}
.signin-wrap .signin .form-label:after {
  clear: both;
}
.signin-wrap .signin .form-content {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66666667%;
  padding: 0 10px;
  *zoom: 1;
}
.signin-wrap .signin .form-content:before,
.signin-wrap .signin .form-content:after {
  content: "";
  display: table;
}
.signin-wrap .signin .form-content:after {
  clear: both;
}
.signin-wrap .signin .form-content:before,
.signin-wrap .signin .form-content:after {
  display: table;
  content: "";
}
.signin-wrap .signin .form-content:after {
  clear: both;
}
.signin-wrap .linkedin {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
  *zoom: 1;
}
.signin-wrap .linkedin:before,
.signin-wrap .linkedin:after {
  content: "";
  display: table;
}
.signin-wrap .linkedin:after {
  clear: both;
}
.signin-wrap .linkedin:before,
.signin-wrap .linkedin:after {
  display: table;
  content: "";
}
.signin-wrap .linkedin:after {
  clear: both;
}
.angeny-login .form-group .form-label {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  *zoom: 1;
}
.angeny-login .form-group .form-label:before,
.angeny-login .form-group .form-label:after {
  content: "";
  display: table;
}
.angeny-login .form-group .form-label:after {
  clear: both;
}
.angeny-login .form-group .form-label:before,
.angeny-login .form-group .form-label:after {
  display: table;
  content: "";
}
.angeny-login .form-group .form-label:after {
  clear: both;
}
.angeny-login .form-group .form-content {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  *zoom: 1;
}
.angeny-login .form-group .form-content:before,
.angeny-login .form-group .form-content:after {
  content: "";
  display: table;
}
.angeny-login .form-group .form-content:after {
  clear: both;
}
.angeny-login .form-group .form-content:before,
.angeny-login .form-group .form-content:after {
  display: table;
  content: "";
}
.angeny-login .form-group .form-content:after {
  clear: both;
}
.keyskills {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
}
.keyskills:before,
.keyskills:after {
  content: "";
  display: table;
}
.keyskills:after {
  clear: both;
}
.keyskills:before,
.keyskills:after {
  display: table;
  content: "";
}
.keyskills:after {
  clear: both;
}
.keyskills li {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
  padding: 0 10px;
  *zoom: 1;
}
.keyskills li:before,
.keyskills li:after {
  content: "";
  display: table;
}
.keyskills li:after {
  clear: both;
}
.keyskills li:before,
.keyskills li:after {
  display: table;
  content: "";
}
.keyskills li:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  html.respond .keyskills li {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond .keyskills li:before,
  html.respond .keyskills li:after {
    content: "";
    display: table;
  }
  html.respond .keyskills li:after {
    clear: both;
  }
  html.respond .keyskills li:before,
  html.respond .keyskills li:after {
    display: table;
    content: "";
  }
  html.respond .keyskills li:after {
    clear: both;
  }
}
.image-right {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
}
.image-right:before,
.image-right:after {
  content: "";
  display: table;
}
.image-right:after {
  clear: both;
}
.image-right:before,
.image-right:after {
  display: table;
  content: "";
}
.image-right:after {
  clear: both;
}
.image-right .left {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 72.22222222%;
  padding: 0 10px;
  *zoom: 1;
}
.image-right .left:before,
.image-right .left:after {
  content: "";
  display: table;
}
.image-right .left:after {
  clear: both;
}
.image-right .left:before,
.image-right .left:after {
  display: table;
  content: "";
}
.image-right .left:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  html.respond .image-right .left {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond .image-right .left:before,
  html.respond .image-right .left:after {
    content: "";
    display: table;
  }
  html.respond .image-right .left:after {
    clear: both;
  }
  html.respond .image-right .left:before,
  html.respond .image-right .left:after {
    display: table;
    content: "";
  }
  html.respond .image-right .left:after {
    clear: both;
  }
}
.image-right .right {
  width: 72.22222222%;
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 27.77777778%;
  padding: 0 10px;
  *zoom: 1;
}
.image-right .right:before,
.image-right .right:after {
  content: "";
  display: table;
}
.image-right .right:after {
  clear: both;
}
.image-right .right:before,
.image-right .right:after {
  display: table;
  content: "";
}
.image-right .right:after {
  clear: both;
}
.image-right .right:before,
.image-right .right:after {
  content: "";
  display: table;
}
.image-right .right:after {
  clear: both;
}
.image-right .right:before,
.image-right .right:after {
  display: table;
  content: "";
}
.image-right .right:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  html.respond .image-right .right {
    display: inline;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    *zoom: 1;
  }
  html.respond .image-right .right:before,
  html.respond .image-right .right:after {
    content: "";
    display: table;
  }
  html.respond .image-right .right:after {
    clear: both;
  }
  html.respond .image-right .right:before,
  html.respond .image-right .right:after {
    display: table;
    content: "";
  }
  html.respond .image-right .right:after {
    clear: both;
  }
}
.job-details {
  display: block;
  margin: 0 -10px;
  *zoom: 1;
}
.job-details:before,
.job-details:after {
  content: "";
  display: table;
}
.job-details:after {
  clear: both;
}
.job-details:before,
.job-details:after {
  display: table;
  content: "";
}
.job-details:after {
  clear: both;
}
.job-details p {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
  *zoom: 1;
}
.job-details p:before,
.job-details p:after {
  content: "";
  display: table;
}
.job-details p:after {
  clear: both;
}
.job-details p:before,
.job-details p:after {
  display: table;
  content: "";
}
.job-details p:after {
  clear: both;
}
.search-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 980px) {
  html.respond .search-box {
    position: absolute;
  }
}
@media only screen and (max-width: 1024px) {
  html.respond .search-box {
    top: 50px;
  }
}
.search-box .search-box-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 20px 0 150px;
}
@media only screen and (max-width: 1024px) {
  html.respond .search-box .search-box-content {
    padding: 10px 10px 0 10px;
  }
}
.search-box .search-box-content a.close-search-box {
  display: block;
  content: '✕';
  height: 45px;
  width: 45px;
  line-height: 45px;
  float: right;
  color: #ffffff !important;
  text-align: center;
  background: #749ba0;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  html.respond .search-box .search-box-content a.close-search-box {
    display: none;
  }
}
.search-box .search-box-content .h1 {
  margin: 0 !important;
  clear: both;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
  font-family: "nimbus-sans", Sans-Serif;
  color: #ffffff;
}
@media only screen and (max-width: 500px) {
  html.respond .search-box .search-box-content .h1 {
    padding-left: 10px;
  }
}
.search-box .search-box-content .h1:before {
  content: '';
  width: 20px;
  left: 0;
  height: 100%;
  background: #333;
  position: absolute;
}
@media only screen and (max-width: 500px) {
  html.respond .search-box .search-box-content .h1:before {
    width: 10px;
  }
}
.search-box .search-box-content .h1 span {
  font-size: 6em;
  font-weight: bold;
  background: #333333;
  padding-right: 20px;
  letter-spacing: -2px;
}
@media only screen and (max-width: 980px) {
  html.respond .search-box .search-box-content .h1 span {
    font-size: 80px;
  }
}
@media only screen and (max-width: 600px) {
  html.respond .search-box .search-box-content .h1 span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 500px) {
  html.respond .search-box .search-box-content .h1 span {
    font-size: 30px;
  }
}
.search-box .search-box-content input[type=text] {
  width: 780px;
  position: relative;
  float: left;
  background: #333333;
  color: #ffffff;
  padding: 10px 30px 10px 20px;
  font-size: 90px;
  line-height: 1em;
  letter-spacing: -2px;
  border: none;
  font-weight: bold;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0;
}
.search-box .search-box-content input[type=text]:focus {
  border: none;
  outline: none;
}
@media only screen and (max-width: 980px) {
  html.respond .search-box .search-box-content input[type=text] {
    width: 85%;
    font-size: 80px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  html.respond .search-box .search-box-content input[type=text] {
    font-size: 60px;
  }
}
@media only screen and (max-width: 500px) {
  html.respond .search-box .search-box-content input[type=text] {
    font-size: 30px;
    padding: 5px 10px;
  }
}
.search-box .search-box-content input[type="submit"] {
  height: 65px;
  border: none;
  float: left;
  clear: both;
  margin-top: 20px;
  color: #ffffff;
  text-decoration: none;
  padding: 20px;
  display: block;
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  /* type.less */
  background: #749ba0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.search-box .search-box-content input[type="submit"]:hover {
  background: #5b8186;
}
@media only screen and (max-width: 500px) {
  html.respond .search-box .search-box-content input[type="submit"] {
    height: 45px;
    padding: 10px;
  }
}
.search-box .search-box-content .course-finder-link {
  display: block;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}
.search-box .search-box-content .course-finder-link a {
  color: #ffffff;
  text-decoration: none;
  padding: 20px;
  display: block;
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  /* type.less */
  background: #749ba0;
}
.search-box .search-box-content .course-finder-link a:hover {
  background: #5b8186;
}
@media only screen and (max-width: 320px) {
  html.respond .search-box .search-box-content .course-finder-link a {
    padding: 10px;
  }
}
@media only screen and (max-width: 500px) {
  html.respond .search-box .search-box-content .course-finder-link {
    margin-left: 0px;
    margin-top: 10px;
  }
}
@font-face {
  font-family: 'fontello';
  src: url('/assets/font/fontello.eot?82811215');
  src: url('/assets/font/fontello.eot?82811215#iefix') format('embedded-opentype'), url('/assets/font/fontello.woff?82811215') format('woff'), url('/assets/font/fontello.ttf?82811215') format('truetype'), url('/assets/font/fontello.svg?82811215#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?82811215#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-twitter:before {
  content: '\e802';
}
/* '' */
.icon-facebook:before {
  content: '\e801';
}
/* '' */
.icon-calendar-empty:before {
  content: '\e800';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\e803';
}
/* '' */
html,
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
}
h1,
h2,
h3,
h4 {
  font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a {
  border-bottom: none !important;
}
a:hover,
a:active,
a:focus {
  outline: none !important;
  /* Removes outline in FF */
}
button,
input,
select,
textarea {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
section h2,
.section h2,
section .h2,
.section .h2 {
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
  background: #749ba0;
  padding: 5px 10px 5px 20px;
  margin-left: -20px;
  float: left;
}
section h2 + *,
.section h2 + *,
section .h2 + *,
.section .h2 + * {
  clear: both;
}
h3,
.h3 {
  font-size: 18px;
  color: #476467;
}
b,
strong {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-weight: bold;
}
time {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
p.intro {
  font-size: 18px;
  color: #749ba0 !important;
}
.coming-soon {
  display: block;
  width: 120px;
  border: 3px solid #749ba0;
  color: #749ba0;
  padding: 10px 5px;
  text-align: center !important;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 1em;
}
.book-now {
  display: block;
  width: 120px;
  border: 3px solid #333333;
  color: #333333;
  padding: 10px 5px;
  text-align: center !important;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 1em;
}
.book-now:hover {
  background: #333333;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
main section a,
main .section a,
aside .section a {
  text-decoration: none;
  border-bottom: 1px dotted #749ba0;
  display: inline-block;
  color: #749ba0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
main section a:hover,
main .section a:hover,
aside .section a:hover {
  color: #476467 !important;
}
nav a {
  font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
}
.makeLink {
  text-decoration: none;
  border-bottom: 1px dotted #749ba0;
  display: inline-block;
  color: #749ba0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.makeLink:hover {
  color: #476467 !important;
}
.makeLink h2,
.makeLink h3,
.makeLink h4 {
  font-weight: normal !important;
}
h1 {
  margin: 0 !important;
  clear: both;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
}
h1 span {
  position: relative;
  float: left;
  background: #333333;
  color: #ffffff;
  padding: 10px 30px 10px 0;
  font-size: 90px;
  line-height: 1em;
  letter-spacing: -2px;
}
@media only screen and (max-width: 980px) {
  html.respond h1 span {
    font-size: 80px;
  }
}
@media only screen and (max-width: 600px) {
  html.respond h1 span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 500px) {
  html.respond h1 span {
    font-size: 45px;
  }
}
h1 span:first-child {
  z-index: 50;
}
h1 span.small {
  clear: left;
  font-size: 55px;
  line-height: 1em;
  font-weight: normal;
}
@media only screen and (max-width: 980px) {
  html.respond h1 span.small {
    font-size: 45px;
  }
}
@media only screen and (max-width: 600px) {
  html.respond h1 span.small {
    font-size: 25px;
  }
}
h1 span + span.small {
  padding-top: 0;
  margin-top: -8px;
}
@media only screen and (max-width: 600px) {
  html.respond h1 span + span.small {
    margin-top: 0px;
  }
}
h1:before {
  content: '';
  width: 20px;
  left: 0;
  height: 100%;
  background: #333333;
  position: absolute;
}
h2.title {
  margin: 0;
  clear: both;
  overflow: hidden;
  background: #333333;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 38px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  html.respond h2.title {
    font-size: 30px;
  }
}
h3 {
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
}
h3 + p {
  margin-top: 0;
}
main ol:not(.numbered):not(.six-reasons) {
  counter-reset: counter;
  padding: 0 0 0 40px;
  margin: 0 0 20px 0;
}
main ol:not(.numbered):not(.six-reasons) + h2 {
  margin-top: 0;
}
main ol:not(.numbered):not(.six-reasons) li {
  position: relative;
  display: block;
  padding: 5px 10px;
  min-height: 22px;
  margin: 10px 0;
  background: #F5F5F5;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
main ol:not(.numbered):not(.six-reasons) li:hover {
  background: #eee;
}
main ol:not(.numbered):not(.six-reasons) li:before {
  content: counter(counter);
  counter-increment: counter;
  position: absolute;
  top: 0px;
  left: -40px;
  background: #749ba0;
  color: #FFF;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
main ol:not(.numbered):not(.six-reasons) li:last-child {
  margin-bottom: 0;
}
main blockquote {
  margin: 0 0 20px 0;
  padding: .8em 1em;
  border-left: 5px solid #749ba0;
  background-color: #F5F5F5;
  clear: both;
}
main blockquote p {
  margin: 0;
  font-size: 16px;
}
main blockquote em {
  padding-top: 5px;
  font-size: 80%;
  font-style: normal;
  display: block;
}
main .section > .section blockquote {
  background: #404040 !important;
}
table {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: none !important;
}
table td,
table th {
  padding: 10px;
}
table tbody > tr:nth-child(odd) > td,
table .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #F5F5F5;
}
table.no-style {
  background-color: white !important;
  text-align: center;
}
table.no-style tbody > tr:nth-child(odd) > td,
table.no-style .table-striped tbody > tr:nth-child(odd) > th {
  background-color: inherit;
}
.makeSummary {
  font-size: 13px;
}
.coming-soon {
  border: 3px solid #749ba0;
  color: #749ba0;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
