/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");


p {margin: 0 0 15px 0;}
img {max-width: 100%;}
a {color:#119fce; text-decoration:none; font-weight:700;}
a:hover {text-decoration: underline;}
.clear { clear:both;}
.aligncenter {text-align: center; margin:2em 0;}
.alignright {text-align: right;}
.img-alignleft {float: left;}
.img-alignright {float:right; margin:15px 0 15px 15px;}
.img-100 {width:100%; height:auto;}
.call-action {padding: 15px; text-align:center; font-weight:700; color:#fff; background-color:#698FC0; margin:45px auto; }
.required {color:#900;}
.red {color:#d81d2e;}
.perperson {
  margin: 0;
  text-align: right;
  color: #CC0000;
}
ul.content-list li { list-style:circle; list-style-position:inside; margin-left:25px; margin-bottom:10px;}
hr.faded {
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 1.4em 0;
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(255,255,255) 100%
  );
}

/*Table*/
.responstable {
  margin: 2em 0 2em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  box-sizing:border-box; 
}
.responstable tr {}
.responstable tr:nth-child(odd) { background-color: #EAF3F3;}
.responstable th { border: 1px solid #626060; background-color: #333333; color: #FFF; padding: 1em; vertical-align: middle; text-align: center !important;  font-weight:700;}
.responstable th:first-child { display: table-cell; }
.responstable th:nth-child(2) {display: table-cell;}
.responstable th:nth-child(2) span {  display: none;}
.responstable th:nth-child(2):after { content: attr(data-th);}

.table-subheader { padding: 10px; text-align: center;
  background: rgba(111,111,111,1);
  background: -moz-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111,111,111,1)), color-stop(100%, rgba(51,51,51,1)));
  background: -webkit-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: -o-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: -ms-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: linear-gradient(to bottom, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#333333', GradientType=0 );
  color: #FFF;  font-size: 16px;   font-weight: 700;
  }
.table-subheader h2 {text-align: center;}


.responstable .table-header-red th {
	 border: none !important; background-color: transparent !important; color: #900;  vertical-align: middle; text-align: center !important;  font-weight:700;
	}


/*Typography*/

h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif; font-weight:700;
  margin-top: 25px;
  margin-bottom: 15px;
}
h1 {font-size: 21px;  color: #2EA28B; font-weight:700; font-family: 'Montserrat', sans-serif; margin-bottom:25px; text-transform:uppercase;}
h1.homepage-title {color: #698FC0; margin: 20px 0 35px; text-align: center;}
h1.inside-title {color:#fff; text-align:center; padding:25px 0;}
.subhead {font-size: 20px; font-weight:700; color:#666; text-transform:capitalize; margin-top:25px; display:inline-block;}

.boxed {  padding: 10px;  text-align: center;
  background: rgba(111,111,111,1);
  background: -moz-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111,111,111,1)), color-stop(100%, rgba(51,51,51,1)));
  background: -webkit-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: -o-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: -ms-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  background: linear-gradient(to bottom, rgba(111,111,111,1) 0%, rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#333333', GradientType=0 );
  color: #FFF; font-size: 14px;  font-weight: 700;  border-radius: 10px 10px 0px 0px;  -moz-border-radius: 10px 10px 0px 0px;  -webkit-border-radius: 10px 10px 0px 0px;  min-height: 58px; 	}
.grey-text-bg {  padding: 10px  13px; background-color:#f7f7f7;}	
.grey-text-bg p {text-align: justify;  }
.flexbox .col {margin-bottom: 20px;}
	
	
	
/*	LAYOUT */
body { color: #818181;  padding:0 15px; font-size:15px; line-height:1.5em; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
background: rgba(212,228,239,1);
background: -moz-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
background: -webkit-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -o-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -ms-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: linear-gradient(to bottom, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=0 );
}
main, .main-full {padding: 20px 50px 50px !important; position:relative;} 

main article:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
  right: 310px;
}
.main-full article:before {
	content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: transparent;
  right: 310px;
	}

header { text-align: center; background-image: url(../images/header-bg.jpg); background-repeat: no-repeat; background-repeat: no-repeat; background-position: 260px 10px; padding:0 min-height:150px; position: relative;}

.logo {position:absolute; bottom:15px; left:0; z-index:10; color:#000; padding:10px 25px;  width:100%;}
.logo h1 {margin: 0; text-align:left;}
.logo h1 a{color:#fff; font-weight:700; text-transform:uppercase; font-size:30px; margin-bottom:0;   text-shadow: 1px 1px 2px rgba(44, 44, 44, 1);}
.logo h1 a:hover {color:#fff; text-decoration:none;}

.live-chat {width: 200px; height:76px; position:absolute;    top: 20px;  right: -28px;}

.menu-container { }
ul.feature-list li { list-style:inside; color:#fff; font-size: 14px; line-height:25px; text-transform:uppercase; font-family: 'Montserrat', sans-serif;}

.full-width {margin: 15px -50px; padding:15px 50px; background-color:#eee;}
.full-width-header {font-size: 20px; font-weight:700; text-transform:uppercase; margin:25px 0;}
.full-width-subheader {font-size: 17px; font-weight:700; text-transform:uppercase; margin:25px 0; color:#069;}
.full-width ul li { list-style:circle; list-style-position:inside; margin-left:25px; margin-bottom:10px;}


/*Menu*/
#navigation { height: 40px; font-family: 'Montserrat', sans-serif; font-weight: 700; position:relative;

background: #444;
 }
#navigation ul { list-style: none; list-style-position: outside; }
#navigation ul li {
	float: left;
	line-height: 40px;
	font-size: 13px;
}
#navigation ul li a { display: block; padding: 0 11px; color: #fff; text-decoration:none;  
 transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
#navigation ul li a:hover,
#navigation ul li.active a  { text-decoration: none; color: #fff; background:#000;

}
#navigation ul li.first a { padding-left: 15px; padding-right:15px; }
#navigation a.nav-btn { display: none; }
#navigation span.slider-shadow { background: url(images/slider-shadow.png) no-repeat 0 0;  width: 100%; height: 13px; position: absolute; bottom: -13px; left: 0px; z-index: 100; display: block; }



ul.content-menu {  margin: 25px 0; padding-top: 20px; border-top: solid #ccc 1px;} 
ul.content-menu:after{  
	content: ""; 
	display: table; 
	clear: both; 
}
ul.content-menu li a{  float: left; padding: 5px 10px; background-color: #698FC0; color:#fff; margin: 0 5px 5px 0;  font-size: 12px; text-decoration: none;  }
ul.content-menu li a:hover {background-color:#263357;}

article {text-align: center; }

aside {	text-align: center; margin-top: 27px; padding: 0 0 0 50px;}
aside img {width: 100%; height:auto;}
footer { text-align: center; background-color: #444; min-height:110px;  font-size: 13px;   padding:15px 50px;   color:#fff; }
footer a {color:#FFC;}
.footer-menu { text-align:right; display:table; width:100%; box-sizing:border-box;}
.footer-menu li{ padding:0 4px 4px; text-transform:capitalize; display:table-cell;}
.footer-menu li.last {border:none;}


/*Elements*/




/*Mobile*/
 
 @media only screen and ( max-width: 767px) { 
 	header {background-image: none;}
	#navigation { padding: 0 0 0 0; height: 45px; }
	#navigation a.nav-btn { display: block; line-height: 45px;  padding-top: 0px; height: 28px; padding-left: 22px; text-transform: uppercase; color: #fff; font-size: 14px; font-weight: 700; text-decoration:none; }
	#navigation a.nav-btn:hover { text-decoration: none; }
	#navigation a.nav-btn span.arr { background: url(images/nav-arr.png) no-repeat 0 0; width: 13px; height: 9px; position: absolute; right: 14px; top: 19px; }
	#navigation a.nav-btn span.arr.active { background: url(images/nav-arr.png) no-repeat 0 bottom; }

	#navigation { position: relative; z-index: 1000; }
	#navigation ul { display: none; position: absolute; top: 45px; left: 0;  width: 100%;}
	#navigation ul li { display: block; line-height: 36px !important; float: none; background:#eee;  }
	#navigation ul li a { padding: 0 22px; color:#333;}
	#navigation ul li.first a { padding-left: 26px; display: none; }
	main {padding: 20px !important;}
	.full-width {  margin: 15px -20px;  padding: 15px 20px;	}
 
 }
 
 @media (min-width: 480px) {
  
  .responstable {width:100%; box-sizing:border-box;}
  .responstable td {
    border: 1px solid #D9E4E6;
  }

.responstable th, .responstable td {
  text-align: left;
  margin: .5em 1em;
}
  
  .responstable th, .responstable td {
    display: table-cell;
    padding: 0.5em;
	box-sizing:border-box;
  }
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
  
  
}