@charset "UTF-8";

html { font-size:100%; } 

a.LinkClass1 {
    color: #273345;
}

a.LinkClass1:link {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #273345;
}

a.LinkClass1:visited {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #273345;
}

a.LinkClass1:hover {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #00baff;	
}



a.LinkClass2 {
    color: #ffffff;
}

a.LinkClass2:link {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #ffffff;
}

a.LinkClass2:visited {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #ffffff;
}

a.LinkClass2:hover {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #00baff;	
}



a.LinkClass3 {
    color: #d6452f;
}

a.LinkClass3:link {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #d6452f;
}

a.LinkClass3:visited {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #d6452f;
}

a.LinkClass3:hover {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #00baff;	
}



a {
	text-decoration: none;
}


li {
	margin: 0.5em 0;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #900238;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 27px;
	color: #900238;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8vw;
	color: #900238;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #273345;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #FFF;
}
h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #FFF;
}

#Whitesp {
    display: inline-block;
    float: right;
    width: 100%;
    height: 10px;
}

#Whitesp4px {
    display: inline-block;
    float: left;
    width: 100%;
    height: 4px;
}

.MyLine {
    display: inline-block;
    float: left;
    width: 100%;
    height: 2px;
    background-color: #900238;
}

button {
    display: inline-block;
    background-color: #900238;
    border: none;
    border-radius: 4px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 14px;
    transition-duration: 0.3s;
}

button:hover {
  background-color: #ed95b7;
  color: #ffffff;
}





/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

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

body {
    width: 96%;
    margin-left: 2%;
    margin-right:2%;
    
}
    
#PrivacyNote {
    display: inline-block;
    float: left;
    position: fixed;
    z-index: 3;
    width: 25%;
    height: 35%;
    bottom: 10px; 
    background-color: #273345;
    padding-top: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
	text-align: center;
}

.HeaderBox {
    display: inline-block;
    float: left;
    position: relative;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
    height: auto;
    background-color: #900238;
}
    
.LeftBox {
    display: inline-block;
    float: left;
    position: relative;
    width: 40%;
}

.RightBox {
    display: inline-block;
    float: right;
    position: relative;
	width: 55%;
    padding-top: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
	text-align: center;
    color: #ffffff;

}

.NavBar {
    display: inline-block;
    float: left;
    position: relative;
    width: 94%;
    margin-left: 4%;
    margin-right: 2%;
    background-color: #900238;
    

}

.HomeLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 12px;
	text-align: center;

}

.AboutLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 12px;
	text-align: center;

}

.JoinLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 12px;
	text-align: center;
    
}

.ContactLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 20%;
    font-size: 12px;
	text-align: center;

}

.BlogLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 12px;
	text-align: center;

}
    
.FAQLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 12px;
	text-align: center;

}

.HeroVideo {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}
    
.BelowHero {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
	text-align: center;
    color: #900238;

}
    
.BelowHero2 {
    display: inline-block;
    float: left;
    position: relative;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	text-align: left;
    color: #900238;

}
    
.SectionMain {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
/*    margin-left: 18%;
    margin-right: 18%;*/
}

.SectionLeft {
    display: inline-block;
    float: left;
    position: relative;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	text-align: left;
    color: #900238;

}

.SectionRight {
    display: inline-block;
    float: right;
    position: relative;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	text-align: center;
    color: #900238;
}

.SectionText {
    display: inline-block;
    float: left;
    position: relative;
    width: 64%;
    margin-left: 18%;
    margin-right: 18%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	text-align: left;
    color: #900238;
}

.FooterBox {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    background-color: #900238;
    padding-top: 2%;
    padding-bottom: 2%;

}
    
.FootBar {
    display: inline-block;
    float: left;
    position: relative;
    width: 94%;
    margin-left: 4%;
    margin-right: 2%;
    background-color: #900238;

}
    
.FootHomeLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 12px;
	text-align: center;

}

.FootAboutLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 12px;
	text-align: center;

}

.FootJoinLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 12px;
	text-align: center;
    
}

.FootContactLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 20%;
    font-size: 12px;
	text-align: center;

}

.FootBlogLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 12px;
	text-align: center;

}
    
.FootFAQLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 12px;
	text-align: center;

}
    
.LetsTalkBox {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%; 
    background-color: #900238;
    padding-top: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
	text-align: center;

}

#CopyrightBox {
	display: inline-block;
    float: left;
    width: 100%;
	text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #900238;
	font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #ffffff;
}

    
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


@media (min-width: 501px) and (max-width: 1000px){


body {
    width: 80%;
    margin-left: 10%;
    margin-right:10%;
}
    
#PrivacyNote {
    display: inline-block;
    float: left;
    position: fixed;
    z-index: 3;
    width: 25%;
    height: 35%;
    bottom: 10px; 
    background-color: #273345;
    padding-top: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
	text-align: center;
}

.HeaderBox {
    display: inline-block;
    float: left;
    position: relative;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
    height: auto;
    background-color: #900238;
}
    
.LeftBox {
    display: inline-block;
    float: left;
    position: relative;
    width: 40%;
}

.RightBox {
    display: inline-block;
    float: right;
    position: relative;
	width: 55%;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	text-align: center;
    color: #ffffff;

}

.NavBar {
    display: inline-block;
    float: left;
    position: relative;
    width: 94%;
    margin-left: 4%;
    margin-right: 2%;
    background-color: #900238;
    

}

.HomeLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 14px;
	text-align: center;

}

.AboutLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 14px;
	text-align: center;

}

.JoinLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 14px;
	text-align: center;
    
}

.ContactLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 18%;
    font-size: 14px;
	text-align: center;

}

.BlogLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 14px;
	text-align: center;

}
    
.FAQLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 14px;
	text-align: center;

}

.HeroVideo {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}
    
.BelowHero {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
	text-align: center;
    color: #900238;

}
    
.BelowHero2 {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	text-align: left;
    color: #900238;

}
    
.SectionMain {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
/*    margin-left: 18%;
    margin-right: 18%;*/
}

.SectionLeft {
    display: inline-block;
    float: left;
    position: relative;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	text-align: left;
    color: #900238;

}

.SectionRight {
    display: inline-block;
    float: right;
    position: relative;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	text-align: center;
    color: #900238;
}

.SectionText {
    display: inline-block;
    float: left;
    position: relative;
    width: 64%;
    margin-left: 18%;
    margin-right: 18%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	text-align: left;
    color: #900238;
}

.FooterBox {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    background-color: #900238;
    padding-top: 2%;
    padding-bottom: 2%;

}
    
.FootBar {
    display: inline-block;
    float: left;
    position: relative;
    width: 94%;
    margin-left: 4%;
    margin-right: 2%;
    background-color: #900238;

}
    
.FootHomeLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 14px;
	text-align: center;

}

.FootAboutLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 14px;
	text-align: center;

}

.FootJoinLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 14px;
	text-align: center;
    color: #273345;
}

.FootContactLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 14px;
	text-align: center;

}

.FootBlogLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 14px;
	text-align: center;

}
    
.FootFAQLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 14px;
	text-align: center;

}
    
.LetsTalkBox {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%; 
    background-color: #900238;
    padding-top: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
	text-align: center;

}

#CopyrightBox {
	display: inline-block;
    float: left;
    width: 100%;
	text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #900238;
	font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #ffffff;
}
    
    

}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


@media screen and (min-width: 1001px) {

body {
    width: 80%;
    margin-left: 10%;
    margin-right:10%;
}
    
#PrivacyNote {
    display: inline-block;
    float: left;
    position: fixed;
    z-index: 3;
    width: 25%;
    height: 35%;
    bottom: 10px; 
    background-color: #273345;
    padding-top: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
	text-align: center;
}

.HeaderBox {
    display: inline-block;
    float: left;
    position: relative;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
    height: auto;
    background-color: #900238;
}
    
.LeftBox {
    display: inline-block;
    float: left;
    position: relative;
    width: 20%;
}

.RightBox {
    display: inline-block;
    float: right;
    position: relative;
	width: 25%;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
	text-align: center;
    color: #ffffff;

}

.NavBar {
    display: inline-block;
    float: left;
    position: relative;
    width: 94%;
    margin-left: 4%;
    margin-right: 2%;
    background-color: #900238;
    

}

.HomeLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 18px;
	text-align: center;

}

.AboutLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 18px;
	text-align: center;

}

.JoinLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 18px;
	text-align: center;
    
}

.ContactLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 18px;
	text-align: center;

}

.BlogLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 18px;
	text-align: center;

}
    
.FAQLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 16%;
    font-size: 18px;
	text-align: center;

}

.HeroVideo {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}
    
.BelowHero {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
	text-align: center;
    color: #900238;

}
    
.BelowHero2 {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	text-align: left;
    color: #900238;

}
    
.SectionMain {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
/*    margin-left: 18%;
    margin-right: 18%;*/
}

.SectionLeft {
    display: inline-block;
    float: left;
    position: relative;
    width: 47%;
    padding-right: 2%;
    font-family: 'Open Sans', sans-serif;
	font-size: 1.5vw;
	color: #273345;

}

.SectionRight {
    display: inline-block;
    float: right;
    position: relative;
    width: 47%;
    padding-left: 2%;
    font-family: 'Open Sans', sans-serif;
/*	font-size: 18px;*/
    font-size: 1.5vw;
	color: #273345;
    text-align: left;
}

.SectionText {
    display: inline-block;
    float: left;
    position: relative;
    width: 64%;
    margin-left: 18%;
    margin-right: 18%;
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #273345;
    text-align: left;
}

.FooterBox {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    background-color: #900238;
    padding-top: 2%;
    padding-bottom: 2%;

}
    
.FootBar {
    display: inline-block;
    float: left;
    position: relative;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    background-color: #900238;

}
    
.FootHomeLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 18%;
    font-size: 18px;
	text-align: center;

}

.FootAboutLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 15%;
    font-size: 18px;
	text-align: center;

}

.FootJoinLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 15%;
    font-size: 18px;
	text-align: center;
    color: #273345;
}

.FootContactLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 15%;
    font-size: 18px;
	text-align: center;

}

.FootBlogLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 15%;
    font-size: 18px;
	text-align: center;

}
    
.FootFAQLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 15%;
    font-size: 18px;
	text-align: center;

}
    
.LetsTalkBox {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%; 
    background-color: #900238;
    padding-top: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
	text-align: center;

}

#CopyrightBox {
	display: inline-block;
    float: left;
    width: 100%;
	text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #900238;
	font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #ffffff;
}
    
#submit {
 background-color: #bbb;
 padding: .5em;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 6px;
 color: #fff;
 font-family: 'Oswald';
 font-size: 20px;
 text-decoration: none;
 border: none;
}
#submit:hover {
 border: none;
 background: orange;
 box-shadow: 0px 0px 1px #777;
}
    

    
}







