/***
	Base Style for INSEAD.edu
	Author: VML Qais
	FED: Sherwin Anos
***/
/* Mixins */
/* For flipping animation */
/* Typography */
@import url(colorbox.css);
@import url(chosen.min.css);
@font-face {
  font-family: 'RockwellStd';
  src: url("../fonts/RockwellStd.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/RockwellStd.eot?#iefix") format("embedded-opentype"), url("../fonts/RockwellStd.svg") format("svg"), url("../fonts/RockwellStd.woff") format("woff"), url("../fonts/RockwellStd.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'RockwellStd-Light';
  src: url("../fonts/RockwellStd-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/RockwellStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RockwellStd-Light.svg") format("svg"), url("../fonts/RockwellStd-Light.woff") format("woff"), url("../fonts/RockwellStd-Light.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'RockwellStd';
    src: url("../fonts/RockwellStd.svg#RockwellStd") format("svg");
    font-weight: normal;
    font-style: normal; }
  @font-face {
    font-family: 'RockwellStd-Light';
    src: url("RockwellStd-Light.svg#RockwellStd-Light") format("svg");
    font-weight: normal;
    font-style: normal; } }
body {
  color: #444444;
  font-size: 14px !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Arial, Helvetica, sans-serf;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  color: #006e51;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  h1.text-times, h2.text-times, h3.text-times, h4.text-times, h5.text-times, h6.text-times {
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal; }

.masthead-title {
  color: #006e51;
  font-size: 51px;
  letter-spacing: -1px;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  .masthead-title.text-times {
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal; }

h1, .heading1 {
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 1; }
  @media only screen and (max-width: 960px) {
    h1, .heading1 {
      font-size: 36px; } }
  @media only screen and (max-width: 640px) {
    h1, .heading1 {
      font-size: 30px; } }

h2, .heading2 {
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1.1; }
  @media only screen and (max-width: 960px) {
    h2, .heading2 {
      font-size: 28px; } }
  @media only screen and (max-width: 640px) {
    h2, .heading2 {
      font-size: 24px; } }

h3, .heading3 {
  font-size: 24px;
  letter-spacing: -0.6px;
  line-height: 1.3; }
  @media only screen and (max-width: 960px) {
    h3, .heading3 {
      font-size: 18px; } }
  @media only screen and (max-width: 640px) {
    h3, .heading3 {
      font-size: 16px; } }

h4, .heading4 {
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 1.5; }

h5, .heading5 {
  font-size: 15px;
  letter-spacing: -0.2px;
  line-height: 1.2; }

h6, .heading6 {
  font-size: 13px;
  letter-spacing: -0.2px;
  line-height: 1; }

.heading0, .heading1, .heading2, .heading3, .heading4, .heading5, .heading6, .heading-sm, .heading-lg {
  color: #006e51;
  letter-spacing: -0.2px;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.heading0 {
  font-size: 55px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .heading0 {
      font-size: 40px; } }
  @media only screen and (max-width: 640px) {
    .heading0 {
      font-size: 36px; } }

.heading-sm {
  font-size: 11px; }

.heading-lg {
  font-size: 80px; }

blockquote {
  border: 0;
  color: #666666;
  font-size: 20px;
  font-style: italic;
  letter-spacing: -0.5px;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.7;
  	/*
  	&:before {
  		background: $color-gray;
  		height: 30px;
  		width: 30px;
  		@include inline-block;
  	}
  
  	&:after {
  		background: $color-gray;
  		height: 30px;
  		width: 30px;
  		@include inline-block;
  	}
  	*/ }
  blockquote:before, blockquote:after {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 36px; }
  blockquote:before {
    background: transparent url(../img/icon-quote-left.png) no-repeat;
    left: -10px;
    top: 1px; }
  blockquote:after {
    background: transparent url(../img/icon-quote-right.png) no-repeat;
    right: -10px;
    top: 15px; }
  blockquote.text-lgreen {
    line-height: 1.2 !important; }
    blockquote.text-lgreen:before, blockquote.text-lgreen:after {
      background-size: 70% !important;
      height: 20px;
      top: 4px;
      width: 24px; }
    blockquote.text-lgreen:before {
      background: transparent url(../img/icon-quote-lgreen-left.png) no-repeat;
      left: 4px; }
    blockquote.text-lgreen:after {
      background: transparent url(../img/icon-quote-lgreen-right.png) no-repeat;
      right: -6px; }

p {
  line-height: 1.3;
  margin: 0 0 20px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serf;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }
  p a {
    color: #d14e1c; }
    p a:hover {
      color: #444444; }

a {
  color: #d14e1c;
  padding-top: 2px;
  text-decoration: none !important; }
  a:hover {
    color: #444444;
    text-decoration: none; }
  a:focus {
    outline: none; }

ol {
  margin-bottom: 20px; }

ul {
  padding: 0 0 0 20px; }
  ul.list-clear {
    list-style: none;
    margin: 0 0 20px;
    padding: 0; }
    ul.list-clear li {
      margin-bottom: 10px; }
  ul.list-large {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    text-align: left; }
  ul.list-center {
    list-style: none;
    margin: 0 auto 20px;
    padding: 0;
    width: 180px; }
    ul.list-center li {
      margin-bottom: 5px; }
      ul.list-center li span {
        background-position: -300px -100px;
        background-repeat: no-repeat;
        display: inline-block;
        height: 4px;
        margin-right: 6px;
        position: relative;
        top: -3px;
        width: 4px;
        background-image: url("../img/sprite-icons.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.list-center li span {
            background-image: url("../img/sprite-icons2x.png") !important; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.list-center li span {
            -webkit-background-size: 700px 700px;
            -moz-background-size: 700px 700px;
            -o-background-size: 700px 700px;
            -ms-background-size: 700px 700px;
            background-size: 700px 700px; } }
  ul.list-tick-circ {
    list-style: none;
    margin: 0 0 20px;
    padding: 0; }
    ul.list-tick-circ li {
      margin-bottom: 5px; }
      ul.list-tick-circ li span {
        background-position: -450px -150px;
        background-repeat: no-repeat;
        display: inline-block;
        height: 15px;
        margin-right: 6px;
        position: relative;
        top: 3px;
        width: 15px;
        background-image: url("../img/sprite-icons.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.list-tick-circ li span {
            background-image: url("../img/sprite-icons2x.png") !important; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.list-tick-circ li span {
            -webkit-background-size: 700px 700px;
            -moz-background-size: 700px 700px;
            -o-background-size: 700px 700px;
            -ms-background-size: 700px 700px;
            background-size: 700px 700px; } }
  ul.list-dot {
    list-style: none;
    margin: 0 auto 20px;
    padding: 0;
    text-align: left;
    width: 180px; }
    ul.list-dot li {
      margin-bottom: 5px; }
      ul.list-dot li span {
        background-position: -300px -100px;
        background-repeat: no-repeat;
        display: inline-block;
        height: 4px;
        margin-right: 6px;
        position: relative;
        top: 7px;
        width: 4px;
        background-image: url("../img/sprite-icons.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.list-dot li span {
            background-image: url("../img/sprite-icons2x.png") !important; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.list-dot li span {
            -webkit-background-size: 700px 700px;
            -moz-background-size: 700px 700px;
            -o-background-size: 700px 700px;
            -ms-background-size: 700px 700px;
            background-size: 700px 700px; } }
      ul.list-dot li span:not(*:root) {
        top: 7px; }
  ul.list-dot-gray {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.list-dot-gray li {
      background-position: 0 6px;
      background-repeat: no-repeat;
      padding-left: 10px;
      text-align: left;
      background-image: url("../img/icon-list-circ-gray.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        ul.list-dot-gray li {
          background-image: url("../img/icon-list-circ-gray2x.png") !important;
          -webkit-background-size: 6px 6px;
          -moz-background-size: 6px 6px;
          -o-background-size: 6px 6px;
          -ms-background-size: 6px 6px;
          background-size: 6px 6px; } }
      ul.list-dot-gray li a {
        color: #d14e1c; }
        ul.list-dot-gray li a:hover {
          color: #444444; }
  ul.list-ranking {
    list-style: none;
    margin: 10px 0 20px -20px;
    padding: 0; }
    ul.list-ranking li {
      border-right: 1px solid #dadada;
      display: inline-block;
      padding: 0 20px 0;
      width: 36%; }
      ul.list-ranking li:last-child {
        border: 0;
        margin: 0; }
      ul.list-ranking li p {
        margin-bottom: 0; }
      ul.list-ranking li strong {
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
      ul.list-ranking li span {
        color: #006e51;
        font-size: 40px;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
      ul.list-ranking li sup {
        font-size: 20px; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      ul.list-ranking li {
        width: 45%; } }
    @media only screen and (max-width: 640px) {
      ul.list-ranking {
        margin: 10px 0 20px; }
        ul.list-ranking li {
          border-bottom: 1px solid #dadada;
          border-right: 0;
          margin-bottom: 10px;
          padding-bottom: 20px;
          width: 100%; } }
  ul.list-roundtick {
    list-style: none;
    margin: 0;
    padding: 0 0 20px; }
    ul.list-roundtick li {
      background-position: 0 2px;
      background-repeat: no-repeat;
      margin-bottom: 10px;
      padding: 0 0 0 24px;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      background-image: url("../img/icon-tick-circle-green.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        ul.list-roundtick li {
          background-image: url("../img/icon-tick-circle-green2x.png") !important;
          -webkit-background-size: 15px 15px;
          -moz-background-size: 15px 15px;
          -o-background-size: 15px 15px;
          -ms-background-size: 15px 15px;
          background-size: 15px 15px; } }
      ul.list-roundtick li span {
        text-transform: none;
        font-family: Arial, Helvetica, sans-serf;
        font-weight: normal;
        -webkit-font-smoothing: antialiased; }
      ul.list-roundtick li a.with-tooltip {
        color: #444444; }
        ul.list-roundtick li a.with-tooltip:hover {
          color: #d14e1c; }
      ul.list-roundtick li .tooltip-inner {
        text-transform: none;
        font-family: Arial, Helvetica, sans-serf;
        font-weight: normal;
        -webkit-font-smoothing: antialiased; }
  ul.list-walkthrough {
    border: 0;
    list-style: none;
    margin: 0 0 20px -10px;
    padding: 0; }
    ul.list-walkthrough li {
      background-position: 10px 1px;
      background-repeat: no-repeat;
      float: none;
      margin: 0 0 10px;
      padding: 0 0 0 40px;
      background-image: url("../img/icon-donut-green.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        ul.list-walkthrough li {
          background-image: url("../img/icon-donut-green2x.png") !important;
          -webkit-background-size: 15px 15px;
          -moz-background-size: 15px 15px;
          -o-background-size: 15px 15px;
          -ms-background-size: 15px 15px;
          background-size: 15px 15px; } }
      ul.list-walkthrough li a {
        background: none !important;
        border: 0;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
        ul.list-walkthrough li a:hover {
          background: none; }
      ul.list-walkthrough li:hover, ul.list-walkthrough li.active {
        border: 0 !important;
        background-image: url("../img/icon-donut-orange.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.list-walkthrough li:hover, ul.list-walkthrough li.active {
            background-image: url("../img/icon-donut-orange2x.png") !important;
            -webkit-background-size: 15px 15px;
            -moz-background-size: 15px 15px;
            -o-background-size: 15px 15px;
            -ms-background-size: 15px 15px;
            background-size: 15px 15px; } }
        ul.list-walkthrough li:hover a, ul.list-walkthrough li.active a {
          border: 0 !important;
          background: none;
          color: #d14e1c;
          border: 0;
          margin: 0; }
          ul.list-walkthrough li:hover a:hover, ul.list-walkthrough li.active a:hover {
            border: 0 !important; }
          ul.list-walkthrough li:hover a:focus, ul.list-walkthrough li.active a:focus {
            background: none !important; }
  ul.list-black {
    margin: 0 0 20px 15px;
    padding: 0; }
  ul.list-chevron-big {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    text-align: left; }
    ul.list-chevron-big > li {
      background-position: 0 6px;
      background-repeat: no-repeat;
      color: #444444;
      font-size: 17px;
      padding-left: 20px;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      background-image: url("../img/chevron-cta-big.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        ul.list-chevron-big > li {
          background-image: url("../img/chevron-cta-big2x.png") !important;
          -webkit-background-size: 8px 14px;
          -moz-background-size: 8px 14px;
          -o-background-size: 8px 14px;
          -ms-background-size: 8px 14px;
          background-size: 8px 14px; } }
      ul.list-chevron-big > li > a {
        color: #444444;
        display: block; }
        ul.list-chevron-big > li > a:hover {
          color: #d14e1c; }
      ul.list-chevron-big > li > ul {
        margin: 0 0 0 20px; }
        ul.list-chevron-big > li > ul > li {
          margin: 0 0 5px; }
  ul.list-sepline {
    list-style: none;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0; }
    ul.list-sepline li {
      display: inline-block; }
      ul.list-sepline li a {
        border-right: 1px solid #ffffff;
        display: block;
        margin: 0 0 0 5px;
        padding: 0 5px 0 0; }
      ul.list-sepline li:last-child a {
        border-right: 0;
        padding: 0; }
  ul.list-sepline-only {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.list-sepline-only li {
      border-right: 1px solid #dadada;
      display: inline-block;
      margin-right: 5px;
      padding-right: 10px; }
      ul.list-sepline-only li:last-child {
        border: 0;
        margin: 0;
        padding: 0; }
      ul.list-sepline-only li a.active {
        color: #444444; }
  ul.list-sepline-gray {
    list-style: none;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0; }
    ul.list-sepline-gray li {
      display: inline-block; }
      ul.list-sepline-gray li a {
        border-right: 1px solid #dadada;
        display: block;
        margin: 0 0 0 10px;
        padding: 0 10px 0 0; }
      ul.list-sepline-gray li:last-child a {
        border-right: 0;
        padding: 0; }
  ul.list-sepline-icon {
    list-style: none;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0; }
    ul.list-sepline-icon li {
      border-right: 1px solid #dadada;
      margin: 0 0 0 10px;
      padding: 0 10px 0 0;
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top; }
      ul.list-sepline-icon li:last-child {
        border-right: 0;
        padding: 0; }
  ul.list-indicator {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.list-indicator li {
      display: inline-block;
      margin: 0 2px; }
      ul.list-indicator li a {
        background: #006e51;
        border: 1px solid #006e51;
        display: block;
        height: 10px;
        text-indent: -9999px;
        width: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        ul.list-indicator li a.active {
          background: transparent; }
  ul.list-radio-btn {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.list-radio-btn li {
      background: #006e51;
      border: 0;
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      font-size: 13px;
      letter-spacing: -0.2px;
      line-height: 1;
      margin: 0 10px 0 0;
      padding: 8px 20px;
      position: relative;
      text-transform: uppercase;
      white-space: nowrap;
      vertical-align: middle;
      -webkit-user-select: none;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
      ul.list-radio-btn li:hover {
        background: #d14e1c; }
      ul.list-radio-btn li.active {
        background: #d14e1c; }
      ul.list-radio-btn li input[type="radio"] {
        display: none; }
    @media only screen and (max-width: 640px) {
      ul.list-radio-btn li {
        margin: 0 10px 10px; } }
  ul.list-social {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.list-social li {
      display: inline-block;
      margin: 0 20px 20px 0 !important; }
      ul.list-social li a {
        background-repeat: no-repeat;
        background-position: 0 0;
        display: block;
        height: 22px;
        text-indent: -9999px;
        width: 22px;
        background-image: url("../img/sprite-icons.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.list-social li a {
            background-image: url("../img/sprite-icons2x.png") !important; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.list-social li a {
            -webkit-background-size: 700px 700px;
            -moz-background-size: 700px 700px;
            -o-background-size: 700px 700px;
            -ms-background-size: 700px 700px;
            background-size: 700px 700px; } }
        ul.list-social li a.linkedin {
          background-position: -50px -550px; }
          ul.list-social li a.linkedin:hover {
            background-position: 0px -200px; }
        ul.list-social li a.facebook {
          background-position: -50px -500px; }
          ul.list-social li a.facebook:hover {
            background-position: -50px -200px; }
        ul.list-social li a.gplus {
          background-position: -50px -600px; }
          ul.list-social li a.gplus:hover {
            background-position: -150px -200px; }
      ul.list-social li:last-child {
        margin: 0 0 20px 0 !important; }
  ul.list-social-connected {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.list-social-connected li {
      margin: 0 20px 20px 0 !important; }
      ul.list-social-connected li a.connected {
        color: #444444 !important; }
        ul.list-social-connected li a.connected img {
          margin-left: 5px; }
      ul.list-social-connected li a span {
        background-repeat: no-repeat;
        background-position: 0 0;
        display: inline-block;
        height: 34px;
        padding: 0 0 0 40px;
        vertical-align: middle;
        width: 34px;
        background-image: url("../img/sprite-icons.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.list-social-connected li a span {
            background-image: url("../img/sprite-icons2x.png") !important; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.list-social-connected li a span {
            -webkit-background-size: 700px 700px;
            -moz-background-size: 700px 700px;
            -o-background-size: 700px 700px;
            -ms-background-size: 700px 700px;
            background-size: 700px 700px; } }
        ul.list-social-connected li a span.facebook {
          background-position: -350px -550px; }
        ul.list-social-connected li a span.linkedin {
          background-position: -350px -500px; }
        ul.list-social-connected li a span.gplus {
          background-position: -350px -600px; }
        ul.list-social-connected li a span.twitter {
          background-position: -350px -650px; }
      ul.list-social-connected li:last-child {
        margin: 0 0 20px 0 !important; }
  ul.list-checkbox {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.list-checkbox > li {
      font-weight: bold;
      margin: 0 0 10px; }
      ul.list-checkbox > li ul {
        list-style: none;
        margin: 5px 0 0 16px;
        padding: 0; }
        ul.list-checkbox > li ul > li {
          font-size: 12px;
          font-weight: normal;
          margin: 0 0 5px; }
  ul.list-pagenav {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.list-pagenav li {
      display: inline-block;
      padding: 0 4px; }
      ul.list-pagenav li a.active {
        color: #444444; }
      ul.list-pagenav li a.arrow {
        background-size: 6px 10px;
        display: block;
        height: 10px;
        width: 6px; }
      ul.list-pagenav li a.prev {
        background-image: url("../img/chevron-left-orange2x.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.list-pagenav li a.prev {
            background-image: url("../img/chevron-left-orange2x2x.png") !important;
            -webkit-background-size: 5px 7px;
            -moz-background-size: 5px 7px;
            -o-background-size: 5px 7px;
            -ms-background-size: 5px 7px;
            background-size: 5px 7px; } }
      ul.list-pagenav li a.next {
        background-image: url("../img/chevron-right-orange2x.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.list-pagenav li a.next {
            background-image: url("../img/chevron-right-orange2x2x.png") !important;
            -webkit-background-size: 5px 7px;
            -moz-background-size: 5px 7px;
            -o-background-size: 5px 7px;
            -ms-background-size: 5px 7px;
            background-size: 5px 7px; } }

.edit-link {
  font-size: 13px;
  margin: 0 0 0 10px;
  text-transform: none;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serf;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.connected-fb {
  color: #444444; }
  .connected-fb span {
    background-position: -50px -500px;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    margin-right: 10px;
    text-indent: -9999px;
    vertical-align: middle !important;
    width: 22px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    background-image: url("../img/sprite-icons.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .connected-fb span {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .connected-fb span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }
  .connected-fb img {
    margin-left: 10px; }

a.chevron-cta {
  background-position: right 7px;
  background-repeat: no-repeat;
  color: #d14e1c;
  display: inline;
  font-size: 14px;
  height: 7px;
  padding-right: 10px;
  width: 5px;
  background-image: url("../img/chevron-right-orange.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a.chevron-cta {
      background-image: url("../img/chevron-right-orange2x.png") !important;
      -webkit-background-size: 5px 7px;
      -moz-background-size: 5px 7px;
      -o-background-size: 5px 7px;
      -ms-background-size: 5px 7px;
      background-size: 5px 7px; } }
  a.chevron-cta:hover {
    color: #444444;
    background-image: url("../img/chevron-right-black.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      a.chevron-cta:hover {
        background-image: url("../img/chevron-right-black2x.png") !important;
        -webkit-background-size: 5px 7px;
        -moz-background-size: 5px 7px;
        -o-background-size: 5px 7px;
        -ms-background-size: 5px 7px;
        background-size: 5px 7px; } }
  a.chevron-cta.lg {
    font-weight: bold; }
  a.chevron-cta.white {
    color: #ffffff;
    background-image: url("../img/chevron-right-white.png") !important;
    /*
    &:hover {
    	color: $color-orange;
    	@include background-image-one(chevron-right-orange, png, 5px, 7px);
    }
    */ }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      a.chevron-cta.white {
        background-image: url("../img/chevron-right-white2x.png") !important;
        -webkit-background-size: 5px 7px;
        -moz-background-size: 5px 7px;
        -o-background-size: 5px 7px;
        -ms-background-size: 5px 7px;
        background-size: 5px 7px; } }

a.chevron-cta-white {
  background-position: right 7px;
  background-repeat: no-repeat;
  color: #d14e1c;
  display: inline;
  font-size: 14px;
  height: 7px;
  padding-right: 10px;
  width: 5px;
  background-image: url("../img/chevron-right-orange.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a.chevron-cta-white {
      background-image: url("../img/chevron-right-orange2x.png") !important;
      -webkit-background-size: 5px 7px;
      -moz-background-size: 5px 7px;
      -o-background-size: 5px 7px;
      -ms-background-size: 5px 7px;
      background-size: 5px 7px; } }
  a.chevron-cta-white:hover {
    color: #ffffff;
    background-image: url("../img/chevron-right-white.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      a.chevron-cta-white:hover {
        background-image: url("../img/chevron-right-white2x.png") !important;
        -webkit-background-size: 5px 7px;
        -moz-background-size: 5px 7px;
        -o-background-size: 5px 7px;
        -ms-background-size: 5px 7px;
        background-size: 5px 7px; } }

a.chevron-back {
  background-position: 0 7px;
  background-repeat: no-repeat;
  color: #d14e1c;
  display: inline;
  font-size: 14px;
  height: 7px;
  padding-left: 10px;
  width: 5px;
  background-image: url("../img/chevron-left-orange.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a.chevron-back {
      background-image: url("../img/chevron-left-orange2x.png") !important;
      -webkit-background-size: 5px 7px;
      -moz-background-size: 5px 7px;
      -o-background-size: 5px 7px;
      -ms-background-size: 5px 7px;
      background-size: 5px 7px; } }
  a.chevron-back:hover {
    color: #444444;
    background-image: url("../img/chevron-left-black.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      a.chevron-back:hover {
        background-image: url("../img/chevron-left-black2x.png") !important;
        -webkit-background-size: 5px 7px;
        -moz-background-size: 5px 7px;
        -o-background-size: 5px 7px;
        -ms-background-size: 5px 7px;
        background-size: 5px 7px; } }

a.chevron-cta-lg {
  background-position: right 7px;
  background-repeat: no-repeat;
  color: #d14e1c;
  display: inline;
  font-size: 14px;
  font-weight: bold;
  height: 13px;
  padding-right: 10px;
  width: 8px;
  background-image: url("../img/chevron-right-orange.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a.chevron-cta-lg {
      background-image: url("../img/chevron-right-orange2x.png") !important;
      -webkit-background-size: 5px 7px;
      -moz-background-size: 5px 7px;
      -o-background-size: 5px 7px;
      -ms-background-size: 5px 7px;
      background-size: 5px 7px; } }
  a.chevron-cta-lg:hover {
    color: #ffffff;
    background-image: url("../img/chevron-right-white.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      a.chevron-cta-lg:hover {
        background-image: url("../img/chevron-right-white2x.png") !important;
        -webkit-background-size: 5px 7px;
        -moz-background-size: 5px 7px;
        -o-background-size: 5px 7px;
        -ms-background-size: 5px 7px;
        background-size: 5px 7px; } }

a.chevron-cta-big {
  background-position: 0 6px;
  background-repeat: no-repeat;
  color: #444444;
  display: block;
  font-size: 17px;
  padding-left: 20px;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background-image: url("../img/chevron-cta-big.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a.chevron-cta-big {
      background-image: url("../img/chevron-cta-big2x.png") !important;
      -webkit-background-size: 8px 14px;
      -moz-background-size: 8px 14px;
      -o-background-size: 8px 14px;
      -ms-background-size: 8px 14px;
      background-size: 8px 14px; } }
  a.chevron-cta-big:hover {
    color: #d14e1c; }

.text-analytics {
  font-family: Arial !important; }

@media only screen and (max-width: 960px) {
  .masthead-title {
    font-size: 30px; } }
/* Component: Generic */
.mobile-header {
  display: none;
  display: none\9; }

.panel-login-search {
  display: none; }

@media only screen and (max-width: 960px) {
  header {
    display: none;
    display: none\9; }

  .mobile-header {
    background: #ffffff;
    border-bottom: 1px solid #dadada;
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8888; }
    .mobile-header > div {
      height: 50px;
      top: 0; }
      .mobile-header > div > a {
        background-repeat: no-repeat;
        text-indent: -9999px; }
      .mobile-header > div.menu {
        left: 0;
        position: absolute;
        width: 50px;
        z-index: 100; }
        .mobile-header > div.menu > a {
          background-position: 0 -350px;
          display: block;
          height: 50px;
          width: 50px;
          background-image: url("../img/sprite-icons.png") !important; } }
        @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
          .mobile-header > div.menu > a {
            background-image: url("../img/sprite-icons2x.png") !important; } }
        @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
          .mobile-header > div.menu > a {
            -webkit-background-size: 700px 700px;
            -moz-background-size: 700px 700px;
            -o-background-size: 700px 700px;
            -ms-background-size: 700px 700px;
            background-size: 700px 700px; } }
@media only screen and (max-width: 960px) {
      .mobile-header > div.logo {
        padding: 0 101px 0 50px;
        position: relative;
        text-align: center;
        width: 100%;
        z-index: 50; }
        .mobile-header > div.logo a {
          display: block;
          height: 50px;
          margin: 0 auto;
          width: 97px;
          background-image: url("../img/mob-logo.jpg") !important;
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/mob-logo.jpg', sizingMethod='scale');
          -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/mob-logo.jpg', sizingMethod='scale')"; } }
        @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
          .mobile-header > div.logo a {
            background-image: url("../img/mob-logo2x.jpg") !important;
            -webkit-background-size: 97px 50px;
            -moz-background-size: 97px 50px;
            -o-background-size: 97px 50px;
            -ms-background-size: 97px 50px;
            background-size: 97px 50px; } }
@media only screen and (max-width: 960px) {
      .mobile-header > div.login {
        position: absolute;
        right: 0;
        width: 50px;
        z-index: 100; }
        .mobile-header > div.login > a {
          background-position: -50px -350px;
          display: block;
          height: 50px;
          position: relative;
          width: 50px;
          background-image: url("../img/sprite-icons.png") !important; } }
        @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
          .mobile-header > div.login > a {
            background-image: url("../img/sprite-icons2x.png") !important; } }
        @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
          .mobile-header > div.login > a {
            -webkit-background-size: 700px 700px;
            -moz-background-size: 700px 700px;
            -o-background-size: 700px 700px;
            -ms-background-size: 700px 700px;
            background-size: 700px 700px; } }
@media only screen and (max-width: 960px) {
          .mobile-header > div.login > a span {
            background: #d14e1c;
            color: #ffffff;
            display: block;
            font-size: 10px;
            height: 14px;
            padding: 0;
            position: absolute;
            right: 8px;
            text-align: center;
            text-indent: 0;
            top: 5px;
            width: 14px;
            z-index: 2;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%; }
      .mobile-header > div.search {
        position: absolute;
        right: 51px;
        width: 50px;
        z-index: 100; }
        .mobile-header > div.search > a {
          background-position: -100px -350px;
          display: block;
          height: 50px;
          width: 50px;
          background-image: url("../img/sprite-icons.png") !important; } }
        @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
          .mobile-header > div.search > a {
            background-image: url("../img/sprite-icons2x.png") !important; } }
        @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
          .mobile-header > div.search > a {
            -webkit-background-size: 700px 700px;
            -moz-background-size: 700px 700px;
            -o-background-size: 700px 700px;
            -ms-background-size: 700px 700px;
            background-size: 700px 700px; } }
@media only screen and (max-width: 960px) {
    .mobile-header .panel-search {
      background: #333333;
      color: #ffffff;
      display: none;
      height: auto;
      margin-top: 1px;
      padding: 20px;
      width: 100%; }
      .mobile-header .panel-search .forms {
        margin: 0; }
        .mobile-header .panel-search .forms label {
          display: none; }
        .mobile-header .panel-search .forms input.form-text {
          width: 100%;
          background: transparent none repeat scroll 0 0;
          border-bottom: 1px solid #a0ce67;
          border-left: 1px solid #a0ce67;
          border-radius: 4px 0 0 4px;
          border-top: 1px solid #a0ce67;
          color: #999;
          display: inline-block;
          height: 38px;
          padding: 10px 14px; }
        .mobile-header .panel-search .forms input[type="submit"] {
          margin-left: -6px; }
        .mobile-header .panel-search .forms .form-actions {
          display: inline-block;
          vertical-align: top; }
        .mobile-header .panel-search .forms .form-item {
          display: inline-block;
          width: 87%; }
    .mobile-header .panel-login {
      background: #333333;
      color: #ffffff;
      display: none;
      height: auto;
      margin-top: 1px;
      padding: 10px;
      width: 100%; }
      .mobile-header .panel-login .btn-secondary {
        display: block; }
      .mobile-header .panel-login .help {
        padding-bottom: 5px;
        position: relative; }
        .mobile-header .panel-login .help a {
          background-repeat: no-repeat;
          background-position: -300px 0;
          display: inline-block;
          height: 18px;
          position: absolute;
          right: 0;
          width: 18px;
          background-image: url("../img/sprite-icons.png") !important; } }
        @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
          .mobile-header .panel-login .help a {
            background-image: url("../img/sprite-icons2x.png") !important; } }
        @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
          .mobile-header .panel-login .help a {
            -webkit-background-size: 700px 700px;
            -moz-background-size: 700px 700px;
            -o-background-size: 700px 700px;
            -ms-background-size: 700px 700px;
            background-size: 700px 700px; } }
@media only screen and (max-width: 960px) {
          .mobile-header .panel-login .help a:hover {
            background-position: -300px -50px; }
      .mobile-header .panel-login .social-email {
        border-bottom: 1px solid #444444;
        border-top: 1px solid #444444;
        margin-bottom: 10px;
        padding: 5px 0;
        text-align: center; }
        .mobile-header .panel-login .social-email p {
          color: #a0ce67;
          font-size: 17px;
          margin-bottom: 5px;
          text-transform: uppercase;
          font-family: 'Arvo', serif;
          font-weight: 400;
          -webkit-font-smoothing: antialiased; }
        .mobile-header .panel-login .social-email .box {
          margin: 0 auto 3px; }
          .mobile-header .panel-login .social-email .box a {
            display: inline-block;
            height: 34px;
            margin: 0 2px;
            width: 34px;
            background-image: url("../img/sprite-icons.png") !important; } }
          @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
            .mobile-header .panel-login .social-email .box a {
              background-image: url("../img/sprite-icons2x.png") !important; } }
          @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
            .mobile-header .panel-login .social-email .box a {
              -webkit-background-size: 700px 700px;
              -moz-background-size: 700px 700px;
              -o-background-size: 700px 700px;
              -ms-background-size: 700px 700px;
              background-size: 700px 700px; } }
@media only screen and (max-width: 960px) {
            .mobile-header .panel-login .social-email .box a.linkedin {
              background-position: -350px -500px; }
            .mobile-header .panel-login .social-email .box a.facebook {
              background-position: -350px -550px; }
            .mobile-header .panel-login .social-email .box a.gplus {
              background-position: -350px -600px; }
        .mobile-header .panel-login .social-email .or {
          background: url(../img/spacer-black.jpg) center 7px repeat-x;
          margin-bottom: 5px; }
          .mobile-header .panel-login .social-email .or span {
            background: #333333;
            display: inline-block;
            color: #a0ce67;
            font-size: 15px;
            padding: 0 10px;
            text-transform: uppercase;
            font-family: 'Arvo', serif;
            font-weight: 400;
            -webkit-font-smoothing: antialiased; }
      .mobile-header .panel-login .current p {
        margin-bottom: 5px; }
      .mobile-header .panel-login .list-loggedin {
        list-style: none !important;
        float: none !important;
        margin: 0 0 0 -40px !important; }
        .mobile-header .panel-login .list-loggedin li {
          border-bottom: 1px solid #484848;
          float: none !important;
          margin: 0 0 10px !important;
          padding: 0 0 10px !important; }
          .mobile-header .panel-login .list-loggedin li > a {
            background-image: none !important;
            color: #a0ce67;
            font-size: 15px;
            height: auto !important;
            text-indent: 0 !important;
            text-transform: uppercase;
            width: 100% !important;
            font-family: 'Arvo', serif;
            font-weight: 400;
            -webkit-font-smoothing: antialiased; }
            .mobile-header .panel-login .list-loggedin li > a:hover {
              color: #ffffff; }
            .mobile-header .panel-login .list-loggedin li > a.chevron-logout {
              background-position: right 7px;
              background-repeat: no-repeat;
              color: #d14e1c;
              display: inline;
              font-size: 14px;
              font-family: Arial !important;
              height: 7px;
              padding-right: 10px;
              width: 5px;
              text-transform: none;
              background-image: url(../img/chevron-right-orange.png) !important; }
            .mobile-header .panel-login .list-loggedin li > a span {
              background: #d14e1c;
              color: #ffffff;
              display: inline-block;
              font-size: 10px;
              height: 14px;
              line-height: 1.2;
              padding: 0;
              position: relative;
              right: 0;
              text-align: center;
              top: -2px;
              width: 14px;
              z-index: 2;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%; }
          .mobile-header .panel-login .list-loggedin li:last-child {
            border: 0;
            margin: 0 !important;
            padding: 0 !important; }

  .panel-menu {
    background: #444444;
    color: #ffffff;
    top: 0 !important; }
    .panel-menu aside {
      display: none; }
    .panel-menu .nav-first ul.extra {
      list-style: none;
      margin: 20px;
      padding: 0; }
      .panel-menu .nav-first ul.extra li {
        margin-bottom: 10px; }
        .panel-menu .nav-first ul.extra li a {
          color: #ffffff; }
          .panel-menu .nav-first ul.extra li a:hover {
            color: #d14e1c; } }
.panel-submenu {
  background: #eeeeee;
  left: -100%;
  max-height: none;
  min-height: 100%;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 9999; }
  .panel-submenu .panel-close {
    background: #444444;
    background-repeat: no-repeat;
    border-bottom: 1px solid #7c7c7c;
    color: #a0ce67;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 20px 20px 16px 40px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
    .panel-submenu .panel-close span {
      background-repeat: no-repeat;
      display: block;
      height: 14px;
      margin-top: -7px;
      position: absolute;
      left: 20px;
      top: 50%;
      width: 14px;
      background-image: url("../img/arrow-left-circle-lgreen.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .panel-submenu .panel-close span {
          background-image: url("../img/arrow-left-circle-lgreen2x.png") !important;
          -webkit-background-size: 14px 14px;
          -moz-background-size: 14px 14px;
          -o-background-size: 14px 14px;
          -ms-background-size: 14px 14px;
          background-size: 14px 14px; } }
  .panel-submenu.ui-sub-panel-open {
    -moz-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .panel-submenu.ui-sub-panel-close {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .panel-submenu.ui-sub-panel-animate {
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    transition: transform 500ms ease; }

.root-menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .root-menu > li > a {
    background-color: #444444;
    border-bottom: 1px solid #7c7c7c;
    color: #a0ce67;
    display: block;
    font-size: 17px;
    margin: 0;
    padding: 20px 20px 16px;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
    .root-menu > li > a span {
      background-position: -50px -250px;
      background-repeat: no-repeat;
      display: block;
      height: 14px;
      margin-top: -20px;
      position: absolute;
      right: 20px;
      width: 14px;
      background-image: url("../img/sprite-icons.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .root-menu > li > a span {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .root-menu > li > a span {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }
    .root-menu > li > a:hover {
      color: #d14e1c; }
      .root-menu > li > a:hover span {
        background-position: -50px -300px; }
  .root-menu .panel-submenu-body > p {
    padding: 10px 20px;
    margin: 0; }
    .root-menu .panel-submenu-body > p strong {
      color: #d14e1c;
      font-size: 17px;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
  .root-menu .panel-submenu-body aside.nav-l4 > ul > li > h5 {
    text-transform: none !important;
    font-family: Arial, Helvetica, sans-serf;
    font-weight: normal;
    -webkit-font-smoothing: antialiased; }
  .root-menu .panel-submenu-body ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .root-menu .panel-submenu-body ul li {
      background: none;
      border: 0;
      border-top: 1px solid #dadada !important; }
      .root-menu .panel-submenu-body ul li h5
      a {
        display: block;
        color: #006e51;
        padding: 10px 40px 10px 20px;
        position: relative; }
        .root-menu .panel-submenu-body ul li h5
        a span {
          background-position: -400px -450px;
          background-repeat: no-repeat;
          display: block;
          height: 14px;
          position: absolute;
          right: 23px;
          top: 12px;
          width: 14px;
          background-image: url("../img/sprite-icons.png") !important; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .root-menu .panel-submenu-body ul li h5
            a span {
              background-image: url("../img/sprite-icons2x.png") !important; } }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .root-menu .panel-submenu-body ul li h5
            a span {
              -webkit-background-size: 700px 700px;
              -moz-background-size: 700px 700px;
              -o-background-size: 700px 700px;
              -ms-background-size: 700px 700px;
              background-size: 700px 700px; } }
          .root-menu .panel-submenu-body ul li h5
          a span.switch {
            background-position: -450px -450px; }
          .root-menu .panel-submenu-body ul li h5
          a span.external {
            background-position: -300px -450px; }
        .root-menu .panel-submenu-body ul li h5
        a:hover {
          color: #d14e1c; }
          .root-menu .panel-submenu-body ul li h5
          a:hover span {
            background-position: -150px -300px; }
            .root-menu .panel-submenu-body ul li h5
            a:hover span.switch {
              background-position: -200px -300px; }
      .root-menu .panel-submenu-body ul li.overview h5 a span {
        background-image: url("../img/arrow-right-circle-green.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .root-menu .panel-submenu-body ul li.overview h5 a span {
            background-image: url("../img/arrow-right-circle-green2x.png") !important;
            -webkit-background-size: 15px 15px;
            -moz-background-size: 15px 15px;
            -o-background-size: 15px 15px;
            -ms-background-size: 15px 15px;
            background-size: 15px 15px; } }
      .root-menu .panel-submenu-body ul li.overview h5 a:hover span {
        background-image: url("../img/arrow-right-circle-orange.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .root-menu .panel-submenu-body ul li.overview h5 a:hover span {
            background-image: url("../img/arrow-right-circle-orange2x.png") !important;
            -webkit-background-size: 15px 15px;
            -moz-background-size: 15px 15px;
            -o-background-size: 15px 15px;
            -ms-background-size: 15px 15px;
            background-size: 15px 15px; } }
  .root-menu .panel-submenu-body .highlight {
    background: none;
    border-top: 1px solid #dadada !important; }
  .root-menu .panel-submenu-body > ul > li h5 {
    margin: 0; }
  .root-menu .panel-submenu-body > ul > li.highlight > h5 > a {
    color: #d14e1c; }
  .root-menu .panel-submenu-body > ul > li > aside > ul > li h5 {
    font-size: 12px; }
  .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li {
    background-color: #ddd;
    border-top: 1px solid #d3d3d3 !important; }
    .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li h5 {
      font-size: 11px; }
    .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li a {
      color: #444444; }
      .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li a span {
        background-position: -400px -350px;
        background-repeat: no-repeat;
        display: block;
        height: 14px;
        position: absolute;
        right: 24px;
        top: 8px;
        width: 14px;
        background-image: url("../img/sprite-icons.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li a span {
            background-image: url("../img/sprite-icons2x.png") !important; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li a span {
            -webkit-background-size: 700px 700px;
            -moz-background-size: 700px 700px;
            -o-background-size: 700px 700px;
            -ms-background-size: 700px 700px;
            background-size: 700px 700px; } }
        .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li a span.switch {
          background-position: -450px -350px; }
      .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li a:hover span {
        background-position: -400px -400px; }
        .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li a:hover span.switch {
          background-position: -450px -400px; }
    .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li.overview a span {
      background-position: -400px -250px;
      display: block;
      height: 14px;
      position: absolute;
      right: 23px;
      top: 8px;
      width: 14px;
      background-image: url("../img/sprite-icons.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li.overview a span {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li.overview a span {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }
    .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li.overview a:hover span {
      background-position: -450px -300px; }
    .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li > aside > ul > li {
      background-color: #dadada; }
      .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li > aside > ul > li a {
        font-size: 12px;
        padding: 5px 20px; }
        .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li > aside > ul > li a span {
          background-position: -350px -400px;
          display: inline-block;
          height: 12px;
          margin-left: -4px;
          position: static;
          right: auto;
          top: 10px;
          width: 14px;
          background-image: url("../img/sprite-icons.png") !important; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li > aside > ul > li a span {
              background-image: url("../img/sprite-icons2x.png") !important; } }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li > aside > ul > li a span {
              -webkit-background-size: 700px 700px;
              -moz-background-size: 700px 700px;
              -o-background-size: 700px 700px;
              -ms-background-size: 700px 700px;
              background-size: 700px 700px; } }
        .root-menu .panel-submenu-body > ul > li > aside > ul > li > aside > ul > li > aside > ul > li a:hover span {
          background-position: -450px -300px; }
  .root-menu .panel-submenu-body .highlight h5 a.green {
    color: #006e51; }
  .root-menu .panel-submenu-body .highlight h5 a.green {
    color: #d14e1c; }
  @media only screen and (max-width: 640px) {
    .root-menu {
      margin-top: 50px; } }

.ui-panel-inner {
  padding: 0; }

.ui-panel {
  width: 270px;
  min-height: 100%;
  max-height: none;
  border-width: 0;
  position: absolute;
  top: 0;
  display: block; }

.ui-panel-closed {
  width: 0;
  max-height: 100%;
  overflow: hidden;
  visibility: hidden; }

.ui-panel-fixed {
  position: fixed;
  bottom: -1px;
  /* Fixes gap on Chrome for Android */
  padding-bottom: 1px; }

.ui-panel-display-reveal {
  z-index: 1; }

.ui-panel-display-push {
  z-index: 999; }

.ui-panel-display-overlay {
  z-index: 1001;
  /* Fixed toolbars have z-index 1000 */ }

.ui-panel-inner {
  padding: 0; }

/* Container, page and wrapper */
.ui-panel-page-container {
  overflow-x: visible; }

.ui-panel-page-container-themed .ui-page-active {
  background: none; }

.ui-panel-wrapper {
  position: relative;
  min-height: inherit;
  border: 0;
  overflow-x: hidden;
  z-index: 999; }

/* Fixed toolbars */
.ui-panel-fixed-toolbar {
  overflow-x: hidden; }

/* Dismiss */
.ui-panel-dismiss {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1002;
  display: none; }

.ui-panel-dismiss-open {
  display: block; }

/* Animate class is added to panel, wrapper and fixed toolbars */
.ui-panel-animate {
  -webkit-transition: -webkit-transform 300ms ease;
  -webkit-transition-duration: 300ms;
  -moz-transition: -moz-transform 300ms ease;
  transition: transform 300ms ease; }

/* Fix for Windows Phone issue #6349: unset the transition for transforms in case of fixed toolbars. */
@media screen and (max-device-width: 768px) {
  .ui-page-header-fixed .ui-panel-animate.ui-panel-wrapper,
  .ui-page-footer-fixed .ui-panel-animate.ui-panel-wrapper,
  .ui-panel-animate.ui-panel-fixed-toolbar {
    -ms-transition: none; }

  /* We need a transitionend event ... */
  .ui-panel-animate.ui-panel-fixed-toolbar {
    -ms-transition: -ms-transform 1ms;
    -ms-transform: rotate(0deg); } }
/* Hardware acceleration for smoother transitions on WebKit browsers */
.ui-panel-animate.ui-panel:not(.ui-panel-display-reveal) {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

/* Panel positioning (for overlay and push) */
/* Panel left closed */
.ui-panel-position-left {
  left: -270px; }

/* Panel left closed animated */
.ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-left.ui-panel-display-push {
  left: 0;
  -webkit-transform: translate3d(-270px, 0, 0);
  -moz-transform: translate3d(-270px, 0, 0);
  transform: translate3d(-270px, 0, 0); }

/* Panel left open */
.ui-panel-position-left.ui-panel-display-reveal,
.ui-panel-open.ui-panel-position-left {
  left: 0; }

/* Panel left open animated */
.ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-push {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: none; }

/* Panel right closed */
.ui-panel-position-right {
  right: -270px; }

/* Panel right closed animated */
.ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-right.ui-panel-display-push {
  right: 0;
  -webkit-transform: translate3d(270px, 0, 0);
  -moz-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0); }

/* Panel right open */
.ui-panel-position-right.ui-panel-display-reveal,
.ui-panel-position-right.ui-panel-open {
  right: 0; }

/* Panel right open animated */
.ui-panel-animate.ui-panel-open.ui-panel-position-right.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-open.ui-panel-position-right.ui-panel-display-push {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: none; }

/* Wrapper and fixed toolbars positioning (for reveal and push) */
/* Panel left open */
.ui-panel-page-content-position-left {
  left: 270px;
  right: -270px; }

/* Panel left open animated */
.ui-panel-animate.ui-panel-page-content-position-left {
  left: 0;
  right: 0;
  -webkit-transform: translate3d(270px, 0, 0);
  -moz-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0); }

/* Panel right open */
.ui-panel-page-content-position-right {
  left: -270px;
  right: 270px; }

/* Panel right open animated */
.ui-panel-animate.ui-panel-page-content-position-right {
  left: 0;
  right: 0;
  -webkit-transform: translate3d(-270px, 0, 0);
  -moz-transform: translate3d(-270px, 0, 0);
  transform: translate3d(-270px, 0, 0); }

/* Dismiss model open */
.ui-panel-dismiss-open.ui-panel-dismiss-position-left {
  left: 270px; }

.ui-panel-dismiss-open.ui-panel-dismiss-position-right {
  right: 270px; }

/* Shadows and borders */
.ui-panel-display-reveal {
  -webkit-box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.15); }

.ui-panel-position-right.ui-panel-display-reveal {
  -webkit-box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.15); }

.ui-panel-display-overlay {
  -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15); }

.ui-panel-position-right.ui-panel-display-overlay {
  -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15); }

.ui-panel-open.ui-panel-position-left.ui-panel-display-push {
  border-right-width: 1px;
  margin-right: -1px; }

.ui-panel-page-content-position-left.ui-panel-page-content-display-push {
  margin-left: 1px;
  width: auto; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .ui-panel-page-content-position-left.ui-panel-page-content-display-push {
      margin-left: 0px; } }

.ui-panel-open.ui-panel-position-right.ui-panel-display-push {
  border-left-width: 1px;
  margin-left: -1px; }

.ui-panel-page-content-position-right.ui-panel-page-content-display-push {
  margin-right: 1px;
  width: auto; }

/* Responsive: wrap on wide viewports once open */
@media (min-width: 55em) {
  .ui-responsive-panel .ui-panel-page-content-open.ui-panel-page-content-position-left {
    margin-right: 270px; }

  .ui-responsive-panel .ui-panel-page-content-open.ui-panel-page-content-position-right {
    margin-left: 270px; }

  .ui-responsive-panel .ui-panel-page-content-open {
    width: auto; }

  .ui-responsive-panel .ui-panel-dismiss-display-push,
  .ui-responsive-panel.ui-page-active ~ .ui-panel-dismiss-display-push {
    display: none; } }
header {
  background: #ffffff;
  border-bottom: 1px solid #dadada;
  height: 92px;
  width: 100%;
  z-index: 1200;
  -o-transition: height 0.1s ease;
  -ms-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -webkit-transition: height 0.1s ease;
  transition: height 0.1s ease; }
  header > .container {
    padding-top: 12px; }
  header .container-nav-default .logo {
    display: block;
    float: left;
    margin-top: 3px;
    width: 120px; }
    header .container-nav-default .logo a {
      background: url(../img/logo.png) 0 0 no-repeat;
      display: block;
      height: 62px;
      text-indent: -9999px;
      width: 114px; }
  header .container-nav-default .menu {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    padding-top: 0;
    text-align: right;
    width: 700px; }
    header .container-nav-default .menu > nav {
      display: inline-block; }
    header .container-nav-default .menu .top-menu {
      font-size: 11px;
      margin-bottom: 3px; }
      header .container-nav-default .menu .top-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: right; }
        header .container-nav-default .menu .top-menu ul li {
          float: left; }
          header .container-nav-default .menu .top-menu ul li a {
            border-right: 1px solid #dadada;
            display: block;
            color: #444444;
            padding: 0 5px 0 6px; }
            header .container-nav-default .menu .top-menu ul li a:hover {
              color: #d14e1c; }
          header .container-nav-default .menu .top-menu ul li:last-child a {
            border: 0;
            padding-right: 1px; }
    header .container-nav-default .menu .main-menu {
      margin-top: 14px; }
      header .container-nav-default .menu .main-menu > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: right; }
        header .container-nav-default .menu .main-menu > ul > li {
          float: left;
          margin: 0 0 0 16px;
          margin: 0 0 0 10px\9;
          padding-bottom: 22px; }
          header .container-nav-default .menu .main-menu > ul > li.more a {
            margin-left: 0; }
          header .container-nav-default .menu .main-menu > ul > li > a {
            color: #006e51;
            display: block;
            font-size: 13px;
            letter-spacing: -0.2px;
            padding: 2px 0 0 0;
            text-decoration: none;
            text-transform: uppercase;
            font-family: 'Arvo', serif;
            font-weight: 400;
            -webkit-font-smoothing: antialiased; }
            header .container-nav-default .menu .main-menu > ul > li > a span {
              background-position: 0 -250px;
              background-repeat: no-repeat;
              display: inline-block;
              height: 10px;
              width: 10px;
              background-image: url("../img/sprite-icons.png") !important; }
              @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
                header .container-nav-default .menu .main-menu > ul > li > a span {
                  background-image: url("../img/sprite-icons2x.png") !important; } }
              @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
                header .container-nav-default .menu .main-menu > ul > li > a span {
                  -webkit-background-size: 700px 700px;
                  -moz-background-size: 700px 700px;
                  -o-background-size: 700px 700px;
                  -ms-background-size: 700px 700px;
                  background-size: 700px 700px; } }
            header .container-nav-default .menu .main-menu > ul > li > a.open {
              color: #d14e1c; }
              header .container-nav-default .menu .main-menu > ul > li > a.open span {
                background-position: 0 -300px; }
            header .container-nav-default .menu .main-menu > ul > li > a:hover {
              color: #d14e1c; }
              header .container-nav-default .menu .main-menu > ul > li > a:hover span {
                background-position: 0 -300px; }
            header .container-nav-default .menu .main-menu > ul > li > a.active span {
              background-position: 0 -300px; }
          header .container-nav-default .menu .main-menu > ul > li .bar {
            background: #d14e1c;
            height: 5px;
            opacity: 0;
            position: relative;
            top: 13px;
            top: 12px\9;
            top: 12px\9\0;
            visibility: hidden;
            width: 100%;
            z-index: 9100;
            -o-transition: opacity 0.1s ease-out;
            -ms-transition: opacity 0.1s ease-out;
            -moz-transition: opacity 0.1s ease-out;
            -webkit-transition: opacity 0.1s ease-out;
            transition: opacity 0.1s ease-out; }
            header .container-nav-default .menu .main-menu > ul > li .bar.open {
              opacity: 1;
              visibility: visible;
              -o-transition: opacity 0.2s ease-in;
              -ms-transition: opacity 0.2s ease-in;
              -moz-transition: opacity 0.2s ease-in;
              -webkit-transition: opacity 0.2s ease-in;
              transition: opacity 0.2s ease-in; }
            header .container-nav-default .menu .main-menu > ul > li .bar img {
              bottom: -4px;
              left: 50%;
              margin-left: -4px;
              position: absolute; }
          @media all and (-ms-high-contrast: none) {
            header .container-nav-default .menu .main-menu > ul > li .bar {
              top: 11px; }
            header .container-nav-default .menu .main-menu > ul > li *::-ms-backdrop, header .container-nav-default .menu .main-menu > ul > li .bar {
              top: 11px; } }
          @media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            header .container-nav-default .menu .main-menu > ul > li .bar {
              top: 11px; } }
          header .container-nav-default .menu .main-menu > ul > li .dropdown-content {
            background: #333333 !important;
            color: #ffffff;
            left: 50%;
            margin-left: -200%;
            opacity: 0;
            position: absolute;
            top: 75px;
            visibility: hidden;
            width: 400%;
            z-index: 1;
            -o-transition: opacity 0.1s ease-out;
            -ms-transition: opacity 0.1s ease-out;
            -moz-transition: opacity 0.1s ease-out;
            -webkit-transition: opacity 0.1s ease-out;
            transition: opacity 0.1s ease-out; }
            header .container-nav-default .menu .main-menu > ul > li .dropdown-content.open {
              opacity: 1;
              visibility: visible;
              z-index: 9000;
              -o-transition: opacity 0.2s ease-in;
              -ms-transition: opacity 0.2s ease-in;
              -moz-transition: opacity 0.2s ease-in;
              -webkit-transition: opacity 0.2s ease-in;
              transition: opacity 0.2s ease-in; }
            header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown {
              background: #333333;
              border-bottom: 1px solid #262626;
              color: #ffffff;
              padding: 40px 0 30px;
              text-align: left; }
              header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu {
                margin: 0 auto;
                position: relative;
                width: 940px; }
                header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div {
                  padding: 0; }
                  header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div.last {
                    padding-left: 20px; }
                  header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div .column-one {
                    padding-right: 30px; }
                  header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div .column-two {
                    border-left: 1px solid #444444;
                    border-right: 1px solid #444444;
                    padding-left: 20px;
                    padding-right: 20px; }
                  header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div .container-body p.thumbnail {
                    background: 0;
                    border: 0;
                    padding: 0; }
                    header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div .container-body p.thumbnail img {
                      width: 270px; }
                  header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div h3, header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div h4 {
                    margin-bottom: 20px; }
                    header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div h3 a, header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div h4 a {
                      color: #a0ce67; }
                      header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div h3 a:hover, header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div h4 a:hover {
                        color: #d14e1c; }
                  header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div p {
                    line-height: 1.1; }
                    header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div p.title {
                      margin-bottom: 20px; }
                      header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div p.title a {
                        background: none;
                        color: #a0ce67;
                        font-size: 25px;
                        letter-spacing: 0.5px;
                        line-height: 1;
                        text-transform: uppercase;
                        font-family: 'Arvo', serif;
                        font-weight: 400;
                        -webkit-font-smoothing: antialiased; }
                        header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div p.title a:hover {
                          color: #d14e1c; }
                  header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div ul {
                    list-style: none;
                    margin: 0 0 30px;
                    padding: 0; }
                    header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div ul.last {
                      margin-bottom: 0; }
                    header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div ul li {
                      margin-bottom: 10px;
                      										/*
                      										a {
                      											background-image: url(../img/sprite-arrow-more-white.png);
                      											background-position: 100% 6px;
                      											background-repeat: no-repeat;
                      											color: $color-white;
                      											line-height: 16px;
                      											padding-right: 10px;
                      											text-transform: none;
                      											@include arial();
                      
                      											&:hover {
                      												background-image: url(../img/sprite-arrow-more-orange.png);
                      												color: $color-orange
                      											}
                      										}
                      										*/ }
                  header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div .sub.last p {
                    margin-bottom: 10px; }
                  header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div .sub > div {
                    width: 46%; }
                  header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div .sub .prof-img {
                    width: 30%; }
                  header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row > div .sub .prof-text {
                    padding: 12px 0 0 0;
                    line-height: 1.1; }
                header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row a.chevron-cta-lg {
                  font-weight: normal; }
                  header .container-nav-default .menu .main-menu > ul > li .dropdown-content .dropdown .megamenu .row a.chevron-cta-lg:hover {
                    color: #ffffff; }
      @media only screen and (max-width: 960px) {
        header .container-nav-default .menu .main-menu ul li > div .bar {
          top: 12px; }
        header .container-nav-default .menu .main-menu ul li > div .dropdown {
          top: 50px; }
          header .container-nav-default .menu .main-menu ul li > div .dropdown .megamenu {
            width: 740px; }
            header .container-nav-default .menu .main-menu ul li > div .dropdown .megamenu .row {
              background-position: 500px top; }
              header .container-nav-default .menu .main-menu ul li > div .dropdown .megamenu .row .btn {
                padding-left: 24% !important; }
                header .container-nav-default .menu .main-menu ul li > div .dropdown .megamenu .row .btn span {
                  left: 6% !important; } }
    header .container-nav-default .menu .firefox .main-menu > ul > li .bar.open {
      top: 10px !important; }
    header .container-nav-default .menu .firefox .main-menu > ul > li .dropdown-content.open {
      top: 73px !important; }
  header .container-nav-default .login-search {
    display: block;
    float: left;
    margin: 0;
    padding-top: 0;
    width: 80px; }
    header .container-nav-default .login-search ul {
      list-style: none;
      margin: 0;
      padding: 0;
      float: right; }
      header .container-nav-default .login-search ul li {
        float: left;
        padding-bottom: 24px; }
        header .container-nav-default .login-search ul li:first-child {
          margin-right: 6px; }
        header .container-nav-default .login-search ul li > a {
          background-repeat: no-repeat;
          display: block;
          height: 38px;
          text-indent: -9999px;
          width: 37px;
          background-image: url("../img/sprite-icons.png") !important; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            header .container-nav-default .login-search ul li > a {
              background-image: url("../img/sprite-icons2x.png") !important; } }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            header .container-nav-default .login-search ul li > a {
              -webkit-background-size: 700px 700px;
              -moz-background-size: 700px 700px;
              -o-background-size: 700px 700px;
              -ms-background-size: 700px 700px;
              background-size: 700px 700px; } }
          header .container-nav-default .login-search ul li > a.login {
            background-position: -200px 0px; }
          header .container-nav-default .login-search ul li > a.search {
            background-position: -250px 0; }
          header .container-nav-default .login-search ul li > a.open.login {
            background-position: -200px -50px; }
          header .container-nav-default .login-search ul li > a.open.search {
            background-position: -250px -50px; }
        header .container-nav-default .login-search ul li .login-box {
          left: 0;
          opacity: 0;
          padding: 10px 10px 10px;
          position: absolute;
          top: 54px;
          visibility: hidden;
          width: 100%;
          z-index: 320;
          -o-transition: opacity 0.1s ease-out;
          -ms-transition: opacity 0.1s ease-out;
          -moz-transition: opacity 0.1s ease-out;
          -webkit-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out; }
          header .container-nav-default .login-search ul li .login-box.open {
            opacity: 1;
            visibility: visible;
            -o-transition: opacity 0.2s ease-in;
            -ms-transition: opacity 0.2s ease-in;
            -moz-transition: opacity 0.2s ease-in;
            -webkit-transition: opacity 0.2s ease-in;
            transition: opacity 0.2s ease-in; }
          header .container-nav-default .login-search ul li .login-box .login-content {
            background: #333333;
            color: #ffffff;
            font-size: 11px;
            position: absolute;
            padding: 10px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px; }
          header .container-nav-default .login-search ul li .login-box > div {
            position: relative; }
            header .container-nav-default .login-search ul li .login-box > div .arrow {
              background: url(../img/arrow-up-dark-login.png) 0 0 no-repeat;
              display: block;
              height: 6px;
              position: absolute;
              right: 12px;
              top: -6px;
              width: 11px; }
            header .container-nav-default .login-search ul li .login-box > div .login-dropdown {
              right: 0;
              width: 234px; }
              header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div {
                width: 100%; }
                header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.help {
                  padding: 0 0 10px;
                  position: relative; }
                  header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.help a {
                    background-repeat: no-repeat;
                    background-position: -300px 0;
                    display: inline-block;
                    height: 18px;
                    position: absolute;
                    right: 0;
                    width: 18px;
                    background-image: url("../img/sprite-icons.png") !important; }
                    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
                      header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.help a {
                        background-image: url("../img/sprite-icons2x.png") !important; } }
                    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
                      header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.help a {
                        -webkit-background-size: 700px 700px;
                        -moz-background-size: 700px 700px;
                        -o-background-size: 700px 700px;
                        -ms-background-size: 700px 700px;
                        background-size: 700px 700px; } }
                    header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.help a:hover {
                      background-position: -300px -50px; }
                header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.social-email {
                  border-top: 1px solid #444444;
                  margin: 0 0 20px;
                  padding: 20px 0;
                  text-align: center; }
                  header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.social-email .box {
                    margin: 0 auto 14px; }
                    header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.social-email .box a {
                      display: inline-block;
                      height: 34px;
                      margin: 0 2px;
                      width: 34px;
                      background-image: url("../img/sprite-icons.png") !important; }
                      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
                        header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.social-email .box a {
                          background-image: url("../img/sprite-icons2x.png") !important; } }
                      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
                        header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.social-email .box a {
                          -webkit-background-size: 700px 700px;
                          -moz-background-size: 700px 700px;
                          -o-background-size: 700px 700px;
                          -ms-background-size: 700px 700px;
                          background-size: 700px 700px; } }
                      header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.social-email .box a.linkedin {
                        background-position: -350px -500px; }
                      header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.social-email .box a.facebook {
                        background-position: -350px -550px; }
                      header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.social-email .box a.gplus {
                        background-position: -350px -600px; }
                  header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.social-email .or {
                    background: url(../img/spacer-black.jpg) center 7px repeat-x;
                    margin: 0 0 18px; }
                    header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.social-email .or span {
                      background: #333333;
                      display: inline-block;
                      color: #a0ce67;
                      font-size: 15px;
                      padding: 0 10px;
                      text-transform: uppercase;
                      font-family: 'Arvo', serif;
                      font-weight: 400;
                      -webkit-font-smoothing: antialiased; }
                  header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.social-email p {
                    color: #a0ce67;
                    font-size: 17px;
                    margin: 0 0 5px;
                    text-transform: uppercase;
                    font-family: 'Arvo', serif;
                    font-weight: 400;
                    -webkit-font-smoothing: antialiased; }
                    header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.social-email p.last a.btn {
                      background: #a0ce67;
                      border: 1px solid #a0ce67;
                      color: #ffffff; }
                      header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.social-email p.last a.btn:hover {
                        background: #d14e1c;
                        border: 1px solid #d14e1c; }
                header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.current {
                  text-align: center; }
                  header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.current p a.btn {
                    background: #a0ce67;
                    border: 1px solid #a0ce67;
                    color: #ffffff; }
                    header .container-nav-default .login-search ul li .login-box > div .login-dropdown > div.current p a.btn:hover {
                      background: #d14e1c;
                      border: 1px solid #d14e1c; }
            header .container-nav-default .login-search ul li .login-box > div .search-dropdown {
              right: 44px;
              width: 244px; }
              header .container-nav-default .login-search ul li .login-box > div .search-dropdown > p {
                color: #a0ce67;
                font-size: 13px;
                margin: 0;
                text-transform: uppercase;
                font-family: 'Arvo', serif;
                font-weight: 400;
                -webkit-font-smoothing: antialiased; }
              header .container-nav-default .login-search ul li .login-box > div .search-dropdown .forms {
                margin-bottom: 0; }
                header .container-nav-default .login-search ul li .login-box > div .search-dropdown .forms input[type="email"] {
                  height: auto;
                  padding: 5px 7px;
                  width: 196px; }
                header .container-nav-default .login-search ul li .login-box > div .search-dropdown .forms input[type="submit"] {
                  height: auto;
                  padding: 5px 12px;
                  width: 20px; }
    header .container-nav-default .login-search ul li .login-content {
      top: -20px; }
    header .container-nav-default .login-search ul li.item-login > a.logged-in {
      background: none !important; }
    header .container-nav-default .login-search ul.list-loggedin {
      list-style: none !important;
      float: none !important; }
      header .container-nav-default .login-search ul.list-loggedin li {
        border-bottom: 1px solid #484848;
        float: none !important;
        margin: 0 0 10px !important;
        padding: 0 0 10px !important; }
        header .container-nav-default .login-search ul.list-loggedin li > a {
          background-image: none !important;
          color: #a0ce67;
          font-size: 15px;
          height: auto !important;
          text-indent: 0 !important;
          text-transform: uppercase;
          width: 100% !important;
          font-family: 'Arvo', serif;
          font-weight: 400;
          -webkit-font-smoothing: antialiased; }
          header .container-nav-default .login-search ul.list-loggedin li > a:hover {
            color: #ffffff; }
          header .container-nav-default .login-search ul.list-loggedin li > a.chevron-logout {
            background-position: right 7px;
            background-repeat: no-repeat;
            color: #d14e1c;
            display: inline;
            font-size: 14px;
            font-family: Arial !important;
            height: 7px;
            padding-right: 10px;
            width: 5px;
            text-transform: none;
            background-image: url(../img/chevron-right-orange.png) !important; }
          header .container-nav-default .login-search ul.list-loggedin li > a span {
            background: #d14e1c;
            color: #ffffff;
            display: inline-block;
            font-size: 10px;
            height: 14px;
            line-height: 1.2;
            padding: 0;
            position: relative;
            right: 0;
            text-align: center;
            top: -2px;
            width: 14px;
            z-index: 2;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%; }
        header .container-nav-default .login-search ul.list-loggedin li:last-child {
          border: 0;
          margin: 0 !important;
          padding: 0 !important; }
  header.sticky {
    height: 50px;
    margin-top: -1px;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    -o-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease; }
    header.sticky .container-nav-default .logo a {
      background: url(../img/logo-small.png) 0 0 no-repeat;
      display: block;
      height: 46px;
      text-indent: -9999px;
      width: 114px; }
    header.sticky .container-nav-default .menu {
      padding-top: 0px !important; }
      header.sticky .container-nav-default .menu .top-menu {
        display: none; }
      header.sticky .container-nav-default .menu .main-menu {
        /*.menu-dropdown li { padding-bottom: 16px; } */ }
        header.sticky .container-nav-default .menu .main-menu .bar {
          top: 7px;
          top: 6px\0; }
        @media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          header.sticky .container-nav-default .menu .main-menu .bar {
            top: 7px; } }
        header.sticky .container-nav-default .menu .main-menu .dropdown-content {
          top: 46px; }
    header.sticky .container-nav-default .login-search {
      padding-top: 6px; }
      header.sticky .container-nav-default .login-search > a {
        height: 32px;
        width: 32px; }
        header.sticky .container-nav-default .login-search > a.login {
          background-position: -74px 0; }
        header.sticky .container-nav-default .login-search > a.search {
          background-position: -106px 0; }
      header.sticky .container-nav-default .login-search .login-box {
        top: 40px; }
      header.sticky .container-nav-default .login-search ul li {
        padding-bottom: 20px !important; }
        header.sticky .container-nav-default .login-search ul li .login-content {
          top: 0px; }
  @media only screen and (max-width: 960px) {
    header {
      border: 0;
      padding: 0; } }
  header .logged-in {
    background: none !important;
    height: 38px;
    margin: -3px 0 0 0 !important;
    position: relative;
    text-indent: 0 !important;
    width: 37px; }
    header .logged-in img {
      height: 38px;
      position: relative;
      width: 37px;
      z-index: 1; }
    header .logged-in span {
      background: #d14e1c;
      color: #ffffff;
      display: block;
      font-size: 12px;
      height: 20px;
      padding: 2px;
      position: absolute;
      right: -10px;
      text-align: center;
      top: 0;
      width: 20px;
      z-index: 2;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }

.breadcrumbs {
  background: rgba(255, 255, 255, 0.9);
  background-image: url(../img/bg-transparent-white.png) \9;
  background-repeat: repeat;
  padding: 5px 0;
  position: absolute;
  top: 92px;
  width: 100%;
  z-index: 200; }
  .breadcrumbs.nobg {
    background: none !important;
    border: 0;
    top: 0; }
  .breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .breadcrumbs ul li {
      float: left;
      font-size: 11px;
      font-weight: normal;
      margin: 0;
      padding: 0 5px 0 0; }
      .breadcrumbs ul li a {
        background-position: right 5px;
        background-repeat: no-repeat;
        color: #444444;
        padding-right: 8px;
        background-image: url("../img/arrow-more-black.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .breadcrumbs ul li a {
            background-image: url("../img/arrow-more-black2x.png") !important;
            -webkit-background-size: 4px 7px;
            -moz-background-size: 4px 7px;
            -o-background-size: 4px 7px;
            -ms-background-size: 4px 7px;
            background-size: 4px 7px; } }
        .breadcrumbs ul li a:hover {
          color: #d14e1c;
          background-image: url("../img/arrow-more-orange.png") !important; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .breadcrumbs ul li a:hover {
              background-image: url("../img/arrow-more-orange2x.png") !important;
              -webkit-background-size: 4px 7px;
              -moz-background-size: 4px 7px;
              -o-background-size: 4px 7px;
              -ms-background-size: 4px 7px;
              background-size: 4px 7px; } }
        .breadcrumbs ul li a.active {
          color: #d14e1c;
          font-weight: bold;
          background: none !important; }
  .breadcrumbs .favourite {
    font-size: 11px;
    margin-top: -5px;
    text-align: right; }
    .breadcrumbs .favourite span {
      font-size: 15px;
      margin-right: 3px;
      position: relative;
      top: 4px; }
    .breadcrumbs .favourite a {
      color: #444444; }
  @media only screen and (max-width: 960px) {
    .breadcrumbs {
      display: none !important; } }

.subnav {
  background: rgba(255, 255, 255, 0.8);
  background-image: url(../img/bg-transparent-hero.png) \9;
  border-bottom: 5px solid #dadada;
  border-top: 0\9;
  background-repeat: repeat;
  position: absolute;
  padding-top: 5px;
  top: 117px;
  top: 118px\9;
  width: 100%;
  z-index: 1000; }
  .subnav h1 {
    margin-bottom: 5px; }
  .subnav ul.level1 {
    list-style: none;
    margin: 0 0 0 -10px;
    padding: 0; }
    .subnav ul.level1 > li {
      height: 30px;
      float: left;
      margin-bottom: 0;
      position: relative; }
      .subnav ul.level1 > li > a {
        color: #444444;
        display: block;
        font-size: 13px;
        letter-spacing: -0.2px;
        margin: 0 20px 0 0;
        padding: 0 0 20px 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
        .subnav ul.level1 > li > a:hover {
          color: #d14e1c; }
      .subnav ul.level1 > li .bar {
        background: url(../img/bar-orange-subnav.png) 50% 100% no-repeat;
        display: none;
        height: 10px;
        margin-top: -13px;
        margin-left: 10px;
        margin-right: 10px;
        position: relative; }
        .subnav ul.level1 > li .bar.open {
          display: block; }
      .subnav ul.level1 > li .submenu {
        display: none;
        position: absolute;
        left: 50%;
        margin-left: -130px;
        top: 29px;
        width: 260px; }
        .subnav ul.level1 > li .submenu.open {
          display: block; }
        .subnav ul.level1 > li .submenu > ul.level2 {
          list-style: none;
          margin: 0;
          padding: 0; }
          .subnav ul.level1 > li .submenu > ul.level2 > li {
            position: relative;
            text-align: left;
            width: 100%; }
            .subnav ul.level1 > li .submenu > ul.level2 > li.with-bg > a {
              background: #a0ce67 !important; }
            .subnav ul.level1 > li .submenu > ul.level2 > li > a {
              background: #d14e1c;
              color: #ffffff;
              display: block;
              padding: 3px 10px;
              width: 260px; }
              .subnav ul.level1 > li .submenu > ul.level2 > li > a:hover {
                background: #a0ce67; }
            .subnav ul.level1 > li .submenu > ul.level2 > li > ul.level3 {
              background-color: #d14e1c;
              border-left: 1px solid #ffffff;
              display: none;
              list-style: none;
              padding: 0;
              position: absolute;
              right: -480px;
              top: 0;
              width: 480px; }
              .subnav ul.level1 > li .submenu > ul.level2 > li > ul.level3 > li > a {
                color: #ffffff;
                display: block;
                padding: 3px 10px; }
                .subnav ul.level1 > li .submenu > ul.level2 > li > ul.level3 > li > a:hover {
                  background: #a0ce67; }
              .subnav ul.level1 > li .submenu > ul.level2 > li > ul.level3.shown {
                display: block; }
        .subnav ul.level1 > li .submenu.shown {
          display: block; }
      .subnav ul.level1 > li.active a {
        color: #d14e1c; }
      .subnav ul.level1 > li.active .bar {
        display: block; }
      .subnav ul.level1 > li.with-lbox {
        float: right; }
        .subnav ul.level1 > li.with-lbox > a {
          color: #d14e1c;
          text-align: right; }
  .subnav.sticky {
    background: rgba(255, 255, 255, 0.95);
    left: 0;
    padding-top: 10px;
    position: fixed;
    top: 49px; }
    .subnav.sticky h5 {
      font-size: 14px;
      margin: 0; }
    .subnav.sticky h3 {
      font-size: 16px;
      padding: 16px 0 0px; }
    .subnav.sticky .level1 > li {
      height: 28px !important; }
      .subnav.sticky .level1 > li > a {
        font-size: 13px;
        padding: 0 0 8px; }
      .subnav.sticky .level1 > li .bar {
        margin-top: -3px; }
      .subnav.sticky .level1 > li .submenu {
        top: 28px; }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .subnav h1 {
    top: 20px; }

  .subnav-icons {
    margin-top: 20px; } }
@media only screen and (max-width: 640px) {
  .subnav h1 {
    top: 40px; } }
@media only screen and (max-width: 960px) {
  .subnav {
    background: none;
    border: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8888; }
    .subnav h1 {
      font-size: 34px;
      position: relative;
      top: 110px !important; }
    .subnav .title {
      display: block;
      text-align: center;
      margin-top: 90px; }
      .subnav .title h3 {
        font-size: 18px; }
    .subnav .mobile-selector {
      background: #006e51;
      color: #ffffff;
      display: block;
      font-size: 16px;
      left: 0;
      margin: 0;
      position: fixed;
      text-decoration: none;
      text-transform: uppercase;
      top: 49px;
      width: 100%;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      overflow: hidden;
      padding: 10px 30px 10px 10px;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .subnav .mobile-selector span {
        background-position: -300px -350px;
        display: inline-block;
        height: 8px;
        position: absolute;
        right: 10px;
        top: 18px;
        width: 13px;
        background-image: url("../img/sprite-icons.png") !important; } }
      @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
        .subnav .mobile-selector span {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
        .subnav .mobile-selector span {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }
@media only screen and (max-width: 960px) {
        .subnav .mobile-selector span.switch {
          background-position: -350px -350px; }
      .subnav .mobile-selector.slide {
        top: -20px;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .subnav .mobile-selector.stop-animation {
        -o-transition: none 0.5s ease;
        -ms-transition: none 0.5s ease;
        -moz-transition: none 0.5s ease;
        -webkit-transition: none 0.5s ease;
        transition: none 0.5s ease; }
    .subnav .level1 {
      display: none;
      left: 0;
      margin: 0 !important;
      position: fixed;
      top: 90px;
      width: 100%; }
      .subnav .level1 li {
        float: none !important; }
        .subnav .level1 li a {
          background: #d14e1c !important;
          color: #ffffff !important;
          padding: 10px !important;
          text-align: left !important; }
          .subnav .level1 li a:hover {
            background: #006e51 !important;
            color: #ffffff !important;
            padding: 10px !important; }
        .subnav .level1 li .bar {
          display: none !important; }
        .subnav .level1 li .submenu {
          display: none !important; }
    .subnav.sticky {
      display: none; } }
.back-to-top {
  bottom: 0px;
  height: 30px;
  position: fixed;
  width: 100%;
  z-index: 500;
  opacity: 0;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  .back-to-top.show {
    height: 30px;
    opacity: 1;
    z-index: 3333333;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .back-to-top a {
    background-position: -350px -250px;
    display: block;
    height: 30px;
    margin-right: -42px;
    opacity: 1;
    text-indent: -9999px;
    width: 30px;
    background-image: url("../img/sprite-icons.png") !important;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .back-to-top a {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .back-to-top a {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }
    .back-to-top a:hover {
      opacity: 0.8;
      -o-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
    .back-to-top a.collapse {
      margin-top: 56px; }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .back-to-top {
    bottom: 0;
    display: block !important;
    opacity: 1;
    position: absolute; }
    .back-to-top a {
      margin: 0;
      opacity: 1; } }
@media only screen and (max-width: 640px) {
  .back-to-top {
    bottom: 0;
    display: none !important;
    opacity: 1;
    position: absolute; }
    .back-to-top a {
      margin: 0;
      opacity: 1; } }
.dock {
  position: fixed;
  top: 91px;
  right: -100%;
  z-index: 1000;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .dock.show {
    right: 0;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .dock.slide {
    right: -80px;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .dock.slideUp {
    top: 125px;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .dock .arrow {
    display: block;
    height: 100%;
    left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 25px; }
    .dock .arrow a {
      background-position: -100px -401px;
      cursor: pointer;
      display: block;
      height: 49px;
      margin: 0 auto;
      width: 25px;
      background-image: url("../img/sprite-icons.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .dock .arrow a {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .dock .arrow a {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }
      .dock .arrow a.switch {
        background-position: -150px -401px; }
  .dock ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .dock ul li {
      margin-bottom: 1px; }
      .dock ul li a {
        background: #d14e1c;
        color: #ffffff;
        display: block;
        height: 80px;
        padding: 0 6px;
        font-size: 9px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        width: 80px;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
        .dock ul li a em {
          display: block;
          font-style: normal; }
        .dock ul li a:hover {
          background: #a0ce67; }
  .dock .dock-icon {
    display: inline-block;
    margin: 0 auto 5px;
    height: 26px;
    width: 26px; }
    .dock .dock-icon.icon-calendar {
      background-position: 0 -450px;
      margin-top: 14px !important; }
    .dock .dock-icon.icon-apply {
      background-position: -50px -450px;
      margin-top: 16px !important; }
    .dock .dock-icon.icon-download {
      background-position: -100px -450px;
      margin-top: 16px !important; }
    .dock .dock-icon.icon-contact {
      background-position: -150px -450px;
      margin-top: 10px !important; }
    .dock .dock-icon.icon-share {
      background-position: -200px -450px;
      margin-top: 18px !important; }
    .dock .dock-icon.icon-reminder {
      background-position: -100px -500px;
      margin-top: 18px; }
    .dock .dock-icon.icon-inbox {
      background-position: -150px -500px;
      margin-top: 18px; }
  .dock .reminders {
    position: absolute;
    display: block;
    right: 12px;
    top: 10px;
    height: 14px;
    width: 14px;
    background: #d14e1c;
    border-radius: 50%; }
  .dock.equal-box ul li.equal-width {
    float: none;
    padding: 0; }
    .dock.equal-box ul li.equal-width a {
      margin: 0; }

@media only screen and (max-width: 960px) {
  .dock {
    top: auto;
    bottom: -100%;
    left: 0;
    position: fixed;
    right: auto;
    width: 100%;
    z-index: 9999;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .dock.show {
      bottom: 0;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .dock.slide {
      bottom: -80px;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .dock .arrow {
      display: block;
      height: 25px;
      left: 0;
      position: relative;
      text-align: center;
      width: 100%; }
      .dock .arrow a {
        background-position: -100px -550px;
        cursor: pointer;
        display: block;
        height: 25px;
        margin: 0 auto;
        width: 50px;
        background-image: url("../img/sprite-icons.png") !important; } }
      @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
        .dock .arrow a {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
        .dock .arrow a {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }
@media only screen and (max-width: 960px) {
        .dock .arrow a.switch {
          background-position: -150px -550px; }
    .dock ul {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative; }
      .dock ul li {
        float: left;
        margin: 0;
        width: 20%; }
        .dock ul li a {
          border-right: 1px solid #ffffff;
          font-size: 8px;
          margin: 0 1px;
          padding: 0;
          width: 100%; }
        .dock ul li:last-child a {
          border: 0; }
    .dock .dock-icon.icon-contact {
      margin-top: 16px !important; }
    .dock.dock4 ul li {
      width: 25%; }
    .dock.equal-box ul li.equal-width {
      float: left;
      padding: 0;
      margin: 0; }
      .dock.equal-box ul li.equal-width a {
        margin: 0; }

  .dock.slideUp {
    top: auto; } }
.docking-icon {
  display: table;
  height: 80px;
  width: 100%; }
  .docking-icon > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .docking-icon img {
    display: block;
    height: 26px;
    margin: 0 auto 5px;
    width: 26px; }

footer {
  background: #333333;
  bottom: 0;
  color: #ffffff;
  font-size: 11px;
  height: 100%;
  min-height: 450px;
  margin: 0 auto;
  position: relative;
  width: 100%; }
  footer .container {
    position: relative;
    padding-top: 40px; }
    footer .container .row {
      background: url(../img/bgfooter.jpg) 710px top repeat-y; }
      footer .container .row .quick-links {
        display: none; }
      footer .container .row h5 {
        clear: left;
        color: #a0ce67;
        margin-bottom: 6px; }
        footer .container .row h5 a {
          color: #a0ce67; }
          footer .container .row h5 a:hover {
            color: #d14e1c; }
      footer .container .row br {
        margin-bottom: 10px; }
      footer .container .row ul {
        list-style: none;
        padding: 0; }
        footer .container .row ul.last {
          min-height: 0;
          margin-bottom: 0; }
        footer .container .row ul.social {
          min-height: 60px; }
        footer .container .row ul.long {
          min-height: 130px; }
        footer .container .row ul.large {
          min-height: 126px;
          min-height: 128px\9; }
        footer .container .row ul li {
          margin: 0 0 4px;
          padding: 0; }
          footer .container .row ul li a {
            color: #ffffff;
            line-height: 13px !important; }
            footer .container .row ul li a:hover {
              color: #d14e1c; }
      footer .container .row .forms {
        margin-bottom: 40px; }
      footer .container .row .copyright p {
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 44px;
        margin-bottom: 46px\9; }
        footer .container .row .copyright p a {
          color: #ffffff; }
          footer .container .row .copyright p a:hover {
            color: #d14e1c; }
        footer .container .row .copyright p span {
          display: inline-block;
          margin: 0 5px; }
        footer .container .row .copyright p.last {
          margin-bottom: 0; }
  footer .first-line {
    margin-bottom: 30px; }
  footer .quicklinks {
    margin-top: 30px !important; }
    footer .quicklinks a {
      color: #a0ce67 !important; }
      footer .quicklinks a:hover {
        color: #ffffff !important; }
  footer .sepline {
    background: none !important;
    border-top: 1px solid #474747;
    margin-top: 15px;
    padding-top: 15px !important; }
    footer .sepline .sitemap-col {
      padding: 0 !important; }
  footer .legal {
    margin-bottom: 10px !important; }
    footer .legal li {
      display: inline; }
      footer .legal li:after {
        content: "\00a0\00a0|\00a0\00a0"; }
      footer .legal li:last-child:after {
        content: none; }
  footer .copyright {
    margin-bottom: 0px;
    color: #666; }
  footer .nobg {
    background: none !important; }
  footer .testing {
    z-index: 0; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    footer {
      height: 100%; }
      footer .container .row {
        background-position: 460px top; }
      footer ul.large {
        margin-bottom: 1px !important; }
      footer .container-body ul {
        min-height: 126px !important; }
        footer .container-body ul.long {
          min-height: 90px !important; }
        footer .container-body ul.social {
          min-height: 40px !important; }
      footer .forms {
        margin-bottom: 20px !important; }
        footer .forms input[type="email"] {
          width: 145px; }
      footer .copyright p {
        margin-bottom: 20px !important; }
      footer .social li {
        margin: 5px 1px !important; } }

@media only screen and (max-width: 640px) {
  footer {
    height: auto;
    min-height: 220px; }
    footer .container {
      padding-bottom: 0; }
      footer .container .row {
        background: none; }
        footer .container .row .sitemap-col {
          display: none; }
        footer .container .row .col-md-6 .quick-links {
          display: block;
          margin-bottom: 30px;
          position: relative; }
          footer .container .row .col-md-6 .quick-links > a {
            border: 1px solid #a0ce67;
            color: #999999;
            cursor: pointer;
            display: block;
            padding: 10px 14px 9px;
            position: relative;
            text-decoration: none;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px; }
            footer .container .row .col-md-6 .quick-links > a span {
              background: #a0ce67 url(../img/icon-arrow-select.png) center center no-repeat;
              display: block;
              height: 35px;
              position: absolute;
              right: 0;
              top: 0;
              width: 33px; }
          footer .container .row .col-md-6 .quick-links ul {
            background: #a0ce67;
            display: block;
            margin-bottom: 0;
            margin-top: -4px;
            min-height: 0;
            padding: 0;
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px; }
            footer .container .row .col-md-6 .quick-links ul li {
              margin: 0; }
              footer .container .row .col-md-6 .quick-links ul li a {
                color: #444444;
                display: block;
                padding: 7px 14px;
                width: 100%; }
                footer .container .row .col-md-6 .quick-links ul li a:hover {
                  background: #444444;
                  color: #ffffff; }
        footer .container .row .col-md-6 .copyright p {
          margin-bottom: 20px; } }
.win.chrome .assist .recommender p {
  min-height: 68px; }

/* Utitlies */
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .wrapper {
    margin-top: 50px;
    overflow-x: hidden; } }
@media only screen and (max-width: 640px) {
  .wrapper {
    overflow-x: hidden; } }

.freehtml {
  text-align: left; }

.stripe {
  background-color: #eeeeee;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  clear: both; }
  .stripe.thick {
    border-bottom: 6px solid #dadada; }
  .stripe.noborder {
    border: 0; }
  .stripe.nobg {
    background: none; }

.stripe-green {
  background-color: #006e51;
  clear: both; }

.stripe-white {
  background: #ffffff;
  padding: 40px 0;
  text-align: center;
  clear: both; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .stripe-white {
      padding: 40px 0; } }
  @media only screen and (max-width: 640px) {
    .stripe-white {
      padding: 30px 0; } }

.stripe-gray {
  background: #eeeeee;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  padding: 40px 0;
  text-align: center; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .stripe-gray {
      padding: 40px 0; } }
  @media only screen and (max-width: 640px) {
    .stripe-gray {
      padding: 30px 0; } }

.chain {
  border-bottom: 0 !important;
  border-top: 0 !important; }

.chain-first {
  border-top: 1px solid #dadada !important; }

.chain-last {
  border-bottom: 1px solid #dadada !important; }

body.front .chain-first {
  margin-top: 92px; }
  @media only screen and (max-width: 640px) {
    body.front .chain-first {
      margin-top: auto; } }

/* Iphone: 5 */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .ui-mobile .ui-page {
    min-height: 700px !important; } }
.without-banner {
  margin-bottom: 20px; }
  .without-banner a.btn-block {
    margin-top: 60px; }
  .without-banner.only-title {
    margin-bottom: -30px; }
  .without-banner.with-subnav {
    margin-bottom: 10px;
    margin-top: 170px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .without-banner a.btn-block {
      margin: 0 0 20px; }
    .without-banner.with-subnav {
      margin-top: 100px; } }
  @media only screen and (max-width: 640px) {
    .without-banner {
      margin: 60px 0 30px 0; }
      .without-banner a.btn-block {
        margin: 0 0 20px; }
      .without-banner a.btn {
        display: block;
        white-space: normal;
        /* css-3 */
        white-space: -moz-normal;
        /* Mozilla, since 1999 */
        white-space: -normal;
        /* Opera 4-6 */
        white-space: -o-normal;
        /* Opera 7 */ }
      .without-banner.only-title {
        margin-bottom: -10px; }
      .without-banner.with-subnav {
        margin-top: 120px; } }

.breadcrumbs-subnav {
  position: relative;
  /* fixed; */
  width: 100%;
  z-index: 300; }
  .breadcrumbs-subnav.nobg .breadcrumbs {
    background: none; }
  .breadcrumbs-subnav .breadcrumbs {
    position: relative;
    top: 0; }
  .breadcrumbs-subnav .subnav {
    position: relative;
    top: 0; }
  .breadcrumbs-subnav.sticky {
    position: fixed;
    top: 49px;
    z-index: 1000; }
  @media only screen and (max-width: 960px) {
    .breadcrumbs-subnav {
      position: relative; }
      .breadcrumbs-subnav .breadcrumbs {
        display: none; }
      .breadcrumbs-subnav .subnav .title {
        margin-top: 0; } }
  @media only screen and (max-width: 640px) {
    .breadcrumbs-subnav {
      z-index: 1000; } }

.banner-after-subnav {
  margin-top: 52px !important; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

.col-md-offset-15 {
  margin-left: 20%; }

.col-md-offset-30 {
  margin-left: 40%; }

.col-md-offset-45 {
  margin-left: 60%; }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media only screen and (min-width: 960px) {
  .col-md-15 {
    width: 20%;
    float: left; }

  .col-md-25 {
    width: 40%;
    float: left; }

  .col-md-35 {
    width: 60%;
    float: left; }

  .col-md-45 {
    width: 80%;
    float: left; }

  .col-md-55 {
    width: 100%;
    float: left; } }
.nomargin {
  margin-left: 0;
  margin-right: 0; }

.nopadding, .no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.offset-padding {
  padding-left: -10px;
  padding-right: -10px; }

.offset-margin {
  margin-left: -10px;
  margin-right: -10px; }

.offset-margin-8 {
  margin-left: -8px;
  margin-right: -8px; }

.block-center {
  margin-left: auto !important;
  margin-right: auto !important; }

.no-margin {
  margin-bottom: -40px !important;
  margin-top: -40px !important; }

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.horizontal-pad2 {
  padding-left: 2px;
  padding-right: 2px; }

.align-center {
  margin-left: auto;
  margin-right: auto; }

.mbot0 {
  margin-bottom: 0 !important; }

.mbot5 {
  margin-bottom: 5px !important; }

.mbot10 {
  margin-bottom: 10px !important; }

.mbot15 {
  margin-bottom: 15px !important; }

.mbot20 {
  margin-bottom: 20px !important; }

.mbot25 {
  margin-bottom: 25px !important; }

.mbot30 {
  margin-bottom: 30px !important; }

.mbot35 {
  margin-bottom: 35px !important; }

.mbot40 {
  margin-bottom: 40px !important; }

.mbot100 {
  margin-bottom: 100px !important; }

.mbot-20 {
  margin-bottom: -20px !important; }

.mbot-30 {
  margin-bottom: -30px !important; }

.mbot-40 {
  margin-bottom: -40px !important; }

.mleft0 {
  margin-left: 0 !important; }

.mleft4 {
  margin-left: 4 !important; }

.mleft5 {
  margin-left: 5px !important; }

.mleft10 {
  margin-left: 10px !important; }

.mleft15 {
  margin-left: 15px !important; }

.mleft20 {
  margin-left: 20px !important; }

.mleft25 {
  margin-left: 25px !important; }

.mleft30 {
  margin-left: 30px !important; }

.mleft35 {
  margin-left: 35px !important; }

.mleft40 {
  margin-left: 40px !important; }

.mleft100 {
  margin-left: 100px !important; }

.mleftn10 {
  margin-left: -10px !important; }

.mright0 {
  margin-right: 0 !important; }

.mright4 {
  margin-right: 4px !important; }

.mright5 {
  margin-right: 5px !important; }

.mright10 {
  margin-right: 10px !important; }

.mright15 {
  margin-right: 15px !important; }

.mright20 {
  margin-right: 20px !important; }

.mright25 {
  margin-right: 25px !important; }

.mright30 {
  margin-right: 30px !important; }

.mright35 {
  margin-right: 35px !important; }

.mright40 {
  margin-right: 40px !important; }

.mright100 {
  margin-right: 100px !important; }

.mtop0 {
  margin-top: 0 !important; }

.mtop5 {
  margin-top: 5px !important; }

.mtop10 {
  margin-top: 10px !important; }

.mtop15 {
  margin-top: 15px !important; }

.mtop20 {
  margin-top: 20px !important; }

.mtop25 {
  margin-top: 25px !important; }

.mtop30 {
  margin-top: 30px !important; }

.mtop35 {
  margin-top: 35px !important; }

.mtop40 {
  margin-top: 40px !important; }

.mtop50 {
  margin-top: 50px !important; }

.mtop60 {
  margin-top: 60px !important; }

.mtop70 {
  margin-top: 70px !important; }

.mtop80 {
  margin-top: 80px !important; }

.mtop90 {
  margin-top: 90px !important; }

.mtop100 {
  margin-top: 100px !important; }

.mtop150 {
  margin-top: 150px !important; }

.mtopn20 {
  margin-top: -20px !important; }

.mtop-20 {
  margin-top: -20px !important; }

.mtop-40 {
  margin-top: -40px !important; }

.mtop-80 {
  margin-top: -80px !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.pbot0 {
  padding-bottom: 0 !important; }

.pbot10 {
  padding-bottom: 10px !important; }

.pbot20 {
  padding-bottom: 20px !important; }

.pbot30 {
  padding-bottom: 30px !important; }

.pbot40 {
  padding-bottom: 40px !important; }

.pbot50 {
  padding-bottom: 50px !important; }

.pbot60 {
  padding-bottom: 60px !important; }

.pbot70 {
  padding-bottom: 70px !important; }

.pbot80 {
  padding-bottom: 80px !important; }

.pbot90 {
  padding-bottom: 90px !important; }

.pbot100 {
  padding-bottom: 100px !important; }

.ptop0 {
  padding-top: 0 !important; }

.ptop10 {
  padding-top: 10px !important; }

.ptop20 {
  padding-top: 20px !important; }

.ptop30 {
  padding-top: 30px !important; }

.ptop40 {
  padding-top: 40px !important; }

.ptop50 {
  padding-top: 50px !important; }

.ptop60 {
  padding-top: 60px !important; }

.ptop70 {
  padding-top: 70px !important; }

.ptop80 {
  padding-top: 80px !important; }

.ptop90 {
  padding-top: 90px !important; }

.ptop100 {
  padding-top: 100px !important; }

.pright0 {
  padding-right: 0 !important; }

.pleft20 {
  padding-left: 20px !important; }

.p0 {
  padding: 0 !important; }

.mx0 {
  margin-left: 0;
  margin-right: 0; }

.px0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.px2 {
  padding-left: 2px;
  padding-right: 2px; }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .mtop0-sm {
    margin-top: 0 !important; }

  .mbot0-sm {
    margin-bottom: 0 !important; } }
@media only screen and (max-width: 640px) {
  .mtop0-xs {
    margin-top: 0 !important; }

  .mbot0-xs {
    margin-bottom: 0 !important; } }
hr {
  background: #dadada;
  border: 0;
  border-top: 0;
  margin: 0 0 20px;
  height: 1px; }

.error-page {
  margin-top: 90px;
  text-align: left; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .error-page {
      margin-top: 0; } }

.sidebox {
  background: #ffffff;
  border: 1px solid #dadada;
  overflow: hidden;
  padding: 20px;
  word-wrap: break-word; }
  .sidebox .infographics p {
    margin: 0; }
  .sidebox .infographics p.heading1 {
    font-size: 55px;
    letter-spacing: -3px; }
  .sidebox .dl-horizontal dd {
    margin-left: 80px !important;
    margin-bottom: 15px; }
  .sidebox p.heading3, .sidebox p.heading4, .sidebox p.heading5, .sidebox p.heading6 {
    margin-bottom: 5px; }
  .sidebox hr {
    margin: 16px 0 20px; }
  .sidebox.sidebox-clear {
    background: none;
    border: 0;
    padding: 20px 10px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .sidebox .infographics p.h1 {
      font-size: 40px; }
    .sidebox .dl-horizontal dt {
      width: auto !important; } }
  @media only screen and (max-width: 640px) {
    .sidebox {
      margin-bottom: 20px; }
      .sidebox .dl-horizontal dt {
        width: auto !important; }
      .sidebox .dl-horizontal dd {
        margin-left: 0 !important;
        margin-bottom: 15px; }
      .sidebox .cta-icons ul {
        text-align: left; } }

.imgleft {
  float: left;
  margin: 0 10px 0 0; }

.testimonial-box {
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%; }
  .testimonial-box .image {
    position: relative;
    z-index: 100; }
  .testimonial-box .details {
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    z-index: 200; }
    .testimonial-box .details blockquote {
      width: 48%; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .testimonial-box .image a {
      display: block; }
    .testimonial-box .image img {
      position: relative;
      left: 50%;
      margin-left: -100%; }
    .testimonial-box .details blockquote {
      font-size: 16px; } }
  @media only screen and (max-width: 640px) {
    .testimonial-box .image a {
      display: block; }
    .testimonial-box .image img {
      position: relative;
      left: 50%;
      margin-left: -100%; }
    .testimonial-box .details blockquote {
      font-size: 16px; } }

.testimonial-block .row {
  margin-bottom: 40px; }
.testimonial-block .image, .testimonial-block .details {
  text-align: left; }
@media only screen and (max-width: 640px) {
  .testimonial-block .image {
    margin-bottom: 30px; } }

.pieboxes .image {
  text-align: center; }
.pieboxes .details {
  padding-top: 100px; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .pieboxes .details {
    padding-top: 50px; } }
@media only screen and (max-width: 640px) {
  .pieboxes .image img {
    width: 100%; }
  .pieboxes .details {
    padding-top: 30px; }
    .pieboxes .details h5 {
      text-align: center; } }

.textbutton {
  margin-top: 40px; }
  .textbutton .columns {
    padding: 0 20px;
    text-align: left; }
    .textbutton .columns:first-child {
      border-right: 1px solid #dadada;
      text-align: right; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .textbutton .columns {
      border: 0 !important;
      margin-bottom: 30px;
      text-align: center !important; } }
  @media only screen and (max-width: 640px) {
    .textbutton .columns {
      border: 0 !important;
      margin-bottom: 30px;
      text-align: center !important; }
      .textbutton .columns a.btn {
        display: block;
        white-space: normal;
        /* css-3 */
        white-space: -moz-normal;
        /* Mozilla, since 1999 */
        white-space: -normal;
        /* Opera 4-6 */
        white-space: -o-normal;
        /* Opera 7 */ } }

.infographics {
  margin-bottom: 20px;
  text-align: center; }
  .infographics .icon {
    display: block;
    margin: 0 auto; }
  .infographics .sepline {
    margin: 12px auto !important; }
  .infographics .numbers {
    color: #d14e1c;
    display: block;
    font-size: 40px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
  .infographics .description {
    font-size: 17px;
    margin: 20px auto 0;
    text-transform: uppercase;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .infographics .description {
      font-size: 15px; } }

.table-striped {
  width: 100%; }
  .table-striped table {
    border: solid #dadada;
    border-width: 0 1px; }
  .table-striped thead,
  .table-striped tbody tr {
    border: solid #dadada;
    border-width: 0 1px 1px 1px; }
  .table-striped table td:last-child {
    width: auto; }
  .table-striped tbody td {
    width: auto; }
    .table-striped tbody td.rowspanned {
      border-left: 1px solid #dadada; }
  .table-striped thead tr th {
    background: #eeeeee;
    text-transform: uppercase;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
  .table-striped tbody tr:nth-child(odd) td {
    background: #ffffff; }
  .table-striped tbody tr:nth-child(even) td {
    background: #eeeeee; }
  .table-striped thead tr td {
    padding: 16px 8px; }
  .table-striped thead tr th, .table-striped tbody tr td {
    padding: 16px 30px; }
  .table-striped.with-icons .view-icons li a {
    text-indent: -9999px; }
  .table-striped .view-icons li a {
    text-indent: -9999px; }
  .table-striped.col4 th, .table-striped.col4 td {
    text-align: center;
    width: 25%; }
  @media only screen and (max-width: 960px) {
    .table-striped thead tr th, .table-striped tbody tr td {
      padding: 8px; } }

.table.noborder tr td {
  border-top: 0; }

#tableless:before, #tableless:after {
  content: "";
  display: table; }
#tableless:after {
  clear: both; }
#tableless.dates-fees table {
  width: 100%; }
  #tableless.dates-fees table td[colspan="5"] {
    padding: 10px; }

@media only screen and (max-width: 960px) {
  #tableless table, #tableless thead, #tableless tbody, #tableless th, #tableless td, #tableless tr {
    display: block; }
  #tableless thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #tableless td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #dadada;
    min-height: 36px;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    width: auto; }
    #tableless td:before {
      position: absolute;
      top: 10px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: normal;
      text-align: left;
      content: attr(data-title);
      line-height: 1.1;
      text-transform: uppercase;
      font-size: 13px;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
  #tableless td[data-title=""] {
    padding-left: 10px;
    padding-bottom: 20px !important;
    padding-top: 20px !important; }
  #tableless.class-intake td {
    padding-bottom: 40px;
    padding-top: 12px; }
    #tableless.class-intake td:before {
      top: 14px;
      left: 10px; } }
.view-hide > a {
  background-position: right 3px;
  background-repeat: no-repeat;
  padding-right: 16px;
  color: #d14e1c; }
.view-hide .read-more-show {
  background-position: right 3px;
  background-repeat: no-repeat;
  padding-right: 16px;
  background-image: url("../img/arrow-view-hide-down.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .view-hide .read-more-show {
      background-image: url("../img/arrow-view-hide-down2x.png") !important;
      -webkit-background-size: 14px 14px;
      -moz-background-size: 14px 14px;
      -o-background-size: 14px 14px;
      -ms-background-size: 14px 14px;
      background-size: 14px 14px; } }
.view-hide .read-more-hide {
  background-position: right 3px;
  background-repeat: no-repeat;
  padding-right: 16px;
  background-image: url("../img/arrow-view-hide-up.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .view-hide .read-more-hide {
      background-image: url("../img/arrow-view-hide-up2x.png") !important;
      -webkit-background-size: 14px 14px;
      -moz-background-size: 14px 14px;
      -o-background-size: 14px 14px;
      -ms-background-size: 14px 14px;
      background-size: 14px 14px; } }
.view-hide .view-hide-content {
  margin-top: -10px; }
  .view-hide .view-hide-content .columns {
    padding: 0 10px 0 10px; }
    .view-hide .view-hide-content .columns:last-child {
      padding: 0; }
  .view-hide .view-hide-content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .view-hide .view-hide-content ul li {
      background-position: 0 6px;
      background-repeat: no-repeat;
      padding-left: 10px;
      text-align: left;
      background-image: url("../img/icon-list-circ-gray.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .view-hide .view-hide-content ul li {
          background-image: url("../img/icon-list-circ-gray2x.png") !important;
          -webkit-background-size: 6px 6px;
          -moz-background-size: 6px 6px;
          -o-background-size: 6px 6px;
          -ms-background-size: 6px 6px;
          background-size: 6px 6px; } }
      .view-hide .view-hide-content ul li a {
        color: #d14e1c; }
        .view-hide .view-hide-content ul li a:hover {
          color: #444444; }
    .view-hide .view-hide-content ul.list-clear {
      list-style: none; }
      .view-hide .view-hide-content ul.list-clear li {
        background-image: none !important;
        padding: 0; }
@media only screen and (max-width: 640px) {
  .view-hide .view-hide-content .columns:last-child {
    padding: 0 10px; } }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .more-tab {
    overflow-x: scroll;
    padding-bottom: 10px;
    width: 100%; }
    .more-tab ul {
      width: 1350px; }
      .more-tab ul li {
        width: auto !important; } }
@media only screen and (max-width: 640px) {
  .more-tab {
    overflow-x: scroll;
    padding-bottom: 10px;
    width: 100%; }
    .more-tab ul {
      width: 960px; } }

.ui-content {
  overflow: hidden !important; }

@media only screen and (max-width: 640px) {
  .ie9 .wrapper {
    overflow-y: hidden !important; } }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .main-section {
    margin-top: -55px; } }
@media only screen and (max-width: 640px) {
  .main-section {
    margin-top: -15px; } }

.ie #pushPanel {
  display: none !important; }
  @media only screen and (max-width: 960px) {
    .ie #pushPanel {
      display: block !important; } }

.left {
  float: left; }

.right {
  float: right; }

@media only screen and (min-width: 480px) and (max-width: 640px) {
  .left, .right {
    float: none; } }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.image-responsive {
  height: auto;
  max-width: 100%;
  width: 100%; }

.char {
  background: url(../img/sprite-arrow-more.png) -5px 0 no-repeat;
  display: inline-block;
  height: 7px;
  width: 5px; }
  .char.orange {
    background: url(../img/sprite-arrow-more.png) -5px -7px no-repeat; }

.text-black {
  color: #444444; }

.text-green {
  color: #006e51; }

.text-orange {
  color: #d14e1c; }

.text-lgreen {
  color: #a0ce67; }

.text-white {
  color: #ffffff; }

.text-gray {
  color: #eeeeee; }

.text-medium-gray {
  color: #999999; }

.text-offwhite {
  color: #787878; }

.bg-white {
  background: #ffffff; }

.bg-black {
  background: #444444; }

.bg-green {
  background: #006e51; }

.bg-orange {
  background: #d14e1c; }

.bg-lgreen {
  background: #a0ce67; }

.bg-white {
  background: #ffffff; }

.bg-gray {
  background: #eeeeee; }

.arrow-more {
  background-image: url(../img/sprite-arrow-more.png);
  background-repeat: no-repeat;
  background-position: -5px 0;
  display: inline-block;
  height: 7px;
  width: 5px; }
  .arrow-more.white {
    background-position: -5px -7px; }

.arrow-image {
  background-repeat: no-repeat;
  position: absolute; }
  .arrow-image.up {
    background-position: 0 0;
    display: block;
    bottom: 0;
    height: 10px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    background-image: url("../img/diamond-white.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .arrow-image.up {
        background-image: url("../img/diamond-white2x.png") !important;
        -webkit-background-size: 20px 10px;
        -moz-background-size: 20px 10px;
        -o-background-size: 20px 10px;
        -ms-background-size: 20px 10px;
        background-size: 20px 10px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .arrow-image.up {
        -webkit-background-size: 20px 20px;
        -moz-background-size: 20px 20px;
        -o-background-size: 20px 20px;
        -ms-background-size: 20px 20px;
        background-size: 20px 20px; } }
  .arrow-image.down {
    background-position: 0 -10px;
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -10px;
    top: 0;
    width: 20px;
    background-image: url("../img/diamond-white.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .arrow-image.down {
        background-image: url("../img/diamond-white2x.png") !important;
        -webkit-background-size: 20px 10px;
        -moz-background-size: 20px 10px;
        -o-background-size: 20px 10px;
        -ms-background-size: 20px 10px;
        background-size: 20px 10px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .arrow-image.down {
        -webkit-background-size: 20px 20px;
        -moz-background-size: 20px 20px;
        -o-background-size: 20px 20px;
        -ms-background-size: 20px 20px;
        background-size: 20px 20px; } }
  .arrow-image.left {
    background-position: 0 0;
    display: block;
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 50%;
    width: 10px;
    background-image: url("../img/diamond-white.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .arrow-image.left {
        background-image: url("../img/diamond-white2x.png") !important; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .arrow-image.left {
        -webkit-background-size: 20px 20px;
        -moz-background-size: 20px 20px;
        -o-background-size: 20px 20px;
        -ms-background-size: 20px 20px;
        background-size: 20px 20px; } }
  .arrow-image.right {
    background-position: -10px 0;
    display: block;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    width: 10px;
    background-image: url("../img/diamond-white.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .arrow-image.right {
        background-image: url("../img/diamond-white2x.png") !important;
        -webkit-background-size: 10px 20px;
        -moz-background-size: 10px 20px;
        -o-background-size: 10px 20px;
        -ms-background-size: 10px 20px;
        background-size: 10px 20px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .arrow-image.right {
        -webkit-background-size: 20px 20px;
        -moz-background-size: 20px 20px;
        -o-background-size: 20px 20px;
        -ms-background-size: 20px 20px;
        background-size: 20px 20px; } }
  @media only screen and (max-width: 640px) {
    .arrow-image.left, .arrow-image.right {
      background-position: 0 0;
      bottom: 0;
      height: 10px;
      left: 50%;
      margin-left: 0;
      margin-top: 0;
      right: auto;
      top: auto;
      width: 20px;
      background-image: url("../img/diamond-white.png") !important; } }
  @media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 640px) and (min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (min-resolution: 192dpi), only screen and (max-width: 640px) and (min-resolution: 2dppx) {
    .arrow-image.left, .arrow-image.right {
      background-image: url("../img/diamond-white2x.png") !important;
      -webkit-background-size: 10px 20px;
      -moz-background-size: 10px 20px;
      -o-background-size: 10px 20px;
      -ms-background-size: 10px 20px;
      background-size: 10px 20px; } }
  @media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 640px) and (min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (min-resolution: 192dpi), only screen and (max-width: 640px) and (min-resolution: 2dppx) {
    .arrow-image.left, .arrow-image.right {
      -webkit-background-size: 20px 20px;
      -moz-background-size: 20px 20px;
      -o-background-size: 20px 20px;
      -ms-background-size: 20px 20px;
      background-size: 20px 20px; } }

.clear {
  background: none;
  border: 0;
  clear: both;
  margin: 0; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }
.clearfix:after {
  clear: both; }

.last {
  margin: 0; }

.more {
  margin: 10px 0 0;
  text-align: right; }
  .more a {
    color: #444444;
    margin-left: 25px; }
    .more a:hover {
      color: #d14e1c; }
      .more a:hover span.char {
        background-position: -5px -14px; }

.icon-lt {
  background-position: 0 -1px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 7px;
  width: 4px; }
  .icon-lt.icon-lt-black {
    background-image: url("../img/arrow-lt-black.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .icon-lt.icon-lt-black {
        background-image: url("../img/arrow-lt-black2x.png") !important;
        -webkit-background-size: 4px 7px;
        -moz-background-size: 4px 7px;
        -o-background-size: 4px 7px;
        -ms-background-size: 4px 7px;
        background-size: 4px 7px; } }

.icon-gt {
  background-position: 0 -1px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 7px;
  width: 4px; }
  .icon-gt.icon-gt-black {
    background-image: url("../img/arrow-gt-black.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .icon-gt.icon-gt-black {
        background-image: url("../img/arrow-gt-black2x.png") !important;
        -webkit-background-size: 4px 7px;
        -moz-background-size: 4px 7px;
        -o-background-size: 4px 7px;
        -ms-background-size: 4px 7px;
        background-size: 4px 7px; } }
  .icon-gt.icon-gt-orange {
    background-image: url("../img/arrow-gt-orange.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .icon-gt.icon-gt-orange {
        background-image: url("../img/arrow-gt-orange2x.png") !important;
        -webkit-background-size: 4px 7px;
        -moz-background-size: 4px 7px;
        -o-background-size: 4px 7px;
        -ms-background-size: 4px 7px;
        background-size: 4px 7px; } }

.icon-rounded {
  background: #eeeeee;
  display: block;
  height: 130px;
  padding: 15px 0;
  text-align: center;
  width: 130px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.link-back a {
  color: #444444; }
  .link-back a:hover {
    color: #d14e1c; }
    .link-back a:hover .icon-lt {
      background-image: url("../img/arrow-lt-orange.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .link-back a:hover .icon-lt {
          background-image: url("../img/arrow-lt-orange2x.png") !important;
          -webkit-background-size: 4px 7px;
          -moz-background-size: 4px 7px;
          -o-background-size: 4px 7px;
          -ms-background-size: 4px 7px;
          background-size: 4px 7px; } }

ul.icons-attending {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.icons-attending li {
    float: left;
    background-position: -350px -50px;
    display: block;
    height: 25px;
    margin-right: 5px;
    margin-bottom: 20px;
    width: 25px;
    background-image: url("../img/sprite-icons.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      ul.icons-attending li {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      ul.icons-attending li {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }

.link-more a {
  color: #444444; }
  .link-more a:hover {
    color: #d14e1c; }
    .link-more a:hover .icon-gt {
      background-image: url("../img/arrow-gt-orange.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .link-more a:hover .icon-gt {
          background-image: url("../img/arrow-gt-orange2x.png") !important;
          -webkit-background-size: 4px 7px;
          -moz-background-size: 4px 7px;
          -o-background-size: 4px 7px;
          -ms-background-size: 4px 7px;
          background-size: 4px 7px; } }

.social li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 10px 5px 0 0 !important; }
  .social li a {
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    height: 22px;
    width: 22px;
    background-image: url("../img/sprite-icons.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .social li a {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .social li a {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }
    .social li a.linkedin {
      background-position: 0px -150px; }
      .social li a.linkedin:hover {
        background-position: 0px -200px; }
    .social li a.facebook {
      background-position: -50px -150px; }
      .social li a.facebook:hover {
        background-position: -50px -200px; }
    .social li a.twitter {
      background-position: -100px -150px; }
      .social li a.twitter:hover {
        background-position: -100px -200px; }
    .social li a.gplus {
      background-position: -150px -150px; }
      .social li a.gplus:hover {
        background-position: -150px -200px; }
    .social li a.youtube {
      background-position: -200px -150px; }
      .social li a.youtube:hover {
        background-position: -200px -200px; }
    .social li a.instagram {
      background-position: -250px -150px; }
      .social li a.instagram:hover {
        background-position: -250px -200px; }
    .social li a.reddit {
      background-position: -300px -150px; }
      .social li a.reddit:hover {
        background-position: -300px -200px; }

.offset-cta-faq {
  background: #eeeeee;
  padding: 40px 0;
  text-align: center; }
  .offset-cta-faq .offset-icon {
    top: -30px !important; }

.enquiry {
  position: relative; }

.offset-icon {
  background-repeat: no-repeat;
  left: 50%;
  position: absolute;
  top: -70px;
  z-index: 100; }
  .offset-icon img {
    margin-left: -32px; }
  .offset-icon span {
    text-indent: -9999px; }
  .offset-icon .icon-target {
    background-position: center center;
    display: block;
    height: 58px;
    margin-left: -32px;
    width: 64px;
    background-image: url("../img/icon-target.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .offset-icon .icon-target {
        background-image: url("../img/icon-target2x.png") !important;
        -webkit-background-size: 64px 58px;
        -moz-background-size: 64px 58px;
        -o-background-size: 64px 58px;
        -ms-background-size: 64px 58px;
        background-size: 64px 58px; } }
  .offset-icon .icon-handshake {
    background-position: center center;
    display: block;
    height: 58px;
    margin-left: -32px;
    width: 64px;
    background-image: url("../img/icon-handshake.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .offset-icon .icon-handshake {
        background-image: url("../img/icon-handshake2x.png") !important;
        -webkit-background-size: 64px 58px;
        -moz-background-size: 64px 58px;
        -o-background-size: 64px 58px;
        -ms-background-size: 64px 58px;
        background-size: 64px 58px; } }
  .offset-icon .icon-instagram {
    background-position: center center;
    display: block;
    height: 58px;
    margin-left: -32px;
    width: 64px;
    background-image: url("../img/icon-instagram.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .offset-icon .icon-instagram {
        background-image: url("../img/icon-instagram2x.png") !important;
        -webkit-background-size: 64px 58px;
        -moz-background-size: 64px 58px;
        -o-background-size: 64px 58px;
        -ms-background-size: 64px 58px;
        background-size: 64px 58px; } }
  .offset-icon .icon-enquiry {
    background-position: center center;
    display: block;
    height: 58px;
    margin-left: -32px;
    position: relative;
    top: -30px;
    width: 64px;
    background-image: url("../img/icon-enquiry.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .offset-icon .icon-enquiry {
        background-image: url("../img/icon-enquiry2x.png") !important;
        -webkit-background-size: 64px 58px;
        -moz-background-size: 64px 58px;
        -o-background-size: 64px 58px;
        -ms-background-size: 64px 58px;
        background-size: 64px 58px; } }
  .offset-icon .icon-enquiry-white {
    background-position: center center;
    display: block;
    height: 58px;
    margin-left: -32px;
    position: relative;
    top: 0px;
    width: 64px;
    background-image: url("../img/icon-enquiry-white.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .offset-icon .icon-enquiry-white {
        background-image: url("../img/icon-enquiry-white2x.png") !important;
        -webkit-background-size: 64px 58px;
        -moz-background-size: 64px 58px;
        -o-background-size: 64px 58px;
        -ms-background-size: 64px 58px;
        background-size: 64px 58px; } }
  .offset-icon .icon-question {
    background-position: center center;
    display: block;
    height: 58px;
    margin-left: -32px;
    width: 64px;
    background-image: url("../img/icon-qmark.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .offset-icon .icon-question {
        background-image: url("../img/icon-qmark2x.png") !important;
        -webkit-background-size: 64px 58px;
        -moz-background-size: 64px 58px;
        -o-background-size: 64px 58px;
        -ms-background-size: 64px 58px;
        background-size: 64px 58px; } }
  .offset-icon .icon-question-white {
    background-position: center center;
    display: block;
    height: 58px;
    margin-left: -32px;
    width: 64px;
    background-image: url("../img/icon-qmark-white.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .offset-icon .icon-question-white {
        background-image: url("../img/icon-qmark-white2x.png") !important;
        -webkit-background-size: 64px 58px;
        -moz-background-size: 64px 58px;
        -o-background-size: 64px 58px;
        -ms-background-size: 64px 58px;
        background-size: 64px 58px; } }
  @media only screen and (max-width: 640px) {
    .offset-icon {
      top: -66px !important; } }

.icon-qmark {
  background-position: -400px -50px;
  background-repeat: no-repeat;
  display: block;
  height: 27px;
  margin-top: 6px;
  text-indent: -9999px;
  width: 27px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-qmark {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-qmark {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }
  .icon-qmark:hover {
    background-position: -450px -50px; }

.icon-qmark-tooltip {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  margin: 0;
  position: relative;
  text-indent: -9999px;
  top: 1px;
  width: 18px;
  background-image: url("../img/sprite-icon-qmark-tooltip.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-qmark-tooltip {
      background-image: url("../img/sprite-icon-qmark-tooltip2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-qmark-tooltip {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }
  .icon-qmark-tooltip:hover {
    background-position: 0 -18px; }

.icon-certificate {
  background-position: -150px -50px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  margin-right: 20px;
  text-indent: -9999px;
  width: 26px;
  background-image: url("../img/sprite-icons.png") !important;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/sprite-icons.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/sprite-icons.png', sizingMethod='scale')"; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-certificate {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-certificate {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }
  .icon-certificate.green {
    background-position: -150px 0; }

.icon-preloader {
  margin: 0 auto; }

.icon-apply {
  background-position: 0 0;
  display: block;
  height: 26px;
  width: 26px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-apply {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-apply {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }
  .icon-apply:hover {
    background-position: 0 -50px; }

.icon-reserve {
  background-position: -350px -150px;
  display: block;
  height: 26px;
  width: 43px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-reserve {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-reserve {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }
  .icon-reserve:hover {
    background-position: -350px -200px; }

.icon-download {
  background-position: -50px 0;
  display: block;
  height: 26px;
  width: 26px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-download {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-download {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }
  .icon-download:hover {
    background-position: -50px -50px; }

.icon-contact {
  background-position: -100px 0;
  display: block;
  height: 26px;
  width: 26px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-contact {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-contact {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }
  .icon-contact:hover {
    background-position: -100px -50px; }

.icon-flag {
  background-position: -450px -200px;
  display: block;
  height: 26px;
  width: 26px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-flag {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-flag {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }
  .icon-flag:hover {
    background-position: -450px -250px; }

.icon-paperplane {
  background-position: -500px 0;
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-paperplane {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-paperplane {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-globe {
  background-position: -550px 0;
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-globe {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-globe {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-sun {
  background-position: -600px 0;
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-sun {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-sun {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-passport {
  background-position: -150px -100px;
  display: block;
  height: 42px;
  width: 42px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-passport {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-passport {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-profilenetwork {
  background-position: -50px -100px;
  display: block;
  height: 42px;
  width: 42px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-profilenetwork {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-profilenetwork {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-hourglass {
  background-position: -500px -150px;
  display: block;
  height: 42px;
  width: 42px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-hourglass {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-hourglass {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-profilecirc {
  background-position: -550px -150px;
  display: block;
  height: 42px;
  width: 42px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-profilecirc {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-profilecirc {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-listpad {
  background-position: -600px -150px;
  display: block;
  height: 42px;
  width: 42px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-listpad {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-listpad {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-doctick {
  background-position: -650px -150px;
  display: block;
  height: 42px;
  width: 42px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-doctick {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-doctick {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-tie {
  background-position: -500px -250px;
  display: block;
  height: 42px;
  width: 42px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-tie {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-tie {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-basketball {
  background-position: -550px -250px;
  display: block;
  height: 42px;
  width: 42px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-basketball {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-basketball {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-guitar {
  background-position: -600px -250px;
  display: block;
  height: 42px;
  width: 42px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-guitar {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-guitar {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-clock {
  background-position: -650px -250px;
  display: block;
  height: 42px;
  width: 42px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-clock {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-clock {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-boxnumber {
  background-position: -500px -350px;
  display: block;
  height: 42px;
  width: 42px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-boxnumber {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-boxnumber {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-penmark {
  background-position: -550px -350px;
  display: block;
  height: 42px;
  width: 42px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-penmark {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-penmark {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-school {
  background-position: -650px -350px;
  display: block;
  height: 42px;
  width: 42px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-school {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-school {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.icon-header {
  float: left;
  margin-right: 10px; }
  .icon-header.icon-handshake {
    background-position: -600px -350px;
    display: block;
    height: 40px;
    width: 40px;
    background-image: url("../img/sprite-icons.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .icon-header.icon-handshake {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .icon-header.icon-handshake {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }

.icon-print {
  background-position: -200px -500px;
  display: block;
  height: 26px;
  width: 26px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-print {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-print {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }
  .icon-print:hover {
    background-position: -200px -550px; }

.icon-grid-lg {
  background-position: -250px -500px;
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-grid-lg {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-grid-lg {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }
  .icon-grid-lg:hover {
    background-position: -250px -550px; }

.icon-location-md {
  background-position: -300px -500px;
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-location-md {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-location-md {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }
  .icon-location-md:hover {
    background-position: -300px -550px; }

.link-cta {
  background: url(../img/sprite-arrow-list.png) -8px 1px no-repeat;
  color: #444444;
  font-size: 15px;
  line-height: 1.2;
  padding-top: 2px;
  padding-left: 20px;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.btn {
  background-image: none;
  border: 0;
  display: inline-block;
  font-size: 17px;
  letter-spacing: -0.2px;
  line-height: 1.4;
  min-width: 100px;
  padding: 8px 20px;
  position: relative;
  text-transform: uppercase;
  white-space: pre-wrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  .btn:focus {
    background: #006e51 !important;
    color: #ffffff !important; }
    .btn:focus:hover {
      background-color: #d14e1c !important;
      color: #ffffff !important; }
  .btn:hover {
    background-color: #d14e1c;
    color: #ffffff; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .btn {
      font-size: 15px; } }
  @media only screen and (max-width: 640px) {
    .btn {
      width: 100% !important; } }

.btn-xs {
  font-size: 15px;
  margin-bottom: 10px;
  padding: 2px 20px; }

.btn-full {
  display: block !important;
  white-space: pre-wrap; }

.btn-primary {
  background-color: #006e51;
  color: #ffffff; }
  .btn-primary:active {
    background-color: #006e51; }
  .btn-primary:focus {
    background-color: #006e51;
    border: 0;
    outline: 0; }

.btn-secondary {
  background-color: #a0ce67;
  color: #ffffff; }

.btn-white {
  background-color: #ffffff;
  color: #006e51 !important;
  font-size: 14px !important;
  padding: 3px 20px !important; }
  .btn-white:hover {
    background: #d14e1c;
    color: #ffffff !important; }
  .btn-white.btn-orange {
    background: #d14e1c !important;
    color: #ffffff !important; }
    .btn-white.btn-orange:focus {
      background: #d14e1c !important;
      color: #ffffff !important; }
    .btn-white.btn-orange:hover {
      color: #ffffff !important; }
  .btn-white:focus {
    background: #ffffff !important;
    color: #006e51 !important; }
    .btn-white:focus:hover {
      background: #d14e1c;
      color: #006e51; }

.btn-large {
  line-height: 1.2;
  padding: 14px 30px; }

.btn-orange {
  background-color: #d14e1c;
  color: #ffffff; }

.btn-small {
  font-size: 15px;
  line-height: 1.2;
  padding: 8px 10px; }

.btn-equal {
  width: 200px; }
  @media only screen and (max-width: 640px) {
    .btn-equal {
      display: block;
      margin: 0 0 5px;
      width: 100%; } }

.btn-width {
  padding-left: 140px !important;
  padding-right: 100px !important;
  min-width: 300px; }
  .btn-width span {
    left: 100px !important; }
  @media only screen and (max-width: 640px) {
    .btn-width {
      padding: 14px 20px 14px 60px !important; }
      .btn-width span {
        left: 20px !important; } }

.btn-with-icon {
  display: block;
  position: relative;
  white-space: normal;
  white-space: -moz-normal;
  white-space: -normal;
  white-space: -o-normal; }
  .btn-with-icon span {
    display: inline-block; }
  .btn-with-icon .image {
    height: 32px;
    width: 32px; }
  .btn-with-icon .text {
    width: auto; }

.with-icon {
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 9px 20px 10px 60px;
  text-align: left;
  white-space: nowrap;
  word-break: break-word; }
  .with-icon span {
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    left: 20px;
    margin-right: 10px;
    margin-top: -15px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 30px;
    background-image: url("../img/sprite-icons.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .with-icon span {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .with-icon span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }
    .with-icon span.icon-compass {
      background-position: -450px 0; }
    .with-icon span.icon-ribbon {
      background-position: -400px 0; }
    .with-icon span.icon-grid {
      background-position: -350px 0; }
    .with-icon span.icon-chat {
      background-position: -400px -100px; }
    .with-icon span.icon-call {
      background-position: -350px -100px; }
    .with-icon span.icon-globe {
      background-position: -550px -100px; }
  .with-icon img {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    top: 0px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .with-icon {
      margin-bottom: 20px;
      padding: 9px 20px 10px 36px; }
      .with-icon span {
        height: 20px;
        left: 10px;
        margin-top: -10px;
        width: 20px;
        background-image: url("../img/sprite-icons.png") !important; } }
    @media only screen and (min-width: 641px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 641px) and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 641px) and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 641px) and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (min-width: 641px) and (max-width: 960px) and (min-resolution: 192dpi), only screen and (min-width: 641px) and (max-width: 960px) and (min-resolution: 2dppx) {
      .with-icon span {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (min-width: 641px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 641px) and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 641px) and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 641px) and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (min-width: 641px) and (max-width: 960px) and (min-resolution: 192dpi), only screen and (min-width: 641px) and (max-width: 960px) and (min-resolution: 2dppx) {
      .with-icon span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
        .with-icon span.icon-compass {
          background-position: 0px -650px !important; }
        .with-icon span.icon-ribbon {
          background-position: -50px -650px !important; }
        .with-icon span.icon-grid {
          background-position: -100px -650px !important; }
        .with-icon span.icon-chat {
          background-position: -150px -650px !important; }
        .with-icon span.icon-call {
          background-position: -200px -650px !important; }
        .with-icon span.icon-globe {
          background-position: -250px -650px !important; }
      .with-icon img {
        display: block;
        float: none;
        left: 50%;
        margin-bottom: 10px;
        margin-left: -16px;
        top: auto; } }
  @media only screen and (max-width: 640px) {
    .with-icon {
      padding: 14px 20px 14px 60px;
      display: inline-block;
      white-space: normal;
      white-space: -moz-normal;
      white-space: -normal;
      white-space: -o-normal; } }

.btn-text-link {
  background: none !important;
  border: none;
  color: #d14e1c;
  cursor: pointer;
  padding: 0 !important;
  text-decoration: none; }
  .btn-text-link:hover {
    color: #444444; }

a.link-video span {
  display: block;
  height: 120px;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  opacity: 0.65;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 120px;
  z-index: 800;
  background-image: url("../img/icon-play-white.png") !important;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a.link-video span {
      background-image: url("../img/icon-play-white2x.png") !important;
      -webkit-background-size: 120px 120px;
      -moz-background-size: 120px 120px;
      -o-background-size: 120px 120px;
      -ms-background-size: 120px 120px;
      background-size: 120px 120px; } }
  a.link-video span:hover {
    opacity: 1;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
@media only screen and (max-width: 960px) {
  a.link-video span {
    display: none; } }

.btn-image-play {
  display: block;
  height: 70px;
  opacity: 1;
  margin: 0 auto;
  width: 70px;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-image-play img {
    height: 70px;
    width: 70px; }
  .btn-image-play:hover {
    opacity: 0.65;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.hero-btn-play {
  display: block;
  height: 120px;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  opacity: 0.65;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 120px;
  z-index: 800;
  background-image: url("../img/icon-play-white.png") !important;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .hero-btn-play {
      background-image: url("../img/icon-play-white2x.png") !important;
      -webkit-background-size: 120px 120px;
      -moz-background-size: 120px 120px;
      -o-background-size: 120px 120px;
      -ms-background-size: 120px 120px;
      background-size: 120px 120px; } }
  .hero-btn-play:hover {
    opacity: 1;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }

.hero-image-play {
  display: block;
  height: 70px;
  left: 50%;
  margin-left: -35px;
  margin-top: -60px;
  opacity: 0.65;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 70px;
  z-index: 800;
  background-image: url("../img/icon-image-james-play.png") !important;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .hero-image-play {
      background-image: url("../img/icon-image-james-play2x.png") !important;
      -webkit-background-size: 70px 70px;
      -moz-background-size: 70px 70px;
      -o-background-size: 70px 70px;
      -ms-background-size: 70px 70px;
      background-size: 70px 70px; } }

.image-btn-play {
  background-position: -650px 0;
  background-repeat: no-repeat;
  display: block;
  height: 48px;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 48px;
  z-index: 800;
  background-image: url("../img/sprite-icons.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .image-btn-play {
      background-image: url("../img/sprite-icons2x.png") !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .image-btn-play {
      -webkit-background-size: 700px 700px;
      -moz-background-size: 700px 700px;
      -o-background-size: 700px 700px;
      -ms-background-size: 700px 700px;
      background-size: 700px 700px; } }

.btn-green {
  background-color: #006e51;
  color: #ffffff !important; }
  .btn-green:hover {
    background-color: #d14e1c;
    color: #ffffff; }

.btn-lgreen {
  background-color: #a0ce67 !important;
  color: #ffffff !important; }
  .btn-lgreen:hover {
    background-color: #d14e1c !important;
    color: #ffffff !important; }

.btn-block {
  display: block;
  white-space: normal;
  /* css-3 */
  white-space: -moz-normal;
  /* Mozilla, since 1999 */
  white-space: -normal;
  /* Opera 4-6 */
  white-space: -o-normal;
  /* Opera 7 */ }

@media only screen and (max-width: 640px) {
  .btn-long {
    display: block;
    font-size: 15px; } }

.btn-icon-compass {
  background-image: none !important;
  text-align: left !important;
  padding-top: 10px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  white-space: normal;
  /* css-3 */
  white-space: -moz-normal;
  /* Mozilla, since 1999 */
  white-space: -normal;
  /* Opera 4-6 */
  white-space: -o-normal;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */ }
  .btn-icon-compass.center {
    padding-left: 16% !important; }
  .btn-icon-compass span {
    background-repeat: no-repeat !important;
    background-position: 0 2px !important;
    display: block !important;
    margin: 0 auto !important;
    padding-left: 40px !important;
    text-align: left !important;
    background-image: url("../img/icon-compass.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .btn-icon-compass span {
        background-image: url("../img/icon-compass2x.png") !important;
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        -o-background-size: 30px 30px;
        -ms-background-size: 30px 30px;
        background-size: 30px 30px; } }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .btn-icon-compass span {
      background-position: left center !important; } }

.btn-icon {
  height: 30px;
  display: inline !important;
  padding: 20px 10px 16px !important; }
  .btn-icon span {
    display: inline-block;
    padding: 8px 0 8px 40px; }
    .btn-icon span.icon-compass {
      background-position: 0 0;
      background-repeat: no-repeat;
      background-image: url("../img/icon-compass.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .btn-icon span.icon-compass {
          background-image: url("../img/icon-compass2x.png") !important;
          -webkit-background-size: 30px 30px;
          -moz-background-size: 30px 30px;
          -o-background-size: 30px 30px;
          -ms-background-size: 30px 30px;
          background-size: 30px 30px; } }
    .btn-icon span.icon-ribbon {
      background-position: 0 0;
      background-repeat: no-repeat;
      background-image: url("../img/icon-ribbon-white.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .btn-icon span.icon-ribbon {
          background-image: url("../img/icon-ribbon-white2x.png") !important;
          -webkit-background-size: 30px 30px;
          -moz-background-size: 30px 30px;
          -o-background-size: 30px 30px;
          -ms-background-size: 30px 30px;
          background-size: 30px 30px; } }
    .btn-icon span.icon-grid {
      background-position: 0 0;
      background-repeat: no-repeat;
      background-image: url("../img/icon-grid-white.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .btn-icon span.icon-grid {
          background-image: url("../img/icon-grid-white2x.png") !important;
          -webkit-background-size: 30px 30px;
          -moz-background-size: 30px 30px;
          -o-background-size: 30px 30px;
          -ms-background-size: 30px 30px;
          background-size: 30px 30px; } }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .btn-icon {
      display: inline-block !important;
      height: 100%;
      padding: 10px 40px 6px !important; }
      .btn-icon span {
        background-position: 0 2px;
        height: 100%;
        padding: 0 0 0 40px;
        text-align: left; } }

.cta-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  .cta-icons ul li {
    display: inline-block;
    min-width: 90px;
    text-align: center; }
    .cta-icons ul li a.icon-sm {
      background-size: auto;
      display: block;
      height: 32px;
      margin: 0 auto;
      text-indent: -9999px;
      width: 32px;
      background-image: url("../img/sprite-icons.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .cta-icons ul li a.icon-sm {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .cta-icons ul li a.icon-sm {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }
      .cta-icons ul li a.icon-sm.icon-sm-apply {
        background-position: 0 0; }
        .cta-icons ul li a.icon-sm.icon-sm-apply:hover {
          background-position: 0 -50px; }
      .cta-icons ul li a.icon-sm.icon-sm-download {
        background-position: -50px 0; }
        .cta-icons ul li a.icon-sm.icon-sm-download:hover {
          background-position: -50px -50px; }
      .cta-icons ul li a.icon-sm.icon-sm-contact {
        background-position: -100px 0; }
        .cta-icons ul li a.icon-sm.icon-sm-contact:hover {
          background-position: -100px -50px; }
      .cta-icons ul li a.icon-sm.icon-sm-pdf {
        background-image: url("../img/icon-pdf-green.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .cta-icons ul li a.icon-sm.icon-sm-pdf {
            background-image: url("../img/icon-pdf-green2x.png") !important;
            -webkit-background-size: 32px 32px;
            -moz-background-size: 32px 32px;
            -o-background-size: 32px 32px;
            -ms-background-size: 32px 32px;
            background-size: 32px 32px; } }
        .cta-icons ul li a.icon-sm.icon-sm-pdf:hover {
          background-image: url("../img/icon-pdf-orange.png") !important; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .cta-icons ul li a.icon-sm.icon-sm-pdf:hover {
              background-image: url("../img/icon-pdf-orange2x.png") !important;
              -webkit-background-size: 32px 32px;
              -moz-background-size: 32px 32px;
              -o-background-size: 32px 32px;
              -ms-background-size: 32px 32px;
              background-size: 32px 32px; } }
      .cta-icons ul li a.icon-sm.icon-sm-gallery {
        background-image: url("../img/icon-gallery-green.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .cta-icons ul li a.icon-sm.icon-sm-gallery {
            background-image: url("../img/icon-gallery-green2x.png") !important;
            -webkit-background-size: 32px 32px;
            -moz-background-size: 32px 32px;
            -o-background-size: 32px 32px;
            -ms-background-size: 32px 32px;
            background-size: 32px 32px; } }
        .cta-icons ul li a.icon-sm.icon-sm-gallery:hover {
          background-image: url("../img/icon-gallery-orange.png") !important; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .cta-icons ul li a.icon-sm.icon-sm-gallery:hover {
              background-image: url("../img/icon-gallery-orange2x.png") !important;
              -webkit-background-size: 32px 32px;
              -moz-background-size: 32px 32px;
              -o-background-size: 32px 32px;
              -ms-background-size: 32px 32px;
              background-size: 32px 32px; } }
      .cta-icons ul li a.icon-sm.icon-sm-reserve {
        background-image: url("../img/icon-reserve-green.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .cta-icons ul li a.icon-sm.icon-sm-reserve {
            background-image: url("../img/icon-reserve-green2x.png") !important;
            -webkit-background-size: 32px 32px;
            -moz-background-size: 32px 32px;
            -o-background-size: 32px 32px;
            -ms-background-size: 32px 32px;
            background-size: 32px 32px; } }
        .cta-icons ul li a.icon-sm.icon-sm-reserve:hover {
          background-image: url("../img/icon-reserve-orange.png") !important; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .cta-icons ul li a.icon-sm.icon-sm-reserve:hover {
              background-image: url("../img/icon-reserve-orange2x.png") !important;
              -webkit-background-size: 32px 32px;
              -moz-background-size: 32px 32px;
              -o-background-size: 32px 32px;
              -ms-background-size: 32px 32px;
              background-size: 32px 32px; } }
.cta-icons.cta-icons-news ul li {
  min-width: 58px; }
.cta-icons.cta-icons-left ul {
  text-align: left; }
  .cta-icons.cta-icons-left ul li {
    margin: 0 0 10px;
    min-width: 0; }
.cta-icons.cta-icons-text ul li a {
  background: none !important;
  color: #006e51;
  font-size: 12px;
  text-indent: 0 !important;
  text-transform: uppercase;
  width: 100% !important;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  .cta-icons.cta-icons-text ul li a span.image {
    background-color: transparent !important;
    display: block;
    height: 32px;
    margin: 0 auto 10px;
    width: 26px; }
  .cta-icons.cta-icons-text ul li a.icon-sm-apply span.image {
    background-image: url("../img/sprite-icons.png") !important;
    background-position: 0 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .cta-icons.cta-icons-text ul li a.icon-sm-apply span.image {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .cta-icons.cta-icons-text ul li a.icon-sm-apply span.image {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }
  .cta-icons.cta-icons-text ul li a.icon-sm-download span.image {
    background-image: url("../img/sprite-icons.png") !important;
    background-position: -50px 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .cta-icons.cta-icons-text ul li a.icon-sm-download span.image {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .cta-icons.cta-icons-text ul li a.icon-sm-download span.image {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }
  .cta-icons.cta-icons-text ul li a.icon-sm-contact span.image {
    background-image: url("../img/sprite-icons.png") !important;
    background-position: -100px 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .cta-icons.cta-icons-text ul li a.icon-sm-contact span.image {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .cta-icons.cta-icons-text ul li a.icon-sm-contact span.image {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }
  .cta-icons.cta-icons-text ul li a.icon-sm-reserve {
    background: none !important; }
    .cta-icons.cta-icons-text ul li a.icon-sm-reserve span.image {
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url("../img/icon-reserve-green.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .cta-icons.cta-icons-text ul li a.icon-sm-reserve span.image {
          background-image: url("../img/icon-reserve-green2x.png") !important;
          -webkit-background-size: 32px 32px;
          -moz-background-size: 32px 32px;
          -o-background-size: 32px 32px;
          -ms-background-size: 32px 32px;
          background-size: 32px 32px; } }
  .cta-icons.cta-icons-text ul li a.icon-sm-details span.image {
    background-image: url("../img/sprite-icons.png") !important;
    background-position: -600px -400px;
    width: 32px !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .cta-icons.cta-icons-text ul li a.icon-sm-details span.image {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .cta-icons.cta-icons-text ul li a.icon-sm-details span.image {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }
  .cta-icons.cta-icons-text ul li a:hover {
    color: #d14e1c; }
    .cta-icons.cta-icons-text ul li a:hover.icon-sm-apply span.image {
      background-position: 0 -50px; }
    .cta-icons.cta-icons-text ul li a:hover.icon-sm-download span.image {
      background-position: -50px -50px; }
    .cta-icons.cta-icons-text ul li a:hover.icon-sm-contact span.image {
      background-position: -100px -50px; }
    .cta-icons.cta-icons-text ul li a:hover.icon-sm-reserve {
      background: none !important; }
      .cta-icons.cta-icons-text ul li a:hover.icon-sm-reserve span.image {
        background-image: url("../img/icon-reserve-orange.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .cta-icons.cta-icons-text ul li a:hover.icon-sm-reserve span.image {
            background-image: url("../img/icon-reserve-orange2x.png") !important;
            -webkit-background-size: 32px 32px;
            -moz-background-size: 32px 32px;
            -o-background-size: 32px 32px;
            -ms-background-size: 32px 32px;
            background-size: 32px 32px; } }
    .cta-icons.cta-icons-text ul li a:hover.icon-sm-details span.image {
      background-position: -650px -400px;
      width: 32px !important; }
.cta-icons.cta-campaign ul li {
  min-width: 90px; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .cta-icons ul li {
    min-width: 50px; }
  .cta-icons.cta-icons-text ul li {
    display: inline-block;
    margin: 0 10px 10px;
    min-width: inherit;
    width: auto; }
    .cta-icons.cta-icons-text ul li a {
      display: block;
      height: inherit !important; } }

.tooltip-box {
  display: none;
  position: absolute;
  z-index: 8888; }
  .tooltip-box .tooltip-inner {
    background: #444444;
    padding: 14px 10px;
    position: relative;
    text-align: left;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4; }
    .tooltip-box .tooltip-inner.executive {
      height: auto;
      width: 180px; }
    .tooltip-box .tooltip-inner.qmark {
      height: 50px;
      left: 36px;
      padding: 0;
      top: -34px;
      width: 120px; }
      .tooltip-box .tooltip-inner.qmark .tooltip-body {
        margin: 0;
        padding: 4px 10px;
        text-align: center; }
    .tooltip-box .tooltip-inner .tooltip-arrow {
      background-repeat: no-repeat;
      position: absolute; }
      .tooltip-box .tooltip-inner .tooltip-arrow.up {
        background-position: 0 0;
        display: block;
        height: 7px;
        left: 50%;
        margin-left: -7px;
        top: -7px;
        width: 14px;
        background-image: url("../img/diamond-black.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .tooltip-box .tooltip-inner .tooltip-arrow.up {
            background-image: url("../img/diamond-black2x.png") !important;
            -webkit-background-size: 14px 7px;
            -moz-background-size: 14px 7px;
            -o-background-size: 14px 7px;
            -ms-background-size: 14px 7px;
            background-size: 14px 7px; } }
      .tooltip-box .tooltip-inner .tooltip-arrow.left {
        background-position: 0 0;
        display: block;
        height: 14px;
        left: -7px;
        margin-top: -10px;
        top: 50%;
        width: 7px;
        background-image: url("../img/diamond-black.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .tooltip-box .tooltip-inner .tooltip-arrow.left {
            background-image: url("../img/diamond-black2x.png") !important;
            -webkit-background-size: 7px 14px;
            -moz-background-size: 7px 14px;
            -o-background-size: 7px 14px;
            -ms-background-size: 7px 14px;
            background-size: 7px 14px; } }
    .tooltip-box .tooltip-inner .tooltip-header {
      color: #a0ce67;
      text-transform: uppercase;
      width: 100%;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
    .tooltip-box .tooltip-inner .tooltip-body {
      color: #ffffff;
      margin: 10px 0;
      width: 100%; }
    .tooltip-box .tooltip-inner .tooltip-footer a {
      color: #d14e1c; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #444444;
  opacity: 0.9; }
.tooltip .tooltip-inner {
  background: #000;
  opacity: 0.9; }

.popover {
  background: #444444;
  border: 0;
  padding: 0;
  -webkit-border-shadow: 0;
  -moz-border-shadow: 0;
  border-shadow: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .popover.top .arrow:after {
    border-top-color: #444444; }
  .popover.right .arrow:after {
    border-right-color: #444444; }
  .popover.bottom .arrow:after {
    border-bottom-color: #444444; }
  .popover.left .arrow:after {
    border-left-color: #444444; }
  .popover .popover-content {
    border: 0;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.enquiry .offset-icon {
  top: -70px; }
@media only screen and (max-width: 640px) {
  .enquiry .offset-icon {
    top: -62px !important; }
  .enquiry .btn {
    margin-bottom: 20px; }
    .enquiry .btn.btn-width {
      width: auto; } }

.section-no {
  font-size: 55px;
  line-height: 1;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

#sticky-footer {
  bottom: 0px;
  height: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  opacity: 0;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  #sticky-footer.show {
    height: 30px;
    opacity: 1;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  #sticky-footer a {
    background-position: -350px -250px;
    display: block;
    height: 30px;
    margin-right: -42px;
    opacity: 1;
    text-indent: -9999px;
    width: 30px;
    background-image: url("../img/sprite-icons.png") !important;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #sticky-footer a {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #sticky-footer a {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }
    #sticky-footer a:hover {
      opacity: 0.8;
      -o-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    #sticky-footer {
      bottom: 0;
      opacity: 1;
      position: relative;
      -o-transition: none;
      -ms-transition: none;
      -moz-transition: none;
      -webkit-transition: none;
      transition: none; }
      #sticky-footer a {
        bottom: 30px !important;
        margin-right: -10px !important;
        position: relative !important;
        right: 4px !important; } }
  @media only screen and (min-width: 480px) and (max-width: 640px) {
    #sticky-footer {
      opacity: 1;
      position: relative;
      -o-transition: none;
      -ms-transition: none;
      -moz-transition: none;
      -webkit-transition: none;
      transition: none; }
      #sticky-footer a {
        bottom: 0px !important;
        margin-right: -10px !important;
        position: relative !important;
        right: 10px !important; } }

.sepline {
  border: 0;
  display: block;
  height: 1px;
  margin: 0 auto; }
  .sepline.small {
    background: #7c7c7c;
    margin: 12px auto 20px;
    width: 80px; }
  .sepline.xsmall {
    background: #7c7c7c;
    margin: 10px auto 16px;
    margin-top: 20px\0;
    width: 50px; }
  .sepline.smoke {
    background: #a9a9a9; }
  .sepline.white {
    background: #ffffff; }
  .sepline.full {
    background: #dadada;
    width: 100%; }
  @media only screen and (max-width: 640px) {
    .sepline.small {
      margin-bottom: 15px; }
    .sepline.xsmall {
      margin-bottom: 5px;
      margin-top: 5px; } }

.sepline-vertical {
  border-right: 1px solid #dadada; }

.download-brochure .columns {
  padding-left: 30px; }
  .download-brochure .columns:first-child {
    border-right: 1px solid #dadada;
    padding-left: 0; }
  .download-brochure .columns iframe {
    border: 0; }
@media only screen and (max-width: 640px) {
  .download-brochure .columns {
    padding: 0; }
    .download-brochure .columns:first-child {
      border-bottom: 1px solid #dadada;
      border-right: 0;
      margin-bottom: 20px;
      padding-left: 0; } }

.modal {
  background: #ffffff;
  margin: 0 auto;
  z-index: 9999;
  width: 86%; }
  .modal .modalbox {
    background: #ffffff;
    padding: 40px 0;
    position: relative; }
    .modal .modalbox .modal-buttons {
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      right: 0;
      top: 0; }
      .modal .modalbox .modal-buttons li {
        float: left;
        margin-left: 1px; }
      .modal .modalbox .modal-buttons a {
        background: #a0ce67;
        color: white;
        cursor: pointer;
        display: inline-block;
        height: 80px;
        margin-bottom: 1px;
        padding: 0 6px;
        text-align: center;
        width: 80px; }
        .modal .modalbox .modal-buttons a.modal-btn-close span {
          background-position: -400px -150px;
          background-repeat: no-repeat;
          display: block;
          margin: 20px auto 6px;
          height: 20px;
          width: 20px;
          background-image: url("../img/sprite-icons.png") !important; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .modal .modalbox .modal-buttons a.modal-btn-close span {
              background-image: url("../img/sprite-icons2x.png") !important; } }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .modal .modalbox .modal-buttons a.modal-btn-close span {
              -webkit-background-size: 700px 700px;
              -moz-background-size: 700px 700px;
              -o-background-size: 700px 700px;
              -ms-background-size: 700px 700px;
              background-size: 700px 700px; } }
        .modal .modalbox .modal-buttons a.modal-btn-print span {
          background-position: -400px -200px;
          background-repeat: no-repeat;
          display: block;
          margin: 14px auto 6px;
          height: 30px;
          width: 32px;
          background-image: url("../img/sprite-icons.png") !important; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .modal .modalbox .modal-buttons a.modal-btn-print span {
              background-image: url("../img/sprite-icons2x.png") !important; } }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .modal .modalbox .modal-buttons a.modal-btn-print span {
              -webkit-background-size: 700px 700px;
              -moz-background-size: 700px 700px;
              -o-background-size: 700px 700px;
              -ms-background-size: 700px 700px;
              background-size: 700px 700px; } }
        .modal .modalbox .modal-buttons a em {
          font-style: normal; }
    .modal .modalbox .accordion-box {
      width: 100%; }
      .modal .modalbox .accordion-box .filter-green {
        background: #006e51;
        color: #ffffff;
        padding-bottom: 10px;
        padding-top: 10px; }
        .modal .modalbox .accordion-box .filter-green .filter-label {
          margin-top: 4px; }
        .modal .modalbox .accordion-box .filter-green .select-white {
          margin: 0; }
      .modal .modalbox .accordion-box ul.list-inline {
        margin-left: 26px; }
        .modal .modalbox .accordion-box ul.list-inline li {
          border-right: 1px solid #dadada;
          padding-right: 10px; }
          .modal .modalbox .accordion-box ul.list-inline li:last-child {
            border: 0; }
          .modal .modalbox .accordion-box ul.list-inline li a {
            color: #444444; }
            .modal .modalbox .accordion-box ul.list-inline li a:hover {
              color: #d14e1c; }
      .modal .modalbox .accordion-box .panel-title {
        padding: 20px; }
      .modal .modalbox .accordion-box .panel-body {
        padding: 0 20px !important; }
      .modal .modalbox .accordion-box .panel-group {
        margin-bottom: 60px; }
      .modal .modalbox .accordion-box .offset-icon {
        top: -30px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .modal {
      width: 96%; }
      .modal .modalbox {
        padding: 120px 0 40px; } }
  @media only screen and (max-width: 640px) {
    .modal {
      padding: 0 0 40px;
      overflow-x: scroll !important; }
      .modal .modalbox {
        padding: 120px 0 40px; } }

.modal-backdrop {
  background: rgba(0, 0, 0, 0.65); }

.img-author {
  max-width: 100%; }

.relativebox {
  position: relative;
  height: auto;
  width: 100%; }

.printbox {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px; }
  .printbox .arrow {
    display: block;
    position: relative; }
    .printbox .arrow.up {
      background-position: 0 0;
      background-repeat: no-repeat;
      height: 7px;
      left: 50%;
      margin-left: -7px;
      width: 14px;
      background-image: url("../img/diamond-black.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .printbox .arrow.up {
          background-image: url("../img/diamond-black2x.png") !important;
          -webkit-background-size: 14px 7px;
          -moz-background-size: 14px 7px;
          -o-background-size: 14px 7px;
          -ms-background-size: 14px 7px;
          background-size: 14px 7px; } }
  .printbox > a {
    background-position: 0 -500px;
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    position: relative;
    text-indent: -9999px;
    width: 32px;
    background-image: url("../img/sprite-icons.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .printbox > a {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .printbox > a {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }
    .printbox > a:hover {
      background-position: 0 -550px; }
  .printbox .details {
    display: none;
    position: relative; }
    .printbox .details.open {
      display: block;
      z-index: 30; }
    .printbox .details ul {
      background: #444444;
      color: #ffffff;
      list-style: none;
      margin: 0;
      padding: 0;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .printbox .details ul li {
        border-bottom: 1px solid #dadada;
        padding: 5px 0;
        text-align: center; }
        .printbox .details ul li a {
          color: #ffffff;
          font-size: 12px; }
          .printbox .details ul li a:hover {
            color: #d14e1c; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .printbox {
      right: -40px;
      top: -40px; } }

a.certbox {
  background-repeat: no-repeat;
  color: #006e51;
  display: inline-block;
  font-size: 15px;
  height: 32px;
  line-height: 1.1;
  padding: 0 0 0 40px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background-image: url("../img/icon-ribbon-green.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a.certbox {
      background-image: url("../img/icon-ribbon-green2x.png") !important;
      -webkit-background-size: 32px 32px;
      -moz-background-size: 32px 32px;
      -o-background-size: 32px 32px;
      -ms-background-size: 32px 32px;
      background-size: 32px 32px; } }

.inline-content-box {
  display: none; }

#cboxOverlay {
  background: #ffffff; }

#colorbox #cboxWrapper {
  background: #ffffff;
  border: 1px solid #dadada; }
  #colorbox #cboxWrapper #cboxTopLeft,
  #colorbox #cboxWrapper #cboxTopCenter,
  #colorbox #cboxWrapper #cboxTopRight,
  #colorbox #cboxWrapper #cboxBottomLeft,
  #colorbox #cboxWrapper #cboxBottmCenter,
  #colorbox #cboxWrapper #cboxBottomRight,
  #colorbox #cboxWrapper #cboxMiddleLeft,
  #colorbox #cboxWrapper #cboxMiddleRight {
    display: none; }
  #colorbox #cboxWrapper #cboxContent {
    width: 100% !important; }
    #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
      margin: 0;
      padding: 100px 22px 20px;
      width: 97% !important; }
    #colorbox #cboxWrapper #cboxContent #cboxClose {
      background: #a0ce67 url(../img/bg-btn-close.png) center 20px no-repeat;
      bottom: auto;
      color: #ffffff;
      display: block;
      height: 80px;
      padding-top: 46px;
      right: 0;
      text-indent: 0;
      text-align: center;
      text-transform: uppercase;
      top: 0;
      width: 80px;
      z-index: 1111;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
    width: 95% !important; } }
@media only screen and (max-width: 640px) {
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
    padding: 70px 10px 20px;
    width: 93% !important; }
  #colorbox #cboxWrapper #cboxContent #cboxClose {
    background: #a0ce67 url(../img/bg-btn-close.png) center 10px no-repeat;
    height: 40px;
    padding-top: 0;
    right: 0;
    text-indent: -9999px;
    width: 40px;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; } }

.with-border {
  border: 1px solid #dadada; }

.no-border {
  border: 0 !important; }

.border-top {
  border-top: 1px solid #dadada; }

.note {
  padding: 20px 10px; }

.profile-settings dl {
  width: 100%; }
  .profile-settings dl dt, .profile-settings dl dd {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top; }
  .profile-settings dl > dt {
    color: #006e51;
    margin-right: 40px;
    text-transform: uppercase;
    width: 10%;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
  .profile-settings dl > dd {
    width: 80%; }
    .profile-settings dl > dd > dl {
      margin: 0;
      width: 100%; }
      .profile-settings dl > dd > dl > dt {
        color: #444444;
        width: 18%;
        text-transform: none;
        font-family: Arial, Helvetica, sans-serf;
        font-weight: normal;
        -webkit-font-smoothing: antialiased; }
      .profile-settings dl > dd > dl dd {
        width: auto; }
.profile-settings.inline dl {
  width: 33%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  .profile-settings.inline dl > dt {
    width: 36%; }
  .profile-settings.inline dl > dd {
    width: 49%; }
  .profile-settings.inline dl.large {
    width: 66%; }
    .profile-settings.inline dl.large > dt {
      width: 18%; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .profile-settings dl > dt {
    width: 16%; }
  .profile-settings dl > dd {
    width: 70%; }
    .profile-settings dl > dd > dl > dt {
      width: 24%; }
  .profile-settings.inline dl {
    width: 100%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top; }
    .profile-settings.inline dl > dt {
      width: 20%; }
    .profile-settings.inline dl > dd {
      width: 62%; }
    .profile-settings.inline dl.large {
      width: 100%; }
      .profile-settings.inline dl.large > dt {
        width: 20%; } }
@media only screen and (max-width: 640px) {
  .profile-settings dl > dt {
    margin-bottom: 5px;
    width: 100%; }
  .profile-settings dl > dd {
    width: 100%; }
    .profile-settings dl > dd > dl > dt, .profile-settings dl > dd > dl dd {
      margin-bottom: 5px;
      width: 100%; }
  .profile-settings.inline dl {
    width: 100%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top; }
    .profile-settings.inline dl > dt {
      width: 100%; }
    .profile-settings.inline dl > dd {
      width: 100%; }
    .profile-settings.inline dl.large {
      width: 100%; }
      .profile-settings.inline dl.large > dt, .profile-settings.inline dl.large dd {
        width: 100%; } }

.menu-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .menu-sidebar ul li {
    list-style: none;
    margin: 0 0 10px; }
    .menu-sidebar ul li a {
      background-position: 0 6px;
      background-repeat: no-repeat;
      color: #444444;
      display: block;
      font-size: 17px;
      padding-left: 20px;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      background-image: url("../img/chevron-cta-big.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .menu-sidebar ul li a {
          background-image: url("../img/chevron-cta-big2x.png") !important;
          -webkit-background-size: 8px 14px;
          -moz-background-size: 8px 14px;
          -o-background-size: 8px 14px;
          -ms-background-size: 8px 14px;
          background-size: 8px 14px; } }
      .menu-sidebar ul li a:hover, .menu-sidebar ul li a.active {
        color: #d14e1c; }
    .menu-sidebar ul li.collapsed, .menu-sidebar ul li.leaf {
      list-style: none !important;
      margin: 0; }
    .menu-sidebar ul li > ul {
      margin: 5px 0 0; }
      .menu-sidebar ul li > ul > li {
        margin: 0 0 5px; }
        .menu-sidebar ul li > ul > li > a {
          background-position: right 7px;
          background-repeat: no-repeat;
          color: #d14e1c;
          display: inline;
          font-size: 14px;
          height: 7px;
          padding-right: 10px;
          text-transform: none;
          width: 5px;
          font-family: Arial, Helvetica, sans-serf;
          font-weight: normal;
          -webkit-font-smoothing: antialiased;
          background-image: url("../img/chevron-right-orange.png") !important; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .menu-sidebar ul li > ul > li > a {
              background-image: url("../img/chevron-right-orange2x.png") !important;
              -webkit-background-size: 5px 7px;
              -moz-background-size: 5px 7px;
              -o-background-size: 5px 7px;
              -ms-background-size: 5px 7px;
              background-size: 5px 7px; } }
          .menu-sidebar ul li > ul > li > a:hover {
            color: #444444;
            background-image: url("../img/chevron-right-black.png") !important; }
            @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
              .menu-sidebar ul li > ul > li > a:hover {
                background-image: url("../img/chevron-right-black2x.png") !important;
                -webkit-background-size: 5px 7px;
                -moz-background-size: 5px 7px;
                -o-background-size: 5px 7px;
                -ms-background-size: 5px 7px;
                background-size: 5px 7px; } }

.forms {
  margin: 5px 0 30px; }
  .forms input[type="email"] {
    background: transparent;
    border-top: 1px solid #a0ce67;
    border-bottom: 1px solid #a0ce67;
    border-left: 1px solid #a0ce67;
    color: #999999;
    display: inline-block;
    height: 38px;
    padding: 10px 14px;
    padding-top: 8px\9;
    width: 218px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; }
    .forms input[type="email"]:focus {
      -webkit-border-shadow: none;
      -moz-border-shadow: none;
      border-shadow: none; }
  .forms input[type="submit"] {
    background-color: #a0ce67;
    background-image: url(../img/icon-arrow-submit.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #a0ce67;
    color: #a0ce67;
    display: inline-block;
    height: 38px;
    margin-left: -5px;
    padding: 10px 14px;
    text-indent: -9999px;
    vertical-align: bottom;
    width: 38px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
    .forms input[type="submit"]:hover {
      background-color: #d14e1c;
      border: 1px solid #d14e1c; }
    .forms input[type="submit"]:focus {
      -webkit-border-shadow: none;
      -moz-border-shadow: none;
      border-shadow: none; }
  .forms textarea:focus, .forms input:focus {
    outline: 0; }
  @media only screen and (max-width: 640px) {
    .forms input[type="email"] {
      width: 262px; } }

.form-inline {
  margin-bottom: 10px; }
  .form-inline label {
    display: inline-block;
    margin: 0; }
    .form-inline label.text {
      width: 50%; }
  .form-inline input[type="text"],
  .form-inline input[type="email"] {
    background: transparent;
    border: 1px solid #006e51;
    color: #999999;
    height: 36px;
    padding: 14px 10px;
    padding-top: 8px\9;
    width: 48%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .form-inline .select-default {
    background-repeat: no-repeat;
    background-position: 98% center;
    border: 1px solid #006e51;
    color: #999999;
    display: inline-block;
    padding: 7px 10px;
    width: 48%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url("../img/arrow-down-square-white.jpg") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .form-inline .select-default {
        background-image: url("../img/arrow-down-square-white2x.jpg") !important;
        -webkit-background-size: 24px 23px;
        -moz-background-size: 24px 23px;
        -o-background-size: 24px 23px;
        -ms-background-size: 24px 23px;
        background-size: 24px 23px; } }
    .form-inline .select-default select {
      background: transparent;
      border: 0;
      cursor: pointer;
      font-size: 13px;
      line-height: 1;
      padding: 4px 30px 4px 6px;
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      width: 100% \9;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .form-inline .select-default select:focus {
        outline: none; }
      .form-inline .select-default select::-ms-expand {
        display: none; }
  @media only screen and (max-width: 640px) {
    .form-inline label.text {
      margin-bottom: 5px;
      width: 100%; }
    .form-inline input[type="text"],
    .form-inline input[type="email"] {
      width: 90%; }
    .form-inline .select-default {
      width: 90%; } }

select.default {
  background: none;
  border: none;
  outline: none;
  filter: alpha(opacity=0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  width: 100% \9; }
  select.default:focus {
    outline: none; }
  select.default::-ms-expand {
    display: none; }

.select-white {
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ffffff;
  color: #ffffff;
  height: 25px;
  margin: 10px 0;
  overflow: hidden;
  -ms-overflow-y: hidden;
  overflow-y: hidden;
  width: 100%;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url("../img/arrow-down-square-white.jpg") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .select-white {
      background-image: url("../img/arrow-down-square-white2x.jpg") !important;
      -webkit-background-size: 24px 23px;
      -moz-background-size: 24px 23px;
      -o-background-size: 24px 23px;
      -ms-background-size: 24px 23px;
      background-size: 24px 23px; } }
  .select-white select {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    padding: 4px 30px 4px 6px;
    padding-right: 5px\0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100% \9;
    z-index: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .select-white select:focus {
      outline: none; }
    .select-white select option {
      color: #444444; }
  .select-white select::-ms-expand {
    display: none; }
  @media only screen and (max-width: 640px) {
    .select-white {
      margin: 0 0 10px; } }

.radio-white {
  display: inline-block;
  margin: 0 10px 10px 0; }
  .radio-white label {
    display: inline-block !important;
    margin-left: 5px !important;
    width: auto !important; }
  @media only screen and (max-width: 640px) {
    .radio-white label {
      margin: 0 0 0 5px !important; } }

@-moz-document url-prefix() {
  .select-white select {
    width: 119%; } }
.select-filter {
  color: #ffffff;
  display: inline-block;
  margin: 0 10px 0 0; }
  .select-filter .select2-container .select2-choice {
    background: transparent;
    background-image: none;
    border: 1px solid #dadada;
    height: 30px; }
    .select-filter .select2-container .select2-choice .select2-chosen {
      color: #ffffff; }
    .select-filter .select2-container .select2-choice .select2-arrow {
      background: #ffffff;
      background-image: none;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
  .select-filter .select2-container-multi .select2-choices {
    background: transparent;
    background-image: none;
    border: 1px solid #dadada;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .select-filter .select2-container-multi .select2-choices .select2-default {
      color: #ffffff !important; }
    .select-filter .select2-container-multi .select2-choices .select2-search-field input {
      padding: 3px 5px; }

.select2-drop-active {
  border: 1px solid #dadada; }
  .select2-drop-active .select2-search {
    padding-top: 4px; }

.select-small {
  margin: 0 10px -6px 0;
  width: 130px; }

.select-medium {
  width: 274px; }

.multi-select-dropdown, .multi-select-dropdown dd, .multi-select-dropdown dt {
  margin: 0px;
  padding: 0px; }

.multi-select-dropdown dt.multi-title {
  cursor: pointer; }
  .multi-select-dropdown dt.multi-title a, .multi-select-dropdown dt.multi-title a:visited {
    color: #fff;
    display: block;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.7em;
    padding: 2px 30px 2px 8px;
    width: 100%;
    height: 100%;
    overflow: hidden; }
.multi-select-dropdown dd.multi-select {
  display: none;
  background-color: #fff;
  height: auto;
  margin: -22px 0 0 -1px;
  padding: 5px;
  position: absolute;
  overflow-y: scroll;
  width: 188px; }
  .multi-select-dropdown dd.multi-select ul {
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0 5px;
    overflow-x: hidden; }
    .multi-select-dropdown dd.multi-select ul li {
      display: block;
      color: #333;
      margin: 2px 0; }
      .multi-select-dropdown dd.multi-select ul li label {
        font-weight: normal;
        padding-top: 2px;
        width: 100%; }
        .multi-select-dropdown dd.multi-select ul li label input[type="checkbox"] {
          display: inline-block; }
        .multi-select-dropdown dd.multi-select ul li label span {
          display: inline-block;
          vertical-align: top;
          zoom: 1;
          width: 80%;
          margin-left: 10px; }

.bs-multiselect {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 390px; }
  .bs-multiselect .bs-multiselect-inner {
    border: 1px solid #ffffff;
    display: block;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  .bs-multiselect .btn-group.open .btn:focus, .bs-multiselect .btn-group.open .btn:hover, .bs-multiselect .btn-group.open .btn:focus:hover {
    background: none;
    color: #ffffff; }
  .bs-multiselect .btn-group > .btn {
    box-shadow: none;
    background: none;
    color: #ffffff;
    height: 23px;
    letter-spacing: 0;
    overflow: hidden;
    padding: 2px 20px 3px 6px !important;
    position: relative;
    text-align: left;
    width: 388px; }
    .bs-multiselect .btn-group > .btn:focus, .bs-multiselect .btn-group > .btn:hover, .bs-multiselect .btn-group > .btn:focus:hover {
      background: none !important;
      color: #ffffff; }
    .bs-multiselect .btn-group > .btn span {
      display: block;
      font-size: 13px;
      max-width: 320px;
      text-transform: none;
      overflow: hidden;
      position: relative;
      width: 390px;
      z-index: 1;
      font-family: Arial, Helvetica, sans-serf;
      font-weight: normal;
      -webkit-font-smoothing: antialiased; }
    .bs-multiselect .btn-group > .btn .caret {
      background-repeat: no-repeat;
      background-position: right center;
      border: 0;
      display: block;
      height: 23px;
      position: absolute;
      right: 0;
      top: 0;
      width: 24px;
      z-index: 2;
      background-image: url("../img/arrow-down-square-white.jpg") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .bs-multiselect .btn-group > .btn .caret {
          background-image: url("../img/arrow-down-square-white2x.jpg") !important;
          -webkit-background-size: 24px 23px;
          -moz-background-size: 24px 23px;
          -o-background-size: 24px 23px;
          -ms-background-size: 24px 23px;
          background-size: 24px 23px; } }
  .bs-multiselect .btn-group .multiselect-container {
    max-height: 250px;
    overflow-y: scroll;
    width: 390px; }
    .bs-multiselect .btn-group .multiselect-container > li > a > label {
      padding-left: 30px;
      width: auto; }
  .bs-multiselect.small {
    width: 190px; }
    .bs-multiselect.small .btn-group > .btn {
      height: 23px;
      padding: 2px 20px 2px 10px;
      width: 188px; }
      .bs-multiselect.small .btn-group > .btn span {
        max-width: 150px;
        width: 180px; }
    .bs-multiselect.small .btn-group .multiselect-container {
      width: 190px; }
      .bs-multiselect.small .btn-group .multiselect-container li a {
        white-space: normal; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .bs-multiselect {
      width: 320px; }
      .bs-multiselect .btn-group {
        width: 100%; }
        .bs-multiselect .btn-group > .btn {
          width: 318px; }
      .bs-multiselect.small {
        margin-bottom: 10px;
        margin-right: 7px; } }
  @media only screen and (max-width: 640px) {
    .bs-multiselect .btn-group {
      width: 100%; }
    .bs-multiselect.small {
      margin-bottom: 10px;
      width: 100%; }
      .bs-multiselect.small .btn-group {
        width: 100%; }
        .bs-multiselect.small .btn-group > .btn {
          width: 100%; }
        .bs-multiselect.small .btn-group .multiselect-container {
          width: 100%; } }

.ui-content {
  padding: 0; }

.ui-icon-loading {
  display: none !important; }

@media only screen and (max-width: 960px) {
  .ui-mobile .ui-page-active {
    overflow-y: hidden; } }

.bg-transparent {
  background-color: rgba(0, 0, 0, 0.65);
  background-repeat: repeat;
  width: 100%; }
  .bg-transparent.bg-white {
    background: rgba(255, 255, 255, 0.65); }

.col-box {
  position: relative;
  width: 100%; }
  .col-box.col-box-white {
    background: #ffffff; }
  .col-box.col-box-border {
    border: 1px solid #dadada; }
  .col-box .col-box-header {
    min-height: 170px\9;
    overflow: hidden;
    position: relative; }
    .col-box .col-box-header .col-box-details {
      background-color: rgba(0, 0, 0, 0.65);
      background-image: url(../img/bg-transparent-black.png) \9;
      background-repeat: repeat\9;
      color: #ffffff;
      cursor: pointer;
      height: 100%;
      left: 0;
      padding: 18px;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 100;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .col-box .col-box-header .col-box-details:hover {
        background-color: rgba(0, 0, 0, 0.4);
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .col-box .col-box-header .col-box-details .col-box-text {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .col-box .col-box-header .col-box-details .col-box-text.align-top {
          margin-top: 10px;
          top: auto !important;
          -webkit-transform: translateY(0) !important;
          -moz-transform: translateY(0) !important;
          transform: translateY(0) !important; }
        .col-box .col-box-header .col-box-details .col-box-text .col-box-title a {
          color: #a0ce67;
          font-size: 17px;
          line-height: 1.2;
          text-transform: uppercase;
          font-family: 'Arvo', serif;
          font-weight: 400;
          -webkit-font-smoothing: antialiased; }
        .col-box .col-box-header .col-box-details .col-box-text .col-box-stat {
          font-size: 40px;
          line-height: 1;
          font-family: 'Arvo', serif;
          font-weight: 400;
          -webkit-font-smoothing: antialiased; }
        .col-box .col-box-header .col-box-details .col-box-text .col-box-subtitle {
          font-size: 15px;
          line-height: 1.2;
          text-transform: uppercase;
          font-family: 'Arvo', serif;
          font-weight: 400;
          -webkit-font-smoothing: antialiased; }
        .col-box .col-box-header .col-box-details .col-box-text .col-box-cat {
          color: #d14e1c;
          font-size: 11px;
          line-height: 1.2;
          margin-bottom: 10px;
          text-transform: uppercase;
          font-family: 'Arvo', serif;
          font-weight: 400;
          -webkit-font-smoothing: antialiased; }
        .col-box .col-box-header .col-box-details .col-box-text .col-box-avatar {
          display: block;
          height: 80px;
          margin: 0 auto 16px;
          width: 80px; }
          .col-box .col-box-header .col-box-details .col-box-text .col-box-avatar img {
            height: 80px;
            width: 80px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%; }
    .col-box .col-box-header .col-box-image {
      position: relative;
      width: 100%;
      z-index: 50; }
      .col-box .col-box-header .col-box-image img {
        max-width: 100%;
        width: 100%;
        min-height: 170px\9; }
  .col-box .col-box-body {
    padding: 18px; }
    .col-box .col-box-body ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .col-box .col-box-body ul.special {
      list-style: none;
      margin: 0;
      padding: 0; }
      .col-box .col-box-body ul.special li {
        background: url(../img/sprite-arrow-list.png) -8px 2px no-repeat;
        font-size: 15px;
        line-height: 1.2;
        padding-top: 2px;
        padding-left: 20px;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
    .col-box .col-box-body ul.cta-big {
      list-style: none;
      margin: 0;
      padding: 0; }
      .col-box .col-box-body ul.cta-big li {
        border-bottom: 1px solid #dadada;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .col-box .col-box-body ul.cta-big li:last-child {
          border: 0;
          margin: 0; }
    .col-box .col-box-body ul.cta-small {
      list-style: none;
      margin: 0;
      padding: 0; }
      .col-box .col-box-body ul.cta-small li {
        margin-bottom: 6px;
        				/*
        				a {
        					color: $color-black;
        
        					&:hover {
        						color: $color-orange;
        
        						span {
        							background: url(../img/sprite-arrow-more.png) -5px -14px no-repeat;
        						}
        					}
        
        					strong {
        						color: $color-green;
        						font-size: 12px;
        						text-transform: uppercase;
        						@include arvo();
        					}
        				}
        				*/ }
    .col-box .col-box-body .col-box-subtitle {
      font-size: 15px;
      line-height: 1.2;
      margin-bottom: 10px;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
  .col-box .col-box-footer {
    bottom: 0;
    margin: 0 18px;
    padding: 18px 0;
    position: relative; }
    .col-box .col-box-footer .col-box-sponsor-text {
      font-size: 11px;
      margin: 18px 0;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
  .col-box .col-box-categories {
    font-size: 11px;
    margin-bottom: 5px;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
    .col-box .col-box-categories a {
      color: #d14e1c; }
  .col-box .col-box-link {
    font-size: 15px;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .col-box .col-box-header {
      min-height: 170px; }
    .col-box .col-box-image img {
      min-height: 170px; }
    .col-box .col-box-details {
      padding: 14px !important; }
      .col-box .col-box-details .col-box-text {
        margin: 0 !important; }
        .col-box .col-box-details .col-box-text .col-box-title a {
          font-size: 16px !important; }
        .col-box .col-box-details .col-box-text .col-box-avatar {
          height: 40px !important;
          width: 40px !important; }
          .col-box .col-box-details .col-box-text .col-box-avatar img {
            height: 40px !important;
            width: 40px !important; }
    .col-box .dl-horizontal dt {
      text-align: left;
      width: 100% !important; }
    .col-box .dl-horizontal dd {
      margin-left: 0 !important;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 640px) {
    .col-box {
      min-height: 0 !important; }
      .col-box .col-box-details {
        padding: 10px !important; }
        .col-box .col-box-details .col-box-text {
          margin: 0 !important; }
          .col-box .col-box-details .col-box-text .col-box-title a {
            font-size: 16px !important; }
          .col-box .col-box-details .col-box-text .col-box-avatar {
            height: 40px !important;
            width: 40px !important; }
            .col-box .col-box-details .col-box-text .col-box-avatar img {
              height: 40px !important;
              width: 40px !important; }
      .col-box .col-box-body {
        padding: 10px; }
      .col-box .col-box-body p {
        margin-bottom: 10px; }
      .col-box .col-box-subtitle {
        font-size: 13px; }
      .col-box .col-box-footer {
        margin: 0 10px; }
      .col-box .dl-horizontal dd {
        margin-bottom: 10px;
        margin-left: 0 !important; } }

.dl-horizontal {
  font-size: 15px; }
  .dl-horizontal dt {
    line-height: 1.3;
    text-align: left !important;
    text-transform: uppercase;
    width: auto !important;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
  .dl-horizontal dd {
    line-height: 1.1;
    margin-left: 100px !important;
    text-align: left !important; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .dl-horizontal dt {
      text-align: left;
      width: 100% !important; }
    .dl-horizontal dd {
      margin-bottom: 10px !important;
      margin-left: 0 !important; } }
  @media only screen and (max-width: 640px) {
    .dl-horizontal dd {
      margin-bottom: 10px;
      margin-left: 0 !important; }
    .dl-horizontal.dl-inline {
      margin: 0 0 10px; }
      .dl-horizontal.dl-inline dt {
        display: inline-block;
        width: 100px !important; }
      .dl-horizontal.dl-inline dd {
        display: inline-block; } }

.dl-schedule > dt, .dl-schedule > dd {
  float: left;
  font-weight: normal;
  width: 50%; }
.dl-schedule > dd > dl dt, .dl-schedule > dd > dl dd {
  float: left;
  font-weight: normal;
  width: 50%; }
@media only screen and (max-width: 640px) {
  .dl-schedule > dt, .dl-schedule > dd {
    float: none;
    font-weight: normal;
    width: 100%; }
  .dl-schedule > dd > dl dt, .dl-schedule > dd > dl dd {
    margin-bottom: 5px; }
  .dl-schedule > dd > dl dt {
    float: left;
    width: 40%; }
  .dl-schedule > dd > dl dd {
    float: left;
    width: 60%; } }

.dl-contact {
  margin: 0; }
  .dl-contact dt, .dl-contact dd {
    float: left;
    margin-bottom: 20px; }
    .dl-contact dt:last-child, .dl-contact dd:last-child {
      margin: 0; }
  .dl-contact dt {
    width: 30%; }
  .dl-contact dd {
    width: 60%; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .dl-contact dt, .dl-contact dd {
      float: none;
      display: inline-block; }
    .dl-contact dt {
      width: 20%; }
    .dl-contact dd {
      width: 78%; } }
  @media only screen and (max-width: 640px) {
    .dl-contact dt, .dl-contact dd {
      float: none;
      display: inline-block; }
    .dl-contact dt {
      width: 20%; }
    .dl-contact dd {
      width: 78%; } }

.col-events {
  overflow: hidden; }
  .col-events.col-events-small .col-events-image, .col-events.col-events-small .col-events-text {
    height: 120px; }
  .col-events.col-events-border {
    border: 1px solid #dadada; }
  .col-events > div {
    width: 100%; }
  .col-events .col-events-image {
    height: 240px;
    overflow: hidden;
    background: #444444;
    position: relative; }
    .col-events .col-events-image a {
      cursor: pointer;
      opacity: 1;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .col-events .col-events-image a img {
        max-width: 100%;
        width: 100%; }
      .col-events .col-events-image a:hover {
        opacity: 0.65;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .col-events .col-events-image .col-events-icon {
      left: 1px;
      display: block;
      height: 40px;
      position: absolute;
      width: 40px;
      z-index: 60;
      background-image: url("../img/sprite-icons.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .col-events .col-events-image .col-events-icon {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .col-events .col-events-image .col-events-icon {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }
      .col-events .col-events-image .col-events-icon.icon-top {
        top: 1px; }
      .col-events .col-events-image .col-events-icon.icon-bottom {
        bottom: 1px; }
      .col-events .col-events-image .col-events-icon.icon-live {
        background-position: -150px -350px; }
      .col-events .col-events-image .col-events-icon.icon-book {
        background-position: -200px -350px; }
      .col-events .col-events-image .col-events-icon.icon-docs {
        background-position: -250px -350px; }
    .col-events .col-events-image .col-events-caption {
      background: rgba(0, 0, 0, 0.65);
      background-image: url(../img/bg-transparent-hero.png) \9;
      background-repeat: repeat\9;
      bottom: 0;
      color: #ffffff;
      padding: 12px 16px;
      position: absolute;
      width: 100%;
      z-index: 50; }
      .col-events .col-events-image .col-events-caption span {
        color: #d14e1c;
        font-size: 13px;
        padding-left: 40px;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
  .col-events .col-events-text {
    height: 240px;
    overflow: hidden;
    padding: 20px; }
    .col-events .col-events-text .col-events-subcat {
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
      .col-events .col-events-text .col-events-subcat a {
        color: #d14e1c; }
        .col-events .col-events-text .col-events-subcat a:hover {
          color: #444444; }
    .col-events .col-events-text .col-events-category {
      font-size: 11px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
      .col-events .col-events-text .col-events-category a {
        color: #d14e1c; }
        .col-events .col-events-text .col-events-category a:hover {
          color: #444444; }
      .col-events .col-events-text .col-events-category span {
        color: #d14e1c; }
    .col-events .col-events-text .col-events-link {
      font-size: 14px;
      line-height: 1.1;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
    .col-events .col-events-text .col-events-sub {
      font-size: 11px;
      margin-bottom: 10px; }
    .col-events .col-events-text .col-events-view {
      font-size: 11px;
      margin-top: 10px; }
    .col-events .col-events-text .col-events-default {
      font-family: Arial, Helvetica, sans-serf;
      font-weight: normal;
      -webkit-font-smoothing: antialiased; }
      .col-events .col-events-text .col-events-default ul {
        list-style: none;
        margin: 0;
        padding: 0; }
    .col-events .col-events-text ul.attendance {
      list-style: none;
      margin: 0;
      padding: 0; }
      .col-events .col-events-text ul.attendance li {
        float: left;
        background-position: -350px -50px;
        display: block;
        height: 25px;
        margin-right: 5px;
        margin-bottom: 20px;
        width: 25px;
        background-image: url("../img/sprite-icons.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .col-events .col-events-text ul.attendance li {
            background-image: url("../img/sprite-icons2x.png") !important; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .col-events .col-events-text ul.attendance li {
            -webkit-background-size: 700px 700px;
            -moz-background-size: 700px 700px;
            -o-background-size: 700px 700px;
            -ms-background-size: 700px 700px;
            background-size: 700px 700px; } }
    .col-events .col-events-text .col-dl-horizontal {
      margin-bottom: 10px; }
      .col-events .col-events-text .col-dl-horizontal dt {
        font-size: 14px;
        letter-spacing: 0; }
      .col-events .col-events-text .col-dl-horizontal dd {
        border: 0;
        margin: 0 0 5px 70px;
        padding: 0; }
  .col-events.inseadmoments {
    position: relative; }
    .col-events.inseadmoments .col-events-image img {
      max-width: 100%;
      width: 100%; }
    .col-events.inseadmoments .col-events-text p {
      margin: 0 0 5px;
      word-break: break-all; }
    .col-events.inseadmoments .col-events-text .iguser {
      color: #006e51;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
    .col-events.inseadmoments .col-events-cover {
      background: none;
      color: #ffffff;
      cursor: pointer;
      left: 0;
      height: 100%;
      opacity: 0;
      padding: 80px 20px;
      position: absolute;
      top: 0;
      width: 100%;
      word-break: break-all;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .col-events.inseadmoments .col-events-cover.hoverIt {
        background: rgba(0, 0, 0, 0.8);
        background-image: url(../img/bg-transparent-black.png) \9;
        opacity: 1;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .col-events.inseadmoments .col-events-cover p {
        margin: 0 0 10px; }
      .col-events.inseadmoments .col-events-cover .iguser {
        color: #a0ce67;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .col-events .col-events-image .col-events-icon {
      padding: 10px; }
    .col-events .col-events-image .col-events-caption {
      padding: 2px 4px; }
      .col-events .col-events-image .col-events-caption.icon {
        padding: 2px 4px 2px 50px; }
        .col-events .col-events-image .col-events-caption.icon span {
          padding-left: 0; }
    .col-events .col-events-text {
      padding: 20px; }
    .col-events.inseadmoments .col-events-cover {
      padding: 60px 10px;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .col-events.inseadmoments .col-events-cover p {
        margin: 0 0 10px; }
      .col-events.inseadmoments .col-events-cover .iguser {
        color: #a0ce67;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; } }
  @media only screen and (max-width: 640px) {
    .col-events .col-events-image a img {
      max-width: 100%;
      width: 100%; }
    .col-events.inseadmoments .col-events-cover {
      padding: 40px 10px; } }

.col-txtbtn {
  background-position: center top;
  background-repeat: repeat-y;
  min-height: 97px; }
  .col-txtbtn .col-txtbtn-left {
    float: right;
    text-align: right;
    width: 78%; }
  .col-txtbtn .col-txtbtn-right {
    width: 78%; }
  .col-txtbtn h5 {
    margin-bottom: 20px; }
  @media only screen and (max-width: 640px) {
    .col-txtbtn {
      background-image: none !important;
      min-height: 0; }
      .col-txtbtn .col-txtbtn-left,
      .col-txtbtn .col-txtbtn-right {
        float: none;
        text-align: center;
        width: 100%; }
      .col-txtbtn .col-txtbtn-left {
        margin-bottom: 20px; }
      .col-txtbtn .col-txtbtn-right {
        margin-bottom: 0; } }

ul.bullet {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }
  ul.bullet li {
    margin-bottom: 5px; }
    ul.bullet li a {
      color: #d14e1c; }
      ul.bullet li a span {
        background-position: -300px -100px;
        background-repeat: no-repeat;
        display: inline-block;
        height: 4px;
        margin-right: 6px;
        position: relative;
        top: -3px;
        width: 4px;
        background-image: url("../img/sprite-icons.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.bullet li a span {
            background-image: url("../img/sprite-icons2x.png") !important; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.bullet li a span {
            -webkit-background-size: 700px 700px;
            -moz-background-size: 700px 700px;
            -o-background-size: 700px 700px;
            -ms-background-size: 700px 700px;
            background-size: 700px 700px; } }
      ul.bullet li a:hover {
        color: #444444; }

a.link-more {
  color: #d14e1c; }
  a.link-more span {
    background: url(../img/sprite-arrow-more.png) -5px -14px no-repeat;
    display: inline-block;
    height: 7px;
    width: 5px; }
  a.link-more:hover {
    color: #444444; }
    a.link-more:hover span {
      background-position: -5px 0; }

.chart-giving {
  margin: 0 0 20px; }

.bq-author {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.bq-company {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.filter-green {
  background: #006e51; }
  .filter-green label {
    color: #ffffff;
    margin: 13px 0; }
  .filter-green .select-white {
    width: 30%; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .filter-green label {
      margin: 8px 0 0; } }
  @media only screen and (max-width: 640px) {
    .filter-green label {
      margin: 8px 0 0; } }

.section-tabs {
  border-bottom: 5px solid #dadada; }
  .section-tabs ul.nav-tabs {
    border: 0;
    margin: 0 auto;
    text-align: center;
    width: 600px; }
    .section-tabs ul.nav-tabs li {
      margin: 0 5px -5px; }
      .section-tabs ul.nav-tabs li a {
        background: none;
        border: 0;
        color: #444444;
        cursor: pointer;
        font-size: 17px;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
        .section-tabs ul.nav-tabs li a:hover {
          background: url(../img/bar-arrow-up-orange.png) 50% 100% no-repeat;
          border: 0;
          color: #006e51; }
      .section-tabs ul.nav-tabs li.active a {
        background: url(../img/bar-arrow-up-orange.png) 50% 100% no-repeat;
        color: #006e51; }
  @media only screen and (max-width: 640px) {
    .section-tabs .nav-tabs li {
      margin: 0 0 -5px !important; }
      .section-tabs .nav-tabs li a {
        font-size: 14px !important;
        padding: 10px 5px; } }

.box-fluid {
  margin-bottom: 30px;
  position: relative;
  width: 100%; }
  .box-fluid .box-left {
    float: left;
    width: auto; }
  .box-fluid .box-right {
    width: auto; }
  .box-fluid .box-default blockquote {
    margin: 0 10px 20px; }
  .box-fluid.with-avatar .box-left {
    float: left; }
  .box-fluid.with-avatar .box-right {
    padding-left: 24%; }
  .box-fluid.with-avatar-2cols .box-left {
    float: left; }
  .box-fluid.with-avatar-2cols .box-right {
    padding-left: 34%; }
  .box-fluid.linkedin-avatar .box-right {
    padding-left: 18%; }
  .box-fluid.linkedin-avatar-sm .box-right {
    padding-left: 32%; }
  .box-fluid .btn-close-gray {
    right: 0;
    position: absolute;
    top: 0; }
  @media only screen and (max-width: 960px) {
    .box-fluid {
      margin-bottom: 20px;
      padding: 0 10px;
      text-align: center; }
      .box-fluid .box-left {
        float: none;
        margin-bottom: 20px;
        padding: 0;
        width: 100%; }
      .box-fluid .box-right {
        float: none;
        padding: 0 !important;
        width: 100%; }
      .box-fluid .freehtml {
        text-align: center; } }

.events > .row {
  margin-top: -40px; }

.equal-box .equal-width {
  box-sizing: border-box;
  padding: 0 10px;
  float: left; }
  .equal-box .equal-width.border {
    border-right: 1px solid #dadada; }
  .equal-box .equal-width.nopadding {
    padding: 0; }
  .equal-box .equal-width.equal-inline {
    margin: 0 0 20px;
    padding: 0; }
  .equal-box .equal-width.equal-tab {
    margin: 20px 0 0;
    position: relative;
    top: -15px; }
    .equal-box .equal-width.equal-tab a {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
    .equal-box .equal-width.equal-tab.item {
      background: none; }
    .equal-box .equal-width.equal-tab.active a {
      background: url(../img/bar-arrow-up-orange.png) 50% 100% no-repeat;
      color: #006e51;
      text-decoration: none; }
  .equal-box .equal-width:last-child {
    border: 0; }
.equal-box .equal-height {
  margin: 0 0 20px; }
@media only screen and (max-width: 960px) {
  .equal-box.equal-responsive-sm .equal-width {
    width: 100% !important; }
  .equal-box .equal-width {
    float: none;
    margin: 0 0 20px;
    padding: 0 0 20px; }
    .equal-box .equal-width.border {
      border-right: 0;
      padding-bottom: 10px; }
      .equal-box .equal-width.border:last-child {
        border: 0; }
    .equal-box .equal-width.nopadding {
      float: left !important; }
      .equal-box .equal-width.nopadding a {
        padding: 30px 3px; }
      .equal-box .equal-width.nopadding a:hover {
        padding: 30px 3px 29px; }
      .equal-box .equal-width.nopadding.active a {
        padding-bottom: 29px; }
    .equal-box .equal-width.equal-block {
      width: 100% !important; }
    .equal-box .equal-width.equal-inline {
      float: left !important;
      padding: 0; }
    .equal-box .equal-width.equal-tab {
      float: left !important;
      margin: 0;
      position: relative;
      top: 0;
      width: 100% !important; }
      .equal-box .equal-width.equal-tab.item {
        display: none; }
      .equal-box .equal-width.equal-tab.active {
        display: block; }
      .equal-box .equal-width.equal-tab a {
        display: block;
        font-size: 17px; }
    .equal-box .equal-width p:last-child {
      margin: 0; }
  .equal-box .equal-height {
    margin: 0 0 20px; } }
@media only screen and (max-width: 640px) {
  .equal-box.equal-responsive-xs .equal-width {
    width: 100% !important; }
  .equal-box .equal-width.nopadding.active a, .equal-box .equal-width.nopadding:hover a {
    padding: 20px 0 19px; }
  .equal-box .equal-width.nopadding a {
    padding: 20px 0; }
  .equal-box .equal-width.nopadding.active a, .equal-box .equal-box .equal-width.nopadding:hover a {
    padding-bottom: 30px; } }
@media only screen and (max-width: 960px) {
  .equal-box.equal-responsive .equal-width {
    width: 100% !important; } }

.blurb {
  display: none;
  left: -64px;
  position: absolute;
  top: 45px;
  z-index: 7777; }
  .blurb.show {
    display: block; }
  .blurb .blurb-inner {
    background: #444;
    color: #ffffff;
    display: block;
    height: auto;
    padding: 14px 10px;
    position: relative;
    text-align: left;
    width: 180px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .blurb .blurb-inner .arrow {
      background-image: url(../img/diamond-black.png);
      background-position: 0 0;
      display: block;
      height: 7px;
      left: 50%;
      margin-left: -7px;
      position: absolute;
      top: -7px;
      width: 14px; }
    .blurb .blurb-inner a:hover {
      color: #a0ce67; }

/* Contact Form */
.contact-form {
  text-align: left; }
  .contact-form label {
    clear: both;
    display: block;
    margin: 0 0 20px;
    width: 100%; }
    .contact-form label span {
      float: left;
      margin: 4px 0 0;
      width: 30%; }
  @media only screen and (max-width: 640px) {
    .contact-form label span {
      display: block;
      float: none;
      margin: 4px 0 10px;
      width: 100%; }
    .contact-form label input.form-primary[type="text"],
    .contact-form label input.form-primary[type="email"],
    .contact-form label textarea.form-primary,
    .contact-form label .form-primary-select {
      width: 100%; }
    .contact-form label .btn {
      margin-top: -40px; } }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #dadada; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dadada;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dadada;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #dadada; }

input.form-primary[type="text"],
input.form-primary[type="email"],
input.form-primary[type="password"] {
  background: transparent;
  border: 1px solid #006e51;
  color: #444444;
  display: inline-block;
  font-weight: normal;
  height: 25px;
  padding: 2px 10px;
  padding-top: 8px\9;
  width: 220px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  input.form-primary[type="text"]:focus,
  input.form-primary[type="email"]:focus,
  input.form-primary[type="password"]:focus {
    -webkit-border-shadow: none;
    -moz-border-shadow: none;
    border-shadow: none; }

input.form-primary-sm[type="text"] {
  width: 80px; }

.form-primary-select {
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #006e51;
  color: #ffffff;
  display: inline-block;
  height: 25px;
  overflow: hidden;
  vertical-align: middle;
  width: 220px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url("../img/arrow-down-square-green.jpg") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .form-primary-select {
      background-image: url("../img/arrow-down-square-green2x.jpg") !important;
      -webkit-background-size: 24px 23px;
      -moz-background-size: 24px 23px;
      -o-background-size: 24px 23px;
      -ms-background-size: 24px 23px;
      background-size: 24px 23px; } }
  .form-primary-select select {
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #444444;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    padding: 4px 30px 4px 10px;
    padding-top: 3px\9;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100% \9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .form-primary-select select:focus {
      outline: none; }
    .form-primary-select select::-ms-expand {
      display: none; }
  .form-primary-select.select-small {
    width: 142px; }
    .form-primary-select.select-small select {
      padding-right: 32px; }
  .form-primary-select.select-large {
    width: 310px; }
    .form-primary-select.select-large select {
      padding-right: 30px; }
  .form-primary-select.error {
    background-image: none !important; }

textarea.form-primary {
  background: transparent;
  border: 1px solid #006e51;
  color: #444444;
  display: inline-block;
  font-weight: normal;
  height: 170px;
  padding: 12px 10px;
  padding-top: 8px\9;
  width: 370px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  textarea.form-primary:focus {
    -webkit-border-shadow: none;
    -moz-border-shadow: none;
    border-shadow: none; }

.form-control {
  border: 1px solid #006e51 !important; }

.form-control:focus {
  border-color: #006e51 !important;
  box-shadow: none !important; }

input.form-control[type="radio"],
input.form-control[type="checkbox"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  width: auto; }

input[type=range] {
  -webkit-appearance: none; }

input[type=range]:focus {
  outline: none; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #006e51;
  margin-top: -5px; }

.pr-profiler {
  text-align: left; }
  .pr-profiler input.form-range-timeline[type=range]::-webkit-slider-runnable-track {
    height: 23px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .pr-profiler input.form-range-timeline[type=range]::-webkit-slider-thumb {
    margin-top: -2px; }
  .pr-profiler input.form-range-timeline[type=range].only-15 {
    width: 450px; }
    .pr-profiler input.form-range-timeline[type=range].only-15::-webkit-slider-runnable-track, .pr-profiler input.form-range-timeline[type=range].only-15:focus::-webkit-slider-runnable-track {
      background: url(../img/bg-range-timeline.png) 0 0 repeat-x; }
  .pr-profiler input.form-range-timeline[type=range].only-20 {
    width: 594px; }
    .pr-profiler input.form-range-timeline[type=range].only-20::-webkit-slider-runnable-track, .pr-profiler input.form-range-timeline[type=range].only-20:focus::-webkit-slider-runnable-track {
      background: url(../img/bg-range-timeline.png) 0 0 repeat-x; }
  .pr-profiler .form-range-number {
    margin: 0 0 10px; }
    .pr-profiler .form-range-number.only-15 span {
      display: inline-block; }
      .pr-profiler .form-range-number.only-15 span:nth-child(2) {
        margin-left: 124px; }
      .pr-profiler .form-range-number.only-15 span:nth-child(3) {
        margin-left: 124px; }
      .pr-profiler .form-range-number.only-15 span:last-child {
        margin-left: 112px; }
    .pr-profiler .form-range-number.only-20 span {
      display: inline-block; }
      .pr-profiler .form-range-number.only-20 span:nth-child(2) {
        margin-left: 124px; }
      .pr-profiler .form-range-number.only-20 span:nth-child(3) {
        margin-left: 124px; }
      .pr-profiler .form-range-number.only-20 span:nth-child(4) {
        margin-left: 124px; }
      .pr-profiler .form-range-number.only-20 span:last-child {
        margin-left: 112px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .pr-profiler .form-range-number {
      margin: 0 0 10px; }
      .pr-profiler .form-range-number.only-20 span:last-child {
        margin-left: 108px; } }
  @media only screen and (max-width: 640px) {
    .pr-profiler input.form-range-timeline[type=range].only-15 {
      width: 300px; }
      .pr-profiler input.form-range-timeline[type=range].only-15::-webkit-slider-runnable-track, .pr-profiler input.form-range-timeline[type=range].only-15:focus::-webkit-slider-runnable-track {
        background: url(../img/bg-range-xs15-i5p.png) 0 0 no-repeat; }
    .pr-profiler input.form-range-timeline[type=range].only-20 {
      width: 300px; }
      .pr-profiler input.form-range-timeline[type=range].only-20::-webkit-slider-runnable-track, .pr-profiler input.form-range-timeline[type=range].only-20:focus::-webkit-slider-runnable-track {
        background: url(../img/bg-range-xs20-i5p.png) 0 0 no-repeat; }
    .pr-profiler .form-range-number.only-15 span:nth-child(2) {
      margin-left: 74px !important; }
    .pr-profiler .form-range-number.only-15 span:nth-child(3) {
      margin-left: 74px !important; }
    .pr-profiler .form-range-number.only-15 span:last-child {
      margin-left: 56px !important; }
    .pr-profiler .form-range-number.only-20 span:nth-child(2) {
      margin-left: 46px !important; }
    .pr-profiler .form-range-number.only-20 span:nth-child(3) {
      margin-left: 54px !important; }
    .pr-profiler .form-range-number.only-20 span:nth-child(4) {
      margin-left: 50px !important; }
    .pr-profiler .form-range-number.only-20 span:last-child {
      margin-left: 30px !important; } }

.pr-linkedin {
  text-align: left; }
  .pr-linkedin .pr-info {
    margin: 0 0 30px; }
    .pr-linkedin .pr-info .img-circle {
      float: left;
      margin: 0 30px 0 0; }
  @media only screen and (max-width: 640px) {
    .pr-linkedin .pr-info .img-circle {
      display: block;
      float: none;
      margin: 0 auto 30px; } }

.list-btn-dropdown > a {
  display: none; }
.list-btn-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-btn-dropdown ul li {
    display: inline-block; }
@media only screen and (max-width: 640px) {
  .list-btn-dropdown > a {
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #006e51;
    color: #444444;
    display: inline-block;
    height: 25px;
    overflow: hidden;
    padding: 2px 10px;
    vertical-align: middle;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url("../img/arrow-down-square-green.jpg") !important; } }
  @media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 640px) and (min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (min-resolution: 192dpi), only screen and (max-width: 640px) and (min-resolution: 2dppx) {
    .list-btn-dropdown > a {
      background-image: url("../img/arrow-down-square-green2x.jpg") !important;
      -webkit-background-size: 24px 23px;
      -moz-background-size: 24px 23px;
      -o-background-size: 24px 23px;
      -ms-background-size: 24px 23px;
      background-size: 24px 23px; } }
@media only screen and (max-width: 640px) {
  .list-btn-dropdown ul {
    display: none;
    border: 1px solid #dadada;
    max-height: 150px;
    overflow: hidden;
    overflow-y: scroll; }
    .list-btn-dropdown ul li {
      display: block; }
      .list-btn-dropdown ul li a {
        background: none !important;
        color: #444444 !important;
        display: block !important;
        font-family: Arial !important;
        margin: 0 10px !important;
        padding: 5px 0;
        text-align: left !important;
        text-transform: none !important; }
    .list-btn-dropdown ul.show {
      display: block; } }

.form-primary.form-full-width,
.form-primary.form-half-width {
  height: auto !important;
  padding: 2px 10px !important; }
  .form-primary.form-full-width.with-currency,
  .form-primary.form-half-width.with-currency {
    padding-left: 28px !important; }

.label-currency {
  color: #006e51;
  font-size: 13px;
  left: 18px;
  position: absolute;
  top: 33px; }

.form-inline {
  display: inline-block; }

.form-full-width {
  width: 100% !important; }

.form-half-width {
  width: 49% !important; }

input.form-primary.form-full-width.error {
  border: 1px solid red; }

.form-primary-select.form-full-width.error {
  background-image: none;
  border: 1px solid red; }

label {
  font-weight: normal; }

label.form-secondary span {
  position: relative; }
label.form-secondary input[type="text"],
label.form-secondary input[type="email"] {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-weight: normal;
  height: 25px;
  padding: 12px 24px 12px 10px;
  padding-top: 8px\9;
  position: relative;
  width: 220px;
  z-index: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  label.form-secondary input[type="text"]:focus,
  label.form-secondary input[type="email"]:focus {
    -webkit-border-shadow: none;
    -moz-border-shadow: none;
    border-shadow: none; }
label.form-secondary .icon-search {
  position: relative;
  right: 22px; }
@media only screen and (max-width: 640px) {
  label.form-secondary span {
    display: block;
    margin-bottom: 5px; }
  label.form-secondary input[type="text"],
  label.form-secondary input[type="email"] {
    width: 100%; }
  label.form-secondary.pull-right {
    float: none !important; } }

.form-secondary-select {
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  height: 25px;
  overflow: hidden;
  vertical-align: middle;
  width: 220px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url("../img/arrow-down-square-white.jpg") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .form-secondary-select {
      background-image: url("../img/arrow-down-square-white2x.jpg") !important;
      -webkit-background-size: 24px 23px;
      -moz-background-size: 24px 23px;
      -o-background-size: 24px 23px;
      -ms-background-size: 24px 23px;
      background-size: 24px 23px; } }
  .form-secondary-select select {
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    padding: 4px 10px;
    padding-top: 3px\9;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100% \9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .form-secondary-select select:focus {
      outline: none; }
    .form-secondary-select select::-ms-expand {
      display: none; }
  @media only screen and (max-width: 640px) {
    .form-secondary-select {
      width: 100%; } }

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #444444; }

.form-search-cta input[type="text"] {
  border: 1px solid #006e51;
  font-size: 13px;
  padding: 5px;
  width: 94%;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
.form-search-cta .btn-cta {
  background-color: #006e51;
  background-position: 14px 8px;
  background-repeat: no-repeat;
  color: #ffffff;
  margin: 0 0 0 -4px;
  padding: 5px 5px 6px;
  text-indent: -9999px;
  width: 6%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-image: url("../img/arrow-search-cta.png") !important; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .form-search-cta .btn-cta {
      background-image: url("../img/arrow-search-cta2x.png") !important;
      -webkit-background-size: 9px 14px;
      -moz-background-size: 9px 14px;
      -o-background-size: 9px 14px;
      -ms-background-size: 9px 14px;
      background-size: 9px 14px; } }

.lbox-carousel {
  height: 300px !important;
  padding: 30px 0; }
  .lbox-carousel .caroufredsel_wrapper, .lbox-carousel .slider, .lbox-carousel .slider li {
    width: 100% !important; }
  .lbox-carousel .lbox-container {
    margin: 0 auto;
    width: 600px; }
  .lbox-carousel .cta {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%; }
  .lbox-carousel .pager {
    bottom: auto !important;
    top: 0; }

.lbox-container {
  margin: 0 auto;
  width: 600px; }

.btnPrint {
  background: #a0ce67;
  bottom: auto;
  color: #ffffff;
  display: block;
  height: 80px;
  position: absolute;
  right: 81px;
  text-indent: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 80px;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  .btnPrint img {
    margin: 10px 0; }
  .btnPrint:hover {
    color: #ffffff; }
  @media only screen and (max-width: 640px) {
    .btnPrint {
      height: 40px;
      right: 41px;
      width: 40px; }
      .btnPrint img {
        width: 16px; } }

.small-container {
  margin: 0 auto;
  text-align: left;
  width: 75%; }

.chosen-container {
  margin: 0 0 20px; }
  .chosen-container .chosen-choices {
    background-image: none !important;
    border: 1px solid #006e51 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .chosen-container .chosen-choices .search-choice {
      background: #006e51 !important;
      border: 0 !important;
      box-shadow: none !important;
      padding: 10px 24px 10px 10px !important;
      color: #ffffff !important; }
      .chosen-container .chosen-choices .search-choice .search-choice-close {
        right: 5px !important;
        top: 11px !important; }

.map-content {
  position: relative; }
  .map-content .map-image {
    position: relative;
    text-align: center;
    z-index: 1; }
  .map-content .map-location {
    display: block;
    height: 22px;
    position: absolute;
    top: 0;
    width: 16px;
    z-index: 2; }
    .map-content .map-location p.last {
      margin: 0; }
    .map-content .map-location.active {
      z-index: 3; }
    .map-content .map-location > a {
      background: url(../img/icon-map-location-green.png) center center no-repeat;
      display: block;
      height: 22px;
      text-indent: -9999px;
      width: 16px;
      z-index: 1; }
      .map-content .map-location > a:hover {
        background: url(../img/icon-map-location-orange.png) center center no-repeat; }
    .map-content .map-location.one {
      left: 284px;
      top: 100px; }
    .map-content .map-location.two {
      left: 272px;
      top: 120px; }
    .map-content .map-location.three {
      left: 298px;
      top: 130px; }
    .map-content .map-location.four {
      left: 318px;
      top: 214px; }
    .map-content .map-location.five {
      left: 450px;
      top: 118px; }
    .map-content .map-location.six {
      left: 488px;
      top: 99px; }
    .map-content .map-location.seven {
      left: 510px;
      top: 120px; }
    .map-content .map-location.eight {
      left: 558px;
      top: 155px; }
    .map-content .map-location.nine {
      left: 546px;
      top: 245px; }
    .map-content .map-location.ten {
      left: 730px;
      top: 105px; }
    .map-content .map-location.eleven {
      left: 678px;
      top: 148px; }
    .map-content .map-location.twelve {
      left: 675px;
      top: 226px; }
    .map-content .map-location.thirteen {
      left: 740px;
      top: 282px; }
    .map-content .map-location.fourteen {
      left: 782px;
      top: 308px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .map-content .map-image img {
      width: 100%; }
    .map-content .map-location.one {
      left: 136px;
      top: 86px; }
    .map-content .map-location.two {
      left: 126px;
      top: 106px; }
    .map-content .map-location.three {
      left: 148px;
      top: 116px; }
    .map-content .map-location.four {
      left: 168px;
      top: 198px; }
    .map-content .map-location.five {
      left: 280px;
      top: 104px; }
    .map-content .map-location.six {
      left: 312px;
      top: 85px; }
    .map-content .map-location.seven {
      left: 336px;
      top: 102px; }
    .map-content .map-location.eight {
      left: 374px;
      top: 134px; }
    .map-content .map-location.nine {
      left: 367px;
      top: 222px; }
    .map-content .map-location.ten {
      left: 529px;
      top: 90px; }
    .map-content .map-location.eleven {
      left: 484px;
      top: 126px; }
    .map-content .map-location.twelve {
      left: 480px;
      top: 198px; }
    .map-content .map-location.thirteen {
      left: 536px;
      top: 246px; }
    .map-content .map-location.fourteen {
      left: 576px;
      top: 270px; } }
  @media only screen and (max-width: 640px) {
    .map-content .map-image img {
      width: 100%; }
    .map-content .map-location.one {
      left: 52px;
      top: 41px; }
    .map-content .map-location.two {
      left: 62px;
      top: 26px; }
    .map-content .map-location.three {
      left: 70px;
      top: 46px; }
    .map-content .map-location.four {
      left: 80px;
      top: 90px; }
    .map-content .map-location.five {
      left: 135px;
      top: 42px; }
    .map-content .map-location.six {
      left: 152px;
      top: 34px; }
    .map-content .map-location.seven {
      left: 167px;
      top: 43px; }
    .map-content .map-location.eight {
      left: 182px;
      top: 57px; }
    .map-content .map-location.nine {
      left: 180px;
      top: 102px; }
    .map-content .map-location.ten {
      left: 260px;
      top: 36px; }
    .map-content .map-location.eleven {
      left: 238px;
      top: 52px; }
    .map-content .map-location.twelve {
      left: 234px;
      top: 89px; }
    .map-content .map-location.thirteen {
      left: 262px;
      top: 110px; }
    .map-content .map-location.fourteen {
      left: 285px;
      top: 124px; } }

.blurb-map {
  bottom: 22px;
  display: none;
  position: absolute;
  left: -20px;
  z-index: 2; }
  .blurb-map.show {
    display: block; }
  .blurb-map .blurb-map-content {
    position: relative; }
  .blurb-map .blurb-map-details {
    background: #333333;
    color: #ffffff;
    margin-bottom: 8px;
    padding: 20px;
    text-align: left;
    text-indent: 0;
    width: 250px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .blurb-map .blurb-map-details p {
      margin: 0 0 10px; }
  .blurb-map .blurb-map-arrow {
    bottom: -8px;
    background: url(../img/arrow-blurb-map.png) center center no-repeat;
    display: block;
    height: 8px;
    position: absolute;
    width: 16px; }
    .blurb-map .blurb-map-arrow.left {
      left: 20px; }

.blurb-map-content {
  padding-top: 20px;
  text-align: left;
  width: 250px; }

.ytvideo {
  height: 600px;
  width: 100%; }

label span {
  font-weight: normal;
  margin-right: 5px; }

.text-results {
  margin: 5px 0 0 0;
  text-align: right; }
  @media only screen and (max-width: 640px) {
    .text-results {
      text-align: left; } }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .ie8 .main-section {
    margin-top: -610px; } }
@media only screen and (max-width: 640px) {
  .ie8 .main-section {
    margin-top: -520px; } }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .ie9 .main-section {
    margin-top: -610px; } }
@media only screen and (max-width: 640px) {
  .ie9 .main-section {
    margin-top: -516px; } }

.test-page tbody tr td {
  padding: 8px !important; }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .sm-center {
    text-align: center; }
    .sm-center dt, .sm-center dd {
      text-align: center !important; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .hidden-sm {
    display: none; } }

@media only screen and (max-width: 640px) {
  .hidden-xs {
    display: none; } }

@media only screen and (max-width: 640px) {
  .xs-center {
    text-align: center; }
    .xs-center img {
      margin-bottom: 20px; } }
@media only screen and (max-width: 640px) {
  .text-responsive .freehtml {
    text-align: center; } }
.events-details-info {
  margin-bottom: 30px; }
  .events-details-info p {
    font-size: 16px; }

.admin-menu {
  overflow-x: hidden; }
  .admin-menu header {
    z-index: 400 !important; }
  .admin-menu .without-banner, .admin-menu .no-banner {
    margin-top: 0 !important; }
  .admin-menu .back-to-top.show {
    display: none !important; }
  .admin-menu .news-detail-content {
    margin-top: 0 !important; }
  .admin-menu .with-filter {
    position: static;
    z-index: 1; }
  .admin-menu .faculty-profile-filter {
    margin-top: -40px; }
  .admin-menu .container {
    width: 960px; }
    @media only screen and (max-width: 640px) {
      .admin-menu .container {
        width: 100%; } }
  .admin-menu #thumbs-wrapper {
    top: 28px; }
  .admin-menu #thumbs-wrapper #thumbs a {
    padding: 0 0 20px; }
  .admin-menu .carousel-container {
    padding-bottom: 18px; }

.element-invisible {
  display: none; }

.panels-ipe-sort-container .panels-ipe-portlet-content .without-banner.only-title {
  margin-top: 0 !important; }

#inline-content-events-speaking {
  padding-right: 30px; }

/* Requested by PKK */
.col-md-offset-3col {
  margin-left: 12.33333%; }

.col-md-offset-1col {
  margin-left: 37.33333%; }

.select-white select option {
  background: #ffffff; }

#at3winssi {
  display: none !important; }

#at3winfooter {
  display: none; }

.eventboxes .eventbox.igimage .image a img {
  height: 100%;
  width: 100%; }

.table-striped tbody tr:nth-child(even) .sub-node-table td {
  background: #ffffff !important; }

.table-striped tbody tr:nth-child(odd) .sub-node-table td {
  background: #eee !important; }

html.js input.form-autocomplete {
  background-image: none !important; }

.facetapi-checkbox {
  color: #444444;
  margin-left: 5px;
  position: relative;
  top: 1px; }

.faculty-profile-filter {
  margin-top: 155px; }

#apol-login-container {
  width: 100%; }
  #apol-login-container .apol-login-message-block {
    color: #006e51;
    font-style: italic; }
  #apol-login-container .form-group {
    text-align: left;
    width: 400px; }
    #apol-login-container .form-group .heading4 {
      position: relative;
      top: 8px;
      vertical-align: top;
      width: 110px; }
    #apol-login-container .form-group #apol-login,
    #apol-login-container .form-group #apol-login-password {
      background: transparent;
      margin: 0 0 30px;
      width: 286px; }

.search-dropdown .form-item-search-block-form {
  display: inline-block; }
  .search-dropdown .form-item-search-block-form label {
    display: none; }
  .search-dropdown .form-item-search-block-form input {
    background: transparent;
    border-top: 1px solid #a0ce67;
    border-bottom: 1px solid #a0ce67;
    border-left: 1px solid #a0ce67;
    color: #ffffff;
    display: inline-block;
    height: auto;
    padding: 5px 7px;
    width: 196px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; }
.search-dropdown .form-actions {
  display: inline-block; }
  .search-dropdown .form-actions .form-submit {
    position: relative;
    top: 6px; }

.filter-search .form-submit {
  background-color: transparent !important;
  background-image: url(../img/icon-search-white.png) !important;
  background-size: 14px 14px !important;
  border: 0 !important;
  display: inline-block !important;
  height: 14px !important;
  position: relative !important;
  right: 20px !important;
  vertical-align: middle !important;
  width: 14px !important;
  z-index: 2 !important; }

#spelling-suggestions-container dl.form-item {
  text-align: left; }
  #spelling-suggestions-container dl.form-item dt {
    display: inline-block;
    margin-right: 5px; }
  #spelling-suggestions-container dl.form-item dd {
    display: inline-block; }

.eloqua_form input[type=text] {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #006e51;
  display: block;
  float: left;
  margin: 0 auto 10px;
  padding: 5px 10px;
  width: 300px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
.eloqua_form select {
  background: transparent;
  border: 1px solid #006e51;
  cursor: pointer;
  font-size: 13px;
  height: 30px; }

.form-eloqua {
  text-align: left; }
  .form-eloqua .field-wrapper {
    margin-bottom: 10px; }
    .form-eloqua .field-wrapper p {
      margin: 0; }
  .form-eloqua input[type="text"] {
    background: transparent;
    border: 1px solid #006e51;
    color: #444444;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 2px 10px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .form-eloqua .form-type-select {
    background-image: url("../img/arrow-down-square-green.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #006e51;
    color: #444444;
    display: inline-block;
    height: 25px;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .form-eloqua .form-type-select select {
      background: transparent;
      border: 0;
      cursor: pointer;
      color: #444444;
      display: inline-block;
      font-weight: normal;
      line-height: 1;
      padding: 4px 10px;
      padding-top: 3px\9;
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      width: 100% \9;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      /*
      background: transparent;
      border: 1px solid $color-green;
      font-size: 14px;
      height: 28px;
      margin: 0 0 10px;
      padding: 6px 10px;
      width: 100%;
      @include border-radius(4px);
      */ }
  .form-eloqua input[type="submit"] {
    background: #006e51;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 40px !important;
    margin: 0 0 10px;
    padding: 11px 10px;
    -webkit-appearance: none; }
    .form-eloqua input[type="submit"]:hover {
      background: #d14e1c; }
  .form-eloqua .form-type-checkbox input[type="checkbox"] {
    display: none; }
  .form-eloqua .form-type-checkbox input[type="checkbox"] + label span {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../img/sprite-checkbox.png) left top no-repeat;
    cursor: pointer; }
  .form-eloqua .form-type-checkbox input[type="checkbox"]:checked + label span {
    background: url(../img/sprite-checkbox.png) -19px top no-repeat; }
  .form-eloqua .form-type-checkbox label {
    font-weight: normal; }
  .form-eloqua .form-type-radio input[type="radio"] {
    display: none; }
  .form-eloqua .form-type-radio input[type="radio"] + label span {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../img/sprite-checkbox.png) -40px top no-repeat;
    cursor: pointer; }
  .form-eloqua .form-type-radio input[type="radio"]:checked + label span {
    background: url(../img/sprite-checkbox.png) -58px top no-repeat; }
  .form-eloqua .form-type-radio label {
    font-weight: normal; }
  .form-eloqua input[type="checkbox"],
  .form-eloqua input[type="radio"] {
    margin: -3px 5px 0 0;
    vertical-align: middle; }
    .form-eloqua input[type="checkbox"] span,
    .form-eloqua input[type="radio"] span {
      vertical-align: middle; }
  .form-eloqua .LV_valid_field,
  .form-eloqua input.LV_valid_field:hover,
  .form-eloqua input.LV_valid_field:active,
  .form-eloqua textarea.LV_valid_field:hover,
  .form-eloqua textarea.LV_valid_field:active {
    border: 1px solid #006e51 !important; }
  .form-eloqua .LV_invalid_field,
  .form-eloqua input.LV_invalid_field:hover,
  .form-eloqua input.LV_invalid_field:active,
  .form-eloqua textarea.LV_invalid_field:hover,
  .form-eloqua textarea.LV_invalid_field:active {
    border: 1px solid #ff0000 !important; }
  .form-eloqua .LV_invalid {
    color: #cc0000;
    font-size: 14px !important; }
  .form-eloqua .LV_validation_message {
    font-weight: normal !important;
    margin: 0 0 0 5px; }
  .form-eloqua .LV_validation_message.LV_valid {
    display: none; }

.form-eloqua-embed form {
  font-family: Arial;
  text-align: left; }
.form-eloqua-embed input[type="text"] {
  background: transparent;
  border: 1px solid #006e51;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #444;
  font-size: 14px;
  margin: 0 0 10px;
  padding: 4px 10px;
  width: 100%; }
.form-eloqua-embed select {
  background: transparent;
  border: 1px solid #006e51;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  height: 28px;
  margin: 0 0 10px;
  padding: 6px 10px;
  width: 100%; }
.form-eloqua-embed input[type="submit"] {
  background: #006e51;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 40px !important;
  margin: 0 0 10px;
  padding: 11px 10px;
  -webkit-appearance: none; }
.form-eloqua-embed input[type="submit"]:hover {
  background: #d14e1c; }
.form-eloqua-embed .field-wrapper {
  margin-bottom: 20px; }
.form-eloqua-embed .LV_valid_field,
.form-eloqua-embed input.LV_valid_field:hover,
.form-eloqua-embed input.LV_valid_field:active,
.form-eloqua-embed textarea.LV_valid_field:hover,
.form-eloqua-embed textarea.LV_valid_field:active {
  border: 1px solid #006e51  !important; }
.form-eloqua-embed .LV_invalid_field,
.form-eloqua-embed input.LV_invalid_field:hover,
.form-eloqua-embed input.LV_invalid_field:active,
.form-eloqua-embed textarea.LV_invalid_field:hover,
.form-eloqua-embed textarea.LV_invalid_field:active {
  border: 1px solid #cc0000 !important; }
.form-eloqua-embed .LV_invalid {
  color: #cc0000;
  font-size: 14px !important; }
.form-eloqua-embed .LV_validation_message {
  font-weight: normal !important;
  margin: 0 0 0 5px; }

.filter-input-text {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 2px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.filter-input-submit {
  background: #a0ce67;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  height: auto !important;
  padding: 4px 10px 5px;
  text-transform: uppercase;
  -webkit-appearance: none;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .filter-input-submit:hover {
    background: #d14e1c; }

.giving-gift .list-indicator {
  position: relative;
  top: 40px; }
.giving-gift .tab-content {
  margin-top: -20px; }
@media only screen and (max-width: 640px) {
  .giving-gift .list-indicator {
    display: none; }
  .giving-gift .tab-pane {
    border: 1px solid #dadada;
    display: block;
    margin: 10px;
    padding-bottom: 20px;
    padding-top: 20px; }
    .giving-gift .tab-pane .heading3 {
      color: #dadada;
      margin-bottom: 0 !important; }
    .giving-gift .tab-pane .container {
      display: none; }
    .giving-gift .tab-pane.active .heading3 {
      color: #444444;
      margin-bottom: 40px !important; }
    .giving-gift .tab-pane.active .container {
      display: block; } }

.country-listbox {
  margin-bottom: 5px; }
  .country-listbox .country-name {
    border-bottom: 1px solid #dadada;
    margin-bottom: 15px;
    min-height: 60px; }

.carousel-cp-links ul,
.carousel-cp-text ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .carousel-cp-links ul li,
  .carousel-cp-text ul li {
    float: left; }

.sidebar-right .container {
  padding: 0;
  width: 700px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .sidebar-right .container {
      width: 456px; } }
  @media only screen and (max-width: 640px) {
    .sidebar-right .container {
      padding: 0;
      width: 100%; } }

.imageboxes.carousel.slide .carousel-inner .item {
  float: left;
  width: 100%; }
  .imageboxes.carousel.slide .carousel-inner .item .col-md-3.columns {
    width: 24.5%; }
    .imageboxes.carousel.slide .carousel-inner .item .col-md-3.columns:first-child {
      margin-left: 1.2%; }
  .imageboxes.carousel.slide .carousel-inner .item .col-md-4.columns {
    width: 32.65%; }
    .imageboxes.carousel.slide .carousel-inner .item .col-md-4.columns:first-child {
      margin-left: 1.2%; }

#inline-content-login .tab-wrap {
  height: 100px; }
#inline-content-login .tab-wrap ul li span {
  top: 0; }
@-moz-document url-prefix() {
  #inline-content-login .tab-wrap ul li span {
    top: 20px; } }
@media only screen and (max-width: 640px) {
  #inline-content-login .tab-wrap ul li .tab-login {
    padding: 21px 0 !important; }
  #inline-content-login .tab-wrap ul li .tab-signup {
    padding: 20px 0 !important; }
  #inline-content-login .tab-wrap ul li.active .tab-login {
    padding: 20px 0 !important; }
  #inline-content-login .tab-wrap ul li.active .tab-signup {
    padding: 20px 0 !important; }
  #inline-content-login .tab-wrap.mtop20 {
    margin-top: 0 !important; } }

.tab-pane.active {
  padding-top: 0; }

.login-details {
  padding: 0 40px 40px;
  width: 100%; }
  .login-details .row {
    background: url(../img/bg-line.jpg) 366px 0 repeat-y; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .login-details {
      padding: 0 40px 40px; }
      .login-details .row {
        background-position: 252px 0; } }
  @media only screen and (max-width: 640px) {
    .login-details {
      padding: 20px; }
      .login-details .row {
        background: none; }
      .login-details .col-md-5 {
        border-bottom: 1px solid #dadada;
        margin-bottom: 20px;
        text-align: center; }
        .login-details .col-md-5 .heading4 {
          margin-bottom: 10px !important; }
        .login-details .col-md-5 .list-social {
          margin: 0 0 10px 0; }
          .login-details .col-md-5 .list-social li {
            margin: 0 10px 0 !important; }
      .login-details .col-md-6 {
        text-align: center; }
        .login-details .col-md-6 .btn-primary {
          display: block; }
      .login-details .col-md-8 .form-half-width {
        float: none;
        width: 100% !important; } }

.suggestion-text {
  color: #006e51;
  font-style: italic; }

/* Programme Recommender */
.pr-sign-linkedin .profile {
  display: block;
  float: left;
  height: 120px;
  position: relative;
  width: 390px; }
  .pr-sign-linkedin .profile .widgetbox {
    position: relative;
    z-index: 1; }
  .pr-sign-linkedin .profile .widgetinfo {
    background: rgba(0, 0, 0, 0.65);
    height: 120px;
    left: 0;
    padding: 30px 20px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 390px;
    z-index: 2;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .pr-sign-linkedin .profile .widgetinfo > img {
      display: inline-block;
      vertical-align: top; }
    .pr-sign-linkedin .profile .widgetinfo > div {
      display: inline-block;
      margin-left: 20px;
      width: 70%; }
    .pr-sign-linkedin .profile .widgetinfo:hover {
      background: rgba(0, 0, 0, 0.4);
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
.pr-sign-linkedin .sep-arrow {
  display: table;
  float: right;
  height: 120px;
  width: 70px; }
  .pr-sign-linkedin .sep-arrow > div {
    display: table-cell;
    vertical-align: middle; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .pr-sign-linkedin .profile {
    width: 72% !important; }
    .pr-sign-linkedin .profile .widgetbox,
    .pr-sign-linkedin .profile .widgetbox a,
    .pr-sign-linkedin .profile .widgetinfo {
      height: 260px !important;
      width: 100%; }
    .pr-sign-linkedin .profile .widgetinfo {
      text-align: center; }
      .pr-sign-linkedin .profile .widgetinfo > img {
        margin-bottom: 20px; }
      .pr-sign-linkedin .profile .widgetinfo > div {
        margin: 0;
        width: 100%; } }
@media only screen and (max-width: 640px) {
  .pr-sign-linkedin .profile {
    height: 220px;
    width: 100%; }
    .pr-sign-linkedin .profile .widgetbox,
    .pr-sign-linkedin .profile .widgetbox a,
    .pr-sign-linkedin .profile .widgetinfo {
      height: 220px !important;
      width: 100%; }
    .pr-sign-linkedin .profile .widgetinfo {
      text-align: center; }
      .pr-sign-linkedin .profile .widgetinfo > img {
        margin-bottom: 20px; }
      .pr-sign-linkedin .profile .widgetinfo > div {
        margin: 0;
        width: 100%; }
  .pr-sign-linkedin .sep-arrow {
    float: none;
    height: 50px;
    text-align: center;
    width: 100%; } }

.pr-masters {
  background: #ffffff;
  border: 1px solid #dadada;
  margin: 0 0 10px;
  padding: 10px 0; }
  .pr-masters > div {
    display: inline-block;
    padding: 0 10px;
    width: 49%; }
  .pr-masters .pr-masters-left {
    border-right: 1px solid #dadada; }
  @media only screen and (max-width: 640px) {
    .pr-masters > div {
      width: 100%; }
    .pr-masters .pr-masters-left {
      border: 0;
      border-bottom: 1px solid #dadada;
      margin-bottom: 20px;
      padding-bottom: 20px; } }

/* Utility Classes */
.error {
  border: 1px solid #ff0000 !important; }

.border-side {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada; }

.box-inline {
  display: inline-block !important; }

.box-block {
  display: block !important; }

.pside30 {
  padding-left: 30px;
  padding-right: 30px; }

.msg-error {
  color: #ff0000;
  display: block;
  list-style: none;
  margin: 0 0 20px;
  padding: 5px; }

.msg-success {
  color: #006e51;
  display: block;
  list-style: none;
  margin: 0 0 20px;
  padding: 5px; }

.inline {
  display: inline !important; }

.nobg {
  background: none !important; }

.search-result-content {
  text-align: left; }
  .search-result-content .list-sepline-gray {
    font-size: 12px; }
  .search-result-content h3 a {
    color: #006e51; }
    .search-result-content h3 a:hover {
      color: #444444; }

.show-me-only {
  text-align: left; }
  .show-me-only > a {
    display: none; }
    .show-me-only > a span {
      background-position: -550px -450px;
      display: inline-block;
      height: 8px;
      left: 5px;
      position: relative;
      top: -2px;
      width: 13px;
      background-image: url("../img/sprite-icons.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .show-me-only > a span {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .show-me-only > a span {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }
    .show-me-only > a.active span {
      background-position: -500px -450px; }
  @media only screen and (max-width: 640px) {
    .show-me-only > a {
      display: block; }
    .show-me-only > ul {
      display: none; }
      .show-me-only > ul.show {
        display: block; } }

.bs-multiselect .btn-group > .btn {
  padding-top: 0;
  padding-bottom: 0; }

.bs-multiselect .btn-group > .btn .multiselect-selected-text {
  padding-bottom: 8px; }

.faculty-research-filter {
  margin: -40px 0 40px !important; }
  .faculty-research-filter .filter-search {
    padding-bottom: 0 !important; }
    .faculty-research-filter .filter-search .form-secondary {
      display: inline-block;
      position: relative; }
      .faculty-research-filter .filter-search .form-secondary .icon-search {
        position: relative;
        right: 25px;
        top: 0; }
    .faculty-research-filter .filter-search .chevron-updown {
      color: #ffffff; }
  .faculty-research-filter .filter-body.slide {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    padding: 0 !important; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .faculty-research-filter {
      margin: 90px 0 40px !important; }
      .faculty-research-filter label.form-secondary input[type="text"] {
        width: 100% !important; }
      .faculty-research-filter .filter-search {
        padding-top: 20px !important; }
        .faculty-research-filter .filter-search .form-secondary .icon-search {
          position: absolute;
          right: 8px;
          top: 5px; }
      .faculty-research-filter .filter-body.slide {
        margin-top: 15px !important;
        margin-bottom: 0px !important;
        padding: 0 !important; }
        .faculty-research-filter .filter-body.slide:first-child {
          margin-top: 12px !important; }
        .faculty-research-filter .filter-body.slide .bs-multiselect.small {
          margin-bottom: 15px !important; }
        .faculty-research-filter .filter-body.slide .btn {
          margin-top: 0px; } }
  @media only screen and (max-width: 640px) {
    .faculty-research-filter {
      margin: 90px 0 40px !important; }
      .faculty-research-filter .filter-search {
        margin: 0; }
        .faculty-research-filter .filter-search > .col-xs-12 {
          padding: 0; }
        .faculty-research-filter .filter-search .form-secondary .icon-search {
          position: absolute;
          right: 8px;
          top: 5px; }
      .faculty-research-filter #faculty-profile-filter-btn {
        display: block;
        width: 100%; }
      .faculty-research-filter .filter-body.slide {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
        .faculty-research-filter .filter-body.slide:first-child {
          margin-top: 12px !important; }
        .faculty-research-filter .filter-body.slide .bs-multiselect.small {
          margin-bottom: 15px !important; } }

.faculty-research {
  margin-bottom: 10px; }
  .faculty-research .sidebox {
    margin-bottom: 3px; }
    .faculty-research .sidebox > div:last-child {
      background: url(../img/bg-line.jpg) left top repeat-y #fff; }
    .faculty-research .sidebox.nobg-img > div {
      background-image: none; }
  @media only screen and (max-width: 640px) {
    .faculty-research img.mx-auto {
      margin-bottom: 20px; }
    .faculty-research .sidebox {
      margin-left: 0;
      margin-right: 0;
      padding: 20px 8px 0; }
      .faculty-research .sidebox > div:last-child {
        background: none; } }

.dropdown-content-dark {
  background: #333333;
  color: #ffffff; }

.with-id {
  position: relative;
  top: -150px;
  display: block;
  height: 100%;
  width: 100%; }

.eventboxes .details,
.imageboxes .body {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

.widgetbox > a {
  position: relative; }
  .widgetbox > a .btn-play {
    display: block;
    height: 48px;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 48px;
    z-index: 2;
    background-image: url("../img/btn-play-green.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .widgetbox > a .btn-play {
        background-image: url("../img/btn-play-green2x.png") !important;
        -webkit-background-size: 48px 48px;
        -moz-background-size: 48px 48px;
        -o-background-size: 48px 48px;
        -ms-background-size: 48px 48px;
        background-size: 48px 48px; } }
    .widgetbox > a .btn-play.white {
      background-image: url("../img/btn-play-white.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .widgetbox > a .btn-play.white {
          background-image: url("../img/btn-play-white2x.png") !important;
          -webkit-background-size: 48px 48px;
          -moz-background-size: 48px 48px;
          -o-background-size: 48px 48px;
          -ms-background-size: 48px 48px;
          background-size: 48px 48px; } }

/* Scholarshps and Loans */
.form-text-inline {
  display: inline-block; }
  .form-text-inline span {
    margin: 0 10px 0 0;
    position: relative;
    top: 3px; }

html.firefox .carousel-testimonials .carousel-inner {
  overflow: visible !important; }

html.firefox .carousel-testimonials .carousel-inner > .next,
html.firefox .carousel-testimonials .carousel-inner > .prev {
  top: 77px; }

html.firefox .img-responsive {
  display: initial !important; }

.filter-header .btn-xs,
.filter-body .btn-xs {
  margin-bottom: 0; }

nav.menu .overview {
  display: none !important; }

.nav-l3 li.overview {
  display: block !important; }

.filter-search .forms.container-inline {
  margin: 5px 0; }
.filter-search .form-item-search-block-form label {
  display: none; }
.filter-search .form-actions input.form-submit {
  background-color: #fff !important;
  background-image: none !important;
  background-size: inherit !important;
  color: #000;
  font-size: 14px;
  height: 27px !important;
  letter-spacing: -0.2px;
  line-height: 1.4;
  margin-left: 10px;
  min-width: 100px;
  padding: 2px 20px;
  right: auto !important;
  text-indent: inherit;
  text-transform: uppercase;
  white-space: pre-wrap;
  width: auto !important;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .filter-search .form-actions input.form-submit:hover {
    background: #d14e1c !important;
    color: #ffffff !important; }
@media only screen and (max-width: 640px) {
  .filter-search .form-item-search-block-form {
    display: inline-block !important;
    width: 56%; }
  .filter-search .form-actions {
    display: inline-block !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: auto; } }

.facetapi-checkbox {
  margin-right: 5px !important; }

.featured-programmes .cta-icons.cta-campaign li {
  display: block;
  height: 75px; }

.featured-programmes .details.details-campaign .event-cta .right {
  float: none;
  margin-right: 0; }

blockquote p {
  display: inline; }

@media only screen and (max-width: 960px) {
  .carousel-tab-hero.no-icons {
    position: relative; }
    .carousel-tab-hero.no-icons .controller.for-dashboard {
      position: absolute;
      top: 0 !important;
      width: 100%; }
      .carousel-tab-hero.no-icons .controller.for-dashboard .dropdown-link {
        background: #006e51;
        color: #ffffff;
        display: block;
        padding: 10px 10px;
        text-align: left;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
        .carousel-tab-hero.no-icons .controller.for-dashboard .dropdown-link span {
          font-size: 16px;
          position: relative;
          top: 3px; }
        .carousel-tab-hero.no-icons .controller.for-dashboard .dropdown-link i {
          background-position: -300px -350px;
          display: block;
          height: 8px;
          position: absolute;
          right: 10px;
          top: 18px;
          width: 13px;
          background-image: url("../img/sprite-icons.png") !important; } }
        @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
          .carousel-tab-hero.no-icons .controller.for-dashboard .dropdown-link i {
            background-image: url("../img/sprite-icons2x.png") !important; } }
        @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
          .carousel-tab-hero.no-icons .controller.for-dashboard .dropdown-link i {
            -webkit-background-size: 700px 700px;
            -moz-background-size: 700px 700px;
            -o-background-size: 700px 700px;
            -ms-background-size: 700px 700px;
            background-size: 700px 700px; } }
@media only screen and (max-width: 960px) {
        .carousel-tab-hero.no-icons .controller.for-dashboard .dropdown-link.clicked i {
          background-position: -350px -350px; }
      .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner {
        background-color: #d14e1c;
        display: none;
        margin: 0;
        padding: 0;
        text-align: left; }
        .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner:before, .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner:after {
          content: "";
          display: table; }
        .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner:after {
          clear: both; }
        .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner .item {
          display: block;
          margin: 0 !important;
          padding: 0; }
          .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner .item a {
            color: #ffffff;
            display: block;
            font-size: 13px;
            line-height: 1;
            margin: 0;
            padding: 10px;
            position: relative;
            text-align: left;
            width: 100%; }
            .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner .item a:hover {
              background: #006e51 !important; }
        .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-inner.shown {
          display: block; }
      .carousel-tab-hero.no-icons .controller.for-dashboard .carousel-control {
        display: none; } }

html.firefox .flip-carousel .card.with-empty-card .face.front .slider-box {
  display: none; }

.nav-tabs li.active a .bar {
  height: 3px;
  background: #d14e1c;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0; }
  .nav-tabs li.active a .bar .arrow {
    position: relative;
    width: 100%;
    height: 3px; }
    .nav-tabs li.active a .bar .arrow span {
      background: url("../img/arrow-down-bar-orange.png");
      bottom: -3px;
      display: block;
      height: 4px;
      left: 50%;
      margin-left: -4px;
      position: absolute;
      width: 8px; }

.cc-cookies {
  bottom: 0;
  height: auto;
  padding: 20px 0 !important;
  top: auto !important;
  width: 100% !important; }
  .cc-cookies .cc-cookie-accept {
    padding: 8px 20px !important;
    text-decoration: none !important;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
  .cc-cookies a {
    text-decoration: underline !important; }
  @media only screen and (max-width: 960px) {
    .cc-cookies {
      position: fixed !important; }
      .cc-cookies .cc-cookie-accept {
        margin: 10px; } }

.sidebox-p15 .sidebox {
  padding: 15px; }

@media only screen and (max-width: 640px) {
  .programmes-filter .bs-multiselect {
    margin-bottom: 10px;
    width: 100% !important; }

  .text-center-xs {
    text-align: center !important; }

  .text-center-xs img {
    margin: 0 auto !important; } }
@media only screen and (min-width: 641px) and (max-width: 960px) and (orientation: portrait) {
  .programmes-filter .results .programmes.equal-box .widget-imagebox-250 img.scale-landscape {
    height: auto;
    top: -50px; }

  .imageboxes .col-3 .body-programme.body-programme-icon {
    padding-bottom: 280px !important; }
  .imageboxes .col-3 .cta-icons.cta-icons-text ul li {
    display: block;
    width: 100%; } }
.fixed {
  position: fixed !important; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.y-scroll {
  overflow-y: scroll !important; }

.x-scroll {
  overflow-x: scroll !important; }

/* Video Embeds (responsive) */
.media_embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.media_embed iframe, .media_embed object, .media_embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* IE 11 Fix */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #tab-table-534564 ul li:last-child {
    width: 33.3% !important; } }
.tab-table.for-ie11 > ul > li.equal-height:last-child {
  width: 33.3%; }

/* Loading GIF */
.loading {
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  display: block;
  height: 64px;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
  width: 64px;
  z-index: 9999; }

@media only screen and (max-width: 640px) {
  .container-fluid.no-margin.view-portait {
    margin: 0 !important;
    padding: 0 !important; }
    .container-fluid.no-margin.view-portait .hero-banner.no-margin.hidden-lg {
      margin-bottom: -30px !important; } }
/* Components: All */
.faq-ajax-list {
  padding: 5px 10px; }

.panel-accordion {
  background: transparent;
  border-radius: 0px !important;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  box-shadow: none;
  margin: 0;
  text-align: left; }
  .panel-accordion .panel-title {
    padding: 20px 0; }
    .panel-accordion .panel-title a {
      background-repeat: no-repeat;
      background-position: center right;
      padding: 20px 0;
      text-decoration: none; }
    .panel-accordion .panel-title .accordion-arrow {
      background: url("../img/accordion-arrow-orange.png") -3px -18px;
      background-repeat: no-repeat;
      height: 8px;
      margin: 5px;
      padding: 0px 4px; }
    .panel-accordion .panel-title .accordion-arrow.down {
      background: url("../img/accordion-arrow-orange.png") -3px 5px;
      background-repeat: no-repeat;
      height: 8px;
      margin: 5px;
      padding: 0px 4px; }
  .panel-accordion .panel-collapse .panel-body {
    padding: 0; }
  @media only screen and (max-width: 640px) {
    .panel-accordion .accordion-arrow {
      background: url("../img/accordion-arrow-orange.png") -3px -18px;
      background-repeat: no-repeat;
      padding: 0px 4px;
      height: 8px;
      margin: 5px; }
    .panel-accordion .accordion-arrow.down {
      background: url("../img/accordion-arrow-orange.png") -3px 5px;
      background-repeat: no-repeat;
      height: 8px;
      margin: 5px;
      padding: 0px 4px; }
    .panel-accordion .panel-title a {
      padding: 0 !important; } }

.accordion-contact {
  padding: 0;
  text-align: left; }
  .accordion-contact .panel-group {
    margin: 0; }
  .accordion-contact .panel-accordion {
    background: transparent;
    border-radius: 0px !important;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: none;
    margin: 0; }
    .accordion-contact .panel-accordion:last-child {
      border-bottom: 0; }
    .accordion-contact .panel-accordion .panel-title {
      margin: 0;
      padding: 0 18px; }
      .accordion-contact .panel-accordion .panel-title a {
        display: block;
        position: relative;
        text-decoration: none;
        width: 100%; }
      .accordion-contact .panel-accordion .panel-title .accordion-arrow {
        background: url("../img/accordion-arrow-orange.png") -3px -18px;
        background-repeat: no-repeat;
        margin: 5px;
        padding: 0px 4px;
        display: inline-block;
        height: 14px;
        position: absolute;
        right: 0;
        top: 15px;
        width: 12px; }
      .accordion-contact .panel-accordion .panel-title .accordion-arrow.down {
        background: url("../img/accordion-arrow-orange.png") -3px 5px;
        background-repeat: no-repeat;
        height: 14px;
        margin: 5px;
        padding: 0px 4px; }
    .accordion-contact .panel-accordion .panel-collapse .panel-body {
      padding: 0 18px 18px; }
  @media only screen and (max-width: 640px) {
    .accordion-contact {
      margin-bottom: 20px; }
      .accordion-contact .panel-accordion .panel-title {
        padding: 18px; }
        .accordion-contact .panel-accordion .panel-title .accordion-arrow {
          top: -4px; } }

.alumni .container-header {
  margin-bottom: 40px; }
.alumni p .btn {
  display: inline-block;
  font-size: 17px;
  padding-left: 30px;
  padding-right: 30px; }
.alumni .infographics {
  		/*
  		&.campus {
  			.icon {
  				@include background-image-hires(sprite-icons, png, 42px, 42px);
  				@include bg-sprite-icons();
  				background-position: 0 -100px;
  			}
  		}
  
  		&.alum {
  			.icon {
  				@include background-image-hires(sprite-icons, png, 42px, 42px);
  				@include bg-sprite-icons();
  				background-position: -50px -100px;
  			}
  		}
  
  		&.countries {
  			.icon {
  				@include background-image-hires(sprite-icons, png, 42px, 42px);
  				@include bg-sprite-icons();
  				background-position: -100px -100px;
  			}
  		}
  
  		&.nationalities {
  			.icon {
  				@include background-image-hires(sprite-icons, png, 42px, 42px);
  				@include bg-sprite-icons();
  				background-position: -150px -100px;
  			}
  		}
  		*/ }
  .alumni .infographics .icon {
    display: block;
    margin: 0 auto 20px; }
  .alumni .infographics .sepline {
    margin-top: 10px; }
  .alumni .infographics .numbers {
    color: #d14e1c;
    display: block;
    font-size: 80px;
    line-height: 1;
    margin: 0;
    letter-spacing: -6px;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
  .alumni .infographics .description {
    font-size: 17px;
    letter-spacing: -1px;
    margin: 20px auto 0;
    text-transform: uppercase;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .alumni .infographics .numbers {
    font-size: 50px; } }
@media only screen and (max-width: 640px) {
  .alumni p .btn {
    font-size: 15px;
    display: block; }
  .alumni .infographics {
    margin-bottom: 25px; }
    .alumni .infographics .icon {
      margin-bottom: 10px; }
    .alumni .infographics .numbers {
      font-size: 70px;
      padding-top: 28px; } }

/* Carousel Control */
.carousel-control {
  background-image: none !important;
  cursor: pointer;
  display: block;
  margin-top: -18px;
  opacity: 1;
  text-shadow: none;
  top: 50%;
  width: 28px;
  z-index: 300; }
  .carousel-control.arrow-slide-lt span {
    background-repeat: no-repeat;
    background-position: -250px -250px;
    display: block;
    height: 30px;
    left: -30px;
    position: relative;
    width: 30px;
    background-image: url("../img/sprite-icons.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .carousel-control.arrow-slide-lt span {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .carousel-control.arrow-slide-lt span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }
  .carousel-control.arrow-slide-gt span {
    background-repeat: no-repeat;
    background-position: -300px -250px;
    display: block;
    height: 30px;
    position: relative;
    right: -28px;
    width: 30px;
    background-image: url("../img/sprite-icons.png") !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .carousel-control.arrow-slide-gt span {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .carousel-control.arrow-slide-gt span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .carousel-control.arrow-slide-lt span {
      left: -30px; }
    .carousel-control.arrow-slide-gt span {
      right: -28px; } }
  @media only screen and (max-width: 640px) {
    .carousel-control {
      margin-top: -16px; }
      .carousel-control.arrow-slide-lt span {
        left: 0px; }
      .carousel-control.arrow-slide-gt span {
        right: 2px; } }

.left.carousel-control,
.right.carousel-control {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important; }

.carousel-testimonials {
  margin: 0 auto;
  max-width: 920px;
  text-align: left;
  width: 100%; }
  .carousel-testimonials .carousel-indicators {
    bottom: -20px;
    width: auto;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    left: auto; }
    .carousel-testimonials .carousel-indicators li {
      background: none;
      border: 1px solid #006e51;
      height: 10px;
      margin: 0 2px 0 0;
      width: 10px; }
      .carousel-testimonials .carousel-indicators li.active {
        background: #006e51; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .carousel-testimonials {
      max-width: 620px; }
      .carousel-testimonials .carousel-inner {
        text-align: center; }
        .carousel-testimonials .carousel-inner blockquote {
          margin-top: 20px; }
      .carousel-testimonials .carousel-indicators {
        bottom: -20px;
        margin: 0;
        left: 0;
        width: auto !important; } }
  @media only screen and (max-width: 640px) {
    .carousel-testimonials .carousel-inner blockquote {
      margin-top: 20px; }
    .carousel-testimonials .carousel-inner .item {
      text-align: center; }
    .carousel-testimonials .carousel-indicators {
      bottom: 0;
      left: auto;
      margin: 0 auto;
      position: relative; }
      .carousel-testimonials .carousel-indicators li {
        height: 15px;
        margin: 0 10px;
        width: 15px; } }

.carousel-images .columns {
  padding: 0; }
.carousel-images .imagebox {
  position: relative;
  width: 100%; }
  .carousel-images .imagebox .image, .carousel-images .imagebox .image a {
    height: 120px;
    overflow: hidden;
    width: 100%; }
  .carousel-images .imagebox .image {
    position: relative;
    z-index: 100; }
    .carousel-images .imagebox .image a {
      background: #444444;
      display: block;
      padding: 0; }
      .carousel-images .imagebox .image a img {
        opacity: 1;
        width: 100%;
        height: 120px;
        position: relative;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .carousel-images .imagebox .image a:hover img {
        opacity: 0.65;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  .carousel-images .imagebox .body {
    bottom: 0;
    left: 0;
    padding: 12px;
    position: absolute;
    z-index: 200;
    text-align: left; }
    .carousel-images .imagebox .body .category {
      color: #d14e1c;
      font-size: 11px;
      margin-bottom: 6px;
      text-transform: uppercase;
      font-family: Arial, Helvetica, sans-serf;
      font-weight: normal;
      -webkit-font-smoothing: antialiased; }
    .carousel-images .imagebox .body .link {
      display: block;
      margin-bottom: 10px;
      font-size: 17px;
      line-height: 1.2;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
  .carousel-images .imagebox.large .image, .carousel-images .imagebox.large .image a, .carousel-images .imagebox.large .image a img {
    height: 242px; }
  .carousel-images .imagebox.large .body {
    width: 50%;
    padding: 18px; }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .carousel-images .imagebox .image, .carousel-images .imagebox .image a {
    height: 75px; }
    .carousel-images .imagebox .image img, .carousel-images .imagebox .image a img {
      height: auto; }
  .carousel-images .imagebox .body .link {
    font-size: 15px; }
  .carousel-images .imagebox.large .image, .carousel-images .imagebox.large .image a {
    height: 150px; }
    .carousel-images .imagebox.large .image img, .carousel-images .imagebox.large .image a img {
      height: auto; }
  .carousel-images .imagebox.large .body {
    width: 75%; } }
@media only screen and (max-width: 640px) {
  .carousel-images .imagebox .image, .carousel-images .imagebox .image a {
    width: 100%;
    height: 100%; }
    .carousel-images .imagebox .image img, .carousel-images .imagebox .image a img {
      height: auto; }
  .carousel-images .imagebox .body .link {
    font-size: 14px; }
  .carousel-images .imagebox.large .image, .carousel-images .imagebox.large .image a {
    width: 100%;
    height: 100%; }
    .carousel-images .imagebox.large .image img, .carousel-images .imagebox.large .image a img {
      height: auto; }
  .carousel-images .imagebox.large .body {
    bottom: 0 !important;
    width: 50%; } }
.carousel-mini {
  text-align: left; }
  .carousel-mini .carousel {
    height: auto; }
    .carousel-mini .carousel .carousel-indicators {
      bottom: -20px;
      left: auto;
      right: -2px;
      text-align: right;
      z-index: 100; }
      .carousel-mini .carousel .carousel-indicators li {
        background: #006e51;
        border-color: #444444;
        height: 10px;
        margin: 0 2px 0 0;
        width: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        .carousel-mini .carousel .carousel-indicators li.active {
          background: #ffffff; }
    .carousel-mini .carousel .carousel-control {
      background-repeat: no-repeat;
      bottom: 2px;
      display: block;
      height: 14px;
      opacity: 1;
      text-shadow: none;
      top: auto;
      width: 8px;
      z-index: 100;
      background-image: url("../img/sprite-icons.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .carousel-mini .carousel .carousel-control {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .carousel-mini .carousel .carousel-control {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }
      .carousel-mini .carousel .carousel-control.left {
        background-position: -250px -400px !important; }
      .carousel-mini .carousel .carousel-control.right {
        background-position: -300px -400px !important;
        left: 20px; }
      .carousel-mini .carousel .carousel-control:hover.left {
        background-position: -250px -300px !important; }
      .carousel-mini .carousel .carousel-control:hover.right {
        background-position: -300px -300px !important; }
    .carousel-mini .carousel .carousel-inner .item {
      height: 230px;
      overflow: auto; }
  .carousel-mini.key-facts dl dt {
    color: #d14e1c;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -3px;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
    .carousel-mini.key-facts dl dt span {
      font-size: 30px; }
  .carousel-mini.key-facts dl dd {
    border-bottom: 1px solid #dadada;
    line-height: 1.2;
    margin: 0 0 15px;
    padding-bottom: 15px; }
    .carousel-mini.key-facts dl dd:last-child {
      border: 0; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .carousel-mini .carousel {
      height: auto; }
      .carousel-mini .carousel .carousel-inner dl dt {
        font-size: 40px; }
        .carousel-mini .carousel .carousel-inner dl dt span {
          font-size: 20px; }
      .carousel-mini .carousel .carousel-indicators {
        bottom: -20px; }
    .carousel-mini.key-facts dl dt {
      font-size: 40px; } }
  @media only screen and (max-width: 640px) {
    .carousel-mini .carousel {
      height: auto; } }

.chart .chart-bar {
  min-width: 500px;
  max-width: 100%;
  height: 500px;
  margin: 0 auto; }
  .chart .chart-bar text {
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 640px) {
    .chart .chart-bar {
      height: 100%;
      min-width: 0;
      max-width: 100%; } }
.chart .chart-pie {
  		/*
  		.highcharts-title img {
  			height: 80px;
  			margin-left: 60px;
  			width: 62px;
  
  			margin-left: 60px\9;
  
  			height: 80px\9\0; // IE9
  			width: 62px\9\0; // IE9
  			margin-left: 60px\9\0; // IE9
  		}
  		*/ }
  .chart .chart-pie .highcharts-title .chart-icon.icon-profile {
    margin: 0 80px;
    height: 80px;
    width: 62px; }
    .chart .chart-pie .highcharts-title .chart-icon.icon-profile img {
      width: 100%; }
  .chart .chart-pie .highcharts-title .chart-icon.icon-female {
    height: 70px;
    margin: 10px 80px;
    width: 70px; }
    .chart .chart-pie .highcharts-title .chart-icon.icon-female img {
      width: 100%; }
.chart .pie-box {
  display: block;
  height: 60px;
  width: 60px; }
  .chart .pie-box.gm {
    background-color: #D14E1C; }
  .chart .pie-box.sales {
    background-color: #006E51; }
  .chart .pie-box.finance {
    background-color: #A0CE67; }
  .chart .pie-box.research {
    background-color: #97A88B; }
  .chart .pie-box.consulting {
    background-color: #8D909B; }
  .chart .pie-box.business {
    background-color: #DADADA; }
  .chart .pie-box.hr {
    background-color: #E6DAA6; }
  .chart .pie-box.manufacturing {
    background-color: #FFC424; }
  .chart .pie-box.technology {
    background-color: #BB8F68; }
  .chart .pie-box.others {
    background-color: #F5821F; }
  .chart .pie-box.other-funding {
    background-color: #d14e1c; }
  .chart .pie-box.scholarship {
    background-color: #f5821f; }
  .chart .pie-box.company {
    background-color: #006E51; }
  .chart .pie-box.external {
    background-color: #dadada; }
.chart .pie-box-text {
  line-height: 1.2;
  margin: 0;
  min-height: 100px; }
  .chart .pie-box-text strong {
    font-size: 20px;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .chart .pie-box-text {
      min-height: 80px;
      text-align: left; } }
  @media only screen and (max-width: 640px) {
    .chart .pie-box-text {
      min-height: 70px;
      text-align: left; } }
.chart .row.single .pie-box-text {
  min-height: 60px !important; }
@media only screen and (max-width: 960px) {
  .chart .row.single > div {
    margin-bottom: 20px; } }

.chart-legend .chart-legend-box {
  display: inline-block;
  margin: 0 0.3% 20px;
  vertical-align: top;
  width: 24%; }
  .chart-legend .chart-legend-box .chart-legend-color {
    float: left;
    height: 60px;
    margin: 0 20px 0 0;
    width: 60px; }
    .chart-legend .chart-legend-box .chart-legend-color.color-01 {
      background: #d14e1c; }
    .chart-legend .chart-legend-box .chart-legend-color.color-02 {
      background: #006e51; }
    .chart-legend .chart-legend-box .chart-legend-color.color-03 {
      background: #a0ce67; }
    .chart-legend .chart-legend-box .chart-legend-color.color-04 {
      background: #97A88B; }
    .chart-legend .chart-legend-box .chart-legend-color.color-05 {
      background: #8D909B; }
    .chart-legend .chart-legend-box .chart-legend-color.color-06 {
      background: #DADADA; }
    .chart-legend .chart-legend-box .chart-legend-color.color-07 {
      background: #E6DAA6; }
    .chart-legend .chart-legend-box .chart-legend-color.color-08 {
      background: #FFC424; }
    .chart-legend .chart-legend-box .chart-legend-color.color-09 {
      background: #BB8F68; }
    .chart-legend .chart-legend-box .chart-legend-color.color-10 {
      background: #F5821F; }
  .chart-legend .chart-legend-box .chart-legend-text {
    float: left;
    text-align: left;
    width: 64%; }
    .chart-legend .chart-legend-box .chart-legend-text span {
      font-size: 20px;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .chart-legend .chart-legend-box {
    margin: 0 0.8% 20px;
    width: 48%; }
    .chart-legend .chart-legend-box .chart-legend-text {
      text-align: left; } }
@media only screen and (max-width: 640px) {
  .chart-legend .chart-legend-box {
    margin: 0 0 20px;
    width: 100%; }
    .chart-legend .chart-legend-box .chart-legend-text {
      text-align: left; } }

.column-block-2 .columns {
  padding: 0 20px;
  text-align: left; }
  .column-block-2 .columns:first-child {
    border-right: 1px solid #dadada;
    text-align: right; }
.column-block-2 .columns-left {
  border-right: 1px solid #dadada;
  padding-right: 30px;
  text-align: left; }
.column-block-2 .columns-right {
  padding-left: 30px;
  text-align: left; }

.column-block-3 .columns {
  padding: 0 10px;
  text-align: left; }
.column-block-3 .columns-left {
  padding-right: 20px; }
.column-block-3 .columns-center {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  padding: 0 20px; }
.column-block-3 .columns-right {
  padding-left: 20px; }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .column-block-3 .columns {
    margin-bottom: 30px;
    text-align: center !important; }
  .column-block-3 .columns-center.noborder {
    border-right: 0 !important; }
  .column-block-3 .columns-right {
    margin-bottom: 0; } }
@media only screen and (max-width: 640px) {
  .column-block-3 .columns {
    border: 0 !important;
    border-bottom: 1px solid #dadada !important;
    margin-bottom: 30px;
    padding-bottom: 30px !important;
    text-align: center !important; }
    .column-block-3 .columns:last-child {
      border: 0 !important;
      margin-bottom: 0 !important; }
  .column-block-3 .columns-right {
    padding-left: 10px; } }
.discover {
  background: url(../img/bg-ribbon.png) top center no-repeat;
  height: 122px;
  margin-bottom: 40px;
  margin-top: -100px;
  position: relative;
  z-index: 200; }
  .discover .container-body {
    display: table;
    vertical-align: middle; }
    .discover .container-body.column-one {
      height: 122px;
      text-align: right; }
      .discover .container-body.column-one p {
        padding-left: 20px;
        padding-right: 70px; }
    .discover .container-body.column-two {
      height: 122px;
      text-align: left; }
      .discover .container-body.column-two p {
        padding-left: 60px; }
    .discover .container-body > p {
      color: #ffffff;
      display: table-cell;
      font-size: 24px;
      line-height: 32px;
      margin: 0;
      vertical-align: middle;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
      .discover .container-body > p a {
        color: #ffffff; }
        .discover .container-body > p a span {
          background: url(../img/sprite-arrow-horizontal.png) -9px 0 no-repeat;
          display: inline-block;
          height: 15px;
          width: 9px; }
        .discover .container-body > p a:hover {
          color: #d14e1c; }
          .discover .container-body > p a:hover span {
            background-position: -9px -15px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .discover .container-body p {
      font-size: 18px;
      line-height: 24px; } }
  @media only screen and (max-width: 640px) {
    .discover {
      background: none;
      margin-top: -90px; }
      .discover .container-main {
        background: none;
        height: auto; }
      .discover .row > div {
        padding-left: 0;
        padding-right: 0; }
      .discover .container-body {
        width: 100%; }
        .discover .container-body.column-one {
          background: url(../img/mob-bg-ribbon.png) right -62px no-repeat;
          height: 61px !important;
          padding: 0; }
        .discover .container-body.column-two {
          background: url(../img/mob-bg-ribbon.png) 0 0 no-repeat;
          height: 61px !important;
          margin-top: -1px;
          padding: 0; }
        .discover .container-body p {
          font-size: 15px !important;
          line-height: 18px !important; }
          .discover .container-body p a span {
            background: url(../img/mob-sprite-arrow-horizontal.png) -5px 0 no-repeat;
            height: 8px;
            width: 5px; }
          .discover .container-body p a:hover span {
            background-position: -5px -8px; } }

.eventboxes {
  text-align: left; }
  .eventboxes .columns {
    padding: 0 2px; }
  .eventboxes .col-md-3 .eventbox .image, .eventboxes .col-md-3 .eventbox .details {
    height: 120px; }
  .eventboxes .col-md-6 .eventbox .col-md-6 {
    padding: 0; }
    .eventboxes .col-md-6 .eventbox .col-md-6 .image, .eventboxes .col-md-6 .eventbox .col-md-6 .details {
      height: 240px; }
  .eventboxes .eventbox {
    background: #ffffff;
    border: 1px solid #dadada;
    position: relative; }
    .eventboxes .eventbox .image {
      background-color: #000;
      position: relative;
      overflow: hidden;
      text-align: center;
      width: 100%;
      z-index: 50; }
      .eventboxes .eventbox .image a {
        opacity: 1;
        -o-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease; }
        .eventboxes .eventbox .image a:hover {
          opacity: 0.65;
          -o-transition: opacity 0.5s ease;
          -ms-transition: opacity 0.5s ease;
          -moz-transition: opacity 0.5s ease;
          -webkit-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease; }
      .eventboxes .eventbox .image .icon {
        display: block;
        height: 40px;
        left: 1px;
        position: absolute;
        width: 40px;
        z-index: 60; }
        .eventboxes .eventbox .image .icon.up {
          top: 1px; }
        .eventboxes .eventbox .image .icon.down {
          bottom: 1px; }
        .eventboxes .eventbox .image .icon img {
          width: 100%; }
      .eventboxes .eventbox .image .caption {
        background: rgba(0, 0, 0, 0.65);
        background-image: url(../img/transparent-black65.png) \9;
        background-repeat: repeat\9;
        bottom: 0;
        color: #ffffff;
        line-height: 1;
        padding: 14px 16px;
        position: absolute;
        text-align: left;
        width: 100%; }
        .eventboxes .eventbox .image .caption span {
          color: #d14e1c;
          font-size: 13px;
          padding-left: 40px;
          text-transform: uppercase;
          font-family: 'Arvo', serif;
          font-weight: 400;
          -webkit-font-smoothing: antialiased; }
    .eventboxes .eventbox .details {
      overflow: hidden;
      padding: 18px; }
      .eventboxes .eventbox .details .category {
        color: #d14e1c;
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
        .eventboxes .eventbox .details .category:hover {
          color: #444444; }
      .eventboxes .eventbox .details .link {
        color: #006e51;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
        .eventboxes .eventbox .details .link:hover {
          color: #d14e1c; }
      .eventboxes .eventbox .details p {
        margin-bottom: 5px; }
        .eventboxes .eventbox .details p:last-child {
          margin: 0; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .eventboxes .columns {
      margin-bottom: 4px; }
    .eventboxes .eventbox .image {
      height: auto !important; }
      .eventboxes .eventbox .image img {
        width: 100%; }
    .eventboxes .eventbox .details {
      text-align: left; } }
  @media only screen and (max-width: 640px) {
    .eventboxes .columns {
      border: 0 !important;
      padding-bottom: 0 !important;
      margin-bottom: 20px; }
    .eventboxes .eventbox .image {
      height: auto !important; }
      .eventboxes .eventbox .image img {
        width: 100%; }
      .eventboxes .eventbox .image img:not(*:root) {
        width: 101%; }
    .eventboxes .eventbox .details {
      height: auto !important;
      text-align: left; }
    .eventboxes .eventbox .col-md-6 .image {
      height: auto !important; }
      .eventboxes .eventbox .col-md-6 .image img:not(*:root) {
        width: 101%; }
    .eventboxes .eventbox.sm {
      margin-bottom: 20px; } }

/*
@import 'mixins.scss';

@import '_com-hero-banner.scss';
@import '_com-hero-carousel.scss';
@import '_com-carousel-tab.scss';
@import '_com-carousel-tab-hero.scss';
*/
.hero-banner {
  height: 470px;
  position: relative;
  width: 100%; }
  .hero-banner .hero-image {
    height: 470px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 100; }
    .hero-banner .hero-image img {
      left: 50%;
      margin-left: -960px;
      margin-top: -235px;
      position: absolute;
      top: 50%; }
  .hero-banner .hero-text {
    background: rgba(255, 255, 255, 0.6);
    border-top: 1px solid #dadada;
    background-image: url(../img/bg-transparent-white.png) \9;
    bottom: 0;
    padding: 40px 0 20px;
    position: absolute;
    width: 100%;
    z-index: 200;
    text-align: center; }
    .hero-banner .hero-text h1 {
      padding: 0 5%; }
    .hero-banner .hero-text p {
      padding: 0 5%;
      color: #444444; }
    .hero-banner .hero-text .big {
      font-size: 15px; }
    .hero-banner .hero-text .text-analytics {
      margin-bottom: 10px !important; }
      .hero-banner .hero-text .text-analytics li {
        float: none !important;
        width: auto !important; }
      .hero-banner .hero-text .text-analytics a {
        color: #444444; }
  .hero-banner.video {
    display: block;
    height: auto;
    width: 100%; }
  .hero-banner.dashboard .hero-text {
    padding: 60px 0 50px; }
  .hero-banner.dashboard .hero-dashboard {
    background: rgba(255, 255, 255, 0.8);
    bottom: 130px;
    height: 82px;
    display: block;
    left: 50%;
    margin-left: -36px;
    position: absolute;
    width: 82px;
    z-index: 300;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .hero-banner.dashboard .hero-dashboard .hero-avatar {
      display: block;
      height: 72px;
      margin: 5px auto;
      position: relative;
      width: 72px; }
      .hero-banner.dashboard .hero-dashboard .hero-avatar span {
        background: #d14e1c;
        color: #ffffff;
        display: inline-block;
        font-size: 12px;
        height: 20px;
        padding: 1px;
        position: absolute;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        top: -6px;
        width: 20px;
        z-index: 302;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .hero-banner.dashboard .hero-dashboard .hero-avatar img {
        height: 72px;
        position: relative;
        width: 72px;
        z-index: 301; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .hero-banner {
      height: 452px; }
      .hero-banner .breadcrumbs {
        top: 0px !important; }
      .hero-banner .hero-image {
        height: 452px; }
        .hero-banner .hero-image img {
          margin-left: -923px;
          margin-top: auto;
          top: auto;
          width: 1846px; }
      .hero-banner .hero-text {
        padding-top: 400px; }
        .hero-banner .hero-text h1 {
          padding: 0 10%; }
        .hero-banner .hero-text p {
          padding: 0 10%; }
      .hero-banner.dashboard .hero-dashboard {
        bottom: 105px; }
      .hero-banner.no-margin.view-portrait {
        margin-top: 35px !important; } }
  @media only screen and (max-width: 640px) {
    .hero-banner {
      height: 380px; }
      .hero-banner .hero-image {
        height: 380px; }
        .hero-banner .hero-image img {
          margin-left: -776px;
          margin-top: auto;
          top: auto;
          width: 1552px; }
      .hero-banner .hero-text {
        border: 0;
        height: auto;
        padding: 268px 0 10px; }
        .hero-banner .hero-text h1, .hero-banner .hero-text p {
          padding: 0; }
      .hero-banner.dashboard .hero-dashboard {
        bottom: 100px; }
      .hero-banner.no-margin.view-portrait {
        margin-top: 35px !important; } }

.list-carousel {
  height: 470px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .list-carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
    .list-carousel ul li {
      display: block;
      float: left;
      padding: 0;
      width: 100%; }
    .list-carousel ul.list-inline li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
  .list-carousel.responsive {
    width: auto;
    margin-left: 0; }
  .list-carousel .arrows {
    height: 218px;
    margin: -218px auto 0;
    position: relative;
    width: 940px; }
    .list-carousel .arrows > a {
      display: block;
      height: 28px;
      margin-top: -28px;
      position: absolute;
      top: 50%;
      width: 16px;
      z-index: 200; }
      .list-carousel .arrows > a.prev {
        background: url(../img/sprite-carousel-arrow.png) 0 0 no-repeat;
        left: -30px; }
      .list-carousel .arrows > a.next {
        background: url(../img/sprite-carousel-arrow.png) -16px 0 no-repeat;
        right: -30px; }
  .list-carousel .pager {
    left: 50%;
    margin-left: -150px;
    position: absolute;
    text-align: center;
    width: 300px;
    bottom: -10px;
    z-index: 200; }
    .list-carousel .pager a {
      background: url(../img/sprite-carousel-pager.png) 0 0 no-repeat;
      display: inline-block;
      height: 10px;
      margin: 0 1px;
      text-indent: -9999px;
      width: 10px; }
      .list-carousel .pager a.selected {
        background: url(../img/sprite-carousel-pager.png) -10px 0 no-repeat; }
  .list-carousel.quote-box {
    height: auto !important;
    margin: 0; }
    .list-carousel.quote-box .arrows-quote {
      display: none; }
    .list-carousel.quote-box .pager-quote {
      bottom: 30px;
      position: relative;
      text-align: right;
      width: 100%;
      z-index: 200; }
      .list-carousel.quote-box .pager-quote a {
        background: #006e51;
        border: 1px solid #006e51;
        display: inline-block;
        height: 14px;
        margin: 0 0 0 10px;
        text-indent: -9999px;
        width: 14px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .list-carousel.quote-box .pager-quote a span {
          display: none; }
        .list-carousel.quote-box .pager-quote a.selected {
          background: transparent; }
    @media only screen and (max-width: 960px) {
      .list-carousel.quote-box .arrows-quote {
        display: block;
        height: 100px;
        margin: 0 auto;
        position: absolute;
        top: 56px;
        width: 100%; }
        .list-carousel.quote-box .arrows-quote > a {
          display: block;
          height: 28px;
          position: absolute;
          width: 16px;
          z-index: 200; }
          .list-carousel.quote-box .arrows-quote > a.prev-quote {
            background: url(../img/sprite-carousel-arrow.png) 0 0 no-repeat;
            left: 0; }
          .list-carousel.quote-box .arrows-quote > a.next-quote {
            background: url(../img/sprite-carousel-arrow.png) -16px 0 no-repeat;
            right: 0; }
      .list-carousel.quote-box .pager-quote {
        margin-top: 20px;
        text-align: center; } }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .list-carousel {
      height: 452px;
      margin-top: -40px; } }
  @media only screen and (max-width: 640px) {
    .list-carousel {
      height: 380px; }
      .list-carousel .arrows {
        display: none; }
      .list-carousel .pager {
        bottom: -20px; } }

.carousel-tab {
  padding: 0;
  	/*
  	// Tablet
  	@media only screen and (min-width: $break-tablet-min) and (max-width: $break-tablet-max) {
  		.controller {
  			ul li a {
  				font-size: 15px;
  			}
  
  			.tab-scroll {
  				overflow-x: auto;
  				overflow-y: hidden;
  				padding-bottom: 14px;
  				position: relative;
  				bottom: -14px;
  
  				ul {width: 960px;}
  			}
  		}
  	}
  
  	// Mobile
  	@media only screen and (max-width: $break-mobile-max) {
  		.controller {
  			ul li a {
  				font-size: 12px;
  				padding: 15px 0;
  			}
  
  			.tab-scroll {
  				overflow-x: auto;
  				overflow-y: hidden;
  				padding-bottom: 14px;
  				position: relative;
  				bottom: -14px;
  
  				ul {width: 960px;}
  			}			
  		}
  	}
  
  	// Tablet & Mobile
  	@media only screen and (max-width: $break-tablet-max) {
  		.controller {
  			.carousel-control {
  				background-image: none !important;
  				cursor: pointer;
  				display: block;
  				margin-top: 8px;
  				opacity: 1;
  				text-shadow: none;
  				top: 50%;
  				width: 28px; //30px;//12%;
  				z-index: 555;
  
  				&.left {
  					span {
  					background-repeat: no-repeat;
  					background-position: -250px -250px;
  					display: block;
  					//float: right;
  					height: 30px;
  					left: 0;
  					position: relative;
  					width: 30px;
  					@include background-image-hires(sprite-icons, png, 30px, 30px);
  					@include bg-sprite-icons();
  					}
  				}
  
  				&.right {
  					span {
  					background-repeat: no-repeat;
  					background-position: -300px -250px;
  					display: block;
  					//float: left;
  					height: 30px;
  					position: relative;
  					right: 0;
  					width: 30px;
  					@include background-image-hires(sprite-icons, png, 30px, 30px);
  					@include bg-sprite-icons();
  					}
  				}
  			}
  		}
  	}
  	*/ }
  .carousel-tab .col-md-12 {
    padding: 0; }
  .carousel-tab .controller {
    border-bottom: 5px solid #dadada;
    margin-bottom: 40px; }
    .carousel-tab .controller ul {
      list-style: none;
      margin-bottom: -5px;
      padding: 0; }
      .carousel-tab .controller ul.carousel-inner {
        text-align: center !important; }
      .carousel-tab .controller ul li {
        display: inline-block;
        margin: 0;
        padding: 0; }
        .carousel-tab .controller ul li.active {
          background: url(../img/bar-arrow-up-orange.png) 50% 100% no-repeat; }
          .carousel-tab .controller ul li.active a {
            color: #006e51;
            text-decoration: none; }
        .carousel-tab .controller ul li:hover {
          background: url(../img/bar-arrow-up-orange.png) 50% 100% no-repeat; }
        .carousel-tab .controller ul li a {
          display: inline-block;
          font-size: 15px;
          margin: 0 5px;
          padding: 0 10px 15px;
          text-decoration: none;
          text-transform: uppercase;
          font-family: 'Arvo', serif;
          font-weight: 400;
          -webkit-font-smoothing: antialiased; }
          .carousel-tab .controller ul li a.active, .carousel-tab .controller ul li a:hover {
            color: #006e51;
            text-decoration: none; }
  @media only screen and (max-width: 960px) {
    .carousel-tab .controller ul {
      overflow: visible;
      text-align: center; }
      .carousel-tab .controller ul li {
        margin-top: 20px !important;
        float: left !important;
        position: relative;
        top: 5px;
        width: 100% !important; }
        .carousel-tab .controller ul li.active a {
          background: none;
          color: #d14e1c; }
          .carousel-tab .controller ul li.active a:hover {
            background: none;
            color: #d14e1c;
            text-decoration: none; }
        .carousel-tab .controller ul li a {
          background: none;
          font-size: 17px; }
        .carousel-tab .controller ul li.item {
          display: none; }
        .carousel-tab .controller ul li.item.active {
          display: block; }
    .carousel-tab .controller .carousel-control {
      background-image: none !important;
      cursor: pointer;
      display: block;
      margin-top: -8px;
      opacity: 1;
      text-shadow: none;
      top: 50%;
      width: 28px;
      z-index: 555; }
      .carousel-tab .controller .carousel-control.left span {
        background-repeat: no-repeat;
        background-position: -250px -250px;
        display: block;
        height: 30px;
        left: 0;
        position: relative;
        width: 30px;
        background-image: url("../img/sprite-icons.png") !important; } }
    @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
      .carousel-tab .controller .carousel-control.left span {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
      .carousel-tab .controller .carousel-control.left span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }
  @media only screen and (max-width: 960px) {
      .carousel-tab .controller .carousel-control.right span {
        background-repeat: no-repeat;
        background-position: -300px -250px;
        display: block;
        height: 30px;
        position: relative;
        right: 0;
        width: 30px;
        background-image: url("../img/sprite-icons.png") !important; } }
    @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
      .carousel-tab .controller .carousel-control.right span {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
      .carousel-tab .controller .carousel-control.right span {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }

.carousel-tab-hero > .carousel {
  border-bottom: 5px solid #dadada; }
.carousel-tab-hero .carousel {
  margin-bottom: -76px;
  position: relative;
  z-index: 180; }
  .carousel-tab-hero .carousel .carousel-inner {
    margin: 0;
    padding: 0; }
    .carousel-tab-hero .carousel .carousel-inner .item {
      width: 100%; }
      .carousel-tab-hero .carousel .carousel-inner .item .hero-text {
        padding-bottom: 40px; }
        .carousel-tab-hero .carousel .carousel-inner .item .hero-text.tab-icon {
          padding-bottom: 80px; }
  .carousel-tab-hero .carousel .controller {
    border-bottom: 5px solid #dadada;
    position: relative;
    top: -34px;
    z-index: 200; }
    .carousel-tab-hero .carousel .controller ul {
      list-style: none;
      margin: 0 0 10px;
      overflow: visible;
      padding: 0; }
      .carousel-tab-hero .carousel .controller ul li {
        display: inline-block;
        margin: 0;
        padding: 0; }
        .carousel-tab-hero .carousel .controller ul li.item {
          float: none;
          width: auto; }
        .carousel-tab-hero .carousel .controller ul li a {
          color: #444444;
          font-size: 17px;
          margin: 0 5px;
          padding: 0 10px 18px;
          text-transform: uppercase;
          text-decoration: none;
          text-align: center;
          font-family: 'Arvo', serif;
          font-weight: 400;
          -webkit-font-smoothing: antialiased; }
          .carousel-tab-hero .carousel .controller ul li a.active, .carousel-tab-hero .carousel .controller ul li a:hover {
            background: url(../img/bar-arrow-up-orange.png) 50% 100% no-repeat;
            color: #006e51; }
.carousel-tab-hero.no-icons {
  margin-bottom: 70px !important; }
  .carousel-tab-hero.no-icons .controller {
    top: 36px;
    z-index: 200; }
    .carousel-tab-hero.no-icons .controller ul {
      list-style: none;
      margin: 0 0 10px;
      overflow: visible;
      padding: 0; }
      .carousel-tab-hero.no-icons .controller ul li {
        display: inline-block;
        margin: 0;
        padding: 0; }
        .carousel-tab-hero.no-icons .controller ul li.item {
          float: none;
          width: auto; }
        .carousel-tab-hero.no-icons .controller ul li.active a {
          background: url(../img/bar-arrow-up-orange.png) 50% 100% no-repeat;
          color: #006e51; }
        .carousel-tab-hero.no-icons .controller ul li a {
          color: #444444;
          font-size: 17px;
          margin: 0 5px;
          padding: 0 10px 18px;
          text-transform: uppercase;
          text-decoration: none;
          text-align: center;
          font-family: 'Arvo', serif;
          font-weight: 400;
          -webkit-font-smoothing: antialiased; }
          .carousel-tab-hero.no-icons .controller ul li a.active, .carousel-tab-hero.no-icons .controller ul li a:hover {
            background: url(../img/bar-arrow-up-orange.png) 50% 100% no-repeat;
            color: #006e51; }
.carousel-tab-hero.with-icons {
  margin-bottom: 38px !important; }
  .carousel-tab-hero.with-icons .carousel .controller .icons {
    margin: -50px auto 0; }
  .carousel-tab-hero.with-icons .controller {
    border-bottom: 5px solid #dadada;
    bottom: -6px;
    position: relative;
    z-index: 200; }
    .carousel-tab-hero.with-icons .controller ul {
      list-style: none;
      margin: 0 0 10px;
      overflow: visible;
      padding: 0; }
      .carousel-tab-hero.with-icons .controller ul li {
        display: inline-block;
        margin: 0;
        padding: 0; }
        .carousel-tab-hero.with-icons .controller ul li.item {
          float: none;
          width: auto; }
        .carousel-tab-hero.with-icons .controller ul li span {
          margin: 0 auto; }
        .carousel-tab-hero.with-icons .controller ul li a {
          color: #444444;
          font-size: 17px;
          margin: 0 5px;
          padding: 0 10px 18px;
          text-transform: uppercase;
          text-decoration: none;
          text-align: center;
          font-family: 'Arvo', serif;
          font-weight: 400;
          -webkit-font-smoothing: antialiased; }
          .carousel-tab-hero.with-icons .controller ul li a.active, .carousel-tab-hero.with-icons .controller ul li a:hover {
            background: url(../img/bar-arrow-up-orange.png) 50% 100% no-repeat;
            color: #006e51; }
  .carousel-tab-hero.with-icons .carousel-control {
    display: none; }
@media only screen and (max-width: 960px) {
  .carousel-tab-hero .controller {
    top: -44px !important; }
    .carousel-tab-hero .controller .tab-scroll-hero {
      overflow-x: auto;
      overflow-y: hidden;
      padding-bottom: 9px;
      position: relative;
      bottom: -9px; }
      .carousel-tab-hero .controller .tab-scroll-hero ul {
        width: 480px; }
        .carousel-tab-hero .controller .tab-scroll-hero ul li span.icons {
          display: none; }
  .carousel-tab-hero.no-icons {
    margin-bottom: 34px !important; }
    .carousel-tab-hero.no-icons .carousel .carousel-inner.no-icons li {
      bottom: 20px; }
    .carousel-tab-hero.no-icons .controller {
      border: 0;
      top: 10px !important; }
      .carousel-tab-hero.no-icons .controller ul {
        overflow: visible; }
        .carousel-tab-hero.no-icons .controller ul li {
          margin-top: 20px !important;
          float: left !important;
          width: 100% !important; }
          .carousel-tab-hero.no-icons .controller ul li.active a {
            background: none; }
          .carousel-tab-hero.no-icons .controller ul li a {
            background: none;
            font-size: 15px; }
          .carousel-tab-hero.no-icons .controller ul li.item {
            display: none; }
          .carousel-tab-hero.no-icons .controller ul li.item.active {
            display: block; }
    .carousel-tab-hero.no-icons .carousel-control {
      background-image: none !important;
      cursor: pointer;
      display: block;
      margin-top: 14px;
      opacity: 1;
      text-shadow: none;
      top: 50%;
      width: 28px;
      z-index: 555; }
      .carousel-tab-hero.no-icons .carousel-control.left span {
        background-repeat: no-repeat;
        background-position: -250px -250px;
        display: block;
        height: 30px;
        left: 0;
        position: relative;
        width: 30px;
        background-image: url("../img/sprite-icons.png") !important; } }
      @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
        .carousel-tab-hero.no-icons .carousel-control.left span {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
        .carousel-tab-hero.no-icons .carousel-control.left span {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }
@media only screen and (max-width: 960px) {
      .carousel-tab-hero.no-icons .carousel-control.right span {
        background-repeat: no-repeat;
        background-position: -300px -250px;
        display: block;
        height: 30px;
        position: relative;
        right: 0;
        width: 30px;
        background-image: url("../img/sprite-icons.png") !important; } }
      @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
        .carousel-tab-hero.no-icons .carousel-control.right span {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
        .carousel-tab-hero.no-icons .carousel-control.right span {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }
@media only screen and (max-width: 960px) {
  .carousel-tab-hero.with-icons {
    margin-bottom: 34px !important;
    margin-top: -60px !important; }
    .carousel-tab-hero.with-icons .carousel .carousel-inner.no-icons li {
      bottom: 20px; }
    .carousel-tab-hero.with-icons .controller {
      border: 0;
      top: -4px !important; }
      .carousel-tab-hero.with-icons .controller ul {
        overflow: visible; }
        .carousel-tab-hero.with-icons .controller ul li {
          float: left !important;
          width: 100% !important; }
          .carousel-tab-hero.with-icons .controller ul li a {
            background: none;
            font-size: 15px; }
          .carousel-tab-hero.with-icons .controller ul li.item {
            display: none; }
          .carousel-tab-hero.with-icons .controller ul li.item.active {
            display: block; }
    .carousel-tab-hero.with-icons .carousel-control {
      background-image: none !important;
      cursor: pointer;
      display: block;
      margin-top: 14px;
      opacity: 1;
      text-shadow: none;
      top: 50%;
      width: 28px;
      z-index: 555; }
      .carousel-tab-hero.with-icons .carousel-control.left span {
        background-repeat: no-repeat;
        background-position: -250px -250px;
        display: block;
        height: 30px;
        left: 0;
        position: relative;
        width: 30px;
        background-image: url("../img/sprite-icons.png") !important; } }
      @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
        .carousel-tab-hero.with-icons .carousel-control.left span {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
        .carousel-tab-hero.with-icons .carousel-control.left span {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }
@media only screen and (max-width: 960px) {
      .carousel-tab-hero.with-icons .carousel-control.right span {
        background-repeat: no-repeat;
        background-position: -300px -250px;
        display: block;
        height: 30px;
        position: relative;
        right: 0;
        width: 30px;
        background-image: url("../img/sprite-icons.png") !important; } }
      @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
        .carousel-tab-hero.with-icons .carousel-control.right span {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
        .carousel-tab-hero.with-icons .carousel-control.right span {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }

.himagebox-big {
  text-align: left; }
  .himagebox-big .row {
    background: #ffffff;
    border: 1px solid #dadada;
    margin: 0; }
  .himagebox-big .columns {
    padding: 0; }
  .himagebox-big .image {
    position: relative;
    width: 100%;
    z-index: 50;
    overflow: hidden;
    text-align: center;
    background-color: #000; }
    .himagebox-big .image a {
      opacity: 1;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .himagebox-big .image a img {
        margin-left: -100%;
        left: 50%;
        position: relative;
        width: 100%; }
        @media screen and (-webkit-min-device-pixel-ratio: 0) {
          .himagebox-big .image a img {
            width: 101%; } }
      .himagebox-big .image a:hover {
        opacity: 0.65;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .himagebox-big .image .icon-play {
      cursor: pointer;
      left: 50%;
      margin-left: -35px;
      margin-top: -35px;
      position: absolute;
      top: 50%; }
  .himagebox-big .details {
    padding: 18px; }
    .himagebox-big .details dl {
      margin: 0; }
      .himagebox-big .details dl dt {
        color: #006e51;
        display: inline-block;
        font-size: 15px;
        text-transform: uppercase;
        width: 24%;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
      .himagebox-big .details dl dd {
        display: inline-block;
        position: relative;
        top: -1px;
        width: 70%; }
    .himagebox-big .details .event-cta {
      clear: both;
      margin: 10px 0; }
      .himagebox-big .details .event-cta > div {
        margin-right: 20px; }
        .himagebox-big .details .event-cta > div li {
          padding-top: 5px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .himagebox-big .image img {
      height: 100%;
      width: auto !important; }
    .himagebox-big .details dl dt {
      width: 100%; }
    .himagebox-big .details .event-cta a.btn {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 640px) {
    .himagebox-big .image img {
      height: auto !important; }
    .himagebox-big .details dl {
      margin: 0; }
      .himagebox-big .details dl dt {
        width: 40%; }
      .himagebox-big .details dl dd {
        width: 50%; }
    .himagebox-big .details .event-cta .left {
      float: none;
      margin: 0 auto;
      text-align: center; }
    .himagebox-big .details .event-cta .btn {
      margin-bottom: 10px; }
    .himagebox-big .details .event-cta p {
      text-align: center; } }

.himagebox-sm {
  height: 250px;
  text-align: left; }
  .himagebox-sm.auto {
    height: auto; }
  .himagebox-sm .row {
    background: #ffffff;
    border: 1px solid #dadada;
    margin: 0; }
  .himagebox-sm .columns, .himagebox-sm .image {
    height: 250px; }
  .himagebox-sm .columns {
    padding: 0; }
  .himagebox-sm .pull-right .image .arrow-image.left {
    background-position: -10px 0;
    left: 0;
    right: auto; }
  .himagebox-sm .image {
    position: relative;
    width: 100%;
    z-index: 50;
    overflow: hidden;
    text-align: center;
    background-color: #000; }
    .himagebox-sm .image a {
      opacity: 1;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .himagebox-sm .image a img {
        left: 50%;
        margin-left: -100%;
        margin-top: -56%;
        position: relative;
        top: 50%;
        width: 100%; }
        @media screen and (-webkit-min-device-pixel-ratio: 0) {
          .himagebox-sm .image a img {
            width: 101%; } }
      .himagebox-sm .image a:hover {
        opacity: 0.65;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .himagebox-sm .image .icon-play {
      cursor: pointer;
      left: 50%;
      margin-left: -35px;
      margin-top: -35px;
      position: absolute;
      top: 50%; }
  .himagebox-sm .details {
    padding: 18px; }
    .himagebox-sm .details dl {
      margin: 0; }
      .himagebox-sm .details dl dt {
        color: #006e51;
        display: inline-block;
        font-size: 15px;
        text-transform: uppercase;
        width: 24%;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        vertical-align: top; }
      .himagebox-sm .details dl dd {
        display: inline-block;
        position: relative;
        top: -1px;
        width: 70%; }
      .himagebox-sm .details dl.dl-wide dt {
        width: 80px; }
      .himagebox-sm .details dl.dl-wide dd {
        width: 500px; }
    .himagebox-sm .details .heading6 span {
      text-transform: none;
      font-family: Arial, Helvetica, sans-serf;
      font-weight: normal;
      -webkit-font-smoothing: antialiased; }
    .himagebox-sm .details .event-cta {
      clear: both;
      margin: 10px 0; }
      .himagebox-sm .details .event-cta > div {
        margin-right: 20px; }
        .himagebox-sm .details .event-cta > div li {
          padding-top: 5px; }
  .himagebox-sm.no-image {
    height: auto; }
    .himagebox-sm.no-image .columns {
      height: auto; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .himagebox-sm {
      height: 300px; }
      .himagebox-sm .columns, .himagebox-sm .image {
        height: 300px; } }
  @media only screen and (max-width: 640px) {
    .himagebox-sm {
      height: auto; }
      .himagebox-sm .columns, .himagebox-sm .image {
        height: auto; }
      .himagebox-sm .image .arrow-image.right {
        background-position: 0 -10px;
        bottom: 0;
        top: 0; }
      .himagebox-sm .pull-right .image .arrow-image.left {
        background-position: 0 0;
        height: 10px;
        left: 50%;
        right: auto;
        width: 20px; }
      .himagebox-sm .details dl dt {
        width: 100% !important; }
      .himagebox-sm .details dl dd {
        margin-bottom: 10px;
        width: 100% !important; } }

.himageboxes {
  padding: 0; }
  .himageboxes > .columns {
    padding: 0 2px; }
  .himageboxes .himagebox-small {
    background: #ffffff;
    text-align: left; }
    .himageboxes .himagebox-small .row {
      border: 1px solid #dadada;
      margin: 0; }
    .himageboxes .himagebox-small .columns {
      padding: 0; }
    .himageboxes .himagebox-small .col-md-6 .image, .himageboxes .himagebox-small .col-md-6 .details {
      height: 270px; }
    .himageboxes .himagebox-small .col-md-6 .image:not(*:root),
    .himageboxes .himagebox-small .col-md-6 .details:not(*:root) {
      height: 290px; }
    .himageboxes .himagebox-small .image {
      position: relative;
      width: 100%;
      z-index: 50;
      overflow: hidden;
      text-align: center; }
      .himageboxes .himagebox-small .image a {
        opacity: 1;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .himageboxes .himagebox-small .image a img {
          height: 100%;
          margin-left: -100%;
          left: 50%;
          position: relative; }
        .himageboxes .himagebox-small .image a:hover {
          opacity: 0.65;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
    .himageboxes .himagebox-small .details {
      padding: 18px; }
      .himageboxes .himagebox-small .details .dl-horizontal dd {
        margin-left: 80px; }
      .himageboxes .himagebox-small .details .dl-horizontal dt {
        text-align: left;
        width: 30%; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .himageboxes .himagebox-small {
        margin-bottom: 4px; }
        .himageboxes .himagebox-small .image img {
          height: 100%;
          width: 100%; }
        .himageboxes .himagebox-small .dl-horizontal dt {
          width: auto !important; }
        .himageboxes .himagebox-small .dl-horizontal dd {
          margin-left: 80px !important; } }
  @media only screen and (min-width: 641px) and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 0) {
    .himageboxes .himagebox-small .image, .himageboxes .himagebox-small .details {
      height: 100%;
      width: 101%; } }

    @media only screen and (max-width: 640px) {
      .himageboxes .himagebox-small {
        margin-bottom: 4px; }
        .himageboxes .himagebox-small .image {
          height: auto !important; }
          .himageboxes .himagebox-small .image img {
            width: 100% !important; }
        .himageboxes .himagebox-small .dl-horizontal dt {
          float: left; }
        .himageboxes .himagebox-small .dl-horizontal dd {
          margin-left: 80px !important; } }

.icon-sm {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 32px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 32px; }
  .icon-sm.icon-sm-apply {
    background-image: url(../img/icon32-apply-green.png); }
  .icon-sm.icon-sm-download {
    background-image: url(../img/icon32-download-green.png); }
  .icon-sm.icon-sm-contact {
    background-image: url(../img/icon32-contact-green.png); }
  .icon-sm.icon-sm-ribbon {
    background-image: url(../img/icon32-ribbon-green.png); }
  .icon-sm.icon-sm-team {
    background-image: url(../img/icon32-team-green.png); }

.columns {
  padding: 0; }

.imagebox {
  position: relative;
  width: 100%; }
  .imagebox .image, .imagebox .image a, .imagebox .image a img {
    height: 120px;
    overflow: hidden;
    width: 100%; }
  .imagebox .image {
    position: relative;
    z-index: 100; }
    .imagebox .image a {
      background: #444444;
      display: block;
      padding: 0; }
      .imagebox .image a img {
        opacity: 1;
        width: 100%;
        position: relative;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .imagebox .image a:hover img {
        opacity: 0.65;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  .imagebox .body {
    bottom: 0;
    left: 0;
    line-height: 1.1;
    padding: 12px;
    position: absolute;
    z-index: 200;
    text-align: left; }
    .imagebox .body .category {
      color: #d14e1c;
      font-size: 11px;
      margin-bottom: 6px;
      text-transform: uppercase;
      font-family: Arial, Helvetica, sans-serf;
      font-weight: normal;
      -webkit-font-smoothing: antialiased; }
    .imagebox .body .link {
      display: block;
      margin-bottom: 10px;
      font-size: 17px;
      line-height: 1.2;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
  .imagebox.large .image, .imagebox.large .image a, .imagebox.large .image a img {
    height: 240px; }
  .imagebox.large .image img {
    height: 240px; }
  .imagebox.large .body {
    width: 50%;
    padding: 18px; }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .imagebox .image, .imagebox .image a {
    height: 75px; }
  .imagebox .image a img {
    height: auto; }
  .imagebox .body .link {
    font-size: 15px; }
  .imagebox.large .image, .imagebox.large .image a {
    height: 150px; }
  .imagebox.large .image a img {
    height: 150px; }
  .imagebox.large .image img {
    height: 150px !important;
    margin-left: 10px; }
  .imagebox.large .body {
    width: 75%; } }
@media only screen and (max-width: 640px) {
  .imagebox .image, .imagebox .image a {
    width: 100%;
    height: 100%; }
    .imagebox .image img, .imagebox .image a img {
      height: auto; }
  .imagebox.large .image, .imagebox.large .image a, .imagebox.large .image a img {
    height: auto; }
  .imagebox.large .image img {
    height: auto;
    width: 100%; }
  .imagebox.large .body {
    bottom: 0 !important;
    width: 50%; }
    .imagebox.large .body .link {
      font-size: 14px; } }
.imageboxes .columns {
  padding: 0 2px 0 0; }
  .imageboxes .columns .header, .imageboxes .columns .image, .imageboxes .columns .details {
    height: 250px; }
.imageboxes .col-md-2 .header, .imageboxes .col-md-2 .image, .imageboxes .col-md-2 .details, .imageboxes .col-md-3 .header, .imageboxes .col-md-3 .image, .imageboxes .col-md-3 .details {
  height: 185px; }
.imageboxes .col-md-4 .header, .imageboxes .col-md-4 .image, .imageboxes .col-md-4 .details, .imageboxes .col-md-6 .header, .imageboxes .col-md-6 .image, .imageboxes .col-md-6 .details {
  height: 250px; }
.imageboxes .image.sm, .imageboxes .details.sm {
  height: 185px; }
.imageboxes .image.lg, .imageboxes .details.lg {
  height: 250px; }
.imageboxes .imagebox {
  background-color: #fff;
  border: 1px solid #dadada;
  position: relative;
  width: 100%; }
  .imageboxes .imagebox .header .image {
    position: relative;
    width: 100%;
    z-index: 50;
    overflow: hidden;
    text-align: center;
    background-color: #000; }
    .imageboxes .imagebox .header .image img {
      margin-left: -100%;
      left: 50%;
      position: relative;
      width: 100%; }
    @media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .imageboxes .imagebox .header .image img {
        width: 100%; } }
  .imageboxes .imagebox .header .details {
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(../img/bg-transparent-black.png) \9;
    background-repeat: repeat\9;
    color: #ffffff;
    cursor: pointer;
    left: 0;
    padding: 18px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .imageboxes .imagebox .header .details:hover {
      background-color: rgba(0, 0, 0, 0.2);
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .imageboxes .imagebox .header .details .title {
      position: relative;
      top: 50%;
      top: 0\9;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
      .imageboxes .imagebox .header .details .title h4, .imageboxes .imagebox .header .details .title h4 a {
        color: #a0ce67;
        font-size: 17px;
        line-height: 1.2;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
    @media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .imageboxes .imagebox .header .details .title {
        top: 50%; } }
  .imageboxes .imagebox .header.large, .imageboxes .imagebox .header.large .image, .imageboxes .imagebox .header.large .details {
    height: 428px; }
  .imageboxes .imagebox .header.huge {
    height: 586px; }
    .imageboxes .imagebox .header.huge .image, .imageboxes .imagebox .header.huge .details {
      height: 586px; }
    .imageboxes .imagebox .header.huge .image img {
      left: 50%;
      margin-left: -450px;
      width: auto;
      height: auto; }
  .imageboxes .imagebox .body {
    padding: 18px;
    position: relative;
    text-align: left; }
    .imageboxes .imagebox .body .heading-sm {
      margin: 18px 0; }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .imageboxes .columns .header, .imageboxes .columns .image, .imageboxes .columns .details {
    height: 140px; }
  .imageboxes .col-md-2 .header, .imageboxes .col-md-2 .image, .imageboxes .col-md-2 .details, .imageboxes .col-md-3 .header, .imageboxes .col-md-3 .image, .imageboxes .col-md-3 .details {
    height: 120px; }
  .imageboxes .col-md-4 .header, .imageboxes .col-md-4 .image, .imageboxes .col-md-4 .details, .imageboxes .col-md-6 .header, .imageboxes .col-md-6 .image, .imageboxes .col-md-6 .details {
    height: 130px; }
  .imageboxes .image.sm, .imageboxes .details.sm {
    height: 120px; }
  .imageboxes .image.lg, .imageboxes .details.lg {
    height: 140px; }
  .imageboxes .imagebox .header .image img:not(*:root) {
    width: 100%; }
  .imageboxes .imagebox .header .image img {
    height: auto; }
  .imageboxes .imagebox .header .details .title h4, .imageboxes .imagebox .header .details .title h4 a {
    font-size: 15px; }
  .imageboxes .imagebox .header .details .title h5 {
    font-size: 13px; }
  .imageboxes .imagebox .header.large, .imageboxes .imagebox .header.large .image, .imageboxes .imagebox .header.large .details {
    height: 490px; }
  .imageboxes .imagebox .header.huge {
    height: 522px; }
    .imageboxes .imagebox .header.huge .image, .imageboxes .imagebox .header.huge .details {
      height: 522px !important; }
    .imageboxes .imagebox .header.huge .image img {
      left: 50%;
      margin-left: -450px;
      width: auto;
      height: auto; }

  .freehtml .body > p a.btn-primary {
    margin-left: -7px; } }
@media only screen and (max-width: 640px) {
  .imageboxes .imagebox {
    margin-bottom: 20px; }
    .imageboxes .imagebox .header.large, .imageboxes .imagebox .header.large .image, .imageboxes .imagebox .header.large .image img, .imageboxes .imagebox .header.large .details {
      height: 390px; }
    .imageboxes .imagebox .header.huge {
      height: 450px; }
      .imageboxes .imagebox .header.huge .image, .imageboxes .imagebox .header.huge .details {
        height: 450px; }
    .imageboxes .imagebox .header .image img {
      height: auto;
      width: 130%; }
    .imageboxes .imagebox .image.sm, .imageboxes .imagebox .details.sm {
      height: auto; }
    .imageboxes .imagebox .image.lg, .imageboxes .imagebox .details.lg {
      height: auto; } }
.imagefaculty .columns {
  padding: 0 2px 1px 0; }
.imagefaculty .col-md-3 .header, .imagefaculty .col-md-3 .image, .imagefaculty .col-md-3 .details {
  height: 270px; }
.imagefaculty .col-md-4 .header, .imagefaculty .col-md-4 .image, .imagefaculty .col-md-4 .details {
  height: 470px; }
.imagefaculty .imagebox {
  background-color: #fff;
  border: 1px solid #dadada;
  position: relative;
  width: 100%; }
  .imagefaculty .imagebox .header .image {
    position: relative;
    width: 100%;
    z-index: 50;
    overflow: hidden;
    text-align: center;
    background-color: #000; }
    .imagefaculty .imagebox .header .image img {
      height: 100%;
      margin-left: -100%;
      left: 50%;
      position: relative; }
  .imagefaculty .imagebox .header .details {
    background-color: rgba(0, 0, 0, 0.65);
    background-image: url(../img/bg-transparent-black.png) \9;
    background-repeat: repeat\9;
    color: #ffffff;
    cursor: pointer;
    left: 0;
    padding: 18px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .imagefaculty .imagebox .header .details.light {
      background-color: rgba(255, 255, 255, 0.85);
      background-image: url(../img/bg-transparent-white.png) \9;
      background-repeat: repeat\9;
      color: #444444; }
      .imagefaculty .imagebox .header .details.light .title h4 a {
        color: #006e51; }
      .imagefaculty .imagebox .header .details.light:hover {
        background-color: rgba(255, 255, 255, 0.6); }
    .imagefaculty .imagebox .header .details:hover {
      background-color: rgba(0, 0, 0, 0.4);
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .imagefaculty .imagebox .header .details .title {
      position: relative;
      top: 50%;
      top: 0% \9;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
      .imagefaculty .imagebox .header .details .title .img-circle {
        margin-bottom: 16px; }
      .imagefaculty .imagebox .header .details .title h4 {
        margin-bottom: 16px; }
      .imagefaculty .imagebox .header .details .title h4, .imagefaculty .imagebox .header .details .title h4 a {
        color: #a0ce67;
        font-size: 17px;
        line-height: 1.2;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
      .imagefaculty .imagebox .header .details .title small {
        color: #d14e1c;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
    @media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .imagefaculty .imagebox .header .details .title {
        top: 50%; } }
.imagefaculty.imagecommunity .imagebox .header .details .title h4 {
  color: #ffffff; }
.imagefaculty.imagecommunity .imagebox .header .details .title blockquote {
  height: 100px; }
.imagefaculty.imagecommunity .imagebox .header .details .title small {
  color: #ffffff;
  font-size: small;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serf;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .imagefaculty .col-md-3 .header, .imagefaculty .col-md-3 .image, .imagefaculty .col-md-3 .details {
    height: 380px; }
  .imagefaculty .col-md-4 .header, .imagefaculty .col-md-4 .image, .imagefaculty .col-md-4 .details {
    height: 570px; }
  .imagefaculty .imagebox .header .details .title h4, .imagefaculty .imagebox .header .details .title h4 a {
    font-size: 15px; }
  .imagefaculty .imagebox .header .details .title h5 {
    font-size: 13px; }
  .imagefaculty.imagecommunity .imagebox .header .details .title blockquote {
    height: 160px; } }
@media only screen and (max-width: 640px) {
  .imagefaculty .imagebox {
    margin-bottom: 20px; }
    .imagefaculty .imagebox .header, .imagefaculty .imagebox .image, .imagefaculty .imagebox .details {
      height: 240px; }
    .imagefaculty .imagebox .header .image img {
      width: 100%;
      height: auto;
      margin-top: -100%;
      top: 120%; }

  .imagecommunity .col-md-4 .header,
  .imagecommunity .col-md-4 .image,
  .imagecommunity .col-md-4 .image img,
  .imagecommunity .col-md-4 .details {
    height: 440px !important; }
  .imagecommunity .header .image img {
    top: 62% !important; } }
.eventboxes.moments {
  padding: 0;
  text-align: center; }
  .eventboxes.moments .columns {
    padding: 0; }
  .eventboxes.moments .col-md-3 .eventbox .image {
    height: 234px; }
  .eventboxes.moments .col-md-3 .eventbox .details {
    height: 140px; }
  .eventboxes.moments .eventbox {
    border: 0;
    position: relative; }
    .eventboxes.moments .eventbox .details .iguser {
      color: #006e51;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
    .eventboxes.moments .eventbox .details img {
      width: 35px; }
    .eventboxes.moments .eventbox .details p.maxlines {
      height: 38px !important;
      overflow: hidden; }
    .eventboxes.moments .eventbox .cover {
      background: rgba(0, 0, 0, 0.9);
      background-image: url(../img/transparent-black65.png) \9;
      background-repeat: repeat\9;
      color: #ffffff;
      cursor: pointer;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      padding: 80px 20px 20px;
      position: absolute;
      width: 100%;
      z-index: 100;
      -o-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
      .eventboxes.moments .eventbox .cover img {
        width: 35px; }
      .eventboxes.moments .eventbox .cover .iguser {
        color: #a0ce67;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
      .eventboxes.moments .eventbox .cover:hover {
        opacity: 1;
        -o-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease; }
  @media only screen and (max-width: 640px) {
    .eventboxes.moments .columns {
      margin: 0; }
    .eventboxes.moments .eventbox .details p.maxlines {
      height: 38px !important;
      overflow: hidden; }
    .eventboxes.moments .eventbox .cover {
      padding: 40px 20px; } }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .container.moments {
    padding: 0; } }

.with-filter {
  background: #006e51;
  color: #ffffff;
  margin: 0 0 40px;
  position: relative;
  z-index: 290; }
  .with-filter.only {
    margin: -40px 0 -50px; }
  .with-filter .filter-header {
    background: #006e51;
    padding: 10px 0;
    text-align: left;
    width: 100%; }
    .with-filter .filter-header > a {
      color: #ffffff;
      font-size: 17px;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
      .with-filter .filter-header > a img {
        margin: 0 6px 0 0;
        position: relative;
        top: -2px; }
    .with-filter .filter-header.events span {
      display: inline-block; }
    .with-filter .filter-header.events a {
      display: inline-block;
      margin: 0 10px 0 0; }
      .with-filter .filter-header.events a.btn-text {
        position: relative;
        top: 3px; }
    .with-filter .filter-header.events .select-white {
      display: inline-block;
      overflow: visible;
      -ms-overflow-y: hidden;
      overflow-y: hidden;
      position: relative\9;
      top: 3px\9;
      width: 20%; }
      .with-filter .filter-header.events .select-white select {
        position: relative\9;
        top: -1px\9;
        width: 115% \9; }
      .with-filter .filter-header.events .select-white.select-small {
        -ms-overflow-y: hidden;
        overflow-y: hidden; }
    .with-filter .filter-header.calendar {
      padding-left: 10px; }
      .with-filter .filter-header.calendar span {
        margin: 0 5px 0 0;
        vertical-align: middle !important;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top; }
      .with-filter .filter-header.calendar .select-white {
        margin: 0 5px 0 0;
        overflow: visible;
        width: 20%;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top; }
        .with-filter .filter-header.calendar .select-white select {
          position: relative\9;
          top: -1px\9;
          width: 115% \9; }
    .with-filter .filter-header.filter-news {
      padding-bottom: 20px;
      padding-top: 18px; }
      .with-filter .filter-header.filter-news > a {
        display: inline-block;
        margin-right: 10px; }
      .with-filter .filter-header.filter-news .filter-title {
        position: relative;
        top: 2px; }
      .with-filter .filter-header.filter-news .select-white {
        display: inline-block; }
    .with-filter .filter-header.filter-giving {
      padding-bottom: 30px;
      padding-top: 25px; }
      .with-filter .filter-header.filter-giving > a {
        display: inline-block;
        font-size: 14px;
        margin-right: 10px;
        text-transform: none;
        font-family: Arial, Helvetica, sans-serf;
        font-weight: normal;
        -webkit-font-smoothing: antialiased; }
      .with-filter .filter-header.filter-giving .select-white {
        display: inline-block; }
      .with-filter .filter-header.filter-giving p {
        display: inline-block;
        margin: 5px 0 0; }
    .with-filter .filter-header.filter-search {
      padding-bottom: 12px;
      padding-top: 15px; }
  .with-filter .filter-body {
    background: #006e51;
    padding: 4px 0 10px;
    text-align: left;
    width: 100%; }
    .with-filter .filter-body.double {
      margin: -70px 0 0 0; }
    .with-filter .filter-body.slide {
      margin: 0; }
    .with-filter .filter-body label {
      display: inline-block;
      margin: 0 10px 0 0;
      vertical-align: middle;
      width: 100px;
      zoom: 1; }
    .with-filter .filter-body .select-white {
      display: inline-block;
      margin: 0 10px 0 0;
      vertical-align: middle;
      width: 20%;
      zoom: 1; }
      .with-filter .filter-body .select-white.long {
        width: 41.5%; }
        .with-filter .filter-body .select-white.long .multi-select {
          width: 29.7%; }
  .with-filter .filter-cta {
    position: relative;
    width: 100%; }
    .with-filter .filter-cta a.btn-filter {
      background-repeat: no-repeat;
      bottom: -18px;
      display: block;
      height: 40px;
      position: absolute;
      right: 0;
      width: 40px;
      background-image: url("../img/icon-filter-down.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .with-filter .filter-cta a.btn-filter {
          background-image: url("../img/icon-filter-down2x.png") !important;
          -webkit-background-size: 40px 40px;
          -moz-background-size: 40px 40px;
          -o-background-size: 40px 40px;
          -ms-background-size: 40px 40px;
          background-size: 40px 40px; } }
      .with-filter .filter-cta a.btn-filter.switch {
        background-repeat: no-repeat;
        height: 40px;
        width: 40px;
        background-image: url("../img/icon-filter-up.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .with-filter .filter-cta a.btn-filter.switch {
            background-image: url("../img/icon-filter-up2x.png") !important;
            -webkit-background-size: 40px 40px;
            -moz-background-size: 40px 40px;
            -o-background-size: 40px 40px;
            -ms-background-size: 40px 40px;
            background-size: 40px 40px; } }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .with-filter .filter-body {
      margin: -60px 0 0 0; }
      .with-filter .filter-body.double {
        margin: -150px 0 0 0; }
      .with-filter .filter-body .select-white {
        margin-bottom: 15px;
        width: 30%; }
        .with-filter .filter-body .select-white.select-half {
          width: 48%; }
      .with-filter .filter-body .btn {
        margin-top: 0; }
      .with-filter .filter-body label {
        display: block; }
      .with-filter .filter-body.slide {
        margin-top: 0 !important; }
    .with-filter .filter-cta a.btn-filter {
      bottom: -19px; } }
  @media only screen and (max-width: 640px) {
    .with-filter .filter-header {
      padding: 5px 0 2px; }
      .with-filter .filter-header.events a {
        display: block;
        margin: 0 0 10px 0; }
        .with-filter .filter-header.events a.btn-white {
          margin-bottom: 0; }
      .with-filter .filter-header.events .select-white {
        margin-top: 10px;
        width: 100%; }
      .with-filter .filter-header.calendar {
        padding-left: 10px; }
        .with-filter .filter-header.calendar span {
          margin: 0 0 10px 0; }
        .with-filter .filter-header.calendar .select-white {
          margin: 0 0 10px 0;
          width: 97%; }
      .with-filter .filter-header.filter-news > a {
        display: block;
        margin: 0 0 10px; }
      .with-filter .filter-header.filter-giving {
        margin-bottom: 10px;
        padding-bottom: 14px;
        padding-top: 25px; }
        .with-filter .filter-header.filter-giving > a {
          display: block;
          margin: 0 0 10px; }
        .with-filter .filter-header.filter-giving .select-white {
          display: block;
          margin: 0 0 10px;
          width: 100%; }
        .with-filter .filter-header.filter-giving p {
          display: block;
          float: none !important;
          margin: 5px 0 0; }
    .with-filter .filter-body {
      margin: -106px 0 0 0; }
      .with-filter .filter-body.double {
        margin: -240px 0 0 0; }
        .with-filter .filter-body.double.slide {
          margin: 0; }
      .with-filter .filter-body label {
        bottom: 0;
        display: block;
        margin: 0 0 10px;
        width: 100%; }
      .with-filter .filter-body .select-white {
        display: block;
        margin-bottom: 10px;
        width: 100%; }
      .with-filter .filter-body .btn-xs {
        margin-bottom: 10px; }
        .with-filter .filter-body .btn-xs:last-child {
          margin-bottom: 0; } }

.news-events {
  margin-bottom: 20px; }
  .news-events .eventbox .image, .news-events .eventbox .details {
    height: 228px !important; }
  .news-events .eventbox span {
    color: #d14e1c;
    text-transform: uppercase;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
  .news-events .eventbox.sm {
    margin-bottom: 4px; }
    .news-events .eventbox.sm .image, .news-events .eventbox.sm .details {
      height: 114px !important; }
    .news-events .eventbox.sm.last {
      margin: 0; }
    @media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .news-events .eventbox.sm .image img {
        width: 101% !important; } }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .news-events .eventbox .image .arrow-image.left {
      background-position: 0 0;
      bottom: 0;
      height: 10px;
      left: 50%;
      margin-left: -10px;
      margin-top: auto;
      right: auto;
      top: auto;
      width: 20px; }
    .news-events .eventbox .image .arrow-image.right {
      background-position: 0 -10px;
      height: 10px;
      left: 50%;
      margin-left: -10px;
      margin-top: auto;
      right: auto;
      top: 0;
      width: 20px; }
    .news-events .eventbox .details {
      height: 173px !important; }
    .news-events .eventbox.sm .details {
      height: 102px !important; } }
  @media only screen and (max-width: 640px) {
    .news-events .eventbox .details {
      height: auto !important; }
    .news-events .eventbox .image .arrow-image.right {
      background-position: 0 -10px;
      bottom: auto;
      top: 0; }
    .news-events .eventbox.sm {
      margin-bottom: 20px; }
      .news-events .eventbox.sm .details {
        height: auto !important; } }

.period-courses .columns {
  border-right: 1px solid #dadada;
  padding: 0 10px; }
  .period-courses .columns:last-child {
    border: 0;
    margin: 0;
    padding: 0 0 0 10px; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .period-courses .columns {
    text-align: center;
    word-wrap: break-word; }
    .period-courses .columns .heading5 {
      font-size: 13px; } }
@media only screen and (max-width: 640px) {
  .period-courses .columns .freehtml {
    margin-bottom: 20px;
    text-align: center; }
    .period-courses .columns .freehtml .heading5 {
      margin-bottom: 20px; } }

.periodboxes .heading5 {
  font-size: 13px; }
.periodboxes .bar {
  background: #d14e1c;
  height: 5px;
  position: relative; }
  .periodboxes .bar span {
    display: block;
    height: 4px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    text-indent: -9999px;
    top: -4px;
    width: 8px; }
  .periodboxes .bar.down span {
    background: url(../img/arrow-down-bar-orange.png) 0 0 no-repeat;
    top: 4px; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .periodboxes {
    margin-bottom: 20px; } }

.reasons {
  margin-bottom: -40px;
  margin-top: -40px;
  position: relative; }
  .reasons .reasons-carousel {
    height: 620px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 100; }
    .reasons .reasons-carousel ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: block; }
      .reasons .reasons-carousel ul li {
        display: block;
        float: left;
        padding: 0;
        width: 100%; }
        .reasons .reasons-carousel ul li .reasons-banner {
          height: 620px; }
          .reasons .reasons-carousel ul li .reasons-banner .reasons-image {
            height: 620px; }
    .reasons .reasons-carousel.responsive {
      width: auto;
      margin-left: 0; }
    .reasons .reasons-carousel .reasons-arrows {
      height: 620px;
      margin: -600px auto 0;
      position: relative;
      width: 940px; }
      .reasons .reasons-carousel .reasons-arrows > a {
        display: block;
        height: 28px;
        margin-top: -28px;
        position: absolute;
        top: 50%;
        width: 16px;
        z-index: 200; }
        .reasons .reasons-carousel .reasons-arrows > a.prev {
          background: url(../img/sprite-carousel-arrow.png) 0 0 no-repeat;
          left: -30px; }
        .reasons .reasons-carousel .reasons-arrows > a.next {
          background: url(../img/sprite-carousel-arrow.png) -16px 0 no-repeat;
          right: -30px; }
  .reasons .reasons-menu {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 200; }
    .reasons .reasons-menu ul li a {
      display: block;
      text-align: center; }
      .reasons .reasons-menu ul li a em {
        border: 2px solid #006e51;
        color: #006e51;
        display: block;
        font-size: 22px;
        font-style: normal;
        height: 50px;
        margin: 0 auto 10px;
        padding: 8px 0 0;
        width: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .reasons .reasons-menu ul li a span {
        color: #006e51;
        display: block;
        font-size: 10px;
        line-height: 1.2;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
    .reasons .reasons-menu ul li.selected a em {
      background: #d14e1c;
      border-color: #d14e1c;
      color: #ffffff; }
    .reasons .reasons-menu ul li.selected a span {
      color: #d14e1c; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .reasons .reasons-carousel {
      height: 450px; }
      .reasons .reasons-carousel ul li .reasons-banner {
        height: 450px; }
        .reasons .reasons-carousel ul li .reasons-banner .reasons-image {
          height: 450px; }
      .reasons .reasons-carousel .reasons-arrows {
        height: 450px;
        margin: -500px auto 0;
        position: relative;
        width: 100%; }
        .reasons .reasons-carousel .reasons-arrows > a.prev {
          left: 30px; }
        .reasons .reasons-carousel .reasons-arrows > a.next {
          right: 30px; }
    .reasons .reasons-menu {
      display: none; } }
  @media only screen and (max-width: 640px) {
    .reasons {
      margin-top: -30px; }
      .reasons .reasons-carousel {
        height: 420px; }
        .reasons .reasons-carousel ul li .reasons-banner {
          height: 420px; }
          .reasons .reasons-carousel ul li .reasons-banner .reasons-image {
            height: 420px; }
        .reasons .reasons-carousel .reasons-arrows {
          margin: -494px auto 0;
          position: relative;
          width: 100%; }
          .reasons .reasons-carousel .reasons-arrows > a.prev {
            left: 5px; }
          .reasons .reasons-carousel .reasons-arrows > a.next {
            right: 5px; }
      .reasons .reasons-menu {
        display: none; } }

.reasons-banner {
  height: 480px;
  position: relative;
  width: 100%; }
  .reasons-banner .reasons-cover {
    background: rgba(255, 255, 255, 0.85);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 150; }
  .reasons-banner .reasons-image {
    height: 480px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 100; }
    .reasons-banner .reasons-image img {
      left: 50%;
      margin-left: -960px;
      margin-top: -396px;
      position: absolute;
      top: 50%; }
  .reasons-banner .reasons-detail {
    position: absolute;
    top: 110px;
    width: 100%;
    z-index: 200; }
    .reasons-banner .reasons-detail .container {
      text-align: center; }
    .reasons-banner .reasons-detail .img-circle {
      border: 3px solid #006e51;
      margin: 0 0 20px; }
    .reasons-banner .reasons-detail .reasons-title {
      bottom: 0;
      margin-top: -80px;
      position: relative;
      z-index: 300; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .reasons-banner {
      height: 450px; }
      .reasons-banner .reasons-image {
        height: 450px; }
        .reasons-banner .reasons-image img {
          height: 100%;
          margin-left: -600px;
          margin-top: -225px; }
      .reasons-banner .reasons-detail {
        top: 90px; }
        .reasons-banner .reasons-detail .img-circle {
          width: 150px; }
        .reasons-banner .reasons-detail .reasons-title {
          bottom: 0;
          margin-top: -60px; } }
  @media only screen and (max-width: 640px) {
    .reasons-banner {
      height: 420px; }
      .reasons-banner .reasons-image {
        height: 420px; }
        .reasons-banner .reasons-image img {
          height: 100%;
          margin-left: -506px;
          margin-top: -210px; }
      .reasons-banner .reasons-detail {
        height: 404px;
        overflow: hidden;
        top: 0px;
        display: table; }
        .reasons-banner .reasons-detail .container {
          display: table-cell;
          vertical-align: middle; }
        .reasons-banner .reasons-detail .img-circle {
          width: 70px; }
        .reasons-banner .reasons-detail .reasons-title {
          bottom: 0;
          margin-top: 20px; } }

.tab-region {
  border: 0;
  margin-bottom: 20px; }
  .tab-region li {
    margin: 0 5px 0 0; }
    .tab-region li a {
      background: #006e51;
      border: 0;
      color: #ffffff;
      line-height: 1;
      padding: 10px 15px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .tab-region li a:hover {
        background: #d14e1c; }
    .tab-region li.active a {
      background: #d14e1c;
      border: 0 !important;
      color: #ffffff;
      padding: 10px 15px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .tab-region li.active a:hover {
        background: #d14e1c;
        color: #ffffff; }
  @media only screen and (max-width: 640px) {
    .tab-region li {
      margin: 0 2px 0 0; }
      .tab-region li a, .tab-region li a:hover {
        margin-bottom: 5px;
        padding: 10px 15px; } }

.tab-horizontal ul {
  border: 0; }
  .tab-horizontal ul li {
    margin: 0; }
    .tab-horizontal ul li a {
      border: 0;
      margin: 0;
      padding: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .tab-horizontal ul li a strong {
        font-weight: normal; }
    .tab-horizontal ul li.active a {
      border: 0; }
      .tab-horizontal ul li.active a:hover {
        background-color: transparent;
        border: 0; }
.tab-horizontal .tab-content {
  margin-top: -20px; }
  .tab-horizontal .tab-content .tab-pane:before, .tab-horizontal .tab-content .tab-pane:after {
    content: "";
    display: table; }
  .tab-horizontal .tab-content .tab-pane:after {
    clear: both; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .tab-horizontal .tab-content {
    overflow: hidden;
    top: 0 !important;
    width: 100%; } }
@media only screen and (max-width: 640px) {
  .tab-horizontal .tab-content {
    overflow: hidden;
    top: 0 !important;
    width: 100%; } }

.tab-2col ul {
  position: relative;
  z-index: 200; }
  .tab-2col ul li {
    position: relative;
    width: 50%; }
    .tab-2col ul li a {
      background: #dadada;
      color: #ffffff;
      font-size: 15px;
      padding: 30px 20px;
      text-align: center;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
      .tab-2col ul li a strong {
        font-size: 18px; }
      .tab-2col ul li a:hover {
        background-color: transparent;
        background-image: url(../img/bar-arrow-down-orange.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        padding-bottom: 40px;
        color: #444444; }
        .tab-2col ul li a:hover strong {
          color: #006e51; }
    .tab-2col ul li.active a {
      background-color: transparent;
      background-image: url(../img/bar-arrow-down-orange.png);
      background-position: center bottom;
      background-repeat: no-repeat;
      padding-bottom: 40px; }
      .tab-2col ul li.active a strong {
        color: #006e51; }
.tab-2col .tab-content {
  position: relative;
  top: -10px;
  z-index: 100; }
  .tab-2col .tab-content table td:first-child {
    width: 80px; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .tab-2col {
    border-bottom: 0; } }
@media only screen and (max-width: 640px) {
  .tab-2col {
    border-bottom: 0; }
    .tab-2col ul li a {
      padding-left: 6px;
      padding-right: 6px; } }

.tab-3col {
  border: 1px solid #dadada; }
  .tab-3col ul {
    position: relative;
    z-index: 200; }
    .tab-3col ul li {
      position: relative;
      width: 33.33%; }
      .tab-3col ul li a {
        background: #dadada;
        color: #ffffff;
        font-size: 15px;
        padding: 30px 20px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
        .tab-3col ul li a strong {
          font-size: 18px; }
        .tab-3col ul li a:hover {
          background-color: transparent;
          background-image: url(../img/bar-arrow-down-orange.png);
          background-position: center bottom;
          background-repeat: no-repeat;
          padding-bottom: 40px;
          color: #444444; }
          .tab-3col ul li a:hover strong {
            color: #006e51; }
      .tab-3col ul li.active a {
        background-color: transparent;
        background-image: url(../img/bar-arrow-down-orange.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        padding-bottom: 40px; }
        .tab-3col ul li.active a strong {
          color: #006e51; }
  .tab-3col .tab-content {
    position: relative;
    top: -10px;
    z-index: 100; }
    .tab-3col .tab-content table td:first-child {
      width: 80px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .tab-3col {
      border-bottom: 0; } }
  @media only screen and (max-width: 640px) {
    .tab-3col {
      border-bottom: 0; }
      .tab-3col ul li a {
        padding-left: 6px;
        padding-right: 6px; } }

.tab-4col {
  border: 1px solid #dadada;
  margin-bottom: 20px; }
  .tab-4col > ul {
    position: relative;
    z-index: 200; }
    .tab-4col > ul > li {
      position: relative;
      width: 25%; }
      .tab-4col > ul > li > a {
        background: #dadada;
        color: #ffffff;
        font-size: 15px;
        padding: 30px 20px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
        .tab-4col > ul > li > a strong {
          font-size: 18px; }
        .tab-4col > ul > li > a:hover {
          background-color: transparent;
          background-image: url(../img/bar-arrow-down-orange.png);
          background-position: center bottom;
          background-repeat: no-repeat;
          padding-bottom: 40px;
          color: #444444; }
          .tab-4col > ul > li > a:hover strong {
            color: #006e51; }
      .tab-4col > ul > li.active a {
        background-color: transparent;
        background-image: url(../img/bar-arrow-down-orange.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        padding-bottom: 40px; }
        .tab-4col > ul > li.active a strong {
          color: #006e51; }
  .tab-4col .tab-content {
    position: relative;
    top: -10px;
    z-index: 100; }
    .tab-4col .tab-content table td:last-child {
      width: 120px; }
    .tab-4col .tab-content table .icon-qmark {
      background-position: -450px -100px;
      background-repeat: no-repeat;
      cursor: pointer;
      display: inline-block;
      height: 18px;
      margin: 0;
      width: 18px;
      background-image: url("../img/sprite-icons.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .tab-4col .tab-content table .icon-qmark {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .tab-4col .tab-content table .icon-qmark {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }
      .tab-4col .tab-content table .icon-qmark:hover {
        background-position: -300px -50px; }
    .tab-4col .tab-content table .view-icons {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0; }
      .tab-4col .tab-content table .view-icons li {
        float: left;
        margin: 0 5px; }

.tab-wrap {
  width: 100%; }
  .tab-wrap ul li {
    float: none;
    position: relative; }
    .tab-wrap ul li a {
      background: #dadada;
      color: #ffffff;
      font-size: 100%;
      padding: 30px 20px;
      text-align: center;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      				/*
      				&:hover {
      					color: $color-black;
      
      					strong {color: $color-green;}
      				}
      				*/ }
      .tab-wrap ul li a strong {
        font-size: 18px; }
    .tab-wrap ul li span {
      display: none; }
    .tab-wrap ul li.active a, .tab-wrap ul li:hover a {
      background: url(../img/bar-orange.jpg) center bottom repeat-x;
      border: 0 !important; }
      .tab-wrap ul li.active a strong, .tab-wrap ul li:hover a strong {
        color: #006e51; }
    .tab-wrap ul li.active span, .tab-wrap ul li:hover span {
      background-image: url(../img/arrow-down-bar-orange.png);
      background-position: center bottom;
      background-repeat: no-repeat;
      bottom: 0;
      display: block;
      height: 4px;
      margin: 0 auto -4px;
      position: relative;
      text-indent: -9999px;
      top: -20px;
      width: 8px; }
@-moz-document url-prefix() {
  .tab-wrap ul li.active span, .tab-wrap ul li:hover span {
    margin-top: -20px;
    top: 0; } }
    .tab-wrap ul li:hover a {
      color: #444444; }
  @media only screen and (max-width: 960px) {
    .tab-wrap {
      display: block; }
      .tab-wrap ul {
        display: block; }
        .tab-wrap ul li {
          display: block;
          margin-bottom: 5px; }
          .tab-wrap ul li a strong {
            font-size: 14px; }
          .tab-wrap ul li.active a, .tab-wrap ul li:hover a {
            border-left: 1px solid #dadada !important;
            border-right: 1px solid #dadada !important;
            border-top: 1px solid #dadada !important; } }

.tab-table {
  margin-bottom: 20px; }
  .tab-table > ul {
    border: solid #dadada;
    border-width: 1px 1px 0 1px;
    position: relative;
    z-index: 200; }
    .tab-table > ul > li {
      border-right: 1px solid #fff;
      display: table;
      position: relative;
      width: 25%; }
      .tab-table > ul > li > a {
        background: #dadada;
        color: #d14e1c;
        display: table-cell;
        font-size: 15px;
        height: 100%;
        padding: 30px 20px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
        .tab-table > ul > li > a strong {
          font-size: 18px; }
        .tab-table > ul > li > a:hover {
          background-color: transparent;
          background-position: center bottom;
          background-repeat: no-repeat;
          color: #444444; }
          .tab-table > ul > li > a:hover strong {
            color: #006e51; }
      .tab-table > ul > li.equal-height {
        margin: 0; }
      .tab-table > ul > li.active {
        border-right: 1px solid #dadada;
        border-bottom: 0; }
        .tab-table > ul > li.active a {
          background-color: transparent;
          background-position: center bottom;
          background-repeat: no-repeat; }
          .tab-table > ul > li.active a strong {
            color: #006e51; }
          .tab-table > ul > li.active a:focus {
            background-color: transparent;
            border: 0; }
  .tab-table .tab-content {
    position: relative;
    z-index: 100; }
    .tab-table .tab-content table .icon-qmark {
      background-position: -450px -100px;
      background-repeat: no-repeat;
      cursor: pointer;
      display: inline-block;
      height: 18px;
      margin: 0;
      position: relative;
      top: 4px;
      width: 18px;
      background-image: url("../img/sprite-icons.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .tab-table .tab-content table .icon-qmark {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .tab-table .tab-content table .icon-qmark {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }
      .tab-table .tab-content table .icon-qmark:hover {
        background-position: -300px -50px; }
    .tab-table .tab-content table .view-icons {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0; }
      .tab-table .tab-content table .view-icons li {
        float: left;
        margin: 0 5px; }
  @media only screen and (max-width: 960px) {
    .tab-table > ul li {
      border-bottom: 0 !important;
      margin: 0 !important; }
      .tab-table > ul li a {
        margin-bottom: 0 !important;
        padding: 10px 6px !important; }
        .tab-table > ul li a strong {
          font-size: 16px; }
      .tab-table > ul li.active a {
        margin-bottom: 0 !important;
        padding: 10px !important; } }

.timeline ul {
  background: url(../img/bg-line-gray.jpg) center center repeat-y;
  list-style: none;
  margin: 0;
  padding: 0; }
  .timeline ul li {
    clear: both;
    margin-bottom: 30px;
    position: relative; }
    .timeline ul li a {
      background-position: center center;
      background-repeat: no-repeat;
      color: #ffffff;
      display: table;
      font-size: 16px;
      height: 70px;
      margin: 0 auto;
      padding: 0;
      text-decoration: none;
      text-transform: uppercase;
      width: 70px;
      z-index: 200;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      background-image: url("../img/icon-circle-green-big.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .timeline ul li a {
          background-image: url("../img/icon-circle-green-big2x.png") !important;
          -webkit-background-size: 70px 70px;
          -moz-background-size: 70px 70px;
          -o-background-size: 70px 70px;
          -ms-background-size: 70px 70px;
          background-size: 70px 70px; } }
      .timeline ul li a:hover {
        background-image: url("../img/icon-circle-orange-big.png") !important; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .timeline ul li a:hover {
            background-image: url("../img/icon-circle-orange-big2x.png") !important;
            -webkit-background-size: 70px 70px;
            -moz-background-size: 70px 70px;
            -o-background-size: 70px 70px;
            -ms-background-size: 70px 70px;
            background-size: 70px 70px; } }
      .timeline ul li a span {
        display: table-cell;
        vertical-align: middle; }
    .timeline ul li .desc {
      width: 35%;
      z-index: 100;
      position: absolute;
      top: 14px; }
      .timeline ul li .desc.move-left {
        float: left;
        padding-right: 50px;
        text-align: right;
        left: 15%; }
      .timeline ul li .desc.move-right {
        float: right;
        padding-left: 50px;
        text-align: left;
        right: 15%; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .timeline ul li .desc {
    width: 45%; }
    .timeline ul li .desc.move-left {
      left: 5%; }
    .timeline ul li .desc.move-right {
      right: 5%; } }
@media only screen and (max-width: 640px) {
  .timeline ul li .desc {
    width: 50%;
    height: 76px;
    overflow: hidden; }
    .timeline ul li .desc.move-left {
      left: 0; }
    .timeline ul li .desc.move-right {
      right: 0; } }

.ie .conversations .trending {
  width: 882px\9; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .ie .conversations .trending {
    overflow: hidden;
    width: 100%; }
    .ie .conversations .trending .slider-content {
      margin-left: 20px; }
      .ie .conversations .trending .slider-content .slider-box {
        width: 238px !important; }
      .ie .conversations .trending .slider-content .image,
      .ie .conversations .trending .slider-content .image img,
      .ie .conversations .trending .slider-content .details {
        width: 238px; }
    .ie .conversations .trending .arrows a.prev {
      left: 1px; }
    .ie .conversations .trending .arrows a.next {
      right: 1px; } }
@media only screen and (max-width: 640px) {
  .ie .conversations .trending {
    width: 100%; }
    .ie .conversations .trending .slider-content .image,
    .ie .conversations .trending .slider-content .image img,
    .ie .conversations .trending .slider-content .details {
      max-width: 320px; }
    .ie .conversations .trending .arrows a.prev {
      left: 1px; }
    .ie .conversations .trending .arrows a.next {
      right: 1px; } }

.modern .conversations .flip-carousel {
  padding: 20px 0;
  height: 510px;
  width: 942px; }
  .modern .conversations .flip-carousel ul {
    z-index: 100; }
    .modern .conversations .flip-carousel ul li {
      height: 470px;
      margin: 0 1px;
      width: 292px; }
      .modern .conversations .flip-carousel ul li .slider-box .details p a:hover {
        color: #ffffff; }
  .modern .conversations .flip-carousel .controls {
    overflow: visible;
    z-index: 200; }
    .modern .conversations .flip-carousel .controls .arrow {
      background-image: url(../img/sprite-arrow-trending.png);
      background-repeat: no-repeat;
      height: 30px;
      opacity: 1;
      width: 30px; }
      .modern .conversations .flip-carousel .controls .arrow:after, .modern .conversations .flip-carousel .controls .arrow:before {
        content: none; }
      .modern .conversations .flip-carousel .controls .arrow.left {
        background-position: 0 0;
        left: 16px; }
      .modern .conversations .flip-carousel .controls .arrow.right {
        background-position: -30px 0;
        right: 14px; }
.modern .conversations .trending .arrows {
  display: none; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .modern .conversations .trending {
    min-width: 620px;
    width: 100%; }
  .modern .conversations .flip-carousel ul li,
  .modern .conversations .flip-carousel ul li .slider-box,
  .modern .conversations .flip-carousel ul li .slider-box .details {
    width: 204px !important; }
  .modern .conversations .flip-carousel {
    height: 100%;
    min-width: 620px;
    width: 100%; }
    .modern .conversations .flip-carousel ul li {
      height: 304px;
      float: left; }
      .modern .conversations .flip-carousel ul li .slider-box {
        height: auto;
        margin: 0; }
        .modern .conversations .flip-carousel ul li .slider-box .image img {
          height: auto;
          max-width: 100%; }
        .modern .conversations .flip-carousel ul li .slider-box .details {
          height: 100%; }
          .modern .conversations .flip-carousel ul li .slider-box .details .text {
            bottom: 20px; }
            .modern .conversations .flip-carousel ul li .slider-box .details .text p {
              font-size: 14px; }
    .modern .conversations .flip-carousel .controls .left {
      left: 0px !important; }
    .modern .conversations .flip-carousel .controls .right {
      right: 0px !important; } }
@media only screen and (max-width: 640px) {
  .modern .conversations .trending {
    min-width: 320px;
    width: 100%; }
  .modern .conversations .flip-carousel {
    height: 440px;
    margin-left: -20px;
    min-width: 320px;
    width: 100%; }
    .modern .conversations .flip-carousel ul li {
      margin: 0;
      width: 250px; }
      .modern .conversations .flip-carousel ul li .slider-box {
        height: auto;
        margin: 0;
        width: 100%; }
        .modern .conversations .flip-carousel ul li .slider-box .image img {
          height: auto;
          max-width: 100%; }
        .modern .conversations .flip-carousel ul li .slider-box .details {
          height: 100%;
          width: 100%; }
          .modern .conversations .flip-carousel ul li .slider-box .details .bio {
            bottom: 0; }
    .modern .conversations .flip-carousel .controls .arrow.left {
      left: 20px; }
    .modern .conversations .flip-carousel .controls .arrow.right {
      right: 20px; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .modern .conversations .flip-carousel {
    margin-left: 0; }
    .modern .conversations .flip-carousel .controls .arrow.left {
      left: 26px; }
    .modern .conversations .flip-carousel .controls .arrow.right {
      right: 26px; } }
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .modern .conversations .flip-carousel .controls .arrow.left {
    left: 46px; }
  .modern .conversations .flip-carousel .controls .arrow.right {
    right: 46px; } }

.conversations .trending {
  height: 100%;
  margin: 0 auto;
  width: 942px; }
  .conversations .trending .slider-box {
    float: left;
    height: 470px;
    margin: 0 1px;
    position: relative; }
    .conversations .trending .slider-box .image {
      position: relative;
      z-index: 200; }
      .conversations .trending .slider-box .image > img {
        height: 470px; }
    .conversations .trending .slider-box .details {
      background: rgba(0, 0, 0, 0.65);
      background-image: url(../img/transparent-black65.png) \9;
      background-repeat: repeat\9;
      color: #ffffff;
      height: 470px;
      left: 0;
      padding: 30px 15px;
      position: absolute;
      text-align: center;
      top: 0;
      width: 292px;
      z-index: 220;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .conversations .trending .slider-box .details:hover {
        background: rgba(0, 0, 0, 0.4);
        background-image: url(../img/transparent-black65.png) \9;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .conversations .trending .slider-box .details .text {
        bottom: -40px;
        color: #a0ce67;
        display: table-cell;
        font-size: 18px;
        height: 100px;
        line-height: 20px;
        position: relative;
        vertical-align: middle;
        width: 292px;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
      .conversations .trending .slider-box .details .bio {
        left: 0;
        bottom: 20px;
        display: inline-block;
        height: 200px;
        position: absolute;
        width: 100%; }
        .conversations .trending .slider-box .details .bio .sepline.xsmall {
          background: #ffffff; }
        .conversations .trending .slider-box .details .bio .avatar {
          background: url(../img/icon-avatar-white.png) no-repeat;
          display: block;
          height: 70px;
          margin: 10px auto;
          width: 70px; }
          .conversations .trending .slider-box .details .bio .avatar img {
            height: 70px;
            width: 70px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%; }
        .conversations .trending .slider-box .details .bio .info p {
          margin: 0; }
          .conversations .trending .slider-box .details .bio .info p.name {
            font-size: 15px; }
        .conversations .trending .slider-box .details .bio .info .icon {
          background-position: -200px -100px;
          display: block;
          margin: 10px auto;
          height: 23px;
          width: 24px;
          background-image: url("../img/sprite-icons.png") !important; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .conversations .trending .slider-box .details .bio .info .icon {
              background-image: url("../img/sprite-icons2x.png") !important; } }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .conversations .trending .slider-box .details .bio .info .icon {
              -webkit-background-size: 700px 700px;
              -moz-background-size: 700px 700px;
              -o-background-size: 700px 700px;
              -ms-background-size: 700px 700px;
              background-size: 700px 700px; } }
  .conversations .trending .arrows {
    height: 470px;
    margin-top: -470px;
    position: relative;
    z-index: 300; }
    .conversations .trending .arrows a {
      background-repeat: no-repeat;
      display: block;
      height: 30px;
      margin-top: -15px;
      position: absolute;
      top: 50%;
      width: 30px;
      background-image: url("../img/sprite-icons.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .conversations .trending .arrows a {
          background-image: url("../img/sprite-icons2x.png") !important; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .conversations .trending .arrows a {
          -webkit-background-size: 700px 700px;
          -moz-background-size: 700px 700px;
          -o-background-size: 700px 700px;
          -ms-background-size: 700px 700px;
          background-size: 700px 700px; } }
      .conversations .trending .arrows a.prev {
        background-position: -250px -250px;
        left: -32px; }
      .conversations .trending .arrows a.next {
        background-position: -300px -250px;
        right: -32px; }
  .conversations .trending .community .details > p {
    line-height: 1.1; }
  .conversations .trending .community .details .text {
    bottom: 0; }
  .conversations .trending .community .details .bio {
    height: auto;
    padding: 0 10px; }
    .conversations .trending .community .details .bio .info p {
      line-height: 1;
      margin-bottom: 5px; }
      .conversations .trending .community .details .bio .info p a.chevron-cta:hover {
        color: #ffffff; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .conversations .trending .community .slider-box {
      width: 33%; }
      .conversations .trending .community .slider-box .image img {
        width: 100%; }
      .conversations .trending .community .slider-box .details {
        width: 100%; }
        .conversations .trending .community .slider-box .details .text p {
          font-size: 14px; }
    .conversations .trending .community .slider-box, .conversations .trending .community .slider-box .image img, .conversations .trending .community .details {
      height: 515px; } }
  @media only screen and (max-width: 640px) {
    .conversations .trending .community .flip-carousel {
      height: 500px; }
    .conversations .trending .community .flip-carousel ul li {
      height: auto; }
    .conversations .trending .community .flip-carousel ul li .slider-box,
    .conversations .trending .community .flip-carousel ul li .slider-box .image img {
      height: 450px; }
    .conversations .trending .community .flip-carousel ul li .slider-box .details .bio {
      bottom: 10px; }
    .conversations .trending .community .slider-box {
      margin: 0 0 20px -15px; } }
  .conversations .trending.giving {
    height: 320px; }
    .conversations .trending.giving .slider-box {
      overflow: hidden; }
    .conversations .trending.giving .slider-box,
    .conversations .trending.giving .slider-box .details {
      height: 280px; }
    .conversations .trending.giving .slider-content,
    .conversations .trending.giving .slider-content .flip-carousel {
      height: 300px; }
    .conversations .trending.giving .slider-box .details .desc {
      height: 95px;
      overflow: hidden; }
    .conversations .trending.giving .slider-box .details {
      position: fixed; }
      .conversations .trending.giving .slider-box .details .btn-bottom {
        bottom: -30px;
        position: relative; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .conversations .slider-content {
    margin-left: -20px; } }

.flip-carousel {
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 70px 10px;
  text-align: center; }

.flip-carousel > ul {
  margin: 0;
  padding: 0;
  display: inline-block; }

.flip-carousel > ul > li {
  width: 200px;
  margin: 10px;
  padding: 0;
  display: inline-block;
  list-style-type: none;
  position: relative;
  -webkit-perspective: 1500;
  -moz-perspective: 1500;
  -ms-perspective: 1500;
  perspective: 1500; }

.flip-carousel .card {
  position: relative;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  /*-ms-transform: rotateY(90deg);
  transform: rotateY(90deg);*/
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
  height: 300px; }

.flip-carousel .face {
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flip-carousel .front {
  z-index: 1; }

.flip-carousel .back {
  z-index: 0; }

.flip-carousel .back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  /*-ms-transform: rotateY(180deg);
  transform: rotateY(180deg);*/ }

.ie .flip-carousel .face .empty {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.flip-carousel .controls {
  display: block;
  margin: 0 auto;
  overflow: hidden; }

.flip-carousel .controls img {
  padding: 0 5px 0 0; }

.flip-carousel .controls.dots {
  margin-top: 5px; }

.flip-carousel .controls li.dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 5px 0 0;
  list-style-type: none;
  background-color: #ccc;
  border-radius: 10px; }

.flip-carousel .controls li.dot.selected {
  background-color: #666; }

.flip-carousel .controls .arrow {
  opacity: .8;
  cursor: pointer;
  top: 45%;
  position: absolute;
  width: 40px;
  height: 60px;
  background: #000;
  background: rgba(0, 0, 0, 0.5); }

.flip-carousel .controls .arrow:after {
  content: "";
  opacity: .8;
  width: 20px;
  height: 20px;
  position: absolute;
  background: none;
  border-bottom: 5px solid #FFF;
  border-left: 5px solid #FFF;
  left: 12px;
  top: 17px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.flip-carousel .controls .arrow.right:after {
  border-bottom: none;
  border-left: none;
  border-top: 5px solid #FFF;
  border-right: 5px solid #FFF;
  left: auto;
  right: 12px; }

.ie .flip-carousel .controls .arrow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.ie .flip-carousel .controls .arrow:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.ie .flip-carousel .controls .arrow:after {
  content: "\2039";
  color: #FFF;
  font-size: 80px;
  border: none;
  top: -22px;
  left: 5px;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.ie .flip-carousel .controls .arrow.right:after {
  content: "\203A";
  left: auto;
  right: 10px; }

.flip-carousel .controls .arrow:hover {
  opacity: 1; }

.flip-carousel .controls .arrow.left {
  left: 20px;
  right: auto; }

.flip-carousel .controls .arrow.right {
  right: 20px;
  left: auto; }

.flip-carousel .hide {
  display: none; }

.flip-carousel .loader {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 48%;
  bottom: 0;
  animation: spinning 2s linear infinite;
  -webkit-animation: spinning 2s linear infinite; }

.flip-carousel .loader:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  border-top-color: transparent;
  position: absolute;
  top: 0;
  left: 0; }

@keyframes spinning {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes spinning {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
.upcoming {
  margin-bottom: 50px;
  text-align: left; }
  .upcoming .view-all a {
    color: #444444; }
    .upcoming .view-all a:hover {
      color: #d14e1c; }
  .upcoming .body p {
    color: #006e51;
    font-size: 19px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
    .upcoming .body p a {
      color: #006e51; }
      .upcoming .body p a:hover {
        color: #d14e1c; }
  .upcoming .body ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .upcoming .body ul li {
      margin-bottom: 2px; }
      .upcoming .body ul li span {
        height: 16px; }
      .upcoming .body ul li img {
        display: inline;
        margin-right: 5px;
        position: relative;
        top: -1px; }
  .upcoming .body.content-left {
    padding-left: 100px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .upcoming .body {
      margin-bottom: 20px;
      text-align: left; }
      .upcoming .body p {
        line-height: 23px; }
      .upcoming .body.content-left {
        padding-left: 0; } }
  @media only screen and (max-width: 640px) {
    .upcoming .body {
      margin-bottom: 20px;
      text-align: center; }
      .upcoming .body p {
        font-size: 17px;
        line-height: 20px; }
      .upcoming .body.content-left {
        padding-left: 0; }
      .upcoming .body.content-right {
        margin: 0; } }

[class*="cal-cell"] {
  float: left;
  margin-left: 0;
  min-height: 1px; }

.cal-row-fluid {
  width: 100%;
  *zoom: 1; }

.cal-row-fluid:before,
.cal-row-fluid:after {
  display: table;
  content: "";
  line-height: 0; }

.cal-row-fluid:after {
  clear: both; }

.cal-row-fluid [class*="cal-cell"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.05213764337851929%; }

.cal-row-fluid [class*="cal-cell"]:first-child {
  margin-left: 0; }

.cal-row-fluid .controls-row [class*="cal-cell"] + [class*="cal-cell"] {
  margin-left: 0%; }

.cal-row-fluid .cal-cell7 {
  width: 100%;
  *width: 99.94669509594883%; }

.cal-row-fluid .cal-cell6 {
  width: 85.71428571428571%;
  *width: 85.66098081023453%; }

.cal-row-fluid .cal-cell5 {
  width: 71.42857142857142%;
  *width: 71.37526652452024%; }

.cal-row-fluid .cal-cell4 {
  width: 57.14285714285714%;
  *width: 57.089552238805965%; }

.cal-row-fluid .cal-cell3 {
  width: 42.857142857142854%;
  *width: 42.80383795309168%; }

.cal-row-fluid .cal-cell2 {
  width: 28.57142857142857%;
  *width: 28.518123667377395%; }

.cal-row-fluid .cal-cell1 {
  width: 14.285714285714285%;
  *width: 14.232409381663112%; }

.cal-week-box .cal-offset7,
.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child {
  margin-left: 100%;
  *margin-left: 99.89339019189765%; }

.cal-week-box .cal-offset6,
.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child {
  margin-left: 85.71428571428571%;
  *margin-left: 85.60767590618336%; }

.cal-week-box .cal-offset5,
.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child {
  margin-left: 71.42857142857142%;
  *margin-left: 71.32196162046907%; }

.cal-week-box .cal-offset4,
.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child {
  margin-left: 57.14285714285714%;
  *margin-left: 57.03624733475479%; }

.cal-week-box .cal-offset3,
.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child {
  margin-left: 42.857142857142854%;
  *margin-left: 42.750533049040506%; }

.cal-week-box .cal-offset2,
.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child {
  margin-left: 28.57142857142857%;
  *margin-left: 28.46481876332622%; }

.cal-week-box .cal-offset1,
.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child {
  margin-left: 14.285714285714285%;
  *margin-left: 14.17910447761194%; }

.cal-row-fluid .cal-cell1 {
  width: 14.285714285714285%;
  *width: 14.233576642335766%; }

[class*="cal-cell"].hide,
.cal-row-fluid [class*="cal-cell"].hide {
  display: none; }

[class*="cal-cell"].pull-right,
.cal-row-fluid [class*="cal-cell"].pull-right {
  float: right; }

.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  min-height: auto;
  overflow: hidden;
  text-overflow: ellipsis; }

.cal-events-num {
  margin-top: 20px; }

.cal-month-day {
  position: relative;
  display: block;
  width: 100%;
  background: #f9f9f9; }

#cal-week-box {
  position: absolute;
  width: 70px;
  left: -71px;
  top: -1px;
  padding: 8px 5px;
  cursor: pointer; }

#cal-day-tick {
  display: none;
  position: absolute;
  right: 50%;
  bottom: -21px;
  padding: 0px 5px;
  cursor: pointer;
  z-index: 5;
  text-align: center;
  width: 26px;
  margin-right: -17px;
  opacity: 0; }

.cal-year-box #cal-day-tick {
  margin-right: -7px; }

#cal-slide-box {
  position: relative; }

#cal-slide-tick {
  position: absolute;
  width: 16px;
  margin-left: -7px;
  height: 9px;
  top: -1px;
  z-index: 1; }

#cal-slide-tick.tick-month1 {
  left: 12.5%; }

#cal-slide-tick.tick-month2 {
  left: 37.5%; }

#cal-slide-tick.tick-month3 {
  left: 62.5%; }

#cal-slide-tick.tick-month4 {
  left: 87.5%; }

#cal-slide-tick.tick-day1 {
  left: 7.14285714285715%; }

#cal-slide-tick.tick-day2 {
  left: 21.42857142857143%; }

#cal-slide-tick.tick-day3 {
  left: 35.71428571428572%; }

#cal-slide-tick.tick-day4 {
  left: 50%; }

#cal-slide-tick.tick-day5 {
  left: 64.2857142857143%; }

#cal-slide-tick.tick-day6 {
  left: 78.57142857142859%; }

#cal-slide-tick.tick-day7 {
  left: 92.85714285714285%; }

.events-list {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden; }

#cal-slide-content ul.unstyled {
  margin-bottom: 0; }

.cal-week-box {
  position: relative; }

.cal-week-box [data-event-class] {
  white-space: nowrap;
  height: 30px;
  margin: 1px 1px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 10px; }

.cal-week-box .cal-column {
  position: absolute;
  height: 100%;
  z-index: -1; }

.cal-week-box .arrow-before,
.cal-week-box .arrow-after {
  position: relative; }

.cal-week-box .arrow-after:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  right: 0;
  border-top: 15px solid #ffffff;
  border-left: 8px solid;
  border-bottom: 15px solid #FFFFFF; }

.cal-week-box .arrow-before:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  left: 1px;
  border-top: 15px solid transparent;
  border-left: 8px solid #FFFFFF;
  border-bottom: 15px solid transparent; }

#cal-day-box {
  text-wrap: none; }

#cal-day-box .cal-day-hour-part {
  height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: thin dashed #e1e1e1; }

#cal-day-box .cal-day-hour .day-highlight {
  height: 30px; }

#cal-day-box .cal-hours {
  font-weight: bolder; }

#cal-day-box .cal-day-hour:nth-child(odd) {
  background-color: #fafafa; }

#cal-day-box #cal-day-panel {
  position: relative;
  padding-left: 60px; }

#cal-day-box #cal-day-panel-hour {
  position: absolute;
  width: 100%;
  margin-left: -60px; }

#cal-day-box .day-event {
  position: relative;
  max-width: 200px;
  overflow: hidden; }

#cal-day-box .day-highlight {
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #c3c3c3;
  margin: 1px 1px;
  overflow: hidden;
  text-overflow: ellipsis; }

#cal-day-box .day-highlight.dh-event-important {
  border: 1px solid #ad2121; }

#cal-day-box .day-highlight.dh-event-warning {
  border: 1px solid #e3bc08; }

#cal-day-box .day-highlight.dh-event-info {
  border: 1px solid #1e90ff; }

#cal-day-box .day-highlight.dh-event-inverse {
  border: 1px solid #1b1b1b; }

#cal-day-box .day-highlight.dh-event-success {
  border: 1px solid #006400; }

#cal-day-box .day-highlight.dh-event-special {
  background-color: #ffe6ff;
  border: 1px solid #800080; }

.event {
  display: block;
  background-color: #c3c3c3;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  border: 1px solid #ffffff; }

.event-block {
  display: block;
  background-color: #c3c3c3;
  width: 20px;
  height: 100%; }

.cal-event-list .event.pull-left {
  margin-top: 3px; }

.event-important {
  background-color: #ad2121; }

.event-info {
  background-color: #1e90ff; }

.event-warning {
  background-color: #e3bc08; }

.event-inverse {
  background-color: #1b1b1b; }

.event-success {
  background-color: #006400; }

.event-special {
  background-color: #800080; }

.day-highlight:hover,
.day-highlight {
  background-color: #dddddd; }

.day-highlight.dh-event-important:hover,
.day-highlight.dh-event-important {
  background-color: #fae3e3; }

.day-highlight.dh-event-warning:hover,
.day-highlight.dh-event-warning {
  background-color: #fdf1ba; }

.day-highlight.dh-event-info:hover,
.day-highlight.dh-event-info {
  background-color: #d1e8ff; }

.day-highlight.dh-event-inverse:hover,
.day-highlight.dh-event-inverse {
  background-color: #c1c1c1; }

.day-highlight.dh-event-success:hover,
.day-highlight.dh-event-success {
  background-color: #caffca; }

.day-highlight.dh-event-special:hover,
.day-highlight.dh-event-special {
  background-color: #ffe6ff; }

.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  font-weight: bolder;
  text-align: center;
  border: 0px solid;
  padding: 5px 0;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.cal-row-head [class*="cal-cell"] small {
  font-weight: normal; }

.cal-month-day {
  height: 100px; }

[class*="cal-cell"]:hover {
  background-color: #ededed; }

.cal-year-box [class*="span"],
.cal-month-box [class*="cal-cell"] {
  min-height: 100px;
  border-right: 1px solid #dadada;
  position: relative; }

.cal-year-box [class*="span"] {
  min-height: 60px; }

.cal-year-box .row-fluid [class*="span"]:last-child,
.cal-month-box .cal-row-fluid [class*="cal-cell"]:last-child {
  border-right: 0px; }

.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
  border-bottom: 1px solid #dadada;
  margin-left: 0px;
  margin-right: 0px; }

.cal-year-box .row-fluid:last-child,
.cal-month-box .cal-row-fluid:last-child {
  border-bottom: 0px; }

.cal-month-box,
.cal-year-box,
.cal-week-box {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-radius: 2px; }

span[data-cal-date] {
  font-size: 1.2em;
  font-weight: normal;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  margin-top: 5px;
  margin-right: 5px;
  color: #999999;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

span[data-cal-date]:hover {
  opacity: 1; }

.cal-day-outmonth span[data-cal-date] {
  opacity: 0.3;
  cursor: default; }

.cal-day-today {
  background-color: #444444; }

.cal-day-today span[data-cal-date] {
  color: #a0ce67; }

.cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 1.9em; }

.cal-day-holiday span[data-cal-date] {
  color: #800080; }

.cal-day-weekend span[data-cal-date] {
  color: #999999; }

#cal-week-box {
  border: 1px solid #dadada;
  border-right: 0px;
  border-radius: 5px 0 0 5px;
  background-color: #fafafa;
  text-align: right; }

#cal-day-tick {
  border: 1px solid #dadada;
  border-top: 0px solid;
  border-radius: 0 0 5px 5px;
  background-color: #ededed;
  text-align: center;
  opacity: 0; }

#cal-slide-box {
  border-top: 0px solid #8c8c8c; }

#cal-slide-content {
  padding: 20px;
  color: #ffffff;
  background-color: #dadada; }

#cal-slide-content a.event-item {
  color: #ffffff;
  font-weight: normal;
  line-height: 22px; }

.events-list {
  max-height: 47px;
  padding-left: 5px;
  padding-bottom: 5px; }

.cal-column {
  border-left: 1px solid #dadada; }

a.cal-event-week {
  text-decoration: none;
  color: #151515; }

.badge-important {
  background-color: #b94a48; }

.calendar-header {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative; }
  .calendar-header .form-inline {
    position: absolute;
    width: 100%; }
    .calendar-header .form-inline .btn-group {
      position: relative;
      width: 100%; }
      .calendar-header .form-inline .btn-group .cal-btn {
        display: block;
        height: 28px;
        position: absolute;
        text-indent: -9999px;
        top: -1px;
        width: 16px;
        z-index: 200; }
        .calendar-header .form-inline .btn-group .cal-btn.cal-btn-prev {
          background: url(../img/sprite-carousel-arrow.png) 0 0 no-repeat;
          left: 25%; }
        .calendar-header .form-inline .btn-group .cal-btn.cal-btn-next {
          background: url(../img/sprite-carousel-arrow.png) -16px 0 no-repeat;
          right: 25%; }
    @media only screen and (max-width: 640px) {
      .calendar-header .form-inline .btn-group .cal-btn.cal-btn-prev {
        left: 0; }
      .calendar-header .form-inline .btn-group .cal-btn.cal-btn-next {
        right: 0; } }

.cal-month-day:hover {
  background: #444444; }
  .cal-month-day:hover span {
    color: #a0ce67; }

#cal-slide-content {
  padding: 0; }
  #cal-slide-content ul li {
    background: #444444;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    float: left;
    min-height: 100px;
    overflow: hidden;
    padding: 4px 10px;
    width: 100%; }
    #cal-slide-content ul li .cal-details-left {
      text-align: left; }
    #cal-slide-content ul li .cal-details-right {
      padding: 25px 0 0 0;
      text-align: center; }
    #cal-slide-content ul li .cal-category {
      color: #d14e1c;
      font-size: 12px;
      margin-bottom: 5px;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
    #cal-slide-content ul li .cal-title {
      text-transform: uppercase;
      font-size: 14px;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
      #cal-slide-content ul li .cal-title a {
        color: #a0ce67; }
        #cal-slide-content ul li .cal-title a:hover {
          color: #ffffff; }
    #cal-slide-content ul li .cal-date, #cal-slide-content ul li .cal-location {
      font-size: 12px; }
      #cal-slide-content ul li .cal-date span, #cal-slide-content ul li .cal-location span {
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 640px) {
    #cal-slide-content ul li {
      border-right: 0;
      height: auto;
      padding: 10px;
      width: 100%; }
      #cal-slide-content ul li .cal-details-right {
        text-align: left;
        padding: 10px 0; } }

.event {
  background: #d14e1c !important; }
  .event:hover {
    background: #006e51 !important; }

#cal-week-box {
  width: 35px;
  left: -35px;
  font-size: 12px;
  display: none !important; }

.cal-highlight {
  background: #444444; }

.cal-event-list {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: scroll; }

#programme_calendar_list_form {
  margin-bottom: -20px; }
  #programme_calendar_list_form .with-filter {
    padding: 10px 25px 5px; }
  @media only screen and (max-width: 640px) {
    #programme_calendar_list_form .bs-multiselect {
      margin-bottom: 10px;
      width: 100%; }
    #programme_calendar_list_form .btn-xs {
      margin-bottom: 10px; } }

.calendar-event-listing ul {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  list-style: none;
  margin: 0;
  padding: 0; }
  .calendar-event-listing ul li {
    border-bottom: 1px solid #dadada;
    padding: 20px;
    text-align: left; }
    .calendar-event-listing ul li:before, .calendar-event-listing ul li:after {
      content: "";
      display: table; }
    .calendar-event-listing ul li:after {
      clear: both; }
    .calendar-event-listing ul li:nth-child(even) {
      background: #eee; }
    .calendar-event-listing ul li .event-details {
      float: left;
      width: 80%; }
      .calendar-event-listing ul li .event-details p {
        margin: 0; }
    .calendar-event-listing ul li .event-cta {
      float: right;
      padding: 16px 0 0;
      text-align: right;
      width: 20%; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .calendar-event-listing ul li {
    padding: 20px; }
    .calendar-event-listing ul li .event-cta {
      padding: 16px 0; } }
@media only screen and (max-width: 640px) {
  .calendar-event-listing ul li .event-details {
    float: none;
    width: 100%; }
  .calendar-event-listing ul li .event-cta {
    float: none;
    padding: 20px 0 10px;
    text-align: left;
    width: 100%; } }

.carousel-container {
  padding-bottom: 0;
  position: relative; }
  .carousel-container .carousel-indicator {
    border-bottom: 5px solid #dadada;
    margin-bottom: 40px;
    position: relative;
    z-index: 1; }
  .carousel-container .carousel-content {
    position: relative;
    width: 100%;
    z-index: 2; }
  @media only screen and (max-width: 960px) {
    .carousel-container .carousel-indicator {
      margin-top: 60px; }
    .carousel-container .carousel-content {
      top: -86px; }
      .carousel-container .carousel-content h5 {
        padding: 7px 20px 50px;
        padding: 0 30px;
        margin-bottom: 40px; }
      .carousel-container .carousel-content .carousel-arrow {
        position: absolute;
        top: 0;
        background-image: none !important;
        cursor: pointer;
        display: block;
        opacity: 1;
        text-shadow: none;
        width: 28px; }
        .carousel-container .carousel-content .carousel-arrow.arrow-left {
          left: 0; }
          .carousel-container .carousel-content .carousel-arrow.arrow-left span {
            background-repeat: no-repeat;
            background-position: -250px -250px;
            display: block;
            height: 30px;
            left: -10px;
            position: relative;
            width: 30px;
            background-image: url("../img/sprite-icons.png") !important; } }
        @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
          .carousel-container .carousel-content .carousel-arrow.arrow-left span {
            background-image: url("../img/sprite-icons2x.png") !important; } }
        @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
          .carousel-container .carousel-content .carousel-arrow.arrow-left span {
            -webkit-background-size: 700px 700px;
            -moz-background-size: 700px 700px;
            -o-background-size: 700px 700px;
            -ms-background-size: 700px 700px;
            background-size: 700px 700px; } }
  @media only screen and (max-width: 960px) {
        .carousel-container .carousel-content .carousel-arrow.arrow-right {
          right: 0; }
          .carousel-container .carousel-content .carousel-arrow.arrow-right span {
            background-repeat: no-repeat;
            background-position: -300px -250px;
            display: block;
            height: 30px;
            position: relative;
            right: -8px;
            width: 30px;
            background-image: url("../img/sprite-icons.png") !important; } }
        @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
          .carousel-container .carousel-content .carousel-arrow.arrow-right span {
            background-image: url("../img/sprite-icons2x.png") !important; } }
        @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
          .carousel-container .carousel-content .carousel-arrow.arrow-right span {
            -webkit-background-size: 700px 700px;
            -moz-background-size: 700px 700px;
            -o-background-size: 700px 700px;
            -ms-background-size: 700px 700px;
            background-size: 700px 700px; } }

#carousel-wrapper {
  position: relative; }
  #carousel-wrapper #carousel {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0; }
    #carousel-wrapper #carousel li {
      display: block;
      float: left;
      position: relative; }
    #carousel-wrapper #carousel img {
      width: 100% !important; }
  @media only screen and (max-width: 640px) {
    #carousel-wrapper img {
      width: auto; } }

#thumbs-wrapper {
  padding: 0 40px;
  position: relative;
  top: 10px; }
  #thumbs-wrapper #thumbs {
    overflow: hidden; }
    #thumbs-wrapper #thumbs a {
      color: #444444;
      font-size: 15px;
      display: inline-block;
      line-height: 1.2;
      margin: 0 10px;
      overflow: hidden;
      padding: 0;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      width: 150px;
      word-wrap: break-word;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
      #thumbs-wrapper #thumbs a:hover span, #thumbs-wrapper #thumbs a.selected span {
        background: url(../img/bar-arrow-down.png) center bottom repeat-x;
        bottom: 0;
        height: 30px;
        left: 0;
        position: absolute;
        width: 100%; }
  @media only screen and (max-width: 640px) {
    #thumbs-wrapper #thumbs a {
      font-size: 12px; } }
  #thumbs-wrapper #prevCP,
  #thumbs-wrapper #nextCP {
    background: transparent url(../img/sprite-carousel-arrow.png) no-repeat 0 0;
    display: block;
    width: 16px;
    height: 28px;
    margin-top: -28px;
    position: absolute;
    top: 50%; }
  #thumbs-wrapper #prevCP {
    background-position: 0 0;
    left: 10px; }
  #thumbs-wrapper #nextCP {
    background-position: -16px 0;
    right: 10px; }
  #thumbs-wrapper #prevCP.disabled,
  #thumbs-wrapper #nextCP.disabled {
    display: none !important; }

#carousel-wrapper #carousel li h5 {
  text-align: center; }

.featured-programmes {
  background: #ffffff;
  border: 1px solid #dadada;
  margin: 0 0 5px;
  text-align: left; }
  .featured-programmes .columns {
    padding: 0; }
  .featured-programmes .pull-right .arrow-image.left {
    background-position: -10px 0;
    left: 0;
    right: auto; }
  .featured-programmes .image {
    position: relative;
    width: 100%;
    z-index: 50;
    overflow: hidden;
    text-align: center;
    background-color: #000; }
    .featured-programmes .image a {
      opacity: 1;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .featured-programmes .image a img {
        margin-left: -100%;
        left: 50%;
        position: relative;
        width: 100%; }
        @media screen and (-webkit-min-device-pixel-ratio: 0) {
          .featured-programmes .image a img {
            width: 101%; } }
      .featured-programmes .image a:hover {
        opacity: 0.65;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .featured-programmes .image .icon-play {
      cursor: pointer;
      left: 50%;
      margin-left: -35px;
      margin-top: -35px;
      position: absolute;
      top: 50%; }
  .featured-programmes .details {
    padding: 18px; }
    .featured-programmes .details dl {
      margin: 0; }
      .featured-programmes .details dl dt {
        clear: left;
        float: left;
        line-height: 1.3;
        text-align: left !important;
        text-transform: uppercase;
        width: auto !important;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
      .featured-programmes .details dl dd {
        margin-bottom: 10px;
        margin-left: 150px;
        /*
        display: inline-block;
        margin-bottom: 10px;
        //margin-left: 150px;
        position: relative;
        //top: -1px;
        vertical-align: top;
        width: 60%;
        */ }
    .featured-programmes .details .event-cta {
      clear: both;
      margin: 10px 0; }
      .featured-programmes .details .event-cta > div {
        margin-right: 20px; }
        .featured-programmes .details .event-cta > div li {
          padding-top: 5px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .featured-programmes .arrow-image.left {
      bottom: auto;
      left: auto;
      height: 20px;
      right: 0;
      top: 50%;
      width: 10px; }
    .featured-programmes .image img {
      height: 100%;
      width: auto !important; }
    .featured-programmes .details dl {
      margin: 0; }
      .featured-programmes .details dl dt {
        clear: both;
        float: none;
        width: 100%; }
      .featured-programmes .details dl dd {
        margin: 0 0 10px;
        width: 100%; }
    .featured-programmes .details .event-cta a.btn {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 640px) {
    .featured-programmes .pull-right .arrow-image.left {
      background-position: 0 0;
      left: 50%;
      margin-left: -10px;
      right: auto;
      width: 20px; }
    .featured-programmes .image img {
      height: auto !important; }
    .featured-programmes .details dl {
      margin: 0; }
      .featured-programmes .details dl dt {
        clear: both;
        float: none;
        width: 100%; }
      .featured-programmes .details dl dd {
        margin: 0 0 10px;
        width: 100%; }
    .featured-programmes .details .event-cta > div li {
      display: inline-block !important; }
    .featured-programmes .details .event-cta .left {
      float: none;
      margin: 0 auto;
      text-align: center; }
    .featured-programmes .details .event-cta .btn {
      margin-bottom: 10px; }
    .featured-programmes .details .event-cta p {
      text-align: center; } }

.columns {
  padding: 0 2px 0 0; }

.imagebox {
  background-color: #fff;
  border: 1px solid #dadada;
  position: relative;
  width: 100%; }
  .imagebox .header .image {
    position: relative;
    width: 100%;
    z-index: 50;
    overflow: hidden;
    text-align: center;
    background-color: #000;
    /*
    img {
    	//height: 100%;
    	margin-left: -100%;
    	left: 50%;
    	position: relative;
    	width: 100%;
    }
    */ }
    .imagebox .header .image img {
      position: relative; }
      .imagebox .header .image img.portrait {
        top: 50%;
        top: 0\9;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%; }
      .imagebox .header .image img.landscape {
        height: 100%;
        left: 50%;
        left: 0\9;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    @media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .imagebox .header .image img {
        width: 100%; } }
  .imagebox .header .details {
    background-color: rgba(0, 0, 0, 0.65);
    background-image: url(../img/bg-transparent-black.png) \9;
    background-repeat: repeat\9;
    color: #ffffff;
    cursor: pointer;
    left: 0;
    padding: 18px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .imagebox .header .details:hover {
      background-color: rgba(0, 0, 0, 0.4);
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .imagebox .header .details .title {
      position: relative;
      top: 50%;
      top: 0\9;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
      .imagebox .header .details .title h4, .imagebox .header .details .title h4 a {
        color: #a0ce67;
        font-size: 17px;
        line-height: 1.2;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
      .imagebox .header .details .title p a {
        color: #ffffff; }
    @media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .imagebox .header .details .title {
        top: 50%; } }
    .imagebox .header .details .profile-info {
      cursor: default;
      text-align: left; }
      .imagebox .header .details .profile-info:before, .imagebox .header .details .profile-info:after {
        content: "";
        display: table; }
      .imagebox .header .details .profile-info:after {
        clear: both; }
      .imagebox .header .details .profile-info .avatar {
        margin: 0 3% 0 0;
        width: 30%;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top; }
      .imagebox .header .details .profile-info .info {
        padding: 0;
        width: 65%;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top; }
        .imagebox .header .details .profile-info .info.no-sub {
          padding: 18px 0 0; }
        .imagebox .header .details .profile-info .info .info-name,
        .imagebox .header .details .profile-info .info .info-job,
        .imagebox .header .details .profile-info .info .info-award {
          overflow: hidden; }
        .imagebox .header .details .profile-info .info .info-name {
          max-height: 54px; }
        .imagebox .header .details .profile-info .info .info-job {
          max-height: 26px; }
        .imagebox .header .details .profile-info .info .info-award {
          max-height: 42px; }
      .imagebox .header .details .profile-info.with-content .avatar {
        width: 12%; }
      .imagebox .header .details .profile-info.with-content .info {
        width: 35%; }
      .imagebox .header .details .profile-info.with-content .content {
        font-size: 12px;
        width: 48%;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top; }
        .imagebox .header .details .profile-info.with-content .content p {
          margin-bottom: 10px; }
          .imagebox .header .details .profile-info.with-content .content p:last-child {
            margin-bottom: 0; }
    .imagebox .header .details .profile-content {
      cursor: default;
      max-height: 120px;
      font-size: 12px;
      overflow: hidden;
      position: relative; }
      .imagebox .header .details .profile-content p {
        margin-bottom: 10px; }
        .imagebox .header .details .profile-content p:last-child {
          margin-bottom: 0; }
    .imagebox .header .details .profile-cta {
      bottom: 20px;
      position: absolute;
      text-align: center;
      width: 88%; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .imagebox .header .details .profile-info .avatar {
        margin: 0 0 10px !important;
        text-align: center;
        width: 100% !important; }
      .imagebox .header .details .profile-info .info {
        text-align: center;
        width: 100% !important; }
      .imagebox .header .details .profile-info.with-content .avatar {
        width: 100% !important; }
      .imagebox .header .details .profile-info.with-content .info {
        width: 100% !important; }
      .imagebox .header .details .profile-info.with-content .content {
        text-align: center;
        width: 100% !important; } }
    @media only screen and (max-width: 640px) {
      .imagebox .header .details .profile-info.with-content .avatar {
        width: 30% !important; }
      .imagebox .header .details .profile-info.with-content .info {
        width: 60% !important; }
      .imagebox .header .details .profile-info.with-content .content {
        margin-top: 10px;
        text-align: center;
        width: 100% !important; }
      .imagebox .header .details .profile-content {
        font-size: 14px;
        max-height: 180px; }
      .imagebox .header .details blockquote {
        display: block !important; } }
  .imagebox .header .img-sm {
    height: 185px; }
  .imagebox .header .img-lg {
    height: 250px; }
  .imagebox .body {
    padding: 18px;
    position: relative;
    text-align: left; }
    .imagebox .body.equal-height {
      margin: 0; }
  .imagebox.overlap {
    border: 0;
    margin: 0; }
    .imagebox.overlap .body {
      position: absolute; }
  .imagebox.large .image img {
    width: 100%; }
  .imagebox.col-4 .header, .imagebox.col-4 .image, .imagebox.col-4 .details {
    height: 250px; }
  .imagebox.col-profile .header, .imagebox.col-profile .header .imgLiquidFill, .imagebox.col-profile .image, .imagebox.col-profile .details {
    min-height: 290px;
    overflow: hidden; }
  .imagebox.col-profile .details {
    position: relative !important; }
    .imagebox.col-profile .details.light {
      background-color: rgba(255, 255, 255, 0.8);
      color: #444444; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .imagebox.col-profile .header, .imagebox.col-profile .header .imgLiquidFill, .imagebox.col-profile .image, .imagebox.col-profile .details {
      min-height: 400px; } }
  @media only screen and (max-width: 640px) {
    .imagebox.col-profile .header, .imagebox.col-profile .header .imgLiquidFill, .imagebox.col-profile .image, .imagebox.col-profile .details {
      height: 350px; } }
  .imagebox.col-3 .header, .imagebox.col-3 .image, .imagebox.col-3 .details {
    height: 185px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .imagebox .header .details .title h4, .imagebox .header .details .title h4 a {
      font-size: 15px; }
    .imagebox .header .details .title h5 {
      font-size: 13px; }
    .imagebox.col-4 .header, .imagebox.col-4 .image, .imagebox.col-4 .details {
      height: 130px; }
    .imagebox.col-3 .header, .imagebox.col-3 .image, .imagebox.col-3 .details {
      height: 180px; } }
  @media only screen and (max-width: 640px) {
    .imagebox {
      margin-bottom: 20px;
      /*
      .header .image img {
      	height: auto;
      	//margin-top: -100%;
      	//top: 105%; //150%;
      	width: 130%;
      }
      */ }
      .imagebox .header.large, .imagebox .header.large .image, .imagebox .header.large .image img, .imagebox .header.large .details {
        height: 390px; }
      .imagebox .header.huge {
        height: 450px; }
        .imagebox .header.huge .image, .imagebox .header.huge .details {
          height: 450px; } }

.imgLiquidFill {
  overflow: hidden; }

.col-3 .imgLiquidFill {
  height: 185px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .col-3 .imgLiquidFill {
      height: 180px; } }

.col-4 .imgLiquidFill {
  height: 250px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .col-4 .imgLiquidFill {
      height: 130px; } }

.col-3 .large .imgLiquidFill,
.col-3 .large .details {
  height: 428px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .col-3 .large .imgLiquidFill,
    .col-3 .large .details {
      height: 490px; } }
  @media only screen and (max-width: 640px) {
    .col-3 .large .imgLiquidFill,
    .col-3 .large .details {
      height: 390px; } }

.col-4 .large .imgLiquidFill {
  height: 250px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .col-4 .large .imgLiquidFill {
      height: 130px; } }

.eventboxes .col-md-3 .imgLiquidFill {
  height: 120px; }
  .eventboxes .col-md-3 .imgLiquidFill a {
    background: none;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .eventboxes .col-md-3 .imgLiquidFill a:hover {
      background: rgba(0, 0, 0, 0.25);
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.eventboxes .col-md-6 .col-md-6 .imgLiquidFill {
  height: 240px; }
  .eventboxes .col-md-6 .col-md-6 .imgLiquidFill a {
    background: none;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .eventboxes .col-md-6 .col-md-6 .imgLiquidFill a:hover {
      background: rgba(0, 0, 0, 0.25);
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.eventboxes .eventbox.sm .imgLiquidFill {
  height: 120px; }
  .eventboxes .eventbox.sm .imgLiquidFill a {
    background: none;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .eventboxes .eventbox.sm .imgLiquidFill a:hover {
      background: rgba(0, 0, 0, 0.25);
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .eventboxes .eventbox.sm .imgLiquidFill {
      height: 89px; } }

.nopadding.col-md-6 .imagebox .imgLiquidFill {
  height: 240px; }
  .nopadding.col-md-6 .imagebox .imgLiquidFill a {
    background: none;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .nopadding.col-md-6 .imagebox .imgLiquidFill a:hover {
      background: rgba(0, 0, 0, 0.25);
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .nopadding.col-md-6 .imagebox .imgLiquidFill {
      height: 150px; } }

.nopadding.col-md-3 .imagebox .imgLiquidFill {
  height: 120px; }
  .nopadding.col-md-3 .imagebox .imgLiquidFill a {
    background: none;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .nopadding.col-md-3 .imagebox .imgLiquidFill a:hover {
      background: rgba(0, 0, 0, 0.25);
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .nopadding.col-md-3 .imagebox .imgLiquidFill {
      height: 75px; } }

.imagefaculty .col-3,
.imagefaculty .col-3 .imgLiquidFill,
.imagefaculty .col-3 .details {
  height: 270px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .imagefaculty .col-3,
    .imagefaculty .col-3 .imgLiquidFill,
    .imagefaculty .col-3 .details {
      height: 380px; } }
  @media only screen and (max-width: 640px) {
    .imagefaculty .col-3,
    .imagefaculty .col-3 .imgLiquidFill,
    .imagefaculty .col-3 .details {
      height: 240px; } }

.faculty-showcase .imgLiquidFill,
.col-showcase .imgLiquidFill {
  height: 470px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .faculty-showcase .imgLiquidFill,
    .col-showcase .imgLiquidFill {
      height: 570px; } }
  @media only screen and (max-width: 640px) {
    .faculty-showcase .imgLiquidFill,
    .col-showcase .imgLiquidFill {
      height: 440px; } }

.featured-programmes .imgLiquidFill {
  height: 474px; }
  .featured-programmes .imgLiquidFill a {
    background: none;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .featured-programmes .imgLiquidFill a:hover {
      background: rgba(0, 0, 0, 0.25);
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .featured-programmes .imgLiquidFill {
      height: 650px; } }
  @media only screen and (max-width: 640px) {
    .featured-programmes .imgLiquidFill {
      height: 368px; } }

.eventboxes.moments .imgLiquidFill {
  height: 234px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .eventboxes.moments .imgLiquidFill {
      height: 310px; } }
  @media only screen and (max-width: 640px) {
    .eventboxes.moments .imgLiquidFill {
      height: 184px; } }

.slider-box .imgLiquidFill {
  height: 470px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .slider-box .imgLiquidFill {
      height: 328px; } }
  @media only screen and (max-width: 640px) {
    .slider-box .imgLiquidFill {
      height: 402px; } }

.events-details .sponsors .equal-box .col-md-3 {
  display: table; }
  .events-details .sponsors .equal-box .col-md-3 .equal-height {
    display: table-cell;
    vertical-align: middle; }
@media only screen and (max-width: 640px) {
  .events-details .subnav h1 {
    font-size: 24px;
    top: 0; }
  .events-details .hero-banner,
  .events-details .hero-banner .hero-image {
    height: 450px; }
  .events-details .hero-banner .hero-image img {
    margin-left: -544px;
    width: 1089px; }
  .events-details .sponsors .equal-height {
    margin: 0 0 30px; }
  .events-details .sponsors img {
    width: 100%; } }

.sidemenu .nav-tabs {
  border: 0; }
  .sidemenu .nav-tabs > li {
    float: none;
    margin: 0 0 10px; }
    .sidemenu .nav-tabs > li a {
      background-color: transparent;
      border: 0;
      padding: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background-position: 0 3px;
      background-repeat: no-repeat;
      color: #444444;
      display: block;
      font-size: 15px;
      padding-left: 20px;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      background-image: url("../img/chevron-cta-big.png") !important; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .sidemenu .nav-tabs > li a {
          background-image: url("../img/chevron-cta-big2x.png") !important;
          -webkit-background-size: 8px 14px;
          -moz-background-size: 8px 14px;
          -o-background-size: 8px 14px;
          -ms-background-size: 8px 14px;
          background-size: 8px 14px; } }
      .sidemenu .nav-tabs > li a:hover {
        color: #d14e1c; }
      .sidemenu .nav-tabs > li a:hover, .sidemenu .nav-tabs > li a:focus {
        background-color: transparent;
        border: 0; }
    .sidemenu .nav-tabs > li.active a {
      color: #d14e1c; }
    .sidemenu .nav-tabs > li:last-child {
      margin: 0; }
.sidemenu .tab-content > .tab-pane .heading4 {
  text-align: left; }
.sidemenu .tab-pane-inner {
  text-align: left; }
  .sidemenu .tab-pane-inner .heading4 {
    margin-bottom: 20px; }
  .sidemenu .tab-pane-inner p:last-child {
    margin: 0; }
.sidemenu .speaker-lists li {
  margin: 0 0 30px;
  text-align: center;
  vertical-align: top;
  width: 32.33%; }
  .sidemenu .speaker-lists li .speaker-lists-inner {
    min-height: 180px;
    position: relative; }
    .sidemenu .speaker-lists li .speaker-lists-inner .speaker-image {
      margin-bottom: 20px;
      position: relative;
      top: 0; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .sidemenu .speaker-lists li {
    width: 49%; } }
@media only screen and (max-width: 640px) {
  .sidemenu .sidebox {
    display: none; }
  .sidemenu .tab-content > .tab-pane {
    border-bottom: 1px solid #dadada;
    display: block;
    margin: 0 0 30px;
    padding: 0 0 30px; }
    .sidemenu .tab-content > .tab-pane:last-child {
      border: 0;
      margin: 0;
      padding: 0; }
    .sidemenu .tab-content > .tab-pane .heading4 {
      text-align: left; }
    .sidemenu .tab-content > .tab-pane .tab-pane-inner {
      overflow: hidden;
      position: relative; }
      .sidemenu .tab-content > .tab-pane .tab-pane-inner .gradient {
        background: url(../img/bg-gradient-moreless.png) repeat-x;
        bottom: 0;
        height: 35px;
        left: 0;
        position: absolute;
        width: 100%; }
    .sidemenu .tab-content > .tab-pane .read-more {
      background: #fff;
      text-align: left; }
      .sidemenu .tab-content > .tab-pane .read-more a,
      .sidemenu .tab-content > .tab-pane .read-more a:hover,
      .sidemenu .tab-content > .tab-pane .read-more a:active,
      .sidemenu .tab-content > .tab-pane .read-more a:focus {
        background: url(../img/chevron-up-orange.png) right 5px no-repeat;
        color: #d14e1c;
        padding: 0 16px 0 0;
        text-decoration: none; }
        .sidemenu .tab-content > .tab-pane .read-more a.chevron,
        .sidemenu .tab-content > .tab-pane .read-more a:hover.chevron,
        .sidemenu .tab-content > .tab-pane .read-more a:active.chevron,
        .sidemenu .tab-content > .tab-pane .read-more a:focus.chevron {
          background: url(../img/chevron-down-orange.png) right 5px no-repeat; }
  .sidemenu .speaker-lists {
    margin-bottom: -30px; }
    .sidemenu .speaker-lists li {
      width: 49%; } }

.contacts-press .row {
  background: url(../img/bg-sepline-3col.png) top center repeat-y; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .contacts-press .row {
    background: url(../img/bg-sepline-3col-sm.png) top center repeat-y; } }
@media only screen and (max-width: 640px) {
  .contacts-press .row {
    background: none; }
    .contacts-press .row .col-xs-12 {
      border-bottom: 1px solid #dadada;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      .contacts-press .row .col-xs-12:last-child {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0; } }

.details-solid-dark {
  background-color: #171717 !important;
  background-image: url(../img/bg-faculty-profile-dark.jpg);
  background-position: top center;
  background-repeat: repeat-x; }

.details-solid-light {
  background-color: #f4f4f4 !important;
  background-image: url(../img/bg-faculty-profile-light.jpg);
  background-position: top center;
  background-repeat: repeat-x; }
  .details-solid-light blockquote.text-green {
    line-height: 1.2; }
    .details-solid-light blockquote.text-green:before, .details-solid-light blockquote.text-green:after {
      background-size: 18px 15px;
      height: 15px;
      width: 24px;
      top: 0; }

.myinsead {
  height: 100%;
  /* GENERIC
  ******************************/
  	/* HEADER
    ******************************/
  /* HEADER: MOBILE
  ******************************/
  /* FOOTER
  ******************************/
  /* BREADCRUMBS
  ******************************/
  /* DOCK
  ******************************/
  /* Page: Login
  ******************************/
  /* Page Widget: Hero Banner Tab
  ******************************/
  /* Page Widget: Reminder Content
  ******************************/
  /* Sidebar Widget: Upcoming Events
  ******************************/
  /* Network Filter
  ******************************/
  /* Network Profiles
  ******************************/
  /* Network Map
  ******************************/
  /* My Profile
  ******************************/
  /* Settings
  ******************************/
  /* Campus Life
  ******************************/
  /* Custom CSS
  ******************************/ }
  .myinsead.myinsead-bg {
    background: url(../img/myinsead-landing.jpg) center center no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 640px) {
      .myinsead.myinsead-bg {
        background-size: 1818px 750px; } }
  .myinsead .ui-panel-wrapper {
    margin-bottom: -45px; }
    .myinsead .ui-panel-wrapper:after {
      content: "";
      display: block;
      height: 45px; }
  .myinsead header {
    height: 92px; }
    .myinsead header.sticky {
      margin: 0;
      padding-top: 12px; }
    .myinsead header .login-search ul li.item-login > a {
      background-image: none !important; }
    @media only screen and (max-width: 640px) {
      .myinsead header {
        display: block;
        height: 50px;
        margin-top: 15px; }
        .myinsead header .login-search {
          display: none; } }
    .myinsead header .logged-in {
      background: none !important;
      height: 38px;
      margin: -3px 0 0 0 !important;
      position: relative;
      text-indent: 0 !important;
      width: 37px; }
      .myinsead header .logged-in img {
        height: 38px;
        position: relative;
        width: 37px;
        z-index: 1; }
      .myinsead header .logged-in span {
        background: #d14e1c;
        color: #ffffff;
        display: block;
        font-size: 12px;
        height: 16px;
        padding: 0;
        position: absolute;
        right: -5px;
        text-align: center;
        top: 0;
        width: 16px;
        z-index: 2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
  .myinsead .logo-myinsead {
    display: block;
    float: left;
    margin-top: 3px;
    position: relative;
    width: 120px; }
    .myinsead .logo-myinsead a {
      background: url(../img/logo-small.png) 0 0 no-repeat;
      display: block;
      height: 62px;
      text-indent: -9999px;
      width: 114px; }
  @media only screen and (max-width: 640px) {
    .myinsead .mobile-header .menu {
      display: none; }
    .myinsead .mobile-header .logo {
      padding-left: 0; }
      .myinsead .mobile-header .logo a {
        margin: 0 0 0 20px; }
    .myinsead .mobile-header .login a {
      text-indent: 0 !important; }
      .myinsead .mobile-header .login a span {
        background: #d14e1c;
        color: #ffffff;
        display: block;
        font-size: 12px;
        height: 16px;
        padding: 0;
        position: absolute;
        right: 2px;
        text-align: center;
        top: 2px;
        width: 16px;
        z-index: 2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; } }
  .myinsead .footer-myinsead-default {
    height: 276px;
    min-height: 276px; }
    .myinsead .footer-myinsead-default .container .row {
      background-position: 630px top !important; }
  .myinsead .footer-myinsead {
    height: 45px !important;
    position: relative;
    z-index: 1000; }
    .myinsead .footer-myinsead .container {
      padding-top: 9px !important;
      padding-bottom: 0 !important; }
      .myinsead .footer-myinsead .container .row {
        background: none !important; }
        .myinsead .footer-myinsead .container .row .col-md-12 {
          text-align: right; }
    @media only screen and (max-width: 640px) {
      .myinsead .footer-myinsead .container {
        padding-top: 32px !important; }
        .myinsead .footer-myinsead .container .row .col-md-12 {
          text-align: left; }
          .myinsead .footer-myinsead .container .row .col-md-12 .list-sepline {
            display: none; } }
  .myinsead .breadcrumbs-subnav {
    top: 0; }
    .myinsead .breadcrumbs-subnav .breadcrumbs.weather-date ul li {
      color: #006e51;
      font-size: 12px;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
  .myinsead .myinsead-content-login {
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid #ffffff;
    bottom: 45px;
    height: 300px;
    left: 0;
    padding: 30px 0;
    position: relative;
    width: 100%; }
  .myinsead .myinsead-form-login {
    border-bottom: 1px solid #ffffff;
    margin: 0 auto 20px;
    width: 430px; }
    .myinsead .myinsead-form-login input[type="text"] {
      background: rgba(255, 255, 255, 0.65);
      border: 1px solid #006e51;
      display: block;
      margin: 0 auto 10px;
      padding: 10px 20px;
      text-align: center;
      width: 430px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    .myinsead .myinsead-form-login p {
      text-align: right; }
    @media only screen and (max-width: 640px) {
      .myinsead .myinsead-form-login {
        width: 100%; }
        .myinsead .myinsead-form-login input[type="text"] {
          width: 100%; }
        .myinsead .myinsead-form-login .btn {
          width: 100%; } }
  .myinsead .chevron-down {
    background: url(../img/accordion-arrow-down.png) 0 0 no-repeat;
    display: inline-block;
    height: 8px;
    text-indent: -9999px;
    width: 13px;
    vertical-align: middle; }
  .myinsead .carousel-tab-hero .hero-dashboard {
    bottom: auto;
    top: -40px; }
  .myinsead .reminder-content {
    background: #ffffff;
    border-bottom: 1px solid #dadada;
    display: block;
    margin-bottom: 40px;
    margin-top: -40px;
    padding: 30px 0;
    position: relative;
    width: 100%; }
    .myinsead .reminder-content.hide {
      display: none; }
    .myinsead .reminder-content .btn-close-reminder {
      position: absolute;
      right: 10%;
      top: 10%; }
  .myinsead .carousel-sidebar {
    margin: 0 0 20px; }
    .myinsead .carousel-sidebar .carousel-inner {
      border-bottom: 1px solid #dadada; }
    .myinsead .carousel-sidebar .carousel-indicators {
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      width: 100%; }
      .myinsead .carousel-sidebar .carousel-indicators li {
        background: #dadada;
        border: 1px solid #dadada; }
        .myinsead .carousel-sidebar .carousel-indicators li.active {
          background: #d14e1c;
          border: 1px solid #d14e1c; }
  .myinsead .sidebar-content-inner {
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .myinsead .sidebar-content-inner:last-child {
      border: 0;
      margin: 0;
      padding: 0; }
    .myinsead .sidebar-content-inner.no-border {
      border: 0;
      margin: 0 0 10px;
      padding: 0; }
    .myinsead .sidebar-content-inner .sidebar-content-inner-left {
      float: left;
      width: 60px; }
    .myinsead .sidebar-content-inner .sidebar-content-inner-right {
      float: right;
      width: 110px;
      word-wrap: break-word; }
      .myinsead .sidebar-content-inner .sidebar-content-inner-right p {
        margin-bottom: 10px; }
    .myinsead .sidebar-content-inner .sidebar-content-inner-left.with-icons {
      width: 50px; }
    .myinsead .sidebar-content-inner .sidebar-content-inner-right.with-icons {
      width: 120px; }
    .myinsead .sidebar-content-inner .social-icons {
      color: #006e51;
      font-size: 20px; }
    .myinsead .sidebar-content-inner .list-inline:last-child {
      margin: 0; }
  @media only screen and (max-width: 640px) {
    .myinsead .sidebar-content-inner-left {
      width: 20% !important; }
    .myinsead .sidebar-content-inner-right {
      float: left !important;
      width: 75% !important; } }
  .myinsead .myinsead-network-filter .myinsead-network-forms {
    float: left; }
  .myinsead .myinsead-network-filter .myinsead-network-view {
    float: right; }
    .myinsead .myinsead-network-filter .myinsead-network-view a {
      display: inline-block;
      font-size: 18px;
      margin: 0 0 0 10px;
      vertical-align: middle; }
  .myinsead .myinsead-network-filter .filter-body {
    padding: 4px 0 !important; }
  .myinsead .myinsead-network-filter .filter-input-submit {
    margin-right: 20px; }
  .myinsead .myinsead-network-filter .filters .filter-boxes {
    margin: 0 0 20px;
    text-align: left; }
    .myinsead .myinsead-network-filter .filters .filter-boxes a {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top; }
    .myinsead .myinsead-network-filter .filters .filter-boxes .filter-box {
      background: #d14e1c;
      color: #ffffff;
      margin: 0 10px 0 0;
      padding: 5px 10px;
      position: relative;
      width: 120px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .myinsead .myinsead-network-filter .filters .filter-boxes .filter-box i {
        position: absolute;
        right: 10px;
        top: 6px; }
    .myinsead .myinsead-network-filter .filters .filter-boxes .clear-all {
      margin-top: 3px; }
  .myinsead .myinsead-network-filter .filters .filter-categories .col-md-4 {
    border-right: 1px solid #ffffff;
    min-height: 144px;
    padding: 0 20px; }
    .myinsead .myinsead-network-filter .filters .filter-categories .col-md-4:last-child {
      border: 0; }
  .myinsead .myinsead-network-filter .filters .filter-category .heading4 {
    position: relative; }
    .myinsead .myinsead-network-filter .filters .filter-category .heading4 a {
      color: #a0ce67;
      font-size: 12px;
      position: absolute;
      right: 0;
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top; }
      .myinsead .myinsead-network-filter .filters .filter-category .heading4 a:hover {
        color: #d14e1c; }
  .myinsead .myinsead-network-filter .filters .filter-category ul li {
    margin: 0;
    position: relative; }
    .myinsead .myinsead-network-filter .filters .filter-category ul li:last-child {
      margin: 0; }
    .myinsead .myinsead-network-filter .filters .filter-category ul li span {
      position: absolute;
      right: 0; }
    .myinsead .myinsead-network-filter .filters .filter-category ul li .add {
      border: 1px solid #ffffff;
      color: #ffffff;
      display: block;
      font-size: 12px;
      margin: 0 0 5px;
      padding: 5px 10px;
      position: relative;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .myinsead .myinsead-network-filter .filters .filter-category ul li .add i {
        position: absolute;
        right: 10px;
        top: 7px; }
  .myinsead .myinsead-network-filter .show-more {
    display: block;
    margin-bottom: 20px; }
  .myinsead .myinsead-network-filter a {
    color: #ffffff; }
    .myinsead .myinsead-network-filter a:hover {
      color: #d14e1c; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .myinsead .myinsead-network-filter .filter-body {
      margin: 0; }
    .myinsead .myinsead-network-filter .myinsead-network-forms input[type="text"] {
      margin: 0 0 10px;
      width: 100%; }
    .myinsead .myinsead-network-filter .myinsead-network-view {
      margin-top: -22px; } }
  @media only screen and (max-width: 640px) {
    .myinsead .myinsead-network-filter .filter-body {
      margin: 0; }
    .myinsead .myinsead-network-filter .myinsead-network-forms {
      float: none; }
      .myinsead .myinsead-network-filter .myinsead-network-forms input {
        display: block;
        margin: 0 0 10px;
        width: 100%; }
    .myinsead .myinsead-network-filter .myinsead-network-view {
      margin-top: -22px; }
    .myinsead .myinsead-network-filter .filters .filter-categories .col-md-4 {
      border-right: 0;
      min-height: auto;
      padding: 0 10px 10px; }
      .myinsead .myinsead-network-filter .filters .filter-categories .col-md-4:last-child {
        border: 0; } }
  .myinsead .imagefaculty {
    margin-bottom: 10px; }
    .myinsead .imagefaculty .imagebox {
      margin: 0 0 2px; }
    .myinsead .imagefaculty .col-3,
    .myinsead .imagefaculty .col-3 .imgLiquidFill,
    .myinsead .imagefaculty .col-3 .details {
      height: 328px; }
    .myinsead .imagefaculty .common {
      color: #ffffff !important;
      font-size: 10px;
      font-family: Arial, Helvetica, sans-serf;
      font-weight: normal;
      -webkit-font-smoothing: antialiased; }
    .myinsead .imagefaculty .list-inline li a {
      color: #a0ce67;
      font-size: 20px; }
      .myinsead .imagefaculty .list-inline li a:hover {
        color: #d14e1c; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .myinsead .imagefaculty .col-3,
      .myinsead .imagefaculty .col-3 .imgLiquidFill,
      .myinsead .imagefaculty .col-3 .details {
        height: 388px; } }
  .myinsead .profile-horizontal {
    border: 1px solid #dadada;
    height: 120px;
    margin: 0 0 2px;
    position: relative;
    width: 100%; }
    .myinsead .profile-horizontal .image {
      height: 120px;
      overflow: hidden;
      position: relative;
      width: 100%;
      z-index: 1; }
    .myinsead .profile-horizontal .details {
      background: rgba(0, 0, 0, 0.8);
      left: 0;
      height: 120px;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .myinsead .profile-horizontal .details:hover {
        background: rgba(0, 0, 0, 0.5);
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .myinsead .profile-horizontal .details .details-inner {
        height: 120px;
        margin: 0 auto;
        width: 94%; }
        .myinsead .profile-horizontal .details .details-inner .avatar, .myinsead .profile-horizontal .details .details-inner .info, .myinsead .profile-horizontal .details .details-inner .social-links {
          float: left;
          margin: 0 5px;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .myinsead .profile-horizontal .details .details-inner .avatar {
          height: auto;
          width: 80px; }
        .myinsead .profile-horizontal .details .details-inner .info {
          color: #ffffff;
          height: auto;
          text-align: left;
          width: 150px; }
          .myinsead .profile-horizontal .details .details-inner .info p:last-child {
            margin: 0; }
        .myinsead .profile-horizontal .details .details-inner .social-links {
          height: auto;
          width: 90px; }
          .myinsead .profile-horizontal .details .details-inner .social-links ul li a {
            color: #a0ce67;
            font-size: 20px; }
  .myinsead .map-embed {
    overflow: hidden;
    width: 100%; }
    .myinsead .map-embed iframe {
      border: 0;
      height: 732px;
      width: 100%; }
    @media only screen and (max-width: 640px) {
      .myinsead .map-embed {
        margin: 20px 0 0; }
        .myinsead .map-embed iframe {
          height: 400px;
          width: 100%; } }
  .myinsead .avatar-connections {
    margin: 0; }
    .myinsead .avatar-connections li {
      margin: 0 0 10px;
      width: 32%; }
      .myinsead .avatar-connections li a {
        display: block; }
        .myinsead .avatar-connections li a img {
          margin: 0 0 5px; }
  .myinsead .myinsead-profile-links .links-inner {
    margin: 0 0 10px; }
    .myinsead .myinsead-profile-links .links-inner .links-inner-input {
      position: relative;
      width: 100%; }
      .myinsead .myinsead-profile-links .links-inner .links-inner-input input[type="text"] {
        border: 1px solid #006e51;
        font-size: 13px;
        padding: 1px 5px;
        width: 84%;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px; }
      .myinsead .myinsead-profile-links .links-inner .links-inner-input > a {
        background: #006e51;
        color: #ffffff;
        display: inline-block;
        height: 22px;
        margin-left: -4px;
        padding: 0 5px;
        vertical-align: middle;
        width: 40px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0; }
        .myinsead .myinsead-profile-links .links-inner .links-inner-input > a i {
          font-size: 12px; }
        .myinsead .myinsead-profile-links .links-inner .links-inner-input > a.active {
          -webkit-border-radius: 0 4px 0 0;
          -moz-border-radius: 0 4px 0 0;
          border-radius: 0 4px 0 0; }
      .myinsead .myinsead-profile-links .links-inner .links-inner-input .dropdown {
        background: #006e51;
        color: #ffffff;
        display: none;
        margin: 0 2px 0 0;
        padding: 5px 10px;
        position: absolute;
        right: 0;
        width: 140px;
        z-index: 1;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px; }
        .myinsead .myinsead-profile-links .links-inner .links-inner-input .dropdown.show {
          display: block; }
        .myinsead .myinsead-profile-links .links-inner .links-inner-input .dropdown ul {
          margin: 0 !important; }
          .myinsead .myinsead-profile-links .links-inner .links-inner-input .dropdown ul li:last-child {
            margin: 0 !important; }
          .myinsead .myinsead-profile-links .links-inner .links-inner-input .dropdown ul li a {
            color: #ffffff;
            font-size: 13px;
            text-align: left; }
            .myinsead .myinsead-profile-links .links-inner .links-inner-input .dropdown ul li a img {
              vertical-align: middle; }
  .myinsead .show-profile {
    font-size: 12px;
    margin: 0 0 20px;
    position: relative;
    text-align: right;
    width: 100%; }
    .myinsead .show-profile > a {
      background: #006e51;
      color: #ffffff;
      display: inline-block;
      font-size: 12px;
      height: 22px;
      padding: 3px 8px;
      vertical-align: middle;
      width: auto;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .myinsead .show-profile > a i {
        font-size: 12px; }
      .myinsead .show-profile > a.active {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0; }
    .myinsead .show-profile .dropdown {
      background: #006e51;
      color: #ffffff;
      display: none;
      font-size: 12px;
      margin: 0 0 0 0;
      padding: 5px 10px;
      position: absolute;
      right: 0;
      text-align: left;
      width: 160px;
      z-index: 1;
      -webkit-border-radius: 4px 0 4px 4px;
      -moz-border-radius: 4px 0 4px 4px;
      border-radius: 4px 0 4px 4px; }
      .myinsead .show-profile .dropdown.active {
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0 4px 0 0;
        border-radius: 0 4px 0 0; }
      .myinsead .show-profile .dropdown label {
        font-weight: normal; }
      .myinsead .show-profile .dropdown.show {
        display: block; }
  .myinsead .content-border {
    border: 1px solid #dadada;
    margin: 0 0 20px;
    padding: 18px;
    text-align: left; }
    .myinsead .content-border .dl-horizontal {
      margin: 0; }
      .myinsead .content-border .dl-horizontal dt {
        margin-bottom: 5px;
        width: 120px !important; }
        .myinsead .content-border .dl-horizontal dt:last-child {
          margin-bottom: 0 !important; }
      .myinsead .content-border .dl-horizontal dd {
        margin-bottom: 5px; }
        .myinsead .content-border .dl-horizontal dd:last-child {
          margin-bottom: 0 !important; }
  .myinsead .myinsead-settings {
    margin: 0 0 30px;
    text-align: left; }
    .myinsead .myinsead-settings h3 {
      margin-bottom: 10px !important; }
    .myinsead .myinsead-settings .dl-horizontal {
      margin-bottom: 20px; }
      .myinsead .myinsead-settings .dl-horizontal dt {
        width: 180px !important; }
      .myinsead .myinsead-settings .dl-horizontal dd {
        margin-left: 180px !important; }
    .myinsead .myinsead-settings .mailing-lists {
      margin-left: -10px; }
      .myinsead .myinsead-settings .mailing-lists form {
        margin-bottom: 20px; }
        .myinsead .myinsead-settings .mailing-lists form label {
          font-weight: normal; }
    @media only screen and (max-width: 640px) {
      .myinsead .myinsead-settings {
        margin: 0 0 50px; }
        .myinsead .myinsead-settings:last-child {
          margin: 0; }
        .myinsead .myinsead-settings .dl-horizontal dt {
          margin: 0 0 5px !important;
          width: 100% !important; }
        .myinsead .myinsead-settings .dl-horizontal dd {
          margin: 0 0 20px !important;
          width: 100% !important; } }
  .myinsead .news-block ul {
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top; }
    .myinsead .news-block ul li {
      float: left;
      list-style: none;
      margin: 0 2% 2% 0;
      width: 32%; }
      .myinsead .news-block ul li:first-child {
        width: 100%; }
        .myinsead .news-block ul li:first-child .news-block-banner,
        .myinsead .news-block ul li:first-child .news-block-image {
          height: 374px;
          width: 100%; }
      .myinsead .news-block ul li:last-child {
        margin: 0; }
      .myinsead .news-block ul li .news-block-banner,
      .myinsead .news-block ul li .news-block-image {
        height: 200px; }
      .myinsead .news-block ul li .news-block-banner {
        margin: 0;
        position: relative;
        width: 100%; }
        .myinsead .news-block ul li .news-block-banner .news-block-image {
          overflow: hidden;
          position: relative;
          z-index: 1; }
          .myinsead .news-block ul li .news-block-banner .news-block-image img {
            width: 100%; }
        .myinsead .news-block ul li .news-block-banner .news-block-text {
          background: rgba(0, 0, 0, 0.8);
          bottom: 0;
          color: #ffffff;
          left: 0;
          padding: 15px 20px;
          position: absolute;
          text-align: left;
          width: 100%;
          z-index: 2; }
  .myinsead .news-block .arrows {
    display: none; }
  @media only screen and (max-width: 640px) {
    .myinsead .news-block {
      height: 182px !important;
      margin: 0 0 20px; }
      .myinsead .news-block ul {
        position: relative;
        z-index: 1; }
        .myinsead .news-block ul li {
          margin: 0;
          width: 100%; }
          .myinsead .news-block ul li .news-block-banner,
          .myinsead .news-block ul li .news-block-image {
            height: 182px !important; }
          .myinsead .news-block ul li .news-block-text {
            padding: 10px !important; }
      .myinsead .news-block .arrows {
        display: block;
        height: 182px;
        margin: -182px auto 0;
        position: absolute;
        width: 100%;
        z-index: 2; }
        .myinsead .news-block .arrows .prev {
          left: 10px; }
        .myinsead .news-block .arrows .next {
          right: 10px; } }
  .myinsead .upcoming-events-filter {
    margin: 0 0 0 50px;
    text-align: left; }
    @media only screen and (max-width: 640px) {
      .myinsead .upcoming-events-filter {
        margin: 0;
        text-align: center; }
        .myinsead .upcoming-events-filter ul li {
          margin: 0 0 5px; } }
  .myinsead .upcoming-events-slider {
    height: auto;
    position: relative; }
    .myinsead .upcoming-events-slider ul {
      position: relative;
      z-index: 1; }
      .myinsead .upcoming-events-slider ul li .upcoming-events-content {
        margin: 0 16%;
        width: 68%; }
        .myinsead .upcoming-events-slider ul li .upcoming-events-content .list-sepline-only {
          display: inline-block; }
          .myinsead .upcoming-events-slider ul li .upcoming-events-content .list-sepline-only li {
            padding-right: 10px;
            width: auto; }
    .myinsead .upcoming-events-slider .arrows {
      height: 200px;
      margin: -300px auto 0;
      position: absolute;
      z-index: 2; }
      .myinsead .upcoming-events-slider .arrows .prev {
        left: 0; }
      .myinsead .upcoming-events-slider .arrows .next {
        right: 0; }
    @media only screen and (max-width: 640px) {
      .myinsead .upcoming-events-slider {
        overflow: visible; }
        .myinsead .upcoming-events-slider ul li .upcoming-events-content {
          margin: 0 5%;
          width: 90%; }
        .myinsead .upcoming-events-slider .arrows {
          display: block;
          width: 100%; }
          .myinsead .upcoming-events-slider .arrows .prev {
            left: -18px; }
          .myinsead .upcoming-events-slider .arrows .next {
            right: -18px; } }
  .myinsead .campus-clubs-list li {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 32.33%; }
    .myinsead .campus-clubs-list li img {
      height: 168px;
      width: 168px; }
  @media only screen and (max-width: 640px) {
    .myinsead .campus-clubs-list li {
      margin: 0 0 10px;
      width: 49%; }
      .myinsead .campus-clubs-list li img {
        height: 80px;
        width: 80px; } }
  .myinsead .icon-gift {
    font-size: 30px; }
  .myinsead .fa-icon {
    font-size: 30px; }
  .myinsead .sidebox:last-child {
    overflow: visible; }

@media only screen and (max-width: 320px) and (max-height: 480px) {
  .myinsead #wrapper {
    min-height: 560px !important; } }
@media only screen and (max-width: 320px) and (max-height: 568px) {
  .myinsead #wrapper {
    min-height: 580px !important; } }
@media only screen and (max-width: 375px) and (max-height: 667px) {
  .myinsead #wrapper {
    min-height: 642px !important; } }
@media only screen and (max-width: 414px) and (max-height: 736px) {
  .myinsead #wrapper {
    min-height: 642px !important; } }
.widgetbox {
  overflow: hidden; }
  .widgetbox > a {
    display: block;
    padding: 0;
    position: relative; }
  .widgetbox img {
    position: absolute; }
    .widgetbox img.scale-landscape {
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; }
    .widgetbox img.scale-portrait {
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%; }
  .widgetbox.widget-eventbox-470 a img.scale-landscape {
    height: 470px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-eventbox-470 a img.scale-landscape {
        height: 650px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-eventbox-470 a img.scale-landscape {
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0; } }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-eventbox-470 a img.scale-portrait {
      height: 650px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0;
      width: auto !important; } }
  .widgetbox.widget-eventbox-470, .widgetbox.widget-eventbox-470 a {
    height: 470px; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-eventbox-470, .widgetbox.widget-eventbox-470 a {
        height: 650px; }
        .widgetbox.widget-eventbox-470 .arrow-image.left, .widgetbox.widget-eventbox-470 a .arrow-image.left {
          bottom: 0;
          height: 10px;
          left: 50%;
          margin-left: -10px;
          right: auto;
          top: auto;
          width: 20px; }
        .widgetbox.widget-eventbox-470 .arrow-image.left.large, .widgetbox.widget-eventbox-470 a .arrow-image.left.large {
          bottom: auto;
          height: 20px;
          left: auto;
          margin-left: auto;
          margin-top: -10px;
          right: 0;
          top: 50%;
          width: 10px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-eventbox-470, .widgetbox.widget-eventbox-470 a {
        height: 368px; }
        .widgetbox.widget-eventbox-470 .arrow-image.left, .widgetbox.widget-eventbox-470 a .arrow-image.left {
          margin-left: -10px; } }
  .widgetbox.widget-eventbox-250 a img.scale-landscape {
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-eventbox-250 a img.scale-landscape {
        height: 300px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-eventbox-250 a img.scale-landscape {
        height: auto;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: 100%; } }
  .widgetbox.widget-eventbox-250, .widgetbox.widget-eventbox-250 a {
    height: 250px; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-eventbox-250, .widgetbox.widget-eventbox-250 a {
        height: 300px; }
        .widgetbox.widget-eventbox-250 .arrow-image.left, .widgetbox.widget-eventbox-250 a .arrow-image.left {
          bottom: 0;
          height: 10px;
          left: 50%;
          margin-left: -10px;
          right: auto;
          top: auto;
          width: 20px; }
        .widgetbox.widget-eventbox-250 .arrow-image.left.large, .widgetbox.widget-eventbox-250 a .arrow-image.left.large {
          bottom: auto;
          height: 20px;
          left: auto;
          margin-left: auto;
          margin-top: -10px;
          right: 0;
          top: 50%;
          width: 10px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-eventbox-250, .widgetbox.widget-eventbox-250 a {
        height: 114px; }
        .widgetbox.widget-eventbox-250 .arrow-image.left, .widgetbox.widget-eventbox-250 a .arrow-image.left {
          margin-left: -10px; } }
  .widgetbox.widget-eventbox-240 a img.scale-landscape {
    height: 240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0; }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-eventbox-240 a img.scale-landscape {
        height: auto;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: 100%; } }
  .widgetbox.widget-eventbox-240, .widgetbox.widget-eventbox-240 a {
    height: 240px; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-eventbox-240 .arrow-image.left, .widgetbox.widget-eventbox-240 a .arrow-image.left {
        bottom: 0;
        height: 10px;
        left: 50%;
        margin-left: -10px;
        right: auto;
        top: auto;
        width: 20px; }
      .widgetbox.widget-eventbox-240 .arrow-image.left.large, .widgetbox.widget-eventbox-240 a .arrow-image.left.large {
        bottom: auto;
        height: 20px;
        left: auto;
        margin-left: auto;
        margin-top: -10px;
        right: 0;
        top: 50%;
        width: 10px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-eventbox-240, .widgetbox.widget-eventbox-240 a {
        height: 114px; }
        .widgetbox.widget-eventbox-240 .arrow-image.left, .widgetbox.widget-eventbox-240 a .arrow-image.left {
          margin-left: -10px; } }
  .widgetbox.widget-eventbox-234 a img.scale-landscape {
    height: 234px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-eventbox-234 a img.scale-landscape {
        height: 310px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-eventbox-234 a img.scale-landscape {
        height: 184px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0; } }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-eventbox-234 a img.scale-portrait {
      height: 310px; } }
  @media only screen and (max-width: 640px) {
    .widgetbox.widget-eventbox-234 a img.scale-portrait {
      height: 184px; } }
  .widgetbox.widget-eventbox-234, .widgetbox.widget-eventbox-234 a {
    height: 234px; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-eventbox-234, .widgetbox.widget-eventbox-234 a {
        height: 310px; }
        .widgetbox.widget-eventbox-234 .arrow-image.left, .widgetbox.widget-eventbox-234 a .arrow-image.left {
          bottom: 0;
          height: 10px;
          left: 50%;
          margin-left: -10px;
          right: auto;
          top: auto;
          width: 20px; }
        .widgetbox.widget-eventbox-234 .arrow-image.left.large, .widgetbox.widget-eventbox-234 a .arrow-image.left.large {
          bottom: auto;
          height: 20px;
          left: auto;
          margin-left: auto;
          margin-top: -10px;
          right: 0;
          top: 50%;
          width: 10px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-eventbox-234, .widgetbox.widget-eventbox-234 a {
        height: 184px; }
        .widgetbox.widget-eventbox-234 .arrow-image.left, .widgetbox.widget-eventbox-234 a .arrow-image.left {
          margin-left: -10px; } }
  .widgetbox.widget-eventbox-120 a img.scale-landscape {
    width: 100%; }
  .widgetbox.widget-eventbox-120, .widgetbox.widget-eventbox-120 a {
    height: 120px; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-eventbox-120, .widgetbox.widget-eventbox-120 a {
        height: 102px; }
        .widgetbox.widget-eventbox-120 .arrow-image.left,
        .widgetbox.widget-eventbox-120 .arrow-image.right, .widgetbox.widget-eventbox-120 a .arrow-image.left,
        .widgetbox.widget-eventbox-120 a .arrow-image.right {
          background-position: 0 0;
          bottom: 0;
          height: 10px;
          left: 50%;
          margin-left: -10px;
          right: auto;
          top: auto;
          width: 20px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-eventbox-120 .arrow-image.left,
      .widgetbox.widget-eventbox-120 .arrow-image.right, .widgetbox.widget-eventbox-120 a .arrow-image.left,
      .widgetbox.widget-eventbox-120 a .arrow-image.right {
        margin-left: -10px; } }
  .widgetbox.widget-eventbox-117 a img.scale-landscape {
    width: 100%; }
  .widgetbox.widget-eventbox-117, .widgetbox.widget-eventbox-117 a {
    height: 117px; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-eventbox-117, .widgetbox.widget-eventbox-117 a {
        height: 102px; }
        .widgetbox.widget-eventbox-117 .arrow-image.left,
        .widgetbox.widget-eventbox-117 .arrow-image.right, .widgetbox.widget-eventbox-117 a .arrow-image.left,
        .widgetbox.widget-eventbox-117 a .arrow-image.right {
          background-position: 0 0;
          bottom: 0;
          height: 10px;
          left: 50%;
          margin-left: -10px;
          right: auto;
          top: auto;
          width: 20px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-eventbox-117 .arrow-image.left,
      .widgetbox.widget-eventbox-117 .arrow-image.right, .widgetbox.widget-eventbox-117 a .arrow-image.left,
      .widgetbox.widget-eventbox-117 a .arrow-image.right {
        margin-left: -10px; } }
  .widgetbox.widget-imagebox-250 a img.scale-landscape {
    height: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 100%; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-imagebox-250 a img.scale-landscape {
        height: 130px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-imagebox-250 a img.scale-landscape {
        height: 250px;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        top: 50%;
        width: 100%; } }
  .widgetbox.widget-imagebox-250, .widgetbox.widget-imagebox-250 a {
    height: 250px; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-imagebox-250, .widgetbox.widget-imagebox-250 a {
        height: 130px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-imagebox-250, .widgetbox.widget-imagebox-250 a {
        height: 250px; } }
  .widgetbox.widget-imagebox-185 a img.scale-landscape {
    height: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-imagebox-185 a img.scale-landscape {
        height: 180px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-imagebox-185 a img.scale-landscape {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        width: 100%; } }
  .widgetbox.widget-imagebox-185, .widgetbox.widget-imagebox-185 a {
    height: 185px; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-imagebox-185, .widgetbox.widget-imagebox-185 a {
        height: 180px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-imagebox-185, .widgetbox.widget-imagebox-185 a {
        height: 185px; } }
  .widgetbox.widget-fullbox-586 a img.scale-landscape {
    height: 586px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-fullbox-586 a img.scale-landscape {
        height: 522px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-fullbox-586 a img.scale-landscape {
        height: 450px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0; } }
  .widgetbox.widget-fullbox-586 a img.scale-portrait {
    height: 586px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: auto !important; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-fullbox-586 a img.scale-portrait {
        height: 522px !important; } }
  .widgetbox.widget-fullbox-586, .widgetbox.widget-fullbox-586 a {
    height: 586px; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-fullbox-586, .widgetbox.widget-fullbox-586 a {
        height: 522px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-fullbox-586, .widgetbox.widget-fullbox-586 a {
        height: 450px; } }
  .widgetbox.widget-fullbox-470 a img.scale-landscape {
    height: 470px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-fullbox-470 a img.scale-landscape {
        height: 570px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-fullbox-470 a img.scale-landscape {
        height: 440px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0; } }
  .widgetbox.widget-fullbox-470, .widgetbox.widget-fullbox-470 a {
    height: 470px; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-fullbox-470, .widgetbox.widget-fullbox-470 a {
        height: 570px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-fullbox-470, .widgetbox.widget-fullbox-470 a {
        height: 440px; } }
  .widgetbox.widget-fullbox-428 a img.scale-landscape {
    height: 428px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-fullbox-428 a img.scale-landscape {
        height: 490px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-fullbox-428 a img.scale-landscape {
        height: 390px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0; } }
  .widgetbox.widget-fullbox-428, .widgetbox.widget-fullbox-428 a {
    height: 428px; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-fullbox-428, .widgetbox.widget-fullbox-428 a {
        height: 490px; }
        .widgetbox.widget-fullbox-428 img.scale-portrait, .widgetbox.widget-fullbox-428 a img.scale-portrait {
          height: 100%; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-fullbox-428, .widgetbox.widget-fullbox-428 a {
        height: 390px; } }
  .widgetbox.widget-fullbox-270 a img.scale-landscape {
    height: 270px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-fullbox-270 a img.scale-landscape {
        height: 380px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-fullbox-270 a img.scale-landscape {
        height: 240px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        width: auto; } }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .widgetbox.widget-fullbox-270 a img.scale-portrait {
      height: 380px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0;
      width: auto; } }
  @media only screen and (max-width: 640px) {
    .widgetbox.widget-fullbox-270 a img.scale-portrait {
      height: auto;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      width: 100%; } }
  .widgetbox.widget-fullbox-270, .widgetbox.widget-fullbox-270 a {
    height: 270px; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-fullbox-270, .widgetbox.widget-fullbox-270 a {
        height: 380px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-fullbox-270, .widgetbox.widget-fullbox-270 a {
        height: 240px; } }
  .widgetbox.widget-fullbox-240 a img.scale-landscape {
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-fullbox-240 a img.scale-landscape {
        height: 150px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-fullbox-240 a img.scale-landscape {
        height: 100%;
        left: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: auto;
        margin-left: -235px; } }
  .widgetbox.widget-fullbox-240, .widgetbox.widget-fullbox-240 a {
    height: 240px; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-fullbox-240, .widgetbox.widget-fullbox-240 a {
        height: 150px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-fullbox-240, .widgetbox.widget-fullbox-240 a {
        height: 240px; }
        .widgetbox.widget-fullbox-240 img.scale-portrait, .widgetbox.widget-fullbox-240 a img.scale-portrait {
          height: 240px;
          width: auto;
          left: 50%;
          margin-left: -235px; } }
  .widgetbox.widget-fullbox-120 a img.scale-landscape {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 100%; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-fullbox-120 a img.scale-landscape {
        height: 75px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-fullbox-120 a img.scale-landscape {
        height: auto;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: 100%; } }
  .widgetbox.widget-fullbox-120, .widgetbox.widget-fullbox-120 a {
    height: 120px; }
    @media only screen and (min-width: 641px) and (max-width: 960px) {
      .widgetbox.widget-fullbox-120, .widgetbox.widget-fullbox-120 a {
        height: 75px; } }
    @media only screen and (max-width: 640px) {
      .widgetbox.widget-fullbox-120, .widgetbox.widget-fullbox-120 a {
        height: 120px; } }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .imagebox.col-4 .header,
  .imagebox.col-4 .widget-imagebox-250,
  .imagebox.col-4 .widget-imagebox-250 a,
  .imagebox.col-4 .widget-imagebox-250 a img.scale-landscape {
    height: 156px; } }
@media only screen and (max-width: 640px) {
  .imagebox.col-4 .header,
  .imagebox.col-4 .widget-imagebox-250,
  .imagebox.col-4 .widget-imagebox-250 a,
  .imagebox.col-4 .widget-imagebox-250 a img.scale-landscape {
    height: 315px; } }

.comparison-grid-wrap {
  margin-bottom: 200px;
  position: relative;
  /* Leadership Programmes */ }
  .comparison-grid-wrap .imagebox {
    border: 0; }
  .comparison-grid-wrap .row {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada; }
    .comparison-grid-wrap .row:nth-child(1) {
      border: 0 !important;
      padding: 0 !important; }
    .comparison-grid-wrap .row.with-border {
      border-bottom: 1px solid #dadada; }
    .comparison-grid-wrap .row:last-child {
      border-bottom: 1px solid #dadada; }
      .comparison-grid-wrap .row:last-child ul li {
        padding-bottom: 40px; }
  .comparison-grid-wrap .heading4 {
    text-align: center; }
  .comparison-grid-wrap ul.list-border-left {
    list-style: none;
    margin: 0;
    padding: 0; }
    .comparison-grid-wrap ul.list-border-left > li {
      float: left;
      padding: 40px 14px 0;
      text-align: center;
      width: 25%; }
      .comparison-grid-wrap ul.list-border-left > li:nth-child(odd) {
        background-color: #eee; }
      .comparison-grid-wrap ul.list-border-left > li:first-child {
        border: 0; }
      .comparison-grid-wrap ul.list-border-left > li p:last-child {
        margin: 0; }
    .comparison-grid-wrap ul.list-border-left.column-3 li {
      width: 33.33%; }
      .comparison-grid-wrap ul.list-border-left.column-3 li .cta-icons li {
        width: 33.33%; }
    .comparison-grid-wrap ul.list-border-left .cta-icons {
      margin: 20px 0 0; }
      .comparison-grid-wrap ul.list-border-left .cta-icons ul li {
        float: left;
        min-width: 64px;
        padding: 0 10px;
        width: auto; }
  .comparison-grid-wrap hr.border-grid {
    margin: 40px 0 0; }
  .comparison-grid-wrap .title-link {
    display: none; }
  .comparison-grid-wrap .print {
    background: #a0ce67;
    color: #ffffff;
    display: none;
    height: 80px;
    position: absolute;
    right: 52px;
    top: -100px;
    width: 80px; }
    .comparison-grid-wrap .print a {
      color: #ffffff;
      display: block;
      padding-top: 14px;
      text-align: center;
      width: 100%; }
      .comparison-grid-wrap .print a img {
        display: block;
        margin: 0 auto 10px; }
      .comparison-grid-wrap .print a span {
        display: block;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
  .comparison-grid-wrap .btn-scroll {
    display: none; }
  .comparison-grid-wrap .comparison-items-bar .row {
    word-wrap: break-word;
    padding: 20px 0; }
    .comparison-grid-wrap .comparison-items-bar .row:nth-child(odd) {
      background: #eee; }
    .comparison-grid-wrap .comparison-items-bar .row:nth-child(1) {
      border-left: 1px solid #dadada !important;
      border-right: 1px solid #dadada !important;
      border-top: 1px solid #dadada !important; }
    .comparison-grid-wrap .comparison-items-bar .row:last-child {
      border-bottom: 1px solid #dadada; }
    .comparison-grid-wrap .comparison-items-bar .row .column {
      display: inline-block;
      padding: 10px;
      text-align: center;
      vertical-align: middle;
      width: 108px; }
      .comparison-grid-wrap .comparison-items-bar .row .column.last {
        padding: 10px 0;
        text-align: left;
        width: 780px; }
      .comparison-grid-wrap .comparison-items-bar .row .column > div, .comparison-grid-wrap .comparison-items-bar .row .column a {
        background: #a0ce67;
        color: #ffffff;
        display: block;
        font-size: 12px;
        margin-left: 2px;
        margin-bottom: 10px;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
        word-wrap: break-word;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
        .comparison-grid-wrap .comparison-items-bar .row .column > div:last-child, .comparison-grid-wrap .comparison-items-bar .row .column a:last-child {
          margin-bottom: 0; }
        .comparison-grid-wrap .comparison-items-bar .row .column > div.one, .comparison-grid-wrap .comparison-items-bar .row .column a.one {
          width: 98px; }
        .comparison-grid-wrap .comparison-items-bar .row .column > div.two, .comparison-grid-wrap .comparison-items-bar .row .column a.two {
          width: 210px; }
        .comparison-grid-wrap .comparison-items-bar .row .column > div.three, .comparison-grid-wrap .comparison-items-bar .row .column a.three {
          width: 320px; }
        .comparison-grid-wrap .comparison-items-bar .row .column > div.move-one, .comparison-grid-wrap .comparison-items-bar .row .column a.move-one {
          margin-left: 117px; }
        .comparison-grid-wrap .comparison-items-bar .row .column > div.move-two, .comparison-grid-wrap .comparison-items-bar .row .column a.move-two {
          margin-left: 229px; }
        .comparison-grid-wrap .comparison-items-bar .row .column > div.move-three, .comparison-grid-wrap .comparison-items-bar .row .column a.move-three {
          margin-left: 341px; }
        .comparison-grid-wrap .comparison-items-bar .row .column > div.move-four, .comparison-grid-wrap .comparison-items-bar .row .column a.move-four {
          margin-left: 453px; }
        .comparison-grid-wrap .comparison-items-bar .row .column > div.move-five, .comparison-grid-wrap .comparison-items-bar .row .column a.move-five {
          margin-left: 563px; }
        .comparison-grid-wrap .comparison-items-bar .row .column > div.inline, .comparison-grid-wrap .comparison-items-bar .row .column a.inline {
          display: inline-block !important;
          vertical-align: top !important; }
      .comparison-grid-wrap .comparison-items-bar .row .column > a:hover {
        background: #d14e1c; }
  .comparison-grid-wrap .comparison-items-bar.column-11 .row {
    background-image: url(../img/bg-comparison-grid-11.png);
    background-position: 0 0;
    background-repeat: repeat-y; }
    .comparison-grid-wrap .comparison-items-bar.column-11 .row .column {
      width: 76.5px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column.last {
        padding: 10px 0;
        text-align: left;
        width: 812px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.one, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.one {
        width: 71px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.two, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.two {
        width: 153px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.three, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.three {
        width: 232px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.four, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.four {
        width: 315px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.five, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.five {
        width: 394px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.six, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.six {
        width: 478px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.seven, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.seven {
        width: 550px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.ten, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.ten {
        width: 806px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-one, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-one {
        margin-left: 83px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-two, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-two {
        margin-left: 167px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-three, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-three {
        margin-left: 244px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-five, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-five {
        margin-left: 406px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-six, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-six {
        margin-left: 496px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-eight, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-eight {
        margin-left: 657px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-nine, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-nine {
        margin-left: 734px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .comparison-grid-wrap .comparison-items-bar.column-11 .row {
      background-size: 722px; }
      .comparison-grid-wrap .comparison-items-bar.column-11 .row .column {
        width: 61.5px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column.last {
          width: 658px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.one, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.one {
          width: 54px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.two, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.two {
          width: 153px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.three, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.three {
          width: 186px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.four, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.four {
          width: 315px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.five, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.five {
          width: 316px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.six, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.six {
          width: 452px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.seven, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.seven {
          width: 550px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.ten, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.ten {
          width: 806px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-one, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-one {
          margin-left: 68px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-two, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-two {
          margin-left: 137px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-three, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-three {
          margin-left: 244px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-five, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-five {
          margin-left: 406px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-six, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-six {
          margin-left: 404px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-eight, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-eight {
          margin-left: 536px; }
        .comparison-grid-wrap .comparison-items-bar.column-11 .row .column > div.move-nine, .comparison-grid-wrap .comparison-items-bar.column-11 .row .column a.move-nine {
          margin-left: 594px; } }
  .comparison-grid-wrap .comparison-items-bar.column-10 .row {
    background-image: url(../img/bg-comparison-grid-10.png);
    background-position: 0 0;
    background-repeat: repeat-y; }
    .comparison-grid-wrap .comparison-items-bar.column-10 .row .column {
      width: 85px; }
      .comparison-grid-wrap .comparison-items-bar.column-10 .row .column.last {
        padding: 10px 0;
        text-align: left;
        width: 803px; }
      .comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.one, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.one {
        width: 78px; }
      .comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.two, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.two {
        width: 167px; }
      .comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.three, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.three {
        width: 258px; }
      .comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.four, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.four {
        width: 345px; }
      .comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.five, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.five {
        width: 394px; }
      .comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.six, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.six {
        width: 523px; }
      .comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.move-one, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.move-one {
        margin-left: 83px; }
      .comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.move-three, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.move-three {
        margin-left: 268px; }
      .comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.move-two, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.move-two {
        margin-left: 180px; }
      .comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.move-six, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.move-six {
        margin-left: 535px; }
      .comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.move-seven, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.move-seven {
        margin-left: 624px; }
      .comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.move-eight, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.move-eight {
        margin-left: 657px; }
      .comparison-grid-wrap .comparison-items-bar.column-10 .row .column > div.move-nine, .comparison-grid-wrap .comparison-items-bar.column-10 .row .column a.move-nine {
        margin-left: 734px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .comparison-grid-wrap .comparison-items-bar.column-10 .row {
      background-size: 730px; }
      .comparison-grid-wrap .comparison-items-bar.column-10 .row .column {
        width: 69px; }
        .comparison-grid-wrap .comparison-items-bar.column-10 .row .column.last {
          width: 658px; } }
  .comparison-grid-wrap .comparison-items-bar.column-8 .row {
    background-image: url(../img/bg-comparison-grid-8.png);
    background-position: 0 0;
    background-repeat: repeat-y; }
  .comparison-grid-wrap .comparison-items-bar.column-7 .row {
    background-image: url(../img/bg-comparison-grid-7.png);
    background-position: 0 0;
    background-repeat: repeat-y; }
    .comparison-grid-wrap .comparison-items-bar.column-7 .row .column {
      width: 124px; }
      .comparison-grid-wrap .comparison-items-bar.column-7 .row .column.last {
        width: 764px; }
      .comparison-grid-wrap .comparison-items-bar.column-7 .row .column .one {
        width: 114px; }
      .comparison-grid-wrap .comparison-items-bar.column-7 .row .column .two {
        width: 244px; }
      .comparison-grid-wrap .comparison-items-bar.column-7 .row .column .three {
        width: 368px; }
      .comparison-grid-wrap .comparison-items-bar.column-7 .row .column .four {
        width: 500px; }
      .comparison-grid-wrap .comparison-items-bar.column-7 .row .column .five {
        width: 623px; }
      .comparison-grid-wrap .comparison-items-bar.column-7 .row .column .six {
        width: 754px; }
      .comparison-grid-wrap .comparison-items-bar.column-7 .row .column .move-one {
        margin-left: 134px; }
      .comparison-grid-wrap .comparison-items-bar.column-7 .row .column .move-two {
        margin-left: 259px; }
      .comparison-grid-wrap .comparison-items-bar.column-7 .row .column .move-four {
        margin-left: 389px; }
      .comparison-grid-wrap .comparison-items-bar.column-7 .row .column .move-five {
        margin-left: 515px; }
      .comparison-grid-wrap .comparison-items-bar.column-7 .row .column .one.move-one.inline {
        margin-left: 136px; }
  .comparison-grid-wrap .comparison-items-bar.column-5 .row {
    background-image: url(../img/bg-comparison-grid-5.png);
    background-position: 0 0;
    background-repeat: repeat-y; }
    .comparison-grid-wrap .comparison-items-bar.column-5 .row .column {
      width: 175px; }
      .comparison-grid-wrap .comparison-items-bar.column-5 .row .column.last {
        width: 712px; }
      .comparison-grid-wrap .comparison-items-bar.column-5 .row .column .three {
        margin-left: 5px;
        width: 528px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .comparison-grid-wrap ul.list-border-left .cta-icons ul li {
      min-width: 50px;
      padding: 0; }
    .comparison-grid-wrap .title-link {
      display: none; }
    .comparison-grid-wrap .print {
      right: 56px;
      top: -100px; }
    .comparison-grid-wrap .btn-scroll {
      display: none; }
    .comparison-grid-wrap .comparison-items-bar .row .column {
      width: 87px;
      word-break: break-word; }
      .comparison-grid-wrap .comparison-items-bar .row .column.last {
        width: 634px; }
      .comparison-grid-wrap .comparison-items-bar .row .column > div:last-child {
        margin-bottom: 0; }
      .comparison-grid-wrap .comparison-items-bar .row .column > div.one {
        width: 86px; }
      .comparison-grid-wrap .comparison-items-bar .row .column > div.two {
        width: 176px; }
      .comparison-grid-wrap .comparison-items-bar .row .column > div.three {
        width: 264px; }
      .comparison-grid-wrap .comparison-items-bar .row .column > div.move-one {
        margin-left: 88px; }
      .comparison-grid-wrap .comparison-items-bar .row .column > div.move-two {
        margin-left: 178px; }
      .comparison-grid-wrap .comparison-items-bar .row .column > div.move-three {
        margin-left: 358px; }
      .comparison-grid-wrap .comparison-items-bar .row .column > div.move-four {
        margin-left: 448px; }
      .comparison-grid-wrap .comparison-items-bar .row .column > div.move-five {
        margin-left: 538px; }
    .comparison-grid-wrap .comparison-items-bar.column-8 .row {
      background-size: 723px; }
      .comparison-grid-wrap .comparison-items-bar.column-8 .row .column > div.two, .comparison-grid-wrap .comparison-items-bar.column-8 .row .column a.two {
        width: 172px; }
      .comparison-grid-wrap .comparison-items-bar.column-8 .row .column > div.three, .comparison-grid-wrap .comparison-items-bar.column-8 .row .column a.three {
        width: 268px; }
      .comparison-grid-wrap .comparison-items-bar.column-8 .row .column > div.move-two, .comparison-grid-wrap .comparison-items-bar.column-8 .row .column a.move-two {
        margin-left: 184px; }
      .comparison-grid-wrap .comparison-items-bar.column-8 .row .column > div.move-four, .comparison-grid-wrap .comparison-items-bar.column-8 .row .column a.move-four {
        margin-left: 364px; } }
  @media only screen and (max-width: 640px) {
    .comparison-grid-wrap {
      margin-bottom: 0; }
      .comparison-grid-wrap .comparison-wrapper {
        margin-left: -3%;
        overflow: hidden;
        overflow-x: scroll;
        padding: 0 3%;
        width: 106%;
        -webkit-overflow-scrolling: touch; }
      .comparison-grid-wrap .comparison-items {
        width: 768px; }
      .comparison-grid-wrap .row {
        border: 0;
        padding: 20px 0 0; }
      .comparison-grid-wrap .title-link {
        display: block;
        padding: 0 14px; }
        .comparison-grid-wrap .title-link span {
          background: url(../img/accordion-arrow-down.png);
          bottom: 2px;
          display: inline-block;
          height: 8px;
          left: 4px;
          position: relative;
          width: 13px; }
          .comparison-grid-wrap .title-link span.shown {
            background: url(../img/accordion-arrow-up.png);
            display: inline-block; }
      .comparison-grid-wrap ul.list-border-left {
        display: none;
        margin-bottom: 20px !important; }
        .comparison-grid-wrap ul.list-border-left.shown {
          display: block; }
        .comparison-grid-wrap ul.list-border-left.list-border-left.with-icons {
          display: block; }
          .comparison-grid-wrap ul.list-border-left.list-border-left.with-icons .cta-icons ul li {
            min-width: 54px;
            padding: 0; }
        .comparison-grid-wrap ul.list-border-left > li {
          background: none !important;
          border: solid #dadada;
          border-width: 0 1px; }
      .comparison-grid-wrap .btn-scroll {
        background: #d14e1c;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        height: 40px;
        margin-top: 6px;
        position: absolute;
        text-align: center;
        width: 40px; }
        .comparison-grid-wrap .btn-scroll.scroll-left {
          background-image: url("../img/angle-left-white.png") !important;
          right: 32px; } }
      @media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 640px) and (min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (min-resolution: 192dpi), only screen and (max-width: 640px) and (min-resolution: 2dppx) {
        .comparison-grid-wrap .btn-scroll.scroll-left {
          background-image: url("../img/angle-left-white2x.png") !important;
          -webkit-background-size: 14px 26px;
          -moz-background-size: 14px 26px;
          -o-background-size: 14px 26px;
          -ms-background-size: 14px 26px;
          background-size: 14px 26px; } }
  @media only screen and (max-width: 640px) {
        .comparison-grid-wrap .btn-scroll.scroll-right {
          background-image: url("../img/angle-right-white.png") !important;
          right: -9px; } }
      @media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 640px) and (min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (min-resolution: 192dpi), only screen and (max-width: 640px) and (min-resolution: 2dppx) {
        .comparison-grid-wrap .btn-scroll.scroll-right {
          background-image: url("../img/angle-right-white2x.png") !important;
          -webkit-background-size: 14px 26px;
          -moz-background-size: 14px 26px;
          -o-background-size: 14px 26px;
          -ms-background-size: 14px 26px;
          background-size: 14px 26px; } }
  @media only screen and (max-width: 640px) {
      .comparison-grid-wrap .comparison-items-bar .row:first-child {
        margin-left: -11px; }
      .comparison-grid-wrap .comparison-items-bar .row .title-link {
        margin: 0; }
      .comparison-grid-wrap .comparison-items-bar .row .column.last {
        display: none;
        width: 634px; }
        .comparison-grid-wrap .comparison-items-bar .row .column.last.shown {
          display: block; } }

/* Tabbed Navigation for Mobile */
.carousel-tab:before, .carousel-tab:after {
  content: "";
  display: table; }
.carousel-tab:after {
  clear: both; }
.carousel-tab .tab-title {
  display: none; }
@media only screen and (max-width: 960px) {
  .carousel-tab .controller {
    border: 0;
    position: relative;
    margin: 0; }
  .carousel-tab .tab-title {
    border-bottom: 5px solid #dadada;
    color: #d14e1c;
    display: block;
    font-size: 15px;
    margin: 0 0 40px;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
  .carousel-tab .carousel.slide:before, .carousel-tab .carousel.slide:after {
    content: "";
    display: table; }
  .carousel-tab .carousel.slide:after {
    clear: both; }
  .carousel-tab .carousel-inner {
    overflow: visible; }
    .carousel-tab .carousel-inner .item {
      float: none;
      margin: 0; }
    .carousel-tab .carousel-inner .tab-title-bottom {
      bottom: -18px;
      position: relative; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .carousel-tab .carousel-inner .tab-title-bottom {
    bottom: -28px; } }
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .carousel-tab .carousel-inner .tab-title-bottom {
    bottom: -28px; } }

@media only screen and (max-width: 640px) {
  .col-profile .header {
    height: auto !important; }
  .col-profile .details {
    height: auto !important;
    position: relative !important; }
    .col-profile .details .profile-cta {
      bottom: 0 !important;
      position: relative !important;
      width: 100% !important; } }

.sidebox.profile .research-areas {
  height: 200px;
  overflow: hidden; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .sidebox.profile .research-areas {
      height: 212px; } }
  @media only screen and (max-width: 640px) {
    .sidebox.profile .research-areas {
      height: auto;
      margin-top: 20px; } }

.bgfade {
  background: url(../img/fade.png) 0 bottom repeat-x;
  bottom: 0;
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2; }
  .bgfade.dark {
    background: url(../img/fade-dark.png) 0 bottom repeat-x; }
  .bgfade.light {
    background: url(../img/fade-light.png) 0 bottom repeat-x; }

.sidebox .list-chevron-big {
  margin: 0; }

.sidebox .carousel-mini.key-facts .item dl {
  margin-bottom: 30px; }
  .sidebox .carousel-mini.key-facts .item dl dd:last-child {
    margin: 0;
    padding: 0; }
.sidebox .carousel-mini.key-facts .item:last-child dl {
  margin-bottom: 0; }

.carousel-control.arrow-slide-lt span {
  left: -14px; }
.carousel-control.arrow-slide-gt span {
  right: -14px; }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .filter-search .chevron-updown {
    margin-left: 10px; } }
@media only screen and (max-width: 640px) {
  .filter-search .chevron-updown {
    margin-left: 10px; } }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .details.light.details-solid-light {
    overflow: hidden; }
    .details.light.details-solid-light blockquote {
      max-height: 120px;
      overflow: hidden; } }

@media only screen and (max-width: 640px) {
  .sidebox.mleftn10 {
    margin-right: -10px; } }

.thumbs-wrapper .equal-box a.equal-height {
  height: 100% !important; }

.profile-settings-edit {
  position: relative;
  top: -70px;
  width: 100%; }
  .profile-settings-edit .profile-header {
    text-align: center; }
    .profile-settings-edit .profile-header h3 {
      margin: 0; }
  .profile-settings-edit .profile-body .tab-title {
    color: #444444;
    text-align: center; }
  .profile-settings-edit .profile-body .nav-tabs {
    border: 0;
    text-align: center; }
    .profile-settings-edit .profile-body .nav-tabs li {
      display: inline-block;
      float: none; }
      .profile-settings-edit .profile-body .nav-tabs li a {
        background-color: #006e51;
        border: 1px solid #006e51;
        display: block;
        height: 10px;
        padding: 0;
        text-indent: -9999px;
        width: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .profile-settings-edit .profile-body .nav-tabs li.active a {
        background: #ffffff;
        border: 1px solid #006e51; }
  .profile-settings-edit .profile-body .tab-content .tab-pane .tab-pane-inner {
    margin: 30px auto;
    width: 440px; }
    .profile-settings-edit .profile-body .tab-content .tab-pane .tab-pane-inner .form-group {
      margin-bottom: 20px; }
      .profile-settings-edit .profile-body .tab-content .tab-pane .tab-pane-inner .form-group label {
        display: block;
        font-size: 15px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-family: 'Arvo', serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
      .profile-settings-edit .profile-body .tab-content .tab-pane .tab-pane-inner .form-group .btn-calendar {
        display: inline-block;
        margin-top: 3px; }
    .profile-settings-edit .profile-body .tab-content .tab-pane .tab-pane-inner .btn-next-prev {
      margin: 30px 0 0;
      text-align: center; }

.box-fluid.with-avatar .box-left {
  position: relative;
  z-index: 2; }

.box-fluid.with-avatar .box-right {
  position: relative;
  z-index: 1; }

@media only screen and (max-width: 960px) {
  .box-fluid.with-avatar .box-left {
    float: none; } }

@media only screen and (max-width: 640px) {
  .enquiry .btn {
    width: 100% !important; } }

@media only screen and (max-width: 640px) {
  .hero-banner.no-margin .hero-text {
    padding-top: 300px; } }

@media only screen and (max-width: 640px) {
  .faculty-research.sidebox.nobg-img .img-circle {
    margin: 0 auto 20px; } }

@media only screen and (max-width: 640px) {
  .popover {
    word-break: break-word;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    width: 32% !important; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .carousel-tab .flip-carouselgroup {
    left: -10px;
    position: relative; }

  .carousel-tab .carousel-inner > .item {
    width: 100%; }

  .carousel-tab .flip-carousel {
    margin-left: -10px !important; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .carousel-tab .carousel-inner > .item {
    width: 100%; }

  .carousel-tab .flip-carousel {
    margin-left: 2px !important; }

  .controls .arrow.left {
    left: 26px !important; }

  .controls .arrow.right {
    right: 26px !important; } }
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .carousel-tab .carousel-inner > .item {
    width: 100%; }

  .carousel-tab .flip-carousel {
    margin-left: 2px !important; }

  .controls .arrow.left {
    left: 48px !important; }

  .controls .arrow.right {
    right: 48px !important; } }
.current-projects .freehtml {
  overflow: hidden;
  padding: 20px;
  word-wrap: break-word; }
  @media only screen and (max-width: 640px) {
    .current-projects .freehtml {
      padding: 20px 0; } }

.ui-panel-page-container .ui-panel-wrapper {
  position: fixed; }

.ui-mobile .ui-panel-page-container .ui-page {
  min-height: 100% !important; }

.ui-panel-page-container .panel-menu {
  overflow: auto;
  position: absolute;
  top: 0 !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-overflow-scrolling: touch; }

.ui-panel-page-container .panel-submenu {
  min-height: 1024px; }

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .ui-page.wrapper {
    margin-top: 0 !important; }

  .panel-menu.mobile-menu {
    margin-top: 50px !important; }
    .panel-menu.mobile-menu .panel-submenu.ui-sub-panel {
      top: 0; } }
.news-events .eventbox {
  height: 242px; }
  .news-events .eventbox .details {
    height: 218px !important; }
  .news-events .eventbox.sm {
    height: 119px; }
    .news-events .eventbox.sm .details {
      height: 100px !important; }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .news-events .eventbox {
    height: 414px !important; }
    .news-events .eventbox .details {
      height: 154px !important; }
    .news-events .eventbox.sm {
      height: 205px !important; }
      .news-events .eventbox.sm .details {
        height: 86px !important; }
      .news-events .eventbox.sm.event-text-only .details {
        height: 198px !important; } }
@media only screen and (max-width: 640px) {
  .news-events .eventbox {
    height: 294px !important; }
    .news-events .eventbox .details {
      height: 178px !important; }
    .news-events .eventbox.sm {
      margin: 0; }
      .news-events .eventbox.sm .details {
        height: 160px !important; }
      .news-events .eventbox.sm.event-text-only .details {
        height: 274px !important; } }
.news-events .carousel-control {
  margin-top: -28px !important; }

@media only screen and (max-width: 640px) {
  .img-text-block .eventbox {
    height: 294px !important; }
    .img-text-block .eventbox .details {
      height: 178px !important; }
    .img-text-block .eventbox.sm {
      margin: 0; }
      .img-text-block .eventbox.sm .details {
        height: 160px !important; }
      .img-text-block .eventbox.sm.event-text-only .details {
        height: 274px !important; }
    .img-text-block .eventbox .widgetbox {
      height: 114px !important; } }

@media only screen and (max-width: 960px) {
  .table-accord {
    border: 1px solid #dadada;
    display: block;
    height: auto;
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch; }
    .table-accord .table-accord-inner {
      width: 960px; }
    .table-accord .table-row {
      border-bottom: 1px solid #dadada;
      padding: 30px 20px;
      width: 100%; }
      .table-accord .table-row:nth-child(odd) {
        background: #eeeeee; }
      .table-accord .table-row:last-child {
        border: 0; }
    .table-accord .table-row-header a {
      background-image: url(../img/icon-angle-arrow-down.png);
      background-position: right center;
      background-repeat: no-repeat;
      color: #006e51;
      font-size: 18px;
      padding-right: 24px;
      text-transform: uppercase;
      font-family: 'Arvo', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }
      .table-accord .table-row-header a.shown {
        background-image: url(../img/icon-angle-arrow-up.png); }
    .table-accord .table-row-body {
      display: none;
      margin-top: 30px;
      position: relative;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .table-accord .table-row-body.shown {
        display: block;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .table-accord .table-row-body > ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .table-accord .table-row-body > ul:before, .table-accord .table-row-body > ul:after {
          content: "";
          display: table; }
        .table-accord .table-row-body > ul:after {
          clear: both; }
        .table-accord .table-row-body > ul > li {
          border-right: 1px solid #dadada;
          float: left;
          padding-right: 25px;
          margin-right: 25px;
          width: 158px; }
          .table-accord .table-row-body > ul > li:last-child {
            border: 0; }
      .table-accord .table-row-body .view-icons li {
        text-indent: -9999px; }
      .table-accord .table-row-body .icon-qmark {
        background-position: -450px -100px;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        height: 18px;
        margin: 0;
        position: relative;
        top: 4px;
        width: 18px;
        background-image: url("../img/sprite-icons.png") !important; }
    .table-accord .table-striped {
      border: 0 !important; }
      .table-accord .table-striped thead {
        border: 0 !important; }
        .table-accord .table-striped thead tr th {
          background: none !important;
          font-size: 18px;
          padding: 0 20px 10px !important; }
          .table-accord .table-striped thead tr th:first-child {
            padding: 0 20px 10px 0 !important; }
          .table-accord .table-striped thead tr th:last-child {
            border: 0; }
          .table-accord .table-striped thead tr th.th-date {
            width: 20% !important; }
          .table-accord .table-striped thead tr th.th-length {
            width: 15% !important; }
          .table-accord .table-striped thead tr th.th-location {
            width: 20% !important; }
          .table-accord .table-striped thead tr th.th-fee {
            width: 20% !important; }
          .table-accord .table-striped thead tr th.th-cta {
            width: 25% !important; }
      .table-accord .table-striped tbody tr {
        border: 0 !important; }
        .table-accord .table-striped tbody tr td {
          background: transparent !important;
          border-right: 1px solid #dadada;
          padding: 0 20px 10px; }
          .table-accord .table-striped tbody tr td:first-child {
            padding: 0 20px 10px 0; }
          .table-accord .table-striped tbody tr td:last-child {
            border: 0; }
    .table-accord .view-icons {
      padding: 0; }
      .table-accord .view-icons:before, .table-accord .view-icons:after {
        content: "";
        display: table; }
      .table-accord .view-icons:after {
        clear: both; }
      .table-accord .view-icons li {
        float: left !important;
        margin-right: 10px; }

  .tab-accord-arrow {
    margin-top: 10px;
    text-align: right; }
    .tab-accord-arrow a {
      background-position: no-repeat;
      display: inline-block;
      height: 30px;
      width: 30px;
      background-image: url("../img/sprite-icons.png") !important; } }
    @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
      .tab-accord-arrow a {
        background-image: url("../img/sprite-icons2x.png") !important; } }
    @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
      .tab-accord-arrow a {
        -webkit-background-size: 700px 700px;
        -moz-background-size: 700px 700px;
        -o-background-size: 700px 700px;
        -ms-background-size: 700px 700px;
        background-size: 700px 700px; } }
@media only screen and (max-width: 960px) {
      .tab-accord-arrow a.arrow-left {
        background-position: -250px -250px; }
      .tab-accord-arrow a.arrow-right {
        background-position: -300px -250px; } }
.cal-day-today span {
  font-size: 1.2em !important; }

span[data-cal-date] {
  margin: 10px 10px 0 0 !important; }

.events-list {
  padding: 0 0 10px 10px !important; }

#cal-slide-content ul li .cal-details-left {
  margin-left: 5px !important;
  padding-top: 5px !important; }

.calendar-title h3 {
  font-size: 32px !important; }

@media only screen and (max-width: 640px) {
  #calendar .cal-year-box [class*="span"],
  #calendar .cal-month-box [class*="cal-cell"] {
    min-height: 70px; }
  #calendar .cal-month-day {
    height: 70px; } }

@media only screen and (max-width: 640px) {
  #inline-content-calendar .filter-header.calendar {
    padding-right: 10px; }
    #inline-content-calendar .filter-header.calendar > .bs-multiselect {
      margin-bottom: 10px;
      width: 100%; }
      #inline-content-calendar .filter-header.calendar > .bs-multiselect .btn-group {
        width: 100%; }
        #inline-content-calendar .filter-header.calendar > .bs-multiselect .btn-group .multiselect-container.dropdown-menu {
          max-height: 150px;
          width: 100%; }
    #inline-content-calendar .filter-header.calendar > .select-white {
      width: 100% !important; }
  #inline-content-calendar .cal-year-box [class*="span"],
  #inline-content-calendar .cal-month-box [class*="cal-cell"] {
    min-height: 70px !important; }
  #inline-content-calendar .cal-month-day {
    height: auto !important;
    min-height: 70px !important; } }

.print-calendar {
  background-color: #a0ce67;
  background-image: url(../img/icon-print.png);
  background-position: center 8px;
  background-repeat: no-repeat;
  color: #ffffff;
  cursor: pointer;
  height: 80px;
  position: absolute;
  right: 50px;
  text-align: center;
  text-transform: uppercase;
  top: -100px;
  width: 80px;
  font-family: 'Arvo', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  .print-calendar span {
    position: relative;
    top: 52px; }
  .print-calendar:hover {
    color: #ffffff; }

.imageboxes .imagebox .header .details {
  cursor: default; }

.carousel-inner > .item {
  float: none !important; }

.carousel-tab .carousel-inner > .item {
  float: left !important; }

@media only screen and (max-width: 640px) {
  .container .box-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

#header-wrapper .logo {
  position: relative; }
#header-wrapper .menu {
  position: relative; }
#header-wrapper .login-search {
  position: relative; }
#header-wrapper .login-box {
  left: 10px; }
#header-wrapper.shrink .bar.open {
  top: 11px; }
#header-wrapper.shrink .dropdown-content.open {
  top: 73px; }
#header-wrapper.shrink .login-box.dropdown-content.open {
  top: 56px; }

.tab-horizontal ul.list-unstyled li a.chevron-cta {
  padding-right: 10px !important; }

.table-striped tbody td.rowspanned ul.list-unstyled li {
  margin-bottom: 10px; }
  .table-striped tbody td.rowspanned ul.list-unstyled li:last-child {
    margin-bottom: 0 !important; }

.body-programme {
  position: static !important;
  padding-bottom: 60px !important; }
  .body-programme.body-programme-icon {
    padding-bottom: 140px !important; }
    .body-programme.body-programme-icon .absBot0 {
      bottom: 18px; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .body-programme.body-programme-icon {
      padding-bottom: 140px !important; } }

.absBot0 {
  bottom: 0;
  left: 0;
  padding: 0 18px;
  position: absolute;
  width: 100%; }

.test-box {
  border: 1px solid #dadada;
  padding: 10px;
  width: 100%; }

.details-link {
  display: block;
  height: 100%; }
  .details-link .btn-play.white {
    background: url(../img/btn-play-white.png);
    display: block;
    height: 48px;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    position: absolute;
    top: 50%;
    width: 48px; }
  .details-link p {
    color: #ffffff; }
  .details-link:hover p {
    color: #ffffff; }

.rec-info.invalid {
  color: #FF0000; }

.highcharts-data-labels tspan {
  text-transform: none; }

.ui-panel-wrapper {
  overflow-y: hidden !important; }

.video-embed {
  height: 600px !important; }
  .video-embed .hero-image {
    height: 600px !important;
    width: 100%; }
  @media only screen and (min-width: 641px) and (max-width: 960px) {
    .video-embed {
      height: 432px !important; }
      .video-embed .hero-image {
        height: 432px !important; } }
  @media only screen and (max-width: 640px) {
    .video-embed {
      height: 380px !important; }
      .video-embed .hero-image {
        height: 382px !important; } }
  .video-embed .programmes-filter .imageboxes .imagebox {
    overflow: hidden !important; }

.select-white {
  overflow-x: hidden !important; }

.pr-icon-linkedin {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px -150px;
  height: 22px;
  width: 22px;
  position: relative;
  top: 3px;
  right: 3px;
  background-image: url("../img/sprite-icons.png") !important; }

label.element-invisible {
  display: none !important; }

.filter-header.events #btn_trending, .select-white {
  margin: 10px 5px 10px 0;
  vertical-align: top; }

.box-fluid.linkedin-avatar .img-circle {
  width: 100px; }

.filter-header .form-item, .filter-header .form-wrapper {
  display: inline; }

.login-search .form-actions {
  position: relative;
  top: 6px; }

.imagebox .body.text-white > a > p:last-child {
  margin-bottom: 0; }

.imagebox.no-overlay .details {
  display: none; }
.imagebox.no-overlay .body {
  border-top: 1px solid #dadada; }

@media only screen and (max-width: 640px) {
  .filter-search #edit-actions {
    position: absolute;
    right: -8px;
    top: -3px !important; } }

@media only screen and (max-width: 640px) {
  .logged-in #apol-login-container .form-group {
    text-align: center; }
  .logged-in #apol-login-container .form-group .heading4 {
    margin-bottom: 20px; }
  .logged-in #apol-login-container .form-group #apol-login,
  .logged-in #apol-login-container .form-group #apol-login-password {
    margin: 0 auto 30px; }
  .logged-in .mobile-header .panel-login .list-loggedin {
    margin-left: -20px !important; }
  .logged-in .mobile-header .panel-search .forms .form-actions {
    position: relative; }
  .logged-in #apol-login-container > .row {
    margin: 0; }
  .logged-in #apol-login-container .form-group {
    width: 100%; }
  .logged-in #apol-login-container .form-group #apol-login {
    margin: 0 auto -20px; }
  .logged-in #apol-login-container .form-group #apol-login-password {
    margin: 0 auto 20px; } }
.logged-in .filter-header .form-wrapper input[type="submit"] {
  top: 0px; }
  @media only screen and (max-width: 640px) {
    .logged-in .filter-header .form-wrapper input[type="submit"] {
      top: 3px; } }
.logged-in .login-search .form-actions {
  top: 0; }

.not-logged-in .login-search .form-actions {
  top: 0; }

/*# sourceMappingURL=base.css.map */
