:root { --brand-primary: #005588; --brand-secondary: #E4E5E6; --red: #DA1020; --redHover: #a20c19; --gray: #E4E5E6; } 
body, html { font-family: "Univers", "Roboto", Helvetica, sans-serif; font-size: 16px; margin: 0px; min-height: 100%; overflow-x: hidden; padding: 0px; } 
 a:hover, a:focus { transition: .2s; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; }
h1.title { font-size: 1.15rem; font-weight: 700; margin-bottom: 30px; height: auto; padding: 0 20px; text-align: center; }
h2 { font-size: 1.875rem; font-weight: 700; margin-bottom: 10px; }
h3,.h3-style { display: block; width: 100%; background-color: var(--brand-secondary); font-size: 1.375rem; font-weight: 700; padding: 15px; margin-bottom: 15px; border-bottom: 1px solid var(--brand-primary); }
h3 .heading-icon, .h3-style .heading-icon { height: 62px; width: auto; margin-bottom: 20px; }
a h3, a .h3-style  { transition: background-color 150ms ease-in-out; }
a h3:hover, a .h3-style:hover  { background-color: #ccc; } 
p { font-size: 1rem; margin-bottom: 20px; }
p.enlarge {font-size: 0.85rem; font-style: bold; padding-top: 0; margin-top: 0;}

@media screen and (min-width: 992px) { 
    p { font-size: 1.15rem; } 
}

ul { padding-left: 1.25rem; }
li { font-size: 1rem; margin-bottom: 5px; }

@media screen and (min-width: 992px) { 
    li { font-size: 1.15rem; } 
} 

hr { border-bottom: 1px solid #808080; margin: 25px 0; }
a { color: #000; font-weight: 700; text-decoration: underline; transition: background-color .2s, color .2s; }
a:hover { color: var(--brand-primary); }
a.unstyled { font-weight: 400; text-decoration: none; }
a.unstyled:hover { color: unset; }
.button { background-color: var(--brand-primary); border-radius: 8px; border: 0; color: #fff; display: inline-block; letter-spacing: .05em; margin-top: 12px; padding: 4px 16px; transition: background-color .2s; text-decoration: none; font-size: 1.5rem; text-align: center; }
.button:hover { background-color: var(--redHover) !important; color: #fff; }
.button:focus { color: #fff; }

.partners ul {width: 100%; padding: 0; margin: 0;}
.partners ul li {list-style-type: none; width: 32%; display: inline-block;}
.partners ul li img {width: 90%;}

/* Forms */
/* form { margin: 18px 0; }
label { display: block; margin: 10px 0 8px; width: 100%; }
input[type="text"] { margin-bottom: 8px; padding-left: 3px; width: 100%; }
textarea { height: 80px; margin-bottom: 8px; padding: 3px 5px; resize: none; width: 100%; }
input[type="checkbox"], input[type="radio"] { margin: 0 4px 0 2px; }
input[type="checkbox"]+label, input[type="radio"]+label { display: inline-block; margin-right: 14px; position: relative; top: -1px; width: auto; }
input[type="submit"], input[type="reset"] { background-color: var(--brand-primary); border-radius: 14px; border: 0; color: #fff; letter-spacing: .05em; margin-top: 14px; padding: 4px 16px; transition: background-color .2s; }
.button:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: var(--brand-secondary); }
.required { color: #800; }
.required span { left: -9999px; position: absolute; top: -9999px; } */

/* MAIN SCREEN */ 
#screen { height: 100%; left: 0%; position: absolute; transition: left .6s; width: 100%; 
    background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url('../images/new-hp-bg.jpg');
    background-size: cover; background-repeat: no-repeat; background-position: bottom; }
.logo { display: block; width: 100%; padding: 25px; }

/* LEFT MENU */ 
#skipcontent { background-color: #fff; border: 1px inset #aaa; border-radius: 8px; box-shadow: 2px 2px 8px 0 #333; color: #000; font-size: 1.4em; font-weight: 700; left: -9999px; padding: 6px 14px; position: absolute; top: -9999px; }
#skipcontent:focus { left: 8px; top: 8px; }
#menu { background-color: #fff; float: left; height: 100%; overflow: auto; padding-bottom: 18px; width: 15%; }
#menu div { background-color: #f2f2f2; border: 1px solid #aaa; border-width: 1px 0; height: 54%; overflow-y: auto; }
#menu ul { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#menu ul li { border-bottom: 1px solid #ccc; margin: 0; width: 100%; }
#menu ul li a { color: #333; display: block; padding: 2px 8px 10px; position: relative; width: 100%; }
#menu ul li a i { background-color: var(--brand-primary); color: #fff; display: inline-block; font-size: 1.1em; margin: 4px 0; opacity: 1; padding: 4px; position: absolute; text-align: center; transition: filer 150ms ease-in-out }
#menu ul li a.showing>i { opacity: 1; }
#menu ul li a i:before { content: "\f101"; }
#menu ul li a span { display: inline-block; font-size: .9em; font-weight: 700; line-height: 1.3em; padding: 4px 0 0 30px; vertical-align: middle; }
#menu ul li a:hover { background-color: #eee; }
#menu ul li a:hover i { filter: brightness(80%); }
#menu ul li a.showing { background-color: #232425; color: #FFF; }

/* TRANSLATOR */ 
#google_translate_element2 { display: none; }
#langaugeselectcont select { margin-left: 5%; width: 90%; }
#langaugeselectcont label { margin-left: 5%; width: 90%; }

/* SLIDE AREA */
#slides { bottom: 0; height: 100%; position: relative; width: 100%; }
.container { bottom: 74px; height: auto; left: 15%; margin: 0; position: fixed; top: 94px; transition: left .6s, margin .6s; width: 85%; padding: 0; max-width: none; ; }
.slide { color: #000; width: 100%; height: 100%; margin-left: -1200%; margin-top: -22px; opacity: 0; position: absolute; top: -200%; transition: 0s; background-color: #FFF; padding: 30px; }

@media screen and (min-width: 992px) { 
    .slide { padding: 45px; }
}

.slide.showing { width: 90%; margin-left: 0%; margin-top: 0; left: 50%; transform: translateX(-50%); opacity: 1; top: 0; transition: margin-left 0s, margin-top .7s, opacity .8s, top 0s; max-height: 100%; overflow: auto; }
.img-full { width: 100%; height: auto; }
.contact-open .container { margin-left: -390px; }

#nav-progress { bottom: 0; height: 50px; overflow: hidden; position: absolute; right: 0; width: 85%; }
#nav-progress a { background-color: #000; background-color: rgba(0, 0, 0, .6); color: #fff; float: left; height: 100%; line-height: 62px; text-align: center; width: 10%; }
#nav-progress>a:hover { background-color: #000; }
#nav-progress a span { left: -9999px; position: absolute; top: -9999px; }
#nav-progress a i { font-size: 1.9em; }
#nav-progress ul { display: table; float: left; height: 100%; margin: 0; padding: 0; width: 80%; }
#nav-progress ul li { display: table-cell; height: 100%; padding: 0; }
#nav-progress ul li a { background-color: var(--brand-secondary); border: 1px solid #222; border-width: 19px 2px; height: 100%; width: 100%; }
#nav-progress ul li a.active { background-color: var(--brand-primary); ; }
#nav-progress ul li a span { color: #000; left: -9999px; position: absolute; top: -9999px; }
#nav-progress ul li a:hover { border-color: #333; }

/* MENU & COMMENT BUTTONS */ 
.meeting-button { background-color: var(--brand-primary); ; color: #FFF; font-size: .9em; font-weight: 700; height: 60px; position: absolute; text-align: center; text-transform: uppercase; width: 60px; text-decoration: none; transition: background-color 150ms ease-in-out; }
#menu-toggle { display: none; left: 20px; padding-top: 8px; top: 14px; width: 60px; z-index: 1; }
#menu-toggle:hover { color: #FFF; }
#menu-toggle span { background-color: #FFF; display: block; height: 4px; margin: 4px auto; transition: margin .2s, transform .2s; width: 40%; }
#menu-toggle:hover span { background-color: #FFF; }
#contact { background-color: white; height: 100%; left: 100%; margin: 0; overflow-y: auto; padding: 12px; position: fixed; top: 0; transition: margin .6s; width: 390px; }
#menuOffScreen { background-color: rgba(35, 35, 35, .3); cursor: pointer; height: 100%; left: -200%; margin-left: 0; opacity: 0; position: fixed; top: 0; transition: left 0s ease-in-out .3s, margin 0s, opacity .3s; width: 100%; z-index: 2; }

#closecomment { color: #333; font-size: 1.2em; font-weight: 700; }
#contact-button { right: 5%; top: 14px; width: 84px; }
#contact-button i { font-size: 1.8em; padding-top: 8px; }
.contact-open #screen { left: -390px; }
.menu-open #menuOffScreen, .contact-open #menuOffScreen { left: 0px; margin-left: -390px; opacity: 1; transition: left 0s, margin .6s, opacity .6s; }
.menu-open #menuOffScreen { margin-left: 240px; }
.contact-open #contact { margin-left: -390px; }
.meeting-button:before, .meeting-button:after { border: 2px solid transparent; content: ""; height: 0; position: absolute; width: 0; }
.meeting-button:before { left: 0; top: 0; }
.meeting-button:after { bottom: 0; right: 0; }
.meeting-button:hover { color: #FFF; background-color: #232425; transition: color .8s; }
.meeting-button:hover:before, .meeting-button:hover:after { height: 100%; width: 100%; }
.meeting-button:hover:before { border-right-color: #000; border-top-color: #000; transition: width 0.2s ease-out, height 0.2s ease-out 0.2s; }
.meeting-button:hover:after { border-bottom-color: #000; border-left-color: #000; transition: height 0.2s ease-out .6s, width 0.2s ease-out 0.4s; }

#timeline { display: table; }
#timeline > div { display: table-cell; padding-right: 18px; position: relative; }
#timeline > div:before { background: #da1020; content: ""; height: 22px; margin-left: 4%; position: absolute; top: 26px; width: 100%; }
#timeline > div:last-of-type:before { display: none; }
#timeline > div span { background: #fff; border: 2px solid #000; border-radius: 50%; display: block; height: 74px; line-height: 68px; position: relative; text-align: center; width: 74px; }
#timeline > div span img { height: 40px; }
#timeline > div h3.alt { font-weight: 700; padding-top: 15px; padding: 0; background-color: transparent; border: 0; margin-top: 10px;}

@media screen and (max-width: 1154px) { 
    #timeline { font-size: .85em; }
}

@media screen and (max-width: 992px) { 
    #timeline { display: block; }
    #timeline > div { display: inline-block; padding-bottom: 18px; vertical-align: top; width: 32.333%; }
}

@media screen and (max-width: 680px) { 
    #timeline > div { width: 96%; }
    #timeline > div span { height: 60px; line-height: 54px; width: 60px; }
    #timeline > div span img { height: 32px; }
    #timeline > div:before { height: 16px; top: 22px; }
    #timeline > div:last-of-type:before { display: block; }
}

.infra-needs { overflow: hidden; position: relative; text-align: center;}
.infra-needs h3 { text-align: left; margin-top: 25px;}
.infra-needs ul { display: flex; flex-wrap: wrap; list-style-type: none; padding: 24px 0 0; }
.infra-needs li { padding-right: 5%; width: 20%; }
.infra-needs li img { height: 128px; margin-bottom: 25px; display: block; margin-left: auto; margin-right: auto;}
.infra-needs li h4 { font-weight: 700; margin-bottom: 12px; position: relative; }
.infra-needs li h4:before { background: #da1020; content: ""; height: 100%; margin-right: 8px; position: absolute; right: 100%; width: 3px; }

@media screen and (max-width: 992px) { 
    .infra-needs ul { padding: 18px 4%; }
    .infra-needs ul li img { height: 80px; }
}

@media screen and (max-width: 768px) { 
    .infra-needs ul li { padding-left: 38px; padding-bottom: 28px; width: 48%; }
}

@media screen and (max-width: 680px) { 
    .infra-needs ul li { width: 100%; }
}


.benefits { overflow: hidden; position: relative; text-align: center;}
.benefits h3 { text-align: left; margin-top: 25px;}
.benefits ul { display: flex; flex-wrap: wrap; list-style-type: none; padding: 24px 0 0; }
.benefits li { padding-right: 1%; flex: 1;}
.benefits li img {  height: 128px; margin-bottom: 25px;}
.benefits span {font-size: 0.9em; line-height: normal; display: block;}

.segment-maps > div { padding-bottom: 48px; }
.segment-maps h3 { font-weight: 700; margin-top: 10px; border: 0; padding: 0; margin-top: 10px;
 background-color: transparent;}
.segment-maps p { margin-bottom: 10px; }
.segment-maps .content { border-left: 5px solid #f58021; margin: 14px 0; padding: 1px 17px; }
.segment-maps > div:last-of-type .content { border-left-color: #c500ff; }
.segment-maps:nth-of-type(2) .content { border-left-color: #82c341; }
.segment-maps:nth-of-type(2) > div:last-of-type .content { border-left-color: #00a2c5; }
.segment-maps .arrow-link { float: right; }

@media screen and (max-width: 768px) { 
    .segment-maps > div { padding-bottom: 18px; }
    .benefits li { padding-right: 0; flex: auto; width: 100%; margin-bottom: 25px;}
}

#slide div ul li span {color: #a20c19; font-weight:bold;}


/* LIGHTBOX */
#lightbox { height: 100%; position: fixed; top: -100%; transition: top .85s; width: 100%; z-index: 3; }
#lightbox > span { background-color: rgba(35,35,35,.8); cursor: pointer; height: 100%; position: absolute; top: 0; width: 100%; }
#lightbox > span span { color: #fff; font-size: 3.6em; line-height: .4em; padding: 15px; position: absolute; right: 0; top: 0; z-index: 5; }
#lightbox div { box-shadow: 0 8px 15px 0 #000; margin: -120px auto 0; max-height: 80%; position: relative; transform: rotateX(90deg) translateY(-160px); transition: .24s; width: 88%; }
#lightbox img { display: block; width: 100%; background-color: #fff; padding: 20px; }
#lightbox.on { top: 0; }
#lightbox.on div { margin-top: 50px; transition: .8s ease-out .32s; transform: rotateX(0deg) translateY(0px); overflow: auto;}
.slide img.lightbox { cursor: pointer; margin-bottom: 15px; }

.slide-content { padding: 30px; }

.video-container { position: relative; padding-bottom: 50%; padding-top: 30px; height: 0; overflow: hidden; margin-bottom: 30px; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.icon-list { padding: 0; }
.icon-list li { display: flex; align-items: center; margin-bottom: 15px; }
.icon-list li a { font-weight: bold; text-decoration: underline; }
.icon-list .icon { width: 65px; height: auto; margin-right: 25px; }
.icon-list .text { flex: 1; font-weight: 500; }

.accordion .accordion-button { padding: 10px; font-weight: 800; font-size: 1.15rem; border: 0; box-shadow: none; }
.accordion .accordion-button:hover { background-color: #F2F2F2; }
.accordion .accordion-button .icon { height: 62px; width: auto; margin-right: 15px; }
.accordion .accordion-button::after { background-image: url('../images/icons/accordion-arrow.svg'); height: 16px; }
.accordion .accordion .accordion-button:not(.collapsed)::after { background-image: url('../images/icons/accordion-arrow.svg'); }
.accordion-button:not(.collapsed) { background-color: transparent; color: var(--brand-primary); }
.accordion .accordion-item { border-bottom: 1px solid #000; padding: 0px; }
.accordion .accordion-body { padding-top: 10px; padding-bottom: 25px; padding-left: 20px; padding-right: 20PX; }

.owl-carousel iframe { min-height: 600px !important; }

.divider { display: block; width: 80%; height: 5px; background-color: var(--brand-primary); margin: 25px auto 50px; }

.logos-row { display: flex; align-items: center; flex-wrap: wrap; }
.logos-row .logo { width: 50%; height: auto; }

.carousel-row { display: flex; flex-wrap: wrap; }
.carousel-row>div { width: 50%; }

.aw-carousel h4 { background-color: var(--brand-secondary); color: #FFF; display: block; padding: 20px; text-transform: uppercase; font-weight: 600; font-size: 2rem; margin-bottom: 25px; }
.aw-carousel { padding: 0 15px; }
.aw-carousel .owl-nav button { height: 100%; background-color: var(--brand-primary) !important; width: 35px; opacity: 50%; transition: opacity 300ms ease-in-out; position: absolute; top: 0; }
.aw-carousel .owl-nav button.disabled { display: none; }
.aw-carousel .owl-nav button.owl-prev { left: -35px; }
.aw-carousel .owl-nav button.owl-next { right: -35px; }
.aw-carousel .owl-nav button:hover { opacity: 100%; }
.aw-carousel .owl-nav button span { font-size: 3rem; color: #000; font-weight: 700; }


.modal .logo { display: block; width: 100%; height: auto; max-width: 200px; margin-left: auto; margin-right: auto; padding: 0; }

@media screen and (min-width: 992px) { 
    .modal .logo { max-width: 400px; } 
}

.modal .modal-title { font-size: 2rem; font-weight: 850; margin-bottom: 30px; }
.modal .btn-close { position: absolute; top: 15px; right: 15px; }
.modal .modal-content { padding: 0px; }

@media screen and (min-width: 992px) { 
    .modal .modal-content { padding: 10px 40px; } 
}

.modal .modal-dialog { width: 95%; max-width: 970px; }
.modal .modal-header, .modal .modal-footer { border: 0; }
.modal .modal-blurb { background-color: rgba(206, 220, 252, 0.46); border-radius: 12px; color: #000; width: 100%; height: 100%; padding: 20px; }
.modal .modal-blurb h2 { font-size: 1.35rem; font-weight: 700; margin-bottom: 20px; padding: 0; background-color: transparent; color: #000; }
.modal .modal-blurb p { font-size: 1rem; margin-bottom: 10px; }
.modal .modal-blurb li { font-size: 1rem; margin-bottom: 10px; }
.modal .modal-body { max-height: 60vh; overflow: auto; }
.modal .btn { background-color: var(--brand-primary); color: #FFF; transition: background-color 150ms ease-in-out; padding: 12px 16px; font-size: 1.15rem; border: 0; font-weight: 850; }
.modal .btn:hover { background-color: var(--redHover); }

.comment-modal .modal-body { max-height: 80vh; }

@media screen and (min-width: 992px) {
 .intro-modal .modal-blurb h2 { font-size: 1.688rem; }
 .intro-modal .modal-blurb p, .intro-modal .modal-blurb li { font-size: 1.15rem; } 
}

.blurb { background-color: #F2F2F2; border-left: 8px solid var(--brand-primary); padding: 20px; margin-bottom: 25px; }

@media screen and (min-width: 992px) { 
    .blurb { padding: 30px; } 
} 

#crmWebToEntityForm { padding: 0 !important; width: 100% !important; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(2) { float: left; width: 48.5% !important; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(3) { float: left; margin-left: 3%; width: 48.5% !important; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(4) { clear: both; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(5) { width: 60% !important; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(10) { float: left; margin-top: 0; width: 48.5% !important; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(11) { float: left; margin-top: 0; margin-left: 3%; width: 48.5% !important; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(12) { clear: both; }
.zcwf_lblTopBottom .zcwf_row:nth-of-type(14) { display: none; }
.zcwf_lblTopBottom .zcwf_col_lab { font-family: "Univers","Roboto",sans-serif !important; font-size: .85em !important; padding: 0 !important; }
.zcwf_lblTopBottom .zcwf_col_fld { padding: 0 !important; }
.zcwf_lblTopBottom .zcwf_col_fld input[type=text], .zcwf_lblTopBottom .zcwf_col_fld textarea { background: #fff; font-size: .9em; padding: 4px 6px; width: 100% !important;}
.zcwf_lblTopBottom .zcwf_col_fld_slt { font-size: .9em !important; padding: 5px 6px !important; width: 100% !important; }
.zcwf_lblTopBottom .zcwf_button { font-size: 1em !important; max-width: 9000% !important; text-overflow: none !important; }
input[type="submit"] { background-color: #ee1c2e; border: 0; color: #fff!important; font-weight:bold; letter-spacing: .05em; margin-top: 0px; padding: 16px 24px!important; text-transform: uppercase; transition: background-color .2s; }
.button:hover,
input[type="submit"]:hover{ background-color: #c9090f; }
input[type="reset"] {display: none;}
.zcwf_title {display:none;}

/* MEDIA QUERIES */
@media screen and (max-width: 992px) { 
    #menu { margin-left: -240px; position: relative; width: 240px; z-index: 2; }
    #menu div { height: 60%; } 
    #menu-toggle { display: block; }
    #contact-button { right: 20px; }
    .menu-open #screen { left: 240px; }
    #nav-progress { width: 100%; }
    #nav-progress a { width: 15%; }
    #nav-progress ul { width: 70%; }
    #nav-progress ul li a { border-width: 20px 1px; }

    #slides { height: 84%; top: 0; }
    .container { left: 0; width: 100%; }
    .slide { height: 100%; width: 100%; }
    .slide.showing { margin-left: 0; }
    .menu-open .container { margin-left: 240px; }
     #lightbox img { max-width: 8000%; width: 160%; } } 
    #hb-panel { margin: 34px 0; padding: 0; position: relative; }
    #hb-panel img { width: 100%; }
    #hb-panel button { background: #82c341; border: 1px solid #fff; box-shadow: 0 4px 4px -2px #666; border-radius: 50%; font-weight: 700; height: 32px; line-height: 30px; width: 32px; text-align: center; }
    #hb-panel>div { left: 5%; position: absolute; top: 46%; }
    #hb-panel>div:nth-of-type(2) { left: 22%; top: 77%; }
    #hb-panel>div:nth-of-type(3) { left: 49%; top: 54%; }
    #hb-panel>div:nth-of-type(4) { left: 70%; top: 74%; }
    #hb-panel>div:nth-of-type(5) { left: 88%; top: 40%; }
    #hb-panel>div>div { background: #fff; bottom: 100%; box-shadow: 0 4px 4px -1px #888; font-size: .9em; left: -9999px; margin-bottom: 8px; opacity: 0; padding: 18px 18px 16px; position: absolute; transition: left 0s ease-out .1s, opacity .1s; width: 340px; }
    #hb-panel>div.active div { left: 0; opacity: 1; transition: left 0s, opacity .2s; z-index: 1; }
    #hb-panel>div.go-left>div { left: auto; right: 9999px; }
    #hb-panel>div.go-left.active>div { left: auto; right: 0; }
    #hb-panel h4 { border: 0; font-size: 1.4em; margin-bottom: 10px; padding-left: 0; position: relative; }
    #hb-panel h4:before { background: #ee1c2e; content: ""; height: 12px; margin-top: -22px; position: absolute; width: 42px; }
    #hb-panel h4:after { border: 3px solid #fff; content: ""; height: 18px; left: 12px; margin-top: -25px; position: absolute; top: 0; width: 18px; }
    #hb-panel p { margin: 0; }

@media screen and (max-width: 992px) { 
    #hb-panel>div>div { width: 260px; }
    #hb-panel h4 { font-size: 1.2em; } 
}

@media screen and (max-width: 660px) { 
    #hb-panel>div>div { font-size: .8em; width: 200px; }
    #hb-panel>div:nth-of-type(3)>div { left: -80px; }
    #hb-panel h4 { font-size: 1.2em; } 
}