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

/* Links */
a { color: #c33f11; transition: background-color .2s, color .2s; }
a:hover,
a:focus { color: #9c2a02; text-decoration: none; }
.button { background-color: #c47; 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: #b16; color: #fff; }
.button:focus { color: #fff; }

#skiptocontent { background-color: #fff; border-radius: 8px; box-shadow: 2px 2px 8px 0 #000; color: #ab2c00; font-size: 1.3em; left: -9999px; padding: 3px 12px; position: absolute; top: -9999px; }
#skiptocontent:focus { left: 8px; top: 8px; }
.ada-element { left: -9999px; position: absolute; }

.vc:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
.vc > * { display: inline-block; vertical-align: middle; }

.list-var { min-height: 110px; padding-left: 120px; position: relative; }
.list-var > img { left: 0; position: absolute; width: 100px; }

.circ { background: #c47; border-radius: 50%; height: 100px; line-height: 100px; text-align: center; width: 100px; }
.circ img { width: 60px; }

/* Headers */
h1 { font-size: 3.3em; margin: 30px 0 22px; }
h2 { font-size: 2.2em; margin: 12px 0 0; }
h3 { font-size: 1.8em; margin: 28px 0 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; }
img { max-width: 100%; }

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

/* ZOHO */
#crmWebToEntityForm {max-width: 100%!important;}
.zcwf_row:nth-of-type(2), .zcwf_row:nth-of-type(3)  {display:none;}
.zcwf_lblTopBottom .zcwf_title {display: none;}
.zcwf_lblTopBottom .zcwf_col_lab {font-family: Praxis-next,sans-serif!important; font-size: 14px!important; font-weight: normal!important;}
#crmWebToEntityForm label {margin-bottom: 0;}
.zcwf_lblTopBottom .zcwf_col_fld input[type=text], .zcwf_lblTopBottom .zcwf_col_fld textarea {width: 100%!important;}
.zcwf_lblTopBottom .zcwf_col_fld_slt {width: 100%!important;}
.zcwf_lblTopBottom .zcwf_col_fld input[type=reset] {display: none;}
.zcwf_lblTopBottom .zcwf_col_fld input[type=submit]  {border: none; border-radius: 0 0 12px 0; background-color: #d14c1e; font-size: 15px; color: #fff; padding: 11px 28px; font-weight: bold;}


/* Tables */
table { border: 1px solid #333; margin: 14px 0; width: 100%; }
table tr th { border: 1px solid #333; padding: 2px 4px; }
table tr td { border: 1px solid #333; padding: 2px 4px; }

/* Sticky Footer (uncomment if needed; set padding-bottom of ".container" to logical height based on what ends up in the footer) */
/* html, body { height: 100%; }
.container { min-height: 100%; padding-bottom: 60px; position: relative; }
.footer { background-color: #c47; bottom: 0; position: absolute; width: 100%; } */

/* Accordions */
.accordion-set { margin-bottom: 20px; }
.accordion { background: #e8e6e2; box-shadow: 0 2px 8px -3px #666; display: inline-block; margin: 22px 2% 8px; padding-top: 6px; vertical-align: top; width: 44%; }
.accordion-header { background: transparent; border: 0; cursor: pointer; padding: 4px 8px; text-align: left; width: 100%; }
.accordion h3 { color: #333; font-family: Praxis-next,sans-serif; font-size: 1.2em; margin: 0; padding-bottom: 8px; padding-left: 32px; padding-right: 8px; }
.accordion h3:after { display: none; }
.accordion h3 span { background: #e8e6e2; color: #9f2c04; font-weight: 700; left: 12px; position: absolute; width: 20px; }
.accordion h3 span:last-of-type { display: none; }
.accordion.opened h3 span:last-of-type { display: block; }
.accordion > div { padding: 0 20px 14px; }

/* Modal Window */
.close-modal { display: none; }
.modal-window { display: none; height: 100%; left: 0; position: fixed; top: -100%; transition: 0; width: 100%; z-index: 5000; }
.modal-window.showing { top: 0; transition: top 1s; }
.modal-window > button { background-color: rgba(0,0,0,.75); border: 0; cursor: pointer; display: block; height: 100%; left: 0; margin: 0; position: absolute; top: 0; width: 100%; }
.modal-title {  margin-bottom: 30px; padding: 46px 0 4px; text-align: center;}
.modal-title:after { left: 50%; margin-left: -60px; }
.modal-window > div { background-color: #fff; border: 1px solid #333; border-radius: 0 0 0 44px; bottom: 50px; box-shadow: 4px 13px 28px 0 #111; left: 12%; margin: 0; overflow: auto; padding: 0 3% 28px; position: absolute; top: 40px; width: 76%; }
.modal-window > div .close-modal { background: transparent; border: 0; color: #003b4a; font-size: 3em; line-height: .6em; position: absolute; right: 10px; top: 16px; }
.modal-window > div .close-modal span { left: -9999px; position: absolute; }
.modal-window :focus { border-radius: 2px; outline: 2px groove #ddd; }
.modal-window p { color: #003b4a; text-align: center;  }
.modal-window p a { color: #e0592a; }
.modal-window p a:hover { color: #bf4216; }

/*********************************************/
/******   Custom CSS  ************************/
/*********************************************/

#content > .row { padding: 64px 9% 72px; }
#content > .row > div { padding: 0 1.5% 20px; }
.gray-row { background: #d8dfe1; }
h3 { color: #003b4a; font-family: industry-inc-base; margin-bottom: 26px; position: relative; }
h3:after { background: #e0592a; content: ""; height: 4px; left: 0; margin-top: 2px; position: absolute; top: 100%; width: 120px; }
h3.centered { text-align: center; }
h3.centered:after { left: 50%; margin-left: -60px; }
h4 { color: #003b4a; font-family: praxis-next, sans-serif; font-size: 1.3em; }

/* Quick Header */
.header { color: #fff; padding: 14px 22px 14px 28px; position: relative; }
.header h1 { color: #000; left: -9999px; position: absolute; }
.header img { height: 78px; }
.header .nav { float: right; padding: 22px 18px 0; }
.header ul { margin: 0; padding: 0; }
.header li { display: inline-block; margin-left: 2px; padding: 0; }
.header li a { color: #003b4a; display: block; font-family: industry-inc-base; padding: 9px 24px 4px; }
.header li a:hover { color: #002129; }
.header li:last-of-type a { background: #003b4a; border-radius: 0 0 0 16px; color: #fff; margin-left: 12px; }
.header li:last-of-type a:hover { background: #002129; color: #fff; }
#mobile-menu { background-color: transparent; border: 0; cursor: pointer; display: none; padding: 0 4px; }

.announcement {background-color: #003B4A; padding-top: 2%!important; padding-bottom: 2%!important; display: flex;
    flex-wrap: wrap;
    align-items: stretch;}
.announcement div {padding-bottom: 0!important; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.announcement ul {list-style-type: none; margin: 0; padding: 0; display: inline-block; padding-left: 1%;}
.announcement ul li {margin: 0; padding: 0; display: inline-block; vertical-align: middle; }
.announcement ul li img {vertical-align: middle;}
.announcement ul li span {color: #fff; font-family: industry-inc-base; text-align: center; display: block;}
.announcement ul li span span {color: #e0592a; font-family: industry-inc-base; text-align: center; display: block; font-size: 2em; padding-top: 15px; line-height: 1;}
.announcement p {font-size: 1.5em; color: #fff; text-align: center; margin: 0 auto; font-family: industry-inc-base; }

.announcement a {background-color:#e0592a; color: #fff; font-family: industry-inc-base; text-align: center; border-radius: 2px; padding: 10px 50px 5px; margin-bottom: 0; font-size: 1em; display: block; width: 55%; margin: 0 auto;}
.announcement a:hover {background-color:#963a1b; transition: 0.5s all;}

#hp-header { background-image: url("../images/homeheader.jpg"); background-size: cover; background-position: center; color: #fff; position: relative; text-align: center; }
#hp-header h2 { font-family: industry-inc-base; font-size: 7em; line-height: .75em; text-shadow: 0 0 7px #111;}
#hp-header h2 span { display: block; font-size: .6em; letter-spacing: .45em; text-shadow: 0 0 7px #111;}
#hp-header-vid { height: 740px; overflow: hidden; position: relative; z-index: 1; }
#hp-header-img video { position: relative; width: 100%; z-index: 1; }
#hp-header-img  .hp-header-title { padding: 162px 0; position: absolute; text-align: center; top: 0; width: 100%; z-index: 2; }
#hp-header-img img { height: 52px; margin-bottom: 24px; }
#hp-header-img p { font-size: 1.8em; letter-spacing: .28em; text-transform: uppercase; }

#page-header .launch-modal { bottom: 0px; position: absolute; right: 8%; }
.launch-modal span { left: -9999px; position: absolute; }
.launch-modal div { background: #e0592a; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 2px 8px -3px #111; height: 64px; line-height: 56px; margin-top: -32px; position: absolute; right: 7%; text-align: center; top: 100%; width: 64px; z-index: 3; }
.launch-modal div img { display: inline-block; height: 36px; }
#page-header .launch-modal.is-fixed { margin: 0 !important; bottom: 62px; position: fixed; z-index: 10; transition: 0.5s all;}

#hp-header .launch-modal { bottom: 0; position: absolute; right: 8%; }
#hp-header .launch-modal.is-fixed { margin: 0 !important; bottom: 62px; position: fixed; z-index: 10; transition: 0.5s all;}

#mailing-list div {height: fit-content;}

#intro.row { padding: 64px 18% 70px; text-align: center; }
#intro p:first-of-type { font-size: 1.2em; font-weight: 700; }
#intro img { height: 24px; margin: 18px 6px 10px; }

#bridge-rollover { position: relative; }
#bridge-rollover img { width: 100%; }
#bridge-rollover .title { color: #fff; left: 6%; position: absolute; top: 7%; }
#bridge-rollover .title h3 { color: #fff; font-family: praxis-next,sans-serif; font-size: 2.8em; margin: 0; text-shadow: 0 0 7px #111; text-transform: uppercase; }
#bridge-rollover .title h3 span { font-family: industry-inc-base; }
#bridge-rollover .title h3:after { display: none; }
#bridge-rollover .title p { font-size: 1.1em; font-style: italic; margin: 0; width: 400px; }
#bridge-rollover .fact { left: 10%; position: absolute; top: 73%; }
#bridge-rollover .fact:nth-of-type(3) { left: 44%; top: 80%; }
#bridge-rollover .fact:nth-of-type(4) { left: 77%; top: 87%; }
#bridge-rollover .fact:nth-of-type(5) { left: 68%; top: 60%; }
#bridge-rollover .fact:nth-of-type(6) { left: 40%; top: 42%; }
#bridge-rollover .fact button { background: #e0592a; border-radius: 50%; border: 0; box-shadow: 0 2px 8px -2px #111; color: #fff; font-size: 1.8em; font-family: industry-inc-base; height: 44px; line-height: 50px; padding: 0; position: relative; text-align: center; width: 44px; }

#bridge-rollover .fact div { background: #fff; border-radius: 12px; bottom: 24px; box-shadow: 0 3px 8px -3px #111; left: -9999px; opacity: 0; padding: 24px 24px 16px; position: absolute; width: 340px; }
#bridge-rollover .fact:nth-of-type(6) div {bottom: -110px;}

#bridge-rollover .fact div h4 { color: #333; margin: 0; font-family: industry-inc-base; }
#bridge-rollover .fact:hover button { z-index: 2;}
#bridge-rollover .fact:hover div { left: 24px; opacity: 1; transition: left 0s, opacity .25s; z-index: 1; }
#bridge-rollover .fact.go-right div { left: auto; right: 9999px; }
#bridge-rollover .fact.go-right:hover div { left: auto; right: 24px; transition: right 0s, opacity .25s; }

#history-footer { display: none; }

#did-you-know { background: #003b4a; border-radius: 0 0 0 80px; color: #fff; margin: 0 5%; padding: 0 32px 58px !important; width: 40%; }
#did-you-know h3 { color: #fff; font-family: industry-inc-outline; font-size: 2.4em; margin-bottom: 6px; }
#did-you-know h3:after { display: none; }
#did-you-know h3 img { height: 24px; margin-top: -10px; }

.blue-box { background: #003b4a; border-radius: 0 0 28px 0; color: #fff; margin-top: 28px; min-height: 72px; padding: 18px 28px 18px 74px; position: relative; }
.blue-box img { height: 36px; left: 18px; position: absolute; top: 18px; }
.blue-box p { line-height: 1.2em; margin: 1% 0; }
.blue-box p a { color: #eade98; font-family: industry-inc-base; }
.blue-box p a:hover { color: #cdbf6d; }
.post-event a {background-color:#e0592a; color: #fff; font-family: industry-inc-base; text-align: center; border-radius: 2px; padding: 20px 10px 10px 10px; font-size: 0.9em; display: block; width: 75%; margin: 15px auto 0;}
.post-event a:hover {background-color:#963a1b; transition: 0.5s all;}

#looking-forward { padding: 0; }
#looking-forward li { display: inline-block; font-weight: 700; margin: 8px 0; vertical-align: top; width: 48%; }
/* #looking-forward li:last-of-type { color: #ab2c00; } */
#looking-forward li img { display: inline-block; height: 20px; margin-right: 12px; vertical-align: middle; }

.orange-row { background: #963a1b; color: #fff; }
.orange-row h3 { color: #fff; }
.orange-row h3:after { background: #fff; }
.orange-row h4 {font-family: industry-inc-base;}
.orange-row .row { border-spacing: 60px 0; display: table; margin-left: -60px; margin-top: 54px; width: 108%; }

.orange-row .row .col-sm-4 { background: #003b4a; border-radius: 0 0 0 34px; box-shadow: 0 3px 8px -1px #111;  display: table-cell; float: none; padding-bottom: 36px; text-align: center; width: 33.3333%; }
.orange-row .row:before { display: none; }
.orange-row .row:after { display: none; }
.orange-row .row .col-sm-4 h4 { color: #fff; margin-bottom: 14px; }
.orange-row .row .col-sm-4 > img { height: 60px; margin-top: -30px; }
.orange-row .row .col-sm-4 a img { height: 90px; }

.orange-row .row .col-sm-4 h5 { color: #a3bbc3; display: inline-block; font-family: industry-inc-base; font-size: 1.6em; text-align: left; vertical-align: top; width: 35%; }
.orange-row .row .col-sm-4 h5 span { display: block; font-size: 2.1em; }
.orange-row .row .col-sm-4 p { display: inline-block; text-align: left;  vertical-align: top; width: 90%; text-align: center;}
.orange-row .row .col-sm-4 p span { color: #eade98; display: block; font-family: industry-inc-base; font-size: 1.3em; margin-top: 6px; }

#schedule { overflow: auto; width: 100%; }
#schedule > img { max-width: 8000%; width: 2160px; }

.flip-card { cursor: pointer; display: inline-block; margin-right: 2%; margin-top: 8px; position: relative; vertical-align: top; width: 30%; }
.flip-card .front-side { background: #a3bbc3; border-radius: 0 0 0 64px; box-shadow: 0 6px 8px -4px #333; height: 440px; padding: 28px 36px; transition: transform .15s ease-in-out .15s; }
.flip-card .front-side h4 { font-size: 1.8em; margin: 0; }
.flip-card .front-side img { bottom: 28px; position: absolute; right: 34px; }
.flip-card .reverse-side { background: #003b4a; border-radius: 0 0 64px 0; box-shadow: 0 6px 8px -4px #333; color: #fff; height: 100%; left: 0; padding: 22px 28px; position: absolute; top: 0; transform: rotateX(8deg) rotateY(90deg); transition: transform .15s; width: 100%; }
.flip-card .reverse-side strong { font-family: industry-inc-base; font-weight: 400; line-height: 1.1em; }
.flip-card:hover .front-side { transform: rotateX(6deg) rotateY(-90deg); transition: transform .2s; }
.flip-card:hover .reverse-side { transform: rotateX(0deg) rotateY(0deg); transition: transform .35s ease-in-out .1s; }

/* Quick Footer */
.footer { background-color: #333; color: #fff; padding: 32px 30px 36px; }
.footer .col-sm-6 { padding-top: 38px; }
.footer .col-sm-6 a { display: inline-block; margin-right: 24px; padding-right: 24px; position: relative; }
.footer .col-sm-6 a:after { background: #e0592a; content: ""; height: 100%; left: 100%; position: absolute; width: 3px; }
.footer .col-sm-6 a:last-of-type:after { display: none; }
.footer-nav a { color: #fff; display: block; font-family: industry-inc-base; margin: 5px 0; }
.footer-nav a:hover { color: #e0592a; }
.footer .col-sm-3:last-of-type a { color: #fff; }
.footer .col-sm-3:last-of-type a:hover { color: #e0592a; }
.footer .col-sm-3:last-of-type p { margin-top: 36px; }
.footer .col-sm-3:last-of-type a img { display: inline-block; height: 28px; margin-left: 8px; }

#page-header { background-image: url("../images/faqheader.jpg"); background-position: center; background-size: cover; height: 410px; position: relative; }
#page-header h2 { bottom: 44px; color: #fff; font-family: industry-inc-base; font-size: 6em; left: 8%; position: absolute; text-shadow: 0 3px 8px #333; }
#page-header.resources { background-image: url("../images/resourcesheader.jpg"); }
#page-header.resources p { font-size: 14px; line-height: 1.5em; margin: 16px 0 6px; bottom: 0; position: absolute; padding: 5px; color: #000; background-color: rgba(255, 255, 255, 0.8);}
#page-header.events { background-image: url("../images/eventsheader.jpg"); }
#page-header.contact { background-image: url("../images/contactheader.jpg"); }

#faq-filters { margin: 36px 0; text-align: center; width: 100%; }
#faq-filters button { background: #003b4a; border: 0; border-radius: 0 0 0 32px; box-shadow: 0 3px 8px -3px #111; color: #fff; font-family: industry-inc-base,sans-serif; height: 110px; line-height: 1.3em; margin: 0 .5%; padding: 0 22px; transition: background .2s; vertical-align: top; width: 18%; }
#faq-filters button:hover { background: #002a35; }
#faq-filters button.active { background: #09596e; }

#resource-links { padding: 0; }
#resource-links li { display: inline-block; padding-right: 8px; vertical-align: top; width: 40%; }
#resource-links li a { color: #e0592a; }
#resource-links li a:hover { color: #963a1b; }
#resource-links li img { height: 20px; margin-right: 4px; }

.social-links { padding: 0; }
.social-links li { display: inline-block; }
.social-links a { background: #003b4a; border-radius: 6px; display: block; height: 38px; line-height: 34px; margin-right: 8px; text-align: center; width: 38px; }
.social-links a:hover { background: #002630; }

#event-subheader { background: #eade98; padding: 16px 15% 0 7% !important; }
.evt-subheader-box { padding-left: 70px; position: relative; }
.evt-subheader-box img { left: 0;  position: absolute; }
.evt-subheader-box p { margin: 0; }
.evt-subheader-box p a { color: #e0592a; font-family: industry-inc-base,sans-serif; }
.evt-subheader-box p a:hover { color: #c84315; }

#rsvp-link { background: #e0592a; border-radius: 0 0 16px 0; color: #fff; display: inline-block; font-family: industry-inc-base,sans-serif; margin-top: 14px; padding: 9px 42px 4px; }
#rsvp-link:hover { background: #c84315; }

/*********************************************/
/****** Media Queries ************************/
/*********************************************/
/* Add more queries as needed; 992px is the column breakpoint for "medium"  columns in Bootstrap */

@media screen and (min-width: 2000px) {
    body { font-size: 18px; }
}

@media screen and (max-width: 1340px) {
    #faq-filters button { font-size: .9em; padding: 0 14px;  }
    
    #hp-header-vid { height: 580px; }
    #hp-header-img .hp-header-title { padding: 112px 0; }
    
    .flip-card .front-side { height: 410px; padding: 22px 24px; }
    .flip-card .front-side h4 { font-size: 1.5em; }
    
    .footer .col-sm-6 { padding-top: 48px; width: 52%; }
    .footer .col-sm-6 img { height: 64px; }
    .footer .col-sm-3 { width: 21%; }
    .footer .col-sm-3:last-of-type { width: 27%; }
    .footer .col-sm-3:last-of-type a { word-wrap: break-word; }
}

@media screen and (max-width: 1160px) {
    .header img { height: 56px; }
    .header .nav { padding: 14px 12px 0; }
    .header li a { padding: 5px 14px 1px; }

    #hp-header-vid { height: 540px; }
    #hp-header-img .hp-header-title { padding: 112px 0; }
    #hp-header h2 { font-size: 5em; }
    #hp-header-img p { font-size: 1.4em; }

    .orange-row .row { border-spacing: 38px 0; margin-left: -38px; }
    .orange-row .row .col-sm-4 h5 { margin-top: 8px;  text-align: center; width: 100%; }
    .orange-row .row .col-sm-4 p { margin: 0; text-align: center; width: 80%; }

    .footer { padding: 26px 18px 22px; }
    .footer .col-sm-6 { padding-top: 12px; width: 42%; }
    .footer .col-sm-6 a { margin: 5px 2px; }
    .footer .col-sm-6 a:after { display: none; }
    .footer .col-sm-6 img { height: 64px; }
    .footer .col-sm-3 { width: 22%; }
    .footer .col-sm-3:last-of-type { width: 36%; }
}

@media screen and (max-width: 992px) {
    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 20px; }
    h4 { font-size: 1.1em; 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; }
    .vertical-center > div { margin: 0; }
    
    #content > .row { padding: 36px 7% 48px; }

    /* Quick Mobile Menu */
    #mobile-menu { color: #003b4a; display: inline-block; font-size: 1.4em;}
    .header { padding: 10px 16px; }
    .header .nav { padding: 12px 8px; }
    .header .nav ul { background: #fff; box-shadow: 2px 4px 8px -2px #000; border-radius: 0 0 0 10px; display: none; opacity: 0; padding: 4px 0; position: absolute; right: 110%; top: 56px; width: 210px; z-index: 1; }
    .menu-opened .header .nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }
    .header .nav li { border-top: 1px solid #fff; display: block; margin: 0; text-align: center; }
    .header .nav li a:last-of-type { background: transparent; border-radius: 0; color: #003b4a; margin: 0; }

    .modal-window > div { height: 90%; left: 10% !important; top: 5% !important; width: 80% !important; }
    .modal-window > div .close-modal { font-size: 2.2em; top: 12px; z-index: 5;}

    #intro p:first-of-type { font-size: 1em; }
        
    #hp-header-vid { height: 420px; }
    #hp-header-img .hp-header-title { padding: 112px 0; }
    #hp-header h2 { font-size: 3em; }
    #hp-header-img img { height: 32px; margin-bottom: 8px;  }
    #hp-header-img p { font-size: 1.2em; letter-spacing: .06em; line-height: 1.1em; }

    #page-header { height: 280px; }
    #page-header h2 { font-size: 3.4em; }

    .flip-card { margin: 18px 0; width: 100%; }
    .flip-card .front-side { height: 220px; }
    .flip-card .front-side img { height: 80px; }

    #bridge-rollover .title h3 { font-size: 2em; }
    #bridge-rollover .title p { font-size: .9em; width: 260px; }
    #bridge-rollover .fact button { font-size: 1.3em; height: 34px; line-height: 38px; width: 34px; }
    #bridge-rollover .fact div { padding: 18px 12px 14px 16px; }
    #bridge-rollover .fact div h4 { font-size: 1.1em; }
    #bridge-rollover .fact div p { margin-top: 8px; }

    #schedule { border: 1px solid #888; margin-top: 18px; }
    #schedule > img { width: 1900px; }
    
    #faq-filters button { border-radius: 0 0 0 8px; height: 44px; margin-top: 10px; padding: 4px 20px 0; width: auto; }
    .accordion h3 { font-size: 1em;}

    .footer { overflow: auto; padding: 10px 14px 16px; }
    .footer .row > div { float: none; text-align: center; width: 100% !important; }
    .footer-nav { padding: 24px 16px 14px; }
    .footer-nav a { display: inline-block; margin: 6px 8px; }
    .footer .col-sm-3:last-of-type p { margin-top: 18px; }
}

@media screen and (max-width: 768px) {
    .orange-row .row { display: block; margin: 38px 0 0; width: 100%; }
    .orange-row .row .col-sm-4 { display: block; margin-bottom: 28px; padding-bottom: 18px; width: 100%; }
    .orange-row .row .col-sm-4 h4 { margin-top: 8px; }
    .orange-row .row .col-sm-4 > img { height: 32px; }

    #bridge-rollover .title { top: -32px }
    #bridge-rollover .title h3 { font-size: 1.6em; }
    #bridge-rollover .title p { width: 90%; }
    #bridge-rollover .fact div { font-size: .9em; width: 240px; }
    #bridge-rollover .fact:nth-of-type(3):hover div { left: -100px; }
    #bridge-rollover .fact:nth-of-type(5):hover div { right: -40px; }
    #bridge-rollover .fact:nth-of-type(6):hover div { left: -100px; }
    
    #hp-header-vid { height: 330px; }
    #hp-header-img .hp-header-title { padding: 60px 0; }
    #page-header { height: 210px; }
    #page-header h2 { font-size: 2.1em; }

    #did-you-know { border-radius: 0 0 0 36px; margin: 0; padding-top: 18px !important; padding-bottom: 34px !important; width: 100%; }
    #did-you-know h3 { font-size: 2em; margin: 0 0 6px; }

    #looking-forward li { width: 100%; }

    .accordion { margin: 8px 0; width: 100%; }
    
    #resource-links li { width: 90%; }
    
    #event-subheader { padding: 14px 28% 0 7% !important; }
    .evt-subheader-box { padding-left: 50px; position: relative; }

    .flip-card .front-side { height: 260px; }
    .flip-card .front-side h4 { font-size: 1.2em;}

    .announcement ul {display: block; text-align: center;}
    .announcement ul li {display: block; text-align: center;}

    .announcement a {padding: 10px; width: 95%; margin: 0 auto;}


}

@media screen and (max-width: 590px) {
    #hp-header-vid { height: 280px; margin-left: -30%; width: 160%; }
    #hp-header-img .hp-header-title { padding: 42px 0; }
}

@media screen and (max-width: 500px) {
    .menu-opened .header .nav ul {z-index: 10;}
    #hp-header-vid {width: 100%;margin-left: 0; }
    #hp-header-vid video {width: 130%; }
    .launch-modal div {height: 46px; width: 46px; margin-top: -25px; line-height: 36px;}
    .launch-modal div img {height: 26px;}
    .modal-window > div {z-index: 9;}
    #bridge-rollover .title h3 {color: #333; text-shadow: none; font-family: 'praxis-next',sans-serif;}
    #bridge-rollover .fact:hover div {z-index: 10;}
    .announcement p {margin-top: 25px;}
    .flip-card:nth-of-type(3) .reverse-side {height: auto;}

    
}

/* @media screen and (max-width: 425px) {
    .announcement ul {display: block; text-align: center;}
    .announcement ul li {display: block; text-align: center;}
} */
