html, body { color: #292d2f; font-family: calibri, sans-serif; font-size: 18px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }
.row { margin: 0; }
#content .row > div { padding: 0 2% 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 { transition: background-color .2s, color .2s; }
a:hover,
a:focus { 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; 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; }
#past-materials a {display:inline-block;padding:10px 20px;background:white;border-radius:3px;border:2px solid #751113;margin:25px 5px 10px 5px;  -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;font-weight:bold}
  
  #past-materials a:hover {background:#751113;color:white;}
/* 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; }

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

/* Quick Header */
.header { padding: 18px 4%; position: relative; }
.header img { height: 78px; }
.header .nav { position: absolute; right: 6%; top: 46px; }
.header ul { margin: 0; padding: 0; }
.header li { display: inline-block; margin-left: 36px; }
.header li a { color: #751113; display: block; font-size: 1.1em; font-weight: 700; text-transform: uppercase; }
.header li a:hover { color: #4e0204; }
#mobile-menu { background-color: transparent; border: 0; cursor: pointer; display: none; padding: 0 4px; }

/* Quick Footer */
.footer { background-color: #333; color: #fff; padding: 36px 8% 46px; }
.footer > img { display: inline-block; height: 80px; margin-right: 25%; vertical-align: middle; }
.footer > div { display: inline-block; vertical-align: middle; }
.footer > div > div { display: inline-block; line-height: 1.2em; margin-right: 64px; }
.footer > div strong { font-family: "Overpass",sans-serif; }
.footer > div a { color: #fff; }
.footer > div a:hover { color: #ddd; }
.footer > div > a { display: block; font-weight: 700; margin-top: 18px; }
.footer > a { color: #fff; float: right; padding-top: 28px; }
.footer > a span { background: #fdba17; color: #fff; margin-left: 10px; padding: 2px 9px 10px; transition: background .2s; }
.footer > a:hover span { background: #e8a606; }
.footer > a span img { width: 18px; }

/* 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%; }
.window-title { background-image: url("../images/contact-rect.jpg"); background-position: center; background-size: cover; color: #fff; margin: 0; padding: 26px 90px 32px; text-align: center; width: 100%; }
.window-title:after { display: none; }
.window-title span { display: block; font-size: .6em; font-weight: 400; margin-top: 8px; text-transform: none; }
.modal-window > div { background-color: #fff; border: 1px solid #333; bottom: 50px; box-shadow: 4px 13px 28px 0 #111; left: 12%; margin: 0; overflow: auto; padding: 0 0 28px; position: absolute; top: 40px; width: 76%; }
.modal-window > div .close-modal { background: transparent; border: 0; color: #fff; font-size: 3em; line-height: .6em; position: absolute; right: 10px; top: 6px; z-index: 1; }
.modal-window > div .close-modal span { left: -9999px; position: absolute; }
.modal-window :focus { border-radius: 2px; outline: 2px groove #ddd; }
.modal-window > div > div { padding-bottom: 24px; }

/* Lightbox */
.lightbox img { width: 100%; }
.lightbox > button { background-color: rgba(0,0,0,.75); border: 0; cursor: pointer; height: 0; left: -100%; margin: 0; position: absolute; top: 0; transition: height .4s, left 0s ease-in-out .4s; visibility: hidden; width: 100%; }
.lightbox > div { top: 80px; }
.lightbox > div .close-lightbox { background: 0; border: 0; font-size: 3em; display: none; position: absolute; right: 10px; top: 0; }
.lightbox > div .close-lightbox span { left: -9999px; position: absolute; }
.lightbox.enhanced { height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 5555; }
.lightbox.enhanced > button { height: 100%; left: 0; transition: height .6s, left 0s; visibility: visible; }
.lightbox.enhanced > div { background-color: #fff; border: 1px solid #333; box-shadow: 4px 13px 28px 0 #111; left: 6%; margin: 0; max-height: 80%; overflow: auto; position: absolute; top: 40px; transition: .8s; width: 86%; }
.lightbox.enhanced > div .close-lightbox { display: block; }

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

#yellow-subhead { background: #fdba17; border-top: 1px solid #2e6b8d; color: #0f3f66; font-size: 1.5em; font-weight: 700; letter-spacing: .05em; padding: 6px 6px 10px; text-align: center; text-transform: uppercase;}
#yellow-subhead a { background: #0f3f66; border-radius: 4px; box-shadow: 0 3px 8px -5px #333; color: #fff; font-size: .85em; font-weight: 400; margin-left: 8px; padding: 2px 10px 4px; text-transform: none; }
#yellow-subhead a:hover { background: #022644; }

#header { background-image: url("../images/topbg.jpg"); background-position: center; background-size: cover; height: 520px; padding-top: 130px; position: relative; }
#header h1 { background: #fff; background: rgba(255,255,255,.55); color: #1c4384; font-family: century-gothic, sans-serif; padding: 20px 0 0; position: relative; text-align: center; }
#header h1 img { height: 102px; }
#header h1 > span { display: block; margin-bottom: -26px; }
#header h1 > strong { background: #fdba17; border-radius: 4px; bottom: 0; box-shadow: 0 4px 8px -4px #000; color: #292d2f; display: inline-block; font-family: calibri,sans-serif; font-size: .7em; font-weight: 700; letter-spacing: .04em; padding: 14px 26px; position: relative; text-transform: uppercase; top: 24px; }

#header > a { bottom: -42px; position: absolute; right: 2%; }
#header > a img { width: 84px; }
#header > a.fixed { bottom: 30px; position: fixed; z-index: 2; }

#top-section > p { font-size: 1.8em; font-weight: 700; margin: 44px auto; text-align: center; width: 60%; }

.jotform-form { padding: 18px 32px; }

h2 { color: #751113; display: inline-block; font-weight: 700; padding-bottom: 3px; position: relative; text-transform: uppercase; }
/* h2:after { background: #2e6b8d; bottom: 0; content: ""; height: 2px; left: 0; position: absolute; width: 100%; } */
h3 { color: #2e6b8d; font-family: "Overpass",sans-serif; font-size: 1.5em; font-weight: 700; }
hr { border-color: #69767e; margin-bottom: 6px; }
.row { padding: 44px 7% 68px; }

#study-goals { text-align: center; }
#study-goals ul { border-spacing: 70px 0; display: table; margin: 48px auto; padding: 0; position: relative; width: 84%; z-index: 1; }
#study-goals ul li { background: #2e6b8d; border-radius: 10px; color: #fff; display: table-cell; font-size: 1.2em; padding: 12px 22px 26px; width: 33.33333%; }
#study-goals ul li img { display: block; height: 120px; margin: 18px auto 30px; }

#interchange-options { background: #eaf0f4; margin-top: -194px; padding-top: 200px; }
#interchange-options a { color: #751113; }
#interchange-options a:hover { color: #3a0203; }
#interchange-options img { margin-top: 10px; }

#timeline { text-align: center; }
#timeline p { margin: 22px auto; width: 60%; }
#timeline ul { list-style-type: none; margin-top: 150px; margin-bottom: 10px; padding: 0; position: relative; }
#timeline ul li { background: #c6cbcf; color: #104a6e; float: left; height: 130px; line-height: 1em; padding: 0 34px 0 18px; position: relative; width: 16.666667%; }
#timeline ul li:before,
#timeline ul li:after { background: #fff; border-radius: 50px; content: ""; height: 70px; right: 10px; position: absolute; transform: rotate(-14deg); top: -1px; width: 3px; }
#timeline ul li:after { top: 50%; transform: rotate(14deg); }
#timeline ul li:last-of-type:before,
#timeline ul li:last-of-type:after { display: none; } 
#timeline ul li > div{ height: 100%; }
#timeline ul li > div:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
#timeline ul li > div > div { display: inline-block; vertical-align: middle; }
#timeline ul li h3 { color: #104a6e; font-size: 1em; margin-top: 0; }
#timeline ul li.meeting { background: transparent; bottom: 100%; color: #af0b12; float: none; height: auto; margin-right: 14px; padding-top: 14px; position: absolute; text-align: right; }
#timeline ul li.meeting:before { background: transparent; border-radius: 0; border-right: 3px dotted #af0b12; content: ""; height: 100%; right: 20px; transform: rotate(0deg); width: 8px; }
#timeline ul li.meeting:after { display: none; }
#timeline ul li.meeting img { background: #af0b12; border-radius: 50%; bottom: 100%; height: 32px; margin-left: -3px; padding: 6px; position: absolute; width: 32px; }
#timeline ul li.meeting h3 { color: #af0b12; }
#timeline ul li.meeting:nth-of-type(5) { left: 33.3333%; }

#timeline p.timeline-info { clear: both; color: #074268; margin: 0; padding: 14px 16px 0; text-align: left; width: 100%; }
.timeline-info strong { color: #af0b12; text-transform: uppercase; }

#outreach { background: #2e6b8d; color: #fff; text-align: center; }
#outreach h2 { color: #fdba17; }
#outreach h2:after { background: #fff; }

#survey-bg-link { background-image: url("../images/survey-bg.jpg"); background-position: center; background-size: cover; color: #fff; display: block; font-size: 1.6em; font-weight: 700; letter-spacing: .04em; margin: 32px auto 0; padding: 30px 18px; text-transform: uppercase; width: 70%; }
#survey-bg-link span { background: #fdba17; border-radius: 8px; color: #292d2f; margin-left: 8px; padding: 2px 14px 4px; text-transform: none; transition: background .2s; }
#survey-bg-link:hover span { background: #dd9c00; }

#events { border-spacing: 56px 0; display: table; margin: 44px auto 52px; padding: 0; position: relative; /*width: 84%;*/ width: 100%; z-index: 1; }
#events li { background: #751113; border-radius: 10px; color: #fff; display: table-cell; font-size: 1.2em; padding: 28px 20px; text-align: left; width: 33.33333%; }
#events li p { margin: 2px 0; }
#events h3 { color: #fff; font-family: 'Calibri',sans-serif; margin-top: 22px; margin-bottom: 4px;  }
#events li img { height: 42px; }
#events a { background: #2e6b8d; border-radius: 4px; color: #fff; display: inline-block; margin-top: 14px; padding: 3px 12px; text-transform: uppercase; }
#events a:hover { background: #13435d; }

#past-materials { background: #eaf0f4; border-radius: 8px; color: #000; padding: 2px 2% 58px; }

#resources { padding: 54px 0 48px; text-align: center; }
#resources > div { border-spacing: 54px 0; display: table; padding: 64px 6% 68px; width: 100%; }
#resources > div > div { background: #eaf0f4; border-radius: 8px; display: table-cell; padding: 12px 3% 84px; text-align: left; width: 50%; }
#resources a { color: #751113; }
#resources a:hover { color: #3a0203; }

#partners { background: #f2f2f2; padding: 64px 0 68px; text-align: center; }
#partners > div { display: table; margin: 42px auto 0; width: 84%; }
#partners > div > div { display: table-cell; padding: 22px; }
#partners > div > div:last-of-type { width: 20%; }

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

@media screen and (max-width: 1260px) {
    .header { padding: 12px 2%; }
    .header img { height: 66px; }
    .header .nav { right: 2%; top: 30px; }
    .header li { margin-left: 28px; }

    .footer { padding: 28px 5% 34px; }
    .footer > img { margin-right: 8%; }

    h2 { font-size: 2em; }

    #top-section > p { font-size: 1.4em; }
    #header { height: 440px; padding-top: 90px; }
    #header h1 { font-size: 2.8em; }
    
    #study-goals ul { border-spacing: 38px 0; }
    #study-goals ul li { font-size: 1.1em; }
    #study-goals ul li img { height: 88px; margin-bottom: 18px; }

    #timeline p { width: 74%;  }
    #timeline ul { margin-top: 200px; }
    #timeline ul li { font-size: .9em; }
    #timeline ul li.meeting { padding-left: 0; }
    
    #survey-bg-link { font-size: 1.4em; padding: 18px; width: 90%; }
    #events { border-spacing: 28px 0; margin-top: 32px; width: 100%; }
    #events h3 { font-size: 1.4em; margin-top: 4px; }
    #events li { font-size: 1.1em; }
    #events li img { height: 38px; margin-bottom: 18px; }
    
    #partners > div > div { padding: 16px; }
}

@media screen and (max-width: 1084px) {
    /* Quick Mobile Menu */
    #mobile-menu { display: inline-block; font-size: 1.3em; }
    .header { padding: 10px 14px; }
    .header .nav { right: 4%; top: 20px; }
    .header img { height: 52px; }
    .header .nav ul { background-color: #fff; box-shadow: 2px 4px 8px -2px #000; display: none; opacity: 0; position: absolute; right: 110%; top: 36px; width: 220px; z-index: 1; }
    .menu-opened .header .nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }
    .header .nav li:first-of-type { border-top: 0;  }
    .header .nav li { border-top: 1px solid #2e6b8d; display: block; margin: 0; padding: 4px; text-align: center; }
}

@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.1em; 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; }
    .vertical-center > div { margin: 0; }
    
    .lightbox.enhanced a { display: block; overflow: auto; }
    .lightbox.enhanced img { width: 260%; }

    .footer { text-align: center; }
    .footer > img { height: 60px; margin: 0 6% 22px 0; }
    .footer > div { text-align: left; }
    .footer > a { display: inline-block; float: none; }
    
    #yellow-subhead { font-size: 1.2em; }

    #top-section > p { font-size: 1.2em; margin-top: 56px; width: 80%; }
    #header { height: 370px; padding-top: 84px; }
    #header h1 { font-size: 2.1em; }
    #header h1 img { height: 80px; }
    
    #study-goals ul { border-spacing: 22px 0; margin: 22px auto; width: 94%; }
    #study-goals ul li { font-size: 1em; }
    #study-goals ul li img { height: 72px; margin-bottom: 14px; }

    #timeline ul { margin-top: 160px; }
    #timeline ul li { font-size: .75em; padding: 0 18px 0 4px; width: 17%; }
    #timeline ul li:last-of-type { width: 15%; }
    #timeline ul li.meeting { margin-left: -7%; padding-right: 34px; width: 24%; }

    #survey-bg-link { padding: 8px 10px 14px; }
    #survey-bg-link span { display: block; font-size: .9em; margin: 3px auto; padding: 3px 8px;  width: 220px; }
    #events { border-spacing: 22px 0; margin: 22px auto; width: 94%; }
    #events li { display: block; font-size: 1em; margin: 0 auto 16px; width: 80%; }
    #events li h3 { font-size: 1.2em; margin-top: 0; }
    #events li img { height: 30px; margin-bottom: 14px; }

    #past-materials { padding: 22px 6% 38px; }

    #resources { padding: 36px 0 20px; }
    #resources > div { display: block; padding: 32px 8%; }
    #resources > div > div { display: block; margin: 0 auto 20px; padding: 8px 5% 20px; width: 100%; }

    #partners { padding: 40px 0 44px; }
    #partners > div { margin-top: 14px; width: 92%; }
    #partners > div > div { padding: 14px; }
}

@media screen and (max-width: 660px) {
    .window-title { padding: 18px 60px; }
    .modal-window > div { left: 10% !important; height: 80% !important; top: 10% !important; width: 80% !important; }

    h2 { font-size: 1.5em; }
    
    #yellow-subhead { line-height: 1em; padding: 6px 14px 8px; }
    #yellow-subhead a { display: block; font-size: .8em; margin: 3px auto 0; text-align: center; width: 170px; }

    #header { height: 296px; padding-top: 24px; }
    #header h1 { font-size: 1.8em; padding: 10px 10px 0; }
    #header h1 span { margin-bottom: -16px; }
    #header h1 > strong { padding: 8px 15px;  }
    #header h1 img { display: block; height: 56px; margin: 0 auto 4px; }
    #header > a { bottom: -36px; right: 3%; }
    #header > a img { width: 68px; }
    #header > a.fixed { top: 14px; }

    .footer { text-align: center; }
    .footer > img { display: block; margin: 0 auto  18px; }
    .footer > div { text-align: center; width: 100%; }
    .footer > div > div { margin: 0 8px 16px; }

    #study-goals h2 { margin: 38px 22px 8px; }
    #interchange-options h2 { text-align: center; }

    #top-section > p { font-size: 1em; margin: 50px auto 20px; width: 90%; }

    #survey-bg-link { font-size: 1em; }

    #outreach .row { padding: 30px 4%; }
    #events { width: 100%; }

    #timeline p { width: 95%; }
    #timeline ul { margin-top: 16px; }
    #timeline ul li { float: none; font-size: .8em; height: auto; padding: 13px; width: 100% !important; }
    #timeline ul li:before,
    #timeline ul li:after { display: none; }
    #timeline ul li.meeting { margin-left: 0; padding: 6px; position: static; text-align: center; width: 100%; }
    #timeline ul li.meeting img { display: block; margin: 0 auto 5px; position: static; }

    #partners > div { display: block; width: 88%; }
    #partners > div > div { display: inline-block; width: auto; }
    #partners img { height: 72px; }
    #partners > div > div:last-of-type { width: auto; }
    #partners > div > div:last-of-type img { height: 38px; }

    #study-goals ul li { display: block; width: 100%; }
    #events li { display: block; width: 100%; }
}