
html {
	height: 100%;
}
body {
	background-color: #FFFFFF;
	background-image:url(images/bg.jpg);
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 15px !important;
	font-weight:400;
	line-height:1.3em;
	letter-spacing:0.025em;
	height: 100%;
	color: #000000;
}
a {
text-decoration: none;
font-weight:600;
color:#eb0000;
-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}
a:hover {
text-decoration: none;
color:#000000;
	}
a:visited {
text-decoration: none;
color:#eb0000;
	}
a:active {
text-decoration: none;
color:#000000;
	}
h1, h2 {
	font-family: 'Boogaloo', cursive;
	font-size: 1.125em;
	line-height:1.1em;
	font-weight:400;
	margin: 0;
	padding: 0;
	color: #eb0000;
	text-transform:uppercase;
	}
h3 {
	font-family: 'Boogaloo', cursive;
	font-size: 1.125em;
	font-weight:400;
	margin: 0;
	padding: 0;
	color: #eb0000;
}
h4 {
	font-family: 'Boogaloo', cursive;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	color: #eb0000;
}
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width: 100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluid-1-2-column {
	flex: none;
	width: 100%;
	padding-left:0%;
	padding-right:0%;
	padding-bottom:40px;
	float: left;
	display: block;
	position: relative;
	margin: 0 0 0 0;
	z-index:779;
	}

.fluid-1-2-column.tab1 {
	
	padding:50px 0;
	background-color:#D90000;
	background-image:url(images/tab-bg.jpg);
	}
.fluid-1-2-column.tab1 img {display:none; position:absolute; top:-70px; margin:0 auto; right:0; left:0;}
.fluid-1-2-column.tab2 img {display:none; position:absolute; top:-70px; margin:0 auto; right:0; left:0;}
.fluid-1-2-column.tab1 a {background-color:#FFFFFF; font-size:25px; line-height:25px; padding:7px 0; color:#D90000; display:block; width:80%; margin:0 auto;}
	
.fluid-1-2-column.tab1 h1 {
	font-size: 25px;
	color:#FFFFFF;
	margin:0 0 30px 0;
	font-family: 'Boogaloo', cursive;
	}

.fluid-1-2-column.tab2 {
	padding:50px 0;
	background-color:#FFFFFF;
	}
.fluid-1-2-column.tab2 a {background-color:#D90000; font-size:25px; line-height:25px; padding:7px 0; color:#FFFFFF; display:block; width:80%; margin:0 auto;}

.fluid-1-2-column.tab2 h1 {
	font-size: 25px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight:700;
	color:#D90000;
	margin:0 0 30px 0;
	}


.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}
header#header-outer-container {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd0000+0,ff0000+21 */
background: rgb(189,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(189,0,0,1) 0%, rgba(255,0,0,1) 21%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(189,0,0,1) 0%,rgba(255,0,0,1) 21%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(189,0,0,1) 0%,rgba(255,0,0,1) 21%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
	
-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.55);
-moz-box-shadow:    0px 2px 7px 0px rgba(0, 0, 0, 0.55);
box-shadow:         0px 2px 7px 0px rgba(0, 0, 0, 0.55);
	width: 100%;
	height:90px;
	position:fixed;
	z-index:2999;
	
	}
#header-inner-container {
	width: 100%;
	height:90px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index:2000;
}

#header-right-content-container {
	font-family: 'Boogaloo', cursive;
	text-align:left;
	left:50%;
	margin-left:55px;
	top:35px;
	letter-spacing:0em;
	font-size:16px;
	color:#000000;
	text-transform:uppercase;
	line-height: 1em;
	position: absolute;
	z-index:2000;
}


#header-left-content-container {
	font-family: 'Boogaloo', cursive;
	text-align:left;
	right:50%;
	margin-right:55px;
	top:30px;
	letter-spacing:0em;
	font-size:16px;
	color:#FFFFFF;
	text-transform:uppercase;
	line-height: 1em;
	position: absolute;
	z-index:2000;
}
#header-left-content-container a {color:#000000; font-weight:400; text-shadow: 1px 1px 0px rgba(253, 80, 80, 1);}
#header-left-content-container a:hover {color:#ffffff;}


#header-right-content-container .fa {
	display: inline;
	margin-left: 5px;
	color: #000000;
	transition: color 0.2s ease-out 0s, background 1s ease-in 0s;
	font-size: 20px !important;
}
#header-right-content-container .fa:hover {
	color: #FFFFFF;
	text-decoration:none;
}

#header-padding-fix {padding-top:90px; margin:0;}

#header-logo-container {
    position: absolute;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	right:0px;
	left: 0px;
	top:6px;
	z-index:1999;
	
	}
#header-logo-container img {width:110px; height:auto;}


#slider-outer-container {
	background-image:url(images/slider-bg.jpg);
	margin-top:0px;
	width: 100%;
	background-color:#FFFFFF;
	padding-top:0px;
	padding-bottom: 0px;
	position:relative;
	}
#slider-inner-container {
	width: 100%;
	background-color: rgba(191, 32, 47, 1);
	margin-left: auto;
	margin-right: auto;
}


#content-outer-container {
	width: 100%;
	min-height: 200px;
	border-bottom:10px #cccccc solid;
	}
#content-inner-container {
	width: 92%;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

#content-inner-container h1 {text-align:center; margin-bottom:15px;}

#bottomtabs-outer-container {
	width: 100%;
	position:relative;
	 z-index:999;
	 padding: 0 0 0 0;
      }

#bottomtabs-inner-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-left: 0%;
	padding-right: 0%;
	min-height: 200px;
	display: block;
	justify-content: space-between;
	position:relative;
}


@media only screen and (min-width: 1000px) {
	
	.fluid-1-2-column.tab1 img {display:block;}
	.fluid-1-2-column.tab2 img {display:block;}
	
	body {
	font-size: 18px !important;
	line-height:1.6em;
	
}
	
	h1, h2 {
	font-family: 'Boogaloo', cursive;
	font-size: 1.765em;
	line-height:1.1em;
	font-weight:400;
	margin: 0;
	padding: 0;
	color: #eb0000;
	text-transform:uppercase;
	}
	
.gridContainer {
	width: 100%;
	height: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
header#header-outer-container {
	width: 100%;
	height:100px;
	}

	
#header-inner-container {
	width: 96%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


#header-padding-fix {padding-top:100px; margin:0;}

#header-logo-container {top:8px;}
#header-logo-container img {width:180px; height:auto;}

#header-left-content-container {margin-right:140px; font-size:30px; top:24px; line-height:26px; letter-spacing:0em;}
#header-right-content-container {margin-left:140px; font-size:26px; top:37px; letter-spacing:0em;}

#header-right-content-container .fa {
	display: inline;
	margin-left: 20px;
	color: #000000;
	transition: color 0.2s ease-out 0s, background 1s ease-in 0s;
	font-size: 26px !important;
}
#header-right-content-container .fa:hover {
	color: #FFFFFF;
	text-decoration:none;
}

#slider-outer-container {
	margin-top:0px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	position:relative;
}
#slider-inner-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#content-outer-container {
	width: 100%;
	min-height: 200px;
	border-bottom:16px #cccccc solid;
	}
#content-inner-container {
	width: 95%;
	padding-top: 50px;
	padding-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	}
#content-inner-container h1 {text-align:center; margin-bottom:35px;}

#bottomtabs-outer-container {
	
	width: 100%;
	}
#bottomtabs-inner-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0%;
	padding-right: 0%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: space-between;
	z-index:990;
}
#bottomtabs-inner-container div:first-child {margin-left:0;}

#stars-container {width:142px; height:200px; background-image:url(images/stars-bg.png); position:absolute; top:0; z-index:999; text-align:center;
	margin-left:auto;
	margin-right:auto;
	right:0px;
	left: 0px;}

.fluid-1-2-column {
	background-image:none;
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	padding-left:20px;
	padding-right:20px;
	min-height: 50px;
	float: left;
	display: block;
	position: relative;
	margin: 0 0 0 0;
	}
	.fluid-1-2-column.tab1 {
	
	padding:50px 0;
	}
	
.fluid-1-2-column.tab1 a {font-size:35px; line-height:35px; padding:10px 0; width:80%;}
	
.fluid-1-2-column.tab1 h1 {
	font-size: 35px;
	margin:0 0 40px 0;
	}

.fluid-1-2-column.tab2 {
	padding:50px 0;
	}
.fluid-1-2-column.tab2 a {font-size:35px; line-height:35px; padding:10px 0; width:80%;}

.fluid-1-2-column.tab2 h1 {
	font-size: 35px;
	margin:0 0 40px 0;
	}


	
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1232px) {
.gridContainer {
	width: 100%;
	height: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
}
#header-padding-fix {padding-top:133px; margin:0;}
header#header-outer-container {
	width: 100%;
	height:133px;
	}
#header-inner-container {
	width: 1170px;
	height: 133px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header-logo-container {top:3px;}
#header-logo-container img {width:220px; height:auto;}
.smaller #header-logo-container img {width:220px; height:auto;}

#header-left-content-container {margin-right:240px; font-size:36px; top:35px; line-height:30px; letter-spacing:0em;}
#header-right-content-container {margin-left:240px; font-size:22px; top:50px; letter-spacing:0em;}

#header-right-content-container .fa {
	font-size: 30px !important;
}
	
#slider-outer-container {
	margin-top:0px;
	width: 100%;
	max-height:474px;
	padding-top: 0px;
	padding-bottom: 0px;
	position:relative;
}
#slider-inner-container {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}


#content-outer-container {
	width: 100%;
	min-height: 200px;
	}
#content-inner-container {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

#bottomtabs-outer-container {
	width: 100%;
	}
#bottomtabs-inner-container{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0%;
	padding-right: 0%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: space-between;
}
#bottomtabs-inner-container div:first-child {margin-left:0;}

 .fluid-1-2-column {
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	min-width:0;
	padding-left:20px;
	padding-right:20px;
	min-height: 50px;
	float: left;
	display: block;
	position: relative;
	margin: 0 0 0 0;
	}
	
   
}