body, html { background-color: #fff; font-family: 'Open Sans', sans-serif; font-size: 18px; margin: 0px; min-height: 100%; overflow-x: hidden; padding: 0px; }
p a:hover, a:focus { transition: 0.2s all; border-bottom: solid 2px #000; text-decoration: none; color: #000;}
.container { padding: 0; }
.row { margin: 0; }
p a {color: #202C39; background-color:#DAE586; font-size: 18px;}
/* .row > div { padding: 0 1.5% 12px; } */

h1,h2,h3,h4,h5,h6 { margin: 0; font-family: 'Open Sans', sans-serif;}
h2 {color: #202C39; margin-bottom: 20px;}
h3 { font-family: 'Myriad Pro'; background-color: #202C39; 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: #202C39; font-size: 18px; font-weight: bold; font-style: uppercase; margin-bottom: 10px;}
.col-sm-4 p {padding: 0px 16px;}
p { line-height: 1.6em; margin: 1.2rem 0;}
p.subtitle {margin: 1.75%; width: 95%;font-size: 18px; color: #202C39; margin-bottom: 0; padding-bottom: 0;}
li {line-height: 1.4em; margin-bottom: 0.5rem; color: #202C39;}
/* hr { border-bottom: 5px solid #2E6B8D; } */
hr.subtitle { border-bottom: 1.5px solid #DAE586; margin: 15px auto; border-top: none;}
/* a { color:#2E6B8D; transition: background-color .2s, color .2s; }
a:visited {color:#884488;} */
.button { background-color: #F27061; border-radius: 4px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border: 0; color: #202C39; font-size: 20px; font-weight: 800; margin-top: 12px; padding: 16px; transition: background-color .2s; }
.button:hover { transition: 0.5s all; background-color: #202C39; color: #DAE586; }

blockquote {background-color: #202C39; 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;}
blockquote a {color:#DAE586;}
blockquote a:hover {color: #fff;}

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: normal; padding-top:0; margin-top: 0!important;}


p.disclaimer {padding: 25px; line-height: normal;}

/* 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(43, 87, 99,.95); 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: #fff; box-shadow: 0 14px 9px -6px rgb(54,54,54); left: 14%; position: absolute; text-align: center; top: 60px; width: 70%; border-radius:20px; }
#popup > div > img { margin-top: -1px; width: 100%; }
#popup.showing { opacity: 1; top: 0; }
#popup .instructions { color: #202C39; padding: 0px; margin-left: 10%; margin-right: 10%; }
#popup h1 { color: #202C39; text-align: center; font-family: 'Myriad Pro'; font-style: normal;font-weight: 700; font-size: 40px; line-height: 60px; margin: 15px auto; left: 0;}
#popup .instructions img { width: 45%; margin: 100px auto 0; }

#popup .instructions p { width: 100%; margin: 20px auto; padding-left: 0;}
#popup .instructions .arrow {margin: 25px auto; width: 75%;}
#popup .instructions .arrow img {display: inline-block; width: 50px; margin: 0;}
#popup h2 span { font-size: 110%; text-transform: uppercase; color: #751113; margin: 15px 0; display: block;}
#popup p a {font-weight:bold; margin-bottom: 50px; display: block;}


video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  
  .overlay {
    position: relative;
    /* display: -webkit-box;
    display: -ms-flexbox; */
    /* display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
     justify-content: center;
     margin: 0 auto;
     height: 100%; */
  }

  .overlay > div {
    background-color: rgba(255, 255, 255, .97);
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
  }


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

/* LEFT MENU */
#skipcontent { background-color: #fff; border: 1px inset #aaa; border-radius: 8px; box-shadow: 2px 2px 8px 0 #202C39; color: #202C39; 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: #202C39; font-size: 18px; margin: 15px auto; text-align: center; font-weight: 900; width: 95%;}

#menu { background-color: #ffffff; float: left; height: 100%; overflow: auto; padding-bottom: 18px; width: 15%; }
#menu #menuinner { margin-top: 30px; background-color: #ffffff; 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 #F27061; margin: 0; width: 100%; }
#menu ul li a { color: #202C39; display: block; padding: 2px 8px 10px; position: relative; width: 100%; }
#menu ul li a i { background-color: #97D9EC; color: #202C39; 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: #DAE586; 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: #202C39;}
#menu ul li a:hover i { opacity: 1; }
#menu ul li a.showing { background-color: #202C39; color: #fff; }


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

/* SLIDE AREA */
#mainArea { background-image: url("../images/bg.png"); 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: 106px; height: auto; left: 15%; margin: 0; position: fixed; top: 60px; transition: left .6s, margin .6s; width: 85%; }
.slide { color: #aaa; font-size: 1.0em; 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: #202C39; font-size: 2em; font-weight: 700; margin: 4px 1.5%; }
.slide > div { background-color: rgba(255,255,255,.96); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); color: #202C39; height: 100%; margin: 0 auto; overflow-x: hidden; overflow-y: auto; padding: 3%; width: 100%; border-radius: 12px; } 
.slide img { width: 100%; }
.contact-open #slides > div { margin-left: -390px; }

p.dc  {position: absolute; bottom: 40px; left: 40px; line-height: .8em; color: #fff; width: 90%;}

.dyk {background-color: #baddee; color: #202C39; padding: 25px; margin: 25px 0; width: 100%; border-radius: 6px;}
.dyk h3 {background-color: transparent; color: #202C39; padding: 0; margin: 0; text-align: center;}
.dyk ul {display: inline-block;}
.dyk ul li {width: 18%; padding: 50px 1% 10px; list-style-type: none; display: inline-block;}
.dyk ul li a img:hover{ transition: 0.5s all;  transform: scale(1.1);}
.dyk p {text-align: center; padding-bottom: 0;}

#nav-progress { bottom: 0; height: 50px; overflow: hidden; position: absolute; right: 0; width: 85%; }
#nav-progress a { background-color: #202C39; color: #DAE586; float: left; height: 100%; line-height: 62px; text-align: center; width: 10%; }
#nav-progress > a:hover { background-color: #878E76; }
#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 #202C39; border-width: 21px 2px; height: 100%; width: 100%; }
#nav-progress ul li a.active { background-color: #DAE586; }
#nav-progress ul li a span { color: #202C39; left: -9999px; position: absolute; top: -9999px; }
#nav-progress ul li a:hover { border-color: #878E76; }

/* MENU & COMMENT BUTTONS */
.meeting-button { background-color: #DAE586; box-shadow: inset 0 0 0 2px #97D9EC; color: #202C39; font-size: .9em; font-weight: 700; height: 70px; 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: #202C39; }
#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: #202C39; }

#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: #202C39; font-size: 1.2em; font-weight: 700; }
#contact-button { font-size: .85em; right: 3%; top: 14px; width: 128px; }
#contact-button i { display: block; font-size: 1.8em; padding: 8px 0 2px; }

.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: #2B5763; 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: #202C39; border-top-color: #202C39; transition: width 0.2s ease-out, height 0.2s ease-out 0.2s; border-radius: 6px;}
.meeting-button:hover:after { border-bottom-color: #202C39; border-left-color: #202C39; 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 #202C39; 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: 18px; }

.needs img {vertical-align: middle; margin: 15px auto;}
.goals {margin-top: 25px;}

ul.icon-key {list-style-type: none; display: inline-block; margin-left: 0; margin-bottom: 0; padding-left: 0;}
ul.icon-key li {display: inline-block; margin-bottom: 2px; padding-right: 5px; font-size: 14px; width: 18%; vertical-align: top;}
ul.icon-key img {display: inline-block; width: 50px;}



.mobile {display: none;}

.thankyou img {width: 35%; display: block; margin: 15px auto 0px;}
.thankyou img:hover {transition: 0.5s all;  transform: scale(1.1);}
.thankyou p {margin-top: 0; text-align: center;}

.jotform a { padding: 5px; margin-top: 15px; border-radius: 2px; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25); color: #202C39; background-color:#DAE586; font-size: 18px; text-align: center; display: block;}


/* 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; }
    #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; }


    #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: 992px) {
    #popup h1 {font-size: 35px; line-height: normal; margin: 15px auto;}
    .col-sm-2 {padding: 0;}
    .goals {width: 100%;}

}

@media screen and (max-width: 640px) {
    .mobile {display: block;}
    .desktop {display: none;}

    h2 { font-size: 1.2em; }
    p { font-size: .9em; }
    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 { box-shadow: inset 0 0 0 1px #2E6B8D; font-size: .75em; height: 50px; }
    #menu-toggle { left: 8px; padding-top: 4px; top: 8px; width: 52px; }
    #menu-toggle span { height: 2px; margin: 2px auto; width: 30%; }
    #contact-button { line-height: 1.2em; right: 8px; top: 8px; }
    #contact-button i { font-size: 1.2em; padding: 4px 0 2px; }

    .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: 88px; }
    #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: 10%; margin-right: 10%; }
    #popup .instructions img { margin: 25px 0 0; }
    #popup .instructions p {margin: 20px auto; width: 100%;}
    #popup .instructions p a.button {float: none;}
    #popup .instructions .arrow img {width: 10%;}
    #popup > div > img.top { margin-top: -6px; }
    #popup p { margin-top: 5px; }

    p.dc {display: none;}
}

@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%; }
}

@media screen and (max-width: 426px) {
    #popup > div {width: 85%; left: 8%;}
    #popup .instructions { margin-left: 3%; margin-right: 3%; }
    iframe {margin-top: -20px!important;}
    #popup .instructions img {margin-bottom: 50px}
    .overlay > div {padding-top: 1%;}
    #popup h1 {font-size: 30px; line-height: normal;}
    #popup .instructions .arrow {width: 95%;}
    #popup .instructions .arrow img {width: 20%;}

    .needs img {display: block; width: 30%; margin: 0 auto;}
    .col-sm-10 p {text-align: center;}

    .dyk ul {padding-left: 0;}
    .dyk ul li {padding: 25px 1% 10px;}
}
