@charset "UTF-8";

html { font-size:100%; } 

a.LinkClass1 {
    color: #022e6d;
}

a.LinkClass1:link {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #022e6d;
    font-size: 18px;
}

a.LinkClass1:visited {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #022e6d;
    font-size: 18px;
}

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



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.LinkClass4 {
    color: #022e6d;
}

a.LinkClass4:link {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #022e6d;
    font-size: 12px;
}

a.LinkClass4:visited {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #022e6d;
    font-size: 12px;
}

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


a {
	text-decoration: none;
}




li {
	margin: 0.5em 0;
}

hr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #022e6d;
    
}

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

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


#PrivacyNote {
    display: inline-block;
    float: left;
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 16%;
    bottom: 0; 
    background-color: #022e6d;
    padding-top: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #FFFFFF;
	text-align: center;

}




/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

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

div {
     font-size: 16px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #022e6d;
}
h2 {
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #022e6d;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #022e6d;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #022e6d;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    font-weight: bold;
	color: #022e6d;
}

.MainTextBox {
    display: inline-block;
    float: left;
    position: relative;
	width: 100%;
    height: auto;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 16px;
    text-align: center;
    color: #022e6d;
}
    
.MainTextLeft {
    display: inline-block;
    float: left;
    position: relative;
	width: 20%;
    height: auto;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 16px;
    text-align: left;
    color: #022e6d;
}
    
.MainTextMid {
    display: inline-block;
    float: left;
    position: relative;
	width: 55%;
    height: auto;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 16px;
    text-align: center;
    color: #022e6d;
}
    
.MainTextRight {
    display: inline-block;
    float: left;
    position: relative;
	width: 20%;
    height: auto;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 16px;
    text-align: right;
    color: #022e6d;
}

.NavBox {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
/*    margin-left: 10%;
    margin-right: 10%;*/
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    font-size: 25px;
}

#AboutLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
	font-family: "Helvetica Neue", "sans-serif";
    font-size: 17px;
    color: #022e6d;

}

#ReviewLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
	font-family: "Helvetica Neue", "sans-serif";
    font-size: 17px;
    color: #022e6d;

}
    
#BlogLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
	font-family: "Helvetica Neue", "sans-serif";
    font-size: 17px;
    color: #022e6d;

}

#ContactLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
	font-family: "Helvetica Neue", "sans-serif";
    font-size: 17px;
    color: #022e6d;

}
    
.FullWidthPic {
    display: inline-block;
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    font-family: "Helvetica Neue", "sans-serif";
	font-size: 12px;
	color: #022e6d;
}
    
.MainTextBoxLeftJustified {
    display: inline-block;
    float: left;
    position: relative;
	width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: auto;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 17px;
    text-align: left;
    color: #022e6d;
}
    
.BuyBtnRec {
    display: inline-block;
    float: left;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    text-align: center;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 12px;
    color: #022e6d;
}

#CopyrightBox {
	display: inline-block;
    float: left;
    width: 100%;
	text-align: center;
	font-family: "Helvetica Neue", "sans-serif";
    font-size: 12px;
    color: #022e6d;
}
    
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


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

div {
     font-size: 20px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	color: #022e6d;
}
h2 {
    font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #022e6d;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #022e6d;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #022e6d;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    font-weight: bold;
	color: #022e6d;
}

.MainTextBox {
    display: inline-block;
    float: left;
    position: relative;
	width: 100%;
    height: auto;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 16px;
    text-align: center;
    color: #022e6d;
}
    
.MainTextLeft {
    display: inline-block;
    float: left;
    position: relative;
	width: 20%;
    height: auto;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 16px;
    text-align: left;
    color: #022e6d;
}
    
.MainTextMid {
    display: inline-block;
    float: left;
    position: relative;
	width: 60%;
    height: auto;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 16px;
    text-align: center;
    color: #022e6d;
}
    
.MainTextRight {
    display: inline-block;
    float: left;
    position: relative;
	width: 20%;
    height: auto;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 16px;
    text-align: right;
    color: #022e6d;
}

.NavBox {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
/*    margin-left: 10%;
    margin-right: 10%;*/
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    font-size: 25px;
}

#AboutLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
	font-family: "Helvetica Neue", "sans-serif";
    font-size: 17px;
    color: #022e6d;

}

#ReviewLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
	font-family: "Helvetica Neue", "sans-serif";
    font-size: 17px;
    color: #022e6d;

}
    
#BlogLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
	font-family: "Helvetica Neue", "sans-serif";
    font-size: 17px;
    color: #022e6d;

}

#ContactLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
	font-family: "Helvetica Neue", "sans-serif";
    font-size: 17px;
    color: #022e6d;

}
    
.FullWidthPic {
    display: inline-block;
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    font-family: "Helvetica Neue", "sans-serif";
	font-size: 12px;
	color: #022e6d;
}
    
.MainTextBoxLeftJustified {
    display: inline-block;
    float: left;
    position: relative;
	width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: auto;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 17px;
    text-align: left;
    color: #022e6d;
}
    
.BuyBtnRec {
    display: inline-block;
    float: left;
    width: 26%;
    margin-left: 37%;
    margin-right: 37%;
    text-align: center;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 12px;
    color: #022e6d;
}

#CopyrightBox {
	display: inline-block;
    float: left;
    width: 100%;
	text-align: center;
	font-family: "Helvetica Neue", "sans-serif";
    font-size: 12px;
    color: #022e6d;
}

}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


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

div {
     font-size: 24px;
}

h1 {
	font-family: "Helvetica Neue", "sans-serif";
	font-size: 32px;
	color: #022e6d;
}
h2 {
    font-family: "Helvetica Neue", "sans-serif";
	font-size: 24px;
	color: #022e6d;
}
h3 {
	font-family: "Helvetica Neue", "sans-serif";
	font-size: 18px;
	color: #022e6d;
}
h4 {
	font-family: "Helvetica Neue", "sans-serif";
	font-size: 15px;
	color: #022e6d;
}
h5 {
	font-family: "Helvetica Neue", "sans-serif";
	font-size: 16px;
    font-weight: bold;
	color: #022e6d;
}

.MainTextBox {
    display: inline-block;
    float: left;
    position: relative;
	width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: auto;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 16px;
    text-align: center;
    color: #022e6d;
}
    
.MainTextLeft {
    display: inline-block;
    float: left;
    position: relative;
	width: 10%;
    height: auto;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 16px;
    text-align: left;
    color: #022e6d;
}
    
.MainTextMid {
    display: inline-block;
    float: left;
    position: relative;
	width: 80%;
    height: auto;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 16px;
    text-align: center;
    color: #022e6d;
}
    
.MainTextRight {
    display: inline-block;
    float: left;
    position: relative;
	width: 10%;
    height: auto;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 16px;
    text-align: right;
    color: #022e6d;
}

.NavBox {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
/*    margin-left: 10%;
    margin-right: 10%;*/
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    font-size: 25px;
}

#AboutLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
	font-family: "Helvetica Neue", "sans-serif";
    font-size: 17px;
    color: #022e6d;

}

#ReviewLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
	font-family: "Helvetica Neue", "sans-serif";
    font-size: 17px;
    color: #022e6d;

}
    
#BlogLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
	font-family: "Helvetica Neue", "sans-serif";
    font-size: 17px;
    color: #022e6d;

}

#ContactLink {
	display: inline-block;
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
	font-family: "Helvetica Neue", "sans-serif";
    font-size: 17px;
    color: #022e6d;

}
    
.FullWidthPic {
    display: inline-block;
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    font-family: "Helvetica Neue", "sans-serif";
	font-size: 12px;
	color: #022e6d;
}
    
.MainTextBoxLeftJustified {
    display: inline-block;
    float: left;
    position: relative;
	width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: auto;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 17px;
    text-align: left;
    color: #022e6d;
}
    
.BuyBtnRec {
    display: inline-block;
    float: left;
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
    text-align: center;
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 12px;
    color: #022e6d;
}

#CopyrightBox {
	display: inline-block;
    float: left;
    width: 100%;
	text-align: center;
	font-family: "Helvetica Neue", "sans-serif";
    font-size: 12px;
    color: #022e6d;
}
    
}







