@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: KlavLight;
    src: url(../fonts/QuicksandLight.ttf) format("truetype");
}
@font-face {
    font-family: Brit;
    src: url(../fonts/BRITANIC.ttf) format("truetype");
}
@font-face {
    font-family: WebDesigns;
    src: url(../fonts/impact.ttf) format("truetype");
}
@font-face {
    font-family: Pittsburgh;
    src: url(../fonts/MYRIADPRO-REGULAR.OTF) format("opentype");
}
@font-face {
    font-family: KlavBold;
    src: url(../fonts/COPRGTB.ttf) format("truetype");
}
@font-face {
    font-family: KlavReg;
    src: url(../fonts/COPRGTL.ttf) format("truetype");
}
@font-face {
    font-family: HeaderFont;
    src: url(../fonts/COPRGTB.ttf) format("truetype");
}
@font-face {
    font-family: BodyFont;
    src: url(../fonts/COPRGTL.ttf) format("truetype");
}

@font-face {
    font-family: TitleFont;
    src: url(../fonts/Oswald.ttf) format("truetype");
}
@font-face {
    font-family: MenuFont;
    src: url(../fonts/OpenSansCondensed-Bold.ttf) format("truetype");
}
@font-face {
    font-family: MainBody;
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
    font-family: PWDFont;
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}


@font-face {
    font-family: icomoon;
    src: url(../fonts/IcoMoon.ttf) format("truetype");
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-mobile:before {
  content: "\e958";
}
.icon-mobile2:before {
  content: "\e959";
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-location:before {
  content: "\e947";
}
.icon-location2:before {
  content: "\e948";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-pinterest2:before {
  content: "\ead2";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-home3:before {
  content: "\e902";
}
.icon-credit-card:before {
  content: "\e93f";
}
/*Scroll Bar*/
/* width */
::-webkit-scrollbar {
  width: 10px;
	background: transparent;
}

/* Track */
::-webkit-scrollbar-track {
  background: #232323;
}

/* Handle */
::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: #4d87a1;
	margin-right: 2px;
	width: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8cb8c9;

}
/* Firefox */
html {
  scrollbar-color: #4d87a1 #023c5b;
}
#PWD {
	display: inline-flex;
	flex-direction: row;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	align-self: center;
	justify-content: center;
	align-content: center;
	align-items: center;
}

#PWD:hover > .PWDLink {
	color: #5b37cc;
}
.PWDspidericon{
	width: 25px;
	height: 25px;
	padding-left: 5px;
}
.PWDspider {
	fill: #ccc;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#PWD:hover .PWDspider {
	fill: #5b37cc !important;

}
.PWDeyes {
	fill: #5b37cc;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#PWD:hover .PWDeyes {
	fill: #44ef44 !important;
}
.PWDtext {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: PWDFont;
}
.PWDlink:link {
	text-decoration: none;
	color: #ccc;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.PWDlink:visited {
	text-decoration: none;
	color: #ccc;
}
.PWDlink:hover {
	text-decoration: none;
	color: #5b37cc;
}
.PWDlink:active {
	text-decoration: none;
}
.AVdarkblue {
	color: #01354f !important;	
}
.AVlightblue {
	color: #8cb8c9 !important;
}
.White {
	color: #ffffff !important;
}
.Black {
	color: #000000 !important;
}
.Handwriting {
	font-family: Scripty !important;
}
.header {
  width: 100%;
  height: auto;
	left: 0;
	top: 0;
  z-index: 9990 !important;
	position: fixed;
	-webkit-transition: transform 0.6s ease-in;
	transition: transform 0.6s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
.header.unpinned {
  -webkit-transform: translate3d(0%, -110%, 0);
	transform: translate3d(0%, -110%, 0);
}
#imagescrollcontainer{
	width:100%;
	max-width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: hidden;
	content: "";
	-webkit-clip-path: url(#svgmask);
	clip-path: url(#svgmask);
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#svgmask{
	width: 100%;
	height: 100%;
	position: relative;
	align-self: center;
	}
#imageslide{
	width:100%;
	height: 1200px;
	margin-top: 0px;
	position: absolute;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: repeat-y;
	background-position: center center;
	overflow: visible;
}
.bluetint{
	background-color: rgba(1,53,79,0.7);
	padding: 50px;
	border-radius: 25px;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.PictureBorder {
	border:3px solid #8eb7cd;
	border-radius:10px;
	overflow:hidden;
}


.griditem:hover{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	border: none;
	transform: scale(1.1)
}
.griditem:hover .MainBody{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	color: #4d87a1 !important;
}
.griditem:hover .TitleHeader{
    color: #8eb7cd !important;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ProductImage{
	width: 80%;
	padding-top: 80%;
	border-radius: 100%;
	background-color: #fff;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
		
}

.PageTitleHeader {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 600%;
	font-weight: 900;
	color: #fff;
}
.PageTitleHeader2 {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 600%;
	font-weight: 900;
	color: #01354f;
}
.TitleHeader {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 300%;
	font-weight: 900;
	color: #fff;
}
.ProTitleHeader {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 400%;
	font-weight: 900;
	color: #fff;
}
.TitleHeader2 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 330%;
	letter-spacing: .125rem;
	font-weight: 900;
	color: #454545;
	text-shadow: 1px 1px 0px #fff, 3px 2px 0px rgb(0 0 0 / 20%);
}
.TitleHeader3 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 200%;
	letter-spacing: .125rem;
	font-weight: 900;
	color: #454545;
	text-shadow: 1px 1px 0px #fff, 3px 2px 0px rgb(0 0 0 / 20%);
}
.TitleHeaderSm {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 250%;
	font-weight: 900;
	color: #aaa;
	text-shadow: 0px 0px 5px #000;
}
.BalloonHeader {
	font-size: 350%;
	color: #8cb8c9;
	padding-left:0px;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: none;
}
.BalloonHeader2 {
	font-size: 350%;
	color: #01354f;
	padding-left:0px;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: none;
}
.BalloonHeaderW {
	font-size: 350%;
	color: #fff;
	padding-left:0px;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: none;
}
.SmallOrange {
	color: #a05809;
	padding-left: 0px;
	padding-right:0px;
	font-size: 20px;
	padding-bottom: 5px;
	font-family: MenuFont, calibri, Tahoma, Geneva, sans-serif;
}
.MainBody {
	color: #000;
	padding-left: 0px;
	padding-right:0px;
	font-size: 150%;
	line-height:1.5;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
}
.MainBodySmall {
	color: #000;
	padding-left: 0px;
	padding-right:0px;
	font-size: 120%;
	line-height:1.5;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
}

.MainBody2 {
	color: #000;
	padding-left: 0px;
	padding-right:0px;
	font-size: 175%;
	line-height:1.5;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
}
.MainBodyW2 {
	color: #fff;
	font-size: 175%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 300;
	padding-right:0px;
	padding-left:0px;
}
.MainBody222 {
	color: #000000;
	font-size: 200%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
}
.MainBody3 {
	color: #8eb7cd;
	font-size: 150%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:100;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	letter-spacing:.5px;
}
.MainBody4 {
	color: #5c7975;
	font-size: 150%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:100;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	letter-spacing:.5px;
}
.MainBody33 {
	color: #000;
	font-size: 150%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:100;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
}
.MainBodyW33 {
	color: #fff;
	font-size: 150%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:100;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
}
.MainBody333 {
	color: #000;
	font-size: 160%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 100;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
.MainBodyW333 {
	color: #fff;
	font-size: 140%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 100;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}
.FooterIcons {
	color: #ffffff;
	font-size: 175%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 100;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}
.MainBodyWhite3 {
	color: #fff;
	font-size: 150%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: normal;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	letter-spacing:.5px;
}
.MainBodyLg2 {
	color: #000;
	font-size: 350%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-left:0px;
	padding-right:0px;
	text-decoration:none;
}
.MainBodyWhite {
	color: #fff;
	font-size: 350%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: 0px 0px 11px #000;
	text-decoration:none;
}
.MainBodyW {
	color: #FFFFFF;
	font-size: 175%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyO {
	color: #fea400;
	font-size: 175%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.FooterWhite {
	color: #000;
	font-size: 300%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.FooterWhite2 {
	color: #000;
	font-size: 180%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyBlack {
	color: #000;
	font-size: 350%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyWhite22 {
	color: #fff;
	font-size: 110%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-decoration:none;
}
.MainBodyBlue {
	color:#8eb7cd;
	font-size: 200%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
	font-weight:bold;
}
.MainBodyWhite2 {
	color: #FFF;
	font-size: 200%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.MainBodyWhiteHome {
	color: #FFF;
	font-size: 250%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}


.BigMainBodyGreyHome {
	color: #DDD;
	font-size: 300%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	margin:0px;
}

.MainBodyGreyHome {
	color: #aaa;
	font-size: 150%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:3px;
	padding-bottom:3px;
	margin:0px;
}
.MainBodyGreenHome {
	color: #9cbd5e;
	font-size: 250%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.MainBodyBlueHome {
	color: #24448f;
	font-size: 250%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:500;
	margin:0px;
}

.MainBodyGreen2 {
	color: #00FF00;
	font-size: 200%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.MainBodyWhiteFooter {
	color: #fff;
	font-size: 150%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:5px;
	padding-bottom:0px;
	font-weight:100;
	margin:0px;
}

.MainBodyWhiteFooters {
	color: #000;
	font-size: 230%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}

.MainBodyBlack2 {
	color: #000;
	font-size: 300%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:100;
	margin:0px;
}
.MainBodyBlackSm2 {
	color: #5a5a5a;
	font-size: 150%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding:0px;
	font-weight:100;
	margin:0px;
}
.MainBodyRed2 {
	color: #F60019;
	font-size: 220%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.MainBodyLg {
	color: #000;
	font-size: 350%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}

.MainBodyWhiteSm {
	color: #FFF;
	font-size: 175%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-left: 10px;
	padding-right:10px;
}
.RedClose {
	color: #000;
	font-size: 200%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right: 30px;
}
.GreenHighlight {
	text-decoration: none;
	font-family: Brit, calibri, Tahoma, Geneva, sans-serif;
	color: rgba(113, 200, 51, 1);
	text-shadow: 1px 1px 0px #000;
	font-style:italic;
	font-weight:700;
	font-size:110%
}
.Testimonial {
	color: #555;
	font-size: 200%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-left: 20px;
	padding-right:20px;
}
.FooterText {
	color: #777;
	font-size: 120%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.FooterTextSmall {
	color: #5a5a5a;
	font-size: 100%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right:11px;
	padding-left:11px;
}
.FootText {
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-size: 111%;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}
.tint{
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
}
#tintPWD{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	position:fixed;
	z-index:2;
}
#tint2{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
}

.Copyright {
	color: #fff;
	font-size: 111%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-right: 11px;
	padding-left: 11px;
	line-height: 1.5;
}
.FormText {
	color: #cddbde;
	width: 95%;
	max-width: 400px;
	margin-top: 5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 160%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	text-align:left;
}
.FormText2 {
	color: #5c7975;
	width: 95%;
	max-width: 400px;
	margin-top: 5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 160%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	text-align:left;
	font-weight:bold;
}
.formbox {
	width:100%;
	min-height:30px;
	font-size:150%;
	background-color: transparent;
	border-radius:5px;
	color:#fff;
	border: #cddbde solid 3px;
}
.formbox2 {
	width:100%;
	min-height:30px;
	font-size:150%;
	background-color: transparent;
	border-radius:5px;
	color:#fff;
	border: #5c7975 solid 3px;
}
input:required {
  background-color: #8cb8c9;
}
.formareacode {
	width:50px;
	min-height:30px;
	font-size:150%;
	background-color: transparent;
	border-radius:5px;
	color:#fff;
	border: #cddbde solid 3px;
}
.formphone {
	width:100px;
	min-height:30px;
	font-size:150%;
	background-color: transparent;
	border-radius:5px;
	color:#fff;
	border: #cddbde solid 3px;
}
.formmessagebox {
	width:100%;
	min-height:60px;
	font-size:150%;
	background-color: transparent;
	border-radius:5px;
	color:#fff;
	border: #cddbde solid 3px;
}
.formmessagebox2 {
	width:100%;
	min-height:60px;
	font-size:150%;
	background-color: transparent;
	border-radius:5px;
	color:#fff;
	border: #5c7975 solid 3px;
}
.SubmitButton {
	display: inline-block;
	width:auto;
	margin-left:0px;
  border-radius: 5px;
  background-color:#8eb7cd;
  color:#000;
  border:2px solid #8eb7cd;
  padding:10px;
  
}
.SubmitButton:hover {
	background-color: #232323;
	color:#8eb7cd;
	border:2px solid #8eb7cd;
}
.Submit {
	display: inline-block;
	background-color: transparent;
	border-color: transparent;
  	border-width:0px;
  	border-style: none;
  	border: none;
  	color: #FFF;
  	text-align: center;
	font-family: MenuFont, calibri, Tahoma, Geneva, sans-serif;
  	font-size: 90%;
  	padding-bottom:10px;
  	padding-top:10px;
  	padding-left:20px;
  	padding-right:20px;
	margin-left:0px;
	margin-right:0px;
  	width: auto;
  	transition: all 0.5s;
  	cursor: pointer;
  	margin: 5px;
	
}
.Submit:hover {
	background-color: transparent;
	color:#6bcbdd;
}
#formback {
	background-color:#FFF;
	border-color:#CCC;
	border-width: 2px;
	border-radius:5px;
	width:100%;
	display:block;
}

.Red {
	color:#F00;
}
.BudgetBar {
	color: #fff;
	background-color:rgba(30,115,172,0.9);
	padding-top:5px;
	padding-bottom:5px;
	font-size: 200%;
	text-align:center;
	border:none;
}

.WhiteHr{
	color: #FFFFFF;
}
.YellowHr{
	background-color: rgba(247,227,0,1);
	color: #F7E300;
	border-color: #F7E300;
}
.BlackHr{
	background-color: rgba(0,0,0,1);
	color: #000;
	border-color: #000;
}
.RedHr{
	background-color: rgba(242,0,23,1);
	color: #F20017;
	border-color: #F20017;
}

/* Buttons */
.buttoncontainer {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  border-radius:2px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:10px;
  max-width:250px;
}

.buttoncenter {
  width: auto;
  height: 60px;
  position: relative;
}

.solidbtnlight {
  width: 100%;
  height: 60px;
  cursor: pointer;
  background: #8eb7cd !important;
  border: 1px solid #8eb7cd !important;
  border-radius:2px;
    padding-left:20px;
  padding-right:20px;
  outline: none;
  transition: 0.5s ease-in-out;
  box-shadow: none;
}
.solidbtndark {
  width: 100%;
  height: 60px;
  cursor: pointer;
  background: #01354f;
  border: 1px solid #01354f;
  border-radius:2px;
    padding-left:20px;
  padding-right:20px;
  outline: none;
  transition: 0.5s ease-in-out;
  box-shadow: none;
}

#solidbtnlightSVG {
  position: absolute;
  display:inline;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 0.5s ease-in-out;
}
#solidbtndarkSVG {
  position: absolute;
  display:inline;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 0.5s ease-in-out;
}

.solidbtnlight:hover {
  transition: 0.5s ease-in-out;
  background: transparent !important;
  border: 1px solid #8eb7cd !important;
  box-shadow: none;
}
.solidbtndark:hover {
  transition: 0.5s ease-in-out;
  background: #8eb7cd;
  border: 1px solid #01354f;
  box-shadow: none;
}

.solidbtnlight:hover #solidbtnlightSVG {
  stroke-dashoffset: -480;
}
.solidbtndark:hover #solidbtndarkSVG {
  stroke-dashoffset: -480;
}

.solidbtnlighthovertext {
  color: #01354f;
  font-size: 18px;
  font-weight: 100;
  font-weight:bold;
  font-family:Mainbody;
  white-space:nowrap;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.solidbtndarkhovertext {
  color: #8eb7cd;
  font-size: 18px;
  font-weight: 100;
  font-weight:bold;
  font-family:Mainbody;
  white-space:nowrap;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.solidbtnlight:hover > .solidbtnlighthovertext {
	color:#8eb7cd;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.solidbtndark:hover > .solidbtndarkhovertext {
	color:#01354f;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


#BlueButton {
  display: inline-block;
  border-radius: 4px;
  background-color: transparent;
  border: 3px #8eb7cd solid;
  color: #FFF;
  text-align: center;
  font-size: 100%;
  padding: 10px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#BlueButton:hover {
	background-color: #8eb7cd;
	color: #000000;
}
#BlueButton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#BlueButton span:after {
  content: '\00bb';
  font-size:40px;
  position: absolute;
  opacity: 0;
  top: -14px;
  right: -20px;
  transition: 0.5s;
}

#BlueButton:hover span {
  padding-right: 25px;
}

#BlueButton:hover span:after {
  opacity: 1;
  right: 0;
}

#GreenButton {
  display: inline-block;
  border-radius: 10px;
  background-color: #0C74A7;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 90%;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#GreenButton:hover {
	background-color: #838383;
	color:#FFF;
}
#GreenButton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#GreenButton span:after {
  content: '\00bb';
  font-size:40px;
  position: absolute;
  opacity: 0;
  top: -14px;
  right: -20px;
  transition: 0.5s;
}

#GreenButton:hover span {
  padding-right: 25px;
}

#GreenButton:hover span:after {
  opacity: 1;
  right: 0;
}

.BoxShadow{	
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	border-radius: 10px;
}



/* Links */
#OrangeLink a:link {
	text-decoration: none;
	color: #fea400;
}
#OrangeLink a:visited {
	text-decoration: none;
	color: #fea400;
}
#OrangeLink a:hover {
	text-decoration: none;
	color: #0C0;
}
#OrangeLink a:active {
	text-decoration: none;
}
#WhiteLink a:link {
	text-decoration: none;
	color: #fff;
}
#WhiteLink a:visited {
	text-decoration: none;
	color: #fff;
}
#WhiteLink a:hover {
	text-decoration: none;
	color: #232323;
}
#WhiteLink a:active {
	text-decoration: none;
}
#WhiteLink2 a:link {
	text-decoration: none;
	color: #ffffff;
}
#WhiteLink2 a:visited {
	text-decoration: none;
	color: #ffffff;
}
#WhiteLink2 a:hover {
	text-decoration: none;
	color: #8eb7cd;
}
#WhiteLink2 a:active {
	text-decoration: none;
}
#WhiteLink3 a:link {
	text-decoration: none;
	color: #5a5a5a;
}
#WhiteLink3 a:visited {
	text-decoration: none;
	color: #5a5a5a;
}
#WhiteLink3 a:hover {
	text-decoration: none;
	color: #FFF;
}
#WhiteLink3 a:active {
	text-decoration: none;
}
#BlueLink a:link {
	color: #8eb7cd;
	text-decoration:none;
}
#BlueLink a:visited {
	color: #8eb7cd;
	text-decoration:none;
}
#BlueLink a:hover {
	text-decoration: none;
	color: #CCC;
}
#BlueLink a:active {
	text-decoration: none;
}
#RedLink a:link {
	text-decoration: none;
	color: #000;
}
#RedLink a:visited {
	text-decoration: none;
	color: #000;
}
#RedLink a:hover {
	text-decoration: none;
	color: #000;
}
#RedLink a:active {
	text-decoration: none;
}
#BlackLink a:link {
	text-decoration: none;
	color: #000;
}
#BlackLink a:visited {
	text-decoration: none;
	color: #000;
}
#BlackLink a:hover {
	text-decoration: none;
	color: #fff;
}
#BlackLink a:active {
	text-decoration: none;
}
#BlackLink2 a:link {
	text-decoration: none;
	color: #000;
}
#BlackLink2 a:visited {
	text-decoration: none;
	color: #000;
}
#BlackLink2 a:hover {
	text-decoration: none;
	color: #333333;
}
#BlackLink2 a:active {
	text-decoration: none;
}
#GreenLink a:link {
	text-decoration: none;
	color: #5c7975;
}
#GreenLink a:visited {
	text-decoration: none;
	color: #5c7975;
}
#GreenLink a:hover {
	text-decoration: none;
	color: #ccc;
}
#GreenLink a:active {
	text-decoration: none;
}
.SocialMediaButtons {
	max-width:100px;
	opacity:1;
}
.SocialMediaButtons:hover{
	opacity:0.6;
}
.VideoTitles {
	color:#FFF;
	background-color:rgba(22,72,141,0.9);
	font-size:300%;
	padding:10px;
}
.LightBlueText {
	color:#34BEEF;
}
.MidBlueText {
	color:#049CDB;
}
.DarkBlueText {
	color:#0C74A7;
}
.GreyText {
	color:#838383;
}
.LightGreyText {
	color:#BFBFBF;
}


.nav {
    margin-bottom: 18px;
    margin-left: 0;
    list-style: none;
	width:100%;
}

.nav > li > a {
    display: block;
}
            
.nav-tabs{
    *zoom: 1;
}

.nav-tabs:before,
.nav-tabs:after {
    display: table;
    content: "";
}

.nav-tabs:after {
    clear: both;
}


.nav-tabs > li > a {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    line-height: 14px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    border: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
    color: #0C74A7;
    cursor: default;
    background-color: #ffffff;
    border: none;
    border-bottom-color: transparent;
}
            
li {
    line-height: 18px;
}
            
.tab-content.active{
    display: block;
}
            
.tab-content.hide{
    display: none;
}



/* Main Menu */

#menu li{
	width: auto;
	padding-left:20px;
	padding-right:20px;
	position: relative;
	text-wrap:none;
	display: inline-block;
	background-color:transparent;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#menu li .active{
	color: #8eb7cd;
	background-color: transparent;
}
#menu li:hover{
	color: #8eb7cd;
	background-color: transparent;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#menu li:hover > a{
	color: #8eb7cd;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

*html #menu li a:hover{ /* IE6 */
	color: #fff;
	background-color: transparent;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#menu li:hover > ul{
	margin-top:0px;
	max-height: 2000px;
	height:auto;
	background: rgba(35,35,35,1);
	-webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}

/* Sub-menu */
#menu ul{
	overflow:hidden;
	position: absolute;
	left:0%;
	margin-top:0px;
	padding-top:0px;
	width: auto;
	height:0;
	min-width:100%;
	max-height:0px;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000;
	text-shadow: none;
	border-radius: 0px;
	-webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
#menu ul li{
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #000000;
	text-shadow: none;
	width: 100%;
	border-left:none;
	-webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
	transform: none;

}
#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #532F1A;
	text-shadow:none; 
	border: none; 
}
#menu ul a{
	padding: 10px; 
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	margin-right: 0px;
	color: #8eb7cd;
	font-size: 18px;
	font-weight: 200;
	text-shadow: none;
	font-family: MenuFont, calibri, Tahoma, Geneva, sans-serif;
	text-align:left;
	-webkit-transition: all 0.5 ease-in-out;
	transition: all 0.5 ease-in-out;
}
.menudescription{
	color: #fff;
	font-weight: normal;
	font-size: 90%;
	-webkit-transition: all 0.5 ease-in-out;
	transition: all 0.5 ease-in-out;
}
#menu ul a:hover .menudescription{
	color: #000;
	-webkit-transition: all 0.5 ease-in-out;
	transition: all 0.5 ease-in-out;
}
*html #menu ul a{ /* IE6 */   
	height: 10px;
	color: #fff;
	text-shadow:none;
}
*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	color: #fff;
	text-shadow:none;
}
#menu ul a:hover{
	width: auto;
	color:#000;
	text-shadow:none;
    background: #8eb7cd;
}
#menu ul li:hover{
	  background-color:transparent;
}
#menu ul li:first-child a{  
}
#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
}
#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}
#menu ul li:last-child a{
}
/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	
	}
* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */



/* Main Menu Phone */
#menu2{
	width: 100%;
	height: 80%;
	margin-left:  0%;
	padding: 1px 1px 0px 0px;
	list-style: none;  
}

#menu2 li{
	float: left;
	padding: 5px 5px 0px 0px;
	position: relative;
	width:100%;
	border-bottom: thin solid #000;
	
}

#menu2 a{
	display: block;
	height: auto;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:0px;
	padding-top:10px;
	color: #FFF;
	font-size: 16px;
	text-transform: capitalize;
	font-family: MenuFont, calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-weight: 600;
	text-align:left;
	background-color: transparent;
}

#menu2 li:hover > a{
	color: #000;
	background: #8eb7cd;	
}

*html #menu2 li a:hover{ /* IE6 */
	color: #000;
	background: #8eb7cd;
}

#menu2 li:hover > ul{
    display: block;
    opacity:1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}
/* Sub-menu */
#menu2 ul{
	list-style: none;
	display: none;
	position: relative;
	border: thin #0D2456;
	right: 0;
	width: auto; 
	min-width:100%;
	z-index: 99999;
	background: none;
	blend-mode: multiply;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	text-shadow: none;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	border-radius: 0px;
}
#menu2 ul li{
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #fff;
	text-shadow: none;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	width: 100%;
	border-bottom: thin solid #000;
}
#menu2 ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #fff;
	text-shadow:none;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out; 
	border: none; 
}
#menu2 ul a{
	padding: 10px;
	padding-left:40px; 
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	margin-right: 0px;
	color: #FFF;
	font-size: 14px;
	text-transform: capitalize;
	font-family: MenuFont, calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-weight: 600;
	text-align:left;
}
*html #menu2 ul a{ /* IE6 */   
	height: 10px;
	color: #fff;
	text-shadow:none;
}
*:first-child+html #menu2 ul a{ /* IE7 */    
	height: 10px;
	color: #fff;
	text-shadow:none;
}
#menu2 ul a:hover{
	width: auto;
	color:#000;
	text-shadow:none;
    background: #8eb7cd;
}
#menu2 ul li:first-child a{  
}
#menu2 ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #444;
}
#menu2 ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}
#menu2 ul li:last-child a{
}
/* Clear floated elements */
#menu2:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	
	}
* html #menu2             { zoom: 1; } /* IE6 */
*:first-child+html #menu2 { zoom: 1; } /* IE7 */

