/*********************************************
:: SASS Setup
   Load your helper files
   Set them up inside variables
********************************************/
/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   @include viewport-unit(height, 50vh);
 *   @include viewport-unit(font-size, 5vmin);
 */
/*********************************************
 
:: Table of Contents
   1. Breakpoints
   2. Typography
   3. Font Management
   4. Buttons
   
:: Note -
   If you can't find something in here...
   a) open up the relevant .scss partial.
   b) At the top of the partial there maybe
   some partial specific variables.
  
********************************************/
/*******************************************
// 1. Breakpoints
/*

    Mappy breakpoints: https://github.com/zellwk/mappy-breakpoints
    Usage: 
    @include mappy-bp(small){
        stuff
    }
    
*/
/*******************************************
// 2. Typography
/*

    Typi: https://github.com/zellwk/typi
    Usage: 
    @include typi($h1-map)
    .element{
		@include typi(whatever-map-youve-defined)
	}
	
*/
/*******************************************
// 3. Font Management
/*

    Usage: 
    .element{
		font-family: $font-family-1;
		font-weight: $font-light;
	}
	
*/
/*******************************************
// 4. Colours
/*

    Usage: 
    .element{
		color: $color-brand-1;
	}
	
*/
/*******************************************
// 5. Buttons
/*

    Usage: 
    .button{
		 background: $button-background-color;
		 color: $button-text-color;
	}
	
*/
/*******************************************
// 6. Form
/*

    Usage: 
    .input{
		 background: $form-field-background-color;
		 color: $form-field-text-color;
	}
	
*/
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.                      
********************************************/
/*********************************************
:: Normalize                        
********************************************/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

h1, h2, h3, h4, h5, h6, ol, ul, blockquote, p, li, dt, dl, dd {
  margin: 0px;
  padding: 0px; }

.button, button, button[type="submit"], input[type="submit"], input[type="button"], input[type="reset"] {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 0px;
  margin: 0px; }

legend, fieldset {
  margin: 0px;
  padding: 0px;
  border: none; }

figure {
  margin: 0px; }

*, *:before, *:after {
  box-sizing: border-box; }

/*******************************************/
::-moz-selection, ::-moz-selection {
  background: #E40000;
  color: white; }
::-moz-selection, ::selection {
  background: #E40000;
  color: white; }

::-moz-selection {
  background: #E40000;
  color: white; }

::selection {
  background: #E40000;
  color: white; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  display: inline-block !important; }

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l1en53");
  src: url("../fonts/icomoon.eot?#iefixl1en53") format("embedded-opentype"), url("../fonts/icomoon.ttf?l1en53") format("truetype"), url("../fonts/icomoon.woff?l1en53") format("woff"), url("../fonts/icomoon.svg?l1en53#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cross:before {
  content: "\e903"; }

.icon-right-arrow:before {
  content: "\e907"; }

.icon-menu:before {
  content: "\e909"; }

.icon-twitter:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\e901"; }

.icon-speech:before {
  content: "\e902"; }

.icon-angle-double-down:before {
  content: "\e911"; }

.icon-angle-double-left:before {
  content: "\e912"; }

.icon-angle-double-right:before {
  content: "\e913"; }

.icon-angle-double-up:before {
  content: "\e914"; }

.icon-angle-down:before {
  content: "\e915"; }

.icon-angle-left:before {
  content: "\e916"; }

.icon-angle-right:before {
  content: "\e917"; }

.icon-angle-up:before {
  content: "\e918"; }

.icon-arrow-circle-down:before {
  content: "\e919"; }

.icon-arrow-circle-left:before {
  content: "\e91a"; }

.icon-arrow-circle-o-down:before {
  content: "\e91b"; }

.icon-arrow-circle-o-left:before {
  content: "\e91c"; }

.icon-arrow-circle-o-right:before {
  content: "\e91d"; }

.icon-arrow-circle-o-up:before {
  content: "\e91e"; }

.icon-arrow-circle-right:before {
  content: "\e91f"; }

.icon-arrow-circle-up:before {
  content: "\e920"; }

.icon-chevron-circle-down:before {
  content: "\e924"; }

.icon-chevron-circle-left:before {
  content: "\e925"; }

.icon-chevron-circle-right:before {
  content: "\e926"; }

.icon-chevron-circle-up:before {
  content: "\e927"; }

.icon-chevron-down:before {
  content: "\e928"; }

.icon-chevron-left:before {
  content: "\e929"; }

.icon-chevron-right:before {
  content: "\e92a"; }

.icon-chevron-up:before {
  content: "\e92b"; }

.icon-play:before {
  content: "\e93b"; }

.icon-stories-doc:before {
  content: "\e904"; }

.icon-sam-arrow-right:before {
  content: "\e905"; }

.icon-sam-arrow-left:before {
  content: "\e906"; }

.icon-sam-arrow-right-big:before {
  content: "\e908"; }

/*********************************************
:: Typography                    
********************************************/
/*******************************************/
html {
  font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 100%;
  line-height: 1.5; }

h1 {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 700;
  color: #adcfef; }
  @media all and (min-width: 1024px) {
    h1 {
      font-size: 1.875em;
      line-height: 1.5; } }

h2 {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 700;
  color: #adcfef; }

h3 {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 700;
  color: #cd0000; }

h4 {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #cd0000; }

h5 {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #cd0000; }

h6 {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #cd0000; }

p, li, td, th, a, mark, time, dl, blockquote, label, address {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #444; }
  p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, a a, a li, a p, a mark, a cite, a time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, blockquote a, blockquote li, blockquote p, blockquote mark, blockquote cite, blockquote time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
    font-size: 1em; }

a {
  color: #cd0000;
  font-weight: 400;
  text-decoration: underline;
  margin: 0px;
  transition: all .6s ease-in-out; }
  a:hover, a:focus, a:active {
    color: #900000; }

small {
  font-size: 1em;
  line-height: 1.5;
  font-size: 70%; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

hr {
  float: left;
  width: 100%;
  background: #ccc;
  height: 1px;
  border: none;
  outline: none;
  margin-top: 20px;
  margin-bottom: 25px;
  display: block; }

/*******************************************/
dt {
  font-weight: 700; }
  dt:after {
    content: ':'; }

dt:after {
  content: ": "; }

ul, ol {
  margin-left: 40px;
  margin-bottom: 20px; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0px; }

li {
  margin-bottom: 10px; }
  li ul li, li ol li {
    margin-bottom: 0px; }

ul li {
  list-style-type: none;
  position: relative;
  text-indent: 0px; }
  ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #adcfef;
    position: absolute;
    left: -17px;
    top: 9px;
    display: block;
    border-radius: 100%; }

ol li {
  list-style-type: decimal; }

/*******************************************/
code, pre, samp, kbd, var {
  background: #2D747E;
  color: white;
  padding: 1px 5px 1px 5px;
  white-space: pre-wrap;
  margin: 0px; }

pre {
  padding: 10px; }

/*******************************************/
blockquote {
  display: inline-block;
  width: 100%;
  background: none;
  text-align: center;
  padding: 0px 0px 0px 25px;
  margin-bottom: 20px;
  border-left: 5px solid #adcfef;
  text-align: left; }
  blockquote p {
    color: #adcfef;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    margin: 0px; }

/*******************************************/
figure {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  margin-left: -30px;
  width: calc(100% + 60px); }
  @media all and (min-width: 64em) {
    figure {
      margin-bottom: 80px;
      width: 100%;
      margin-left: 0px; } }
  figure img {
    display: inline-block;
    width: 100%;
    vertical-align: top; }
  figure figcaption {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: none;
    background: rgba(229, 40, 41, 0.9);
    color: white;
    font-size: 1.125em;
    max-width: 345px;
    font-weight: 300;
    margin-top: -20px; }
    @media all and (min-width: 64em) {
      figure figcaption {
        max-width: 720px;
        padding: 25px;
        font-size: 1.563em;
        margin-top: -65px; } }
    figure figcaption > *:last-child {
      margin-bottom: 0px; }
    figure figcaption strong {
      color: #ccc; }

/*********************************************
:: Buttons                             
********************************************/
/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  opacity: 0.5;
  color: white;
  cursor: default; }

/*******************************************/
.button,
button,
button[type="submit"],
input[type="submit"],
input[type="button"],
input[type="reset"] {
  display: inline-block;
  text-decoration: none;
  height: auto;
  transition: all .4s ease-in-out;
  text-transform: uppercase;
  background: #cd0000;
  padding: 12px 35px 12px 35px;
  border-radius: 6.25em;
  color: white;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.188em;
  line-height: 1;
  text-transform: uppercase;
  text-align: center; }
  @media all and (min-width: 48em) {
    .button:hover, .button:focus, .button:active,
    button:hover,
    button:focus,
    button:active,
    button[type="submit"]:hover,
    button[type="submit"]:focus,
    button[type="submit"]:active,
    input[type="submit"]:hover,
    input[type="submit"]:focus,
    input[type="submit"]:active,
    input[type="button"]:hover,
    input[type="button"]:focus,
    input[type="button"]:active,
    input[type="reset"]:hover,
    input[type="reset"]:focus,
    input[type="reset"]:active {
      background: #9B9B9B;
      color: white; } }

/*******************************************/
.button-small,
button.button-small,
button[type="submit"].button-small,
input[type="submit"].button-small,
input[type="button"].button-small,
input[type="reset"].button-small {
  font-size: 0.6em;
  line-height: 1; }
  @media all and (min-width: 1024px) {
    .button-small,
    button.button-small,
    button[type="submit"].button-small,
    input[type="submit"].button-small,
    input[type="button"].button-small,
    input[type="reset"].button-small {
      font-size: 0.8em;
      line-height: 1; } }

/*******************************************/
.button-large,
button.button-large,
button[type="submit"].button-large,
input[type="submit"].button-large,
input[type="button"].button-large,
input[type="reset"].button-large {
  font-size: 1.125em;
  line-height: 1;
  padding: 20px 70px 20px 70px; }
  @media all and (min-width: 1024px) {
    .button-large,
    button.button-large,
    button[type="submit"].button-large,
    input[type="submit"].button-large,
    input[type="button"].button-large,
    input[type="reset"].button-large {
      font-size: 1.5em;
      line-height: 1; } }

/*******************************************/
.button-icon span,
button.button-icon span,
button[type="submit"].button-icon span {
  font-size: 0.8em; }

.button-icon .icon-pos-left,
button.button-icon .icon-pos-left,
button[type="submit"].button-icon .icon-pos-left {
  margin-right: 10px; }

.button-icon .icon-pos-right,
button.button-icon .icon-pos-right,
button[type="submit"].button-icon .icon-pos-right {
  margin-left: 10px; }

/*******************************************/
.button-text,
button.button-text,
button[type="submit"].button-text,
input[type="submit"].button-text,
input[type="button"].button-text,
input[type="reset"].button-text {
  background: none;
  padding: 0px;
  border-radius: 0%;
  color: #cd0000;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 400;
  min-width: initial; }
  @media all and (min-width: 48em) {
    .button-text:hover, .button-text:focus, .button-text:active,
    button.button-text:hover,
    button.button-text:focus,
    button.button-text:active,
    button[type="submit"].button-text:hover,
    button[type="submit"].button-text:focus,
    button[type="submit"].button-text:active,
    input[type="submit"].button-text:hover,
    input[type="submit"].button-text:focus,
    input[type="submit"].button-text:active,
    input[type="button"].button-text:hover,
    input[type="button"].button-text:focus,
    input[type="button"].button-text:active,
    input[type="reset"].button-text:hover,
    input[type="reset"].button-text:focus,
    input[type="reset"].button-text:active {
      background: none;
      color: #900000; } }

/*******************************************/
.button-white,
button.button-white,
button[type="submit"].button-white,
input[type="submit"].button-white,
input[type="button"].button-white,
input[type="reset"].button-white {
  background: #fff;
  color: #000; }
  @media all and (min-width: 48em) {
    .button-white:hover, .button-white:focus, .button-white:active,
    button.button-white:hover,
    button.button-white:focus,
    button.button-white:active,
    button[type="submit"].button-white:hover,
    button[type="submit"].button-white:focus,
    button[type="submit"].button-white:active,
    input[type="submit"].button-white:hover,
    input[type="submit"].button-white:focus,
    input[type="submit"].button-white:active,
    input[type="button"].button-white:hover,
    input[type="button"].button-white:focus,
    input[type="button"].button-white:active,
    input[type="reset"].button-white:hover,
    input[type="reset"].button-white:focus,
    input[type="reset"].button-white:active {
      background: #000;
      color: #fff; } }

/*******************************************/
.button-transparent,
button.button-transparent,
button[type="submit"].button-transparent,
input[type="submit"].button-transparent,
input[type="button"].button-transparent,
input[type="reset"].button-transparent {
  background: transparent;
  border: 1px solid white;
  color: white; }
  @media all and (min-width: 48em) {
    .button-transparent:hover, .button-transparent:focus, .button-transparent:active,
    button.button-transparent:hover,
    button.button-transparent:focus,
    button.button-transparent:active,
    button[type="submit"].button-transparent:hover,
    button[type="submit"].button-transparent:focus,
    button[type="submit"].button-transparent:active,
    input[type="submit"].button-transparent:hover,
    input[type="submit"].button-transparent:focus,
    input[type="submit"].button-transparent:active,
    input[type="button"].button-transparent:hover,
    input[type="button"].button-transparent:focus,
    input[type="button"].button-transparent:active,
    input[type="reset"].button-transparent:hover,
    input[type="reset"].button-transparent:focus,
    input[type="reset"].button-transparent:active {
      background: #adcfef;
      border-color: #adcfef;
      color: #fff; } }

/*******************************************/
.read-more-link {
  float: right;
  display: block;
  color: black;
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase; }
  @media all and (min-width: 64em) {
    .read-more-link {
      font-size: 1.5em; }
      .read-more-link:hover, .read-more-link:focus {
        color: #900000; }
        .read-more-link:hover span, .read-more-link:focus span {
          color: #adcfef; } }
  .read-more-link span {
    margin-left: 8px;
    display: inline-block;
    color: #cd0000;
    font-size: 0.775em;
    line-height: 1;
    vertical-align: middle;
    transition: all .6s ease-in-out; }
    @media all and (min-width: 64em) {
      .read-more-link span {
        font-size: 0.575em;
        margin-top: -3px; } }

/*******************************************/
.read-more-link-small {
  float: left;
  display: block;
  color: black;
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase; }
  @media all and (min-width: 64em) {
    .read-more-link-small:hover, .read-more-link-small:focus {
      color: #900000; }
      .read-more-link-small:hover span, .read-more-link-small:focus span {
        color: #adcfef; } }
  .read-more-link-small span {
    margin-left: 8px;
    display: inline-block;
    color: #cd0000;
    font-size: 0.775em;
    line-height: 1;
    vertical-align: middle;
    transition: all .6s ease-in-out; }

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px; }
  table td, table th {
    padding: 15px 10px 15px 10px;
    text-align: left;
    font-weight: 400;
    color: #212121; }
  table th {
    font-weight: 700;
    background: #ececec; }
  table thead {
    width: 100%;
    background: #ececec; }
    table thead td, table thead th {
      padding: 5px 10px 5px 10px; }
  table tfoot {
    border-bottom: 1px solid #212121;
    border-top: 1px solid #212121; }
    table tfoot td {
      padding: 15px 10px 15px 10px; }

/*******************************************/
.compact-table {
  width: auto; }
  .compact-table td, .compact-table th {
    padding: 5px 10px 5px 10px;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.2;
    font-weight: 400;
    color: #212121;
    background: none;
    border: 1px solid #ccc; }
  .compact-table thead {
    width: auto;
    background: none; }

/*******************************************/
.coloured-table th {
  background: none;
  padding: 0px;
  color: #6fbd95;
  font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.263em;
  font-weight: 400;
  line-height: 1;
  vertical-align: top;
  padding-bottom: 15px;
  padding-top: 15px; }
  @media all and (min-width: 64em) {
    .coloured-table th {
      font-size: 1.563em;
      padding-bottom: 20px;
      padding-top: 20px; } }

.coloured-table td {
  color: #56adb8;
  font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.5;
  padding: 0px;
  vertical-align: top;
  padding-bottom: 15px;
  padding-top: 15px; }
  @media all and (min-width: 64em) {
    .coloured-table td {
      font-size: 1em;
      padding-bottom: 20px;
      padding-top: 20px; } }

.coloured-table tr {
  border-bottom: 1px solid #d8d8d8; }
  .coloured-table tr:last-of-type {
    border-bottom: none; }

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }

/*********************************************
:: Layout                        
********************************************/
body {
  background: white;
  transition: all .5s ease-in-out; }

/*******************************************/
.site-wrapper {
  width: 100%;
  height: 100%;
  background: white;
  overflow: hidden; }

/*******************************************/
.main {
  float: left;
  width: 100%;
  min-height: 600px;
  padding: 20px 20px 30px 20px;
  position: relative;
  z-index: 3; }
  @media all and (min-width: 64em) {
    .main {
      padding: 60px 0px 70px 0px; } }

/*******************************************/
.sidebar {
  float: left;
  width: 100%;
  padding: 20px 15px 20px 15px; }
  @media all and (min-width: 64em) {
    .sidebar {
      padding: 45px 0px 45px 0px; } }

/*******************************************/
@media all and (min-width: 64em) {
  .content-max-width {
    max-width: 940px;
    margin: 0 auto; } }

@media all and (min-width: 72.5em) {
  .content-max-width {
    max-width: 1024px;
    margin: 0 auto; } }

@media all and (min-width: 90em) {
  .content-max-width {
    max-width: 1100px;
    margin: 0 auto; } }

/*******************************************/
@media all and (min-width: 64em) {
  .narrow-content-max-width {
    max-width: 740px;
    margin: 0 auto; } }

@media all and (min-width: 72.5em) {
  .narrow-content-max-width {
    max-width: 840px;
    margin: 0 auto; } }

@media all and (min-width: 90em) {
  .narrow-content-max-width {
    max-width: 940px;
    margin: 0 auto; } }

/*******************************************/
.internal-header {
  float: left;
  width: 100%;
  text-align: center;
  position: relative; }
  .internal-header h1 {
    color: #bdd9f2;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative; }
    @media all and (min-width: 64em) {
      .internal-header h1 {
        font-size: 1.825em; } }
    .internal-header h1 span {
      background: white;
      padding: 0px 15px 0px 15px;
      display: inline-block;
      position: relative;
      z-index: 5; }
      @media all and (min-width: 64em) {
        .internal-header h1 span {
          padding: 0px 70px 0px 70px; } }
    .internal-header h1:before {
      content: '';
      height: 1px;
      width: 100%;
      background: #979797;
      position: absolute;
      top: 8px;
      left: 0px;
      display: block;
      z-index: 2; }
      @media all and (min-width: 64em) {
        .internal-header h1:before {
          top: 13px; } }
  .internal-header strong {
    display: block; }

/*********************************************
:: Forms                             
********************************************/
form {
  float: left;
  width: 100%; }

legend {
  font-size: 1.25em;
  line-height: 1.5;
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-weight: 700;
  margin-bottom: 15px; }

label {
  font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.813em;
  font-weight: 400;
  line-height: 1;
  color: #555559;
  margin-bottom: 10px; }

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default; }

/*******************************************/
input, textarea, select {
  outline: none;
  border: none;
  width: 100%;
  display: block;
  transition: all .5s ease-in-out;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  padding: 8px 10px 8px 15px;
  height: 40px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.188em; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    background: white;
    border-color: #cd0000; }

/*******************************************/
*::-webkit-input-placeholder {
  color: #ccc; }
*::-moz-placeholder {
  color: #ccc; }
*:-ms-input-placeholder {
  color: #ccc; }
*::placeholder {
  color: #ccc; }

textarea, select[multiple] {
  height: 160px; }

input[type=checkbox], input[type=radio] {
  height: auto; }

/*******************************************/
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  line-height: 1.4;
  cursor: pointer;
  text-indent: -15px;
  font-weight: 400;
  padding: 0px 15px 0px 15px; }
  .form-field .custom-checkbox-radio input {
    padding: 0;
    width: 15px;
    height: 15px;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
    cursor: pointer;
    background: none;
    border: none; }

.form-field .custom-checkbox-radio.field-disabled {
  cursor: default; }
  .form-field .custom-checkbox-radio.field-disabled input {
    cursor: default;
    opacity: 1; }

/*******************************************/
.form-field {
  float: left;
  width: 100%;
  margin-bottom: 25px; }
  .form-field > label {
    float: left;
    width: 100%;
    margin-bottom: 10px; }

/*******************************************/
.button-field {
  float: left;
  width: 100%;
  margin-bottom: 10px; }
  .button-field .form-note {
    float: left;
    color: #000;
    font-size: 0.75em;
    line-height: 1;
    margin-top: 0px; }
  .button-field label {
    font-size: 1.05em;
    font-style: normal; }
  .button-field input[type="checkbox"] {
    float: none;
    width: auto;
    display: inline-block;
    margin-left: 5px;
    margin-top: 3px;
    line-height: 1; }
  .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
    float: right;
    background: black; }

/*******************************************/
.form-fields-stack.two-column {
  *zoom: 1; }
.form-fields-stack.two-column:before {
  content: '';
  display: table; }
.form-fields-stack.two-column:after {
  content: '';
  display: table;
  clear: both; }
  .form-fields-stack.two-column .form-field {
    width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
  .form-fields-stack.two-column .form-field:nth-child(1n) {
  float: left;
  margin-right: 10px;
  clear: none; }
  .form-fields-stack.two-column .form-field:last-child {
  margin-right: 0; }
  .form-fields-stack.two-column .form-field:nth-child(2n) {
  margin-right: 0;
  float: right; }
  .form-fields-stack.two-column .form-field:nth-child(2n + 1) {
  clear: left; }

/*******************************************/
@media all and (min-width: 48em) {
  .form-fields-stack.three-column {
    *zoom: 1; }
  .form-fields-stack.three-column:before {
    content: '';
    display: table; }
  .form-fields-stack.three-column:after {
    content: '';
    display: table;
    clear: both; }
    .form-fields-stack.three-column .form-field {
      width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
    .form-fields-stack.three-column .form-field:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
    .form-fields-stack.three-column .form-field:last-child {
    margin-right: 0; }
    .form-fields-stack.three-column .form-field:nth-child(3n) {
    margin-right: 0;
    float: right; }
    .form-fields-stack.three-column .form-field:nth-child(3n + 1) {
    clear: left; } }

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #E40000; }

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: #000;
  border-color: #ccc; }

.required {
  color: #d50c1a; }

label.error, label.error-SumoSelect-label {
  color: #E40000 !important;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 0px; }

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400; }

/*********************************************
:: Print                        
********************************************/
@media print {
  /*******************************************/
  header,
  footer,
  .breadcrumbs-module,
  .small-screen-menu-panel,
  .lightbox-popup,
  .tabs-module .buttons,
  .share-module,
  .onclick-lazyload-google-map,
  .lightbox-inline-trigger,
  .slideshow {
    display: none !important; }
  .tabs-module .tab-content {
    display: block !important; }
  .gallery-module, img {
    border-bottom: none !important;
    max-width: 400px;
    max-height: 400px; }
  /*******************************************/ }

/*********************************************
:: Common
   Common Components
   eg. header, footer, main menu etc.                   
********************************************/
/*********************************************
  :: Site Header                             
********************************************/
.site-header {
  float: left;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 15px 20px 15px 20px;
  min-height: 90px; }
  @media all and (min-width: 64em) {
    .site-header {
      padding: 0px;
      position: relative;
      min-height: 130px; } }
  .site-header .col {
    float: left; }
    .site-header .col:last-of-type {
      float: right; }
      @media all and (min-width: 64em) {
        .site-header .col:last-of-type {
          display: block;
          max-width: 565px;
          float: right; } }

.logo {
  float: left;
  width: auto;
  position: relative; }
  @media all and (min-width: 64em) {
    .logo {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .logo img {
    width: 150px;
    display: inline-block;
    vertical-align: top; }
    @media all and (min-width: 28.125em) {
      .logo img {
        width: 200px; } }
    @media all and (min-width: 64em) {
      .logo img {
        width: 300px; } }

.header-phone-number {
  float: right;
  color: black;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.131em;
  line-height: 1;
  text-decoration: none; }
  @media all and (min-width: 64em) {
    .header-phone-number {
      font-size: 1.25em;
      letter-spacing: 0.188em;
      border-top: 9px solid #adcfef;
      padding-top: 15px;
      margin-bottom: 30px; } }

.ls-main-menu {
  display: none;
  float: left;
  width: 100%;
  text-align: right;
  margin-bottom: 15px; }
  @media all and (min-width: 64em) {
    .ls-main-menu {
      display: block; } }
  .ls-main-menu > ul {
    margin: 0px;
    float: right;
    width: 100%; }
  .ls-main-menu > ul > li {
    margin: 0px;
    display: inline-block;
    margin-right: -3px;
    position: relative; }
    .ls-main-menu > ul > li:before {
      display: none; }
  .ls-main-menu > ul > li > a {
    color: black;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    position: relative; }
    .ls-main-menu > ul > li > a:hover, .ls-main-menu > ul > li > a:focus {
      text-decoration: underline; }
    .ls-main-menu > ul > li > a.active {
      color: #adcfef;
      text-decoration: underline; }
    .ls-main-menu > ul > li > a.parent {
      padding-right: 20px;
      margin-right: 10px; }
      .ls-main-menu > ul > li > a.parent:before {
        content: "\e915";
        font-family: "icomoon";
        color: #cd0000;
        position: absolute;
        top: 2px;
        right: -2px;
        font-size: 14px;
        line-height: 14px; }
  .ls-main-menu > ul > li:last-of-type {
    margin-right: 0px; }
    .ls-main-menu > ul > li:last-of-type a {
      padding-right: 0px; }
  .ls-main-menu .sub-menu {
    float: left;
    width: auto;
    margin: 0px;
    background: #eee;
    padding: 30px;
    position: absolute;
    z-index: 50;
    top: 45px;
    left: -140%;
    text-align: left;
    min-width: 305px;
    display: none; }
    .ls-main-menu .sub-menu:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 15px 15px;
      border-color: transparent transparent #eee transparent;
      position: absolute;
      top: -15px;
      right: 30px; }
    .ls-main-menu .sub-menu li {
      margin-bottom: 0px;
      line-height: 1; }
      .ls-main-menu .sub-menu li:before {
        display: none; }
    .ls-main-menu .sub-menu a {
      display: inline-block;
      width: 100%;
      color: #000;
      font-size: 1em;
      font-weight: 400;
      line-height: 1;
      border-bottom: 1px solid #ccc;
      padding-bottom: 15px;
      padding-top: 15px;
      text-decoration: none;
      text-transform: none; }
      @media all and (min-width: 64em) {
        .ls-main-menu .sub-menu a:hover, .ls-main-menu .sub-menu a:focus {
          color: black;
          text-decoration: underline; } }
      .ls-main-menu .sub-menu a.active {
        color: #adcfef; }
    .ls-main-menu .sub-menu li:first-of-type a {
      padding-top: 0px; }
    .ls-main-menu .sub-menu li:last-of-type a {
      padding-bottom: 0px;
      border-bottom: none; }
  .ls-main-menu .open-sub-menu > a::before {
    transform: rotateX(-180deg); }
  .ls-main-menu .open-sub-menu .sub-menu {
    display: block; }

/*********************************************
  :: Site Footer                           
********************************************/
.site-footer {
  float: left;
  width: 100%;
  background: #fff;
  text-align: left;
  position: relative; }

.footer-contact-info {
  float: left;
  width: 100%;
  background: #e7e7e7;
  padding: 20px; }
  @media all and (min-width: 64em) {
    .footer-contact-info {
      padding: 35px 0px 35px 0px; } }
  .footer-contact-info .col {
    float: left;
    width: 100%; }
    .footer-contact-info .col:first-of-type {
      margin-bottom: 20px; }
      @media all and (min-width: 64em) {
        .footer-contact-info .col:first-of-type {
          margin-bottom: 0px; } }
    @media all and (min-width: 64em) {
      .footer-contact-info .col {
        width: auto; }
        .footer-contact-info .col:last-of-type {
          float: right; } }
  .footer-contact-info .footer-phone-number {
    color: black;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.29;
    text-decoration: none;
    margin-top: 11px;
    display: block; }
    @media all and (min-width: 64em) {
      .footer-contact-info .footer-phone-number:hover, .footer-contact-info .footer-phone-number:focus {
        color: #900000; } }
  .footer-contact-info .footer-address {
    color: #333;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.79;
    margin-bottom: 0px; }
  .footer-contact-info img {
    display: inline-block;
    vertical-align: top; }

/* Footer Legal */
.footer-legal {
  float: left;
  width: 100%;
  line-height: 1.1;
  padding: 20px;
  position: relative;
  z-index: 3; }
  @media all and (min-width: 64em) {
    .footer-legal {
      padding: 20px 0px 20px 0px; } }

/* Copyright */
.copyright {
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 0px;
  color: #9e9e9e; }
  @media all and (min-width: 64em) {
    .copyright {
      width: auto;
      float: left; } }

/* Attribution */
.attribution {
  font-size: 11px;
  line-height: 11px;
  color: #9e9e9e;
  text-decoration: none;
  margin-bottom: 0px; }
  @media all and (min-width: 64em) {
    .attribution {
      width: auto;
      float: right; } }

/*********************************************
:: Modules                    
********************************************/
/*********************************************
:: Dummy Module                    
********************************************/
.dummy-module-container {
  float: left;
  width: 100%; }

/*******************************************/
/*********************************************
  :: Internal Page Banner                       
********************************************/
.module-internal-banner {
  float: left;
  width: 100%;
  position: relative;
  padding: 18px 13px 8px 13px;
  background-image: url("/images/Top-Texture.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 2px solid #e52829; }
  .module-internal-banner h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 1.2; }

/*********************************************
:: Views                       
********************************************/
/*********************************************
:: Dummy Page                   
********************************************/
/*******************************************/
/*********************************************
:: Page: Home               
********************************************/
.page-home {
  padding-top: 0px;
  padding-bottom: 30px; }
  @media all and (min-width: 64em) {
    .page-home {
      padding-bottom: 80px; } }

/*********************************************/
.module-hero-slideshow {
  float: left;
  width: calc(100% + 40px);
  position: relative;
  margin-left: -20px;
  margin-bottom: 20px; }
  @media all and (min-width: 64em) {
    .module-hero-slideshow {
      width: calc(100% + 10%);
      margin-left: -5%; } }
  .module-hero-slideshow .carousel {
    float: left;
    width: 100%;
    height: 230px; }
    @media all and (min-width: 64em) {
      .module-hero-slideshow .carousel {
        height: 425px; } }
  .module-hero-slideshow .slide {
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.6s ease-in-out;
    height: 230px;
    position: relative; }
    @media all and (min-width: 64em) {
      .module-hero-slideshow .slide {
        height: 425px; } }
    .module-hero-slideshow .slide:before {
      content: '';
      width: 100%;
      height: 190px;
      background-image: linear-gradient(180deg, transparent 0%, white 100%);
      position: absolute;
      bottom: 0px;
      left: 0px;
      z-index: 20;
      display: none; }
      @media all and (min-width: 64em) {
        .module-hero-slideshow .slide:before {
          display: block; } }
  .module-hero-slideshow .content {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 10%;
    transform: translateY(10%);
    left: 20px;
    text-align: left; }
    @media all and (min-width: 64em) {
      .module-hero-slideshow .content {
        left: 50px;
        padding: 0px;
        z-index: 25;
        width: calc(100% - 460px); } }
    .module-hero-slideshow .content h2 {
      color: black;
      font-size: 1.25em;
      font-weight: 700;
      line-height: 1.5;
      text-transform: uppercase;
      margin-bottom: 0px; }
      @media all and (min-width: 64em) {
        .module-hero-slideshow .content h2 {
          font-size: 2.188em; } }
  .module-hero-slideshow .featured-text {
    float: left;
    width: 100%;
    background: rgba(189, 217, 242, 0.8);
    padding: 15px 20px 15px 20px;
    position: relative; }
    @media all and (min-width: 64em) {
      .module-hero-slideshow .featured-text {
        position: absolute;
        top: 300px;
        right: -24px;
        z-index: 25;
        max-width: 400px;
        padding: 10px 20px 10px 20px; } }
    .module-hero-slideshow .featured-text:before, .module-hero-slideshow .featured-text:after {
      display: none; }
      @media all and (min-width: 64em) {
        .module-hero-slideshow .featured-text:before, .module-hero-slideshow .featured-text:after {
          display: block; } }
    .module-hero-slideshow .featured-text:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 55px 27px 55px 0;
      border-color: transparent rgba(189, 217, 242, 0.8) transparent transparent;
      position: absolute;
      top: 0px;
      left: -27px; }
    .module-hero-slideshow .featured-text:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 24px 0 0 24px;
      border-color: transparent transparent transparent #3b5670;
      position: absolute;
      top: -24px;
      right: 1px; }
    .module-hero-slideshow .featured-text h1 {
      color: #333;
      font-size: 1em;
      font-weight: 400;
      margin-bottom: 0px; }
      @media all and (min-width: 64em) {
        .module-hero-slideshow .featured-text h1 {
          font-size: 1.25em; } }
      @media all and (min-width: 64em) {
        .module-hero-slideshow .featured-text h1 strong {
          display: block; } }

.module-intro-text-area {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  max-width: 690px; }
  @media all and (min-width: 64em) {
    .module-intro-text-area {
      border-left: 1px solid #979797;
      padding-left: 25px;
      margin-left: 60px;
      margin-top: 20px;
      margin-bottom: 40px; } }
  .module-intro-text-area > *:last-child {
    margin-bottom: 0px; }
  .module-intro-text-area p {
    color: #333;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.79; }

.module-services {
  float: left;
  width: 100%; }
  .module-services .service-block {
    float: left;
    width: 100%;
    margin-bottom: 25px; }
    .module-services .service-block:last-of-type {
      margin-bottom: 0px; }
    .module-services .service-block > *:last-child {
      margin-bottom: 0px; }
    @media all and (min-width: 64em) {
      .module-services .service-block {
        margin-bottom: 0px;
        width: 50%; } }
  .module-services .image {
    float: left; }
  .module-services .content {
    float: left;
    width: calc(100% - 90px);
    padding-left: 20px; }
    @media all and (min-width: 64em) {
      .module-services .content {
        width: calc(100% - 140px);
        padding-top: 40px;
        padding-right: 40px; } }
  .module-services img {
    width: 90px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #adcfef;
    border-radius: 100%; }
    @media all and (min-width: 64em) {
      .module-services img {
        width: 140px;
        height: 140px; } }
  .module-services h3 {
    color: black;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 5px; }
    @media all and (min-width: 64em) {
      .module-services h3 {
        font-size: 1.25em; } }
  .module-services p {
    color: #999;
    font-size: 0.875em;
    line-height: 1.43;
    margin-bottom: 10px; }
  .module-services .more-info {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    font-size: 0.813em;
    font-weight: 400;
    position: relative;
    padding-left: 30px; }
    @media all and (min-width: 64em) {
      .module-services .more-info:hover, .module-services .more-info:focus {
        color: #900000; } }
    .module-services .more-info:before {
      content: "\e907";
      font-family: "icomoon";
      position: absolute;
      left: 0px;
      top: 0px;
      color: #adcfef; }

/*********************************************
:: Page: about Us               
********************************************/
/* service detail Columns */
.service-detail-columns {
  float: left;
  width: 100%; }
  .service-detail-columns img {
    width: 185px;
    height: 185px;
    border-radius: 100%;
    display: inline-block;
    border: 2px solid #adcfef; }
    @media all and (min-width: 64em) {
      .service-detail-columns img {
        width: 345px;
        height: 345px; } }
  .service-detail-columns h2 {
    color: black;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px; }
    @media all and (min-width: 64em) {
      .service-detail-columns h2 {
        margin-bottom: 15px;
        font-size: 1.5em; } }
  .service-detail-columns p {
    color: #999;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 20px; }
    @media all and (min-width: 64em) {
      .service-detail-columns p {
        margin-bottom: 25px; } }
  .service-detail-columns .content {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .service-detail-columns .content > *:last-child {
      margin-bottom: 0px; }
    @media all and (min-width: 64em) {
      .service-detail-columns .content {
        padding-top: 60px; } }
  .service-detail-columns .download-button {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    font-size: 0.813em;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-top: 20px; }
    @media all and (min-width: 64em) {
      .service-detail-columns .download-button {
        margin-top: 25px; }
        .service-detail-columns .download-button:hover, .service-detail-columns .download-button:focus {
          color: #900000; } }
    .service-detail-columns .download-button:before {
      content: "\e907";
      font-family: "icomoon";
      position: absolute;
      left: 0px;
      top: 0px;
      color: #adcfef; }
  .service-detail-columns .col {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .service-detail-columns .col:first-of-type {
      text-align: center; }
      @media all and (min-width: 64em) {
        .service-detail-columns .col:first-of-type {
          text-align: right; } }
    @media all and (min-width: 64em) {
      .service-detail-columns .col {
        float: right;
        width: 60%;
        padding-left: 60px;
        margin-bottom: 0px; }
        .service-detail-columns .col:first-of-type {
          float: left;
          width: 40%;
          padding-left: 0%; } }
    @media all and (min-width: 90em) {
      .service-detail-columns .col:last-of-type {
        padding-left: 80px; } }

/*********************************************
:: Page: Contact Us               
********************************************/
/* Contact Us Columns */
.contact-us-columns {
  float: left;
  width: 100%; }
  @media all and (min-width: 64em) {
    .contact-us-columns {
      margin-bottom: 30px; } }
  .contact-us-columns .col {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .contact-us-columns .col > p:first-of-type {
      display: none;
      color: #000;
      font-size: 0.875em; }
      @media all and (min-width: 64em) {
        .contact-us-columns .col > p:first-of-type {
          margin-bottom: 30px; } }
      @media all and (min-width: 64em) {
        .contact-us-columns .col > p:first-of-type {
          display: block;
          max-width: 320px; } }
    .contact-us-columns .col.show-first-p > p:first-of-type {
      display: block !important;
      max-width: 320px; }
    @media all and (min-width: 64em) {
      .contact-us-columns .col {
        float: left;
        width: 50%;
        padding-right: 5%;
        margin-bottom: 0px; }
        .contact-us-columns .col:last-of-type {
          float: right;
          width: 50%;
          padding-right: 0%; } }

/*********************************************
:: Contact Us Information Module                
********************************************/
.contact-us-info-module {
  float: left;
  width: 100%; }
  .contact-us-info-module .info-item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    max-width: 320px;
    clear: both; }
    @media all and (min-width: 64em) {
      .contact-us-info-module .info-item {
        margin-bottom: 45px; } }
    .contact-us-info-module .info-item:first-of-type .title {
      display: none; }
      @media all and (min-width: 64em) {
        .contact-us-info-module .info-item:first-of-type .title {
          display: block; } }
    .contact-us-info-module .info-item > *:last-child {
      margin-bottom: 0px; }
    @media all and (min-width: 64em) {
      .contact-us-info-module .info-item a:hover, .contact-us-info-module .info-item a:focus, .contact-us-info-module .info-item a:active {
        color: #900000; } }
  .contact-us-info-module .title {
    font-size: 1em;
    line-height: 1.1;
    font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 400;
    color: #adcfef;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .contact-us-info-module .phone-item {
    font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    display: block;
    color: #000;
    margin-bottom: 5px; }
  .contact-us-info-module .email-item {
    font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
    display: block;
    color: #000; }
  .contact-us-info-module .address-item {
    color: #000;
    font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0px; }

/*********************************************
:: Google Maps              
********************************************/
.google-map-container {
  float: left;
  width: 100%; }
  .google-map-container h2 {
    font-size: 1em;
    line-height: 1.1;
    font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 400;
    margin-bottom: 20px; }
  .google-map-container img {
    width: 100%; }

/*********************************************
:: JS Plugins                  
********************************************/
.SumoSelect p {
  margin: 0; }

.SlectBox {
  width: 200px;
  padding: 5px 8px; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SumoSelect > .optWrapper > .options > li label,
.SumoSelect > .CaptionCont {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: 0px 0px 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0px; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

.SumoSelect > .optWrapper {
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  box-sizing: border-box;
  z-index: -100;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect > .optWrapper.open {
  top: 35px;
  visibility: visible;
  opacity: 1;
  z-index: 1000; }

.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  border-radius: 2px;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0px 0px 100px #595959; }

.SumoSelect > .optWrapper > .options > li {
  padding: 6px 6px;
  border-bottom: 1px solid #F3F3F3;
  position: relative; }

.SumoSelect > .optWrapper > .options > li:first-child {
  border-radius: 2px 2px 0px 0px; }

.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
  border-radius: 0px 0px 2px 2px; }

.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #E4E4E4; }

.SumoSelect > .optWrapper > .options > li.sel {
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper > .options > li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options > li span {
  display: none; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0px;
  margin: auto;
  max-height: 90%; }

/*Hover*/
/*.SumoSelect:hover > .CaptionCont > label { background-color: #F1F1F1; }*/
/*disabled state*/
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options > li.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options > li {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options > li span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  bottom: 0px;
  margin-left: -35px; }

.SumoSelect > .optWrapper.multiple > .options > li span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13);
  border-radius: 0px 0px 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0px 0px 0px 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0px 0px 3px 0px; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options > li {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

/*selected state
    .SumoSelect > .optWrapper.multiple > .options > li.selected span i:after,
    .SumoSelect .select-all.selected > span i:after{content: '';position: absolute;width: 11px;height: 11px;top: 2px;left: 2px;background-color: rgb(17, 169, 17);border-radius: 2px;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);}
    */
.SumoSelect > .optWrapper.multiple > .options > li.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0px 0px;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0px 3px 35px;
  height: 20px; }

.SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options > li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0;
  transition: opacity 500ms; }

.lazyloaded {
  opacity: 1;
  transition: opacity 500ms; }

.youtube-container {
  display: block;
  width: 100%; }

.youtube-player {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  height: 180px; }
  @media all and (min-width: 37.5em) {
    .youtube-player {
      height: 250px; } }
  @media all and (min-width: 48em) {
    .youtube-player {
      height: 300px; } }
  @media all and (min-width: 64em) {
    .youtube-player {
      height: 350px; }
      .youtube-player:hover .div.play-button, .youtube-player:focus .div.play-button {
        transform: translateX(-50%) translateY(-50%) scale3d(1.5); } }
  @media all and (min-width: 72.5em) {
    .youtube-player {
      height: 400px; } }

img.youtube-thumb {
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  height: auto;
  vertical-align: top;
  display: inline-block;
  margin-top: -0.5px; }

.youtube-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

div.play-button {
  display: inline-block;
  position: absolute;
  top: 53%;
  left: 52%;
  transform: translateX(-50%) translateY(-50%); }
  div.play-button:after {
    content: '';
    width: 110px;
    height: 75px;
    background: url("/images/video-play-button.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; }

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/

@keyframes empty {
  0% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/*********************************************
  :: Multi-Level Push Menu (CoDrops)                           
********************************************/
html.menu-opened,
.menu-opened body,
.menu-opened .container,
.menu-opened .scroller {
  height: 100%;
  overflow: hidden; }

.scroller {
  overflow-y: scroll; }

.scroller,
.scroller-inner {
  position: relative; }

.container {
  position: relative;
  overflow: hidden;
  background: #34495e; }

.mp-pusher {
  position: relative;
  right: 0;
  height: 100%; }

.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  right: 0;
  z-index: 1;
  width: 300px;
  height: 100%;
  border-left: 1px solid #CCCCCC;
  transform: translate3d(100%, 0, 0); }

.mp-level {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform: translate3d(100%, 0, 0); }

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-pusher::after,
.mp-level::after {
  background: transparent;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }

.mp-level::after {
  z-index: -1; }

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s; }

.mp-level.mp-level-overlay {
  cursor: pointer; }

.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1; }

.mp-pusher,
.mp-level {
  transition: all 0.6s ease-in-out; }

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(-40px, 0, 0); }

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  transform: translate3d(0, 0, 0); }

/* cover */
.mp-cover .mp-level.mp-level-open {
  transform: translate3d(0, 0, 0);
  z-index: 1; }

.mp-cover .mp-level.mp-level-open > ul.menu-list > li > .mp-level:not(.mp-level-open) {
  transform: translate3d(100%, 0, 0); }

/* content style */
.mp-menu.mp-overlap .level-title::before {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  transform: translateX(-100%); }

.mp-overlap .mp-level.mp-level-overlay > .level-title::before {
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateX(0%); }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-menu,
.no-js .mp-menu {
  display: none; }

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
  display: none; }

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
  display: block; }

/*********************************************
:: JS Plugins Overrides                
********************************************/
/*********************************************
:: SumoSelect Plugin Styles Override                    
********************************************/
.SumoSelect {
  width: 100%;
  vertical-align: top;
  height: 40px; }

.SumoSelect > select {
  display: block !important; }

.SumoSelect > select[multiple] {
  height: 40px; }

/*******************************************/
.SumoSelect.disabled {
  opacity: 0.5;
  cursor: default; }

/*******************************************/
.SumoSelect > .CaptionCont {
  position: absolute;
  top: 0px;
  outline: none;
  border: none;
  width: 100%;
  outline: none;
  border: none;
  width: 100%;
  transition: all .5s ease-in-out;
  border-radius: 0px;
  box-shadow: none;
  background: #fff;
  color: #666;
  border: 1px solid #ccc;
  padding: 8px 10px 8px 15px;
  height: 40px;
  font-size: 1em;
  line-height: 1.5; }
  .SumoSelect > .CaptionCont:hover, .SumoSelect > .CaptionCont:focus {
    background: white;
    border-radius: 0px;
    box-shadow: none; }

.SumoSelect > .CaptionCont {
  font-size: 0.875em;
  line-height: 1.5;
  color: #212121; }
  .SumoSelect > .CaptionCont:hover, .SumoSelect > .CaptionCont:focus {
    border-color: #000;
    box-shadow: none;
    border-radius: 0px; }

.SumoSelect > .CaptionCont > label {
  margin-bottom: 0px; }

/*******************************************/
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  border-color: #cd0000;
  box-shadow: none;
  border-radius: 0px; }

/*******************************************/
.SumoSelect > .optWrapper {
  transition: border .5s ease-in-out;
  top: calc(40px - 1px);
  box-shadow: 0px 9px 15px -1px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  border-color: #ccc;
  border-top-color: #ccc; }

.SumoSelect > .optWrapper.open {
  top: calc(40px - 1px); }

.SumoSelect:focus > .optWrapper.open,
.SumoSelect:hover > .optWrapper.open {
  border-color: #cd0000;
  border-top-color: #ececec; }

.SumoSelect > .optWrapper > .options {
  border-radius: 0px; }

.SumoSelect > .optWrapper > .options > li {
  padding: 8px 10px 8px 15px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0px;
  cursor: pointer;
  list-style-type: none; }

.SumoSelect > .optWrapper > .options > li label {
  color: #212121;
  margin-bottom: 0px;
  text-transform: none;
  font-weight: 400; }

/*******************************************/
.SumoSelect > .CaptionCont > label > i {
  width: auto;
  height: auto;
  opacity: 1;
  font-style: normal;
  text-align: center; }

.SumoSelect > .CaptionCont > label > i:before {
  content: "\e915";
  font-family: "icomoon";
  display: inline-block;
  width: 100%;
  margin: auto;
  font-size: 20px;
  vertical-align: top;
  line-height: 32px;
  color: #adcfef; }

/*******************************************/
.SumoSelect > .CaptionCont > span.placeholder,
select .placeholder {
  color: #212121;
  font-style: normal; }

/*******************************************/
.error-SumoSelect > .CaptionCont {
  border: 1px solid #E40000; }

.error-SumoSelect:focus > .CaptionCont,
.error-SumoSelect:hover > .CaptionCont {
  border-color: #E40000; }

.error-SumoSelect select:hover,
.error-SumoSelect select:focus {
  border-color: #E40000; }

.SumoSelect > label.error {
  display: block !important; }

/*********************************************
  :: Owl Carousel Custom Styles (for: Owl Carousel v1)                        
********************************************/
/* Owl Controls */
.owl-theme .owl-controls {
  margin-top: 0px; }

/* Pagination Circles */
.owl-pagination {
  z-index: 9999;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%); }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 13px;
  height: 13px;
  margin: 5px 5px;
  background: #fff;
  opacity: 1; }

.owl-theme .owl-controls .owl-page.active span {
  background: #cd0000;
  opacity: 1;
  border: 2px solid white; }

/*********************************************
  :: Off Canvas Menu Custom Styles (for: PushMenu, via codrops)                        
********************************************/
/*******************************************/
#small-screen-menu-trigger {
  color: #000;
  float: right;
  font-size: 1em;
  line-height: 1;
  margin-top: 15px;
  transition: background 0.6s ease-in-out;
  padding: 0px;
  letter-spacing: 0px;
  min-width: auto;
  clear: both; }
  #small-screen-menu-trigger:before {
    font-family: "icomoon";
    content: "\e909";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media all and (min-width: 64em) {
    #small-screen-menu-trigger {
      display: none; } }

.mp-pushed #small-screen-menu-trigger {
  font-size: 20px;
  width: 45px;
  height: 50px;
  color: white;
  padding: 7px;
  position: absolute;
  top: 0px;
  margin-top: 0px;
  right: 300px;
  z-index: 9999;
  text-align: center;
  background: #adcfef; }
  .mp-pushed #small-screen-menu-trigger:before {
    content: "\e903"; }
  @media all and (min-width: 28.125em) {
    .mp-pushed #small-screen-menu-trigger {
      right: 336px;
      width: 50px; } }

/*******************************************/
.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  opacity: 0; }

.mp-pusher {
  z-index: 999;
  transform: none !important; }
  .mp-pusher.mp-pushed .mp-menu {
    transform: none;
    box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5); }

/*******************************************/
.mp-menu {
  overflow-y: auto;
  transition: all 0.6s ease-in-out;
  border-left: none;
  position: fixed;
  z-index: 999999;
  background-color: white; }
  @media all and (min-width: 28.125em) {
    .mp-menu {
      width: 335px; } }

/*******************************************/
.mp-level {
  padding: 35px 0px 0px 25px; }
  .mp-level .quick-links {
    float: left;
    width: 100%; }
    .mp-level .quick-links ul {
      float: left;
      width: 100%;
      margin: 0px; }
      .mp-level .quick-links ul li {
        margin: 0px; }
        .mp-level .quick-links ul li:before {
          display: none; }
    .mp-level .quick-links a {
      color: #adcfef;
      font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 1em;
      font-weight: 500;
      letter-spacing: 0.133em;
      line-height: 1.19;
      text-transform: uppercase;
      text-decoration: none;
      margin-bottom: 20px;
      display: block; }
      .mp-level .quick-links a.active {
        text-decoration: underline; }
  .mp-level ul.menu-list {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px; }
    .mp-level ul.menu-list li {
      margin-bottom: 0px;
      position: static; }
      .mp-level ul.menu-list li:before {
        display: none; }
      .mp-level ul.menu-list li > a {
        color: black;
        font-size: 0.875em;
        font-weight: 700;
        line-height: 1.71;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid #eee; }
        .mp-level ul.menu-list li > a.active {
          text-decoration: underline; }
        .mp-level ul.menu-list li > a.parent {
          color: #adcfef;
          font-size: 1.125em;
          font-weight: 700; }
    .mp-level ul.menu-list > li:last-of-type a {
      border-bottom: none; }
  .mp-level ul.menu-list .sub-menu {
    margin-left: 20px; }
    .mp-level ul.menu-list .sub-menu a {
      text-transform: none;
      font-size: 1em;
      font-weight: 400; }

/*******************************************/
.mp-forward .arrow {
  float: right;
  color: white;
  font-size: 14px;
  line-height: 14px;
  margin-top: 5px; }

/*******************************************/
.mp-menu.mp-cover .level-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  background: black;
  color: white;
  margin-bottom: 0px;
  padding: 15px 15px 15px 10px; }
  .mp-menu.mp-cover .level-title span {
    width: 30px;
    display: inline-block; }

/*******************************************/
.mp-back {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  background: #adcfef;
  color: white;
  display: block;
  height: 45px;
  padding: 12px 15px 15px 10px; }
  .mp-back:hover, .mp-back:focus {
    color: white; }
  .mp-back .arrow {
    color: white;
    margin-right: 5px; }

/*******************************************/
.mp-menu .menu-footer {
  float: left;
  width: 100%;
  border-top: 1px solid black;
  margin-top: 30px;
  padding-top: 30px; }
  .mp-menu .menu-footer a {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    color: black;
    font-size: 0.938em;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase; }
