html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body{
	background-color: #fff;
	color: #2e2e2e;
	font: normal 15px 'Montserrat', sans-serif;
}

/* img{
	width: 100%;
	height: auto;
} */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

a:hover,
a:active,
a:focus{
	text-decoration: none;
	color: #7dd221;
}

form input:focus,
form select:focus,
form input:active,
form select:active{
	outline: none;
}

form input{
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

ul{
	list-style-type: none;
}

*:focus {
	outline: none;
}

/* LOADER */

.loader{
	background: none repeat scroll 0 0 #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.loader_inner {
	background-image: url(../img/preloader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 64px;
	width: 64px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

/* NAV header */

.navbar{
	border: none;
}

.navbar-toggle{
	color: #fff;
}

.navbar-toggle:hover {
    color: #76cd00;
}

.main_nav{
	height: 70px;
	margin-bottom: 0;
	background-color: rgba(34, 34, 34, 0.5);
	border-radius: 0;
}

.logo{
	height: auto;
	padding: 9px 15px;
	margin: 0 70px;
	text-align: center;
	text-transform: uppercase;
}

header .logo{
	margin: 0;
}

.logo .logo-text{
	font-size: 19px;
	font-family: "montserrat-blcak", sans-serif;
	color: #fff;
	line-height: 1.2;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	padding-bottom: 4px;
	transition: color 0.3s;
}

.logo span{
	color: #76cd00;
}

.logo p{
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	/* color: rgb(180, 180, 180); */
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 2px;
}

.main_nav .navbar-nav>li>a{
	position: relative;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.main_nav .navbar-nav>li>a::after{
	display: none;
	opacity: 0;
	content: '';
	position: absolute;
	background: url("../img/border-small.png") no-repeat;
	width: 56px;
	height: 9px;
	bottom: 5px;
	left: calc(50% - 28px);
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.main_nav .navbar-nav>li>a:hover::after,
.main_nav .navbar-nav>li>a:focus::after{
	opacity: 1;
}

.main_nav .nav>li>a:hover,
.main_nav .nav>li>a:focus{
	color: #76cd00;
	background-color: transparent;
}

.main_nav .navbar-nav{
	padding: 9px 0;
	float: none;
}

/* Intro section*/

.text-wrap .description{
	position: absolute;
	width: 100%;
	padding: 20px 25px;
	bottom: 0px;
	left: 0px;
	min-height: 200px;
}
.description .title{
	position: inherit;
	bottom: 15%;

}

.description .title h3{
	font-size: x-large;
	color: #fff;
}

.description .title .view{
	color: #fff;
	margin: 12px 0 20px;
}

.apply_button{
	padding: 0;
	position: relative;
	background-color: transparent;
	margin: 10px 0;
    width: 200px;
    height: 50px;
	border: 0;
	border-radius: 15px;
	background-image: url(../img/get-button.png);
	transition: none;
	display: block;
	background-position: center -12px;
	box-shadow: 5.362px 4.5px 29px 0px rgba(0, 0, 0, 0.57);
}

.apply_button:hover{
	background-position: center 63px;
}

.gradient {
    /* background-color: rgba(61, 151, 60, 0.5); */
    background-color: transparent;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjNzZjZDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMzYwNzgiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%,color-stop(0, rgb(118, 205, 0)),color-stop(1, rgba(3, 96, 120, 0)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(bottom,rgb(118, 205, 0) 0%,rgba(3, 96, 120, 0) 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to top,rgb(118, 205, 0) 0%,rgba(3, 96, 120, 0) 100%);
    background-image: -ms-repeating-linear-gradient(bottom,rgb(118, 205, 0) 0%,rgba(3, 96, 120, 0) 100%);
}

/* IE8- CSS hack */
@media \0screen\,screen\9 {
    .gradient {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00036078",endColorstr="#ff76cd00",GradientType=0);
    }
}


.description ul li{
	position: relative;
	font-size: 24px;
	font-family: "Montserrat";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	padding: 18px 0 18px 55px;
}

.description ul li::after{
	position: absolute;
	content: '';
	width: 31px;
	height: 33px;
	left: 0;
    top: 15px;
	background-image: url(../img/descr-ico.png);
}

.page-node-77089 header,
.page-node-60880 header{
	display: block;
}

.page-node-77089 .intro,
.page-node-60880 .intro{
	display: none;
}

.intro{
	/* height: 700px; */
	background: url("../img/main-bg-2.png");
	background-repeat: no-repeat;
}

.intro .text-wrap {
	float: right;
	padding: 0;
	height: 700px;
	position: relative;
}

/* .intro .text-wrap::before{
	content: '';
	position: absolute;
	width: 1061px;
	height: 682px;
	bottom: 0;
	background-image: url(../img/shadow-green.png);
} */

.intro .text-wrap .descr{
	background: rgba(0, 105, 209, 0.72);
	width: 100%;
	padding: 20px 25px;
	color: #fff;
	margin: 430px 0 0 0;
}
.intro .text-wrap .descr .title{
	font-size: x-large;
	padding: 0 0 10px 0;
}

.intro .text-wrap .descr a{
	color: #fff;
	display: inline-block;
	background: #75cd00;
	padding: 10px 20px;
	margin: 20px 0 0;
	border-radius: 20px;
	box-shadow: -2px 5px 9px -2px rgba(0, 0, 0, 0.55);
}
.intro .text-wrap .descr a:hover{
	background: #69b308;
}

.intro .form_wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #2759be;
	height: 700px;
	float: right;
	z-index: 9;

	box-shadow: -20px 0px 40px 0px rgba(0, 0, 0, 0.28);
}

.form{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url("../img/form-bg-2.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.form h2{
	position: relative;
	font-size: 1.8vw;
	font-family: "montserrat-blcak";
	color: #1e1e1e;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	padding: 70px 5px 20px;
	margin: 0;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.form h2 span{
	position: relative;
	color: #22c064;
}

.form p{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
/* .form h2::after{
	content: '';
	position: absolute;
	width: 16px;
	height: 26px;
	bottom: 0;
	left: calc(50% - 8px);
	background-image: url(../img/arrow_down.png);
} */

.form form{
	display: block;
	max-width: 430px;
	margin: 0 auto;
	padding: 0 10px;
}

.form form p{
	text-align: left;
	position: relative;
	padding: 10px 0;
}
.form form p:nth-of-type(4){
	padding: 8px 0;
}

.form form label{
    color: #8b8b8b;
    font-size: 12px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.form form input:focus,
.form form select:focus,
.form form input:active,
.form form select:active{
	outline: none;
}

.form form input{
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.form form input,
.form form select{
	width: 100%;
	padding: 15px 20px;
	border: 2px solid #c0c0c0;
	border-radius: 10px;
	box-shadow: 3.064px 2.571px 29px 0px rgba(0, 0, 0, 0.27);
}

.form form .product_select{
	padding: 15px 20px;
	background-color: #fff;
	transition: border-color 0.3s;
}

.form form .product_select:hover{
	border-color: #75CD00;
}

.form form select option{
	display: block;
}
.form form select option[hidden="hidden"]{
	display: none;
}

.form form .product_select option{
	color: #000;
}

.form form input[type="text"]:focus,
.form form input[type="text"]:hover{
	border-color: #75cd00;
}

.form form input[type="submit"]{
	padding: 0;
	position: relative;
	background-color: transparent;
	width: 376px;
	height: 75px;
	border: 0;
	border-radius: 15px;
	background-image: url(../img/get-button.png);
	transition: none;
	display: block;
	margin: 10px auto;
	background-position: center 0;
	box-shadow: 5.362px 4.5px 29px 0px rgba(0, 0, 0, 0.57);
}



/* .button_wrap{
	position: relative;
}

.button_wrap::after{
	position: absolute;
	content: 'get money now';
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-family: "montserrat-blcak";
	top: 31px;
    left: calc(50% - 175px / 2);
    cursor: pointer;
} */

.form .select_cash{
	background-color: #75CD05;
	color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.form .select_cash option{
	background-color: #fff;
	color: #000;
}

.form .select_cash option[disabled="disabled"]{
	color: graytext;
}

.form .select_cash:hover{
	border-color: #75CD00;
}


.button_wrap:hover input[type="submit"]{
	background-position: center 75px;
}

.form h4{
	position: absolute;
	bottom: 20px;
	font-size: 10px;
	font-family: "Montserrat", sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: center;
	padding: 0px 15px;
}
.form h4 a{
	color: #fff;
	text-decoration: underline;
}
.form h4 a:hover{
	text-decoration: none;
}

.select2-container{
	width: 100% !important;
}

/* tabs section */

.tabs{
	padding: 60px 0;
	min-height: 500px;
}

.tabs_nav{
	max-width: 500px;
	list-style-type: none;
	margin-left: 100px;
}

.tabs_nav li{
	padding: 30px 0;
}

.tabs_nav li a{
	position: relative;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	color: rgb(41, 41, 42);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.tabs_nav li a i{
	position: absolute;
	top: calc(50% - 52px / 2);
	left: -100px;
	width: 52px;
	height: 52px;
	background-image: url(../img/circle.png);
	-webkit-transition: color 0.1s;
	-o-transition: color 0.1s;
	transition: color 0.1s;
}


.tabs_nav li a:hover,
.tabs_nav li.active a{
	color: #7dd221;
}

.tabs_nav li a:hover i{
	background-position: 0 104px;
}
.tabs_nav li.active a i{
	background-position: 0 52px;
}
.tab-content{
	position: relative;
	padding: 30px 0 30px 30px;
	margin-left: 40px;
	border-left: 3px solid #68c500;
}

.tab-content::before{
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	left: -14px;
	top: 40px;
	background-image: url(../img/controls_chevron.png);
}

.tab-content .tab-pane h3{
	font-size: 18px;
	font-family: "montserrat-blcak", sans-serif;
	color: rgb(41, 41, 42);
	text-transform: uppercase;
	line-height: 1.2;
}

.tab-content .tab-pane p{
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: rgb(88, 88, 89);
	line-height: 1.333;
	margin: 30px 0;
}

.content_button{
	text-align: center;
	display: block;
	font-size: 16px;
	font-family: "montserrat-blcak", sans-serif;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	/*border: 2px solid #7dd221;*/
	border-radius: 10px;
	/*background-color: #7dd221;*/
	padding: 15px;
	width: 250px;

	background: rgba(163,232,84,1);
background: -moz-linear-gradient(-45deg, rgba(163,232,84,1) 0%, rgba(107,180,24,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(163,232,84,1)), color-stop(100%, rgba(107,180,24,1)));
background: -webkit-linear-gradient(-45deg, rgba(163,232,84,1) 0%, rgba(107,180,24,1) 100%);
background: -o-linear-gradient(-45deg, rgba(163,232,84,1) 0%, rgba(107,180,24,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(163,232,84,1) 0%, rgba(107,180,24,1) 100%);
background: linear-gradient(135deg, rgba(163,232,84,1) 0%, rgba(107,180,24,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3e854', endColorstr='#6bb418', GradientType=1 );


	-webkit-box-shadow: 6px 10px 48px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 10px 48px -10px rgba(0,0,0,0.75);
	box-shadow: 6px 10px 48px -10px rgba(0,0,0,0.75);

	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.content_button:hover{
	color: #2464c8;
	-webkit-box-shadow: 0px 6px 48px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 48px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 48px -10px rgba(0,0,0,0.75);
}

/* features section */

.features{
	background-image: url(../img/money-image.png);
	background-repeat: no-repeat;
}

.features_wrap .transparent_block{
	height: 150px;
	background-color: transparent;
}

.features_wrap .content_block{
	background-color: #fff;
	text-align: center;

	-webkit-box-shadow: 0px 12px 50px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 12px 50px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 12px 50px 0px rgba(0,0,0,0.50);
}

.features_wrap .content_block .item_icon_wrap{
	width: 56px;
	height: 56px;
	margin: 60px auto;
}

.features_wrap .content_block .item_content h3{
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	color: rgb(41, 41, 42);
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.features_wrap .content_block .item_content p{
	font-size: 14px;
	font-family: "Montserrat";
	color: rgb(41, 41, 42);
	font-weight: 400;
	line-height: 1.2;
}

.features_wrap .content_block .item_content p strong{
	font-weight: bold;
}

.features .content_button{
	margin: 60px auto 30px;
}

.features .bottom_img{
	height: 52px;
	background-color: #fff;
	background-image: url(../img/bottomseals.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 5px;
}

.action{
	background-color: #216ed2;
	margin-bottom: 40px;
}

.action .content_block{
	min-height: 300px;
}

.white_stripe{
	background-color: #fff;
	height: 50px;
}

.white_stripe.stripe_2{
	height: 120px;
}

.content_block_text{
	margin: 96px 0;
}

.content_block_text h2{
	font-size: 50px;
	font-family: "montserrat-blcak", sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1.08;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.content_block_text h2 span{
	color: #7dd221;
}

.right_block_wrap{
	position: relative;
}

.right_block{
	position: absolute;
	width: 565px;
	height: 488px;
	top: -70px;
	left: 0;
	z-index: 1;
	background-image: url(../img/action_block.png);
}

.right_block_content_wrap{
	position: relative;
}

.right_block_content{
	position: absolute;
	top: 90px;
	left: 150px;
}

.right_block_content h2{
	display: block;
	max-width: 350px;
	font-size: 50px;
	font-family: "montserrat-blcak", sans-serif;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.08;
	text-align: center;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 60px;
}

.right_block_form input[type="number"]{
	padding: 18px 20px;
	border: 1px solid #fff;
	border-radius: 10px;

	-webkit-box-shadow: inset 2px 2px 10px -1px rgba(0,0,0,0.46);
	-moz-box-shadow: inset 2px 2px 10px -1px rgba(0,0,0,0.46);
	box-shadow: inset 2px 2px 10px -1px rgba(0,0,0,0.46);
}

.submit_button_wrap{
	position: relative;
}

.submit_button_wrap input{
	position: absolute;
	top: -19.5px;
	/* left: -37px; */
	left: -65px;
	background-color: #216ed2;
	border: none;
	border-radius: 10px;
	padding: 20px 46px;
	font-family: "montserrat-blcak", sans-serif;
	font-size: 18px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.submit_button_wrap input, x:-moz-any-link{
	padding: 19px 46px;
}
.right_block_form input[type="number"], x:-moz-any-link{
	width: 213px;
}


.submit_button_wrap input:hover{
	color: #75c51e;
	left: -60px;
}

/* text section */

.text{
	margin-bottom: 50px;
}

.text .content_wrap{
	border-right: 2px solid #216ed2;
}

.text .content_wrap h1{
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	color: rgb(46, 46, 46);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 30px;
	max-width: 730px;
}

.field-name-body h1{
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	color: rgb(46, 46, 46);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	margin-top: 30px;
	max-width: 730px;
}
.field-name-body h2{
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	color: rgb(46, 46, 46);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	margin-top: 30px;
	max-width: 730px;
}
.field-name-body h3{
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	color: rgb(46, 46, 46);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	margin-top: 30px;
	max-width: 730px;
}

.text .content_wrap p{
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	color: rgb(46, 46, 46);
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 25px;
	max-width: 730px;
}

.text_accordion_wrap{
	padding-left: 50px;
}

.text_accordion_wrap h3{
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	color: rgb(46, 46, 46);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 60px;
}

.accordion_item a,
.faq-question a,
.view-garmon .views-row .fieldset-title{
	position: relative;
	display: block;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	color: rgb(46, 46, 46);
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 0;
	cursor: pointer;
}

.accordion_item,
.faq-question-answer,
.view-garmon .views-row {
	border-bottom: 2px solid #d9d9d9;
}

.accordion_item_content,
.faq-answer,
.view-garmon .views-row .views-field-body{
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: rgb(46, 46, 46);
	line-height: 2;
	padding-bottom: 20px;
}
.view-garmon .views-row fieldset {
	height: auto !important;
}

.view-garmon .views-row fieldset .fieldset-legend {
	background: none !important;
	padding: 0 !important;
}
.view-garmon .views-row .fieldset-legend {
	font-size: 0;
}

.accordion_item a i,
.view-garmon .views-row .fieldset-title i{
	position: absolute;
	right: 20px;
	top: calc(50% - 31px / 2);
	color: #a7a3a1;
	border: 2px solid #a7a3a1;
	border-radius: 50%;
	width: 31px;
	height: 31px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.accordion_item .fa-chevron-right:before,
.view-garmon .views-row .fieldset-title .fa-chevron-right:before{
	position: absolute;
	top: 6px;
	left: 9px;
}
.accordion_item .fa-chevron-down:before,
.view-garmon .views-row .fieldset-title .fa-chevron-right:before{
	position: absolute;
	top: 6px;
	left: 9px;
}

.accordion_item a[aria-expanded="true"] i,
.accordion_item a[aria-expanded="true"] i,
.view-garmon .views-row fieldset:not(.collapsed) i{
	color: #216ed2;
	border-color: #216ed2;
	-webkit-transform: rotate(450deg);
	-ms-transform: rotate(450deg);
	-o-transform: rotate(450deg);
	transform: rotate(450deg);
}

/* action banenr section */

.action_banner{
	background-color: #216ed2;
	min-height: 230px;
}

.action_banner h2{
	font-size: 50px;
	font-family: "montserrat-blcak", sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1.08;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	margin: 88px 0;
}

.action_banner h2 span{
	color: #7dd221;
}

.big_button{
	display: block;
	position: relative;
	background-color: transparent;
	width: 375px;
	height: 110px;
	border: 0;
	margin-left: 3px;
	background-image: url(../img/button.png);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.button_wrap_big{
	margin: 60px 0;
}

.big_button:hover{
	background-image: url(../img/button_hover.png);
}

.dollar2::after{
	position: absolute;
	content: '';
	right: 32px;
	top: 36px;
	background-image: url(../img/dollar.png);
	width: 20px;
	height: 36px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.big_button:hover::after{
	background-image: url(../img/dollar_hover.png);
	-webkit-animation: scale 2s infinite;
	-o-animation: scale 2s infinite;
	animation: scale 2s infinite;
}

@keyframes scale {
  0% {
	transform: scale(1);
  }
  50% {
	transform: scale(1.2);
  }
  100% {
	transform: scale(1);
  }
}

/* Spoiler section */

.spoiler{
	position: relative;
	min-height: 115px;
	background-color: #3a3a3a;
	color: #fff;
	padding: 30px 0 40px;
}

.spoiler #block-views-tags-footer-block .view-content{
	max-height: 31px;
	overflow: hidden;
	-webkit-transition: max-height 0.3s;
	-moz-transition: max-height 0.3s;
	transition: max-height 0.3s;
}
.spoiler #block-views-tags-footer-block .view-content.click{
	max-height: 1200px;
		-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}

.spoiler p{
	display: block;
	margin: 0 auto;
	font-size: 11px;
	font-family: "montserrat-light", sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	padding-bottom: 10px;
}

.spoiler p span{
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}

.show_more_button{
	position: relative;
	text-align: center;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	width: 80px;
	font-size: 8px;
	font-family: "montserrat-light", sans-serif;
	color: rgba(255, 255, 255, 0.502);
	text-transform: uppercase;
	padding: 5px 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 20px;
}
.show_more_button:hover{
	color: #7dd221;
}

.show_more_button i{
	font-size: 26px;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 13px);
}

.show_more_button:hover i{
	-webkit-animation: translateY 0.8s infinite;
	-o-animation: translateY 0.8s infinite;
	animation: translateY 0.8s infinite;
}

@keyframes translateY {
  0% {
	transform: translateY(0);
  }
  50% {
	transform: translateY(4px);
  }
  100% {
	transform: translateY(0);
  }
}

.spoiler ul{
	list-style-type: none;
}

.collapse_button_wrap{
	position: absolute;
	bottom: -40px;
	left: calc(50% - 40px);
}

.collapse_button{
	opacity: 0;
	visibility: hidden;
	font-size: 10px;
	font-family: "montserrat-light", sans-serif;
	color: rgba(255, 255, 255, 0.502);
	text-transform: uppercase;
	position: relative;
	text-align: center;
	display: block;
	width: 80px;
	padding: 5px 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.collapse_button i{
	font-size: 16px;
	position: absolute;
	top: -11px;
	left: calc(50% - 8px);
}

.collapse_button.active{
	visibility: visible;
	opacity: 1;
}

.spoiler_collapse_content ul li{
	text-align: center;
	margin: 5px 0;
}

.spoiler_collapse_content ul li a{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #fff;
}

.spoiler_collapse_content ul li a:hover{
	color: #7dd221;
}

.faq-answer {
	padding-left: 40px;
	margin: 20px 0;
}

/* State section */

.state{
	background-color: #2a2a2a;
	padding: 30px 0 60px;
}

.state h3{
	text-align: center;
	font-size: 36px;
	font-family: "montserrat-blcak", sans-serif;
	color: rgb(81, 81, 81);
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 20px;
}

.state .content ul li{
	display: inline-block;
	width: 300px;
	margin: 5px 0;
}

.state .content ul li a{
	font-size: 16px;
	font-family: "montserrat-light", sans-serif;
	color: rgb(151, 151, 151);
	line-height: 1.625;
	margin: 5px 0;
	padding: 5px 0;
}

.state .content ul li a:hover,
.state .content ul li a:focus{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #7dd221;
	text-decoration: underline;
}

/* Disclaimer section */

.disclaimer{
	background-color: #1c1c1c;
	padding: 60px 0 20px;
}

.disclaimer p{
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  color: #909090;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}

.disclaimer p strong {
	font-weight: bold;
	color: #fff;
}

/* main content secrion */

.main_content{
	min-height: 500px;
	margin-bottom: 50px;
	max-width: 1400px;
	margin: 0 auto;
}

.main_content .sidebar{
	padding: 0;
	text-align: center;
	/*background-color: #2467cb;*/
	padding: 30px 0;
}

.sidebar_dropdown_wrap{
	display: none;
}

.main_content .sidebar h3{
	font-size: 24px;
	font-family: "montserrat-blcak", sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	margin-bottom: 30px;
}

.main_content .sidebar .content ul{
	text-align: left;
}

.main_content .sidebar .content ul li a{
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	font-family: "montserrat-light", sans-serif;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	padding: 8px 0 8px 40%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.main_content .sidebar .content ul li a::after{
	opacity: 0;
	position: absolute;
	content: '';
	height: 100%;
	width: 3px;
	background-color: #68c500;
	right: -3px;
	top: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.main_content .sidebar .content ul li a::before{
	opacity: 0;
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	background-image: url(../img/circle_dollar.png);
	left: calc(50% - 76px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.main_content .sidebar .content ul li a:hover,
.main_content .sidebar .content ul li a.active{
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	background-color: #194c92;
}
.main_content .sidebar .content ul li a:hover::after,
.main_content .sidebar .content ul li a:hover::before,
.main_content .sidebar .content ul li a.active::after,
.main_content .sidebar .content ul li a.active::before{
	opacity: 1;
}

.main_content .content_block{
	margin: 40px 0 0;
	padding: 0 30px;
}

#block-block-1 .panel-default{
	border: none;
}
#block-block-1 .panel-body{
	padding: 0;
}

.main_content .content_block h1{
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.main_content .content_block h2{
	font-size: 17px;
	font-family: "Montserrat", sans-serif;
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 9px;
	margin-top: 25px;
}

.main_content .content_block p{
	font-size: 15px;
	font-family: "montserrat-light", sans-serif;
	color: rgb(29, 29, 29);
	line-height: 1.5;
	text-align: left;
	margin-bottom: 20px;
}

.main_content .content_block h3{
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}

.page-node-24 .map_and_tabs_wrap,
.page-node-24 .action_banner{
	display: none;
}

.content_block .map_and_tabs_wrap{
	margin-top: 60px;
}

.content_block .map_and_tabs_wrap h2{
	font-size: 24px;
	font-family: "Montserrat";
	color: rgb(46, 46, 46);
	font-weight: bold;
	text-transform: none;
}

.content_block .map_and_tabs_wrap .map_wrap h2 {
	margin: 0 0 20px 0;
}

.map_and_tabs_wrap .map{
	width: 100%;
	min-height: 430px;
	height: 100%;
	background-color: #eee;
}

.map_wrap{
	border-right: 3px solid #216ed2;
	padding: 0 30px;
}

.middle_banenr .content_block{
	background-color: #216ed2;
}

.middle_banenr .content_block h2{
	font-size: 30px;
	font-family: "montserrat-blcak", sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-transform: none;
	margin: 0;
	padding-left: 50px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.middle_banenr .right_block_content h2{
	padding: 0;
	margin-bottom: 50px;
	font-size: 50px;
	font-family: "montserrat-blcak";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.08;
	text-align: center;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.middle_banenr .right_block_content p{
	margin-top: 20px;
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: 400;
	color: rgba(0, 0, 0, 0.341);
	line-height: 1.2;
	text-align: center;
}

.middle_banenr .submit_button_wrap input{
	padding: 18px;
	left: -60px;
}
.middle_banenr .submit_button_wrap input, x:-moz-any-link{
	padding: 19px;
}

.middle_banenr .content_block{
	margin-top: 50px;
}

.middle_banenr .right_block{
	left: -100px;
}


.main_content .sidebar{
		padding-bottom: 200px;
	}

/* organizftions block */



.main_content .organizations h1{
	font-size: 30px;
	font-family: "Montserrat", sans-serif;
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.organizations .content_item{
	position: relative;
	min-height: 250px;
	background-color: #f1f0ea;
	padding: 10px 10px 10px 10px;
	color: #fff;
	margin-bottom: 30px;
	border: 1px solid #bfbeb6;
	border-radius: 6px;
}

.organizations .content_item h2{
	color: #0e4188;
	font-size: 24px;
	min-width: 200px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 20px;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.organizations .content_item p{
	display: inline-block;
	font-size: 16px;
	font-family: "montserrat-light", sans-serif;
	color: #0e4188;
	text-transform: none;
	max-width: 700px;
	max-height: 95px;
	overflow: hidden;
	margin-top: 5px;
}
.organizations .item_info{
	display: inline-block;
}
.organizations .item_info table {
	display: inline-block;
	border-collapse: collapse;
	border: 2px solid #fff;
}
.organizations .item_info table tr th{
	text-align: center;
	background-color: #e5efd9;
	color: #0e4188;
	padding: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 200px;
}


.organizations .item_info table tr td{
	padding: 5px;
	text-align: center;
	height: 40px;
	color: #0e4188;
	border-right: 2px solid #fff;
	background-color: #e4eadf;
}
.organizations .item_info table tr td:last-of-type,
.organizations .item_info table tr th:last-of-type{
	border-right: none;
}

.organizations .item_info table tr td a i{
	font-size: 30px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	color: #0e4188;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.organizations .item_info table tr td a:hover i{
	color: #68c500;
}



.organizations .item_info table tr td a{
	color: #0e4188;
	margin: 0 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.organizations .content_item .img_wrap{
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 120px;
}



.organizations .content_item .number{
	color: #68c500;
	font-size: 24px;
	padding-right: 10px;
	text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}

.organizations .content_item .buttons_wrap{
/*    position: absolute;
	right: 0;
	top: calc(50% - 10px);*/
}

.organizations .content_item a{
	color: #fff;
}
.organizations .content_item a:hover{
	color: #68c500;
}

.organizations .buttons_wrap{
	margin: 45px 0 0;
}
.organizations .buttons_wrap a:first-of-type{
	margin-bottom: 50px;
}
.organizations .buttons_wrap a{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #68c500;
	padding: 16px;
	border-radius: 10px;
	margin-bottom: 10px;
	text-align: center;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.organizations .buttons_wrap a:hover{
	color: #2467cb;
}
.organizations .buttons_wrap a:nth-of-type(2){
	padding: 0;
	background: none;
	color: #A8A8A8;
	font-size: 10px;
	text-shadow: none;
}
.organizations .buttons_wrap a:nth-of-type(2):hover{
	color: #68c500;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #68c500;
  height: 6px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}


/* form new */
.zpFormContainer{
	margin: 30px 0;
	max-width: 100% !important;
}


/* steps */

.steps_wrap{
	box-shadow: 0px 7px 20px -3px rgba(0,0,0,0.30);
}

.steps{
	margin: 70px 0 35px;
}

.steps h2{
	display: inline-block;
	width: 10%;
    position: relative;
    vertical-align: text-top;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    padding: 0;
    color: #76cd00;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.steps h2 span{
	color: #0067CF;
}

.steps h2::after{
	content: '';
	position: absolute;
	width: 16px;
	height: 26px;
	background-image: url("../img/arrow_down.png");
	transform: rotate(-90deg);
    right: 10px;
    top: 15px;
}

.steps .content ul li strong{
	color: #fff;
	position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(118,205,0,0.5);
    left: -65px;
    border: 2px solid #76cd00;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    padding: 9px 0;
}

.steps .block-block{
	display: inline-block;
	width: 89%;
}

.steps .content ul li{
	position: relative;
	display: inline-block;
	color: rgb(41, 41, 42);
	font-family: "Montserrat", sans-serif;
	width: 24%;
    vertical-align: text-top;
	font-size: 22px;
	margin: 0 20px 0 70px;
}

header{
	display: none;
}

.page-node-24 header, .page-node-60880 header{
	display: block;
}

header{
	background-color: rgba(34, 34, 34, 0.5);
}

header .main_nav{
	background-color: transparent;
}


/* content form pre */
.region-content .formlontype{
	border: 2px solid #2467cb;
	padding: 20px;
	background: #2467cb;
	color: #fff;
	margin: 20px 0 0 0;
}
.region-content .formlontype .info{
	font-size: 25px;
	font-family: "montserrat-blcak";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.439;
	text-align: center;
	padding: 15px 5px 20px;
	margin: 0;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.region-content .formlontype .info span{
	position: relative;
	color: #75cd00;
}
.region-content .formlontype .info span::after{
	position: absolute;
	content: '';
	bottom: -27px;
	left: 0;
	width: 79px;
	height: 26px;
	background-image: url(../img/border.png);
}

.region-content .formlontype .fields{
	width: 45%;
	display: inline-block;
	vertical-align: top;
	color: #000;
}
.region-content .formlontype .fields input,
.region-content .formlontype .fields select{
	width: 46%;
	padding: 2%;
	margin: 2% 1%;
	color: #989898;
}

.region-content .formlontype .submit #subform{
	display: inline-block;
	padding: 11px 17px;
	background: #75cd05;
	margin: 27% auto;
	float: right;
}
.region-content .formlontype .submit #subform:hover{
	background: #b3b3b3;
}

body.page-node-77089 section.action_banner,
body.page-node-77089 section.spoiler,
body.page-node-77089 section.state,
body.page-node-60880 section.action_banner,
body.page-node-60880 section.spoiler,
body.page-node-60880 section.state {
	display: none;
}

#main-form-hidden {
  display: none;
  max-width: 500px;
  max-height: 670px;
}
#main-form-hidden > h2 {
	padding: 30px 5px 20px;
}
#main-form-hidden .fancybox-close-small::after {
  color: #000;
}
#main-form-hidden .fancybox-close-small:hover::after {
  color: #545454;
}

.panels-flexible-2_column_layout_70_30 {
	margin-top: -20px;
	padding-top: 20px;
	line-height: 20px;
}

.panels-flexible-2_column_layout_70_30 .panels-flexible-column-2_column_layout_70_30-1 {
	width: 70%;
}
.panels-flexible-2_column_layout_70_30 .panels-flexible-column-2_column_layout_70_30-main {
	width: 30%;
	padding: 0 30px;
}

.panels-flexible-2_column_layout_70_30 .panels-flexible-column-2_column_layout_70_30-1 .start-online-app a {
	width: 200px;
}

.panels-flexible-2_column_layout_70_30 .panels-flexible-column-2_column_layout_70_30-main .start-online-app a {
	width: 100%;
}

#panels-ipe-paneid-19 h2 {
	text-align: center;
}

.panels-flexible-2_column_layout_70_30 .panels-flexible-column-2_column_layout_70_30-main img {
	width: 100%;
	height: auto;
}

.panels-flexible-2_column_layout_70_30 .panels-flexible-column-2_column_layout_70_30-main .pane-term-name h2 {
	text-align: center;
}

#panels-ipe-paneid-49 h2{
	margin-bottom: 20px;
}

.loans-buttons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.loan-button,
.pane-6 a{
	display: block;
	padding: 7px 10px;
	background: #f1f1f1;
	border: 1px solid #dcdcdc;
	margin-right: 10px;
	border-radius: 2px;
	box-shadow: 0 1px 3px #00000012;
}

.pane-6 a {
	display: inline-block;
}

.start-online-app a {
	display: block;
	font-weight: bold;
	background-color: #75CD05;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 20px;
	outline: none;
	border-radius: 4px;
	transition: background-color 0.5s;
}

.start-online-app a:hover {
	background-color: #519105;
}

.pane-node-field-category-tag .field-items,
.pane-node-field-payment .field-items,
.pane-node-field-brands .field-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.pane-node-field-category-tag h3,
.pane-node-field-payment .field-label,
.pane-node-field-brands .field-label,
.pane-node-field-services .field-label {
	margin-bottom: 5px!important;
	margin-top: 20px;
}

.pane-node-field-category-tag .field-items .field-item::after,
.pane-node-field-payment .field-items .field-item::after,
.pane-node-field-brands .field-items .field-item::after {
	content: ', \a0 ';
}

.pane-node-field-category-tag .field-items .field-item:last-child::after,
.pane-node-field-payment .field-items .field-item:last-child::after,
.pane-node-field-brands .field-items .field-item:last-child::after {
	content: '';
}

.pane-address-loans {
	font-size: 12px;
}

#mini-panel-address_loans {
	border: 2px solid #75CD05;
	border-radius: 5px;
	padding: 10px;
}


/* banner on address page */
.AD-block-sidebar,
.pane-block-21 .banner-container {
	/*width: 100%;*/
	/*height: 10vw;*/
	padding: 20px;
	/*background-color: #03a9f5;*/
	background-color: #00a345c2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.AD-block-sidebar {
	background-color: #3db971;
}

.AD-block-sidebar .banner-container form,
.pane-block-21 .banner-container form {
	padding: 20px;
}

.AD-block-sidebar .banner-title h3,
.AD-block-sidebar .banner-title p,
.pane-block-21 .banner-title h3,
.pane-block-21 .banner-title p{
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}
.AD-block-sidebar .banner-title p,
.pane-block-21 .banner-title p{
	/*color: #f2fe54;*/
	color: #fcff00;
}
.AD-block-sidebar .select-cash,
.pane-block-21 .select-cash {
	margin: 20px 0;
	border: none;
	padding: 9px 5px;
	height: auto;
	border-radius: 3px;
	font-weight: 500;
	width: auto;
	font-size: 17px;
	color: #00a5e0;;
	outline: none;
}

.AD-block-sidebar .select-cash:hover,
.pane-block-21 .select-cash:hover {
	cursor: pointer;
}

.AD-block-sidebar a.apply_button,
.pane-block-21 a.apply_button {
	display: block;
	background: #fcff00;
	font-weight: bold;
	color: #085aad;
	border-radius: 4px;
	padding: 10px 25px;
	font-size: 15px;
	height: auto;
	border: none;
	text-transform: uppercase;
	width: 60%;
	text-align: center;
}

.AD-block-sidebar a.apply_button:hover,
.pane-block-21 a.apply_button:hover {
	background: #fed517;
	cursor: pointer;
}

.pane-block-21 .loans-icon {
	width: 400px;
}

.pane-block-21 .loans-icon svg {
	width: 100%;
	filter: hue-rotate(-110deg);
}

.AD-block-sidebar .loans-icon svg {
	filter: hue-rotate(-110deg);
}

.panels-flexible-2_column_layout_70_30 .pane-custom.pane-1 h1{
	margin-bottom: 20px;
}

.pane-addresess-display-store-city-comp .view-content{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.pane-addresess-display-store-city-comp .views-row {
	padding: 5px;
	width: 20%;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid silver;
	border-radius: 5px;
	font-size: 12px;
	line-height: 30px;
}

.pane-addresess-display-store-city-comp .views-row .views-field-title a{
	color: silver;
	margin-bottom: 5px;
}

.pane-addresess-display-store-city-comp .views-row .views-field-field-street {
	font-size: 10px;
	line-height: 15px;
}

.pane-node-field-hours .field-item{
	padding: 5px 0;
	border-bottom: 1px solid silver;
}

.pane-node-field-hours h3.pane-title {
	padding: 5px 0;
	border-bottom: 1px solid silver;
}

.view-grouping-header {
	display: block;
	/*justify-content: space-between;*/
	padding: 12px 25px;
	color: #75CD05;
	position: relative;
	z-index: 5;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #FFF;
	border-top: 1px solid #e0e0e0;
}

.view-grouping-header:hover {
	background: #f5fff2;
}

.view-gray-addresses-sort .views-row .company {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*padding: 12px 25px;*/
	color: #75CD05;
	position: relative;
	z-index: 5;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #EEEEEE;
	border-top: 1px solid #e0e0e0;
}

.view-gray-addresses-sort .views-row .company:hover {
	background-color: #e4e4e4;
}

.view-gray-addresses-sort .views-row .company a {
	color: #75CD05;
	display: inline-block;
	/*width: 20%;*/
	padding: 12px 25px;
}

.view-gray-addresses-sort .views-row .company a:hover {
	text-decoration: underline;
}

.view-grouping .view-grouping-header h3 {
	margin-bottom: 0;
}

.view-grouping .view-grouping-content {
	display: none;
}

.view-grouping-header::after {
	content: "";
	background: url("../img/open_category.png");
	position: absolute;
	width: 16px;
	height: 16px;
	top: 15px;
	right: 25px;
	color: #75CD05;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.view-gray-addresses-sort .views-row .company::after {
	content: "";
	background: url("../img/open_category.png") no-repeat center;
	/*position: absolute;*/
	width: 16px;
	height: 16px;
	/*top: 15px;*/
	/*right: 25px;*/
	color: #75CD05;
	padding: 12px 25px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.view-grouping.active .view-grouping-header::after,
.view-gray-addresses-sort .views-row.active .company::after {
	transform: rotate(180deg);
}

.view-grouping .view-grouping-content .city {
	border-top: 1px solid #d5d9dc;
	background: #f5fff2;
	display: block;
	width: 100%;
	position: relative;
	transition: all 0.3s;
}

.view-grouping .view-grouping-content .city h3:hover{
	background: #e8f9e3;
}

.view-grouping .view-grouping-content .city a:hover {
	text-decoration: underline;
}

.view-gray-addresses-sort .views-row .addresses .field-item li {
	/*border-top: 1px solid #d5d9dc;*/
	/*background: #f5fff2;*/
	display: block;
	width: 100%;
	position: relative;
	margin: 0!important;
}

.view-gray-addresses-sort .views-row .addresses .field-item ul {
	border-top: 1px solid #d5d9dc;
	background: #f5fff2;
	padding: 10px 40px;
}

.view-gray-addresses-sort .views-row .addresses .field-item ul:hover {
	background: #e9fbe4;
}

.view-grouping .view-grouping-content .city h3 {
	padding: 12px 25px;
	cursor: pointer;
	margin: 0;
}

.view-grouping .view-grouping-content .city a,
.view-gray-addresses-sort .views-row .addresses .field-item a{
	color: #597b52;
}

.view-gray-addresses-sort .views-row .addresses .field-item a:hover{
	text-decoration: underline;
}

.view-grouping .view-grouping-content .city h3::before{
	content: "";
	background: url("../img/add.png");
	background-size: contain;
	width: 10px;
	height: 10px;
	display: inline-block;
	font-size: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	right: 28px;
	top: 17px;
	z-index: 1;
	color: #597b52;
}

.view-grouping .view-grouping-content .city.active h3::before{
	background: url("../img/minus.png");
	background-size: contain;
}

.view-grouping-content .city.load .result .field-item {
	padding: 13px 25px;
	border-top: 1px solid #d5d9dc;
}

.view-grouping-content .city.load .result .field-item li {
	padding-left: 24px;
}

.view-grouping-content .city.load .result .field-item li a {
	color: #597b52;
	font-size: 14px;
}

#block-block-22 {
	padding-top: 30px;
	clear: both;
}

.what-you-need_block .pane-content {
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.what-you-need_block ul {
	padding: 0;
	width: 60%;
	margin: 0 auto;
}

.what-you-need_block ul li p{
	width: calc(100% - 75px);
	margin-bottom: 0!important;
}

/*.what-you-need_block .pane-content ul li {*/
	/*list-style: none!important;*/
	/*display: flex;*/
	/*justify-content: flex-start;*/
	/*align-items: center;*/
	/*margin: 10px 0;*/
	/*background: none!important;*/
	/*padding: 0;*/
/*}*/

.what-you-need_block .pane-content ul li,
.what-you-need_block .content ul li {
	list-style: none!important;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0!important;
	background: none!important;
	padding: 0!important;
}

.what-you-need_block h2,
.what-you-need_block h3 {
	text-align: center;
	margin: 30px 0!important;
	font-size: 17px!important;
	font-weight: bold;
	text-transform: uppercase;
}

.what-you-need_block li:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	/*margin-right: 25px;*/
	background: url('../img/circle_dollar.png') center center no-repeat;
}

.what-you-need_block .ID:before {
	background: url("../img/card.png") no-repeat center center #0e6a37;
	background-size: 32px 32px;
}

.what-you-need_block .soc-number:before {
	background: url("../img/credit-card-3.png") no-repeat center center #0e6a37;
	background-size: 32px 32px;
}

.what-you-need_block .check:before {
	background: url("../img/credit-card-2.png") no-repeat center center #0e6a37;
	background-size: 32px 32px;
}

.what-you-need_block .income:before {
	background: url("../img/bank.png") no-repeat center center #0e6a37;
	background-size: 32px 32px;
}

.what-you-need_block .phone-number:before {
	background: url("../img/mobile-phone.png") no-repeat center center #0e6a37;
	background-size: 32px 32px;
}

.what-you-need_block .apply-online_button {
	padding: 10px 20px;
	background-color: #75CD05;
	color: white;
	text-decoration: none;
	border: 1px solid #6ec205;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	outline: none;
	border-radius: 4px;
	transition: background-color 0.5s;
}

.what-you-need_block .apply-online_container {
	margin: 30px 0;
	display: flex;
	justify-content: center;
}

.what-you-need_block .apply-online_button:hover {
	background-color: #519105;
}

.how-it-works_block h2,
.how-it-works_block h3 {
	text-align: center;
	margin: 30px!important;
	font-size: 17px!important;
	font-weight: bold;
	text-transform: uppercase;
}

.how-it-works_block .items_container {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
}

.how-it-works_block .items_container .how-it-works_item {
	width: 20%;
	padding-top: 60px;
}

.how-it-works_block .items_container .how-it-works_item p:first-child {
	font-weight: bold;
	font-size: 16px;
}

.how-it-works_block .items_container .how-it-works_item p {
	text-align: center;
	margin: 0!important;
	font-size: 14px;
}


.how-it-works_block .item-1 {
	background: url("../img/clock.png") no-repeat top center;
	background-size: 40px 40px;
}

.how-it-works_block .item-2 {
	background: url("../img/file.png") no-repeat top center;
	background-size: 40px 40px;
}

.how-it-works_block .item-3 {
	background: url("../img/money.png") no-repeat top center;
	background-size: 40px 40px;
}

.how-it-works_block .item-4 {
	background: url("../img/calendar.png") no-repeat top center;
	background-size: 40px 40px;
}

.pane-gray-addresses-sort-statick {
	background-color: #e4e4e4;
	padding-top: 10px;
}

.pane-gray-addresses-sort-statick h2{
	margin: 15px 20px 25px 20px!important;
}

.pane-gray-addresses-sort-statick .view-content {
	border-bottom: 1px solid silver;
}

.under-form_title {
	width: 80%;
	margin: 10px auto;
	/* top: 65px; */
	display: flex;
	justify-content: center;
	z-index: 12;
	background: rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 5px;
}

.slicknav_menu ~ .under-form_title {
	/*top: 110px;*/
}

.under-form_title span {
	/*width: 300px;*/
}

.AD-block-sidebar {
	width: 100%;
	/*height: 200px;*/
	/*background-color: lightgreen;*/
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 15;
	opacity: 0;
	transition: opacity 0.5s;
}

.close_banner_btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: transparent;
}

.green-btn {
	background: #75cd05;
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
	transition: 0.3s;
}

.green-btn:hover {
	background: #519105;
	color: white;
}

.card-btn {
	display: inline-block;
	margin: 10px 0;
}


/*share-buttons styles*/
.btn-group {
	height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.share-btn {
	padding: 5px 10px;
	margin: 5px;
	border: 0;
	border-radius: 4px;
	transition: transform 0.3s;
}

.share-btn:hover {
	transform: translateY(-5px);
}

.fb {
	background: #3b5998;
}

.tw {
	background: #00aced;
}

.wa {
	background: #4dc247;
}

.ch {
	background: #f5ca59;
}

.share-btn i span{
	margin-left: 10px;
	font-family: sans-serif;
	font-weight: 400;
}

.share-btn i {
	font: normal normal normal 14px/1 FontAwesome;
}

.share-btn i,
.share-btn i span {
	color: white;
}

.node-news .field-name-field-author {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 13px;
}

.last_update {
	font-size: 13px;
}

.empty-result {
	padding: 20px;
}

.pager li {
	background: none!important;
}

.pager li a {
	background: transparent;
}

.day-label {
  width: 95px;
  display: inline-block;
}
