/* CSS Document */
	@font-face {
	    font-family: 'BEYNO2';
	    src: url('fonts/BEYNO2.eot');
	    src: url('fonts/BEYNO2.eot?#iefix') format('embedded-opentype'),
	         url('fonts/BEYNO2.woff2') format('woff2'),
	         url('fonts/BEYNO2.woff') format('woff'),
	         url('fonts/BEYNO2.ttf')  format('truetype'),
	         url('fonts/BEYNO2.svg#BEYNO2') format('svg');
	}
	@font-face {
	    font-family: 'Source Sans Pro';
	    src: url('fonts/SourceSansPro-Regular.eot');
	    src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
	         url('fonts/SourceSansPro-Regular.woff2') format('woff2'),
	         url('fonts/SourceSansPro-Regular.woff') format('woff'),
	         url('fonts/SourceSansPro-Regular.ttf')  format('truetype'),
	         url('fonts/SourceSansPro-Regular.svg#Source Sans Pro') format('svg');
	}
* {
	margin:0;
	padding:0;
}

#wrap{
   width:100%;
   height:100%;
}

.wrapper {
	padding-left: 2%;
	padding-right: 2%;
}

.race-photo {
	display: none;
}

#prizeDisclaimer {
	font-size: 0.875rem;
}

/*--- fixed img ---*/
/*html {
background: url(img/lake-water.jpg) no-repeat center center fixed;
background-size: cover;
height: 100%;
overflow: hidden;
}
body
{
background: linear-gradient(rgba(222, 210, 193, 0.8), rgba(222, 210, 193, 0));
height:100%;
overflow: scroll;
-webkit-overflow-scrolling: touch;
}*/
body {
/*    	background: url(https://boulderjct.org/contests/2019/forest-frenzy/img/FFbg.jpg) no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;*/
/*  	background: -webkit-gradient(linear, left top, right bottom, from(#184261) , to(#409F80)) !important;
    background: -o-linear-gradient(top left, #184261 , #409F80) !important;
    background: linear-gradient(to bottom right, #184261 , #409F80) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184261', endColorstr='#409F80',GradientType=0 );*/
    background-color: #577b95;
}
/*--- end -> fixed img ---*/


/*--- not fixed img ---*/
  /* body {
      background: url(images/bkg3.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      font-family: 'Montserrat', Helvetica, Arial, sans-serif;
      width: 100%;
      background-size: cover;
    } */
/*--- end -> not fixed img ---*/


/*--- repeat img no cover ---*/
/*  body {
   background: url(images/bkg3.jpg);
   background: #F2D89C url("img/pattern.png") repeat;
  	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  	width: 100%;
  } */
/*--- end -> repeat img no cover ---*/

/*--- solid color ---*/
/* body {
	background-color: #a9a08f;
} */
/*--- end -> solid color---*/

/* header */
div.ribbon {
	/*background-color: #252d3a;*/
	margin: 0 auto;
	text-align: center;
	z-index: 99;
	/* padding-left: 15px; */
	padding-top: 15px;
	width: 50%;
}

/* middleton only */
/*div.ribbon {
    padding-bottom: 0px;
    height: 75px;
    position: relative;
    width: 100%;
}*/
/* /middleton only */

h1 {
	color: #324755;
	font-family: 'BEYNO2', Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 45px;
    word-spacing: -3px;

    text-transform: lowercase;
}
h2 {
	color: #324755;
	font-family: 'BEYNO2', Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 35px;
    word-spacing: -3px;

    text-transform: lowercase;
}
h3 {
	color: #ffffff;
	font-family: 'BEYNO2', Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 30px;
    word-spacing: -3px;

    text-transform: lowercase;
}
span.num {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
}
h4 {
	color: #324755;
	font-family: 'BEYNO2', Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 25px;
    word-spacing: -3px;

    text-transform: lowercase;
}
p {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 13px;
}

 a {
	color: #f8994e;
	/*text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);*/
	text-decoration: inherit;
	font-weight: bold;
}

ul, li {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.4;
	color: #252d3a;
  	margin-left: 20px;
  	font-weight: 100;
}

#home ul li{
	/* color: #074D7B; */
}


#subtitle{
	text-indent: -9999em;
	height: 0;
}

#overlay{
	/*padding-top: 50px;*/
     /*background-image: linear-gradient(to bottom, rgba(255,255,255,0.65), rgba(255,255,255,0));  */
     /*background-color: rgba(116, 106, 93, 0.5);*/
}

/* middleton only */
/*  #overlay{
  	padding-top: 50px;
  }*/
/* /middleton only */

.wrapper {
	max-width:1000px;
	margin:0 auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom: 30px;
}

#top-bar{
	text-align: center;
}

#branding {
	background-color: rgba(0,0,0,0.3);
	padding: 20px 0;
	/* box-shadow: 0 5px 23px #BBBBBB; */
}

#branding h1 {
	display: inline-block;
	width:100%;
	max-width: 320px;
	height:75px;
	text-indent:-9999em;
	background-size: contain;
}


#top-bar{
	text-align: left;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5%;
}
#content {
	/*margin-top: -67px;*/
}
#brand {
	background-color: #323232;
}
#giveaway > img{
	max-width: 100%;
}

#giveaway{
	text-align: center;
}

#content:after{
	clear: both;
	display: table;
	content: "";
}

.logo {
    margin: 0 auto;
    text-align: center;
    /*margin-right: 14vw;*/
    /*max-width: 900px;*/
	/*width: 95%;*/
	width: 50%;
    display: block;
    height: 350px;
    overflow: auto;
}

.logoimg{
	width: 90%;
	/*filter: drop-shadow(4px 4px 4px rgba(255,255,255,0.9));*/
	float: left;
}
.logoimg2 {
	width: 300px;
	color: #ffffff;
	float: left;
}
.logoimg2 a h4 {
	color: #ffffff !important;
	text-decoration: underline !important;
}
.logoimg2 img {
	width: 300px;
}
.logoimg2b {
		display: none;
	}
.logoimg:hover {
 /* filter: drop-shadow(4px 4px 4px rgba(131,47,56,0.5));*/
}

#logo img {
	max-height: 100%;
	width: 100%;
	max-width: 295px;
	/*background-color: #252d3a;*/
	padding: 10px 10px 10px 0px;
	border-radius: 10px;
}

#logo img:hover {
  /*filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));*/
}

#bikegif {
	width: 100vw;

}

#bikegif img {
	margin-top: -80px;
    margin-bottom: -50px;
}

article {
	margin:0 0 30px;
	padding:30px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color: #ffffff;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,.5);
	-moz-box-shadow:0 0 15px rgba(0,0,0,.5);
	box-shadow:0 0 15px rgba(0,0,0,.5);
	border-radius: 10px;
;
}

article#home {
	padding:20px;
	float:left;
	margin-bottom: 50px;
	background-color: rgba(0,0,0,0) !important;
	box-shadow: unset !important;
	width: 48%;
	z-index: 2;
	position: relative;
	clear: both;
}
/*article p {
	  color: #fff;
}*/

article#home2{
	width: 100%;
	padding: 20px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article#home3, article#home2 {
  padding:2%;
  box-sizing: border-box;
  background: #dc8047 !important;
  /*box-shadow: 16px 17px 17px rgba(0,0,0,0.5);*/
  box-shadow: unset !important;
  float:left;
  margin-bottom:50px;
}


article#home3 p, article#home3 ul, article#home3 ul li, article#home2 p, article#home2 ul, article#home2 ul li {
  color: #ffffff;
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
}
article#home3 h1,
article#home2 h1{
	text-align: left;
	margin-bottom:10px;
}

article#home a {
	color: #d55548 !important; 
	font-weight: bold !important;
}

article#home a:hover,
#entry-form a:hover {
	text-decoration: underline;

}

article#home3 a,
article#home2 a {
	/* text-shadow: none !important; */
	 color: #66382d; 
	 font-weight: bold; 
	text-decoration: underline;
	/*  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */

}

article#home3 a:hover, article#home2 a:hover {
	/*color: rgba(254,192,29,0.6);*/
/*	font-weight: bold;
	text-decoration: none;*/
}

article#home2 {
  display:none;
}

article#home3 {
  display: block;
}

#home p{
	/* font-size: 1.2rem; */
	/*text-shadow: 0 0 6px #000;*/
}

#entry-form {
	width:48%;
	float:right;
	padding:20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background: #ffffff;
	/*box-shadow:16px 17px 17px rgba(0,0,0,0.5);*/
	z-index: 2;
	position: relative;
	border-radius: 10px;
}
#entry-form h1,
#entry-form h2,
#entry-form h3,
#entry-form h4 {
	color: #304556;
}

.beforeFootribbon{

}
#beforeFootimg {
	width: 100%;
	margin-bottom: -4px;
}

footer,#footer {
	width: 100%;
	background-color: #323232;
	height: auto;
	min-height: 100px;
	margin: 0;
	padding: 10px 20PX;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	/*box-shadow: 0 0 10px #000;*/
}
footer a {
	font-weight: inherit;
	letter-spacing: 1px;
}
.ruleAndPolicyLink{
	color: #fff !important;
/*  font-family: 'peenu', Helvetica, Arial, sans-serif !important;
  font-size: 16pt !important;*/
	text-decoration: none;
}
/*for the ruleAndPolicyLink: |*/
span.seperator{
	padding: 0 10px;
	color: #bbb8a9;
}

footer a, #footer a {
	color:#ffffff;
	/*font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;*/
		/*text-decoration: none;*/
}

footer a:hover, #footer a:hover {
	text-decoration:underline;
}

footer p {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size:20px;
	margin-top:20px;
	color:#fff;
}

footer img {
    height: 50px;
    width: auto;
}

.button {
    text-align:center;
    margin:35px 0 25px;
}
.button a {
	display: inline-block;
	font-family:'BEYNO2', Helvetica, Arial, sans-serif;
/*    background-color: #66382d !important;
*/    padding: 10px 15px 3px;
    color: #323232 !important;
    text-decoration:none !important;
    /* text-transform:uppercase; */
    font-size:35px;
    font-weight:100 !important;
    /* text-shadow:-1px -1px 0 rgba(0,0,0,.25); */
	/* box-shadow:0px 1px 5px rgba(0,0,0,.5); */
	 border: 3px solid #323232; 

	 text-transform: lowercase;
}

.button a:hover {
	color: #ffffff !important;
   box-shadow:none;
/*    background-color: #252d3a !important; */
	text-decoration:none !important;
	/*border-radius: 0px 25px 0px 0px;*/
	background-color: #f8994e !important;
}

.clearfix {
	clear:both;
}

#giveaway{
	margin: 0 0 20px 0;
	margin-top: 50px;
}

#home #giveaway{
	margin: 0;
}

/* .submit {
	background: #7f9160 !important;
} */

/* --- touch screen background fix --- */
   #mobilepic {
     display: none;
   }

   .touch header {
     position: relative;
     z-index: 2;
   }

   .touch body {
      /*background: none !important;*/
      position: relative;
      z-index: 2;
    }

    .touch #mobilepic {
      background-color: #5b2a06 url(img/2013-09-01_14.07.16_result.jpg) fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
      display: block;
      height: 100vh;
      width: 100vw;
      left: 0;
      top: 0;
      position: fixed;
      z-index: -1;
      background-repeat: no-repeat;
      background-attachment: scroll;
    }

    .touch footer {
      position: relative;
      z-index: 2;
    }
/* --- end touch screen background fix --- */



/* This element defines the size the iframe will take.
    In this example we want to have a ratio of 25:14 */
 .aspect-ratio {
   position: relative;
   width: 100%;
   height: 0;
   padding-bottom: 56%; /* The height of the item will now be 56% of the width. */
   /*margin-top: -20px;*/ /*added this for the photo on the index to line-up with the top of the entry-from*/
 }

 /* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
 .aspect-ratio iframe {
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
 }
/*--- -> end ifame screen background fix --- */


article.rules, article.policy, article.closing, article.thanks {
  margin-bottom: 50px;
}

article.rules h2, article.policy h2, article.closing h2, article.thanks h2, article.rules h3, article.policy h3 {
	/*text-transform: capitalize;*/
  color: #2f363d;
  }

  article.rules h2, article.policy h2, article.closing h2, article.thanks h2 {
  	text-align: center;
  }

/* article.rules p, article.policy p, article.closing p, article.thanks p {
  color: #fff;
}*/

article.rules a, article.policy a, article.closing a, article.thanks a   {
 /* color: #183636;*/
  /*text-decoration: none;*/
}

article.rules a:hover, article.policy a:hover, article.closing a:hover, article.thanks a:hover {
  text-decoration: underline;
}

.rules ul, .policy ul, .closing ul, .thanks ul{
padding-left: 20px;
}

.rules ul li, .policy ul li, .closing ul li, .thanks ul li {
margin-bottom: 5px !important;
color: #183636 !important;
}
.rules p, .policy p, .closing p, .thanks p {
color: #183636 !important;
}
.closing ul li:first-child, .thanks ul li:first-child  {
margin-top: -10px !important;
}




@media screen and (max-width:600px) {
	body {
    /* background: url(img/porFallBgM3.png) no-repeat fixed;
    background-color: #37474f; */
}
	.aspect-ratio {
		margin-top: 20px !important;
	}
	article#home,#home3,
	#entry-form {
		width:100%;
		float:none;
		margin:0;
		margin-bottom: 50px;
	}

	#overlay, #branding{
		-webkit-transition: background-color 0.5s ease;
		-moz-transition: background-color 0.5s ease;
		transition: background-color 0.5s ease;
	}


	/*.ribbon img {
		width:225px;
	}*/

	/* div.ribbon {
    height: 50px;
	} */

  article#home2 {
    display:block;
  }

  article#home3 {
    display: none;
  }

}

/* --- index page styles --- */
#home3 {
  box-shadow:none;
  padding:0 0 50px 0;
  width:48%;
  float:left;
}

 #youtube {
	height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:600px) {

  #home3 {
    width:100%;
    float:none;
    margin:0;
    margin-bottom: 50px;
    }
  }

	/* Social Share Section */
	.ssbp-list {
	  list-style: none;
	  display: inline-block;
	  vertical-align: middle;
	  margin: 0 auto;
	  padding: 0;
	}

	.ssbp-list {
	  display: table;
	  table-layout: fixed;
	  width: auto;
	}

	.ssbp-list li {
	  display: inline-block !important;
	  margin: 0 0 !important;
	  display: table-cell !important;
	  width: auto;
	  height: auto;
	}

	.ssbp-btn:hover, .ssbp-btn:focus, .ssbp-btn:active, .ssbp-btn:visited {
	    z-index: 10;
	    color: #fff;
	}

	.ssbp-btn {
	  display: block;
	  width: auto;
	  color: white !important;
	}

	.ssbp-btn:hover, .ssbp-btn:focus, .ssbp-btn:active, .ssbp-btn:visited {
	  z-index: 10;
	  color: #fff;
	}

	.ssbp-facebook {
	  background-color: rgba(59, 89, 152, .75)
	}

	.ssbp-twitter {
	  background-color: rgba(0, 169, 241, .75);
	}

	.ssbp-email {
	  background-color: rgba(95, 95, 95, .75);
	}

	.ssbp-btn {
	  width: auto;
	  padding: 0 10px;
	  height: 2em;
	  line-height: 2em;
	  position: relative;
	  color: #fff;
	  font-weight: normal;
	  -webkit-transition: .25s;
	  transition: .25s;
	  border-bottom: 0;
	  margin-right: 5px;
	}

	.ssbp-btn {
	  display: inline-block;
	  text-align: center;
	  text-decoration: none;
	  font-family: sans-serif;
	}

	.ssbp-btn {
	  border-radius: 5px !important;
	}

	.ssbp-wrap *, .ssbp-wrap *:before, .ssbp-wrap *:after {
	  box-sizing: border-box;
	}

	.stext {
	display: inline-block;
	}

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

	 	  .demo-icon {
	    font-family: "fontello";
	    font-style: normal;
	    font-weight: normal;
	    speak: none;

	    display: inline-block;
	    text-decoration: inherit;
	    width: 1em;
	    margin-right: .2em;
	    text-align: center;
	    /* opacity: .8; */

	    /* For safety - reset parent styles, that can break glyph codes*/
	    font-variant: normal;
	    text-transform: none;

	    /* fix buttons height, for twitter bootstrap */
	    line-height: 1em;

	    /* Animation center compensation - margins should be symmetric */
	    /* remove if not needed */
	    margin-left: .2em;

	    /* You can be more comfortable with increased icons size */
	    /* font-size: 120%; */

	    /* Font smoothing. That was taken from TWBS */
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;

	    /* Uncomment for 3D effect */
	    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
	  }

	  .icon-facebook:before {
	    content: "" !important;
	  }
/*	  #youtube {
	  	display: flex !important;
	  }*/

	  @media screen and (max-width: 640px) {

	  	body {
	  		background-image: none;
	  	}

	  	#overlay {
	  		/*background-color: #a9a08f;*/
	  	}

	  	.race-photo {
	  		display: inline-block;
	  		max-width: 100%;
	  	}

	    .ssbp-list {
	      margin: 0 auto !important;
	    }

	    .ssbp-btn {
	      width: 75px;
	    }

	    .stext {
	      display: none;
	    }
	  }
	/* End Social Share Section */
@media screen and (max-width: 480px) {
	
	body {
		background-size: cover;
		/*background-attachment: scroll;*/
		height:100%;
  		overflow: auto;
	}

}

/* Print thank you page */
  @media print {
    footer {display:none;}
    ul.ssbp-list {display:none;}
    #thanks p {font-size:14px; color:#000000;}
    h2 {font-size:20px; color:#000000;}
    .logoimg {width:40%;}
}
/* End --> Print thank you page */

/*This is for fonts without punctuation characters*/
.punct {
/*	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 25px;
    font-style: italic;*/
}

@-ms-viewport{
  width: device-width;
} 

@media screen and (max-width: 720px) {

.logo {
	margin-bottom: 30px;
	padding-top: 0;
}
article#home, #home3, #entry-form {
	margin-bottom: 20px !important;
}

	.ribbon a{
		display: block;
	}
}
.cap {
	display: block;
    width: 100vw;
    background: rgba(0,0,0,.5);
    position: absolute;
    color: #ffffff;
    bottom: 0;
    z-index: 1000;
    margin: 0 auto;
    font-size: 20px;
}
.captext {
	text-align: center;
	margin: 10px auto;
    max-width: 80%;
}

@media screen and (max-width: 500px) {
	.logo {
		width: 80%;
	}
	.logoimg2 {
		display: none;
	}
	.logoimg2b {
		display: block;
	}
	.logoimg,.logoimg2b img{
		width: 80% !important;
		text-align: center;
	    margin: 0 auto;
	    float: none; 
	}
	.toplogo {
		margin-bottom: 0 !important;
	}
}
.ulsent {
	color: #ffffff;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 100;
    margin-top: 10px;
    display: block;
}
.logosliderwrap {
    width: 100%;
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    min-height: 350px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.toplogo {
	float:left;	
	position: relative;
}
#owl-example { 
    display: block;
    width: 50%;
    height: 100%;
    float:left;
    min-height: 350px
}
.item {
    /*background-color: gray;*/
    min-height: 350px;
    position: relative;
    overflow: hidden;
}
.logoimg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
video {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	min-width: 100%;
	min-height: 100%;
	/* width: auto; | if fullscreen background */
	width: 100%;
	height: auto;
	z-index: -100;
}
@media screen and (max-width: 1000px) {
	.logosliderwrap {
	    width: 95%;
	}
}
@media screen and (max-width: 786px) {
	.toplogo, #owl-example {
		float: none;
		width: 100%;
	}
	.logoimg {
		width: 80%;
		position: relative;
		top: inherit;
		top: unset;
		left: inherit;
		left: unset;
		transform: inherit;
		transform: unset;
		float: inherit;
		float: unset;
		margin: 0 auto;
	}
	.toplogo {
		height: auto;
		margin-bottom: 0;
	}
	.logosliderwrap {
    	margin-bottom: 0;
   	    margin-top: 10px;
	}

	.item {
		min-height: inherit;
		min-height: unset;
		height: auto;
	   padding-top: 65%;
	   /* margin-top: 10px;*/
	}
	#owl-example {
		min-height: inherit;
		min-height: unset;
	}

}



