body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: Roboto;
  font-size: 16px;
  color: #424242;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
  color: #004281;
}
h1 {
	font-size: 24px;
	font-weight:500;
	margin-top: 25;
	margin-bottom: 15;
}
h2 {
	font-size: 20px;
	font-weight:500;
	margin-top: 50px;
	margin-bottom: 25px;
	border-bottom-width: thin;
	border-bottom-color: #0077bd;
	border-bottom-style: solid;
}
h3 {
	font-size: 18px;
	font-weight:500;
	margin-top: 50px;
	margin-bottom: 25px;
}
ul {
	list-style-image: url('../images/bullet.png');
}
li {
	padding-bottom: 35px;
}


/*
 *
 * Header
 *
*/

.header {
	min-height: 90px;
	transition: min-height 0.3s;
	background-color: #ffffff;
	line-height:90px;
}
.header-inner {
	max-width: 1200px;
	width:100%;
	margin-left: auto;
    margin-right: auto;	
}
.header_logo {
  float:left;
  width:330px;
  background-color:#ffffff;
  padding: 15px;
  height: 80px;
}
/* Login statement text which will disappear in smaller forms */
.statement_bold {
	font-weight: 500;
}
@media screen and (max-width: 670px) {
	.statement_bold {
	display:none;
	}
}
/*
**** Below Header Area
*/
.below_header {
	background-color: #2d3091;
	color: #FFF;
}
/* Smaller screens */
@media screen and (max-width: 670px) {
	.below_header_container {
	max-width: 1200px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
}
/* Bigger screens */
@media screen and (min-width: 671px) {
	.below_header_container {
	max-width: 1200px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	display:flex;
	display: -webkit-box;
	display: -moz-box;
	}
}

.below_header_container a:link {
	color: #FFFFFF;
	text-decoration:none;	
}
.below_header_container a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.below_header_container a:hover {
	color: #F5911e;
	text-decoration:underline;
}
.below_header_container a:active {
	color: #FFFFFF;
	text-decoration:none;
}
	
/*
**** Large Display Image - Index
*/

.display_large {
	background-repeat: repeat;
	background-position: top;
	background-image: url(../images/background/background.png);
	min-height:310px;
	width: 100%;
	background-color: #0077bd;
}
.display_membership {
	background-repeat: repeat;
	background-position: top;
	background-image: url(../images/background/background-darkblue.png);
	min-height:310px;
	width: 100%;
	background-color: #2d3091;
}
.display_large_info {
	max-width: 1200px;
	width:100%;
	/*opacity: 0.6;
	background-color: #ffffff;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.display_large_text {
	text-align: center;
	color: #ffffff;
	font-size:24px;
	font-weight:400;
	padding-top:50px;
	font-style: italic;
	padding-right: 15px;
	padding-left: 15px;
}

/*
**** Tag Line
*/
.tagline {
	width:100%;
	background-color: #eeeeee;
}
.tagline_container {
	max-width: 1200px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	text-align: center;
	font-size: 18px;
	font-style: italic;
}
/*
**** Body Area
*/
.bodyarea {
	width:100%;
	background-color: #ffffff;
}
.bodyarea_grey {
	width:100%;
	background-color: #E6E6E6;
}
.bodyarea_container {
	max-width: 1200px;
	width:100%;
	margin-left: auto;
    margin-right: auto;	
	padding: 50px;
	background-color:#ffffff;
}
.body_text_bold {
	font-weight: 500;
}

/*
**** Footer Area
*/
.footer {
	width:100%;
	background-color: #000000;
}
.footer_container {
	max-width: 1200px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFF;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 12px;
}
.footer_container a:link {
	color: #FFFFFF;
	text-decoration:underline;
	margin-right: 10px;	
	margin-left: 10px;
	padding-top: 20px;	
	padding-bottom: 20px;
}
.footer_container a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
.footer_container a:hover {
	color: #F5911e;
	text-decoration:underline;
}
.footer_container a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
/*
/* Forms
*/
.form_container {
	max-width: 1200px;
	width:100%;
	margin-left: auto;
    margin-right: auto;	
	padding: 10px;
	display: flex;
}
/* Smaller screens */
@media screen and (max-width: 670px) {
	.form_left {
		width:100%;
	}
	.form_right {
		display:none;
	}
}
/* Larger screens */
@media screen and (min-width: 671px) {

	.form_left {
		width:50%;
		padding: 25px;
	}
	.form_right {
		width:50%;
		text-align: center;
		padding: 25px;
	}
}

.formfield_text {
	height:30px;
	margin-right: 10px;
	padding-left: 10px;
}
.formfield_smallbutton {
	height:30px;
	width: 75px;
}
.form_title {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	padding-top: 30px;
	padding-bottom: 7px;
}
.formfield_textbox {
	width: 600px;
	height: 250px;	
}
@media screen and (max-width: 650px) {
	.formfield_textbox {
	width: 98%;
	height: 250px;	
	}
	.formfield_text {
	height:30px;
	width: 400px;
	margin-right: 10px;
	padding-left: 10px;
	width: 98%;
	}
}
/* Member Area */
.price {
	font-size: 32px;
	font-weight: 500;
}
/* IMAGES */
.image_800 {
	max-width: 800px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.image_700 {
	max-width: 700px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.image_600 {
	max-width: 600px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.image_500 {
	max-width: 500px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.image_450 {
	max-width: 450px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.image_400 {
	max-width: 400px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.image_300 {
	max-width: 300px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.image_664 {
	max-width: 664px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
/* */
/* SIDEBARS */
/* */
.sidebar_title {
	font-size: 18px;
	font-weight:500;
	margin-top: 45px;
	margin-bottom: 25px;
	color:#2d3091;
}
.sidebar_lists {
	font-weight:300;
	margin-top: 15px;
	margin-bottom: 0px;
	color:#2d3091;
	text-align: left;	
}
/* INDEX LIST DISPLAY */
.index_table {
	width: 100%;
}
.index_left{
	
}
.index_right {
	width: 300px;
}
/* Remove side <td> for tablets */
@media screen and (max-width: 899px) {
	.index_right {
	display: none;
	}
}
/* DISPLAY TABLES */
.displaytable_left {
	width: 100px;
	padding: 14;
}
.displaytable_right {
	text-align: left;
	padding-top: 14;
	padding-right: 30;
	padding-bottom: 14;
	padding-left: 14;
}
@media screen and (max-width: 399px) {
	.displaytable_left {
	display: none;
	}

}
/**/
/**/
/*   INDEX LIST DISPLAY   */
/**/
/**/
.featuretable {
	width: 100%;
}
.featuretable_left{
	
}
.featuretable_right {
	width: 300px;
}
/* Remove side <td> for tablets */
@media screen and (max-width: 770px) {
	.featuretable_right {
	display: none;
	}
}
.featuretableinner_left {
	width: 100px;
	padding: 14;
}
.featuretableinner_right {
	text-align: left;
	padding-top: 14;
	padding-right: 30;
	padding-bottom: 14;
	padding-left: 14;
}

#mymessage {
	background-color:#FF99FF;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	padding: 20px;	
}