body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    font-size: 14px;
    line-height: 22px;
    color:#4d596c;
}


h1 {
    font-size: 34px;
    line-height: 32px;
    margin-top: 0;
    color:#006aa6;
    font-weight: 300;
    margin-bottom:30px;
}

h2 {
    font-size:20px;
    font-family:"Roboto Condensed" sans-serif;
    font-weight:400;
    line-height:22px;
    color: #006aa6;
    margin:0 0 5px;
}

h3 {
    font-family:"Roboto Condensed" sans-serif;
    font-size:20px;
    margin-bottom:0;
    text-transform:uppercase;
}

h4 {
    font-size:17px;
    font-weight:600;
}

p {
    margin: 0 0 15px;
}

ul {
    margin:0 0 30px;
    padding: 0 2em;
    list-style: none;
}

li:before {
    content: "";
    border-color: transparent #d06c25;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: inline-block;
    height: 0;
    width: 0;
    margin:0 0.35em 0.1em -0.7em;

}

a, a .fa {
    color:#d06c25;
}
a:hover,
a:hover .fa {
    color:#006aa6;
}

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

img.left {
    float: left;
    max-width: 50%;
    height:auto;
    margin: 5px 20px 5px 0;
    vertical-align:top;
}

img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    height:auto;
    margin: 5px 0 5px 20px;
    vertical-align:top;
}

img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}

img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}

#footer {
    background:#000;
    color:#fff;
    font-size:13px;
    font-weight:400;
    margin-top:80px;
}
#footer a .fa {
    color:#d3e6f0;
}
#footer a {
    color:#ffffff;
}
#footer .fa-envelope {
    padding-left: 20px;
}
#footer nav a {
    line-height:13px;
    border-right: solid 1px #555;
    color: #969696;
    padding:0 10px;
}
#footer nav a:first-child {
    padding-left:0;
}
#footer nav a:last-child {
    border-right: 0;
}
#footer nav a.active {
    color: #ffffff;
}

#footer .info {
    background:#1275ac;
    padding:15px 0;
    line-height:20px;
}
#footer .address {
    padding-top: 6px;
}

#footer .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer .brand,
#footer .copyright {
    text-align:right;
}

#footer .brand img {
    width:136px;
    height:auto;
}

#header {
    position:relative;
}

#header .header-message {
  background-color: #006aa6;
}

#header .header-message .content {
  color: #efefef;
  font-size: 18px;
  line-height:22px;
  text-align:right;
  padding:4px 10px 12px;
}

#header .header-message .content a {
  color: #ffffff !important;
  font-weight: 600;
}
#header .brand {
    padding-top:30px;
    padding-bottom:20px;
}

#header .brand img {
    width:173px;
    height:auto;
}

#sb-site {
    border-top: #006aa6 solid 6px;
}
.sb-slidebar {
    background:#e5e6e8;
    border-left: 3px solid #dddee1;
}
.navbar-right {
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    top: 42px;
    right: 0px;
    padding: 3px 10px 5px 8px;
    cursor:pointer;
    background:#999999;
    color: #fff;
}
.navbar-right-with-header {
    top: 80px;
}
.navbar-right:hover {
    background-color: #eee;
}
.navbar-right span {
    display:block;
    font-size:12px;
    font-weight:600;
    text-align:center;
}
.navicon-line {
    width: 32px;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 3px;
    background-color: #fff;
}
.sb-menu li:before {
    display:none;
}
.sb-menu,
.sb-menu ul {
    padding:0;
    margin:0;
    list-style:none;
    text-transform: uppercase;
}
.sb-menu li {
    padding: 0;
    border-top: solid 1px #fff;
}
.sb-menu li ul {
    border-top: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
}
.sb-menu li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    display:block;
    padding: 15px 10px 15px 20px;
    line-height:1em;
    text-decoration:none;
    color:#4d596c;
}
.sb-menu li a:hover {
    background:#fff;
}

.sb-menu li li a {
    padding-left: 30px;
    background-color: #eeeff1;
    color: #6D7A8E;
}
.sb-menu li li li a {
    padding-left: 40px;
    background-color: #f6f6f6;
}
.sb-menu li a.active {
    background:#f18d45;
    color:#fff;
}

#main-menu {
    padding:40px 0 30px;
}
#main-menu a {
    color:#999a9e;
    font-size:17px;
    line-height:1em;
    padding:16px 10px 19px;
    text-transform:uppercase;
    display:block;
    float:left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
    position:relative;
}
#main-menu a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#main-menu a:after {
    border-width: 6px;
    margin-left: -6px;
}
#main-menu a:hover {
    text-decoration:none;
    background:#dddee1;
}
#main-menu a:hover:after {
    border-top-color: #dddee1;
}

#main-menu a.active {
    background:#f18d45;
    color:#fff;
}

#main-menu a.active:after {
    border-top-color: #f18d45;
}

#section-menu {
    margin-right:40px;
}

#section-menu ul {
    background:#f1f2f3;
    margin:0;
    padding:5px 0 5px 0;
    list-style:none;
    font-size:13px;
    line-height: 16px;
}
#section-menu ul li:before {
    display:none;
}
#section-menu ul li a {
    padding:7px 18px;
    display:block;
}
#section-menu ul li li a {
    padding:7px 30px;
    display:block;
    background:#fafafa;
}
#section-menu a {
    color:#4d596c;
}
#section-menu a:hover {
    text-decoration:none;
    background-color: #dddee1;
}
#section-menu a.active {
    background-color: #cf6b24;
    color:#ffffff;
}

#section-menu h3 {
    color:#006aa6;
    font-size:20px;
    font-family: "Roboto Condensed" sans-serif;
    font-weight:600;
    line-height:24px;
    text-align:center;
    position:relative;
    padding:50px 0 30px;
    margin:0;
}

#section-menu h3:before {
    content:" ";
    display:block;
    height:100%;
    width:1px;
    background-color:#d8d8d8;
    position:absolute;
    z-index:-1;
    top:0;
    left:50%;
    margin-left:-1px;
}

#section-menu h3 span {
    background-color:#fff;
    display:block;
}

#section-menu h3 span:before,
#section-menu h3 span:after {
    content:"\f111";
    font:normal normal normal 12px/1 FontAwesome;
    color: #d8d8d8;
    padding:8px;
    display:block;
    text-align:center;
}

#main-section {
    margin-top: 50px;
}

/* 
 * Elements
 ***************/

.banner {
    min-height:100px;
    position: relative;
    overflow:hidden;
}
.banner>img {
    min-height:100px;
    height:auto;
    max-width: initial;
    display: block;
    margin:0 auto;
}
.banner .header-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.banner .container {
    position: relative;
    height: 100%;
}

.tb {
  display:table;
  width:100%;
  height:100%;
}
.tc {
  display:table-cell;
  vertical-align:middle;
}
.banner header h1 {
    line-height: 100px;
    vertical-align: middle;
}

.big-banner>img {
    max-width: 100%;
    display: block;
    min-width: 1140px;
    margin:0 auto;
}

.big-banner header {
    width: 480px;
    background:transparent url("../img/orange-semi-transparent-bg.png") repeat;
    /*background:transparent url("../img/blue-semi-transparent-bg.png") repeat;*/
    float: right;
    vertical-align:middle;
    padding: 40px 45px;
    display:inline-block;
}

.big-banner header h1 {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size:37px;
    line-height:38px;
}

.big-banner header p {
    font-family: "Roboto", sans-serif !important;
    font-size:22px;
    line-height:24px;
}

.big-banner header a {
    font-family: "Roboto", sans-serif !important;
    font-size:16px;
    line-height:24px;
}

.big-banner header a .fa {
    color: #ffffff;
}

.big-banner header p {
    font-weight:300;
}


.big-banner header a,
.big-banner header a:visited,
.big-banner header a:link {
    color:#fff;
    text-decoration:none;
}
.big-banner header a:active,
.big-banner header a:hover {
    color:#fff;
    text-decoration:underline;
}

.banner h1, .banner {
    color:#ffffff;
}

.line {
    background:#e68850;
    width: 50%;
    height:1px;
    margin: 10px auto;
}

.contact-widget {
    clear:both;
    overflow:visible;
    height:auto;
    border:solid #78b2da 4px;
    border-radius: 10px;
    position: relative;
    padding:10px 10px 20px;
    text-align: center;
    font-size:14px;
    margin-bottom:33px;
}
.home .contact-widget {
    padding:20px 20px 30px;
    margin-bottom:83px;
}
.page .contact-widget .line,
.leadership .contact-widget .line,
.contact .contact-widget .line {
    margin: 15px auto;
}


.contact-widget h3 {
    margin-top: 0;
    color: #4d596c;
}
.contact-widget h3 {
    font-size:18px;
}
.home .contact-widget h3 {
    font-size:25px;
}

.contact-widget .line {
    margin: 20px auto;
}

.contact-widget img {
    width:32px;
    height:32px;
    margin-right: 4px;
    margin-left:-2px;
}
.home .contact-widget img {
    width:54px;
    height:54px;
    margin-right: 8px;
    margin-left:-2px;
}
.contact-widget a {
    background:#fff;
    display:block;
    position:absolute;
    right:-4px;
    font-weight: 500;
    color:#006aa6;
    z-index:2000;
}
.contact-widget a {
    font-size:24px;
    line-height:28px;
    bottom:-17px;
}
.home .contact-widget a {
    font-size:34px;
    line-height:40px;
    bottom:-30px;
}
.contact-widget a:hover {
    text-decoration:none;
    color: #e68850;
}

.feature-slider,
.feature-industries {
    margin: 30px 0 0 0;
}

.list-widget,
.story-widget,
.video-widget {
    position:relative;
    height:auto;
    clear:both;
    text-align:center;
    background-color:#f1f2f3;
    margin:0 auto 20px auto;
}

.list-widget.no-image,
.story-widget.no-image {
    margin:68px 0 20px 0;
}

.list-widget header,
.story-widget header {
    margin:0;
    position:relative;
}

.list-widget img,
.story-widget img,
.video-widget .video,
.video-widget .video iframe {
    max-width:100%;
    display:block;
}

.video-widget .video,
.video-widget .video iframe {
    margin:0;
}

.list-widget h3,
.story-widget h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 24px;
    background-color:#000000;
    background-color:rgba(0,0,0,.8);
    color: #fff;
    margin:0;
    padding: 10px;
    position:absolute;
    bottom:0;
    width:100%;
    box-sizing:border-box;
}

.video-widget header {
    clear:both;
    width:100%;
    background-color:#000000;
    margin:0;
    padding: 10px;
}

.video-widget h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin:0;
}

.story-widget .content,
.video-widget .content {
    padding:6% 15%;
}

.list-widget .content {
    padding:6% 10%;
}

.list-widget a,
.story-widget a,
.video-widget a, {
    font-weight: 500;
    font-size:16px;
    line-height:26px;
}

.list-widget ul {
    text-align:left;
    margin-bottom:10px;
}

.locations-widget {
    position:relative;
    background-color: #f1f2f3;
    margin: 0 auto 20px auto;
    padding:0;
    font-family: "Roboto Condensed" Sans-Serif;
    font-size:14px;
    text-align: center;
}

.locations-widget header {
    display:block;
    width:100%;
    margin:0;
    text-align:center;
}

.locations-widget header.top {
    padding:20px 5px 0 5px;
    background:transparent;
}

.locations-widget h3 {
    font-size:21px;
    font-weight:normal;
    text-transform:none;
}

.locations-widget span {
    display:block;
    clear:both;
    text-align:center;
}

.locations-widget .locations a {
    display:block;
    color:#fff;
    cursor:pointer;
}
.locations-widget .locations a:hover {
  text-decoration:none;
  background-color:#cf6b24;
}
.locations-widget .locations .fa {
  color: #fff;
}

.locations-widget header.bottom {
    background:#000000;
    padding:10px;
    color:#ffffff;
    margin-top:20px;
}

.locations-widget header h4 {
    font-family: "Roboto" Sans-Serif;
    font-weight:normal;
}

.locations-widget .locations {
    background:#e47323;
    color:#ffffff;
    font-weight:300;
    padding:10px 0px;
}

.locations-widget .locations p {
    font-size:14px;
    font-weight:normal;
    margin-bottom: 0px;
}

.locations-widget .locations p span {
  display:none;
}
.locations-widget .locations p.active {
  background:#cf6b24;
  padding:5px 0;
}
.locations-widget .locations p.active span {
  display:block;
}

.feature-slider {
    background-color:#f1f2f3;
}
.feature-slider li:before {
    display:none;
}
.feature-slider .slides img {
    height:auto;
    max-width:100%;
}

.feature-slider .slides header {
    padding:3% 5%;
}

.feature-slider .slides h3 {
    color:#006aa6;
    font-family: "Roboto Condensed" sans-serif;
    font-weight:400;
    font-size:26px;
    line-height:29px;
    margin-top:0;
}

.feature-slider .slides a {
    font-weight: 500;
    font-size:16px;
    line-height:26px;
}

.col-md-4 .slides h3 {
    font-size:18px;
    line-height:22px;
}

.col-md-4 .feature-slider .slides a {
    font-size: 14px;
}

h2.section-title {
    font-size: 27px;
    line-height: 30px;
    text-align: center;
    font-family: "Roboto" sans-serif;
    font-weight:300;
    color:#006aa6;
    position:relative;
    margin:30px 0 30px;
}

h2.section-title:after {
    content:" ";
    display:block;
    height:1px;
    background-color:#d8d8d8;
    margin-top:-13px;
}

h2.section-title span {
    background-color:#fff;
    padding:0;
}

h2.section-title span:before,
h2.section-title span:after {
    content:"\f111";
    font:normal normal normal 12px/1 FontAwesome;
    color: #d8d8d8;
    vertical-align:middle;
    padding:0 10px;
}
.feature-industries a .fa {
    color:#fff;
}
.feature-industries img {
    display:block;
    height:auto;
    max-width:100%;
    margin:0;
}

.feature-industries article {
    position:relative;
    height:250px;
    overflow:hidden;
    margin:0;
}

.feature-industries header {
    background-color:#000;
    background-color:rgba(0,0,0,0.3);
    color:#fff;
    text-align:center;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:5px;
    margin:0;
}
.feature-industries .line {
    width:25%;
    margin:5px auto;
}

.feature-industries h3 {
    font-family: "Roboto Condensed" sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height:27px;
    color:#fff;
    margin-top:0;
}
.feature-industries a {
    color: #fff;
}

.feature-industries .full {
    background-color: #e47323;
}
.feature-industries .full header {
    position:relative;
    background-color:#000;
}

.feature-industries .full .content {
    padding:10px;
    color:#fff;
    text-align:center;
    height:100%;
    overflow:hidden;
}
.feature-industries .full .content p {
    margin: 0 0 10px;
}
.feature-industries .full .content p.line {
    background-color:#fff;
    margin: 5px auto;
}

/**
 * Contact
 */
.head-office img {
    display:block;
    max-width: 100%;
    width: 100%;
    height:auto;
    padding-bottom:15px;
}

.head-office h2 {
    font-family: "Roboto" sans-serif;
    font-size:32px;
    font-weight: 400;
    color:#1275ac;
    text-transform:uppercase;
    margin-top:0;
    line-height:32px;
}

.head-office h2 span {
    display:block;
    font-size:20px;
    line-height:20px;
}

.head-office h4 {
    text-transform:uppercase;
}
.corp-contacts h4,
.head-office h4 {
    font-family:"Roboto Condensed" sans-serif;
    font-size:20px;
    margin-bottom:0;
    font-weight:400;
}

.corp-contacts {
    font-size: 14px;
}
.corp-contacts p {
    margin-bottom:20px;
}

.field-locations h4 {
    color:#e68955;
    font-size:16px;
    font-weight:400;
    line-height:22px;
    margin-bottom:10px;
}

.field-locations h4 .fa {
    color: #e68855;
}

.field-locations .row {
    border-bottom: dotted 2px #e5e5e5;
}

.fa {
    color:#b9c6d1;
    margin-right: 6px;
}

/*
* LEADERSHIP
*/

.leaders {
    display:block;
    position:relative;
    clear:both
}

.leader {
    width:100%;
    clear:both;
    margin:0 0 40px 0;
}

.leader img {
    float:left;
    margin:0 20px 0 0;
}

.leader .leader-copy {
    overflow: hidden;
    margin:0;
    width:auto;
    padding:0;
    text-align:left;
}

#MemberLoginForm_LoginForm .field.password,
#MemberLoginForm_LoginForm .field.checkbox,
#MemberLoginForm_LoginForm .ForgotPassword {
    margin-top:20px;
}

#MemberLoginForm_LoginForm .field.checkbox input[type="checkbox"] {
    margin-left: 0;
}

#MemberLoginForm_LoginForm .action {
    box-sizing: content-box !important;
    display: inline-block;
    width: 50px;
    height: 30px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px !important;
    text-align: center;
    vertical-align: middle;
    margin: 10px 0 20px 0;
}

#footer a.email,
#footer span.phone,
#footer span.email {
    display:inline;
}

@media all and (min-width: 1200px) {
    .feature-industries article {
        height:250px;
    }
    .home .story-widget .content {
        min-height:138px;
    }
}
@media all and (max-width: 1199px) {
    .home .story-widget {
        margin-top:-5px;
    }
    .home .story-widget .content {
        min-height:153px;
    }
    .contact-widget a {
        font-size: 20px;
    }
    .contact-widget img {
        width: 50px;
        height: 50px;
    }
    .feature-industries article {
        height:210px;
    }
    .feature-industries .content {
        line-height: 17px;
        font-size: 13px;
    }
}
@media all and (max-width: 991px) {
    .big-banner .header-container {
        position:relative;
        background-color: #cd5f22;
    }
    aside {
        margin-top: 30px;
    }
    .big-banner header {
        width:auto;
        float:none;
        margin-top:0;
        padding:10px 0px;
    }
    .big-banner header h1 {
        margin-bottom:15px;
    }
    .feature-industries .full {
        clear:both;
        height:auto;
    }
    .feature-industries .line,
    .feature-industries p {
        margin: 10px auto;
    }
    .contact-widget a {
        /*font-size: 20px;*/
        bottom:-20px;
    }
    .contact-widget img {
        width: 35px;
        height: 35px;
    }
    .list-widget,
    .story-widget,
    .video-widget {
        overflow: hidden;
    }

    .list-widget img,
    .story-widget img,
    .video-widget .video {
        position:absolute;
        top:0;
        left:0;
        max-width: 31%;
    }

    .list-widget header,
    .story-widget header,
    .video-widget header {
        /* overflow:hidden; */
    }

    .list-widget h3,
    .story-widget h3,
    .video-widget h3 {
        position:relative;
        width:auto;
        margin-left: 31%;
        text-align:left;
        background-color:#000000;
    }

    .list-widget .content,
    .story-widget .content,
    .video-widget .content {
        padding:10px;
        margin-left: 31%;
        text-align:left;
    }
    .list-widget.no-image h3,
    .list-widget.no-image .content,
    .story-widget.no-image h3,
    .story-widget.no-image .content {
        margin-left:0;
        text-align:center;
    }

    .video-widget header h3 {
        padding: 10px;
    }

    .video-widget p.line {
        display:none;
    }

    .video-widget a {
        display:block;
        clear:both;
        width:auto;
        text-align:left;
    }

    .list-widget .content p,
    .story-widget .content p,
    .video-widget .content p {
        margin-bottom: 1em;
    }
    .feature-industries article {
        margin-bottom:15px;
    }

}
@media all  and (max-width: 767px) {
    .contact-widget a {
        font-size: 28px !important;
    }
    #footer,
    #footer .brand,
    #footer .copyright {
        text-align: center;
    }
    #footer .brand {
        padding-top:10px;
    }
    #footer .copyright {
        padding-top: 10px;
    }
    #footer .address a,
    #footer .address span {
        display:block;
    }

    #footer a.email,
    #footer span.phone,

    #footer a.email,
    #footer span.phone,
    #footer span.phone a,
    #footer span.email {
        display:inline;
    }
    #footer span.email {
        display:inline;
    }

    .feature-industries article {
        overflow:hidden;
        height:auto;
    }
    .feature-industries .full header{
        margin:0;
    }
    .feature-industries img {
        max-width:31%;
        height:auto;
        position:absolute;
    }
    .feature-industries header {
        margin-left:31%;
        position:relative;
        width:auto;
        background:#000;
    }

    .video-widget header h3 {
        padding: 10px;
    }

    .video-widget p.line {
        display:none;
    }


    .video-widget a {
        display:block;
        clear:both;
        width:auto;
        text-align:left;
    }
}

@media all  and (max-width: 650px) {
    .list-widget img,
    .story-widget img,
    .video-widget .video,
    .video-widget .video iframe {
        /* max-width:initial; */
        /* max-height:100%; */
    }
    .list-widget header,
    .story-widget header,
    .video-widget header {
        overflow:hidden;
    }
    .list-widget h3,
    .story-widget h3,
    .video-widget h3 {
        height:100%;
        overflow:hidden;
    }
    .list-widget .content,
    .story-widget .content {
        margin-left:0;
        text-align: center;
    }
}

@media all  and (max-width: 480px) {
    body {
        font-size: 14px;
    }

    .list-widget img,
    .story-widget img,
    .video-widget .video,
    .video-widget .video iframe {
        /* max-width:initial; */
        /* max-height:100%; */
    }
    .list-widget header,
    .story-widget header,
    .video-widget header {
        overflow:hidden;
    }
    .list-widget .content,
    .story-widget .content {
        margin-left:0;
        text-align: center;
    }

    h2.section-title {
        text-align:left;
    }
    h2.section-title span:before {
        display:none;
    }
    .big-banner>img {
        min-width: 725px;
        height:auto;
    }
    .banner {
        height:auto;
        overflow:hidden;
    }
    .banner header h1 {
        font-size: 25px;
        line-height: 100px;
        margin-bottom:.5em;
    }
    .home .banner header h1 {
        line-height: 1.1em;
    }
    .banner header p {
      font-size: 18px;
      margin-bottom:0;
    }

    .leader img {
        float:none;
        clear:both;
        margin:0;
    }

    .leader .leader-copy {
        margin-top:20px;
    }

    .video-widget header h3 {
        padding: 10px;
    }

    .video-widget p.line {
        display:none;
    }


    .video-widget a {
        display:block;
        clear:both;
        width:auto;
        text-align:left;
    }

    #footer span.email:before {
        content:"\000A";
        white-space: pre;
    }

}
