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

@media only screen and (min-width: 481px) {
    /* For mobile phones: */

body {
	font-family:'Oxygen', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:22px;
	letter-spacing:.2px;
}

#mainMenufull {
	width:100%;
	height:55px;
	background-color:#06628d;
	border-bottom: 5px solid #075275;
	position:fixed;
	top:0;
	left:0;
	
}

#mainArea {
	width: 1024px;
	height:auto;
	border: 0px solid #eeeeee;
	margin: 0px auto 0px auto;
}

#mainMenu {
	width:100%;
	height:70px;
	background-color:#06628d;
	border-bottom: 5px solid #075275;
	position:fixed;
	top:0;
	left:0;
}

.menuItemswrap {
	width: 1024px;
	margin: 0px auto 0px auto;
}

.menuItems {
	list-style:none;
	margin:0;
	padding: 5px 0px 0px 20px
	}
	
.menuItems li {
	background-color:#06628d;
	list-style:none;
	list-style-image:none;
	display:inline-block;
	color:#ffffff;
	padding:5px 20px 5px 15px;
	text-align:center;
}

.menuItems li a:hover {
	color:#72d1f6;
}

.menuItems li a {
	color:#ffffff;
	text-decoration:none;
}

.menuDivider {
	border-right: 1px solid #72d1f6;
	margin: 15px 0px 15px 0px;
}

.menuDividerLast {
	margin: 15px 0px 0px 0px;
}

.leftColumn {
	width:50%;
	float:left;
	padding-left:35px;
	padding-top:20px;
}

.rightColumn {
	width:35%;
	float:right;
	margin-left:8%;
	margin-bottom: 30px;
	padding-right:35px;
	padding-top:20px;

}

#buttonsArea {
	width: 954px;
	height:170px;
	display:inline-block;
	background-color:#eeeeee;
	padding:25px 35px 15px 35px;
	display:inline-block;
}


.footerButtonwrap {
	width:175px;
	background-color:#eeeeee;
	display:inline-block;
	margin-right:19px;
	background-color:#22628D;
}

.footerButtontext {
	width:175px;
	height:auto;
	background-color:#22628D;
	color:#ffffff;
	text-align:center;
	padding: 0px 0px 5px 0px;
}

#buttonsArea a {
	color:#ffffff;
	text-decoration:none;
}

#footer {
	height:auto;
	display:inline-block;
	background-color:#dddddd;
	font-size:10px;
	font-weight:300;
	line-height:18px;
	letter-spacing:.2px;
	padding:15px 35px 15px 35px;
}

.ctapanel {
	background-color:#94231A;
	color: #ffffff;
	padding-bottom: 20px;
    box-shadow: 5px 5px 0px #840903;
	height:390px;
}

.ctapanelText {
	width: 240px;
	padding-bottom: 20px;
	line-height:170%;
	float:left;
}

.ctapanel a {
	color: #ffffff;
	text-decoration:underline;
}

.paddingLeftRight {
	padding: 0px 20px;
}

.cont {
	display: table;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
	width: 200px;
	border: 1px solid #ffffff;
	padding: 5px 10px 10px 10px;
	background-color: #eeeeee;
}

.cell a {
	text-decoration: none;
	color: #000000;
}

.cell:hover {
	background-color: #dddddd;
	text-decoration: underline;
}

.noroll:hover {
	background-color: #eeeeee;
	text-decoration: none;
}

.contForm {
	display: table;
}

.rowForm {
	display: table-row;
}

.cellForm {
	display: table-cell;
	width: 130px;
	border: 1px solid #ffffff;
	padding: 5px 10px 10px 0px;
	background-color: #ffffff;
}
	
}

@media only screen and (max-width: 480px) {
    /* For mobile phones: */
    
    body {
	font-family:'Oxygen', sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:26px;
	letter-spacing:.2px;
}

#mainMenufull {
	width:100%;
	height:auto;
	background-color:#06628d;
	border-bottom: 5px solid #075275;
}

#mainArea {
	width: 100%;
	height:auto;
	border: 0px solid #eeeeee;
	margin: 0px auto 0px auto;
	display: inline-block;
}

#mainMenu {
	width:100%;
	/*height:70px;*/
	background-color:#06628d;
	border-bottom: 5px solid #075275;
	position:fixed;
	top:0;
	left:0;
	overflow: scroll;
}

.menuItemswrap {
	width: 100%;
	margin: 0px auto 0px auto;
}

.menuItems {
	list-style:none;
	margin:0;
	padding: 5px 0px 0px 20px
	}
	
.menuItems li {
	background-color:#06628d;
	list-style:none;
	list-style-image:none;
	display:inline-block;
	color:#FFFFFF;
	padding:5px 0px 5px 15px;
	text-align:center;
}

.menuItems li a:hover {
	color:#72d1f6;
}

.menuItems li a {
	color:#ffffff;
	text-decoration:none;
}

.menuDivider {
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	list-style: none;
	width: 50%;
	height: 40px;
	float:left;
	display: block;
}
	
.menuDivider a {
	color: #ffffff;
	text-decoration: none;
}

.menuDividerLast {
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	list-style: none;
	width: 50%;
	height: 40px;
	float:left;
	display: block;
}
	
.menuDividerLast a {
	color: #ffffff;
	text-decoration: none;
}


.leftColumn {
	width:100%;
	float:left;
	padding-left:5px;
	padding-top:5px;
}

.rightColumn {
	width:100%;
	margin-left:0px;
	margin-bottom: 30px;
	padding-right:5px;
	padding-top: 5px;

}

#buttonsArea {
	width: 100%;
	height:auto;
	display:inline-block;
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
	display:inline-block;
}


.footerButtonwrap {
	width:100%;
	background-color:FFFFFF;
	display:inline-block;
	margin-top: 20px;
	background-color:#22628D;
}

.footerButtontext {
	width:100%;
	height:auto;
	background-color:#22628D;
	color:#ffffff;
	text-align:center;
	font-size: 1.1em;
	padding: 10px 0px 15px 0px;
}

#buttonsArea a {
	color:#ffffff;
	text-decoration:none;
}

#footer {
	width: 90%;
	height:auto;
	display:inline-block;
	background-color:#dddddd;
	font-size:0.8em;
	font-weight:300;
	line-height:18px;
	letter-spacing:.2px;
	padding:5% 5% 5% 5%;
	margin-top: 10px;
}

.ctapanel {
	background-color:#94231A;
	color: #ffffff;
	height:auto;
	display: inline-block;
}

.ctapanelText {
	width: 100%;
	padding-bottom: 5px;
	line-height:170%;
	float:left;
}

.ctapanel a {
	color: #ffffff;
	text-decoration:underline;
}

.paddingLeftRight {
	padding: 0px 20px;
}

.cont {
	display: table;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
	width: 200px;
	border: 1px solid #ffffff;
	padding: 5px 10px 10px 10px;
	background-color: #eeeeee;
}

.cell a {
	text-decoration: none;
	color: #000000;
}

.cell:hover {
	background-color: #dddddd;
	text-decoration: underline;
}

.noroll:hover {
	background-color: #eeeeee;
	text-decoration: none;
}

.contForm {
	display: table;
}

.rowForm {
	display: table-row;
}

.cellForm {
	display: table-cell;
	width: 130px;
	border: 1px solid #ffffff;
	padding: 5px 10px 10px 0px;
	background-color: #ffffff;
}

.hide {
	display: none;
}
    
}

/* RESPONSIVE TOP NAV CODE */

@media only screen and (min-width: 481px)
{
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:#06628d;
}

ul.topnav li {
	float: left;
	}

ul.topnav li a {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  transition: 0.3s;
}

ul.topnav li a:hover {
	background-color: #06628d;
	}

ul.topnav li.icon {
	display: none;
	}
	
.js_enabled #cookie-message {
    display: none;
	}
 
#cookie-message {
            background-color: #000000;
            color: #FFFFFF;
            margin: 0 auto;
            padding: 1em;
            position: fixed;
			bottom: 0;
			left: 0;
			width: 100%;
			opacity: 0.9;
			text-align: center;

        }
	
}

@media only screen and (max-width: 480px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
	color: #ffffff;
	padding-right: 40px;
  }
  .js_enabled #cookie-message {
    display: none;
	}
 
#cookie-message {
            background-color: #000000;
            color: #FFFFFF;
            margin: 0 auto;
            padding: 1em;
            position: fixed;
			bottom: 0;
			left: 0;
			width: 100%;
			opacity: 0.9;
			text-align: center;
        }
}

@media only screen and (max-width: 480px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
	}
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
  .js_enabled #cookie-message {
    display: none;
	}
 
#cookie-message {
            background-color: #000000;
            color: #FFFFFF;
            margin: 0 auto;
            padding: 1em;
            position: fixed;
			bottom: 0;
			left: 0;
			width: 100%;
			opacity: 0.9;
			text-align: center;

        }
}
