body {
  font-family: "Lato";
}
.grey_row .carousel_col {
  min-height: 150px;
}
/* mixins */
.cf:after {
  content: "";
  display: table;
  clear: both;
}
b,
strong {
  font-weight: 600;
}
.blue {
  color: #045483;
}
.strong {
  font-weight: 500;
}
.quicklinks-title {
  color: #444444;
  font-weight: 500;
}
.main-content {
  font-size: .875em;
  line-height: 1.285;
  color: #898989;
  padding: 30px 0;
  background: #ffffff url(../img/swoop2.jpg) 97% -220px no-repeat;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .main-content {
    background: none;
    padding-top: 0px;
  }
}
.main-content.singleRow:before {
  content: "";
  display: block;
  background: url("../img/square.png");
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  right: -8%;
}
@media only screen and (max-width: 768px) {
  .main-content.singleRow:before {
    display: none;
  }
}
.main-content.faded {
  background: #ffffff url(../img/swoop_faded.jpg) 106% -220px no-repeat;
}
.main-content h2 {
  color: #4fa8dc;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400 !important;
}
@media only screen and (max-width: 767px) {
  .main-content h2 {
    margin: 0px 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .main-content h2.top-h2 {
    width: 450px !important;
  }
}
.main-content a {
  color: #0072bc;
}
.main-content a:hover {
  color: #005389;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6
 {
  margin: 0;
  font-weight: normal;
}
.main-content h1 {
  color: #045483;
  font-size: 52px;
  line-height: 1em;
}
.main-content .board-banner {
  margin-top: 18px;
}
.main-content h4 {
  color: #898989;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
.main-content h3 {
  font-size: 20px;
  font-weight: 500;
  color: #045483;
}
.main-content h6 {
  font-weight: 500;
  font-size: 17px;
  color: #045483;
}
.main-content h5 {
  font-weight: 500;
  font-size: 15px;
  color: #045483;
}
.main-content.split {
  background-image: none;
  padding-bottom: 0;
  position: relative;
  min-height: 1400px;
}
.main-content.split > .large-8 {
  padding-bottom: 20px;
}
.main-content.split:before {
  content: "";
  display: block;
  /*background: url("../img/square.png");*/
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 72.5%;
}
@media only screen and (max-width: 768px) {
  .main-content.split:before {
    display: none;
  }
}
.main-content.split.mygrange {
  min-height: 1000px;
}
.main-content .columns {
  padding-left: 0;
}
.main-content .columns.hasFindform {
  padding-right: 50px;
}
.main-content .indentCol .column,
.main-content .indentCol .columns {
  padding-left: 0.9375em;
}
.main-content .find_box {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-content .find_box h3 {
  color: #045483 !important;
  text-align: left !important;
  padding-left: 15px !important;
  font-weight: 500;
}
.main-content .find_box input[type="text"] {
  float: left;
  width: 30%;
}
.main-content .find_box select {
  float: right;
  width: 65%;
  font-size: 12px;
}
.main-content .find_box input[type="submit"] {
  float: left;
}
.mygrange {
  padding-top: 5px !important;
  background-position: 100% 70px;
}
.inlineQl {
  clear: both;
  width: 100%;
  padding: 20px 0 0;
  margin: 0 0 20px;
}
.inlineQl li {
  display: inline;
}
.inlineQl li:last-child a:after {
  display: none;
}
.inlineQl a {
  position: relative;
  display: inline-block;
  margin: 0 6px;
}
.inlineQl a:after {
  content: "";
  position: absolute;
  width: 1px;
  display: block;
  height: 14px;
  background-color: #B1B1B1;
  text-decoration: none;
  right: -8px;
  top: 37%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.find_box,
.form_box {
  background: #e0e3e9;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: -moz-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: -o-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e3e9), to(#f2f3f6));
  background-image: -webkit-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: linear-gradient(to bottom, #e0e3e9 0%, #f2f3f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E3E9', endColorstr='#F2F3F6', GradientType=0);
  /* IE6-8 */
  border: 1px solid #e2e5ea;
}
.find_box form,
.form_box form {
  padding: 15px;
}
.find_box h3.heading,
.form_box h3.heading {
  position: relative;
  color: #045483;
  padding: 15px;
  font-size: 18px;
  background-color: #e5e9ed;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMwNSA1MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDciLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDciLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIzMDUiIGhlaWdodD0iNTIiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 826px) {
  .find_box h3.heading,
  .form_box h3.heading {
    font-size: 15px;
  }
}
.find_box h3.heading:before,
.form_box h3.heading:before {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  left: 0;
  bottom: 1px;
  position: absolute;
}
.main_vis .find_box form {
  padding: 0;
}
/*IE uses this */
/*input[type="submit"], -sbaskaran 04/21/2014*/
a.btn,
.btn {
  display: inline-block;
  margin-top: 13px;
  clear: both;
  color: #f9f9f9;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.52);
  cursor: pointer;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 14px;
  border: 1px solid #02395a;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #035382;
  box-shadow: 0 1px 0 #ffffff, inset 0 0 0 rgba(163, 168, 168, 0.44);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 0 0 rgba(163, 168, 168, 0.44);
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 0 0 rgba(163, 168, 168, 0.44);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDU1IDI5IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2MjYyNjIiIHN0b3Atb3BhY2l0eT0iMC4zNiIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MjYyNjIiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjU1IiBoZWlnaHQ9IjI5IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(bottom, rgba(99, 99, 99, 0.36) 0%, rgba(99, 99, 99, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(99, 99, 99, 0.36) 0%, rgba(99, 99, 99, 0) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(99, 99, 99, 0.36) 0%, rgba(99, 99, 99, 0) 100%);
  background-image: linear-gradient(bottom, rgba(99, 99, 99, 0.36) 0%, rgba(99, 99, 99, 0) 100%);
}
/*input[type="submit"]:hover,input[type="submit"]:focus, -sbaskaran 04/21/2014*/
a.btn:hover, a.btn:focus,
.btn:hover,btn:focus  {
  background: #f9f9f9;
  border: 1px solid #c6c4c4;
  color:  #545454 !important;
}
/*input[type="submit"].register-submit, -sbaskaran 04/21/2014*/
a.btn.register-submit,
.btn.register-submit {
  margin-bottom: 20px;
}
/*input[type="submit"].large, -sbaskaran 04/21/2014*/
a.btn.large,
.btn.large {
  font-size: 16px;
  padding: 5px 20px;
}
/*input[type="submit"].btn_red, -sbaskaran 04/21/2014*/
a.btn.btn_red,
.btn.btn_red {
  background: #ff3019;
  background-image: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background-image: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background-image: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background-image: linear-gradient(top, #ff3019 0%, #cf0404 100%);
  border-color: #e51700;
}
/*input[type="submit"].btn_red:hover, -sbaskaran 04/21/2014*/
a.btn.btn_red:hover,
.btn.btn_red:hover {
  background: #f9f9f9 !important;
  border: 1px solid #c6c4c4;
}
/*input[type="submit"].btn_login, -sbaskaran 04/21/2014*/
a.btn.btn_login,
.btn.btn_login
 {
  line-height: 26px;
  padding: 0px;
  margin: 0;
  border: 1px solid #636363;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  margin-left: 13px;
  float: right;
  text-shadow: 1px 1px 1px #2e2e2e;
  padding: 0 20px;
  background: #7c7c7c;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: -moz-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: -o-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7c7c7c), color-stop(1, #4d4d4d));
  background-image: -webkit-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: linear-gradient(to bottom, #7c7c7c 0%, #4d4d4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7C7C7C', endColorstr='#4D4D4D', GradientType=0);
  /* IE6-8 */
  cursor: pointer;
}
/*input[type="submit"].btn_login:hover, -sbaskaran 04/21/2014*/
a.btn.btn_login:hover,
.btn.btn_login:hover {
   background: #f9f9f9;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f9f9f9', GradientType=0);
  border: 1px solid #c6c4c4;
  color:  #545454 !important;
  /*text-shadow: 1px 1px 0 #ddd;*/
  outline: none;
}
a.btn.btn_AuthPymt,
.btn.btn_AuthPymt
{
  display: inline-block;
  margin-top: 13px;
  clear: both;
  color: #f9f9f9;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.52);
  cursor: pointer;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 14px;
  border: 1px solid #02395a;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #035382;
  box-shadow: 0 1px 0 #ffffff, inset 0 0 0 rgba(163, 168, 168, 0.44);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 0 0 rgba(163, 168, 168, 0.44);
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 0 0 rgba(163, 168, 168, 0.44);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDU1IDI5IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2MjYyNjIiIHN0b3Atb3BhY2l0eT0iMC4zNiIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MjYyNjIiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjU1IiBoZWlnaHQ9IjI5IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(bottom, rgba(99, 99, 99, 0.36) 0%, rgba(99, 99, 99, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(99, 99, 99, 0.36) 0%, rgba(99, 99, 99, 0) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(99, 99, 99, 0.36) 0%, rgba(99, 99, 99, 0) 100%);
  background-image: linear-gradient(bottom, rgba(99, 99, 99, 0.36) 0%, rgba(99, 99, 99, 0) 100%);
    }
    a.btn.btn_AuthPymt:hover,
.btn.btn_AuthPymt:hover
{
  background: #f9f9f9;
  border: 1px solid #c6c4c4;
  color:  #545454 !important;
}

a.btn.btn_AgreeService,
.btn.btn_AgreeService
{
  display: inline-block;
  margin-top: 13px;
  clear: both;
  color: #f9f9f9;
  font-size: 16px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.52);
  cursor: pointer;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 20px;
  border: 1px solid #02395a;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #035382;
  box-shadow: 0 1px 0 #ffffff, inset 0 0 0 rgba(163, 168, 168, 0.44);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 0 0 rgba(163, 168, 168, 0.44);
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 0 0 rgba(163, 168, 168, 0.44);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDU1IDI5IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2MjYyNjIiIHN0b3Atb3BhY2l0eT0iMC4zNiIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MjYyNjIiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjU1IiBoZWlnaHQ9IjI5IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(bottom, rgba(99, 99, 99, 0.36) 0%, rgba(99, 99, 99, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(99, 99, 99, 0.36) 0%, rgba(99, 99, 99, 0) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(99, 99, 99, 0.36) 0%, rgba(99, 99, 99, 0) 100%);
  background-image: linear-gradient(bottom, rgba(99, 99, 99, 0.36) 0%, rgba(99, 99, 99, 0) 100%);
    }
    a.btn.btn_AgreeService:hover,
.btn.btn_AgreeService:hover
{
  background: #f9f9f9;
  border: 1px solid #c6c4c4;
  color:  #545454 !important;
}

.txt {
  color: #949494;
  font-style: italic;
  font-size: 13px;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.75), inset 2px 3px 8px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 2px 3px 8px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 2px 3px 8px rgba(0, 0, 0, 0.11);
  border: 1px solid #d9dcdf;
}
.dateText {
  color: #949494;
  font-size: 13px;
  font-weight:500;
  height: 36px;
  line-height: 36px;
  display:inline-block;
  margin-bottom:5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.75), inset 2px 3px 8px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 2px 3px 8px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 2px 3px 8px rgba(0, 0, 0, 0.11);
  border: 1px solid #d9dcdf;
}
.centered {
  text-align: center;
}
.thGrid {
  text-align: center;
  width: 100%;
  clear: both;
}
.thGrid .columns {
  margin-bottom: 25px;
  max-width: 220px;
  padding-right: 0;
  margin-left: 35px;
}
.thGrid .columns:last-child {
  float: left;
}
.thGrid .columns:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 1014px) {
  .thGrid .columns.first {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1014px) {
  .thGrid .columns {
    margin: 0 10px 15px;
    display: inline-block;
    float: none;
  }
  .thGrid .columns.first,
  .thGrid .columns:first-child {
    margin-left: 10px;
  }
  .thGrid .columns:last-child {
    float: none;
  }
}
.thGrid img {
  display: block;
  margin-bottom: 5px;
}
.thGrid .title {
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: #1f1f1f;
  margin-top: 7px;
}
.grey_row:before {
  right: -63px;
}
@media only screen and (max-width: 1014px) {
  .grey_row:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .grey_row .large-8:before {
    display: none;
  }
}
.grey_row.main-basement {
  z-index: 1;
  font-size: .875em;
  line-height: 1.285;
  color: #898989;
}
.grey_row.main-basement .large-8 {
  background-image: none;
  min-height: 500px;
}
.grey_row.main-basement img {
  float: none;
  margin: auto;
  width: auto;
}
.grey_row.main-basement p {
  float: none;
  font-weight: 400;
  width: auto;
  line-height: 1.4em;
}
.grey_row.main-basement h3 {
  width: auto;
}
.grey_row.main-basement a {
  float: none;
  display: inline;
}
.grey_row.main-basement ul li {
  padding-bottom: 5px;
}
.grey_row.main-basement p strong,
.grey_row.main-basement ul strong {
  font-weight: 500;
}
.grey_row.main-basement h4 {
  color: #898989;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: normal;
}
.boxWth {
  position: relative;
}
.boxWth .item {
  position: relative;
}
.boxWth:after {
  content: "";
  display: table;
  clear: both;
}
.boxWth .imgHolder {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .boxWth .imgHolder {
    float: left;
    position: static;
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .boxWth .desc {
    display: inline;
  }
}
.boxWth.common {
  padding-left: 0;
}
.boxWth.common .item {
  padding-left: 250px;
  min-height: 150px;
  margin-bottom: 50px;
  position: relative;
  clear: both;
}
.boxWth.common .item + p {
  margin-top: -35px;
}
.boxWth.common .item:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .boxWth.common .item {
    padding-left: 0;
  }
}
.boxWth.common .item.right {
  padding-left: 0;
  padding-right: 250px;
}
.boxWth.common .item.right .imgHolder {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .boxWth.common .item.right .imgHolder {
    float: right;
    position: static;
    margin: 0 0 0 10px;
  }
}
.boxWth.taller .imgHolder {
  position: static;
  float: left;
  margin: 0 15px 5px 0;
}
.singleTestimonial.boxWth {
  padding-left: 170px;
  min-height: 150px;
}
@media only screen and (max-width: 767px) {
  .singleTestimonial.boxWth {
    padding-left: 0;
  }
}
.singleTestimonial .headline {
  display: block;
  font-style: italic;
  margin-bottom: 25px;
  letter-spacing: 0.025em;
  font-size: 24px;
  color: #045483;
  font-weight: 500;
  line-height: 1.1em;
}
.singleTestimonial .author {
  padding-left: 15px;
}
.singleTestimonial .type {
  font-size: 13px;
  color: #76b9e3;
}
.name {
  position: relative;
  color: #959595;
  font-size: 18px;
  display: block;
  clear: both;
}
.name:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #959595;
  width: 16px;
  left: -20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main-basement.grey_row .large-4,
.rightCol .tier2 {
  padding-top: 50px;
}
.main-basement.grey_row .large-4 h2.title,
.rightCol .tier2 h2.title {
  padding-left: 3px;
  padding-top: 25px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
  color: #888;
  font-size: 15px;
  margin-bottom: 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.86);
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .main-basement.grey_row .large-4 h2.title,
  .rightCol .tier2 h2.title {
    font-size: 11px;
  }
}
.main-basement.grey_row .large-4 .sepBar,
.rightCol .tier2 .sepBar {
  position: relative;
  margin-left: -50px;
  right: -0.9375em;
  height: 3px;
  background-color: #d7d7d7;
  z-index: 4;
  clear: both;
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .main-basement.grey_row .large-4 .sepBar,
  .rightCol .tier2 .sepBar {
    margin-left: 0;
    right: auto;
  }
}
.whyUs .item {
  min-height: 40px;
  margin-bottom: 10px;
  padding-left: 110px;
}
@media only screen and (max-width: 767px) {
  .whyUs .item {
    padding-left: 0;
  }
}
.whyUs .desc {
  padding-top: 10px;
  color: #555555;
}
.grey_row .large-4 {
  padding-top: 50px;
}
.grey_row .carousel_col {
  padding-top: 0;
}

.browser_update
{
	font-size:14px;
	border-bottom:1px solid #ccc;
	clear:both;
	height:85px;
	background: #feeea3;
	padding: 10px 0 0 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #c6c4ad;
	display:none;
	width:100%;
}




.browser_update .alert_icon
{
	text-align:right;
}

.introText {
  color: #898989;
  font-size: 18px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1200px) {
  .introText {
    width: 80% !important;
  }
}
.columns.rightCol {
  min-width: 340px;
  right: -8%;
  padding-right: 0 !important;
  background-color: #ffffff;
  position: absolute;
  /*height: 100%;*/
}
@media only screen and (max-width: 1145px) {
  .columns.rightCol {
    min-width: 1px;
    right: 0;
    position: relative;
  }
  .columns.rightCol .pushM1 {
    margin-left: 0;
  }
}
.columns.rightCol .tier1 {
    position: relative;
    padding-top: 20px;
    background-image: -ms-linear-gradient(left, #004271 -0.78%, #4fa7db 149.22%);
    background-image: -moz-linear-gradient(left, #004271 -0.78%, #4fa7db 149.22%);
    background-image: -o-linear-gradient(left, #004271 -0.78%, #4fa7db 149.22%);
    background-image: -webkit-gradient(linear, left top, left right, color-stop(0, #004271), color-stop(1, #4fa7db));
    background-image: -webkit-linear-gradient(left, #004271 -0.78%, #4fa7db 149.22%);
    background-image: linear-gradient(to right, #004271 -0.78%, #4fa7db 149.22%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004271', endColorstr='#4fa7db', GradientType=0);
    /* IE6-8 */
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
    padding-right: 8%;
    color: #fff;
    margin-bottom: -14px;
}
@media (min-width: 769px) {
    .tier1 {
        height: 800px;
    }
}
@media (max-width: 768px) {
    .tier1 {
        height: fit-content;
    }
}
.columns.rightCol .tier1.tall {
  margin-bottom: -25px;
}
.columns.rightCol .tier1.toppadding {
  padding-top: 199px;
}
.columns.rightCol .tier1:before,
.columns.rightCol .tier1:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
.columns.rightCol .tier1 > * {
  position: relative;
  z-index: 1;
}
.columns.rightCol .tier1 h2,
.columns.rightCol .tier1 h3,
.columns.rightCol .tier1 h4 {
  color: #fff;
}
.columns.rightCol .tier1:before {
  height: 215px;
  top: 0;
  /*
  background-image: -ms-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  */
  /* IE6-8 */
}
.columns.rightCol .tier1.toppadding:before {
  height: 176px;
}
.columns.rightCol .tier1:after {
  height: 100%;
  top: 0;
  background: url(../img/rightCol-bottomShape.png) 0 625px no-repeat;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .columns.rightCol .tier1:after {
    display: none;
  }
}
.columns.rightCol .tier1 h3,
.columns.rightCol .tier1 h4,
.columns.rightCol .tier1 ul,
.columns.rightCol .tier1 p {
  padding-left: 44px;
}
.columns.rightCol .tier1 h3.chairman {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}
.columns.rightCol .tier1 h4.title {
  color: #AADEFC;
  margin-top: 0px;
}
.columns.rightCol .tier1 a {
  color: #fff;
}
.columns.rightCol .tier1 h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
}
.columns.rightCol .tier1 .find_box {
  -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
.columns.rightCol .tier1 .find_box h3 {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 826px) {
  .columns.rightCol .tier1 .find_box h3 {
    font-size: 15px;
  }
}
.columns.rightCol .tier1 .sidebarNav {
  font-size: 16px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  list-style: none;
  margin-bottom: 25px;
}
.columns.rightCol .tier1 .sidebarNav a {
  text-decoration: none;
  line-height: 22px;
}
.columns.rightCol .tier1 .sidebarNav a:hover {
  text-decoration: underline;
}
.columns.rightCol .tier2 {
  padding-right: 8%;
  position: relative;
}
.columns.rightCol .tier2:before,
.columns.rightCol .tier2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
.columns.rightCol .tier2 > * {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.columns.rightCol .tier2 .sepBar {
  margin-left: 0;
  right: auto;
  width: 100%;
}
.columns.rightCol .tier2:before {
  width: 92%;
  right: 0px;
  height: 50px;
  top: 0px;
  background: url("../img/strips.png");
  content: " ";
  -moz-box-shadow: 4px 2px 10px #d4d4d4;
  -webkit-box-shadow: 4px 2px 10px #d4d4d4;
  box-shadow: 4px 2px 10px #d4d4d4;
}
@media only screen and (max-width: 1145px) {
  .columns.rightCol .tier2:before {
    width: 100%;
  }
}
.columns.rightCol .tier2:after {
  width: 19px;
  left: 0px;
  height: 273px;
  top: 20%;
  background: url("../img/shadow.png");
}
.columns.rightCol .tier2 .carousel_col {
  float: none;
  clear: both;
  width: 100%;
}
.columns.rightCol .tier2 .carousel_col .featured_agent {
  float: left;
  width: 100%;
  border-top: 2px solid #d7d7d7;
  padding-top: 30px;
  margin-top: 25px;
  position: relative;
}
.columns.rightCol .tier2 .carousel_col .featured_agent img {
  float: right;
  right: 0px;
  top: 30px;
  border: 2px solid #fff;
  width: 40%;
}
.columns.rightCol .tier2 .carousel_col .featured_agent h2 {
  margin: 0;
  float: left;
  width: 55%;
  font-size: 18px;
  font-weight: 100;
  color: #646464;
  text-transform: uppercase;
}
.columns.rightCol .tier2 .carousel_col .featured_agent p {
  color: #898989;
  font-size: 14px;
  width: 55%;
  font-weight: 300;
  float: left;
  margin: 16px 0 0 0;
}
.columns.rightCol .tier2 .carousel_col .featured_agent p strong {
  color: #555555;
}
.columns.rightCol .tier2 .carousel_col .featured_agent p a {
  color: #4fa8dc;
  font-size: 13px;
  text-decoration: none;
}
.columns.rightCol .tier2 .carousel_col .featured_agent p.small {
  font-size: 12px;
}
.columns.rightCol .tier2 .carousel_col .featured_agent p.small a {
  text-decoration: underline;
  color: #898989;
}
.columns.rightCol .tier2 .carousel_col .caroufredsel_wrapper {
  float: left !important;
  width: 100% !important;
}
.columns.rightCol .tier2 #carousel {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.columns.rightCol .tier2 #carousel li {
  float: left;
}
.columns.rightCol .tier2 #carousel li h2 {
  font-size: 16px;
  margin: 15px 0;
  color: #555555;
  font-weight: 400 !important;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .columns.rightCol .tier2 #carousel li h2 {
    font-size: 14px;
  }
}
.columns.rightCol .tier2 #carousel li p {
  margin: 0;
  color: #898989;
  font-size: 13px;
}
.columns.rightCol .pushM1 {
  margin-left: -20px;
}
.columns.rightCol .pushM2 {
  margin-left: -85px;
}
@media only screen and (max-width: 768px) {
  .columns.rightCol .pushM1,
  .columns.rightCol .pushM2 {
    margin-left: 10px;
  }
}
.columns.rightCol .blueSep {
  background: url(../img/rightColsep.png) 0 0 repeat-x;
  height: 2px;
  margin-bottom: 10px;
  width: 81%;
}
.carousel_col .title a,
.featuredTimeline .nav a {
  line-height: 56px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #e1e1e1;
  width: 13%;
  text-indent: -99999px;
  margin-left: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.carousel_col .title a:before,
.featuredTimeline .nav a:before {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -12px;
  content: " ";
  display: block;
  background: url('../img/sprite.png') no-repeat -265px -1px;
}
.carousel_col .title a.prev {
  right: 14%;
}
.carousel_col .title a.prev:before,
.featuredTimeline .nav a.prev1:before {
  background: url('../img/sprite.png') no-repeat -219px -1px;
}
img[src*=PDF-icon] {
  margin-right: 8px;
}
.main-content .pushed {
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .main-content .pushed {
    padding-right: 0;
  }
}
.headerImage {
  width: 100%;
  max-width: 397px;
  border: 6px solid #fff;
  -moz-box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .headerImage {
    margin: 0 auto 20px;
  }
}
.wWideBanner .columns.rightCol {
  z-index: 0;
  overflow: hidden;
  margin-top: -30px;
}
@media only screen and (max-width: 767px) {
  .wWideBanner .columns.rightCol {
    margin-top: 0;
    padding-top: 20px;
  }
}
.wWideBanner .columns.rightCol .tier1 {
  padding-top: 100px;
}
.wWideBanner .columns.rightCol .tier1:before {
  top: -140px;
}
.wWideBanner .columns.rightCol .pushM1,
.wWideBanner .columns.rightCol .pushM2 {
  margin-left: 40px;
  max-width: 80%;
}
@media only screen and (max-width: 767px) {
  .wWideBanner .columns.rightCol .pushM1,
  .wWideBanner .columns.rightCol .pushM2 {
    margin-left: 20px;
  }
}
.qFind {
  margin-bottom: 25px;
}
.qFind .find_box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.qFind .find_box form {
  padding: 20px;
}
.qFind .find_box select {
  float: none;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
}
.qFind .find_box input {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: 10px;
}
.qFind .find_box input[type="text"] {
  width: 50%;
}
.qFind .find_box input[type="submit"] {
  margin-top: 5px;
}
.columns.wVideo {
  padding: 0;
}
.videoHolder {
  height: 0;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.videoHolder iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
ul.cheks {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
ul.cheks li {
  padding-left: 22px;
  background: url(../img/check.png) 0 4px no-repeat;
  line-height: 22px;
  display: block;
}
.accordion {
  margin-bottom: 20px;
}
.accordion .title {
  display: block;
  font-size: 16px;
  color: #555555;
  line-height: 25px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
}
.accordion .title span {
  color: #045483;
  margin-right: 10px;
  font-size: 20px;
}
.accordion .title:hover,
.accordion .title:focus {
  color: #045483;
}
.accordion div {
  background-color: #EFEFEF;
  padding: 10px 20px;
}
.accordion p {
  margin: 0;
}
.cycleHolder {
  margin-bottom: 55px;
  position: relative;
}
.cycleHolder p.introText {
  margin-bottom: 25px;
}
.cycleHolder .nav,
.cycleHolder .nav2 {
  position: absolute;
  bottom: 0;
  z-index: 300;
  height: 28px;
  padding-top: 20px;
  float: left;
}
.cycleHolder .nav a,
.cycleHolder .nav2 a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  margin-right: 3px;
  width: 10px;
  height: 10px;
  background-color: #969696;
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 3px rgba(0, 0, 0, 0.6);
}
.cycleHolder .nav a.hover,
.cycleHolder .nav2 a.hover,
.cycleHolder .nav a.activeSlide,
.cycleHolder .nav2 a.activeSlide {
  background-color: #97c129;
}
.cycleHolder.testimonial {
  padding: 60px 20px 55px 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cycleHolder.testimonial {
    padding: 40px 20px;
  }
}
.cycleHolder.testimonial:before,
.cycleHolder.testimonial:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 24px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 731px;
}
.cycleHolder.testimonial:before {
  background-image: url(../img/t-sep.png);
  top: 0;
}
.cycleHolder.testimonial:after {
  background-image: url(../img/b-sep.png);
  bottom: 0;
}
.cycleHolder.testimonial .boxWth {
  width: 100% !important;
  margin-bottom: 55px;
}
.cycleHolder .cycle .boxWth {
  margin-bottom: 0;
}
.shadowed {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 10px;
  margin-bottom: 05px;
}
.shadowed:before,
.shadowed:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 24px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 731px;
}
.shadowed:before {
  background-image: url(../img/t-sep.png);
  top: 0;
}
.shadowed:after {
  background-image: url(../img/b-sep.png);
  bottom: 0;
}
.tweets {
  clear: both;
  padding-top: 20px;
}
.tweets ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tweets ul li {
  display: block;
  padding-left: 33px;
  background: url(../img/bird.png) 0 0 no-repeat;
  font-size: 14px;
}
.tweets ul .date {
  display: block;
  text-align: right;
  font-size: 13px;
  color: #898989;
}
.highlightImg {
  margin-bottom: 20px;
  text-align: center;
}
.highlightImg img {
  margin-bottom: 10px;
  float: right;
}
@media only screen and (max-width: 660px) {
  .highlightImg img {
    float: none !important;
  }
}
.highlightImg img.left {
  float: left;
}
.personDesc .desc {
  font-size: 15px;
}
.personDesc .quote {
  font-style: italic;
  font-size: 20px;
  color: #045483;
  font-weight: 500;
}
.pplModule {
  margin-bottom: 40px;
  clear: both;
  color: #636363;
}
.pplModule .imgHolder {
  position: relative;
  display: block;
  margin-bottom: 5px;
  max-width: 135px;
}
.pplModule .imgHolder .caption {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  z-index: 2;
  font-size: 15px;
  color: #fff;
}
.pplModule .imgHolder img {
  position: relative;
  z-index: 1;
}
.pplModule .personTitle {
  text-transform: uppercase;
  color: #898989;
  font-size: 13px;
  display: block;
}
.pplModule.grid {
  font-size: 11px;
}
.pplModule.grid a {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
ul.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.breadcrumbs li {
  color: #898989;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  display: inline;
}
ul.breadcrumbs li:before {
  content: "/";
  margin: 0 5px;
}
ul.breadcrumbs li:first-child:before {
  display: none;
}
ul.breadcrumbs li a {
  text-decoration: none;
  color: #898989 !important;
}
ul.breadcrumbs li a:hover {
  text-decoration: underline;
}
.theDate {
  color: #898989;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}
.docList {
  padding: 20px 0;
}
.docList img[src*=PDF-icon] {
  width: 16px;
}
.docList ul {
  list-style: none;
  padding: 0;
}
.docList a {
  color: #4fa8dc !important;
}
.docList a:hover {
  text-decoration: none;
}
h3 .descr {
  font-weight: normal;
  text-decoration: underline;
  color: #636363;
  font-size: 15px;
  padding-left: 10px;
}
.sendMessage label.block {
  display: block;
  width: 100%;
  clear: both;
}
.sendMessage label,
.sendMessage .txt,
.sendMessage select {
  margin: 7px 0;
}
.sendMessage label {
  cursor: pointer;
  color: #7e7d7d;
  font-weight: 600;
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
.sendMessage input.txt,
.sendMessage select {
  width: 65%;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.sendMessage input[type="checkbox"] + label,
.sendMessage .checkbox + label {
  width: auto;
  font-size: 13px;
  margin-right: 3px;
}
textarea,
textarea.txt {
  resize: vertical;
  width: 100%;
  height: 160px;
}
.featuredTimeline {
  width: 100%;
  border: 1px solid rgba(203, 208, 216, 0.55);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #e5e9ed;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDY0NSA0MjgiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIwLjY5Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNjQ1IiBoZWlnaHQ9IjQyOCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, rgba(215, 215, 215, 0.69) 0%, rgba(215, 215, 215, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(215, 215, 215, 0.69) 0%, rgba(215, 215, 215, 0) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(215, 215, 215, 0.69) 0%, rgba(215, 215, 215, 0) 100%);
  background-image: linear-gradient(bottom, rgba(215, 215, 215, 0.69) 0%, rgba(215, 215, 215, 0) 100%);
  padding: 28px 18px 28px 28px;
  position: relative;
  margin-bottom: 110px;
}
.featuredTimeline ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.featuredTimeline li {
  list-style: none;
}
.featuredTimeline .imgHolder {
  float: left;
  margin: 0 25px 10px 0;
}
.featuredTimeline .desc,
.featuredTimeline .imgHolder {
  position: relative;
  z-index: 1;
}
.featuredTimeline .nav {
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 0;
  width: 73px;
}
.featuredTimeline .nav a {
  width: 35px;
}
.featuredTimeline .nav a.prev1 {
  left: 0;
}
.featuredTimeline .nav a.next1 {
  right: 0;
}
.featuredTimeline h3 {
  font-size: 31px !important;
}
.featuredTimeline h6 {
  font-size: 19px;
  color: #444444;
  margin: 0;
}
.featuredTimeline .pagination {
  position: absolute;
  height: 25px;
  background-color: #dedede;
  bottom: -50px;
  left: 0;
  width: 100%;
}
.featuredTimeline .pagination a {
  float: left;
  height: 25px;
  width: 3px;
  background-color: #045483;
  display: block;
  margin: 0 80px 0 15px;
  position: relative;
  text-decoration: none;
}
.featuredTimeline .pagination a:before,
.featuredTimeline .pagination a:after {
  position: absolute;
  color: #898989;
}
.featuredTimeline .pagination a:before {
  content: "|";
  bottom: -20px;
  left: -1px;
}
.featuredTimeline .pagination a:after {
  content: attr(title);
  bottom: -40px;
}
.featuredTimeline .pagination a span {
  display: none;
  width: 29px;
  height: 25px;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -15px;
  background: url(../img/Timeline-Indicator-Arrow.png) 0 0 no-repeat;
}
.featuredTimeline .pagination a:hover span,
.featuredTimeline .pagination a.selected span {
  display: block;
}
.featuredTimeline .pagination a:hover:after,
.featuredTimeline .pagination a.selected:after {
  font-weight: 500;
}
.actInfo {
  /* padding-left: 30px; */
  font-size: 18px;
  line-height: 1.4em;
  color: #898989;
}
@media only screen and (max-width: 767px) {
  .actInfo {
    padding-left: 0;
  }
}
.actInfo .labelLike {
  color: #447c9f;
  font-weight: 600;
}
.actInfo strong,
.actInfo b {
  color: #242424;
}
.actInfo .active {
  color: green;
}
.actInfo .inactive {
  color: red;
}
.actInfo.homeLinks {
  padding-left: 0px;
  margin-top: 0px;
  display: inline-block;
}
.actInfo.homeLinks img {
  width: 65%;
  max-width: 200px;
  margin-bottom: 20px;
}
.actInfo.homeLinks a {
  text-decoration: none;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .actInfo.homeLinks a {
    display: inline-block;
    margin-bottom: 30px;
  }
}
.highlightBox {
  width: 100%;
  max-width: 447px;
  border: 1px solid #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-color: #f7f7f1;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  margin-bottom: 25px;
}
.highlightBox .col {
  width: 50%;
  padding: 20px 0 20px 25px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .highlightBox .col {
    padding: 10px;
  }
}
.highlightBox .heading {
  color: #fff;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  background-color: #004F87;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDQ4OCA0MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDA0Zjg3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDg2OWFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI0ODgiIGhlaWdodD0iNDIiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, #004f87 0%, #0869af 100%);
  background-image: -o-linear-gradient(bottom, #004f87 0%, #0869af 100%);
  background-image: -webkit-linear-gradient(bottom, #004f87 0%, #0869af 100%);
  background-image: linear-gradient(bottom, #004f87 0%, #0869af 100%);
}
.highlightBox .heading .col {
  padding: 10px 0 10px 25px;
}
@media only screen and (max-width: 767px) {
  .highlightBox .heading .col {
    padding: 5px 10px;
  }
}

.highlightBox .inner2 {
  padding: 10px 0 10px 25px;
}

.paymentBox {
  width: 100%;
  max-width: 547px;
  border: 1px solid #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #f7f7f1;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  margin-bottom: 25px;
}
.paymentBox .col {
  width: 33%;
  padding: 20px 0 20px 25px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .paymentBox .col {
    padding: 10px;
  }
}
.paymentBox .heading {
  color: #fff;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  background-color: #004F87;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDQ4OCA0MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDA0Zjg3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDg2OWFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI0ODgiIGhlaWdodD0iNDIiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, #004f87 0%, #0869af 100%);
  background-image: -o-linear-gradient(bottom, #004f87 0%, #0869af 100%);
  background-image: -webkit-linear-gradient(bottom, #004f87 0%, #0869af 100%);
  background-image: linear-gradient(bottom, #004f87 0%, #0869af 100%);
}
.paymentBox .heading .col {
  padding: 10px 0 10px 25px;
}
@media only screen and (max-width: 767px) {
  .paymentBox .heading .col {
    padding: 5px 10px;
    font-size: .8em;
  }
}
.ui-datepicker {
  z-index: 400 !important;
}
.remember-payment {
  font-size: .9em;
  font-weight: normal !important;
}
.payment-label {
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 500;
}
.dollar-label {
  float: left;
  margin-right: 5px !important;
  padding-top: 5px;
}
.panel {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  color: #fff;
  line-height: 1.2em;
  font-size: 1.1em;
  background-color: #004F87;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDQ4OCA0MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDA0Zjg3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDg2OWFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI0ODgiIGhlaWdodD0iNDIiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, #004f87 0%, #0869af 100%);
  background-image: -o-linear-gradient(bottom, #004f87 0%, #0869af 100%);
  background-image: -webkit-linear-gradient(bottom, #004f87 0%, #0869af 100%);
  background-image: linear-gradient(bottom, #004f87 0%, #0869af 100%);
}
.panel a,
.panel a:visited,
.panel a:active {
  color: #20C1FF;
}
.date-picker-img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  #datepicker,
  .payment-ammount {
    width: 70%;
  }
}
.telCus {
  font-size: 22px;
  font-weight: 600;
  color: #055e9d;
}
@media only screen and (max-width: 768px) {
  .payment-ammount {
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #datepicker {
    margin-bottom: 20px;
  }
}
.contactCoords {
  margin-bottom: 30px;
}
.contactCoords td {
  font-size: 14px;
  line-height: 1.2;
  color: #444444;
  padding-top: 7px;
  padding-bottom: 7px;
}
.contactCoords td:first-child {
  text-align: right;
  font-weight: 500;
  padding-right: 35px;
  width: 285px;
}
.mapH {
  position: relative;
  z-index: 1;
}
.mapH img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.mapH .caption {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px 15px 30px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  display: block;
  border: 1px solid #8bc53f;
  background-color: #8bc53f;
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.75);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk4MyA1NiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwLjI5NzQzMDIwMzA0NTclIiB5MT0iMTgxLjc3MjM2NTE5NjA3OCUiIHgyPSI1MC4yOTc0MzAyMDMwNDU3JSIgeTI9IjQxLjc3MjM2NTE5NjA3ODQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkOWYyYyIgc3RvcC1vcGFjaXR5PSIwLjQ4Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iOTgzIiBoZWlnaHQ9IjU2IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(bottom, rgba(110, 159, 44, 0.48) -143.54%, rgba(0, 0, 0, 0) -3.54%);
  background-image: -o-linear-gradient(bottom, rgba(110, 159, 44, 0.48) -143.54%, rgba(0, 0, 0, 0) -3.54%);
  background-image: -webkit-linear-gradient(bottom, rgba(110, 159, 44, 0.48) -143.54%, rgba(0, 0, 0, 0) -3.54%);
  background-image: linear-gradient(bottom, rgba(110, 159, 44, 0.48) -143.54%, rgba(0, 0, 0, 0) -3.54%);
  color: #fff;
  font-size: 16px;
  text-shadow: -1px 0 0 rgba(0, 0, 0, 0.32);
  font-weight: 500;
}
.mapH .btn {
  margin-top: 0;
  margin-right: 10px;
}
.states {
  font-weight: 18;
  font-weight: 600;
  color: #045483;
  padding-left: 15px;
  line-height: 1.3;
  padding-top: 10px;
  margin-bottom: 25px;
}
.policyBox {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 40px;
}
.policyBox h2 {
  color: #454545;
  font-size: 18px;
  padding-top: 7px;
  padding-bottom: 6px;
}
.policyBox h2 span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url('../img/sprite.png') no-repeat -219px -26px;
  width: 11px;
  height: 15px;
  margin-left: 10px;
}
.policyBox button span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url('../img/sprite.png') no-repeat -219px -42px;
  width: 11px;
  height: 15px;
  margin-left: 10px;
}
.regBox {
  max-width: 303px;
}
.regForm {
  border: 1px solid #fff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #f7f7f1;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  margin-top: 22px;
}
.regForm h3 {
  font-size: 18px;
  color: #464646;
  font-weight: normal;
  line-height: 44px;
  height: 45px;
  clear: both;
}
.regForm h3.heading {
  background-color: #edece7;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDcwOSA2NCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDciLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDciLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI3MDkiIGhlaWdodD0iNjQiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  padding: 0 20px;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
.regForm .inner {
  padding: 15px 10px 15px 25px;
}
.regForm .txt {
  width: 100%;
  margin-bottom: 10px;
}
.regForm label {
  font-weight: 500;
  color: #7e7d7d;
  display: block;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 769px) and (max-width: 830px) {
  .regForm label {
    font-size: .8em;
  }
}
.regForm small {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -0.04em;
}
.regForm .btn,
.regForm .btn_black {
  margin-top: 0;
  float: none;
  margin: 5px 0 5px 5px;
}
.regForm img.norton {
  margin-top: -50px;
}
@media only screen and (max-width: 767px) {
  .regForm img.norton {
    margin: 15px 0;
  }
}
select.txt {
  padding-left: 5px;
}
.pageNavi {
  text-align: right;
}
.pageNavi a {
  margin: 0 4px;
}
a img {
  border: 0;
}
.no-svg .columns.rightCol .tier1 {
  background: url(../img/rightCol-gr.png) 0 0 repeat-y !important;
}
/* FIND AN AGENT */
.simpleTabs {
  padding: 10px 0;
}
.simpleTabs ul.simpleTabsNavigation {
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.simpleTabs ul.simpleTabsNavigation li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
.simpleTabs ul.simpleTabsNavigation li a {
  border: 1px solid #e2e5ea;
  padding: 8px 20px;
  font-size: 16px;
  color: #045483;
  text-decoration: none;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  background-color: #e5e9ed;
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width: 768px) {
  .simpleTabs ul.simpleTabsNavigation li a {
    font-size: 13px;
    padding: 8px 12px;
  }
}
.simpleTabs ul.simpleTabsNavigation li a:hover {
  background-color: #F6F6F6;
}
.simpleTabs ul.simpleTabsNavigation li a.current {
  border: 1px solid #67a214;
  border-bottom: none;
  color: #fff;
  text-shadow: 1px 1px 1px #5b9012;
  background-color: #7ec619;
  background-image: -moz-linear-gradient(top, #7ec619 0%, #70af16 100%);
  background-image: -o-linear-gradient(top, #7ec619 0%, #70af16 100%);
  background-image: -webkit-linear-gradient(top, #7ec619 0%, #70af16 100%);
  background-image: linear-gradient(top, #7ec619 0%, #70af16 100%);
  position: relative;
  z-index: 2;
}
.simpleTabs ul.simpleTabsNavigation:after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  background-image: -moz-linear-gradient(top, #70af16 0%, #67a214 100%);
  background-image: -o-linear-gradient(top, #70af16 0%, #67a214 100%);
  background-image: -webkit-linear-gradient(top, #70af16 0%, #67a214 100%);
  background-image: linear-gradient(top, #70af16 0%, #67a214 100%);
  border: 1px solid #67a214;
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.75);
  z-index: 1;
  margin-top: 6px;
  border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
}
.simpleTabs .simpleTabsContent {
  border: 1px solid #E0E0E0;
  padding: 20px 20px 20px 35px;
  margin-top: 20px;
  background: #f8f7f2;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  display: none;
}
.simpleTabs .simpleTabsContent.currentTab {
  display: block;
}
@media only screen and (max-width: 768px) {
  .simpleTabs .simpleTabsContent label {
    font-size: .9em;
  }
}
.find_agent input[type='text'].txt {
  width: 100%;
  line-height: 1em;
  font-size: 16px;
}
.find_agent .btn {
  vertical-align: top;
  margin: 0 0 0 10px;
  height: 36px;
}
.advanced_options {
  position: relative;
}
.advanced_options:before,
.advanced_options:after {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
}
.advanced_options:before {
  background: #fff;
  left: -35px;
}
.advanced_options:after {
  background: #E0E0E0;
  left: -34px;
}
@media only screen and (max-width: 768px) {
  .advanced_options {
    margin-top: 15px;
  }
  .advanced_options:before,
  .advanced_options:after {
    display: none;
  }
}
.agent_results_wrapper .pagination {
  font-weight: 500;
  color: #444;
  margin: 10px 0;
}
.agent_results_wrapper .pagination .result_info {
  float: left;
}
.agent_results_wrapper .pagination .pagination_info {
  float: right;
}
.agent_results_wrapper .pagination .pagination_info a {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0;
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.agent_results_wrapper .pagination .pagination_info a.next {
  background: url('../img/sprite.png') no-repeat -265px -1px;
}
.agent_results_wrapper .pagination .pagination_info a.prev {
  background: url('../img/sprite.png') no-repeat -219px -1px;
}
.agent_results {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
}
.agent_single {
  border-bottom: 1px solid #eee;
  padding: 10px 10px;
  display: block;
}
.agent_single:last-child {
  border-bottom: none;
}
.agent_single .agent_photo {
  float: left;
  margin: 0 20px 10px 0;
  height: 86px;
  width: 70px;
  background-position: 0 0;
  background-size: cover;
  display: block;
  background-image: url('../img/fallback-user.png');
}
.agent_single h6 {
  margin: 0;
  font-size: .9em;
  color: #444;
  font-weight: 500;
}
.agent_single p {
  font-size: .85em;
  margin: .5em 0 0 0;
}
.agent_single .agent_links {
  font-size: .9em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.agent_single .agent_links li {
  background-repeat: no-repeat;
  background-position: 0;
}
.agent_single .agent_links a {
  padding-left: 23px;
  padding-bottom: 5px;
  display: block;
}
.agent_single .agent_links .email {
  background-image: url('../img/agent_email.png');
}
.agent_single .agent_links .website {
  background-image: url('../img/agent_website.png');
  background-position: 0 -1px;
}
.agent_single .agent_links .social {
  text-indent: -9999em;
  display: inline-block;
  margin: 15px 5px 0 0;
}
.agent_single .agent_links .ssl {
  margin: 15px 5px 0 0;
}
.agent_single .agent_links .facebook {
  background-image: url('../img/agent_facebook.png');
}
.agent_single .agent_links .twitter {
  background-image: url('../img/agent_twitter.png');
}
@media only screen and (max-width: 768px) {
  .agent_single .agent_links li,
  .agent_single .agent_links li.social {
    display: inline-block;
    margin: 10px 10px 5px 0;
    vertical-align: middle;
  }
}
.agent_map {
  margin-top: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .agent_map {
    padding: 0 15px;
    margin-top: 10px;
  }
  .agent_map iframe {
    height: 420px;
  }
}
.agent_map iframe {
  border-radius: 10px;
  overflow: hidden;
  width: 100% !important;
}
.no_results {
  min-height: 300px;
  padding: 50px;
  background: #fefefe;
  box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #efefef;
  background-image: url('../img/map.png');
  background-repeat: no-repeat;
  background-position: 90% 50%;
  font-size: 1.3em;
}
.no_results h2 {
  max-width: 50%;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 1.5em;
}
@media only screen and (max-width: 768px) {
  .no_results {
    padding: 30px;
    font-size: 1em;
    background-image: none;
  }
  .no_results h2 {
    max-width: 100%;
  }
}

.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; color:#000000 !important; }
.st-head-row.st-head-row-main { border-top-left-radius: 5px; border-top-right-radius: 5px; color:#FFF !important;}
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.small-only { display: none; }

@media (max-width: 983px) {
  .large-only { display: none; }
  .stacktable.small-only { display: table; }
}
