body, html { background-color: #013850; font-family: proxima-nova, sans-serif; font-size: 16px; 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; }
h2 {color: #5c89b5; margin-bottom: 20px;}
h3 {color: #5c89b5; font-size: 16px; padding-bottom: 10px; }
h4 {color: #00b189; font-size: 20px; padding-bottom: 10px; }
p { margin: 16px 0; }
ul { padding-left: 15px; }
ul li {margin-bottom: 0.5rem; color: #333;}
hr { border-bottom: 5px solid #5c89b5; transform: skewX(45deg); }
a { transition: background-color .2s, color .2s; }
.button { background-color: #5c89b5; border-radius: 14px; border: 0; color: #fff; display: inline-block; letter-spacing: .05em; margin-top: 12px; padding: 4px 16px; transition: background-color .2s; }
.button:hover { background-color: #00b189; color: #fff; }
.button:focus { color: #fff; }

/* 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: #5c89b5; 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: #00b189; }
.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%; }
.logo { display: block; width: 100%; padding: 30px 65px; }

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

h1 { background-color: #000; background-color: rgba(0,0,0,.6); border-radius: 120px; color: #fff; font-size: 1.4em; height: 60px; left: 20%; line-height: 1.2em; margin: 15px 0; padding: 6px 22px; position: absolute; text-align: center; width: 65%; z-index: 1; }
h1:after { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
h1 span { display: inline-block; vertical-align: middle;  }

#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: #5c89b5; 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: #00b189; 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 { opacity: 1; }
#menu ul li a.showing { background-color: #ddd; }

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

/* SLIDE AREA */
#mainArea { background: #5c89b5; 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: 94px; transition: left .6s, margin .6s; width: 85%; }
.slide { color: #aaa; 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: #013850; float: right; font-family: century-gothic,sans-serif; font-weight: 700; margin: 10px 3% 28px; text-align: right; text-transform: uppercase; }
.slide h2 span { display: block; }
.slide > div { background-color: rgba(255,255,255,.94); box-shadow: 0 8px 15px -4px #000; color: #013850; height: 100%; margin: 0 auto; overflow-x: hidden; overflow-y: auto; padding: 24px 1%; width: 100%; } 
.slide img { width: 100%; }
.contact-open #slides > div { margin-left: -390px; }

.list-var { color: #5c89b5; min-height: 110px; padding-left: 120px; padding-top: 24px; position: relative; }
.list-var strong { text-transform: uppercase; }
.list-var > img { left: 0; position: absolute; top: 0; width: 94px !important; }

.crown-bg > div { background-image: url("../images/crown-bg.png"); background-size: contain; background-repeat: no-repeat; padding-left: 25%; }
.only-crown-bg > div { background-image: url("../images/crown.png"); background-size: 100px; background-repeat: no-repeat; background-position: 30px 30px; padding-left: 15%; }
.crown-bg-var > div { background-image: url("../images/crown-bg-var.png"); }
.crown-bg-blue-only > div { background-image: url("../images/crown-blue-only-bg.png"); background-size: 200px; }

.green-pillbug { background: #00b189; border-radius: 50px; box-shadow: 0 8px 14px 0 #333; color: #013850; display: inline-block; float: right; font-family: century-gothic,sans-serif; font-size: 1.3em; margin-top: 16px; padding: 3px 15px; text-transform: uppercase; }
.green-pillbug:hover { background: #009372; color: #fff; }

.green { color: #00b189; }
.blue { color: #5c89b5; }

#contentslide1 h3 { color: #013850; font-family: century-gothic,sans-serif; font-size: 1.4em; font-weight: 700; }
#contentslide1 h3 span { color: #5c89b5; display: block; font-size: .9em; font-weight: 400; margin-top: 2px;}
.float-right { float: right; padding: 24px 14%; }
#contentslide1 .blue-offset { background: #013850; color: #fff; padding: 16px 14px 12px; width: 100%; }
#contentslide1 .blue-offset h3 { color: #fff; font-weight: 400; }
#contentslide1 .blue-offset p { margin: 8px 0; }
#contentslide1 .blue-offset a { color: #fff; font-weight: 700; }
#contentslide1 .blue-offset a:hover { color: #91b1d2; }

#contentslide2 ul { list-style-type: none; }

#contentslide3 h2 { margin-bottom: 0; }
#contentslide3 h3 { clear: both; float: right; font-size: 1.2em; margin: 8px 3%; text-align: right; width: 60%; }
#contentslide3 small { color: #5c89b5; float: right; }
#contentslide3 small a { color: #5c89b5; }
#contentslide3 small a:hover { color: #2b5a89; }

#contentslide10 .col-md-12 div { padding: 0 6%; } 
#contentslide10 ul { list-style-type: none; margin: 28px 0 44px; }
#contentslide10 ul li { float: left; min-height: 90px; width: 50%; }
#contentslide10 ul li:last-of-type { width: 100%; }
#contentslide10 .list-var { padding-left: 100px; }
#contentslide10 .list-var > img { width: 78px !important; }

#contentslide11 > div { background-color: #fff; }

#contentslide12 > div { padding-left: 8%; }
#contentslide12 ul { list-style-type: none; margin: 200px 16px 520px 0; padding: 0; position: relative; }
#contentslide12 ul:before { background: #5c87b5; content: ""; height: 8px; left: 10%; position: absolute; width: 80%; }
#contentslide12 ul li { color: #898a8d; float: left; line-height: 1.2em; padding: 40px 14px 0; position: relative; text-align: center; width: 20%; }
#contentslide12 ul li.current { color: #00b189; }
#contentslide12 ul li:after { background: #00b189; border-radius: 50%; content: ""; height: 40px; left: 50%; margin: -16px 0 0 -20px; position: absolute; top: 0; width: 40px; }
#contentslide12 ul li img { left: 50%; margin: -16px 0 0 -10px; position: absolute; top: 0; width: 30px; z-index: 1; }
#contentslide12 h3 { color: #898a8d; font-family: century-gothic,sans-serif; font-size: 1.2em; font-weight: 700; padding-bottom: 5px; }
#contentslide12 .current h3 { color: #00b189; }
#contentslide12 ul div { background: #013850; color: #fff; position: absolute; }
#amount-complete { bottom: 50px; left: 20%; padding: 0 20px 0 15%; width: 60%; }
#amount-complete:after { border: 14px solid transparent; border-top-color: #013850; content: ""; left: 14.5%; position: absolute; top: 100%; }
#amount-complete div { font-family: century-gothic,sans-serif; font-weight: 700; left: 2%; position: absolute; text-align: center; text-transform: uppercase; top: 14px; width: 20%; }
#amount-complete div strong { font-size: 3em; line-height: .9em }
#next-step { left: 20%; padding: 0 20px; top: 148px; width: 60%; }
#next-step:after { border: 14px solid transparent; border-bottom-color: #013850; bottom: 100%; content: ""; left: 48.5%; position: absolute; }

#contentslide13 .col-md-12 { padding: 40px 0 0 14%; }
#contentslide13 h3 { color: #00b189; font-family: century-gothic,sans-serif; font-size: 4.2em; font-weight: 700; }
#contentslide13 .col-md-12 div { background: #013850; color: #fff; margin: 16px 0 30px 90px; padding: 9px 24px 8px; position: relative; width: 400px; }
#contentslide13 .col-md-12 div:after { border: 20px solid transparent; border-bottom-color: #013850; bottom: 100%; content: ""; left: 10%; position: absolute; }
#contentslide13 .col-md-12 div p { margin: 3px 0; }
#contentslide13 .col-md-12 ul li { color: #fff; margin: 3px 0; }

#contentslide14 .col-md-12 { padding-right: 100px; }
#contentslide14 h3 { color: #00b189; font-size: 1.3em; font-weight: 700; }
#contentslide14 .green-pillbug { margin: 0 0 14px 20px; }
#contentslide14 .row > a { bottom: 28px; color: #5c89b5; font-size: 1.2em; font-weight: 700; left: 32px; position: absolute; }
#contentslide14 .row > a:hover { color: #4774a0; }
#contentslide14 .col-md-12 > img { margin-top: -48px; position: absolute; right: -24px; width: 200px; }
#contentslide14 .list-var { color: #013850; margin-left: 16px; min-height: 92px; }
#contentslide14 .list-var a { color: #013850; }
#contentslide14 .list-var a { color: #000; }
#contentslide14 .list-var:first-of-type > img { margin-left: 20px; width: 72px !important; }
#contentslide14 .list-var:nth-of-type(2) > img { margin-left: 20px; width: 72px !important; }
#contentslide14 .list-var:last-of-type { padding-top: 0; }

#nav-progress { bottom: 0; height: 50px; overflow: auto; 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: #5c89b5; border: 1px solid #222; border-width: 19px 2px; height: 100%; width: 100%; }
#nav-progress ul li a.active { background-color: #00b189; }
#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: #fff; box-shadow: inset 0 0 0 2px #5c89b5; color: #5c89b5; font-size: .9em; font-weight: 700; height: 60px; position: absolute; text-align: center; text-transform: uppercase; width: 60px; }

#menu-toggle { display: none; left: 20px; padding-top: 8px; top: 14px; width: 60px; z-index: 1; }
#menu-toggle:hover { color: #00b189; }
#menu-toggle span { background-color: #5c89b5; display: block; height: 4px; margin: 4px auto; transition: margin .2s, transform .2s; width: 40%; }
#menu-toggle:hover span { background-color: #00b189; }

#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 { display: none; 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: #00b189; transition: color .8s; }
.meeting-button:hover:before,
.meeting-button:hover:after { height: 100%; width: 100%; }
.meeting-button:hover:before { border-right-color: #00b189; border-top-color: #00b189; transition: width 0.2s ease-out, height 0.2s ease-out 0.2s; }
.meeting-button:hover:after { border-bottom-color: #00b189; border-left-color: #00b189; transition: height 0.2s ease-out .6s, width 0.2s ease-out 0.4s; }

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

/* MEDIA QUERIES */
@media screen and (min-width: 1860px) {
    body { font-size: 20px; }
    #menu ul li a span { padding-left: 36px; }
    #next-step { top: 177px; }
}

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

    #contentslide10 .col-md-12 div { padding-bottom: 80px; }
    #contentslide12 ul li { font-size: .85em; padding-top: 32px; }
    #contentslide12 ul div { font-size: .9em; }
    #contentslide13 .col-md-12 { font-size: .9em; padding: 18px 0 0 6%; }
    #contentslide14 .row > a { bottom: 14px; font-size: 1em; left: 40px; }
    #contentslide14 .col-md-12 > img { width: 140px; }
}

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

    .crown-bg > div { background-image: url("../images/crown-blue-only-bg.png"); background-size: 110px; padding: 18px 3% 0 9%; }
    .only-crown-bg > div { background-image: none; }

    #contentslide10 .col-md-12 div { padding: 0; }
    #contentslide10 ul li { line-height: 1.1em;padding-right: 28px; }
    #contentslide12 > div { padding: 0; }
    #contentslide12 > div > div { padding-left: 0; padding-right: 0; }
    #contentslide14 .row > a { display: none; position: static; }
    #contentslide14 .green-pillbug { display: block; float: none; margin: 0 0 26px; text-align: center; width: 200px;}
    #contentslide14 .col-md-12 { padding-right: 12px; }
    #contentslide14 .col-md-12 > img { margin-right: -10px; width: 100px; }
    #contentslide14 .list-var { font-size: .85em;}
    #contentslide14 .list-var a { word-wrap: break-word; }

    #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%; }
    .slide > div > div { clear: both; padding: 18px 5% 36px; }
    .slide h2 { font-size: 1.6em; padding-left: 40px; }
    .menu-open #slides > div { margin-left: 240px; }
    #lightbox img { max-width: 8000%; width: 160%; }
}

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

    .crown-bg > div { background-image: url("../images/crown-blue-only-bg.png"); background-size: 80px; padding: 18px 3% 0 7%; }

    #contentslide3 h3 { width: 100%; }

    #contentslide12 ul { margin-top: 0; margin-bottom: 20px; }
    #contentslide12 ul:before { display: none; }
    #contentslide12 ul li { float: none; padding-top: 34px; padding-bottom: 28px; width: 100%; }
    #contentslide12 ul div { margin-left: 5%; position: static; width: 94%; }
    #contentslide12 ul div:after { display: none; }
    #amount-complete { padding: 8px 14px 3px; }
    #amount-complete p { margin: 4px 0; }
    #next-step { margin-top: 20px; padding: 1px 14px; }

    #contentslide13 .col-md-12 div { margin-left: 0; width: 90%; }

    #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 #5c89b5; font-size: .8em; height: 36px; }
    #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: .8em; right: 8px; top: 8px; }
    #contact-button i { font-size: 1.2em; padding: 4px; }

    .menu-open #screen { left: 220px; }
    #contact { width: 260px; }
    #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: -260px; }

    #slides { height: 100%; }
    #slides > div { top: 124px; }
    .menu-open #slides > div { margin-left: 220px; }
    .contact-open #slides > div { margin-left: -260px; }
    .slide { height: 100%; }
    .slide > div { padding: 14px 4%; }
}

@media screen and (max-width: 530px) {
    #slides > div { bottom: 56px; }

    .float-right { padding: 20px 0; }
    #contentslide10 ul li { width: 100%; }
    
    #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%; }
}