/* 5 columns grid */

.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;
    }
}
.navbar_info_box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    max-width: 100%;
    height: auto;
}
.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.fixed {
    table-layout: fixed;
}

.table .td {
    display: table-cell;
    vertical-align: middle;
}

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

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

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

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

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

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

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

h2 {
    font: bold 32px/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 10px/1.4 "proxima-nova";
    color: #67ba46;
    text-transform: uppercase;
    letter-spacing: .8em;
    margin: 0 0 20px;
}

h6 {}

p {
    margin: 0 0 26px;
}

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

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

ul {
    list-style: none;
}

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


.top_links {
    background-color: #e5e8ea; padding:26px 0 0;
}

.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:before {
    font-family: "FontAwesome";
    font-size: 32px;
    text-align: center;
    color: #4d8f2e;
    display: inline-block;
    width: 40px;
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 0;
}


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

.navbar_info_box.refresh 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: 400;
    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: inline-block;
    margin-right: -25px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #398216;
    width: 264px;
    -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-image: url(../images/bg-home-banner.jpg);
    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;
}

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

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

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

.banner p { padding-top:20px; font-family:"proxima-nova";
    font-weight: 700;
    font-size: 18px;
}

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

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

.banner_forms {
    max-width: 530px;
}

.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 {
    text-shadow: 0px 0px 3px white;
    border: 1px solid #fff;
    border-bottom: 0;
}

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

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

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

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

.range-control {
    position: relative;
}

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

.ui-slider-handle {
    cursor: pointer;
    position: relative;
    display: block;
    width: 19px;
    height: 19px;
    text-align: center;
}

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

.the_handle {
    position: relative;
    top: -7px;
    display: block;
    height: 19px;
    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);
}

.handle_text {
    font: bold 20px/1.1 "proxima-nova";
    letter-spacing: .015em;
    position: relative;
    display: block;
    width: 100px;
    margin-top: 10px;
    left: -44px;
    white-space: nowrap;
}

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

.btn-group>.btn {
    position: relative;
    cursor: pointer;
}

[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;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.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: 25%;
    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: 400;
}

.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-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;
}

.loans {
	background:url(../images/loans-bg.jpg) no-repeat center center / cover;
	}
.loans h1 {color:#fff;}
.loans p {color:#fff; font-weight:bold;}
.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: 400;
    color: #fff;
    text-align: center;
    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;
}

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;
}

.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%);
}

.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 {
    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;
}

.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: -8px;
    width: 65px;
    height: 100%;
    color: #6f7c82;
    font-weight: bold;
    text-align: center;
}

.carousel-control.right {
    left: auto;
    right: -8px;
}

.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 {
    color: #02192c;
}

.section.orange p a: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 p a { display:inline-block;}
.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 16px/20px "open-sans";
    letter-spacing: .015em;
    text-transform: uppercase;
    color: #9a9da0;
    margin: 0 0 10px;
}

.footer_bot p {
    color: #586976;
    margin: 0;
}
.site_footer a.f_logo { display:table; margin:30px auto 0; text-align:center; color:#9a9da0; font-size:10px;}
.site_footer a.f_logo img { display:block; margin-bottom:5px;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img { border-radius:50%; width:120px; height:auto;}
.panel ul { padding:0 0 25px 20px; }
.panel ul li { position:relative; padding-left:20px; padding-bottom:10px;}
.panel ul li:before {background:#ed6700; content:''; position:absolute; left:0; top:10px; width:5px; height:5px; border-radius:50%;}
.landing {
    padding: 0;
    margin: 90px 0;
}

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

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

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

.section p a {
    color: #ed6700;
}

.section p a:hover {
    color: #398216;
}

.quicklinks {
    width: 100%;
}

.quicklinks>div {
    float: left;
    border: 1px solid #dddddd;
    position: relative;
}

.quicklinks>div+div {
    border-left: 0;
}

.quicklinks .md-6 {
    width: 50%;
    padding: 35px 80px 65px;
}

.quicklinks .md-3 {
    width: 25%;
    padding: 35px 40px 65px;
    margin-bottom: -1px;
}

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

.quicklinks p {
    margin-bottom: 15px;
}

.quicklinks p strong {
    display: block;
    margin-bottom: 5px;
}

.quicklinks 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 a:after {
    font-family: "FontAwesome";
    content: "\f105";
    margin-left: 5px;
}

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

.member {
    margin-bottom: 60px;
}

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

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

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

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

.panel-title a:after {
    font-family: "FontAwesome";
    content: "\f067";
    font-size: 12px;
    float: right;
    color: #ed6700;
}

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

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

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

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

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

ol>li:before {
    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;
}

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

.site_form label span {
    color: #f57f20;
}

.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%;
}

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

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

.site_form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.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;
}

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

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

.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-tabs li.active a {
    text-shadow: 0px 0px 1px #071725;
}

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

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

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

.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;
}

.section .banner_forms .btn:not(label) {
    display: table;
    margin: -30px auto 0;
    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;
}

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

.row.contact>div:first-child {
    padding-right: 25px;
}

.row.contact>div:last-child {
    padding-left: 25px;
}

.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,
.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 {
    margin-bottom: 30px;
}

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

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

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

.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;
}

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

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

ol>li:before {
    display: none;
}

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

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


/*=====*/

@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:last-child>a {
        margin-right: -10px;
    }
    .main_menu li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-brand img {
        max-width: 100%;
    }
    .handle_text {
        white-space: normal;
        max-width: 70px;
        left: -29px;
    }
}

@media (max-width: 1100px) {
    .main_menu li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main_menu>li:last-child>a {
        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: 5px 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 {
        margin-bottom: 0;
    }
    .equal_columns .col-sm-6 {
        margin-bottom: 50px;
    }
    .landing .row>div:nth-child(2n+1) {
        padding-right: 15px;
    }
    .landing .row>div:nth-child(2n) {
        padding-left: 15px;
    }
    .quicklinks .md-6,
    .quicklinks .sm-6 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .quicklinks .sm-6 {
        width: 50%;
    }
    .quicklinks .sm-6:nth-child(2n+1) {
        border-left: 1px solid #dddddd;
    }
}

@media (max-width: 767px) {
    .top_info {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .top_info .td {
        display: block;
    }
    .top_info .td:last-child {
        margin-top: 10px;
    }
    .call_us {
        display:table; margin:0 auto;
    }
    .navbar-brand {
        display: table;
        margin: 0 auto;
    }
    .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: 20px 30px 0;
    }
    .banner_forms .form-group {
        margin-bottom: 50px;
    }
    .banner_forms .btn-group {
        margin-top: 100px;
    }
    .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 {
        font-size: 26px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
	.panel-title { font-size: 26px;}
	.panel-title a { padding:20px 0;}
    .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>div+div {
        border-top: 0;
        border-left: 1px solid #dddddd;
    }
    .quicklinks .xs-12 {
        width: 100%;
    }
    .quicklinks .td:first-child {
        border-bottom: 0;
    }
    .form_item .btn {
        position: static;
        margin-top: 30px;
    }
    .form_item h4 {
        padding-right: 0;
    }
    .sf_group {
        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;
    }
    .sidebar {
        margin-top: 50px;
    }
	
}
