/* 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:#4472B9; 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;}
.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; padding: 1em; 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: #00103C; 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 { font-family: sans-serif; color: #666;  padding:0 15px; font-size:15px; 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 {padding: 20px 50px 50px !important;} 
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;}
.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; }

.focus navigation-home {  padding: 1em 1.8em;}

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;}
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; text-align:center;}
.footer-menu li.last {border:none;}
/*Elements*/

.button, button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #444444;
  padding: 1em 3em;
  margin: 0;
  text-decoration: none;
  color: #fff;
  border: 0px;
  font-size: 1em;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.button-submit {
  background: #00986a;
}
.button-submit:hover {
      background: #000; }
 /*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;
  }
  
  
}



.menu_option:hover { cursor:pointer;} 
.book_button {	border-style: groove; writing-mode: vertical-rl;text-orientation: mixed; vertical-align;middle; width:35px; height:120px;border-radius:5px; color:black; text-shadow:-1px -1px 0 #A84155; background: #D25068; border:1px groove #D25068;  text-align:center;  text-decoration:none; line-height:32px; font-family:'Montserrat', Helvetica; display: block;  font-size:18px; }
.book_button:hover {cursor:pointer; text-decoration:none; background: blue; color:white;} 
.book_button:active { -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset; top:5px; }
.book_button:active:before{ top: -11px; bottom: -5px; content: ""; }

   .smallscreen {display:none}
   .widescreen {display:block}
  
   
   .textarea    {border:1px solid;border-color:gray;width:95%;max-width:270px;}
   .input   {width:95%;max-width:270px;}
   .input-2 {width:95%;max-width:212px;}
   .dropdown {width:95%;max-width:270px;}
   .even    {background: #EDEDED}
   .odd  {background: #EDEDED}
   .mid     {background: #EDEDED}
   .basis   {background: #EDEDED;align:center;width:100%}
   .hide    {display:none}
   .fulltext { display:block}
   .shorttext { display:none}
   
   @media screen and (max-width: 520px) {
         .fulltext { display:none}
         .shorttext { display:block}
         .input {width:95%;max-width:270px;}
         .input-2 {width:95%;max-width:270px;}
         .dropdown {width:95%;max-width:270px;}
         .textarea  {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; width:95%;margin:0; padding:4px;border:1px solid #333;overflow-y:auto;overflow-x:hidden;border-color:gray;max-width:270px;}
         .col25,.col50, .col75 { width: 100%; margin-top: 0;text-align:left; }
         .smallscreen {display:block;}
         .widescreen {display:none;}
         #photopage	{margin:0 5px 0 5px;}
   }
   
   
   /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
   @media screen and (max-width: 359px) {
       .col-25,.col-50, .col-75, #linesendbutton, input[type=submit] { width: 100%; margin-top: 0;text-align:left; }
         //.col-25 { display:none}
         .hide {display:block;}
         .even {background-color: #FFF;}
         .odd {background-color: #EAF3F3;}
         .mid    {background-color: #dee2e2;}
         .basis {background: white;align:center;width:100%}
         .input {width:95%;max-width:270px;}
         .input-2 {width:95%;max-width:270px;}
         .dropdown {width:95%;max-width:270px;}
         .textarea  {     -moz-box-sizing:border-box;
                      -webkit-box-sizing:border-box;
                      box-sizing:border-box;
                      display:block;/*reset from inline*/
                      width:95%;
                      margin:0;/*remove defaults*/
                      padding:4px;
                      //background:#EEF;
                      border:1px solid #333;
                      overflow-y:auto;/*resets IE*/
                      overflow-x:hidden;/*resets IE*/
                      border-color:gray;
                      max-width:270px;
                     }
         .fulltext { display:block}
         .shorttext { display:none}
         .smallscreen {display:block;}
         .widescreen {display:none;}
         #photopage	{margin:0 20px 0 20px;}
                     
 
   }
