70/*
Theme Name: Ohio School Breakfast Challenge
Theme URI: ohioschoolbreakfastchallenge.com
Description: Custom theme for Ohio School Breakfast Challenge
Author: Gregg Henry
Author URI: tripleginteractive.com
Version: 1.0
*/

@font-face {
  font-family: 'ArialNarrow';
  src: url('fonts/ArialNarrow.eot');
  src: url('fonts/ArialNarrow.eot?#iefix') format('embedded-opentype'),
       url('fonts/ArialNarrow.woff') format('woff'),
       url('fonts/ArialNarrow.ttf') format('truetype'),
       url('fonts/ArialNarrow.svg#ArialNarrow') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ArialNarrow-Bold';
  src: url('fonts/ArialNarrow(Bold).eot');
  src: url('fonts/ArialNarrow(Bold).eot?#iefix') format('embedded-opentype'),
       url('fonts/ArialNarrow(Bold).woff') format('woff'),
       url('fonts/ArialNarrow(Bold).ttf') format('truetype'),
       url('fonts/ArialNarrow(Bold).svg#ArialNarrow-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'clarendon_lt_btlight';
  src: url('fonts/clarendonbt_light-webfont.eot');
  src: url('fonts/clarendonbt_light-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/clarendonbt_light-webfont.woff') format('woff'),
       url('fonts/clarendonbt_light-webfont.ttf') format('truetype'),
       url('fonts/clarendonbt_light-webfont.svg#clarendon_lt_btlight') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

html, body {
  height: 100%;
}

body {
  font-size: 12px;
  font-family: 'ArialNarrow', Arial, sans-serif;
  background: #f7f7f7 url("images/bg.png") repeat center top;
  color: #6c6c6c;
  line-height: 16px;
}

img {
  vertical-align: top;
}

.img-fluid {
	max-width: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

a {
  color: #1bcfc9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p, ul, ol {
  line-height: 16px;
  margin: 0 0 16px;
  font-size: 12px;
}

ul, ol {
  margin-left: 1.5em;
}

.big,
.big p,
.big ul,
.big ol {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 18px;
}

.big {
  margin-bottom: 0;
}

* > p:last-child, * > ul:last-child, * > ol:last-child {
  margin-bottom: 0 !important;
}

strong, b {
  font-family: 'ArialNarrow-Bold', Arial, sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'clarendon_lt_btlight', serif;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 0.8em;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
  color: #1bcfc9;
}

h3 {
  font-size: 21px;
  line-height: 1.2em;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1 + h3 {
  margin-top: -30px;
}

#page-wrap {
  min-width: 960px;
  width: 960px;
  overflow: hidden;
  margin: auto;
  min-height: 100%;
  position: relative;
  background: #fff;
  z-index: 5;
}

.page-home #page-wrap {
  width: auto;
}

#sidebar {
  width: 150px;
  float: left;
}

#sidebar:after {
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  font-size: 0;
  display: block;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,1,.65);
	-moz-box-shadow: 1px 2px 5px rgba(0,0,1,.65);
	box-shadow: 1px 2px 5px rgba(0,0,1,.65);
  background: #f4f2ea; /* Old browsers */
  background: -moz-linear-gradient(top,  #f4f2ea 0%, #fefefd 50%, #f4f2ea 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f2ea), color-stop(50%,#fefefd), color-stop(100%,#f4f2ea)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f4f2ea 0%,#fefefd 50%,#f4f2ea 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f4f2ea 0%,#fefefd 50%,#f4f2ea 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f4f2ea 0%,#fefefd 50%,#f4f2ea 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f4f2ea 0%,#fefefd 50%,#f4f2ea 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f2ea', endColorstr='#f4f2ea',GradientType=0 ); /* IE6-9 */
  z-index: 1;
}

#sidebar-content {
  position: fixed;
  z-index: 5;
}

#logo {
/*  text-align: center; */
  padding: 35px 18px 100px;
}

#navigation {
  padding: 0 20px 27px;
  width: 110px;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#navigation ul li {
  display: block;
  background: url("images/nav-separator.png") repeat-x left top;
  padding: 7px 0 5px;
}

#navigation ul li.report {
	margin-top: 40px;
  background: none;
}

#navigation ul li.report a {
	color: #ff4337 !important;
}

#navigation ul li:first-child {
  background: none;
}

#navigation ul li a {
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #333333;
  font-family: 'ArialNarrow', Arial, sans-serif;
  font-size: 12px;
  display: block;
}

#navigation ul li a:hover,
#navigation ul li a.active {
  color: #1bcfc9;
  text-decoration: none;
  font-family: 'ArialNarrow-Bold', Arial, sans-serif;
}

.home #menu-item-9 a{ color: #1bcfc9;  font-family: 'ArialNarrow-Bold', Arial, sans-serif; }

.golden-button {
  display: inline-block;
  background: #ffcd00;
  background: rgba(255, 205, 0, 0.7);
  height: 22px;
  line-height: 22px;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  font-family: 'ArialNarrow-Bold', Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

.golden-button:before {
  display: block;
  content: "";
  font-size: 0;
  position: absolute;
  top: -8px;
  left: 8px;
  background: url("images/button-arrow.png") no-repeat left top;
  width: 8px;
  height: 8px;
}

#slideshow-wrapper {
  position: absolute;
  left: 150px;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}

#slide-prev,
#slide-next {
  width: 45px;
  height: 46px;
  font-size: 0;
  cursor: pointer;
  text-decoration: none;
  background: url("images/arrows.png") no-repeat left top;
  position: absolute;
  bottom: 110px;
  z-index: 10;
}

#slide-prev {
  left: 0;
  background-position: left top;
}

#slide-next {
  right: 0;
  background-position: right top;
}

#slideshow {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100% !important;
  height: 100% !important;
}

#slideshow > li {
  width: 100% !important;
  height: 100% !important;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#slideshow .slide-text {
  min-height: 124px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 53px;
  background: url("images/slide-text-overlay.png") repeat left top;
  padding: 20px 60px;
  color: #fff;
}

#slideshow h1 {
  font-size: 50px;
}
#slideshow h2 {
  font-size: 21px;
  color: #fff;
  line-height: 26px;
}
#slideshow h3 {
  font-size: 17px;
}

#slideshow h1 + h3 {
  margin-top: -38px;
}

#page-content {
  width: 810px;
  float: right;
}

#footer {
  background: #434343 url("images/footer-bg.jpg") repeat-y right top;
  padding: 20px 0 20px 40px;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}

#footer p,
#footer ul,
#footer ol {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 16px;
}

.footer-contacts {
  padding-bottom: 20px;
}

.footer-contacts .footer-contact-column {
  width: 190px;
  float: left;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#footer .footer-text {
	width: 95%;
}

.popup-box {
  display: none;
  width: 640px;
  padding-left: 27px;
  background: url("images/popup-stripes.png") repeat-y left top;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.96);
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -260px;
  z-index: 50;
}

.popup-box .popup-close {
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  font-size: 0;
  text-decoration: none;
  background: url("images/icon-close.png") no-repeat center;
  position: absolute;
  top: 10px;
  right: 10px;
}

#signup-box {
  padding: 20px;
}

#signup-box .signup-text {
  width: 330px;
  float: left;
  padding: 80px 0 10px;
}

#signup-box .signup-form {
  width: 230px;
  float: right;
  padding: 5px 0;
}

#signup-box .signup-text h2 {
  color: #1fcfcb;
  font-size: 30px;
  background: url("images/signup-graphic.png") no-repeat center top;
  padding-top: 65px;
}

.popup-box .wpcf7 {
  color: #333333;
  font-size: 10px;
  line-height: 14px;
}

.popup-box .wpcf7-text {
  width: 210px;
  border: solid 1px #a7acb1;
  background: none;
  padding: 4px;
  height: 14px;
  font-family: 'ArialNarrow', Arial, sans-serif;
  font-size: 12px;
  color: #333;
  outline: none;
  margin-bottom: 4px;
}

.popup-box .wpcf7-not-valid.wpcf7-text {
  border: solid 1px #f00;
}

.popup-box .form-row {
  padding-bottom: 12px;
}

.popup-box .wpcf7-form-control-wrap {
  display: block !important;
}

.popup-box .wpcf7-not-valid-tip {
  line-height: 14px;
  padding-bottom: 3px;
}

.popup-box div.wpcf7-response-output {
  font-size: 11px;
  margin: 1em 0 0;;
}

.yellow-button {
  display: inline-block;
  background: #fec902;
  height: 24px;
  line-height: 24px;
  border: none;
  cursor: pointer;
  padding: 0 12px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  font-family: 'ArialNarrow-Bold', Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  position: relative;
}

#signup-confirm {
  padding: 120px 50px 20px 20px;
  display: none;
}

#signup-confirm h2 {
  font-size: 30px;
  color: #1fcfcb;
}

#signup-confirm h2.yellow-bg > span {
  display: inline-block;
  padding: 10px;
  background: #fdc900;
  color: #fff;
}

#signup-confirm h2.yellow-bg {
  margin: 0 0 15px -10px;
}

.popup-sponsors {
  text-align: center;
  padding-top: 50px;
}

.popup-sponsors img {
  vertical-align: middle;
  margin: 0 5px;
}

#banner {
  text-align: center;
}

#banner img {
  max-width: 100%;
}

.title-row {
  height: 54px;
  padding: 0 45px 0 40px;
  overflow: hidden;
  color: #fff;
  background: #9ed07c url("images/title-green.png") repeat-x left top;
}

.title-color-green {
  background: #9ed07c url("images/title-green.png") repeat-x left top;
}

.title-color-orange {
  background: #9ed07c url("images/title-orange.png") repeat-x left top;
}

.title-color-red {
  background: #fe4338 url("images/title-red.png") repeat-x left top;
}

.title-row h1 {
  float: left;
  max-width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 50px;
  margin: 0;
}

.title-row .tagline {
  float: right;
  font-family: 'clarendon_lt_btlight', serif;
  font-size: 14px;
  font-weight: normal;
  padding-top: 25px;
  line-height: 16px;
}

.page-text {
  padding: 40px;
}

.resources-list {
  overflow: hidden;
  margin: 0 40px;
  position: relative;
}

.resources-row {
  position: relative;
  margin-bottom: 60px;
  z-index: 10;
}

.resources-row:before {
  height: 60px;
  background: #fff;
  display: block;
  content: "";
  font-size: 0;
  position: absolute;
  top: 100%;
  left: -20px;
  right: -20px;
}

.resources-list:before,
.resources-list:after {
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  font-size: 0;
  display: block;
  content: "";
  background: url("images/vertical-dots.png") repeat-y left top;
  z-index: 0;
}

.resources-list:before {
  left: 238px;
}

.resources-list:after {
  left: 478px;
}

.resource-column {
  width: 204px;
  float: left;
  padding: 0 18px;
  position: relative;
  z-index: 5;
}

.resource-column .resource-title {
  color: #fff;
  text-align: center;
  font-family: 'ArialNarrow-Bold', Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  padding: 3px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.resource-column .resource-text {
  padding: 10px 10px 0;
}

.resource-column .resource-text p,
.resource-column .resource-text ul,
.resource-column .resource-text ol {
/*  font-size: 12px;
  line-height: 15px;
  margin-bottom: 15px;*/
}

.resource-column .resource-text ul {
	margin-left: 0;
	padding-left: 5px;
}


.supporter-row{
	height: auto;
	overflow: auto;
	margin-top: 65px;
}
.supporter-row.final-row{
 margin-bottom: 65px;
}
.supporter-row div{
	float: left;
  margin-right: 60px;
}
.sr-four div{ margin-right: 79px; }
.sr-four-72 div{ margin-right: 72px; }
.sr-four-50 div{ margin-right: 50px; }
.sr-four-35 div{ margin-right: 35px; }
.sr-four2 div{ margin-right: 60px; }
.sr-four3 div{ margin-right: 128px; }
.sr-row-2 div { margin-right: 58px;}
.sr-row-3 div { margin-right: 21px;}
.sr-row-4 div { margin-right: 46px;}
.sr-row-5 div { margin-right: 27px;}
.sr-row-6 div { margin-right: 29px;}
.sr-row-7 div { margin-right: 66px;}

.sr-three div{ margin-right: 100px; }

.sr-two div{ width: 50%; margin-right: 0; }

.sr-row-three div {
  width: 33%;
  margin-right: 0;
  text-align: center;
}

.supporter-row div.last{
 margin-right: 0;
}

.supporter-row.pad-left-30{
 padding-left: 30px;
}
.supporter-row.pad-left-38{
 padding-left: 38px;
}
.supporter-row.pad-left-60{
 padding-left: 60px;
}
.supporter-row.pad-left-105{
 padding-left: 105px;
}

.supporter-row.pad-left-13{
 padding-left: 13px;
}
.supporter-row.pad-left-13 div{
	margin-right: 123px;
}
.supporter-row.pad-left-60 div{
 margin-right: 180px;
}

.supporter-row div.last{
 margin-right: 0;
}


.sponsors-list {
  text-align: center;
  padding: 20px;
}

.sponsors-list img {
  vertical-align: middle;
  margin: 0 15px 20px;
}

.separator {
  height: 21px;
  background: #f5f4f4 url("images/separator.png") repeat-x left top;
  font-size: 0;
}

.text-box {
  padding: 25px 40px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

.about-columns-top {
  width: 467px;
  margin: 0 auto 25px;
  position: relative;
}

.about-columns-top:before {
  display: block;
  content: "";
  font-size: 0;
  position: absolute;
  top: 50px;
  bottom: 0;
  right: 163px;
  width: 3px;
  background: url("images/vertical-dots-red.png") repeat-y left top;
}

.about-columns-top .col-left {
  width: 300px;
  float: left;
}

.about-columns-top .col-right {
  width: 162px;
  float: right;
}

.about-columns-top .col-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  line-height: 24px;
  font-size: 20px;
  font-weight: normal;
  font-family: 'ArialNarrow-Bold', Arial, sans-serif;
  background: #ff4337;
}

.about-columns-top .col-left .col-title {
  background: #ff4337 url("images/title-arrow-up.png") no-repeat center;
}

.about-columns-top .col-right .col-title {
  background: #ff4337 url("images/title-arrow-down.png") no-repeat center;
}

.about-columns-top .col-left-text {
  padding: 15px 0 0 25px;
}

.about-columns-top .col-right-text {
  padding: 15px 0 0 35px;
}

.about-columns-top .col-left-text1 {
  width: 130px;
  float: left;
}

.about-columns-top .col-left-text2 {
  width: 130px;
  float: right;
}

.about-columns-top ul {
	padding-left: 0;
	margin-left: 0;
}

.strategies-title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: 'ArialNarrow-Bold', Arial, sans-serif;
  margin: 40px 25px 15px;
  background: #1bcfc9;
  line-height: 22px;
  padding: 5px;
}

.strategies-columns {
  width: 666px;
  margin: 0 auto 40px;
  position: relative;
}

.strategies-columns:before,
.strategies-columns:after {
  width: 3px;
  height: 100%;
  display: block;
  content: "";
  font-size: 0;
  background: url("images/vertical-dots-orange.png") repeat-y left top;
  position: absolute;
  top: 0;
}

.strategies-columns:before {
  left: 221px;
}

.strategies-columns:after {
  left: 442px;
}

.strategies-columns-half {
  width: 666px;
  margin: 0 auto;
  position: relative;
  background: url("images/vertical-dots-orange.png") repeat-y center top;
}

.strategy-column {
  width: 194px;
  padding: 0 14px;
  float: left;
  text-align: left;
}

.strategy-column-half{
  width: 305px;
  padding: 0 14px;
  float: left;
  text-align: left;
  margin-bottom: 20px;
}

.strategy-column-full {
	width: 100%;
	background: #fff;
	text-align: center;
	padding-top: 12px;
	font-size: 16px;
}

.strategy-column .big,
.strategy-column-half .big {
  font-size: 16px;
  line-height: 20px;
}

.strategies-image {
  text-align: center;
  padding-bottom: 25px;
}

.separator-orange {
  margin: 0 50px;
  height: 50px;
  background: url("images/horizontal-dots-orange.png") repeat-x center;
}

.alert-box {
  width: 510px;
  padding: 5px 0 5px 75px;
  margin: 0 60px;
  background: url("images/icon-alert.png") no-repeat 20px top;
  line-height: 18px;
  color: #6c6c6c;
  font-family: 'ArialNarrow-Bold', Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
}

.alert-box .text-red {
  line-height: 20px;
  font-size: 20px;
  color: #fc4237;
  margin-bottom: 10px;
  text-align: center;

}

.breakfast-text {
  color: #1bcfc9;
  line-height: 20px;
  font-family: 'ArialNarrow-Bold', Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 0 30px;
}

.awards {
  text-align: center;
  line-height: 16px;
  font-family: 'ArialNarrow-Bold', Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.awards > span {
  margin: 0 20px;
}

.awards span {
  display: inline-block;
  vertical-align: top;
}

.awards span span {
  min-height: 100px;
}

.increased-adp {
  margin: 0px 60px;
  padding: 15px 20px 5px;
  line-height: 19px;
  font-family: 'ArialNarrow', Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}

.red-box {
  margin: 0 25px 20px;
  background: #fe4438;
  color: #fff;
  text-align: center;
  padding: 25px 25px 20px;
}

.red-box h2 {
  color: #fff;
  font-size: 38px;
}

.red-box .red-box-subtitle {
  font-size: 20px;
  font-style: italic;
}

.red-box .red-box-text {
  background: url("images/horizontal-dots-orange.png") repeat-x left top;
  padding: 25px 0 15px;
  font-size: 13px;
}

.yellow-button-big {
  display: inline-block;
  background: #ffcd00;
  border: none;
  cursor: pointer;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  font-family: 'ArialNarrow-Bold', Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  position: relative;
  padding: 5px 10px;
  line-height: 30px;
}

.yellow-button-big:before {
  display: block;
  content: "";
  font-size: 0;
  position: absolute;
  top: -18px;
  left: 18px;
  background: url("images/button-arrow-large.png") no-repeat left top;
  width: 15px;
  height: 18px;
}

.news-items {
  position: relative;
  width: 726px;
  margin: 0 auto 25px;
}

.news-items:before,
.news-items:after {
  width: 3px;
  height: 100%;
  display: block;
  content: "";
  font-size: 0;
  background: url("images/vertical-dots-orange.png") repeat-y left top;
  position: absolute;
  top: 0;
}

.news-items:before {
  left: 240px;
}

.news-items:after {
  left: 480px;
}

.news-article {
  width: 194px;
  padding: 0 24px;
  float: left;
  text-align: left;
}

.news-article .news-title {
  font-family: 'ArialNarrow-Bold', Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 10px;
}

.map-cta {
  position: relative;
  padding-left: 80px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(27,207,201,1) 30%, rgba(27,207,201,1) 70%, rgba(255,255,255,1) 70%);
}

.map-img {
  width: 200px;
  float: left;
}

.map-img img {
  width: 180px;
  filter: drop-shadow(2px 2px 4px #808080);
}

.map-txt {
  width: 370px;
  float: left;
}

.map-txt h3 {
  padding-top: 72px;
}

.map-txt h3 a {
 color: #fff;
}

.map-txt h3 a:hover {
 text-decoration: none;
}