article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;min-height:100%;}
body{margin:0;}
a:focus{outline:thin dotted;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
mark{background:#ff0;color:#000;}
code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}
pre{white-space:pre-wrap;}
q{quotes: "\201C" "\201D" "\2018" "\2019";}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-.5em;}
sub{bottom:-.25em;}
img{border:0;width:100%;height:auto;}
svg:not(:root){overflow:hidden;}
figure{margin:0;}
fieldset{margin:0 2px;padding:.35em .625em .75em;}
button,input,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;margin:0;padding:0;}
button{background:transparent;}
button,input{line-height:normal;}
button,select{text-transform:none;}
button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled]{cursor:default;}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
textarea{overflow:auto;vertical-align:top;resize:none;}
table{border-collapse:separate;border-spacing:0;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
b,strong{font-weight:400;}
ol,ul,li{list-style:none;}
caption,th,td{text-align:left;font-weight:300;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
a,a:hover,a:visited{text-decoration:none;}
button,input,fieldset,textarea,select{font-size:inherit;color:inherit;border:none;border-radius: 0;}
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
*{-moz-box-sizing:border-box;box-sizing:border-box;}
a:active,a:hover,:focus{outline:0;}
legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
select,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}


body {
  background-color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  color: #005494; 
}

h1, h2, h3, h4 {
  font-family: 'Khula', Lato, sans-serif;
  color: #005494;
  font-weight: 300;
}

h1 {
 font-size: 28px;
 margin: 0;
}

h2 {
  margin-bottom: 6px;
  margin-top: 60px;
  font-size: 28px;
  text-transform: uppercase;
}


.h2-first {
  margin-top: 20px;
}
h3 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 50px;
}
.h3-first{
  margin-top: 10px;
}

h4 {
  font-size: 22px;
  margin-top: 30px;
}


.tagline-wrap h1, .tagline-wrap h2 {
  text-align: center;
 text-transform: none;
}

.tagline-wrap h1 {
  font-size: 40px;
  margin: 20px 0 2px 0;
}
.tagline-wrap h2 {
  font-size: 32px;
  margin: 0px 0 10px 0;
}



.h2-button {
  display: block;
  border-radius: 1px;
  margin-bottom: 20px;
  font-size: 24px;
}

.maintext .h2-button a {
  padding: 6px 32px 0 12px;
  color: #ffffff;
  line-height: 1.0;
  text-shadow: 1px 1px 1px #000000; 
  background-color: #005494;
  border-bottom: none;
  position: relative;
}

.maintext .h2-button a:after{
    content: '';
    display: block;
    width: 12px;
    height: 14px;
    background-image: url('images/front-arrow.png');
    position: absolute;
    right: 7px;
    top: 16px;
}

.maintext .h2-button a:hover, .maintext .h2-button a:active, .maintext .h2-button a:focus {
    color: #ffffff;
    background-color: #0a2a40;
    border-bottom: none;
}

.maintext .h2-button a:visited {
    color: #ffffff;
}

.sap-bold, .maintext .sap-bold {
  font-weight: 400;
}
.sap-bold-ital {
  font-weight: 400;
  font-style: italic;
}

.maintext p {
  line-height: 1.5;  
  margin: 10px 0 17px 0;
  word-spacing: 1px;
  font-weight: 300;
}


.tagline-wrap p {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin: 20px 0 20px 0;
}


.font-size14 {
  font-size: 14px;
}
.font-size18 {
  font-size: 18px;
}

.font-size20 {
  font-size: 20px;
}


.maintext h4 + p {
  margin-top: 8px;
}


 .maintext a , .maintext a:visited {

  color: #005494;
  border-bottom: 1px dotted #005494;  
}


.maintext a:hover,  .maintext a:active,  .maintext a:focus
{
  color:#002b4c;  
  border-bottom: 1px solid #1F69A1;  
}

.maintext .time-phone:hover,  .maintext .time-phone:active, .maintext .time-phone:focus
{
  color: #005494;
  border: none; 
}

.maintext .time-phone, .maintext .time-phone:visited  {
  color: #005494;
  border:none;
}


 .front-boxes a , .front-boxes a:visited {

  color: #005494;
  border-bottom: 1px dotted #005494;  
}


.front-boxes a:hover,  .front-boxes a:active,  .front-boxes a:focus
{
  color:#002b4c;  
  border-bottom: 1px solid #1F69A1;  
}


img {
  display: block;
  overflow: hidden;
}


.bullet {
  width: auto;
  height: auto;
  margin-top: 5px;
  padding-left: 20px;
  margin-bottom: 20px;
}


.bullet li {
  padding-bottom: 7px;
  padding-left: 20px;
  background-image: url('images/bullet-hollow8.gif');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 0 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  clear: both;
  width: 100%;
}


.header {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 0;
  position: relative; /*needed for positioning language box as absolute inside header*/
}

.header-logo {
  float: left;
  width: 100%;
  height: auto;
  max-width: 236px;
  max-height: 78px;
  margin-top: 9px;
}

.header-phone {
  float: right;
  margin: 29px 46px 0 0;
}

.header-phone p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.header-phone  a, .header-phone  a:visited, .header-email  a, .header-email  a:visited  {
  color: #005494;
}
.header-phone  a:hover,  .header-phone  a:active,  .header-phone  a:focus
{
  color: #005494;
  border: none; 
}

.header-phone a span{
  font-size: 14px;
  padding-right: 7px;
}

.header-phone .header-or{
  font-size: 14px;
  color: #4C87B4;
  padding: 0 10px 0 10px;
  font-weight: 300;
}


/** Google translate css over ride  **/


iframe.goog-te-banner-frame{ display: none !important;}
body {
  position: static !important; 
  top: 0 !important;
}

.goog-te-gadget .goog-te-gadget-simple {
  border-width: 0 ;
  border-left: none;
  padding: 0;
  font-size: 14px;
   text-transform: lowercase;
}


.goog-te-gadget .goog-te-gadget-simple span {
  border-left: 0 !important;
}

.goog-te-gadget .goog-te-gadget-simple span a span:nth-of-type(3)   {
  color: #bbbbbb !important;
}

.goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value {
  font-family: Lato, Arial, sans-serif;
  margin-left: 0;
  color: #005494;
}

.goog-te-gadget-simple img {
  display: inline;
  width: auto;
}


.goog-te-gadget-simple .goog-te-gadget-icon {
  display: none;
}


.header-lang {

  color:#005494;
  font-size: 12px;
  line-height: 1.0;
  float: right;
  width: 158px;
  border: solid 1px #E5EEF4;
  border-radius: 1px;
  padding: 5px 2px 5px 34px;
  background: transparent url("images/select-language-translate.gif") 10px center no-repeat;
  margin-top: 26px;
}

.header-bar {
  width: 100%;
  max-width: 980px;
  height: 1px;
  margin: 3px auto 0;
  background-color: #E5EEF4;
}



.inside-banner {
  width: 100%;
  max-width: 980px;
  margin: 28px 0 0 0 ;
  border-top: 1px solid #E5EEF4;
  border-bottom: 1px solid #E5EEF4;
  text-align: center;
}

.inside-banner-text {
  display: inline-block;
  font-size: 34px;
  padding: 10px 0 4px 0;
}


.family .inside-banner, .contact .inside-banner, .employ .inside-banner, .privacy .inside-banner, .terms .inside-banner, .reg-form .inside-banner{
  border: none;
}

 #blog .inside-banner {
    border: none;
 }

 #blog .inside-banner-text {
    font-size: 42px;
    padding-bottom: 0;
 }


/************************************** front page ****************************/

/**slider *************/
.mainphoto-wrap {
  width: 100%;
  margin: 0 auto;
}



.slider-box2-textp {
 display: inline-block;
  font-size: 27px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000; 
  font-family: 'Khula', Lato, sans-serif;
}


#photoslider2 .slider-box2-textp  {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}


/** tagline   ***/

.tagline-wrap {
  width: 100%;
  margin: 28px auto 60px auto;
  border-top: 1px solid #E5EEF4;
  border-bottom: 1px solid #E5EEF4;
}

.front-boxes {
  width: 100%;
  max-width: 920px;
  margin: 35px auto 0 auto;
  text-align: center;
  /*text-align: justify;*/
  padding: 0 16px 0 16px;
}


.front-box-wrap {
    max-width: 390px;
    vertical-align: top;
    display: inline-block;
    line-height: 1.5;
    width: 48%;
    margin-bottom: 50px;
}

.box1 {
  float: left;
}
.box2 {
  float: right;
}

.box3 {
  width: 98%;
  max-width: 396px; /* seem to need extra width to stop box aliging left at certain screen sizes. */
}

.box3 .front-box-button {
    margin-top: 24px;
}

.front-box {
  float: left;
  min-height: 290px;
  background-color:  #ffffff;
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

.front-box-photo {
  width: 100%;
  max-width: 390px;
}

.front-box-head {
  display: block;
  margin: 25px 0 0 0 ;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.front-box-text {
  max-width: 390px;
  margin: 0 0 5px 0;
}

.row1  .front-box-text { 
  min-height: 125px;
}

.row2  .front-box-text { 
  min-height: 90px;
}


.front-box-text p {
  font-weight: 300;
  text-align: left;
  font-size: 18px;
}


.front-box-button {
  display: block;
  border-radius: 1px;
  text-align: center;
}

.front-box-button a {
  padding: 4px 31px 5px 11px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  text-shadow: 1px 1px 1px #000000; 
  background-color: #005494;
  position: relative;
}

.front-box-button a:after{
    content: '';
    display: block;
    width: 12px;
    height: 14px;
    background-image: url('images/front-arrow.png');
    position: absolute;
    right: 6px;
    top: 10px;
}


.front-box-button a:hover, .front-box-button a:active, .front-box-button a:focus {
    color: #ffffff;
    background-color: #0a2a40;
}

.front-box-button a:visited {
    color: #ffffff;
}


.front-cta {
  width: 100%;
  max-width: 660px;
  border-top: 1px solid #E5EEF4;
  border-bottom: 1px solid #E5EEF4;
  padding: 70px 0 70px 0;
  margin: 0 auto 0 auto;
}

.front-cta-box {
  width: 100%;
  background-color: #005494;
  font-family: Khula, Lato, Arial, sans-serif;
  padding: 15px 0 8px 0;
}

.front-cta-box-group2 {
  float: right;
  width: 81.5%;
}

.front-cta-box  div{
  color: #ffffff;
  text-align: center;
}


.fcb1 {
 float: left;
  width: 18%;
  font-size: 20px;
}

.fcb2 {
    float: right;
  width: 45.4%;
}
.fcb3 {
    float: right;
  width: 9%;
  font-size: 16px;
  padding-top: 7px;
}
.fcb4 {
    float: right;
    width: 45.4%;
}



.fcb1-linebreak {
    display: block;
    font-size: 0;
}

.fcb-phone-linebreak {
  display: none;
}

.fcb-button {
  font-size: 18px;
  color: #005494;
  background-color: #ffffff;
  padding: 7px 10px 5px 10px;
  display: inline-block;
  border: 1px solid #003157;
  border-radius: 2px;
  line-height: 1;
  margin-bottom: 5px;
}


.fcb-button:hover {
  background-color: #092538;
  color: #ffffff;
}


 .fcb-button a , .fcb-button a:visited {
  color: #005494;
}


.fcb-button a:hover,  .fcb-button a:active,  .fcb-button a:focus
{
  color:#ffffff;  
  border-bottom: none;
}



.fcb-phone {
  font-size: 15px;
  font-family: Lato, Arial, sans-serif;
}

.fcb-phone a, .fcb-phone a:visited {
  color: #ffffff;
}

.fcb-phone a:hover,  .fcb-phone a:active, .fcb-phone a:focus
{
  color:#ffffff;  
}



.fcb-rego {
  font-size: 14px;
  font-family: Lato, Arial, sans-serif;
}


/********************   layout ****************************/

.wrapper-100 {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 10px;
}

.wrapper {
  width: 980px;
  margin: 15px auto 0;
}

.index .wrapper-100 {
  margin-top: 0;
}

.index .wrapper {
  margin-top: 25px;
}


.maintext {
  /*margin-left: 1%*/
}

.leftcol {
  width: 600px;
  margin: 28px auto 0 auto;
}


/********************************  inside pages ********************************************/

.breakout {
  border-left: 1px solid #005494;
  background-color: #FAFAFA;
  padding: 1px 20px 1px 25px;
  margin: 40px 40px 40px 30px;
}

.breakout p {
  line-height: 1.8;
  font-size: 20px;
  margin: 11px 0 10px 0;
  color: #003761;
  font-style: italic;
}


.inside-photo {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 10px auto;
}


.inside-photo img {
  width: 600px;
  height: 300px;
}

.social-share {
  margin-top: 80px;
}

.maintext .social-share a {
  border: none;
}
.maintext .page-cta {
  font-size: 20px;
  margin-top: 50px;
}



.video-wrapper {
  width:100%; max-width: 600px; height:100%; margin:0 auto; 
}

.video-iframe {
   position:relative; 
   padding-top: 56%;
}


.video-iframe  iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%; 
  height:100%;
}

/****************************************** FAQ page ************************************************/


.faqlist h2 {
  font-size: 24px;
  margin-top: 20px;
}


.faqlist ul{
  margin: 0 0 30px 15px;
  font-weight: 300;
  /*margin-top: 10px;*/
  font-size: 16px;
}



.faqlist ul li {
  background-image: url('images/down-arrow.gif');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 0 12px;
  padding: 5px 0 0 19px;
}


.faqlist li a ,  .faqlist li a:visited{
  color: #005494;
  border-bottom: none;
}


.faqdetail {
  margin-top: 60px;
  border-top: 1px solid #A1C0D8;
  padding-top: 30px;
}

.faqdetail h3{
margin-bottom: 10px;
margin-top: 20px;
font-size: 26px;
}

.faqdetail h2{
margin-bottom: 40px;
}

.faqdetail p{
  margin: 0 0 50px 20px;
  border-bottom: 1px dotted #A1C0D8;
  padding-bottom: 0;
  position: relative;
}

.faqdetail .faq-top { 
  text-align: right; 
  font-size: 12px; 
  display: block;
  margin-top: 15px;
}

.faqdetail .faq-top a { 
  padding-right: 20px; /* same as width in a:after below */;
  border-bottom: none;
}



.faqdetail .faq-top a:after { 
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  background: url('images/up-arrow.gif') no-repeat scroll 10px 3px transparent;
}



/**************************************  Footer ******************************************************/



.footer {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 50px;
  background-color: #005494;
  border-top: 1px solid #002A5E;
  border-bottom: 1px solid #ffffff;
}

.foot-wrapper {
  width: 100%;
  max-width: 980px;
  margin: 5px auto 0;
  padding: 0 1.5% 30px 1.5%;
}



 .foot-wrapper a , .foot-wrapper a:visited {
  color: #ffffff;
}


.foot-wrapper a:hover,  .foot-wrapper a:active,  .foot-wrapper a:focus
{
  border-bottom: 1px solid #8FB4D0;  
}

.foothead {
  font-family: Lato, sans-serif;
  display: inline-block;
  float: left;
  margin-top: 5px;
  padding-bottom: 6px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.25;
  color: #ffffff;
}


.footleft {
  float: left;
  width: 45%;
  margin: 28px 0 0 3%;
}

.footright {
  float: right;
  width: 35%;
}

.foot-list1 {
  float: left;
  padding-bottom: 10px;
}

.foot-list2 {
  float: right;
  padding-bottom: 10px;
}


.foot-list4 {
  float: right;
  margin:35px 4% 0 0;
  /*padding: 15px 4% 10px 4%;*/
}
.footlist4 {
  float: left;
  clear: both;
  width: 300px;
  margin-top: 20px;
}


.foot-list1 ul,
.foot-list2 ul  {
  float: left;
  clear: both;
  margin-top: 10px;
  margin-left: 10px;
}



.footlist1 li,
.footlist2 li{
  padding-top: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
    clear: both;
}




.footer-table {
  margin: 5px 0 10px 3%;
  table-layout: fixed; /* needed to force word break on long words */
}

.footer-table .spacer td {
  height: 5px ;
  font-size: 0;
}


.footer-table .col1 {
  padding: 0 15px 2px 10px;
  line-height: 1.5;
  width: 35%;
  font-weight: 300;
  word-wrap: break-word;
  font-size: 13px;
  color: #ffffff;
}

.footer-table .col2 {
  padding: 0 0 2px 10px;
  line-height: 1.5;
  font-size: 15px;
}



.footer-logo {
  width: 100%;
  max-width: 212px;
  height: auto;
  text-align: center;
  margin: 0 auto 0 auto;
}

.foot-bottom {
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 5px;
  border-top: 1px solid #A6C3DA;
  background-color: #ffffff;

}


.foot-bottom-wrapper {
  width: 100%;
  max-width: 980px;
  border-top: 1px solid #ffffff;
  padding: 0 3% 0 3%;
  margin: 0 auto;
}

.foot-bottom-wrapper p {
  padding-bottom: 1px;
  font-weight: 300;
}


.copyright {
  font-size: 12px;
  margin-top: 8px;
  color: #444444;
  float: left;
  width: 35%;
}

.foot-ack {
}

.foot-designer {
  float: right;
  margin-top: 8px;
  color: #7f7e7e;
  font-size: 12px
}

.foot-designer  a, .foot-designer a:visited  {
  color: #7f7e7e;
}
.foot-designer  a:hover,  .foot-designer  a:active,  .foot-designer  a:focus
{
  color: #7f7e7e;
  border-bottom: 1px solid #7f7e7e;
}

.foot-photo {
  float: left;
  margin-top: 6px;
  color: #444444;
  font-size: 13px
}

.foot-photo  a, .foot-photo a:visited  {
  color: #444444;
  border-bottom: 1px dotted #7f7e7e;
}
.foot-photo  a:hover,  .foot-photo  a:active,  .foot-photo  a:focus
{
  color: #444444;
  border-bottom: 1px solid #7f7e7e;
}

.foot-link {
  display: inline-block;
  float: right;
  /*line-height: 1;*/
  color: #444444;
  margin-top: 8px;
  font-size: 14px;
}

.foot-link  a, .foot-link  a:visited  {
  color: #444444;
}
.foot-link  a:hover,  .foot-link  a:active,  .foot-link  a:focus
{
  color: #444444;
  border-bottom: 1px solid #999999;
}



/***********************  about us page ************************/

.testimonial-box-about {
  float: left;
  text-align: center;
  margin-top: 0;
  margin-bottom: 45px;
}



.testimonial-box-about blockquote {
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  text-align: left;
  font-style: italic;
  padding: 8px 20px 0 20px;
}

.maintext .testimonial-box-about blockquote p {
    display: block;
    font-size:16px;
    text-align:left;
    padding:0 15px 0 24px;
    position:relative;
    margin-bottom: 10px;
}


/****************************  testimonial page  ******************/


.testi-head-text {
  margin: 30px 0 20px 0;
  font-size: 18px;
}

.testimonial-box {
  float: left;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 45px;
}



.testimonial-box blockquote {
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  text-align: left;
  font-style: italic;
  padding: 8px 20px 0 0;
}

.maintext .testimonial-box blockquote p {
    display: block;
    font-size:16px;
    text-align:left;
    padding:0 15px 0 20px;
    position:relative;
    margin-bottom: 10px;
}

.maintext .testimonial-box blockquote :last-child {
    margin-bottom: 0;
}

.testimonial-box blockquote :first-child:before {
    font-size: 32px;
    font-family: Lato, sans-serif;
    color: #266DA4;
    font-weight:400;
    vertical-align:top;
    line-height:0.8;
    content: "\201C";
    position:absolute;
    left:0;
    top:-2px;
    font-style: normal;
}


.testimonial-box blockquote :last-child:after {
    content: "\201D";
    font-size: 32px;
    font-family: Lato, sans-serif;
    color: #266DA4;
    font-weight:400;
    vertical-align:top;
    line-height:1.0;
    padding-left: 8px;
    font-style: normal;
}


.maintext .testi-sig {
  font-size: 14px;
  font-style:normal;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: right;
  padding-right: 7%;
  line-height: 1.3;
}


.testi-divider {
  margin: 25px auto 0 auto;
  width: 58%;
  border-bottom: 1px solid #ADC8DD;
}



/****************  contact page **********************/

/********************  form *************************/
.contact-form {
  width: 100%;
  margin: 50px 0 0 20px;
}

.contact-form .Zebra_Form label {
  color: #005494;
  font-size: 16px;
}

.form-wrap {
  font-family: 'Lato', Arial, sans-serif;
  width: 500px;
  max-width: 500px;
}

.form-border {
  padding: 15px 10px 5px;
  border:  1px solid #A4BDD0;
  background-color: #ffffff;
}


.form-header p {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding-left: 10px;
  line-height: 1.3;
  color: #005494;
}


.maintext .privacy-footnote {
  font-size: 12px;
  margin-top: 20px;
  max-width: 500px;
  color: #777777;
  padding: 0 10px 0 10px;
}


.contact-table {
  margin-top: 40px;
  margin-bottom: 30px;
  table-layout: fixed; /* needed to force word break on long words */
}

.contact-table .spacer td {
  height: 10px ;
  font-size: 0;
}

.contact-table .col1, .contact-table .col2 {
    padding: 0 15px 2px 10px;
    line-height: 1.5;
}

.contact-table .col1 {
  width: 130px;
  word-wrap: break-word;
  font-size: 17px;
}

.contact-table .col2 {
  font-size: 17px;
}

.contact-table .time-phone{
  font-size:  18px;
}


.gmap {
    background: url('images/map-marker.png') no-repeat scroll 0 6px #ffffff;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 4px;
}


/**********************************  main nav ****************************/
.menu {
  width: 100%;
  margin:0 auto 0px auto;
  max-width: 980px;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 35px;
  left: 0;
  z-index: 99;
}

.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/***  SKIN ***/
.sf-menu {
  float: right;
  padding-top: 3px;
}

.sf-menu ul {
  min-width: 150px; /* allow long menu items to determine submenu width  wf - this was orig 12em*/
  /*wf new rules below to increase top and bottom padding and borders - need background to match .sf-menu ul li  */
  padding: 6px 10px 10px 10px;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  /*border: 1px solid rgba(179,102,196, 0.3);*/
  border-left: 1px solid #ADC8DD;
  border-right: 1px solid #ADC8DD;
  border-bottom: 1px solid #ADC8DD;
  border-top: 1px solid #ADC8DD;
  border-radius: 0 0 1px 1px ;
}


.sf-menu  > li > ul:after {
    right: auto;
    left: 13px;
    border-bottom: 5px solid #FFF;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: -5px;
}
.sf-menu  > li > ul:before {
    right: auto;
    left: 12px;
    border-bottom: 6px solid  #ADC8DD;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: -6px;
}



/* wf put a top border on second level sub menus  */
.sf-menu ul ul {
  padding-top: 0;
  /*border-top: 1px solid #BF9415;*/
}



.sf-menu a {
  text-decoration: none;
  color: #005494;
  padding-top: 10px;
  padding-bottom: 10px; /* wf this increases the "clickable area"  */
}



.sf-menu li {
  white-space: nowrap; /* no need for Supersubs plugin */
  /* wf added styles below  */
  font-family: Lato, sans-serif;
  /*font-size: 13px;   */
  font-size: 15px;   /* was using em for this but it is cumulative so subsequent menu fonts get smaller  - have to use px */
  line-height: 1em;
  color: #005494;
  text-align: center;
  /*height: 20px;*/
  height: 32px;
  margin-top: 1px;
}

.sf-menu > li {
  /*margin-left: 21px;*/
  margin-left: 24px;
  margin-right: 0;
  /*text-transform: uppercase;*/
}


.sf-menu  .menu-home {
  margin-left: 0;
}



.sf-menu .selected > a {
  color: #003761;
  border-bottom: 1px solid #ADC8DD;
}


.sf-menu ul li {
  background-color: #fffffe;
  background-image: none;
  height: 34px;
  text-align: left;
  /* wf change padding and font-size on submenu items  */
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  border-bottom: 1px dotted #d1e2ed;
  text-transform: none;
}

.sf-menu ul li a {
  padding-top: 10px;
}
/* second level submenu background colour  */
.sf-menu ul ul li {
  background: #eeeeee;
}

/*wf change hover background colour of items in submenu  */
.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: #F4F8FA;
}

/* wf change hover border,  .sfhover is to keep top menu changed when on sub menu */
.sf-menu a:hover,
.sf-menu .sfHover > a
 {
  color: #003761;
  border-bottom: 1px solid #ADC8DD;
}


/*wf don't want border underline on sub-menu   */
.sf-menu ul li a:hover,
.index .sf-menu ul li a:hover,
.index .sf-menu ul li .sfHover > a
 {
  border-bottom: none;
}


/*** arrows (for all except IE7) **/

/* styling for both css and generated arrows  wf -  using a "border" technique to simulate arrows */
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  /*top: 50%;*/
  right: 1em;
  /*margin-top: -3px;*/
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  /* wf - these rules removed - were for top arrow */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: 0;
  margin-right: -8px;
  border-color: transparent;
  border-left-color: #ffffff; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255,255,255,.8);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
  border-left-color: #000000; /* wf */
    border-left-color: rgba(0,0,0,.8); /* wf change arrow colour for hover  */
}

/* remove arrow from top menu items  wf */
.sf-arrows > li  > a.sf-with-ul:after {
  border: none;
}

.sf-arrows > li  > a.sf-with-ul {
  padding-right: 0;
}


/****************************************************************************************************************/

@media(max-width: 1000px) {

  .header {
      width: 98%;
  }

  .mainphoto-wrap{
    width: 98%;
    max-width: 980px;
  }


  .index .tagline-wrap {
    width: 98%;
    height: auto;
  }

  .wrapper {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

 .footer .foot-wrapper
   {
    width: 96%;
    margin: 0 auto 0 auto;
  }

  .foot-bottom .foot-bottom-wrapper {
    width: 100%;
  }


  .menu {
    width: 98%;
  }
  .sf-menu > li {
    margin-left: 18px;
  }

}



/****************************************************************************************************************/
/****************************************************************************************************************/

@media only screen and (max-width: 950px) {
  .header-logo {
    max-width: 200px;
    margin-top: 17px;
  }

  .header-lang {
    margin-top: 19px;
  }

  .header-phone { 
    margin-top: 20px;
  }

  .sf-menu > li {
    margin-left: 16px;
  }

  .sf-menu {
    padding-top: 8px;
  }

/*  .header-bar {
    margin-top: 5px;
  }*/
}

/****************************************************************************************************************/
/****************************************************************************************************************/

@media(max-width: 900px) {

/*  .header .header-phone {
    max-width: 200px;
    margin-right:  20px;
    margin-top: 42px;
  }*/


/*  .header-or:before { 
    content: '\A'; 
     white-space: pre;
   }*/


 .wrapper-100 {
    margin-top: 0;
  }

  .wrapper-100 .wrapper {
    width: 100%;
    margin-top: 22px;
  }


 .header-logo {
    max-width: 180px;
    margin-top: 20px;
  }
  .sf-menu > li {
    margin-left: 12px;
  }


  .header-lang {
    margin-top: 12px;
  }

  .header-phone { 
    margin-top: 13px;
  }

  .sf-menu {
    padding-top: 11px;
  }



  .foot-wrapper {
    padding: 0;
  }

  .footleft {
    width: 45%;
  }

  .foot-list4 {
    padding-right: 1%;
    padding-left:  1%;
  }

 
}

/****************************************************************************************************************/
/****************************************************************************************************************/


@media(max-width: 850px) {

  .header-logo {
      max-width: 236px;
      margin-top: 5px;
  }

   .header-lang {
    margin-top: 30px;
  }

  .header-phone { 
    margin-top: 31px;
  }

}

/****************************************************************************************************************/
/****************************************************************************************************************/


@media(max-width: 800px) {

  .header-phone {
    margin-right: 20px;
  }

  .row1  .front-box-text { 
    min-height: 140px;
  }

 .box3 .front-box-button {
    margin-top: 24px;
  }


.footright {
  float: left;
  width: 100%;
  margin-top: 45px;
}

.footleft {
  width: 96%;
  margin-left: 3%;
}

.foot-list1 {
    width: 48%;
}

.foot-list2 {
    float: left;
    width: 48%;
}

.foot-list4 {
  margin: 0 auto;
  float: none;
  width: 100%;
  max-width: 370px;
}


}

/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/


@media(max-width: 700px) {


  .header .header-phone {
    max-width: none;
    margin-top: 14px;
    margin-right: 1px;
    clear: right;
  }

  .header-lang {
    margin-top: 16px;
  }


  .wrapper .leftcol {
    width: 96%;
    max-width: 600px;
  }


  .front-boxes {
    text-align: center;
  }

  .front-box-wrap {
    width: 100%;
  }

  .front-box-button {
    margin-top: 24px;
  }

  .row1 .front-box-text, .row2 .front-box-text, .box3 .front-box-text {
    min-height: 0;
  }

  .box1 , .box2, .box3 {
  float: none;
  }

  .box3 {
    max-width: 390px;
  }

  .front-cta {
    padding: 60px 0 60px 0;
  }

  .copyright {
      width: 50%;
      float: left;
      text-align: left;
  }

  .foot-link {
      float: none;
      margin-top: 12px;
      margin-bottom: 10px;
      width: 100%;
      text-align: center;
  }



}

/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/

@media(max-width: 600px) {


  h2 {
    margin-top: 50px;
  }
  .header-phone .header-or {
      padding: 0px 4px;
  }


  .front-cta {
    padding: 50px 0 50px 0;
  }

  .fcb1-linebreak {
      display: none;
  }

  .fcb1 {
    width: 100%;
    margin-bottom: 10px ;
    letter-spacing: 1px;
    font-size: 24px;
  }

  .front-cta-box-group2 {
    width: 100%;
  }

  .inside-photo img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

  .index .footer {
    margin-top: 40px;
  }

  .contact-form {
    width: 100%;
    margin: 40px 0 0 0;
  }

  .form-wrap {
    width: 100%!important;
    margin: 0 auto;
  }


}
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/


@media(max-width: 500px) {


  h2 {
      margin-top: 40px;
  }
  .header-logo {
    float: none;
    height: auto;
    width: 96%;
    max-width: 236px;
    margin-right: auto;
    margin-left: auto;
  }

  .header .header-phone {
    float: none;
    width: 100%;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }


.header-phone .header-or {
    padding: 0px 10px;
}

  .header-lang {
    margin: 14px auto 0 auto;
    float: none;

  }


.wrapper .inside-banner-text {
  font-size: 24px;
}

.wrapper-100 .wrapper {
    margin-top: 18px;
}

.tagline-wrap {
    margin: 18px auto 40px;
}



.menu {
  margin-top: 0;
  margin-bottom: 0;
}


  .wrapper .leftcol {
    margin-top: 18px;
  }


  .front-cta {
    padding: 40px 0 40px 0;
  }

  .fcb-phone span {
    display: none;
  }

  .fcb-phone-linebreak {
     display: block;
      font-size: 0;
  }

  .fcb2 {
    width: 51%;
  }

  .fcb3 {
    width: 8%;
  }

  .fcb4 {
      width: 39.8%;
  }

  .testimonial-box-about blockquote {
      padding: 8px 10px 0px;
  }

  .breakout {
    margin: 40px 20px 40px 20px;
  }


.contact-form {
  margin: 30px 0 0 0;
}


  /* Force contact table to  be not like tables anymore */
  .contact-table , .contact-table tbody, .contact-table td, .contact-table tr { 
    display: block; 
  }

  .contact-table {
    width: 100%;
    border: none;
  }
  
 
  .contact-table tr { 
    border: 1px solid #ddd;
    border-top: 2px solid #ddd;
   }

    .contact-table .spacer{ 
      border: none;
      border-bottom: none; 
      height: 15px ;
      }

  
  .contact-table td { 
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding: 0 0 0 5px; 
    word-wrap: break-word;
  }

  .contact-table .col1, .contact-table .col2  {
    width: auto;
  }

  .contact-table .col1 {
    border-bottom: 1px solid #ddd; 
    padding: 8px 0 6px 5px; 
  }

  .contact-table .col2  {
    padding: 5px 0 8px 5px; 
  }

  .testi-head-text {
      margin: 20px 10px 0px 10px;
      max-width: 100%;
  }
  .testimonial-box {
    padding-right: 0;
  }

  .testimonial-box blockquote {
      padding: 0;
  }

  .social-share {
    margin-top: 50px;
  }

  .faqlist ul{
    margin-top: 5px;
  }


  .faqlist ul li {
    padding-top: 10px;
  }

}



/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/


@media(max-width: 400px) {

  .header .header-phone {
    margin-top: 10px;
  }
  .header .header-phone p{
    font-size: 20px
  }

  .header-phone a span{
  font-size: 16px;
  }

  .header-phone .header-or{
    font-size: 18px;
    padding: 0 6px 0 6px;
  }

  .header .header-logo {
    margin-top: 35px;
  }


  .h2-button {
    font-size: 20px;
    text-align: center;
  }

  .maintext .h2-button a:after{
    top: 14px;
}

  .wrapper-100 .wrapper {
      margin-top: 14px;
  }

  .tagline-wrap {
      margin: 14px auto 20px;
  }

  .front-boxes {
    width: 100%;
  }

  .testimonial-box-about blockquote {
      padding: 6px 4px 0px 4px;
  }

  .testimonial-box-about {
      margin-bottom: 40px;
  }

  .footleft {
    width: 98%;
    margin-left: 1%;
  }

  .footlist4 {
      width: 100%;
      margin-top: 10px;
      padding-right: 1%;
  }

  .footer-table {
    margin-left: 1%;
  }

  .foot-designer, .foot-photo {
      width: 100%;
      text-align: center;
  }

  .copyright {
      width: 100%;
      text-align: center;
  }

  .foot-link {
      float: none;
      margin-top: 12px;
      width: 100%;
      text-align: center;
  }

  .breakout {
    margin: 30px 0 30px 0;
  }


}








/**********************   narrow screen alternative menu  *******************/
/************************* from astuteo  ***************************************/
.nav-button { display: none; } /* hide the navigation button by default */

@media only screen and (min-width: 0px) and (max-width: 850px) {

  /* Navigation Button
  -------------------------------------------------------- */

  .nav-button {
    display: block;
    position: absolute;
    top: 8px;
    left: 12px;
    width: 110px;
    height: 32px;
    background: url('images/menu-icon-small.png');  /*modified wf as wasn't working in iphone 4 */
    background-color: #002238;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0 none;
    border: 1px solid #000000;
    border-radius: 1px;
    z-index: 999;
    text-indent: -9999px;
  }

  .nav-button.open {
    background: url('images/close-icon-large.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px, 100%;
    background-color: #002238;
  }

  /* Navigation Bar
  -------------------------------------------------------- */

  body { margin-top: 50px; } 

  .menu-bar-holder, .menu-bar-inner  {height: 0; border: none;}

  .sf-menu {
    width: 100%;
    float: none;
    background-color: #005494; /* change the menu color */
/*    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
    background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
    background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
    background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));*/
    display: block;
    height: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*box-shadow: 0px 1px 2px rgba(0,0,0,.6);*/
    position: absolute;
    top:0 ;
    left: 0;
    z-index: 998;
    clear: both;
  }


  .sf-menu li,
  .sf-menu li.menu-home ,
  .sf-menu li.menu-about ,
  .sf-menu li.menu-apply ,
  .sf-menu li.menu-blog,
  .sf-menu li.menu-faq ,
  .sf-menu li.menu-fees ,
  .sf-menu li.menu-service ,
  .sf-menu li.menu-testi ,
  .sf-menu .menu-contact   { 
    display: none;
    width: 100%;
    font-family: Arial;
    font-size: 16px;
    padding: 0;
    margin: 0;
    height: auto;
    background-image: none;
    line-height: 1.38em;
    white-space: normal;
    text-align: left;
  }



.sf-menu  > li > ul:after {

    left: 36px;
    border-bottom: 5px solid #FFF;

}
.sf-menu  > li > ul:before {
    left: 35px;
    border-bottom: 6px solid  #669fc4;
}

.sf-menu ul {
  position: relative;
  border: none;
  top: auto;
  left: auto;
  box-shadow: none;
  border-radius: 0 ;
}


.sf-menu ul ul {
  position: relative;
  top: auto;
  left: auto;
}

.sf-menu ul li {
  height: auto;
  font-size: 15px;
  padding: 0;
}


  .sf-menu li a {
    display: block;
    width: 90%;
    padding: 8px 5%;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-top: 1px solid rgba(255,255,255,.1); 
    box-sizing: content-box;
    -moz-box-sizing: content-box; /* these were set in standardize - need to override for this mobile menu */
  }

/* wf override orig menu */
.sf-arrows > li > a.sf-with-ul
{
  padding: 9px 5%;
}

.sf-menu .selected > a, .index .sf-menu .selected > a{
    background-color: #014878;
    border-bottom: 1px solid transparent;
    color: #ffffff;
}

.sf-menu .selected > a:hover, .index .sf-menu .selected > a:hover{
    background-color: #F4F8FA;
    border-bottom: 1px solid transparent;
    color: #003761;
}


.sf-menu li:hover,
.sf-menu li.sfHover {
    background-color: #F4F8FA;
}

.sf-menu li a:hover {
    border-top-color: transparent;
  }

.sf-menu a:hover,
.sf-menu .sfHover > a,
.index .sf-menu a:hover,
.index .sf-menu .sfHover > a
 {
    border-bottom: 1px solid rgba(0,0,0,.2);
}


  /* Toggle the navigation bar open  */

  .sf-menu.open { 
    height: auto; 
    padding-top: 50px;
  }
  .sf-menu.open li { 
    display: block; 
  }

  /* Submenus – optional .parent class indicates dropdowns */

  .sf-menu > li:hover > a {
    /*background: rgba(0,0,0,.5);*/
    border-bottom-color: transparent;
  }
  .sf-menu li.parent > a:after {
    content: "▼";
    color: rgba(255,255,255,.7);
    float: right;
    padding-right: 2.5em;
  }
  .sf-menu li ul {
    display: none;
    background: #014878;
    border-top: 1px solid #a9c7db;
    padding: 0 0 0 4%;
  }
  .sf-menu li ul a {
    border: 0 none;
    font-size: 16px;
    padding: 10px 5%;
    font-weight: normal;
    width: auto;
    color: #000000;
    background-color: #F4F8FA;
  }
  .sf-menu li ul a:hover {
    background-color: #F4F8FA;
  }

  .sf-menu li:hover ul {
    display: block;
    /*border-top: 0 none;*/
    background-color: #014878;
  }


} /* End Mobile Styles */


/********************* ie11 fixes ************/

/**************** fix for fuzzy background image if border-radius set  ******/

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .nav-button { border-radius: 0 } 
}


/******************  print overrides  *******************/


 @media print {
  
  
  .menu,  .foot-link, .foot-designer, .inside-photo,
  .footleft, .social-share, .mainphoto-wrap, .header-lang, .front-box-button, 
   .ap-contact { display : none; } 
  .leftcol {width: 98%;}

}