/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 20px;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 70px;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}F

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.unslider{overflow:auto;margin:0;padding:0}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px}


@font-face {
  font-family: "franklin-gothic";
  src: url("/fonts/franklin-gothic-book-webfont.woff2") format("woff2"), url("/fonts/franklin-gothic-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "franklin-gothic";
  src: url("/fonts/franklin-gothic-bookit-webfont.woff2") format("woff2"), url("/fonts/franklin-gothic-bookit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "vag-rounded";
  src: url("/fonts/VAGRoundedLT-Light.woff2") format("woff2"), url("/fonts/VAGRoundedLT-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "vag-rounded";
  src: url("/fonts/vag-rounded-black-webfont.woff2") format("woff2"), url("/fonts/vag-rounded-black-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'icomoonOLD';
  src: url("/fonts/icons/icomoon.eot?cf0k16");
  src: url("/fonts/icons/icomoon.eot?cf0k16#iefix") format("embedded-opentype"), url("/fonts/icons/icomoon.ttf?cf0k16") format("truetype"), url("/fonts/icons/icomoon.woff?cf0k16") format("woff"), url("/fonts/icons/icomoon.svg?cf0k16#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icons2/icomoon.eot?nqbw9a');
  src:  url('/fonts/icons2/icomoon.eot?nqbw9a#iefix') format('embedded-opentype'),
    url('/fonts/icons2/icomoon.ttf?nqbw9a') format('truetype'),
    url('/fonts/icons2/icomoon.woff?nqbw9a') format('woff'),
    url('/fonts/icons2/icomoon.svg?nqbw9a#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon, .breadcrumb > li + li:before, [class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}





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

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

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

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

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

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

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

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

.icon-arrow-right{
	padding-right: 8px;
    padding-top: 2px;
    float: left;
}

.icon-arrow-right:before { /*Link*/
  content: "\e6c";
}

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

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

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

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

.icon-linkedin:before {
  content: "\e905";
}

.icon-google-plus:before {
  content: "\e906";
}

.no-generatedcontent .icon-chevron-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90c;');
}

.no-generatedcontent .icon-chevron-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe908;');
}

.no-generatedcontent .icon-chevron-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90a;');
}

.no-generatedcontent .icon-search {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe909;');
}

.no-generatedcontent .icon-cross {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe870;');
}

.no-generatedcontent .icon-pause {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe907;');
}

.no-generatedcontent .icon-play {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe902;');
}

.no-generatedcontent .icon-arrow-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe879;');
}

.no-generatedcontent .icon-arrow-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6c;');
}

.no-generatedcontent .icon-menu {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe871;');
}

.no-generatedcontent .icon-twitter {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe903;');
}

.no-generatedcontent .icon-facebook {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe901;');
}

.no-generatedcontent .icon-facebook-f {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe901;');
}

.no-generatedcontent .icon-linkedin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe905;');
}

.no-generatedcontent .icon-google-plus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe906;');
}

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-family: "DM Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #4a4a4a;
  background-color: #fff;
}

/* Opidis Section */

.imagefillHeight{
	height: 100%;
    /*width: auto !important;
	min-width: 100%;*/
	object-fit: cover;
}

/* Form */

.redText{
    color: #fa0606;
}

.idoxForm label{
    display: block;
    margin-bottom: 2px;
}    

.idoxForm input[type="text"], .idoxForm input[type="email"]{
    height: 50px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 2px;
    width: 90%;
    padding-left: 10px;
}


.idoxForm textarea{
     border: 1px solid rgb(204, 204, 204);
    border-radius: 2px;
    width: 90%;
    padding: 10px;
}

.formItem{
    margin-bottom: 15px;
}

.submitButton{
	background-color: rgb(0, 159, 218);
    background-image: none;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    border-style: solid;
    border-color: transparent;
    border-width: 0px;
	padding: 15px 50px;
}

.idoxForm select{
	height: 50px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 2px;
    width: 90%;
    padding-left: 10px;
}

/*--*/

.newsThumb{
		margin-bottom: 20px;
	}

@media (min-width: 992px){
	.newsThumb{
		max-height: 150px;
		overflow: hidden;
	}
}

/*To fix the background position on mobile view*/
@media (max-width: 768px) and (orientation: portrait) {
	.masthead__header--bg-img {
		background-position:center top;
		background-size: auto 100vh !important;
	}
}

/*Covers tablets*/
@media (min-aspect-ratio: 4/3) and (max-aspect-ratio: 16/9) and (orientation: landscape) {
  .masthead__header--bg-img{
      background-position:center top;
	  background-size: 120vw auto !important;
  }
}

/*To position the nav and search to the right and allow it to work on mobile view*/
header {
	position:relative;
}
@media (max-width: 768px) {
	header {
		position:inherit;
	}
}

.homePageNewsSection{
	margin-top:100px;
}

/*Video masthead stuff*/

.masthead_video {
    min-height: 218px;
    overflow: hidden;
    color: #fff;
    background: #ccc;
    position: relative;
    z-index: 1
}

.video_wrapper{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #333580;
	
}

.video_wrapper video {
    /* Center the video */
      position: absolute;
     /* top: 50%; 
	transform: translate(-50%,-50%);
	Now video is top aligned but horz centered*/
      left: 50%;
      transform: translate(-50%);
}

@media screen and (orientation: landscape) {
    .video_wrapper video{
      width: auto;
      height: auto;
	  max-height: 100%;	
    }
}

@media screen and (orientation: portrait) {
    .video_wrapper video{
      width: auto;
      height: 100vh;
    }
}


@media(max-width:29.99em) {
    .masthead_video {
        position: relative;
        min-height: 0
    }
}

@media(min-width:30em) {
    .masthead_video {
        max-height: 857px
    }
}

@media(min-width:81.1875em) {
    .masthead_video {
        max-height: 100vh
    }
}


.video-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    /*padding-bottom: 56.25%;
    height: 0;
  
    width: 100%;  */
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

@media(max-width:49.365em) {
    .video-wrapper {
        /*display: none*/
    }
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}



/*End video*/

.postImage {
    width: 100%;
}

.productButton{
    text-align: right;
    padding-bottom: 3px;
    margin-left:10px;
	font-family: "DM Sans", Arial, sans-serif;
}
.productButton a {
  padding: 0px 10px 0px 10px;
  background-color: #0A1F8F;
  font-size: 18px;
  border: 1px solid;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.productButton a:hover {
    border-color: #222493;
}

.floatRight{
    float: right;
}

.NewsDate{
	color: #999 !important;
}


.card__header h6 a{
	color: #46AAE6
}

.newsLarge, .newsMed, .newsSmall{
    background-size:cover;
    border: 5px solid white;   
}

.newsLarge div, .newsMed div, .newsSmall div{
    position: absolute;
	bottom: 0px;
}

.newsLarge h2, .newsMed h3, .newsSmall h5{
    color: white;
   text-shadow: 2px 1px #4a4a4a;
}

.newsLarge time, .newsMed time, .newsSmall time{
    color: #fcd450;
    font-size:1rem;
}

.newsLarge{
    height:500px;
    padding: 20px;
}
.newsMed{
    height:250px;
    padding:10px;
}
.newsSmall{
    height:250px;
    padding:10px;

}

.col-md-12 img{
	width: 100%;	
}

.QFdropdown{
    -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url(/images/down_arrow_full.png);
      overflow: hidden;
      background-repeat: no-repeat;
      background-size: 30px 15px;
      background-position: right;

    
    padding: 5px 40px 5px 10px;
    margin-top: 20px;
    background-color: rgba(255,255,255,0.20);
    color: #fff;
    border: 1px solid; 
    /*font-family: 'DM Serif Display', serif;*/
    font-size: 1.7rem;
}

.QFdropdown::-ms-expand {
    display: none;
}

.QFdropdownFont{
    /*font-family: 'DM Serif Display', serif;*/
    font-size: 1.5rem;
	color: #46AAE6;
}

/* needed for IE NEED TO CHECK
 .QFdropdown::-ms-expand {
  display:none;
}

*/

.homePageNews{
    padding: 20px;
    margin-top: -200px;
	background: rgba(255,255,255,0.20);
}

.homePageNews h2{
	font-size: 36px;
}

@media (max-width: 990px) {
	
    .homePageNews{
    margin-top: 10px;
    }

}

.homePageNews header{
    margin-bottom: 20px;
}

.newsTitle{
    font-size: 1.1rem;
    padding-bottom: 0.1rem;
}

.newsLink{
 color: #fff !important;
}

.listing2 {
  padding-left: 0;
  list-style: none;
  *margin-left: 0;
}

.listing2 > li {
  margin-bottom: 1rem;
}


.newsSearch input{
    padding: 6px;
}

.newsSearch button{
    padding: 15px;
    border-radius: 20px;
    margin-left: 10px;
    background-color: #ccc;
    border: 0px;
    width: 50px;
}

.newsSearch button:hover {
        background-color: #71d6e0;
}

.article-excerpt{
    /*margin-top: -10px;
     color: #4a4a4a; */
    line-height:normal;
}

.post-title{
	font-size: 40px;
	color: #0A1F8F;
}

.colorGrey{
    color: #747678 !important;
}

/* Youtube video settings */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.ytp-pause-overlay-controls-hidden .ytp-pause-overlay { /**/
	display: none;
}

/*end youtube */

.videoContainer{
	max-height:675px;
}

.videoBox{
	position: relative; 
    display: block;
    width: 100% !important;
    height: 0;
    padding: 56.25% 0 0 0;
}

.videoTitle{
	padding: 30px;
	width: 100%;
	margin-top: 0px;
	margin-bottom:40px;
}

.videoText {
	width: 100%;
}

.videoText h6{
color: #0A1F8F;
}

 .vidyard_player{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1200px;
	max-height: 675px;
 }

 .vidyard_player > span {
        width: 100% !important;
        height: 100% !important;
        margin: 0 auto !important;
 }

@media (max-width: 700px) {
	.videoText{
		width: 100%;
	}
        .titleWidth{
        width: 100% !important;
    }
}

.videoBox{
	line-height: 0px;
}

.halfHeight{
	line-height: 50%;
}

.SubTitle-blue{
    color: #46AAE6; 
    line-height: 1.4em;
}

.blueBackDrop{
	background-color: #222493;
	height: 250px;
	z-index: -100;
}

.firstCol{
	margin-top: -200px;
	z-index: 100;
}

.headerLinks{
    font-size: 1.4em;
    font-family: "DM Serif Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal !important;
}

.grey-list{
    background-color: #eee;   
}

.list2Image{
    height:130px;
}

.list2Text{
    height:200px;
}

.list2ImageSize{
    max-height: 90%;
    max-width: 60%
}


.listPadding{
    padding: 2em;
    margin-bottom: 30px;
}

.listingImage{
    margin: 0px;
    height: 100%;
}

.listingHeight{
    height:360px;
}

.listingImageDiv{
    width:20%;
    float: left;
    overflow:hidden;
}

@media (max-width: 1075px) {
    .listingImageDiv {
        width: 10%;
    }
}

@media (max-width: 700px) {
    .listingHeight {
        height:auto;
    }

    .listingImageDiv {
        float:none;
        width: 100%;
        padding: 10px;
    }
}

.colourIdoxLightBlue{
    color: #46AAE6;
}

.listingItem{
    margin-bottom: 40px;
}

.listingText{
    margin: 0px;
    padding: 40px;
}

.grey-back{
    background-color: #f5f5f5;
    padding: 15px;
    padding-bottom: 100%; /* This makes the rows equal length parent div needs to have overflow:hidden */
    margin-bottom: -100%;
}

.display-equal{
    margin-bottom: 50px;
    overflow: hidden;
}


.FooterCTA{
    background-color:#f1f1f1;
    padding: 40px;
    color: #46AAE6;
    margin-bottom: -35px;
}

.FooterCTA button{
    padding: 25px 40px 5px 40px;
    background-color: #46AAE6;
    color: #fff;
    border-radius: 30px;
    border: 1px solid;
    }

.contact_button {
  padding: 25px 40px 5px 40px;
  background-color: #46AAE6;
  border: 1px solid;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}


@media (min-width: 900px) {
    .FooterCTA .buttonDiv {
        float: right;
    }

    .FooterCTA .textDiv{
        float: left;
    }
}

.LineHeightNormal{
    line-height:1.5;
}

.hidden{
    display:none;
}

/* Modal Form */

.modaloverlay {
  background: rgba(32,33,79,0.95);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  z-index: -1;
  display: none;
}

.modaloverlay:target {
  display: block;
  opacity: 1;
  pointer-events: auto;
  z-index: 99999;
}
.modaloverlay .modal {
  background-color: white;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 3em;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 75%;
    margin: 5% auto;
    max-height: 57em;
    max-width: 66em;
    width: 40%;
}

@media (max-width: 1300px) {
  .modaloverlay .modal {
    width: 50%;
  }
}

@media (max-width: 1100px) {
  .modaloverlay .modal {
    width: 60%;
  }
}

@media (max-width: 900px) {
  .modaloverlay .modal {
    width: 70%;
  }
}

@media (max-width: 800px) { 
  .modaloverlay .modal {
    width: 100%;
    height: 100%;
  }
}


.modaloverlay .modal > iframe, .modaloverlay .modal > div {
  border: none;
  width: 100%;
  height: 100%;
}
.modaloverlay .close { /* Probs best to use an icon here */
  color: #4a4a4a;
  font-size: 24px;
  font-weight:normal;
  padding: 8px 12px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top:30px;
  right:30px;
}
.modal div h2 {
  color:#4a4a4a;
  font-weight:normal;
  margin-top:0;
}
.modal div h3 {
  color:#46AAE6;
  font-weight:normal;
}

/*End Modal*/






/*End Opidis */


.masthead{
    margin-bottom: 40px;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #46AAE6;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover, a:focus {
  color: #00678e;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #747678;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.offerings > ul {
	margin-left: -40px;
}

.stat_value, .offerings > ul > li,  .read-more-lg, .address__name, .section-title {
  margin-bottom: 1rem;
  font-family: "DM Serif Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  /* line-height: 1.1; */
  color: inherit;
}

.spotlight__title {
  margin-bottom: 1rem;
  font-family: "DM Serif Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  /* line-height: 1.1; */
  color: inherit;
}



h1, h2, h3, h4, h5, h6{
  margin-bottom: 1rem;
   font-weight: normal;
  color: inherit;
}

h3{
color: #0A1F8F;}


h1, h2, h3{
  font-family: "DM Serif Display", serif;
}

h4, h5, h6{
  font-family: "DM Sans", Arial, sans-serif;
}

.spotlight__body > h2, .spotlight__header > h2{
	font-family: "DM Sans", Arial, sans-serif; 
}


h1{
 line-height:1.2;
}

h2{
 line-height:1.6;
}

h3{
 line-height:45px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6, .section-title{
  font-size: 1.125rem;
}

.spotlight__title {
  font-size: 40px;
}

.stat_value {
  font-size: 3.438rem;
}

@media (max-width: 767px) {
  h1, .h1, .stat_value {
    font-size: 2.5785rem;
  }
}

h2, .h2, .offerings > ul > li {
  font-size: 18px;
}

@media (max-width: 767px) {
  h2, .h2, .offerings > ul > li {
    font-size: 2.10975rem;
  }
}

h3, .h3, .read-more-lg, .address__name {
  font-size: 40px;
}

@media (max-width: 767px) {
  h3, .h3, .read-more-lg, .address__name {
    font-size: 1.40625rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  h4, .h4 {
    font-size: 1.125rem;
  }
}

h6,
.h6,
.section-title,
.spotlight__title {
  /*font-family: "DM Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;*/
  color: #fff;
  /*text-transform: uppercase;*/
}

p {
  margin-bottom: 2rem;
}

.lead {
  margin-top: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  *margin-left: 0;
}

.list-inline, .social-icons {
  padding-left: 0;
  list-style: none;
  *margin-left: 0;
}

.list-inline > li, .social-icons > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.list-inline > li:not(:last-child), .social-icons > li:not(:last-child) {
  margin-right: 5px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.large-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 49%;
}

@media (min-width: 1200px) {
  .large-image {
    height: 579.66px;
    padding-bottom: 0;
  }
}

@media (max-width: 1246px) {
  body > .masthead,
  body > section,
  body > .footer {
    *width: 1246px;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 23px;
  padding-right: 23px;
  *zoom: 1;
  max-width: 1246px;
  *width: 1200px;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-left: -23px;
  margin-right: -23px;
  *zoom: 1;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 23px;
  padding-left: 23px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.form {
  padding: 32px;
}

@media (min-width: 992px) {
  .form {
    padding: 80px 105px;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 1.125rem 0.75rem;
  font-family: "DM Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #4a4a4a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #4a4a4a;
  background-color: #fff;
}

.form-control:-ms-input-placeholder, .form-control.placeholder {
  color: #4a4a4a;
  opacity: 1;
}

.form-control::placeholder, .form-control.placeholder {
  color: #4a4a4a;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #ccc;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

.form-control-rounded {
  font-family: "DM Serif Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  border: 3px solid #71d6e0;
  border-radius: 1.828125rem;
}

.form-control-borderless {
  background-clip: border-box;
  border-color: #fff;
}

@media (min-width: 768px) {
  textarea.form-control {
    min-height: 240px;
  }
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3.65625rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #4a4a4a;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  margin-bottom: 0;
  font-family: "DM Serif Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

@media (min-width: 768px) {
  .col-form-label {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.875rem;
  }
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.form-control-sm.form-control-rounded {
  border-radius: 0.90625rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem;
}

@media (min-width: 768px) {
  .form-control-lg {
    padding: 1.813rem 1.5rem;
    font-size: 1.875rem;
  }
  .form-control-lg.form-control-rounded {
    border-radius: 3.063rem;
  }
}

@media (min-width: 768px) {
  select.form-control-lg:not([size]):not([multiple]) {
    height: 6.126rem;
  }
}

.form-group {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .form-group {
    margin-bottom: 4rem;
  }
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #747678;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-right: 20px;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-warning {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
}

.form-warning-info .form-warning {
  margin-right: 5px;
}

@media (min-width: 768px) {
  .form-warning-info .form-warning {
    margin-right: 20px;
  }
}

.form-group .form-control + .form-warning,
.form-group .form-check + .form-warning {
  position: absolute;
  top: 0;
  right: -7px;
}

@media (min-width: 768px) {
  .form-group .form-control + .form-warning,
  .form-group .form-check + .form-warning {
    right: -22px;
  }
}

.has-feedback {
  border-color: #747678;
}

.form-control-feedback {
  padding: 0.25rem 1.125rem;
  margin-bottom: -1.125rem;
}

.search-box {
  position: relative;
  overflow: hidden;
}

.search-box .form-control-rounded {
  padding-right: 41px;
}

@media (min-width: 768px) {
  .search-box .form-control-rounded {
    padding-right: 64px;
  }
}

.search-box__button {
  position: absolute;
  top: 50%;
  right: -29px;
  padding: 0;
  margin-top: -15px;
  line-height: 1;
  background: none;
  border: 0;
  transition: right .2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 768px) {
  .search-box__button {
    right: -40px;
    margin-top: -21px;
  }
}

.search-box .form-control-rounded:focus + .search-box__button, .search-box__button:active {
  right: 15px;
}

@media (min-width: 768px) {
  .search-box .form-control-rounded:focus + .search-box__button, .search-box__button:active {
    right: 27px;
  }
}

.search-box__button .icon-arrow-right.icon-arrow-right {
  font-size: 1.8rem;
  color: #71d6e0;
}

.form-control-borderless + .search-box__button .icon-arrow-right.icon-arrow-right {
  color: #46AAE6;
}

@media (min-width: 768px) {
  .search-box__button .icon-arrow-right.icon-arrow-right {
    font-size: 2.5rem;
  }
}

.btn {
  display: inline-block;
  min-width: 268px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 1.125rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.25;
  border-radius: 1.828125rem;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn:active, .btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #46AAE6;
}

.btn-primary:hover {
  color: #fff;
  background-color: #007aa7;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #46AAE6;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007aa7;
  background-image: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 1rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

@media (max-width: 767px) {
  .disable-scroll {
    overflow: hidden;
  }
}

.navbar {
  *zoom: 1;
}

.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar.spread {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-top: 16px;
  padding-right: 23px;
  padding-left: 23px;
  overflow-y: auto;
  background-color: #222493;
}

@media (min-width: 768px) {
  .navbar.spread {
    position: static;
    height: auto;
    padding: 0;
    overflow: visible;
    background: transparent;
  }
}

.navbar__toggler {
  float: right;
  padding: 10px;
  margin-top: 8px;
  margin-right: -10px;
  line-height: 1;
  background: transparent;
  border: 0;
}

@media (min-width: 768px) {
  .navbar__toggler {
    display: none;
  }
}

.navbar__toggler .icon-menu {
  font-size: 2rem;
}

.
_header--bg-img .navbar__toggler .icon-menu,
.spread .navbar__toggler .icon-menu {
  color: #fff;
}

.navbar__logo {
  float: left;
}

.navbar__logo > img {
  display: block;
  width: 184px;
  height: 100px;
  background-image: url("../images/logo-colour.png");
  background-position: top left;
  background-size: 184px 100px;
  *background-image: url("../images/logo-colour-small.png");
}

.masthead__header--bg-img .navbar__logo > img,
.spread .navbar__logo > img {
  background-image: url("../images/logo.png");
  *background-image: url("../images/logo-small.png");
}

.navbar__collapse.collapse {
  display: none;
}

@media (min-width: 768px) {
  .navbar__collapse.collapse {
    display: block;
  }
}

.navbar__nav {
  padding-left: 0;
  list-style: none;
  *margin-left: 0;
  margin-top: 119px;
  text-align: right;
}

@media (min-width: 768px) {
  .navbar__nav {
    position: relative;
    float: right;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 0;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .navbar__nav > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .navbar__nav > li:not(:last-child) {
    margin-right: 15px;
    *margin-right: 0;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .navbar__nav > li:not(:last-child) {
    margin-right: 25px;
    *margin-right: 0;
  }
}

@media (min-width: 768px) {
  .navbar__nav > li + li {
    margin-left: 15px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .navbar__nav > li + li {
    margin-left: 25px;
  }
}

.navbar__nav > li > a,
.navbar__nav > li .navbar__search-input {
  font-family: "DM Serif Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.875rem;
  color: #4a4a4a;
}

.masthead__header--bg-img .navbar__nav > li > a,
.spread .navbar__nav > li > a, .masthead__header--bg-img
.navbar__nav > li .navbar__search-input,
.spread
.navbar__nav > li .navbar__search-input {
  color: #fff;
}

@media (min-width: 768px) {
  .navbar__nav > li > a,
  .navbar__nav > li .navbar__search-input {
    display: block;
    padding: 3px 0;
    font-size: 1.125rem;
  }
}

.navbar__nav > li.active > a {
  padding-bottom: 0;
  font-weight: bold;
  color: #747678;
  border-bottom: 3px solid #71d6e0;
}

.masthead__header--bg-img .navbar__nav > li.active > a,
.spread .navbar__nav > li.active > a {
  color: #fff;
}

@media (min-width: 768px) {
  .navbar__nav.search-open > li {
    visibility: hidden;
  }
}

.navbar__search.navbar__search {
  position: relative;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .navbar__search.navbar__search {
    position: static;
    margin-top: -2px;
  }
}

.search-open .navbar__search.navbar__search {
  visibility: visible;
}

.navbar__search.navbar__search .navbar__search-form .navbar__search-input {
  position: absolute;
  left: 0;
  display: none;
  width: 0;
  padding-right: 8px;
  padding-left: 8px;
  background: none;
  border: 0;
  border-bottom: 2px solid #71d6e0;
  outline: none;
  transition: width .2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.masthead__header--bg-img .navbar__search.navbar__search .navbar__search-form .navbar__search-input.placeholder {
  color: #fff;
}

.masthead__header--bg-img .navbar__search.navbar__search .navbar__search-form .navbar__search-input:-ms-input-placeholder {
  color: #fff;
}

.masthead__header--bg-img .navbar__search.navbar__search .navbar__search-form .navbar__search-input::placeholder {
  color: #fff;
}

.spread .navbar__search.navbar__search .navbar__search-form .navbar__search-input.placeholder {
  color: #fff;
}

.spread .navbar__search.navbar__search .navbar__search-form .navbar__search-input:-ms-input-placeholder {
  color: #fff;
}

.spread .navbar__search.navbar__search .navbar__search-form .navbar__search-input::placeholder {
  color: #fff;
}

@media (min-width: 768px) {
  .navbar__search.navbar__search .navbar__search-form .navbar__search-input {
    top: -1px;
    left: 0;
    height: 40px;
    padding-right: 40px;
  }
}

.search-open .navbar__search.navbar__search .navbar__search-form .navbar__search-input {
  display: block;
}

.navbar__search.navbar__search .navbar__search-form .navbar__search-input.expand {
  width: calc(100% - 56px);
  *width: 100%;
}

@media (min-width: 768px) {
  .navbar__search.navbar__search .navbar__search-form .navbar__search-input.expand {
    width: calc(100% - 40px);
  }
}

.navbar__search.navbar__search .navbar__search-form .navbar__search-submit {
  display: none;
}

@media (min-width: 768px) {
  .navbar__search.navbar__search .navbar__search-form .navbar__search-submit {
    position: absolute;
    top: 1px;
    right: 48px;
    padding: 0;
    line-height: 1;
    text-decoration: none;
    background: none;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .search-open .navbar__search.navbar__search .navbar__search-form .navbar__search-submit {
    display: block;
  }
  .navbar__search.navbar__search .navbar__search-form .navbar__search-submit > .icon-arrow-right {
    font-size: 1.7rem;
  }
}

.navbar__search.navbar__search .navbar__search-form .navbar__search-button {
  padding: 0;
  line-height: 1;
  text-decoration: none;
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 768px) {
  .navbar__search.navbar__search .navbar__search-form .navbar__search-button {
    margin-top: -4px;
  }
}

.masthead__header--bg-img .navbar__search.navbar__search .navbar__search-form .navbar__search-button, .masthead__header--bg-img .navbar__search.navbar__search .navbar__search-form .navbar__search-button:hover, .masthead__header--bg-img .navbar__search.navbar__search .navbar__search-form .navbar__search-button:focus,
.masthead__header--bg-img .navbar__search.navbar__search .navbar__search-form .navbar__search-button a,
.masthead__header--bg-img .navbar__search.navbar__search .navbar__search-form .navbar__search-button a:hover,
.masthead__header--bg-img .navbar__search.navbar__search .navbar__search-form .navbar__search-button a:focus,
.masthead__header--bg-img .navbar__search.navbar__search .navbar__search-form .navbar__search-button .section-title,
.masthead__header--bg-img .navbar__search.navbar__search .navbar__search-form .navbar__search-button .spotlight__title,
.masthead__header--bg-img .navbar__search.navbar__search .navbar__search-form .navbar__search-button .listing__item-info,
.masthead__header--bg-img .navbar__search.navbar__search .navbar__search-form .navbar__search-button [class^="icon-"], .masthead__header--bg-img .navbar__search.navbar__search .navbar__search-form .navbar__search-button [class*=" icon-"],
.spread .navbar__search.navbar__search .navbar__search-form .navbar__search-button,
.spread .navbar__search.navbar__search .navbar__search-form .navbar__search-button:hover,
.spread .navbar__search.navbar__search .navbar__search-form .navbar__search-button:focus,
.spread .navbar__search.navbar__search .navbar__search-form .navbar__search-button a,
.spread .navbar__search.navbar__search .navbar__search-form .navbar__search-button a:hover,
.spread .navbar__search.navbar__search .navbar__search-form .navbar__search-button a:focus,
.spread .navbar__search.navbar__search .navbar__search-form .navbar__search-button .section-title,
.spread .navbar__search.navbar__search .navbar__search-form .navbar__search-button .spotlight__title,
.spread .navbar__search.navbar__search .navbar__search-form .navbar__search-button .listing__item-info,
.spread .navbar__search.navbar__search .navbar__search-form .navbar__search-button [class^="icon-"],
.spread .navbar__search.navbar__search .navbar__search-form .navbar__search-button [class*=" icon-"] {
  color: #fff;
}

.navbar__search.navbar__search .navbar__search-form .navbar__search-button > .icon-search {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .navbar__search.navbar__search .navbar__search-form .navbar__search-button > .icon-search {
    position: relative;
    top: -3px;
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .navbar__search.navbar__search .navbar__search-form .navbar__search-button > .icon-cross {
    top: -4px;
    left: -7px;
    font-size: 1.5rem;
  }
}

.read-more {
  font-weight: bold;
  /*text-transform: uppercase;*/
  /*border-bottom: 2px solid #71d6e0; */
  color: #46AAE6;
}

.read-more .icon-arrow-right {
  font-size: 1.6rem;
  color: #46AAE6;
  *padding-right: 5px;
}

.read-more:hover {
  text-decoration: none;
  border-bottom-color: #32c4d2;
  color: #00678e !important;
}

.read-more a:hover {
  text-decoration: none;
  border-bottom-color: #32c4d2;
  color: #00678e;
 
}

.read-more a {
  text-decoration: none;
  color: #46AAE6;
}

.read-more-lg {
  font-weight: normal;
  text-transform: none;
}

.read-more--white.read-more--white, .read-more--white.read-more--white:hover, .read-more--white.read-more--white:focus,
.read-more--white.read-more--white a,
.read-more--white.read-more--white a:hover,
.read-more--white.read-more--white a:focus,
.read-more--white.read-more--white .section-title,
.read-more--white.read-more--white .spotlight__title,
.read-more--white.read-more--white .listing__item-info,
.read-more--white.read-more--white [class^="icon-"], .read-more--white.read-more--white [class*=" icon-"] {
  color: #fff;
}

.read-more--white.read-more--white .icon-arrow-right {
  color: #fff;
}

.read-more--white-border {
  border-bottom-color: #fff;
}

.read-more--grey-border {
  border-bottom-color: #ccc;
}

.read-more--grey-border:hover {
  border-bottom-color: #a6a6a6;
}

.group, .stat, .address, .slider__item {
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .group, .stat, .address, .slider__item {
    margin-bottom: 0;
  }
}

.media__image,
.media__content {
  display: table-cell;
  vertical-align: middle;
}

.media__image > img {
  display: block;
}

.media__image--right {
  padding-left: 1rem;
}

.media__image--left {
  padding-right: 1rem;
}

.media__content {
  width: 10000px;
  *width: auto;
}

.media__content > * {
  margin-bottom: 0;
}

.spotlight {
  margin-bottom: 32px;
  padding-top: 32px;
  position: relative;
  padding-right: 32px;
  padding-bottom: 62px;
  padding-left: 32px;
  background-color: #fff;
  min-height: 500px;
}

@media (min-width: 768px) {
  .spotlight {
    margin-bottom: 46px;
  }
}

@media (min-width: 768px) {
  .spotlight {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .spotlight {
    padding-bottom: 76px;
  }
}

.spotlight__image {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .spotlight__image {
    margin-bottom: 46px;
  }
}

@media (min-width: 768px) {
  .spotlight__image {
    margin-top: -46px;
  }
}

.spotlight__image > img {
  max-width: 100%;
  height: auto;
  max-width: 50%;
}

@media (min-width: 768px) {
  .spotlight__image > img {
    max-width: none;
  }
}

.spotlight__image--full-width {
  margin-top: -32px;
  margin-right: -32px;
  margin-left: -32px;
}

@media (min-width: 768px) {
  .spotlight__image--full-width {
    margin-top: -80px;
  }
}

.spotlight__image--full-width > img {
  width: 100%;
  max-width: none;
}

.spotlight__header > * {
  margin-bottom: 0;
}

.spotlight__body {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .spotlight__body {
    margin-top: 46px;
  }
}

@media (min-width: 768px) {
  .spotlight__body {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .spotlight__body-lg {
    width: 50%;
    margin-top: 325px;
  }
}

.spotlight__footer {
  position: absolute;
  bottom: 46px;
}

.spotlight-lg {
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .spotlight-lg {
    padding: 70px 105px 0px 105px;

  }
  .spotlight-lg .spotlight__body {
    margin-top: 32px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .spotlight-lg .spotlight__body {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .spotlight-lg .spotlight__footer {
    bottom: 105px;
  }
}

.video-spotlight {
  position: relative;
}

.video-spotlight__info {
  padding: 32px;
}

@media (min-width: 768px) {
  .video-spotlight__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    padding-bottom: 158px;
  }
  .video-spotlight__info, .video-spotlight__info:hover, .video-spotlight__info:focus,
  .video-spotlight__info a,
  .video-spotlight__info a:hover,
  .video-spotlight__info a:focus,
  .video-spotlight__info .section-title,
  .video-spotlight__info .spotlight__title,
  .video-spotlight__info .listing__item-info,
  .video-spotlight__info [class^="icon-"], .video-spotlight__info [class*=" icon-"] {
    color: #fff;
  }
  .no-video .video-spotlight__info {
    padding-bottom: 46px;
  }
}

.video-spotlight__video-wrap {
  position: relative;
}

.video-spotlight__controls {
  margin-top: 32px;
  position: absolute;
  bottom: 32px;
  left: 32px;
  z-index: 1;
}

@media (min-width: 768px) {
  .video-spotlight__controls {
    margin-top: 46px;
  }
}

.no-video .video-spotlight__controls {
  display: none;
}

.video-spotlight__play {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  padding-left: 5px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  background: transparent;
}

.video-spotlight__play .icon-pause {
  margin-left: -5px;
}

@media (min-width: 768px) {
  .video-spotlight__play .icon-pause {
    margin-left: -9px;
  }
}

.borderradius .video-spotlight__play {
  border: 3px solid #71d6e0;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .video-spotlight__play {
    width: 80px;
    height: 80px;
    padding-left: 10px;
    font-size: 3rem;
    line-height: inherit;
  }
}

.video-spotlight__play:hover {
  text-decoration: none;
}

.video-spotlight__time {
  margin-left: 1rem;
}

.video-spotlight__video {
  display: block;
  width: 100%;
  height: auto;
}

.video-spotlight__video > img {
  max-width: 100%;
  height: auto;
}

.card {
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}

.card .collapse {
  display: none;
}

.card__header a {
  display: block;
  padding: 32px;
  text-decoration: none;
}

.card__header a [class^="icon-"], .card__header a [class*=" icon-"] {
  float: right;
  vertical-align: middle;
}

.card__block {
  padding: 32px;
  border-top: 2px solid rgba(0, 0, 0, 0.125);
}

.listing {
  padding-left: 0;
  list-style: none;
  *margin-left: 0;
}

.listing > li {
  margin-bottom: 2rem;
}

.listing__item-desc {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}

.listing-lg > li {
  margin-bottom: 3.5rem;
}

.listing-lg .listing__item-info {
  margin-top: 2rem;
}

.masthead__header {
  padding-bottom: 32px;
  padding-top: 16px;
}

@media (min-width: 768px) {
  .masthead__header {
    padding-bottom: 46px;
  }
}

.masthead__header--bg-img {
  width: 100%;
  background-color: transparent;
  	background-repeat: no-repeat;
	/* background-position: center center; */
	background-size: cover;
	background-attachment: fixed;
   /*  background-position-y: -150px; */
}

.background-image-shift{
    background-position-y: -250px;
}

.masthead__header--bg-img, .masthead__header--bg-img:hover, .masthead__header--bg-img:focus,
.masthead__header--bg-img a,
.masthead__header--bg-img a:hover,
.masthead__header--bg-img a:focus,
.masthead__header--bg-img .section-title,
.masthead__header--bg-img .spotlight__title,
.masthead__header--bg-img .listing__item-info,
.masthead__header--bg-img [class^="icon-"], .masthead__header--bg-img [class*=" icon-"] {
  color: #fff;
}

.masthead__body {
  padding-top: 16px;
  /* padding-bottom: 32px; */
}

.masthead__body p{
  margin-bottom: 1.3rem;
}




.masthead__noBlue {
  color: #4a4a4a !important;
  background-color: #fff !important;
  padding-bottom: 10px !important;
}

.masthead__noBlue a{
	color: #46AAE6 !important;
}	




@media (min-width: 768px) {
  .masthead__body {
    /*
	padding-top: 60px;
    padding-bottom: 30px;
	  */
  }
}

.masthead--home .masthead__header {
  position: relative;
  min-height: calc(100vh - 56px);
  padding-bottom: 90px;
}

@media (min-width: 768px) {
  .masthead--home .masthead__header {
    min-height: 100vh;
    *min-height: 516px;
  }
}

.masthead--home .masthead__strapline {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .masthead--home .masthead__strapline {
    margin-top: 46px;
  }
}

@media (min-width: 768px) {
  .masthead--home .masthead__strapline {
    margin-top: 130px;
  }
}

.masthead--home .masthead__scroll-down {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}

.masthead--home .masthead__scroll-down > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-family: "DM Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.masthead--home .masthead__scroll-down > a .icon-chevron-down {
  display: block;
  font-size: 4rem;
  color: #71d6e0;
  font-weight: bold;
}

.masthead--home .masthead__scroll-down > a:hover .icon-chevron-down, .masthead--home .masthead__scroll-down > a:focus .icon-chevron-down {
  color: #32c4d2;
}

@media (max-width: 767px) {
  .masthead--home .masthead__body {
    padding-top: 0;
  }
}

.offerings {
  padding-left: 0;
  list-style: none;
  *margin-left: 0;
}

.offerings > ul > li {
  display: inline;
}

@media (max-width: 767px) {
  .offerings > ul > li {
    font-size: 1.875rem;
  }
}

@media (min-width: 768px) {
  .offerings > ul > li {
    display: inline;
    line-height: 3.750rem;
  }
}

.offerings > ul > li:not(:last-child):after {
  margin-right: 6px;
  margin-left: 6px;
  color: #46AAE6;
  content: "/";
}

@media (min-width: 768px) {
  .offerings > ul > li:not(:last-child):after {
    margin-right: 0.7rem;
    margin-left: 1rem;
    font-family: "DM Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.75rem;
    line-height: 10px;
    vertical-align: -2px;
    content: "/";
  }
}

.breadcrumb {
  padding: 28px 0 22px;
  margin-left: 0;
  list-style: none;
  *zoom: 1;
}

.breadcrumb:before, .breadcrumb:after {
  display: table;
  content: " ";
}

.breadcrumb:after {
  clear: both;
}

.breadcrumb > li {
  float: left;
  font-size: 0.875rem;
  font-weight: bold;
}

.breadcrumb > li a, .breadcrumb > li.active {
  color: #9b9b9b;
}

.masthead__header--bg-img .breadcrumb > li a, .masthead__header--bg-img .breadcrumb > li.active {
  color: #fff;
}

.breadcrumb > li + li:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.7rem;
  color: #46AAE6;
  vertical-align: -1px;
  content: "\e90c";
}

.masthead__header--bg-img .breadcrumb > li + li:before {
  color: #fcd450;
}

.breadcrumb > li + li:hover:before {
  text-decoration: underline;
}

.breadcrumb > li + li:hover:before {
  text-decoration: none;
}

.stat_value {
  font-size: 3.4375rem;
  font-weight: bold;
  color: #46AAE6;
}

@media (min-width: 768px) {
  .stat_value {
    font-size: 6.875rem;
  }
}

.contact {
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

@media (min-width: 768px) {
  .contact {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .contact {
    padding-bottom: 80px;
  }
}

.contact, .contact:hover, .contact:focus,
.contact a,
.contact a:hover,
.contact a:focus,
.contact .section-title,
.contact .spotlight__title,
.contact .listing__item-info,
.contact [class^="icon-"], .contact [class*=" icon-"] {
  color: #fff;
}

.contact a {
  color: #71d6e0;
}

.contact a:hover, .contact a:focus {
  color: #32c4d2;
}

.contact .spotlight__title {
  color: #71d6e0;
}

.contact .read-more {
  font-weight: normal;
}

.contact__header {
  margin-bottom: 32px;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .contact__header {
    margin-bottom: 46px;
  }
}

.contact__body {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .contact__body {
    margin-bottom: 46px;
  }
}

@media (min-width: 768px) {
  .contact__footer {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .address__header {
    margin-bottom: 32px;
  }
}

.address__title {
  font-family: "DM Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.address__detail {
  margin-bottom: 0;
}

.address__initialism {
  color: #71d6e0;
}

@media (min-width: 992px) {
  .slider__slider {
    margin-bottom: 60px;
  }
}

.slider__slider > ul {
  padding-left: 0;
  list-style: none;
  *margin-left: 0;
  *zoom: 1;
}

.slider__slider > ul:before, .slider__slider > ul:after {
  display: table;
  content: " ";
}

.slider__slider > ul:after {
  clear: both;
}

.slider__image {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .slider__image {
    margin-bottom: 46px;
  }
}

.slider__controls {
  display: none;
  text-align: center;
}

@media (min-width: 992px) {
  .slider__controls {
    display: block;
  }
}

.slider__previous,
.slider__next {
  font-size: 2.5rem;
  line-height: 1;
  color: #747678;
  text-decoration: none;
}

.slider__previous:hover, .slider__previous:focus,
.slider__next:hover,
.slider__next:focus {
  color: #4e5051;
  text-decoration: none;
}

.slider__previous {
  margin-right: 60px;
}

.slider__next {
  margin-left: 60px;
}

.footer {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 46px;
  }
}

@media (min-width: 768px) {
  .footer {
    padding-bottom: 46px;
  }
}

.social-icons {
  margin: 0;
}

.social-icons > li:not(:last-child) {
  margin-right: 1rem;
}

.social-icons > li > a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 1.3rem;
  line-height: 40px;
  color: #ccc;
  text-align: center;
  text-decoration: none;
}

.borderradius .social-icons > li > a {
  border: 3px solid #fff;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .social-icons > li > a {
    width: 60px;
    height: 60px;
    font-size: 2rem;
    line-height: 63px;
  }
}

.social-icons > li > a:hover, .social-icons > li > a:focus {
  color: #a6a6a6;
}

.borderradius .social-icons--accent > li > a {
  border-color: #71d6e0;
}

.social-icons--accent > li > a:hover, .social-icons--accent > li > a:focus {
  border-color: #32c4d2;
}

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.clearBoth{
    clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .mt {
    margin-top: 46px;
  }
}

.mb {
  /* margin-bottom: 32px; */
	color: #fff;
}

@media (min-width: 768px) {
  .mb {
    /* margin-bottom: 46px; */
  }
}

.mt-lg {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .mt-lg {
    margin-top: 80px;
  }
}

.mb-lg {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .mb-lg {
    margin-bottom: 80px;
  }
}

.pt {
  padding-top: 32px;
}

@media (min-width: 768px) {
  .pt {
    padding-top: 46px;
  }
}

.pb {
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .pb {
    padding-bottom: 46px;
  }
}

.pt-lg {
  padding-top: 32px;
}


@media (min-width: 768px) {
  .pt-lg {
    padding-top: 80px;
  }
}

.pb-lg {
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .pb-lg {
    padding-bottom: 20px;
  }
}

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

.text-nowrap {
  white-space: nowrap;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase, .listing__item-info {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white, .text-white:hover, .text-white:focus,
.text-white a,
.text-white a:hover,
.text-white a:focus,
.text-white .section-title,
.text-white .spotlight__title,
.text-white .listing__item-info,
.text-white [class^="icon-"], .text-white [class*=" icon-"] {
  color: #fff;
}

.text-white2 {
  color: #fff !important;
}

.text-muted, .listing__item-desc, .listing__item-info {
  color: #747678;
}

a.text-muted:hover, a.listing__item-desc:hover, a.listing__item-info:hover, a.text-muted:focus, a.listing__item-desc:focus, a.listing__item-info:focus {
  color: #4e5051;
}

.text-blue-lighter {
  color: #71d6e0;
}

a.text-blue-lighter:hover, a.text-blue-lighter:focus {
  color: #32c4d2;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.bg-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-image-fixed{
      background-attachment: fixed;
}

.bg-white {
  background-color: #fff;
}

.bg-white-top {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-white-top:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #fff;
  }
}

.bg-white-top-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-white-top-lg:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #fff;
  }
}

.bg-white-bottom {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-white-bottom:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #fff;
  }
}

.bg-white-bottom-lg {
  position: relative;
  min-height: 333px;
}

.white-back{
    background-color: #fff;
    padding:20px;
}

@media (min-width: 768px) {
  .bg-white-bottom-lg:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #fff;
  }
}

.bg-yellow {
  background-color: #46aae6;
}

.bg-red {
  background-color: #46aae6;
}

.bg-green {
  background-color: #f0f0f0;
}

.bg-blue-dark {
  background-color: #0A1F8F;
}



.bg-yellow-top {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-yellow-top:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #fcd450;
  }
}

.bg-yellow-top-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-yellow-top-lg:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #fcd450;
  }
}

.bg-yellow-bottom {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-yellow-bottom:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #fcd450;
  }
}

.bg-yellow-bottom-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-yellow-bottom-lg:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #fcd450;
  }
}

.bg-blue, .masthead__body {
  background-color: #222493;
}

.bg-blue, .masthead__body, .bg-blue:hover, .masthead__body:hover, .bg-blue:focus, .masthead__body:focus,
.bg-blue a, .masthead__body a,
.bg-blue a:hover, .masthead__body a:hover,
.bg-blue a:focus, .masthead__body a:focus,
.bg-blue .section-title, .masthead__body .section-title,
.bg-blue .spotlight__title, .masthead__body .spotlight__title,
.bg-blue .listing__item-info, .masthead__body .listing__item-info,
.bg-blue [class^="icon-"], .masthead__body [class^="icon-"], .bg-blue [class*=" icon-"], .masthead__body [class*=" icon-"] {
  color: #fff;
}

.bg-blue-top {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-blue-top:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #222493;
  }
}

.bg-blue-top-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-blue-top-lg:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #222493;
  }
}

.bg-blue-bottom {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-blue-bottom:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #222493;
  }
}

.bg-blue-bottom-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-blue-bottom-lg:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #222493;
  }
}

.bg-blue-light {
  background-color: #46AAE6;
}

.bg-blue-light, .bg-blue-light:hover, .bg-blue-light:focus,
.bg-blue-light a,
.bg-blue-light a:hover,
.bg-blue-light a:focus,
.bg-blue-light .section-title,
.bg-blue-light .spotlight__title,
.bg-blue-light .listing__item-info,
.bg-blue-light [class^="icon-"], .bg-blue-light [class*=" icon-"] {
  color: #fff;
}

.bg-blue-light-top {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-blue-light-top:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #46AAE6;
  }
}

.bg-blue-light-top-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-blue-light-top-lg:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #46AAE6;
  }
}

.bg-blue-light-bottom {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-blue-light-bottom:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #46AAE6;
  }
}

.bg-blue-light-bottom-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-blue-light-bottom-lg:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #46AAE6;
  }
}

.bg-blue-lighter {
  background-color: #71d6e0;
}

.bg-blue-lighter, .bg-blue-lighter:hover, .bg-blue-lighter:focus,
.bg-blue-lighter a,
.bg-blue-lighter a:hover,
.bg-blue-lighter a:focus,
.bg-blue-lighter .section-title,
.bg-blue-lighter .spotlight__title,
.bg-blue-lighter .listing__item-info,
.bg-blue-lighter [class^="icon-"], .bg-blue-lighter [class*=" icon-"] {
  color: #fff;
}

.bg-blue-lighter-top {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-blue-lighter-top:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #71d6e0;
  }
}

.bg-blue-lighter-top-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-blue-lighter-top-lg:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #71d6e0;
  }
}

.bg-blue-lighter-bottom {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-blue-lighter-bottom:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #71d6e0;
  }
}

.bg-blue-lighter-bottom-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-blue-lighter-bottom-lg:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #71d6e0;
  }
}

.bg-blue-lightest {
 
	 background-color: #f0f0f0;
}

.bg-blue-lightest-top {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-blue-lightest-top:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #f0f0f0;
  }
}

.bg-blue-lightest-top-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-blue-lightest-top-lg:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #f0f0f0;
  }
}e6f5

.bg-blue-lightest-bottom {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-blue-lightest-bottom:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #f0f0f0;
  }
}

.bg-blue-lightest-bottom-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-blue-lightest-bottom-lg:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #f0f0f0;
  }
}

.bg-grey-dark {
  background-color: #292b2c;
}

.bg-grey-dark, .bg-grey-dark:hover, .bg-grey-dark:focus,
.bg-grey-dark a,
.bg-grey-dark a:hover,
.bg-grey-dark a:focus,
.bg-grey-dark .section-title,
.bg-grey-dark .spotlight__title,
.bg-grey-dark .listing__item-info,
.bg-grey-dark [class^="icon-"], .bg-grey-dark [class*=" icon-"] {
  color: #fff;
}

.bg-grey-dark-top {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-grey-dark-top:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #292b2c;
  }
}

.bg-grey-dark-top-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-grey-dark-top-lg:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #292b2c;
  }
}

.bg-grey-dark-bottom {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-grey-dark-bottom:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #292b2c;
  }
}

.bg-grey-dark-bottom-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-grey-dark-bottom-lg:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #292b2c;
  }
}

.bg-grey {
  background-color: #464a4c;
}

.bg-grey, .bg-grey:hover, .bg-grey:focus,
.bg-grey a,
.bg-grey a:hover,
.bg-grey a:focus,
.bg-grey .section-title,
.bg-grey .spotlight__title,
.bg-grey .listing__item-info,
.bg-grey [class^="icon-"], .bg-grey [class*=" icon-"] {
  color: #fff;
}

.bg-grey-top {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-grey-top:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #464a4c;
  }
}

.bg-grey-top-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-grey-top-lg:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #464a4c;
  }
}

.bg-grey-bottom {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-grey-bottom:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #464a4c;
  }
}

.bg-grey-bottom-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-grey-bottom-lg:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #464a4c;
  }
}

.bg-grey-light {
  background-color: #6e6e6e;
}

.bg-grey-light, .bg-grey-light:hover, .bg-grey-light:focus,
.bg-grey-light a,
.bg-grey-light a:hover,
.bg-grey-light a:focus,
.bg-grey-light .section-title,
.bg-grey-light .spotlight__title,
.bg-grey-light .listing__item-info,
.bg-grey-light [class^="icon-"], .bg-grey-light [class*=" icon-"] {
  color: #fff;
}

.bg-grey-light a {
  color: #fff;
}

.bg-grey-light a:hover, .bg-grey-light a:focus {
  color: #32c4d2;
}

.bg-grey-light .section-title, .bg-grey-light .spotlight__title {
  color: #747678;
}

.bg-grey-light-top {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-grey-light-top:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #747678;
  }
}

.bg-grey-light-top-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-grey-light-top-lg:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #747678;
  }
}

.bg-grey-light-bottom {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-grey-light-bottom:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #747678;
  }
}

.bg-grey-light-bottom-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-grey-light-bottom-lg:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #747678;
  }
}

.bg-grey-lighter {
  background-color: #ccc;
}

.bg-grey-lighter-top {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-grey-lighter-top:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #ccc;
  }
}

.bg-grey-lighter-top-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-grey-lighter-top-lg:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #ccc;
  }
}

.bg-grey-lighter-bottom {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-grey-lighter-bottom:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #ccc;
  }
}

.bg-grey-lighter-bottom-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-grey-lighter-bottom-lg:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #ccc;
  }
}

.bg-grey-lightest {
  background-color: #f0f0f0;
}

.bg-grey-lightest-top {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-grey-lightest-top:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #f0f0f0;
  }
}

.bg-grey-lightest-top-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-grey-lightest-top-lg:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #f0f0f0;
  }
}

.bg-grey-lightest-bottom {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-grey-lightest-bottom:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #f0f0f0;
  }
}

.bg-grey-lightest-bottom-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-grey-lightest-bottom-lg:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #f0f0f0;
  }
}

.bg-grey-most-light, .footer {
  background-color: #f1f1f1;
}

.full-grey {
    padding-top: 30px;
    margin-bottom: 30px;
    background-color: #f1f1f1;
}

@media (min-width: 768px) {
.full-grey {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

.bg-grey-most-light-top {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-grey-most-light-top:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #f1f1f1;
  }
}

.bg-grey-most-light-top-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-grey-most-light-top-lg:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #f1f1f1;
  }
}

.bg-grey-most-light-bottom {
  position: relative;
  min-height: 117px;
}

@media (min-width: 768px) {
  .bg-grey-most-light-bottom:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 117px;
    content: "";
    background-color: #f1f1f1;
  }
}

.bg-grey-most-light-bottom-lg {
  position: relative;
  min-height: 333px;
}

@media (min-width: 768px) {
  .bg-grey-most-light-bottom-lg:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 333px;
    content: "";
    background-color: #f1f1f1;
  }
}