@import url(https://fonts.googleapis.com/css?family=Bitter:400,400italic,700);
/* core */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  background: #fff;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
input[type],
select,
textarea {
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  outline: none;
  overflow: visible;
  vertical-align: middle;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

/* image replacement */
body {
  color: #606060;
  font-family: "proxima-nova", "arial", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  background-color: #fff;
  min-width: 320px;
}

img {
  display: block;
}

.search-icon {margin: 7px auto 0; cursor: pointer;}

.clearer {
  clear: both;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.left {
  float: left;
  text-align: left;
}

.image-floated-left {
  float: left;
  display: block;
  margin: 0 14px 14px 0;
}

.image-floated-right {
  float: right;
  display: block;
  margin: 0 0 14px 14px;
}

span.small {
  font-size: 30px;
  vertical-align: top;
}
@media (min-width: 640px) and (max-width: 959px) {
  span.small {
    font-size: 20px;
  }
}

hr {
  margin: 30px 0;
  border: 0;
  height: 1px;
  width: 100%;
  background: #b6b0a0;
  clear: both;
}

.category-banner {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

body.mceContentBody {
  padding: 20px;
}

.yellow {
  color: #ffcc00;
}

.hidden {
  display: none;
}
@media (max-width: 639px) {
  .hidden {
    display: block;
  }
}

.col-label {
  display: none;
  color: maroon;
}

.mobile-only {
  display: none;
}
@media (max-width: 639px) {
  .mobile-only {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}

.right {
  float: right;
  text-align: right;
}

.italic {
  overflow: hidden;
  display: inline-block;
  font-style: italic;
  font-size: 15px;
}

.vjs-tech {
  background: url('../images/outer-shadow.jpg') no-repeat center bottom;
  padding: 0 0 2% 0;
  background-size: 100%;
}

/* DSX Admin edit icon */
div.mod-wrapper {
  position: relative;
  min-height: 15px;
  clear: both;
}
div.mod-wrapper p {
  max-width: 1040px;
  margin: 0 auto 24px;
}

div.dsx_editable {
  display: none;
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}

div.dsx_editable a {
  background: url("/manager/assets/images/icon_edit.png") no-repeat;
  display: block;
  height: 15px;
  overflow: hidden;
  text-indent: -9999px;
  top: 0;
  width: 15px;
}

div.mod-wrapper:hover div.dsx_editable {
  display: block;
}

.blue-button, .content-block a.blue-button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  -moz-box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  -webkit-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -moz-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -ms-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -o-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  font-family: "jubilat", "times", "serif";
  font-weight: 300;
  text-decoration: none;
  padding: 6px 14px;
  font-weight: 400;
  font-size: 16px;
  color: white;
  background: #5d81b6 url('../images/blue-button-tile-off.png') repeat-x center bottom;
  border-width: 0;
}
.blue-button:hover, .content-block a.blue-button:hover {
  text-decoration: underline;
}
.blue-button:hover, .content-block a.blue-button:hover {
  text-decoration: none;
  background: #5d718e url('../images/blue-button-tile-on.png') repeat-x center bottom;
}

.dark-button, .content-block a.dark-button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  -moz-box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  -webkit-text-shadow: 0px 1px 1px black;
  -moz-text-shadow: 0px 1px 1px black;
  -ms-text-shadow: 0px 1px 1px black;
  -o-text-shadow: 0px 1px 1px black;
  text-shadow: 0px 1px 1px black;
  font-family: "jubilat", "times", "serif";
  font-weight: 300;
  text-decoration: none;
  font-weight: 400;
  text-decoration: none;
  padding: 6px 14px;
  font-size: 16px;
  color: white;
  background-color: #322f31;
}
.dark-button:hover, .content-block a.dark-button:hover {
  text-decoration: underline;
}
.dark-button:hover, .content-block a.dark-button:hover {
  background-color: #515151;
  text-decoration: none;
}

.clear-button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  -moz-box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  -webkit-text-shadow: 0px 1px 1px black;
  -moz-text-shadow: 0px 1px 1px black;
  -ms-text-shadow: 0px 1px 1px black;
  -o-text-shadow: 0px 1px 1px black;
  text-shadow: 0px 1px 1px black;
  font-family: "jubilat", "times", "serif";
  font-weight: 300;
  text-decoration: none;
  font-weight: 400;
  text-decoration: none;
  padding: 4px 12px;
  margin: 0 5px;
  font-size: 16px;
  color: white;
  background-color: transparent;
  border: 2px solid #d1cec1;
}
.clear-button:hover {
  text-decoration: underline;
}
.clear-button:hover {
  border: 2px solid #fff;
  text-decoration: none;
}

a.markets-link {
  display: none;
  font: bold 15px "proxima-nova", "arial", "sans-serif";
  background: #fff;
  padding: 32px 10px 10px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 639px) {
  a.markets-link {
    display: block;
  }
}

.logo {
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  width: 300px;
  height: 61px;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.logo img {
  display: block;
}

/* GLOBAL TEMPLATE LAYOUT */
.content-wrapper {
  padding-top: 40px;
}

.content-wrap {
  padding-top: 40px;
}
@media (max-width: 959px) {
  .content-wrap {
    padding-top: 16px;
  }
}
.content-wrap.two-col-left {
  margin-top: 20px;
  overflow: hidden;
}
.content-wrap.two-col-center {
  overflow: hidden;
}
@media (max-width: 959px) {
  .content-wrap {
    padding-top: 40px;
  }
}

.content-block {
  color: #606060;
  font-family: "proxima-nova", "arial", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 1280px;
}
.content-block h1 {
  font-family: "jubilat", "times", "serif";
  font-weight: 300;
  -webkit-text-shadow: 0px 1px 1px #080909;
  -moz-text-shadow: 0px 1px 1px #080909;
  -ms-text-shadow: 0px 1px 1px #080909;
  -o-text-shadow: 0px 1px 1px #080909;
  text-shadow: 0px 1px 1px #080909;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
}
@media (max-width: 959px) {
  .content-block h1 {
    font-size: 36px;
  }
}
.content-block h2 {
  /*font-family: "jubilat", "times", "serif"; */
  font-family: "proxima-nova", "arial", "sans-serif";
  /*font-weight: 300;*/
  font-weight: 500;
  /*color: #003359;*/
  color:rgb(69,69,69);
  font-size: 50px;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .content-block h2 {
    font-size: 44px;
  }
}
@media (max-width: 959px) {
  .content-block h2 {
    font-size: 44px;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .content-block h2 {
    font-size: 28px;
  }
}
.content-block h3 {
  font-family: "jubilat", "times", "serif";
  font-weight: 400;
  color: #4a689a;
  font-size: 30px;
  font-size: 1.2;
}
.content-block h3.large {
  font-size: 30px;
  color: #49596f;
  text-align: center;
  margin: 15px 0;
  line-height: 1.5;
}
@media (max-width: 959px) {
  .content-block h3 {
    font-size: 24px;
  }
}
.content-block h4 {
  font-family: "proxima-nova", "arial", "sans-serif";
  font-weight: 400;
  color: #ffc20e;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 959px) {
  .content-block h4 {
    font-size: 18px;
  }
}
.content-block h5 {
  font-family: "proxima-nova", "arial", "sans-serif";
  font-weight: 400;
  color: #ffc20e;
  font-size: 22px;
  line-height: 1.2;
}
.content-block h6 {
  text-transform: uppercase;
  line-height: 1.3;
}
.content-block p {
  margin-bottom: 24px;
}
.content-block a {
  color: #4a689a;
  text-decoration: underline;
}
.content-block b,
.content-block strong {
  font-family: "proxima-nova-n6", "proxima-nova", sans-serif;
  font-weight: 600;
}
.content-block i,
.content-block em {
  color: #007562;
  font-style: normal;
}
.content-block ol {
  list-style: outside decimal;
  margin-bottom: 20px;
  padding-left: 20px;
}
.content-block ol ol,
.content-block ol ul {
  margin-bottom: 0;
}
.content-block ul {
  list-style: outside circle;
  margin-bottom: 20px;
  padding-left: 20px;
}
.content-block ul ol,
.content-block ul ul {
  margin-bottom: 0;
}
.content-block img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 639px) {
  .content-block {
    text-align: center;
  }
}

.row {
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  padding: 15px 0;
}

.bounds {
  margin: 0 auto;
  width: 97%;
}
@media (min-width: 1260px) {
  .bounds {
    max-width: 1260px;
    margin: 0 auto;
  }
}

.blue-back {
  background-color: #e4edec;
  border-top: 2px solid #b5bbba;
}

.dark-back {
  background: url('../images/bg-dark-blue.jpg');
  padding-top: 12px;
  position: relative;
}

.testimonial {
  background: url('../images/bg-testimonial.jpg') repeat-x 50% bottom;
  min-height: 375px;
  position: relative;
}
.testimonial .photo {
  position: absolute;
  bottom: 0;
  right: 55%;
}
.testimonial .photo img {
  width: 100%;
}
@media (min-width: 640px) and (max-width: 959px) {
  .testimonial .photo {
    right: 64%;
    width: 60%;
    max-width: 406px;
  }
}
@media (max-width: 639px) {
  .testimonial .photo {
    display: none;
  }
}
.testimonial .quote {
  position: absolute;
  font: 22px "jubilat", "times", "serif";
  bottom: 8%;
  left: 40%;
  color: #fff;
  width: 52%;
}
.testimonial .quote a {
  color: #ffc20e;
}
@media (min-width: 640px) and (max-width: 959px) {
  .testimonial .quote {
    bottom: 65px;
    left: 25%;
    color: #fff;
    width: 72%;
    right: 0;
    margin: 0 auto;
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .testimonial .quote {
    bottom: 50px;
    left: 0;
    color: #fff;
    width: 97%;
    right: 0;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .testimonial {
    min-height: 258px;
  }
}

.slogan {
  background: url('../images/bg-white-area.jpg');
  height: 260px;
}
.slogan .image-wrapper {
  width: 70%;
  margin: 0 auto;
  padding: 100px 0;
}
.slogan .image-wrapper .blue-button {
  margin-left: 3%;
  padding-left: 30px;
  padding-right: 30px;
}
.slogan .image-wrapper img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 36%;
  padding-top: 5px;
}
@media (min-width: 640px) and (max-width: 959px) {
  .slogan .image-wrapper img {
    width: 50%;
    max-width: 283px;
  }
}
@media (max-width: 639px) {
  .slogan .image-wrapper img {
    width: 90%;
    max-width: 400px;
    display: block;
  }
  .slogan .image-wrapper img.search-trust {
    width: 80%;
    max-width: 336px;
  }
}
@media (max-width: 959px) {
  .slogan .image-wrapper {
    width: 97%;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .slogan .image-wrapper {
    padding: 58px 0;
  }
}

/* SINGLE COLUMN LAYOUT */
.single {
  padding: 15px 0 40px;
  max-width: 1020px;
  margin: 0 auto;
}
.single .detail {
  overflow: hidden;
}
.single .detail p {
  margin: 0;
}
.single .detail h6 {
  float: left;
}
.single .detail .right {
  float: left;
  width: 70%;
}
.single .detail img {
  width: 25%;
  margin-right: 20px;
  float: left;
  -moz-box-shadow: 2px 11px 5px -8px #888888;
  -webkit-box-shadow: 2px 11px 5px -8px #888888;
  box-shadow: 2px 11px 5px -8px #888888;
}

/* TWO COLUMN LEFT LAYOUT SECONDARY  */
.secondary .content-wrap.two-col-left .left-col {
  width: 37%;
  margin-bottom: 50px;
  max-width: 460px;
  float: left;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .secondary .content-wrap.two-col-left .left-col {
    width: 48%;
  }
}
@media (max-width: 959px) {
  .secondary .content-wrap.two-col-left .left-col {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    float: none;
  }
}
.secondary .content-wrap.two-col-left .left-col .dark-button {
  margin-left: 10px;
}
.secondary .content-wrap.two-col-left .left-col h2 {
  color: #333;
  text-align: left;
}
@media (max-width: 959px) {
  .secondary .content-wrap.two-col-left .left-col h2 {
    text-align: center;
  }
}
.secondary .content-wrap.two-col-left .right-col {
  width: 60%;
  margin-left: 3%;
  margin-bottom: 5%;
  float: right;
}
@media (max-width: 639px) {
  .secondary .content-wrap.two-col-left .right-col img {
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .secondary .content-wrap.two-col-left .right-col {
    width: 49%;
  }
}
@media (max-width: 959px) {
  .secondary .content-wrap.two-col-left .right-col {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .secondary .content-wrap.two-col-left .content-block {
    text-align: center;
  }
}
@media (max-width: 959px) {
  .secondary .content-wrap.two-col-left {
    padding-top: 0;
  }
}

/* TWO COLUMN LEFT LAYOUT FORM PAGE */
.two-col-left.detail p {
  margin: 0;
}
.two-col-left.detail img {
  -moz-box-shadow: 2px 11px 5px -8px #888888;
  -webkit-box-shadow: 2px 11px 5px -8px #888888;
  box-shadow: 2px 11px 5px -8px #888888;
}
@media (max-width: 639px) {
  .two-col-left.detail {
    display: block;
  }
}
.two-col-left .left-col {
  width: 37%;
  max-width: 460px;
  float: left;
}
@media (max-width: 959px) {
  .two-col-left .left-col {
    display: none;
  }
}
.two-col-left .right-col {
  width: 60%;
  margin-left: 3%;
  margin-bottom: 5%;
  float: right;
}
@media (max-width: 959px) {
  .two-col-left .right-col {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .two-col-left .content-block {
    text-align: left;
  }
}

/* TWO COLUMN CENTER LAYOUT */
.two-col-center {
  padding-top: 70px;
  /* TWO COLUMN BLUE AREA */
}
.two-col-center .left-col {
  width: 49.3%;
  float: left;
  margin-bottom: 5%;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .two-col-center .left-col {
    width: 48.2%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .two-col-center .left-col {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .two-col-center .left-col {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 336px;
  }
}
.two-col-center.text.service img {
  float: left;
}
@media (max-width: 959px) {
  .two-col-center.text.service img {
    float: none;
  }
}
.two-col-center.text.service .content {
  float: right;
  width: 60%;
}
@media (max-width: 959px) {
  .two-col-center.text.service .content {
    float: none;
    width: 86%;
    text-align: center;
    margin: 0 auto;
  }
}
.two-col-center.text .content-block.left-col {
  width: 45%;
  float: left;
  margin: 0 2.5% 5%;
}
@media (max-width: 639px) {
  .two-col-center.text .content-block.left-col {
    width: 100%;
    text-align: center;
    margin-left: 0;
    float: none;
    max-width: 100%;
  }
}
.two-col-center.text .content-block.right-col {
  width: 45%;
  float: left;
  margin: 0 2.5% 5%;
}
@media (max-width: 639px) {
  .two-col-center.text .content-block.right-col {
    width: 100%;
    text-align: center;
    margin-left: 0;
    float: none;
    max-width: 100%;
  }
}
.two-col-center h3 {
  font: 300 33px "jubilat", "times", "serif";
  color: #333;
  line-height: 50px;
}
.two-col-center .content-block.right-col {
  width: 36.5%;
  margin-left: 7.5%;
  margin-bottom: 5%;
  float: left;
}
.two-col-center .content-block.right-col .blue-button {
  margin-right: 8px;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .two-col-center .content-block.right-col {
    width: 48.2%;
    margin-left: 2.5%;
  }
}
@media (max-width: 959px) {
  .two-col-center .content-block.right-col {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
@media (max-width: 959px) {
  .two-col-center .content-block {
    text-align: left;
  }
}
.two-col-center .light-blue-wrap {
  width: 100%;
  overflow: hidden;
  background: url('../images/bg-lt-bl-texture.jpg');
}
.two-col-center .light-blue-wrap .light-blue {
  background: url('../images/bg-lt-bl-topper.jpg') repeat-x;
  overflow: hidden;
}
.two-col-center .light-blue-wrap .light-blue .bounds {
  background: url('../images/bg-bottom-white-area.png') no-repeat center -9px;
  position: relative;
}
.two-col-center .light-blue-wrap .left-col {
  width: 43.1%;
  margin-top: 60px;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .two-col-center .light-blue-wrap .left-col {
    width: 49.3%;
  }
}
@media (max-width: 959px) {
  .two-col-center .light-blue-wrap .left-col {
    width: 100%;
    margin-top: 0;
    padding-top: 60px;
    text-align: center;
  }
  .two-col-center .light-blue-wrap .left-col img {
    display: none;
  }
}
.two-col-center .light-blue-wrap .right-col {
  width: 43.1%;
  margin-top: 160px;
}
@media (max-width: 959px) {
  .two-col-center .light-blue-wrap .right-col {
    width: 100%;
    margin-top: auto;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .two-col-center {
    padding-top: 40px;
  }
}
@media (max-width: 639px) {
  .two-col-center {
    padding-top: 20px;
  }
}

/* BASIC TWO COLUMN LAYOUT */
.two-col .main-content {
  width: 70.1%;
  min-width: 6px;
  float: left;
}
@media (max-width: 959px) {
  .two-col .main-content {
    width: 100%;
    float: none;
  }
}
.two-col .row {
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  padding: 15px 0;
}
.two-col .row.first {
  border-width: 0;
}
.two-col .side-col {
  width: 23.8%;
  z-index: 2;
  position: relative;
  margin-top: 15px;
  float: right;
  background: url('../images/bg-sidebar.jpg');
}
.two-col .side-col .col-head {
  background: url('../images/bg-yellow-box.png') no-repeat center;
  height: 40px;
  text-align: center;
  padding: 15px 0 0;
}
.two-col .side-col .col-head h5 {
  color: #fff;
  -webkit-text-shadow: 0px 1px 1px #797a48;
  -moz-text-shadow: 0px 1px 1px #797a48;
  -ms-text-shadow: 0px 1px 1px #797a48;
  -o-text-shadow: 0px 1px 1px #797a48;
  text-shadow: 0px 1px 1px #797a48;
  font: bold 20px "proxima-nova", "arial", "sans-serif";
  text-transform: uppercase;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .two-col .side-col .col-head h5 span {
    display: none;
  }
}
@media (max-width: 959px) {
  .two-col .side-col .col-head {
    display: none;
  }
}
@media (min-width: 1260px) {
  .two-col .side-col .col-head {
    max-width: 300px;
  }
}
.two-col .side-col .col-inner {
  padding: 25px 10%;
  width: 80%;
}
@media (max-width: 959px) {
  .two-col .side-col .col-inner .row.first {
    width: 71%;
    padding: 0;
  }
}
@media (max-width: 639px) {
  .two-col .side-col .col-inner .row.first {
    width: 52%;
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 959px) {
  .two-col .side-col .col-inner .row.contact {
    display: none;
  }
}
@media (max-width: 959px) {
  .two-col .side-col .col-inner .row {
    width: 29%;
    float: left;
    border-width: 0;
    padding: 0;
  }
}
@media (max-width: 639px) {
  .two-col .side-col .col-inner .row {
    width: 48%;
    float: left;
    border-width: 0;
    padding: 0;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .two-col .side-col .col-inner {
    padding: 25px 8%;
    width: 86%;
  }
}
@media (max-width: 959px) {
  .two-col .side-col .col-inner {
    padding: 25px 3%;
    width: 95%;
  }
}
.two-col .side-col h2 {
  font: 46px "proxima-nova", "arial", "sans-serif";
  color: #4a689a;
  -webkit-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -moz-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -ms-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -o-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
}
@media (min-width: 960px) and (max-width: 1259px) {
  .two-col .side-col h2 {
    font-size: 41px;
  }
}
@media (max-width: 959px) {
  .two-col .side-col h2 {
    font-size: 40px;
    float: left;
    margin: 0 9%;
  }
}
@media (max-width: 639px) {
  .two-col .side-col h2 {
    font-size: 31px;
    margin: 0 3%;
  }
}
.two-col .side-col h6 {
  font: 300 32px "jubilat", "times", "serif";
  color: #484849;
}
@media (min-width: 640px) and (max-width: 959px) {
  .two-col .side-col h6 {
    float: left;
    font-size: 24px;
    padding: 14px 0 0;
  }
}
@media (max-width: 639px) {
  .two-col .side-col h6 {
    display: none;
  }
}
.two-col .side-col .total {
  font: 26px "proxima-nova", "arial", "sans-serif";
  color: #4a689a;
  float: right;
}
@media (max-width: 959px) {
  .two-col .side-col .total {
    display: none;
  }
}
.two-col .side-col .blue-button {
  margin: 20px 17% 40px;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .two-col .side-col .blue-button {
    margin: 20px 9% 40px;
  }
}
@media (max-width: 959px) {
  .two-col .side-col .blue-button {
    margin: 0;
  }
}
.two-col .side-col .label {
  display: block;
  font: 15px/30px "proxima-nova", "arial", "sans-serif";
  color: #484849;
}
@media (max-width: 959px) {
  .two-col .side-col .label .name {
    display: none;
  }
}
@media (max-width: 959px) {
  .two-col .side-col .label {
    display: none;
  }
}
.two-col .side-col .value {
  float: right;
  font: 18px/22px "proxima-nova", "arial", "sans-serif";
  color: #484849;
}
.two-col .side-col .value.gray {
  color: #c1c1c1;
}
.two-col .side-col .tele {
  font: bold 23px "proxima-nova", "arial", "sans-serif";
  color: #315c92;
}
@media (max-width: 959px) {
  .two-col .side-col {
    position: relative;
    width: 103.6%;
    left: -2%;
    margin-top: 0px;
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 1260px) {
  .two-col .side-col {
    max-width: 300px;
  }
}

/* THREE COLUMN CENTER LAYOUT */
.three-col-center .bounds {
  padding-bottom: 100px;
  padding-top: 50px;
  text-align: center;
}
.three-col-center .bounds a {
  float: left;
}
@media (max-width: 959px) {
  .three-col-center .bounds a {
    float: none;
  }
}
.three-col-center .bounds p {
  text-align: left;
  margin-top: 15px;
}
.three-col-center .bounds p a {
  float: none;
}
@media (max-width: 959px) {
  .three-col-center .bounds p {
    text-align: center;
    font-size: 15px;
  }
}
.three-col-center h4 {
  font: 26px/1.4 "jubilat", "times", "serif";
  color: #49596f;
  text-align: left;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .three-col-center h4 {
    font-size: 23px;
  }
}
@media (max-width: 959px) {
  .three-col-center h4 {
    font-size: 20px;
    text-align: center;
  }
}
.three-col-center .left-col {
  width: 23%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
@media (min-width: 640px) and (max-width: 959px) {
  .three-col-center .left-col {
    width: 187px;
  }
}
@media (max-width: 639px) {
  .three-col-center .left-col {
    width: 100%;
  }
}
.three-col-center .mid-col {
  width: 23%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 14%;
}
@media (max-width: 1260px) {
  .three-col-center .mid-col {
    margin: 0 3.5%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .three-col-center .mid-col {
    width: 190px;
  }
}
@media (max-width: 639px) {
  .three-col-center .mid-col {
    margin: 40px auto;
    width: 100%;
  }
}
.three-col-center .right-col {
  width: 23%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
@media (min-width: 640px) and (max-width: 959px) {
  .three-col-center .right-col {
    width: 190px;
  }
}
@media (max-width: 639px) {
  .three-col-center .right-col {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .three-col-center {
    overflow: hidden;
  }
}

.listing-wrap {
  text-align: center;
  max-width: 1040px;
  overflow: hidden;
  margin: 0 auto;
}

.list-block {
  float: none;
  width: 320px;
  max-width: 320px;
  padding: 30px 11px;
  position: relative;
  text-align: left;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 0;
  margin-bottom: 40px;
}
.list-block img {
  margin-bottom: 35px;
  -moz-box-shadow: 2px 11px 5px -8px #888888;
  -webkit-box-shadow: 2px 11px 5px -8px #888888;
  box-shadow: 2px 11px 5px -8px #888888;
}
.list-block p {
  margin-left: 0px;
}
.list-block h4 {
  color: #4a689a;
  font-family: "jubilat", "times", "serif";
}
.list-block a.link {
  position: absolute;
  bottom: 25px;
  left: 10px;
}
.list-block.first {
  margin-left: 0;
}
@media (max-width: 1260px) {
  .list-block.first {
    margin-left: 3.5px;
    margin-right: 3.5px;
  }
}
@media (max-width: 959px) {
  .list-block.first {
    margin-left: 5px;
  }
}
@media (max-width: 1260px) {
  .list-block {
    margin-left: 3.5px;
    margin-right: 3.5px;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .list-block {
    width: 28%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .list-block {
    width: 40%;
  }
}
@media (max-width: 639px) {
  .list-block {
    width: 100%;
  }
}
@media (max-width: 1260px) {
  .list-block {
    float: none;
  }
}

img.bottom {
  left: -5%;
  width: 50%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 959px) {
  img.bottom {
    display: none;
  }
}

.vid {
  background: #000;
}

.pricing .progress {
  font: bold 16px "proxima-nova", "arial", "sans-serif";
  color: #322f31;
  text-transform: uppercase;
  padding: 12px 0 0;
  margin: 0;
}
@media (max-width: 1260px) {
  .pricing .progress {
    display: none;
  }
}
.pricing.content-block ul {
  padding-left: 0;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .pricing.content-block ul {
    margin-bottom: 0;
  }
}

@media (max-width: 1260px) {
  .suite {
    text-align: center;
  }
}
.suite li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 18px;
  line-height: 32px;
  margin: 16px 0px 16px 0;
  color: #322f31;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid white;
}
.suite li.active, .suite li:hover {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #fcd55f;
  background-color: #fff3cf;
}
.suite li.active a:hover, .suite li:hover a:hover {
  text-decoration: none;
}
.suite li:hover {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #fcd55f;
  background-color: #fffcf2;
}
.suite li:hover a:hover {
  text-decoration: none;
}
.suite li a {
  text-decoration: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  vertical-align: middle;
  text-transform: uppercase;
  color: #484849;
  padding: 0 10px;
  font: bold 22px "proxima-nova", "arial", "sans-serif";
}
.suite li a:hover {
  text-decoration: underline;
}
.suite li a:hover {
  text-decoration: none;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .suite li a {
    font-size: 18px;
    padding: 0 5px;
  }
}
@media (max-width: 959px) {
  .suite li a {
    font-size: 15px;
  }
}
@media (max-width: 959px) {
  .suite li {
    line-height: 25px;
    margin: 10px 0px 5px 0;
  }
}

.note {
  font: 15px "proxima-nova", "arial", "sans-serif";
  color: #484849;
  text-align: center;
  display: block;
  clear: both;
}

.plan {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.inner {
  padding: 5.5%;
  width: 89%;
  overflow: hidden;
}
.inner hr {
  margin: 10px 0;
}

.plan-wrap {
  position: relative;
}
@media (max-width: 639px) {
  .plan-wrap {
    position: relative;
    width: 290px;
    margin: 0 auto;
  }
}

.sm-block {
  width: 31.8%;
  min-width: 195px;
  float: left;
  border: 1px solid #e5e5e5;
  margin-top: 17px;
  -webkit-box-shadow: 0px 2px 2px 2px rgba(229, 229, 229, 0.5);
  box-shadow: 0px 2px 2px 2px rgba(229, 229, 229, 0.5);
  text-align: center;
}
.sm-block.left {
  border-right: none;
}
@media (max-width: 639px) {
  .sm-block.left {
    width: 100%;
    max-width: 290px;
    display: block;
    clear: both;
    margin-top: 240px;
  }
}
.sm-block.right {
  border-left: none;
}
@media (max-width: 639px) {
  .sm-block.right {
    border-left: none;
    display: block;
    width: 100%;
    clear: both;
    max-width: 290px;
  }
}
.sm-block .block-head {
  height: 55px;
  background: url('../images/bg-blue-box.png') no-repeat center top;
  text-align: center;
  padding-top: 2%;
}
.sm-block .block-head label {
  font: 34px "jubilat", "times", "serif";
  color: #fff;
  -webkit-text-shadow: 0px 1px 1px #7e7e7e;
  -moz-text-shadow: 0px 1px 1px #7e7e7e;
  -ms-text-shadow: 0px 1px 1px #7e7e7e;
  -o-text-shadow: 0px 1px 1px #7e7e7e;
  text-shadow: 0px 1px 1px #7e7e7e;
  display: inline;
  float: none;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .sm-block .block-head label {
    font-size: 29px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .sm-block .block-head label {
    font-size: 29px;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .sm-block .block-head {
    padding-top: 4%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .sm-block .block-head {
    padding-top: 4%;
  }
}
.sm-block p {
  margin-bottom: 0;
}
@media (max-width: 1260px) {
  .sm-block p {
    font-size: 15px;
  }
}
.sm-block h1 {
  font: 600 64px/0.8 "proxima-nova", "arial", "sans-serif";
  color: #484849;
  margin: 10px 0;
}
.sm-block h1 .dol {
  font: 30px verdana;
  vertical-align: middle;
}
.sm-block h1 .cent {
  font-size: 18px;
  vertical-align: top;
}
.sm-block h1 .sm-italic {
  margin-left: -20px;
}
@media (min-width: 640px) and (max-width: 959px) {
  .sm-block {
    width: 31.7%;
    max-width: 290px;
  }
}
.sm-block:hover, .sm-block.selected {
  background: url('../images/bg-blue-over.jpg') no-repeat left bottom;
}

.lg-block {
  width: 33%;
  min-width: 223px;
  float: left;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 2px 2px 2px rgba(229, 229, 229, 0.5);
  box-shadow: 0px 2px 2px 2px rgba(229, 229, 229, 0.5);
  text-align: center;
}
.lg-block .block-head {
  height: 78px;
  background: url('../images/bg-yellow-box.png') no-repeat center top;
  text-align: center;
  padding-top: 5%;
}
.lg-block .block-head label {
  font: 46px/1.3 "jubilat", "times", "serif";
  color: #fff;
  -webkit-text-shadow: 0px 1px 1px #7e7e7e;
  -moz-text-shadow: 0px 1px 1px #7e7e7e;
  -ms-text-shadow: 0px 1px 1px #7e7e7e;
  -o-text-shadow: 0px 1px 1px #7e7e7e;
  text-shadow: 0px 1px 1px #7e7e7e;
  display: inline;
  float: none;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .lg-block .block-head label {
    font-size: 40px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .lg-block .block-head label {
    font-size: 40px;
  }
}
.lg-block p {
  margin-bottom: 0;
}
.lg-block h1 {
  font: 600 76px/0.8 "proxima-nova", "arial", "sans-serif";
  color: #484849;
  margin: 10px 0;
}
.lg-block h1 .dol {
  font: 30px verdana;
  vertical-align: middle;
}
.lg-block h1 .cent {
  font-size: 18px;
  vertical-align: top;
}
.lg-block h1 .sm-italic {
  margin-left: -20px;
}
@media (min-width: 640px) and (max-width: 959px) {
  .lg-block {
    width: 33.4%;
    max-width: 300px;
  }
}
@media (max-width: 639px) {
  .lg-block {
    width: 100%;
    max-width: 290px;
    clear: both;
    display: block;
    position: absolute;
    top: 0;
  }
}
.lg-block:hover, .lg-block.selected {
  background: url('../images/bg-yellow-over.jpg') no-repeat left bottom;
}

.sm-italic {
  font: italic 15px "proxima-nova", "arial", "sans-serif";
  color: #484849;
}

@media (max-width: 639px) {
  .detail {
    display: none;
  }
}

.cov-users {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 2px 2px 2px rgba(229, 229, 229, 0.5);
  box-shadow: 0px 2px 2px 2px rgba(229, 229, 229, 0.5);
  margin: 20px auto 30px;
  max-width: 884px;
  position: relative;
}
.cov-users .head-left {
  position: absolute;
  top: 7px;
  color: #fff;
  left: 6%;
}
.cov-users .head-right {
  position: absolute;
  top: 7px;
  color: #fff;
  left: 43%;
}
@media (max-width: 1260px) {
  .cov-users .head-right {
    left: 56%;
  }
}
@media (max-width: 959px) {
  .cov-users .head-right {
    display: none;
  }
}
.cov-users hr {
  width: 70%;
  margin: 15px auto 25px;
  background: #e6e6e6;
}
.cov-users .coverage {
  overflow: hidden;
}
.cov-users .block-head {
  height: 25px;
  background: url('../images/bg-blue-box-lg.png') no-repeat left top;
  padding: 6px 0;
}
.cov-users .block-head .left {
  font: 18px "proxima-nova", "arial", "sans-serif";
  color: #fff;
  padding: 0 20px;
  float: left;
  width: auto;
}
.cov-users .block-head .right {
  font: 18px "proxima-nova", "arial", "sans-serif";
  color: #fff;
  padding: 0 0px 0 160px;
}
.cov-users .block-head.lower {
  display: none;
}
@media (max-width: 639px) {
  .cov-users .block-head.lower {
    display: block;
    clear: both;
  }
}
.cov-users .left {
  width: 46%;
  margin-right: 4%;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .cov-users .left {
    width: 100%;
    margin-right: 4%;
  }
}
@media (max-width: 959px) {
  .cov-users .left {
    width: 100%;
  }
}
.cov-users label {
  display: inline;
  padding-left: 15px;
  padding-right: 10px;
}
.cov-users .col {
  float: left;
  width: 64%;
}
.cov-users .col.first {
  width: 31.5%;
  float: left;
  margin: 0 4% 0 0;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .cov-users .col.first {
    width: 45.2%;
    float: left;
    margin: 0 6% 0 0;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .cov-users .col.first {
    width: 47.5%;
    float: left;
    margin: 0 4% 0 0;
  }
}
@media (max-width: 639px) {
  .cov-users .col.first {
    width: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .cov-users .col {
    float: left;
    width: 45.2%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .cov-users .col {
    float: left;
    width: 46%;
  }
}
@media (max-width: 639px) {
  .cov-users .col {
    width: 100%;
  }
}
.cov-users .inner {
  width: 96.1%;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .cov-users .inner {
    width: 93.1%;
    padding: 3.5%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .cov-users .inner {
    padding: 3% 1%;
    width: 98%;
  }
}
@media (max-width: 639px) {
  .cov-users .inner {
    width: 89%;
  }
}
.cov-users .input-row {
  margin: 0 0 12px;
  height: 26px;
  width: auto;
}
@media (max-width: 639px) {
  .cov-users .input-row {
    width: 100%;
    text-align: left;
  }
}
.cov-users .radio-wrap, .cov-users .checkbox-wrapper {
  border: 1px solid #fff;
}
.cov-users .radio-wrap:hover, .cov-users .checkbox-wrapper:hover {
  background: #fffcf2;
  border: 1px solid #ffe187;
}
.cov-users .radio-wrap.checked, .cov-users .checkbox-wrapper.checked {
  background: #fff6db;
  border: 1px solid #ffe187;
}
.cov-users .users .input-row {
  float: left;
  margin: 0 50px 0 0;
  width: auto;
}
@media (max-width: 639px) {
  .cov-users .users .input-row {
    margin: 0 0 12px;
    height: 26px;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .cov-users {
    max-width: 290px;
  }
}

.three-col .col {
  float: left;
  width: 30%;
}
.three-col .col.first {
  width: 27%;
  float: left;
  margin: 0;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .three-col .col.first {
    width: 30%;
    float: left;
    margin: 0;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .three-col .col.first {
    width: 31%;
    margin: 0;
  }
}
@media (max-width: 639px) {
  .three-col .col.first {
    width: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .three-col .col {
    float: left;
    width: 30%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .three-col .col {
    width: 31%;
  }
}
@media (max-width: 639px) {
  .three-col .col {
    width: 100%;
  }
}

.main {
  /*****************************************************
   * generic styling for ALS elements: outer container
   ******************************************************/
  /****************************************
   * viewport styling
   ***************************************/
  /***************************************************
   * wrapper styling
   **************************************************/
  /*************************************
   * item: single list element
   ************************************/
  /***********************************************
   * prev, next: buttons styling
   **********************************************/
}
.main .content-wrap {
  padding-top: 0;
}
.main .sub-nav .desktop {
  display: none;
}
.main .content-wrap {
  width: 100%;
  margin: 0 auto;
}
.main .content-block {
  overflow: hidden;
  padding-bottom: 30px;
}
.main .content-block h2 {
  margin: 3% 0 2%;
}
.main .content-block li {
  float: left;
  text-align: left;
  font-weight: bold;
  width: 50%;
  font-size: 15px;
}
@media (max-width: 639px) {
  .main .content-block .left {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
    margin-bottom: 40px;
    float: none;
    overflow: hidden;
  }
}
@media (max-width: 639px) {
  .main .content-block {
    width: 100%;
    margin: 0 auto;
  }
}
.main .primary-rotational {
  height: 699px;
  overflow: hidden;
}
.main .primary-rotational h1 {
  font: 64px/1 "jubilat", "times", "serif";
  color: #fff;
  -webkit-text-shadow: 0px 1px 1px black;
  -moz-text-shadow: 0px 1px 1px black;
  -ms-text-shadow: 0px 1px 1px black;
  -o-text-shadow: 0px 1px 1px black;
  text-shadow: 0px 1px 1px black;
}
@media (min-width: 640px) and (max-width: 959px) {
  .main .primary-rotational h1 {
    font-size: 47px;
  }
}
@media (max-width: 639px) {
  .main .primary-rotational h1 {
    font-size: 36px;
  }
}
.main .primary-rotational a.btn-bl {
  margin-left: 15%;
}
.main .primary-rotational .wide-wrap {
  max-width: 1260px;
  position: relative;
  height: 699px;
  margin: 0 auto;
}
.main .primary-rotational .slides {
  margin: 0 auto 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.main .primary-rotational .initial-slide {
  display: block;
}
.main .primary-rotational .slide {
  display: none;
  height: 699px;
  position: relative;
  width: 100%;
}
@media (max-width: 639px) {
  .main .primary-rotational .slide {
    height: 610px;
  }
}
.main .primary-rotational .text-wrap {
  position: absolute;
  width: 97%;
  max-width: 1260px;
  margin: 208px auto 0;
  left: 0;
  right: 0;
}
.main .primary-rotational .text-wrap .text {
  font-family: "proxima-nova", "arial", "sans-serif";
  width: 565px;
  margin: 0;
  color: #ffc20e;
  font-size: 24px;
  line-height: 30px;
  -webkit-text-shadow: 0px 1px 1px black;
  -moz-text-shadow: 0px 1px 1px black;
  -ms-text-shadow: 0px 1px 1px black;
  -o-text-shadow: 0px 1px 1px black;
  text-shadow: 0px 1px 1px black;
}
@media (min-width: 640px) and (max-width: 959px) {
  .main .primary-rotational .text-wrap .text {
    width: 425px;
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .main .primary-rotational .text-wrap .text {
    font-size: 18px;
    width: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .main .primary-rotational .text-wrap {
    min-width: 940px;
  }
}
@media (max-width: 639px) {
  .main .primary-rotational .text-wrap {
    margin-top: 88px;
    text-align: center;
  }
}
.main .primary-rotational .slide-image {
  min-height: 699px;
  width: 1600px;
  left: 50%;
  margin-left: -720px;
  position: absolute;
}
@media (min-width: 1260px) {
  .main .primary-rotational .slide-image {
    min-width: 100%;
    min-height: 699px;
    width: auto;
    margin-left: auto;
    left: auto;
  }
}
.main .primary-rotational .slide-top {
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 100%;
  right: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  max-width: 1280px;
}
.main .primary-rotational .slide-top img {
  width: 50%;
  max-width: 751px;
  right: -13%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1260px) {
  .main .primary-rotational .slide-top img {
    left: 60%;
    min-height: 565px;
    min-width: 625px;
  }
}
@media (max-width: 639px) {
  .main .primary-rotational .slide-top img {
    display: none;
  }
}
.main .primary-rotational .slide-top-left {
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 1280px;
  display: block;
}
.main .primary-rotational .slide-top-left img {
  width: 74%;
  left: -23%;
  max-width: 953px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .main .primary-rotational .slide-top-left img {
    width: 755px;
    position: absolute;
    bottom: 5%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .main .primary-rotational .slide-top-left img {
    right: 39%;
    left: auto;
    width: 110%;
    bottom: 11%;
    max-width: 755px;
  }
}
@media (max-width: 639px) {
  .main .primary-rotational .slide-top-left img {
    display: none;
  }
}
.main .primary-rotational .slide-content-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}
.main .primary-rotational .slide-content-wrapper-right {
  height: 100%;
  right: 0;
  position: absolute;
  width: 100%;
  top: 0;
}
.main .primary-rotational .slide-content-wrapper-right .slide-content {
  margin: 0 auto;
  padding-left: 0;
  text-shadow: 0px 0.6px 0.5px #030303;
  width: 100%;
  position: relative;
  right: 0px;
}
.main .primary-rotational .slide-content-wrapper-right .text-wrap {
  position: absolute;
  width: 97%;
  max-width: 1260px;
  margin: 160px auto 0;
  left: 0;
  right: 0;
}
.main .primary-rotational .slide-content-wrapper-right .text-wrap .text {
  font-family: "proxima-nova", "arial", "sans-serif";
  width: 565px;
  margin: 0;
  color: #ffc20e;
  font-size: 24px;
  line-height: 30px;
  float: right;
  -webkit-text-shadow: 0px 1px 1px black;
  -moz-text-shadow: 0px 1px 1px black;
  -ms-text-shadow: 0px 1px 1px black;
  -o-text-shadow: 0px 1px 1px black;
  text-shadow: 0px 1px 1px black;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .main .primary-rotational .slide-content-wrapper-right .text-wrap .text {
    width: 470px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .main .primary-rotational .slide-content-wrapper-right .text-wrap .text {
    width: 362px;
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .main .primary-rotational .slide-content-wrapper-right .text-wrap .text {
    font-size: 18px;
    width: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .main .primary-rotational .slide-content-wrapper-right .text-wrap {
    min-width: 940px;
  }
}
@media (max-width: 639px) {
  .main .primary-rotational .slide-content-wrapper-right .text-wrap {
    margin-top: 88px;
    text-align: center;
  }
}
.main .primary-rotational .slide-content {
  margin: 0 auto;
  padding-left: 0;
  text-shadow: 0px 0.6px 0.5px #030303;
  width: 100%;
  position: relative;
  left: 0px;
}
.main .primary-rotational .quote {
  background: url('../images/bg-main-quote.png') repeat-x 50% bottom;
  bottom: -3px;
  position: absolute;
  width: 100%;
  height: 105px;
}
.main .primary-rotational .quote div {
  position: absolute;
  color: #fff;
  text-align: center;
  padding-top: 24px;
  font: italic 22px "jubilat", "times", "serif";
  width: 100%;
  -webkit-text-shadow: 0px 1px 1px black;
  -moz-text-shadow: 0px 1px 1px black;
  -ms-text-shadow: 0px 1px 1px black;
  -o-text-shadow: 0px 1px 1px black;
  text-shadow: 0px 1px 1px black;
}
.main .primary-rotational .quote div strong {
  font-style: normal;
  font-size: 18px;
}
@media (max-width: 639px) {
  .main .primary-rotational .quote div strong {
    display: none;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .main .primary-rotational .quote div {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .main .primary-rotational .quote div {
    font-size: 15px;
  }
}
.main .primary-rotational .blue-button {
  width: 40%;
  max-width: 158px;
  text-align: center;
}
@media (max-width: 639px) {
  .main .primary-rotational .blue-button {
    display: block;
    margin: 0 auto;
    max-width: 157px;
  }
}
.main .primary-rotational .clear-button {
  width: 40%;
  max-width: 158px;
  text-align: center;
}
@media (max-width: 639px) {
  .main .primary-rotational .clear-button {
    display: block;
    margin: 20px auto;
    max-width: 157px;
  }
}
@media (max-width: 639px) {
  .main .primary-rotational {
    height: 610px;
  }
}
.main .scroll-arrow {
  position: relative;
  height: 35px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 65px;
}
.main .contact-widget {
  background: url('../images/bg-rh-block.jpg') no-repeat right 50%;
  display: block;
  float: right;
  width: 454px;
  position: relative;
  overflow: hidden;
  padding-right: 24px;
}
.main .contact-widget .blue-button {
  margin: 0 0 28px 53px;
  padding: 12px 57px;
}
.main .contact-widget img {
  position: absolute;
  left: 0;
  top: 100px;
}
.main .contact-widget p {
  margin: 23% 0 11% 38%;
  width: 56%;
}
@media (max-width: 639px) {
  .main .contact-widget p {
    margin: 31% 0 9% 55%;
    width: 46%;
    text-align: left;
    font-size: 15px;
  }
}
.main .contact-widget a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 959px) {
  .main .contact-widget {
    margin: 20px auto;
    float: none;
  }
}
@media (max-width: 639px) {
  .main .contact-widget {
    background: url('../images/mobile-bg-rh-block.jpg') no-repeat center top;
    width: 325px;
    padding-right: 50px;
    padding-bottom: 65px;
    left: 50%;
    margin-left: -185px;
  }
}
.main .left {
  width: 53%;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .main .left {
    width: 48%;
  }
}
@media (max-width: 959px) {
  .main .left {
    width: 100%;
  }
}
.main .info-wrap {
  text-align: center;
}
.main .info-block {
  height: 225px;
  width: 270px;
  background: url('../images/bg-info-block.png') no-repeat center;
  padding: 30px 15px;
  position: relative;
  text-align: left;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 14px;
  margin-bottom: 40px;
}
.main .info-block p {
  margin-left: 5px;
}
.main .info-block hr {
  margin: 10px 0;
}
.main .info-block a {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.main .info-block h3 {
  background: url('../images/info-icons.png') no-repeat 0 0;
  height: 30px;
  padding: 10px 0 7px 53px;
}
.main .info-block.mls h3 {
  background-position: 0 0;
}
.main .info-block.real-estate h3 {
  background-position: 0 -52px;
}
.main .info-block.investor h3 {
  background-position: 0 -103px;
  padding-left: 95px;
}
.main .info-block.commercial h3 {
  background-position: 0 bottom;
}
.main .info-block.mortgage h3 {
  background-position: 0 -161px;
}
.main .info-block.banker h3 {
  background-position: 0 -222px;
}
.main .info-block.appraiser h3 {
  background-position: 0 -273px;
}
.main .info-block.government h3 {
  background-position: 0 -324px;
}
.main .info-block.first {
  margin-left: 0;
}
@media (max-width: 1260px) {
  .main .info-block.first {
    margin-left: 3.5px;
    margin-right: 3.5px;
  }
}
@media (max-width: 959px) {
  .main .info-block.first {
    margin-left: 5px;
  }
}
@media (max-width: 1260px) {
  .main .info-block {
    margin-left: 3.5px;
    margin-right: 3.5px;
  }
}
@media (max-width: 1260px) {
  .main .info-block {
    float: none;
  }
}
.main .main-map-wrap {
  width: 78%;
  height: 100%;
  overflow: hidden;
  float: right;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .main .main-map-wrap {
    width: 73%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .main .main-map-wrap {
    float: none;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .main .main-map-wrap {
    display: none;
  }
}
.main img[usemap] {
  border: none;
  height: auto;
  width: auto;
  float: right;
}
@media (min-width: 640px) and (max-width: 959px) {
  .main img[usemap] {
    max-width: 100%;
    overflow: hidden;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .main img[usemap] {
    display: none;
  }
}
.main .scroll-list {
  float: left;
  color: #fff;
  margin-left: 2%;
  width: 20%;
}
.main .scroll-list .list-head {
  font: bold 15px "proxima-nova", "arial", "sans-serif";
  color: #3d4b5e;
  background: #fff;
}
.main .scroll-list .list-head span {
  padding: 32px 10px 10px;
  display: block;
  text-align: left;
}
@media (min-width: 640px) and (max-width: 959px) {
  .main .scroll-list .list-head {
    width: 226px;
  }
}
@media (max-width: 639px) {
  .main .scroll-list .list-head {
    display: none;
  }
}
.main .scroll-list ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.main .scroll-list ul li {
  width: 202px;
  height: 42px;
  cursor: pointer;
  float: none;
  font: 15px "proxima-nova", "arial", "sans-serif";
  padding: 10px;
}
.main .scroll-list ul li:hover, .main .scroll-list ul li.on {
  background: #3d4b5e;
}
.main .scroll-list ul li strong {
  font: bold 18px "proxima-nova", "arial", "sans-serif";
  text-transform: uppercase;
}
@media (min-width: 640px) and (max-width: 959px) {
  .main .scroll-list ul li strong {
    font-size: 15px;
  }
}
@media (max-width: 639px) {
  .main .scroll-list ul li strong {
    font-size: 14px;
  }
}
@media (max-width: 959px) {
  .main .scroll-list ul li {
    float: left;
    width: 22.4%;
    padding: 10px 5px;
  }
}
@media (max-width: 639px) {
  .main .scroll-list ul li {
    width: 46%;
  }
}
@media (max-width: 959px) {
  .main .scroll-list ul {
    width: 100%;
  }
}
.main .scroll-list a {
  position: relative;
  height: 17px;
  width: 40px;
  margin: 0 auto;
  display: block;
}
.main .scroll-list a.left-prev {
  height: 40px;
  width: 17px;
  margin: 0 auto;
  float: left;
  margin-left: 46%;
}
.main .scroll-list a.right-next {
  height: 40px;
  width: 17px;
  margin: 0 auto;
  float: left;
  margin-left: 2px;
}
.main .scroll-list .map-trigger {
  border-top: 1px solid #fff;
  padding-bottom: 20px;
  padding-top: 20px;
  height: 75px;
  overflow: hidden;
  width: 100%;
  float: left;
}
@media (max-width: 959px) {
  .main .scroll-list .map-trigger {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .main .scroll-list {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .main .scroll-list {
    width: 100%;
  }
}
.main .scroll-list .als-viewport {
  width: 100%;
  height: 492px;
}
@media (max-width: 959px) {
  .main .scroll-list .als-viewport {
    min-height: auto;
  }
}
.main .scroll-list .als-container {
  min-height: 565px;
}
@media (max-width: 959px) {
  .main .scroll-list .als-container {
    min-height: 200px;
  }
}
@media (max-width: 639px) {
  .main .scroll-list {
    display: none;
  }
}
.main .popups {
  width: 65%;
  position: absolute;
  margin-top: 5%;
  max-width: 865px;
  margin-left: 8%;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .main .popups {
    width: 72%;
  }
}
@media (max-width: 1260px) {
  .main .popups {
    margin-left: 0;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .main .popups {
    float: none;
    width: 100%;
    position: relative;
    right: auto;
  }
}
@media (max-width: 639px) {
  .main .popups {
    display: none;
  }
}
.main .popups .where {
  background: url('../images/bg-map-location-popup.png') no-repeat left top;
  display: none;
  width: 275px;
  padding: 20px 0px 20px 40px;
  min-height: 240px;
  font: 15px "proxima-nova", "arial", "sans-serif";
  position: absolute;
  pointer-events: none;
}
.main .popups .where .close {
  display: block;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 14px;
  right: 35px;
  z-index: 10;
  cursor: pointer;
}
.main .popups .where.southcarolina {
  left: 89%;
  top: 70%;
  margin-left: -315px;
  margin-top: -280px;
}
.main .popups .where.northcarolina {
  left: 89%;
  top: 62%;
  margin-left: -315px;
  margin-top: -280px;
}
.main .popups .where.arkansas {
  left: 66%;
  top: 72%;
  margin-left: -315px;
  margin-top: -280px;
}
.main .popups .where.arizona {
  background: url('../images/bg-popup.png') no-repeat left top;
  left: 53%;
  top: 72%;
  margin-left: -287px;
  margin-top: -280px;
  width: 260px;
  padding: 20px 0 20px 27px;
}
.main .popups .where.virginia {
  left: 93%;
  top: 54%;
  margin-left: -315px;
  margin-top: -280px;
}
.main .popups .where.washington {
    left: 17%;
    top: 21%;
    margin-left: -311px;
    margin-top: -280px;
}
@media (max-width:959px){
    .main .popups .where.washington {
        left:0;
        top:0;
        margin-left:0;
        margin-top:0;
    }
}
.main .popups .where.texas {
  left: 51%;
  top: 85%;
  margin-left: -315px;
  margin-top: -280px;
}
.main .popups .where.florida {
  left: 88%;
  top: 88%;
  margin-left: -315px;
  margin-top: -280px;
}
.main .popups .where.pennsylvania {
  left: 91%;
  top: 41%;
  margin-left: -315px;
  margin-top: -280px;
}
.main .popups .where.tennessee {
  left: 77%;
  top: 65%;
  margin-left: -315px;
  margin-top: -280px;
}
.main .popups .where.mississippi {
  left: 71%;
  top: 79%;
  margin-left: -315px;
  margin-top: -280px;
}
.main .popups .where.alabama {
  left: 77%;
  top: 77%;
  margin-left: -315px;
  margin-top: -280px;
}
.main .popups .where.georgia {
  left: 85%;
  top: 77%;
  margin-left: -315px;
  margin-top: -280px;
}
.main .popups .where strong {
  text-transform: uppercase;
}
.main .popups .where p {
  margin-bottom: 24px;
  width: 86%;
  margin-top: 24px;
}
.main .popups .where a {
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
  position: absolute;
  top: 130px;
}
.main .als-container {
  position: relative;
  width: 100%;
  margin: 0px auto;
  z-index: 0;
}
.main .als-viewport {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  float: left;
}
.main .als-wrapper {
  position: relative;
  /* if you are using a list with <ul> <li> */
  list-style: none;
}
@media (min-width: 640px) and (max-width: 959px) {
  .main .als-wrapper {
    width: 100%;
  }
}
.main .als-item {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  float: left;
}
.main .als-prev, .main .als-next {
  position: absolute;
  cursor: pointer;
  clear: both;
}

.demo .two-col-center .left-col h2 {
  text-align: left;
}
@media (max-width: 639px) {
  .demo .two-col-center .left-col h2 {
    text-align: center;
    margin: 10px auto;
  }
}
.demo .two-col-center .right-col .blue-button {
  margin-right: 8px;
}
.demo .two-col-center h3 {
  font: 300 33px "jubilat", "times", "serif";
  color: #333;
  line-height: 50px;
}
@media (max-width: 639px) {
  .demo .two-col-center h3 {
    line-height: 37px;
    margin-top: 20px;
  }
}
.demo .two-col-center h2 {
  color: #333;
}
@media (max-width: 639px) {
  .demo .two-col-center {
    padding-top: 40px;
  }
}
.demo .three-col-center h4 {
  font: 26px/2 "jubilat", "times", "serif";
  color: #49596f;
  text-align: left;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .demo .three-col-center h4 {
    font-size: 23px;
  }
}
@media (max-width: 959px) {
  .demo .three-col-center h4 {
    font-size: 20px;
    text-align: center;
  }
}

.dsx-form {
  margin: 0;
  /* CUSTOM SELECT AREA */
}
.dsx-form.custom .row {
  max-width: 880px;
  margin: 0 auto;
}
.dsx-form.custom input.text {
  width: 98.7%;
}
@media (max-width: 639px) {
  .dsx-form.custom input.text {
    width: 96%;
    margin: 0 auto;
  }
}
.dsx-form.custom textarea {
  width: 98.7%;
  min-height: 100px;
}
@media (max-width: 639px) {
  .dsx-form.custom textarea {
    width: 96%;
    margin: 0 auto;
  }
}
.dsx-form .inner.coverage-choice {
  max-height: 220px;
  overflow: auto;
}
.dsx-form .input-row {
  position: relative;
  margin: 0 1.8% 18px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  text-align: left;
  width: 46%;
  max-width: 620px;
}
.dsx-form .input-row.left {
  margin-left: 0;
}
.dsx-form .input-row.left label {
  vertical-align: bottom;
  display: inline-block;
  padding-top: 7px;
}
.dsx-form .input-row.left .select-holder {
  display: inline-block;
  width: 58%;
  padding-top: 0;
  margin-left: 20px;
}
.dsx-form .input-row.right {
  float: right;
  margin: 10px 0;
  text-align: right;
}
@media (max-width: 639px) {
  .dsx-form .input-row.right {
    float: none;
    margin: 10px auto;
    width: 100%;
    text-align: center;
  }
}
.dsx-form .input-row.textarea-row {
  display: block;
}
.dsx-form .input-row p {
  margin: 0;
}
.dsx-form .input-row p.note {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 3px 0;
  color: #777;
  font-style: italic;
  display: block;
}
.dsx-form .input-row.cc {
  width: 40%;
}
@media (min-width: 640px) and (max-width: 959px) {
  .dsx-form .input-row.cc {
    width: 46%;
  }
}
@media (max-width: 639px) {
  .dsx-form .input-row.cc {
    width: 96%;
  }
}
.dsx-form .input-row.ccv {
  width: 14.5%;
}
@media (min-width: 640px) and (max-width: 959px) {
  .dsx-form .input-row.ccv {
    width: 46%;
  }
}
@media (max-width: 639px) {
  .dsx-form .input-row.ccv {
    width: 96%;
  }
}
.dsx-form .input-row.month {
  width: 14.5%;
}
@media (max-width: 639px) {
  .dsx-form .input-row.month {
    width: 96%;
  }
}
.dsx-form .input-row.year {
  width: 14.5%;
}
@media (max-width: 639px) {
  .dsx-form .input-row.year {
    width: 96%;
  }
}
@media (max-width: 639px) {
  .dsx-form .input-row {
    margin: 0 auto 18px;
    width: 100%;
    font-size: 15px;
  }
}
.dsx-form fieldset {
  padding: 20px;
  margin: 0 0 20px;
}
.dsx-form label,
.dsx-form h3 {
  color: #414242;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 4px;
}
.dsx-form input.text,
.dsx-form textarea {
  font-family: "proxima-nova", "arial", "sans-serif";
  font-weight: 400;
  background: #efefef;
  border-width: 0;
  padding: 5px;
  font-size: 14px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  float: left;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11) inset;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11) inset;
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11) inset;
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11) inset;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11) inset;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 1260px) {
  .dsx-form input.text,
  .dsx-form textarea {
    width: 66%;
  }
}
@media (max-width: 639px) {
  .dsx-form input.text,
  .dsx-form textarea {
    width: 96%;
  }
}
.dsx-form legend {
  display: block;
  font-size: 24px;
  line-height: 28px;
}
.dsx-form .label-radio {
  padding-left: 8px;
}
.dsx-form .text-box {
  color: #49596f;
  font-size: 13px;
  background: #fafafa;
  border: 1px solid #dfdfdf;
  padding: 28px;
  line-height: 19px;
  margin: 70px auto 40px;
}
.dsx-form .radio-wrapper p {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 12px 6px 0;
}
.dsx-form .radio-wrapper p label {
  font-weight: 700;
  display: block;
  cursor: pointer;
}
.dsx-form .checkbox-wrapper p {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 12px 6px 0;
}
.dsx-form .checkbox-wrapper p label {
  font-weight: 700;
  display: block;
  cursor: pointer;
}
.dsx-form button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.dsx-form .jqTransformCheckboxWrapper, .dsx-form .jqTransformRadioWrapper {
  float: left;
}
.dsx-form .jqTransformRadio {
  background: url('../images/radio.png') no-repeat right bottom;
  padding-right: 10px;
  height: 19px;
  width: 18px;
  display: block;
}
.dsx-form .lg-block .block-head a.jqTransformChecked {
  top: 23%;
}
.dsx-form .block-head a.jqTransformRadio {
  background: none;
}
.dsx-form .block-head a.jqTransformChecked {
  background: url('../images/checked.png') no-repeat 0 -23px;
  position: absolute;
  left: 0;
  top: 19%;
  width: 25px;
  height: 23px;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .dsx-form .block-head a.jqTransformChecked {
    top: 13%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .dsx-form .block-head a.jqTransformChecked {
    top: 13%;
  }
}
.dsx-form .block-head .jqTransformRadioWrapper {
  height: 100%;
  display: block;
  overflow: hidden;
  float: left;
  position: relative;
  left: 14px;
  width: 23px;
}
@media (min-width: 960px) and (max-width: 1259px) {
  .dsx-form .block-head .jqTransformRadioWrapper {
    left: 15px;
  }
}
@media (max-width: 959px) {
  .dsx-form .block-head .jqTransformRadioWrapper {
    left: 15px;
  }
}
.dsx-form .jqTransofrmInput {
  width: 50%;
}
.dsx-form .jqTransofrmInput {
  background-color: #efefef;
  border-color: #efefef;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 48px;
  padding: 0 50px 0 10px;
  width: 58%;
  font: 18px "proxima-nova", "arial", "sans-serif";
}
.dsx-form a.jqTransformChecked {
  background: url('../images/checked.png') no-repeat center bottom;
  position: relative;
  left: 7px;
  top: 2px;
}
.dsx-form a.jqTransformCheckbox {
  background: url('../images/checkbox.png') no-repeat right bottom;
  padding-right: 10px;
  height: 19px;
  width: 18px;
  display: block;
}
.dsx-form .jqtransformdone label {
  float: none;
  display: block;
}
.dsx-form .coverage.county .checkbox-row {
  display: none;
}
.dsx-form .coverage.county .checkbox-row.selected {
  display: inline-block;
}
.dsx-form .coverage .input-row {
  width: 100%;
}
.dsx-form .cov .input-row {
  width: 32%;
  margin: 0 0 18px;
}
.dsx-form .cov .input-row.left {
  width: 50%;
}
@media (max-width: 639px) {
  .dsx-form .cov .input-row.left .select-holder {
    width: 96%;
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .dsx-form .cov .input-row.left {
    margin: 20px auto;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .dsx-form .cov .input-row {
    width: 99%;
  }
}
.dsx-form .jqTransformHidden {
  display: none;
}
.dsx-form .cov-users .jqTransformCheckboxWrapper .jqTransformHidden {
  display: none;
}
.dsx-form .cov-users .jqTransformCheckboxWrapper a.jqTransformChecked {
  background: url('../images/checked.png') no-repeat center bottom;
  position: relative;
  left: 7px;
  top: 2px;
}
.dsx-form .cov-users strong {
  text-transform: uppercase;
}
.dsx-form .cov-users label {
  padding-left: 8px;
}
.dsx-form .plan .jqTransformHidden {
  display: none;
}
.dsx-form button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  -moz-box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  -webkit-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -moz-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -ms-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -o-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  font-family: "jubilat", "times", "serif";
  font-weight: 300;
  text-decoration: none;
  padding: 6px 14px;
  font-weight: 400;
  font-size: 16px;
  color: white;
  background: #5d81b6 url('../images/blue-button-tile-off.png') repeat-x center bottom;
  border-width: 0;
}
.dsx-form button:hover {
  text-decoration: underline;
}
.dsx-form button:hover {
  text-decoration: none;
  background: #5d718e url('../images/blue-button-tile-on.png') repeat-x center bottom;
}
.dsx-form .select-holder {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  padding-top: 10px;
  width: 99%;
}
@media (max-width: 639px) {
  .dsx-form .select-holder {
    width: 96%;
  }
}
.dsx-form .select-proxy {
  font-family: "proxima-nova", "arial", "sans-serif";
  font-weight: 400;
  background: #efefef url('../images/select-full.png') no-repeat 96% 96%;
  border-width: 0;
  padding: 5px;
  font-size: 14px;
  width: 100%;
  height: 22px;
  line-height: 25px;
  float: left;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11) inset;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11) inset;
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11) inset;
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11) inset;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11) inset;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  vertical-align: top;
}
.dsx-form .replaced-select {
  -webkit-appearance: menulist-button;
  font-size: 16px;
  height: 35px;
  width: 100%;
}

.two-col-left form, .light-blue .bounds .right-col form {
  overflow: hidden;
}
.two-col-left form .input-row, .light-blue .bounds .right-col form .input-row {
  position: relative;
  margin: 0 0 18px;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 46%;
  margin: 0 4% 15px 0;
  float: left;
  text-align: left;
}
.two-col-left form .input-row.right, .light-blue .bounds .right-col form .input-row.right {
  float: right;
  text-align: right;
}
.two-col-left form .input-row .radio-wrap input, .light-blue .bounds .right-col form .input-row .radio-wrap input {
  display: inline;
  width: auto;
}
.two-col-left form .input-row .radio-wrap label, .light-blue .bounds .right-col form .input-row .radio-wrap label {
  display: inline;
}
.two-col-left form .input-row input, .two-col-left form .input-row textarea, .light-blue .bounds .right-col form .input-row input, .light-blue .bounds .right-col form .input-row textarea {
  width: 96%;
  font: 18px "proxima-nova", "arial", "sans-serif";
  padding-left: 10px;
  padding-right: 0;
}
@media (max-width: 959px) {
  .two-col-left form .input-row input, .two-col-left form .input-row textarea, .light-blue .bounds .right-col form .input-row input, .light-blue .bounds .right-col form .input-row textarea {
    font-size: 15px;
  }
}
.two-col-left form .input-row textarea, .light-blue .bounds .right-col form .input-row textarea {
  min-height: 200px;
  float: left;
}
.two-col-left form .input-row.center, .light-blue .bounds .right-col form .input-row.center {
  text-align: center;
  width: 100%;
  margin: 10px auto;
  float: none;
}
.two-col-left form .input-row.text-area, .light-blue .bounds .right-col form .input-row.text-area {
  clear: both;
  width: 100%;
}
@media (max-width: 639px) {
  .two-col-left form .input-row, .light-blue .bounds .right-col form .input-row {
    width: 100%;
  }
}
.two-col-left form button, .light-blue .bounds .right-col form button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  -moz-box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  -webkit-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -moz-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -ms-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -o-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  font-family: "jubilat", "times", "serif";
  font-weight: 300;
  text-decoration: none;
  padding: 6px 14px;
  font-weight: 400;
  font-size: 16px;
  color: white;
  background: #5d81b6 url('../images/blue-button-tile-off.png') repeat-x center bottom;
  border-width: 0;
}
.two-col-left form button:hover, .light-blue .bounds .right-col form button:hover {
  text-decoration: underline;
}
.two-col-left form button:hover, .light-blue .bounds .right-col form button:hover {
  text-decoration: none;
  background: #5d718e url('../images/blue-button-tile-on.png') repeat-x center bottom;
}
@media (max-width: 639px) {
  .two-col-left, .light-blue .bounds .right-col {
    font-size: 15px;
  }
}

h3.error {
  background: #d60505;
  color: #fff;
  font: 18px "proxima-nova", "arial", "sans-serif";
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
  max-width: 880px;
  margin: 0 auto 31px;
}
@media (max-width: 639px) {
  h3.error {
    font-size: 12px;
    padding: 10px 0;
  }
}

.error-list {
  max-width: 880px;
  margin: 0 auto;
}

.map-area {
  width: 100%;
  overflow: hidden;
}
.map-area .popup .location {
  background: url('../images/bg-map-location-popup.png') no-repeat left top;
  width: 275px;
  padding: 20px 0px 20px 40px;
  min-height: 240px;
  font: 15px "proxima-nova", "arial", "sans-serif";
  position: absolute;
  z-index: 9;
  height: 200px;
  display: block;
  left: 29%;
  top: 6%;
}
.map-area .popup .close {
  display: block;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 14px;
  right: 35px;
  z-index: 10;
  cursor: pointer;
}
.map-area .popup p {
  margin-bottom: 24px;
  width: 86%;
  margin-top: 24px;
}
.map-area .map-wrap {
  width: 1260px;
  height: 510px;
  position: relative;
  margin: 0 auto;
  left: 50%;
  margin-left: -630px;
}
.map-area .map-wrap #map_canvas {
  position: absolute;
  width: 1260px;
  height: 510px;
}
.map-area .map-wrap #map_canvas img {
  max-width: 100%;
  height: auto;
}
.map-area .map-wrap strong {
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .map-area {
    display: none;
  }
}

#selectstate {
  text-align: center;
  padding: 50px 0 30px;
  width: 575px;
  margin: 0 auto;
  overflow: hidden;
}
#selectstate h3.large {
  float: left;
}
@media (max-width: 639px) {
  #selectstate h3.large {
    float: none;
  }
}
#selectstate form {
  float: left;
  width: 59%;
}
@media (max-width: 639px) {
  #selectstate form {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
#selectstate .select-proxy {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  height: 25px;
  padding-left: 15px;
  width: 85%;
}
@media (max-width: 639px) {
  #selectstate .select-proxy {
    width: 96%;
  }
}
#selectstate .select-holder {
  width: 85%;
  padding-top: 22px;
}
#selectstate .replaced-select {
  -webkit-appearance: menulist-button;
  font-size: 16px;
  height: 58px;
  width: 100%;
}
@media (max-width: 639px) {
  #selectstate {
    width: 100%;
  }
}

.counties {
  background: url('../images/bg-current-county-head.jpg') no-repeat center top;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 2px 2px 2px rgba(229, 229, 229, 0.5);
  box-shadow: 0px 2px 2px 2px rgba(229, 229, 229, 0.5);
  margin: 20px auto 30px;
  position: relative;
  overflow: auto;
  padding: 60px 0 30px;
}
.counties .county-wrap {
  background: url('../images/bg-county-table.png') 0 0;
}
.counties .county-row {
  text-align: left;
  overflow: hidden;
}
.counties .county-row.first {
  border-top: none;
}
.counties ul {
  list-style: none;
  padding: 0;
  font-size: 0;
}
.counties ul li {
  width: 10%;
  padding: 6px 0px 7px 1.3%;
  display: inline-block;
  min-width: 120px;
  margin: 0;
  overflow: hidden;
  zoom: 1;
  vertical-align: top;
  font-size: 18px;
}
@media (max-width: 639px) {
  .counties ul li {
    padding: 6px 0 7px 0;
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .counties {
    background-position: -440px 0;
  }
}

.blog h3 {
  font-weight: 300;
}
.blog .date {
  font-size: 14px;
  margin: 10px 0 30px;
  display: block;
}
.blog .side-col .col-inner p {
  margin-bottom: 20px;
}
.blog .side-col .col-inner a {
  color: #4a689a;
  display: block;
}

/* global templates / sections */
.header {
  height: 108px;
  background: white;
}
.header .bounds {
  height: 108px;
  z-index: 3;
  position: relative;
  margin: 0 auto;
}
.header .logo {
  position: absolute;
  /*top: 0;
  left: -16px;*/
  top: 23px;
  z-index: 10;
}
.header .device-menu-trigger {
  display: none;
}
@media (max-width: 959px) {
  .header .device-menu-trigger {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    /*margin: -21px 0 0 0;
    width: 84px;
    height: 42px;*/
    margin: -15px -16px 0 0;
    width: 62px;
    height: 31px;
    cursor: pointer;

  }
}
@media (max-width: 959px) {
  .header .device-menu-trigger.device-menu-trigger-close {
    display: none;
  }
}
.header .aux-nav {
  position: absolute;
  top: 18px;
  right: 0;
  float: right;
  font-size: 0;
  z-index: 9;
}
@media (max-width: 959px) {
  .header .aux-nav {
    display: none;
  }
}
.header .aux-nav li {
  display: inline-block;
  position: relative;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 0 15px;
}
.header .aux-nav li.login {
  font-weight: 700;
}
.header .aux-nav li.login a {
  color: #ffc20e;
}
.header .aux-nav li.search div.form{
  display:none;
  position: absolute;
  top: -18px;
  right:-5px;
  height: 65px;
  width: 230px;
  background: #e0e0e0
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-box-shadow: 0 2px 3px 2px rgba(0,0,0,.2);
  box-shadow: 0 2px 3px 2px rgba(0,0,0,.2);
  background: #f3f3f3
}

.header .aux-nav li.search div.form .close { 
  display: block;
  position: absolute;
  left: 8px;
  bottom: -6px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

.header .aux-nav li.search form {
  margin-left: 15px;
  margin-top:10px;
  height: 30px;
  width: 197px;
  background: url('../images/header-search.png') no-repeat 0 0;
}
.header .aux-nav li.search form .text {
  position: absolute;
  height: 100%;
  right: 30px;
  background: transparent;
  border: none;
  padding: 0 5px 0 10px;
  margin: 0 0 0 0;
}
.header .aux-nav li.search form .search-button {
  position: absolute;
  right: 20px;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 3;
  border: none;
  padding: 10px 0;
  background: transparent;
  cursor: pointer;
}
.header .aux-nav li.search form .search-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
}
.header .aux-nav li a {
  text-decoration: none;
  color: #596d89;
}
.header .aux-nav li a:hover {
  text-decoration: underline;
}
.header .main-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  float: right;
  font-size: 0;
  height: 36px;
  z-index: 8;
  background-color: #d8d8d8;
}
@media (max-width: 959px) {
  .header .main-nav {
    display: none;
  }
}
.header .main-nav li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 15px;
  line-height: 53px;
  text-transform: uppercase;
  margin: -17px 0 0 1px;
  font-weight: 700;
  position: relative;
}
.header .main-nav li:first-child {
  margin-left: 0;
}
.header .main-nav li + .active {
  margin-left: 0;
}
.header .main-nav li + .active + li {
  margin-left: 0;
}
.header .main-nav li.active {
  border-bottom: 5px solid #ffc20e;
}
.header .main-nav li.active a {
  background-color: #ffc20e;
}
.header .main-nav li.active span {
  display: block;
}
@media (min-width: 1260px) {
  .header .main-nav li {
    font-size: 18px;
  }
}
.header .main-nav li a {
  text-decoration: none;
  display: block;
  color: #484849;
  padding: 0 15px;
  background: #fff;
}
.header .main-nav li a:hover {
  text-decoration: underline;
}
@media (min-width: 1260px) {
  .header .main-nav li a {
    padding: 0 22px;
  }
}
.header .main-nav li a:hover {
  color: #222222;
}
.header .main-nav li .corner {
  display: none;
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  background-image: url('../images/mainnav-corners.png');
}
.header .main-nav li .corner.tl {
  background-position: 0 0;
  left: 0;
}
.header .main-nav li .corner.tr {
  background-position: 6px 0;
  right: 0;
}

.sub-nav {
  background: #003359 url('../images/subnav-shadow.png') repeat-x center top;
  padding: 8px 0;
  z-index: 4;
  overflow: hidden;
}
.sub-nav .bounds {
  height: auto;
}
.sub-nav .desktop {
  text-align: center;
}
@media (max-width: 959px) {
  .sub-nav .desktop {
    display: none;
  }
}
.sub-nav .desktop li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 18px;
  line-height: 32px;
  margin: 16px 18px 16px 0;
  color: #322f31;
}
.sub-nav .desktop li.active {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #003359;
}
.sub-nav .desktop li.active a:hover {
  text-decoration: none;
}
.sub-nav .desktop li a {
  text-decoration: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  text-transform: uppercase;
  color: inherit;
  padding: 0 10px;
}
.sub-nav .desktop li a:hover {
  text-decoration: underline;
}
.sub-nav .device {
  margin: 16px 0 16px;
  display: none;
}
@media (min-width: 960px) {
  .sub-nav .device {
    display: none;
  }
}
.sub-nav .device li {
  font-size: 20px;
  line-height: 25px;
  padding: 0 30px;
  display: block;
}
.sub-nav .device li ul {
  display: none;
}
.sub-nav .device li li {
  font-size: 80%;
}
.sub-nav .device li:first-child > a, .sub-nav .device li.first > a {
  border-top: none;
}
.sub-nav .device li:last-child > a, .sub-nav .device li.last > a {
  border-bottom: none;
}
.sub-nav .device li a {
  text-decoration: none;
  display: block;
  color: white;
  border-bottom: 1px solid #003359;
  border-top: 1px solid #003359;
  padding: 8px 0;
}
.sub-nav .device li.before-active a {
  border-bottom: none;
}
.sub-nav .device li.active {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #003359;
  padding-top: 3px;
  padding-bottom: 3px;
}
.sub-nav .device li.active ul {
  display: block;
}
.sub-nav .device li.active > a {
  border-top: none;
}
.sub-nav .device li.active a {
  border-bottom-color: #003359;
  border-top-color: #003359;
}
.sub-nav .device li.active a + ul {
  border-top: 1px solid #003359;
}
.sub-nav .device li.active + li a {
  border-top: 0;
}
@media (max-width: 959px) {
  .sub-nav {
    position: absolute;
    width: 100%;
  }
}

.footer {
  clear: both;
  background-color: #322f31;
  position: relative;
  z-index: 3;
}
@media (max-width: 639px) {
  .footer .bounds {
    width: 100%;
  }
}
.footer .sub-footer {
  background: url('../images/bg-sub-footer.jpg') repeat-x 50% top;
  overflow: hidden;
  color: #fff;
  min-height: 445px;
  /*padding-top: 20px;*/
  font: bold 18px "proxima-nova", "arial", "sans-serif";
}
.footer .sub-footer .sub-wrap {
  max-width: 1090px;
  margin: 0 auto;
}
.footer .sub-footer a {
  color: #003359;
}
.footer .sub-footer .left {
  width: 52%;
  margin: 2% 0;
}
@media (max-width: 639px) {
  .footer .sub-footer .left {
    display: none;
  }
}
@media (max-width: 1260px) {
  .footer .sub-footer .left {
    font-size: 15px;
  }
}
.footer .sub-footer .right {
  width: 43%;
  margin: 2% 0;
  float: right;
  text-align: center;
}
@media (max-width: 639px) {
  .footer .sub-footer .right {
    width: 100%;
    margin: 2% auto;
  }
}
@media (max-width: 1260px) {
  .footer .sub-footer .right {
    font-size: 15px;
  }
}
.footer .sub-footer .right input {
  background-color: #efefef;
  border-color: #efefef;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 48px;
  padding: 0 50px 0 10px;
  width: 58%;
  font: 18px "proxima-nova", "arial", "sans-serif";
}
@media (max-width: 1260px) {
  .footer .sub-footer .right input {
    padding-right: 30px;
    height: 31px;
    font-size: 15px;
  }
}
@media (max-width: 959px) {
  .footer .sub-footer .right input {
    width: 50%;
  }
}

.footer .sub-footer .right button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  -moz-box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  -webkit-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -moz-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -ms-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -o-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  font-family: "jubilat", "times", "serif";
  font-weight: 300;
  text-decoration: none;
  padding: 6px 14px;
  font-weight: 400;
  font-size: 16px;
  color: white;
  background: #5d81b6 url('../images/blue-button-tile-off.png') repeat-x center bottom;
  border-width: 0;
  padding: 15px;
}
.footer .sub-footer .right button:hover {
  text-decoration: underline;
}
.footer .sub-footer .right button:hover {
  text-decoration: none;
  background: #5d718e url('../images/blue-button-tile-on.png') repeat-x center bottom;
}

@media (max-width: 1260px) {
  .footer .sub-footer .right button {
    padding: 6px 14px;
  }
}
.footer .right-group {
  width: 43%;
  margin: 0% 0;
  float: right;
  text-align: center;
}
@media (max-width: 639px) {
  .footer  .right-group {
    width: 100%;
    margin: 0% auto;
  }
}
@media (max-width: 1260px) {
  .footer  .right-group {
    font-size: 15px;
  }
}
.footer .right-group input {
  background-color: #efefef;
  border-color: #efefef;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 48px;
  padding: 0 50px 0 10px;
  width: 58%;
  font: 18px "proxima-nova", "arial", "sans-serif";
}
@media (max-width: 1260px) {
  .footer .right-group input {
    padding-right: 30px;
    height: 31px;
    font-size: 15px;
  }
}
@media (max-width: 959px) {
  .footer  .right-group input {
    width: 50%;
  }
}
.footer .right-group button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  -moz-box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  box-shadow: rgba(8, 9, 9, 0.3) 0px 1px 1px 0px;
  -webkit-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -moz-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -ms-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  -o-text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  text-shadow: 0px -1px 1px rgba(21, 26, 32, 0.42);
  font-family: "jubilat", "times", "serif";
  font-weight: 300;
  text-decoration: none;
  padding: 6px 14px;
  font-weight: 400;
  font-size: 16px;
  color: white;
  background: #5d81b6 url('../images/blue-button-tile-off.png') repeat-x center bottom;
  border-width: 0;
  padding: 15px;
}
.footer .right-group button:hover {
  text-decoration: underline;
}
.footer  .right-group button:hover {
  text-decoration: none;
  background: #5d718e url('../images/blue-button-tile-on.png') repeat-x center bottom;
}

@media (max-width: 1260px) {
  .footer .right-group button {
    padding: 6px 14px;
  }
}





.footer .sub-footer strong {
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.footer .right-group {
  float: right;
  width: 28%;
  font-size: 0;
  min-height: 340px;
  background: #494949 url('../images/bg-footer-shadow.jpg') no-repeat center top;
}
.footer .right-group .social {
  float: right;
  width: 50%;
}
.footer .right-group .social dl {
  width: 100%;
  text-align: center;
}
.footer .right-group .social dl dd {
  clear: both;
  text-align: left;
}
.footer .right-group .social dl dd .social-text {
  vertical-align: bottom;
}
@media (max-width: 639px) {
  .footer .right-group .social dl dd .social-text {
    display: none;
  }
}
.footer .right-group .social dl dd img {
  display: inline;
}
@media (min-width: 640px) and (max-width: 959px) {
  .footer .right-group .social dl dd img {
    float: left;
    vertical-align: top;
    padding-right: 5px;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .footer .right-group .social dl dd img {
    vertical-align: bottom;
    padding-right: 5px;
  }
}
@media (min-width: 1260px) {
  .footer .right-group .social dl dd img {
    vertical-align: bottom;
    padding-right: 5px;
  }
}
@media (max-width: 639px) {
  .footer .right-group .social dl dd {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 15px 6px 25px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .footer .right-group .social dl dd {
    display: block;
    float: left;
    padding-top: 10px;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .footer .right-group .social dl dd {
    display: block;
    float: left;
    padding-top: 10px;
  }
}
@media (min-width: 1260px) {
  .footer .right-group .social dl dd {
    display: block;
    float: left;
    padding-top: 10px;
  }
}
@media (max-width: 639px) {
  .footer .right-group .social {
    float: none;
    margin: 0 auto;
  }
}
.footer .right-group dl {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 100%;
  /*margin: 0 4% 70px;*/
  color: #fefefe;
  text-align:center;
}
.footer .right-group dl dt {
  font-size: 18px;
  /*font-size:100%;*/
  line-height: 20px;
  height: 40px;
  margin-bottom: 0px;
  font-weight: 700;
  width:100%;
  /*text-transform: uppercase;*/
  position: relative;
  /*margin-top: 65px;*/
  text-align: center;
}
.footer .right-group dl dt span {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .right-group dl dt img {
    display: inline;
    margin-bottom:14px;
}

@media (min-width: 1260px) {
  .footer .right-group dl dt {
    /*text-align: left;*/
    height: auto;
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .footer .right-group dl dt {
    /*text-align: left;*/
    height: auto;
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .footer .right-group dl dt {
    /*text-align: left;*/
    height: auto;
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .footer .right-group dl dt {
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
    /*text-transform: uppercase;*/
    height: auto;
  }
}
.footer .right-group dl dd {
  font-size: 13px;
  line-height: 17px;
}
.footer .right-group dl dd a {
  text-decoration: none;
  color: #fefefe;
}
.footer .right-group dl dd a:hover {
  text-decoration: underline;
}
.footer .right-group dl dd a.yellow {
  color: #ffcc00;
}
@media (max-width: 639px) {
  .footer .right-group dl {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .footer .right-group dl {
    float: left;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  .footer .right-group dl {
    float: left;
  }
}
@media (min-width: 1260px) {
  .footer .right-group dl {
    float: left;
  }
}
@media (max-width: 639px) {
  .footer .right-group {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    min-height: initial;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .footer .right-group {
    width: 48%;
    min-height: 550px;
  }
}
.footer .left-group {
  float: left;
  width: 72%;
  font-size: 0;
}
.footer .left-group dl {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 23%;
  margin: 0 2% 70px 0;
  color: #fefefe;
}
.footer .left-group dl dt {
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  margin-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-top: 65px;
  color: #fff;
}
.footer .left-group dl dt a {
  color: #fff;
}
.footer .left-group dl dt span {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .left-group dl dd {
  font-size: 13px;
  line-height: 17px;
}
.footer .left-group dl dd a {
  text-decoration: none;
  color: #fefefe;
}
.footer .left-group dl dd a:hover {
  text-decoration: underline;
}
.footer .left-group dl:last-child, .footer .left-group dl.last {
  margin-right: 0;
}
@media (min-width: 640px) and (max-width: 959px) {
  .footer .left-group dl {
    margin: 0 6% 0 0;
    width: 27%;
  }
}
@media (max-width: 639px) {
  .footer .left-group {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .footer .left-group {
    float: left;
    width: 52%;
    font-size: 0;
  }
}
.footer .lg-mobile {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  .footer .lg-mobile {
    display: block;
  }
}
.footer .lg-mobile dl {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  color: #FEFEFE;
  margin: 0 2.6%;
  width: 28%;
}
.footer .lg-mobile dl dt {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 20px;
  position: relative;
  text-transform: uppercase;
}
.footer .lg-mobile dl dt span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer .lg-mobile dl a {
  text-decoration: none;
  color: #fefefe;
  font-size: 13px;
  line-height: 17px;
}
.footer .lg-mobile dl a:hover {
  text-decoration: underline;
}
.footer .lg-mobile dl:last-child, .footer .lg-mobile dl.last {
  margin-right: 0;
}
@media (max-width: 639px) {
  .footer .lg-normal {
    display: none;
  }
}
.footer .copy {
  display: block;
  width: 100%;
  color: #fff;
  font: 13px "proxima-nova", "arial", "sans-serif";
  clear: both;
  padding-top: 30px;
}
@media (max-width: 639px) {
  .footer .copy {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 959px) {
  .footer .copy .rights {
    display: block;
  }
}
.footer .copy a {
  color: #fff;
}
