html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* =HTML5 display definitions
*******************************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) { display: none; }
[hidden] { display: none; }
/* HTML5 display definitions */

/* Tags reset
*******************************************************************************/

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
ins     { background-color: #ff9; color: #000; text-decoration: none; }
del     { text-decoration: line-through; }
table   { border-collapse: collapse; border-spacing: 0; }
hr      { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin:1em 0; padding:0; }
ul, ol  { list-style: none;}
a       { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;}
a:hover, a:active, input, input:active, textarea, textarea:active, label:focus, label:active { outline: none; }

img     { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root)  { overflow: hidden; }
a:link          { -webkit-tap-highlight-color: #478FB2; }
::-moz-selection{ background: #478FB2; color:#fff; text-shadow: none; }
::selection     { background:#478FB2; color:#fff; text-shadow: none; }

/* Normalizing form elements
*******************************************************************************/

textarea, button, input, select { font-size: 100%; padding: 0; margin: 0; vertical-align: baseline; *vertical-align: middle; }
textarea { overflow: auto; min-height: 20px; max-height: 300px; max-width: 400px; min-width: 150px; }

input[type="radio"], input[type="checkbox"] { vertical-align: middle; }
input[type="button"], input[type="submit"], button { cursor: pointer; -webkit-appearance: button; }

button {  width: auto; overflow: visible; }

.ie7 input[type="checkbox"] { vertical-align: baseline; }

/* Normalizing Tags
*******************************************************************************/
small       { font-size: 85%; }
strong, th  { font-weight: bold; }
td, td img  { vertical-align: top; }
sub, sup    { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup         { top: -0.5em; }
sub         { bottom: -0.25em; }
pre         { padding: 15px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/* Special Classes
*******************************************************************************/
 .dynamic-header {
    text-align: center;
    color: #555;
    margin: 0;
    padding: 10px 0;
}

 /* Clear fix
*******************************************************************************/
.cf:before, 
.cf:after, 
.two-cols:before, 
.two-cols:after, 
.three-cols:before, 
.three-cols:after, 
.four-cols:before, 
.four-cols:after, 
.five-cols:before, 
.five-cols:after, 
.six-cols:before, 
.six-cols:after, 
.seven-cols:before, 
.seven-cols:after, 
.eight-cols:before, 
.eight-cols:after, 
.nine-cols:before, 
.nine-cols:after, 
.ten-cols:before, 
.ten-cols:after, 
.row:before, 
.row:after {
     content:""; 
     display:table;
}
.cf:after, 
.clear, 
.two-cols:after, 
.three-cols:after, 
.four-cols:after, 
.five-cols:after, 
.six-cols:after, 
.seven-cols:after, 
.eight-cols:after, 
.nine-cols:after, 
.ten-cols:after,
.row:after {
    clear:both;
}
.cf, 
.two-cols, 
.three-cols, 
.four-cols, 
.five-cols, 
.six-cols, 
.seven-cols, 
.eight-cols, 
.nine-cols, 
.ten-cols,
.row {
    zoom:1;
}

.security-logo {
    border-radius: 5px;
    width: 280px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 10px auto;
}

.security-logo > a {
    outline: none;
    background: url("../../../General/images/logo-geotrust.png") 0 0 no-repeat, url("../../../General/images/logo-rapid.png") 100% 0 no-repeat;
    display: block !important;
    height: 70px;
    width: 100%;
    background-size: auto 100%;
    margin: 0 auto;
}

.header .security-logo {
    float: right;
    margin: 10px 0 10px 20px;
}

.footer .security-logo {
    width: 150px;
    margin: 0;
}

.footer .security-logo > a {
    background: url("../../../General/images/logo-rapid.png") 0 0 no-repeat;
    float: none;
    width: 150px;
    height: 80px;
}

.form-apply .security-logo {
    margin: 10px auto 0 auto;
}

/*Comodo*/
.header .comodo-logo {
    float: right;
    margin: 13px 5px 0 5px;
}

.form-apply .comodo-logo:before {
    content: "SSL Secure Connection";
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    margin: 22px 10px 0 0;
    width: 75px;
    text-align: justify;
    color: #79C400;
}

.form-apply .comodo-logo {
    display: block;
    margin: 5px auto;
    width: 200px;
    height: 50px;
}
/* TABLET LAYOUT 
----------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .security-logo {
        width: 240px;
    }

    .security-logo a {
        height: 60px;
        background-size: auto 100%;
    }
}


/* MOBILE LAYOUT
----------------------------------------------- */

@media only screen and (max-width: 767px) {
    .security-logo {
        width: 240px;
        background-size: auto 100%;
    }

    .security-logo a {
        height: 60px;
        background-size: auto 100%;
    }

    .header .security-logo {
        float: none;
        clear: both;
        margin: 10px auto;
    }

    /*Comodo*/
    .header .comodo-logo {
        margin-top: 25px;
    }

    .header .comodo-logo img {
        width: 70px;
        height: auto;
    }
}

.accordion {
    margin: 20px 0;
}

.accordion h2 {
    background: #e9e7e7 url('data:image/gif;base64,R0lGODlhGQBIAOYAAAAAAP////79/ujn6OXk5f39/vj4+fT09e7u7+zs7efn6N/f4P3+/vb39/Hy8uzt7efo6Obn5+Tl5d/g4P3+/fj5+Ofo5+Tl5N/g3/v7+uzs6+rq6ejo5+fn5uXl5ODg3/79/fv6+vn4+PTz8+jn5+Xk5ODf3/39/fz8/Pv7+/r6+vn5+fj4+Pf39/b29vX19fT09PPz8/Ly8vHx8fDw8O7u7uzs7Ovr6+np6ejo6Ofn5+Xl5eTk5OLi4t/f376+vktLS////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAEEALAAAAAAZAEgAAAf/gEE/g4SFhUGIiYo/ICcnAgwnFAUnBSCNJz+Kmz8oKZ+gKRmioiiam4k/KiIsLAYGFbGtrCGnqIIrLrq6Db2+Liu2qD8tB8bGMMnKMC3CnC8z0dLT0S/OizE1NUDc3dwINSPXqQ42Nt7eNhoy44g/NDjx8vM4GzTtgjUd+/sR/v86auD7kYDHDh4lLhC44MEDAQ8SHgy80aOixYsVbwzE8cHHAgwefUww4QMkjoEQIOTQMSCHAhIQSFjgwGEAPkGGcg66xbOnz59AgwodSrSo0aNIkypdyrSp06dQo0qdSrWq1atYs2rdyrWr169gverU6ZORI0iSKFnCNNBTqE+jbuKa6qlKhN27rfKyqEU31y4X3Hz1Cka32LED3JYxGwhtGjdq1uhm24buGwJxdMudqwzEHDu68OZxo3ePrj5+Hbj98yeQbkEesHlw20GbtkS6FDHq1kiX44ffv30IH36SbsqVLV/GnFnz5ticPgMBADs=') /*/Content/themes/General/images/arrow.gif*/ no-repeat right -51px;
    background: #e9e7e7 url(/Content/themes/General/images/arrow.gif) no-repeat right -51px;
    padding: 7px 15px;
    margin: 0;
    border: solid 1px #c4c4c4;
    border-bottom: none;
    cursor: pointer;
}

.accordion h2:hover {
    background-color: #e3e2e2;
}

.accordion h2.active {
    background-position: right 5px;
}

.accordion p {
    background: #f7f7f7;
    margin: 0;
    padding: 10px 15px 20px;
    border-left: solid 1px #c4c4c4;
    border-right: solid 1px #c4c4c4;
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}
#fancybox-right-ico,
#fancybox-left-ico,
#fancybox-close,
#fancybox-title-float-right,
#fancybox-title-float-left,
#fancybox-loading div {
    background: transparent url('data:image/png;base64,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');
    *background: transparent url('/Content/themes/General/images/fancybox.png'); 
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
    border-radius: 5px;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 5px #000;
    border-radius: 5px;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0 solid #fff;
    border-radius: 5px;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-position: -40px 0;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-right {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    z-index: 1102;
    display: none;
    border:1px solid #000;
}

#fancybox-right {
    right: 0;
}

#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQI12NgYGBYDAAAqACkxaGYIAAAAABJRU5ErkJggg==');
    *background-image: url('/Content/themes/General/images/fancy_title_over.png'); 
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background-position: -40px -90px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background-position: -55px -90px;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/Content/themes/General/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('/Content/themes/General/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/Content/themes/General/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/Content/themes/General/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/Content/themes/General/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/Content/themes/General/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}

/*Roboto GoogleFont*/

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(//fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(//fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(//fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2'), url(//fonts.gstatic.com/s/roboto/v15/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(//fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(//fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

/* =Minimal base styles
*******************************************************************************/
html, body {
    height: 100%;
    overflow: auto;
}

body {
    position: relative;
    min-height: 100%;
    height: auto;
    background: #e2e2e2; 
    box-sizing: border-box;
    font: 12px/1.4 Arial, sans-serif;
    display: table;
    width: 100%;
}

body > img {
    position: absolute;
    bottom: 0;
    left: 0;
}

body, select, input, textarea {
    color: #444;
    font: 12px Arial, sans-serif;
}

::-webkit-input-placeholder {
    color: #444;
}

:-moz-placeholder {
    color: #444;
}

h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 span {
    color: #25b3f0;
}

h1 {
    position: relative;
    /*color: #58595b;*/
    font: 300 30px/34px 'Roboto', serif;
    margin-bottom: 20px;
}

h2 {
    position: relative;
    font: 28px/30px 'Roboto', serif;
    margin-bottom: 20px;
    text-transform: capitalize;
}

h3 {
    position: relative;
    color: #58595b;
    font: 26px/30px 'Roboto', serif;
    margin-bottom: 20px;
}

h1.success {
    color: #54a03c;
    padding: 100px 0 150px 0;
    text-align: center;
    font-size: 20px;
}

h1.fail {
    padding: 50px 0 50px 0;
    text-align: center;
    font-size: 20px;
}

h2 {
    border-radius: 0 3px 3px 0;
    font: 20px/22px "Roboto",serif;
    margin-bottom: 15px;
    position: relative;
}

h3 {
    border-radius: 0 3px 3px 0;
    color: #58595b;
    font: 18px/22px "Roboto",serif;
    margin-bottom: 15px;
    position: relative;
}

a {
    color: #000;
    outline: none;
}

a:hover {
    color: #f19c4a;
}

a.alt-link {
    font-weight: 700;
    color: #245492;
}

a.alt-link:hover {
    color: #148CCB;
}

.thankyoumsg {
    padding: 80px 0;
    text-align: center;
}

.thankyoumsg p {
    color: #d42929;
    font: 18px Arial !important;
}


/* =Useful classes
*******************************************************************************/

.hidden {
    display: none;
}

.no-marg {
    margin: 0 !important;
}

.wrapper .pd-50-0 {
    padding: 50px 0;
}

.no-pad {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

.no-bd {
    border: none !important;
}

.fl-l {
    float: left !important;
}

.fl-r {
    float: right !important;
}

.a-center {
    text-align: center;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

.clear {
    clear: both;
}

.hr {
    height: 1px;
    font: 0/0 Arial;
    border-bottom: 1px dotted #888;
    margin: 15px 0;
}

.btn {
    position: relative;
    display: block;
    height: 52px;
    background: #F26522;
    font: 300 21px/52px 'Roboto', Arial;
    text-align: center;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

.unsubscribe .btn  {
    width: 221px;
    background: #a92436;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.42);
    transition: all 1s ease-in;
}

.unsubscribe .btn:hover {
    box-shadow: inset 0px 3px 9px 0px rgba(0, 0, 0, 0.42);
}

.btn:hover {
    color: #fff;
}

.wrapper {
    margin: 0 auto;
    background: #e2e2e2;
    padding-top: 80px; 
    width: 100%;
    color: #000;
    display: table-row;
    height: 100%;
}

.container {
    padding: 80px 0 0;
}

.inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}
.loading {
    position: relative;
}
.loading:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/loader.gif") no-repeat 50% 60%;
    z-index: 1;
}

/* NEW Header
*******************************************************************************/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 20px 0px rgba(0,0,0,.3);
    transition: all .6s ease-in; 
}
.header.colorfull{
    background-color: #fff;
    box-shadow: 2px 2px 20px 0px rgba(0,0,0,.3);
}

.header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
}

.logo {
    display: block;
    width: 190px;
    height: 64px;
    text-indent: -9999px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.colorfull .logo,
.logo {
    background-image: url(../images/logo.png);
    background-size: contain;
}

.logo span {
    color: #555;
    font: 400 18px/20px 'Roboto', serif;
}

.header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 400px;
    font-size: 16px;
}

.header .menu a {
    color: #000;
}

.header .menu a.button {
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #000;
    border-radius: 3px;
}

.header .menu a:hover { 
    color: #a6283f
}

.header .menu a.button:hover {
    border-color: #a6283f;
}

.burger-manu {
    display: none;
}

/* =Content
*******************************************************************************/
.article {
    float: right;
    width: 715px;
}

.content,
.content-wrap {
    padding: 30px 0;
}

.main-col.content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 430px;
}

.content-wrap .content {
    border: none;
    padding: 0;
}

.content p {
    margin-bottom: 15px;
    /*color: #949494;*/
    font: 16px/20px Arial;
}

.content-section:last-child p:last-child {
    margin-bottom: 0;
}

.content ul {
    font: 16px/20px Arial;
    list-style: inside disc;
    margin-bottom: 20px;
}

.content ol {
    font: 16px/20px Arial;
    list-style: inside decimal;
    margin-bottom: 20px;
}

.content ul li, .content ol li {
    padding: 0 0 10px 0;
}

.content ol li a {
    color: #478fb2;
}


/* =About block
*******************************************************************************/
.about-block {
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 40px 20px 0;
    overflow: hidden;
}

.home-content.home-content--ab {
     text-align: center;
}

.home-content .about-block {
    margin:0 auto 40px;
    text-align: left;
}

.home-content .about-block li {
    width: 33.3%;
    padding: 10px;
    list-style: none;
    float: left;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.right-col .about-block {
    margin: 0 0 20px 0;
}

.left-col .about-block {
    margin: 140px 20px 20px 0;
}

.about-block li {
    font: 300 20px/50px 'Roboto', Arial;
    color: #5f5f5f;
    border-bottom: 1px solid #f1f1f1;
    padding: 25px 30px;
    overflow: hidden;
}

.about-block li:before {
    content: '';
    width: 50px;
    height: 50px;
    margin: 0 10px -17px 0;
    display: inline-block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAyCAMAAACJUtIoAAAAIVBMVEVMaXEls/Als/Als/Als/Als/Als/Als/Als/Als/Als/ClAwmEAAAAC3RSTlMAWRZDLksJOSNTERfSTmAAAAKGSURBVHja7ZlRkiMhCEAFAcH7H3hrOzPFJGiQVNfsz77PNB0fDXaMtjUTlRClHYMXsyUIjb5k5GPpgC+YZksRHQx+B7Y9BFtGJsXwk56IaYcXbEhiVfcSDvGU5RBZiwm8RduWafkgzuwexIojyUWvuL4ALvDIyuG2RMFhef0gFn9svwoubG4qaJW6j1gBBsdC8h0A+kbLc4t0z5UUdbglxhTcygN6aJaSFvDbovRvC/0WM4nPKtUCLWjty8KxXcU/C1a5ls2C1m6qqF+JXhxjcy1gSbRikrq6Fm+cq+4SO9OCcaLlg6wCfICVLT0PcKgFeKTVkHdaczMZZgxHONbiXMt/68ciAHc99yiYNaenWo6mWg4tAmhZQx8rJHCmxb+mNSpaMH9Ly0pa9PSuYXzD8HdKXQsh14pVJINDjD7SopoWyPKmwxXhHHCh+ArDBYprlrTwawXI3eCQ+S3FkOBdwqlWvE2vpkE4hMITyJe1EFjVXu3nGPSYYkUtKdQ80Yozoz+0DBsVtRCO6BWtxk9aF/+1/FIo4r/XgiFJy9+jxX2nZVDgXi3GvwmvtTrUwHu0/PdSl1oENeQ2LfXJFLUQSnC7TUvaAwpa9eai+7TmW60BFeZ9WrQrYr2K/EnhdT2QiT+sqNV6fQSGAiaulaxTXKuUO4ctqhzDVtQqPy70zdxrFWj9DXwFkLQPtcTKy9/6P5+6VlPYkm+NqC0i5w1ayUsi2UiCFXSDVuKVbLvxMvYeLRlFK9cSpcAVOzKtERs79GviZbg8LcA3mE+S+jIw6fuwAV4bRT/XiscFZ0cfXJi7Ra364YozrTZ361r1o6g4T/J04IhRPriLCG6J2RCcgPkx5038AblRHJP98UosAAAAAElFTkSuQmCC') /*../images/icos-how.png*/ no-repeat;
    *background: url(../images/icos-how.png) no-repeat;
}

.about-block li.ico-02:before {
    background-position: -50px 0;
}

.about-block li.ico-03:before {
    background-position: -100px 0;
}
/* NEW Form for inner pages
*******************************************************************************/
.form-apply-wrap {
    margin: 20px 0;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #b1b1b1;
    -webkit-box-shadow: 0 0 5px #b1b1b1;
    box-shadow: 0 0 5px #b1b1b1;
    border: 1px solid #6691A2;
}

.form-apply-wrap.fixed {
    position: fixed;
    top: 70px;
    width: 357px;
}

.form-apply-wrap.absolute {
    position: absolute;
    top: auto;
    bottom: 0;
}

.form-apply-title {
    font: 300 20px/24px 'Roboto', Arial;
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
}

.form-apply label {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    display: block;
}

.form-apply .btn {
    margin: 10px 0;
}

.form-apply .row {
    position: relative;
    padding: 0 20px;
    margin-bottom: 10px;
}

.form-apply select,
.form-apply input[type=number],
.form-apply input[type=email],
.form-apply input[type=text] {
    position: relative;
    height: 44px;
    font: 15px/25px Arial;
    color: #444;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #dedede;
    background: #fbfbfb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.form-apply select.error,
.form-apply input[type=email].error,
.form-apply input[type=number].error,
.form-apply input[type=text].error {
    background-color: #FFCECE;
}

.form-apply input[type=checkbox].error {
    -moz-box-shadow: 0 0 3px red;
    -webkit-box-shadow: 0 0 3px red;
    box-shadow: 0 0 3px red;
}

.form-apply select {
    padding: 10px;
    line-height: 15px;
}

.form-apply select.error,
.form-apply input.error {
    border: 1px solid red;
}

.form-apply select:focus,
.form-apply input:focus {
    border: 1px solid #43b9dd;
    color: #43b9dd;
}

.form-apply option {
    color: #444;
    font: 100 13px/20px Arial;
}

.form-apply .form-checkbox label {
    color: #555;
    font: 12px/14px Arial;
}

.form-checkbox a,
.form-privacy a {
    color: #888;
    text-decoration: underline;
}

.form-checkbox a:hover,
.form-privacy a:hover {
    color: #b5babc;
}

.form-checkbox {
    overflow: hidden;
    padding: 10px 20px;
    color: #3c3c3c;
}

.form-apply-wrap .placeholder {
    margin: 12px 0 0 40px;
    font-size: 17px;
}

.form-checkbox a {
    color: #f26522;
}

/* Login Form style */
.login-description {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.home-page .form-login {
    max-width: 320px;
    min-width: 280px;
    width: 100%;
    padding: 25px 0 0;
    font-family: 'Roboto', serif;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 10;
}

.home-page .form-login * {
    box-sizing: border-box;
}
.home-page .form-login .row {
    padding: 0 20px;
}
.home-page .form-login .action-row {
    padding: 10px 20px;
}
.form-login .form-apply-title {
    margin: 0;
    padding: 0 0 20px;
    background: transparent;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #292929;
}

.form-login label {
    color: #5f5f5f;
    display: inline-block;
    margin-bottom: 5px;
}

.form-login .input-wrap {
    float: none;
}

.form-login .input-wrap input[type] {
    width: 100%;
    height: 48px;
    position: relative;
    height: 46px;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    padding: 0 20px;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0%,#f0f0f0 50%,#e8e8e8 85%,#fff 100%);
    background: -webkit-linear-gradient(top,#fff 0%,#f0f0f0 50%,#e8e8e8 85%,#fff 100%);
    background: linear-gradient(to bottom,#fff 0%,#f0f0f0 50%,#e8e8e8 85%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
    border-radius: 24px;
    border: 1px solid #dfdfdf;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    box-shadow: none;
    outline: none;
}

.form-login .new-request {
    padding: 15px 20px;
    border-radius: 0 0 4px 4px;
    background: #d7d7d7;
}

.form-login .new-request span {
    font-weight: bold;
}
.form-login .new-request a {
    font-size: 16px;
    text-decoration: underline;
    color: #292929;
}

.form-login .new-request a:hover {
    text-decoration: none;
    color: inherit;
}
.form-login .btn-login {
    width: 100%;
    font-weight: bold;
    background: #a92436;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.42);
}

.form-login .btn-login:hover {
    box-shadow: inset 0px 3px 9px 0px rgba(0, 0, 0, 0.42);
}

.form-login .field-validation-error {
    color: red;
}

.apply-now {
    z-index: 1;
}
/* END of Login Form style */

/* NEW Home Page
*******************************************************************************/
    /* banner Home Page */

.visual-wrap {
    position: relative;
    background-size: cover;
    overflow: hidden;
    padding: 40px 0;
    height: 810px;
}

.visual-wrap.form-wrap {
    min-height: 82vh;
    height: auto;
    padding: 6px 0 0;
    margin: 0;
}

.visual-wrap.form-wrap .inner {
    padding: 50px 0;
    box-sizing: border-box;
}

.visual-wrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal; 
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; 
}


.custom-block {
    overflow: hidden;
    background: url(../images/visual-wrap-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(2.2px);
    -o-filter: blur(2.2px);
    -ms-filter: blur(2.2px);
    filter: blur(2.2px); 
    zoom: 0;
}

.visual-wrap:after {
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    content: '';
    opacity: .4;
}

.visual-title,
.login-title {
    color: #fff;
    font: 400 55px/68px 'Roboto', serif;
    margin-bottom: 2.5%;
    text-align: center;
    z-index: 2;
    position: relative;
    text-shadow: -5px 0px 8px rgba(0, 0, 0, 0.5);
}

.visual-title:after {
    position: absolute;
    top: 40px;
    right: -40px;
    content: '';
    width: 210px;
    height: 90px;
    background-image: url('../images/bg-arrow.png'); 
    background-size: cover;
    background-repeat: no-repeat;
}

.home-page .button {
    z-index: 2;
    width: 315px;
    margin: 0 auto;
}

.button .btn {
    width: 100%;
    background: #a92436;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.42);
    transition: all 1s ease-in;
}

.button .btn:hover {
    box-shadow: inset 0px 3px 9px 0px rgba(0, 0, 0, 0.42);
}

    /* end banner Home Page */


/*Testimonials*/
.testimonial-block:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -26px;
    right: 20px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAiCAMAAACUYSJFAAAAG1BMVEVMaXH////////////////////////////////liRbkAAAACHRSTlMAVPwZtBuB6GH35YgAAABESURBVHjafck5AQAhEACxWe4B/4pxkLRpDvRx29yX+3OH+yxts7Dq2LFjx44dO3bs2LFjx44dO3bs2LFjx44dO3bs2BfxiRCFghwRTAAAAABJRU5ErkJggg==') /*../images/ico-arrow.png*/;
    *background: url(../images/ico-arrow.png);
    width: 29px;
    height: 34px;
}

.testimonial-block {
    position: relative;
    background: #fff;
    float: left;
    max-width: 280px;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.testimonial-block blockquote {
    text-align: center;
}

.testimonial-block p {
    color: #656565;
    font: italic 13px/18px Georgia, Arial;
    margin-bottom: 10px;
}

.testimonial-block cite {
    color: #f68b1f;
    font: 14px/18px Georgia, Arial;
}


.phone-wrap {
    color: #2DB4DD;
    font: 300 24px/24px 'Roboto', Arial;
    text-align: center;
    padding: 30px 10px;
    background: #f6f6f6;
}

.phone-wrap p > span,
.phone-wrap p a {
    color: #EF7500;
    text-decoration: none;
}



.header .phone-num {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-right: auto;
    line-height: 2;
}

.header .phone-num:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMwcHgiIGhlaWdodD0iMzBweCIgdmlld0JveD0iMTc1LjQ0NSA2Mi4xNCA0NzggNDcyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDE3NS40NDUgNjIuMTQgNDc4IDQ3MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iIzJjOThkMSIgZD0iTTQxNC40NDUsNzUuNDJjLTEyMy4wMDUsMC0yMjIuNzIxLDk5LjcxNS0yMjIuNzIxLDIyMi43MjFjMCwxMjMuMDA1LDk5LjcxNSwyMjIuNzIxLDIyMi43MjEsMjIyLjcyMWMxMjMuMDA1LDAsMjIyLjcyMS05OS43MTYsMjIyLjcyMS0yMjIuNzIxQzYzNy4xNjYsMTc1LjEzNSw1MzcuNDUsNzUuNDIsNDE0LjQ0NSw3NS40MnogTTUxOS4wMTUsNDIxLjQ2NGMtNi41NTcsNi42ODEtMTMuNDg1LDEyLjg2Ni0xOS42NzEsMTkuNzk1Yy05LjAzMSwxMC4xNDUtMjAuNDEzLDEzLjM2MS0zMy4yNzksMTIuNjE4Yy0xOC44MDUtMC45ODktMzYuMjQ5LTcuMjk5LTUyLjk1LTE1LjQ2NGMtMzcuMjM5LTE4LjA2My02OS4wMzQtNDMuMTc3LTk1LjYzMy03NC44NDljLTE5LjY3MS0yMy4zODItMzUuODc3LTQ4Ljg2Ny00Ni42NDEtNzcuNjkzYy01LjE5Ni0xMy45NzktOC45MDctMjguMjA3LTcuNzk0LTQzLjMwMWMwLjc0Mi05LjI3OCw0LjIwNi0xNy4xOTYsMTEuMDExLTIzLjc1M2M3LjQyMy03LjA1MiwxNC4zNTEtMTQuMzUxLDIxLjY1LTIxLjUyNmM5LjUyNS05LjQwMiwyMS40MDItOS4yNzksMzAuOTI5LDBjNS45MzgsNS44MTQsMTEuNjI5LDExLjYyOSwxNy40NDMsMTcuNDQzYzUuNjkxLDUuNjkxLDExLjM4MiwxMS4yNTksMTYuOTQ5LDE2Ljk0OWM5Ljg5NywxMC4wMjEsOS44OTcsMjEuNjUsMCwzMS42NzJjLTcuMDUyLDcuMTc1LTE0LjEwNCwxNC4zNTEtMjEuNDAyLDIxLjI3OGMtMS44NTUsMS44NTYtMi4xMDQsMy4zNDEtMS4xMTMsNS42OTFjNC43MDEsMTEuMzgyLDExLjYyOSwyMS41MjYsMTkuMjk5LDMwLjkyOWMxNS40NjUsMTkuMDUzLDMzLjAzMiwzNi4wMDIsNTQuMDY0LDQ5LjExNWM0LjQ1MywyLjg0Niw5LjQwMiw0LjgyNSwxNC4xMDQsNy40MjNjMi4zNTEsMS4zNjEsNC4wODMsMC44NjYsNS45MzgtMS4xMTNjNy4wNTItNy4yOTksMTQuMzUxLTE0LjQ3NSwyMS41MjYtMjEuNjVjOS41MjYtOS40MDIsMjEuNDAzLTkuNDAyLDMwLjgwNiwwYzExLjYyOSwxMS41MDYsMjMuMTM1LDIzLjAxMiwzNC42NCwzNC42NDFDNTI4Ljc4OSwzOTkuODEzLDUyOC43ODksNDExLjY5LDUxOS4wMTUsNDIxLjQ2NHogTTQwOS4yNzksMjI5LjIxbDMuNzEyLTI2LjQ3NmMyNS42MDksMy41ODgsNDguODY4LDE1LjIxNyw2Ny4xNzgsMzMuNTI3YzE3LjQ0NCwxNy40NDMsMjguODI2LDM5LjM0MSwzMi45MDgsNjMuNDY2bC0yNi4zNTIsNC41NzdjLTMuMjE2LTE4LjY4MS0xMi0zNS42My0yNS40ODUtNDkuMTE1QzQ0Ny4wMTMsMjQwLjk2Myw0MjkuMDc0LDIzMS45MzEsNDA5LjI3OSwyMjkuMjF6IE01NTYuMTMxLDI5OS43MjdjLTUuOTM4LTM0LjY0MS0yMi4yNy02Ni4wNjQtNDcuMTM2LTkxLjA1NWMtMjYuMjI5LTI2LjIyOC01OS41MDgtNDIuODA2LTk2LjI1MS00OC4wMDJsMy43MTEtMjYuNDc1YzQyLjQzNSw1LjkzOCw4MS4wMzQsMjUuMTE0LDExMS4zNDUsNTUuNTQ4YzI4LjgyNSwyOC44MjYsNDcuNzU0LDY1LjMyMiw1NC42ODIsMTA1LjQwNkw1NTYuMTMxLDI5OS43Mjd6Ii8+PC9zdmc+);
    vertical-align: middle;
}


.search .error-message {
    color: red !important;
    width: 530px;
    margin: 40px auto;
    font-size: 15px;
}

label.error {
    color: red;
    position: absolute;
    top: -15px;
    left: 0;
    font: 11px Arial;
    white-space: nowrap;
}

.error-right {
    min-height: 38px;
    display: block;
    float: left;
    position: relative;
}

.error-right label.error {
    left: auto;
    right: 0;
}

.error-message {
    position: relative;
    font: 700 14px Arial;
    color: red;
    overflow: hidden;
    height: 40px;
    text-align: center;
}

.search p {
    color: #494949;
    font: 18px/20px Arial;
}

p.search-percent {
    color: #ff7a08;
    font-size: 42px;
}

p.search-subtitle {
    padding: 40px 0;
    font: 30px Arial;
}



    /* new steps Home Page */
.section-alt{
    background: linear-gradient(#e2bf92 ,#bb9f79 );;
}

.section-alt .inner.benefits {
    max-width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 130px;
    padding: 30px 0;
}

.benefit,
.benefits {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.benefit {
    height: 100%;
    padding-left: 100px;
    color: #fff;
    font-size: 23px;
    background-repeat: no-repeat;
    background-position: left center;
}

.benefit.safe {
    padding-left: 75px;
    background-image: url(../images/padlock.png);
}

.benefit.fast {
    padding-left: 80px;
    background-image: url(../images/clock.png);
}

.benefit.submit {
    background-image: url(../images/laptop.png);
}

    /* end new steps Home Page */

    /* new home-info */

.home-info {
    padding: 80px 0;
    background: #fff4db;
}

.home-info .info-item {
    width: 620px;
    margin: 0 auto;
    text-align: center;
}

.info-item h1 {
    margin: 0;
    padding-top: 40px;
    font-size: 29px;
    font-weight: 600;
    color: #000;
}

.info-item h3 {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 400;
    line-height: 23px;
    color: #1b1b1b;
}

.home-info .content-section {
    padding-top: 50px;
    font-size: 14px;
    font-weight: 100;
    line-height: 16px;
    color: #1b1b1b;
}
    /* end new home-info */

/* NEW Home Page
*******************************************************************************/




/* =Sidebar
*******************************************************************************/
.phone {
    position: relative;
    border: 1px solid #d1d1d1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 225px 20px 0;
    margin: 20px 0;
    overflow: hidden;
    background: #fff url(../images/bg-phone.jpg) no-repeat 50% 0;
}

.phone p {
    font: 300 22px/22px 'Lato', sans-serif;
    color: #f3a962;
    text-align: center;
    margin-bottom: 5px;
}

p.header .phone-num {
    color: #616161;
    margin-bottom: 10px;
}

p.header .phone-num a {
    color: #616161;
}

.sidebar {
    text-shadow: 1px 1px 0 #fff;
}

.right-col h2 {
    position: relative;
    background: #EEE;
    font: 18px/36px 'Roboto', serif;
    color: #245492;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-shadow: 1px 1px 0 #fff;
}

.sidebar-steps li {
    position: relative;
    padding-left: 35px;
    padding: 0 0 5px 20px;
    margin-bottom: 10px;
    color: #0b3a66;
    list-style: none !important;
}

.sidebar-steps em {
    display: inline-block;
    background: #229EE6;
    width: 30px;
    height: 30px;
    color: #fff;
    margin-right: 5px;
    font: 700 20px/30px Arial;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: none;
}

.check-list li {
    position: relative;
    padding-left: 35px;
    padding: 0 0 5px 40px !important;
    margin-bottom: 10px;
    color: #555;
    list-style: none !important;
}

.visual-list li em.before,
.check-list li em {
    content: '';
    position: absolute;
    left: 10px;
    top: -5px;
    display: block;
    width: 26px;
    height: 26px;
    color: #fff;
    font: 700 20px/30px Arial;
    text-align: center;
    text-shadow: none;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAmVBMVEVMaXH////////////////8/fr///////////////////////////////////////////////////////////////9ioh1dnhRfnxhbmxFZmQ53sixoph3l79l5rj39//1/tzV6tDCaw2rP4rlzqjRspiaBs0OXwWPK37LU5cBxqyxtqiOexW6GtkyQvF/E3Ke105Hx9+moy3srksV6AAAAFnRSTlMAKoF8lf01lmuSBSMaLwlgv9M8TqW3QDyPWgAAALNJREFUeNrN0UkSgjAQBVCUGVFwIiEJEFBAAcf7H86EBIsi7PWv+ter6kW39usEobuYhY39LqvXelZqkreVrYpn1IRSXIai+pY3EpRTSrqgr27yMB1JRoEwzclN7Ns/EYSJ85Wci9/XY9liIszoUINxVNkrsePQgCgC3NwCQTamg2i7ayxskIyJjC7tLmV8Cf3EDQJVpPGAcza90JKZEGsizC4xYGJyUQ2iVIgSZ2uyL/1fPnRsEnBl0ClRAAAAAElFTkSuQmCC') /*../images/ico-check.png*/ no-repeat -2px 0;
}

.visual-list li em.before {
    left: 15px;
    top: 4px;
}
/*Sprite include*/
.sidebar-privacy {
    position: relative;
    padding-left: 60px;
}

.sidebar-logos {
    margin: 10px auto;
    width: 250px;
}

.security {
    background: url('../images/bg-security.png') no-repeat 100% 0;
    width: 215px;
    height: 50px;
    float: right;
    margin: 10px 0 0 50px;
}

.faq-box {
    position: relative;
    padding: 10px 30px;
    margin: 20px 0;
    background: #f6f6f6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 3px #b2afb2;
    -webkit-box-shadow: 0 2px 3px #b2afb2;
    box-shadow: 0 2px 3px #b2afb2;
}

.side-col .faq-box {
    margin: 20px 10px;
    background: none;
}

.faq-box h2 {
    font: 22px/30px 'Roboto', Arial;
    background: none;
    text-align: center;
}

.side-col .faq-box h2 {
    margin-left: 20px;
}

.faq-box li a:hover {
    color: #129013;
}

.faq-box li a {
    color: #58595b;
    font-size: 14px;
}

.faq-box li {
    list-style: disc inside;
    margin-bottom: 20px;
}


/* =Sub-page 
*******************************************************************************/
.two-cols .main-col {
    width: 60%;
    float: left;
}

.two-cols .right-col,
.two-cols .side-col {
    width: 38%;
    float: right;
}

.two-cols .left-col {
    width: 38%;
    float: left;
}

.two-cols .col {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.two-cols .col:first-child {
    margin-left: 0;
}

.content-wrap .main-col {
    width: 58%;
}

.cf.two-cols.page-content {
    width: 100%;
}
.page-content .main-col.content {
    width: 60%;
}
/* =Form
*******************************************************************************/
.form {
    position: relative;
    margin: 20px 0 5px 0;
    padding: 30px 10px 20px 10px;
}

.l-col, .form-col {
    float: left;
    width: 50%;
}

.r-col {
    float: right;
    width: 50%;
}

.form-col {
    margin-top: 20px;
}

.form .row {
    margin-bottom: 10px;
    min-height: 38px;
    position: relative;
}

.b2cform .form-title {
    color: #fff;
}

.input-wrap {
    display: block;
    float: left;
    position: relative;
    min-height: 38px;
}

label.placeholder {
    color: #444 !important;
    position: absolute !important;
    left: 10px !important;
    margin-top: 5px;
    z-index: 100;
}

.form .row p {
    margin-bottom: 10px;
}

.form .row em {
    color: #fb720d;
    padding: 5px;
    line-height: 30px;
}

.form select, .form input[type=text], .form input[type=password],
.form input[type=tel],
.form input[type=email], 
.content select {
    position: relative;
    float: left;
    border: 1px solid #97a4af;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    height: 20px;
    font: 12px/20px Arial;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fdfdfd;
    width: 200px;
    z-index: 1;
}

.content select, .form select {
    height: 32px;
    width: 222px;
}

.content label select {
    float: none !important;
}

select.sel-middle {
    width: 130px;
}

.form textarea {
    position: relative;
    border: 1px solid #97a4af;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    font: 12px/20px Arial;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fdfdfd;
    width: 440px;
}

.form input.input-small {
    width: 60px;
}

.form input.input-middle {
    width: 115px;
}

.form input.input-small:first-child, .form input.input-middle:first-child {
    margin-right: 10px;
}

.form input[type=text]:focus, .form input[type=password]:focus, .form textarea:focus {
    border-color: #6c7890;
}

.form legend {
    font: 700 40px/40px Arial;
    color: #5e5e60;
    letter-spacing: -1px;
}

.form-subtitle {
    font: 100 24px/40px Arial;
    color: #5e5e60;
    float: left;
    margin: -20px 0 10px 0;
    width: 100%;
}

.ie .form-subtitle {
    margin-top: 0;
}

.apply-form-title strong {
    color: #0b3a66;
}

.apply-form-title {
    color: #245492;
    font: 700 28px 'Roboto', serif;
}

.form-contact {
    background: none;
    margin-top: 0;
}

.form-contact .row {
    margin-bottom: 10px;
    float: none;
    width: auto;
}

.form-contact textarea {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    height: 70px;
}

.checkbox-wrap {
    padding: 5px 10px;
    float: left;
    border: 1px solid #fff;
}

.checkbox-wrap input {
    float: left;
    margin: 0 10px 0 0;
}

.btn-disabled {
    opacity: 0.6;
}

.attension {
    background: #FEE0DA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid red;
}

.captcha p {
    font-size: 11px;
    line-height: 13px;
}

.captcha label {
    display: block;
}

.captcha-wrapper {
    margin: 5px 0;
}

.captcha-wrapper input[type=text] {
    margin-bottom: 5px;
}

.captcha-wrapper img {
    margin-bottom: 10px;
}

/*=Form Steps*/
.form-page {
    min-height: 800px;
    margin: 0 auto;
}

.form-page .right-col {
    padding-top: 80px;
}

.form-steps-wrapper {
    position: relative;
    background: #02375f;
    background: -webkit-radial-gradient(center, ellipse cover, #9db3c1 1%, #174263 100%);
    background: radial-gradient(ellipse at center, #9db3c1 1%,#174263 100%);
    margin: 20px auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    margin-bottom: 40px;
}

.form-steps-wrapper h1 {
    color: #fff;
    font: 700 30px/40px Arial;
    text-align: center;
    text-shadow: 1px 1px 0 #042e62;
    margin: 30px 0 0 0;
    border-bottom: none;
}

.form-steps .col {
    background: #4a97cf;
    background: -webkit-linear-gradient(top, #4a97cf 0,#216ea2 100%);
    background: linear-gradient(to bottom, #4a97cf 0,#216ea2 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 32%;
    margin: 0 0 40px 2%;
    float: left;
    padding: 10px 0;
    border: 1px solid #CCC;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-steps .col:first-child {
    margin-left: 0;
}

.form-page h2 {
    color: #005c99;
    font: 700 28px/30px Arial;
    margin-bottom: 20px;
}

.form-steps p {
    color: #fff;
    text-shadow: none;
    font: 15px/20px Arial;
    max-width: 150px;
    overflow: hidden;
}

.form-steps p.form-steps-title {
    text-shadow: 1px 1px 0 #032a5e;
    color: #fff;
    font: 700 20px/27px Arial;
    margin-bottom: 4px;
}

.form-block {
    margin-bottom: 20px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding-bottom: 8px;
    -moz-box-shadow: 0 0 5px #b1b1b1;
    -webkit-box-shadow: 0 0 5px #b1b1b1;
    box-shadow: 0 0 5px #b1b1b1;
}

.form-block h3 {
    background: #F9F9F9;
    font: 300 18px/60px Arial;
    text-align: center;
    color: #4FB8E7;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form-block p {
    font: 16px/20px Arial;
    color: #565656;
    text-align: center;
    padding: 0 20px;
}

p.form-percent {
    font: 700 66px/70px Arial;
    color: #69be00;
    text-align: center;
}

.form-block .check-list li {
    color: #565656;
    font: 14px/14px Arial;
    width: auto;
}
/*------------Tables----------*/
#ratesAndFeesContainer ul {
    list-style: none;
}

#ratesAndFeesContainer li {
    border: 1px solid #C6C6C6;
    padding: 10px;
    background: #E3E3E3;
    margin-top: -1px;
}

#ratesAndFeesContainer li .bold {
    font-weight: 700;
}

.rates-table {
    color: #58595b;
    font: 16px/20px Arial;
    border-collapse: collapse;
}

.rates-table th {
    background: #0585cb;
    color: #e9ffff;
    border: 1px solid #e9ffff;
    text-transform: uppercase;
    font: normal 12px/18px Arial;
    padding: 10px;
    text-align: left;
}

.rates-table td {
    padding: 5px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
    background: #f2f2f2;
}

.td-state {
    width: 100px;
}

.td-amount {
    width: 100px;
}

/* NEW Footer
*******************************************************************************/
.footer {
    padding: 20px 0;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    background: #f6f6f6;
    border-top: 1px solid #000;
}

.f-menu li:first-child {
    padding-left: 0;
}

.f-menu {
    padding: 0 5px;
}

.f-menu li {
    padding-left: 10px;
    display: inline;
}

.f-menu a {
    color: #1b1b1b;
    padding: 0 10px;
    font: 400 16px/24px 'Roboto', Arial;
}

.f-menu a:hover {
    text-decoration: underline;
}

.content-apr-wrap {
  background: #f6f6f6 none repeat scroll 0 0;
}

.customer-notice-wrap .disclaimer{
    border-bottom: 1px solid #767575;
    border-top: 1px solid #767575;
    color: #767575;
    font-size: 14px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: left;
}

.customer-notice-wrap .disclaimer p {
  margin-bottom: 20px;
}

.copyright {
    padding: 5px 0;
    text-align: center;
}
/* end NEW Footer
*******************************************************************************/

/* =Form Main corrections*/
.form-container {
    width: 100%;
}

.form-container .b2cform .form-title {
    color: #fff;
}
.form-wrap .b2c-form-container {
    max-width: none;
    min-width: 200px;
}

.form-wrap .b2c-form .b2c-btn-submit,
.form-wrap .b2c-form .b2c-btn-verify,
.form-wrap .b2c-form a.b2c-btn:not(.b2c-btn-back),
.form-wrap .b2c-step .b2c-row .b2c-radio-row label span {
    background: #f2a500;
    background: -webkit-linear-gradient(top,#f2a500 0,#ee8200 100%);
    background: linear-gradient(to bottom,#f2a500 0,#ee8200 100%);
}
.form-wrap .b2c-form .b2c-btn-submit:hover,
.form-wrap .b2c-form .b2c-btn-verify:hover,
.form-wrap .b2c-form a.b2c-btn:not(.b2c-btn-back):hover,
.form-wrap .b2c-step .b2c-row .b2c-radio-row label span:hover {
    background: #f2a500;
    background: -webkit-linear-gradient(top,#fbbc35 0,#ee8200 100%);
    background: linear-gradient(to bottom,#fbbc35 0,#ee8200 100%);
}

.form-wrap .b2c-step .b2c-row .b2c-radio-row label :checked + span {
    background: #ffd98c;
}

.form-wrap .b2c-step .b2c-row .b2c-radio-row label span {
    border: none;
}

/* =Representative Block
*******************************************************************************/
.content-apr {
    margin: 50px auto 0 auto;
}

.content-apr .inner {
    padding: 40px 0 0;
    border-top: 1px solid #ccc;
}

.representative {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
}

.representative h3 {
    font: 700 18px/60px 'Roboto', Arial;
    color: #2DB4E7;
    text-shadow: 1px 1px 0 #fff;
}

.representative p {
    font: 16px/20px Arial;
}

.btn-popup,
.r-btn, .r-popup {
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: block;
    font: 13px/52px Arial;
    padding: 0 30px;
    background: #2db4db;
    border: 1px solid #fff;
    width: 24%;
    float: left;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 1%;
}

.r-btn:hover, .r-popup:hover {
    border: 1px solid #2db4db;
    color: #2db4db;
    background: #fff;
}

.r-popup-content h4 {
    background: #2DB4E7;
    font: 700 14px/40px Arial;
    padding: 0 10px;
    color: #fff;
    text-shadow: 0 1px #245492;
    margin-bottom: 20px;
}

.calculate-box {
    width: auto;
    padding: 0;
    margin: 1px 0;
}

.calculate-box .row {
    float: none;
    width: auto;
}

.calculate-box label {
    float: left;
    margin-right: 10px;
    min-width: 150px;
    font: 700 12px/40px Arial;
}

.btn-popup {
    margin: 0;
    width: 160px;
    margin-left: 160px;
    display: block;
    text-align: center;
}

.calculate-box fieldset {
    background: none;
}

.calculate-box legend {
    background: none;
    position: relative;
    width: 100%;
    height: auto;
    font: 700 13px/20px Arial;
    padding: 10px 0;
    letter-spacing: 0;
    margin: 0 0 20px 0;
}

.calculate-box p {
    font: 11px/15px Arial;
    margin-bottom: 5px;
}

/*Happy Served Customers*/

.happy-counter {
    padding: 30px 0;
    color: #58595b;
    text-align: center;
}

.happy-counter-p {
    font: 700 30px/50px 'Roboto', serif;
}

.happy-counter-p2 {
    font-size: 30px;
}

.flip-counter {
    margin: 20px auto 0 auto;
    width: 280px;
    padding: 20px 10px;
    background: #fff;
}

.happy-counter .btn {
    height: auto;
    padding: 20px;
    line-height: 18px;
    max-width: 600px;
    margin: 0 auto;
}

#lmpostform {
    min-height: 720px;
}

.flip-counter ul.cd {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.flip-counter li {
    background: url(../images/digits.png) 0 0 no-repeat;
}

.flip-counter li.t {
    background-position: 0 0;
    width: 53px;
    height: 39px;
}

.flip-counter li.b {
    background-position: 0 0;
    width: 53px;
    height: 64px;
}

.flip-counter li.s {
    background-position: -53px -1030px;
    width: 14px;
    height: 103px;
}

/*Responsive Menu Button*/
.mobile-nav-container {
    display: none;
}

.mobile-nav {
    display: none;
}
.menu-collapser {
    position: relative;
    color: #fff;
    width: 32px;
    line-height: 28px;
    font-size: 16px;
    float: left;
    display: none;
}

.collapse-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.collapse-button .icon-bar {
    background-color: #000;
    display: block;
    height: 3px;
    width: 100%;
    margin: 5px 0;
}

/* Unsubscribe Page */
.main-col.content {
    width: 100%;
    margin: 0 auto;
}

.two-cols .col:last-child {
    float: right;
    margin: 0;
    width: 30%;
}

.cf.two-cols .two-cols {
    margin: 0 auto;
    text-align: center;
}

.cf.two-cols .two-cols .col {
    float: left;
    width: 30%;
    margin: 0;
    text-align: left;
}

.cf.two-cols .two-cols .col.col-mid {
    float: none;
    display: inline-block;
}

.cf.two-cols .two-cols .col.col-rt {
    float: right;
} 

.content-wrap .main-col {
    width: 560px;
    padding-bottom: 40px;
}

.unsubscribe-title {
    text-align: center;
}

.form-unsubscribe p {
    font-weight: 700;
    margin: 0;
    color: #444;
    font-size: 12px;
    min-height: 30px;
    padding: 0;
    line-height: 13px;
}

.form-unsubscribe.form-item label {
    min-height: 41px;
}

.unsubscribe-title {
    text-align: center;
}


/* Custom style of FORM for A/B split testing 
----------------------------------------------- */
.ab-custom .main-form {
    display: none;
}
.ab-custom .b2c-form-container {
    background: rgba(255,255,255,0.8);
    color: #000;
}
.ab-custom .sprite-icon:after,
.ab-custom .b2c-form a.b2c-btn:not(.b2c-btn-back):after {
    display: none
}
.ab-custom .b2c-step .b2c-row .sprite-icon>input,
.ab-custom .b2c-step .b2c-row .sprite-icon>select {
    padding: 20px;
}
.ab-custom .b2c-step .b2c-row .sprite-icon>input,
.ab-custom .b2c-step .b2c-row .sprite-icon>select,
.ab-custom .b2c-returned .b2c-row input[type],
.ab-custom .b2c-returned .b2c-row input[type].b2c-valid,
.ab-custom .b2c-step .b2c-row input {
    color: #000;
    background: #fff !important;
    border: 1px solid #ee8200 !important;
}
.ab-custom .b2c-step .b2c-row input.b2c-error {
    background: rgba(255, 0, 0, 0.2) !important;
    border: 1px solid red !important;
}
.ab-custom .b2c-step .b2c-row select,
.ab-custom .b2c-step .b2c-row select:focus,
.ab-custom .b2c-returned select,
.ab-custom .b2c-returned select:focus,
.ab-custom .b2c-returned select.b2c-valid,
.ab-custom .b2c-step .b2c-row select.b2c-valid,
.ab-custom .b2c-step .b2c-row select.b2c-dp-element,
.ab-custom .b2c-step .b2c-row select.b2c-dp-element:focus,
.ab-custom .b2c-step .b2c-row select.b2c-dp-element.b2c-valid,
.ab-custom .b2c-step .b2c-row select.b2c-dp-element:focus {
    border: 1px solid #ee8200 !important;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAA5BAMAAACyr6RdAAAAKlBMVEVMaXEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgIDAwMEBAQKF7/pAAAACnRSTlMAEDBgcI+fv8/vvnkTtAAAAINJREFUeNpjYMAKeCkW5RkWotxDTJSLpqLsKxXANNOsAiRRrlWTwLTmqgVIohyrVhoAKeZZqxqQRBm7Vi0GUlarVggg2yaxapUBA/OqVY0obgArhiuFuwyo2AWuFOHerFWrVi3D8AUbUDQB029ZCKVIoqyrAsgKnaGWSoZH3sRe7mAFABrHIFpVQoDvAAAAAElFTkSuQmCC') no-repeat 100% 50%!important;
}
.ab-custom .b2c-form a.b2c-btn.b2c-btn-back {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAIVBMVEVMaXEBAQEBAQECAgICAgICAgICAgICAgIBAQEBAQECAgKva28RAAAACXRSTlMAEM8Qz4+vv5856rjrAAAAPUlEQVQ4y2NgwAaY2blYGfAAZhYuLjYC8izMg1eekYmTk4lx5MozcBCQJ6yAoBUjTAWhJDe4VODLvCjZHwA9kAOD56/00wAAAABJRU5ErkJggg==) no-repeat 30% 50%;
    border: 1px solid #000;
    -webkit-background-size: 65%;
    -moz-background-size: 65%;
    -o-background-size: 65%;
    background-size: 65%;
}
.ab-custom .b2c-form a.b2c-btn.b2c-btn-back:hover {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAIVBMVEVMaXEBAQEBAQECAgICAgICAgICAgICAgIBAQEBAQECAgKva28RAAAACXRSTlMAEM8Qz4+vv5856rjrAAAAPUlEQVQ4y2NgwAaY2blYGfAAZhYuLjYC8izMg1eekYmTk4lx5MozcBCQJ6yAoBUjTAWhJDe4VODLvCjZHwA9kAOD56/00wAAAABJRU5ErkJggg==) no-repeat 30% 50%;
    border: 1px solid #000;
    -webkit-background-size: 65%;
    -moz-background-size: 65%;
    -o-background-size: 65%;
    background-size: 65%;
}
.ab-custom p.b2c-search-percent,
.ab-custom .b2c-form .b2c-btn-update,
.ab-custom .b2c-form .b2c-btn-verify,
.ab-custom .b2c-form .b2c-btn-submit,
.ab-custom .b2c-form a.b2c-btn:not(.b2c-btn-back),
.ab-custom .b2c-step .b2c-row .b2c-hint,
.ab-custom .b2c-step .b2c-row .b2c-hint a,
.ab-custom .b2c-step .b2c-disclimer a,
.ab-custom .b2c-consent .b2c-popup-content a,
.ab-custom .b2c-consent .b2c-popup-content .b2c-table th,
.ab-custom .b2c-returned.b2c-step-searching .b2c-search p.b2c-search-percent,
.ab-custom .b2c-form-thank .b2c-search p.b2c-search-percent,
.ab-custom .b2c-progress-bar-wrap .b2c-progress-text .b2c-progress-num {
    color: #000;
}
.ab-custom .b2c-step .b2c-row .b2c-hint a,
.ab-custom .b2c-step .b2c-disclimer a,
.ab-custom .b2c-consent .b2c-popup-content a,
.ab-custom .b2c-form .b2c-btn-update {
    text-decoration: underline;
}
.ab-custom .b2c-progress-bar-wrap .b2c-progress-bar .b2c-progress-bar-line {
    background: #ee8200;
}
.ab-custom.form-wrap .b2c-form .b2c-btn-submit,
.ab-custom.form-wrap .b2c-form .b2c-btn-verify,
.ab-custom.form-wrap .b2c-form a.b2c-btn:not(.b2c-btn-back),
.ab-custom.form-wrap .b2c-step .b2c-row .b2c-radio-row label span {
    background: #fbb829;
    background: -webkit-linear-gradient(top,#fbb829 0,#ee8200 100%);
    background: linear-gradient(to bottom,#fbb829 0,#ee8200 100%);
}
.ab-custom.form-wrap .b2c-step .b2c-row .b2c-radio-row label :checked + span {
    background: #ffb165;
}
.ab-custom .b2c-step .b2c-row input:-webkit-autofill,
.ab-custom .b2c-step .b2c-row input:-webkit-autofill:hover,
.ab-custom .b2c-step .b2c-row input:-webkit-autofill:focus,
.ab-custom .b2c-step .b2c-row select:-webkit-autofill,
.ab-custom .b2c-step .b2c-row select:-webkit-autofill:hover,
.ab-custom .b2c-step .b2c-row select:-webkit-autofill:focus {
    background-color: #000 !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #000 !important;
}
.ab-custom .b2c-step .b2c-row .b2c-valid:not(.b2c-radio-wrap):not(.b2c-dp-element):not(select) {
    background: #fff !important;
}
.ab-custom .b2c-returned .b2c-title-returned {
    border-color: #000;
}
.ab-custom .b2c-step .b2c-row .b2c-hint,
.ab-custom .b2c-search-loading-wrap,
.ab-custom .b2c-table th,
.ab-custom .b2c-table td {
    border-color: #ee8200 !important;
}

.ab-custom .b2c-step .b2c-row .b2c-radio-row label span {
    font-weight: normal;
}

.ab-custom .b2c-step .b2c-row .b2c-radio-row label {
    border: none !important;
}
/* END OF Custom style of FORM for A/B split testing 
----------------------------------------------- */

/* Mock Form */
.mock-form {
    position: relative;
    font-family: Montserrat,sans-serif;
    line-height: 1.428571429;
    z-index: 10;
}

.mock-form * {
    box-sizing: border-box;
}

.mock-form .form-title {
    margin: 0;
    padding: 10px 0;
    font-family: inherit;
    font-size: 32px;
    font-weight: 400;
    line-height: inherit;
    color: #fff;
    text-align: center;
}
.mock-form .mock-form-container {
    background: rgba(255,255,255,.8);
    color: #000;
    padding: 40px;
    border-radius: 15px;
    font-family: inherit;
    line-height: inherit;
}

.mock-form.loading .mock-form-container {
    opacity: 0.7;
}

.mock-form .b2c-step {
    max-width: 420px;
    margin: 0 auto;
    padding: 0 0 30px;
}

.mock-form .b2c-step .b2c-form-title {
    margin: 0 0 15px;
    padding: 0;
    background: 0 0;
    font-size: 24px;
    color: inherit;
    text-align: center;
}

.mock-form .b2c-step .b2c-row .b2c-radio-row:last-child {
    margin: 0;
}

.mock-form .b2c-step .b2c-row .b2c-radio-row {
    margin: 0 0 20px;
}

.mock-form .b2c-radio-wrap label {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: visible;
    display: block;
    float: none;
    width: auto;
}

.mock-form .b2c-row .b2c-radio-wrap.b2c-radio-buttons label input {
    opacity: 0;
    position: absolute;
}

.mock-form .b2c-step .b2c-row .b2c-radio-row label span {
    display: block;
    position: relative;
    padding: 15px 10px;
    color: #333;
    font-size: 13px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
}

.mock-form .b2c-step .b2c-row .b2c-radio-row label span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 16px;
    height: 16px;
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAFVBMVEVMaXE0NDQ0NDQ0NDQ0NDQ0NDQ0NDRAjWYDAAAABnRSTlMAEGDPQDB5M8nEAAAAIElEQVQY02NgYGBgYWNiQAGMzHQVYcUrgK6F2nxU7wMAalMAx9mQdeAAAAAASUVORK5CYII=) no-repeat 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mock-form .b2c-row .b2c-radio-wrap.b2c-radio-buttons label :focus + span {
    border: none;
}

.mock-progress-bar-wrap {
    position: relative;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    padding: 0 48px 30px 0;
    background: 0 0;
    border: none;
    font: inherit;
    border-radius: 5px;
    text-align: center;
}

.mock-progress-bar-wrap .b2c-progress-text {
    display: block;
    position: absolute;
    top: -4px;
    right: 0;
    left: inherit;
    width: auto;
    margin: 0;
    font-family: inherit;
    text-shadow: none;
}

.mock-progress-bar-wrap .b2c-progress-text .b2c-progress-num {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

.mock-progress-bar-wrap .b2c-progress-bar {
    height: 10px;
    margin: 4px 0 0;
    background: #f7f7f7;
    border: none;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* END of Mock Form */

/* TABLET LAYOUT 
----------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner {
        width: 712px;
    }

    .form-apply-wrap.fixed {
        width: 270px;
    }

    .nav {
        float: none;
        clear: both;
        margin-top: 26px;
        display: table;
        padding-top: 15px;
        width: 100%;
    }

    h1 {
        font-size: 20px;
    }

    .visual-title,
    .login-title {
        font-size: 34px;
    }

    .visual-title:after {
        width: 150px;
        height: 65px;
    }

    .btn-popup, .r-btn, .r-popup {
        padding: 0 10px;
        margin: 30px 2px;
        white-space: nowrap;
        font-size: 11px;
    }

    .benefit {
        font-size: 16px;
    }

    .form {
        padding: 30px 0 20px 0;
    }

    .testimonial-block {
        max-width: 200px;
        position: relative;
        z-index: 2;
    }

    .f-menu a {
        padding: 0 5px;
    }

    .header .phone-num span {
        display: none;
    }
    .header .phone-num {
        margin: 0 10px;
    }
}


/* MOBILE LAYOUT (PORTRAIT/320PX) 
----------------------------------------------- */

@media only screen and (max-width: 767px) {

    html {
        overflow-x: hidden;
    }

    .container {
        padding: 55px 0 0;
    }

    .device-height {
        height: 100vh !important;
    }

    .content-apr-wrap .inner {
        width: 80%;
    }

    .inner {
        overflow-x: hidden;
        width: 100%;
    }

    .header .menu {
        display: none;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .home-info {
        padding-bottom: 40px;
    }

    .wrapper,
    .container.home-info,
    .container.home-page {
        margin-top: 0;
    }

    .wrapper {
        padding-top: 55px;
    }

    .page-content .main-col.content {
        width: 100%;
    }

    .wrapper .header,
    .wrapper .header.colorfull {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999999999;
        background: #fff; 
        height: 55px;
        box-shadow: 2px 2px 20px 0px rgba(0,0,0,.3);
    }

    .header .inner {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        height: 100%; 
    }

    a.logo,
    .colorfull a.logo {
        background-image: url(../images/logo.png);
        background-position: left center;
    }

    .logo {
        height: 55px;
    }

    .phone-header {
        display: none;
        float: none;
        text-align: center;
    }

    .cf.two-cols.page-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .two-cols .main-col,
    .two-cols .left-col,
    .two-cols .right-col,
    .two-cols .side-col,
    .two-cols .col,
    .two-cols .col:last-child {
        float: none;
        width: 100%;
    }
    .two-cols .col:last-child {
        margin-left: 4%;
    }

    .visual-wrap {
        padding: 10px 0;
        height: auto;
        padding-top: 55px;
        min-height: 100vh;
        background-position: top 55px center;
        box-sizing: border-box; 
        margin-top: 0;
    }

    .visual-wrap .two-cols .col {
        float: none;
        width: auto;
        margin: 0;
    }

    .visual-wrap .two-cols .form-apply-wrap .col:first-child {
        margin-bottom: 10px;
    }

    .visual-wrap .inner.two-cols > .col:first-child {
        display: none;
    }

    .visual-wrap .testimonial-block,
    .visual-wrap .howitworks {
        float: none;
        margin-bottom: 20px;
        width: auto;
        max-width: 100%;
    }

    .home-page .button {
        width: 280px;
    }

    .home-info .info-item {
        width: 80%;
    }

    .about-block {
        float: none;
        text-align: center;
        margin: 0 auto 20px auto;
    }

    .left-col .about-block {
        margin: 0 auto 20px auto;
    }

    .visual-character,
    .visual-list {
        display: none;
    }

    .visual-title,
    .login-title {
        font-size: 36px;
        line-height: 40px;
        margin: 10px 0;
        text-align: center;
    }

    .visual-title:after {
        display: none;
    }

    .visual-list li {
        margin: 0;
    } 

    .visual-wrap .form-apply-wrap {
        margin: 0 auto 20px auto;
        float: none;
    }

    .visual-wrap .btn:after {
        display: none;
    }

    .btn {
        width: 100%;
    }

    .btn-popup, .r-btn, .r-popup {
        display: block;
        float: none;
        width: auto;
        text-align: center;
    }

    .section-alt .inner.benefits {
        height: auto;
    }

    .benefit,
    .benefit.fast,
    .benefit.safe {
        padding-left: 0;
        padding-top: 75px;
        padding-bottom: 40px;
        background-position: top center;
    }

    .footer {
        display: none;
    }

    .f-menu {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .f-menu li a {
        display: block;
        border-left: none;
        padding: 0;
        line-height: 40px;
    }

    .f-menu li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .f-menu li {
        padding: 0;
        border-bottom: 1px solid #a92436;
        float: none;
        display: block;
    }


    /*Forms corrections*/
    .wrapper .b2c-zip {
        overflow: hidden;
    }

    .wrapper .b2c-col {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .wrapper .b2c-form-container {
        min-width: 260px;
    }

    .wrapper .b2c-form-container p.b2c-form-title {
        font-size: 14px !important;
    }

    .wrapper .b2c-row label {
        font-size: 12px;
    }

    .visual-wrap.form-wrap {
        min-height: 95vh;
        padding: 10px 0;
        height: auto;
    }

    .b2c-date-select.b2c-three-cols .b2c-col {
        width: 30% !important;
        min-width: 0 !important;
        margin-left: 5% !important;
        float: left !important;
        padding-bottom: 0;
        margin-bottom: 0;
        clear: none;
    }

    .b2c-date-select.b2c-three-cols .b2c-col:first-child {
        margin-left: 0 !important;
    }

    .wrapper .b2c-norton-top {
        display: none;
    }

    .content ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mobile-nav-container {
        display: block;
    }

    .mobile-nav {
        position: fixed;
        left: 0;
        right: 0;
        top: 55px;
        padding: 20px 10%;
        background: #f6f6f6;
        text-align: center;
    }

    .mobile-nav li {
        border-bottom: 1px solid #a92436;
    }

    .mobile-nav li:last-child {
        border-bottom: none;
    }

    .mobile-nav li a {
        display: block;
        font-size: 18px;
        line-height: 6vh;
    }

    /* Unsubscribe Page */
    .cf.two-cols .two-cols .col, 
    .cf.two-cols .two-cols .col.col-mid, 
    .cf.two-cols .two-cols .col.col-rt {
        width: 275px;
        margin: 0 auto;
        float: none;
    }
    .form.form-unsubscribe {
        padding: 0;
    }
    .form-unsubscribe.form-item label {
        min-height: auto;
    }
    .form-unsubscribe .form input {
        width: 100%;
        box-sizing: border-box;
        height: 52px;
    }


    .inner .form-apply-wrap.form-block {
            width: 90%;
    }

    /* how it work NEW */
    .benefits {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px;
    }

    .unsubscribe .btn {
        width: 100%;
    }

    .form-unsubscribe p {
        line-height: 17px;
        font-size: 15px;
        min-height: 42px;
    } 

    .two-cols .col.col-address {
        padding-top: 30px;
    }

    .container .inner {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .container .form-wrap .inner {
        padding: 0;
    }

    .form-wrap .b2c-search-loading-wrap:before,
    .form-wrap .b2c-search-loading-wrap:after {
        display: none;
    }

    /* Custom style of FORM for A/B split testing 
    ----------------------------------------------- */
    .ab-custom .b2c-step .b2c-row .b2c-radio-row {
        margin: 0 0 20px;
    }

    .ab-custom .b2c-step .b2c-row .b2c-radio-row label span {
        padding: 16px 10px;
        font-size: 16px;
    }

    .ab-custom .b2c-step .b2c-row select:focus {
        border: 1px solid #ee8200 !important;
        background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAA5BAMAAACyr6RdAAAAKlBMVEVMaXEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgIDAwMEBAQKF7/pAAAACnRSTlMAEDBgcI+fv8/vvnkTtAAAAINJREFUeNpjYMAKeCkW5RkWotxDTJSLpqLsKxXANNOsAiRRrlWTwLTmqgVIohyrVhoAKeZZqxqQRBm7Vi0GUlarVggg2yaxapUBA/OqVY0obgArhiuFuwyo2AWuFOHerFWrVi3D8AUbUDQB029ZCKVIoqyrAsgKnaGWSoZH3sRe7mAFABrHIFpVQoDvAAAAAElFTkSuQmCC') no-repeat 100% 50%!important;
    }

    .ab-custom .b2c-form a.b2c-btn.b2c-btn-back {
        background-position: 45% 50%;
        -webkit-background-size: 32px;
        -moz-background-size: 32px;
        -o-background-size: 32px;
        background-size: 32px;
    }
    /* END of Custom style of FORM for A/B split testing 
    ----------------------------------------------- */

    /* Mock Form */
    .mock-form .mock-form-container {
        min-width: 260px;
        padding: 30px 15px;
    }
    .mock-form .form-title {
        font-size: 24px;
        padding: 0 0 10px;
    }
    .mock-form .b2c-step .b2c-form-title {
        font-size: 14px !important;
    }

    .mock-progress-bar-wrap .b2c-progress-bar {
        height: 12px;
    }

    .mock-progress-bar-wrap .b2c-progress-text .b2c-progress-num {
        font-size: 15px;
    }
    /* END of Mock Form */
    .header .phone-num span {
        display: none;
    }

}


/* WIDE MOBILE LAYOUT (LANDSCAPE/480PX) 
----------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }

    .inner {
        width: 80%;
    }

    #fancybox-wrap {
        width: 460px !important;
        height: 280px !important;
        margin-top: 10px !important;
    }

    #fancybox-content > div,
    #fancybox-content {
        width: 440px !important;
        height: 270px !important;
    }

    .customer-notice-wrap {
        padding: 0;
    }

    .customer-notice {
        width: 460px;
        height: 906px;
        background: url(../images/bg-notice-460.png) no-repeat;
    }
}

/* WIDE MOBILE LAYOUT (LANDSCAPE/320PX Only) 
----------------------------------------------- */

@media screen and (max-width: 479px) {
    .btn-cash {
        font: 700 17px/50px 'Roboto',Arial;
    }

    .customer-notice {
        width: 310px;
        height: 1104px !important;
        min-height: 1104px;
        background: url(../images/bg-notice-310.png) no-repeat;
    }

    .form-apply .btn:after {
        right: 10px;
        display: none;
    }

    #fancybox-wrap {
        width: 290px !important;
        height: 365px !important;
        overflow-x: hidden !important;
    }

    #fancybox-content > div,
    #fancybox-content {
        overflow-x: hidden !important;
        width: 270px !important;
        height: 345px !important;
    }

    .wrapper .b2c-col {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .footer .inner{
        width: 85%;
    }

   .header .phone-num {
        margin: 0 10px;
        height: 33px;
    }
}

@media (max-width: 420px) {
    .ab-custom .b2c-step .b2c-row .sprite-icon > input,
    .ab-custom .b2c-step .b2c-row input {
        padding: 14px;
    }
}

.disclaimer {
    padding-top: 15px;
    padding-bottom: 15px
}