@import url('core-styles.css');
/* DO NOT ALTER ABOVE - MUST BE PRESENT FOR PROPER CHAINING */

/* Headerline Area */

#header-container {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 500;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

#headerline {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 100;
	background: #df2c2c url(/images/site/template/headerline-bkg.png) repeat;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.55);
}


#headerbox {
	max-width: 1200px;
	min-height: 90px;
	padding: 0 1% 0 0%;
	margin: 0 auto;
	position: relative;
}

#navline {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 90;
	background: #e8e635 url(/images/site/template/navline-bkg.png) repeat;
}


#navbox {
	max-width: 1200px;
	min-height: 65px;
	padding: 0 1% 0 1%;
	margin: 0 auto;
	position: relative;
	text-align: right;
}

#logobox {
	width: 224px;
	height: 215px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	animation: 1s ease-out 0s 1 logoTransIn;
}

#logobox > a > img {
	max-width: 100%;
	height: auto;
	display: block;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#logobox > a > img:hover {
	filter: sepia(100%);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@keyframes logoTransIn {
  0% {
    transform: scale(0);
	top: 0px;
  }
  100% {
    transform: scale(1);
  }
}

#header-deco {
	width: 189px;
	height: 90px;
	float: right;
	position: relative;
	background: url(/images/site/template/corn-girl.png) no-repeat;
	background-size: contain;
	background-position: bottom right;
}

#datebanner {
	width: 316px;
	height: 78px;
	margin-top: 7px;
	position: relative;
	float: right;
	background: url(/images/site/template/date-banner.png) no-repeat;
	background-size: cover;
	background-position: center;
}

#datebanner > #fair {
	width: 100%;
	padding: 7px 8px 2px 8px;
	position: relative;
	font-family: cubano, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 23px;
	line-height: 23px;
	color: #e4e332;
	text-align: center;
	animation: 1s ease-out 0s 1 fairTransIn;
}

@keyframes fairTransIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

#datebanner > #dates {
	width: 100%;
	padding: 0px 8px 0px 8px;
	position: relative;
	font-family: coco-r, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
	animation: 2s ease-out 0s 1 datesTransIn;
}

@keyframes datesTransIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#datebanner > #dates > span {
	font-family: grilledcheesebtntoasted-r, sans-serif;
}

#datebanner > #counter {
	width: 100%;
	padding: 0px 8px 2px 8px;
	position: relative;
	font-family: alternate-gothic-no-3-d,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	color: #e4e332;
	text-align: center;
}


/* Slider Area */

#sliderline {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 100;
	background: #062b61 url(/images/site/template/sliderline-bkg.jpg) no-repeat;
	background-position: top;
	background-size: cover;
	border-bottom: 15px solid #0341a0;
}

#sliderbox {
	max-width: 1200px;
	padding: 55px 0 25px 0;
	margin: 0 auto;
	position: relative;
}




/* Page Header Area */



/* Countdown Area */

#countdownline {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

#countdownbox {
	max-width: 1400px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
}

#countdown-col1 {
	width: 60%;
	padding: 15px 0 10px 22%;
	margin: 0;
	float: left;
	position: relative;
	background: url(/images/site/template/go-gator-riders.png) no-repeat;
	background-position: left bottom;
	background-size: contain;
}

#countdown-col2 {
	width: 40%;
	padding: 20px 0 20px 0;
	margin: 0;
	float: left;
	position: relative;
}

#countdown-ename {
	width: 100%;
	padding: 0;
	position: relative;
	font-family: cubano,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 88px;
	line-height: 88px;
	color: #fde51a;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	text-align: left;
}

#countdown-edates{
	width: 100%;
	padding: 5px 0 5px 0;
	position: relative;
	font-family: grilledcheesebtntoasted-r,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 47px;
	line-height: 47px;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	text-align: left;
	text-transform: uppercase;
}

#countdown-eloc{
	width: 100%;
	padding: 0;
	position: relative;
	font-family: mr-eaves-sans,sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 32px;
	line-height: 32px;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	text-align: left;
}

#countdown-eloc > span {
	display: inline;
}

.countdown-heading {
	position: relative;
	padding: 0 0 15px 0;
	font-family: grilledcheesebtntoasted-r,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
}

#countdown {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

#countdown .cd-block {
	width: 23%;
	padding: 20px 0.5% 60px 0.5%;
	margin: 0 1% 0 1%;
	position: relative;
	display: inline-block;
	background: rgb(230,30,30,0.80);
	border: 2px solid #ffffff;
	font-family: mr-eaves-sans,sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

#countdown .label {
	width: 100%; 
	position: absolute; 
	bottom: 0; 
	font-size: 26px;
	font-family: alternate-gothic-no-3-d,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

#countdown #fm {
	width: 98%;
	padding: 10px 1% 10px 1% ;
	margin: 0 1% 0 1%;
	position: relative;
	background: rgb(0,73,134,0.65);
	border: 2px solid #a6cbf6;
	font-family: mr-eaves-sans,sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 50px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

/* Sponsor Bar Area */

#sponsorline {
	width: 100%;
	padding: 15px 0% 20px 0;
	margin: 0;
	position: relative;
	z-index: 100;
	float: left;
	display: block;
	background: #ececec;
}

#sponsor-heading {
	width: 100%;
	padding: 0 2% 0 2%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-family: 'grilledcheesebtntoasted-r', sans-serif;
	color: #02398c;
	font-weight: normal;
	font-size: 46px;
}

#sponsorbox {
	width: 100%;
	padding: 40px 0 40px 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.sponsor-logo {
	padding: 0 1% 0 1%;
	display: inline-block;
	position: relative;
	text-align: center;
	z-index: 50;
}

.sponsor-logo > a> img {
	max-width: 100%;
	width: 400px;
	height: auto;
	display: block;
}

.fa-caret-left {
	padding: 1% 15px 1% 5px;
	position: absolute;
	left: 0;
	top: 20%;
	z-index: 100;
	background: rgba(0,68,205,1.0);
	-moz-border-radius: 0 70% 70% 0;
	-webkit-border-radius: 0 70% 70% 0;
	border-radius: 0 70% 70% 0;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #ffffff;
	font-size: 300%;
}

.fa-caret-right {
	padding: 1% 5px 1% 15px;
	position: absolute;
	right: 0;
	top: 20%;
	z-index: 100;
	background: rgba(0,68,205,1.0);
	-moz-border-radius: 70% 0 0 70%;
	-webkit-border-radius: 70% 0 0 70%;
	border-radius: 70% 0 0 70%;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #ffffff;
	font-size: 300%;
}

.fa-caret-left:hover, .fa-caret-right:hover {
	background: rgba(0,68,205,0.7);
	color: #fff000;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Home Page Button Box Area and Body */

#contentline-home {
	width: 100%; 
	position: relative; 
	padding: 50px 1% 50px 1%; 
	margin: 0; 
	background: #edd71a url(/images/site/template/contentline-bkg.jpg) repeat;
	border-bottom: 15px solid #ffc000;
}

#contentbox-home {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
	display: flex;
}

#contenthome-col1 {
	width: 50%;
	padding: 0px 1% 0 1%;
	margin: 0;
	position: relative;
	float: left;
}

#contenthome-col2 {
	width: 50%;
	padding: 0px 1% 0 2%;
	margin: 0;
	position: relative;
	float: left;
	font-family: news-gothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	font-size: 20px;
}

#buttonbox {
	width: 100%; 
	position: relative; 
	padding: 0; 
	margin: 0;
}

.button {
	width: 48%;
	padding: 0;
	margin: 1% 1% 1% 1%;
	position: relative;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}


.button-img1 {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;
}

.button-img2 {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.button-title {
	width: 100%;
	padding: 0 1% 0 1%;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	z-index: 100;
	font-family: cubano,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 55px;
	color: #fff000;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.95);
	text-align: center;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.button-overlay {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 15;
	-webkit-box-shadow: inset 0px 0px 15px 1px rgba(0,0,0,0.65);
	-moz-box-shadow: inset 0px 0px 15px 1px rgba(0,0,0,0.65);
	box-shadow: inset 0px 0px 15px 1px rgba(0,0,0,0.65);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.button-view {
	width: 60%;
	padding: 3%;
	position: absolute;
	top: -100%;
	left: 20%;
	right: 20%;
	z-index: 50;
	background: rgba(230,30,189,0.9);
	border-radius: 5px;
	font-family: mr-eaves-sans,sans-serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
	font-size: 30px;
	color: #fff;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.button:hover .button-img2 {
	opacity: 1;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.button:hover .button-overlay {
	-webkit-box-shadow: inset 0px 0px 37px 6px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 0px 37px 6px rgba(0,0,0,0.8);
	box-shadow: inset 0px 0px 37px 6px rgba(0,0,0,0.8);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.button:hover .button-title {
	top: -100%;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.button:hover .button-view {
	top: 40%;
	-moz-transition: all 0.8s easeInOutBounce;
	-webkit-transition: all 0.8s easeInOutBounce;
	transition: all 0.8s easeInOutBounce;
}

.button:hover {
	cursor: pointer;
}

.home-h1 {
	width: 100%;
	position: relative;
	text-align: center;
	font-family: asblaze-r,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 44px;
	color: #002b6b;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);
}


.home-h2 {
	width: 100%;
	position: relative;
	text-align: center;
	font-family: grilledcheesebtntoasted-r,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 80px;
	color: #e61e1e;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}


.bigbtn {
	width: 100%;
	padding: 10px;
	margin: 0 0 20px 0;
	position: relative;
	float: left;
	display: block;
	background: #1a6afd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.0);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bigbtn:hover {
	background: #0048cd;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.65);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bigbtn > .icon {
	width: 20%;
	padding: 0 5% 0 0;
	float: left;
	position: relative;
	text-align: center;
}

.bigbtn > .info {
	width: 80%;
	padding: 0 0% 0 0;
	float: left;
	position: relative;
	text-align: left;
	font-family: cubano,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}

.bigbtn > .info > .event{
	width: 100%;
	padding: 0 0% 0 0;
	position: relative;
	font-size: 40px;
}

.bigbtn > .info > .dates{
	width: 100%;
	padding: 0 0% 0 0;
	position: relative;
	font-size: 24px;
}



/* Content Box Area */

#contentline {
	width: 100%; 
	height:auto; 
	position: relative; 
	margin: 0; 
	z-index: 1;
}

.contentline-noslider {
	padding: 80px 0 0 0;
	background: #0f74bc url(/images/site/template/contentline-noslider-bkg.jpg) no-repeat;
	background-position: top;
	background-size: cover;
	border-bottom: 15px solid #02398c;
}


#contentbox {
	max-width: 1200px;
	min-height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
}

.contentbox-noslider {
	padding: 0 0 50px 0;
	-moz-border-radius: 15px  15px 0 0;
	-webkit-border-radius: 15px  15px 0 0;
	border-radius: 15px  15px 0 0;
	background: #ffffff;
}

.pageheader-box {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	-moz-border-radius: 15px  15px 0 0;
	-webkit-border-radius: 15px  15px 0 0;
	border-radius: 15px  15px 0 0;
}

.pageheader-box > img {
	width: 100%;
	height: auto;
	display: block;
}

.pageheader-titlebox {
	width: 100%;
	padding: 15px 2% 15px 2%;
	margin: 0;
	position: relative;
	background: #c202a9 url(/images/site/template/pageheader-bkg.png) repeat;
	font-family: 'grilledcheesebtntoasted-r', sans-serif;
	font-size: 40px;
	color: #f7ee00;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.89);
}

#mainbox-bodybox { 
	max-width: 1200px;
	min-height: 300px;
	margin: 0px auto; 
	padding: 2% 2% 70px 2%; 
	position: relative;
	font-family: news-gothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #212121;
}

#mainbox-bodybox a{
	color: #334bff;
	text-decoration: underline;
}

#mainbox-bodybox a:hover{
	color: #00118e;
	text-decoration: none;
}


#mainbox-bodybox ol {padding: 5px 0 0 20px;}
#mainbox-bodybox ul {margin-top: 10px;}
#mainbox-bodybox li { margin-left: 40px; margin-bottom: 5px;}
#mainbox-bodybox h1, #mainbox-bodybox h2, #mainbox-bodybox h3, #mainbox-bodybox h4 {
	font-family: mr-eaves-sans,sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #004986; 
	font-weight: normal; 
	text-transform: uppercase; 
	clear:both;
}
#mainbox-bodybox p { padding-bottom: 15px;}


/* FOOTER AREA */

#footerline {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	background: #fff url(/images/site/template/footerline-bkg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}

#footerbox {
	max-width: 1400px;
	min-height: 315px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-flow: row wrap;
}

.footer-col33 {
	width: 33.3%;
	padding: 0 1% 0 1%;
	margin: 0;
	position: relative;
	float: left;
}

.footer-col33 > .logo {
	width: 100%;
	padding: 60px 0 0 0;
	position: relative;
	text-align: center;
}

.footer-col33 > .contact {
	width: 100%;
	padding: 90px 0 0 0;
	position: relative;
	text-align: left;
	font-family: alternate-gothic-no-3-d,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #214c9b;
	font-size: 26px;
}

.footer-col33 > .contact > a {
	text-decoration: underline;
	color: #214c9b;
}

.footer-col33 > .contact > span {
	color: #00328d;
	text-transform: uppercase;
	font-size: 32px;
}

.footer-col33 > .social {
	width: 100%;
	padding: 120px 0 0 0;
	position: relative;
	text-align: right;
}

.footer-col33 > .social > a > img {
	max-width: 100%;
	height: auto;
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.footer-col33 > .social > a > img:hover {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sigline {
	width: 100%;
	padding: 15px 2% 10px 2%;
	position: relative;
	font-family: alternate-gothic-no-3-d,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	text-align: center;
}

#sigline > a{
	color: #fff000;
	text-decoration: none;
}


#sigline > a:hover{
	color: #fff;
	text-decoration: underline;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

/* OTHER ATTRIBUTES */

 .imgborder {
	max-width: 95%;
	height: auto;
	margin: 0px 5px 10px 5px; 
	-webkit-box-shadow: 3px 3px 5px 0px rgba(153,153,153,0.8);
	-moz-box-shadow: 3px 3px 5px 0px rgba(153,153,153,0.8);
	box-shadow: 3px 3px 5px 0px rgba(153,153,153,0.8);
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-col-1 { 
	float:left; 
	width: 35%; 
	padding: 0 2%; 
	margin: 0; 
	text-align: left; 
	position: relative;
}
.contact-col-2 { 
	float:left; 
	width: 60%; 
	padding: 0; 
	margin: 0; 
	text-align: left; 
	position: relative;
}

.col50 {
	width: 50%;
	padding: 0 1% 0 1%;
	position: relative;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.round325 {
	width: 90%;
	padding: 1%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #fff;
	border: 5px solid #f6ff00;
}


.round225 img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.pageserverpg img {
	max-width: 94%; 
	height: auto;
}



/* OTHER */

.sitebtn{ 
	min-width: 280px;
 	padding: 10px 20px 10px 20px; 
	margin: 10px 0 10px 0!important;
	position: relative;
	display: inline-block;
	border: 0px solid #000000 !important;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.0);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.0);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.0);
	background: #1a6afd;
	font-family: var(--main-button-font);
	font-weight: var(--main-button-font-weight);
	font-style: var(--main-button-font-style);
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	color: #ffea00 !important; 
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none !important;
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.sitebtn:hover { 
	background: #0038a0;
	color: #ffffff !important; 
	cursor: pointer; 
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,1);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,1);
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.dashed-border {
	border: 4px dashed #003392 !important;
}


.col-1 { 
	display: inline-block; 
	*display: inline; 
	zoom: 1; 
	width: 49%;
	padding: 0 1% 0 0; 
	padding: 0; 
	margin: 0; 
	text-align: left; 
	position: relative; 
	overflow:auto; 
	min-height: 350px; 
	vertical-align: top;
}
.col-2 { 
	display: inline-block; 
	*display: inline; 
	zoom: 1; 
	width: 49%; 
	padding: 0 0 0 1%; 
	margin: 0; 
	text-align: left; 
	position: relative; 
	min-height:350px;
}
.row {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    float: left;
}

.col50 {
	width: 50%;
	padding: 0 0.5% 0 0.5%;
	margin: 0;
	float: left;
	position: relative;
}