/*style variables*/

:root {
	--blue: #34B6E4;
	--red: #f62a00;
	--mist: #c4dfe6;
	--black: rgb(71, 71, 51);
	--white: rgb(250, 250, 250);
	--grey: #bcbcbc;
}

.margin-zero-auto {
	margin: 0 auto
}

body {
	font-family: 'Lato', 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-shadow: none;
	color: var(--black);
	padding-top: 65px;
	/*    -webkit-font-smoothing: antialiased;*/
	text-rendering: optimizeLegibility;
	font-variant-ligatures: common-ligatures;
	background: #eff2f4;
}

p,
li,
label {
	font-size: 1.2em!important;
	line-height: 1.6em !important;
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-toggle {
	border: 0;
	border-radius: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 24px;
	height: 3px;
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
	font-family: 'Roboto', 'Open Sans', sans-serif;
	font-weight: 500;
	color: var(--black)!important;
}

a,
a:link {
	color: var(--red);
	text-decoration: none!important;
}

a:hover {
	color: var(--black);
}

.rubric {
	font-family: 'Julius Sans One', sans-serif!important;
	font-size: 2em!important;
	color: var(--blue)!important;
	text-transform: uppercase;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
}

.breadcrumb {
	padding: 40px 15px 0 0;
}

.typography-h1 {
	font-size: 2.8em
}

.navbar-brand > img {
	margin-top: 7px;
}

.caption,
figcaption {
	font-style: italic;
	font-weight: 300;
	margin: 5px 0 10px 0;
}

.home-block .caption {
	text-align: center;
}

.hero-unit {
	height: 600px;
	overflow: hidden;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

.hero-unit .hero-unit-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(200, 200, 200, 0.5);
	width: 100%;
	padding: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.hero-unit .hero-headline {
	font-family: 'Roboto', 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 2.8em;
	line-height: 0;
	color: var(--white);
	text-shadow: 1px 0px 1px #333;
}

.hero-unit a.hero-link {
	font-size: 1.5em;
	margin-left: 30px;
	white-space: nowrap;
	color: var(--white);
	padding: 5px 10px;
	display: inline-block;
}

.hero-unit a.hero-link:hover {
	background: var(--blue);
	padding: 5px 10px;
}

.hero-unit .fa {
	margin: 5px 0 0 5px;
}

.hero-unit .container .hero-unit-content h2 {
	font-size: 1.8em;
	color: #fff
}

@media (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {
	.hero-unit .container .hero-unit-content h2 {
		font-size: 1.6em
	}
}

.hero-unit .hero-unit-content h3 {
	font-size: 1.6em;
	color: #fff
}

.hero-unit .container .hero-unit-content h4 {
	font-size: 1.125em;
	color: #fff
}

.hero-unit .container .hero-unit-content .btn {
	margin-top: 10px;
	border-color: #fff;
	color: #fff
}

.hero-unit .container .hero-unit-content .btn i,
.home-block .btn i {
	margin-left: 5px
}

.header-wrapper {
	margin: 0 0 40px;
	position: relative;
	text-align: center;
	border-bottom: 1px dotted var(--grey);
}

.header-wrapper h2 {
	font-size: 2.8em;
	color: #fff;
	margin-top: 16px
}

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

.social {
	margin-top: 30px;
}

footer .social {
	margin: 10px;
}

.social a {
	font-size: 30px;
	color: var(--blue);
}

footer .social a {
	font-size: 25px;
}

.social a:hover {
	color: var(--red);
}

.header-wrapper ul.breadcrumb {
	position: absolute;
	top: 20px;
	right: 0;
	background: none
}

.header-wrapper ul.breadcrumb li a {
	color: #333;
	text-decoration: none;
	font-weight: bold
}

.header-wrapper ul.breadcrumb li+li:before {
	content: "\f105";
	font-family: FontAwesome;
	padding: 0 5px;
	font-weight: normal;
	color: #333;
}

.header-wrapper ul.breadcrumb li.active a {
	cursor: text;
	font-weight: normal
}

.body-content-wrap {
	min-height: 400px;
	/*    padding: 45px 0 50px 0*/
}

.body-content-wrap h1 {
	margin: 30px 0 20px;
	font-size: 3em;
	text-align: center;
}

h1.features {
	margin: 0 0 40px;
	font-weight: 200;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.5em;
}

.home-block,
.home-blurb,
.home-blog,
.home-news {
	background: var(--mist);
	padding: 0 0 50px;
}

.home-block,
.home-blurb {
	text-align: center;
}

.home-news {
	background: none;
}

.home-blurb {
	padding-bottom: 50px;
}

.body-content-wrap h2 {
	font-size: 1.8em;
	color: #1c64a0
}

.body-content-wrap h3 {
	font-size: 1.6em;
	color: #1c64a0
}

.body-content-wrap h4 {
	font-size: 1.125em;
	color: #1c64a0
}

.body-content-wrap h2:first-child {
	margin-top: 0
}

.home-blurb p {
	font-size: 1.6em!important;
	line-height: 1.5em!important;
	font-weight: 300;
	margin-bottom: 20px;
}

.quotesHome p {
	font-size: 1.3em !important;
	line-height: 1.4em !important;
	font-weight: 300;
	margin-bottom: 20px;
}

.body-content-wrap p.lead {
	font-size: 1.313em
}

.body-content-wrap .sidebar-h3 {
	margin-top: 0;
	margin-bottom: 20px
}

.body-content-wrap .content-inner-wrapper {
	margin-bottom: 20px
}

.feature-set-wrapper {
	padding: 100px 0;
}

.feature-set-wrapper i {
	font-size: 6em;
	color: var(--blue);
}

.feature-set-wrapper h3 {
	font-size: 1.5em;
	font-weight: 100;
	margin-top: 10px;
}

.home-cover,
.header-cover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 450px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overlow: hidden;
}

.header-cover {
	height: 300px;
}

ul.default-list-square {
	list-style: none
}

ul.default-list-square li {
	margin-bottom: 10px;
	position: relative
}

ul.default-list-square li:before {
	color: #eb7a77;
	font-family: 'FontAwesome';
	content: "\f04d";
	position: absolute;
	top: 0;
	left: -20px;
	font-size: .5em
}

.page-block-wrapper {
	border-bottom: 1px solid #f5f5f5
}

.page-block-wrapper .page-block-type-1,
.page-block-wrapper .page-block-type-2,
.page-block-wrapper .page-block-type-3 {
	padding: 40px 0 50px 0
}

.page-block-wrapper .page-block-type-1 h2,
.page-block-wrapper .page-block-type-2 h2,
.page-block-wrapper .page-block-type-3 h2 {
	margin-top: 0;
	font-size: 1.8em;
	color: #1c64a0
}

.page-block-wrapper .page-block-type-1 h3,
.page-block-wrapper .page-block-type-2 h3,
.page-block-wrapper .page-block-type-3 h3 {
	font-size: 1.6em;
	color: #1c64a0
}

.page-block-wrapper .page-block-type-1 h4,
.page-block-wrapper .page-block-type-2 h4,
.page-block-wrapper .page-block-type-3 h4 {
	font-size: 1.125em;
	color: #1c64a0
}

.page-block-wrapper .page-block-type-1 p.lead,
.page-block-wrapper .page-block-type-2 p.lead,
.page-block-wrapper .page-block-type-3 p.lead {
	font-size: 1.313em
}

.page-block-wrapper .page-block-type-3 {
	padding-left: 15px;
	padding-right: 15px
}

.page-block-bg-wrapper {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 100px 0;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.page-block-bg-wrapper a {
	color: #fff
}

.page-block-bg-wrapper h1 {
	font-size: 2.8em;
	color: #fff
}

.page-block-bg-wrapper p {
	font-size: 1.313em
}

@media (max-width: 767px) {
	.page-block-bg-wrapper p {
		font-size: 1em
	}
}

.page-block-bg-wrapper h2 {
	margin-top: 0;
	font-size: 1.8em;
	color: #fff
}

.page-block-bg-wrapper h3 {
	font-size: 1.6em;
	color: #fff
}

.page-block-bg-wrapper h4 {
	font-size: 1.125em;
	color: #fff
}

.page-block-bg-wrapper .btn {
	background: none;
	margin-top: 10px;
	border-color: #fff;
	color: #fff
}

.page-block-bg-wrapper .btn i {
	margin-left: 5px
}

.page-block-bg-wrapper .btn:hover,
.page-block-bg-wrapper .btn:active,
.page-block-bg-wrapper .btn:focus {
	text-decoration: underline
}

.references-wrapper {
	padding: 45px 0 40px 0;
	border-bottom: 1px solid #f5f5f5;
	text-align: center;
}


/*
. reference-photo {
    text-align: center!important;
    margin: 0 auto;
}
*/

.references-wrapper .container .row .col-lg-12 .quotesHome ul.slides li i.fa {
	color: var(--red);
	font-size: 3.5em
}

.references-wrapper .container .row .col-lg-12 .quotesHome ul.slides li blockquote {
	position: relative;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.5em;
	padding-left: 30px;
	border-right: none;
	border-left: none
}

.references-wrapper .container .row .col-lg-12 .quotesHome ul.slides li img {
	top: 0;
	position: relative;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.map-wrap {
	margin-top: 100px
}

.map-wrap h3 {
	margin-bottom: 20px
}

div#map {
	width: 100%;
	height: 300px
}

.contact-form-wrapper {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 50px
}

.contact-form {
	width: 100%;
	margin-top: 40px;
}

.contact-form .Inputfields,
.contact-form .Inputfields li {
	list-style: none;
	background: none !important;
	margin: 2em 0;
	padding: 0 !important
}

.contact-form .Inputfields li label {
	font-weight: 400;
	font-size: 1.1em!important;
}

.contact-form .Inputfields li p {
	margin: 0
}

.contact-form .Inputfields li p.description {
	font-style: italic
}

.contact-form .Inputfields textarea,
.contact-form .Inputfields .InputfieldMaxWidth {
	display: block;
	width: 100%;
	height: 55px;
	padding: 10px 12px;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.42857143;
	color: var(--black);
	vertical-align: middle;
	background-color: #fff;
	border: 1px dotted #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.contact-form #Inputfield_contact_form_message {
	height: 250px
}

.contact-form .InputfieldMaxWidth:focus {
	border-color: var(--blue);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.contact-form .Inputfields .InputfieldSubmit label {
	display: none
}

.contact-form .ui-widget-content p .ui-state-error {
	color: var(--red)
}

.contact-form #Inputfield_submit {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
	background-color: var(--red);
	/*    border-color: #08508c;*/
	display: inline-block;
	padding: 15px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: background-color .4s ease-in;
	-moz-transition: background-color .4s ease-in;
	-o-transition: background-color .4s ease-in;
	transition: background-color .4s ease-in
}

.contact-form #Inputfield_submit:hover,
.contact-form #Inputfield_submit:active,
.contact-form #Inputfield_submit:focus {
	background-color: var(--blue);
}

.contact-form .InputfieldStateRequired .ui-widget-header:after {
	content: " * ";
	color: #eb7a77
}

footer {
	font-size: .8em!important;
	color: var(--black);
	padding: 50px 0 20px 0;
	background: var(--mist);
}

footer a {
	text-transform: uppercase;
	color: var(--darkGrey);
	line-height: 2em;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in
}

footer a.credit {
	color: var(--blue);
}

footer a.credit:hover {
	color: var(--black);
}

footer a:hover,
footer a:active,
footer a:focus {
	text-decoration: none;
	color: var(--black);
}

footer ul.bottom-nav li {
	padding-left: 10px;
	padding-right: 10px
}


/*************************BLOG STYLES**********************/


/*blog landing page*/

.posts::after {
	content: '';
	display: block;
	padding: 20px;
}

.posts-small h4.post-headline a {
	font-size: 2.4em;
	line-height: 1.1em;
	color: var(--black);
}

.posts-count {
	display: none;
}

.post-byline,
.recent-posts .date {
	margin: 40px 0 20px;
	font-weight: 300;
}

.recent-posts li a {
	color: var(--black);
}


/*
.posts-small .post-body p, .post-body p {
    font-size: 1.2em!important;
    line-height: 1.6em!important;
*/


}
.posts-small .post-body {
	margin-bottom: 60px;
}

/* headline */
.num-comments-icon {
	background: var(--white);
	color: var(--coral);
	display: inline-block;
	position: relative;
	font-size: 0.857em;
	line-height: 27px;
	height: 30px;
	width: 30px;
	text-align: center;
	z-index: 1;
	font-weight: bold;
	margin-right: 7px;
	border: 1px dotted #cfcfcf;
}
.post-head .num-comments-icon {
	float: right;
	right: -5px;
	margin-left: 5px;
}
.post h2.post-headline a {
	font-size: 1.6em;
	line-height: 1.1em;
	color: var(--black);
}
.post h2.post-headline {
	margin-top: 0;
}

/* authors */
.author-photo {
	float: left;
	margin: 0 14px 14px 0;
}
.clearfix:after {
	/* clear author photo's float */
	
	content: '\0020';
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

/*
.post-byline .author a::before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 14px;
    color: var(--coral);
    padding: 0 7px 0 3px;
}
*/
.post-byline .date::before {
	content: "\f007";
	font-family: FontAwesome;
	font-size: 14px;
	color: var(--coral);
	padding: 0 7px 0 3px;
}

/*post author at bottom of post*/
#post-author {
	border-bottom: 1px dotted #bcbcbc;
	border-top: 1px dotted #bcbcbc;
	margin: 30px 0;
}
img.post-featured-image {
	margin: 0 0 25px 0;
}
.post-body img {
	margin-bottom: 40px;
}
.post-body img.align_left,
.post-body figure.align_left {
	float: left!important;
	margin: 10px 30px 10px 0 !important;
}
.post-body img.align_right,
.post-body figure.align_right {
	float: right!important;
	margin: 10px 0 10px 30px !important;
}

/*comments section*/

/*p.num-comments {display: none;} hide the text showing post's number of comments; using icons instead */
#comments > h4,
#CommentForm h4 {
	font-size: 1.6em!important;
	margin-bottom: 40px!important;
}
#comments > h4::before {
	content: "\f086";
	font-family: FontAwesome;
	font-size: 28px;
	color: var(--blue);
	padding: 0 7px 0 3px;
}
#CommentForm h4 {
	margin-top: 0;
}
#comments .success strong,
#comments .pending strong {
	font-weight: 400!important;
}
ul.CommentList {
	list-style: none;
	padding-left: 0;
}
ul.CommentList li {
	margin: 40px 0;
	border-bottom: 1px dotted var(--grey);
}
ul.CommentList li p.comment-head {
	font-style: italic!important;
}

/*p.comment-head, p.post-byline {font-weight: bold;}*/
div#CommentForm {
	background-color: var(--mist);
	padding: 15px 80px 0;
	margin-bottom: 80px;
	border: 1px dotted var(--grey);
}
div#CommentForm h4 {
	margin-bottom: 20px;
	/*    font-size: 1.4em;*/
}
div#CommentForm label {
	font-weight: 400;
	padding-bottom: 3px;
}
form#CommentForm_form p {
	margin-bottom: 30px;
}
form#CommentForm_form input:focus,
form#CommentForm_form textarea:focus {
	outline: none;
	border: 1px dotted var(--red);
	/* orange */
	
	padding: 3px;
}
.CommentForm_cite input,
.CommentForm_email input,
.CommentForm_website input,
.CommentForm_text textarea {
	width: 100%;
	margin-top: 0;
	border: 1px solid #A9A9A9;
	/* pale grey */
	
	padding: 3px;
}

/*post*/

/* posts */
div.post {
	margin-bottom: 60px;
	border-bottom: 1px dotted var(--grey);
	padding-bottom: 20px;
}

/*border-bottom: 1px dotted #1D8ACB;*/
.home-blog div.post,
.home-news div.post {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
div.no-author div.post {
	border-bottom: 1px dotted #1D8ACB;
}

/*border at bottom of post [just before comments] if post-author widget unavailable */
div.post-foot {
	margin-bottom: 15px;
}
span.edit {
	margin-left: 3px;
}
.post-foot p {
	margin: 0;
	font-weight: bold;
}
.post-foot a,
.posts-group a,
a.more,
#sidebar a.more {
	font-weight: normal;
}
.post-foot span {
	margin-right: 3px;
}
.next-prev-posts {
	margin: 30px 0;
}
.prev-post {
	float: left;
	width: 45%;
	margin-right: 5%;
	text-align: left;
}
.next-post {
	float: right;
	width: 45%;
	text-align: right;
	position: relative;
	left: -14px;
}
.next-post span,
.prev-post span {
	color: #1D8ACB;
}

/*blog sidebar*/
#sidebar {
	/*    padding: 0;*/
	
	margin: 0;
}
#sidebar h4:first-child {
	padding: 0;
	margin-top: 0;
}
#sidebar h4 {
	font-size: 1.8em;
	margin-bottom: 20px;
}
#sidebar #recent-posts,
#sidebar #recent-comments {
	margin-bottom: 50px;
}
#sidebar #recent-posts li,
#sidebar #recent-comments li {
	margin-bottom: 20px;
}
#sidebar #recent-posts li a::before {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 18px;
	color: var(--blue);
	padding: 0 7px 0 3px;
}

.privacy-policy {
	margin: 30px 0 60px;	
	text-align: center;
}

.privacy-policy .rubric {
	margin-bottom: 20px;	
}


.privacy-policy em {
	color: #888;
}

/*************************RESPONSIVE STYLE***************/
@media (max-width: 767px) {
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: var(--blue)!important;
	}
	
	.header-wrapper h2 {
		font-size: 1.8em
	}
	
	img,
	.post-body figure.align_right,
	.post-body figure.align_left {
		float: none!important;
		margin: 10px 0!important;
	}
	
	.breadcrumb {
		/*        display: none;*/
	}
	
	.posts-small h4.post-headline a {
		font-size: 1.8em;
	}
	
	.feature-set-wrapper h3,
	.home-blurb p,
	.quotesHome p {
		font-size: 1.3em;
	}
	
	.typography-h1 {
		font-size: 1.8em
	}
	
	.hero-unit .hero-unit-content {
		text-align: left;
		padding: 20px;
	}
	
	.hero-unit .hero-unit-content {
		width: 100%;
	}
	
	.hero-unit {
		height: 300px;
	}
	
	.hero-unit .hero-headline {
		font-size: 2em;
		font-weight: 700;
		line-height: 1.2em;
	}
	
	.hero-unit a.hero-link {
		font-size: 1.1em;
		white-space: nowrap;
	}
	
	.hero-unit .container .hero-unit-content h2 {
		font-size: 1.4em
	}
	
	.hero-unit .hero-unit-content h3 {
		font-size: 1.25em
	}
	
	.hero-unit .container .hero-unit-content h4 {
		font-size: 1.1em
	}
	
	.hero-unit .container .hero-unit-content p {
		font-size: 1em
	}
	
	.header-wrapper ul.breadcrumb {
		position: absolute;
		top: 0;
		left: 0;
		font-size: small
	}
	
	.header-wrapper {
		height: 70px
	}
	
	.header-wrapper h1 {
		font-size: 2.8em;
		margin-top: 8px;
		margin-bottom: 0
	}
	
	.body-content-wrap h1 {
		font-size: 1.8em
	}
	
	.body-content-wrap {
		padding: 15px 0 20px 0
	}
	
	.body-content-wrap h2 {
		font-size: 1.4em
	}
	
	.body-content-wrap h3 {
		font-size: 1.25em
	}
	
	.body-content-wrap h4 {
		font-size: 1.1em
	}
	
	.body-content-wrap p {
		font-size: 1.1em;
		line-height: 1.3em;
	}
	
	.body-content-wrap p.lead {
		font-size: 1em
	}
	
	.feature-set-wrapper {
		padding: 15px 0 20px 0
	}
	
	.feature-set-wrapper i {
		font-size: 5em
	}
	
	.feature-set-wrapper h3 {
		font-size: 1.2em;
		display: block;
		clear: both;
		margin-bottom: 30px;
	}
	
	h1.features {
		font-size: 2.2em;
	}
	
	.page-block-wrapper .page-block-type-1,
	.page-block-wrapper .page-block-type-2,
	.page-block-wrapper .page-block-type-3 {
		padding: 15px 0 20px 0
	}
	
	.page-block-wrapper .page-block-type-1 h2,
	.page-block-wrapper .page-block-type-2 h2,
	.page-block-wrapper .page-block-type-3 h2 {
		font-size: 1.4em
	}
	
	.page-block-wrapper .page-block-type-1 h3,
	.page-block-wrapper .page-block-type-2 h3,
	.page-block-wrapper .page-block-type-3 h3 {
		font-size: 1.25em
	}
	
	.page-block-wrapper .page-block-type-1 h4,
	.page-block-wrapper .page-block-type-2 h4,
	.page-block-wrapper .page-block-type-3 h4 {
		font-size: 1.1em
	}
	
	.page-block-wrapper .page-block-type-1 p,
	.page-block-wrapper .page-block-type-2 p,
	.page-block-wrapper .page-block-type-3 p {
		line-height: 1.2em
	}
	
	.page-block-bg-wrapper {
		padding: 70px 0
	}
	
	.page-block-bg-wrapper h1 {
		font-size: 1.8em
	}
	
	.page-block-bg-wrapper h2 {
		font-size: 1.4em
	}
	
	.page-block-bg-wrapper h3 {
		font-size: 1.25em
	}
	
	.page-block-bg-wrapper h4 {
		font-size: 1.1em
	}
	
	.references-wrapper {
		padding: 15px 0 20px 0
	}
	
	.references-wrapper .container .row .col-lg-12 .quotesHome ul.slides li blockquote {
		line-height: 1.2em
	}
	
	.quotesHome ul.slides li img {
		display: block!important;
		margin: 0 auto!important;
	}
	
	.contact-form {
		padding: 15px 0 20px 0
	}
	
	.home-blurb p {
		font-size: 1.4em !important;
		line-height: 1.2em !important;
		font-weight: 300;
		margin-bottom: 10px;
	}
	
	.quotesHome p {
		font-size: 1.2em !important;
		line-height: 1.2em !important;
		font-weight: 300;
		margin-bottom: 20px;
	}
}