body, html { background-color: #174d99; font-family: 'Lato', sans-serif; font-size: 15.5px; margin: 0px; min-height: 100%; overflow-x: hidden; padding: 0px; }
a:hover, a:focus { transition: .2s; text-decoration: none; }
.container { padding: 0; }
.row { margin: 0; }
/* .row > div { padding: 0 1.5% 12px; } */

h1,h2,h3,h4,h5,h6 { margin: 0; font-family: 'Lato', sans-serif;}
h2 {color: #174d99; margin-bottom: 20px;}
h3 { font-family: 'Lato', sans-serif; background-color: #174d99; color: #fff; font-size: 22px; font-weight: 700; margin: 10px 0; margin-left: 0; padding: 8px 16px; border-radius: 4px; line-height: normal;}
h4 {color: #333; font-size: 20px; font-weight: bold; font-style: uppercase; margin-bottom: 10px;}
p { line-height: 1.6em; margin-bottom: 20px; font-size: 20px; }
p.subtitle {margin: 1.75%; width: 95%; font-size: 20px; color: #000; margin-bottom: 0; padding-bottom: 0;}
li {line-height: 1.4em; margin-bottom: 0.5rem; color: #333;}
.slide li { font-size: 20px;}

hr.subtitle { border-bottom: 1.5px solid #EC6127; margin: 15px auto; border-top: none;}
/* a { color:#2E6B8D; transition: background-color .2s, color .2s; } */
/* a:visited {color:#EC6127;;} */
.button { background: linear-gradient(to bottom,#ff611c 0%,#ff5a15 23%,#ff540e 34%,#f14700 60%,#dd3800 100%); border-radius: 20px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border: 0; color: #fff; font-size: 20px; font-weight: 800; display: inline-block; margin-top: 12px; padding: 16px; transition: background-color .2s; }
.button:hover { transition: 0.5s all; color: #0f2d56; }

blockquote {background-color: #174d99; border: none; color: #fff; border-radius: 6px; padding: 15px;}
blockquote img {display: inline-block; width: 13%!important; margin: 0;}
blockquote p {display: inline-block; vertical-align: middle; margin: 0; font-weight: 700;}

/* .slide iframe {margin-top: -50px!important;} */

.wrapper iframe {margin-top: -10px!important; font-size: 16px!important;}

hr.enlarge {padding-top: 5px; margin-top: 0; margin-bottom: 0; border-bottom: 1px gray solid; border-top: none;}
em {font-size: 14px; line-height: 14px;}

/* 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"] { background-color: #174d99; border-radius: 14px; border: 0; color: #EC6127; letter-spacing: .05em; margin-top: 14px; padding: 4px 16px; transition: background-color .2s; }
.button:hover,
input[type="submit"]:hover { background-color: #0f2d56; }
.required { color: #800; }
.required span { left: -9999px; position: absolute; top: -9999px; } */


/* Modal Window */
/* #popup {display: none;} */
#popup { height: 100%; left: 0; opacity: 0; overflow-y: scroll; position: fixed; top: -100%; transition: opacity .1s, top 0s; width: 100%; z-index: 4; }
#popup > span { background-color: rgba(0, 0, 0,.8); height: 200%; left: 0; position: absolute; top: 0; width: 100%; }
#popup > span > span { color: #fff; cursor: pointer; font-size: 3em; line-height: .6em; padding: 12px 16px; position: absolute; right: 0; top: 0; }
#popup > div { background-color: #174D99; box-shadow: 0 4px 4px rgb(0 0 0 / 40%); left: 14%; position: absolute; text-align: center; top: 60px; width: 70%; border-radius:10px; }
#popup > div > img { width: 85%; margin: 0 auto;}
#popup.showing { opacity: 1; top: 0; }
#popup .instructions { color: #fff; padding: 0px; margin-left: 8%; margin-right: 8%; }
#popup .instructions img {display: inline-block;padding-bottom: 0;}
#popup h1 { color: #fff; text-align: center!important; font-family: 'Lato', sans-serif; font-style: normal;font-weight: 900!important; font-size: 1.8em; margin: 15px auto; left: 0; padding: 0;}
#popup ul li {font-size: 18px;}


#popup .instructions p { width: 100%; margin: 35px auto; padding-left: 0;}
#popup .instructions p a.button {margin-bottom: 25px;}
#popup .instructions ul li{color: #fff; text-align: left;}
#popup h2 { color: #fff; text-align: left;}
#popup p a {font-weight:bold;}
#popup .instructions p em {width: 95%; margin: 0 auto;}

/* MAIN SCREEN */
#screen { height: 100%; left: 0%; position: absolute; transition: left .6s; width: 100%; }
.logo { display: block; margin: 0 auto; padding: 15px; width: 185px; }

/* 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 h1 {color: #fff; font-size: 18px; margin: 15px auto; text-align: center; font-weight: 900; width: 95%;}

#menu { background-color: #174d99; float: left; height: 100%; overflow: auto; padding-bottom: 18px; width: 15%; }
#menu #menuinner { margin-top: 30px; background-color: #174d99; border: 1px solid #fff;height: fit-content; overflow-y: auto; }
#menu ul { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#menu ul li { border-bottom: 1px solid #fff; margin: 0; width: 100%; }
#menu ul li a { color: #fff; display: block; padding: 2px 8px 10px; position: relative; width: 100%; }
#menu ul li a i { background-color: #EC6127; color: #fff; display: inline-block; font-size: 1.1em; margin: 4px 0; opacity: .8; padding: 4px; position: absolute; text-align: center; transition: opacity .2s; }
#menu ul li a.showing > i { background-color: #EC6127; opacity: 1; }
#menu ul li a i:before { content: "\f101"; }
#menu ul li a span { display: inline-block; font-size: .9em; line-height: 1.3em; padding: 4px 0 0 30px; vertical-align: middle; }
#menu ul li a:hover { background-color: #f2f2f2; color: #000;}
#menu ul li a:hover i { opacity: 1; }
#menu ul li a.showing { background-color: #0f2d56; color: #fff; }


/* TRANSLATOR */
#google_translate_element2 { display: none; }
#langaugeselectcont select { margin-left: 5%; width: 90%; font-size: 15px; }
#langaugeselectcont label { color: #fff; font-weight: 400; width: 90%; margin: 15px auto 5px; text-align: center; font-size: 15px;}

/* SLIDE AREA */
#mainArea { background-image: url("../images/bg.jpg"); background-size: cover; float: left; height: 100%; min-height: 100%; overflow: auto; position: relative; width: 85%; }

#slides { bottom: 0; height: 100%; position: relative; width: 100%; }
#slides > div { bottom: 74px; height: auto; left: 15%; margin: 0; position: fixed; top: 66px; transition: left .6s, margin .6s; width: 85%; }
.slide { color: #aaa; font-size: 1.1em; height: 100%; margin-left: -1200%; margin-top: -22px; opacity: 0; position: absolute; top: -200%; transition: 0s; width: 94%; }
.slide.showing { margin-left: 3%; margin-top: 0; opacity: 1; top: 0; transition: margin-left 0s, margin-top .7s, opacity .8s, top 0s; }
.slide h2 { color: #174d99; font-size: 2em; font-weight: 700; margin: 4px 1.5%; margin-bottom: 25px;}
.slide > div { background-color: rgba(255,255,255,.96); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); color: #333; height: 100%; margin: 0 auto; overflow-x: hidden; overflow-y: auto; padding: 3%; width: 100%; border-radius: 8px; } 
.slide img { width: 100%; }
.contact-open #slides > div { margin-left: -390px; }

.image-slider { margin-bottom: 10px; overflow: hidden; position: relative; }
.image-slider img { width: 100%; }
.image-slider .before-image { overflow: hidden; position: absolute; top: 0; left: -49.25%; width: 100%; }
.image-slider .before-image > img { position: relative; left: 49.25%; }
.image-slider .is-toggle { background-color: #fff; cursor: pointer; height: 100%; position: absolute; left: 50%; top: 0; width: 10px; }
.image-slider .is-toggle > div { background-color: #fff; border-radius: 50%; height: 54px; margin-top: -27px; margin-left: -23px; position: absolute; top: 50%; width: 54px;  }
.image-slider .is-toggle > div:before,
.image-slider .is-toggle > div:after { border: 10px solid transparent; border-width: 7px 10px; border-right-color: #0096d6; content: ""; margin-top: -7px; left: 1px; position: absolute; top: 50%; }
.image-slider .is-toggle > div:after { border-right-color: transparent; border-left-color: #0096d6; left: auto; right: 0px; }
.image-slider .is-toggle > div:hover, 
.image-slider .is-toggle > div:focus { background-color: #eee; }

.purpose { background: #f2f2f2; color: #333; padding: 10px 25px; border-radius: 6px;}
.purpose span {color: #0f2d56; font-weight: 700; }

.benefits ul {list-style-type: none; padding: 0;}
.benefits li {margin: 28px 0; line-height: 1.4em;}
.benefits li img { width: auto; display: inline-block; margin-right: 3%; vertical-align: middle;}
.benefits li span { display: inline-block; width: 80%; vertical-align: middle; font-weight: 700;}

.dyk {background-color: #B1D1FF; color: #0f2d56; padding: 25px; margin: 25px 0; width: 100%; border-radius: 6px;}
.dyk h3 {background-color: transparent; color: #0f2d56; padding: 0; margin: 0; }



#nav-progress { bottom: 0; height: 50px; overflow: hidden; position: absolute; right: 0; width: 85%; }
#nav-progress a { background-color: #174d99; color: #fff; float: left; height: 100%; line-height: 62px; text-align: center; width: 10%; }
#nav-progress > a:hover { background-color: #0f2d56; }
#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: #fff; border: 1px solid #174d99; border-width: 21px 2px; height: 100%; width: 100%; }
#nav-progress ul li a.active { background-color: #EC6127; }
#nav-progress ul li a span { color: #000; left: -9999px; position: absolute; top: -9999px; }
#nav-progress ul li a:hover { border-color: #0f2d56; }

/* MENU & COMMENT BUTTONS */
.meeting-button { background: linear-gradient(to bottom,#ff611c 0%,#ff5a15 23%,#ff540e 34%,#f14700 60%,#dd3800 100%); box-shadow: inset 0 0 0 2px #2E6B8D; color: #fff; font-size: .9em; font-weight: 700; height: 40px; position: absolute; text-align: center; text-transform: uppercase; width: 60px; border-radius: 6px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

#menu-toggle { display: none; left: 20px; padding-top: 8px; top: 14px; width: 60px; z-index: 1; }
#menu-toggle:hover { color: #174d99; }
#menu-toggle span { background-color: #2E6B8D; display: block; height: 4px; margin: 4px auto; transition: margin .2s, transform .2s; width: 40%; border-radius: 6px; }
#menu-toggle:hover span { background-color: #174d99; }

#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 { font-size: .85em; right: 3%; top: 14px; width: 145px; }
#contact-button i { display: inline-block; font-size: 1.8em; padding: 8px; vertical-align: middle; }

.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: #0f2d56; transition: color .8s; border-radius: 6px;}
.meeting-button:hover:before,
.meeting-button:hover:after { height: 100%; width: 100%; }
.meeting-button:hover:before { border-right-color: #174d99; border-top-color: #174d99; transition: width 0.2s ease-out, height 0.2s ease-out 0.2s; border-radius: 6px;}
.meeting-button:hover:after { border-bottom-color: #174d99; border-left-color: #174d99; transition: height 0.2s ease-out .6s, width 0.2s ease-out 0.4s;border-radius: 6px; }

/* 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%; overflow: auto; 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); }
.slide img.lightbox { cursor: pointer; margin-bottom: 18px; }

.easyzoom-embed {
    margin-bottom: 65px;
    width: 100%;
    height: 350px;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background-color: #EC6127 !important;
    padding: 0 20px !important;
    padding-bottom: 3px !important;
    opacity: 60%;
    transition: opacity 300ms ease-in-out;
}

.owl-carousel .item p {
    margin: 0;
}

.owl-carousel .owl-nav {
    margin-top: 0;
    margin-bottom: 10px;
}

.owl-carousel .owl-nav button:hover {
    opacity: 100%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #174D99;
}

.owl-carousel .owl-nav button span {
    color: #FFF;
    font-size: 2rem;
    line-height: 1;
}

.slider-copy{
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    font-size: 1.1rem;
}

.nav-heading {
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
    padding: 0 10px;
}

.resource-link {
    color: #FFF;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    padding: 0 10px;
    text-decoration: underline;
}


.resource-link:hover {
    color: #FFF;
    text-decoration: underline;
}


#faq-questions {padding: 0px 5% 50px; }
.faq-question { background-color: #fff; box-shadow: 0 6px 6px -6px #666; margin-bottom: 28px; padding: 22px 54px; position: relative; border-radius: 4px;}
.faq-question h3 {background-color: transparent; color: #454b54; cursor: pointer; font-size: 1.1em; font-weight: 700; margin: 0; padding: 0; }
.faq-question span { color: #0F3859; position: absolute; left: 24px; top: 16px; font-size: 25px;}
.faq-question div { line-height: 1.2em; padding: 9px 0; }
.bluebtn {background-color: #2E6B8D;color:white;}
.bluebtn:visited, .button:visited {color:white;}
.finalplanimg {max-width:400px;box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);}

/* MEDIA QUERIES */
@media screen and (max-width: 1310px) {
    #menu { width: 20%; }
    #mainArea { width: 80%; }
    #slides > div { left: 20%; width: 80%; }
    .slide { font-size: 1em; width: 96%; }
    .slide.showing { margin-left: 2%; }
    .slide > div { width: 96%; margin: 0 auto; }
    h1 { font-size: 1.2em; left: 22%; padding: 0 18px; width: 60%; }
    #contact-toggle { right: 80px; }
    #nav-progress { width: 80%; }
}

@media screen and (max-width: 1030px) {
    #menu { margin-left: -240px; position: relative; width: 240px; z-index: 2; }
    #menu div { height: 64%; }
    #mainArea { width: 100%; }
    img.logo { display: block; width: 50%; margin: 0 auto; padding-top: 15px; }
    h1 { font-size: .9em; left: 15%; margin-left: -8px; width: 62%; }

    #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; }
    #slides > div { left: 0; width: 100%; }
    .slide { height: 100%; width: 100%; }
    .slide.showing { margin-left: 0; }
    .slide > div { width: 96%; }
    .menu-open #slides > div { margin-left: 240px; }
    #lightbox img { max-width: 8000%; width: 160%; }
}

@media screen and (max-width: 760px) {
    .large-image { border: 1px solid #aaa; overflow: auto; width: 100%; }
    .large-image img { max-width: 8000%; width: 800px; }
}

@media screen and (max-width: 640px) {
    h1 { left: 2%; margin: 8px 0; top: 44px; width: 95%; }
    h2 { font-size: 1.2em; }
    p { font-size: 20px; }
    li { font-size: .9em; }
    label { font-size: .9em;}

    #mainArea { overflow: hidden; }
    #menu { margin-left: -220px; width: 220px;}
    #menu ul li a { font-size: .9em; }
    .meeting-button { font-size: .75em; height: 38px; }
    #menu-toggle { left: 8px; padding-top: 4px; top: 8px; width: 52px; }
    #menu-toggle span { height: 2px; margin: 2px auto; width: 30%; background-color: #fff; }
    #contact-button { line-height: 1.2em; right: 8px; top: 8px; }
    #contact-button i { font-size: 1.2em; padding: 8px; }
    

    .menu-open #screen { left: 220px; }
    #contact { width: 320px; z-index: 2; }
    #closecomment { font-size: 1em;}
    .contact-open #screen { left: -260px; }
    .menu-open #menuOffScreen,
    .contact-open #menuOffScreen { margin-left: -260px; }
    .menu-open #menuOffScreen { margin-left: 220px; }
    .contact-open #contact { margin-left: -320px; }

    #slides { height: 100%; }
    #slides > div { top: 72px; }
    #slides h2 { font-size: 1.6em; }
    .menu-open #slides > div { margin-left: 220px; }
    .contact-open #slides > div { margin-left: -320px; }
    .slide { height: 100%; }
    .slide > div { padding: 14px 4%; }

    #popup .instructions { margin-left: 8%; margin-right: 8%; }
    #popup .instructions img { margin: 0 auto; }
    #popup .instructions p {width: 100%;}
    #popup .instructions p a.button {float: none;}
    #popup p { margin-top: 5px; }
    #popup > span {height: 175%;}
    hr { margin-top: 0;}

}

@media screen and (max-width: 530px) {
    #slides > div { bottom: 56px; }
    
    #nav-progress { height: 38px; }
    #nav-progress a { border-right: 1px solid #aaa; line-height: 44px; width: 50%; }
    #nav-progress a:last-of-type { border: 0; }
    #nav-progress a i { font-size: 1.5em; }
    #nav-progress ul { display: none; }

    #lightbox img { width: 250%; }
    ul li {font-size: 20px;}

}

@media screen and (max-width: 420px) {
    #popup > div {width: 85%; left: 8%;}
    #popup .instructions { margin-left: 3%; margin-right: 3%; }
    iframe {margin-top: -20px!important;}
}