/*
font-family: 'Source Sans Pro', sans-serif;
font-family: "Times New Roman", Georgia, Serif;
letter-spacing: 1px;
*/

.site-title a {
    background: url(images/logo.png) no-repeat;
    height: 83px;
    text-indent: -9999px;
    display: block;
}

/* Home Banner */
section.homepage-container#home {
    position: relative;
    top: 0px;
    height: 600px;
    display: inline;
}
section.homepage-container {
    width: 100%;
}
section.homepage-container#home img{
	width:100%;
}
.admin-bar .site-header {
    top: 0px !important;
}

/*Subpage*/
section.subpage-container#subpage {
    text-align: center;
    position: relative;
    height: 300px;
    margin-bottom:0px;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
section.subpage-container#subpage:before {
    background: url(images/transpaent-bg.png) repeat top center!important;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
}
section.subpage-container#subpage .wrap{
	position: relative;
}
section.subpage-container article {
    padding: 110px 0px 0px;
}
section.subpage-container#subpage h1 {
	font-family: "Times New Roman", Georgia, Serif;
    line-height: 75px;
    width: 100%;
    font-size: 70px;
    padding-bottom: 0px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-shadow: 3px 2px 6px rgba(1, 1, 1, 0.2);
}

/* Blog */

.entry-footer .entry-meta {
    margin-bottom: 20px;
	color: #2d5375;
}
.entry-footer .entry-meta .entry-categories a{
	color: #2d5375;
}
.post {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}
.single .entry-footer .entry-meta {
    margin-bottom: 10px;
	color:#4683b9;
}
.single .content .entry-title {
    display: none;
}

/* Comments */

.entry-comments .comment {
	border-bottom: 1px solid #d5d5d5;
	background: #eee;
	padding: 15px;
	margin-bottom: 10px !important
}
.comment-reply {
	margin-bottom: 0 !important
}
#reply-title {
	margin-bottom: 10px;
	color: #df7e00;
}
.comment-form-comment {
	margin: 0 0 15px
}
.logged-in-as {
	margin-bottom: 10px
}
#comment {
	width: 550px;
	height: 200px;
	color: #484142;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 500;
	border: 4px solid #eee !important
}
.comment-respond label {
	display: block;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px
}
.comment-form-author, .comment-form-email, .comment-form-url {
	margin-bottom: 10px
}
.comment-form-author #author {
	width: 400px;
	height: 40px;
	color: #484142;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding-left: 7px;
	border: 4px solid #eee !important
}
.comment-form-email #email {
	width: 400px;
	height: 40px;
	color: #484142;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding-left: 7px;
	border: 4px solid #eee !important
}
.comment-form-url #url {
	width: 400px;
	height: 40px;
	color: #484142;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding-left: 7px;
	border: 4px solid #eee !important
}
.form-submit input[type='submit']{
	    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 15px;
    width: auto;
    border: none;
    margin-top: 0px;
}

/* Form Styling */
.gform_wrapper {
	overflow: inherit;
	margin: 1em 0;
	max-width: 98%;
	background: #f3f2f2;
	border: 8px solid #e2e2e2;
	padding: .5em .5em .5em 1em;
	margin-top: 0px !important;
}
.gform_wrapper form {
	text-align: left
}
.gform_wrapper input[type=email], .gform_wrapper input[type=text], .gform_wrapper select, .gform_wrapper textarea {
	-webkit-box-shadow: rgba(0,0,0,.15) 0 0 4px
}
.gform_wrapper select {
	padding: 5px 2px!important
}
.gform_footer {
	display: inline-block;
	margin-top: 0!important;
	padding: 0!important
}
.gform_footer input[type=submit] {
	padding: 8px 50px
}
.gfield_creditcard_warning .ginput_complex {
	padding: 15px
}

#slidepage{background:url(images/slide-arrow.png) no-repeat; background-color:transparent; border:none; width:41px; height:41px; outline:none;}
.sumome-control{display:none !important;}
.svg{vertical-align:sub; margin-left: 2px;}

.search-form input[type="search"]{
	    margin-bottom: 0px;
		padding: 12px !important;
}
.search-form input[type="submit"]{
	    margin-top: 10px;
}

/* Footer */
.footer-large{
    width: 29%
}
.footer-small{
    width: 21%
}
.col-holder{
	margin-bottom: 15px;
    clear: both;
    display: flex;
}
.copyright {margin-left:0px; font-size:13px;}
.copyright a{font-size:13px;}
.site-footer .gform_wrapper{
    background:transparent;
    border:none;
    padding:0px;
}
.site-footer .gform_wrapper .gform_body label{ display:none;}
.site-footer .gform_wrapper input[type="text"]{
	  border-radius: 4px;
	  font-size: 15px;
	  color: #868585;
	  font-weight: 400;
	  padding: 8px 10px;
	  border: none;
	  margin-bottom:7px;
}
.site-footer .gform_wrapper input[type="email"]{
	  border-radius: 4px;
	  font-size: 15px;
	  color: #868585;
	  font-weight: 400;
	  padding: 8px 10px;
	  border: none;
	  margin-bottom: 12px;
}
.site-footer #gform_submit_button_1{
	font-size: 14px !important;
    padding: 9px 30px !important;
}
.site-footer ::-webkit-input-placeholder { color: #868585; font-weight:400; } :-moz-placeholder { /* Firefox 18- */color: #868585; font-weight:400; } ::-moz-placeholder { /* Firefox 19+ */ color: #868585; font-weight:400; } :-ms-input-placeholder { color: #868585; font-weight:400; }

.footer-logo{ text-align:right;}
.credits{ text-align:right;}
.member-about{
    background-image: url(images/about-bg.jpg);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    padding: 27px 0px 38px 0px;
    
}
.member-about h2{
	display: table;
    white-space: nowrap;
	font-size:26px; 
	font-weight:700; 
	font-family:"Times New Roman", Georgia, Serif; 
	letter-spacing:1px; 
	margin-bottom:20px; 
	color:#fff;
}
.member-about h2:after, .member-about h2:before {
    border-top: 4px double #89611e;
    content: '';
    display: table-cell;
    position: relative;
    top: .6em;
    width: 45%;
}
.member-about h2:after {
    left: 14px;
}
.member-about h2:before {
    right: 14px;
}
.member-about p{
	color: #cdac9e;
	font-size:16px;
	font-weight:400;
	line-height: 28px;
}
.member-about .button{
	margin-top: 0px;
    padding: 14px 32px;
    font-size: 16px;
}
#dp_swf_engine{display:none;}

.member-category-blogs {
    background: url(images/mt-logo.png) no-repeat, url(images/category-bg1.jpg) repeat;
    background-position: 0px bottom, bottom left;
    padding-top: 50px;
    padding-bottom: 15px;
}
.member-category-blogs .double{
	font-size:24px;
	font-weight:700;
	color:#944721;
	text-transform: uppercase;
	display: table;
    white-space: nowrap;
	overflow: hidden;
}
.member-category-blogs .double:after, .member-category-blogs .double:before {
    border-top: 4px double #89611e;
    content: '';
    display: table-cell;
    position: relative;
    top: .6em;
    width: 45%;
}
.member-category-blogs .double:after {
    left: 8px;
}
.member-category-blogs .double:before {
    right: 8px;
}
.member-category-blogs .entry-header h2{
	font-size: 18px;
	    margin-bottom: 0px;
}
.member-category-blogs .entry-header h2 a{
	font-size: 18px;
    font-weight: 700 !important;
    color: #117498 !important;
    text-transform: uppercase;
}
.member-category-blogs .entry-header{text-align:left;}
.member-category-blogs .entry-header h2 a:hover{
	font-size:18px;
	font-weight:700;
	color:#117498 !important;
	text-decoration:underline;
}
.member-category-blogs .entry-content p{
	font-size:16px;
	color:#49372e;
	font-weight:400;
	line-height: 28px;
	margin-bottom: 0px;
}
.member-category-blogs .more-link{
	font-size:16px;
	color:#117498;
	font-weight:500;
	text-decoration:underline;
}
.member-category-blogs .more-link:hover{
	text-decoration:underline;
	color:#944721;
}
.member-category-blogs .entry-meta {
    font-size: 14px;
    margin-bottom: 7px;
	color:#944721;
}
.member-category-blogs .featured-content img{
	width: auto;
    padding: 1px;
    background: #fff;
    border: 2px solid #944721;
}
.member-category-blogs .post{
    border: none;
    margin-bottom: 15px;
}
.member-category-blogs .more-from-category a{
    font-size: 13px;
    color: #fff;
    background: #df7e00;
    padding: 11px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Times New Roman", Georgia, Serif;
    letter-spacing: 1px;
    font-weight: 400;
}
.member-category-blogs .more-from-category a:hover{
	background-color: #117498;
	color:#fff !important;
	text-decoration:none;
}
.rateswidget{
    background-image: url(images/rates-bg.jpg);
    background-position: center center;
    background-repeat:repeat;
    width: 100%;
    display: block;
    padding: 66px 0px 34px 0px;
    
}
.loanheading {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
}
.loanheading1 {
    font-size: 14px;
    color: #df7e00;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: -5px;
}
.loanmarkup {
    color: #fff;
    font-weight: 700 !important;
    font-size: 39px;
    float: left;
    padding-right: 5px;
}
.rates-btn{
    font-size: 15px;
    color: #fff;
    background: #df7e00;
    padding: 13px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Times New Roman", Georgia, Serif;
    letter-spacing: 1px;
    font-weight: 400;
	margin-top: 2px;
    display: inline-block;
}
.rates-btn:hover{
	background-color: #117498;
	color:#fff !important;
	text-decoration:none;
}
.rateswidget .one-sixth {
    width: 17%;
    margin-left: 1.5%;
}
.one-sixth2 {
    width: 14%;
    margin-left: 0px;
}
.rateswidget .one-sixth:first-of-type{ margin-left:0px !important;}
.rateswidget .one-sixth:last-of-type {
    width: 12%;
    margin-left: 1%;
}
.login-box{
	background:url(images/login-box.png) no-repeat;
	width: 348px;
    height: 102px;
    padding-left: 29px;
    padding-top: 41px;
	text-align:left;
}
.login-box input[type='text']{
    width: 214px;
    float: left;
    display: inline-block;
    padding: 5px;
    border-radius: 4px;
    border: none;
    font-size: 13px;
    height: 32px;
	margin-right: 7px;
}
.login-box input[type='submit']{
	width: 78px;
    margin-top: 0px;
    padding: 0px;
    font-size: 12px;
    height: 32px;
    text-align: center;
    color: #fff;
    vertical-align: top;
}
.login-box a{
 font-size:12px;
 color:#c99a7a !important;
 text-decoration:none;
 vertical-align: text-top;
 line-height: 22px;
}
.login-box a:hover{
 color:#c99a7a !important;
 text-decoration:underline !important;
}
.login-box a:first-of-type {margin-right: 40px;}
.header-widget-area .widget {display:inline-block; margin-left: 5px; vertical-align: middle;}
#flags {
    width: 175px !important;
	text-align: center !important;
    float: none !important;
    margin: 0 auto !important;
}
#flags.size24 a[title=Spanish], .tool-container .tool-items a[title=Spanish] {
    background: url(images/flags-custom.png) 0 -319px no-repeat !important;
}
#flags.size24 a[title=English], .tool-container .tool-items a[title=English] {
    background: url(images/flags-custom.png) -115px -348px no-repeat !important;
}
#flags.size24 a {
    width: 75px!important;
    height: 25px!important;
}
#flags li:first-child {
    margin-right: 20px;
}

.locationul li{display:inline-block !important; margin-right:10px;}
.location-icon{background:url(images/location-icon.png) no-repeat; background-position:0px 10px; padding-left:26px; margin-right:0px !important;}
.atm-icon{ background:url(images/header-facebook-icon.png) no-repeat; background-position: 0px 7px;   padding-left:30px;}
.locationul li a{font-size:12px; font-weight:600; text-decoration:none; color:#64554d !important; line-height:38px;}
.locationul li a:hover{text-decoration:underline;}
#black-studio-tinymce-7 p:empty{display:none;}
.shopping-icon{ background:url(images/shopping-car-icon.png) no-repeat; background-position: 0px 7px;   padding-left:35px;}

.site-header .widget-area {
	width: 735px;
}

.member-apply {
    background:url(images/category-bg1.jpg) repeat;
    padding-top: 47px;
    padding-bottom: 18px;
}
.member-apply h2 {
    display: table;
    white-space: nowrap;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    color: #944721;
	overflow: hidden;
}
.viewall{
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #1e6e85;
    text-decoration: underline;
    margin-top: 18px;
}
.member-apply h2:after, .member-apply h2:before {
    border-top: 4px double #df7e00;
    content: '';
    display: table-cell;
    position: relative;
    top: .6em;
    width: 45%;
}
.member-apply h2:after {
    left: 14px;
}
.member-apply h2:before {
    right: 14px;
}
.member-apply h3{text-align:center;}
.member-apply h3 a{
	font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #944721;
	text-transform:uppercase;
}
.member-apply .one-fifth:hover h3 a{
	color:#fff;
	text-decoration:none;
}
.auto{
	background:url(images/five-icons.png) no-repeat; 
    width: 100px;
    height: 72px;
    margin: 0 auto;
	background-position:0px 0px;
}
.member-apply .one-fifth:hover .auto{
	background:url(images/five-icons.png) no-repeat;
	background-position:0px -72px;
}
.mortgage{
	background:url(images/five-icons.png) no-repeat; 
    width: 100px;
    height: 72px;
    margin: 0 auto;
    background-position: -100px 0px;
}
.member-apply .one-fifth:hover .mortgage{
	background-position:-100px -72px;
}
.credit{
	background:url(images/five-icons.png) no-repeat; 
    width: 100px;
    height: 72px;
    margin: 0 auto;
    background-position: -200px 0px;
}
.member-apply .one-fifth:hover .credit{
	background:url(images/five-icons.png) no-repeat; 
	background-position:-200px -72px;
}
.business{
	background:url(images/five-icons.png) no-repeat; 
    width: 100px;
    height: 72px;
    margin: 0 auto;
    background-position: -300px 0px;
}
.member-apply .one-fifth:hover .business{
	background:url(images/five-icons.png) no-repeat;
	background-position:-300px -72px;
}
.personal{
	background:url(images/five-icons.png) no-repeat; 
    width: 125px;
    height: 72px;
    margin: 0 auto;
    background-position: -400px 0px;
}
.member-apply .one-fifth:hover .personal{
	background:url(images/five-icons.png) no-repeat; 
	background-position:-400px -72px;
}
.member-apply .one-fifth:hover{
	background:url(images/yellow-box.png) no-repeat center center;
}
.member-apply .one-fifth{padding-top: 10px;}
.socialmedia{margin-top: 20px;}
.socialmedia li{background:url(images/facebook-icon.png) no-repeat; padding-left:38px;}
.socialmedia li a{color:#65a0b6; font-size:15px;}

/*ubermenu*/
.ubermenu-submenu{background-color: #7e3815 !important;}
.ubermenu-submenu-id-74 {background-color: #7e3815 !important; border-top:4px solid #df7e00 !important; border-bottom:none !important; border-left:none !important; border-right:none !important;}
.ubermenu-submenu-id-74 .ubermenu-submenu{background-color:transparent !important; border:none !important;}
.ubermenu-submenu{border-top:4px solid #df7e00 !important; border-bottom:none !important; border-left:none !important; border-right:none !important;}
.ubermenu-submenu-id-74 .ubermenu-target{ border:none !important;}
.ubermenu-submenu-id-74 .ubermenu-has-submenu-stack > a { padding-bottom:0px !important;}
.ubermenu-submenu-id-74 .ubermenu-has-submenu-stack > a:before {
    content: "" !important;
    padding-right:0px !important;
    color: #F9EFEB;
}
.ubermenu-submenu .ubermenu-item a:before {
    content: "\00BB";
    padding-right: 5px;
    color: #F9EFEB;
}
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target{
	font-family: "Times New Roman", Georgia, Serif;
	letter-spacing: 1px;
}
.ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target{
	text-transform: uppercase;
	font-family: "Times New Roman", Georgia, Serif;
}





.sidebar #categories-3{
	background:url(images/simple-navigation-bg.jpg) repeat;
	border-radius:6px;
	padding: 25px 20px 15px;
}
.sidebar #categories-3 ul li {
    padding-left: 10px;
    cursor: pointer;
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0px;
    font-size: 13px;
}
.sidebar #categories-3 ul .page_item_has_children:hover{background:transparent !important;}
.sidebar #categories-3 ul li:hover{background:#401500; color:#FFFFFF;}
.sidebar #categories-3 ul li:before {
    content: "\00BB";
    padding-right: 5px;
    color: #e2b8a4;
    font-size: 13px;
}
.sidebar #categories-3 ul li a {
    color: #e2b8a4;
    text-decoration: none;
	font-size: 13px;
}
.sidebar #categories-3 ul li a:hover{color:#fff; text-decoration:none;}
.sidebar #categories-3 .current-cat{background:#401500; color:#FFFFFF;}


















.sidebar #simple-section-nav-2{
	background:url(images/simple-navigation-bg.jpg) repeat;
	border-radius:6px;
	padding: 25px 20px 15px;
}
.sidebar #simple-section-nav-2 ul li {
    padding-left: 10px;
    cursor: pointer;
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0px;
    font-size: 13px;
}
.sidebar #simple-section-nav-2 ul .page_item_has_children:hover{background:transparent !important;}
.sidebar #simple-section-nav-2 ul li:hover{background:#401500; color:#FFFFFF;}
.sidebar #simple-section-nav-2 ul li:before {
    content: "\00BB";
    padding-right: 5px;
    color: #e2b8a4;
    font-size: 13px;
}
.sidebar #simple-section-nav-2 ul li a {
    color: #e2b8a4;
    text-decoration: none;
	font-size: 13px;
}
.sidebar #simple-section-nav-2 ul li a:hover{color:#fff; text-decoration:none;}
.sidebar #simple-section-nav-2 .current_page_item{background:#401500; color:#FFFFFF;}

.sidebar #featured-post-5{
	background:url(images/sidebar-blog-bg.jpg) repeat;
	border-radius:6px;
	padding: 25px 20px 15px;
}
.sidebar #featured-post-5 .post img{
    float: left;
    height: 80px;
    width: 90px;
    padding: 2px;
    background: #fff;
    margin-top: 2px;
}
.sidebar #featured-post-5 .post a.alignleft{margin: 0 12px 12px 0;}
.sidebar #featured-post-5 .post .entry-header {
    text-align: left;
}
.sidebar #featured-post-5 .entry-title{line-height:18px; margin-bottom: 0px;}
.sidebar #featured-post-5 .entry-title a{
	font-size: 13px;
    text-transform: uppercase;
    vertical-align: top;
	color:#fff;
	font-weight: 600;
}
.sidebar #featured-post-5 .entry-title a:hover{ text-decoration:underline !important;}
.sidebar #featured-post-5 .entry-time{
	font-size: 11px;
    vertical-align: top;
	color:#fff;
}
.sidebar #featured-post-5 .entry-content{
    font-size: 13px;
	color:#9acee0;
}
.sidebar #featured-post-5 .post {
    border-bottom: none;
    margin-bottom: 35px;
}
.sidebar #featured-post-5 .entry-meta{
	padding-bottom: 0px;
    margin-bottom: -10px;
}
.sidebar #featured-post-5 .more-link{
	font-size: 13px;
	color:#fff;
	text-decoration:underline;
}
.sidebar #featured-post-5 .more-from-category {
	text-align: right;
    font-size: 13px;
}
.sidebar #featured-post-5 .more-from-category a{
	color:#fff;
	text-decoration:underline;
}
.sidebar #featured-post-5 h4 {
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
	color:#fff;
	display: table;
    white-space: nowrap;
	overflow:hidden;
}
.sidebar #featured-post-5 h4:after {
    border-top: 4px double #fff;
    content: '';
    display: table-cell;
    position: relative;
    top: .5em;
    width: 85%;
    left: 14px;
}

/* Speed Bump Modal */
#speedbump.modal {
    max-width: 600px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    background: #fff !important;
    /*min-height: inherit;*/
    height: inherit;
    top: calc(50% - 100px) !important;
    bottom: inherit;
}
.modal{overflow-y:hidden; z-index:5000;}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left:0%;
  right: 0;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
  color: #000 !important;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
    font-size: 24px;
    color: #197396;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.hide {
  display: none;
}

.show {
  display: block;
}
.red-btn{
	color: #ef2f24 !important;
    margin-right: 16px;
    font-size: 18px;
}
.continue-btn{
    margin: 5px !important;
    padding: 10px 15px;
}

/*Calculators*/

#KJEMain{background:url(images/header-bg.jpg) repeat;}

#KJEReportTop {
  background: url(images/logo.png) no-repeat, url(images/header-bg.jpg) repeat !important;
  background-position:center center, top left !important;
  
  width: 100%;
  height: 92px;
  display: inline-block;
  text-align: center;
  background-position: center center;
  margin-top: 24px;
  margin-bottom:20px;
}
.KJEReportHeader{margin-top:108px;}
.KJETitle {
	
  background: url(images/logo.png) no-repeat, url(images/header-bg.jpg) repeat !important;
  background-position:center center, top left !important;

  width: 100%;

  height: 88px;

  display: inline-block;

  text-align: center !important;

  background-position: center center !important;

  margin-top: 15px;

  text-indent: -9999px;

}

.KJECommandButton{padding: 9px 18px !important; margin-top: -2px !important;}

.KJEDefinitions h2 {

      color: #007297;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    font-family: "Times New Roman", Georgia, Serif;
    letter-spacing: 1px;

}

.KJEDefinitions dt {

    font-family: 'Source Sans Pro', sans-serif;
    color: #9b450a;
    text-decoration: none;
    font-weight: bold !important;
    outline: none !important;
    font-size: 22px !important;

}

.KJEDefinitions dd {

      color: #000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0 0 10px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: 1.5 !important;
    -webkit-font-smoothing: antialiased;

}

.KJEDefinitions dd p {

      color: #000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0 0 10px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: 1.5 !important;
    -webkit-font-smoothing: antialiased;

}

.KJEFooter {

  color: #000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0 0 10px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: 1.5 !important;
    -webkit-font-smoothing: antialiased;

}
.KJEGraphTitle{ color:#ffffff !important;}
table.KJEReportTable th, table.KJECalcTable th{
	background:#086f92 !important;
	color:#fff !important;
}

table.KJEScheduleTable tr.KJEScheduleHeaderRow{
	background:#086f92 !important;
	color:#fff !important;
}

.page-id-284 .fl-node-565e1c0a355c3 .fl-rich-text table{
	display:none;
}
.page-id-23 .entry-content .fl-builder-content{
    word-wrap: break-word;
}
.page-id-172 .entry-content .fl-row-content-wrap{
    word-wrap: break-word;
}
.page-id-164 .entry-content .fl-builder-content{
    word-wrap: break-word;
}
.page-id-153 .entry-content .fl-builder-content{
    word-wrap: break-word;
}

hr {

  margin-top: 20px;

  margin-bottom: 20px;

  border: 0;

  border-top: 1px solid #ddd;

}
div.gmw-pt-purple-results-wrapper ul.posts-list-wrapper li.single-post{
    list-style-type: none !important;
}
.gmw-pt-purple-results-wrapper ul.posts-list-wrapper li .top-wrapper h2.post-title{
	float:left;
}
div.gmw-pt-purple-form-wrapper {
    background: #dddddd !important;
    border-top: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
}
.gmw-pt-purple-results-wrapper .pagination-per-page-wrapper {
    background: #dddddd !important;
    border-bottom: 1px solid #ddd !important;
}
div.gmw-pt-purple-results-wrapper ul.posts-list-wrapper {
    background-color: #ffffff !important;
    border-top: 10px solid #ffffff !important;
}
.single-location .content .addtoany_share_save_container {display:none !important;}
.single-location .content .entry-footer{display:none !important;}
.single-location .content .entry-meta{display:none !important;}

.gmw-form-wrapper select{
 	color:#555555 !important;
	height: auto !important;
    font-size: 18px !important;
    padding: 11px 6px !important;
}
.gmw-results-wrapper select{
 	color:#555555 !important;
	height: auto !important;
    font-size: 15px !important;
    padding: 6px 6px !important;
}
.gmw-address-1::-webkit-input-placeholder { color:#555555 !important; } .gmw-address-1:-moz-placeholder { color:#555555 !important; } .gmw-address-1::-moz-placeholder { color:#555555 !important; } .gmw-address-1:-ms-input-placeholder { color:#555555 !important; }
.page-id-284 .content .entry-content{
       text-align: center;
}
.ubermenu-skin-black-white-2{
	-webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}

/* Table */
table{ border:none;}
table td {font-family: 'Source Sans Pro', sans-serif !important; font-size: 16px !important;}
table td span{font-family: 'Source Sans Pro', sans-serif !important; font-size: 16px !important;}

/********************
ADA COMPLIANCE
********************/
.hide-label {
display: none;
}

.hide-text {
display: none;
}

.member-apply h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #944721;
    text-transform: uppercase;
}

.member-apply .one-fifth:hover h3 {
    color: #fff;
    text-decoration: none;
}

#flags.size24 a.united-states[title="English"], .tool-container a.united-states[title="English"], a.single-language.united-states[title="English"] span.size24 {
background: url(images/flags-custom.png) -115px -348px no-repeat !important;
}

#flags.size24 a.mexico[title="Spanish"], .tool-container a.mexico[title="Spanish"], a.single-language.mexico[title="Spanish"] span.size24 {
background: url(images/flags-custom.png) 0 -319px no-repeat !important;
}

.blue-icon {
    color: #ffffff;
    font-size: 30px !important;
    float: left;
    height: auto !important;
    width: auto !important;
    background: #007198;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 52.5px !important;
    height: 52.5px !important;
    width: 52.5px !important;
    text-align: center;
    margin: 20px 15px 0 0;
}

.blue-h4 {
font-size: 24px;
    color: #007198;
font-weight: 700 !important;
    font-style: italic !important;
display: inline-flex;
margin: 32px 0 0 0;

}

.blue-h42 {
font-size: 24px;
    color: #007198;
font-weight: 700 !important;
    font-style: italic !important;
display: inline-flex;
margin: 20px 0 0 0;

}


/************************************
   Contrast Error fixes for 
   MTFCU. 
************************************/
.site-header {
    background: url(/wp-content/themes/member-trust/images/header-bg.jpg) #fff;
}

.login-box {
   background-color: #000 !important;
   border-radius: 5px;
}

.ubermenu-submenu .ubermenu-item a:before {
   color: #F9EFEB !important;
}

.rates-btn {
   background: url(/wp-content/uploads/2019/02/light-orange.png) #000;
}

.rates-btn:hover {
   background: #117498;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .wpbutton, .button {
   background: url(/wp-content/uploads/2019/02/light-orange.png) #000;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .wpbutton:hover, .button:hover {
   background: #117498;
}

.member-category-blogs .more-from-category a {
   background: url(/wp-content/uploads/2019/02/dark-orange.png) #000;
}

.member-category-blogs .more-from-category a:hover {
   background: #117498;
}

.footer-widgets a.button, .footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .home-even a.button, .home-odd a.button {
   background: url(/wp-content/uploads/2019/02/light-orange.png) #000;
}

.footer-widgets a.button:hover, .home-odd a.button:hover {
   background: #117498;
}

a, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.rateswidget {
   background-color: #000;
}

.member-about {
   background-color: #000;
}

.site-footer {
   background-color: #000;
}

.ubermenu .ubermenu-retractor {
color: #fff !important;
}

/*
  Smart Slider 3 styles
*/
#home .homepage-mobile-slider {
  display:none;
}
@media screen and (max-width:640px) {
  #home .homepage-desktop-slider {
    display:none;
  }
  #home .homepage-mobile-slider {
    display:block;
  }
}