html, body { color: #333; font-family: "Montserrat", sans-serif; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }
.row { margin: 0; }
.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; }

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

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

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

html, body { height: 100%; }
.container { background-color: #4197cb; height: 100%; }
.participating.container { background-color: #2c6b92; background-image: url("../images/bg2.png"); background-repeat: no-repeat; height: auto; }

.header { height: 70%; overflow: hidden; position: relative; }
.header h1 { left: -9999px; position: absolute; top: -9999px; }
.header img[src*="bg"] { position: absolute; width: 100%; }
.header img[src*="logo"] { display: block; margin: 0 auto; padding: 64px 0 24px; position: relative; width: 30%; }

.participating .header { background-color: #4197cb; height: 100%; }
.participating img[src*="bg"] { opacity: 0; }
.participating img[src*="logo"] { height: auto !important; padding: 12px 0 !important; width: 180px !important; }

#intro-screen { position: fixed; top: 47%; width: 100%; }
#intro-screen img { left: 50%; margin-left: -25%; position: absolute; top: -96px; width: 50%; }
#intro-screen img:first-of-type { border-radius: 10px 10px 0 0; box-shadow: 0 -14px 28px 0 #444; left: 10%; margin: 0; position: relative; top: 0; width: 80%; }
#intro-screen > div { left: 10%; padding-top: 120px; position: absolute; text-align: center; top: 0; width: 80%; }
#intro-screen h2 { color: #133159; font-size: 2.8em; font-weight: 900; letter-spacing: .04em; }
#intro-screen h2 span { display: block; font-size: 1.5em; }
#intro-screen a { background-color: #4197cb; border-radius: 28px; box-shadow: 0 0 6px 0 #333; color: #fff; display: inline-block; font-size: 1.1em; font-weight: 700; letter-spacing: .1em; margin-top: 38px; padding: 8px 68px; }
#intro-screen a:hover { background-color: #1e82be; }

.participating #intro-screen { left: -100%; opacity: 0; top: 130%; }

.screen { background-color: #fff; box-shadow: 0 0 14px 0 #555; display: none; margin: 110px 5% 170px; position: relative; width: 90%; }
.participating .screen.showing { display: block; }
.screen > div { padding: 54px 4%; }
.screen > div:last-of-type { padding-bottom: 70px; }
.screen p { font-size: 1.3em; margin: 34px 8%; text-align: center; }
.screen h2 { color: #0071bb; font-size: 1.8em; font-weight: 700; margin: 8px 0 42px; text-align: center; }

.go-forward,
.go-forward-no-js { display: block; position: absolute; text-align: center; width: 100%; z-index: 1; }
.go-forward span,
.go-forward-no-js span { background-color: #71984a; box-shadow: 0 6px 14px -6px #333; color: #fff; display: inline-block; font-size: 1.2em; font-weight: 700; letter-spacing: .06em; padding: 24px 36px; position: relative; top: -34px; transition: background-color .2s; }
.go-forward span:hover,
.go-forward-no-js span:hover { background-color: #547e2a; }
.go-forward span img,
.go-forward-no-js span img { display: inline-block; height: 16px; margin: -4px 4px 0 0; vertical-align: middle; }
.go-back span { background-color: #0071bb; }
.go-back span:hover { background-color: #03588f; }
.go-back span img { transform: rotate(180deg); margin-right: 8px; }
.screen > a.go-back:last-of-type { color: #fff; display: block; left: 50%; margin: 68px 0 0 -150px; padding: 4px 0; position: absolute; text-align: center; top: 100%; width: 300px; }
.screen > a.go-back:last-of-type:hover { color: #bbb; }

.light-blue { background-color: #f1faff; }
.blue { background-color: #e5f6ff; }
img[src*="arrow_down"] { display: block; margin: 0 auto; position: relative; top: -70px; }

#screen1 { margin: 80px 5% 130px; }
#screen1 img[src*="iowa"] { display: block; margin: 0 auto 38px; width: 280px; }
#screen1 div:first-of-type .row { border-bottom: 8px solid #0071bb; padding-bottom: 8px; }
#screen1 div:first-of-type .row img { display: block; height: 130px; margin: 0 auto; }
#screen1 .col-md-8 span { color: #0071bb; display: inline-block; font-size: 2.8em; font-weight: 700; line-height: 1.3em; padding: 0 6%; text-align: center; }
#screen1 .light-blue .row { text-align: center; width: 100%;  }
#screen1 .light-blue .row .col-md-6 { display: inline-block; float: none; margin: 8px 22px 40px; width: 340px; }
#screen1 .light-blue .row img { width: 100%; }
#screen1 .light-blue .row .col-md-6 div { background-color: #c5cbce; font-weight: 700; height: 110px; }
#screen1 .light-blue .row .col-md-6 div > span { display: inline-block; font-size: 1.2em; font-weight: 700; line-height: 1.2em;vertical-align: middle; width: 80%; }
#screen1 .light-blue .row .col-md-6 div:after { content: ""; display: inline-block; height: 100%; vertical-align: middle; }

#screen2 .row:first-of-type { padding: 0; }
#screen2 .row:first-of-type .col-md-9 { padding: 100px 5% 0;  }
#screen2 .row:first-of-type .col-md-9 h2 { text-align: left; }
#screen2 .row:first-of-type .col-md-9 blockquote { border-color: #0071bb; color: #0071bb; font-size: 1.2em; font-weight: 700; line-height: 1.8em; margin-bottom: 32px; }
#screen2 .row:first-of-type .col-md-9 p { margin: 0; text-align: left; }
#screen2 .row:first-of-type .col-md-3 { background-color: #71984a; color: #fff; }
#screen2 .row:first-of-type .col-md-3 img { border-radius: 50%;  display: block; margin: 18px auto; width: 90px; }
#screen2 .row:first-of-type .col-md-3 h2 { color: #fff; font-size: 1.5em; line-height: 1.3em; margin-bottom: 24px; }
#screen2 .row:first-of-type .col-md-3 p { font-size: 1em; margin: 14px 0; }
#screen2 .row:first-of-type .col-md-3 a { background-color: #0071bb; color: #fff; display: block; font-size: .9em; margin: 24px auto 28px; padding: 4px 0; text-align: center;  width: 200px; }

#screen3 > div:first-of-type { padding-top: 100px; }
#bio > div { background-color: #717171; border-radius: 160px; color: #fff; height: 320px; padding: 30px; }
#bio > div img { display: inline-block; height: 260px; margin: 0 28px 0 12px; }
#bio > div > div { display: inline-block; vertical-align: middle; width: 60%; }
#bio > div h3 { font-weight: 700; margin: 0 0 14px; }
#bio > div p { margin: 0; text-align: left; }

.screen > .bundle-menu { padding-bottom: 0; position: relative; z-index: 1; }
.bundle-menu > div > div { background-color: #7d5489; cursor: pointer; float: left; margin: 0 1% -14px; position: relative; text-align: center; width: 18%; }
.bundle-menu > div > div p { background-color: #61366e; color: #fff; font-size: 1.1em; font-weight: 700; letter-spacing: .05em;  margin: 0; padding: 12px 0 39px; position: relative; text-align: center; }
.bundle-menu > div > div p span { background-color: #61366e; border-radius: 50%; display: block; height: 74px; left: 50%; line-height: 72px; margin-left: -37px; position: absolute; text-align: center; width: 74px; }
.bundle-menu > div > div p img { display: inline-block; height: 44px; }
.bundle-menu > div > div h3 { color: #fff; font-size: 1.2em; font-weight: 700; height: 100px; line-height: 1.2em; margin: 50px 40px 0; }
.bundle-menu > div > div.selected { border-bottom: 14px solid #542861; }
.bundle-menu > div > div.selected:after { border: 20px solid transparent; border-top-color: #542861; left: 50%; margin: 14px 0 0 -20px; position: absolute; top: 100%; content: ""; }

.bundle-menu > div > div:nth-of-type(2) { background-color: #4197cb; }
.bundle-menu > div > div:nth-of-type(2) p,
.bundle-menu > div > div:nth-of-type(2) p span { background-color: #398cbe; }
.bundle-menu > div > div:nth-of-type(2).selected { border-bottom-color: #2579ab; }
.bundle-menu > div > div:nth-of-type(2).selected:after { border-top-color: #2579ab; }

.bundle-menu > div > div:nth-of-type(3) { background-color: #88a76a; }
.bundle-menu > div > div:nth-of-type(3) p,
.bundle-menu > div > div:nth-of-type(3) p span { background-color: #71984a; }
.bundle-menu > div > div:nth-of-type(3).selected { border-bottom-color: #5d8634; }
.bundle-menu > div > div:nth-of-type(3).selected:after { border-top-color: #5d8634; }

.bundle-menu > div > div:nth-of-type(4) { background-color: #2ca3b2; }
.bundle-menu > div > div:nth-of-type(4) p,
.bundle-menu > div > div:nth-of-type(4) p span { background-color: #0095a9; }
.bundle-menu > div > div:nth-of-type(4).selected { border-bottom-color: #006f7e; }
.bundle-menu > div > div:nth-of-type(4).selected:after { border-top-color: #006f7e; }

.bundle-menu > div > div:nth-of-type(5) { background-color: #965255; }
.bundle-menu > div > div:nth-of-type(5) p,
.bundle-menu > div > div:nth-of-type(5) p span { background-color: #7f2629; }
.bundle-menu > div > div:nth-of-type(5).selected { border-bottom-color: #691a1c; }
.bundle-menu > div > div:nth-of-type(5).selected:after { border-top-color: #691a1c; }

#strat-map { background-color: #f5f5f5; overflow: auto; padding: 0; position: relative; width: 100%; }
#map-box { float: right; width: 75%; }
#map-box img { width: 100%; }
#strat-map > h3 { background-color: #c4c4c4; color: #000; font-size: 1.2em; font-weight: 700; height: 32px; line-height: 32px; margin: 80px 0 0; text-align: center;  }
.bundle > h3 { background-color: #61366e; background-color: rgba(97,54,110,.9); color: #fff; font-size: 1.5em; font-weight: 700; height: 80px; left: -150%; margin: 0; opacity: 0; padding-top: 40px; position: absolute; text-align: center; top: 0; transition: left 0s ease-in-out .2s, opacity .2s; width: 100%; }
.bundle > div { background-color: #f5f5f5; display: none; left: 0; margin-top: 112px; position: absolute; top: 0; width: 25%; }
.bundle > div p { font-size: 1em; text-align: left; }
.bundle > div ul { list-style-type: none; margin: 0 8%; padding: 0; }
.bundle > div ul li { line-height: 1.5em; margin-bottom: 16px; padding-left: 42px; position: relative; }
.bundle > div ul li strong { color: #0071bb; }
.bundle > div ul li strong.nope { color: #000; }
.bundle > div ul li span { background-color: #0071bb; border-radius: 50%; color: #fff; height: 30px; left: 0; line-height: 30px; position: absolute; top: 0; text-align: center; width: 30px; }

#bundle-2 > h3 { background-color: #398cbe; background-color: rgba(57,140,190,.9); }
#bundle-3 > h3 { background-color: #71984a; background-color: rgba(113,152,74,.9); }
#bundle-4 > h3 { background-color: #0095a9; background-color: rgba(0,149,169,.9); }
#bundle-5 > h3 { background-color: #7f2629; background-color: rgba(127,38,41,.9); }

.bundle.showing > h3 { left: 0; opacity: 1; transition: left 0s, opacity .4s; }
.bundle.showing > div { display: block; }

#screen3 .bundle-menu { padding-bottom: 28px; }
.chris-bundle { clear: both; display: none; position: relative; width: 100%; }
.chris-bundle.showing { display: block; }
.chris-bundle h3 { background-color: #61366e; border-radius: 140px; height: 220px; margin: 0 0 -110px; padding: 20px; position: relative; }
.chris-bundle h3 img { display: inline-block; margin-right: 24px; width: 180px; }
.chris-bundle h3 span { color: #fff; display: inline-block; font-weight: 700; line-height: 1.5em; vertical-align: middle; width: 70%; }
.chris-bundle ul { background-color: #e7dceb; list-style-type: none; margin: 0 0 34px; padding: 116px 0 36px; }
.chris-bundle ul li { border-bottom: 2px dotted #61366e; margin: 0 3%; padding: 38px 18px 38px 110px; position: relative; }
.chris-bundle ul li span { background-color: #fff; border: 2px solid #61366e; border-radius: 50%; display: block; height: 74px; left: 0; line-height: 66px; position: absolute; text-align: center; width: 74px; }
.chris-bundle ul li p { font-size: 1.2em; margin: 0; text-align: left; }
.chris-bundle ul li:last-of-type { border: 0; }

#chrisbundle2 h3 { background-color: #398cbe; }
#chrisbundle2 ul { background-color: #d4efff; }
#chrisbundle2 ul li { border-bottom-color: #398cbe; }
#chrisbundle2 ul li span { border-color: #398cbe; }

#chrisbundle3 h3 { background-color: #71984a; }
#chrisbundle3 ul { background-color: #f3ffe8; }
#chrisbundle3 ul li { border-bottom-color: #71984a; }
#chrisbundle3 ul li span { border-color: #71984a; }

#chrisbundle4 h3 { background-color: #0095a9; }
#chrisbundle4 ul { background-color: #defbff; }
#chrisbundle4 ul li { border-bottom-color: #0095a9; }
#chrisbundle4 ul li span { border-color: #0095a9; }

#chrisbundle5 h3 { background-color: #7f2629; }
#chrisbundle5 ul { background-color: #ffeaea; }
#chrisbundle5 ul li { border-bottom-color: #7f2629; }
#chrisbundle5 ul li span { border-color: #7f2629; }

#switch-screen { background-color: #333; height: 100%; left: -100%; opacity: 0; position: fixed; top: 0; transition: left 0s ease-in-out .5s, opacity .5s; width: 100%; }
#switch-screen.go { left: 0; opacity: 1; transition: 0s; }

.bundle-screen { background-color: #fff; height: 100%; left: -100%; opacity: 0; position: absolute; top: 0; transition: left 0s ease-in-out .5s, opacity .5s; width: 100%; }
.bundle-screen.go { left: 0; opacity: 1; transition: 0s; }

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

@media screen and (max-width: 1570px) {
    .bundle-menu > div > div h3 { font-size: 1.1em; margin: 50px 14px 0; }
    .bundle > div { font-size: .9em; }
}

@media screen and (max-width: 1400px) {
    #intro-screen { bottom: -14%; top: auto; }
    #intro-screen > div { padding-top: 110px; }
    #intro-screen img { margin-left: -30%; width: 60%; }
    #intro-screen img:first-of-type { left: 5%; width: 90%; }

    #screen1 img[src*="iowa"] { width: 190px; }
    #screen1 .col-md-8 span { font-size: 2em; }
    #screen1 div:first-of-type .row img { height: 100px; }
    #screen1 .light-blue .row .col-md-6 { margin: 8px 14px 40px; width: 260px; }
    #screen1 .light-blue .row .col-md-6 div > span { font-size: 1.1em; }

    #map-box { width: 66%; }
    .bundle > h3 { font-size: 1.3em; height: 70px; }
    #strat-map > h3 { font-size: 1.1em; margin-top: 70px; }
    .bundle > div { font-size: .85em; width: 34%; }
    .bundle > div p { margin: 6px 18px 18px; }
    .bundle > div ul li { margin-bottom: 12px; padding-left: 34px; }
    .bundle > div ul li span { height: 24px; line-height: 24px; top: -3px; width: 24px; }

    #bio > div > div { width: 54%;  }
    #bio > div h3 { font-size: 1.4em; }
    #bio > div p { font-size: 1.1em; }
}

@media screen and (max-width: 1150px) {
    .header img[src*="logo"] { height: 210px; width: auto; }
    #intro-screen { bottom: 0; }
    #intro-screen > div { padding-top: 90px; }
    #intro-screen h2 { font-size: 2.2em; }
    #intro-screen a { font-size: 1em; margin-top: 28px; padding: 6px 50px; }

    .go-forward span,
    .go-forward-no-js span { font-size: 1em; padding: 14px 28px; top: -24px; }

    .bundle-menu > div > div p { font-size: .9em; }
    .bundle-menu > div > div p span { height: 60px; line-height: 58px; margin-left: -30px; width: 60px; }
    .bundle-menu > div > div p img { display: inline-block; height: 34px; }
    .bundle-menu > div > div h3 { font-size: .95em; margin: 30px 8px 0; }

    #screen2 .row:first-of-type .col-md-9 { padding-top: 80px; width: 70%; }
    #screen2 .row:first-of-type .col-md-3 { width: 30%; }

    #map-box { height: 620px; overflow: auto; }
    #map-box img { height: 620px; width: auto; }

    #bio > div { height: 260px; padding: 20px; }
    #bio > div img { height: 220px; margin-left: 8px; }
    #bio > div > div { width: 50%;  }
    #bio > div h3 { font-size: 1.2em; }
    #bio > div p { font-size: 1em; }

    .chris-bundle h3 { font-size: 1.4em; height: 170px; padding: 16px;  }
    .chris-bundle h3 img { width: 140px; }
    .chris-bundle ul li { font-size: .9em; padding: 26px 14px 20px 100px; }
}

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

    .header { height: 130%; }
    #intro-screen { bottom: -6%; left: -10%; width: 120%; }
    #intro-screen h2 span { font-size: 1.2em; }

    .screen > div { padding: 34px 5%; }
    img[src*="arrow_down"] { display: block; margin: 0 auto; position: relative; top: -46px; }
    .screen p { font-size: 1.1em; line-height: 1.4em; }
    .screen h2 { font-size: 1.4em; padding: 0 18px; }

    .screen { margin: 60px 5% 130px; }
    #screen1 { margin: 50px 5% 80px; }
    #screen1 div:first-of-type .row .col-md-2 { float: left; width: 16.66667%; }
    #screen1 div:first-of-type .row .col-md-8 { float: left; width: 66.6667%; }
    #screen1 img[src*="iowa"] { width: 140px; }
    #screen1 .col-md-8 span { font-size: 1.7em; }
    #screen1 div:first-of-type .row img { height: 74px; }

    .screen > .bundle-menu { padding: 24px 0 0; }
    .bundle-menu > div > div { margin: 0 .5% -14px; width: 19%; }
    .bundle-menu > div > div p { font-size: .75em; padding-bottom: 24px;  }
    .bundle-menu > div > div p span { height: 46px; line-height: 44px; margin-left: -23px; width: 46px; }
    .bundle-menu > div > div p img { display: inline-block; height: 28px; }
    .bundle-menu > div > div h3 { font-size: .75em; height: 80px; margin: 30px 4px 0; }

    #screen2 .row:first-of-type .col-md-9 { padding: 64px 6% 32px; width: 100%; }
    #screen2 .row:first-of-type .col-md-9 h2 { margin-bottom: 22px; padding: 0; }
    #screen2 .row:first-of-type .col-md-9 blockquote { font-size: 1.1em; line-height: 1.4em;padding: 2px 14px; }
    #screen2 .row:first-of-type .col-md-3 { padding: 2px 5%; width: 100%; }
}

@media screen and (max-height: 690px) {
    #intro-screen { bottom: auto; left: -35%; top: 44%; width: 170%; }
    #intro-screen img[src*="chris"] { display: none; }
    #intro-screen > div { left: 20%; padding-top: 30px; width: 60%; }
    #intro-screen h2 { font-size: 2em; }
}

@media screen and (max-width: 860px) {
    #intro-screen { bottom: auto; left: -35%; top: 44%; width: 170%; }
    #intro-screen img[src*="chris"] { display: none; }
    #intro-screen > div { left: 20%; padding-top: 30px; width: 60%; }
    #intro-screen h2 { font-size: 2em; }

    #screen1 img[src*="iowa"] { width: 140px; }
    #screen1 div:first-of-type .row img { height: 74px; }

    #map-box { height: 260px; width: 100%; }
    .bundle > h3 { font-size: 1.1em; height: 66px; }
    #strat-map > h3 { font-size: 1em; height: 28px; line-height: 28px; margin-top: 66px; }
    .bundle > div { padding: 18px 0 40px; position: static; width: 100%;  }
    .bundle > div p { display: inline-block; margin-top: 18px; vertical-align: top; width: 44%; }
    .bundle > div ul { displaY: inline-block; margin: 18px 0 0; width: 46%; }

    #bio > div { border-radius: 14px; height: auto; text-align: center; }
    #bio > div img { display: block; margin: 0 auto; height: 120px; margin: 0 auto 12px; }
    #bio > div > div { padding-bottom: 5px; width: 90%; }

    .screen > .chris-bundle { padding: 0 5% 12px; }
    .chris-bundle h3 { border-radius: 18px 18px 0 0; font-size: 1.1em; height: auto; padding: 12px; text-align: center; }
    .chris-bundle h3 span { line-height: 1.3em; width: 90%; }
    .chris-bundle h3 img { display: block; margin: 0 auto 8px; width: 80px; }
    .chris-bundle ul { padding-bottom: 20px; }
    .chris-bundle ul li { font-size: .8em; padding: 26px 6px 20px 80px; }
    .chris-bundle ul li span { height: 64px; width: 64px; }
    .chris-bundle ul li span img { width: 36px; }
}

@media screen and (max-width: 634px) {
    .header img[src*="bg"] { height: auto; width: 190%; }
    .header img[src*="logo"] { height: 130px; padding-top: 44px; width: auto; }
    #intro-screen { left: -90%; top: 43%; width: 280%; }
    #intro-screen > div { left: 35%; padding-top: 20px; width: 30%; }
    #intro-screen h2 { font-size: 1.2em; }
    #intro-screen a { font-size: .85em; margin-top: 16px; padding: 4px 40px; }
    .participating .header img { padding: 8px 0 !important; width: 140px !important; }

    .screen > p { font-size: .9em; }

    #screen1 div:first-of-type .row .col-md-2 { display: none; }
    #screen1 div:first-of-type .row .col-md-8 { width: 100%; }
    #screen1 img[src*="iowa"] { margin-bottom: 24px;  width: 100px; }
    #screen1 .col-md-8 span { font-size: 1.2em; }
    #screen1 div:first-of-type .row { border-bottom-width: 4px; padding-bottom: 0; }
    #screen1 .light-blue .row .col-md-6 { margin: 8px 14px 10px; width: 180px; }

    .bundle > h3 { height: 54px; padding-top: 12px; }
    #strat-map > h3 { margin-top: 54px; }
    .bundle-menu > div > div { margin: 0 0 15px; width: 100%; }
    .bundle-menu > div > div.selected { border-bottom-width: 6px; }
    .bundle-menu > div > div.selected:after { border-width: 8px; margin: 6px 0 0 -8px; }
    .bundle-menu > div > div p { font-size: .75em; padding: 8px 0; }
    .bundle-menu > div > div p span { display: inline-block; height: auto; line-height: 1em; margin-left: -0; position: static; width: 46px; }
    .bundle-menu > div > div p img { height: 25px; }
    .bundle-menu > div > div h3 { font-size: .9em; height: auto; margin: 10px; }

    #map-box { height: 240px; }
    .bundle > div p { width: 84%; }
    .bundle > div ul { margin-left: 20px; width: 84%; }
}