/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');


@font-face {
	font-family: GothamPro;
	src: url(/dev/themes/arc/fonts/GothaProReg.woff);
}

@font-face {
	font-family: GothamProBold;
	src: url(/dev/themes/arc/fonts/GothaProBol.woff);
}





/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

 html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
	font-family: GothamPro;
	color: #808285;
	position: relative;
}



.innerPadding {
	padding-top: 139px;
}

@media(max-width: 991px) {
	.innerPadding {
		padding-top: 108px;
	}
}


.front {
	background: #e53235;
}
/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
	font-family: GothamPro;
}


a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}




.container {
	max-width: 1340px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: GothamPro;
}


p	{
	color: #808285;
	font-family: GothamPro;
}


h1 {
	font-family: GothamPro;
	font-size: 48px;
}




.red {
	color: #e53235;
}


/*  buttons */

.btn-main {
	/* width: 92.28px;
	height: 18.48px; */
	color: #fff;
	font-size: 17px;
	padding: 8px 15px;
	border-radius: 8px;
	transition: 0.15s all ease;
	display: inline-block;
	margin: 3px;
}

.btn-main:hover, .btn-main:focus {
	transform: translateY(-3px);
	color: #fff;
	-webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

.btn-dark {
	background: #f13337;
	color: #fff;
}

.btn-light {
	background: #fde1e1;
	color: #f13337;
}

.btn-light:hover, .btn-light:focus, .btn-light:active {
	color: #f13337;
}


/*  header */


#header .container .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header {
	/* padding: 70px 0px; */
	background: #fff;
	padding: 32px 0px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
}

.nav>li>a {
	padding-left: 0;
}


.logo {
	margin-right: auto;
}

.logo img {
	width: 250px;
}

@media(max-width: 1200px) {
	.logo {
		width: 100px;
	}
}

.nav-links {
	margin-left: auto;
}

.nav-links ul li {
	font-size: 17px;
	/* padding-left: 25px; */
	/* padding: 0px 25px; */
	padding: 0px 10px;
}

@media(max-width: 1250px) {
	.nav-links ul li {
		padding: 0px 10px;
	}
}

.nav-links ul li a {
	color: #000;
	font-size: 16px;
	transition: 0.15s all ease;
}

.nav-links ul li:hover a {
	color: #f13337;
}


.nav-links ul li ul li {
	padding-left: 0;
}



#header .container .nav  .nav-links ul li.has-children ul {
	display: block;
	transition: 0.15s all ease;
	opacity: 0;
	z-index: -1;
	position: absolute;
	min-width: 120%;
	background: #fff;
	padding: 10px 10px;
	border-radius: 8px;
	-webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);

}

#header .container .nav  .nav-links ul li.has-children:hover ul {
	display: block;
	opacity: 1;
	z-index: 10;
}


@media(min-width: 991px) {
    #header .container .nav .nav-links ul li.has-children ul {
        min-width: 200%;
    }

    #header .container .nav .nav-links ul li.has-children ul li.has-children ul {
        box-shadow: none;
        background: transparent;
        position: static;
        min-width: 100%;
    }
}







.header-cta {
	padding-left: 25px;
}


.nav-bars {
    display: none;
}

.nav-bars span {
    display: block;
    background: #f13337;
    height: 3px;
    width: 30px;
    margin-bottom: 6px
}

@media(max-width: 991px) {
    .nav-bars {
        display: block;
        position: absolute;
        right: 25px;
        /* top: 0; */
    }
}



div.mobile-nav {
    width: 100%;
    background-color: #FFFFFF;
    z-index: 1001;
    position: fixed;
    left: 100%;
    overflow: hidden;
    height: 100%;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    width: 100%;
    /* padding: 25px 25px; */
    padding: 25px 25px 50px 25px;
    /* flex */
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    /* justify-content: space-between; */
}

header .container .mobile-nav .menu.nav {
	display: block !important;
}


/* .mobile-close {
    position: absolute;
    top: 0;
    font-size: 27px;
    right: 34%;
} */

.mobile-mask {
    background: #000;
    height: 100%;
    opacity: -1;
    position: absolute;
    content: '';
    width: 100%;
    z-index: -1;
    /* transition: 0.15s all ease; */
}


.open {
    left: 50% !important;
}

.appear {
    display: block;
    z-index: 11;
    opacity: 0.5;
}

.mobile-button-group {
	margin-top: 50px;
}



@media(min-width: 992px) {
	.nav-links ul li ul li a {
		color: #cdcdcd;
	}
}


@media(max-width: 991px) {

	.nav-links {
		display: none;
	}

	#header .btn-landscape {
		display: none;
	}
}









.front #branch-map-wrapper #branch-map {
	width: 700px;
	max-height: 400px;
	min-height: 400px;
	margin: 0 auto;
}

@media(max-width:  767px) {
	.front #branch-map-wrapper #branch-map {
		width: unset;
	}
}

.page-branch-list #branch-map-wrapper #branch-map {
	width: 100%;
    height: 400px;
}


#branch-map-wrapper #branch-legend {
	text-align: center;
	margin: 15px 0px;
}

#branch-map-wrapper #branch-legend ul,
#branch-map-wrapper #branch-legend ul li {
	margin: 0px;
	display: inline-block;
}

#branch-map-wrapper #branch-legend ul li {
	list-style: none;
	line-height: 15px;
	font-size: 15px;
	margin-right: 15px;
	font-size: 13px;
}

#branch-map-wrapper #branch-legend ul li .state {
	display: inline-block;
	float: left;
	height: 15px;
	width: 15px;
	border: solid 1px #CFCFCF;
	margin-right: 5px;
}

#branch-map-wrapper .state.licensed {
    background-color: #db565a;
}

#branch-map-wrapper .state.active {
    background-color:  #db565a;
}


#branch-map-wrapper .state.branch {
    background-color: #db565a;
}

/* #branch-map-wrapper .map-bg {
	background-color: green;
} */

#branch-map-wrapper .state.default {
	background-color: #a4a4a4;
}

#footer .content-block-list {
	width: 33%;
  }


  @media(max-width: 767px) {
	  #footer .content-block-list {
		  width: 100%;
	  }
  }


  .nav>li>a:hover, .nav>li>a:focus {
	  background: transparent;
  }





.LM_LO {
	display: -webkit-box;
}

.banner-block .btn {
    margin: 5px;
}





/* mobile menu */

@media(max-width: 767px) {
	#nav .menu.nav {
		margin: 0;
	}

	#nav .menu.nav li ul {
		display: none;
	}
}


/*  hero  */

.hero-top {
	padding: 250px 0px 250px 0px;
	border-top: 1px solid #dcdddf;
	position: relative;
	overflow: hidden;
	background: #fff;

}

.hero-top .container {
	
}

.hero-overlay-mobile {
	position: absolute;
	top: 0;
	width: 100%;
	/* background: red; */
	background: #f7f7f8;
	height: 100%;
	z-index: 9;
	opacity: 0.8;
	display: none;
}

/* .hero-wrapper {
	background: red;
} */

.hero-top img.hero-img {
	position: absolute;
	/* top: 0; */
	top: -647px;
	z-index: 8;
	right: -200px;
}

@media(max-width: 1500px) {
	.hero-top img.hero-img {
		right: -400px;
	}
}

@media(max-width: 1200px) {
	.hero-top img.hero-img {
		display: none;
	}

	.hero-overlay-mobile {
		display: block;
	}
}


/* .hero-top {
    padding: 150px 0px 150px 0px;
    border-top: 1px solid #dcdddf;
    background: url(/dev/themes/arc/img/woman_thinking.png);

    background-repeat: no-repeat;

    background-position: right right;
    background-position: right right;
    background-position: 100% 0%;
} */

.hero-content {
	max-width: 500px;
	position: relative;
	z-index: 10;
}


.hero-content h1 {
	margin-bottom: 20px;
}



.hero-content p {
	font-size: 21px;
	margin-bottom: 40px;
	color: #808285;
}

/*  CTA  */


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

.cta-content h4 {
	font-size: 21px;
	padding: 15px;
}

.cta-content p {
	font-size: 17px;
}


.three-cta {
	background: #f7f7f8;
	display: flex;
	align-items: center;
	padding: 150px 0px;
	border-top: 1px solid #dcdddf;
	border-bottom: 1px solid #dcdddf;
}

@media(max-width: 991px) {
	.three-cta {
		padding: 75px 0px;
	}

	.cta-content {
		margin-top: 50px;
	}
}




/*  contact area  */


#sloped-area {
	position: relative;
}

.half-slope {
    background: #f7f7f8;
	/* border-top-right-radius: 100% 29%; */
		border-top-right-radius: 100% 15%;

	
    position: absolute;
    top: 5%;
    width: 100%;
    height: 88%;
}

@media(max-width: 991px) {
	.half-slope {
		height: 100%;
	}
}

#contact-area {
	background: #fff;
	min-height: 800px;
	padding-top: 100px;
}

#contact-area h4 {
	font-size: 31px;
}

#contact-area p {
	font-size: 17px;
}


.contact-area-content {
	padding: 110px 0px;
}

.contact-check {
	display: inline-block;
	font-size: 17px;
}

.contact-check li {
	padding-bottom: 25px;
}

.contact-check .fa {
	font-size: 21px;
}


.li-pad {
	line-height: 25px;
}

.contact-check-2 {
	margin-left: 5em;
}


/* contact condensed */

.arc-contact-small {
	border-top: 5px solid #e53235;
	background: #fff;
	border-radius: 8px;
	max-width: 400px;
	-webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	transition: 0.15s all ease;
}

.arc-contact-small:hover, .arc-contact-small:focus {
	transform: translateY(-3px);
}

@media(max-width: 991px) {
	.arc-contact-small {
		max-width: unset;
	}
}



/*  form wrapper edited for reverse slope */

.arc-contact-head {
	background: url('/dev/themes/arc/img/arc_head.png');
	background-size: cover;
	background-repeat: no-repeat; 
	height: 180px;
	/* border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%; */
}

.form-wrapper {
	padding: 10px 25px;
}

.form-title {
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-title, .form-title h5 {
	font-size: 17px;
}

.form-wrapper input, .form-wrapper textarea {
	border-left: none;
    border-top: none;
    border-right: none;
    box-shadow: none;
    border-radius: 0;
}


.form-wrapper {
    /* border-top-left-radius: 50% 20%;
    border-top-right-radius: 50% 20%;
    margin-top: -107px;
    background: #fff;
	padding: 47px 25px 55px 25px; */
	border-top-left-radius: 50% 10%;
    border-top-right-radius: 50% 10%;
    /*margin-top: -50px;*/
    background: #fff;
    padding: 47px 25px 55px 25px;
}


span.error {
	display: none;
}

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



/* front offers */


section.front-offers {
	background: #fff;
}

.offers-content {
	border-top: 1px solid #dcdddf;
	border-bottom: 1px solid #dcdddf;
	padding: 82px 25px;
	position: relative;
}


.offers-content .contact-check li {
	/* padding-bottom: 13px; */
	line-height: 20px;
}

@media(max-width: 991px) {
	.offers-content .col-md-5 {
		text-align: center;
	}
}



/* Loan Products */


section.loan-products {
	/* padding: 70px 0px; */
	padding: 0px 0px 70px 0px;
	background: #fff;

}

.products-content {
	/* border-bottom: 1px solid #dcdddf; */
	position: relative;

}

.products-title {
	position: relative;
	z-index: 10;
	text-align: center;
	max-width: 722px;
	margin: 0 auto;
	padding: 40px 0px;
}

.products-title h4 {
	font-size: 31px;
	color: #000;

}

.products-title p {
	font-size: 17px;
}

.product-container {
	text-align: center;
	max-width: 380px;
	border-top: 5px solid #e53235;
	min-height: 363px;
	margin: 0 auto;
	background: #fff;
	padding: 40px 25px;
	border-radius: 8px;
	opacity: 1;
	transition: 0.15s all ease;
	-webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}



@media(min-width: 992px) {
	.product-container {
		text-align: center;
		max-width: 380px;
		border-top: 5px solid #e53235;
		min-height: 363px;
		margin: 0 auto;
		background: #fff;
		padding: 40px 25px;
		border-radius: 8px;
		opacity: 1;
		transition: 0.15s all ease;
		-webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
		box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
		-webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
		box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	}
}

@media(max-width: 991px) {
	.product-container {
		max-width: unset;
		margin-bottom: 25px;
		text-align: left;
	}

	/* .product-container p , .product-container a {
		padding-left: 25px;
	}

	.product-container img {
		float: left;
	} */
}



.product-container:hover, .product-container:focus {
	opacity: 1;
	transform: translateY(-3px);
}

.products-button {
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 56px 0px;
}


/*  testimonials  */


.testimonials {
	/* padding-bottom: 80px; */
	background: #fff;
}

.testimonial-content {
	background: #fff;
	display: flex;
	align-items: center;
	border-radius: 8px;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	-webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
	box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
	-webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	overflow: auto;

}

.testimonial-text {
    color: #000;
    font-size: 20px;
    max-width: 413px;
    float: right;
    /* clear: both; */
    /* display: flex; */
    align-items: center;
    /* padding: 7%; */
    padding-top: 10%;
    text-align: center;
    margin-right: 70px;
}

.author {
	font-size: 14px;
}


.testimonial-img {
	float: left;
}

.testimonial-img-hidden {
	display: none;
}


.review-content {
	max-width: 400px;
	max-height: 450px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

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

.review-content p {
	color: #000;
    font-size: 17px;
    max-width: 413px;
    align-items: center;
    padding-top: 10%;
    text-align: center;
}

.author p {
	float: none;
	font-size: 14px;
}


.slide div:nth-child(1) {
	font-size: 17px;
	float: none; 
	padding-top: 0;
	color: #000;
}


/*  Testimonial Index */

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


@media(max-width: 1200px) {

	.testimonial-content {
		/* padding: 25px 25px; */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.testimonial-img {
		display: none;
	}

	.testimonial-img-hidden {
		max-width: 400px;
		display: block;
	}

	.testimonial-text {
		float: none;
		max-width: unset;
		padding: unset;
		margin-right: 0;
	}
}

@media(max-width: 767px) {
	.testimonial-text {
		font-size: 14px;
	}

	.testimonial-img-hidden {
		max-width: 300px;
		display: block;
	}

	/* .testimonial-content {
		min-height: 400px;
	} */
}


@media(max-width: 562px) {
	.testimonial-text {
		font-size: 21px;
	}

	.testimonial-img-hidden {
		display: none;
	}

	.testimonial-content {
		padding: 25px 25px;
	}
}


/* CTA */


#footer-cta {
	display: flex;
	align-items: center;
	/* background: url(/dev/themes/arc/img/cta_bg.png); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 80px 0px;
	color: #fff;
	position: relative;

}

.footer-cta-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 10;
}

.footer-cta-content {
	position: relative;
	z-index: 11;
	margin-right: auto;
}


.footer-cta-newsletter {
	margin-right: auto;
	position: relative;
	z-index: 11;
}

.footer-cta-content p:first-of-type {
	font-size: 31px;
	color: #fff;
}

.footer-cta-content p:nth-child(2) {
	color: #fff;
}

#footer-cta .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}



/*  FOOTER */


/* footer */

footer {
	/* background: url('/dev/themes/nj_lenders/img/footer-bottom-final.jpg'); */
	background: #e53235;
	/* background-size: cover; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
  }



  
  .footer-logo {
	width: 250px;
  }
  
  .footer-full {
    /* min-height: 620px; */
    position: relative;
    background: #e53235;
    margin-top: -35px;
    z-index: 999;
    border-top-left-radius: 100% 10%;
	border-top-right-radius: 100% 10%;
	padding-bottom: 82px;
	/* remove the absolute if doesnt work */
	position: absolute;
    width: 100%;
}

  /* .footer-full:before {
	background: blue;
	height: 50px;
	position: relative;
	width: 100%;
  } */

  /* .footer-arc {
	background: #e53235;
	height: 50px;
	position: relative;
	width: 100%;
	border-top-left-radius: 50% 20%;
	border-top-right-radius: 50% 20%;
}
   */
  .footer-row-1 {
	margin-top: 70px;
	width: 100%;
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #fff;
  }
  
  .footer-social {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-bottom: 17px;
  }

  @media(max-width: 991px) {
	  .footer-social {
		  margin-top: 25px;
	  }
  }
  
  .footer-overlay {}
  
  .social-footer {
	padding-right: 15px;
  }

  .social-footer i {
	color: #fff;
	font-size: 20px;
	transition: 0.15s all ease;
  }

  .social-footer i:hover {
	transform: translateY(-3px);
  }
  
  .footer-phone {
	/* font-family: ff-tisa-sans-web-pro, sans-serif; */
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	color: #fff;
	vertical-align: bottom;
  }
  
  .footer-phone em {
	color: #fff;
	font-size: 21px;
  }
  
  .footer-row-2 img {
	float: left;
	padding-right: 20px;
  }
  
  .footer-row-2 p {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	font-family: ff-tisa-sans-web-pro, sans-serif;
	font-style: normal;
  }
  
  /* .footer-row-2 p:nth-child(1) {
	padding-top: 10px;
  } */
  
  .footer-row-2 .footer-title {
	padding-top: 10px;
  }
  
  .footer-row-2 .footer-address {
	font-weight: 400;
	font-size: 10px;
  }
  
  /*  footer navigation  */
  
  .footer-navigation {
	text-align: right;
  }

  .footer-navigation ul.menu.nav {
	  display: flex;
	  justify-content: space-between;
  }
  
  .footer-navigation .nav>li>a:hover, .nav>li>a:focus {
	background: none;
  }
  
  .footer-row-2 .footer-navigation ul li {
	display: inline-block;
	text-transform: uppercase;
	font-family: ff-tisa-sans-web-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
  }
  
  .footer-row-2 .footer-navigation ul li a {
	color: #fff;
  }
  
  .footer-row-2 .footer-navigation ul li ul {
	position: absolute;
	text-align: left;
  }
  
  .footer-row-2 .footer-navigation ul li ul li {
	text-transform: capitalize;
	display: unset;
  }
  
  .footer-row-2 .footer-navigation ul li ul li a {
	font-style: normal;
	text-transform: capitalize;
	font-size: 10px;
	padding-top: 0;
	padding-bottom: 3px;
	font-weight: 400;
  }

  .bot-logo {
	  padding-bottom: 20px;
  }

  .footer-logo {
	  width: 118px;
  }

  .footer-social-icon {
	  width: 20px;
  }
  
  @media(max-width: 979px) {
	.footer-row-1, .footer-phone {
	  display: block;
	  border: none;
	}
	.footer-social {
	  position: unset;
	  padding-left: 25px;
	}
	.footer-row-2 .footer-navigation ul li {
	  display: block;
	  text-transform: uppercase;
	  font-family: ff-tisa-sans-web-pro, sans-serif;
	  font-weight: 700;
	  font-style: normal;
	  font-size: 15px;
	}
  
	.footer-row-2 img {
	  float: unset;
	  padding: 0;
	}
  
	.footer-row-2 .footer-navigation ul li ul {
	  position: unset;
	  text-align: unset;
	  display: none;
	}
  
	.footer-row-2 p {
	  padding: 0;
	  color: #fff;
	  font-weight: 700;
	  font-size: 15px;
	  font-family: ff-tisa-sans-web-pro, sans-serif;
	  font-style: normal;
	}
  
	.bot-logo {
	  text-align: center;
	}
	
  }
  
  
  /*  footer copy */
  
  
  .copy-information {
	margin-top: 130px;
	text-align: center;
  
  }
  
  .copy-information p {
	font-size: 10px;
	color: #fff;
	font-weight: 400;
  
  }


#footer {
	background:#e53235;
}



.bottom-footer {
	display: flex;
	justify-content: space-between;
	padding-top: 34px;
	color: #fff;
}

.company-info {
	justify-content: flex-start;
}

.footer-nav-list {
	justify-content: flex-end;
}

.footer-nav-list ul.menu.nav {
	display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer-nav-list ul li.has-children ul.menu.nav {
	display: block;
}

.footer-nav-list ul li {
	padding-left: 25px;
}

.footer-nav-list ul li a {
	color: #fff;
}

.footer-nav-list ul li ul li {
	padding-left: 0;
}


.footer-nav-list ul li a {
	font-family: GothamProBold;
}

.footer-nav-list ul li ul li a {
	font-family: GothamPro;
	font-size: 12px;
}

.footer-nav-list .nav>li>a {
	padding: 0;
}

.bottom-footer p {
	color: #fff;
}

@media(max-width: 991px) {
	.bottom-footer {
		display: block;
		padding: 34px 25px 25px 34px;
	}
}

@media(max-width: 991px) {

	.footer-nav-list ul.menu.nav {
		display: block;
	}
	.footer-nav-list ul li {
		padding-left: 0px;
	}
}


.footer-copyright {
	text-align: center;
	color: #fff;
	padding: 40px 0px;
}


.footer-copyright p, .footer-copyright a {
	color: #fff;
}


/*  inner page */

.inner-header {
	background: url(/dev/themes/arc/img/inner-arc.png);
	background-position: center center;
	background-size: cover;
	min-height: 450px;
	display: flex;
	align-items: center;
	position: relative;
	/* min-height: 300px; */
}

.inner-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.inner-title {
	position: relative;
	z-index: 11;
	margin-right: auto;
}

.inner-title h1, .inner-title p {
	color: #fff;
	margin-bottom: 20px;
}

.inner-title h1 {
	font-size: 48px;
}

.inner-title p {
	font-size: 17px;
}

.inner-content {
	margin-top: -37px;
    position: relative;
    z-index: 10;
    background: #fff;
    /* border-top-right-radius: 50% 15%;
	border-top-left-radius: 50% 15%; */
	/* border-top-right-radius: 50% 5%;
    border-top-left-radius: 50% 5%; */
	padding: 50px;
}

.inner-header-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index: 10;
}


.inner-page-block {
	display: flex;
	align-items: center;
}


@media(min-width: 991px) {

	.inner-page-block {
		padding: 150px 0px;
		display: flex;
		align-items: center;
	}
}


.header-ctas {
	margin-left: auto;
	position: relative;
	z-index: 11;
}

@media(max-width: 991px) {
	.header-ctas {
		margin-left: unset;
	}
}


.text-wrapper {
	border-top: 2px solid #dcdddf;
	padding: 70px 0px;
	margin-top: 60px;
}

.main-content {
	margin-bottom: 50px;
}




/*  branch */





.branch-hero-top {
	padding: 250px 0px 250px 0px;

}

.branch-hero-top .hero-wrapper img {
	/* top: 80px; */
	top: 120px;
}
.branch-content p {
	margin-bottom: 0;
}

.branch-info li {
	padding-top: 18px;
	font-size: 17px;
}

.branch-info li a {
	color: #808285;
}

.branch-info .fa {
	color: #e53235;
	padding-top: 13px;
}

.branch-cta {
	margin-top: 25px;
}


.fa-circle {
	color: #e53235;
}

.social-icon-color {
	color: #fff;
}

.branch-socials {
	margin-top: 25px;
}


.branch-information {
	padding: 50px 0px;
	text-align: center;
	position: relative;
	background: #fff;
	border-bottom: 2px solid #dcdddf;
	border-top: 2px solid #dcdddf;
}

.branch-information-content h2 {
	font-size: 48px;
	margin-bottom: 50px;
}

.branch-information-content p {
	font-size: 21px;
}

@media(max-width: 991px) {
	.branch-information-content h2 {
		font-size: 32px;
		margin-bottom: 50px;
	}

	.branch-information-content p {
		font-size: 17px;
	}
}

.branch-contact-test {
	background: #fff;
	/* padding: 150px 0px 150px 0px; */
	padding: 50px 0px 50px 0px;
}


.branch-contact-test .content-container {
	display: flex;
	align-items: center;
}

@media(max-width: 991px) {
	.branch-contact-test .content-container {
		display: block;
	}
}


.branch-contact-test {
	/* display: flex;
	align-items: center; */
}

.branch-contact-test .testimonial-text {
	padding-top:  unset;
}

@media(max-width: 1024px) {
	.branch-contact-test .testimonial-text {
		font-size: 17px;
	}
}

.branch-contact-test .container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.branch-contact-test .testimonial-content {
	display: flex;
	align-items: center;
	min-height: unset;
	padding: 0;
}

.branch-contact-test .testimonial-img {
	width: 350px;
	float: left;
}


@media(max-width: 991px) {
	.branch-contact-test .testimonials {
		margin-top: 50px;
	}

	.branch-contact-test .col-md-4 {
		width: 100%;
	}

	.branch-contact-test {
		padding: 50px 0px 50px 0px;
	}
}

@media(max-width: 468px) {
	.branch-contact-test .testimonial-content {
		padding: 5px;
	}
}


.content-container {
	max-width: 1340px;
}


/*  LO */


.visual {
    width: 250px;
    height: 250px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .4);
	border: 4px solid #e53235;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 35% 50%;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
}




@media (min-width: 768px) {
	.visual {
		margin: 0;
	}
}


@media (min-width: 480px) {
	.visual {
		width: 400px;
		height: 400px;
	}
}


@media(max-width: 991px) {
	.visual {
		width: 300px;
		height: 300px;
	}
}




.banner-block.loanofficer .img-holder {
    width: 100%;
    padding: 0 0 0 15px;
}



@media (min-width: 1200px) {
	.img-holder {
		width: calc(100% - 630px);
	}
}

@media(max-width: 991px) {
	.lo-top {
		padding: 150px 0px 150px 0px;
	}
}


@media (min-width: 768px) {
	.img-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: calc(100% - 400px);
		z-index: 11;
		position: relative;
		text-align: center;
		justify-content: center;
	}

}


.lo-top .container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


.lo-img-top {
	display: none;
	z-index: 10;
}

@media(max-width: 767px) {
	.lo-img-top {
		display: block;
	}

	.lo-bot {
		display: none;
	}

	
}


.hero-wrapper {
	position: absolute;
    top: 30px;
    right: -10%;
}


.hero-top img.hero-img {
	position: static;

}


.pager a {
	color: #e53235;
}


.testimonial-wrapper {
	margin: 40px 0px;
	font-size: 18px;
	text-align: center;
	/* max-width: 380px; */
	/* max-height: 380px; */
    border-top: 5px solid #e53235;
    /* min-height: 363px; */
    background: #fff;
    padding: 40px 25px;
    border-radius: 8px;
    opacity: 1;
	transition: 0.15s all ease;
	-webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

.content-wrapper {
	padding: 10px 0px;
}

.testimonials h2, .testimonial-read {
	text-align: center;
	padding: 20px 0px;
}

/* .content-wrapper {
	display: flex;
	align-items: center;
} */


