/*
Theme Name: Theme Options
Version: 1.0
Template: enfold
*/

body {
	
	font-family: 'Work Sans';
}
/* Email Capture */

.email-capt-sect {
	background-color: white;
	padding: 76px 0px 76px 0px;
  }
  
  .email-capt .form-col {
	padding-left: 50px !important;
  }
  
  .email-capt .row {
	margin-bottom: 0px !important;
  }
  
  .email-capt .col {
	margin-bottom: 0px !important;
  }
  
  .email-capt p {
	margin: 0em 0em !important;
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 22px !important;
	color: #8D8D8D;
	text-align: left !important;
	letter-spacing: 0px !important;
  }
  .par {
	
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #696B68 !important;
	margin-bottom: 0px !important;
	letter-spacing: 0px !important;
  }
  
  .email-capt h2 {
	color: #373A36 !important;
	font-family: 'Work Sans' !important;
	font-style: normal;
	font-weight: 600 !important;
	font-size: 40px !important;
	line-height: 48px !important;
	margin-bottom: 24px !important;
	text-align: left !important;
  }
  .email-capt-head {
	color: #373A36;
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 0px !important;
  }
  .swal2-html-container {
	z-index: 1;
	justify-content: center;
	margin: 0 !important;}
	.swal2-title {
  margin: auto !important;}
  
  .btn-new{
	  padding: 0px 32px !important;
	  height: 56px !important;
	  min-width: 185px !important;
	  background-color: #002868 !important;
	  color: white !important;
	  border-radius: 5px !important;
	  font-family: 'Work Sans';
	  font-style: normal;
	  font-weight: 600;
	  font-size: 18px;
	  line-height: 21px;
	  text-align: center;
	  letter-spacing: 0.005em;
	  border-width:0px !important;
  }
  
  .swal2-image {
	margin-top: 46px !important;
}
  
  .email-capt img {
	max-width: 291px;
  }
  .swal2-confirm {
	padding-left:70px !important;
	padding-right:70px !important;
	margin-bottom:44px !important;
  }
  
  .email-capt .form-control {
  
	padding-top: 16px !important;
	padding-bottom: 16px !important;
	padding-right: 16px !important;
	padding-left: 3.1rem !important;
	border-radius: 8px !important;
	height: 56px !important;
	margin-right: 24px !important;
  }
  
  .email-capt button {
	padding: 0px 32px !important;
	height: 56px !important;
	min-width: 185px !important;
	background-color: #002868 !important;
	color: white !important;
	border-radius: 5px !important;
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.005em;
	border-width:0px !important;
  }
  
  .email-capt input {
	margin-bottom: 0px !important;
	background-image: url("email-capture/email-icon.svg") !important;
	background-repeat: no-repeat !important;
	background-position: center left 0.9rem !important;
  
  }
  
  .email-capt a {
	color: #8D8D8D !important;
	text-decoration: underline;
  }
  
  .email-capt .row {
	  margin-left: auto !important;
	  margin-right: auto !important;
  }
  
  .email-capt input::placeholder {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #ACACAC;
	letter-spacing: 0.03em;
  
  }

.widget_nav_menu li {
	font-size: initial !important;
}

.html_header_top.html_header_sticky #header {
	left: 0;
}

.relative-element {
	position: relative;
}

a.block-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/*21 sep 2021*/
.custom-row .avia-promocontent {
	width: 70%;
}
table.custom_table thead td {
	background: #ccc;
}
table.custom_table tr:nth-child(odd) {
	background: #fff;
}
table.custom_table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	border-color: #000 !important;
}
table.custom_table th,
table.custom_table td {
	padding: 10px 20px 7px;
	line-height: 1.2;

	text-align: left;
	border-color: #000 !important;
}
table.custom_table tbody {
	border-color: #0000;
}
table.custom_table th {
	background-color: #ccc;
	color: #fff;
	text-transform: none;
	font-size: 15px;
	border-color: #0000;
}
table.custom_table td {
	border-color: #0000;
	font-size: 16px;
	text-align: left;
}
/*end 21 sep 2021*/

/* 22 sep 2021*/
.ot-sdk-show-settings,
.custom_setting {
	cursor: pointer;
}

/*end 22 sep 2021*/
@media only screen and (min-width: 1131px) {
	.mobile-menu {
		display: none;
	}
}
@media only screen and (max-width: 1130px) {
	.mobile-menu {
		display: block;
		border: 0 !important;
	}
	.desktop-menu {
		display: none;
	}
}
@media (max-width: 767px) {
	.img-right {
		display: flex;
		flex-flow: column;
	}

	.img-right .flex_cell:last-child {
		order: 1 !important;
	}

	.img-right .flex_cell:first-child {
		order: 2 !important;
	}
	.email-capt button {
		max-width: 100%;
	  }
	  .swal2-image{
		width:150px !important;
	  }
	  .email-capt h2 {
		color: #373A36;
		font-family: 'Work Sans';
		font-style: normal;
		font-weight: 600 !important;
		margin-bottom: 24px !important;
	  }
	
	  .email-capt .form-control {
		max-width: 100%;
		margin-bottom: 24px !important;
	  }
	
	  .email-capt img {
		max-width: 128px;
	  }
}

.noShowDesktop {
	display: none;
}

@media (max-width: 990px) {
	.noShowDesktop {
		display: block;
	}
	.noShowDesktop tr {
		background: #002868 !important;
		margin: 0;
		border: none !important;
	}

	.noShowDesktop tr td {
		padding: 0 !important;
		color: white;
		font-size: 1.2em;
		text-align: center !important;
		cursor: pointer;
	}

	span.bluePlusBtn {
		position: relative;
		top: -8px;
	}

	span.svgArrow {
		position: relative;
		top: 0px;
	}
}

span.special_amp {
	font-family: inherit;
	font-size: inherit;
	color: inherit !important;
	font-style: normal;
	font-weight: inherit;
}

.contact-form li {
	margin: 0 !important;
}

.contact-form .gform_body input,
.contact-form .gform_body textarea {
	padding: 10px 20px !important;
}

.contact-form .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}

.contact-form .gform_footer input[type='submit'] {
	width: 100% !important;
	padding: 15px !important;
	text-transform: uppercase !important;
	letter-spacing: 2px !important;
}

.image-overlay {
	background: transparent !important;
}

.image-overlay-inside:before {
	display: none !important;
}

.inner-text-img-left,
.inner-text-img {
	margin-bottom: 30px !important;
}


@media (min-width: 991px) {
	.inner-text-img {
		margin-left: 50px !important;
	}

	.inner-text-img-left {
		margin-right: 50px !important;
	}
	
}

@media (max-width: 990px) {
	.inner-text-img,
	.inner-text-img-left {
		float: none !important;
	}

	/*21 sep 2021*/
	table.custom_table thead {
		position: initial;
	}
	table.custom_table th {
		width: 200px;
	}
	table.custom_table td {
		display: table-cell;
		width: 200px;
	}
	table.custom_table td:last-child {
		border-bottom: 1px solid rgba(0, 0, 0);
	}
	table.custom_table,
	table.custom_table tbody {
		border: none;
	}
	table.custom_table tr {
		display: revert;
		border-bottom: none;
	}
	/*end 21 sep 2021*/
	.swal2-confirm {
  
		margin-bottom:0px !important;
	  }
	
	  .swal2-container.swal2-center>.swal2-popup {
		padding-bottom: 38px !important;}
	  .swal2-image {
		margin-top: 8px !important;}
	
	  .email-capt .form-col {
		padding-left: 0px !important;
	  }
	 #cash-calculator{
		height:1000px;
	  }
	
	  .email-capt h2 {
		color: #373A36;
		font-family: 'Work Sans';
		font-style: normal;
		font-weight: 600;
		font-size: 28px !important;
		line-height: 36px !important;
		margin-bottom: 24px !important;
	  }
	
	  .email-capt img {
		max-width: 128px;
		margin-bottom: 32px !important;
	  }
}

@media (min-width: 641px) {
	.contact-form .gform_footer input[type='submit'] {
		width: calc(100% - 16px) !important;
	}
}

.rate-calculation-form button {
	color: white;
}

/*!
 * Ladda including the default theme.
 */ /*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
 */
.ladda-button {
	position: relative;
}
.ladda-button .ladda-spinner {
	position: absolute;
	z-index: 2;
	display: inline-block;
	width: 32px;
	top: 50%;
	margin-top: 0;
	opacity: 0;
	pointer-events: none;
}
.ladda-button .ladda-label {
	position: relative;
	z-index: 3;
}
.ladda-button .ladda-progress {
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	display: none;
	-webkit-transition: 0.1s linear all !important;
	-moz-transition: 0.1s linear all !important;
	-ms-transition: 0.1s linear all !important;
	-o-transition: 0.1s linear all !important;
	transition: 0.1s linear all !important;
}
.ladda-button[data-loading] .ladda-progress {
	display: block;
}
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
	-webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
	-moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
	-ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
	-o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
	transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}
.ladda-button[data-style='zoom-in'],
.ladda-button[data-style='zoom-in'] .ladda-spinner,
.ladda-button[data-style='zoom-in'] .ladda-label,
.ladda-button[data-style='zoom-out'],
.ladda-button[data-style='zoom-out'] .ladda-spinner,
.ladda-button[data-style='zoom-out'] .ladda-label {
	-webkit-transition: 0.3s ease all !important;
	-moz-transition: 0.3s ease all !important;
	-ms-transition: 0.3s ease all !important;
	-o-transition: 0.3s ease all !important;
	transition: 0.3s ease all !important;
}
.ladda-button[data-style='expand-right'] .ladda-spinner {
	right: -6px;
}
.ladda-button[data-style='expand-right'][data-size='s'] .ladda-spinner,
.ladda-button[data-style='expand-right'][data-size='xs'] .ladda-spinner {
	right: -12px;
}
.ladda-button[data-style='expand-right'][data-loading] {
	padding-right: 56px;
}
.ladda-button[data-style='expand-right'][data-loading] .ladda-spinner {
	opacity: 1;
}
.ladda-button[data-style='expand-right'][data-loading][data-size='s'],
.ladda-button[data-style='expand-right'][data-loading][data-size='xs'] {
	padding-right: 40px;
}
.ladda-button[data-style='expand-left'] .ladda-spinner {
	left: 26px;
}
.ladda-button[data-style='expand-left'][data-size='s'] .ladda-spinner,
.ladda-button[data-style='expand-left'][data-size='xs'] .ladda-spinner {
	left: 4px;
}
.ladda-button[data-style='expand-left'][data-loading] {
	padding-left: 56px;
}
.ladda-button[data-style='expand-left'][data-loading] .ladda-spinner {
	opacity: 1;
}
.ladda-button[data-style='expand-left'][data-loading][data-size='s'],
.ladda-button[data-style='expand-left'][data-loading][data-size='xs'] {
	padding-left: 40px;
}
.ladda-button[data-style='expand-up'] {
	overflow: hidden;
}
.ladda-button[data-style='expand-up'] .ladda-spinner {
	top: -32px;
	left: 50%;
	margin-left: 0;
}
.ladda-button[data-style='expand-up'][data-loading] {
	padding-top: 54px;
}
.ladda-button[data-style='expand-up'][data-loading] .ladda-spinner {
	opacity: 1;
	top: 26px;
	margin-top: 0;
}
.ladda-button[data-style='expand-up'][data-loading][data-size='s'],
.ladda-button[data-style='expand-up'][data-loading][data-size='xs'] {
	padding-top: 32px;
}
.ladda-button[data-style='expand-up'][data-loading][data-size='s'] .ladda-spinner,
.ladda-button[data-style='expand-up'][data-loading][data-size='xs'] .ladda-spinner {
	top: 4px;
}
.ladda-button[data-style='expand-down'] {
	overflow: hidden;
}
.ladda-button[data-style='expand-down'] .ladda-spinner {
	top: 62px;
	left: 50%;
	margin-left: 0;
}
.ladda-button[data-style='expand-down'][data-size='s'] .ladda-spinner,
.ladda-button[data-style='expand-down'][data-size='xs'] .ladda-spinner {
	top: 40px;
}
.ladda-button[data-style='expand-down'][data-loading] {
	padding-bottom: 54px;
}
.ladda-button[data-style='expand-down'][data-loading] .ladda-spinner {
	opacity: 1;
}
.ladda-button[data-style='expand-down'][data-loading][data-size='s'],
.ladda-button[data-style='expand-down'][data-loading][data-size='xs'] {
	padding-bottom: 32px;
}
.ladda-button[data-style='slide-left'] {
	overflow: hidden;
}
.ladda-button[data-style='slide-left'] .ladda-label {
	position: relative;
}
.ladda-button[data-style='slide-left'] .ladda-spinner {
	left: 100%;
	margin-left: 0;
}
.ladda-button[data-style='slide-left'][data-loading] .ladda-label {
	opacity: 0;
	left: -100%;
}
.ladda-button[data-style='slide-left'][data-loading] .ladda-spinner {
	opacity: 1;
	left: 50%;
}
.ladda-button[data-style='slide-right'] {
	overflow: hidden;
}
.ladda-button[data-style='slide-right'] .ladda-label {
	position: relative;
}
.ladda-button[data-style='slide-right'] .ladda-spinner {
	right: 100%;
	margin-left: 0;
	left: 16px;
}
[dir='rtl'] .ladda-button[data-style='slide-right'] .ladda-spinner {
	right: auto;
}
.ladda-button[data-style='slide-right'][data-loading] .ladda-label {
	opacity: 0;
	left: 100%;
}
.ladda-button[data-style='slide-right'][data-loading] .ladda-spinner {
	opacity: 1;
	left: 50%;
}
.ladda-button[data-style='slide-up'] {
	overflow: hidden;
}
.ladda-button[data-style='slide-up'] .ladda-label {
	position: relative;
}
.ladda-button[data-style='slide-up'] .ladda-spinner {
	left: 50%;
	margin-left: 0;
	margin-top: 1em;
}
.ladda-button[data-style='slide-up'][data-loading] .ladda-label {
	opacity: 0;
	top: -1em;
}
.ladda-button[data-style='slide-up'][data-loading] .ladda-spinner {
	opacity: 1;
	margin-top: 0;
}
.ladda-button[data-style='slide-down'] {
	overflow: hidden;
}
.ladda-button[data-style='slide-down'] .ladda-label {
	position: relative;
}
.ladda-button[data-style='slide-down'] .ladda-spinner {
	left: 50%;
	margin-left: 0;
	margin-top: -2em;
}
.ladda-button[data-style='slide-down'][data-loading] .ladda-label {
	opacity: 0;
	top: 1em;
}
.ladda-button[data-style='slide-down'][data-loading] .ladda-spinner {
	opacity: 1;
	margin-top: 0;
}
.ladda-button[data-style='zoom-out'] {
	overflow: hidden;
}
.ladda-button[data-style='zoom-out'] .ladda-spinner {
	left: 50%;
	margin-left: 32px;
	-webkit-transform: scale(2.5);
	-moz-transform: scale(2.5);
	-ms-transform: scale(2.5);
	-o-transform: scale(2.5);
	transform: scale(2.5);
}
.ladda-button[data-style='zoom-out'] .ladda-label {
	position: relative;
	display: inline-block;
}
.ladda-button[data-style='zoom-out'][data-loading] .ladda-label {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.ladda-button[data-style='zoom-out'][data-loading] .ladda-spinner {
	opacity: 1;
	margin-left: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.ladda-button[data-style='zoom-in'] {
	overflow: hidden;
}
.ladda-button[data-style='zoom-in'] .ladda-spinner {
	left: 50%;
	margin-left: -16px;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
}
.ladda-button[data-style='zoom-in'] .ladda-label {
	position: relative;
	display: inline-block;
}
.ladda-button[data-style='zoom-in'][data-loading] .ladda-label {
	opacity: 0;
	-webkit-transform: scale(2.2);
	-moz-transform: scale(2.2);
	-ms-transform: scale(2.2);
	-o-transform: scale(2.2);
	transform: scale(2.2);
}
.ladda-button[data-style='zoom-in'][data-loading] .ladda-spinner {
	opacity: 1;
	margin-left: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.ladda-button[data-style='contract'] {
	overflow: hidden;
	width: 100px;
}
.ladda-button[data-style='contract'] .ladda-spinner {
	left: 50%;
	margin-left: 0;
}
.ladda-button[data-style='contract'][data-loading] {
	border-radius: 50%;
	width: 52px;
}
.ladda-button[data-style='contract'][data-loading] .ladda-label {
	opacity: 0;
}
.ladda-button[data-style='contract'][data-loading] .ladda-spinner {
	opacity: 1;
}
.ladda-button[data-style='contract-overlay'] {
	overflow: hidden;
	width: 100px;
	box-shadow: 0px 0px 0px 2000px transparent;
}
.ladda-button[data-style='contract-overlay'] .ladda-spinner {
	left: 50%;
	margin-left: 0;
}
.ladda-button[data-style='contract-overlay'][data-loading] {
	border-radius: 50%;
	width: 52px;
	box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}
.ladda-button[data-style='contract-overlay'][data-loading] .ladda-label {
	opacity: 0;
}
.ladda-button[data-style='contract-overlay'][data-loading] .ladda-spinner {
	opacity: 1;
}
[dir='rtl'] .ladda-spinner > div {
	left: 25% !important;
}
.ladda-button {
	background: #666;
	border: 0;
	padding: 14px 18px;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	border-radius: 2px;
	border: 1px solid transparent;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}
.ladda-button:hover {
	border-color: rgba(0, 0, 0, 0.07);
	background-color: #888;
}
.ladda-button[data-color='green'] {
	background: #2aca76;
}
.ladda-button[data-color='green']:hover {
	background-color: #38d683;
}
.ladda-button[data-color='blue'] {
	background: #53b5e6;
}
.ladda-button[data-color='blue']:hover {
	background-color: #69bfe9;
}
.ladda-button[data-color='red'] {
	background: #ea8557;
}
.ladda-button[data-color='red']:hover {
	background-color: #ed956e;
}
.ladda-button[data-color='purple'] {
	background: #9973c2;
}
.ladda-button[data-color='purple']:hover {
	background-color: #a685ca;
}
.ladda-button[data-color='mint'] {
	background: #16a085;
}
.ladda-button[data-color='mint']:hover {
	background-color: #19b698;
}
.ladda-button[disabled],
.ladda-button[data-loading] {
	border-color: rgba(0, 0, 0, 0.07);
}
.ladda-button[disabled],
.ladda-button[disabled]:hover,
.ladda-button[data-loading],
.ladda-button[data-loading]:hover {
	cursor: default;
	background-color: #999;
}
.ladda-button[data-size='xs'] {
	padding: 4px 8px;
}
.ladda-button[data-size='xs'] .ladda-label {
	font-size: 0.7em;
}
.ladda-button[data-size='s'] {
	padding: 6px 10px;
}
.ladda-button[data-size='s'] .ladda-label {
	font-size: 0.9em;
}
.ladda-button[data-size='l'] .ladda-label {
	font-size: 1.2em;
}
.ladda-button[data-size='xl'] .ladda-label {
	font-size: 1.5em;
}

/*
		Created on : Apr 14, 2018, 11:59:05 AM
		Author     : shakeel osmani
*/

.cwrapper {
	background: #ececec;
	margin: 2%;
}

.innerwrapper {
	margin: 20px;
}

.custom-select {
	position: relative;
	display: block;
	max-width: 400px;
	min-width: 180px;
	border: 1px solid #002868;
	background-color: white;
	z-index: 10;
}
.custom-select select {
	border: none;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	margin: 0;
	display: block;
	width: 100%;
	padding: 12px 55px 15px 15px;
	font-size: 14px;
}
.custom-select:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	line-height: 38px;
	content: '∨';
	text-align: center;
	color: #002868;
	font-size: 24px;
	border-left: 1px solid #3c1c78;
	z-index: -1;
}

.valueDisplay {
	font-size: 20px;
	color: green;
}

.sideBySideWrapper {
	display: flex;
	flex-wrap: wrap;
}

.col {
	flex: 0 50%;
	margin-bottom: 15px;
}

.rwrapper {
	background: #ececec;
	margin: 2%;
}

.row {
	display: flex;
	flex-wrap: wrap;
}
.col-4 {
	flex: 0 25%;
}

.prodDesc {
	color: white;
	font-size: 1.5em;
}

.tblClosingCost tr td {
	font-size: 1em;
	padding: 5px;
}

.tblClosingCost tr.totalRow {
	background: #002868;
	border: 2px solid black;
}

.tblClosingCost tr.totalRow td {
	font-weight: bold;
	color: white;
}

.tblClosingCost tr td.closingCostLabels {
	text-align: left;
}

.tblClosingCost tr td.closingCostAmounts {
	text-align: right;
}

.tblClosingCostMonthly tr td {
	font-size: 1em;
}

.loanDetailsTbl th {
	font-size: 0.8em;
}

table.loanDetailsTbl {
	border: none;
}

table.loanDetailsTbl tr th {
	border: none !important;
}

table.loanDetailsTbl tr td {
	border: none !important;
}

.loanDetailsTbl tr td {
	font-size: 0.8em;
}

span.closingCostDateGenerated {
	float: right;
}

div.closingCostCloseBtn {
	float: right;
	font-size: 2em;
	cursor: pointer;
}

div.closingCostCloseBtn:hover {
	color: #bf2335;
}

div.closingCostCloseBtn:after {
	display: inline-block;
	content: '\00d7'; /* This will render the 'X' */
}

@media screen and (max-width: 990px) {
	.tblClosingCost tr td.closingCostLabels {
		text-align: right;
	}

	.tblClosingCost tr td {
		border: none !important;
	}

	.tblClosingCostMonthly tr td {
		border: none !important;
	}
}

@media only screen and (max-width: 340px) {
	.tblClosingCost tr td {
		font-size: 0.8em;
		padding: 5px;
	}

	.tblClosingCostMonthly tr td {
		font-size: 0.8em;
	}
}

/* Table css here */

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

table caption {
	font-size: 1.5em;
	margin: 0.5em 0 0.75em;
}

table tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: 0.35em;
}

table th,
table td {
	padding: 0.625em;
	text-align: center;
}

table td {
	font-size: 3em;
}

table th {
	font-size: 0.85em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/*very large screen */

@media screen and (min-width: 991px) {
	.nextBtn {
		font-size: 0.6em;
	}
}

@media screen and (max-width: 990px) {
	table {
		border: 0;
	}

	table caption {
		font-size: 1.3em;
	}

	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: 0.625em;
	}

	table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: 1.4em;
		text-align: right;
	}

	table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	table td:last-child {
		border-bottom: 0;
	}
	.smallDisplayedData {
		display: block;
	}
	.smallHiddenData {
		display: none;
	}

	.secondRowSmallText {
		font-size: 1em !important;
	}
	a.splButton {
		font-size: 1em !important;
		margin-right: 35%;
	}

	.dynaTableBody {
		box-shadow: 0 0 20px#cfcfd4;
	}

	.smallHiddenRow {
		display: none;
	}

	.largeHiddenRow {
		display: block !important;
	}

	table tr {
		margin: 0 !important;
		padding: 0 !important;
	}

	.totalRowItem {
		display: inline-block;
	}

	.totalRowData {
		float: right;
	}

	.loanDetailsTbl tr td {
		font-size: 1em;
	}

	.nextBtn {
		font-size: 0.6em;
	}
}

.apr,
.rate,
.monthlyPayment {
	color: black;
	font-weight: bold;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 989px) {
	a.splButton {
		font-size: 1em !important;
		margin-right: 28%;
	}
	table td {
		font-size: 1.4em;
	}
	/*.dynaTableBody tr {
		border-bottom: 1px solid gray !important;
	}*/

	.supText {
		font-size: 0.5em !important;
		top: -4px !important;
		padding-left: 1% !important;
	}

	.svgArrow {
		position: relative;
		top: 3px;
	}

	.closingCostEstimateText {
		position: relative;
		top: -8px;
		left: 0% !important;
	}
}

/* Mobile Portrait */

@media only screen and (min-width: 500px) and (max-width: 767px) {
	a.splButton {
		font-size: 1em !important;
		margin-right: 8%;
	}

	/*.dynaTableBody tr {
		border-bottom: 1px solid gray !important;
	}*/

	table td {
		font-size: 1.2em;
	}

	.supText {
		font-size: 0.5em !important;
		top: -4px !important;
		padding-left: 1% !important;
	}

	.svgArrow {
		position: relative;
		top: 3px;
	}

	.closingCostEstimateText {
		position: relative;
		top: -8px;
		left: 0% !important;
	}
}

/* Smaller res mobile on portrait */

@media only screen and (max-width: 499px) {
	a.splButton {
		font-size: 10px !important;
		margin-right: 0;
	}

	/*.dynaTableBody tr {
		border-bottom: 1px solid gray !important;
	}*/

	table td {
		font-size: 1em;
	}

	.supText {
		font-size: 0.5em !important;
		top: -2px !important;
		padding-left: 1% !important;
	}

	.svgArrow {
		position: relative;
		top: 3px;
	}

	.closingCostEstimateText {
		position: relative;
		top: -8px;
		left: 0% !important;
	}
}

@media only screen and (max-width: 340px) {
	a.splButton {
		white-space: nowrap;
	}

	/*.dynaTableBody tr {
		border-bottom: 1px solid gray !important;
	}*/

	table td {
		font-size: 0.8em;
		text-overflow: ellipsis;
	}

	.supText {
		font-size: 0.5em !important;
		top: -2px !important;
		padding-left: 1% !important;
	}

	.svgArrow {
		position: relative;
		top: 3px;
	}
	.closingCostEstimateText {
		position: relative;
		top: -8px;
		left: 0%;
	}
}

.resultContainer {
	display: none;
}

a.splButton {
	text-decoration: none;
	color: #002868;
	background: white;
	vertical-align: top;
}

a.splButton:hover {
	text-decoration: none;
	color: #bf2335;
	cursor: pointer;
	background: white;
}

.showMoreInactive {
	display: none;
}

/*
td.splBtnTd{
	background:#002868;
	line-height:0;
	padding:15px;
}

.splBtnTdHover{
	text-decoration:none;
	background:black !important;
	color:white;
}*/

.rateResultHeader {
	background: #002868 !important;
	border-top: 2px solid blue !important;
	border-bottom: 2px solid gray !important;
}

#dynaRateTable {
	border-collapse: collapse;
}

.supText {
	font-size: 0.4em;
	position: relative;
	top: -15px;
	padding-left: 2%;
}

.greenBtn {
	background: #bf2335;
	font-size: 0.6em;
	padding: 2%;
	cursor: pointer;
}

a.greenBtn {
	color: white;
	text-decoration: none;
	fill: white;
}

a.greenBtn:hover {
	text-decoration: none;
	color: white;
	background: black;
	fill: white;
}

.bluePlusBtn {
	color: #002868;
	fill: #002868;
}

.smallHiddenRow {
	background: #f5f5f5 !important;
}

.dynaTableBody {
	box-shadow: 0;
	transition: box-shadow 0.3s;
}

.dynaTableBody:hover {
	box-shadow: 0 0 20px#cfcfd4;
}

.dynaTableBody .smallHiddenRow {
	border-bottom: 2px solid #cfcfd4 !important;
}

.secondRowSmallText {
	font-size: 0.4em;
	border-bottom: 1px solid #524f4f;
}

.closingCostEstimateText {
	position: relative;
	left: -2%;
}

.nextBtn {
	padding-right: 10px;
	font-size: 1em;
}

a.closingCostBtnCombo {
	text-decoration: none;
	color: black;
	font-weight: bolder;
}

a.closingCostBtnCombo:hover {
	text-decoration: none;
}

.smallDisplayedRow {
	display: none;
}

.largeHiddenRow {
	display: none;
}

/* popup closing cost */

.white-popup {
	position: relative;
	background: #fff;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

/* print button css */

p.btnPrintClosingCost {
	text-align: right;
	color: #002868;
}

button.print-button {
	width: 100px;
	height: 100px;
}
span.print-icon,
span.print-icon::before,
span.print-icon::after,
button.print-button:hover .print-icon::after {
	border: solid 4px #333;
}
span.print-icon::after {
	border-width: 2px;
}

button.print-button {
	position: relative;
	padding: 0;
	border: 0;

	border: none;
	background: transparent;
}

span.print-icon,
span.print-icon::before,
span.print-icon::after,
button.print-button:hover .print-icon::after {
	box-sizing: border-box;
	background-color: #fff;
}

span.print-icon {
	position: relative;
	display: inline-block;
	padding: 0;
	margin-top: 20%;

	width: 60%;
	height: 35%;
	background: #fff;
	border-radius: 20% 20% 0 0;
}

span.print-icon::before {
	content: ' ';
	position: absolute;
	bottom: 100%;
	left: 12%;
	right: 12%;
	height: 110%;

	transition: height 0.2s 0.15s;
}

span.print-icon::after {
	content: ' ';
	position: absolute;
	top: 55%;
	left: 12%;
	right: 12%;
	height: 0%;
	background: #fff;
	background-repeat: no-repeat;
	background-size: 70% 90%;
	background-position: center;
	background-image: linear-gradient(
		to top,
		#fff 0,
		#fff 14%,
		#333 14%,
		#333 28%,
		#fff 28%,
		#fff 42%,
		#333 42%,
		#333 56%,
		#fff 56%,
		#fff 70%,
		#333 70%,
		#333 84%,
		#fff 84%,
		#fff 100%
	);

	transition: height 0.2s, border-width 0s 0.2s, width 0s 0.2s;
}

button.print-button:hover {
	cursor: pointer;
}

button.print-button:hover .print-icon::before {
	height: 0px;
	transition: height 0.2s;
}
button.print-button:hover .print-icon::after {
	height: 120%;
	transition: height 0.2s 0.15s, border-width 0s 0.16s;
}

/* filter checkbox */

.rate-search-filter-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 8px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.rate-search-filter-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
}

/* On mouse-over, add a grey background color */
.rate-search-filter-container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.rate-search-filter-container input:checked ~ .checkmark {
	background-color: #002868;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: '';
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.rate-search-filter-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.rate-search-filter-container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

span.disclaimerText {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.closingCostDisclaimer > p {
	font-size: 10px;
}

.spinner {
	width: 100%;
	height: 100%;
}
.spinner:before {
	background-color: gray-lighter;
	top: -50%;
	left: -50%;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	content: ' ';
}

.amerisaveLoadMask {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	opacity: 0.4;
	display: none;
}
.amerisaveLoadMask.fixed {
	position: fixed;
}
.amerisaveLoadMask:before {
	content: '';
	background-color: rgba(0, 0, 0, 0);
	border: 5px solid rgba(0, 183, 229, 0.9);
	opacity: 0.9;
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-radius: 50px;
	box-shadow: 0 0 35px #2187e7;
	width: 50px;
	height: 50px;
	animation: spinPulse 1s infinite ease-in-out;
	-moz-animation: spinPulse 1s infinite ease-in-out;
	-webkit-animation: spinPulse 1s infinite linear;
	margin: -25px 0 0 -25px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.amerisaveLoadMask:after {
	content: '';
	background-color: rgba(0, 0, 0, 0);
	border: 5px solid rgba(0, 183, 229, 0.9);
	opacity: 0.9;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-radius: 50px;
	box-shadow: 0 0 15px #2187e7;
	width: 30px;
	height: 30px;
	-moz-animation: spinoffPulse 1s infinite linear;
	-webkit-animation: spinoffPulse 1s infinite linear;
	animation: spinoffPulse 1s infinite linear;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 50%;
	left: 50%;
}

@-moz-keyframes spinPulse {
	0% {
		-moz-transform: rotate(160deg);
		opacity: 0;
		box-shadow: 0 0 1px #2187e7;
	}
	50% {
		-moz-transform: rotate(145deg);
		opacity: 1;
	}
	100% {
		-moz-transform: rotate(-320deg);
		opacity: 0;
	}
}

@-moz-keyframes spinoffPulse {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spinPulse {
	0% {
		-webkit-transform: rotate(160deg);
		opacity: 0;
		box-shadow: 0 0 1px #2187e7;
	}
	50% {
		-webkit-transform: rotate(145deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-320deg);
		opacity: 0;
	}
}
@-webkit-keyframes spinoffPulse {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spinPulse {
	0% {
		transform: rotate(160deg);
		opacity: 0;
		box-shadow: 0 0 1px #2187e7;
	}
	50% {
		transform: rotate(145deg);
		opacity: 1;
	}
	100% {
		transform: rotate(-320deg);
		opacity: 0;
	}
}

@keyframes spinoffPulse {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.cashout-option {
	height: 30px !important;
}

.amcError {
	color: #002868;
	font-size: 1.2em;
}

.amcHidden {
	display: none;
}

#scroll-top-link {
	display: none;
} /* Hide scroll to top */

.hero-button a {
	border: 2px solid white !important;
}

.rate-calculation-form button {
	border: 3px solid #bf2335 !important;

	padding: 10px 20px;

	background-color: #bf2335 !important;

	font-size: 16px;

	cursor: pointer;

	letter-spacing: 1px;
}

span#show_adv_options {
	color: #bf2335;
}

span#hide_adv_options {
	color: #bf2335;
}

.dynaTableVisibleBody {
	border-bottom: 2px solid #cfcfd4 !important;
}

@media only screen and (max-width: 1130px) {
	.av-burger-menu-main {
		display: block !important;
	}
	#top .av_mobile_menu_tablet .av-main-nav .menu-item {
		display: none !important;
	}
}

@media only screen and (min-width: 1129px) {
	.av-burger-overlay {
		display: none !important;
	}
}

.totalRowItem {
	text-align: left;
}

.totalRowData {
	text-align: right;
	position: relative;
}

.material-button-raised {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 4px;
	border: none;
	border-radius: 1px;
	padding: 0 8px;
	min-width: 64px;
	height: 26px;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	color: #fff;
	background-color: #2196f3;
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	overflow: hidden;
	outline: none;
	cursor: pointer;
	transition: box-shadow 0.2s;
}

.material-button-raised:hover,
.material-button-raised:focus {
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.material-button-raised:active {
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.material-button-raised:disabled {
	color: rgba(0, 0, 0, 0.38);
	background-color: rgba(0, 0, 0, 0.12);
	box-shadow: none;
	cursor: initial;
}

.material-button-raised::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: currentColor;
	opacity: 0;
	transition: opacity 0.2s;
}

.material-button-raised:hover::before {
	opacity: 0.12;
}

.material-button-raised:focus::before {
	opacity: 0.2;
}

.material-button-raised:active::before {
	opacity: 0.32;
}

.material-button-raised:disabled::before {
	opacity: 0;
}

.material-button-raised::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 18px;
	border-radius: 50%;
	padding: 50%;
	width: 32px;
	height: 32px;
	background-color: currentColor;
	opacity: 0;
	transform: translate(-50%, -50%) scale(1);
	transition: opacity 1s, transform 0.5s;
}

.material-button-raised:active::after {
	opacity: 0.4;
	transform: translate(-50%, -50%) scale(0);
	transition: transform 0s;
}

.material-button-raised:disabled::after {
	opacity: 0;
}

.loan-amount-block .inside-block {
	width: 75% !important;
}

.displayFeaturedRate {
	display: none !important;
}

/* li#menu-item-29{
	display: none;
} */

#email-row {
	position: relative;
}

#tCustomerEmail {
	width: 100%;
	border: 0;
}

#btnSendClosingCostEmail {
	background: #bf2335 !important;
	position: absolute;
	right: 0.1em;
	top: 92%;
	transform: translateY(-55%);
}
.closingCostDataContent {
	margin-bottom: 10px;
}

p#showEmailBar {
	font-weight: bold;
}
.k-widget {
	background: #fff;
}

.hiddenEmailContent {
	display: none;
}

.page-id-2469 .main_menu {
	display: none;
}

/* Below is copied from simple custom CSS in wordpress */

.logo img {
	max-width: 270px !important;
	margin-top: 15px !important;
}

#header_meta {
	background-color: #002868;
}

#header_meta .menu a {
	color: #fff;
	font-size: 14px;
	line-height: 0.8 !important;
	text-decoration: none !important;
}

#header_meta .menu a:hover {
	color: #fff !important;
	opacity: 0.8;
}

.sidebar_right .content {
	border-right: 1px solid #d6d6d6 !important;
}

.single .big-preview.single-big  {
	max-width: 800px;
	margin: 0 auto;
}
.single.wp-post-image {
	max-width: auto;
	margin: 0 auto;
}

.normal-button a {
	font-size: 16px !important;
	padding: 15px 30px !important;
	letter-spacing: 0.5px;
	border: none !important;
	border-radius: 0 !important;
}

.menu {
	text-transform: uppercase;
}

.main_menu .avia-menu-text {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.2px;
}

#hero_top .content {
	padding: 200px 0;
}

.hero-title h1 {
	text-transform: none !important;
	font-weight: bold !important;
	margin-bottom: 20px !important;
	/*font-size: 40px !important;*/
	line-height: 1.3;
}

.hero-title .av-subheading {
	opacity: 1 !important;
	line-height: 1.5;
	font-weight: 400 !important;
	font-size: 30px;
	color: white;
}

#hero_top .av-section-color-overlay {
	opacity: 0.35 !important;
}

.hero-button a {
	font-size: 16px !important;
	letter-spacing: 1px;
}

.company-credibility-logo ul {
	list-style-type: none;
	margin: 0;
	text-align: center;
}

.company-credibility-logo ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-right: 50px;
}

.company-credibility-logo ul li img {
	max-height: 90px;
	width: auto;
}

.company-credibility-logo ul li:last-child {
	padding-right: 0;
}

.how-works-iconlist {
	margin: 0;
}

.section-title h2, .section-title h3 
	{
	text-transform: none !important;
	font-weight: bold !important;
	font-size: 35px;
	line-height: 1.3;
}

.how-works-iconlist h4 {
	font-size: 20px !important;
	text-transform: none !important;
	letter-spacing: 0.5px;
}

.current-rate-area {
	background-color: #ffffff;
}

.rate-type-col {
	background-color: #f5f5f5;
	padding: 20px 30px;
}

.rate-type-title h3 {
	font-size: 25px;
	font-weight: 600;
	color: #002868;
	letter-spacing: 0.5px;
}

.rate-period-title h3 {
	font-size: 25px;
	font-weight: bold !important;
	color: #c02033;
	text-transform: uppercase;
	line-height: 1.5;
}

.current-rate-table table td {
	text-align: center;
	font-size: 15px;
	padding: 3px;
}

.current-rate-table table {
	margin-bottom: 0;
	max-width: 200px;
	margin: 10px auto;
}

.current-rate-table table .bolder-text {
	font-weight: bold;
}

.current-rate-table {
	border: 1px solid #ccc !important;
	background-color: #fff;
}

#current_rate_area_1 .av-flex-placeholder {
	width: 20px;
}

.rate-type-title h3:before {
	content: '\e8c5';
	font-family: 'entypo-fontello';
	padding-right: 10px;
}

#loan_options_area .flex_column {
	background-color: #fff;
	padding: 20px 30px;
	border-radius: 5px !important;
}

#loan_options_area .av-flex-placeholder {
	width: 30px;
}

.section-title .av-subheading {
	opacity: 1;
}

.loan-subhead {
	max-width: 800px;
	margin: 20px auto 0;
	line-height: 1.8;
	font-size: 18px;
	letter-spacing: 0.1px;
}

.loan-option-title h3 {
	font-weight: 600 !important;
	line-height: 1.5;
	color: #002868;
	letter-spacing: 0.5px;
	font-size: 25px;
}

.loan-option-img img {
	max-width: 120px;
	margin: 10px 0;
}

.knowledge-cen-col {
	background-color: #fff;
	border: 1px solid #ececec !important;
}

.knowledge-cen-img {
	margin-bottom: 0 !important;
}

.knowledge-cen-img img {
	border-radius: 0 !important;
}

.knowledge-cen-title {
	margin-top: 0;
	padding: 15px !important;
}

.knowledge-cen-title h3 {
	font-weight: 400 !important;
	line-height: 1.5;
}

#knowledge_center_area .av-flex-placeholder {
	width: 30px;
}

.lock-icon:before,
.apply-icon:before,
.call-icon:before {
	font-family: entypo-fontello;
	position: relative;
	font-weight: 400 !important;
	margin-right: 6px;
}

.lock-icon:before {
	content: '\e824';
}

.apply-icon:before {
	content: '\e8d7';
}

.call-icon:before {
	content: '\e8ac';
}

#under_hero_cta .avia_codeblock {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 35px;
}

#under_hero_cta .cta-button {
	border: 2px solid #d3001c !important;
	display: inline-block;
	padding: 5px 25px 8px 25px;
	margin-left: 20px;
	font-size: 24px;
}

.trans-button a {
	border: 2px solid #d3001c !important;
	font-size: 24px !important;
	background-color: transparent !important;
	color: #c02033 !important;
	border-radius: 0 !important;
	padding: 12px 25px !important;
}

.trans-button a:hover,
#under_hero_cta .cta-button:hover {
	text-decoration: none !important;
	color: #fff !important;
	background-color: #d3001c !important;
}

#under_hero_cta .content {
	padding: 30px 0;
}

.property-county .gfield_description {
	display: none;
}

.section-heading h2 {
	text-transform: none !important;
}

strong {
	color: #333 !important;
}

.refinancing-text strong {
	font-size: 18px;
	color: #002868 !important;
}

.refinancing-text strong:before {
	content: '\e812';
	font-family: 'entypo-fontello';
	padding-right: 10px;
}

.user-inputs {
	margin: 0;
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center;
	justify-content: space-between;
}

.user-inputs li {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center !important;
}

@media (min-width: 768px) {
	.user-inputs li {
		height: 105px;
	}
}

@media (max-width: 767px) {
	.loan-dual-button {
		padding-bottom: 25px;
	}
	.navfixed {
		top: 0px;
	}
}

.loan-type-btn {
	padding: 11px 20px;
	cursor: pointer;
	color: #fff;
}

.label-area {
	margin-bottom: 15px !important;
	text-align: left;
}

.loan-type-details ul {
	margin: 0;
}

.dual-input-area {
	display: flex;
	flex-wrap: wrap;
	max-width: 217px;
	justify-content: space-between;
}

.dual-input-area > div:first-child {
	width: 60% !important;
}

.dual-input-area > div:last-child {
	width: 37% !important;
}

.loan-type-purchase {
	background-color: #002868;
}

.loan-type-refinance {
	background-color: #c02033;
}

.loan-type-details {
	margin: 0 !important;
}

.rate-calculation-form button {
	border: 3px solid #002868 !important;
	padding: 10px 20px;
	background-color: #fff;
	font-size: 16px;
	cursor: pointer;
	letter-spacing: 1px;
}

.rate-calculation-form button:hover {
	background-color: #002868;
	color: #fff;
}

.rate-calculation-form select,
.rate-calculation-form input {
	padding: 12px 10px !important;
}

.rate-calculation-form form {
	margin-bottom: 0 !important;
}

.rate-calculation-form select,
.rate-calculation-form input {
	background-color: #fff !important;
}

.select2 .select2-selection {
	border: none !important;
	min-height: 44px;
}

.select2 .select2-selection__rendered {
	padding: 8px;
}

span.select2-selection__arrow {
	height: 44px !important;
}

.user-inputs .county .select2.select2-container,
.user-inputs .state .select2.select2-container,
.user-inputs .credit-score select {
	width: 100% !important;
}

.rate-calculation-form li {
	margin-left: 6px;
}

.loan-type {
	width: 20%;
}

.loan-type-details {
	width: 35%;
}

.credit-score,
.county,
.state {
	width: 14%;
}

@media (min-width: 768px) and (max-width: 1250px) {
	.user-inputs .credit-score,
	.user-inputs .county,
	.user-inputs .state {
		margin-top: 40px !important;
	}
}

@media (max-width: 1250px) {
	.user-inputs {
		justify-content: start;
	}

	#adv_options_area .user-inputs {
		justify-content: space-between !important;
	}

	.user-inputs .loan-type {
		width: 250px;
	}

	.user-inputs .loan-type-details {
		width: calc(100% - 250px);
	}

	ul#purchase_details li:first-child {
		width: 50%;
		margin-right: 0 !important;
	}

	ul#refinance_details li:first-child {
		width: 49%;
		margin-right: 2% !important;
	}

	ul#purchase_details li:last-child {
		width: 48%;
	}

	.loan-details li {
		width: 49% !important;
	}

	.dual-input-area {
		max-width: 100%;
	}

	.user-inputs .credit-score,
	.user-inputs .county,
	.user-inputs .state {
		width: 31.5%;
	}

	.user-inputs .credit-score,
	.user-inputs .state {
		margin-right: 2.75% !important;
	}

	.adv-area-btn {
		text-align: left !important;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.adv-options-area ul li {
		width: 100% !important;
	}

	.loan-details li {
		width: 100% !important;
	}

	#top .user-inputs li {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.adv-area-btn,
	.user-inputs .county {
		margin-top: 20px !important;
	}
	.email-capt button {
		max-width: 100%;
	  }
	  .swal2-image{
		width:150px !important;
	  }
	  .email-capt h2 {
		color: #373A36;
		font-family: 'Work Sans';
		font-style: normal;
		font-weight: 600;
		margin-bottom: 24px !important;
	  }
	
	  .email-capt .form-control {
		max-width: 100%;
		margin-bottom: 24px !important;
	  }
	
	  .email-capt img {
		max-width: 128px;
	  }
}

.loan-dual-button span.current:before {
	content: '\e812';
	top: -10px;
	right: 0;
	position: absolute;
	font-family: entypo-fontello;
	background-color: #4caf50;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

.loan-dual-button span {
	position: relative;
	background: white;
	color: #002868;
}

.loan-dual-button span.current {
	background: #002868;
	color: white;
}

.loan-details {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.loan-details li {
	width: 48%;
	float: left;
}

@media (min-width: 768px) {
	.loan-details li:first-child {
		margin-right: 15px !important;
	}
}
.hidden-items {
	display: none;
}

.submit button {
	margin-top: 20px;
}

.has-prepend,
.has-append {
	position: relative;
}

.has-prepend input {
	text-indent: 10px;
}

span.prepend {
	position: absolute;
	top: 8px;
	left: 10px;
}
span.append {
	position: absolute;
	top: 8px;
	right: 10px;
}

#down_payment_percentage {
	padding-right: 25px !important;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type='number'] {
	-moz-appearance: textfield;
}

.adv-options-area ul li {
	width: 31.5%;
}

.adv-area-btn {
	text-align: right;
}

.hide-adv-options {
	display: none;
}

.adv-options-area {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all ease 0.3s;
}

.show-adv-options span:after {
	content: '\e877';
	font-family: 'entypo-fontello';
	padding-left: 8px;
}

.hide-adv-options span:after {
	content: '\e87a';
	font-family: 'entypo-fontello';
	padding-left: 8px;
}

.adv-options {
	cursor: pointer;
	font-size: 14px;
}

.adv-options-area.appear {
	max-height: 1000px;
	opacity: 1;
	margin-top: 50px;
}

#conditional_second_mortgage.appear {
	max-height: 1000px;
	opacity: 1;
}

.loan-dual-button {
	margin-top: 25px !important;
}

.loan-amount-block {
	width: 100%;
	text-align: center;
	clear: left;
}

.loan-amount-block .inside-block {
	width: 70%;
	margin: 0 auto;
	position: relative;
}

@media (min-width: 1251px) {
	.loan-amount-block .inside-block:before {
		width: 35px;
		height: 15px;
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		border-color: #929292 !important;
		border-left: 1px solid;
		border-bottom: 1px solid;
	}

	.loan-amount-block .inside-block:after {
		width: 35px;
		height: 15px;
		position: absolute;
		right: 0;
		top: 0;
		content: '';
		border-color: #929292 !important;
		border-right: 1px solid;
		border-bottom: 1px solid;
	}
}

.loan-type-img img {
	max-width: 100px;
}

.loan-type-title {
	margin-top: 30px;
}

.loan-type-title h3 {
	font-weight: bold !important;
	color: #002868;
	font-size: 22px;
	letter-spacing: 0.5px;
}

.loan-type-col {
	padding: 30px 20px 10px;
}

#loan_programs_area .av-flex-placeholder {
	width: 30px;
}

.single .title_container {
	display: none;
}
	
.current-rate-text h3 {
	font-size: 30px;
	color: #002868;
}

.current-apr-rate {
	font-size: 25px;
	color: #002868;
	margin-top: 20px;
}

.current-rate-text a {
	color: #002868;
}

@media (max-width: 1550px) {
	#current_rate_area_1 .flex_cell {
		padding: 50px !important;
	}
}

@media (max-width: 1350px) {
	#current_rate_area_1 .av-flex-placeholder {
		width: 0;
	}

	.rate-type-col {
		padding: 20px !important;
	}
}

@media (min-width: 768px) and (max-width: 1350px) {
	#current_rate_area_1 .flex_column_table {
		display: flex !important;
		flex-wrap: wrap !important;
	}

	#current_rate_area_1 .flex_column {
		width: 32%;
		margin-left: 0;
		margin-bottom: 30px;
	}

	#current_rate_area_1 .flex_column:nth-child(3n + 3) {
		margin: 0 2% 30px 2% !important;
	}
}

@media (min-width: 768px) {
	.amerisave-testimonial .avia-testimonial-row {
		display: flex;
		flex-wrap: wrap;
	}
	.amerisave-testimonial .avia-testimonial {
		width: 49% !important;
		margin-bottom: 30px;
	}

	.amerisave-testimonial .avia-testimonial:first-child {
		margin-right: 2%;
	}
}

.amerisave-testimonial .avia-testimonial {
	background-color: #eff3f8 !important;
}

.amerisave-testimonial .avia-testimonial-content {
	font-style: italic;
}

.amerisave-testimonial .avia-testimonial-name:before {
	content: '\e808 \e808 \e808 \e808 \e808';
	font-family: 'entypo-fontello';
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	color: #ff9800;
}

.debt-consolidation-calc {
}

.debt-consolidation-calc .inner-area {
	display: flex;
	flex-wrap: wrap;
}

.debt-consolidation-calc .column-one {
	width: 40%;
	background-color: #f5f5f5;
	padding: 40px;
}

.debt-consolidation-calc .column-two {
	width: 60%;
	text-align: center;
}

.debt-consolidation-calc .column-one input {
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	padding: 10px 20px !important;
}

.debt-consolidation-calc .column-one span.prepend {
	top: 6px !important;
}

.debt-consolidation-calc .result-label {
	font-size: 28px;
	line-height: 1.5;
}

.debt-consolidation-calc .result-amount {
	font-size: 80px;
	line-height: 1.5;
	color: #002868;
}

.result-text {
	color: #4caf50;
	font-size: 18px;
	margin-bottom: 40px;
}

.loan-offer-btn a {
	background-color: #c02033;
	color: #fff;
	padding: 12px 20px;
}

.loan-offer-btn a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

#conditional_second_mortgage {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.choose-amerisave-text .avia-animated-number-title {
	line-height: 1.5;
	color: #002868 !important;
}

.choose-amerisave-col {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 30px 20px;
}

.choose-amerisave-text .avia-animated-number-title .avia-no-number {
	opacity: 1;
	font-size: inherit;
}

.normal-button-alt {
	position: absolute;
	bottom: 50px;
	width: 100%;
}

.normal-button-alt a {
	padding: 20px 35px !important;
	font-size: 20px !important;
}

#why_amerisave_2 .avia-image-container {
	margin: 0 !important;
}

#footer .menu li {
	display: inline-block;
	padding: 0 10px;
}

#footer .menu {
	text-align: center;
}

#footer .menu li a {
	font-size: 14px;
}

.footer-text {
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 10px;
}

.white-popup {
	position: relative;
	background: #fff;
	padding: 40px;
	width: auto;
	max-width: 800px;
	margin: 20px auto;
}

.team-meta {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.team-meta h3 {
	font-size: 25px;
}

.team-meta .subhead {
	font-style: italic;
}

.recom-title h2 {
	font-weight: 400 !important;
	text-transform: none !important;
	line-height: 1.5;
}

.recom-title span {
	font-size: 15px;
	position: relative;
	top: -10px;
}

.recom-subtitle {
	margin-top: 10px;
	letter-spacing: 0.5px;
}

.hero-title-alt h1 {
	font-size: 45px !important;
}

@media (min-width: 768px) {
	.inner-hero-area .content {
		padding: 150px 0 !important;
	}
}

#buy_home_hero {
	background-position: center 70% !important;
}

@media (min-width: 768px) {
	.inner-hero-area .normal-button a {
		padding: 18px 35px !important;
		font-size: 22px !important;
	}

	.inner-hero-area .normal-button a .avia_button_icon {
		margin-right: 10px;
	}
}

.buy-testimony-text a {
	text-decoration: none !important;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.buy-testimony-text a:hover {
	opacity: 0.8;
}

.steps-col {
	padding: 30px;
}

.steps-col h2 {
	font-size: 30px;
	text-align: right !important;
}

.steps-text strong {
	font-size: 20px;
	display: block;
	margin-bottom: 15px;
}

.steps-col * {
	color: #fff !important;
}

.steps-col-1 {
	background-color: #002868;
}

.steps-col-2 {
	background-color: #009688;
}

.steps-col-3 {
	background-color: #673ab7;
}

.steps-col-4 {
	background-color: #c02033;
}

.steps-col > .av_textblock_section:first-child {
	position: absolute;
	right: 40px;
}

.steps-icon .av-icon-char {
	font-size: 70px;
	margin-bottom: 30px !important;
	display: block;
	line-height: 70px;
}

.money-section-area {
	background-size: 40%;
}

.title_container .breadcrumb {
	display: none;
}


@media only screen and (max-width: 1015px) and (min-width: 768px) {
	.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
		display: block;
	}
	.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
		display: none;
	}
}

@media (max-width: 767px) {
	.logo img {
		margin-top: 0 !important;
		width: 180px !important;
	}

	#under_hero_cta .cta-button {
		margin-top: 20px;
	}

	.hero-title h1 {
		font-size: 40px !important;
	}

	.hero-title-alt h1 {
		font-size: 30px !important;
	}

	.hero-button a {
		padding: 15px 20px !important;
	}

	.section-title h2 {
		font-size: 25px;
	}
}

/* ====== Search Result CSS ====== */

.details-inner-block {
	position: relative;
}

.product-details-block {
	margin-top: 40px;
}

.product-details-block table td {
	border: none !important;
}

.product-search-result {
	display: flex;
	flex-wrap: wrap;
}

.product-search-result .result-block {
	width: 19.2%;
	background-color: #f5f5f5;
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 20px;
	margin-right: 1%;
}

.product-search-result .result-block:nth-child(5n + 5) {
	margin-right: 0 !important;
}

.product-title {
	font-size: 20px;
	color: #c02033 !important;
	margin-bottom: 20px;
}

.result-figure {
	font-size: 30px;
	font-weight: bold;
	color: #002868;
	line-height: 30px;
}

.product-info-div {
	margin-bottom: 20px;
}

.small-lebel {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

.select-product {
	margin: 40px 0 30px 0;
}

.select-product a {
	background-color: #009688;
	padding: 10px 30px;
	color: #fff;
	border-radius: 5px;
}

.more-result span:hover,
.select-product a:hover {
	opacity: 0.8;
}

.select-product a:hover {
	color: #fff;
	text-decoration: none;
}

.more-result span {
	font-style: italic;
	cursor: pointer;
	text-decoration: underline;
	font-size: 14px;
}

span.more-results br {
	display: none;
}

/* ======= END ======== */

.specific-product-info {
	text-align: center;
}

.specific-product-title {
	font-size: 30px;
	margin-bottom: 50px;
	color: #c02033 !important;
	text-align: center;
}

.specific-product-info {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 30px;
	background-color: #fff;
	box-shadow: 0 0 5px 2px #e4e4e457;
	border: 1px solid #e8e8e8 !important;
	border-radius: 5px;
}

.specific-product-table {
	margin-bottom: 0;
}

.specific-product-table th {
	text-align: center;
	font-size: 18px;
	background-color: #fff;
	border-bottom: 1px solid #000;
	text-transform: none;
	letter-spacing: 0.5px;
	color: #636363;
}

.specific-product-table td {
	padding: 5px;
	font-size: 16px;
}

.specific-product-table .select-product a {
	font-size: 13px;
	padding: 4px 10px;
}

.specific-product-table {
	padding: 30px;
}

table.specific-product-table {
	padding: 20px !important;
}

.product-details-block table td {
	background-color: #fff;
	padding: 0;
	font-size: 14px;
	color: #000;
}

.details-inner-block,
.details-right-column {
	border: 1px solid #d6d6d6 !important;
	border-radius: 5px;
}

.details-inner-block {
	background-color: #fff;
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
}

.details-left-column {
	width: 70%;
}

.details-right-column {
	width: 45%;
}

.additional-links {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.additional-links div {
	width: 50%;
}

.continue-button {
	text-align: right;
}

.continue-button a {
	background-color: #c02033;
	color: #fff;
	padding: 8px 15px;
	border-radius: 5px;
}

.continue-button a:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}

@media (min-width: 1301px) {
	.details-right-column {
		position: absolute;
		top: -30px;
		right: -30px;
	}
}

@media (max-width: 1300px) {
	.details-left-column,
	.details-right-column {
		width: 100%;
	}

	.details-right-column {
		order: -1;
		margin-bottom: 30px;
	}
}

.details-right-column {
	padding: 30px;
	background-color: #fff;
}

.product-interest-rate {
	text-align: center;
	margin-bottom: 20px;
}

.product-interest-rate h2 {
	margin-bottom: 2px;
	font-size: 35px;
}

td.bolder-text {
	font-weight: bold;
}

td.right-aligned {
	text-align: right;
}

.product-details-block {
	max-width: 800px;
	margin: 0 auto;
}

.product-details-table {
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 20px;
}

.product-see-more {
	text-align: center;
}

.product-info-table {
	margin-top: 30px;
	max-width: 400px;
}

.product-info-table td {
	padding-bottom: 5px !important;
}

.address-block {
	max-width: 400px;
	border: 2px dashed #9e9e9e !important;
	padding: 30px;
	margin-top: 50px;
}

.address-block strong {
	font-size: 18px;
	color: #002868 !important;
}

.street-address {
	margin-top: 15px;
}

.street-address:before {
	content: '\e842';
	font-family: 'entypo-fontello';
	padding-right: 10px;
	font-size: 20px;
}

.smaller-text {
	font-size: 13px;
	line-height: 1.7;
}

.blog-inner-table {
	margin-bottom: 20px;
}
.blog-inner-table td {
	font-size: 16px;
}

.no-space-top .container {
	padding-top: 0 !important;
}

#pinned_blog_area {
	border-bottom: 1px solid #ccc !important;
}

.blog-cate-title h2 {
	font-weight: bold !important;
}

.primary-cate-posts .slide-entry-wrap {
	display: flex !important;
	flex-wrap: wrap !important;
}

.secondary-cate-posts .slide-entry-wrap,
.primary-cate-posts .slide-entry-wrap {
	margin-bottom: 0;
}

.primary-cate-posts .slide-entry-wrap article:first-child {
	width: 100% !important;
	margin-bottom: 30px;
}

.primary-cate-posts .slide-entry-wrap article {
	margin-left: 0;
}

.primary-cate-posts .slide-entry-wrap article:nth-child(2),
.primary-cate-posts .slide-entry-wrap article:nth-child(3) {
	width: 48%;
}

.primary-cate-posts .slide-entry-wrap article:nth-child(2) {
	margin-right: 4%;
}

.primary-cate-posts .slide-entry-wrap article:nth-child(2) .slide-entry-excerpt,
.primary-cate-posts .slide-entry-wrap article:nth-child(3) .slide-entry-excerpt {
	display: none;
}

.pinned-post-content .slide-entry-wrap,
.secondary-cate-posts .slide-entry-wrap {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between;
}

.pinned-post-content .slide-entry-wrap article,
.secondary-cate-posts .slide-entry-wrap article {
	width: 23.5%;
	margin-left: 2%;
}

.pinned-post-content .slide-entry-wrap article:first-child,
.secondary-cate-posts .slide-entry-wrap article:first-child {
	margin-left: 0;
}

@media (max-width: 1400px) {
	#secondary_cate_area .flex_cell,
	#pinned_blog_area .flex_cell {
		padding: 50px !important;
	}

	#primary_cate_area .left-col {
		padding-left: 50px !important;
	}

	#primary_cate_area .right-col {
		padding-right: 50px !important;
	}
}

@media (max-width: 990px) {
	.pinned-post-content .slide-entry-wrap article,
	.secondary-cate-posts .slide-entry-wrap article {
		width: 48% !important;
		margin-left: 0 !important;
		margin-bottom: 30px !important;
	}

	.primary-cate-posts .slide-entry-wrap article {
		width: 100% !important;
		margin: 0 !important;
		margin-bottom: 20px !important;
	}
}

@media (max-width: 767px) {
	.pinned-post-content .slide-entry-wrap article,
	.secondary-cate-posts .slide-entry-wrap article {
		width: 100% !important;
	}

	.blog-cate-title {
		margin-top: 0 !important;
		padding: 0 !important;
	}
}

.kc-content-area .slide-entry-title a {
	color: #002868 !important;
	font-weight: normal !important;
}

.kc-content-area .slide-entry-title {
	margin-top: 15px !important;
}

.inner-cate-link strong {
	color: #002868 !important;
}

.inner-cate-link p {
	margin-top: -20px;
	font-size: 20px;
}

.kc-content-area .slide-image {
	background: #fff !important;
}

.kc-content-area .slide-image img {
	margin: 0;
	width: 100%;
}

.page-id-18 h3.slide-entry-title.entry-title a {
	font-size: 16px;
	font-weight: bold !important;
	color: #222 !important;
}

@media (max-width: 1150px) {
	#why_amerisave_1 .av-flex-placeholder {
		width: 1%;
	}
}

@media (max-width: 990px) {
	#how_it_works .flex_column_table {
		display: flex !important;
		flex-wrap: wrap !important;
	}

	#how_it_works .flex_column {
		width: 100% !important;
		margin-left: 0;
	}

	#how_it_works .img-col {
		order: -1 !important;
		margin-bottom: 30px !important;
	}
}

@media (min-width: 768px) and (max-width: 990px) {
	.inner-steps-area .flex_column_table,
	#why_amerisave_1 .flex_column_table {
		display: flex !important;
		flex-wrap: wrap !important;
	}

	.inner-steps-area .flex_column {
		width: 50% !important;
	}

	#why_amerisave_1 .flex_column {
		width: 48%;
		margin-left: 0;
		margin-bottom: 10px;
	}
}

#blog_cate_title .content {
	padding-bottom: 0 !important;
}

.blog-cate-title h2 {
	line-height: 1.3;
}

@media (max-width: 768px) {
	.inner-blog-content .slide-entry-wrap {
		display: flex !important;
		flex-wrap: wrap !important;
		margin-bottom: 0;
	}

	.inner-blog-content .slide-entry {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 30px !important;
		text-align: center;
	}

	.inner-blog-content .slide-image {
		background: transparent !important;
		margin-bottom: 20px;
	}

	.inner-blog-content {
		margin-bottom: 0;
	}
}

.avia_social_icons_widget {
	text-align: center !important;
}

.avia_social_icons_widget .social_bookmarks li {
	float: none !important;
}

#top .avia_social_icons_widget li a {
	background-color: transparent !important;
	font-size: 40px !important;
	color: #888 !important;
	width: 60px !important;
}

#top .avia_social_icons_widget .social_bookmarks_facebook a:hover {
	color: #39579b !important;
}

#top .avia_social_icons_widget .social_bookmarks_twitter a:hover {
	color: #1aa8e5 !important;
}

#top .avia_social_icons_widget .social_bookmarks_linkedin a:hover {
	color: #0073b5 !important;
}

#socket .copyright {
	float: none;
}

#socket .container {
	text-align: center;
}

.consumer-affairs-text {
	max-width: 700px;
	margin: 0 auto;
}

.consumer-affairs-text img {
	margin: 0 20px 20px 0;
}

@media (max-width: 550px) {
	.consumer-affairs-text img {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
}

.loan-program-hero .content {
	padding: 100px 0;
}

.loan-program-benefits h2 {
	font-size: 30px;
	margin-bottom: 50px;
	font-weight: 400;
	letter-spacing: 0.5px;
	position: relative;
}

@media (min-width: 768px) {
	.loan-program-benefits h2:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -25px;
		width: 80px;
		height: 5px;
		background-color: #fff;
	}

	.loan-program-benefits h2 {
		margin-bottom: 50px;
	}
}

.loan-program-benefits ul {
	list-style-type: none;
}

.loan-program-benefits ul li {
	margin-left: 0;
}

.loan-program-benefits ul li:before {
	content: '\e812';
	font-family: 'entypo-fontello';
	padding-right: 10px;
}

.loan-program-text p {
	margin: 0;
	line-height: 1.8;
	font-style: italic;
}

.container.last-content {
	padding-bottom: 60px;
}

.tab-title-container {
	text-align: center;
	background-color: #f5f5f5;
	margin-bottom: 30px;
	overflow: hidden;
}

.review-tab-title {
	display: inline-block;
	padding: 30px 0;
	position: relative;
	cursor: pointer;
}

.tab-image {
	width: 64px;
	margin: 0 auto 10px auto;
}

.customer-tab-title {
	margin-right: 20px;
}

.review-tab-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.lo-license-info {
	margin-top: 50px;
	font-size: 12px;
}

.cta-buttons {
	padding: 50px 0;
}

.fullwidth-section {
	background: #002868;
	padding: 0 1920px;
	margin: 0 -1920px;
}

.tab-content-container {
	padding-bottom: 40px;
}

.review-tab-title.current:after {
	content: '';
	width: 24px;
	height: 24px;
	background: #fff;
	position: absolute;
	bottom: -12px;
	transform: rotate(45deg);
	left: 50%;
	margin-left: -6px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.lo-achievement-logo {
	margin: 0;
}

.lo-achievement-logo li {
	display: inline-block;
	margin-right: 30px;
}

.lo-achievement-logo li:last-child {
	margin-right: 0;
}

.cta-buttons .avia-button {
	background-color: #c02033;
	color: #fff;
}

@media (min-width: 768px) {
	.cta-buttons .avia-button:first-child {
		margin-right: 20px !important;
	}
}

@media (max-width: 484px) {
	.cta-buttons .avia-button:first-child {
		margin-bottom: 20px !important;
	}

	.cta-buttons .avia-button {
		width: 100%;
	}
}

.loan-officer-intro {
	padding: 150px 0 0 0;
	text-align: center;
	background: #002868;
	background-image: url(../../../../mmsamcstaging.wpengine.com/wp-content/uploads/2018/05/Hero-Img-Template_0005_shutterstock_338950502.jpg);
	background-size: cover;
	background-position: center;
}

.loan-officer-image {
	margin-right: 20px;
	transform: translateY(-100px);
	margin-bottom: -90px;
}

.loan-officer-info * {
	color: #002868;
}

.lo-name {
	font-size: 28px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 10px;
}

.nmls-id {
	color: #002868;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}

.lo-email:before {
	content: '\e805';
	font-family: 'entypo-fontello';
	margin-right: 10px;
}

.lo-achievement-logo li img {
	height: 56px;
	width: auto;
}

@media (max-width: 650px) {
	.loan-officer-intro {
		flex-wrap: wrap !important;
	}

	.loan-officer-image {
		width: 100%;
		text-align: center;
	}

	.lo-name {
		font-size: 22px;
	}

	.tab-image {
		width: 40px;
	}

	.review-tab-title {
		font-size: 14px;
	}

	h3,
	h2 {
		line-height: 1.5;
	}

	.lo-achievement-logo {
		text-align: center;
	}
}

@media (max-width: 375px) {
	.review-tab-title {
		max-width: 120px;
	}
}

.loan-officer-info {
	background: rgba(248, 248, 248, 0.9);
	padding-bottom: 30px;
}

.current .tab-image svg {
	fill: #002868;
}

.current span {
	color: #002868;
}

/* How it Works CSS */

.anim-wrap {
	width: 707px;
	height: 404px;
	background-image: url(../../../../mmsamcstaging.wpengine.com/wp-content/uploads/2018/05/laptop.png);
	background-repeat: no-repeat;
	position: relative;
}

.laptop-content {
	position: absolute;
	top: 25px;
	left: 85px;
}

.phone-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 99px;
	height: 209px;
	background-image: url(../../../../mmsamcstaging.wpengine.com/wp-content/uploads/2018/05/phone.png);
	background-repeat: no-repeat;
}

.phone-content {
	position: absolute;
	top: 30px;
	left: 5px;
}

.how-works-iconlist ul li:hover {
	cursor: pointer;
}

.how-works-iconlist ul li:hover .iconlist_icon {
	color: #fff !important;
	background-color: #002868;
}

/* How it Works CSS ENDS Here!! */

/* REVIEW ITEM CSS GOES HERE */

.review-text:before {
	content: '\e808 \e808 \e808 \e808 \e808';
	font-family: 'entypo-fontello';
	color: #ffc107;
	font-size: 20px;
	letter-spacing: 5px;
	display: block;
}

.review-star-3:before {
	content: '\e808 \e808 \e808';
}

.review-star-4:before {
	content: '\e808 \e808 \e808 \e808';
}

.review-text {
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 15px;
	position: relative;
	border-radius: 10px;
}

.review-text:after {
	content: '';
	position: absolute;
	left: 50px;
	bottom: -8px;
	width: 15px;
	height: 15px;
	background-color: #f5f5f5;
	transform: rotate(45deg);
}

.load-more-review span {
	cursor: pointer;
	color: #002868;
	font-weight: bold;
	font-size: 18px;
}

.load-more-review span:after {
	content: '\e875';
	font-family: 'entypo-fontello';
	padding-left: 10px;
}

.load-more-review {
	margin-top: 30px;
}

.review-items {
	margin-bottom: 20px;
}

.reviewer-details {
	padding: 0 20px;
}

/* REVIEW ITEM CSS ENDS HERE */

.loan-program-text {
	font-size: 18px !important;
}

.loan-program-benefits strong {
	color: #abd1ff !important;
	line-height: 1.5 !important;
	font-size: 20px;
}

.loan-program-benefits {
	font-size: 18px !important;
}

.loan-program-details .content-col {
	padding: 70px !important;
}

.loan-program-details .img-col {
	padding: 150px !important;
}

@media (max-width: 1450px) {
	.loan-program-details .content-col {
		padding: 50px !important;
	}
}

@media (max-width: 1050px) {
	.loan-program-details {
		display: flex !important;
		flex-wrap: wrap !important;
	}

	.loan-program-details .flex_cell {
		width: 100% !important;
	}

	.loan-program-details .img-col {
		order: -1;
	}
}

@media (max-width: 767px) {
	.loan-program-text {
		font-size: 18px !important;
	}

	h3 {
		font-size: 25px;
		line-height: 1.5;
	}
}

.faq-content .toggler {
	background-color: #002868;
	color: #fff;
	font-size: 18px;
}

.faq-content .toggler:hover {
	background-color: inherit;
}

.faq-content .toggle_content {
	background-color: #195ead;
	color: #fff;
}

.faq-content .toggler.activeTitle:hover {
	background-color: inherit;
	color: #fff;
}

.faq-content .vert_icon,
.faq-content .hor_icon {
	border-color: #fff;
}

.landing-alt-hero .content-col {
	padding: 50px 30px;
}

.landing-alt-hero .content-col h2 {
	font-weight: bold;
	text-transform: none;
}

.terms-text a {
	cursor: pointer;
}

.amerisave-header-form form {
	margin-bottom: 0 !important;
}

.ahf-input-items {
	display: flex;
	flex-wrap: wrap;
}

.ahf-input {
	width: calc(50% - 20px);
}

.ahf-input-items div:nth-child(1),
.ahf-input-items div:nth-child(3) {
	margin-right: 20px;
}

.amerisave-header-form button {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 20px;
	background-color: #002868;
	border: none;
	color: #fff;
	padding: 10px 25px;
}

@media (max-width: 1285px) {
	.anim-wrap {
		transform: scale(0.7);
		margin-left: -50px !important;
		margin-bottom: -30px;
		margin-top: -20px;
	}
}

@media (max-width: 1040px) {
	.anim-wrap {
		transform: scale(0.6);
		margin-left: -50px !important;
		margin-bottom: -30px;
		margin-top: -20px;
	}
}

@media (max-width: 767px) {
	.anim-wrap {
		transform: scale(0.7);
		margin-left: -50px !important;
		margin-bottom: -30px;
		margin-top: -20px;
	}

	.how-works-iconlist .iconlist_icon {
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-left: 0;
		margin-right: 20px;
	}

	#how_it_works .normal-button a {
		float: none;
		margin: 0 auto;
		max-width: 150px;
	}

	#how_it_works .normal-button {
		width: 100%;
	}

	#how_it_works .section-title {
		padding-bottom: 20px !important;
	}
}

@media (max-width: 620px) {
	.anim-wrap {
		transform: scale(0.5);
		margin-left: -120px !important;
		margin-bottom: -80px;
		margin-top: -70px;
	}
}

@media (max-width: 480px) {
	.anim-wrap {
		margin-left: -170px !important;
	}
}

@media (max-width: 400px) {
	.anim-wrap {
		transform: scale(0.3);
		margin-left: -200px !important;
		margin-bottom: -120px;
		margin-top: -120px;
	}
}

.purchase-steps-list .av_iconlist_title {
	font-weight: bold;
}

.purchase-steps-list .iconlist-char {
	font-size: 22px;
	line-height: 32px;
}

.purchase-steps-list li {
	margin-bottom: 10px;
}

.current-rate-area {
	display: none;
}

#current_rate_title_area {
	display: none;
}

/* Branding 2020 additions */
.amc-primary-cta {
	background: #f6dfa4;
	border: 0;
	border-radius: 5px;
	color: #373a36;
	font-size: 20px;
	padding: 15px 40px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	letter-spacing: 1px;
}

.amc-primary-cta:hover {
	opacity: 0.9;
}

.cta-text {
	color: #fff;
}

.current-menu-item .avia-menu-text {
	color: #3bd4ae;
}

.avia-menu-fx {
	display: none;
}

.wrapper_center_button {
	width: 100%;
	text-align: center;
}

.enfold-button-customizer a {
	border: 0;
	border-radius: 5px;
	font-size: 20px !important;
	padding: 15px 40px !important;
	text-transform: uppercase;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
}

#av-burger-menu-ul li {
	text-transform: uppercase;
}

.footer-text a {
	color: #3bd4ae;
}

@media (max-width: 767px) {
	.hero-title h1 {
		font-size: 25px;
	}

	span.hero-title span.av-subheading {
		font-size: 20px;
	}
}
.loan-servicing h1.av-special-heading-tag {
	font-weight: 700;
	text-transform: capitalize;
}
header nav.main_menu ul li a span:focus {
	border: 1px solid#000;
}
header nav.main_menu ul li a span:hover {
	color: #3bd4ae;
}
.template-page .entry-content-wrapper .text_20,
.page-template-default .entry-content-wrapper .text_20 {
	font-size: 20px;
	text-transform: capitalize;
	letter-spacing: 0px;
}
.blog-cate-title h1.av-special-heading-tag {
	font-weight: 700;
}
.template-page .hero-title h2.av-special-heading-tag {
	font-size: 45px;
	line-height: 58.5px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: none;
}
.template-page .steps-col-2 {
	background-color: #355f5a;
}

.page .main_color a {
	color: #b4080e;
}

#loan_program_blog .container {
	padding: 0px;
}
#loan_program_blog .container .avia-content-slider-inner {
	padding: 0 65px !important;
}

#loan_programs_area .loan-type-text a {
	border-bottom: 1px solid#b4080e;
}

@media (min-width: 1023px) {
	#loan_program_blog .slide-entry-wrap {
		margin: 0 auto;
		width: 1175px;
	}
}

.language_switch:after {
	position: absolute;
	top: 50%;
	right: -3px;
	transform: translateY(-50%);
	content: '';
	background-image: url(common/images/drop_tool_tips.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 10px;
	height: 7px;
}
.steps-text span{
font-size:30px;
text-align:right!important;}
@media (max-width: 1130px) {

	.language_switch:after{display: none!important;}
	}