.layout-edit {
  @import "bootstrap-legacy/variables";
  @import "bootstrap-legacy/mixins";
  @import "bootstrap-legacy/forms.less";
  @import "bootstrap-legacy/wells.less";
  @import "bootstrap-legacy/accordion.less";
}
.layout-edit select.inputbox,
.layout-edit select {
  width: 250px;
  max-width: 100%;
}
.layout-edit .btn-toolbar {
  margin-bottom: 20px;
}
.layout-edit .tab-content {
  padding-top: 20px;
}
.layout-edit #editor-xtd-buttons,
.layout-edit .toggle-editor {
  margin-top: 20px;
}
.layout-edit .btn-group input[type="radio"] {
  display: none;
}
iframe,
svg {
  max-width: 100%;
}
#sbox-content > iframe {
  height: 100%;
}
.alert.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert.alert-message h4 {
  color: #468847;
}
.manager.thumbnails {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -20px;
}
.manager.thumbnails li {
  text-align: center;
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  line-height: 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  position: relative;
}
.manager.thumbnails li [class^="icon-"],
.manager.thumbnails li [class*=" icon-"] {
  font-size: 14px;
  line-height: 14px;
  color: #08c;
  display: inline-block;
  margin-top: 6px;
}
.manager.thumbnails li .height-50 {
  margin-top: 4px;
  height: 50px;
  margin-bottom: 4px;
}
.manager.thumbnails li a {
  text-decoration: none;
  color: #08c;
  font-size: 13px;
}
.manager.thumbnails li:hover {
  background: #f7fcff;
  border-color: rgba(82,168,236,0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#mailto-window {
  margin: 20px;
}
#mailto-window >h2 {
  font-size: 18px;
  margin-top: 0;
}
#mailto-window input[type="text"] {
  height: auto !important;
}
.chzn-container.chzn-container-multi input[type="text"] {
  min-height: 30px;
}
.ibr-tooltip {
  background-color: #3571cf;
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 7px;
  position: relative;
}
.ibr-tooltip .ibr-tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #000;
  color: #fff;
  text-align: left;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #000;
  position: absolute;
  z-index: 100;
  bottom: 100%;
  left: 50%;
  margin-left: -200px;
  font-weight: normal;
  font-size: 13px;
  opacity: 0.85;
}
.ibr-tooltip .ibr-tooltiptext p {
  font-size: 13px;
}
.ibr-tooltip:hover .ibr-tooltiptext {
  visibility: visible;
}
.policy-frm {
  width: 100%;
  margin-top: -80px;
}
.policy-frm input[type='text'],
.policy-frminput[type='email'] {
  width: 100%;
  background: #f9f9f9;
  background: -moz-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f9f9),color-stop(100%,#e9e9e9));
  background: -webkit-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: -o-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: -ms-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: linear-gradient(to bottom,#f9f9f9 0%,#e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#e9e9e9',GradientType=0);
}
.policy-frm #dvQuote .inner-quote {
  margin-top: 10px;
  width: 100%;
}
.policy-frm #dvQuote .inner-quote input[type='email'] {
  width: 100%;
  background: #f9f9f9;
  background: -moz-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f9f9),color-stop(100%,#e9e9e9));
  background: -webkit-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: -o-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: -ms-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: linear-gradient(to bottom,#f9f9f9 0%,#e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#e9e9e9',GradientType=0);
}
.policy-frm #dvQuote .btn-see-insur {
  background: #3571cf;
  background: -moz-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3571cf),color-stop(100%,#2856c1));
  background: -webkit-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -o-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -ms-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: linear-gradient(to bottom,#3571cf 0%,#2856c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3571cf',endColorstr='#2856c1',GradientType=0);
  border-radius: 5px;
  padding: 5px 20px;
  color: #fff;
}
.policy-frm #dvQuote .btn-see-insur:hover,
.policy-frm #dvQuote .btn-see-insur:focus {
  text-decoration: none;
}
.policy-frm .btn-see-details {
  background: #3571cf;
  background: -moz-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3571cf),color-stop(100%,#2856c1));
  background: -webkit-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -o-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -ms-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: linear-gradient(to bottom,#3571cf 0%,#2856c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3571cf',endColorstr='#2856c1',GradientType=0);
  border-radius: 5px;
  padding: 5px 20px;
  color: #fff;
}
.policy-frm .btn-see-details:hover,
.policy-frm .btn-see-details:focus {
  text-decoration: none;
}
.policy-frm .btn-new-ref {
  background: #3571cf;
  background: -moz-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3571cf),color-stop(100%,#2856c1));
  background: -webkit-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -o-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -ms-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: linear-gradient(to bottom,#3571cf 0%,#2856c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3571cf',endColorstr='#2856c1',GradientType=0);
  border-radius: 5px;
  padding: 5px 20px;
  color: #fff;
}
.policy-frm .btn-new-ref:hover,
.policy-frm .btn-new-ref:focus {
  text-decoration: none;
}
#dvSubmit .btn-next {
  background: #3571cf;
  background: -moz-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3571cf),color-stop(100%,#2856c1));
  background: -webkit-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -o-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -ms-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: linear-gradient(to bottom,#3571cf 0%,#2856c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3571cf',endColorstr='#2856c1',GradientType=0);
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #2e388e;
  border-radius: 5px;
  padding: 5px 20px;
}
.frm-get-quote {
  width: 100%;
}
.frm-get-quote input[type='email'] {
  width: 100%;
  background: #f9f9f9;
  background: -moz-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f9f9),color-stop(100%,#e9e9e9));
  background: -webkit-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: -o-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: -ms-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: linear-gradient(to bottom,#f9f9f9 0%,#e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#e9e9e9',GradientType=0);
}
.frm-get-quote input[type='text'] {
  width: 100%;
  background: #f9f9f9;
  background: -moz-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f9f9),color-stop(100%,#e9e9e9));
  background: -webkit-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: -o-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: -ms-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: linear-gradient(to bottom,#f9f9f9 0%,#e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#e9e9e9',GradientType=0);
}
.get_price {
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 10px;
  display: inline-block;
  background: #3571cf;
  background: -moz-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3571cf),color-stop(100%,#2856c1));
  background: -webkit-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -o-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -ms-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: linear-gradient(to bottom,#3571cf 0%,#2856c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3571cf',endColorstr='#2856c1',GradientType=0);
}
.get_price:hover,
.get_price:focus {
  color: #fff;
  text-decoration: none;
}
.get-quote {
  position: relative;
}
.frm-claim input[type='text'] {
  width: 50%;
  background: #f9f9f9;
  background: -moz-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f9f9),color-stop(100%,#e9e9e9));
  background: -webkit-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: -o-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: -ms-linear-gradient(top,#f9f9f9 0%,#e9e9e9 100%);
  background: linear-gradient(to bottom,#f9f9f9 0%,#e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#e9e9e9',GradientType=0);
}
.frm-claim .input-append {
  display: block;
}
.frm-claim .input-append #exp_date {
  width: 45%;
  border-radius: 3px;
  display: inline;
}
.frm-claim .input-append #exp_date_img {
  padding: 4px 12px;
}
.frm-claim .input-append #exp_date_img i.icon-calendar {
  background: url('../images/icon-calendar.png') no-repeat top left;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.btn-claim {
  background: #3571cf;
  background: -moz-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3571cf),color-stop(100%,#2856c1));
  background: -webkit-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -o-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -ms-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: linear-gradient(to bottom,#3571cf 0%,#2856c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3571cf',endColorstr='#2856c1',GradientType=0);
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #2e388e;
  border-radius: 5px;
  padding: 5px 20px;
}
.head_search #go_search {
  background: #3571cf;
  background: -moz-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3571cf),color-stop(100%,#2856c1));
  background: -webkit-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -o-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: -ms-linear-gradient(top,#3571cf 0%,#2856c1 100%);
  background: linear-gradient(to bottom,#3571cf 0%,#2856c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3571cf',endColorstr='#2856c1',GradientType=0);
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #2e388e;
  border-radius: 5px;
  padding: 5px 20px;
}
#dvPrice table thead tr th {
  color: #fff;
  background: #2e3192;
  border-bottom: none;
  vertical-align: middle;
  padding: 20px;
}
#dvPrice table tbody tr td a {
  color: #991b1e;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
}
#dvPrice table tbody tr td a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .moduletableform-contact .gbs3 form #fin-submit {
    float: left;
  }
}
@media screen and (max-width: 980px) {
  .head-search .custom .number {
    background: none;
    text-align: center;
    padding-left: 0;
  }
  .head-search .custom a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .t3-sl {
    padding-top: 0 !important;
  }
  .t3-megamenu .mega-nav > li a,
  .t3-megamenu .dropdown-menu .mega-nav > li a {
    font-size: 13px;
  }
  .moduletableform-contact .gbs3 form #fin-submit {
    float: none;
  }
  .t3-sidebar-left .module-ct {
    background: none;
    border: 1px solid #888;
    border-radius: 10px;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.3) inset, 1px 2px 7px rgba(0,0,0,0.7);
  }
  .tp-caption.large_bold_white,
  .large_bold_white {
    font-size: 34px !important;
  }
  .tp-caption.small_light_white,
  .small_light_white {
    font-size: 20px !important;
    line-height: 20px !important;
    word-wrap: normal !important;
  }
}
@media screen and (max-width: 600px) {
  .head-search .custom .number {
    color: #44BEEB;
  }
  .view-article #t3-content .article-content blockquote {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  .t3-sidebar-left .module-ct {
    background-position: center bottom;
  }
  .t3-sidebar-left .module-ct ul li {
    text-align: center;
  }
  .t3-sidebar-left .module-ct ul li a {
    background: none;
    margin-left: 0;
  }
  .t3-sidebar-left .module-ct ul .active a:hover {
    background: none;
  }
  .view-article #t3-content {
    padding-top: 40px;
  }
  .frm-claim input[type='text'] {
    width: 100%;
  }
  .frm-claim .input-append #exp_date {
    width: 90%;
  }
}
@media screen and (max-width: 360px) {
  .moduletableform-contact .gbs3 form #form-row-7 textarea {
    width: 100% !important;
  }
  .head-search .custom a {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
  }
  .copyright .custom ul {
    text-align: center;
  }
  .copyright .custom ul li {
    float: none;
    border-right: none;
  }
  .copyright .custom ul li:first-child {
    padding-left: 10px;
  }
  .copyright .copy {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .frm-claim .input-append #exp_date {
    width: 83%;
  }
}
.head_search {
  margin-top: 250px;
  min-height: 300px;
}
.frm-get-quote-home {
  position: relative;
  top: 205px;
  display: inline-block;
}
.frm-claim {
  padding-top: 200px;
}
#dvDetails {
  margin-top: 20px;
}
.nav > li > a > img {
  margin: 0px auto;
}
.container.t3-sl.t3-sl-2 {
  padding-top: 0 !important;
}
.article-intro .moduletable_menu ul.nav li ul.dropdown-menu {
  left: 20%;
}
@media (min-width: 769px) {
  .image-menu {
    display: none;
  }
  span.image-title {
    color: #ffffff;
    margin-top: -66px;
    display: block;
    font-size: 20px;
  }
}
@media (max-width: 769px) {
  .nav > li > a > img {
    display: none;
  }
  .head-search .custom .number {
    color: #44BEEB;
  }
  .topEmail {
    text-align: center;
    color: #44BEEB;
    background: none;
  }
}
.TableStyle2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 100%;
  border-collapse: collapse;
}
.TableStyle2 td,
TableStyle1 th {
  font-size: 1em;
  border: 1px solid #1179c1;
  padding: 3px 7px 2px 7px;
}
.TableStyle2 th {
  font-size: 1.1em;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #2e388e;
  color: #ffffff;
  border: 1px solid #98BF21;
}
.TableStyle2 tr.alt td {
  color: #000000;
  background-color: #EAF2D3;
}
.TableStyle2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 100%;
  border-collapse: collapse;
}
.TableStyle2 td,
TableStyle1 th {
  font-size: 1em;
  border: 1px solid #1179c1;
  padding: 3px 7px 2px 7px;
}
.TableStyle2 th {
  font-size: 1.1em;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #2e388e;
  color: #ffffff;
  border: 1px solid #1179c1;
}
.TableStyle2 tr.alt td {
  color: #000000;
  background-color: #EAF2D3;
}
.t3-sidebar-left .module-ct ul li a {
  background: url('../images/dot.gif') no-repeat center left !important;
}
.t3-sidebar-left .module-ct {
  background: url('../images/top-sidebar.png') no-repeat center bottom !important;
}
.frontBoxes {
  background: url('../images/divide-spotlight.png') no-repeat center top;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .headSearch .nav-stacked > li a {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .fb4 {
    min-height: 300px !important;
  }
  .t3-sidebar-left.t3-sidebar .module-ct {
    background: rgba(0,0,0,0) none repeat scroll 0 0 !important;
    border: medium none;
    box-shadow: none;
  }
  body .view-article #t3-content .article-content {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .head-search .nav,
  .home #t3-mainbody {
    display: none !important;
  }
  .t3-mainnav {
    margin-bottom: 40px;
  }
  .fb4 {
    min-height: 300px !important;
  }
}
@media (max-width: 767px) {
  body .view-article #t3-content .article-content {
    padding-bottom: 0;
  }
  .t3-sidebar-left.t3-sidebar .module-ct {
    background: rgba(0,0,0,0) none repeat scroll 0 0 !important;
    border: medium none;
    box-shadow: none;
  }
  .fbClear {
    display: none;
  }
  .fb4,
  .fb6 {
    width: 100% !important;
    float: none !important;
    margin: 10px 0 !important;
    padding: 20px !important;
  }
}
select {
  min-width: 200px;
}
.required.validate-numeric.form-control {
  min-width: 200px;
}
.btn-next {
  background: rgba(0,0,0,0) linear-gradient(to bottom,#3571cf 0%,#2856c1 100%) repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  float: left;
  margin-top: 26px;
  padding: 6px 20px 7px;
  text-transform: uppercase;
}
.custom.about-box {
  padding-top: 0px !important;
}
.form-group-h1 {
  float: left;
  margin-right: 10px;
  width: 26%;
}
.form-group-h2 {
  float: left;
  margin-right: 10px;
  width: 26%;
}
.form-group-h3 {
  float: left;
  width: 22%;
}
.form-group-h1 > label {
  display: table;
  text-align: left;
}
.form-group-h2 > label {
  display: table;
}
.form-group-h3 > label {
  display: table;
}
.inline-wrapper {
  clear: both;
}
.inline-wrapper .form-column {
  width: 49%;
}
.inline-wrapper .column-left {
  float: left;
}
.inline-wrapper .column-right {
  float: right;
}
.ibr-tooltip {
  background-color: #3571cf;
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 7px;
  position: relative;
}
.ibr-tooltip .ibr-tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #000;
  color: #fff;
  text-align: left;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #000;
  position: absolute;
  z-index: 100;
  bottom: 100%;
  left: 50%;
  margin-left: -200px;
  font-weight: normal;
  font-size: 13px;
  opacity: 0.85;
}
.ibr-tooltip .ibr-tooltiptext p {
  font-size: 13px;
}
.ibr-tooltip:hover .ibr-tooltiptext {
  visibility: visible;
}
.frm-get-quote-home .form-group-h1 > label,
.frm-get-quote-home .form-group-h2 > label,
.frm-get-quote-home .form-group-h3 > label {
  display: inline-block;
  text-align: left;
}
.dropdown-menu {
  min-width: 190px !important;
}
.contact label {
  display: none;
}
.about .col-sm-4 img {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.trans #system-message-container > div {
  display: none;
}
.school .gbs3 .gcore-label-left {
  float: left;
  max-width: 3000px;
  min-width: 300px;
  padding-right: 7px;
}
.school .control-label.gcore-label-left.gcore-label-checkbox {
  min-width: 300px;
}
.frm-get-quote input[type="email"] {
  width: 40% !important;
  float: left;
  margin-right: 10px;
}
.policytableleft {
  width: 50%;
}
.topEmail > a {
  color: #fff !important;
  display: contents !important;
}
#dvSubmit img {
  margin-top: 32px;
  margin-left: 10px;
}
.gtooltip {
  max-width: 400px !important;
}
.required.validate-email.form-control {
  background: rgba(0,0,0,0) linear-gradient(to bottom,#f9f9f9 0%,#e9e9e9 100%) repeat scroll 0 0;
  width: 97%;
}
#phoneform.form-group.form-column.column-right {
  width: 30%;
}
#emailform.form-group.form-column.column-left {
  width: 70%;
}
#bfElemWrap11.bfElemWrap.control-group {
  float: left;
  width: 47.4%;
}
#bfElemWrap12.bfElemWrap.control-group {
  float: left;
  width: 47.4%;
}
#bfElemWrap13.bfElemWrap.control-group {
  float: left;
  width: 47.4%;
}
#bfElemWrap14.bfElemWrap.control-group {
  float: left;
  width: 47.4%;
}
#bfElemWrap87.bfElemWrap.control-group {
  float: left;
  width: 47.4%;
}
#bfElemWrap88.bfElemWrap.control-group {
  float: left;
  width: 47.4%;
}
#bfElemWrap105.bfElemWrap.control-group {
  float: left;
  width: 47.4%;
}
#bfElemWrap106.bfElemWrap.control-group {
  float: left;
  width: 47.4%;
}
#bfElemWrap107.bfElemWrap.control-group {
  float: left;
  width: 47.4%;
}
#bfElemWrap108.bfElemWrap.control-group {
  float: left;
  width: 47.4%;
}
#bfGroupLabel15_1.radio.inline,
#bfGroupLabel148_1.radio.inline,
#bfGroupLabel162_1.radio.inline {
  margin-left: 10px;
}
#ff_elem108.ff_elem {
  min-width: 99% !important;
}
#bfLabel162.control-label.bfLabelBlock {
  width: 90% !important;
}
.quotetr {
  font-size: 11px;
}
.table-responsive-associate th {
  background: rgba(0,0,0,0) linear-gradient(to bottom,#314eaf 0%,#253a93 100%) repeat scroll 0 0;
  color: #fff;
  padding: 20px 0 !important;
}
.bfUploadButton.button {
  height: 35px;
  width: 100px;
  margin: 20px 0 10px;
}
.bfUploadButton.button::after {
  content: "Upload";
}
td.sell_price {
  background-color: #ff9 !important;
}
td {
  vertical-align: middle !important;
}
.btn-email {
  background: #2e9845;
  border: none;
  color: #fff;
  padding: 7px 30px;
  border-radius: 4px;
}
.email-text {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}
.quote-docs {
  font-size: 12px;
}
.onf select {
  max-width: auto !important;
  width: 100%;
  color: #999;
  background: #f7f7f7;
  height: 40px;
  -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.1);
  border-radius: 2px;
  border: none;
}
.onf div.form-actions {
  padding: 0 !important;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent !important;
  border-top: transparent !important;
}
.onf .btn-primary,
.onf .sppb-btn-primary {
  border-color: #7f1619;
  background-color: #991b1e;
  float: left !important;
  background-color: #e2e3e3;
  border-radius: 3px;
  font-family: Open sans;
  font-size: 14px;
  font-weight: 600;
  color: #414142;
  display: inline-block;
  overflow: hidden;
  padding: 12px 60px 12px 20px;
  position: relative;
  text-transform: none;
  box-shadow: 0 1px 1px rgba(0,0,0,0.7);
}
.onf .btn-primary:after,
.onf .sppb-btn-primary:after {
  content: "\f101";
  font-family: FontAwesome;
  background-color: #991b1e;
  color: #ffffff;
  border-radius: 0px 3px 3px 0px;
  display: block;
  font-size: 17px;
  height: 46px;
  right: 0;
  line-height: 42px;
  position: absolute;
  top: 0;
  transition: text-indent 0.3s ease 0s;
  width: 40px;
}
.widetop {
  margin-top: 20px;
}
.frm-get-quote-home {
  position: relative;
  top: 0px;
  display: inline-block;
}
.email-text {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
  font-weight: bold;
}
#field-email3 {
  float: left;
  width: 40%;
  margin-right: 10px;
}
.btn-email {
  background: #2e9845;
  border: none;
  color: #fff;
  padding: 7px 30px;
  border-radius: 4px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1.4em;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  background-color: #2e9845;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-dialog-buttons {
  padding: 6px;
  width: 400px !important;
  border: 1px solid #2e9845;
}
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
  background-color: #eee;
}
#onsite-repair {
  color: #111;
  font-weight: 300;
  font-size: 16px;
}
.ui-widget-header {
  background: #2e9845;
}
.ui-widget-content {
  border: none;
}
#mymodal1,
#mymodal2,
#mymodal3,
#mymodal4,
#mymodal5 {
  background-color: transparent;
  border-radius: 0px;
  color: #fff;
  padding: 0px !important;
  text-align: left;
  box-shadow: inherit;
}
.fa.fa-angellist {
  display: none !important;
}
.sppb-btn.sppb-btn-link:after {
  background: transparent;
}
.top2 {
  margin: 8px 0 0 0;
  font-size: 13px;
  color: #ffffff;
}
.top2 a {
  color: #ffffff;
  text-decoration: underline;
}
.headerleft {
  color: #fff;
  margin-left: 40px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 18px;
}
.frm-get-quote-home {
  width: 100%;
}
.widetop,
.sppb-addon-animated-number.sppb-hasbg .sppb-addon-content {
  width: 100%;
}
.quotetl {
  margin-top: -90px;
}
.alert.alert-error {
  margin-bottom: 90px !important;
  border: 1px solid #ebccd1 !important;
  border-radius: 4px !important;
  background-color: #f2dede !important;
  padding-left: 20px !important;
  padding-bottom: 10px !important;
  color: #b94a48 !important;
}
input.invalid {
  border: 1px solid #cc0000 !important;
}
@media only screen and (min-width: 1224px) {
  .paymentform {
    width: 48%;
    float: left;
  }
  .paytable {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  .cardtypes {
    float: right;
    position: relative;
    top: -34px;
  }
}
