@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@font-face {
    font-family: 'Helvetica LT';
    src: url('fonts/HelveticaLTStd-Roman.eot');
    src: url('fonts/HelveticaLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaLTStd-Roman.woff') format('woff'),
        url('fonts/HelveticaLTStd-Roman.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue LT Bold';
    src: url('fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
        url('HelveticaNeueLTStd-Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue LT Bold CN';
    src: url('fonts/HelveticaNeueLTStd-BdCn.eot');
    src: url('fonts/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.dash{font-family: Arial, sans-serif;}
.clear{clear: both;}
.color-green{color: #008038;}
.table {
    display: table;
    height: 100%;
    width: 100%;
}
.table>.table-cell {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    width: 100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b2b2b2 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b2b2b2 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b2b2b2 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b2b2b2 !important;
}
body {
  font-family: 'Droid Sans', sans-serif;
  padding: 0px;
  margin: 0;
  background: #fff;
}
.top-border{
	height: 13px;
	background: url(images/swimhabitat.png) repeat-x left top;
}
header{
    display: block;
    position: relative;
    padding-top: 20px;
    height: 190px;
    box-shadow: 0 0px 20px rgba(0,0,0,.3);
    z-index: 9;
    background: #242525;
    border-bottom: solid 1px #fff;
}
.container{
    width: 1215px;
	max-width: 90%;
    margin: 0 auto;
}
.logo {
    display: block;
    float: left;
    margin-left: 58px;
	margin-top: 5px;
}
.header-widget {
    float: right;
    text-align: center;
    margin-right: 58px;
	position: relative;
    z-index: 9;
    height: 190px;	
}
.header-widget h2{
	color: #089bca;
	font-size: 29px;
	font-weight: bold;
	font-family: 'Helvetica Neue LT Bold';
	margin-bottom: 5px;
	margin-top: 0;
}
.header-widget h3{
	color: #fff;
    font-size: 29px;
    font-family: 'Helvetica LT';
    margin-top: 0;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.header-widget .event-date{
    background: #0097c8;
    font-size: 46px;
    color: #fff;
    font-family: 'Helvetica Neue LT Bold CN';
    letter-spacing: 2px;
    display: inline-block;
    padding: 31px 36px 32px;
    border-radius: 30px 30px 8px 8px;
    box-shadow: 0 0px 8px rgba(0,0,0,.5);
}
.header-widget .event-date .jumper{
	color: #fff;
    font-size: 42px;
}
#hero #swim{
	background: url(images/swim.jpg) repeat-x left top;	
	background-size: cover;
}
#hero #bike{
	background: url(images/bike.jpg) repeat-x left top;	
	background-size: cover;
}
#hero #run{
	background: url(images/run.jpg) repeat-x left top;	
	background-size: cover;
}
#hero .hero-col{
	position: relative;
    padding-top: 56.7%;
	width: 33.333%;
	float: left;

}
#sbr-contents {
    padding: 100px 0 90px;
}
.text-section .section-head{
    font-size: 64px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    line-height: 78px;
    font-family: 'Helvetica Neue LT Bold';
    color: #0097c8;
    letter-spacing: 4px;
}
.text-section p{
    font-family: 'Helvetica LT',sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 34px;
    margin-top: 0;
}

#sponsors{
	background: #0097c8;
	color: #fff;
	text-align: center;
	padding: 65px 0 55px;
    position: relative;
    z-index: 9;
}
#sponsors h2{
    margin: 0;
    font-size: 47px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}
#sponsors ul{
	margin: 0;
	padding: 0;
}
#sponsors ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 50px;
}

.signup-column {
    float: left;
    width: 50%;
    text-align: center;
	box-sizing: border-box;
/*	height: 950px;*/
}
.signup-column-dark{
	background: #242525;
	color: #fff;
}
.signup-schedules {
    margin: 0 auto 40px;
    border-top: solid 8px #f6921e;
}
.signup-schedule-block {
    float: left;
    width: 50%;
    box-sizing: border-box;
	padding: 55px 20px;
}
.signup-contents {
    padding: 140px 90px 100px;
}
.signup-contents h2{
    font-size: 46px;
    font-family: 'Helvetica Neue LT Bold';
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 26px;
	letter-spacing: 3px;
}
.signup-contents h3{
    font-size: 44.5px;
    font-family: 'Helvetica Neue LT Bold';
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
	color: #0097c8;
	letter-spacing: 4px;
}
.signup-contents p{
    font-size: 31.5px;
    font-family: 'Helvetica LT';
    margin-top: 0;
    margin-bottom: 15px;
	letter-spacing: 4px;
}
.signup-contents h4{
    font-size: 33px;
    font-family: 'Helvetica Neue LT Bold';
    margin-top: 0;
    margin-bottom: 0px;
	color: #0097c8;
	letter-spacing: 4px;
}
.signup-contents .signup-schedule-block h3{
	font-size: 39.45px;
    font-family: 'Helvetica Neue LT Bold';
	margin: 0;
	color: #fff;
    text-transform: uppercase;
	letter-spacing: 3px;
}
.signup-column-dark h2,
.signup-column-dark h4,
.signup-column-dark p{
	color: #fff;
}
.signup-column-light h2,
.signup-column-light h4,
.signup-column-light p{
	color: #000;
}
.signup-column-light{
	background: #fff;
}
#leavethenest {
    padding: 150px 0;
}
#rules{
	background: #242525;
	color: #fff;
	padding: 52px 0 110px;
}
#rules .section-head{
	text-align: center;
	color: #f6921e;
	font-size: 64px;
	font-family: 'Helvetica Neue LT Bold';
	margin-bottom: 25px;
}
#rules p{
	color: #ffff;
	font-size: 25.6px;
	font-family: 'Helvetica LT';
}
#iframe-1{
	background: #ffaa16 url(images/week1.png) no-repeat center top;
    background-size: 100%;	
}
#iframe-2{
	background: #0097c8 url(images/week2.png) no-repeat center top;
    background-size: 100%;	
}

footer{
    text-align: center;
    background: #f6921e;
    padding: 40px 0 40px;
}
footer p{
    margin: 0;
    font-size: 27.5px;
    font-family: 'Helvetica LT';
    color: #fff;
    line-height: 30px;
}

#signup-form {
    background: #ffaa16;
    color: #fff;
    padding: 80px 0 95px;
}
#signup-form-container{
	max-width: 1390px;
	margin: 0 auto;
}
#signup-form h2{
    margin-top: 0;
    text-align: center;
    font-size: 60px;
    font-family: 'Helvetica Neue LT Bold';
    font-weight: 600;
    margin-bottom: 60px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#signup-form p{
    margin-top: 0;
    text-align: center;
    font-size: 24px;
    font-family: "CenturyGothic";
    font-weight: normal;
    margin-bottom: 35px;
	color: #fff;
}
#signup-form form input[type="text"],
#signup-form form input[type="email"],
#signup-form form input[type="tel"],
#signup-form form textarea{
border: 0;
    font-family: 'Helvetica LT';
    margin-right: 45px;
    float: left;
    width: 31.1%;
    margin-bottom: 33px;
    color: #c1c1c1;
    font-size: 29px;
    font-weight: normal;
    padding: 17px 25px 18px;
    box-sizing: border-box;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    text-transform: uppercase;
}
#signup-form form select{
	border: 0;
    font-family: 'Helvetica LT';
    margin-right: 45px;
    float: left;
    width: 31.1%;
    margin-bottom: 33px;
    color: #c1c1c1;
    font-size: 29px;
    font-weight: normal;
    padding: 17px 25px 18px;
    box-sizing: border-box;
	outline: none;
	border-radius: 0;
	-webkit-appearance: select;
	text-transform: uppercase;
}
#signup-form form select::-ms-expand { display: block; }
#signup-form form textarea{
    width: 100%;
    margin-right: 0;
    min-height: 152px;
    max-height: 152px;
    margin-bottom: 25px;
}
#signup-form form input[type="submit"]{
    display: block;
    width: 100%;
    background: #f6921e;
    line-height: 67px;
    color: #fff;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Helvetica Neue LT Bold';
    font-size: 45.5px;
    border-radius: 0;
    -webkit-appearance: none;
	outline: none;
}
#signup-form form  input[type="radio"] {
    width: 20px;
    height: 20px;
    border: 0;
    margin: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
	font-family: 'Helvetica LT';
}
#signup-form form  .statefoodworker-card {
    background: #f6921e;
    padding: 20px;
    margin-bottom: 33px;
}
#signup-form form .statefoodworker-card ul,
#signup-form form .statefoodworker-card ul li{
	margin: 0;
	list-style: none;
	padding: 0;
	text-align: center;
}
#signup-form form .statefoodworker-card p{
    font-size: 21px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 12px;
    font-style: normal;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#signup-form form .statefoodworker-card ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
#signup-form form .statefoodworker-card label {
    font-size: 30px;
    color: #fff;
	font-family: 'Helvetica LT';
    margin-bottom: 12px;
    font-weight: normal;
	text-transform: uppercase;
}
#signup-form form .form-footnote{
	font-size: 18px; margin-bottom: 24px;
}
#signup-form form .last{margin-right: 0 !important;}
#week-1-mobile ,
#week-2-mobile {
	height : auto;
}
#week-1 > h2 ,
#week-2 > h2 ,
#week-1-mobile > h2 ,
#week-2-mobile > h2 {
	font-family : 'Helvetica LT';
	font-weight : 700;
	 background : #f6921e;
	 text-align : center;
	  font-size : 58px;
			padding : 44px 0px;
			 margin : 0px;
				color : #242525;
}
#week-1-mobile > h2 ,
#week-2-mobile > h2 {
	font-size : 42px;
}
#week-2 > h2 ,
#week-2-mobile > h2 {
	background : #0181aa;
			 color : #fff;
}
#week-1 > table ,
#week-2 > table ,
#week-1-mobile > table ,
#week-2-mobile > table {
	border-collapse : collapse;
						width : 100%;
}
#week-1 > table > tbody > tr:nth-child(1) ,
#week-1 > table > tbody > tr:nth-child(2) ,
#week-1 > table > tbody > tr:nth-child(3) ,
#week-1 > table > tbody > tr:nth-child(4) ,
#week-2 > table > tbody > tr:nth-child(1) ,
#week-2 > table > tbody > tr:nth-child(2) ,
#week-2 > table > tbody > tr:nth-child(3) ,
#week-2 > table > tbody > tr:nth-child(4) ,
#week-1-mobile > table > tbody > tr:nth-child(2) ,
#week-1-mobile > table > tbody > tr:nth-child(3) ,
#week-1-mobile > table > tbody > tr:nth-child(4) ,
#week-1-mobile > table > tbody > tr:nth-child(5) ,
#week-2-mobile > table > tbody > tr:nth-child(2) ,
#week-2-mobile > table > tbody > tr:nth-child(3) ,
#week-2-mobile > table > tbody > tr:nth-child(4) ,
#week-2-mobile > table > tbody > tr:nth-child(5) {
	background : #242525;
}
#week-1 > table > tbody > tr > td ,
#week-2 > table > tbody > tr > td ,
#week-1-mobile > table > tbody > tr > td ,
#week-2-mobile > table > tbody > tr > td {
	font-family : 'Helvetica LT';
	font-weight : 400;
	line-height : 35px;
	 text-align : center;
	  font-size : 33px;
			padding : 18px 0px;
				color : #fff;
}
#week-1-mobile > table > tbody > tr > td ,
#week-2-mobile > table > tbody > tr > td {
	font-size : 28px;
}
#week-1 > table > tbody > tr:nth-child(5) > td ,
#week-1 > table > tbody > tr:nth-child(6) > td ,
#week-1 > table > tbody > tr:nth-child(7) > td ,
#week-1 > table > tbody > tr:nth-child(8) > td ,
#week-2 > table > tbody > tr:nth-child(5) > td ,
#week-2 > table > tbody > tr:nth-child(6) > td ,
#week-2 > table > tbody > tr:nth-child(7) > td ,
#week-2 > table > tbody > tr:nth-child(8) > td ,
#week-1-mobile > table > tbody > tr:nth-child(7) > td ,
#week-1-mobile > table > tbody > tr:nth-child(8) > td ,
#week-1-mobile > table > tbody > tr:nth-child(9) > td ,
#week-2-mobile > table > tbody > tr:nth-child(7) > td ,
#week-2-mobile > table > tbody > tr:nth-child(8) > td ,
#week-2-mobile > table > tbody > tr:nth-child(9) > td ,
#week-1-mobile > table > tbody > tr:nth-child(10) > td ,
#week-2-mobile > table > tbody > tr:nth-child(10) > td {
	color : #282828;
}
#week-1 > table > tbody > tr > td > strong ,
#week-2 > table > tbody > tr > td > strong {
	font-weight : 700;
		font-size : 34px;
}
#week-1-mobile > table > tbody > tr:nth-child(1) > td ,
#week-1-mobile > table > tbody > tr:nth-child(6) > td ,
#week-2-mobile > table > tbody > tr:nth-child(1) > td ,
#week-2-mobile > table > tbody > tr:nth-child(6) > td ,
#week-1 > table > tbody > tr:nth-child(1) > td:first-child ,
#week-1 > table > tbody > tr:nth-child(5) > td:first-child ,
#week-2 > table > tbody > tr:nth-child(1) > td:first-child ,
#week-2 > table > tbody > tr:nth-child(5) > td:first-child {
	font-family : 'Helvetica LT';
	font-weight : 700;
	line-height : 72px;
	 background : #ffaa16;
	 text-align : center;
	  font-size : 58px;
			 margin : 0px;
			  color : #fff;
}
#week-2-mobile > table > tbody > tr:nth-child(1) > td ,
#week-2-mobile > table > tbody > tr:nth-child(6) > td ,
#week-2 > table > tbody > tr:nth-child(1) > td:first-child ,
#week-2 > table > tbody > tr:nth-child(5) > td:first-child {
	background : #0097c8;
}
#week-1-mobile > table > tbody > tr:nth-child(1) > td ,
#week-1-mobile > table > tbody > tr:nth-child(6) > td ,
#week-2-mobile > table > tbody > tr:nth-child(1) > td ,
#week-2-mobile > table > tbody > tr:nth-child(6) > td {
	font-size : 42px;
}





@media only screen and (min-width: 1px) {
	#week-1 ,
	#week-2 {
		display : none;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
	.header-widget{margin-right: 50px;}
	.signup-contents .signup-schedule-block h3 {font-size: 36px;}
	.signup-contents {padding: 120px 90px 80px;}
	.signup-contents h2 {font-size: 42px;}
	.signup-contents h3 {font-size: 40px;}
	.signup-contents h4 {font-size: 28px;margin-bottom: 10px;}
	.signup-contents p {font-size: 26px;}
	#sponsors ul li img {max-width: 315px;}
	footer p{font-size: 24px;}
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.header-widget{margin-right: 50px;}
	.signup-contents .signup-schedule-block h3 {font-size: 30px;}
	.signup-contents {padding: 120px 90px 80px;}
	.signup-contents h2 {font-size: 34px;}
	.signup-contents h3 {font-size: 34px;}
	.signup-contents h4 {font-size: 24px;margin-bottom: 10px;}
	.signup-contents p {font-size: 22px;}
/*	.signup-column{ height: 750px;}*/
	.signup-schedules { margin: 0 auto 20px;}
	.text-section .section-head { font-size: 54px;}
	.text-section p{font-size: 25px;}
	#sponsors ul li img {max-width: 275px;}
	#sbr-contents {padding: 70px 0 50px;}
	#rules{padding-bottom: 60px;}
	#rules .section-head{margin-top: 20px; font-size: 55px;}
	#rules p{font-size: 22px;}
	footer{padding: 30px 0;}
	footer p{font-size: 20px;}
	#signup-form{ padding: 70px 0 80px;}
	#signup-form-container { max-width: 1300px;}
	#signup-form form input[type="text"], 
	#signup-form form input[type="email"], 
	#signup-form form input[type="tel"],
	#signup-form form select{margin-right: 34px; font-size: 20px;}
	#signup-form form textarea{font-size: 20px;}
	#signup-form form input:nth-child(4){margin-right: 0;}
	#signup-form h2{ font-size: 50px; margin-bottom: 40px;}
	#signup-form form .statefoodworker-card p {font-size: 20px;}
	#signup-form form .statefoodworker-card label{font-size: 24px;}
	#signup-form form input[type="submit"]{ font-size: 35.5px;}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	header{height: 150px;}
	.logo img{max-width: 230px;}
	.header-widget{margin-right: 50px; height: 150px;}
	.header-widget h2, .header-widget h3{font-size: 24px;}
	.header-widget .event-date{font-size: 40px; padding: 15px 24px 15px 24px;}
	.signup-contents .signup-schedule-block h3 {font-size: 26px;}
	.signup-contents {padding: 120px 90px 80px;}
	.signup-contents h2 {font-size: 32px;}
	.signup-contents h3 {font-size: 30px;}
	.signup-contents h4 {font-size: 20px;margin-bottom: 10px;}
	.signup-contents p {font-size: 18px;}
/*	.signup-column{ height: 750px;}*/
	.signup-schedules { margin: 0 auto 20px;}
	.text-section .section-head { font-size: 54px;}
	.text-section p{font-size: 25px;}
	#sponsors ul li{margin: 0 30px;}
	#sponsors ul li img {max-width: 275px;}	
	#sbr-contents {padding: 70px 0 50px;}
	#rules{ padding-bottom: 50px; padding-top: 40px;}
	#rules .section-head{margin-top: 20px; font-size: 45px;}
	#rules p{font-size: 20px;}
	footer{padding: 30px 0;}
	footer p{font-size: 20px;}
	#signup-form{ padding: 70px 0 80px;}
	#signup-form-container { max-width: 1300px;}
	#signup-form form input[type="text"], 
	#signup-form form input[type="email"], 
	#signup-form form input[type="tel"],
	#signup-form form select{margin-right: 34px;font-size: 20px;}
	#signup-form form textarea{font-size: 20px;}
	#signup-form form input:nth-child(4){margin-right: 0;}
	#signup-form form .statefoodworker-card p {font-size: 20px;}
	#signup-form form .statefoodworker-card label{font-size: 24px;}
	#signup-form form input[type="submit"]{ font-size: 35.5px;}
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	header{height: 145px;}
	.logo img{max-width: 200px;}
	.header-widget{margin-right: 50px;height: 145px;}
	.header-widget h2, .header-widget h3{font-size: 24px;}
	.header-widget .event-date,
	.header-widget .event-date .jumper{font-size: 36px; padding: 15px 24px 15px 24px;}
	.signup-contents .signup-schedule-block h3 {font-size: 26px;}
	.signup-contents {padding: 90px 30px 40px;}
	/* #week-1, #week-2{background: #fff;}
	#signup-blocks-dark{ background: #242525;} */
	.signup-contents h2 {font-size: 28px;}
	.signup-contents h3 {font-size: 30px;}
	.signup-contents h4 {font-size: 18px;margin-bottom: 10px;}
	.signup-contents p {font-size: 18px;}
	.signup-column{ /*height: 700px; */background-size: 100% !important;}
	.signup-schedules { margin: 0 auto 20px;}
	.text-section .section-head { font-size: 54px;}
	.text-section p{font-size: 25px;}
	#sponsors{padding: 40px 0 35px;}
	#sponsors h2{font-size: 40px;}
	#sponsors ul li{margin: 0 30px;}
	#sponsors ul li img { max-width: 200px; max-height: 110px;}	
	#sbr-contents {padding: 70px 0 50px;}
	#rules{ padding-bottom: 50px; padding-top: 40px;}
	#rules .section-head{margin-top: 20px; font-size: 45px;}
	#rules p{font-size: 20px;}
	footer{padding: 30px 0;}
	footer p{font-size: 20px;}
	#signup-form{ padding: 70px 0 80px;}
	#signup-form-container { max-width: 95%;}
	#signup-form form input[type="text"], 
	#signup-form form input[type="email"], 
	#signup-form form input[type="tel"],
	#signup-form form select{margin-right: 2.6%;font-size: 20px;}
	#signup-form form textarea{font-size: 20px;}
	#signup-form form input:nth-child(4){margin-right: 0;}
	#signup-form form .statefoodworker-card p {font-size: 20px;}
	#signup-form form .statefoodworker-card label{font-size: 24px;}
	#signup-form form input[type="submit"]{ font-size: 35.5px;}	
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
	.container {max-width: 90%;}
	#sbr-contents {padding: 40px 0 30px;}
	.text-section .section-head {font-size: 45px;}
	.text-section p {font-size: 22px;line-height: 32px;}
	.signup-contents {padding: 60px 20px 20px;}
	.signup-column{ background-size: 100% !important;/* height: 600px;*/}
	.signup-contents h3 {font-size: 28px;}
	#signup-form {padding: 50px 0 60px;}
	#signup-form h2{ font-size: 50px; margin-bottom: 30px;}
}

@media only screen and (min-width: 1280px) and (max-width: 1700px) {	
	.signup-contents {padding: 140px 50px 100px;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	body img{max-width: 100%; height: auto;}
	.container{padding: 0 20px;}
	header{height: auto;padding-bottom: 15px;}
	.logo{ float: none; margin: 0px auto 20px; max-width: 150px;}
	.logo img{max-width: 150px;}
	.header-widget{ height: auto; margin: 0 auto; float: none;}
	.header-widget h2, .header-widget h3{font-size: 20px;}
	.header-widget .event-date{font-size: 30px; padding: 15px 24px 15px 24px;}
	.text-section .section-head{font-size: 38px; line-height: 50px;}
	.text-section p{font-size: 20px; line-height: 32px;}
	.signup-contents .signup-schedule-block h3 {font-size: 18px;}
	.signup-contents {padding: 70px 20px 70px;}
	.signup-contents h2 { font-size: 26px; margin-bottom: 15px;}
	.signup-contents h3 {font-size: 20px;}
	.signup-contents h4 {font-size: 18px;margin-bottom: 10px;}
	.signup-contents p {font-size: 16px;}
/*	.signup-column{ height: 635px;}*/
	.signup-schedules { margin: 0 auto 20px;}
	#sponsors ul li{ margin: 0 0; width: 48%;}
	#sponsors ul li img {max-width: 275px; max-height: 100px;}	
	#sbr-contents {padding: 50px 0 40px;}
	#rules{ padding-bottom: 50px; padding-top: 40px;}
	#rules .section-head{margin-top: 20px; font-size: 45px;}
	#rules p{font-size: 20px;}
	#iframe-1,#iframe-2{ background-size: 100%;}
	footer{padding: 30px 0;}
	footer p{font-size: 20px;}
	#signup-form{ padding: 50px 0 60px;}
	#signup-form-container { max-width: 95%;}
	#signup-form h2{ margin-bottom: 20px;font-size: 44px;}
	#signup-form form input[type="text"], 
	#signup-form form input[type="email"], 
	#signup-form form input[type="tel"],
	#signup-form form select{font-size: 18px; margin-right: 0px; width: 100%;margin-bottom: 20px;}
	#signup-form form textarea{font-size: 18px;}
	#signup-form form select{margin-right: 0; width: 100%;margin-bottom: 20px;}
	#signup-form form input:nth-child(2), 
	#signup-form form input:nth-child(4){margin-right: 0;}
	#signup-form form input[type="submit"]{font-size: 26px; line-height: 50px;}
	#week-1-mobile > h2, #week-2-mobile > h2 {font-size: 32px;padding: 24px 0px;}
	#week-1-mobile > table > tbody > tr:nth-child(1) > td, 
	#week-1-mobile > table > tbody > tr:nth-child(6) > td, 
	#week-2-mobile > table > tbody > tr:nth-child(1) > td, 
	#week-2-mobile > table > tbody > tr:nth-child(6) > td {font-size: 30px;line-height: 30px;}
}
@media only screen and (max-width: 767px) {
	body img{max-width: 100%; height: auto;}
	.container{padding: 0 20px;}
	header{height: auto;padding-bottom: 20px;}
	.logo{ float: none; margin: 0px auto 20px; max-width: 150px;}
	.logo img{max-width: 150px;}
	.header-widget{ height: auto; margin: 0 auto; float: none;}
	.header-widget h2{font-size: 20px;}
	.header-widget h3{font-size: 16px; margin-bottom: 10px;}
	.header-widget .event-date,
	.header-widget .event-date .jumper{font-size: 24px; padding: 15px 24px 15px 24px;}
	#hero .hero-col{padding-top: 150%; width: 100%; float: none;}
	.text-section .section-head{font-size: 24px; line-height: 34px;}
	.text-section p{ font-size: 20px; line-height: 32px;}
	.text-section .section-head{ font-size: 26px; line-height: 34px;}
	.text-section p{font-size: 20px; line-height: 32px;}
	.signup-contents .signup-schedule-block h3 {font-size: 18px;}
	.signup-contents {padding: 40px 10px 60px;}
	.signup-contents h2 { font-size: 26px; margin-bottom: 15px;}
	.signup-contents h3 {font-size: 20px;}
	.signup-contents h4 {font-size: 18px;margin-bottom: 10px;}
	.signup-contents p {font-size: 16px;}
	.signup-column{ /*height: 610px;*/ width: 100%; float: none;}
	.signup-schedules { margin: 0 auto 20px;}
	#sponsors ul li{ margin: 0 0; width: 100%; display: block;}
	#sponsors ul li img {max-width: 275px; max-height: 110px;}
	#sponsors h2{font-size: 32px;}	
	#sbr-contents {padding: 50px 0 40px;}
	#rules{ padding-bottom: 50px; padding-top: 40px;}
	#rules .section-head{margin-top: 0px; font-size: 45px;}
	#rules p{font-size: 20px;}
	#iframe-1,#iframe-2{ background-size: 100%;}
	footer{padding: 30px 0;}
	footer p{font-size: 16px;}
	#signup-form{ padding: 40px 0 40px;}
	#signup-form-container { max-width: 95%;}
	#signup-form h2{ margin-bottom: 20px;font-size: 34px;}
	#signup-form p{font-size: 20px;line-height: 32px;}
	#signup-form form .form-footnote {font-size: 16px;margin-bottom: 24px;line-height: 24px;}
	#signup-form form input[type="text"], 
	#signup-form form input[type="email"], 
	#signup-form form input[type="tel"]{ margin-right: 0; width: 100%; margin-bottom: 10px; font-size: 16px; float: none;}
	#signup-form form input:nth-child(2), 
	#signup-form form input:nth-child(4){margin-right: 0;}
	#signup-form form select{ margin-right: 0; width: 100%; margin-bottom: 10px; font-size: 16px; float: none;}
	#signup-form form textarea{margin-bottom: 10px;float: none;font-size: 16px;}
	#signup-form form  .statefoodworker-card{margin-bottom: 20px;}
	#signup-form form input[type="submit"]{font-size: 20px; line-height: 50px;}
	#week-1-mobile > h2, #week-2-mobile > h2 {font-size: 30px;padding: 22px 0px;}
	#week-1-mobile > table > tbody > tr:nth-child(1) > td, 
	#week-1-mobile > table > tbody > tr:nth-child(6) > td, 
	#week-2-mobile > table > tbody > tr:nth-child(1) > td, 
	#week-2-mobile > table > tbody > tr:nth-child(6) > td {font-size: 24px;line-height: 30px;}
	#week-1-mobile > table > tbody > tr > td, #week-2-mobile > table > tbody > tr > td {font-size: 18px;}
	#week-1 > table > tbody > tr > td, 
	#week-2 > table > tbody > tr > td, 
	#week-1-mobile > table > tbody > tr > td, 
	#week-2-mobile > table > tbody > tr > td{ padding: 14px 0px;}
	#signup-form form .statefoodworker-card p{ font-size: 18px; line-height: 26px;}
	#signup-form form .statefoodworker-card label{font-size: 20px;}
}
@media only screen and (max-width: 767px) {
	.header-widget h3 {font-size: 12px;}
	.signup-schedule-block{padding: 40px 10px;}
	.signup-contents h3 {font-size: 16px;}
	.signup-contents h4 {font-size: 16px;}
	.signup-contents p {font-size: 15px;}
	#leavethenest {padding: 100px 0;}
	#leavethenest .section-head{font-size: 36px;}
	#leavethenest.text-section p {font-size: 16px;line-height: 26px;}
/*	.signup-column {height: 500px;}*/
}
@media only screen and (max-width: 991px) {
	.signup-column{ width: 100%; float: none;}
}
@media only screen and (min-width: 992px) {
	#week-1-mobile > h2 , 
	#week-2-mobile > h2 {
		font-size : 28px;
		 padding : 15px 0px;
	}
	#week-1-mobile > table > tbody > tr:nth-child(1) > td , 
	#week-1-mobile > table > tbody > tr:nth-child(6) > td , 
	#week-2-mobile > table > tbody > tr:nth-child(1) > td , 
	#week-2-mobile > table > tbody > tr:nth-child(6) > td {
		line-height : 32px;
			font-size : 28px;
	}
	#week-1-mobile > table > tbody > tr > td , 
	#week-2-mobile > table > tbody > tr > td {
		line-height : 20px;
			font-size : 16px;
				padding : 10px 0px;
	}
}
@media only screen and (min-width: 1024px) {
	#week-1-mobile > h2 , 
	#week-2-mobile > h2 {
		padding : 18px 0px;
	}	
}
@media only screen and (min-width: 1200px) {
	#week-1-mobile , 
	#week-2-mobile {
		display : none;		
	}
	#week-1 , 
	#week-2 {
		display : block;		
	}	
	#week-1 > h2 , 
	#week-2 > h2 {
		font-size : 34px;
			padding : 20px 0px;
	}
	#week-1 > table > tbody > tr:nth-child(1) > td:first-child , 
	#week-1 > table > tbody > tr:nth-child(5) > td:first-child , 
	#week-2 > table > tbody > tr:nth-child(1) > td:first-child , 
	#week-2 > table > tbody > tr:nth-child(5) > td:first-child	{
		font-size : 40px;
	}
	#week-1 > table > tbody > tr > td , 
	#week-2 > table > tbody > tr > td {
		font-size : 22px;
			padding : 6px 0px;
	}
	#week-1 > table > tbody > tr > td > strong , 
	#week-2 > table > tbody > tr > td > strong {
		font-size : 22px;
	}
}
@media only screen and (min-width: 1280px) {
	#week-1 > h2 , 
	#week-2 > h2 {
		font-size : 58px;
			padding : 40px 0px;
	}
}
@media only screen and (min-width: 1367px) {
	#week-1 > h2 , 
	#week-2 > h2 {
		padding : 44px 0px;
	}
	#week-1 > table > tbody > tr:nth-child(1) > td:first-child , 
	#week-1 > table > tbody > tr:nth-child(5) > td:first-child , 
	#week-2 > table > tbody > tr:nth-child(1) > td:first-child , 
	#week-2 > table > tbody > tr:nth-child(5) > td:first-child	{
		font-size : 58px;
	}	
	#week-1 > table > tbody > tr > td , 
	#week-2 > table > tbody > tr > td {
		padding : 8px 0px;
	}	
}
@media only screen and (min-width: 1441px) {
	#week-1 > h2 , 
	#week-2 > h2 {
		padding : 48px 0px;
	}	
	#week-1 > table > tbody > tr > td , 
	#week-2 > table > tbody > tr > td {
		font-size : 33px;
		padding : 13px 0px;
	}	
	#week-1 > table > tbody > tr > td > strong , 
	#week-2 > table > tbody > tr > td > strong {
		font-size : 34px;
	}	
}
@media only screen and (min-width: 1601px) {
	#week-1 > h2 , 
	#week-2 > h2 {
		padding : 53px 0px;
	}	
	#week-1 > table > tbody > tr > td , 
	#week-2 > table > tbody > tr > td {
		padding : 15px 0px;
	}		
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	#week-1-mobile > table > tbody > tr > td, 
	#week-2-mobile > table > tbody > tr > td{padding: 7px 0px !important;}
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
	#week-1 > table > tbody > tr > td, 
	#week-2 > table > tbody > tr > td {font-size: 20px; padding: 3.2px 0px;}
	.signup-contents {padding: 90px 30px 49px;}
	#week-1 > h2, #week-2 > h2 {font-size: 34px;padding: 20px 0px;}
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
	.signup-contents {padding: 140px 50px 100px;}
}