html, body { color: #000; font-family: "Arial", sans-serif; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }
.row { margin: 0; }
.row > div { padding: 0 1.5% 12px; }
.content { width: 85%; margin: 0 auto; }
.vertical-center > div { float: none; display: inline-block; margin-left: -.5%; vertical-align: middle; }
.vertical-center > div:first-of-type { margin: 0; }


/* Links */
a { transition: background-color .2s, color .2s; color: #846FFD; }
a:hover,
a:focus { text-decoration: none; }
.button { background-color: #c47; border-radius: 14px; border: 0; color: #fff; display: block; letter-spacing: .05em; margin: 20px auto 5px; padding: 4px 16px; transition: background-color .2s; }
.button:hover { background-color: #b16; color: #fff; }
.button:focus { color: #fff; }

/* Headers */
h1 { font-size: 3.3em; margin: 30px 0 22px; }
h2 { font-size: 60px; font-weight: bold; }
h3 { font-size: 16px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: bold; color: #000; background: #FDBB30; padding: 10px; width: 35%; margin-bottom: 0; }
h4 { font-size: 1.6em; margin: 28px 0 0; }
h5 { font-size: 1.4em; margin: 26px 0 0; }
h6 { font-size: 1.3em; margin: 26px 0 0; }

/* Paragraphs & Lists */
p { line-height: 1.5em; margin: 16px 0 6px; }
ul, ol { margin: 16px 0 10px; }
li {  line-height: 1.4em; margin-bottom: 8px; }

/* Forms */
form { margin: 18px 0; }
label { display: block; margin: 10px 0 8px; width: 100%; text-align: left; font-weight: normal;}
span.purple {color: #846FFD;}
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: #fff; border: solid 2px #FDBB30; color: #000; letter-spacing: .15em; font-weight: bold; margin-top: 14px; padding: 4px 16px; border-radius: 0;}
.button:hover,
input[type="submit"]:hover { background-color: #FDBB30; transition: 0.5s all; }

/* Tables */
/* table { border: 2px solid #333; border-width: 0 2px 2px 0; margin: 14px 0; width: 100%; }
table tr th { border: 2px solid #333; border-width: 0 2px 2px 0; padding: 2px 4px; }
table tr td { border: 1px solid #333; border-width: 0 1px 1px 0; padding: 2px 4px; }
table tr:nth-of-type(even) { background-color: #eee; } */

/* Accordion  (can remove if not needed)*/
.accordion {margin-top: 30px; cursor: pointer; }

.accordion-header img {display: inline-block; float: left; padding-right:0; margin-right: 0;margin-top: 1%;}
.accordion-header h3 {display: inline-block; color: #000; border: solid #000 2px; border-left: solid 10px #000; margin-right: 15px; cursor: pointer; background-color: white; width: 50%;}
.accordion-header h3 span {color: #846ffd; font-weight: normal; font-size: 14px; text-transform: capitalize; line-height: 25px;}
.accordion-header h3 span.orange {color: #fdbb30; font-weight: bold; font-size: 14px; text-transform: capitalize; line-height: 25px;}
.accordion-header h3 span.orange i {color: #fdbb30; font-weight: bold; font-size: 14px; line-height: 25px;}
.accordion-header h3:hover {box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); transition: 0.5s all;}

.panel { padding: 3px 0; background-color: #fdbb30; color: #000; margin-left: 108px; border-radius: 0px; width: 50%;}


#meeting .accordion {margin-top: 15px; cursor: pointer;}

#meeting .accordion-header img {display: inline-block; float: left; padding-right:0; margin-right: 0; margin-top: 1%; }
#meeting .accordion-header h3 {display: inline-block; color: #000; border: solid #000 2px; border-left: solid 10px #000; margin-right: 15px; cursor: pointer; background-color: white; width: 100%; margin-top: 5px;}
#meeting .accordion-header h3 span {color: #846ffd; font-weight: normal; font-size: 14px; text-transform: capitalize; line-height: 25px;}
#meeting .accordion-header h3 span.orange {color: #fdbb30; font-weight: bold; font-size: 14px; text-transform: capitalize; line-height: 25px;}
#meeting .accordion-header h3 span.orange i {color: #fdbb30; font-weight: bold; font-size: 14px; line-height: 25px;}
#meeting .accordion-header h3:hover {box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); transition: 0.5s all;}

#meeting .panel { padding: 3px 0;color: #000; border-radius: 0px; width: 100%; margin-left: 0;}

/* Modal Window   (can remove if not needed)*/
.modal-window { height: 100%; left: 0; position: fixed; top: -100%; transition: top .95s; width: 100%; }
.modal-window h2 {font-size: 45px; margin-top: 25px;}
.modal-window.showing { top: 0; }
.modal-window > span { background-color: rgba(0,0,0,.75); cursor: pointer; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.modal-window > span > span { color: #fff; font-size: 3em; line-height: .6em; padding: 13px 15px; position: absolute; right: 0; top: 0; transition: color .2s; }
.modal-window > span > span:hover { color: #ddd; }
.modal-window > div { background-color: #fff; border: 1px solid #333; box-shadow: 1px 63px 58px 0 #111; height: 78%; margin: -84px auto 0; overflow: auto; padding: 32px 5%; position: relative; transition: margin 1s ease-in-out .1s; width: 70%; }
.modal-window.showing > div { box-shadow: 4px 13px 28px 0 #111; margin-top: 160px; }


#popup { height: 100%; left: 0; opacity: 0; position: fixed; top: -100%; transition: opacity .3s, top 1s; width: 100%; z-index: 6; }
#popup > span { background-color: rgba(0,0,0,.5); height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#popup > div { 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='540' height='450' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.03'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E");}
#popup > div img {width: 20%;}
#popup > div > p {margin-top: 25px;}

#popup > span > span { color: #000; cursor: pointer; line-height: normal; padding: 12px 16px; position: absolute; right: 6%; top: 65%; z-index: 100; letter-spacing: 0.15em; background-color: #fdbb30; font-weight: bold; border: solid black 2px;}

#popup > span > span:hover { border: solid 2px #fdbb30; font-weight: bold; background-color: white; position: absolute; right: 6%; top: 65%; z-index: 100; cursor: pointer; transition: 0.5s all; }

#popup > div { background-color: #fff; box-shadow: 0 14px 9px -6px #333; left: 20%; padding: 26px 34px 40px; position: absolute; text-align: center; top: 100px; width: 60%; }
#popup.showingP { opacity: 1; top: 0; }

.survey iframe {height: 1300px!important;}
/* FORM */
/* .jotform-form {margin: 0;}
.form-all {background-color: transparent!important; border: none!important;}
.form-all ul {display: inline-block;}
.form-all li {display: inline-block; float: left; width: 50%; padding-bottom: 0;}
.form-all li .form-textbox, .form-textarea, .form-radio-other-input, .form-checkbox-other-input, .form-captcha input, .form-spinner input {width: 100%; background-color: #E5E5E5!important; border: none; box-shadow: none;}

.form-label {font-family: 'Arial', sans-serif; font-weight: normal!important;}

#cid_3 .form-address-line {width: 75%;}
#id_2 {margin: 0; padding-top: 0;}
#cid_2 {float: left;}
#cid_2 button {text-shadow: none; background: #000; color: white; box-shadow: none; font-family: 'Arial', sans-serif;}
#cid_2 button:hover {text-shadow: none; background: #fff; color: #000; box-shadow: none; font-family: 'Arial', sans-serif; transition: 0.5s all;}

.thankyou #stage .form-all {margin: 0!important; padding: 0!important;} */
/*********************************************/
/******   Custom CSS  ************************/
/*********************************************/

html { background-color: #ededed; height: 100%; }
body { background-color: #fff; min-height: 100%; margin: 0 auto; width: 90%; background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='540' height='450' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.03'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E");}

.header { background-color: #000; position: fixed; width: 90%; z-index: 5;}
.header h1 { color: #fff; left: -9999px; position: absolute; top: -9999px; }
.header > img { left: 50%; margin: -54px 0 0 -50px; position: absolute; top: 100%; width: 100px; }
.header > i { background-color: #846ffd; color: #000; cursor: pointer; display: none; font-size: 1.2em; padding: 4px; position: absolute; top: 0; right: 0; z-index: 2; }
.header > ul { border-top: 1px solid #fdbb30; list-style-type: none; margin: 62px 0 0; padding: 0; width: 100%; }
.header > ul li { float: left; text-align: center; width: 12.5%; }
.header > ul li a { color: #fdbb30; display: block; font-weight: 700; padding: 12px 0 32px; position: relative; }
.header > ul li a:before,
.header > ul li a:after { background-color: #846ffd; border-radius: 50%; content: ""; height: 10px; left: 50%; margin-left: -5px; position: absolute; top: -6px; width: 10px; }
.header > ul li a:after { background-color: transparent; border: 1px solid #fff; height: 10px; margin-left: -5px; opacity: 0; top: -6px; transition: .3s; width: 10px; }
.header > ul li a:hover,
.header > ul li a.active { color: #fff; }
.header > ul li a.active:after { height: 18px; margin-left: -9px; opacity: 1; top: -10px; width: 18px; }
.header > a { background-color: #fdbb30; color: #000; font-size: 1.1em; font-weight: 700; left: 0; letter-spacing: .06em; padding: 6px 6px 5px; position: absolute; text-align: center; text-transform: uppercase; top: 0; transition: .25s; width: 100%; }
.header > a img { height: 14px; margin: -3px 10px 0 10px; transition: .8s; vertical-align: middle; }
.header > a img:last-of-type { transform: rotateY(180deg); }
.header > a:hover { background-color: #e6a61f; letter-spacing: .1em; }
.header > a:hover img { margin: -3px 24px 0 24px; }
.header #navigation { background-color: #333; clear: both; margin-top: 8px; overflow: auto; }
.header #navigation a { background-color: #333; color: #fff; float: left; font-size: 1.1em; font-weight: 700; letter-spacing: .15em; padding: 6px 14px; text-transform: uppercase; transition: .4s; width: 50%; }
.header #navigation a img { height: 12px; margin: -3px 0 0 4px; transition: .8s; }
.header #navigation .prev { display: none; }
.header #navigation .prev img { margin: -3px 5px 0 0; transform: rotateY(180deg); }
.header #navigation .next { float: right; text-align: right; }
.header #navigation a:hover { background-color: #222; letter-spacing: .2em; }
.header #navigation a:hover img { margin: -3px 6px 0 6px !important; }

.slide { height: auto; min-height: 100%; padding: 220px 3% 30px; text-align: center;}

/* CUBE SHADOW */
.scene {width: 300px;height: 300px; margin: 60px; perspective: 900px;}
.cube { width: 300px; height: 300px; position: relative; transform-style: preserve-3d; transform: translateZ(-50px);}
.cube__face { position: absolute; width: 300px; height: 300px;}
.cube__face--front  { border: solid 1px black;}
.cube__face--right  { border-left: solid 1px black; }
/* .cube__face--back   { border: solid 1px #fff; } */
.cube__face--left   {border-bottom: solid 1px black; }
.cube__face--top    { border-bottom: solid 1px black; }
.cube__face--bottom { border-top: solid 1px black; border-left: solid 1px black; }
.cube__face--front  { transform: rotateY(  0deg) translateZ(150px); }
.cube__face--right  { transform: rotateY( 90deg) translateZ(150px); }
/* .cube__face--back   { transform: rotateY(180deg) translateZ(150px); } */
.cube__face--left   { transform: rotateY(-90deg) translateZ(150px); }
.cube__face--top    { transform: rotateX( 90deg) translateZ(150px); }
.cube__face--bottom { transform: rotateX(-90deg) translateZ(150px); }
.rectangle { width: 320px; height: 320px;  position: absolute; z-index: 1; bottom: 10px; left: 10px}
.rectangle img {width: 100%; border: solid 1.5px #000;}


.border {margin-top: 25px;}
a.mobile-map {display: none!important;}
.resp-container { position: relative; overflow: hidden; padding-top: 56.25%; }
.resp-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 83%; border: 0;}

.welcome.animate {
    width:100%;
    overflow:hidden;
  }
  .welcome h2.animate {
    animation: slide-left 1s;
  }
  
  @keyframes slide-left {
    from {
      margin-left: 100%;
      width: 300%; 
    }
  
    to {
      margin-left: 0%;
      width: 100%;
    }
  }


.welcome {margin-top: 4%; padding-right: 6%;}
.welcome h2 {font-size: 45px;}
.orange-line {border-bottom: solid 2px #FDBB30; width: 100%; margin-top: 0; padding-top: 0;}
.directions {margin-bottom: 50px;}
.directions img {display: block; margin: 0 auto;}
.directions p {text-align: center; padding: 0 15px;}

h2.long-header {font-size: 32px;}
h3.long-h3 {width: 60%;}

.stip-funding {margin-bottom: 50px;}
#funding span { color: #846FFD; margin-bottom: 15px; display: block;}
img.breakdown {margin-bottom: 75px; width: 100%;}
h3.full-h3 {width: 75%;}
.funding-overview {padding: 0;}
.funding-overview > .col-sm-6 {margin-top: 30px; }

.funding .col-sm-12 {background-color: white; border: solid black 2px; padding: 25px; }
.funding h4 {font-weight: bold; font-size: 24px;}
.funding h5 { border-left: solid 10px #fdbb30; padding-left: 15px; text-transform: uppercase; letter-spacing: 0.15em; font-weight: bold;}
.funding .directions {display: block; margin-bottom: 25px;}
.funding .directions img {display: block; margin: 25px auto 25px;}

.funding-button {height: 35px; margin-top: 25px;}
.funding-button a { color: #333; cursor: pointer; line-height: normal; padding: 12px 16px; letter-spacing: 0.15em; border: solid 2px #fdbb30; font-weight: bold; background-color: white;}
.funding-button a:hover { color: #fff; background-color: #fdbb30; transition: 0.5s all; }

.modal-form .col-sm-6 {width: 50%!important; float: left; margin-bottom: 15px;}

.box-shadow-thankyou .scene {margin-left: 28%; margin-top: 10%;}
.thankyou {background-color: #FDBB30; color: #000; padding: 25px;}

/* Tabs */
.tabpanel { margin: 20px; padding: 0; }
.tablist { margin: 0 0px; padding: 0; list-style: none; }
.tab { margin-right: 2%; padding: 10px; height: 3em; font-weight: bold; background:#000; color: white; float: left; display: inline; width: 18%;/* IE float bug fix */ cursor: pointer; padding-bottom: 0; margin-bottom: 0; }
.panel-tab { clear: both; display: block; margin: 0 0 0 0; padding: 10px; border-top:2px solid #FDBB30; margin-top:0; padding-top: 0; }
.panel-tab h3 { background-color: transparent; color: #000; font-size: 18px; font-weight: bold; letter-spacing: normal; width: 100%; margin-bottom: 50px;}


.district {display: inline-block; float: left; margin: 25px 0;}
.district img {display: inline-block; float: left; margin-right: 25px;}
.district p {display: inline-block; float: left; padding-right: 25px;}

.district-download { padding: 25px;}
.district-download img {width: 45%; display: block; margin: 15px auto; border: none;}
.district-download p {text-align: center;}


ul.controlList { list-style-type: none; border-bottom: 2px solid #FDBB30;}
ul li {letter-spacing: 0.15em;}
li[aria-selected='true'] { color: black; background-color: #FDBB30; border-bottom: 1px solid #FDBB30;}
div.panel-tab[aria-hidden='true'] { display: none; }
div.panel-tab[aria-hidden='false'] { display:block; }
.focus { margin-top: 0; height: 1.2em; }
.hidden { display:none; }

.about {margin-bottom: 35px;}
.about img {display: block; margin: 55px auto 25px;}
.about h3 {background-color: transparent; color: #000; font-weight: bold; font-size: 18px; text-align: center; width: 100%;}
.about p {text-align: center; padding: 0 15px;}

.row > div.values { margin-top: 35px; padding-right: 35px;}
.values span {color: #846FFD; text-transform: uppercase; font-size: 15px; padding-bottom: 15px; font-weight: bold; letter-spacing: 0.15em;}

/* LIGHTBOX */
#lightbox { height: 100%; position: fixed; top: -100%; transition: top .85s; width: 90%; z-index: 500; }
#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 { height: 40%; margin: -120px auto 0; height: 85%; overflow-y: auto; position: relative; transform: rotateX(90deg) translateY(-160px); transition: .24s; width: 88%; }
#lightbox img { display: block; width: 100%; cursor: pointer;}
#lightbox.on { top: 0px; }
#lightbox.on div { box-shadow: none; margin-top: 50px; transition: .8s ease-out .32s; transform: rotateX(0deg) translateY(0px); top: -32px}
.slide img.lightbox { cursor: pointer; margin-bottom: 5px; }


/*********************************************/
/****** Media Queries ************************/
/*********************************************/
/* Add more queries as needed; 992px is the column breakpoint for "medium"  columns in Bootstrap */
@media screen and (max-width: 1170px) {
    .scene {width: 200px;height: 200px; margin: 60px; perspective: 900px;}
    .cube { width: 200px; height: 200px; position: relative; transform-style: preserve-3d; transform: translateZ(-50px);}
    .cube__face { position: absolute; width: 200px; height: 200px;}
    .cube__face--front  { border: solid 1px black;}
    .cube__face--right  { border-left: solid 1px black; }
    /* .cube__face--back   { border: solid 1px #fff; } */
    .cube__face--left   {border-bottom: solid 1px black; }
    .cube__face--top    { border-bottom: solid 1px black; }
    .cube__face--bottom { border-top: solid 1px black; border-left: solid 1px black; }
    .cube__face--front  { transform: rotateY(  0deg) translateZ(100px); }
    .cube__face--right  { transform: rotateY( 90deg) translateZ(100px); }
    /* .cube__face--back   { transform: rotateY(180deg) translateZ(100px); } */
    .cube__face--left   { transform: rotateY(-90deg) translateZ(100px); }
    .cube__face--top    { transform: rotateX( 90deg) translateZ(100px); }
    .cube__face--bottom { transform: rotateX(-90deg) translateZ(100px); }
    .rectangle { width: 220px; height: 220px;  position: absolute; z-index: 1; bottom: 10px; left: 10px}
    .welcome {margin-top: 6%; padding-right: 6%;}

}

@media screen and (max-width: 992px) {
    .vertical-center > div { margin: 0; }
    h1 { font-size: 2.2em; margin: 20px 0 6px; }
    h2 { font-size: 1.7em; margin: 12px 0 0; }
    h3 { font-size: 1.4em; margin: 20px 0 0; }
    h4 { font-size: 1.3em; margin: 28px 0 0; }
    h5 { font-size: 1.2em; margin: 26px 0 0; }
    h6 { font-size: 1.1em; margin: 26px 0 0; }
    p, li { font-size: .9em; line-height: 1.3em; }
    .button { font-size: .8em; border-radius: 12px; padding: 4px 12px 3px; }
    table tr { font-size: .8em; padding: 2px; }

    body { width: 100%; }
    .header { width: 100%; }
    .header > img { margin: -42px 0 0 -35px; width: 70px; }     
    .header > a { font-size: .9em; padding: 7px 6px 3px; }
    .header > a img { height: 10px; }
    .header ul { margin-top: 50px; }
    .header ul li a { font-size: .9em; line-height: 1.1em; padding: 10px 0 18px; }
    .header #navigation a { font-size: .85em; }
    .header #navigation a img { height: 10px; }

    .slide { padding: 160px 3% 24px; }

    .modal-window > span > span { font-size: 1.8em; padding: 8px; }
    .modal-window > div { font-size: .9em; height: 85%; padding: 8px 10px; width: 90%; }
    .modal-window.showing > div { margin-top: 34px; }
}

@media screen and (max-width: 810px) {
    #popup iframe {height: 240px!important;}
    a.mobile-map {display: block!important;}
   .resp-container {display: none!important;}
}

@media screen and (max-width: 587px) {
    #popup > div {width: 75%; left: 12%;}
    .welcome h2 {font-size: 32px; text-align: center;}
    .welcome p {text-align: center;}
    h3, h3.long-h3, h3.full-h3 {text-align: center; width: 100%; font-size: 16px;}
    .directions img {margin: 5px auto; width: 40%;}
}


@media screen and (max-width: 525px) {
    .scene {width: 200px;height: 200px; margin-left: 10px; perspective: 900px;}

    .header > a { font-size: .8em; letter-spacing: 0em; padding: 4px; width: 96%; }
    .header > a img { display: none; }

    .header > i { display: block; }
    .header ul { background-color: #000; border: 0; left: -100%; margin: 24px 0 0; opacity: 0; padding: 14px 0 10px; position: fixed; transition: left 0s ease-in-out .1s, opacity .1s; width: 100%; z-index: 1; }
    .header ul.showing { left: 0; opacity: 1; transition: left 0s, opacity .2s; }
    .header ul li { padding: 0; width: 50%; }
    .header ul li a { font-size: .8em; padding: 13px 0 0; }
    .header ul li a:before { height: 8px; top: 2px; width: 8px; }
    .header ul li a:after { display: none; }
    .header #navigation { padding-top: 38px; }
    .header #navigation a { font-size: .8em; padding: 4px; }
    .header #navigation a img { height: 8px; margin: -3px 2px 0 !important; }
    .header > img { margin-left: -8px; margin-top: -36px; width: 52px; }
    .header > img { left: 46%; }
    .slide { padding: 84px 5% 8px; }
    h2.long-header { font-size: 25px; text-align: center;}
    .about img { margin: 15px auto;}
    .row > div.values {text-align: center; padding: 0;}
    .funding-button { text-align: center;}
}

@media screen and (max-width: 417px) {
    #popup > div {width: 90%; left: 5%;}
    #popup iframe {height: 240px!important;}
    .modal-form .col-sm-6 {width: 100%!important; margin-bottom: 15px;}
    .survey iframe {height: 1500px!important;}
    .funding-button a {letter-spacing: normal;}
    .accordion-header h3 {font-size: 16px; letter-spacing: normal; margin-right: 0; width: 64%;}
    .panel {padding: 5px;}
    .panel ul {padding-left: 20px;}
    .final iframe {height: 540px;}
    #comment h2 {font-size: 25px; margin-top: 50px;}
    #comment iframe {height: 540px!important;}

}

@media screen and (max-width: 375px) {
  #popup > span > span { top: 80%; right:5%; }
}