html, body { color: #333; font-family: calibri, sans-serif; font-size: 20px; -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 { 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; }

/* 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 { background-color: #c47; color: #fff; padding: 14px 20px; position: relative; }
.header h1 { display: inline-block; font-size: 1.3em; margin: 0; }
.header .nav { float: right; top: 0; right: 0; }
.header ul { margin: 0; padding: 0; }
.header li { display: inline-block; margin-left: 28px; }
.header li a { color: #fff; display: block; }
.header li a:hover { color: #ddd; }
#mobile-menu { background-color: transparent; border: 0; cursor: pointer; display: none; padding: 0 4px; }

/* Quick Footer */
.footer { background-color: #c47; color: #fff; padding: 14px 20px; }
.footer p { margin: 0; }

/* 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 { padding: 6px 0; width: 90%; }
.modal-window > div { background-color: #fff; border: 1px solid #333; bottom: 50px; box-shadow: 4px 13px 28px 0 #111; color: #000; 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; 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; }

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

#content > .row > div { padding: 0 1.5% 84px; }
h2 { font-family: "playfair-display",serif; font-size: 3em; font-weight: 700; margin: 50px auto; text-align: center; }

@keyframes vibe {
    0% { top: 8px; }
    50% { top: 20px; }
    100% { top: 8px; }
}
html, body, .container { height: 100%; }
.header { background: #000; background-image: url("../images/mainbg2.jpg"); background-size: cover; background-position: center; height: 100%; padding: 0; position: relative; }
.header > span { background: #7795a0; height: 100%; left: 0; opacity: .8; position: absolute; top: 0; width: 100%; }
.header > img { left: 50%; margin-left: -90px; margin-top: 140px; opacity: 0; position: absolute; top: 136px; width: 180px; }
.header #homepage-bottom { bottom: 100px; left: 0; opacity: 0; position: absolute; text-align: center; width: 100%; } 
.header #homepage-bottom h1 { font-family: "playfair-display",serif; font-size: 3.6em; font-weight: 700; }
.header #homepage-bottom h1 span { display: block; font-family: "playfair-display",serif; }
.header #homepage-bottom h1 > span > span { font-family: brandon-grotesque, sans-serif; font-size: .9em; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.header #homepage-bottom button { background: transparent; border: 0; display: block; font-size: 1.3em; margin: 40px auto; }
.header #homepage-bottom button span { border: 1px solid #fff; border-radius: 6px; display: block; padding: 3px 15px 5px; transition: background .2s; }
.header #homepage-bottom button:hover span { background: rgba(255,255,255,.2);  }
.header #homepage-bottom button i { animation-name: vibe; animation-duration: 2s; animation-iteration-count: infinite; position: relative; }
.animate-header .header > span { left: -100%; opacity: 0; transition: opacity 1.4s, left 0s ease-in-out 1.4s; }
.animate-header .header > img { margin-top: 0; opacity: 1; transition: margin 1s ease-in-out .09s, opacity .9s ease-in-out .1s; }
.animate-header .header #homepage-bottom { bottom: 0; opacity: 1; transition: bottom 1s ease-in-out .89s, opacity .9s ease-in-out .9s; }

.header .nav { background: #fcb819; float: none; opacity: 0; padding-top: 7px; width: 100%; }
.header .nav ul { display: inline-block; }
.header .nav ul a { color: #2e6b8c; font-weight: 700; }
.header .nav ul a:hover { color: #1e5675; }
.header .nav > a { color: #2e6b8c; float: right; font-weight: 700; padding-right: 18px; }
.header .nav > a:hover { color: #1e5675; }
.animate-header .header .nav { opacity: 1; transition: opacity 1s ease-in-out .5s; }

#final-plan { padding: 20px 3%; }
#final-plan h2 { margin-bottom: 16px; }
#final-plan > div > p { text-align: center; }
#final-plan h3 { font-family: "playfair-display",serif; font-size: 1.2em; font-weight: 700; margin-top: 44px;  }

#about { background-image: url("../images/white_bg.jpg"); background-size: cover; background-position: center; text-align: center; }
#content > #about > div { padding: 0 8% 54px; }
#about h2 { color: #2e6b8c; font-size: 2.4em; }
#about ul { list-style-type: none; margin: 0 auto 36px; text-align: left; width: 74%; }
#about ul li { margin-bottom: 14px; padding-left: 44px; position: relative; }
#about ul img { height: 28px; left: 0; position: absolute; top: 2px; }

#goals-objectives { background: #fcb819; margin-bottom: 182px; }
#goals-objectives ul { border-spacing: 38px 0; display: table; list-style-type: none; margin: 66px auto -210px; padding: 0; width: 94%; }
#goals-objectives ul li { background: #2e6b8c; border-radius: 4px; box-shadow: 0 4px 8px -4px #333; color: #fff; display: table-cell; font-weight: 700; padding: 0 28px 24px; text-align: center; width: 25%; }
#goals-objectives ul li div { background: #731114; border-radius: 4px; box-shadow: 0 4px 8px -4px #333; margin: -28px auto 0; padding: 26px 0; text-align: center; width: 150px; }
#goals-objectives ul li div img { height: 80px; }

#timeline ul { list-style-type: none; margin: 0 auto; padding: 0; position: relative; width: 96%; }
#timeline ul:after { background: #731114; content: ""; height: 22px; left: 12.5%; position: absolute; top: 120px; width: 75%; }
#timeline ul li { float: left; margin: 0 2%; position: relative; width: 21%; }
#timeline ul li:after { background: #fcb819; border: 6px solid #fff; border-radius: 50%; content: ""; height: 34px; left: 50%; margin: -6px 0 0 -17px; position: absolute; top: 120px; width: 34px; z-index: 1; }
#timeline ul li span { line-height: 1.1em; display: block; }
#timeline ul li img { display: block; height: 84px; margin: 0 auto 98px; }
#timeline h3 { font-size: 1.3em; font-weight: 700; margin-bottom: 2px; }

#events h2 { margin-bottom: 22px; }
.om-button { background: #fcb819; border-radius: 3px; color: #1e5675; display: block; font-weight: 700; margin: 0 auto 48px; padding: 3px 12px; text-align: center; width: 300px; }
.om-button:hover { background: #d5980b; }
#om-banner { background: #fff; color: #1e5675; font-size: .85em; opacity: 0; padding: 10px 0; text-align: center; }
#om-banner p { display: inline-block; font-weight: 700;  margin: 0; }
#om-banner .om-button { display: inline-block; margin: 0 0 0 12px; }
.animate-header #om-banner { opacity: 1; transition: opacity 1s ease-in-out .6s; }

#events { background: #2e6b8c; color: #fff; margin-top: 36px; }
#events ul { border-spacing: 34px 0; display: table; list-style-type: none; margin: 0 auto; padding: 0; width: 94%; }
#events ul li { border-right: 1px solid #fff; display: table-cell; padding: 36px 48px 36px 80px; position: relative; width: 25%; }
#events ul li:last-of-type { border: 0; }
#events ul li div { font-size: 1.2em; left: 0; position: absolute; text-align: center; top: 36px; width: 60px; }
#events ul li div strong { display: block; font-size: 1.6em; margin-top: 2px; }
#events h3 { font-size: 1em; font-weight: 700; margin: 0 0 4px; }
#events .event-detail { display: block; font-size: .9em; line-height: 1.1em; margin-top: 5px; padding-left: 22px; position: relative; }
#events .event-detail img { left: 0; position: absolute; top: 4px; width: 14px; }
#events p {text-align: center;}
#events li p { font-size: .9em; line-height: 1.3em; text-align: left; }
#events li p a { color: #d5980b; }
#events li p a:hover { color: #c38800; }
#events .om-button { line-height: 1.1em; margin-bottom: 3px; padding: 8px 18px;}

#resources { text-align: center; }
#resources a { background: #731114; border-radius: 4px; box-shadow: 0 4px 8px -4px #333; color: #fff; display: inline-block; margin: 0 1.5%; transition: .3s; width: 24%; }
#resources a:hover { background: #781114; box-shadow: 0 8px 16px -4px #666; }
#resources a img { display: block; height: 60px; margin: 26px auto 16px; }
#resources a p { font-size: 1.2em; font-weight: 700; height: 70px; line-height: 1em; margin: 0 auto; width: 74%;  }
#resources a span { background: #e6d4d4; border-radius: 4px; color: #000; display: inline-block; margin-bottom: 26px; padding: 0 18px; }

.footer { background: #333; padding: 0; }
.footer .row { padding: 38px 0 50px 4%; }
.footer .col-sm-4 img { margin-right: 8px; width: 120px; }
.footer em { display: inline-block; font-size: .85em; line-height: 1.3em; vertical-align: middle; width: 40%; }
.footer .col-sm-4:nth-of-type(2) { font-family: brandon-grotesque, sans-serif; font-weight: 700; letter-spacing: .06em; text-align: center; }
.footer .col-sm-4:nth-of-type(2) p { margin-bottom: 6px; }
.footer .col-sm-4:nth-of-type(2) a { color: #fff; text-decoration: underline;  }
.footer .col-sm-4:last-of-type { font-family: brandon-grotesque, sans-serif; font-weight: 700; padding: 0; }
.footer .col-sm-4:last-of-type a { background: #fcb819; color: #000; float: right; padding: 24px 54px 24px 40px; transition: background .4s, padding .4s; }
.footer .col-sm-4:last-of-type a:hover { background: #f1ab08; padding-right: 78px; }

.modal-window p { margin: 0 auto 32px; text-align: center; width: 78%; }
.modal-window > div { border-top: 14px solid #2e6b8c; }

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

@media screen and (min-width: 1970px) {
    body { font-size: 24px;}
    
    .header > img { margin-left: -120px; width: 240px; }
    .om-button { width: 380px; }
}

@media screen and (max-width: 1490px) {
    .header > img { margin-left: -70px; top: 108px; width: 140px; }
    .header #homepage-bottom h1 { font-size: 3.4em; }
    .header #homepage-bottom button { font-size: 1.1em; margin: 22px auto 40px; }

    #goals-objectives li p { font-size: .9em; line-height: 1.3em; }

    #events ul { width: 100%; }
    #events ul li { font-size: .9em; margin: 0 1% 0 3%; padding-left: 60px; }
    #events ul li div { width: 40px; }
}

@media screen and (max-width: 1190px) {
    h2 { font-size: 2.4em;  margin: 36px auto; }

    body { font-size: 18px; }
    #content > #about > div { padding: 0 6% 30px; }
    #about h2 { font-size: 1.8em; }
    #about ul { width: 84%; }

    .header > img { margin-left: -50px; top: 96px; width: 100px; }
    .header #homepage-bottom h1 { font-size: 2.8em; }
    .header #homepage-bottom button { font-size: 1em; margin: 12px auto 36px; }

    #draft-plan .col-sm-2 { padding-bottom: 32px; width: 33.3333%; }
    #draft-plan .col-sm-2:nth-of-type(4) { clear: both; }

    #om-banner { font-size: .8em; padding: 6px 0; }

    #goals-objectives ul { border-spacing: 23px 0; width: 98%; }
    #goals-objectives ul li { padding: 0 16px 14px; }
    #goals-objectives ul li div { padding: 14px 0; width: 90px; }
    #goals-objectives ul li div img { height: 48px; }

    #events > div { padding-bottom: 52px !important; }
    #events ul { border-spacing: 18px 0; }
    #events ul li { padding: 18px 32px 18px 54px; }
    #events ul li div { top: 18px; }
}

@media screen and (max-width: 992px) {
    h1 { font-size: 2.2em; margin: 20px 0 6px; }
    h2 { font-size: 1.7em; margin: 18px 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; }
    .vertical-center > div { margin: 0; }

    .header > img { margin-left: -65px; top: 92px; width: 110px; }
    .header #homepage-bottom h1 { font-size: 2.3em; }
    .header #homepage-bottom button { font-size: .9em; margin: 22px auto 40px; }
    .header .nav { padding-top: 4px; }
    .header .nav > a { font-size: .9em; }

    #about h2 { font-size: 1.5em; margin-top: 24px; }

    #goals-objectives { margin-bottom: 120px; }
    #goals-objectives ul { border-spacing: 16px 0; margin: 46px auto -160px; }
    #goals-objectives ul li { padding: 0 12px 8px; }
    #goals-objectives li p { font-size: .85em; line-height: 1.2em; margin-top: 6px; }
    #goals-objectives ul li div { padding: 10px 0; width: 60px; }
    #goals-objectives ul li div img { height: 36px; }

    #timeline ul:after { height: 14px; top: 80px; }
    #timeline ul li:after { border-width: 4px; height: 22px; margin: -4px 0 0 -11px; top: 80px; width: 22px; }
    #timeline ul li img { height: 60px; margin: 0 auto 54px; }
    #timeline h3 { font-size: 1.1em; }

    #events { padding-top: 18px; padding-bottom: 2px; }
    #events ul { display: block; }
    #events ul li { float: left; font-size: 1em; margin: 0 2% 26px; padding: 12px 26px 12px 60px; width: 98%; }
    #events ul li:nth-of-type(2) { border: 0; }
    #events ul li:nth-of-type(3) { clear: both; }
    #events ul li div { top: 12px; }
    #events .col-md-6 { clear: both; }

    #resources a { font-size: .9em; }
    #resources a p { font-size: 1.1em; height: 64px; }
    #resources a img { height: 44px; margin: 18px auto 10px; }
    #resources a span { margin-bottom: 18px; }

    .footer .row { padding: 24px 0 20px 2%; }
    .footer .col-sm-4 img { width: 80px; }
    .footer em { font-size: .75em; line-height: 1.1em; }
    .footer .col-sm-4:last-of-type a { margin-top: 8px; padding: 10px 26px 10px 20px !important; }
}

@media screen and (max-width: 768px) {
    #draft-plan .col-sm-2 { float: left; padding-bottom: 22px; padding-right: 26px; width: 50%; }
    #draft-plan .col-sm-2:nth-of-type(3) { clear: both; }
    #draft-plan .col-sm-2:nth-of-type(4) { clear: none; }
    #draft-plan .col-sm-2:nth-of-type(5) { clear: both; }
}

@media screen and (max-width: 660px) {
    h2 { font-size: 1.4em; padding: 0 16px; }

    .window-title { padding: 0; }
    .modal-window > div { padding: 0 5% 28px; }

    .header > img { margin-left: -35px; top: 124px; width: 70px; }
    .header #homepage-bottom h1 { font-size: 1.6em; }
    .header #homepage-bottom button { font-size: .8em; margin: 8px auto 20px; }
    .header .nav { font-size: .85em; line-height: 1.2em; padding: 2px 10px 4px; text-align: center; }
    .header .nav ul { display: inline; }
    .header .nav ul li { font-size: .85em; margin: 0 5px; }
    .header .nav > a { display: inline-block; float: none; font-size: .85em; margin-left: 2px; padding-right: 0; }

    #om-banner { padding-top: 0; }
    #om-banner p { font-size: .75em; padding: 3px 6px 0; }
    #om-banner .om-button { display: block; font-size: .85em; margin: 2px auto 0; padding: 2px 0; width: 220px; }
    #events h2 { margin-bottom: 18px; }
    #events .om-button { font-size: .85em; line-height: 1.1em; margin-bottom: 14px; padding: 6px 5px 9px; width: 80%; }

    #about h2 { font-size: 1.3em; }
    #about ul { padding: 0; width: 94%; }

    #timeline ul:after { display: none; }
    #timeline ul li:after { display: none; }
    #timeline ul li { margin-bottom: 14px; width: 46%; }
    #timeline ul li:nth-of-type(3) { clear: both; }
    #timeline ul li img { height: 54px; margin: 14px auto 4px; }
    #timeline h3 { font-size: 1.1em; margin-top: 4px; }

    #goals-objectives { margin-bottom: 0; }
    #goals-objectives ul { display: block; margin-top: 44px; }
    #goals-objectives ul li { float: left; height: 148px; margin: 0 2% 44px; vertical-align: top; width: 46%; }

    #events ul li { border: 0; border-bottom: 1px solid #fff !important; margin-bottom: 8px; padding: 14px 18px 24px 60px; width: 96%; }
    #events ul li:last-of-type { border-bottom: 0 !important; }
    #events ul li div { top: 14px; }
    #events .om-button { font-size: 1.1em;margin-bottom: 3px;  }

    #resources a { margin: 0 1.5% 18px; max-width: 400px; width: 97%; }
    #resources a p { font-size: 1em; height: 40px; }

    .footer .col-sm-4 img { width: 60px; }
    .footer em { width: 62%; }
    .footer .col-sm-4:nth-of-type(2) { font-size: .85em; margin: 18px 0; }
    .footer .col-sm-4:last-of-type a { font-size: .9em; padding: 4px 16px !important; }
}

@media screen and (max-width: 480px) {
    #timeline ul li { text-align: center; width: 96%; }

    #events ul li { text-align: left; }
    #events .event-detail img { width: 10px; }

    #goals-objectives ul li { height: auto; width: 96%; }
    #goals-objectives li p { margin-top: 8px; }

    .window-title { margin-top: 60px; width: 100%; }
    .modal-window > div .close-modal { font-size: 2.4em; }
}

/* Height restrictions for title screen */
@media screen and (min-width: 992px) and (max-height: 690px) {
    .header > img { margin-left: -70px; top: 110px; width: 140px; }
    .header #homepage-bottom h1 { font-size: 3em; }
    .header #homepage-bottom button { font-size: 1.1em; margin: 22px auto 40px; }
}

@media screen and (min-width: 992px) and (max-height: 564px) {
    .header > img { margin-left: -45px; top: 640x; width: 90px; }
    .header #homepage-bottom h1 { font-size: 2.4em; }
    .header #homepage-bottom button { font-size: 1em; margin: 12px auto 22px; }
}