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

body {background:#fff; margin:0; font-family: 'Oswald', sans-serif; font-size:10pt; color:#000;}

a {
	color: #262361;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	color: #4265af;
	text-decoration: underline;
}

h1 {
	font-family:'Merriweather', serif; 
	font-size:32pt;
	font-weight:900;
	color:#262361;
	margin-top:0;
	margin-bottom:10px;
	text-transform:uppercase;
}

.black {color:#000;}
.navy {color:#262361;}
.blue {color:#4265af;}
.lt-blue {color:#9fdbee;}
.white {color:#fff;}

.black-12 {font-size:12pt; color:#000;}
.black-14 {font-size:14pt; color:#000;}
.black-16 {font-size:16pt; color:#000;}
.black-18 {font-size:18pt; color:#000;}
.black-24 {font-size:24pt; color:#000;}

.navy-12 {font-size:12pt; color:#262361;}
.navy-14 {font-size:14pt; color:#262361;}
.navy-16 {font-size:16pt; color:#262361;}
.navy-18 {font-size:18pt; color:#262361;}
.navy-24 {font-size:24pt; color:#262361;}

.blue-12 {font-size:12pt; color:#4265af;}
.blue-14 {font-size:14pt; color:#4265af;}
.blue-16 {font-size:16pt; color:#4265af;}
.blue-18 {font-size:18pt; color:#4265af;}
.blue-24 {font-size:24pt; color:#4265af;}

.lt-blue-12 {font-size:12pt; color:#9fdbee;}
.lt-blue-14 {font-size:14pt; color:#9fdbee;}
.lt-blue-16 {font-size:16pt; color:#9fdbee;}
.lt-blue-18 {font-size:18pt; color:#9fdbee;}
.lt-blue-24 {font-size:24pt; color:#9fdbee;}

.white-12 {font-size:12pt; color:#fff;}
.white-14 {font-size:14pt; color:#fff;}
.white-16 {font-size:16pt; color:#fff;}
.white-18 {font-size:18pt; color:#fff;}
.white-24 {font-size:24pt; color:#fff;}

.news-header {font-size:18pt; color:#4265af; font-family:'Merriweather', serif;}

.wrap {width:1000px; float:none; margin:auto;}

.bkgrd-header {width:100%; background-image:url(graphics/bkgrd-header.jpg); height:300px; clear:both; overflow:hidden;}

.logo {width:335px; height:175px; float:left; margin:25px 15px 25px 0;}
.logo img {width:100%; height:auto;}

.header-R {width:650px; float:right; margin-top:15px;}

.facebook {width:25px; height:25px; float:right; margin-left:625px;}
.facebook img {width:100%; height:25px;}

.header-collage {width:650px; height:265px; float:right; background-image:url(graphics/header.webp); clear:both; overflow:hidden;}

.bkgrd-nav {
	width:100%;
	background:#262361;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(25, 25, 25, 0.5);
	-moz-box-shadow:    0px 0px 3px 3px rgba(25, 25, 25, 0.5);
	box-shadow:         0px 0px 3px 3px rgba(25, 25, 25, 0.5);
	position:relative;
	z-index:999;
}

nav {
	width: 100%;
	text-align:right;
	font-family: 'Merriweather', serif;
	color:#fff;
	text-transform:uppercase;
	font-size:22pt;
	font-weight:900;
	padding:15px 0;
	text-shadow:1px 1px 3px #000;
}
nav a {color:#fff; text-decoration:none; margin-right:15px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
nav a:hover {color:#9fdbee; text-decoration:none;}

nav ul { padding:0; margin:0; text-align:center;}
nav ul li { list-style-type:none; display:inline; margin-right:15px;}
nav ul li:after { content:'|'; color:#4265af;}
nav ul li:last-child:after { content:''; margin-right:-15px;}

.content {width:100%; margin:25px 0; min-height:400px; clear:both; overflow:hidden;}

.bkgrd-rip1 {width:100%; height:60px; background-image:url(graphics/bkgrd-rip1.jpg); clear:both; overflow:hidden; position:relative;}

.bkgrd-rip2 {width:100%; height:100px; background-image:url(graphics/bkgrd-rip2.png); clear:both; overflow:hidden; position:relative;}

.bkgrd-footer {width:100%; background-image:url(graphics/bkgrd-footer.jpg); height:250px; clear:both; overflow:hidden; margin-top:-50px; color:#fff; text-shadow:1px 1px 3px #000; font-weight:300;}

.footer-L {width:600px; float:left; margin:50px 25px 10px 0;}

.footer-L-container {width:300px; float:left; margin:20px 0;}
.footer-L-container img {width:125px; float:left; height:auto; margin-right:20px;}
.footer-L-container a {color:#fff; text-decoration:underline;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer-L-container a:hover {color:#9fdbee; text-decoration:underline;}

.map {width:100%; margin:5px 0; color:#9fdbee; text-decoration:none; text-transform:uppercase;}
.map a {color:#9fdbee; text-decoration:none;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.map a:hover {color:#fff; text-decoration:underline;}

.footer-R {width:325px; float:right; margin:50px 0 10px 0; text-align:right; text-transform:uppercase;}

.footer-nav {width:100%; margin:20px 0; color:#9fdbee; font-weight:700; font-size:11pt;}
.footer-nav a {color:#fff; text-decoration:none;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer-nav a:hover {color:#9fdbee; text-decoration:none;}

.moormans {width:120px; height:120px; float:right; margin-bottom:20px;}
.moormans img {width:100%; height:auto;}

.bkgrd-anchor {
	width:100%;
	background:#262361;
	height:35px;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(25, 25, 25, 0.75);
	-moz-box-shadow:    0px -5px 5px 0px rgba(25, 25, 25, 0.75);
	box-shadow:         0px -5px 5px 0px rgba(25, 25, 25, 0.75);
	position:relative;
	z-index:999;
	text-transform:uppercase;
	color:#9fdbee;
	font-size:8pt;
	font-weight:300;
	clear:both;
	overflow:hidden;
}

.anchor-L {width:50%; float:left; padding:10px 0 15px 0;}

.anchor-R {width:50%; float:right; padding:10px 0 15px 0; text-align:right;}
.anchor-R a {color:#9fdbee; text-decoration:underline;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.anchor-R a:hover {color:#fff; text-decoration:underline;}

.index-L {width:550px; float:left; margin-right:50px; padding-right:49px; border-right:1px solid #9fdbee;}
.index-R {width:350px; float:right;}

.listing:before,
.listing:after {
content: "";
display: table;
}
.listing:after {
clear: both;
}
.listing {width:100%; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #9fdbee;}

.pic-L {width:300px; float:left; margin-right:21px;}
.pic-L img {width:100%; height:auto; border:2px solid #262361;}

.supplement {width:175px; float:right; margin:0 5px 15px 25px;}
.supplement img {width:100%; height:auto; border:1px solid #262361;}

.info-R {width:675px; float:right;}

.app-phone {width:135px; height:210px; float:left; margin-right:15px;}

.app-get {width:400px; font-weight:300; font-size:12pt; text-transform:uppercase; margin-left:150px;}

.click-index {
	width:180px; 
	padding:10px; 
	margin:5px 0 0 0;
	background:#262361;
	color:#4265af;
	font-family:'Oswald', sans serif;
	font-size:12pt;
	font-weight:400;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.click-index:hover {
	background-color: #4265af;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}

.receive-text {
	width: 90%;
	padding:5%;
	margin:50px 0 0 0;
	background:#262361;
	color:#4265af;
	font-family:'Oswald', sans serif;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
	clear:both;
	overflow:hidden;
}

.contact-L {width:375px; float:left;}
.contact-L-container {width:100%; margin-bottom:20px; padding-bottom:20px; border-bottom:1px dashed #4265af;}
.contact-L-container img {width:35%; height:auto; float:left; margin-right:5%; margin-bottom:10px;}
.contact-L-container a {color:#4265af; text-decoration:underline;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.contact-L-container a:hover {color:#262361; text-decoration:underline;}

.contact-L-container2 {width:100%;}
.contact-L-container2 img {border:2px solid #262361;}

.contact-R {width:525px; float:right; margin-left:50px; padding-left:49px; border-left:1px solid #9fdbee;}
 
/*================ FORM ========================*/

#index-form {
        width:73%;
        float:left;
        margin-right: 2%;
}


form{
        width: 100%;

        }

fieldset{
        border: 0;
        padding: 10px 0 ;
        clear: left;
        }
        
textarea, input, select{
        border: 1px solid #9fdbee;
        padding: 2%;
        width: 96%;
        }

label{
        font-weight: bold;
        }       
        
textarea:focus, input:focus, select:focus{
        background: #ddd;
        border: 1px solid #9fdbee;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        outline: none;
}

input[type="submit"]{
        border: 1px solid #ddd;
        padding: 3px 0;
        margin-top: 5px;
        font-weight: bold;
        /*font-size: 1.3em;*/
        width: 130px;
        cursor: pointer;

        
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        
        background: #f6f5f5; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f5), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
        }
.submit-index {
	width: 20%;
	padding:2.5%;
	float:right;
	background-color:#4265af;
	color:#fff;
	font-family:'Oswald', sans serif;
	font-size:1em;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.submit-index:hover {
	background-color: #fff;
	color:#4265af;
	cursor:pointer;
}

.submit {
	width: 105px;
	padding:10px;
	float:left;
	background-color:#262361;
	color:#9fdbee;
	font-family:'Oswald', sans serif;
	font-size:12pt;
	text-transform:uppercase;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.submit:hover {
	background-color: #9fdbee;
	color:#262361;
	cursor:pointer;
}

.winList {
	list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;x28hq8
	}
.winList li {
	/*border: 1px solid black;*/
    display: inline-table;
    margin-bottom: 10px;
    text-align: center;
    width: 32%;
	font-weight:100;
	} 
.winList li a {}
.winList li.double{ 
	width: 64% ;
	}
.winList li img{ 
	height:auto; width:auto; max-height:220px ; max-width:350px ;
	}
.winList li.wList {
	display: block;
    width: 98%;
	}
.winList li .Wcol {
	list-style: outside none none;
    margin: 0;
    padding: 0;
	
	}
.winList li .Wcol li {
	list-style: outside none none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
	
	}	