/*
Theme Name: Artcore Child Theme
Theme URI: http://themes.esmeth.com/artcore
Author: Esmeth Team
Author URI: http://www.esmeth.com
Description: Creative Architecture WordPress Theme
Version: 1.2
Tags: two-columns, responsive-layout, sticky-post, threaded-comments, translation-ready
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: artcore
*/


/*************** GENERAL *************/


.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
}


/*************** HEADER *************/

.left-header {
	font-weight: 600;
}

.head-phone-link {
	color: #fff !important;
}
a.head-phone-link:hover {
	color: #c8c8c8 !important;
}

.social a:hover {
	color: #a2a2a2;
}


/*************** NAVIGATION *************/

nav:not(.responsive-menu) > ul ul li a:before {
	font-family: FontAwesome;
	content:  "\f105";
	padding-right: 5px;
}

nav ul ul li a {
	color: #3e3e3e !important;
}

nav.main-navigation ul li ul {
	width: 280px;
}



/*************** CONTENT *************/

h5 {
	padding-top: 20px;
	padding-bottom: 8px;
}
h6 {
	padding-top: 20px;
	padding-bottom: 8px;
}

img {
	max-width: 100%;
	height: auto;
}

img.alignright {float:right; padding:0 0 10px 10px;}
img.alignleft {float:left; padding:0 10px 10px 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; padding-bottom: 10px;}
a img.alignright {float:right; padding:0 0 10px 10px;}
a img.alignleft {float:left; padding:0 10px 10px 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}


.img-highlight img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}


.seventy-spacer {
	border: 1px solid #eee;
	width: 70%;
	margin: 20px auto 25px auto;
}

.page-content p {
	margin-bottom: 15px;
}
/*************** ROWS *************/



.full-color-row {
	width: 100%;
	padding: 45px 0;
}

.inner-row {
	max-width: 1100px !important;
	margin: 0 auto !important;
	padding-left: 2%;
	padding-right: 2%;
}



/*************** QUOTE BANNER *************/

.quote-text {
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	float: left;
	padding-top: 13px;
	padding-bottom: 22px;
	padding-left: 65px;
	padding-right: 35px;
	text-align: center;
	font-weight: 500;
}

.quote-form {
	float: left;
}

.quote-form input {
	padding: 12px;
	border: solid 1px #fff;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
}

.quote-button {
	float: left;
	padding-left:0;
}

.quote-button .submit-button {
	padding: 12px;
	border: solid 1px #fff;
	color: #fff;
	font-weight: 500;
}

.quote-button .submit-button:hover {
	padding: 12px;
	border: solid 1px;
	background: #fff !important;
	font-weight: 500;
}



/*************** HOME INTRO *************/

.home-intro-wrapper{
	max-width: 1200px;
	margin: 50px auto 50px auto;
}

.home-intro-photo {
	width: 100%;
	margin-bottom: 15px;
	padding: 0 20px;
}

.home-intro-photo img {
	border:none;
	/*margin: 0 auto !important;*/
	max-width: 100%;
	max-height:280px;
	display: block;
}

.home-intro-contact {
	text-align: left;
	width: 100%;
	line-height:24px;
	padding: 0 20px;
}

.home-intro-info {
	padding-bottom: 20px;
}

.home-intro-text p {
	font-size: 16px;
	line-height: 28px;
	font-family: 'Open Sans' !important;
}

.home-intro-title {
	font-size: 22px;
	line-height: 30px;
	color: #3e3e3e;
	padding-bottom: 20px;
}


.home-intro-button {
	margin-top: 35px;
	text-align: center;
}

.home-intro-button a {
	padding: 12px;
	border: solid 2px #fff;
	color: #fff;
	font-weight: 500;
}

.home-intro-button a:hover {
	padding: 12px;
	border: solid 2px;
	background: #fff !important;
	font-weight: 500;
}

.home-intro-video iframe {
	border: #666 1px solid;
}

/*************** HOME BOX CALLOUTS *************/

.home-box-callouts {
	padding-top: 30px;
}

.home-box-callout {
	padding-bottom: 50px;
}

.home-box-callout-img {
	margin: 0 0 20px 0;
	padding: 0;
}

.home-box-callout-title {
	font-size: 17px;
	line-height: 25px;
	color: #3e3e3e;
	text-align: center;
	padding: 5px 0 10px 0;
}

.home-box-callout-text {
	text-align: center;
	padding: 0 0 10px 0;
}

.home-box-callout-button {
	margin-top: 20px;
	text-align: center;
}

.home-box-callout-button .fa-arrow-right {
	margin-left: 5px;
}
.home-box-callout-button a {
	padding: 12px;
	color: #fff;
	font-weight: 500;
}

.home-box-callout-button a:hover {
	border: solid 2px;
	background: #fff !important;
}



/*************** HOME FEATURE *************/



.home-feature-title {
	background-color: #e6e6e6;
	color: #3e3e3e;
	text-align: center;
	font-size: 38px;
	line-height: 46px;
	padding: 20px 5px;
}

.home-feature-title-2 {
	color: #3e3e3e;
	font-size: 24px;
	line-height: 32px;
	padding-top: 20px;
	padding-bottom: 15px;
}


.home-feature-list-item {
	font-size: 18px;
	line-height: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.home-feature-list-item .fa-check-square {
	padding-right: 15px;
}


/*************** HOME TESTIMONIALS *************/

#testimonials .parallax-inner {
	background: #eee;
}
.testimonials-wrapper h3 {
	font-size: 38px;
	line-height: 38px;
	font-weight: 500;
	text-transform: capitalize;
}

.testimonials .testimonial-item * {
	color: #3e3e3e;
	font-family: 'Open Sans' !important;
	font-size: 20px;
	line-height: 28px;
}

.testimonials .flex-control-paging li a {
	border: 2px solid #3e3e3e;
}
.testimonials .flex-control-paging li a.flex-active {
	background: #3e3e3e;
}


/*************** SECONDARY PAGES *************/

section {
	padding: 30px 0;
}

.secondary-content {
	width: 65%;
	float: left;
	margin-right: 5%;
}
.secondary-full-content {
	padding-left: 2%;
	padding-right: 2%;
}

.secondary-sidebar {
	width: 30%;
	float: left;
}

.secondary-page-title-wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.secondary-page-title {
	text-align: center;
	color: #3e3e3e;
	font-family: 'Open Sans' !important;
	font-size: 30px;
	line-height: 36px;
	padding: 25px 3px 15px 3px;
	font-weight: 300;
	border-bottom: 1px solid #e6e6e6;
}

.secondary-sidebar-title{
	padding: 10px 5px;
	margin-bottom: 15px;
	font-family: 'Open Sans' !important;
	font-size: 18px;
	line-height: 26px;
	background: #3e3e3e;
	color: #fff;
	border-bottom: 3px solid;
	text-align: center;
	font-weight: 400;
}
.secondary-sidebar-text {
	text-align: center;
}
.secondary-sidebar-button {
	margin: 15px 0 25px 0;
	text-align: center;
	padding-bottom: 25px;
	border-bottom: solid 1px #e6e6e6;
}

.secondary-sidebar-button .fa-arrow-right {
	margin-left: 5px;
}
.secondary-sidebar-button a {
	padding: 12px;
	background: #e6e6e6;
	color: #3e3e3e;
	font-weight: 500;
	display: block;
}

.secondary-sidebar-button a:hover {
	background: #f2f0f0;
}

.secondary-content h4 {
	padding-top: 10px;
	padding-bottom: 15px;
	margin: 0;
	color: #3e3e3e;
	font-family: 'Open Sans' !important;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	text-transform: capitalize;
}
.secondary-full-content h4 {
	padding-top: 10px;
	padding-bottom: 15px;
	margin: 0;
	color: #3e3e3e;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	text-transform: capitalize;
}
.wp-caption {background: #e6e6e6;
	text-align: center;
	margin-bottom: 20px !important;
	width: 340px;
}

.wp-caption-text {color: #3e3e3e !important; font-size: 13px;
	line-height: 20px;}

.page-notes {
	background: #e6e6e6;
	margin: 20px 0;
	padding: 25px;
	color: #3e3e3e;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
}

.page-video-wrapper {
	border-top: #e6e6e6 1px solid;
	margin: 40px 2%;
}

.page-video-title {
	text-align: center;
	color: #3e3e3e;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 18px;
	line-height: 26px;
	padding: 25px 3px 20px 3px;
	font-weight: 300;
}
.page-video {
	max-width: 500px;
	margin: 0 auto 0 auto;
}
.page-video iframe {
	border: #666 1px solid;
	max-width: 500px;
	height: 380px;
}

/*** Appears to be unused ***/
.number-font {
	font-weight: 600;
}

.question-font:before {
	font-family: FontAwesome;
	content:  "\f059";
	padding-right: 10px;
}

.right-angle-font:before {
	font-family: FontAwesome;
	content:  "\f101";
	padding-right: 5px;
}


.cal-disclaimer {
	color: #b92c36;
	border: 1px solid #b92c36;
	font-size: 13px;
	line-height: 20px;
	padding: 15px;
	margin: 30px 0;
}

.cal-disclaimer-2 {
	font-size: 13px;
	line-height: 20px;
	padding: 15px 0 30px 0;
	font-style: italic;
}

.contact-info {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 40px;
}
.contact-info-heading {
	padding-bottom: 5px;
	color: #3e3e3e;
	font-family: 'Open Sans' !important;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}

/*************** LISTS *************/

.page-content ul {
	padding-bottom: 15px;
}

.checklist li:before {
	font-family: FontAwesome;
	content:  "\f14a";
	padding-right: 12px;
}


.checklist li {
	list-style: none;
	padding: 5px 0 !important;
}


.checklist li li:before {
	content:  none;
}
.myth-checklist li:before {
	font-family: FontAwesome;
	content:  "\f056";
	padding-right: 12px;
	color: #b92c36;
}


.myth-checklist li {
	list-style: none;
	padding: 5px 0 !important;
}


.fact-checklist li:before {
	font-family: FontAwesome;
	content:  "\f14a";
	padding-right: 12px;
	color: #638b02;
}


.fact-checklist li {
	list-style: none;
	padding: 5px 0 !important;
}


/*************** TESTIMONIALS PAGE *************/

.testimonial-callout {
	float: left;
	width: 29%;
	margin-right: 2%;
	margin-left: 2%;
	max-width: 334px;
	padding-bottom: 40px;
}
.testimonial-callout-video iframe {
	max-height: 251px;
	border: #666 1px solid;
	background: #000000;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 56.25vw; /* 100/56.25 = 560/315 = 1.778 */
}

.testimonials-page-note {
	padding-top: 20px;
	text-align: center;
	font-style: italic;
}



/*************** FOOTER *************/

.nmls {
	padding: 15px 0;
	background: #e6e6e6;
	margin-bottom: 0
}

.nmls-text {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #3e3e3e;
}

.footer-logos {
	margin: 0 auto;
	text-align: center;
	max-width: 900px;
}
.footer-logos img {
	max-width: 16%;
	height: auto;
	margin: 10px 2%;
}

.footer-note-wrapper{
	padding: 20px 0;
	background: #3e3e3e;
}

.footer-note-inner {
	max-width: 1100px;
	margin: 0 auto;
	color: #a2a2a2;
}

.footer-note {
	text-align: center;
	width: 50%;
	float: left;
	color: #a2a2a2;
	font-size: 14px;
	line-height: 24px
}
.footer-contact {
	width: 15%;
	float: left;
	color: #a2a2a2;
	margin-right: 8%;
	margin-left: 12%;
	font-size: 14px;
	line-height: 24px;
}
.footer-social {
	font-size: 18px;
	line-height: 28px;
	width: 15%;
	float: left;
	color: #a2a2a2;
}
.footer-social a {
	color: #a2a2a2;
	float: right;
	padding-right: 8px;
}
.footer-social a:hover {
	color: #fff;
}

.manage-link {
	text-align: right;
	border-top: 1px dotted #a2a2a2;
	margin-top: 10px;
	margin-right: 8px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 24px
}

.footer-disclosures-wrapper {
	padding: 20px 0;
	background: #161616;
}
.footer-disclosures-title {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 8px;
}
.footer-disclosures-title a {
	padding:0 10px;
	border-right:1px solid #FFF;	
}
.footer-disclosures-title a:last-child {
	border-right:none;
}

.footer-disclosures {
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	max-width: 1100px;
	margin: 0 auto;
}

.footer-disclosures a {
	color: #DDD;
}

.footer-disclosures a:hover {
	color: #FFF;
}

.footer-copyright-wrapper {
	padding: 20px 0;
	background: #000;
}

.footer-copyright {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	max-width: 1100px;
	margin: 0 auto;
}
.footer-copyright a {
	color: #a2a2a2;
}
.footer-copyright a:hover {
	color: #c6c6c6;
}



/***************             *************/
/*************** ADMIN PAGES *************/
/***************             *************/

.admin-content {
	max-width: 1100px;
	padding: 0 20px 30px;
	margin: 0 auto;
}

.admin-content a {
	color: #0b5a7a;
}
.admin-content a:hover {
	color: #2887af;
}
.page .admin-content a.btn {
	color: #FFF;
}

.admin-title {
	text-align: center;
	color: #3e3e3e;
	font-family: 'Open Sans' !important;
	font-size: 30px;
	line-height: 36px;
	padding: 5px 3px 15px 3px;
	font-weight: 300;
	border-bottom: 1px solid #e6e6e6;
}

.admin-intro {
	font-size: 16px;
	line-height: 28px;
}



/*************** ADMIN MENU *************/



.admin-menu {
	position: relative;
	background: #eeeeee;
	margin: 0;
	padding: 0;
	z-index: 10;
}


.admin-nav {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}

.admin-menu ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.admin-menu ul li {
	display: block;
	position: relative;
	float: left;
}

.admin-menu li ul { display: none; }

.admin-menu ul li a {
	display: block;
	padding: 1em;
	text-decoration: none;
	white-space: nowrap;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #3e3e3e;
	font-weight: 700;
}

.admin-menu ul li a:hover { color: #151515;
	background: #e6e6e6; }

.admin-menu li:hover > ul {
	display: block;
	position: absolute;
	box-shadow: 2px 5px 5px #dddddd;
}

.admin-menu li:hover li { float: none;
	min-width: 220px; }

.admin-menu li:hover a { background: #eeeeee;}

.admin-menu li:hover li a:hover { color: #151515;
	background: #e6e6e6;}

.admin-menu .admin-nav li ul li { border-top: 0; border-bottom: 1px solid #e6e6e6;}

.admin-menu ul ul ul {
	left: 100%;
	top: 0;
}
.admin-menu ul:before,
.admin-menu ul:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.admin-menu ul:after { clear: both; }



.admin-menu ul .nav-visit-link a {
	color: #638b02 !important;
}

.admin-menu ul .nav-visit-link a:hover {
	color: #151515 !important;
}

.admin-menu ul .nav-contact-link a {
	color: #0b5a7a !important;
}

.admin-menu ul .nav-contact-link a:hover {
	color: #151515 !important;
}




/*************** ADMIN CONTENT *************/


.admin-content .website-on-title {
	color: #638b02;
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: 400;
	border-bottom: 1px solid #638b02;
}

.mark-text {
	color: #ff0000;
	font-family: 'Open Sans';
	font-size: 13px;
	line-height: 22px;
}

.admin-content .icon-heading {
	color: #0b5a7a;
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 24px;
	padding: 15px 0 10px 0;
	font-weight: 400;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
	text-align: center;
}

.your-address-2 {
	padding: 0 0 10px 0;
	color: #638b02 !important;
}
.your-address-3 {
	color: #638b02 !important;
}



/*************** ADMIN SIDEBARS *************/

.admin-content .widget_text {
	margin-bottom: 25px;
	margin-top: 0px;
}


.admin-content .widgettitle {
	color: #0b5a7a;
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 24px;
	padding: 10px;
	font-weight: 400;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
	margin-top: 0;
	background: #eeeeee;
}
.page .admin-content .widget_text p {
	margin: 0 0 12px 0;
	font-size: 14px !important;
	line-height: 22px !important;
}

.admin-content .widget_text ul {
	margin: 0 0 12px -22px !important;
	font-size: 13px;
	line-height: 18px;
}
.admin-content .widget_text li {
	margin: 0 !important;
	padding: 2px 2px;
}


.your-address {
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: center;
	border: 1px solid #638b02;
}
.your-address a {
	display: block;
	width: 100%;
	color: #638b02 !important;
}
.your-address a:hover {
	color: #82b701 !important;
}


/*************** ADMIN BUTTONS *************/
.page .admin-content .white-text-button a {
	color: #fff;
}
.page .admin-content .white-text-button a:hover {
	color: #ddd !important;
}
.page .admin-content .gray-button a {
	color: #fff;
}
.page .admin-content .gray-button a:hover {
	color: #151515 !important;
}

.account-wall {
    background-color: #f7f7f7;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
    padding: 40px 0 20px;
}
.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}
.form-signin input[type="text"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}
.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}
.form-signin .form-control {
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.need-help {
    margin-top: 10px;
}
.signin-img {
	display:block;
	text-align:center;
	font-size:122px;
	color:#BDBDBD;
}

table.awesome th,
table.awesome td {
	border-bottom:1px solid #CCC;
	padding:10px 20px;
}
table.awesome th {

}
table.awesome td {

}

.quote-text {
	float:none;
	display:inline-block;
}
.how-much {
	text-align:center;
}
.quote-form-wrapper {
	display:inline-block;
	position:relative;
	top:15px;
}




/*********** CLIENT CSS **********/

.landing-social-icons {
	padding-bottom: 20px;
}



.landing-icon {
float: left;
	padding: 3px;
}





















/***************                   *************/
/*************** RESPONSIVE STYLES *************/
/***************                   *************/

@media (min-width: 992px) and (max-width: 1200px) {
	nav.admin-navigation ul a {
		padding: 10px 0;
	}
}

@media (max-width: 1300px) {

	.home-feature-title-2 {
		color: #3e3e3e;
		font-size: 16px;
		line-height: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
	}


	.home-feature-list-item {
		font-size: 14px;
		line-height: 20px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.home-feature-list-item .fa-check-square {
		padding-right: 18px;
	}

}


@media (max-width: 1200px) {


	.testimonial-callout {
		float: none;
		width: 100%;
		max-width: 960px;
		margin-right: auto;
		margin-left: auto;
	}

	.testimonial-callout-video iframe {
		max-height: 720px;
		width: 100%;
		height: 56.25vw; /* 100/56.25 = 560/315 = 1.778 */
	}

	.header-sticky nav.main-navigation ul li {
		padding:19px 5px;
	}

}

@media (max-width: 1030px) {

	.quote-text {
		font-size: 22px;
		line-height: 30px;
		color: #fff;
		float: none;
		padding-top: 0;
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom: 20px;
		text-align: center;
		width: 100%;
	}
	.quote-form-wrapper {
		margin: 0 auto;
		max-width: 300px;
	}
	.quote-form {
		float: left;
	}

	.quote-button {
		float: left;
		padding-left: 15px;
	}

	.footer-note-inner {
		margin: 0 0 0 2%;
	}

	.footer-note {
		font-size: 13px;
		line-height: 22px
	}

	.footer-contact {
		width: 20%;
		margin-right: 1%;
		margin-left: 3%;
	}

	.footer-social {
		width: 15%;
	}
	
	nav.main-navigation ul a {
		font-size:12px;
	}

}

@media (max-width: 960px) {

	.home-feature-left {
		width: 100% !important;
		float: none !important;
	}

	.home-feature-right {
		width: 100% !important;
		float: none !important;
		padding-bottom: 15px;
	}


	.home-feature-title-2 {
		color: #3e3e3e;
		font-size: 16px;
		line-height: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
	}


	.home-feature-list-item {
		font-size: 14px;
		line-height: 20px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.home-feature-list-item .fa-check-square {
		padding-right: 18px;
	}



}


@media (max-width: 800px) {

	.secondary-content {
		width: 100%;
		float: none;
		margin-right: 0;
	}


	.secondary-sidebar {
		width: 96%;
		float: none;
		margin-right: 2%;
		margin-left: 2%;
	}

}

@media (max-width: 700px) {


	.footer-note {
		float: none;
		width: 90%;
		padding-bottom: 25px;
		margin: 0 2% 25px 2%;
		border-bottom: 1px solid #a2a2a2;
	}
	.footer-contact {
		width: 50%;
		margin: 0;
	}

	.footer-social {
		width: 50%;
	}
}

@media (max-width: 600px) {

	.page-video {
		max-width: 320px;
		margin: 0 auto 0 auto;
	}
	.page-video iframe {
		max-width: 320px;
		height: 240px;
	}

	.mobile-sep {
		display: none;
	}

	.mobile-float {
		float: left;
		text-align: center!important;
		width: 100%;
	}
	.footer-copyright {
		padding-bottom: 40px;
	}

}


@media (max-width: 480px) {


	.admin-title {
		font-size: 20px;
		line-height: 26px;
	}
	.admin-content {
		padding-left: 5px;
		padding-right: 5px;
	}


	.head-phone-link {
		width: 100%;
		float: none;
		display: block;
	}

	.hide-sep {
		display: none;
	}

	.home-feature-title {
		background-color: #e6e6e6;
		color: #3e3e3e;
		text-align: center;
		font-size: 28px;
		line-height: 36px;
		padding: 20px 5px;
	}

	.footer-note {
		font-size: 13px;
		line-height: 22px;
		margin-left: 2%;
		margin-right: 2%;
	}

	.footer-disclosures-title {
		font-size: 12px;
		line-height: 22px;
	}

	.footer-disclosures {
		font-size: 12px;
		line-height: 22px;
		margin-left: 2%;
		margin-right: 2%;
	}

	.footer-copyright {
		font-size: 13px;
		line-height: 22px;
		margin-left: 2%;
		margin-right: 2%;
	}


	.full-color-row {
		padding: 25px 0;
	}

}

@media (max-width: 320px) {

	.home-intro-text p {
		font-size: 15px;
		line-height: 26px;
	}

	img.alignright {float:none !important; display: block; margin: 10px auto 20px !important;}
	img.alignleft {float:none !important; display: block; margin: 10px auto 20px !important;}



	.quote-text {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.wp-caption {
		margin-bottom: 30px !important;}

	.secondary-full-content {
		padding-left: 5%;
		padding-right: 5%;
	}


}

/*********** CLIENT CSS **********/

.landing-social-icons {
	padding-bottom: 20px;
}



.landing-icon {
	float: left;
	padding: 3px;
}

#submission-table .btn-group .btn {
	font-size:11px;
	padding:10px 15px;
}

.footer-contact a {
	color:#DDD !important;
}
.footer-contact a:hover {
	color:#FFF !important;
}

.text-confirmation {
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	overflow: hidden !important;
}