﻿@charset "utf-8";
@import url(fonts.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,600italic,700italic);
/***************************************************************
	General
****************************************************************/

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
dd,
dl,
dt,
a,
cite,
code,
img,
tt,
legend,
fieldset,
label {
    margin: 0;
    padding: 0;
}
img,
a img,
form,
fieldset {
    border: 0;
}
* {
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
}
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}
/*Opera Fix*/

body {
    -webkit-text-size-adjust: 100%;
    font-family: "Open Sans", Geneva, sans-serif;
    background: #FFF;
    color: #505050;
    font-size: 14px;
    line-height: 19px;
    margin: 0 auto;
    padding: 0;
}
body,
html {
    height: 100%;
}
ol,
ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p {
    padding: 0;
    margin: 0 0 15px;
}
::-moz-selection {
    color: #FFF;
    background: #11b0df;
}
::selection {
    color: #FFF;
    background: #11b0df;
}
a {
    text-decoration: none;
    color: #FFF;
}
a:hover {
    text-decoration: underline;
    color: #000;
}
a:active,
a:focus {
    outline: 0;
    border: 0;
}
h1 {
    color: #FFF;
    font-size: 210%;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 175px 30px 0px;
    padding: 0 0 15px;
    background: url(/images/line_h1.gif) no-repeat 200px bottom;
    font-weight: 700;
}
h2 {
    font-size: 150%;
    margin: 15px 0;
} 
h3 {
    font-size: 120%;
    text-transform: uppercase;
    margin: 15px 0;
} 
h4 {} 
h5 {} 
h6 {}  
hr {
    border-bottom: 1px solid #e1e1e1;
    height: 1;
    margin: 25px 7px 25px 0;
}
img {
    width: 100% \9;
}

label {} input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
    border-radius: 0 !important;
    padding: 3px 10px;
    background: #FFF;
    color: #008896;
    font-size: 12px;
    margin-bottom: 15px;
}
input[type="radio"]::-moz-focus-inner {
    padding: 0;
    margin: 3px 0 0;
}
input[type="button"],
input[type="submit"] {} input[type="button"]:hover,
input[type="submit"]:hover {} .btn-custom {
    background: #FFF;
    border: none;
    border-radius: 0;
    color: #646262;
    border: 2px solid #646262;
    text-shadow: none;
    padding: 7px 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-custom:hover {
    background: #646262;
    color: #FFF;
}
.text-quote {
    color: #008896;
    font-style: italic;
    padding-left: 15px;
}
.text-underline {
    text-decoration: underline;
}
.text-attach {
    color: #646262;
    font-size: 11px;
}
.text-attach h4 {
    margin: 10px 0;
}
.text-attach a {
    color: #646262;
}
.text-attach a:hover {
    color: #000;
}
.margin0 {
    margin: 0;
}
.padding0 {
    padding: 0;
}
.required {
    color: #ED1C24;
}
/*label.error {*/
/*background: rgba(255, 0, 0, 0.06);*/
/*width: 100%;*/
/*padding: 7px;*/
/*color: red;*/
/*}*/

label.error {
    width: 100%;
    color: red;
}
#send-result {
    color: green;
}
/***************************************************************************
	STRUCTURE
****************************************************************************/

.container {
    /*width:960px !important;*/
    padding: 0;
    margin: 0 auto;
}
.container-tap {
  width: 98%;
  margin: 0 auto;
}
.navbar-default {
    box-shadow: none;
    background: #FFF;
    border: none;
    border-radius: 0 !important;
    position: absolute;
    z-index: 1040;    
    padding: 10px;
    min-height: auto;
    width: 100%;
}
.navbar-collapse {
    padding: 0;
}
.navbar-brand {
    padding: 0;
    height: 100%;
    width: 138px;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar .logo {
  position: relative;
  width: 100%;
  padding: 8px 0 5px;
}
.navbar .rightside {
  position: relative;
  display: block;
  width: auto;
  float: right;
  top: 10px;
}
.navbar #site-search {
  float: right;
}
.navbar .navbar-toggle {
  margin: 0;
}
.navbar-nav li {
    padding: 0;
    margin-right: 55px;
}
.navbar-nav li a {
    font-size: 15px;
    color: #008896 !important;
    text-transform: uppercase;
    padding: 10px 0 8px 0 !important;
    text-shadow: none !important;
}
.navbar-nav li.active a {
    background-color: #fff!important;
    background-image: none!important;
    box-shadow: none!important;
}
.navbar-nav li.active a::after,
.navbar-nav li a:hover::after {
    content: "";
    display:block;
    width: 25px;
    height: 6px;
    background-color: #008896;
    position: absolute;
    right: 0px;
}
.navbar-right {
    float: right;
}
@media (min-width: 960px) {
  .navbar-default {
    padding: 10px 0;
  }
  .navbar .logo {
    float: left;
    width: auto;
  }
}

.affix {
    width: 100%;
    background: #FFF !important;
    border-bottom: 1px solid #4444 !important;
    box-shadow: 0 1px 5px #444;
    z-index: 9999;
}
.affix .navbar-header,
.affix .navbar-default {
    margin: 0 !important;
}
.affix .navbar-brand {
    padding: 10px 0;
    height: 100%;
}
.affix .navbar-brand img {
    width: 70%;
}
.affix .navbar-nav {
    padding: 18px 0 0 !important;
    margin: 2% 0 0 !important;
}
/*****************************************/
/*  SEARCH  */
#site-search,
.inpage-search {
    display:inline-block;
    margin: 10px 0 8px 0;
    position: relative;
    width: 200px;
}
.inpage-search{
    margin-bottom: 20px;
    width: 300px;
}
#search-query,
#inpage-search-query {
    display: inline-block;
    border-bottom: 1px solid #008896;
    width: 100%;
    padding-bottom: 2px;
    font-size:15px;
    border-radius: 0px;
}
.offscreen {
    position: absolute;
    margin-left: -9999px;
}
#submit-search,
#inpage-submit-search {
    background: url(/images/search-icon.png) transparent no-repeat right;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -5px;
    right: 5px;
}
.search-results .result p.path,
.news-listing p.date {
    color: #A3A3A3;
}
#search-query::-webkit-input-placeholder {
   color: #008896;
   text-transform: uppercase;
   /*font-size:110%;*/
}
#search-query:-moz-placeholder { /* Firefox 18- */
   color: #008896;  
   text-transform: uppercase;
   /*font-size:110%;*/
}
#search-query::-moz-placeholder {  /* Firefox 19+ */
   color: #008896;
   text-transform: uppercase;
   /*font-size:110%;*/
}
#search-query:-ms-input-placeholder {  
   color: #008896; 
   text-transform: uppercase;
   /*font-size:110%;*/
}

/*****************************************/
/* BANNER SLIDER */

.slides-shadow {
    background: rgba(0, 0, 0, .25);
    width: 100%;
    height: 100%;
}
#slide-dimmer {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity ease-in-out .2s;
    /*z-index: 10;*/
    position: absolute;
}
#slide-dimmer.on {
    opacity: 0.6;
    z-index: 10;
}
.slides-content {
    position: absolute;
    bottom: 125px;
    left: 45px;
    z-index: 30;
    width: 500px;
}
.slides-content p {
    color: #FFF;
    text-transform: uppercase;
    font-size: 180%;
    font-weight: bold;
    line-height: 105%;
}
.slides-link:hover {
    color: #FFF;
}
.slides-container.home .slides-content p,
.slides-container.landing .slides-content p {
    font-size: 200%;
}
.slides-navigation {
    display: none;
}
@media (min-width: 960px) {
  
}

.line {
    width: 160px;
    height: 5px;
    margin: 10px 0 10px 250px;
    background-color: #008896;
}
.color-01 {
    background-color: #008896;
}
.color-02 {
    background-color: #F05521;
}
.color-03 {
    background-color: #008896;
}
.footer {
    color: #858585;
    font-size: 12px;
    padding: 22px 0 20px 0;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}
.footer ul {
  padding: 0;
  margin: 10px 0 15px 0;
}
.footer ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.footer ul li:last-child {
  margin-bottom: 0;
}
.footer ul li:first-child {
  border: none;
}
.footer ul li a {
  color: #858585;
}
.footer ul li a:first-child {
    border-left: none;
}
.footer ul li a:hover {
    text-decoration: underline;
}
@media (min-width: 480px) {
  .footer ul li {
    width: auto;
    display: inline-block;
    border-left: 1px solid #858585;
    padding-left: 15px;
    margin-left: 15px;
    margin-bottom: 0;
  }
}

/*****************************************/
/*****************************************/
/* HOME ACCORDION */
.chunky-link {
    background-color: #5AB7D3;
    padding:15px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 115%;
    transition: background-color ease-in-out .2s;
    margin-bottom: 15px;
    color: #fff!important;
    text-decoration: none!important;
}
.LightGreen .chunky-link {
  background-color: #40C7C3;
}
.LightGreen .chunky-link:hover,
.LightGreen .chunky-link:focus {
  background-color: #20BEB9;
}
.chunky-link::after {
    content: "";
    background: url(/images/arrow-right.png) transparent no-repeat right;  
    display: inline-block;
    width:  14px;
    height: 20px;
    margin-left: 10px;
    vertical-align: bottom;
}
.chunky-link:hover,
.chunky-link:focus {
    color: #FFF;
    text-decoration: none;
}
.chunky-link.back {
    margin-top: 25px;
    background-color: #adadad;
}
.chunky-link.back::before {
    content: "";
    background: url(/images/arrow-left.png) transparent no-repeat left;
    margin-left: 0px;
    margin-right: 10px; 
    display: inline-block;
    width:  14px;
    height: 20px;
    vertical-align: bottom;
}
.chunky-link.back::after {
    display: none;
}

#accordion {
  display: none;
}
@media (min-width: 960px) {
  #accordion {
    position: absolute;
    display: block;
    height: 100%;
    width: 15%;
    top: 0;
    z-index: 10;
    right: 0;
    overflow-y: hidden;
  }
  #accordion:before {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: -85px;
    background-color: rgba(255, 255, 255, 0.25);
    background-image: url(/images/stripe-bg.png);
    content: '';
    opacity: 0.5;
  }
}

.accordion-content a {
    color: #505050;
    text-decoration: underline;
}
.accordion-content a:hover,
.accordion-content a:focus {
    text-decoration: none;
}
.accordion-trigger {
    width: 85px;
    height: 100%;
    display: table;
    float: right;
    font-size:135%;
    padding: 25px;
    text-align: center;
    text-transform: uppercase;
    cursor: default;
}
.accordion-trigger.open span::after {
    content: "";
    background: url(/images/close-icon.png) transparent no-repeat bottom;
    display: block;
    width: 100%;
    height: 25px;
    margin-top: 20px;
    position:absolute;
    opacity: 1;
    transition: opacity ease-in-out .3s;
}
.accordion-trigger span::after {
    content: "";
    opacity: 0;
}
.accordion-trigger:hover,
.accordion-trigger:focus {
    color: #fff;
    text-decoration:none;
}
.accordion-trigger span {
    display: table-cell;
    vertical-align: middle;
    position:relative;
}
.accordion-content:nth-of-type(1) .chunky-link,
.accordion-trigger:nth-of-type(1) {
    background-color: #00B4AB;
}
.accordion-content:nth-of-type(1) .chunky-link:after,
.accordion-trigger:nth-of-type(1):after {
  position: absolute;
  display: block;
  height: 100%;
  content: "";
  right: 0;
  width: 25px;
  background-color: #0A2C4E;
}
.accordion-content:nth-of-type(1) .chunky-link:hover,
.accordion-content:nth-of-type(1) .chunky-link:focus {
    background-color: #036988;
}

.accordion-content:nth-of-type(2) .chunky-link,
.accordion-trigger:nth-of-type(2) {
    background-color: #66c0df;
}

.accordion-content:nth-of-type(2) .chunky-link:hover,
.accordion-content:nth-of-type(2) .chunky-link:focus {
   background-color: #4290AB;
}

.accordion-content:nth-of-type(3) .chunky-link,
.accordion-trigger:nth-of-type(3) {
    background-color: #FF6633;
}

.accordion-content:nth-of-type(3) .chunky-link:hover,
.accordion-content:nth-of-type(3) .chunky-link:focus {
    background-color: #DA420F;
}

.accordion-content:nth-of-type(4) .chunky-link,
.accordion-trigger:nth-of-type(4) {
    background-color: #adadad;
}

.accordion-content:nth-of-type(4) .chunky-link:hover,
.accordion-content:nth-of-type(4) .chunky-link:focus,
.chunky-link.back:hover,
.chunky-link.back:focus {
    background-color: #888;
}

.accordion-content{
    float: left;
    background-color: #fff;
    height: 100%;

}
.accordion-content .breadcrumbs a {
    color: #646263;
}
.accordion-content.open {

}
.accordion-content .content-wrapper {
    /* closing transition... */
    transition: width .2s ease-in-out .1s;
    -webkit-transition: width .2s ease-in-out .1s;
    width: 0px;
    opacity: 0;
    
}
.accordion-content.open .content-wrapper {
    /*opening transition*/
    transition: width .2s ease-in-out, opacity .2s ease-in-out .2s;
    -webkit-transition: width .2s ease-in-out, opacity .2s ease-in-out .2s;
    opacity: 1;
    width: 500px;
    padding: 82px 0 44px 25px;
    height: 100%;
}
.accordion-content.open .content-wrapper .scroll-area {
    padding-right: 25px;
}
.accordion-content h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.slides-container.open li img {
    left: -16%!important;
    transition: left ease-in-out .2s;
}
.slides-container li img {
    filter: gray;
    -webkit-filter: grayscale(100%);
    transition: left ease-in-out .2s .1s;
}
.slides-container.content li img,
.slides-container.search li img,
.slides-container.newsItem li img,
.slides-container.listingPage li img {
    left: -28%!important;
}

/*****************************************/
/*****************************************/
/* Listing page & items */

.news-listing,
.result {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    clear:both;
}
.news-listing:first-child {
    padding-top: 0px;
    margin-top: 0px;
    border-top: none;
}
.news-listing > a {
    color: #008896;
}
.news-listing .listing-content {
    margin-top: 10px;

}
.news-listing .news-image {
    float: left;
    margin: 0 20px 20px 0;
    width: 300px;
    height: 180px;
    background-size: cover;
    background-position: 50% 50%;
}

.pagination {
 margin: 60px 0 0 0!important;
 display: block;
}
.pagination li {
    display: inline-block!important;
    margin: 0 0 0 4px!important;
}
.pagination li a {
    padding: 10px 12px;
    border: 1px solid #008896;
    color: #008896;
    background-color: #fff;
    transition: background-color ease-in-out .2s, color ease-in-out .2s;
    border-radius: 0px!important;
}
.pagination li a:hover,
.pagination li a:focus {
    color: #fff;
    background-color: #008896;
    border: 1px solid #008896;
}
.pagination li:first-child {
    margin-left: 0px;
}
.pagination li.active a {
    background-color: #008896;
    color: #fff;
    border: 1px solid #008896;
}

/* Service list */
.services {
    position: relative;
    list-style: none;
}
.services li {
    list-style: none;
    background-position: top left;
    background-repeat: no-repeat;
    background-position: -25px;
    padding-left: 80px;
}
.services li.white-label {
    display: block;
    background-image: url(../images/label.png);
    background-size: 45px;
    background-position: 15px 25px;
    margin: 0;
}
.services li.consult {
    display: block;
    background-image: url(../images/consult.png);
    background-size: 50px;
    background-position: 10px 30px;
    margin: 0;
}
.content-area ul.services {
    margin: 0;
}

/*****************************************/
/*****************************************/
/* Landing page */
ul.subnav {
    margin: 25px 0 0 0!important;
}
ul.subnav li {
    display: inline-block;
    margin: 0 6px 6px 0;
}
ul.subnav li a {
    padding: 14px 12px;
    text-transform:uppercase;
    background-color: #adadad;
    transition: background-color ease-in-out .2s;
    display: block;
    font-size: 115%;
    color: #fff!important;
}
ul.subnav li a:hover,
ul.subnav li a:focus {
    text-decoration:none;
    background-color: #888;
    color: #fff;
}
.LightBlue ul.subnav li a {
    background-color: #53A9C7;
}
.LightBlue ul.subnav li a:hover,
.LightBlue ul.subnav li a:focus {
    background-color: #4290AB;
}
.Blue ul.subnav li a {
    background-color: #078bb3;
}
.Blue ul.subnav li a:hover,
.Blue ul.subnav li a:focus {
    background-color: #036988;
}
.Charcoal ul.subnav li a {
    background-color: #555555;
}
.Charcoal ul.subnav li a:hover,
.Charcoal ul.subnav li a:focus {
    background-color: #434343;
}
.Orange ul.subnav li a {
    background-color: #F2541F;
}
.Orange ul.subnav li a:hover,
.Orange ul.subnav li a:focus {
    background-color: #DA420F;
}
.DeepBlue ul.subnav li a {
    background-color: #1A426B;
}
.DeepBlue ul.subnav li a:hover,
.DeepBlue ul.subnav li a:focus {
    background-color: #0D3762;
}
.DarkGreen ul.subnav li a {
    background-color: #40A6B0;
}
.DarkGreen ul.subnav li a:hover,
.DarkGreen ul.subnav li a:focus {
    background-color: #2097A3;
}
.LightGreen ul.subnav li a {
    background-color: #40C7C3;
}
.LightGreen ul.subnav li a:hover,
.LightGreen ul.subnav li a:focus {
    background-color: #20BEB9;
}

/******************************************/
/***************** FORMS ******************/
/******************************************/
.textfield label {
    font-weight: normal!important;
}
.checkbox label {
    padding-left: 0px;
}
.contourField input[type='text'] {
    margin: 25px 0;
}
#contour input.text,
#contour input.title,
#contour textarea,
#contour select,
.contour input.text,
.contour input.title,
.contour textarea,
.contour select {
    border: 1px solid #a0a0a0;
    margin-right: 0px!important;
}
#contour input.datepickerfield,
.contour input.datepickerfield {
    border: 1px solid #a0a0a0;
    margin: 0.5em 0!important;
    padding: 5px;
}

#contour select, 
.contour select {
    max-width: 500px !important;
    padding: 5px;
    min-width:220px;
}
.radiobuttonlist label,
.checkboxlist label,
.textarea label,
.recaptcha label,
.dropdownlist label,
.datepicker label {
    font-weight: normal!important;
}
.contourPage ::-webkit-input-placeholder {
   color: #adadad;
   text-transform: none;
   font-size:110%;
}
.contourPage :-moz-placeholder { /* Firefox 18- */
   color: #adadad;  
   text-transform: none;
   font-size:110%;
}
.contourPage ::-moz-placeholder {  /* Firefox 19+ */
   color: #adadad;
   text-transform: none;
   font-size:110%;
}
.contourPage :-ms-input-placeholder {  
   color: #adadad; 
   text-transform: none;
   font-size:110%;
}
#contour input.text, 
#contour textarea, 
.contour input.text, 
.contour textarea {
    max-width: 500px !important;
}
.contourPage .contourFieldSet {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
}
#contour textarea, .contour textarea {
    height: 90px!important;
    margin-top: 8px!important;
    resize: none;
}
.contourPage input[type=radio],
.contourPage input[type=checkbox] {
    margin-left: -9999px;
    float: left;
}
.contourPage input[type=radio] + label::before,
.contourPage input[type=checkbox] + label::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #a0a0a0;
    display: inline-block;
    background-color: #fff;
    margin-right: 6px;
    vertical-align: top;
    margin-top: 2px;
}
.contourPage input[type=radio] + label::before {
    border-radius: 8px;
}
.contourPage input[type=radio]:checked + label::before {
    background: url(/images/radio-check.png) transparent no-repeat 50% 50%;
}
.contourPage input[type=checkbox]:checked + label::before {
    background: url(/images/checkbox-check.png) transparent no-repeat 50% 50%;
}
.contourPage input[type=radio] + label,
.contourPage input[type=checkbox] + label {
    margin: 0 0 5px 0;
    display: block;
}
.contourPage input[type=radio]:focus + label,
.contourPage input[type=checkbox]:focus + label {
    text-decoration:underline;
}
#contour span.checkboxlist, 
#contour span.radiobuttonlist, 
#contour span.checkbox, 
.contour span.checkboxlist, 
.contour span.radiobuttonlist, 
.contour span.checkbox {
    padding: 0px!important;
    margin: 10px 0;
}
#contour label.fieldLabel, .contour label.fieldLabel {
    color: #008896;
}
#contour #recaptcha_widget_div, .contour #recaptcha_widget_div {
    margin: 10px 0!important;
}
.contourField {
    margin: 0 0 20px 0;
}
#contour span.field-validation-error,
.contourPage span.field-validation-error,
.contour span.field-validation-error {
    padding-left: 0px!important;
    color: #E12B13!important;
    font-style: italic;
}

/*****************************************/
/*****************************************/
/* INNER PAGES */
.content-wrap {

}
.scroll-area {
    padding-left: 10px;
    overflow: auto;
    height: 100%;
    padding-bottom: 25px;
}
::-webkit-scrollbar {
    width: 30px;
}
::-webkit-scrollbar-track {
      background-color: #adadad;
} /* the new scrollbar will have a flat appearance with the set background color */
::-webkit-scrollbar-button {
      background-color: #adadad;
      height: 30px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
}
::-webkit-scrollbar-button:vertical:increment {
    background-image: url(/images/scroll-down.png);
    background-position: 50% 30%;
}
::-webkit-scrollbar-button:vertical:decrement {
    background-image: url(/images/scroll-up.png);
    background-position: 50% 70%;
}
::-webkit-scrollbar-button:vertical:decrement:hover,
::-webkit-scrollbar-button:vertical:increment:hover,
::-webkit-scrollbar-button:vertical:decrement:active,
::-webkit-scrollbar-button:vertical:increment:active {
    background-color: #858585;
}
::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2); 
}

@media (min-width: 760px) {
    .content-wrap .content-area {
        padding-right: 100px;
    }
}

.content-area .article-image {
    float: left;
    margin: 0 25px 20px 0;
    max-width: 50%;
}
.link-icon:after,
.content-area a[href^='http']::after,
.accordion-content a[href^='http']::after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    content: "\e804";
    margin-left: 5px;
    display: inline-block;
}
a.chunky-link[href^='http']::after {
    content: "";
}

/* Colors */
.Blue {
  background-color: #008896;
}
.LightBlue {
  background-color: #66c0df;
}
.Orange {
  background-color: #FF6633;
}
.Charcoal {
  background-color: #646262;
}
.Grey {
  background: #F9F9F7;
  color: #646263;
}
.DeepBlue {
  background-color: #002D5B;
}
.DarkGreen {
  background-color: #008896;
}
.LightGreen {
  background-color: #00B5AF;
}

.content-wrap.wide {
    background-color: #fff;
    width: 65%;
    color: #646263;
    max-width: 65%;
}
.content-wrap.wide h1,
.content-wrap.wide .breadcrumbs a,
.content-wrap.wide .breadcrumbs > .active,
.content-wrap.Grey .breadcrumbs > .active {
    color: #646263;
}
.content-wrap.wide a,
.content-wrap.Grey a,
.content-wrap.wide h2,
.content-wrap.Grey h2 {
    color: #008896;
}

.Grey h1 {
    color: #646263;
}
.Charcoal h1 {
    background-position: 126px 88px;
}
.inner-expand h1 {
    color: #646262;
    background: url(/images/line_h1_expand.gif) no-repeat 147px 35px;
    padding: 0 0 40px;
    margin: 0;
}
.Blue h1 {} 
.inner-slidedown {
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 35;
    height: 100%;
    min-width: 33%;
    max-width: 635px;
    padding: 90px 0 0 10px
}
.content-wrap.landing h1 {
    position: relative;
    display: inline-block;
}
.content-wrap.landing h1::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 40%;
    height: 6px;
    background-color: #fff;
    margin-top: 10px;
}
.Grey.content-wrap.landing h1::after {
    background-color: #646263;
}
.content-area ul,
.content-area ol,
.content-area li {
    list-style-type:initial!important;
    margin: 0px 10px;
    display: inline-block;
}
.sitemap ul {
    display: block;
}
.content-area li {
    display: list-item;
    list-style-type: disc;
}
.content-area li > a {
    display: block;
}
.content-wrap .content-area ul > li,
.content-wrap .content-area ol > li {

}


.Grey.inner-slidedown {
    color: #646263;
}
.breadcrumbs {
    background: none !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-size: 12px;
    margin: 15px 0 25px;
    padding: 0 !important;
}
.breadcrumbs li {
    display: inline-block; 
    margin-right: 2px;
}
.breadcrumbs a {
    color: #FFF;
}
.breadcrumbs > .active {
    color: #FFF;
}
.breadcrumbs li::before {
    content: ">";
    display: inline-block;
    margin-right: 4px;
}
.breadcrumbs li:first-child::before {
    content:none;
}
.Grey .breadcrumbs a {
    color: #646263!important;
}
@media (min-width: 1080px) {
  .breadcrumbs {
    margin: 25px 0 25px;
  }
}


.bullet-01 li {
    list-style-type: none;
    background: url(/images/bullet_disc_w.png) no-repeat 3px 10px;
    padding: 0 0 0 15px;
}
.btn-close {
    position: fixed;
    right: 0;
    bottom: 36px;
    cursor: pointer;
}
.tbl-contact td {
    vertical-align: top;
    padding: 15px 5px 0 0;
}
.inner-expand-wrap {
    display: none;
    color: #FFF;
    background: #F9F9F7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 40;
    height: 100%;
    width: 43%;
}
.inner-expand-nav {
    background: #646262;
    width: 80px !important;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 70;
}
.btn-expand-group {
    clear: both;
    position: absolute;
    z-index: 50 !important;
    bottom: 80px;
    background: url(/images/pixel_black_20.png) repeat 0 0;
    z-index: 9999 !important;
}
.btn-expand-group .btn-close {
    bottom: -80px !important;
}
.btn-expand-group .btn-down {
    border-bottom: 1px solid #646262;
    cursor: pointer;
}
.btn-expand-group .btn-up {
    border-top: 1px solid #646262;
    border-bottom: 1px solid #646262;
    cursor: pointer;
}
.inner-expand,
.inner-slidedown {
    padding: 82px 0 62px 25px;
}
.inner-expand .breadcrumbs,
.inner-expand .breadcrumbs a {
    color: #646262;
}
.direct-to-career {
    cursor: pointer;
}
.constructor {
    padding: 50px 0 0;
    text-align: center;
}
.constructor h1 {
    color: #4e4c4d;
    margin: 80px 0 30px;
}
.constructor h1 span {
    color: #67cef7;
}
.constructor h6 {
    color: #4e4c4d;
    font-size: 20px;
    margin: 0 0 30px;
}
.constructor img {
    margin: 0 auto;
}
#discussion-page {
    padding-left: 20px;
}
#discussion-page .tl-date span img.thumb-xxxs {
    top: -2px;
    left: -5px;
    position: relative;
}
#discussion-page .tl-date span.text-u-green .fa-stack-1xxx {
    top: -1px;
    left: -8px;
    position: relative;
}
#discussion-page .tl-date span.text-u-blue .fa-stack-1xxx {
    top: -1px;
    left: -8px;
    position: relative;
}
#discussion-page .tl-date span.text-u-yellow .fa-stack-1xxx {
    top: -1px;
    left: -6px;
    position: relative;
}
#discussion-page .tl-date span.text-u-orange .fa-stack-1xxx {
    top: -1px;
    left: -6px;
    position: relative;
}
#discussion-page li div div.tl-wrap {
    margin-left: 30px;
}
.scroll-vh {
    width: 100%;
    max-height:620px;
    overflow-y: auto;
    overflow-x:hidden;
}
.slimScrollDiv {
    padding-right: 50px;
}
.bdr-btm-dot {
    border-bottom: 1px dotted #FFF;
    width: 100% !important;
}
.form-group {
    margin-bottom: 0 !important;
}
/* MODAL */

.modal {
    z-index: 9999 !important;
}
.modal-header {
    background: #FFF !important;
    color: #008896 !important;
    padding: 15px 30px !important;
}
.modal-content {
    box-shadow: none !important;
    border: none;
    border-radius: 0 !important;
    padding: 15px 30px 30px;
    background: #FFF !important;
}
.modal-content h1 {
    color: #008896 !important;
}
.modal-content h3 {
    color: #008896 !important;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 0 15px;
}
.modal-content a {
    color: #008896 !important;
    padding-bottom: 10px;
}
.modal-content a:hover {
    text-decoration: underline;
}
.modal-content ul {
    margin: 0 0 10px;
}
.modal-content li {
    list-style-type: none;
    background: url(/images/bullet_disc_g.png) no-repeat 3px 10px;
    padding: 0 0 0 15px;
}
.modal-content ul.none-bullet li {
    background: none;
}
/***************************************************************************
	OTHER SCREEN
****************************************************************************/
/*****************************************/
/* iPhone  */
/*@media (min-device-width:320px) and (max-device-width:480px){*/
#slides {
  display: none;
}
#slides.home {
  display: block;
}
@media (min-width: 960px) {
  #slides {
    display: block;
  }

  .accordion-trigger {
    display: block;
  }

  .footer .copyright {
    padding-left: 0;
  }

  .footer ul {
    margin: 0;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
    .content-area p img {
        max-width: 100%!important;
        height: auto!important;
    }
    .content-area p a {
        word-break: break-all;
    }
    .content-wrap.wide h1 {
        margin-bottom: 0px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        margin: 10px 0 0;
    }
    .navbar-right {
        float: none;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-nav li {
        float: none;
        padding: 0;
    }
    .navbar-nav li a {
        font-size: 13px !important;
        padding: 5px 0 !important;
    }
    #search-query {
        font-size: 13px!important
    }
    .navbar-nav li:hover a {
        font-size: 13px !important;
        display: block;
    }
    .navbar-nav li a:hover,
    .navbar-nav li.active a {
        background: url(/images/line.gif) no-repeat -20px bottom !important;
    }
    .navbar-nav br {
        display: none !important;
    }
    .slides-content {
        bottom: 125px;
        left: 15px;
    }
    .slides-navigation a.prev {
        left: 15px;
    }
    .slides-navigation a.next {
        right: 15px;
    }
    .slides-content p {
        font-size: 17px;
    }
    .line {
        margin: 10px 0 10px 160px;
    }
    .inner-slidedown {
        width: 90%;
        padding: 70px 5px 0 5px
    }
    /* INNER EXPAND */
    
    .inner-expand-wrap {
        width: 90%;
    }
    .inner-expand-wrap h1 {
        margin: 0;
        padding: 0 0 15px;
    }
    .inner-expand h1 {
        background-image: none !important;
    }
    .btn-expand-group {
        bottom: 80px;
    }
    .btn-expand-group .btn-close {
        bottom: -80px !important;
    }
    .btn-expand-group .btn-down {
        border-bottom: 1px solid #646262;
        cursor: pointer;
    }
    .btn-expand-group .btn-up {
        border-top: 1px solid #646262;
        border-bottom: 1px solid #646262;
        cursor: pointer;
    }
    .inner-expand {
        width: 70%;
        padding: 70px 0 0 15px !important;
    }
    .breadcrumbs {
        margin: 10px 0 15px;
        padding: 0 !important;
    }
    .btn-close {
        bottom: 50px;
    }
    h1 {
        font-size: 17px;
        background-position: 100px bottom;
    }
    .scroll-vh {
        overflow: scroll;
        height: 150px;
    }
    .slimScrollDiv {
        padding-right: 15px;
    }
    #accordion {
        margin-top: 65px;
        width: 100%;
        background-color: #fff;
    }
    .accordion-trigger {
        width: 100%;
        display: none;
        margin-top: 8px;
        height: auto;
        float: none;
    }
    .accordion-trigger span {
        display: block;
    }
    .accordion-trigger.open span::after {
        display: inline-block;
        width: 19px;
        height: 19px;
        right: 0;
        background-size: contain;
        margin-top:0px;
    }
    .accordion-content.open {
        display: block;
    }
    .accordion-content {
        display: none;
    }
    .footer {
        text-align:center;
        position: static;
        clear: both;
    }
    #content {
        max-width: 100%;
        width: 100%;
        position:static;
        height: auto;
    }
    .content-area .article-image {
        max-width: 100%;
        max-height: 250px;
    }
    .navbar .rightside {
        width: 100%!important;
        float: none;
    }
    .navbar-nav {
        padding: 5px 20px 5px 20px;
    }
    .navbar-nav li a {
        padding-left: 25px;
    }
    #site-search {
        width: 100%!important;
        padding: 0 20px 5px 20px;
    }
    .inpage-search{
        width: 100%;
    }
    .navbar-nav li.active a::after,
    .navbar-nav li a:hover::after {
        left: 0px;
        bottom: 1px;
    }
    #submit-search {
        right: 15px;
    }
    .scroll-area {
        padding-right: 10px!important;
    }
    h1 {
        margin-right: 0;
    }
    .content-wrap .content-area {
        padding-right: 0;
    }
    ul.subnav li {
        margin: 0 0 4px 0;
    }
    ul.subnav li a {
        font-size: 100%;
        padding: 10px 6px;
    }
    #accordion {
        overflow-y:auto;
        position: static;
        margin-top: 0px;
        padding-top: 0px;
        height: auto;
    }
    .accordion-content {
        width: 100%;
        height: auto;
        float: none;
    }
    .accordion-content.open .content-wrapper {
        width: 100%;
        height:auto;
        padding: 0 20px 0 20px!important;
    }
    .accordion-content .content-wrapper {
        width: 100%;
        height: 0;
    }
    .news-listing .news-image {
        float:none;
        width: 100%;
        height: 140px;
        background-position: 50% 30%;
        margin-bottom: 10px;
    }
    #contour input.text, 
    #contour input.title, 
    #contour textarea, 
    #contour select, 
    .contour input.text, 
    .contour input.title, 
    .contour textarea, 
    .contour select {
        width:100%!important;
    }
    .contour .chunky-link {
        width: 100%;
    }
    .recaptchatable * {
        display: block;
    }
    .recaptchatable {
        width: 100%;
    }
    .recaptchatable input[type='text'] {
        margin: 0;
        width: auto!important;
    }
    #recaptcha_area td {
        display: inline-block;
    }
    #recaptcha_area .recaptchatable tr:first-child {
        margin-bottom: 55px!important;
    }

}
@media (max-width: 320px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        margin: 10px 0 0;
    }
    .navbar-right {
        float: none;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-nav li {
        float: none;
        padding: 0;
    }
    .navbar-nav li a {
        font-size: 13px !important;
        padding: 5px 0 !important;
    }
    .navbar-nav li:hover a {
        font-size: 13px !important;
        display: block;
    }
    .navbar-nav li a:hover,
    .navbar-nav li.active a {
        background: url(/images/line.gif) no-repeat -20px bottom !important;
    }
    .navbar-nav br {
        display: none !important;
    }
    .slides-content {
        bottom: 125px;
        left: 15px;
    }
    .slides-navigation a.prev {
        left: 15px;
    }
    .slides-navigation a.next {
        right: 15px;
    }
    .slides-content p {
        font-size: 17px;
    }
    .line {
        margin: 10px 0 10px 160px;
    }
    .inner-slidedown {
        width: 90%;
        padding: 70px 5px 0 5px
    }
    /* INNER EXPAND */
    
    .inner-expand-wrap {
        width: 90%;
    }
    .inner-expand-wrap h1 {
        margin: 0;
        padding: 0 0 15px;
    }
    .inner-expand h1 {
        background-image: none !important;
    }
    .btn-expand-group {
        bottom: 80px;
    }
    .btn-expand-group .btn-close {
        bottom: -80px !important;
    }
    .btn-expand-group .btn-down {
        border-bottom: 1px solid #646262;
        cursor: pointer;
    }
    .btn-expand-group .btn-up {
        border-top: 1px solid #646262;
        border-bottom: 1px solid #646262;
        cursor: pointer;
    }
    .inner-expand {
        width: 70%;
        padding: 70px 0 0 15px !important;
    }
    .breadcrumbs {
        margin: 10px 0 15px;
        padding: 0 !important;
    }
    .btn-close {
        bottom: 50px;
    }
    h1 {
        font-size: 17px;
        background-position: 100px bottom;
    }
    .scroll-vh {
        overflow: scroll;
        height: 150px;
    }
    .slimScrollDiv {
        padding-right: 15px;
    }
}
/*****************************************/
/* SMART PHONE to TABLETS */

@media (min-width: 481px) and (max-width: 680px) {
    .content-area p img {
        max-width: 100%!important;
        height: auto!important;
    }
    .content-area p a {
        word-break: break-all;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        margin: 10px 0 0;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-nav li {
        float: left;
        padding: 5px 0 0 50px;
    }
    .navbar-nav li a {
        padding: 0 0 5px !important;
        font-size: 14px !important;
    }
    .navbar-nav li a:hover,
    .navbar-nav li.active a {
        background: url(/images/line.gif) no-repeat -20px bottom !important;
    }
    .slides-content p {
        font-size: 22px;
    }
    .line {
        margin: 10px 0 10px 180px;
    }
    .inner-slidedown {
        width: 80%;
        padding: 70px 10px 0 10px
    }
    .breadcrumbs {
        margin: 10px 0 30px;
        padding: 0 !important;
    }
    .inner-expand-wrap {
        width: 80%;
    }
    .inner-expand-wrap h1 {
        margin: 0;
        padding: 0 0 40px;
    }
    .inner-expand {
        width: 90%;
        padding-right: 70px !important;
    }
    .btn-close {
        bottom: 50px;
    }
    .scroll-vh {
        overflow: scroll;
        height: 200px;
    }
    .slimScrollDiv {
        padding-right: 15px;
    }
    #accordion {
        margin-top: 65px;
        width: 100%;
        background-color: #fff;
    }
    .accordion-trigger {
        width: 100%;
        display: none;
        margin-top: 8px;
        height: auto;
        float: none;
    }
    .accordion-trigger span {
        display: block;
    }
    .footer {
        text-align:center;
    }
}

/*****************************************/
/* TABLETS / small desktop */
@media (min-width: 992px) and (max-width: 1280px) {
    .scroll-vh {
        overflow: scroll;
        height: 320px;
    }
}

@media (max-width: 1280px) {
    .navbar .rightside {
        width: auto;
    }
    .navbar-brand {
        /*margin-right: 28px;
        width: 120px;*/
    }
    .navbar-nav li a {
        font-size: 14px;
    }
    .navbar-nav li {
        margin-right: 33px;
    }
}
/* mid desktop sizes */
@media (max-width: 1560px) {
    h1 {
        font-size: 190%;
    }
    .slides-content {
        width: 360px;
    }
    .slides-container.home .slides-content p,
    .slides-container.landing .slides-content p,
    .slides-container.listingPage .slides-content p,
    .slides-container.search .slides-content p,
    .slides-container.newsItem .slides-content p,
    .slides-container.content .slides-content p {
        font-size: 150%;
    }
    .slides-container.landing li img {
        left: -15%!important;
    }
    .line {
        width: 140px;
        margin-left: 175px;
    }
}
/* smol desktop sizes */
@media (max-width: 1080px) {
    .line {
      width: 130px;
      margin-left: 145px;
    }
    h1 {
      font-size: 170%;
    }
    .slides-container.landing li img {
      left: -28%!important;
    }
    .navbar .rightside {
      width: auto;
      top: 5px;  
    }
    .navbar-brand {
        margin-right: 20px;
        width: 105px;
    }
    .navbar-nav li a {
        font-size: 14px;
    }
    #site-search {
        width: 140px;
    }
    #search-query {
        font-size: 14px;
    }
    .navbar-nav li {
        margin-right: 28px;
    }
    .slides-content {
        width: 290px;
    }
    .slides-container.home .slides-content p,
    .slides-container.landing .slides-content p,
    .slides-container.listingPage .slides-content p,
    .slides-container.search .slides-content p,
    .slides-container.newsItem .slides-content p,
    .slides-container.content .slides-content p {
        font-size: 140%; 
    }
    .slides-content {
        left: 25px;
    }
    .accordion-content.open .content-wrapper {
        padding-top: 75px;
    }
}
/* tablet midsize ("mobile" style... previously snapped to this at 768) */

@media (max-width: 960px) and (min-width: 481px) {
    .content-area p img {
        max-width: 100% !important;
        height: auto !important;
    }
    .content-area p a {
        word-break: break-all;
    }
    h1 {
        font-size: 150%;
        margin-right: 60px;
    }
    #content {
        max-width: unset;
        width: 100%;
        position: static;
    }
    #site-search {
        width: 100%;
        padding: 15px 10px 10px 5px;
    }
    #search-query {
        font-size: 13px;
    }
    #submit-search {
        right: 20px;
    } 
    .navbar-toggle {
        display: block!important;
    }
    .navbar .rightside {
        width: 100%;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        margin: 10px 0 0;
    }
    .navbar-right {
        float: none;
    }
    .navbar-nav {
        margin: 0;
        float: none;
        padding: 5px 10px 5px 5px;
    }
    .navbar-nav li {
        float: none;
        padding: 0;
    }
    .navbar-nav li a {
        font-size: 13px !important;
        padding: 5px 0 !important;
    }
    .navbar-nav li:hover a {
        font-size: 13px !important;
        display: block;
    }
    .navbar-nav li a:hover,
    .navbar-nav li.active a {
        background: url(/images/line.gif) no-repeat -20px bottom !important;
    }
    .navbar-nav br {
        display: none !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-nav li.active a::after,
    .navbar-nav li a:hover::after {
        left: 0px;
        bottom: 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .footer {
        text-align: center;
        position: static;
        clear: both;
    }
    .scroll-area {
        padding-right: 60px;
    }
    #content {
        max-width: 100%;
        width: 100%;
        position: static;
        height: auto;
    }
    #accordion {
        margin-top: 65px;
        width: 100%;
        background-color: #fff;
        height: auto;
        position: static;
        padding-top: 0px;
        margin-top: 0;
    }
    .accordion-trigger {
        width: 100%;
        display: none;
        margin-top: 8px;
        height: auto;
        float: none;
    }
    .accordion-trigger span {
        display: block;
    }
    .accordion-trigger.open span::after {
        display: inline-block;
        width: 19px;
        height: 19px;
        right: 0;
        background-size: contain;
        margin-top:0px;
    }
    .accordion-content.open {
        display: block;
        float: none;
        height: auto;
    }
    .accordion-content {
        display: none;
        width: 100%;
    }
    .accordion-content.open .content-wrapper {
        width: 100%;
        height: auto;
        padding: 0 20px 20px 20px;
    }
    .breadcrumbs {
        margin-bottom: 20px;
    }
    .content-wrap .content-area {
        padding-right: 0px;
    }
    .news-listing .news-image {
        width: 170px;
        height: 160px;
    }
    .content-wrap.wide h1 {
        margin-bottom: 0px;
    }


    /* reset scrollbars to default for all mobile sizes... */
    ::-webkit-scrollbar {
        width: 0px;
    }
    ::-webkit-scrollbar-track {
          background-color: initial;
    } /* the new scrollbar will have a flat appearance with the set background color */
    ::-webkit-scrollbar-button {
          background-color: initial;
          height: initial;
          background-repeat: initial;
          background-position: initial;
    }
    ::-webkit-scrollbar-button:vertical:increment {
        background-image: initial;
        background-position: initial;
    }
    ::-webkit-scrollbar-button:vertical:decrement {
        background-image: initial;
        background-position: initial;
    }
    ::-webkit-scrollbar-button:vertical:decrement:hover,
    ::-webkit-scrollbar-button:vertical:increment:hover,
    ::-webkit-scrollbar-button:vertical:decrement:active,
    ::-webkit-scrollbar-button:vertical:increment:active {
        background-color: initial;
    }
    ::-webkit-scrollbar-thumb {
          background-color: initial; 
    }

}
/*****************************************/
/* WIDE SCREEN */

@media only screen and (min-width: 1281px) {}
/*****************************************/
/**********   RETINA DISPLAYs   **********/
/*****************************************/
/* Retina-specific stuff */

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {

    .accordion-trigger.open span::after {
        background-image: url('/images/close-icon@2x.png');
        background-size: contain;
    }
    .chunky-link::after {
        background-image: url('/images/arrow-right@2x.png');
        background-size: contain;
    }
    .chunky-link.back::before {
        background-image: url('/images/arrow-left@2x.png');
        background-size: contain;
    }
    #submit-search, #inpage-submit-search {
        background-image: url('/images/search-icon@2x.png');
        background-size: contain;
    }


}

@media (max-width: 680px) {
  .inner-slidedown {
    width: 100%;
    padding: 80px 10px 0 10px;
  }
}

.clearfix {
  position: absolute;
}
.g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
    /*margin:170px 15px 10px 16px;*/
}