/* New Home form */

#pum-1834 .popmake-close{
    display: none!important;
}

.green-form {
 border:1px solid #fff;
 padding:40px 20px 20px;
 max-width:400px;
 margin:0 auto
}
.banner .green-form h2 {
 font:bold 36px/1.1 "proxima-nova"!important;
}
.green-form .ui-slider {
 display:none
}
.green-form .form-group {
 margin-bottom:20px
}
.green-form label {
 display:block;
 width:100%;
 font:700 15px/20px proxima-nova;
 letter-spacing:.015px;
 text-transform:uppercase;
 margin-bottom:5px
}

.green-form .outer_marker {
 display:block;
 width:100%;
 color:#000;
  position: relative;
}

.green-form .outer_marker input{
  padding: 6px 12px 6px 18px;
  font-family: "proxima-nova";
  font-weight: 600;
}

.green-form .outer_marker.number:before{
    content: "$";
    font-family: "proxima-nova";
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    z-index: 10;
    left: 6px;
    top: 1px;
}

.green-form .btn-group {
 padding-top:10px
}
.green-form .btn-group label.btn {
 width:32.5%;
 text-align:center;
 display:inline-block;
 background-color:#fff;
 color:#000;
 padding:10px 0 8px 0
}
.green-form .btn-group label.btn.active {
 background-color:#ED6700;
 color:#fff
}
.green-form button.btn {
 margin-top:20px;
 width:100%
}

@media (max-width: 768px) {
    .green-form .btn-group label.btn {
     width:100%;
     display:block;
    }
}

/* Mobile Home */
#home-page-mobile {
 background-color:#fafafa;
 text-align:center;
 padding-bottom:20px
}

#home-page-mobile h1 {
 color:#00375e;
 font-size:16px;
 font-size:1.6rem;
 font-weight:400;
 line-height:1.3;
 margin:20px 0 10px 0
}

#home-page-mobile .mobile-header p {
 color:#00375e;
 font-size:12px;
 font-size:1.2rem;
 margin:0 0 20px 0
}

#home-page-mobile .col-xs-6 {
 padding:3px
}

#home-page-mobile .mobile-button {
 display:block;
 padding:10px 0;
 border:3px solid #e9e9e9;
 -webkit-border-radius:7px;
 -moz-border-radius:7px;
 border-radius:7px;
 background:#00375f;
 background:-moz-linear-gradient(top,#00375f 0%,#00233c 100%);
 background:-webkit-gradient(left top,left bottom,color-stop(0%,#00375f),color-stop(100%,#00233c));
 background:-webkit-linear-gradient(top,#00375f 0%,#00233c 100%);
 background:-o-linear-gradient(top,#00375f 0%,#00233c 100%);
 background:-ms-linear-gradient(top,#00375f 0%,#00233c 100%);
 background:linear-gradient(to bottom,#00375f 0%,#00233c 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00375f',endColorstr='#00233c',GradientType=0)
}

#home-page-mobile .mobile-button:hover,#home-page-mobile .mobile-button.apply-now-button {
 background:#f36f0d
}

#home-page-mobile .mobile-button img {
 width:35px;
 height:auto;
 margin-bottom:5px
}

#home-page-mobile .mobile-button p {
 color:#fff;
 font-weight:600;
}

/* 5 columns grid */

.iframe-form iframe{
    border:none!important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

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

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

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

.table {
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table.table {
    text-align: center;
    table-layout: fixed;
}

table.table td {
    font-size: 20px;
    background: #fcfcfc;
    border-bottom: 2px solid #fff;
}

table.table td:last-child {
    font-weight: bold;
}

table.table th,
table.table td {
    padding: 10px 25px;
    width: 50%;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
}

table.table thead th {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #031a2d;
    text-transform: capitalize;
    font-family: "proxima-nova";
    font-weight: bold;
    font-size: 35px;
    color: #fff;
}

table.table thead th small {
    display: block;
    font-family: "open-sans";
    font-weight: 200;
    font-size: 16px;
}

table.table th {
    background: #398216;
    font-family: "proxima-nova";
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

.table.fixed {
    table-layout: fixed;
}

.table .td,
.main_menu>li {
    display: table-cell;
    vertical-align: middle;
}

.mm-menu .main_menu>li {
    display: block;
    text-align: left;
}

.table.vtop .td {
    vertical-align: top;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.vc_image {
    position: relative;
    overflow: hidden;
}

.landing .vc_image {
    height: 100%;
}

.vc_image img {
    position: absolute;
    top: -999px;
    bottom: -999px;
    right: -999px;
    left: -999px;
    margin: auto;
    displaY: block;
    max-width: 100%;
    height: auto;
}

.landing .vc_image img {
    max-width: none;
    min-height: 100%;
    width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
}

h1,
.site_form h2,
.fsForm h2 {
    font: bold 42px/1.1 "proxima-nova";
    margin: 60px 0 35px;
}

h2 {
    font: bold 42px/1.1 "proxima-nova";
    margin: 60px 0 35px;
}

h3 {
    font: bold 22px/1.1 "proxima-nova";
    margin: 0 0 25px;
}

h4 {
    font: bold 18px/1.1 "proxima-nova";
    margin: 0 0 25px;
}

h5 {
    font: normal 600 10px/1.4 "proxima-nova";
    color: #67ba46;
    text-transform: uppercase;
    letter-spacing: .8em;
    margin: 0 0 20px;
}

h6 {}

p {
    margin: 0 0 30px;
}

p:last-child {
    margin-bottom: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol:last-child,
ul:last-child,
ol.letters:last-child,
.entry-content ol:last-child {
    margin-bottom: 0;
}

ul {
    list-style: none;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
}

.top_links {
    background-color: #e5e8ea;
}

.top_links .container {
    padding-left: 25px;
    padding-right: 25px;
}

.top_links .row {
    margin-left: -25px;
    margin-right: -25px;
}

.top_links .row>div {
    padding-left: 25px;
    padding-right: 25px;
}

.top_links ul {
    float: right;
    margin-right: -15px;
}

.top_links ul li {
    display: inline-block;
}

.top_links ul li a {
    display: block;
    font: normal 12px/16px "proxima-nova";
    color: #031a2d;
    letter-spacing: .015em;
    text-decoration: underline;
    text-decoration-color: #b6bbc0;
    padding: 5px 15px;
    text-transform: uppercase;
}

.top_links ul li a:hover,
.top_links ul li a:focus {
    color: #ed6700;
    text-decoration: none;
}

.top_info {
    margin-top: 15px;
    margin-bottom: 20px;
}

.navbar_info_box {
    font: normal 12px/15px "proxima-nova";
    letter-spacing: .015em;
    color: #626e78;
    position: relative;
    padding-left: 45px;
}

.navbar_info_box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    max-width: 100%;
    height: auto;
}

.navbar_info_box.extra_top img {
    top: -5px;
}

.call_us {
    font-family: "proxima-nova";
    font-weight: 200;
    letter-spacing: .015em;
    font-size: 22px;
    color: #626e78;
    display: block;
}

.call_us:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f095";
    font-size: 22px;
    color: #398216;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.call_us strong {
    font-size: 25px;
    color: #031a2d;
}

.call_us:hover {
    color: #626e78;
}

.call_us:hover strong {
    color: #398216;
}

.navbar .container {
    padding-left: 25px;
    padding-right: 25px;
}

.navbar .row {
    margin-left: -25px;
    margin-right: -25px;
}

.navbar .row>div {
    padding-left: 25px;
    padding-right: 25px;
}

#main_menu {
    margin-left: -25px;
}

.main_menu li {
    position: relative;
    text-align: center;
}

.main_menu>li:first-child {
    text-align: left;
}

.main_menu li a {
    display: block;
    font-family: "proxima-nova";
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .025em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #031a2d;
    padding: 10px 25px;
}

.main_menu li a:hover,
.main_menu li a:active {
    color: #398216;
}

.main_menu li.sfHover a {
    color: #fff;
    background: #031a2d;
}

.main_menu>li:last-child {
    text-align: right;
}

.main_menu>li:last-child>a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #398216;
    min-width: 256px;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(54, 123, 21, 1);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(54, 123, 21, 1);
    box-shadow: inset 0px -4px 0px 0px rgba(54, 123, 21, 1);
}

.main_menu>li:last-child>a:hover,
.main_menu>li:last-child>a:active {
    background: #031a2d;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.main_menu ul {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 100%;
    background: #031a2d;
    padding: 20px 0;
}

.main_menu ul li a {
    text-align: left;
    color: #fff;
}

.main_menu ul li a:hover {
    color: #fff;
    background: #398216;
}

.main_menu a.sf-with-ul:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    font-size: 14px;
    margin-left: 5px;
    display: inline-block;
    margin-top: -1px;
}

.banner_content {
    padding-left: 60px;
    padding-right: 60px;
}

.banner {
    padding-top: 130px;
    padding-bottom: 130px;
    background-color: #031a2d;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.internal .banner {
    padding-top: 90px;
    padding-bottom: 90px;
}

.error404 .banner {
    color: #02192c;
    background: none;
}

.banner h1 {
    font-size: 71px;
    margin: 0 0 40px;
}

.banner h2 {
    font-size: 71px;
    margin: 0 0 40px;
}

.internal .banner h1 {
    font-size: 62px;
}

.internal .banner h2 {
    font-size: 62px;
}

.internal .banner h1:last-child {
    margin-bottom: 0;
}

.error404 .banner h1 {
    font-size: 100px;
    margin: 30px 0;
}

.banner p {
    font-weight: 200;
    font-size: 26px;
}

.banner p small {
    font-size: 14px;
    line-height: 1;
}

.error404 .banner p {
    font-size: 30px;
}

.banner_forms {
    max-width: 530px;
}

.banner_forms.affix {
    top: 0;
    width: 100%;
    max-width: 430px;
}

.admin-bar .banner_forms.affix {
    top: 32px;
}

.affix {
    position: fixed !important;
}

.affix_outer {
    height: 100%;
}

.banner_forms .nav-tabs li:first-child {
    width: 30px;
}

.banner_forms .nav-tabs li:last-child {
    width: 40px;
}

.banner_forms .nav-tabs li {
    border: 1px solid transparent;
    border-bottom: 1px solid #fff;
}

.banner_forms .nav-tabs li.active {
    border-bottom: 0;
}

.banner_forms .nav-tabs li a {
    display: block;
    font: normal 17px/23px "proxima-nova";
    color: #fff;
    letter-spacing: .015em;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 0;
    margin-left: -1px;
    margin-right: -1px;
    border: 1px solid transparent;
    border-bottom: 0;
}

.banner_forms .nav-tabs li.active a {
    border: 1px solid #fff;
    border-bottom: 0;
}

.banner_forms .tab-pane {
    padding: 55px 55px 0;
}

.banner_forms label {
    display: block;
    font: bold 15px/20px "proxima-nova";
    letter-spacing: .015px;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
}

.banner_forms label:not(.btn) {
    text-align: left;
    padding-right: 115px;
}

.banner_forms label#calc_rep_term-label {
    padding-right: 135px;
}

.banner_forms label.simple {
    margin-bottom: 5px;
    text-align: left;
}

.banner_forms .form-group {
    margin-bottom: 50px;
    position: relative;
}

.banner_forms.wide .form-group {
    margin-bottom: 90px;
}

.banner_forms .form-group:last-child,
.banner_forms.wide .form-group:last-child {
    margin-bottom: 0;
}

.range-control {
    position: relative;
}

.ui-slider-track {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, .5);
    position: relative;
    border-radius: 5px;
}

.ui-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    background: #5bc826;
    border-radius: 5px;
}

.ui-slider-handle {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    display: block;
    margin-top: -13px;
    margin-left: -15px;
    text-align: center;
    width: 30px;
    height: 30px;
    background: #ff8004;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(38, 52, 62, 1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(38, 52, 62, 1);
    box-shadow: 0px 1px 2px 0px rgba(38, 52, 62, 1);
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.handle_text sup {
    font-size: 14px;
}

.btn-group>.btn {
    position: relative;
    cursor: pointer;
}
.api_output,
.fieldset-content input[type=checkbox],
.fieldset-content input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    width: 1px !important;
    height: 1px !important;
}

.banner_forms .btn-group {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, .5);
    position: relative;
    border-radius: 5px;
    margin-top: 100px;
}

.banner_forms .btn-group .btn {
    float: left;
    width: 33.33333333333%;
    margin: 0;
    position: relative;
    top: -40px;
    font-weight: 200;
}

.banner_forms .btn-group .btn:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: #c4ced7;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -9.5px;
    margin-top: 13px;
}

.banner_forms .btn-group .btn.active {
    font-weight: 600;
}

.banner_forms .btn-group .btn.active:before {
    background: #ff8004;
    border-color: #c4ced7;
}

.btn:not(label) {
    display: inline-block;
    min-width: 286px;
    padding: 15px 25px;
    margin-bottom: 0;
    font-size: 16px;
    font-family: "proxima-nova";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: .025em;
    color: #fff;
    text-align: center;
    background: #ed6700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0;
}

.btn:not(label):hover {
    background: #398216;
}

.btn.empty:not(label) {
    border: 2px solid #ff8004;
    color: #ff8004;
    background: none;
    padding-top: 11px;
    padding-bottom: 11px;
}

.btn.empty:not(label):hover {
    color: #fff;
    background: #ff8004;
}

.orange .btn:not(label) {
    color: #fff;
    background: #02192c;
}

.orange .btn:not(label):hover {
    color: #02192c;
    background: #fff;
}

.banner_forms .btn:not(label) {
    min-width: 100%;
}

.section .btn {
    margin-bottom: 30px;
}

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

.section a {
    font-weight: bold;
}

.banner_forms .form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-family: "proxima-nova";
    font-size: 20px;
    line-height: 1.42857143;
    font-weight: 600;
    color: #fff;
    text-align: left;
    background: rgba(0, 0, 0, .3);
    border: 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.banner_forms .outer_marker .form-control,
.banner_forms .rep_term .outer_marker .form-control {
    position: absolute;
    right: 0;
    top: -10px;
    height: 40px;
    width: 110px;
    text-align: center;
    margin: 0;
    padding-left: 25px;
}

.banner_forms .ui-slider .form-control::-webkit-inner-spin-button,
.banner_forms .ui-slider .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.banner_forms .outer_marker.number:before,
.section .banner_forms .outer_marker.number:before {
    content: "$";
    font-family: "proxima-nova";
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    z-index: 10;
    right: 90px;
    top: -10px;
}

.banner_forms .rep_term .outer_marker .form-control {
    width: 120px;
    padding-right: 80px;
    padding-left: 10px;
    text-align: center;
}

.banner_forms .rep_term .ui-slider:before {
    display: none;
}

.banner_forms .rep_term .outer_marker:before {
    content: "months";
    text-transform: uppercase;
    font-family: "proxima-nova";
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    z-index: 10;
    top: -10px;
    right: 10px;
}

#calc_rep_term,
#calc_rep_term:before {
    display: none;
}

select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

.select_outer {
    position: relative;
    z-index: 1;
}

.select_outer:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    display: block;
    width: 20px;
    font-size: 14px;
    color: #ed6700;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    transform: translatey(-50%);
}

.date_set select,
.date_set .select_outer {
    width: 25%;
    margin-right: 3%;
    float: left;
}

.select_outer select {
    background: none;
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.banner_forms select.form-control option {
    font-weight: 200;
    font-size: 16px;
    background: #fff;
    color: #000;
}

.section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.section.last {
    padding-bottom: 0;
}

.section.gray {
    background: #f7f8f8;
    background: -moz-linear-gradient(left, #f7f8f8 0%, #bcc3c8 100%);
    background: -webkit-linear-gradient(left, #f7f8f8 0%, #bcc3c8 100%);
    background: linear-gradient(to right, #f7f8f8 0%, #bcc3c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f8', endColorstr='#bcc3c8', GradientType=1);
}

.section.orange {
    background: #f28300;
    background: -moz-linear-gradient(left, #f28300 0%, #e84d00 100%);
    background: -webkit-linear-gradient(left, #f28300 0%, #e84d00 100%);
    background: linear-gradient(to right, #f28300 0%, #e84d00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28300', endColorstr='#e84d00', GradientType=1);
    color: #fff;
}

.section.light_grey {
    background: #fcfcfc;
}

section h1:first-child,
article h1:first-child,
section h2:first-child,
article h2:first-child {
    margin-top: 0;
}

.equal_columns {
    margin-bottom: 50px;
}

.equal_columns:last-child {
    margin-bottom: 0;
}

.icon_holder {
    margin-bottom: 25px;
}

.equal_columns h4 {
    margin-bottom: 10px;
}

#testimonials_carousel {
    padding-left: 65px;
    padding-right: 65px;
}

#testimonials_carousel .icon_holder img {
    display: block;
    width: 120px;
    height: auto;
    border-radius: 100px;
    margin: 0 auto;
}

.t_content {
    font: italic 200 22px/1.59090909 "open-sans";
    color: #474848;
    padding-bottom: 30px;
}

.t_more {
    font: normal 200 17px/1.59090909 "proxima-nova";
    color: #f06a1a;
    border-bottom: 1px solid #f06a1a;
}

.t_more:hover {
    border: 0;
}

.step_dots {
    font-size: 10px;
    color: #6f7c82;
    letter-spacing: .8em;
    position: absolute;
    top: 50px;
    right: -43px;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
    color: #6f7c82;
    font-weight: bold;
    text-align: center;
}

.carousel-control.right {
    left: auto;
    right: 0;
}

.carousel-control i {
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translatey(-50%);
    -moz-transform: translateX(-50%) translatey(-50%);
    transform: translateX(-50%) translatey(-50%);
}

.latest_posts .icon_holder {
    height: 200px;
}

.latest_posts {
    margin-bottom: 45px;
}

.latest_posts h2 {
    font: bold 24px/1.1 "proxima-nova";
    margin: 0 0 20px;
}

.latest_posts h2 a {
    color: #02192c;
}

.latest_posts h2 a:hover {
    color: #f06a1a;
}

.section.orange p a:not(.btn) {
    color: #02192c;
}

.section.orange p a:not(.btn):hover {
    color: #fff;
}

.site_footer {
    color: #fff;
}

.footer_top {
    background: #073d6a;
    background: -moz-linear-gradient(-45deg, #042c4e 0%, #011321 100%);
    background: -webkit-linear-gradient(-45deg, #042c4e 0%, #011321 100%);
    background: linear-gradient(135deg, #042c4e 0%, #011321 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042c4e', endColorstr='#011321', GradientType=1);
    padding-top: 70px;
    padding-bottom: 70px;
}

.footer_bot {
    background: #031b30;
    background: -moz-linear-gradient(45deg, #031b30 0%, #011220 100%);
    background: -webkit-linear-gradient(45deg, #031b30 0%, #011220 100%);
    background: linear-gradient(45deg, #031b30 0%, #011220 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031b30', endColorstr='#011220', GradientType=1);
    padding-top: 40px;
    padding-bottom: 40px;
}

.site_footer h4 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.site_footer li {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.site_footer a {
    color: #fff;
    display: block;
    padding: 5px 0;
}

.site_footer a:hover {
    color: #398216;
}

.social {
    float: right;
    margin-top: 10px;
}

.social li {
    float: left;
    margin-left: 5px;
}

.social a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #021729;
    background: #22f1ea;
    padding: 0;
}

.social a:hover {
    color: #fff;
}

.social li:first-child a {
    background: #1f6dac;
}

.social li:last-child a {
    background: #e04b1d;
}

.site_footer h5 {
    font: bold 13px/15px "open-sans";
    letter-spacing: .015em;
    text-transform: uppercase;
    color: #9a9da0;
    margin: 0 0 10px;
}

.footer_bot p {
    color: #586976;
    margin: 0 0 20px;
}

.footer_bot p:last-child {
    margin: 0;
}

.footer_bot p a {
    display: inline-block;
    color: #f06a1a;
    padding: 0;
}

.footer_bot p a:hover {
    color: #fff;
}

.landing {
    padding: 0;
    margin: 90px 0;
}

.landing img {
    width: 100%;
    height: auto;
}

.landing.last,
.landing:last-of-type {
    margin-bottom: 0;
}

.landing>.container>.row>div:nth-child(2n+1) {
    padding-right: 50px;
}

.landing.contact>.container>.row>div:nth-child(2n+1) {
    padding-right: 25px;
}

.landing>.container>.row>div:nth-child(2n) {
    padding-left: 50px;
}

.landing.contact>.container>.row>div:nth-child(2n) {
    padding-left: 25px;
}

.section p a:not(.btn) {
    color: #ed6700;
}

.section p a:not(.btn):hover {
    color: #398216;
}

.quicklinks:not(#wp-toolbar) {
    width: 100%;
    margin-bottom: 30px;
}

.quicklinks:not(#wp-toolbar):last-child {
    margin-bottom: 0;
}

.quicklinks:not(#wp-toolbar)>div {
    float: left;
    border: 1px solid #dddddd;
    position: relative;
}

.quicklinks:not(#wp-toolbar)>div+div {
    border-left: 0;
}

.quicklinks:not(#wp-toolbar) .md-6 {
    width: 50%;
    padding: 35px 80px 65px;
}

.quicklinks:not(#wp-toolbar) .md-3 {
    width: 25%;
    padding: 35px 40px 65px;
    margin-bottom: -1px;
}

.quicklinks:not(#wp-toolbar) .md-3:nth-child(4n+1) {
    border-left: 1px solid #dddddd;
}

.quicklinks:not(#wp-toolbar) p {
    margin-bottom: 15px;
}

.quicklinks:not(#wp-toolbar) p strong {
    display: block;
    margin-bottom: 5px;
}

.quicklinks:not(#wp-toolbar) a {
    display: table;
    position: absolute;
    bottom: 35px;
    font-family: "proxima-nova";
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #ed6700;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

a.more {
    font-family: "proxima-nova";
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

a.more:after,
.quicklinks:not(#wp-toolbar) a:after {
    font-family: "FontAwesome";
    content: "\f105";
    margin-left: 5px;
}

.quicklinks:not(#wp-toolbar) a:hover {
    color: #398216;
}

.member {
    margin-bottom: 60px;
}

.member:last-child {
    margin-bottom: 0;
}

.member img {
    display: block;
    max-width: 100%;
    height: auto;
}

.member h5 {
    letter-spacing: .15em;
}

.panel-title {
    font-size: 30px;
    margin: 0;
}

.panel-title a {
    display: block;
    position: relative;
    color: #02192c;
    padding: 40px 20px 40px 0;
}

.panel-title a:after {
    font-family: "FontAwesome";
    content: "\f067";
    font-size: 12px;
    line-height: 33px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #ed6700;
}

.panel-title.open a:after {
    content: "\f068";
}

.panel {
    border-bottom: 1px solid #dddddd;
}

.panel-body {
    padding-bottom: 40px;
}

ol.letters,
.panel-body ol {
    counter-reset: list;
    margin-left: 20px;
}

ol.letters>li {
    list-style: none;
    margin: 10px 0;
}

ol>li:before {
    display: none;
}

ol.letters>li:before {
    display: inline-block;
    content: counter(list, lower-alpha) ".";
    counter-increment: list;
    font-weight: bold;
    color: #398216;
    margin-right: 5px;
}

.section .social {
    float: none;
    display: table;
    margin: 0 auto;
}

.section .social li {
    margin: 0 10px;
}

.section .social a {
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
}

.section .social a:hover {
    color: #000;
}

.form_item {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.form_item:last-of-type {
    margin-bottom: 0;
}

.form_item h4 {
    display: block;
    font-size: 30px;
    line-height: 34px;
    padding: 8px 300px 8px 0;
    margin: 0 0 25px;
}

.form_item ul {
    list-style: none;
}

.form_item li {
    position: relative;
    padding-left: 40px;
    margin: 10px 0;
}

.form_item li:before {
    content: "";
    display: block;
    width: 4px;
    height: 2px;
    background: #398216;
    position: absolute;
    left: 30px;
    top: 12px;
}

.form_item .btn {
    position: absolute;
    top: 0;
    right: 0;
}

.app_steps {
    position: relative;
}

.app_steps:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px dotted #adadad;
}

.app_steps li {
    width: 30%;
    text-align: center;
    font: bold 12px/1.4 "proxima-nova";
    text-transform: uppercase;
    letter-spacing: .2em;
}

.app_steps li a {
    display: inline-block;
    padding: 0 10px;
    background: #fcfcfc;
    position: relative;
    z-index: 11;
    color: #94999e;
}

.app_steps li a:hover,
.app_steps li.active a {
    color: #f57f20;
}

.app_steps li:first-child {
    text-align: left;
    width: 40%;
}

.app_steps li:first-child a {
    padding-left: 0;
}

.app_steps li:last-child {
    text-align: right;
    width: 40%;
}

.app_steps li:last-child a {
    padding-right: 0;
}

*[visible-depends-on] {
    display: none;
}

.email_check {
    display: none;
}

.sf_group {
    margin-top: 60px;
}

.sf_group:first-child,
.fsSection:first-child {
    margin-top: 0;
}

.fsLabel,
.site_form label {
    font-weight: 600;
    font-size: 15px;
    color: #02192c;
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

.fsRequiredMarker,
.site_form label span {
    color: #f57f20;
}

.fieldset-content label,
.site_form label.btn {
    margin-bottom: 10px;
    font-weight: 200;
    padding-left: 20px;
}

.site_form label.btn:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 5px;
}

.site_form label.btn.active:before {
    background: #000;
}

.site_form .fsValidationError label.btn:before {
    border-color: rgba(255, 0, 0, .7);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(255, 0, 0, 1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 2px 0px rgba(255, 0, 0, 1);
}

.input_marker {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 5px;
}

input[type="checkbox"]~.input_marker {
    border-radius: 0;
}

input:checked~.input_marker {
    background: #000;
}

.fsBody .fsValidationError .fieldset-content span.input_marker,
.fsValidationError .input_marker {
    border-color: rgba(255, 0, 0, .7);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(255, 0, 0, 1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 2px 0px rgba(255, 0, 0, 1);
}

.fsSupporting,
.site_form small {
    font-size: 11px;
    font-weight: 200;
    color: #02192c;
}

.fsCell,
.site_form .form-group {
    margin-bottom: 20px;
    position: relative;
    padding: 0 !important;
}

.fsField,
.site_form .form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 6px 20px;
    font-family: "proxima-nova";
    font-size: 16px;
    line-height: 1.42857143;
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fsForm input[type="file"],
.fsForm .form-control[type="file"],
.site_form .form-control[type="file"] {
    padding-top: 13px;
}

.fsForm .fsReadOnly .fsField,
.fsForm .fsReadOnly .form-control,
.site_form .fsReadOnly .form-control {
    background: #fcfcfc;
}

.fsForm textarea,
.site_form textarea.form-control {
    resize: none;
    height: 150px;
}

.fsValidationError .fsField,
.site_form .fsValidationError .form-control {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(255, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(255, 0, 0, 1);
    box-shadow: inset 0px 0px 5px 0px rgba(255, 0, 0, 1);
}

.site_form button.btn {
    margin-top: 20px;
}

.site_form .btn.fsNextButton {
    margin-top: 0;
}

.entry-content ul,
.section ul.check {
    margin-bottom: 30px;
}

.entry-content ul li,
.section ul.check li {
    position: relative;
    padding-left: 50px;
    margin: 15px 0;
}

.entry-content ul li:before,
.section ul.check li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #398216;
    position: absolute;
    left: 30px;
    top: 0;
}

.section .banner_forms .tab-pane {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    background: #fcfcfc;
}

.section .ui-slider,
.section .banner_forms .btn-group {
    background: #dddddd;
}

.section .banner_forms .nav-tabs li a {
    color: #071725;
}

.section .banner_forms .nav-tabs li.active {
    background: #fcfcfc;
}

.section .banner_forms .nav {
    margin-bottom: -1px;
}

.section .handle_text {
    white-space: normal;
}

.section .banner_forms .form-control {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #071725;
    font-weight: 200;
    font-size: 15px;
    text-align: left;
}

.section .banner_forms .outer_marker.number:before {
    font-size: 16px;
    font-weight: 600;
}

.banner_forms.wide {
    max-width: 800px;
    background: #fcfcfc;
    margin: 0 auto;
}

.bf_inner {
    padding: 30px 50px;
}

.bf_inner p {
    font-size: 14px;
}

.banner_forms h4 {
    font: bold 17px/1.4 "proxima-nova";
    color: #071725;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center;
}

.banner_forms h4.sep {
    display: block;
    background: #ddd;
    padding: 18px 50px;
    margin-bottom: 20px;
}

.banner_forms .modal-body {
    padding: 30px;
}

.banner_forms .modal p {
    color: #071725;
    font-size: 16px;
}

.banner_forms .modal h4 {
    margin: 0;
}

.modal_launcher {
    display: table;
    margin: 20px auto 0;
    border: 0;
    background: none;
    color: #fff;
    text-decoration: underline;
}

.modal_launcher:hover {
    text-decoration: none;
}

.close {
    border: 0;
    background: #fff;
    display: block;
    text-align: center;
    padding: 2px;
    width: 24px;
    height: 24px;
    line-height: 18px;
    color: #ed6700;
    border: 2px solid #ed6700;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.close:hover {
    background: #f0f0f0;
}

.section .banner_forms .btn:not(label) {
    display: table;
    margin: 0 auto;
    min-width: 260px;
}

.contact_form {
    padding: 50px;
    background: #fcfcfc;
    border: 1px solid #dddddd;
}

.contact_form .btn {
    width: 100%;
    min-width: auto;
}

.contact_form h3 {
    margin-bottom: 15px;
}

.contact h3 {
    margin-bottom: 5px;
}

.contact .pull-left {
    min-width: 45%;
}

.separator {
    display: block;
    border-bottom: 1px solid #dddddd;
    margin: 40px 0;
}

.site_form textarea.fixed_height {
    height: 260px;
}

article {
    margin-bottom: 80px;
}

article:last-child {
    margin-bottom: 0;
}

.entry-title {
    font: bold 30px/1.3333333 "proxima-nova";
    color: #02192c;
    margin-bottom: 10px;
}

.entry-title a {
    color: #02192c;
}

.entry-meta a:hover,
.entry-title a:hover,
.pagination a:hover,
.nav-links a:hover,
.pagination .current,
.widget li a:hover {
    color: #ed6700;
}

.entry-meta,
.entry-meta a {
    color: #afb4b9;
    font-weight: 200;
}

.byline,
.updated:not(.published) {
    display: none;
}

.entry-header {
    margin-bottom: 15px;
}

.entry-content img,
.post-thumbnail {
    margin-bottom: 30px;
}

.read_more,
.pagination,
.pagination a,
.nav-links,
.nav-links a {
    font: bold 15px/19px "proxima-nova";
    text-transform: uppercase;
    letter-spacing: .015em;
    color: #ed6700;
}

.edit-link {
    float: right;
}

.pagination,
.pagination a,
.nav-links,
.nav-links a {
    color: #c3c3c3;
    text-align: center;
}

.pagination .page-numbers {
    padding: 0 3px;
    margin: 0 5px;
}

.nav-previous {
    float: right;
}

.nav-next {
    float: left;
}

.widget {
    padding: 40px 35px;
    background: #f7f7f7;
    margin-bottom: 40px;
}

.widget.cta {
    background: url(../images/bg-widget-cta.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.widget h3 {
    font: bold 30px/1.1333333 "proxima-nova";
    margin-bottom: 30px;
}

.widget h2 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}

.widget .btn {
    min-width: auto;
    display: block;
    width: 100%;
}

.widget li {
    margin-bottom: 20px;
}

.widget l:last-child {
    margin-bottom: 0;
}

.widget li a {
    font-weight: 200;
    color: #02192c;
}

.sidebar_search .form-group {
    margin-bottom: 0;
}

.sidebar_search .form-control {
    padding-right: 50px;
}

.sidebar_search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    color: #ed6700;
    text-align: center;
    border: 0;
    background: none;
    font-size: 20px;
}

ol.decimal {
    margin-left: 50px;
    margin-bottom: 30px;
}

ol.letters,
.entry-content ol {
    margin-bottom: 30px;
}

.entry-content ol li {
    list-style: decimal inside;
    padding-left: 35px;
    margin: 15px 0;
}

.entry-content h2 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.entry-content h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.form_counter img {
    width: auto;
    height: auto;
}

.fs-form-dialog--hidden {
    display: none;
    opacity: 0;
}

.alert,
.fsError {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}

.fsError,
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger:before {
    font-family: "FontAwesome";
    content: "\f071";
    margin-right: 10px;
}

.fsError {
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning:before {
    font-family: "FontAwesome";
    content: "\f06a";
    margin-right: 10px;
}

.site_form .alert-warning {
    margin-top: 15px;
    margin-bottom: 15px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success:before {
    font-family: "FontAwesome";
    content: "\f087";
    margin-right: 10px;
}

.fsCounter {
    font-size: 14px;
}

.fsPage {
    margin-bottom: 50px;
}

.fsOptionLabel {
    display: block;
    cursor: pointer;
}

.fsSaveIncomplete {
    margin-bottom: 30px;
}

.fsSaveIncomplete a {
    font-size: 14px;
    font-weight: 200;
    color: #ed6700;
}

.fsSaveIncomplete a:hover {
    color: #398216;
}

.fsCurrency {
    display: none;
}

.page-id-465 .top_links,
.page-id-468 .top_links,
.page-id-469 .top_links,
.page-id-660 .top_links,
.page-id-1817 .top_links,
.page-id-465 #main_menu,
.page-id-468 #main_menu,
.page-id-469 #main_menu,
.page-id-660 #main_menu,
.page-id-1817 #main_menu,
.page-id-465 .main_menu_trigger,
.page-id-468 .main_menu_trigger,
.page-id-469 .main_menu_trigger,
.page-id-660 .main_menu_trigger,
.page-id-1817 .main_menu_trigger,
.page-id-465 .footer_top,
.page-id-468 .footer_top,
.page-id-469 .footer_top,
.page-id-660 .footer_top,
.page-id-1817 .footer_top,
.page-id-468 .site_footer,
.page-id-1817 .site_footer  {
    display: none !important;
}

.contact_form.form_404 {
    border: 0;
    padding: 0;
}

.contact_form.form_404 .btn {
    display: inline-block;
    width: auto;
    margin-top: -50px;
    margin-bottom: 0;
}

.fsFieldHorizontal {
    position: relative;
}

.select_list {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    z-index: 1000;
    background: #fcfcfc;
    border: 1px solid #dbdbdb;
    white-space: nowrap;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
}

.select_list li {
    cursor: pointer;
    border-bottom: 1px solid #dbdbdb;
    padding: 6px 20px;
}

.select_list li:last-child {
    border: 0;
}

.select_list li:hover {
    background: #f0f0f0;
}

.modal {
    text-align: center;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 50px auto;
    }
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}

.modal-header,
.fs-modal__top {
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.modal-body,
.fs-modal__middle {
    position: relative;
    padding: 15px;
}

.modal-footer,
.fs-modal__bottom {
    padding: 15px;
    text-align: right;
}

.section .modal .btn {
    margin: 0;
    min-width: 0;
}

.btn.re_evaluate,
.alert[generated="true"] {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.btn.re_evaluate {
    padding: 15px 25px;
    display: inline-block;
}

.modal-lg {
    width: 100%;
    max-width: 900px;
}

/*=====*/

@media (max-width: 1300px) {
    .top_links .row>div,
    .navbar .row>div {
        padding-left: 15px;
        padding-right: 15px;
    }
    #main_menu {
        margin-left: -10px;
    }
    .main_menu li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-brand img {
        max-width: 280px;
    }
    .handle_text {
        white-space: normal;
        max-width: 70px;
    }
}

@media (max-width: 1100px) {
    .main_menu li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main_menu>li:last-child>a {
        min-width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
    .navbar_info_box {
        display: none;
    }
    .banner h1 {
        font-size: 50px;
    }
    .banner h1 br,
    .banner p br,
    section h1 br,
    section h3 br {
        display: none;
    }
    .section .handle_text {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    #main_menu {
        display: none;
    }
    .main_menu_trigger {
        float: right;
        margin: 13px 0 0 20px;
    }
    .mm-menu .table,
    .mm-menu .td {
        display: block;
        text-align: left;
    }
    .mm-menu .main_menu li a {
        padding-left: 20px;
        padding-right: 20px;
        color: #031a2d;
    }
    .mm-menu .main_menu>li:last-child>a {
        display: block;
        margin: 0;
    }
    .mm-menu .main_menu li.sfHover a {
        background: none;
        color: #031a2d;
    }
    .banner_forms .form-control {
        margin-bottom: 10px;
    }
    .equal_columns:last-child {
        margin-bottom: 0;
    }
    .equal_columns .col-sm-6 {
        margin-bottom: 50px;
    }
    .landing>.container>.row>div:nth-child(2n+1) {
        padding-right: 15px;
    }
    .landing>.container>.row>div:nth-child(2n) {
        padding-left: 15px;
    }
    .quicklinks:not(#wp-toolbar) .md-6,
    .quicklinks:not(#wp-toolbar) .sm-6 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .quicklinks:not(#wp-toolbar) .sm-6 {
        width: 50%;
    }
    .quicklinks:not(#wp-toolbar) .sm-6:nth-child(2n+1) {
        border-left: 1px solid #dddddd;
    }
    .banner_forms {
        margin-top: 40px;
    }
    .sidebar {
        margin-top: 50px;
    }
    .select_list li {
        white-space: normal;
    }
    .right_forms .affix_outer>div {
        position: static !important;
        max-width: 100%;
    }
    .modal-lg {
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    .top_links {
        display: none;
    }
    .top_info {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .top_info .td {
        display: block;
    }
    .top_info .td:first-child {
        margin-bottom: 10px;
    }
    .main_menu_trigger {
        margin-top: 4px;
    }
    .call_us {
        float: left;
    }
    .navbar-brand {
        display: table;
        margin: 0 auto;
    }
    .home .banner{
        background-image: none;
        background-color: #00233B;
    }

    .home .calc-tab{
        display: none;
    }

    .banner h1,
    .internal .banner h1 {
        font-size: 35px;
        margin: 0 0 10px;
    }
    .error404 .banner h1 {
        margin: 25px 0;
    }
    .banner p,
    .error404 .banner p {
        font-size: 16px;
    }
    .banner_forms .nav-tabs li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .step_dots,
    .banner_forms .nav-tabs li:first-child,
    .banner_forms .nav-tabs li:last-child {
        display: none;
    }
    .section .banner_forms .nav-tabs li:first-child,
    .section .banner_forms .nav-tabs li:last-child {
        display: table-cell;
    }
    .banner_forms .tab-pane {
        padding: 40px 0 0;
    }
    .banner_forms.wide .form-group {
        margin-bottom: 60px;
    }
    .banner_forms .btn-group {
        margin-top: 80px;
    }
    .banner_forms label {
        margin-bottom: 15px;
    }
    .banner_forms .btn-group .btn {
        font-size: 12px;
    }
    .handle_text {
        font-size: 16px;
        margin-top: 0;
    }
    .banner_forms .btn-group .btn:nth-child(2n) {
        padding-top: 66px;
        white-space: nowrap;
    }
    .banner_forms .btn-group .btn:nth-child(2n):before {
        top: 20px;
    }
    .banner,
    .internal .banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section,
    .footer_top,
    .footer_bot {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .landing {
        padding: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .latest_posts article,
    .equal_columns .col-sm-6,
    .equal_columns .col-xs-12 {
        margin-bottom: 40px;
    }
    .equal_columns {
        margin-bottom: 0;
    }
    h1,
    .site_form h2,
    .fsForm h2 {
        font-size: 26px;
    }
    h2,
    .entry-title {
        font-size: 20px;
    }
    h3,
    .panel-title {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    .t_content {
        font-size: 14px;
    }
    #testimonials_carousel {
        padding-left: 15px;
        padding-right: 15px;
    }
    .carousel-control {
        width: 15px;
    }
    .btn:not(label) {
        display: block;
        width: 100%;
        padding: 10px 5px;
        min-width: auto;
        font-size: 14px;
    }
    .member,
    .site_footer ul {
        margin-bottom: 30px;
    }
    .social {
        float: left;
    }
    .landing .row>div {
        margin-bottom: 20px;
    }
    .landing img {
        display: block;
        margin: 0 auto;
    }
    .quicklinks:not(#wp-toolbar)>div+div {
        border-top: 0;
        border-left: 1px solid #dddddd;
    }
    .quicklinks:not(#wp-toolbar) .xs-12 {
        width: 100%;
    }
    .quicklinks:not(#wp-toolbar) .td:first-child {
        border-bottom: 0;
    }
    .form_item .btn {
        position: static;
        margin-top: 30px;
    }
    .form_item h4 {
        padding-right: 0;
    }
    .sf_group,
    .fsSection {
        margin-top: 30px;
    }
    .site_form h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .app_steps li {
        counter-increment: step-counter;
    }
    .app_steps li:before {
        content: counter(step-counter) ". ";
        color: #94999e;
    }
    .app_steps li.td {
        display: block;
        width: 100%;
        text-align: left;
        margin: 10px 0;
    }
    .app_steps li.td a {
        padding: 0;
    }
    .app_steps:after {
        display: none;
    }
    .site_form .form-control.single {
        margin-top: 10px;
    }
    .bf_inner {
        padding-right: 30px;
        padding-left: 30px;
    }
    .section .banner_forms .btn:not(label) {
        display: block;
        min-width: auto;
    }
    .contact_form {
        margin-bottom: 50px;
    }
    .row.contact>div:first-child {
        padding-right: 15px;
    }
    .row.contact>div:last-child {
        padding-left: 15px;
    }
    .site_form textarea.fixed_height {
        height: 160px;
    }
    .landing>.container>.row>div:nth-child(2n+1) {
        padding-right: 15px;
    }
    .landing>.container>.row>div:nth-child(2n) {
        padding-left: 15px;
    }
    .js-social-autofill {
        display: block;
        margin: 0 0 15px;
    }
    .fsCell {
        max-width: 100%;
    }
    .latest_posts {
        margin-bottom: 0;
    }
    .panel-title a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section .modal .btn {
        margin-bottom: 10px;
    }
    .landing .vc_image img {
        position: static;
        width: 100%;
        min-height: auto;
    }
    article {
        margin-bottom: 40px;
    }
    .read_more {
        display: block;
        font-size: 14px;
        margin-top: -10px;
    }
}

@media (max-width: 479px) {
    .banner_forms .nav-tabs li a {
        font-size: 12px;
        line-height: 16px;
    }
    table.table th,
    table.table td {
        padding-left: 10px;
        padding-right: 10px;
    }
}
