html, body { color: #333; font-family: "Roboto", 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 { 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: #ffb800; border-radius: 14px; border: 0; color: #fff; letter-spacing: .05em; margin-top: 14px; padding: 4px 16px; transition: background-color .2s; }
input[type="reset"] { display: none; }
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover { background-color: #e1a200; }

/* 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: #f5f5f5; color: #fff; height: 74px; padding: 0; position: fixed; width: 100%; z-index: 100; }
.header h1 { display: inline-block; font-size: 1.3em; margin: 0; }
.header .nav { top: 0; right: 0; }
.header ul { list-style-type: none; margin: 0; overflow: auto; padding: 12px 3%; }
.header li { float: left; margin: 0; padding: 0 14px; position: relative; text-align: center; width: 14.28571%; }
.header li:after { background: #acacac; content: ""; height: 18px; position: absolute; right: 0; top: 0; width: 1px; }
.header li:last-of-type:after { display: none; }
.header li a { color: #333; display: block; font-size: .95em; line-height: 1.1em; text-transform: uppercase; }
.header li a:hover { color: #888; }
#mobile-menu { background-color: transparent; border: 0; color: #000; cursor: pointer; display: none; padding: 0 4px; }

#translate-topper { background: #314275; height: 10px; padding: 3px 8px; text-align: right; }
#google_translate_element2 { display: none; }
#langaugeselectcont label { left: -9999px; position: absolute; }
#langaugeselectcont select { background: #314275; border-color: #fff; font-size: .8em; }

/* Quick Footer */
.footer { color: #fff; text-align: center; }
.footer p img { height: 80px; margin: 30px 18px; }

.idaho-footer { background-color: #333333; overflow: auto; padding: 0 12%; }
.idaho-footer > div { float: left; padding: 18px; }
.idaho-footer .usa-map { width: 15%; }
.idaho-footer .idaho-left { text-align: left; width: 50%; }
#form-page .idaho-footer .idaho-left { text-align: center; width: 100%; }
.idaho-footer .icons-home { float: left; margin-bottom: 6px; padding: 0 15px ; position: relative; }
.idaho-footer .icons-home:before,
.idaho-footer .icons-home:last-of-type:after { background: #666; content: ""; height: 80%; left: 0; position: absolute; top: 10%; width: 1px; }
.idaho-footer .icons-home:last-of-type:after { left: auto; right: 0; }
.idaho-footer .address { clear: both; line-height: 1.6em; padding-top: 20px; }
.idaho-footer .address a { color: #fff; text-decoration: underline; }
.idaho-footer .social-icons { width: 20%; }
.idaho-footer .social-home { display: inline-block; margin-right: 6px; margin-bottom: 6px; }
.idaho-footer .itd-logo { text-align: right; width: 15%; }

/* Tabs */
.tabset { margin: 44px 0 28px; }
.tabset ul { display: none; }
.tabset.has-js ul { display: block; }
.tabset .tablist { list-style-type: none; margin: 0px; padding: 0; }
.tabset .tab { background: #ddd; border-bottom: 0; border-radius: 12px 12px 0 0; cursor: pointer; display: inline; float: left; letter-spacing: .05em; margin: 0; padding: 14px 14px 12px; position: relative; text-align: center; text-transform: uppercase; transition: background .2s; width: 33.3333%;}
.tabset .tab:hover { background-color: #bbb; }
.tabset .tab[aria-selected="true"] { background-color: #fff; }

.tabset .panel { background:#fff; clear: both; margin: 0 0 18px; padding: 44px 4%; }
.tabset.has-js .panel { display: none; margin-bottom: 0; }
.tabset.has-js .panel[aria-hidden="false"] { display: block; }
.tabset .panel h3 { font-size: 1.1em; margin: 0; }
.tabset .panel .row > div { padding: 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;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  ************************/
/*********************************************/

h2 { font-weight: 700; margin-bottom: 26px; text-transform: uppercase; }
.page-section .row { padding: 68px 8% 78px; }

.yellow-sided { color: #fff; display: block; font-size: 1.2em; padding: 16px 32px; position: relative; transition: color .2s; margin-bottom: 15px;}
.yellow-sided:hover { color: #000!important; transition: color .8s; }
.yellow-sided:focus { color: #fff; }
.yellow-sided:before { background: #ffb800; content: ""; height: 100%; left: 0; position: absolute; top: 0; transition: width .2s; width: 14px;}
.yellow-sided:hover:before { transition: width .5s; width: 100%;}
.yellow-sided span { position: relative; }

/* HOME */
#title-bar { background: #2f4174; color: #fff; font-weight: 700; margin-bottom: 54px;  padding: 32px 6% 0; text-transform: uppercase; }
#form-page #title-bar { margin-top: 0; }
#title-bar .list-var { padding-left: 290px; }
#title-bar h1 { font-size: 3em; margin: 0; padding-top: 14px; }
#title-bar img { top: 0; width: 250px; z-index: 50; }

#home .top-row > div { padding: 280px 17% 44px; position: relative; }
#home .top-row > div > div { position: relative; }
#home .top-row > div:before { background-image: url("../images/home-bg.jpg"); background-position: bottom; background-size: 100% auto; background-repeat: no-repeat; content: ""; height: 380px; left: 0; position: absolute; top: 0; width: 100%; }
#home h2 { font-size: 1.5em; font-weight: 700; line-height: 1.3em; }

#home .red-row { background: #bf1e2e; clear: both; color: #fff; margin: 18px 12% 78px; padding: 32px 3% 42px; }
#home .red-row p em { font-size: 11pt; }

/******   Hiding this section for now  ************************/
/* #home .red-row ul { list-style-type: none; margin: 32px 0; padding: 0; }
#home .red-row ul li { float: left; margin-right: 2%; width: 49%; }
#home .red-row ul li:last-of-type { margin-right: 0; }
#home .red-row ul li a { background: #c53443; text-decoration:none;} */

#home .red-row a {color: #fff; font-weight: 900; text-decoration: underline;}

/* PURPOSE AND NEED */
#purpose-and-need { background: #000; background-image: url("../images/parallax-bg.jpg"); background-position: center; background-attachment: fixed; background-size: cover; display: block; height: auto; position: relative; }
#purpose-and-need .row > div { border: 12px solid #fff; border-width: 12px 0; color: #fff; padding: 44px 2%; }

/* EVENTS */
#events { background: #2f4175; background: linear-gradient(#2f4175 45%, #abb2c7); color: #fff; }
#events ul { border-spacing: 28px 0; display: table; list-style-type: none; margin: 54px 0 54px -28px; padding: 0; }
#events ul li { background: #495886; background: linear-gradient(#495886 15%, #939db8); border-left: 14px solid #ffb800; display: table-cell; padding: 44px 28px; width: 33.3333%; }
#events ul li:last-of-type { margin-right: 0; }
#events ul li span { font-size: 1.3em; line-height: 1.7em; text-transform: uppercase; }
#events ul li strong { display: block; font-size: 2.2em; letter-spacing: .06em;  }
#events ul li h3 { letter-spacing: .06em; text-transform: uppercase; }
#events a {color: #fff; font-weight: 900; text-transform: uppercase; text-decoration:underline;}

/* SCHEDULE */
#schedule .large-image { margin-top: 28px; }

a.buttonA {background: #ffb800!important; border: none!important; border-radius: 50px; width: fit-content; padding: 4px}
a.buttonA h4 {font-size: 18px; padding: 4px 12px; margin: 0; color: #333; font-weight: bold;}
a.buttonA:hover {background: #ffffff!important; transition: 0.5s all;}


/* PROJECT STUDY AREA */
#project-study-area { background: #bf1e2e; color: #fff; padding-bottom: 58px; }
#project-study-area .col-md-12 { margin-bottom: 36px; }
#project-study-area .col-md-4 a { background: #314275; border: 8px solid #314275; display: block; margin-bottom: 18px; text-align: center; }
#project-study-area .col-md-4 a img { width: 100%; }
#project-study-area .col-md-4 h3 { color: #fff; font-size: 1.3em; margin: 4px 0 8px; }

#alternatives { background: #2f4174; margin: 0 5%; }
#alternatives .intro-content { padding: 36px 4.5%; }
#alternatives .tabset .tablist { padding: 0 4.5%; }
#alternatives .tabset .tab { background: #465583; border-radius: 0; border: 0; float: left; font-weight: 700; margin-right: 1.5%; padding: 18px 34px; text-align: left; text-transform: none; width: 32.33333%; }
#alternatives .tabset .tab:last-of-type { margin-right: 0; }
#alternatives .tabset .tab[aria-selected="true"]:before { width: 100%; }
#alternatives .tabset .tab[aria-selected="true"] span { color: #000; }
#alternatives .tabset .panel { background: #ffb800; border-radius: 0; border: 0; color: #000; padding: 18px 0 0; }

.alternative-map .highlights { display: inline-block; overflow: auto; vertical-align: top; width: 36%; }
.alternative-map .highlights ul { list-style-type: none; padding: 0 8% 0 13%; }
.alternative-map .highlights ul li { color: #684a00; cursor: pointer; transition: opacity .2s; }
.alternative-map .highlights ul li:hover,
.alternative-map .highlights ul li.active { color: #000;  }
.alternative-map .rollover-map { float: right; position: relative; width: 64%; }
.alternative-map .rollover-map > img { width: 100%; }
.alternative-map .rollover-map .launch-modal { left: 0; padding: 12px; position: absolute; top: 0; width: 112px; }
.alternative-map .rollover-map > button { background: #fff; border: 5px solid #2f4175; border-radius: 50%; color: #2f4175; font-size: 1.3em; font-weight: 700; height: 40px; line-height: 28px; position: absolute; text-align: center; transition: background .2s; width: 40px; }
.alternative-map .rollover-map > button:hover { background: #f2f2f2; }
.alternative-map .rollover-map > button.active { background: #ffb800; }

#alternatives .tabset .panel:nth-of-type(1) .rollover-map > button:nth-of-type(1) { left: 6%; top: 50%; }
#alternatives .tabset .panel:nth-of-type(1) .rollover-map > button:nth-of-type(2) { left: 35%; top: 26%; }
#alternatives .tabset .panel:nth-of-type(1) .rollover-map > button:nth-of-type(3) { left: 70%; top: 75%; }
#alternatives .tabset .panel:nth-of-type(1) .rollover-map > button:nth-of-type(4) { left: 43%; top: 93%; }
#alternatives .tabset .panel:nth-of-type(1) .rollover-map > button:nth-of-type(5) { left: 47%; top: 78%; }
#alternatives .tabset .panel:nth-of-type(1) .rollover-map > button:nth-of-type(6) { left: 87%; top: 47%; }
#alternatives .tabset .panel:nth-of-type(1) .rollover-map > button:nth-of-type(7) { left: 59%; top: 23%; }
#alternatives .tabset .panel:nth-of-type(1) .rollover-map > button:nth-of-type(8) { left: 70%; top: 29%; }
#alternatives .tabset .panel:nth-of-type(1) .rollover-map > button:nth-of-type(9) { left: 67%; top: 12%; }

#alternatives .tabset .panel:nth-of-type(2) .rollover-map > button:nth-of-type(1) { left: 22%; top: 35%; }
#alternatives .tabset .panel:nth-of-type(2) .rollover-map > button:nth-of-type(2) { left: 31%; top: 28%; }
#alternatives .tabset .panel:nth-of-type(2) .rollover-map > button:nth-of-type(3) { left: 63%; top: 29%; }
#alternatives .tabset .panel:nth-of-type(2) .rollover-map > button:nth-of-type(4) { left: 68%; top: 20%; }
#alternatives .tabset .panel:nth-of-type(2) .rollover-map > button:nth-of-type(5) { left: 74%; top: 25%; }
#alternatives .tabset .panel:nth-of-type(2) .rollover-map > button:nth-of-type(6) { left: 28%; top: 79%; }
#alternatives .tabset .panel:nth-of-type(2) .rollover-map > button:nth-of-type(7) { left: 34%; top: 75%; }
#alternatives .tabset .panel:nth-of-type(2) .rollover-map > button:nth-of-type(8) { left: 81%; top: 26%; }
#alternatives .tabset .panel:nth-of-type(2) .rollover-map > button:nth-of-type(9) { left: 23%; top: 74%; }

#alternatives .tabset .panel:nth-of-type(3) .rollover-map > button:nth-of-type(1) { left: 32%; top: 69%; }
#alternatives .tabset .panel:nth-of-type(3) .rollover-map > button:nth-of-type(2) { left: 34%; top: 88%; }
#alternatives .tabset .panel:nth-of-type(3) .rollover-map > button:nth-of-type(3) { left: 37%; top: 73%; }
#alternatives .tabset .panel:nth-of-type(3) .rollover-map > button:nth-of-type(4) { left: 37%; top: 65%; }
#alternatives .tabset .panel:nth-of-type(3) .rollover-map > button:nth-of-type(5) { left: 44%; top: 55%; }
#alternatives .tabset .panel:nth-of-type(3) .rollover-map > button:nth-of-type(6) { left: 24%; top: 74%; }

#alternatives .modal-window > div { border: 22px solid #4398b5; padding-top: 44px; }

/* SUBMIT COMMENT */
#submit-comment { background: #314275; color: #fff; }
#submit-comment .yellow-sided { background: #465583; display: inline-block; margin: 24px 0; padding-right: 64px; }
#submit-comment .col-md-12 > iframe { height: 680px; margin-top: 24px; width: 100%; } 

#submit-comment .modal-window { color: #000; }
#crmWebToEntityForm { max-width: 80% !important; width: 80% !important; }
#crmWebToEntityForm form table { line-height: 1em; width: 100% !important; }
#crmWebToEntityForm form table td { padding: 12px 22px; }
#crmWebToEntityForm form table td:nth-of-type(3) { display: none; }
.zcwf_lblTopBottom .zcwf_col_fld input[type=text], 
.zcwf_lblTopBottom .zcwf_col_fld textarea { color: #000; padding: 6px 8px 8px; width: 100% !important; }
.zcwf_col_lab { font-family: "Roboto", sans-serif !important; font-size: 1em !important; margin: 18px 0 0 !important; }
.zcwf_title { display: none; }
.zcwf_lblTopBottom .zcwf_button { font-size: 1.1em !important; }
#crmWebToEntityForm.zcwf_lblTopBottom * { margin-bottom: 0; }

/* DOCUMENTS */
#resources { background: #f5f5f5; padding: 70px 6% 78px; }
#resources .panel ul { list-style-type: none; margin: 24px 0 36px; padding: 0; }
#resources .panel ul li { border: 1px solid #cfcfcf; border-bottom: 0; margin: 0; }
#resources .panel ul li:last-of-type { border-bottom: 1px solid #cfcfcf; }
#resources .panel ul li a { background: #f5f5f5; color: #000; display: block; letter-spacing: .06em; padding: 18px 24px; }
#resources .panel ul li a:hover { background: #dddddd; }
#resources .panel ul li a > span { display: inline-block; width: 78%; }
#resources .panel ul li div { float: right; font-size: .9em;text-transform: uppercase; }
#resources .panel ul li div img { display: inline-block; height: 28px; margin: -4px 6px 0 0; vertical-align: middle; }

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

@media screen and (min-width: 1820px) {
    body { font-size: 19px; }
    .header { height: 68px; }
    .header li a { font-size: 1em; }
    #content { padding-top: 68px; }
}

@media screen and (max-width: 1360px) {
    .idaho-footer { padding: 0 6%; }
}

@media screen and (max-width: 1184px) {
    .header { height: 60px; }
    .header ul { padding: 6px 1%; }
    .header li { padding: 0 10px; }
    .header li a { font-size: .8em; }

    .idaho-footer { font-size: .9em; padding: 0; }
    .idaho-footer .icons-home { padding: 0 12px; }

    .yellow-sided { font-size: 1em; padding: 12px 22px; }
    .yellow-sided:before { width: 8px; }

    .large-image { border: 1px solid #bbb; overflow: auto; }
    .large-image img { max-width: 5000%; width: 1100px; }

    #title-bar { padding-top: 12px; }
    #title-bar .list-var { min-height: 80px; padding-left: 208px; }
    #title-bar img { width: 180px; }
    #title-bar h1 { font-size: 2.2em; line-height: 1em; padding-bottom: 8px; }

    #home .top-row > div { padding-top: 170px; }
    #home .top-row > div:before { height: 280px; }

    #events ul li { border-left-width: 10px; padding: 30px 22px; }
    #events ul li span { font-size: 1.3em; line-height: 1.5em; }
    #events ul li strong { font-size: 1.6em; }
    #events ul li h3 { font-size: 1.4em; }
    #events ul li p { font-size: .9em; line-height: 1.2em; }

    #resources { padding: 30px 0 32px; }

    .alternative-map .rollover-map > button { border-width: 3px; font-size: 1.1em; height: 30px; line-height: 20px; width: 30px; }
}

@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 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; }

    .tabset .tablist { margin: 0 0 4px; }
    .tabset .tab { border-radius: 8px; display: inline-block; float: none; letter-spacing: 0em; margin-top: 4px; padding: 5px 14px; width: auto;  }
    .tabset .tab[aria-selected="true"]:after { display: none; }
    .tabset .panel { padding: 44px 4% 22px; }

    /* Quick Mobile Menu */
    #mobile-menu { display: inline-block; padding: 5px 8px; }

    #translate-topper { height: 6px; }
    
    .header { height: 36px; }
    .header .nav ul { background-color: #f5f5f5; border-top: 1px solid #eee; box-shadow: 2px 4px 8px -4px #000; display: none; left: 200%; opacity: 0; position: absolute; top: 36px; width: 220px; z-index: 1; }
    .menu-opened .header .nav ul { opacity: 1; left: 0; transition: left 0s, opacity .2s; }
    .header .nav li { float: none; padding: 2px 0; width: 100%; }
    .header .nav li:after { display: none; }
    .header .nav li a { display: block; margin: 0; padding: 4px; text-align: left; width: 100%; }

    #events .row { padding: 44px 5% 36px; }
    #events ul { border-spacing: 18px 0; margin-left: -18px; }
    #events ul li { border-left-width: 8px; padding: 20px 16px 18px; }
    #events ul li span { font-size: 1.2em; line-height: 1.2em; }
    #events ul li strong { font-size: 1.2em; }
    #events ul li h3 { margin-top: 10px; }

    #home .top-row > div { padding: 120px 12% 30px; }
    #home .top-row > div:before { height: 200px; }
    #home .top-row h2 { font-size: 1.2em; }

    #project-study-area .col-md-4 a { margin: 24px 0;  }

    #alternatives .intro-content { padding: 26px 5% 2px; }
    #alternatives .tabset .tab { padding: 10px 24px; }
    #alternatives .panel .intro-content { padding: 6px 4% 22px; }
    #alternatives .modal-window > div { border-width: 12px; }
    .alternative-map .rollover-map > button { border-width: 3px; font-size: .9em; height: 24px; line-height: 16px; width: 24px; }

    #resources .panel ul li a { padding: 12px 15px;  }
    #resources .panel ul li a > span { width: 62%; }
    #resources .panel ul li div img { height: 20px; }

    #submit-comment .col-md-12 > iframe { height: 440px; }
    #crmWebToEntityForm form table td { display: block; width: 100% !important; }
    #crmWebToEntityForm .g-recaptcha > div { overflow: hidden; width: 100% !important; }

    .footer p img { height: 64px; margin: 14px 14px; }
    .idaho-footer .usa-map { display: none; }
    .idaho-footer .social-icons { width: 30%; }
}

@media screen and (max-width: 690px) {
    .window-title { padding: 0; }
    .modal-window > div { padding: 0 5% 28px; }

    .yellow-sided { line-height: 1.1em;padding: 9px 20px; }
    .page-section .row { padding: 24px 5% 46px; }

    #title-bar { padding: 10px 3% 0; }
    #title-bar .list-var { min-height: 50px; padding-left: 136px; }
    #title-bar h1 { font-size: 1.4em; padding-top: 6px; }
    #title-bar img { width: 120px; }

    #home .top-row > div { padding: 94px 6% 4px; }
    #home .top-row > div:before { background-size: 220% auto; height: 170px; }
    #home .top-row h2 { font-size: 1.1em; }

    #home .red-row { margin: 14px 5% 34px; padding: 10px 3% 26px; }
    #home .red-row ul li { width: 100%; }

    #events ul { display: block; margin: 22px 0 4px; }
    #events ul li { background: #495886; display: block; margin-bottom: 14px; width: 100%; }

    #alternatives .tabset { margin: 8px 0 18px;}
    #alternatives .tabset .tab { font-size: .85em; font-weight: 400; padding: 8px 18px; width: 100%; }
    #alternatives .tabset .tab:last-of-type { margin-bottom: 4px; }

    #project-study-area { padding-bottom: 14px; }
    .alternative-map .highlights { border-top: 1px solid #333; height: 200px !important; width: 100%; }
    .alternative-map .highlights ul { padding: 0 6% 14px; }
    .alternative-map .rollover-map { float: none; width: 100%; }

    #resources { padding: 10px 0 2px; }
    #resources .panel ul li a > span { width: 100%; }
    #resources .panel ul li div { display: block; float: none; margin-top: 14px; }
    #resources .panel ul li div img { height: 14px; margin: -4px 3px 0 0; }
    
    .footer p img { height: 54px; margin: 10px 10px; }
    .idaho-footer .idaho-left { width: 100%; }
    .idaho-footer .social-icons { text-align: left; width: 45%; }
    .idaho-footer .itd-logo { width: 120px; }
}