/*

font-family: Gibson-LightIt; 
font-family: Gibson-BoldItalic; 
font-family: Gibson-SemiboldIt;
font-family: Gibson-Bold; 
font-family: Gibson-Regular; 
font-family: Gibson-SemiBold; 
font-family: Gibson-Italic; 
font-family: Gibson-Light; 

  
organge: 
color:#f05f22;

blue:
color:#1489d0;

yellow:'
color:#fac710; 
*/

html {
    font-size: 10px;
    font-size: 0.63vw;
}
html.translated-ltr {
    font-size: 8px;
    font-size: 0.55vw;
}
/*
@media (min-width: 991px) {
    header .container,
    .home-text .container,
    .site-footer .container {
        width: 95%;
    }
    #content .container {
        width: 81.3%;
    }
}
*/

@media (max-width: 991px) {
    html {
        font-size: 10px;
    }
}
@media (min-width: 1500px) {
    html {
        font-size: 10px;
    }
}
body {
    opacity: 0;
    transition: 1s opacity;
}
body.loaded {
    opacity: 1
}
html,
body {
    -webkit-font-smoothing: antialiased;
    color: #6d6e70;
    font-family: Gibson-Regular;
}
body {
    font-size: 2.4rem;
    line-height: normal;
    overflow-x: hidden;
    line-height: 1.3em;
}
h1 {
    font-family: Gibson-Italic;
    font-weight: normal;
}
h2 {
    font-family: Gibson-Italic;
    font-weight: normal
}
h3 {
    font-family: Gibson-Italic;
    font-weight: normal
}
strong {
    font-family: Gibson-SemiBold;
    font-weight: normal;
}
.hero,
.hero-slider {
    margin-bottom: 7rem;
    margin-top: 20rem;
}

.home .hero-slider {
    margin-bottom:0;
}

.hero {
    max-height: 38rem;
    overflow: hidden
}

.hero img,
.hero-slider img {
    width: 100%;
    height: auto;
    max-width: 1920px
}

body.loaded .hero-slider {
    overflow:hidden;
    max-height:500px
}

body.loaded.page-parent .hero,
body.loaded .hero-slider {
    animation-name: zoomIn;
    animation-duration: 3s;
    animation-fill-mode: both;
}


.animated {
    animation-duration: 3s;
    animation-fill-mode: both;
}
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(1.2, 1.2, 1.2);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    animation-name: zoomIn;
}
#page {
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}
#masthead {
    max-width: 1920px;
    margin: 0 auto;
}
.announcements {
    padding: 10px;
    background-color: #09abaf;
    font-size: 16px;
    color: white;
    border-bottom: 4px white solid;
}
.announcements p {
    margin: 0;
    padding: 0 4%;
}
a,
a:visited {
    color: #f15f2e;
}
a:hover,
a:focus,
a:active {
    color: #1489d0;
    text-decoration: none
}

a#Team {position:absolute;margin-top:-200px;}

ul {
    margin-left: 0px;
}
.content-sidebar #menu-main-menu {
    margin-bottom: 2rem;
    border-top: 1px #d0d2d3 solid;
    border-bottom: 3px #d0d2d3 solid;
}
.content-sidebar #menu-main-menu li {
    border-top: 1px #d0d2d3 solid;
}
.content-sidebar #menu-main-menu > li {
    display: none;
}
.content-sidebar #menu-main-menu > li.current-menu-ancestor,
.content-sidebar #menu-main-menu > li.current-menu-ancestor li.current-menu-ancestor,
.content-sidebar #menu-main-menu > li.current-menu-ancestor li.current-menu-ancestor li,
.content-sidebar #menu-main-menu > li.current-menu-ancestor li.current-menu-item {
    display: block;
    position: relative;
}
.content-sidebar #menu-main-menu > li.current-menu-ancestor li {
    display: none;
}
.content-sidebar #menu-main-menu > li.current-menu-ancestor li.current-menu-item li {
    display: block;
}
.content-sidebar #menu-main-menu li li {} .content-sidebar #menu-main-menu > li.current-menu-ancestor > a {
    display: none;
}
.content-sidebar #menu-main-menu li a {
    font-size: 1.8rem;
    display: block;
    color: #414042;
    padding: 8px 5px;
    padding-left: 20px
}
.content-sidebar #menu-main-menu li a:hover {
    text-decoration: none;
    background-color: #e9eaea;
}
.content-sidebar #menu-main-menu li li li a {
    padding-left: 30px;
}
.content-sidebar #menu-main-menu li.current-menu-item {} .content-sidebar #menu-main-menu li.current-menu-item:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
    position: absolute;
    top: 0;
    padding: 13px 0px;
    font-size: 15px;
    color: #fac710;
}
.content-sidebar #menu-main-menu li.current-menu-item > a {
    font-family: 'ProximaNova-Bold'
}
/* sidebar menu */

.content-sidebar ul {
    padding: 0;
    margin: 0;
}
.stripes-bg {
    background-image: url(/wp-content/uploads/2017/04/stripes-bg.png);
    margin: 0px -20%;
    padding: 0 20%;
}
.stripes-bg.padded {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
/* buttons */

a.stylebtn {} .image-callout a {} 

a.o2-btn,
a.nvfs-btn,
article .entry-content a.read-more,
input.nvfs-btn,
button.o2-btn,
section.video-block-text .column-content a,
section.bootstrap-3columns p a,
section.featured-story .video-content a {
    display: inline-block;
    padding: 6px 20px 3px 20px;
    border: 1px white solid;
    color: white;
    text-transform: uppercase;
    font-size: 0.9em;
}
a.o2-btn:hover,
a.nvfs-btn:hover,
input.nvfs-btn:hover,
button.o2-btn:hover,
section.video-block-text .column-content a:hover,
section.bootstrap-3columns p a:hover,
section.featured-story .video-content a:hover {
    xxbackground-color: #f15f2e;
    border-color: #f15f2e;
    text-decoration: none
}

section.bootstrap-2columns.no-bg a.o2-btn {
     border-color: #f15f2e;
     color:#f15f2e
 }

 section.bootstrap-2columns.no-bg a.o2-btn:hover {
     color:#fff!important
 }


/* editor styles */

a.o2-btn.btn-orange,
article .entry-content a.read-more {
    color: #f15f2e;
    border-color: #f15f2e;
}
a.o2-btn.btn-orange:hover,
.read-more.hvr-sweep-to-right:hover {
    color: #fff!important;
    text-decoration: none
}
/* Fix Button Hovers */

.o2-btn.hvr-sweep-to-right:before,
.read-more.hvr-sweep-to-right:before {
    background: #f15f2e;
}
.text-content.has-bg a:hover,
.text-content.has-bg a:active,
.text-content.has-bg a:focus {
    border-color: #fff;
    text-decoration: none;
    color: #1388d0;
    text-decoration: none
}
.text-content.has-bg a.hvr-sweep-to-right:before {
    background: #fff
}
.featured-post .read-more.hvr-sweep-to-right:before {
    background: #fff
}
.featured-post .read-more.hvr-sweep-to-right:hover {
    color: #f15f2e!important
}
.entry-content a.read-more br {
    display: none;
}
.featured-post .entry-content a.read-more {
    color: white;
    border-color: white;
}
span.text-green,
.text-green {
    color: #09abaf!important;
}
span.text-blue {
    color: #00568b!important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
}
div.wrap-green {
    background-color: #09abaf;
    padding: 2rem 1.5rem;
}
div.wrap-green * {
    color: white
}
div.wrap-green h4 {
    color: white;
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    position: relative;
    margin-bottom: 3rem;
}
div.wrap-green h4:after {
    content: ' ';
    position: absolute;
    width: 30%;
    height: 3px;
    background-color: #fac710;
    bottom: -10px;
    left: 35%
}
div.wrap-green a.nvfs-btn {
    background-color: #fac710
}
.content-sidebar {
    padding: 0px 20px;
}
/* block titles */

section.no-bg .block-title {
    font-family: Gibson-SemiBold;
    display: inline-block;
    padding: 4px;
    color: #f15f2e;
    background-color: transparent;
    position: relative;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-bottom:4rem;
}

section.no-bg .block-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 28%;
    left: 50%;
    background-color: #f15f2e;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}



section.has-bg .block-title {
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0rem 0 4rem 0;
    font-size: 5rem;
}
section.no-bg .subtitle {
    margin-bottom: 5rem;
}
section.no-bg strong {
    text-transform: uppercase;
    font-size: 1.1em;
    color: #6d6e70;
}
section.has-bg [class*=col-] + [class*=col-] {
    border-left: 1px rgba(255, 255, 255, 0.3) solid;
}
section.has-bg [class*=col-] .text-padding {
    padding: 0px 1.7rem;
}

section.no-bg [class*=col-] + [class*=col-] {
    border-left: 1px rgba(110, 110, 110, 0.3) solid;
}

section.no-bg.border-1 [class*=col-] + [class*=col-] {
    border:0;
}

section.no-bg [class*=col-] .text-padding {
    padding: 0px 1.7rem;
}
section.no-bg.border-1 [class*=col-],
section.has-bg.border-1 [class*=col-] {
    border: 0px;
}
section .block-subtitle {
    color: #09abaf;
    text-align: center;
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    font-size: 2.5rem;
    margin-bottom: 5rem;
}
section .block-title + .block-subtitle {
    margin-top: -2.5rem;
}
section.has-bg p {
    color: white;
    margin-bottom: 10px;
}
section.has-bg a {
    color: white;
}
/* capture */

body.page-id-98 section.has-bg a:hover {
    color: white;
    text-decoration: underline;
}


#masthead {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
    top: 0;
}

.admin-bar #masthead {top:32px;}


#masthead .navwrap {
    background-color: #f15f2e;
    padding-top: 7rem;
}
.site-branding {
    float: left;
}
.site-branding img {
    max-width: 245px;
    margin-bottom: -9.5rem;
    width: 24.5rem;
}
.logo {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.site-footer {
    background-color: #ebecec;
    ;
    padding-top: 4rem;
}
.site-footer form.wpcf7-form {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}
.site-footer .qsocial ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.site-footer .qsocial ul li {
    float: left;
    margin-right: 10px;
}
.site-footer .qsocial ul li a {
    display: block;
    text-align: center;
    color: white;
    background-color: #6d6e70;
    width: 30px;
    line-height: 28px;
    font-size: 15px;
    border-radius: 15px;
    padding-top: 2px;
}
#utility-menu .menu-item + li.top-social {
    margin-left: 20px;
}
#utility-menu li.top-social a {
    display: block;
    text-align: center;
    color: white;
    background-color: #6d6e70;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
    border-radius: 15px;
    padding: 0;
}
.page-bottom {
    margin-top: 5rem;
    background-color: #6d6e70;
    font-size: 16px;
    color: white;
    padding: 0px 0;
}
.page-bottom .widget {
    margin: 0;
}
.page-bottom a {
    color: white;
}
.page-bottom .row .col-md-3 a {
    color: white;
    display: inline-block;
    border-right: 1px white solid;
    padding-right: 50px;
    padding-top: 5px;
    font-size: 15px;
    padding-bottom: 4px;
}
.page-bottom .row #copyright {
    padding-top: 5px;
}
.page-bottom .row #copyright a {
    color: white;
    text-decoration: none
}
.site-footer {} .site-footer h4.widget-title {
    font-size: 1.9rem;
    font-family: Gibson-SemiBold;
    font-weight: normal;
}
.site-footer .social a {
    color: #6d6e70;
    font-size: 3rem;
    margin-right: 1rem;
}
.site-footer a {
    color: #6d6e70;
}
.site-footer .textwidget p {
    font-size: 1.9rem;
    margin-bottom: 10px;
        line-height: normal;
}
.site-footer .footer-donate {} .site-footer .footer-donate form {
    display: inline-block;
    padding-right: 10px;
    margin-right: 5px;
    border-right: 2px #ccc solid;
}
.site-footer .footer-donate label {
    font-weight: normal;
    display: inline-block;
    background-color: white;
    font-size: 1.8rem;
    padding: 2px 8px;
    padding-top: 4px;
}
.site-footer .footer-donate input[type="radio"] {
    display: none;
}
.site-footer .footer-donate input[type="submit"] {
    display: inline-block;
    padding: 6px 20px;
    background-color: #fac710;
    color: white;
    font-family: 'ProximaNova-Bold';
    border: 0;
    border-radius: 0;
    font-size: inherit;
}
.site-footer .footer-donate input[type="radio"]:checked + label {
    background-color: #09abaf;
    color: white;
}
.site-footer .footer-donate input,
.site-footer .footer-donate label,
.site-footer .footer-donate a {
    -webkit-box-shadow: 6px 6px 23px -4px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 6px 6px 23px -4px rgba(0, 0, 0, 0.40);
    box-shadow: 6px 6px 23px -4px rgba(0, 0, 0, 0.40);
}
.site-footer .footer-donate a.nvfs-btn {
    padding: 2px 20px;
}
.site-footer .footer-subscribe a.nvfs-btn {
    font-size: 0.7em;
    background-color: #fac710
}
#utility-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-bottom: 2rem;
    margin-right: 15px;
}
#utility-menu li {
    display: inline-block;
}
#utility-menu li a {
    font-family: Gibson-Light;
    font-style: italic;
    color: #525354;
    font-size: 2.1rem;
    line-height: 2.1rem;
    display: block;
    padding-left: 1.2rem;
    margin-left: 1rem;
    ;
    padding-top: 3.5rem;
    position: relative;
    padding-bottom: 1rem;
}
.translate {
    float: right;
    margin-top: 2rem;
    clear: both;
}
.translate a {
    text-transform: uppercase;
    display: inline-block;
    margin-left: 2rem;
    font-family: 'ProximaNova-bold';
    font-size: 1.8rem;
    color: #414042;
}
#site-navigation {
    margin-left: -15px;
}
#primary-menu {} #primary-menu li {} #primary-menu > li > a:hover {
    color: #3a3a3c;
}
#primary-menu li a {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    display: block;
    padding: 0rem 1rem 2rem 2rem;
}
#primary-menu > li:first-child a {
    padding-left: 0px
}
#primary-menu li.current-menu-item > a,
#primary-menu li.current-menu-parent > a,
#primary-menu li.current_page_parent > a {
    font-family: Gibson-SemiBold;
}
#primary-menu li ul {} #primary-menu li ul li {
    padding-left: 2rem;
}
#primary-menu li ul li:hover {
    background-color: #eee
}
#primary-menu li ul li + li {
    border-top: 1px #eee solid;
}
#primary-menu li ul li a {
    text-transform: none;
    color: #414042;
    font-size: 1.8rem;
    padding: 1.5rem 2rem 1rem 2rem;
    line-height: normal;
}
.main-navigation ul ul {
    box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.2);
    margin-top: 1.5rem;
    background-color: white;
}
.main-navigation ul ul ul {
    margin-top: 0px;
}
.main-navigation ul ul a {
    width: 250px;
}
.search-form {
    padding: 1.5rem 0;
}
.entry-content {} 
.entry-content h1 {
   
}
.entry-content h1 + p {
    font-size: 2.8rem;
    margin: 0 18% 2rem 18%;
}
xx.entry-content h2 {
     font-size: 2.4rem;
    line-height: normal;
    line-height: 1.3em;
     font-family: Gibson-Regular;
}
.entry-content h3 {
    color: #f15f2e;
    font-size: 4rem;
    font-family: Gibson-Italic;
    margin-bottom: 2.7rem;
}
.entry-header h2.entry-title,.entry-content h1 {
    color: #f15f2e;
    font-size: 5.2rem;
    font-family: Gibson-Italic;
    margin-bottom: 2.7rem;
}
.entry-content h3 sup {
    top: -1em;
    font-size: 2rem;
}

.entry-content h2.h2-blue, .entry-content h2  {
    color: #1489d0;
    font-size: 3.2rem;
    line-height: 3.9rem;
    font-family: Gibson-Regular;
}


.entry-content h4  {
    color: #1489d0;
    font-size: 2.3rem;
    line-height: 4rem;
    margin-bottom:1rem;
}

.entry-content .story-content-full h4 {text-transform: uppercase;}



div.wrap-green h4 {
    font-size: 2rem;
}
.entry-content h5 {
    
    text-transform: uppercase;
     font-family: Gibson-Regular;
    font-size: 2.5rem;
    margin-bottom: 5rem;
}
.entry-content section + section {
    margin-top: 12rem;
}
.entry-content > section:first-of-type {
    margin-top: 7rem;
}
.entry-content section.bootstrap-2columns + section.bootstrap-2columns {
    margin-top: 7rem;
}
.entry-content section.bootstrap-5-7-columns + section.bootstrap-5-7-columns {
    margin: 0;
    padding: 0;
    margin-top: 1rem;
    padding-top: 5rem;
    border-top: 2px #e2e2e2 solid;
}
/* home */

ul.homeslide {
    margin: 0;
    padding: 0;
    list-style: none
}
ul.homeslide li {
    position: relative;
}
ul.homeslide .home-text {
    position: absolute;
    top: 5rem;
    width: 100%;
}

ul.homeslide .home-text.has-video {

    top:27%;
    transform: translate(0,-50%);
  
}




ul.homeslide video {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
}

ul.homeslide .home-text.has-video {

}

ul.homeslide .home-text.has-video h1 {
    text-align: center
}

ul.homeslide.owl-carousel .owl-item .home-text.has-video a img {
    width: auto;
    display: inline-block;
}


.home .mfp-iframe-holder .mfp-content {
    max-width: 1200px;
}

ul.homeslide .title-wrap {
    width: 50%;
    margin: 0 auto;
}
ul.homeslide h1 {
    color: #f15f2e;
    font-size: 6rem;
    margin: 1rem 0;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}



ul.homeslide p {
    color: ;
    font-size: 2.5rem;
    line-height: 1.25em;
    margin-bottom: 1rem;
}
ul.homeslide a {
    color: #f15f2e;
    x-font-weight: bold;
    outline:none!important;
}

.mfp-close.video-close {color:white;font-size:50px;}






ul.homeslide h1 span.small {
    color:white;
    font-size: 2.5rem;
font-family: Gibson-SemiBold; 
    font-style: normal;
    font-weight: normal
}


ul.homeslide .message-wrap {
    border:1px white solid;
    padding:50px 0;
    background-color: rgba(0,0,0,0.2)
}

ul.homeslide .message-wrap a {
    color:white;
}

@media all and (min-width: 1100px) {
    ul.homeslide .message-wrap {
        max-width: 60%;
        margin:0 auto;
    }

}


/* slider */

.owl-dots {
    right: 50%;
    position: absolute;
    margin-top: 1rem;
}
.owl-theme .owl-dots .owl-dot span {
    border: 1px #f15f2e solid;
    background: transparent;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f15f2e;
}
/*footer */

.pagelinks {
    background-color: #429fd9;
    background-image: url('/wp-content/uploads/bottom-links-bg.jpg');
        margin-top: 20px;
}
.pagelinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    padding: 15rem 0;
}
.pagelinks ul li {
    display: inline;
}
.pagelinks ul li a {
    display: inline-block;
    border: 1px white solid;
    color: white;
    font-size: 2.5rem;
    margin-left: 1rem;
    padding: 1rem 4rem;
    text-decoration: none
}
.pagelinks ul li a:hover {
    border-color: #fff;
    text-decoration: none;
    color: #1388d0;
    text-decoration: none
}
.pagelinks ul li a.hvr-sweep-to-right:before {
    background: #fff
}
/*boxes */

.box-links {} .box-links .col-md-6 {
    padding: 0;
}
.box-links .row {
    margin-left: -30px;
    margin-right: -30px;
}
.box-links .box-inner {
    margin: 0rem 1rem 5.5rem 1rem;
    position: relative;
}
.box-links .box-inner a {
    font-size: 2rem;
}
.box-links .box-inner .title-wrap {
    transition: all 500ms;
    text-align: center;
    position: absolute;
    width: 80%;
    top: 35%;
    background-color: #fff;
    padding: 2rem;
    line-height: normal;
    border: 2px #f15f2e solid;
    color: #6d6e70;
    min-height: 15rem;
    left: 0;
    ;
}
.box-links > .row > .col-md-6:nth-child(even) img {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
}
.box-links > .row > .col-md-6:nth-child(odd) img {
    -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}
.box-links > .row > .col-md-6:nth-child(even) .box-inner .title-wrap {
    left: initial;
    right: 0;
}
.box-links .box-inner .title-wrap strong {
    color: #f15f2e;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.box-links .box-inner a:hover .title-wrap {} .box-links .box-inner a:hover .title-wrap div {
    color: #f15f2e;
}
.box-links .box-inner img {
    max-width: none;
    width: 100%;
    opacity: 0.7;
    transition: all 500ms
}
.box-links .box-inner a:hover img {
    opacity: 1;
}
section.image-callout {
    margin-left: -20%;
    margin-right: -20%;
}
section.image-callout {} section.image-callout .col-md-12 {
    padding: 0px;
}
section.image-callout img {
    max-width: none;
    width: 100%;
}
section.image-callout .callout-text-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 115, 186, 0.75);
    width: 100%;
    margin-right: 15px;
}
section.image-callout .callout-text-bg .dots {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-image: url(/wp-content/uploads/2017/04/dots.png);
    width: 30%;
}
section.image-callout .callout-text {
    position: absolute;
    top: 0;
    width: 100%;
}
section.image-callout .callout-text .row {
    background-color: #e8e8e8;
    padding-top: 4rem;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    ;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    padding-right: 6rem;
    margin-top: -9rem;
}
section.image-callout .callout-text .row .col-md-6 {
    padding: 0 7rem;
    padding-bottom: 3rem;
}
section.image-callout .callout-text .row .col-md-10 {
    padding: 4rem 0rem;
}
section.image-callout .callout-text .row > .col-md-6:first-child {
    border-right: 1px #a7a8a9 solid;
}
section.image-callout .callout-text p {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}
section.image-callout .callout-text p strong {
    font-size: 3.6rem;
    text-transform: uppercase;
}
section.image-callout .callout-text a {
    font-size: 2rem;
    color: #6d6e70;
}
section.image-callout .callout-text p a + br {
    display: none;
}
section.image-callout .callout-text p br + a {
    margin-top: 5px;
}
section.video-block-text {
    padding: 9rem 0
}
section.video-block-text .row {
    background-color: white;
}
section.video-block-text .video-wrap {
    position: relative;
}
section.video-block-text .video-wrap p {
    margin: 0px;
}
section.video-block-text .video-wrap iframe {
    display: none;
}
section.video-block-text .video-wrap img {} section.video-block-text .video-screen {
    text-align: center;
    padding-top: 25%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 115, 186, 0.75)
}
section.video-block-text .video-screen a {
    color: white;
    font-size: 30px;
    display: inline-block;
    ;
    padding: 0;
    line-height: 30px;
    line-height: 55px;
    width: 60px;
    border-radius: 40px;
    text-align: center;
}
section.video-block-text .video-screen i {
    margin-right: -7px;
}
section.video-block-text .column-content {
    padding-top: 5rem;
}
section.video-block-text .column-content h4 {
    font-family: 'ProximaNova-Reg';
    font-weight: 600;
    color: #09abaf;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 3rem
}
section.video-block-text .column-content h3 {
    color: #58595b;
    font-family: Gibson-Italic;
    font-size: 4rem;
    line-height: 4.8rem;
}
section.video-block-text .column-content a {} section.video-block .block-title {
    position: relative;
    ;
    color: #58595b;
    font-family: 'Noto Serif';
    text-align: center;
    font-weight: normal;
    margin: 5rem 0;
    font-size: 4rem;
}
section.video-block .block-title:before {
    content: ' ';
    position: absolute;
    top: -20px;
    border: 2px #0073b9 solid;
    display: block;
    width: 7%;
    /* margin: 0 auto; */
    
    margin: 0px 47%;
}
section.video-block {
    padding: 3rem 0
}
section.video-block .row {} section.video-block .video-wrap {
    position: relative;
}
section.video-block .video-wrap p {
    margin: 0px;
}
section.video-block .video-wrap iframe {
    display: none;
}
section.video-block .video-wrap img {} section.video-block .video-screen {
    max-width: 1230px;
    text-align: center;
    padding-top: 25%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 115, 186, 0.75)
}
section.video-block .video-screen a {
    color: white;
    font-size: 30px;
    display: inline-block;
    ;
    padding: 0;
    line-height: 30px;
    line-height: 55px;
    width: 60px;
    border-radius: 40px;
    text-align: center;
}
section.video-block .video-screen i {
    margin-right: -7px;
}
section.video-block .dots {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-image: url(/wp-content/uploads/2017/04/dots.png);
    width: 20%;
}
section.video-block .video-description {
    background-color: #fac710;
    position: absolute;
    right: -5%;
    bottom: 6rem;
    width: 50%;
    padding: 4rem 5rem;
}
section.video-block .video-description .video-title {
    text-align: center
}
section.video-block .video-description .video-title span {
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 0rem;
    font-family: 'ProximaNova-Reg';
    font-weight: 600;
    color: #09abaf;
    border-bottom: 3px #0073ba solid;
    color: #414042;
    font-size: 1.8rem;
    text-transform: uppercase
}
section.video-block .video-description .video-content {
    text-align: center
}
section.video-block .video-description .video-content p {
    font-family: Gibson-Italic;
    color: #414042;
}
section.video-block .video-description .video-content strong {
    color: white;
    font-size: 5rem;
}
section.infographic {} section.infographic .row {
    background-color: white;
    margin-bottom: -10rem;
}
section.infographic .row > .col-md-4:first-child .text-wrap {
    background-color: #6d6e70;
    position: relative;
}
section.infographic .row > .col-md-4:first-child .text-wrap:before {
    content: ' ';
    width: 100px;
    height: 100%;
    background-color: #6d6e70;
    top: 0;
    left: -99px;
    position: absolute;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%)
}
section.infographic .row .text-wrap XX section.infographic .row > .col-md-4:first-child:before {
    content: ' ';
    position: absolute;
    left: -100px;
    top: 20px;
    border-top: 300px transparent solid;
    border-right: 100px #6d6e70 solid;
    ;
}
.section-wrap.info {
    background-color: #f15f2e;
    margin-left: -20%;
    margin-right: -20%;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 8rem;
    padding-bottom: 0;
}
section.infographic > h3,
section.infographic > p {
    color: white;
}
section.infographic > p {
    color: white;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 7rem;
}
section.infographic .text-wrap {
    display: inline-block;
    width: 100%;
    padding: 20px 30px;
    margin-top: 20px;
}
section.infographic .text-wrap p {
    text-align: center;
    color: #6d6e70;
    font-size: 1.7rem;
}
section.infographic .col-md-4 .text-wrap p {
    text-align: left;
    color: white;
    line-height: normal
}
section.infographic .text-wrap strong {
    color: #6d6e70;
    font-size: 2.1rem;
    text-transform: uppercase;
    display: block;
    text-align: left;
}
section.infographic .text-wrap em {
    color: #6d6e70;
    font-family: Gibson-SemiBold;
    font-size: 5.3rem;
    line-height: 1em;
    font-style: normal;
}
section.infographic .col-md-4 .col-md-4 .text-wrap p,
section.infographic .col-md-4 .text-wrap em,
section.infographic .col-md-4 .text-wrap strong {
    color: white;
    text-align: left;
}
section.infographic .text-wrap em + br + em {
    font-family: Gibson-Regular;
}
section.infographic .row {
    margin-left: -25px;
    margin-right: -25px;
}
section.infographic .row + .row {
    margin-top: 3rem;
}
section.infographic .row .col-md-4,
section.infographic .row .col-md-8 {
    padding: 0px;
}
section.infographic .row .col-md-8 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
section.infographic .row .col-md-8 ul li {
    float: left;
    width: 49%;
    text-align: center;
    font-size: 1.7rem;
}
section.infographic .row .col-md-8 ul li img {
    margin-top: 1.5rem;
}
section.infographic .row .col-md-8 ul > li:first-child {
    border-right: 1px #6d6e70 solid;
}
section.infographic .row > div:first-child {
    margin-left: -30px;
}
section.infographic img {
    margin-top: -3rem;
}
/* slider generic */

.slider-panel {} .slider-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider-panel li {
    padding: 0 3rem;
    text-align: center;
    font-size: 1.9rem;
    line-height: 2.2rem;
    color: white;
}
.slider-panel li p {
    text-align: center;
    font-size: 1.9rem;
    line-height: 2.2rem
}
.slider-panel li a {
    display: block;
    font-family: Gibson-SemiBold;
    text-transform: uppercase;
    font-size: 2.2rem;
}
.slider-panel li img {
    height: auto;
    max-width: 150px;
    margin: 0 auto;
}
.slider-panel .owl-controls {
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    border: 1px transparent solid;
    width: 100%;
    top: 55%;
}
.slider-panel .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: transparent;
    font-size: 45px;
    color: #fff;
}
.slider-panel .owl-controls .owl-nav .owl-prev {
    float: left;
    margin-left: -40px!important;
}
.slider-panel .owl-controls .owl-nav .owl-next {
    float: right;
    margin-right: -40px!important;
}
/* partners page only */

.page-id-4687 .slider-panel li img {
    -webkit-filter: brightness(200%);
    ;
    filter: brightness(200%);
}
.page-id-4687 img.wp-image-1285,
.page-id-4687 img.wp-image-1307,
.page-id-4687 img.wp-image-1304 {
    max-width: 200px;
    margin-top: -50px;
}
/* technology only */

.page-id-4751 .bootstrap-2columns .col-md-5 {
    position: initial;
}
.page-id-4751 img.wp-image-4911 {
    position: absolute;
    bottom: -6rem;
    right: 0;
}
.page-id-4751 .bootstrap-2columns .col-md-5 {
    margin-left: 0;
}
.page-id-4751 section.border-1.bootstrap-2columns .text-padding {
    padding-left: 0;
    margin-left: 0;
}
.page-id-4751 div.section-wrap + section.text-content {
    margin-top: 18rem;
}
section.story-slider {
    margin: 8rem 0;
}
section.story-slider .row {
    background-color: #ebecec;
    margin-right: 0;
}
section.story-slider .row-wrap {
    padding: 10px;
}
section.story-slider .row-wrap .btn-close {
    display: none;
}
section.story-slider .row-wrap.on .btn-close {
    display: inline-block;
}
section.story-slider .row-wrap.on .btn-open {
    display: none;
}
section.story-slider .row-wrap.on .row {
    background-color: white;
}
section.story-slider .row-wrap.on {
    background-image: url(/wp-content/uploads/bio-bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
section.story-slider .story-content {
    display: none;
    padding-top: 5rem;
    padding-left: 3rem;
}
section.story-slider .row-wrap.on + .story-content {
    display: inline-block;
}
section.story-slider .story-content p {
    fint-size: 2rem;
}
section.story-slider .story-content em {
    font-size: 2.5rem;
}
section.story-slider .story-content h4 strong,
.story-content-fetured h4 strong {
   
    text-transform: uppercase;
    font-weight: normal;
    font-family: Gibson-Regular; 

}
section.story-slider .row-wrap-wrap + .row-wrap-wrap {
    margin-top: 4rem;
}
section.story-slider .row > div:last-child {
    padding: 4rem;
}
section.story-slider .list-intro {
    margin-bottom: 8rem;
}
section.story-slider .story-thumb {
    padding: 0px;
    overflow: hidden;
}
section.story-slider .story-thumb img {} section.story-slider .story-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-family: Gibson-Italic;
}
section.story-slider .story-intro {
    font-size: 2rem;
    line-height: 3rem;
    color: #6d6e70;
    font-family: Gibson-Italic;
}
section.story-slider .story-intro p {
    margin: 0;
    text-transform: none;
    display: inline;
}

section.story-slider .story-intro a.read-more {display: none}

section.story-slider .story-cat {
    font-size: 1.8rem;
    padding: 2rem 0;
    line-height: normal;
    text-transform: none;
    padding-top: 0px;
}






section.story-slider .story-intro {
    margin-bottom: 2rem;
}
section.story-slider .story-link {} section.story-slider .story-link a {
    font-size: 1.6rem;
}
section.featured-case + section.story-slider {
    border-top: 2px #e2e2e2 solid;
    margin-top: -3rem;
    padding-top: 5rem;
}
section.featured-case {} section.featured-case .block-title {
    text-align: center;
    margin-bottom: 5rem;
}
.featurecase-back {
    min-height: 30rem;
    background-color: #e3e4e5;
    margin-left: -20%;
    margin-right: -20%;
    margin-bottom: -30rem;
    margin-top: 8rem;
    position: relative;
}
div.featurecase-back:before {
    content: '';
    position: absolute;
    /* width: 30px; */
    
    border-top: 15px white solid;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    left: 50%;
    top: 0;
    height: 0;
    /* background-color: white; */
    
    width: 0;
    margin-left: -8px;
}
section.featured-case.story-slider {
    position: relative;
}
section.story-slider.featured-case .row {
    background-color: #fff;
}
section.story-slider .list-filter {
    border-top: 4px #e2e2e2 solid;
    padding-top: 20px;
}
section.story-slider .list-filter ul {
    padding: 0;
    margin: 0;
    list-style: none
}
section.story-slider .list-filter ul li {
    float: left;
    margin-right: 5rem;
    font-size: 2rem;
    position: relative;
}
section.story-slider .list-filter ul li a {
    color: #6d6e70;
    outline: none;
    text-decoration: none
}
section.story-slider .list-filter ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    border: 1px #6d6e70 solid;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    top: 4px;
    left: -25px;
}
section.story-slider .list-filter ul li a.selected:before {
    background-color: #eee
}
section.story-grid {
    margin-left: -2rem;
    margin-right: -2rem;
}
section.story-grid .block-title {
    position: relative;
    color: #58595b;
    font-family: 'Noto Serif';
    text-align: center;
    font-weight: normal;
    margin: 5rem 0;
    font-size: 4rem;
}
section.story-grid .block-title:before {
    content: ' ';
    position: absolute;
    top: -20px;
    border: 2px #0073b9 solid;
    display: block;
    width: 7%;
    /* margin: 0 auto; */
    
    margin: 0px 47%;
}
section.story-grid .text-wrap {
    padding: 0 2rem;
    padding-bottom: 6rem;
}
section.story-grid .story-intro {
    color: #09abaf;
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    font-size: 2rem;
}
section.story-grid .story-intro p {
    margin: 0;
    display: inline;
    color: #414042;
    text-transform: none;
    font-family: 'ProximaNova-Reg';
}
section.story-grid .story-cat {
    font-family: 'ProximaNova-Bold';
    font-size: 1.8rem;
    padding: 2rem 0;
    text-transform: uppercase
}
section.story-grid .story-intro {
    display: inline;
}
section.story-grid .story-link {
    display: inline;
    font-size: 1.5rem;
    text-transform: uppercase
}
section.story-grid .story-link a {
    color: #414042;
    font-weight: bold
}
section.story-grid .owl-nav {
    position: absolute;
    width: 102%;
    margin-left: -1%;
    ;
    top: 40%;
}

section.story-grid .owl-nav .owl-prev {
    float: left;
}
section.story-grid .owl-nav .owl-next {
    float: right;
}
section.story-grid .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #b6b8ba;
    font-size: 7rem;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
div.story-content {
    padding-bottom: 7rem;
}
div.story-sidebar {} div.story-sidebar h3 {
    font-size: 3.5rem;
}
iframe.map-frame {
    width: 100%;
}


.story-content-full .case-img {max-width: 30%;margin-left:2rem;margin-bottom:1rem;}

    @media (max-width: 768px) {
        .story-content-full .case-img {display:none;}
    }


.story-content-full .case-img + h4 {display:inline;}


/* careers */

body.page-id-135 #post-135 .entry-content > p > .orange-txt-bg {
    margin-bottom: 10px;
}
/* contact */

body.page-id-137 .col-md-5 .text-padding {
    height: auto!important
}
/*
section.featured-story .block-title {
    position: relative;
    color: #58595b;
    font-family: 'Noto Serif';
    text-align: center;
    font-weight: normal;
    margin: 5rem 0;
    font-size: 4rem;
}
section.featured-story .block-title:before {
    content: ' ';
    position: absolute;
    top: -20px;
    border: 2px #0073b9 solid;
    display: block;
    width: 7%;
    
    
    margin: 0px 47%;
}
section.featured-story {
    margin: 3rem 0;
    background-color: white;
    padding-top: 1rem;
}
section.featured-story .row {
    background-color: white;
}
section.featured-story .video-wrap {
    position: relative;
    margin-right: 3rem;
}
section.featured-story .video-wrap p {
    margin: 0px;
}
section.featured-story .video-wrap iframe {
    display: none;
}
section.featured-story .video-wrap img {} section.featured-story .video-screen {
    text-align: center;
    padding-top: 25%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 115, 186, 0.75)
}
section.featured-story .video-screen a {
    color: white;
    font-size: 30px;
    display: inline-block;
    padding: 0;
    line-height: 30px;
    line-height: 55px;
    width: 60px;
    border-radius: 40px;
    text-align: center;
}
section.featured-story .video-screen i {
    margin-right: -7px;
}
section.featured-story .column-content {
    ;
}
section.featured-story .column-content h4 {
    font-family: 'ProximaNova-Reg';
    font-weight: 600;
    color: #09abaf;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 3rem
}
section.featured-story .column-content h3 {
    color: #58595b;
    font-family: Gibson-Italic;
    font-size: 4rem;
    line-height: 4.8rem;
}
section.featured-story .column-content a {} section.featured-story .column-content .story-intro {
    color: #09abaf;
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    font-size: 2rem;
}
section.featured-story .column-content .story-intro p {
    margin: 0;
    display: inline;
    color: #414042;
    text-transform: none;
    font-family: 'ProximaNova-Reg';
    font-size: 2rem;
}
section.featured-story .column-content .story-cat {
    font-family: 'ProximaNova-Bold';
    font-size: 1.8rem;
    padding: 2rem 0;
    text-transform: uppercase
}
section.featured-story .column-content .story-intro {
    display: inline;
}
section.featured-story .column-content .story-link {
    display: inline;
}
section.featured-story .column-content .story-link a {
    color: #414042;
    font-weight: bold
}
section.featured-story .col-md-3 {
    border-left: 1px #b6b8ba solid;
    padding-bottom: 3rem;
}
section.featured-story .video-content {} section.featured-story .video-content h3 {
    color: #58595b;
    font-family: Gibson-Italic;
    font-size: 4rem;
    margin-bottom: 3rem;
}
section.featured-story .video-content a {} 

*/

.text-content.border-1 span.text-padding {
    display: block;
    border: 1px #b6b8ba solid;
}
div.section-wrap {
    margin-left: -20%;
    margin-right: -20%;
    padding: 8rem 20%;
    position: relative;
}
div.section-wrap:before {
    content: '';
    position: absolute;
    /* width: 30px; */
    
    border-top: 15px white solid;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    left: 50%;
    top: 0;
    height: 0;
    /* background-color: white; */
    
    width: 0;
    margin-left: -9px;
}
div.section-wrap + section.text-content {
    margin-top: 12rem;
}
div.section-wrap.info + section.text-content {
    margin-top: 14rem;
}
section.text-content + div.section-wrap {
    margin-top: 12rem;
}
section.bootstrap-3columns {} 




section.bootstrap-3columns .row > div {} 
section.bootstrap-3columns .row span.text-padding {
    padding: 3rem;
}
section.bootstrap-3columns.no-bg {
    text-align: center
}
section.bootstrap-3columns h3 {
    color: #58595b;
}
section.bootstrap-3columns .subtitle h3 {
    color: #f15f2e;
}
section.bootstrap-3columns p {
    font-size: 2rem;
    line-height: 2.5rem;
}
.section.bootstrap-3columns strong {
    color: #09abaf;
    text-transform: uppercase
}
section.bootstrap-3columns p:last-of-type {
    margin-bottom: 0px;
}
.section.bootstrap-3columns p span {
    font-size: 1.5rem;
    text-decoration: none!important
}
section.bootstrap-3columns p a {} 


section.bootstrap-3columns + section.bootstrap-3columns {
    border-top: 1px #d0d2d3 solid;
    padding-top:6rem;
}

section.bootstrap-3columns .text-padding {position: relative;padding-bottom:5rem;}
section.bootstrap-3columns .text-padding > p:last-child {}
section.bootstrap-3columns .text-padding > p:last-child a.hvr-sweep-to-right {position: absolute;
    position: absolute;
    bottom: -1em;
    text-align: center;
    left:50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%, 0);
}

.page-id-4647 section.bootstrap-3columns .text-padding {
    padding-bottom:40px;
}


section.bootstrap-2columns.border-1 {
    margin-left: -2rem;
    margin-right: -2rem;
}


section.bootstrap-2columns.bordertop-1 {
border-top:1px #d0d2d3 solid;
padding-top:6rem;
}

section.bootstrap-2columns.borderbottom-1 {
border-bottom:1px #d0d2d3 solid;
padding-bottom:6rem;
}

section.bootstrap-2columns.border-1 .row span.text-padding {
    padding: 4rem 6rem;
    margin: 0px 2rem;
}
section.bootstrap-2columns h3 {} section.content-with-sidebar.border-1 {
    margin-left: -2rem;
}
section.content-with-sidebar.border-1 .row span.text-padding {
    padding: 4rem 6rem;
    margin: 0px 2rem;
}
section.border-1 .text-padding {
    padding: 4rem 6rem;
    margin: 0px 2rem;
}
section.leaders {} section.leaders .row {
    margin-bottom: 7rem;
}
section.leaders .leader-wrap {
    cursor: pointer;
}
section.leaders .leader-wrap.leader-on .leader-img {
    cursor: pointer;
    background-image: url('/wp-content/uploads/bio-bg.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
section.leaders .leader-img {
    padding: 10px;
    padding-left: 0px;
}
section.leaders .leader-img img {} section.leaders .col-md-2:hover .leader-img {
    border-color: #fac710;
}
section.leaders .leader-info {
    padding: 0px 5px;
    line-height: normal
}
section.leaders .leader-info strong {
    font-weight: normal;
    font-size: 2.8rem;
    display: block;
    color: #f15f2e;
    font-weight: normal;
    font-family: Gibson-Regular;
}
section.leaders .leader-info p {
    line-height: normal
}
section.leaders .members .leader-info p {
    line-height: 16px;
}
section.leaders .leader-info span {
    font-size: 0.5em;
    color: #525354;
    text-transform: uppercase;
    font-family: Gibson-SemiBold;
}
section.leaders .members .leader-info strong {
    font-size: 2rem;
}
section.leaders .bio-container .leader-info strong {
    font-size: 2.8rem;
    color: #f15f2e;
    font-weight: normal
}
section.leaders .leader-bio,
section.leaders .bio-container {
    display: none;
}
section.leaders .bio-container {
    margin-bottom: 5rem;
    padding: 5rem;
}
section.leaders .bio-container .leader-info {
    padding: 0;
}
section.leaders .row > .col-md-2:nth-child(7n+8) {
    clear: left;
}
/* resources */

section.resources-grid .row + .rowtitle {
    border-top: 2px #e2e2e2 solid;
}
section.resources-grid .rowtitle {
    text-align: center;
    margin: 4rem 0;
    padding-top: 4rem;
}
section.resources-grid .item {
    position: relative;
    margin-bottom: 3rem;
}
section.resources-grid .summary {
    position: absolute;
    position: absolute;
    top: 2rem;
    text-align: center;
    color: white;
    left: 0;
    padding: 3rem 4rem;
    width: 100%;
}
section.resources-grid .summary a {
    color: white;
    display: inline-block;
    padding: 4px 20px;
    border: 1px white solid;
    font-size: 1.9rem;
}
section.resources-grid .summary a:hover {
    ;
    border-color: #fff;
    color: #1388d0;
    text-decoration: none;
}
section.resources-grid .summary a.hvr-sweep-to-right:before {
    background: #fff;
}
@media (max-width: 768px) {
    section.leaders .row > .col-md-2:nth-child(7n+8) {
        clear: none;
    }
    section.leaders .row > .col-md-2:nth-child(2) {
        clear: left;
    }
}
/* forms */

.search-form {
    text-align: right;
    padding-top: 0rem;
    padding-right: 3rem;
    display: inline-block;
    float: right;
    position: relative;
    padding: 0;
    padding-right: 3rem;
    /*  
    -webkit-box-shadow: 6px 6px 23px -4px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 6px 6px 23px -4px rgba(0, 0, 0, 0.20);
    box-shadow: 6px 6px 23px -4px rgba(0, 0, 0, 0.20);
    */
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {


    font-size: 2rem;
    font-weight: normal;
    border-radius: 0;
    /*
    -moz-box-shadow: 6px 6px 23px -4px rgba(0, 0, 0, 0.64);
    box-shadow: 6px 6px 23px -4px rgba(0, 0, 0, 0.64);
    border: 1px #eee solid;
    margin-bottom: 5px;
*/
}
.search-form input[type="text"] {
    width: 26rem;
    margin: 0;
    -moz-box-shadow: none;
    box-shadow: none;
        height: 31px;
}

.textwidget form.wpcf7-form input[type="email"] {

       height: 31px;
}

button.search {
    height: 31px;
    background-color: #525354;
    border: 0;
    border-radius: 0;
}
button.search {
    position: absolute;
    width: 3rem;
    top: 0px;
    color: white;
font-size: 1.55rem;
    padding: 0;
    margin: 0;
    line-height: 31px;
}
.search-form label {
    margin: 0;
}


/* subscribe-form */
footer .hbspt-form {
    position: relative;
    position: relative;
    width: 90%;
}
footer .hs-form .hs-form-field {
margin:0;

}

footer .hs-form .hs-form-field label {display: none}
footer .hs-form .hs-form-field input[type="email"] {
    height: 31px;
    border: 0;
    font-size: 2rem;
    font-weight: normal;
    border-radius: 0;
    font-size:1.8rem;
        width: 100%;
}
footer  .hs-form input[type="submit"] {
    position: absolute;
    width: 30px;
    top: 0px;
    color: white;
    font-size: 1.55rem;
    padding: 0;
    margin: 0;
    line-height: 31px;
    border: 0;
    background-color: #6d6e70;
    right: 0;
    z-index: 1;
    color: transparent;
}

footer .hs-richtext  p {padding-top:0px;}
footer .hs-richtext  p a {text-decoration:underline;}

footer  .hs-form input[type="submit"]:hover {
    color: transparent;
    background-color: #6d6e70;
}
footer  .hs-form:after{
content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    color: white;
    position: absolute;
    width: 30px;
    height: 31px;
    right: 0;
    /* background: red; */
    z-index: 1;
    text-align: center;
    font-size: 15px;
    padding-top: 8px;
    cursor: pointer;
    pointer-events: none;
    top:0;
}
footer  .hs-form .hs-error-msgs {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -70px;
    background: transparent;
    transform: translate(0, 100%);
    text-align: left;
    padding: 0;
    padding-top: 10px;
}

footer .hs-form .hs-form-field .hs-error-msgs label {
    display: block
}

footer  .hs-form .hs-error-msgs {list-style:none;}

/* didebar */

#sidebar .hbspt-form {
    position: relative;
    position: relative;
    width: 100%;
}
#sidebar .hs-form .hs-form-field {
margin:0;

}

#sidebar .hs-form .hs-form-field label {display: none}
#sidebar .hs-form .hs-form-field input[type="email"] {
    height: 31px;
    border: 0;
    font-size: 2rem;
    font-weight: normal;
    border-radius: 0;
    font-size:1.8rem;
        width: 100%;
}
#sidebar  .hs-form input[type="submit"] {
    position: absolute;
    width: 30px;
    top: 0px;
    color: white;
    font-size: 1.55rem;
    padding: 0;
    margin: 0;
    line-height: 31px;
    border: 0;
    background-color: #6d6e70;
    right: 0;
    z-index: 1;
    color: transparent;
}

#sidebar  .hs-form input[type="submit"]:hover {
    color: transparent;
    background-color: #6d6e70;
}
#sidebar  .hs-form:after{
content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    color: white;
    position: absolute;
    width: 30px;
    height: 31px;
    right: 0;
    /* background: red; */
    z-index: 1;
    text-align: center;
    font-size: 15px;
    padding-top: 8px;
    cursor: pointer;
    pointer-events: none;
    top:0;
}
#sidebar  .hs-form .hs-error-msgs {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -70px;
    background: transparent;
    transform: translate(0, 100%);
    text-align: left;
    padding: 0;
    padding-top: 10px;
}

#sidebar .hs-form .hs-form-field .hs-error-msgs label {
    display: block
}

#sidebar  .hs-form .hs-error-msgs {list-style:none;}



/* NAV FORM */
/* subscribe-form */
li.nav-form-container {
    vertical-align: text-top;
    padding-left: 4rem;

}
li.nav-form-container .hbspt-form {
    position: relative;
    position: relative;
    width: 100%;
}
li.nav-form-container .hs-form .hs-form-field {
margin:0;

}

li.nav-form-container .hs-form .hs-form-field label {display: none}
li.nav-form-container .hs-form .hs-form-field input[type="email"] {
    height: 31px;
    border: 1px #bbbdbf solid;
    font-size: 2rem;
    font-weight: normal;
    border-radius: 0;
    font-size: 1.3rem;
    width: 19rem!important;
}
li.nav-form-container  .hs-form input[type="submit"] {
    position: absolute;
    width: 30px;
    top: 0px;
    color: white;
    font-size: 1.55rem;
    padding: 0;
    margin: 0;
    line-height: 31px;
    border: 0;
    background-color: #6d6e70;
    right: 0;
    z-index: 1;
    color: transparent;
}

li.nav-form-container  .hs-form input[type="submit"]:hover {
    color: transparent;
    background-color: #6d6e70;
}
li.nav-form-container  .hs-form:after{
content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    color: white;
    position: absolute;
    width: 30px;
    height: 31px;
    right: 0;
    /* background: red; */
    z-index: 1;
    text-align: center;
    font-size: 15px;
    padding-top: 8px;
    cursor: pointer;
    pointer-events: none;
        top: 0;

}
li.nav-form-container  .hs-form .hs-error-msgs {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -70px;
    background: transparent;
    transform: translate(0, 100%);
    text-align: left;
    padding: 0;
    padding-top: 10px;
}







form.wpcf7-form {} .textwidget form.wpcf7-form input[type="email"] {
    width: 70%;
}
form.wpcf7-form .schedule-form > .col-md-6:first-child {
    padding-right: 4rem;
}
form.wpcf7-form .schedule-form > .col-md-6:last-child {
    padding-left: 4rem;
}
form.wpcf7-form .schedule-form input[type="text"],
form.wpcf7-form .schedule-form input[type="email"],
form.wpcf7-form .schedule-form textarea {
    border: 1px #6d6e70 solid;
    width: 65%;
    border-radius: 0;
    float: right;
}
form.wpcf7-form .schedule-form input[type="submit"] {
    float: right;
    font-size: 2rem;
}
form.wpcf7-form .schedule-form label {
    display: block;
    font-weight: normal
}
form.wpcf7-form input[type="submit"] {
    display: inline-block;
    padding: 5px 20px;
    background-color: white;
    color: #f15f2e;
    border: 1px #f15f2e solid;
    text-transform: uppercase;
    border-radius: 0;
    font-size: inherit;
}
form.wpcf7-form input[type="submit"]:hover {
    background-color: #f15f2e;
    color: white;
}
span.wpcf7-list-item {
    margin: 0;
}
span.wpcf7-list-item-label {
    font-size: 0.8em;
    font-weight: normal;
}
section.get-assistance {
    padding-top: 3rem;
    border-top: 2px #fac710 solid;
}
section.get-assistance .programs {
    margin-top: 5rem;
}
section.get-assistance .program {} section.get-assistance .program + .program {
    padding-top: 5rem;
    margin-top: 5rem;
    border-top: 2px #fac710 solid;
}
section.get-assistance .program .row-locations p {
    margin-bottom: 0px
}
section.get-assistance .program strong {
    color: #414042;
    font-family: 'ProximaNova-Bold';
    font-size: 0.9em;
    text-transform: uppercase
}
section.get-assistance .program .assistance-side-bar {
    text-align: center
}
section.volunteer-section {
    padding-top: 3rem;
    border-top: 2px #fac710 solid;
}
section.volunteer-section form {} section.volunteer-section form select {
    width: 80%;
    margin-bottom: 1rem;
}
section.volunteer-section .row-opportunities {} section.volunteer-section .row-form {
    margin-bottom: 4rem;
}
section.volunteer-section .row-opportunities .opp {
    clear: both;
    padding-bottom: 3rem;
    border-bottom: 1px #d1d3d4 solid;
    margin-bottom: 3rem;
}
section.volunteer-section .row-opportunities .opp h3 {
    font-size: 2.7rem;
}
section.volunteer-section .row-opportunities .opp .location-info {
    margin: 1rem 0px;
}
section.volunteer-section .row-opportunities .opp .location-info p {
    display: inline;
    margin: 0;
}
section.volunteer-section .row-opportunities .opp .more-info {
    display: none;
    font-size: 2rem;
}
/* posts */

section.related-posts {
    padding: 6rem 0 4rem 0;
    margin: 8rem 0;
    border-top: 2px #e2e2e2 solid;
}
section.related-posts .block-title {
    text-align: center;
    margin: 0;
    margin-bottom: 4rem;
}
section.related-posts .row > .col-md-6:nth-child(odd) .post-wrap {
    padding-right: 4rem;
}
section.related-posts .row > .col-md-6:nth-child(even) .post-wrap {
    padding-left: 4rem;
}
section.related-posts .row > .col-md-6:nth-child(odd) {
    clear: left;
    border-right: 2px #e2e2e2 solid;
}
section.related-posts .post-cat {
    margin-bottom: 20px;
    display:none;
}
section.related-posts .post-cat .orange-txt-bg {
    font-size: 0.8em;
    padding: 2px 20px;
    line-height: normal;
}
section.related-posts .post-cat .orange-txt-bg:hover {
    color: white;
    text-decoration: none
}
section.related-posts .post-title {
    font-family: Gibson-Semibold;
    font-size: 2.5rem;
    margin-bottom: 10px;
    color:#1489d0;
}
section.related-posts .post-date,
section.related-posts .post-date a {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #f15f2e;
    font-size: 2rem;
    display:none;
}
section.related-posts .read-more {
    display:none;
}

section.related-posts .post-link  {display:none;}
section.related-posts .post-link a.o2-btn, a.btn-dark {
    color: #f15f2e;
    border-color: #f15f2e;
    font-size: 1.7rem;
}
section.related-posts .post-link a.o2-btn:hover {
    color: white;
}
section.related-posts .post-inro .read-more {
    display: none
}
.featured-post {
    background-image: url(/wp-content/uploads/featured_posts-bg.jpg);
    background-repeat: no-repeat;
}

.entry-header h2.entry-title {
    font-family: Gibson-Semibold;
    font-size: 2.5rem;
    line-height: 2.9rem;
    margin-bottom: 10px;
}


section.news-and-pr {

}

  section.news-and-pr .col-md-12 .post-info p {
    max-width: none
  }

section.news-and-pr  .col-md-12 .resources-img{display: none}

@media all and (min-width: 991px) {

    section.news-and-pr .col-md-12 .resources-img-pr-item {
    float:left;
    width: 30%;
    padding-right:30px;
    }

    section.news-and-pr .col-md-12 .post-info  {
        float:left;
        width: 60%;
         padding-left:30px;
    }

}

section.news-and-pr .row.row-articles {
    padding-top:0;
}

.pr-type-event .entry-header h2.entry-title {
    margin-top:0;
            font-family: Gibson-Semibold;
}

.pr-type-event .post-date, section.news-and-pr .col-md-12 .post-date{
        font-family: Gibson-Semibold;
        font-size: 2.2rem;
        margin-top:20px;
}

section.news-and-pr .col-md-12 .post-date {
    margin-top:0;
}

section.news-and-pr + section.text-content {
    border-top:1px #ccc solid;
    padding-top:4rem;
}



section.news-and-pr .pr-type-video {
        min-height: 360px;
}


section.news-and-pr .row-articles p {margin:0;}

.post-date .posted-on a {
    color:#6d6e70
;
}


.entry-header h2.entry-title a {
    color: #1489d0;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 20px 0 0;
}
.entry-header .post-cat a, .post-wrap .post-cat a.orange-txt-bg {
    display: inline-block;
    padding: 4px;
    background-color: #f15f2e;
    color: white;
    font-size: 0.8em;
    padding: 2px 20px;
    line-height: normal;
    font-weight: normal;
    font-family: Gibson-Regular; 
    text-transform: none
}
.featured-post {
    background-image: url(/wp-content/uploads/featured_posts-bg.jpg);
    background-repeat: no-repeat;
      padding: 5rem 6rem;
    min-height: 600px;
}
.featured-post * {
    color: white;
}

.featured-post p {
    font-size: 1.1em;
    max-width: none
}

.featured-post .entry-header h2.entry-title a {
    color: white;
}
.featured-post .entry-header .post-cat a {
    color: #f15f2e;
    background-color: white
}
.single-post .entry-header h1.entry-title {
    font-family: Gibson-Italic;
    font-size: 3.4rem;
    margin-top: 0px;
}
article.post.hentry {
    border: 0!important;
    border: 0;
    margin: 0;
}


.single-post-news {margin-top:4rem;}

.single-post #primary {
    padding-top: 10rem;
}
.entry-content.news-head {
    margin: 5rem 0;
}
.single #secondary {
    margin-top: 10rem;
}
#secondary {
   
    padding: 0;
}

.single-stories #secondary {border:0;}


#secondary h3.widgettitle {
    color: #6d6e70;
    font-size: 2rem;
    font-family: Gibson-SemiBold;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 0.75em;
}
#secondary ul {
    margin: 0;
    padding: 0;
    list-style: none
}
#secondary .widget_recent_entries {
    background-color: #e8e8e8;
    padding: 4rem 3rem;
    font-size: 1.9rem;
}
#secondary .widget_categories h3,
#secondary .widget_archive h3,
#secondary .widget_authors h3 {
    padding: 0 3rem;
    margin: 0;
}
#secondary .widget_categories select,
#secondary .widget_archive select,
#secondary .widget_authors select

 {
    border: 0;
    border-radius: 0;
    background-color: #e8e8e8;
    background-image: URL('/wp-content/uploads/select-bg.png');
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding-left: 3rem;
    font-size: 2rem;
        box-shadow: 6px 6px 23px -4px rgba(0, 0, 0, 0.25);
}
#secondary .widget_recent_entries li {
    margin-bottom: 10px;
    line-height: 2.4rem
}
#secondary .widget_recent_entries a {
    color: #6d6e70;
    text-decoration: underline;
}
.row.row-articles {
    padding-top: 5rem;
}
.row.row-articles > .col-md-6:nth-child(even) .post-wrap {
    padding-left: 4rem;
}
.row.row-articles > .col-md-6:nth-child(odd) .post-wrap {
    padding-right: 4rem;
}

.row.row-articles > .col-md-6:nth-child(odd) {
   border-right: 2px #e2e2e2 solid;
}
.article-divider {
    off-border-top: 2px #e2e2e2 solid;
    off-margin-top: 4rem;
    off-margin-bottom:5rem;
}

.article-divider {
    off-border-top: 2px #e2e2e2 solid;
    margin-top: 2rem;
    margin-bottom:2rem;
}

.page.hentry {
    margin: 0;
}
article.post.hentry {
    border-bottom: 1px #eee solid;
}
.single-post article.post.hentry {
    padding-bottom: 5rem;
}
.single-post .post-cat {
    display: none;
}
.single-post .post-date a {
    color: #6d6e70;
}
.single-post .entry-title {
    color: #f15f2e;
}
#secondary section + section {
    border-top: 2px #eee solid;
    padding-top: 2rem;
    padding-bottom: 1rem;
    ;
}
.posts-navigation .nav-links {
    padding: 4rem 15px;
    margin-top: -3rem;
    margin-bottom: 5rem;
}
/* forms */

form * {
    outline: none;
}
form input[type="text"] {} form select {
    border: 1px #888 solid;
    border-radius: 0px;
    -webkit-box-shadow: 6px 6px 23px -4px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 6px 6px 23px -4px rgba(0, 0, 0, 0.64);
    box-shadow: 6px 6px 23px -4px rgba(0, 0, 0, 0.64);
    background-color: white background: transparent;
    padding: 2px 60px 2px 10px;
    -webkit-appearance: none;
    background-image: url('/wp-content/uploads/2017/04/icon-select.png');
    background-position: right;
    background-repeat: no-repeat;
}
select::-ms-expand {
    display: none;
}
input.nvfs-btn,
button.nvfs-btn {
    font-size: inherit;
    border: 0;
    border-radius: 0;
    padding: 7px 20px;
    -webkit-box-shadow: 6px 6px 23px -4px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 6px 6px 23px -4px rgba(0, 0, 0, 0.64);
    box-shadow: 6px 6px 23px -4px rgba(0, 0, 0, 0.64);
}
#google_translate_element {
    padding-top: 10px;
    float: right;
}
.menu-toggle {
    outline: none!important;
    float: right;
    margin-top: -85px;
    font-size: 3rem;
    background: none;
    border: 0;
}
#utility-menu2 {
    display: none;
}
section.roi-calculator {
    margin-bottom: 7rem;
}
section.roi-calculator .text-padding {
    text-align: center;
    font-family: Gibson-Italic;
}
section.roi-calculator .top-text {
    font-family: Gibson-SemiBold;
    color: #1489d0;
    font-size: 5rem;
    height: 55px;
}
section.roi-calculator .col-1 .top-text {
    margin-bottom: 10px;
    margin-top: -10px;
}
section.roi-calculator .bottom-text span {
    font-size: 2.2rem;
    font-family: Gibson-SemiBold;
    color: #1489d0;
}
section.roi-calculator .operation {
    font-size: 5rem;
    font-family: Gibson-SemiBold;
}
section.roi-calculator .top-text input {
    border: 1px #eee solid;
    color: #1489d0;
    font-size: 5rem;
    width: 130px;
    font-family: Gibson-SemiBold;
    height: 5rem;
    line-height: normal;
    padding-top: 10px;
}
section.roi-calculator .col-2,
section.roi-calculator .col-3 {} section.roi-calculator .row + .row {
    margin-top: 4rem;
}
section.roi-calculator button.o2-btn {
    outline: none!important;
    color: #f15f2e;
    border: 1px #f15f2e solid;
    background-color: transparent;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
section.roi-calculator button.o2-btn:hover {
    border-color: #f15f2e;
    color: white;
}
@media screen and (max-width: 1025px) {
    #site-navigation {
        padding-left: 0rem;
    }
    #google_translate_element {
        padding-top: 0px;
    }
    /*
    section.image-callout, .section-wrap.info, div.section-wrap {margin-left:0;margin-right:0;}
  
    #masthead {    max-width: 1024px;}
*/
    
    .search-form {
        margin-top: -10px;
    }
}
@media screen and (max-width: 991px) {
    html {
        font-size: 8px;
    }
    .logo img {
        max-width: 70%;
    }
    .site-branding img {
        margin-bottom: 0px;
    }
    #masthead .navwrap {
        padding: 5px 15px;
    }
    .menu-toggle {
        padding-right: 0;
    }
    .search-form {
        margin-right: 15px;
    }
    #masthead {
        position: relative;
    }
    .hero,
    .hero-slider {
        margin-top: 0;
    }
    #primary-menu li a {
        color: #000;
    }
    section.no-bg [class*=col-] + [class*=col-],
    section.has-bg [class*=col-] + [class*=col-] {
        border: 0;
    }
    footer .qsocial,
    section.no-bg [class*=col-],
    section.has-bg [class*=col-] {
        margin-bottom: 4rem;
    }
    .pagelinks ul {
        padding: 5rem 0;
    }
    .pagelinks ul li {
        display: block;
        margin-bottom: 2rem;
    }
    .pagelinks ul li a {
        min-width: 200px;
    }
    section.image-callout .callout-text .row > .col-md-6:first-child {
        border: 0;
    }
    .toggled #utility-menu2 {
        display: block;
        background-color: white;
    }
    .toggled #utility-menu2 li {
        padding: 10px 0;
    }
    .toggled #utility-menu2 li a {
        color: #414042;
        border: 0px;
    }
    #google_translate_element {
        float: none;
        padding-bottom: 10px;
        text-align: center;
    }
    #utility-menu,
    .translate,
    #google_translate_elementt {
        display: none;
    }
    .main-navigation li {
        float: none;
    }
    #site-navigation {
        padding-left: 0px;
    }
    #primary-menu {
        background-color: white;
        margin: 0;
    }
    .main-navigation ul,
    .main-navigation ul ul,
    .main-navigation ul ul ul {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0!important;
        left: 0!important;
        z-index: 99999;
        background-color: white margin-top: 0px;
    }
    .main-navigation ul li,
    .main-navigation ul ul li,
    .main-navigation ul ul ul li {
        padding-left: 20px!important;
        border: 0px;
    }
    .main-navigation ul li a,
    .main-navigation ul ul li a,
    .main-navigation ul ul ul li a {
        border-bottom: 1px #eee solid;
    }
    .main-navigation ul ul a {
        width: 100%;
    }
    #primary-menu li a {
        padding: 1rem 2rem 1rem 0rem;
    }
    .main-navigation ul ul {
        margin: 0;
    }
    section.infographic .row > div:first-child {
        border: 0px;
    }
    .pagelinks ul li a {
        font-size: 1.5rem;
    }
    .page-bottom .col1 {
        padding: 10px;
    }
    .page-bottom .col1 a {
        padding: 0;
        border: 0;
    }
    .stripes-bg {
        margin: 0;
        padding: 0;
    }
    .search-form {
        margin-top: 0;
    }
    div.section-wrap,
    .section-wrap.info {
        margin-left: 0;
        margin-right: 0;
    }
    .featured-post {
        min-height: initial;
    }
    .row.row-articles > .col-md-6:nth-child(even) .post-wrap {
        padding-left: 0;
    }
    .article-divider {
        display: none;
    }
    .row.row-articles {
        padding: 0;
    }
    .row.row-articles > .col-md-6:nth-child(odd) {
        border: 0;
    }
    .row.row-articles > .col-md-6 .post-wrap {
        padding-top: 4rem;
        padding-right: 0!important;
        /* margin-top: 4rem; */
        
        border-top: 2px #eee solid;
    }
    form.wpcf7-form .schedule-form > .col-md-6:last-child {
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    ul.homeslide .title-wrap {
        width: 90%;
    }
    ul.homeslide .home-text {
        position: relative;
        padding-top: 2rem;
            padding-bottom: 4rem;
    }
    ul.homeslide h1,
    ul.homeslide p,
    ul.homeslide p a {
        color: #58595b;text-align:center; text-shadow: none
    }
    section.infographic .row {
        margin: 0;
    }
    .links-top h3 {
        font-size: 3rem;
    }
    .pagelinks ul li a {
        display: block;
        margin-bottom: 10px;
    }
    .links-bottom {
        display: none;
    }
    .stripes,
    .links-bottom {
        display: none;
    }
    .links-top {
        padding-bottom: 2rem;
    }
    .site-footer .footer-donate input[type="submit"] {
        width: 100%;
        margin-bottom: 1rem
    }
    .site-footer a.nvfs-btn,
    .site-footer .footer-subscribe a.nvfs-btn {
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
        font-size: 1em;
    }
    .site-footer .footer-donate form {
        border: 0;
        padding: 0;
        margin: 0;
    }
    section.infographic {
        border: 0px;
    }
    .entry-content h1 + p {
        margin: 0px;
    }
    section.video-block .video-description {
        padding: 2rem;
        position: relative;
        right: initial;
        bottom: initial;
        width: 100%;
        padding: 4rem 5rem;
    }
    section.video-block .video-description .video-content strong {
        font-size: 3.5rem;
    }
    section.bootstrap-3columns .row > div,
    section.bootstrap-2columns .row > div {
        margin-bottom: 2rem;
    }
    section.leaders .leader-img {
        text-align: center;
    }
       section.leaders .leader-img img {
        margin:0 auto;
    }
    section.leaders .leader-info {
        text-align: center
    }
    section.leaders .col-md-2:hover .leader-img {
        border-color: transparent;
    }
    section.leaders .row.senior-team .col-md-2 {
        min-height: initial;
    }
    section.infographic .block-title {
        font-size: 3rem;
    }
    section.image-callout .callout-text {
        position: relative;
    }
    section.image-callout .callout-text h3,
    section.image-callout .callout-text p {
        color: #58595b;
    }
    section.image-callout .callout-text-bg {
        display: none;
    }
    section.image-callout {
        margin-left: 0;
        margin-right: 0;
    }
    section.image-callout .callout-text {
        margin: 0;
        padding: 2rem;
    }
    .entry-content h1 {
        font-size: 5rem;
    }
    .entry-content h3,
    .entry-header h2.entry-title {
        font-size: 3.7rem;
    }
    section.image-callout .callout-text p {
        font-size: 3rem;
    }

    .section-wrap.info {padding-left:0;padding-right:0;}
    section.infographic .row > div:first-child {margin-left: 0;}
    div.section-wrap.info + section.text-content {    margin-top: 0;}
    section.roi-calculator .text-padding {height:auto!important}

    .page-bottom .row .col-md-3 a {border:0px;}
    div.section-wrap {    padding: 0;}
    section.has-bg .block-title {    padding-top: 4rem;}
    .pagelinks ul li a {font-size: 2rem;}

    .hero, .hero-slider {margin-bottom:0;}
    section.related-posts .row > .col-md-6:nth-child(even) .post-wrap {padding-left:0;}
    section.related-posts .row .post-wrap {
    padding-left: 0;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px #eee solid;
    }

    section.image-callout .callout-text .row .col-md-6 {    padding: 0 1rem;}
    ul.homeslide h1 {    font-size: 5.4rem;}
    section.infographic > p {width:90%;}
    section.story-slider .list-filter ul li {float:none;margin-left:30px;}
}


/* press */
.next-prev-links {clear: both;
    margin: 6rem 0;
  
    padding-top: 6rem;
    border-top: 2px #e2e2e2 solid;}
.single-news #primary {padding-top: 10rem;}
.page-id-131 .post-date {color:transparent}
.page-id-131 .post-date > span:last-child {display:none}





/* Maketo Forms */
.page .mktoForm {max-width:500px;}
.page .mktoForm .mktoButtonWrap.mktoSimple .mktoButton, 
.page .mktoForm .mktoButtonWrap.mktoInset .mktoButton,
.page .mktoForm .mktoButtonWrap.mktoThoughtbot .mktoButton,
.page .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton,
.page .mktoForm .mktoButtonWrap.mktoGlow .mktoButton

 {
    display: inline-block;
    padding: 5px 20px;
    background-color: white;
    color: #f15f2e;
    border: 1px #f15f2e solid;
    text-transform: uppercase;
    border-radius: 0;
    font-size: inherit;
    font-size: 2rem;
    background-image:none;
    box-shadow: none;
    width:auto;
    font-weight: normal;
    text-shadow: none

}


.hs-form input[type="submit"]
 {
    display: inline-block;
    padding: 5px 20px;
    background-color: white;
    color: #f15f2e;
    border: 1px #f15f2e solid;
    text-transform: uppercase;
    border-radius: 0;
    font-size: inherit;
    font-size: 2rem;
    background-image:none;
    box-shadow: none;
    width:auto;
    font-weight: normal;
    text-shadow: none;
    margin-top:3rem;
    transition: all 300ms

}

.hs-form input[type="submit"]:hover {
    color:white;background-color: #f15f2e
}

.hs-form .legal-consent-container .hs-richtext,.hs-form  .inputs-list li {font-size:14px;line-height:normal;}
.hs-form .legal-consent-container > .hs-richtext:first-child{padding-top:5rem;}
.hs-form .legal-consent-container ul {list-style: none; padding:0;}
.hs-form .legal-consent-container .hs-dependent-field { padding-top:2rem;   font-size: 18px;
    line-height: normal;}
.hs-form .legal-consent-container .hs-dependent-field input {margin-right:10px;}
.hs-form  label{font-weight: normal}

.page .mktoForm .mktoLabel,.page .mktoForm .mktoRequiredField label.mktoLabel {
        font-size: 2.4rem;
    line-height: normal;
    overflow-x: hidden;
    line-height: 1.3em;
    color: #6d6e70;
    font-weight: normal

}


.page .mktoForm.mktoHasWidth, 
.page .mktoForm .mktoLabel, 
.page .mktoForm .mktoFieldWrap {width:100%!important;}



.page .mktoForm input[type=text], .page .mktoForm input[type=url], .page .mktoForm input[type=email], .page .mktoForm input[type=tel], .page .mktoForm input[type=number], .page .mktoForm input[type=date], .page .mktoForm textarea.mktoField, .page .mktoForm select.mktoField {
    padding: 2px 3px;
    border: 1px #6d6e70 solid;
    width:100%!important;
    border-radius: 0;
    float: right;
    box-shadow: none
}

.page .hs-form textarea, .page .hs-form input[type=text], .page .hs-form input[type=url], .page .hs-form input[type=email], .page .hs-form input[type=tel], .page .hs-form input[type=number], .page .hs-form input[type=date], .page .hs-form textarea.mktoField, .page .hs-form select.mktoField {
    padding: 2px 3px;
    border: 1px #6d6e70 solid;
    width:100%!important;
    border-radius: 0;
    float: right;
    box-shadow: none
}

.hs-form .hs-form-field {margin-bottom:6rem;}

.page .mktoForm .mktoGutter {display:none;}

.page .mktoButtonWrap.mktoSimple, 
.page .mktoButtonWrap.mktoInset,
.page .mktoForm .mktoButtonWrap.mktoThoughtbot,
.page .mktoForm .mktoButtonWrap.mktoPurpleCandy,
.page .mktoForm .mktoButtonWrap.mktoGlow{margin:0!important;}

.page .mktoForm .mktoFormCol {float:none;}

.page .mktoButtonRow {    margin-top: 3rem;}

.page .mktoForm textarea.mktoField {min-height:20rem;}

.page .mktoForm .mktoRequiredField .mktoAsterix  {
color:#F05F2E;
float: left;
    padding: 0;
    padding-right: 5px;
}










.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 1.5rem;
}

.wp-caption {
    margin-bottom: 0.5em;
}

.alignright {  }



.single-news h5{
    color: #f15f2f;
    font-size:2.4rem;
       font-family: Gibson-SemiBold;
}

/*blockquotes */

blockquote {

color: #f15f2e;
    line-height: 1.4em;
    float: left;
    border: 0;
    border-right: 1px #f15f2e solid;
    width: 50%;
    padding-left: 0;
    margin-left: 0;
    font-size: inherit;
    font-family: Gibson-Light;
}

@media screen and (max-width: 767px) {
blockquote { width:100%;float:none;border:0;margin-bottom:2rem;font-size: inherit}
}




@media screen and (min-width: 1300px) {
    .entry-content > ul {    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
}}
}



/* form on resources */

.parent-pageid-4698 .col-md-offset-1 {margin-left:0;}
.parent-pageid-4698 .bootstrap-2columns {margin-bottom:5rem;}
.page-id-137 .hero {    max-height: 0rem;}


@media screen and (min-width: 1023px) {
        .entry-content > h1, 
        .entry-content > h2, 
        .entry-content > h3,
        .entry-content > h4,
        .entry-content > h5,
        .entry-content > h6,      
        .entry-content > p 

 {max-width: 950px;margin-left:auto;margin-right: auto;}

}



h6 {font-size:1.5rem;color:#1489d0;}
.hs-form-required {color:#1489d0;}



/* staging  */
#masthead .navwrap {background-color: rgba(241, 95, 46,0.8);}
.hero, .hero-slider {margin-top: 8.6rem;}
#masthead {}
#masthead .top-wrap {    background-color: rgba(255, 255, 255, 0.8);}


section.no-bg strong {text-transform: none}
.entry-content h4 {font-size:3.2rem;}

section.bootstrap-2columns div.shape-left-yes {background-image:url(/wp-content/uploads/bg-left@2x-80.jpg);background-repeat: no-repeat;background-position: center bottom;background-size:contain;}
section.bootstrap-2columns div.shape-right-yes {background-image:url(/wp-content/uploads/bg-right@2x-80.jpg);background-repeat: no-repeat;background-position: center bottom;background-size:contain;}

section.bootstrap-2columns.border-top-yes .row {border-top:1px #d0d2d3 solid;}
section.bootstrap-2columns.border-bottom-yes .row {border-bottom:1px #d0d2d3 solid;padding-bottom:6rem;}
.entry-content section + section {margin-top:6rem;}
.home .hero-slider {margin-top: 20.6rem; }
.hero {margin-bottom:0;}


/* Single post styles sept 2018 */
.single-post h2 {color:#6d6e70; font-size: 2.8rem; line-height: 3.5rem; font-family: Gibson-SemiBold; font-weight: normal;    margin: 20px 0;}
.single-post article header { padding-bottom:3rem;border-bottom:1px #e2e2e2 solid; }
.single-post article .entry-content {margin-top:0;}
.single-post article .entry-content h3 {color:#1489d0;font-size: 2.7rem; line-height: 3rem;font-weight: normal;font-family: 'Gibson-Regular';    margin: 0 0 10px 0; }
.single-post article .entry-content h4  {font-size: 2.2rem;color:#f15f2e;}
.single-post article .entry-content h5  {font-size: 1.8rem;margin:0;}




#secondary .widget_recent_entries { border-top: 10px #f15f2e solid;}
#secondary .widget_recent_entries.blue {border-color:#1489d0;}

.blog-cta {background-color: #ededed;padding:3rem;position: relative;padding-left:8.5rem;}
.blog-cta .cta-text{ font-family: Gibson-SemiBold;}
.blog-cta .cta-icon {position: absolute;left:3rem;top:3rem;}
.blog-cta .cta-link {margin-top:2rem}

#secondary.related-bottom .widget_recent_entries {background-color:transparent;padding-left:0;padding-top:2rem;}
.single-post #primary, .single #secondary{
    padding-top: 0;
} 


.single-news .single-post #primary, .single-news.single #secondary{
    padding-top: 10rem;
} 

.single-news .single-post #secondary, .single-news.single #secondary{
    padding-top: 10rem;
} 


/* datasheets */
.page-template-datasheets {}
.page-template-datasheets .entry-content .story-content-full h4 {text-transform: none}
.page-template-datasheets .entry-content .story-content-full td {padding:10px 5px;}
.page-template-datasheets .entry-content .story-content-full th {background-color: #eee;padding:2px 5px;text-transform: uppercase;font-size:2rem;font-weight: normal;font-family: Gibson-SemiBold; }
.page-template-datasheets .entry-content .story-content-full ul {margin: 0;padding-left:19px;}

.page-template-datasheets #secondary  {padding-top:40px;}
.page-template-datasheets #secondary .case-cta {margin-bottom:4rem;}
.page-template-datasheets #secondary .case-cta p {margin-bottom:10px;font-family: Gibson-Italic; font-size:3rem;}
.page-template-datasheets #secondary .case-cta {}
.page-template-datasheets #secondary .case-cta a {font-family: Gibson-Regular;}

.page-template-datasheets #secondary .case-img {border-top:9px #1489d0 solid;background-color: #ededed;padding:20px 4rem;}
.page-template-datasheets #secondary .case-img p {margin-bottom:10px;}
.page-template-datasheets #secondary .case-img img {-webkit-box-shadow: 3px 2px 12px -1px rgba(0,0,0,0.34);
-moz-box-shadow: 3px 2px 12px -1px rgba(0,0,0,0.34);
box-shadow: 3px 2px 12px -1px rgba(0,0,0,0.34);}




.page-template-datasheets #secondary .case-more {margin-top:4rem;}
.page-template-datasheets #secondary .case-more img {border:2px #ededed solid;}
.read-more2.blue {}

.blog .post-cat, .blog .read-more2.blue {display: none}


.featured-post h2.entry-title {font-family: Gibson-SemiboldIt;font-weight:normal;font-size:3rem;}

.single-post .hero {margin-bottom:8rem;}
.single-post #secondary {margin-top:0;}


/* case studies */
.story-slider .read-more2.blue {display: none}
.single-stories h1 {font-size:4.2rem;}
.single-stories h2 {color:#6d6e70;font-size:2.8rem;line-height: 3rem;font-family: Gibson-SemiBold; }
.single-stories .entry-content h3 {color:#1489d0;font-size:2.8rem;font-weight:normal;font-family: Gibson-Regular;margin-bottom:0;}


.single-stories .hero {margin-bottom:8rem;}
.single-stories #secondary {margin-top:0;}
.single-stories .entry-content {margin-top:0;}
.entry-content .story-content-full h4 {text-transform:capitalize}



/* video */
section.text-content-video {}
section.text-content-video .col-md-9 {color:white;background-image:url(/wp-content/uploads/video-bg.jpg);
background-repeat: no-repeat;


}
/*/wp-content/uploads/icon-video-play.png */
section.text-content-video .col-md-9 * {color:white;}
section.text-content-video .col-md-9 td {height:500px;text-align: center}

section.text-content-video .col-md-9 h3 {
        font-family: Gibson-SemiBold;
        text-transform: uppercase;
        position:relative;
        font-size:2.3rem;
        display: inline-block

}

section.text-content-video .col-md-9 h3:after{
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 95%;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    bottom: -4px;
}


/* resources updates */
.resources-img {overflow:hidden;max-height:200px }
section.resources-grid .summary {position: relative ; text-align: left;padding:0;margin-bottom:30px;}
section.resources-grid .summary p {color:#1489d0;font-family: Gibson-Regular; text-align: left;margin-bottom:15px; }
section.resources-grid .summary a{color:#f05f22;border-color:#f05f22;}
section.resources-grid .summary a:hover {border-color:#1489d0;}


.resources-grid .row > .item:nth-child(3n+1) {
    clear: left;
}





.page-id-4647  .bootstrap-2columns.border- .col-md-6{
border:0;
}

.parent-pageid-6418 .author.vcard {display:none;}

::cue, video::-webkit-media-text-track-display-backdrop {
color: transparent;
text-shadow: none;
background-color: transparent!important;
}

video::-webkit-media-text-track-display-backdrop {
  background-color: transparent!important;
  overflow: visible !important;
}

.cc-on ::cue, .cc-on video::-webkit-media-text-track-display-backdrop {
    color: white;
    text-shadow: 2px 2px 2px #000;
    background-color: transparent!important;
    font-weight:bold;
    line-height: normal;
    padding:10px;
    font-size:40px;
    line-height: 40px
}



.home-video .cc {
    position: absolute;
    z-index: 10000;
    background-repeat: no-repeat;
    width: 40px;
    background-image: url(/wp-content/uploads/cc.png);
    height: 40px;
    right: 29px;
    bottom: 85px;
    background-size: contain;



}

.mfp-close.video-close {
top: 30px;
right: 30px;
z-index:10000;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 85%;
}

.home .mfp-bg {
    opacity:0.98;
}


div.pagination {
        display: block;
}
 ul.page-numbers {
    text-align: center;
     margin: 0;
     border-bottom:2px transparent solid;
}
 ul.page-numbers li{
    display: inline;
    padding:0 5px;
    position: relative;

 }

 ul.page-numbers li:after {
       content: '.';
    position: absolute;
    right: -5px;
    top: -9px;
    color: #bbb;
 }

 ul.page-numbers li:last-child:after {
    content:'';
 }


 .page-numbers.current {
    background-color: transparent;
    border-color:#2A5BD7;
    color:#1489d0;
}

.blog .featured-post .entry-content a {
        color: white;
    border-color: white;
    display: inline-block;
    padding: 6px 20px 3px 20px;
    border: 1px white solid;
    color: white;
    text-transform: uppercase;
    font-size: 0.9em;
}

.entry-content .experpt p{margin-bottom:0;}
.entry-content.experpt p{margin-bottom:0;}



/* savi clickability overrides */
p.chevron-links {max-width: none}


.chevron-links a {
    color:#6d6e70;
    position: relative;
}

.chevron-links.products a {
    color:#f15f2e;
    display: inline-block;margin-right:15px;
}


.chevron-links a:after {
    content:' »';
    color: #f15f2e;
    font-size: 35px;
}

section.has-bg .chevron-links a:after {
    color:white;
}

.chevron-links a:hover,
.chevron-links a:hover:after {
        color:#1489d0;
        text-decoration:none!important;
}




.row-after-content .text-padding {
    height: auto!important;
    margin-top:50px;
}


section.has-bg .o2-btn {}
section.has-bg .o2-btn:hover {}

section.has-bg p a.o2-btn.hvr-sweep-to-right:before{
    background-color: white;
}
section.has-bg p  a.o2-btn.hvr-sweep-to-right:hover {
    color:#1489d0;
    border-color:white;
}


section.image-callout .callout-text a {
    font-size:inherit;
    color:#f15f2e;
}

section.image-callout .callout-text a:hover{
    color:#1489d0;
}

section.infographic > p {
        width: 60%;
        margin-bottom:4rem;
}

section.infographic > p a.o2-btn.hvr-sweep-to-right:before{
    background-color: white;
}
section.infographic > p a.o2-btn.hvr-sweep-to-right:hover {
    color:#f15f2e;
}

.site-footer a:hover, #secondary .widget_recent_entries a:hover {
    color:#1489d0;
}



.entry-header h2.entry-title a span {
    color: #f15f2e;
    font-size: 1.2em;
    font-weight: 400;
}


.search-form input[type="text"] {
    width:100%;
}



.page-id-4687 .onecolumn-content .slider a:hover {
    color:white;
    text-decoration: underline
}

.featured-post .entry-header h2.entry-title a span {color:white;}


#secondary .sharethis-inline-share-buttons {
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
}

/*
*/


#custom_html-5 {
    color:white;
    font-size:19px;
    line-height: 23px;
        padding: 3rem 3rem;
        background-image: url('/wp-content/uploads/subscribe-bg.jpg')
}
#custom_html-5  h3.widgettitle {
    color:white;
        font-family: Gibson-SemiboldIt;
        text-transform: none
}

#custom_html-5  .hs-richtext p {
line-height: normal;
padding-top:15px;
}
#custom_html-5  .hs-richtext p a {
    color:white;
    text-decoration:underline;
}


.row-articles .col-md-4 {
    margin-bottom:40px;
}

.pr-type-event.post-item.cat-events- {
        min-height: 440px;
}

body.blog  article > .sharethis-inline-share-buttons {display: none!important}
body.blog  article > .sharethis-inline-share-buttons + br {display: none}
body.blog  article header + br {display: none}





/* PRODUCTS */
.entry-content .product-category h3 {
    font-size:5.2rem;
    margin-bottom:10px;
}

 section.product-category .text-padding p:last-child {
    margin-bottom: 0
 }


.text-content.product-row {border-top:1px #d0d2d3 solid;;    padding-top: 4rem;}


 section.product-row +  section.product-category {
    border-top:1px #d0d2d3 solid;;
    padding-top: 6rem;
 }


.entry-content section.product-row + section.product-row {
    margin-top: 4rem;

}


 section.product-row .text-padding p:last-child {
    margin-bottom: 0
 }


 .entry-content .product-row h3 {
    font-size:4.2rem;
    margin-bottom:10px;
    color:#1489D0;
    margin-top:0;
}


.pagelinks h3 {
    color:white;
    font-size:5.5rem;

    margin-top:10rem;
    margin-bottom:2rem;
}


.pagelinks h3 + ul {
    padding-top:2rem;
}



.page-id-7486 section.onecolumn-content.has-bg p {
       max-width: 850px;
    margin: 0 auto;
}


