 @charset "utf-8";
/* CSS Document */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: decimal; margin-left:20px;
}
li::after {
  content: "";
  width: 10px;
  display: inline-block;
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {text-decoration:none;
}

a:visited {
	color:#003;
}



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

}

body, html {
    height: 100%;
	
}
 
 



body:after{
	background-color:#FFF;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	.background {  
	background-color:#FFF;
}

 

.body {  

    height:100%;

    overflow: scroll;

    -webkit-overflow-scrolling: touch;

}}


 
 .main_h {
  position: fixed;
  top: 0px;
  max-height: 120px;
  z-index: 999;
  width: 100%;
  padding-top: 10px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: 'antipastoregular', sans-serif;
  
}



.button{
	max-width:550px;
	height:auto;
	padding:15px;
	margin-top:40px;
	margin-bottom:40px;
	background-color:#FFF;
	font-family: 'antipastoregular', sans-serif;
	font-size:22px;
	border-radius:10px;
	color:#db8828;

	
}
	
.button:hover {
	max-width:550px;
	height:auto;
	padding:15px;
	margin-top:40px;
	margin-bottom:40px;
	background-color:#CCC;
	font-family: 'antipastoregular', sans-serif;
	font-size:22px;
	border-radius:10px;
	color:#FFF;

	
}
	







@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 15px;
  }
}

.open-nav {
  max-height: 400px !important;
 
  
  
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
   
}

.sticky {
  background-color: #FFF;
  opacity: 1;
  top: 0px;
  border-bottom: 5px solid;
  border-color: #db8828;
  
 
}

.logo {
  width: 240px;
  font-size: 0px;
  color: #333;
  float: left;
  display: block;
  margin-top: 0px;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  float: right;
  width: 60%;
  margin-top:40px;
  
}



@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
  
}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #333;
  text-transform: uppercase;
  font-size: 20px;
}

nav ul a {
  color: #333;
  text-transform: uppercase;
  font-size: 20px;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  margin-top:15px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.row {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}



* {
  box-sizing: border-box;
}

body {
  color: #8f8f8f;
  background: white;
    font-family: 'antipastoregular', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 30px;
  line-height: auto;
  font-family: 'antipastoregular', sans-serif;
  color:#FFF;
}


h2 {
  font-size: 30px;
  line-height: auto;
  font-family: 'antipastoregular', sans-serif;
  color:#db8828;
}

p {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.2;
  font-family: 'antipastoregular', sans-serif;
}


@media only screen and (max-width: 766px) {
	h1 {
  font-size: 28px;
  line-height: auto;
  font-family: 'antipastoregular', sans-serif;

}

p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: auto;
  font-family: 'antipastoregular', sans-serif;
  text-align:center;
}
}

.content {
  padding: 118px 0% 40px;
  color:#666; 
  text-align:center;
}



.content-text {
	background-color:#db8828;
	padding: 25px 5% 14px;
	color:#FFF;
	
}

.content-text-white {
	background-color:#FFF;
	padding: 0px 5% 0px;
	color:#666;
	font-size:20px;
	
}


.content-schedule {
	background-color:#db8828;
	padding: 25px 5% 25px;
	color:#FFF;
	margin-top:20px;

	font-size:16px;
	
}




.content-range {
	background-color:#FFF;
	padding: 0px 0% 0px;
	color:#666;
	font-size:20px;
}



.footer {
	background-color:#CCC;
	padding: 25px 5% 100px;
	color:#333;
	margin-top:20px;
	font-size:16px;
	width:100%;
	text-align:center;
	
}

.footer-logo {
	width:100%;
	max-width:300px;
	color:#FFF;
	margin-top:20px;
	margin-bottom:40px;
	font-size:16px;
	width:100%;
	
}



.grid {
	width:100%;
	height:auto;
	overflow:auto;
	margin-top:0px;
	line-height:1.2;
	padding: 0px 2% 0px;
	font-size:20px;

	
}

.left {
	width:33%;
	height:auto;
	float:left;
	padding: 14px 0px 0px;

}

.right {
	width:67%;
	height:auto;
	float:left;
	text-align:left;
	padding: 0px 4% 0px;
	color:#666;
	font-family: 'antipastoregular', sans-serif;
	
	
}

.left-larger {
	width:60%;
	height:auto;
	float:left;
	padding: 0px 1% 0px;

}

.right-smaller {
	width:40%;
	height:auto;
	float:left;
	padding: 0px 2% 0px;
	color:#666;
	font-family: 'antipastoregular', sans-serif;
	
	
}



.legalslogo{
	max-width:200px;
}



@media only screen and (max-width: 766px) {
	
	.legalslogo{
	max-width:300px;
}

	



.left {
	width:100%;
	height:auto;
	float:left;
	padding: 14px 1% 0px;

}

.right {
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	padding: 0px 4% 0px;
	color:#666;
	font-family: 'antipastoregular', sans-serif;
	
	
}

.left-larger {
	width:100%;
	height:auto;
	float:left;
	padding: 20px 1% 0px;

}

.right-smaller {
	width:100%;
	height:auto;
	float:left;
	padding: 0px 2% 0px;
color:#666;
	font-family: 'antipastoregular', sans-serif;
	
	
}




}




.flex-container {
  display: flex;
  background-color: DodgerBlue;
  font-family: 'antipastoregular', sans-serif;
}

.flex-container > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  
}






.logobox{
	width:12%;
	margin-top:10px;
	height:auto;
}

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


.logobox{
	width:30%;
	height:auto;
	margin-top:20px;
}

}



	


.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #e8f380;
  position: absolute;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #e8f380;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

sup { 
    vertical-align: super;
    font-size: smaller;
	vertical-align: baseline;
   position: relative;
   z-index:1;
   top: -0.4em;
}
