@import "reset.css";

/*******************************************
:--- Fonts ---:
*******************************************/

:root {
    /* Fonts */
    --IBM-Plex-Sans: "IBM Plex Sans", sans-serif;
    --source-serif-4: "Source Serif 4", serif;
}

.auto_margin {
	margin:0 auto; 
}

.clearboth {
	clear:both; 
}

.group:after {
	display:block;
	height:0;
	clear:both;
	content:".";
	visibility:hidden; /* For clearing */ 
}

/*******************************************
:--- Basics ---:
*******************************************/
body {
	background: #f8f8f8;
    font-family: var(--IBM-Plex-Sans);
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    padding-right:0 !important;
}

p {
	font-size: 17px;
	margin: 0 0 20px 0;
	line-height: 25px; 
}

p.quote {
	font-size:13px;
	margin:0 0 10px 0;
	line-height:1.5; 
}

p.address {
  border-left: 1px dotted #cfcfcf;
	font-size:13px;
	margin:0 0 10px 0;
  padding-left: 15px;
	line-height:1.5; 
}

a {
	color: #cc4b00;
}
a:hover {
	color: #f79f6a;
	text-decoration: none;
}
a:focus {
	outline:0;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
}

strong {
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
}

h2 {
	font-size:32px;
	line-height:1.2;
	font-weight: normal;
}

h3 {
	font-size:18px;
	font-weight: normal;
	margin:0 0 10px 0;
}

.desktop_image {
	width:100%;
}

.center {
	margin:0 auto; 
	width:200px;
}

/*******************************************
:--- Structure ---:
*******************************************/

header {
	background: #fff;
	border-top: 50px solid #bc581a;
	height: 150px;
	width: 100%;
}

header img {
	height: 52px;
	margin: 24px 0 0 30px;
	width: 380px;
}

.main_wrapper {
	margin-top: 40px;
	margin-bottom: 40px;
}

.main_wrapper h2 {
	color: #f37021;
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
	font-size: 42px;
	text-shadow: 2px 3px 0 #fff;
	text-transform: uppercase;
}

.main_wrapper h3 {
	color: #00529b;
    font-family: var(--source-serif-4);
    font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin: 40px 0;
}

.content_right {
}

.block {

}

.content_right .block {
	border-bottom: 1px solid #f4f4f4;
	float: left;
	padding: 20px 0;
	width: 100%;
}

.content_right .block.facebox_wrap {
	border-bottom: none;
	padding: 20px 0 0;
}

#sidebar_content {
	background: #fff;
	float: left;
	margin-bottom: 55px;
	margin-top: 0;
	padding: 30px;
}

#sidebar_content h3 {
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
	font-size: 20px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

#sidebar_content p {
	font-size: 15px;
	line-height: 20px;
}

#sidebar_content ul {
   margin: 0;
}

#sidebar_content ul li {
	background: none;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 12px;
	padding: 0;
}

footer {
	background: #fff;
	padding: 40px;
	width: 100%;
}

footer p {
	font-size: 12px;
	margin: 0;
	text-align: center;
}

/*******************************************
:--- Download Button ---:
*******************************************/

a.download {
	background: #f37021;
	border: 3px solid #f37021;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 20px 27%;
	padding: 18px 0;
	text-align: center;
	text-transform: uppercase;
	width: 46%
}

a.download:hover {
	background: #fff;
	color: #f37021 !important;
}

a.download svg {
	margin: 0 0 0 5px;
}



/*******************************************
:--- Next Steps ---:
*******************************************/

ul#nextsteps {
	list-style:none;
	margin: -20px 0 0 4px; 
	padding: 0;
}

ul#nextsteps li {
	border-bottom: 1px dotted #cfcfcf;
	background: transparent url(../images/icon-arrow-blue.svg) left 18px no-repeat;
	background-size: 18px;
	padding: 14px 0 14px 36px;
	min-height: 30px
}

ul#nextsteps li:last-child {
	border: none;
}


/*******************************************
:--- Testimonials ---:
*******************************************/

.quote-block {
	float: left;
	margin: 0 0 40px;
	width: 100%;
}

img.quotes {
	border: 5px solid #fff;
	margin-right: 10px;
	float: left;
	width: 120px;
}

/*******************************************
:--- Talk to us ---:
*******************************************/

.chat-block span {
	color: #cc4b00;
	cursor: pointer;
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

.chat-block span:hover {
	color: #f79f6a;
}

.chat-block span i {
	margin-right: 2px;
}

.chat-block h3 {
	margin-top: 20px;
}

/*******************************************
:--- Map ---:
*******************************************/

#map { 
	float: left;
	border: 1px solid #c0c0c0;
	width: 270px;
	height: 270px;
	position: relative;
	margin: 0;
}

#map iframe {
	height: 268px;
	width: 268px;
}

#map-info { 
	float: left;
	width: 270px;
	margin: 20px 0 0;
	position:relative;
}

/*******************************************
:--- Social Icons ---:
*******************************************/
#social-icons {float: left;}
#social-icons a {font-size: 44px; margin: 0 10px 0 0;}
#social-icons p {
    display: flex;
}

a.fbook {float: left;height: 39px;display: block;}
a.twitter {float: left;height: 39px;display: block;;margin: 0 0 0 5px;}
a.gplus {float: left;height: 39px;display: block;;margin: 0 0 0 5px;}



/*******************************************
:--- Accordian ---:
*******************************************/
.accordion-header {
	background: #4c87b5;
    font-family: var(--source-serif-4);
    font-weight: 500;
	font-size: 18px;
	margin: 5px 0 0 0;
	padding: 20px 40px 20px 20px;
	border: 1px solid #f1efea;
	cursor: pointer;
	color: #fff;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.active-header {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #00529b;
	color: #fff;
}

 span.glyphicon {
	position: absolute;
	right: 20px;
	top: 20px;
}

.active-header:hover {
	background: #00529b;
}

.inactive-header {
	background: #4c87b5;
}

.inactive-header:hover {
	background: #00529b;
}

.accordion-content {
	display: none;
	padding: 20px;
	background: #fffefa;
	border-top: 0;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.accordion-content small {
	font-size: 12px;
	line-height: 14px;
	color: #666;
	font-style:italic;
}

.accordion-content ul {
	list-style: circle;
	margin: 5px 0 0 20px;
}

.accordion-content ul li {
	padding: 4px 0;
	list-style: circle;
}


/*******************************************
:--- Modal Photos ---:
*******************************************/

.modal-body img {max-width: 100%;}

.modal-title {
	color: #00529b;
    font-family: var(--source-serif-4);
    font-weight: 500;
}

#photos {padding-top: 5px;}

#photos a {
	float: left;
	border: 1px solid #fff;
	margin: 2px 2px 0 0;
	display: block;
	cursor: pointer;
	width: 65px;
	height: 65px;
}

#photos a img {
	width: 65px;
	height: 65px;
}

.bigthumb {
	width: 100%;
}

.thumb1 {background: #fff url('../images/thanks/thumb1.jpg') no-repeat;}
.thumb2 {background: url('../images/thanks/thumb2.jpg') no-repeat;}
.thumb3 {background: url('../images/thanks/thumb3.jpg') no-repeat;}
.thumb4 {background: url('../images/thanks/thumb4.jpg') no-repeat;}

/*******************************************
:--- Modal ---:
*******************************************/

#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}

#facebox .popup {
	position: relative;
	border: 3px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 18px rgba(0,0,0,0.4);
	box-shadow: 0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
	display: table;
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#facebox .close {
	position: absolute;
	top: 5px;
	right: 5px;
	left: auto;
	padding: 2px;
	background: #fff;
}

/*******************************************
:--- Media Queries ---:
*******************************************/

@media (max-width: 1200px) {
	#photos a {
		height: 52px;
		width: 52px;
	}
}

@media (max-width: 979px) and (min-width: 768px) {
	div.span7.content_left {
		width:370px; 
	}
}

@media (max-width: 767px) {
	.content_right .block {
		margin:0; 
	}
}

@media (max-width: 992px) and (min-width: 768px) {

}

@media (max-width: 992px) {
	.main_wrapper {
		margin-bottom: 0;
	}
	.content_right {
		margin: 40px auto 0;
	}
	#map-info {
		clear: both;
	}
	.facebox_wrap {
		display:none; 
	}
}

@media (max-width: 767px) {
	
	header img {
		width: 280px;
	}
	body {
        font-family: var(--IBM-Plex-Sans);
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
	}
	p {
		font-size: 16px;
	}
}

@media (max-width: 640px) {
	header {
    border-top: 20px solid #bc581a;
    height: 120px;
	}
	.main_wrapper h2 {
		font-size: 32px;
	}
	.main_wrapper h3 {
		font-size: 26px;
	}
	.accordion-header {
		font-size: 16px;
	}
	a.download {
		margin: 20px 0 0;
		width: 100%;
	}
}

@media (max-width: 480px) {
	header img {
		width: 80%;
	}
	#back_link {
		float: left;
		margin-bottom: 15px;
		margin-top: 45px;
	}
}

@media print { 
.chat, .chat-away { display:none; }

.accordion-content, .print { display:block; }
}


/*******************************************
:--- IE ---:
*******************************************/
.ie7 .chat {
	display:none; 
}

.ie7 .print_mark, .ie7 .useful-links {
	margin-top:30px; 
}
