/* General */
body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 100%;
	background-color: #121212; /* $BG */
}

a {
	text-decoration: none;
	outline: none;
	color: #DC7842; /* $secondary */
}

h1,h2,h3,h4,h5 {
	margin: 0px;
	line-height: 1.25;
}

#BlogHeader h2 {
	color: #FFFFFF;
}

.site-wrap {
	position: relative;
	width: 100%;
	max-width: 1450px;
	margin: 0 auto;
	background-image: url(/images/site-bg.png);
	overflow: hidden;
	min-width: 320px;
}

.main {
	width: 78.62%;
	max-width: 1140px;
	margin: 0px auto;
	display: block;
	min-width: 320px;
}

.main:after {
	content: ' ';
	display: block;
	clear: both;
}

html.no-generatedcontent .main {
	zoom: 1;
}

.side>* {
	margin-bottom: 80px;
}

.half {
	width: 48%;
}

.half.left {
	float: left;
}

.half.right {
	float: right;
}

.third {
	width: 30%;
	float: left;
	margin-right: 5%;
}

.third:last-child {
	margin-right: 0%;
}

html.no-lastchild .third {
	width: 28%;
}

.fourth {
	float: left;
	width: 20%;
}
/* End General */

/* Navigation */
#TopArea {
	color: #000000; /* $text1 */
}

#TopZone {
	background-color: #BFB677; /* $tertiary */
	color: #000000; /* $text1 */
	background-image: -webkit-linear-gradient(top,#BFB677,#7C764E); /* $tertiary,adjust($tertiary,-35%,-37%,0%) */
	background-image: -moz-linear-gradient(top,#BFB677,#7C764E); /* $tertiary,adjust($tertiary,-35%,-37%,0%) */
	background-image: -o-linear-gradient(top,#BFB677,#7C764E); /* $tertiary,adjust($tertiary,-35%,-37%,0%) */
	background-image: linear-gradient(to bottom,#BFB677,#7C764E); /* $tertiary,adjust($tertiary,-35%,-37%,0%) */
	position: fixed;
	height: 36px;
	width: 100%;
	max-width: 1450px;
	z-index: 5;
}

.top-bar {
	overflow: hidden;
}

.social-media {
	float: right;
	text-align: right;
}

.social-media .stay {
	display: inline-block;
	color: #FFFFFF; /* $text2 */
	font-size: 0.875em;
	right: 5px;
	position: relative;
	top: -2px;
}

ul.social {
	list-style: none;
	padding: 0px;
	width: auto;
	margin: 5px 0;
	display: inline-block;
}

ul.social li {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline-block;
}

ul.social li a {
	display: block;
	padding: 5px;
	background-color: rgba(255,255,255,0.51); /* alpha($BG2,51%) */
	-webkit-transition: 180ms all ease-in-out;
	-moz-transition: 180ms all ease-in-out;
	-o-transition: 180ms all ease-in-out;
	transition: 180ms all ease-in-out;
}

ul.social li a:hover {
	background-color: #DC7842; /* $secondary */
}

ul.social li a icon {
	display: block;
	font-size: 1em;
	color: #DC7842; /* $secondary */
	-webkit-transition: 180ms all ease-in-out;
	-moz-transition: 180ms all ease-in-out;
	-o-transition: 180ms all ease-in-out;
	transition: 180ms all ease-in-out;
	text-shadow: 0 1px 1px #E18C5E; /* lighten($secondary,15%) */
}

ul.social li a:hover icon {
	color: #FFFFFF; /* $text2 */
}

#NavZone {
	float: left;
	width: 21.38%;
	position: relative;
	top: 36px;
	z-index: 50;
}

.masthead {
	width: 100%;
	position: fixed;
	top: 36px;
	max-width: 310px;
}

.masthead .tagline {
	text-align: center;
	padding: 0 2.5%;
	color: #D4D4D4; /* adjust($text2,-17%,-2%,0%) */
}

.masthead hr {
	width: 60%;
	display: block;
	height: 1;
	border: 0;
	border-top: 1px solid #D1D1D1; /* darken($text2,18%) */
}

.phone-info {
	text-align: center;
	margin: 15px 0;
}

.phone-info .call {
	color: #DC7842;
	font-size: 0.875em;
}

.phone-info icon {
	color: #FFFFFF;
	font-size: 1.625em;
	position: relative;
	top: 3px;
	margin: 0 4px;
}

.phone-info .phone {
	color: #FFFFFF;
	font-size: 1.625em;
	font-weight: 600;
	cursor: default;
}

.masthead .search {
	background-color: #898989; /* lighten($primary,45%) */
	padding: 2px 4px 4px 12px;
	width: 90%;
	margin: 30px auto;
	background-image: -webkit-linear-gradient(top,#878787,#5A5A5A); /* lighten($primary,44%),lighten($primary,23%) */
	background-image: -moz-linear-gradient(top,#878787,#5A5A5A); /* lighten($primary,44%),lighten($primary,23%) */
	background-image: -o-linear-gradient(top,#878787,#5A5A5A); /* lighten($primary,44%),lighten($primary,23%) */
	background-image: linear-gradient(to bottom,#878787,#5A5A5A); /* lighten($primary,44%),lighten($primary,23%) */
	border-radius: 20px;
	position: relative;
}

.masthead .search input {
	border: none;
	background-color: transparent;
	color: #FFFFFF; /* $text2 */
	font-family: 'Open Sans', sans-serif;
	width: calc(100% - 30px);
	outline: none;
}

html.no-csscalc .masthead .search input {
	width: 65%;
}

.masthead .search .SearchButton {
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	top: 4px;
	border-radius: 50%;
	right: 4px;
}

.masthead .search icon {
	background-color: #292929; /* $primary */
	border-radius: 50%;
	padding: 5px;
	color: #DC7842; /* $secondary */
	position: relative;
	top: 2px;
	font-size: 0.875em;
	float: right;
}

nav.top-nav {
}

nav.top-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px;
	border-top: 1px solid #454545; /* darken($text2,73%) */
}

nav.top-nav ul li {
	border-bottom: 1px solid #454545; /* darken($text2,73%) */
	position: relative;
}

nav.top-nav ul li a {
	color: #FFFFFF; /* $text2 */
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.813em;
	display: block;
	padding: 20px 1% 20px 10%;
}

nav.top-nav ul li a:hover {
	color: #DC7842;
}

html.no-display-table nav.top-nav ul li {
	float: left;
	line-height: 40px;
}
/* End Navigation */

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #DC7842; /* $secondary */
	color: #FFFFFF; /* $text2 */
	border: none;
	border-radius: 6px;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	padding: 6px 0px 6px 0px;
	text-align: left;
	min-width: 225px;
	left: 100%!important;
	top: 0!important;
}

nav.top-nav div.iflylist:before {
	font-family: 'icomoon-ult';
	content: '\e0eb';
	position: absolute;
	top: -12px;
	left: 30px;
	font-size: 40px;
	line-height: 40px;
	display: none;
}

nav.top-nav div.iflylist div.iflylist {
	padding: 6px 0px;
}

nav.top-nav div.iflylist div.iflylist:before {
	display: none;
}

nav.top-nav div.ifly {
	background-color: #DC7842; /* $secondary */
	border: none;
	border-top: solid 1px #E7A27D; /* lighten($secondary,31%) */
}

nav.top-nav div.ifly a {
	padding: 12px 25px;
	color: #FFFFFF; /* $text2 */
	min-width: 150px;
	line-height: 1.5em;
}

nav.top-nav div.ifly a:hover {
	text-decoration: none;
}

nav.top-nav div.iflyOver {
	background-color: #292929; /* $primary */
}

nav.top-nav div.ifly a.iflyOver {
	color: #FFFFFF; /* $text2 */
}

nav.top-nav div.iflyRight {
	background-image: none;
}

nav.top-nav div.iflyRight>a:before {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	float: right;
	margin-right: -27px;
	font-size: 20px;
}
/* End Flyout Menu */

/* Animation */
.animation {
	height: 758px;
	width: 100%;
	position: fixed;
	overflow: hidden;
	clear: both;
	max-width: 1140px;
	top: 36px;
	z-index: 1;
}

.animation a.prev, .animation a.next {
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -94px;
	color: #ECB597; /* lighten($secondary,45%) */
}

.animation a.prev {
	padding: 10px 10px 10px 10px;
	left: 0;
}

.animation a.next {
	padding: 10px 10px 10px 10px;
	right: 0;
}

html.no-csstransitions .animation a.prev, html.no-csstransitions .animation a.next {
	display: none;
}

.animation div.slide {
	height: 100%;
	position: absolute;
	width: 100%;
	display: none;
}

.animation div.slide:first-child {
	display: block;
}

.animation div.slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

div.slide div.info {
	position: absolute;
	top: 55%;
	padding: 0;
	width: 70%;
	text-align: center;
	left: 15%;
	text-shadow: 0 0 20px #000, 0 0 25px #000, 0 0 35px #000;
}

html.no-rgba div.slide div.info {
}

div.slide div.info h2 {
	font-size: 1.875em;
	color: #FFFFFF; /* $text2 */
	font-weight: 600;
}

div.slide div.info h3 {
	font-size: 1.875em;
	color: #FFFFFF; /* $text2 */
	font-weight: 300;
}

.button {
	font-size: 0.875em;
	display: inline-block;
	margin: 0;
	color: #FFFFFF; /* $text2 */
	background-color: #DC7842; /* $secondary */
	padding: 8px 15px;
	width: auto;
	border-radius: 20px;
	-webkit-transition: 180ms background ease-in-out;
	-moz-transition: 180ms background ease-in-out;
	-o-transition: 180ms background ease-in-out;
	transition: 180ms background ease-in-out;
}

.button:hover {
	background-color: #545454; /* lighten($primary,20%) */
}

div.slide .button {
	float: left;
}

div.slide .button:after {
	font-family: 'icomoon-ult';
	content: '\e0f6';
	padding: 5px;
	border-radius: 50%;
	background-color: #E28F62; /* lighten($secondary,17%) */
	margin-left: 8px;
}
/* End Animation */

/* CTAs */
#CTAZone {
	background-color: #DC7842; /* $secondary */
	background-image: -webkit-linear-gradient(top,#DC7842,#A0542B); /* $secondary,adjust($secondary,-29%,-16%,0%) */
	background-image: -moz-linear-gradient(top,#DC7842,#A0542B); /* $secondary,adjust($secondary,-29%,-16%,0%) */
	background-image: -o-linear-gradient(top,#DC7842,#A0542B); /* $secondary,adjust($secondary,-29%,-16%,0%) */
	background-image: linear-gradient(to bottom,#DC7842,#A0542B); /* $secondary,adjust($secondary,-29%,-16%,0%) */
}

.cta-list {
	width: 100.05%;
	display: table;
	margin: 0 auto;
	table-layout: fixed;
	clear: both;
}

.cta-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: table-row;
}

.cta-list ul li {
	width: 33.33%;
	position: relative;
	color: #FFFFFF; /* $text2 */
	display: table-cell;
	-webkit-transition: 180ms background ease-in-out;
	-moz-transition: 180ms background ease-in-out;
	-o-transition: 180ms background ease-in-out;
	transition: 180ms background ease-in-out;
	background-repeat: no-repeat;
	padding: 15px 3%;
}

.cta-list ul li:first-child {
	background-position: top left;
	text-align: right;
}

.cta-list ul li:first-child:after {
	content: '';
	position: absolute;
	height: 90%;
	width: 1px;
	background-color: #E29064; /* lighten($secondary,18%) */
	right: 0;
	display: block;
	top: 5%;
}

.cta-list ul li:last-child {
	background-position: top right;
}

.cta-list ul li:hover {
	background-color: #A74E1F; /* darken($secondary,31%) */
}

html.no-display-table .cta-list {
	width: 100%;
	display: block;
	border-spacing: 0px 0px;
	border-collapse: collapse;
}

html.no-display-table .cta-list ul li {
	display: block;
	float: left;
	margin-right: 2%;
}

.cta-list ul.items2 li {
	width: 50%;
}

.cta-list ul.items3 li {
	width: 33.33%;
}

html.no-display-table .cta-list ul.items3 li {
	width: 31%;
}

.cta-list ul.items4 li {
	width: 25%;
}

.cta-list ul li>a {
	display: block;
	position: relative;
	min-height: 279px;
}

html.no-cssgradients .cta-list ul li {
}

.cta-list ul li icon {
	font-size: 1.750em;
	color: #FFFFFF; /* $text2 */
	width: 55px;
	background-color: #DC7842; /* $secondary */
	border-radius: 50%;
	line-height: 55px;
	height: 55px;
	display: inline-block;
	-webkit-transition: 180ms background ease-in-out;
	-moz-transition: 180ms background ease-in-out;
	-o-transition: 180ms background ease-in-out;
	transition: 180ms background ease-in-out;
}

.cta-list ul li:hover icon {
	background-color: #B05321; /* darken($secondary,27%) */
}

.cta-list ul li h2 {
	color: #FFFFFF; /* $text2 */
	font-size: 1.5em;
	padding: 8px 0px;
	font-weight: bold;
	text-shadow: 0 1px 3px #803C18; /* darken($secondary,47%) */
}

.cta-list ul li:first-child h2:after, .cta-list ul li:last-child h2:before {
	font-family: 'icomoon-ult'!important;
	color: #AE643D; /* adjust($secondary,-18%,-30%,0%) */
	display: block;
	position: absolute;
	top: 10px;
}

.cta-list ul li:first-child h2:after {
	content: '\e0ec';
	right: -25px;
	text-shadow: 1px 0 0 #FFF;
}

.cta-list ul li:last-child h2:before {
	content: '\e0ea';
	left: -25px;
	text-shadow: 0 1px 0 #FFF;
}

.cta-list ul li p {
	margin: 0px;
	color: #292929; /* $primary */
	font-weight: 600;
	max-width: 63%;
	display: inline-block;
	text-shadow: 0 1px 0 #E18C5E; /* lighten($secondary,15%) */
}

.cta-list ul li .button {
	width: 70%;
	margin: 5px auto;
}

.cta-list ul li a:hover .button {
	background-color: #545454; /* lighten($primary,20%) */
	color: #FFFFFF; /* $text2 */
}

html.no-lastchild .cta-list ul li {
}

@-moz-document url-prefix() {
	.cta-list {
		height: 100%;
	}

	.cta-list ul {
		height: 100%;
	}

	.cta-list ul li {
		height: 100%;
	}

	.cta-list ul li a {
		height: 100%;
		position: relative;
		width: 100%;
	}
}
/* End CTAs */

/* Main Area */
main.main {
	background-color: #121212; /* $BG */
	box-shadow: 0 0 15px -3px #000000;
}

.site-content {
	float: right;
	overflow: auto;
	position: relative;
	top: 36px;
	padding-top: 562px;
	background-color: #292929; /* $primary */
}

.sub .site-content {
	padding-top: 0;
}

.scrollable {
	position: relative;
	z-index: 2;
}

.main-wrap {
	background-color: #FFFFFF; /* $BG2 */
	padding: 40px 3%;
	overflow: hidden;
}

#MainZone {
	padding: 0px 1.5% 0px 0;
	float: left;
	clear: left;
	width: 60%;
	font-size: 0.875em;
}

#SideZone {
	float: right;
	clear: right;
	width: 39%;
	position: relative;
}

.text {
	font-size: 1em;
	line-height: 1.5;
	color: #000000; /* $text1 */
}

.text a:hover {
	color: #BFB677; /* $tertiary */
}

.text a:hover strong {
	color: #DC7842; /* $secondary */
}

.text h1 {
	font-size: 1.875em;
	color: #292929; /* $primary */
	padding: 0px 0px 15px 0px;
}

.text h2 {
	font-size: 1.375em;
	color: #DC7842; /* $secondary */
	font-weight: normal;
	margin-bottom: 1em;
}

.text h3 {
	font-size: 1.313em;
	font-weight: 700;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #DC7842; /* $secondary */
}

.text strong {
	color: #292929; /* $primary */
}

.side h2 {
	font-size: 1.875em;
	color: #000000; /* $text1 */
	margin-bottom: 10px;
	font-weight: normal;
}

.side h2 a {
	color: #000000; /* $text1 */
}

.side-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.side-nav ul li {
	margin: 0px 0px 5px;
	padding: 0px;
}

.side-nav ul li a {
	display: block;
	padding: 5px 15px;
	color: #FFFFFF; /* $text2 */
	font-size: 0.875em;
	background-color: #292929; /* $primary */
	-webkit-transition: 200ms all ease-in-out;
	-moz-transition: 200ms all ease-in-out;
	-o-transition: 200ms all ease-in-out;
	transition: 200ms all ease-in-out;
}

.side-nav ul li a:before {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	float: right;
	font-size: 18px;
}

.side-nav ul li a:hover, .side-nav ul li.selected a {
	color: #FFFFFF; /* $text2 */
	background-color: #DC7842; /* $secondary */
}

.item.blog h2 {
	margin: 12px 0;
}

.item.blog .content {
	margin-bottom: 12px;
}

.comments {
	line-height: 34px;
	margin-right: 8px;
}

.sidemenu {
}

.sidemenu h2 {
	text-transform: none;
	font-weight: normal;
	color: #000000; /* $text1 */
}

.sidemenu h2 span, .side h2 a span {
	color: #DC7842;
}

.sidemenu h3 {
	padding: 5px;
	font-size: 14px;
	background-color: #292929; /* $primary */
	margin: 0;
	color: #FFFFFF; /* $text2 */
}

.sidemenu ul {
	margin: 0;
	padding: 2px 0 0 10px;
}

.sidemenu li {
	padding-left: 15px;
}

.sidemenu a {
	font-size: 0.75em;
	line-height: 1.5;
}

.sidemenu a:hover {
}

.contact-form-box {
	background-color: #292929; /* $primary */
	padding: 15px 6% 20px;
	border-top: 5px solid #DC7842; /* $secondary */
	background-image: url(/images/squares.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}

.contact-form-box  h2 {
	margin-bottom: 15px;
	text-transform: none;
	font-weight: normal;
	color: #FFFFFF; /* $text2 */
	padding-bottom: 8px;
	border-bottom: 1px solid #5F5F5F; /* lighten($primary,25%) */
}

.contact-form-box  h2 span {
	color: #DC7842; /* $secondary */
}

.contact-form {
	color: #FFFFFF; /* $text2 */
	overflow: hidden;
}

.contact-form h3 {
	font-size: 1.375em;
	padding: 0px 0px 10px 0px;
}

.contact-form input {
	margin: 0px 0px 4px 0px;
	padding: 3% 5%;
	border: 0px;
	color: #000000; /* $text1 */
	font-size: 1em;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1em;
	width: 100%;
	background-color: rgba(255,255,255,0.25); /* alpha($BG2,25%) */
	box-shadow: inset 0 0 15px -8px #fff;
}

html.no-boxsizing .contact-form input, html.no-boxsizing .contact-form textarea {
	width: 368px;
}

.contact-form textarea {
	margin: 0px 0px 4px 0px;
	padding: 3% 5%;
	border: 0px;
	background-color: rgba(255,255,255,0.25); /* alpha($BG2,25%) */
	color: #000000; /* $text1 */
	font-size: 1em;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1em;
	width: 100%;
	height: 70px;
	resize: none;
	overflow: auto;
}

.contact-form .button {
	float: left;
	clear: both;
	padding-right: 15px;
}

#ScrollerZone {
	padding-bottom: 60px;
}

.scroll-more-wrap {
	width: 100px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	-webkit-animation: 6s upDown ease-in-out infinite;
	-moz-animation: 6s upDown ease-in-out infinite;
	-o-animation: 6s upDown ease-in-out infinite;
	animation: 6s upDown ease-in-out infinite;
}

.scroll-more-wrap span {
	color: #FFFFFF; /* $text2 */
	display: block;
	margin: 0 auto;
	text-shadow: 0 0 15px #000, 0 0 20px #000, 0 0 25px #000, 0 0 30px #000, 0 0 35px #000;
}

.scroll-more-wrap img {
	display: block;
	margin: 0 auto;
}

@-webkit-keyframes upDown {
	0% { top: 0px; }
	15% { top: 30px; }
	30% { top: 0; }
	45% { top: 30px; }
	60% { top: 0px; }
	80% { top: 30px; }
	100% { top: 0; }
}

@-moz-keyframes upDown {
	0% { top: 0px; }
	15% { top: 30px; }
	30% { top: 0; }
	45% { top: 30px; }
	60% { top: 0px; }
	80% { top: 30px; }
	100% { top: 0; }
}

@-o-keyframes upDown {
	0% { top: 0px; }
	15% { top: 30px; }
	30% { top: 0; }
	45% { top: 30px; }
	60% { top: 0px; }
	80% { top: 30px; }
	100% { top: 0; }
}

@keyframes upDown {
	0% { top: 0px; }
	15% { top: 30px; }
	30% { top: 0; }
	45% { top: 30px; }
	60% { top: 0px; }
	80% { top: 30px; }
	100% { top: 0; }
}

.accolades-zone {
	background-color: #FFFFFF;
	padding-left: 3%;
	padding-bottom: 20px;
}

.sub .accolades-zone {
	padding-top: 20px;
}

.accolades h2 {
	font-weight: normal;
	border-left: 5px solid #BF5A23; /* darken($secondary,21%) */
	background-image: url(/images/white-texture.jpg);
	padding: 9px 10px 9px 12px;
	color: #292929; /* $primary */
	box-shadow: inset 0 0 25px -10px #000000;
	margin-bottom: 15px;
}

.accolades h2 span {
	color: #DC7842; /* $secondary */
}

.accolades ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.accolades li {
	float: left;
	margin-right: 3.5%;
	clear: right;
	min-height: 90px;
}

#ContactMap, #ContactMap2 {
	width: 450px;
	height: 450px;
	margin: 0 auto;
}

#ContactMap, #ContactMap2, #ContactMap img, #ContactMap2 img, #ContactMap3 img {
	max-width: 450px;
	width: 100%!important;
	height: auto!important;
}

.video-wrap {
	padding-top: 56.25%;
	position: relative;
}

.video-wrap div, .video-wrap object {
	position: absolute;
	top: -14px;
	left: 0;
	z-index: 11;
}

.video-wrap > div > div {
	width: 100%;
	height: 100%;
}

.content div + iframe:last-of-type {
	display: none;
}
/* End Main Area */

/* Callout Styles */
.call-out1 {
	font-size: 1.7em;
	background-color: #F4F4F4;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3) inset;
	border-left: 5px solid #DC7842; /* $secondary */
	padding: .2em .5em;
}

.call-out2 {
	font-size: 1.7em;
	text-align: center;
	background-color: #DC7842; /* $secondary */
	box-shadow: 4px 4px 0 0 #b1613a;
	color: #FFFFFF; /* $BG2 */
}

.call-out3 {
	font-size: 1.7em;
	background-color: #292929; /* $primary */
	color: #FFFFFF; /* $text2 */
	font-weight: bold;
	padding: .4em .4em .1em;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.call-out3:before {
	content: url('/documents/common-question-icon9.svg');
	margin-right: .5em;
	display: inline-block;
	vertical-align: middle;
}
/* End Callout Styles */

/* Feed Zone */
.widgets {
	background-image: url(/images/Widgets-BG.jpg);
	background-position: top left;
	background-size: cover;
	padding: 2em;
}

#FeedZone {
}

.main-feed {
	display: table;
	margin-bottom: 40px;
}

#BlogHeader {
	margin: 0 0 1em;
}

.main-feed ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: table-row;
}

.main-feed ul li {
	width: 33.33%;
	position: relative;
	display: table-cell;
	padding: 0 1em;
	border-right: 1px solid #DC7842; /* $secondary */
}

.main-feed ul li:last-child {
	border-right: none;
}

.main-feed ul li a {
	display: block;
}

.main-feed ul li .title {
	display: block;
	font-size: 1.500em;
	line-height: 1;
	color: #DC7842;
	-webkit-transition: 180ms color ease-in-out;
	-moz-transition: 180ms color ease-in-out;
	-o-transition: 180ms color ease-in-out;
	transition: 180ms color ease-in-out;
}

.blog.main-feed ul li h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

.blog.main-feed ul li a:hover h2 {
	color: #D4D4D4;
}

.main-feed ul li .subtext {
	margin-bottom: 1em;
	display: block;
	font-size: 1.500em;
	color: #DC7842; /* $secondary */
	-webkit-transition: 180ms color ease-in-out;
	-moz-transition: 180ms color ease-in-out;
	-o-transition: 180ms color ease-in-out;
	transition: 180ms color ease-in-out;
}

.main-feed ul li .date {
	display: block;
	text-transform: uppercase;
	font-size: 0.750em;
	color: #DC7842; /* $secondary */
}

.main-feed ul li p {
	margin: 0 0 1em 0;
	color: #FFFFFF; /* $text2 */
}

.main-feed ul li .button {
	display: inline-button;
	padding: 8px 10px;
	font-size: 0.625em;
	border-radius: 0;
	box-shadow: 1px 0px #b1613a, 0px 1px #964628, 2px 1px #b1613a, 1px 2px #964628, 3px 2px #b1613a, 2px 3px #964628, 4px 3px #b1613a, 3px 4px #964628, 5px 4px #b1613a, 4px 5px #964628, 6px 5px #b1613a, 5px 6px #964628;
	text-transform: uppercase;
}

.main-feed ul li:hover .button {
	background-color: #AC450E; /* adjust($secondary,-35%,53%,0%) */
}

.main-feed ul li:hover .title {
	color: #DC7842; /* $secondary */
}

.main-feed ul li:hover .subtext {
	color: #FFFFFF; /* $text2 */
}
/* End Feed Zone */

/* Attorney System */
.atty-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.atty-list li {
	margin-bottom: 12px;
	border-bottom: 2px solid #DC7842; /* $secondary */
	_float: left;
	_width: 24%;
	_line-height: .85;
	-webkit-flex: 0 1 26%;
	-ms-flex: 0 1 26%;
	flex: 0 1 26%;
}

.atty-list img {
	width: 100%!important;
}

.atty-list span {
	display: block;
	font-size: 0.875em;
	text-align: center;
	background-color: #121212; /* $BG */
	padding: 5px;
}

.atty-contact-info {
	float: right;
	margin: 0 0 1em 1em;
}

.atty-contact-info img {
	display: block;
}
/* End Attorney System */

/* Footer */
.footer-content {
	padding: 30px 0 30px 3%;
	color: #FFFFFF; /* $text2 */
	background-color: #1B1B1B; /* darken($primary,33%) */
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer-content h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #FFFFFF; /* $text2 */
}

.footer-content h2 span {
	color: #DC7842; /* $secondary */
}

.footer-content .phone-info {
	text-align: left;
	margin: 8px 0;
	float: none;
}

.footer-content .phone {
	font-size: 1.250em;
}

.footer-content .claim {
}

.footer-content .button {
	font-weight: bold;
}

.footer-content .social-media {
	float: left;
	clear: both;
	text-align: left;
	margin-top: 15px;
}

.footer-content .social-media .stay {
	right: auto;
	top: auto;
	font-size: 0.750em;
	display: block;
}

.footer-content ul.social li a {
	background-color: #FFFFFF; /* $text2 */
}

.footer-content ul.social li a:hover {
	background-color: #DC7842; /* $secondary */
}

.footer-content .footer-main-content {
	font-size: 0.750em;
	margin-top: 20px;
}

.footer-content .contact-info a, .footer-content .address a {
	color: #DC7842;
}

.footer-content .contact-info a:hover, .footer-content .address a:hover {
	color: #FFFFFF; /* $text2 */
}

.footer-content .address {
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	min-height: 295px;
	border-left: 1px solid #454545;
	padding: 0 2% 20px;
}

.footer-content .address1 {
	background-image: url(/images/address-bg-1.png);
}

.footer-content .address2 {
	background-image: url(/images/address-bg-2.png);
}

.disclaimer {
	padding: 20px 2.5% 50px;
	overflow: hidden;
	background-image: url(/images/site-bg.png);
}

.footer-menu {
}

.footer-menu a {
	color: #DC7842; /* $secondary */
	font-size: 0.75em;
	display: inline-block;
	padding: 0 10px 0 0;
	text-transform: uppercase;
}

.footer-menu a:hover {
	color: #FFFFFF; /* $text2 */
}

.disclaimer .right {
	float: right;
	clear: right;
}

.disclaimer .left {
	float: left;
	clear: left;
	width: 70%;
	color: #FFF;
	font-size: 0.875em;
}

.disclaimer .left p {
}
/* End Footer */

/* Mobile Menu */
#MobileNavZone .imenuitem {
	display: none;
}

#SmallMenu {
	padding: 12px 0;
	background-color: #292929; /* $primary */
	width: 100%;
	color: #FFFFFF; /* $text2 */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	text-align: center;
	display: none;
	background-image: -webkit-linear-gradient(top,#363636,#292929); /* lighten($primary,6%),$primary */
	background-image: -moz-linear-gradient(top,#363636,#292929); /* lighten($primary,6%),$primary */
	background-image: -o-linear-gradient(top,#363636,#292929); /* lighten($primary,6%),$primary */
	background-image: linear-gradient(to bottom,#363636,#292929); /* lighten($primary,6%),$primary */
}

html.boxsizing body {
	overflow-x: hidden;
}

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: rgba(18,18,18,0.85); /* alpha($BG,85%) */
	text-align: left;
	z-index: 99;
}

div.imenupanel div.imenu {
	width: 100% !important;
}

div.imenuitem {
	color: #FFFFFF;
	font-size: 15px;
	border-bottom: solid 1px #5a5a5a;
}

div.imenuitem.iright:before {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	line-height: 1;
	float: right;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 41px;
	padding-left: 25%;
}

div.imenuitem a {
	color: #FFFFFF;
	display: block;
	padding: 12px 15px;
}

div.imenu {
	position: absolute;
	top: 0px !important;
	width: 100% !important;
}
/* End Mobile Menu */

/* Responsive */
form *,form *:before,form *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

@media (max-width:1460px) {
	.main {
		width: 100%;
	}

	#NavZone {
		float: none;
		z-index: 10;
		background-image: url(/images/site-bg.png);
		position: fixed;
		top: 36px;
		width: 100%;
	}

	.masthead {
		position: relative;
		top: auto;
	}

	.masthead .logo {
		float: left;
		line-height: 0.8;
	}

	.masthead .logo img {
		width: 150px;
	}

	.masthead hr {
		display: none;
	}

	.masthead .tagline {
		float: left;
		text-align: left;
		margin-top: 20px;
	}

	.phone-info {
		float: right;
		margin: 10px 2.5% 5px 0;
	}

	.masthead .search {
		float: right;
		margin: 0 2.5% 0 0;
		width: 20%;
	}

	nav.top-nav {
		display: table;
		width: 62%;
		float: left;
		padding: 0 0 0 2.5%;
	}

	nav.top-nav ul {
		list-style: none;
		margin: 0px;
		padding: 0px 0px;
		border-top: 1px solid #454545; /* darken($text2,73%) */
		display: table-row;
	}

	nav.top-nav ul li {
		display: table-cell;
		border-bottom: none;
	}

	nav.top-nav ul li a {
		padding: 8px 1.5% 8px 1.5%;
	}

	nav.top-nav ul li a:hover {
		color: #DC7842;
	}

	html.no-display-table nav.top-nav ul li {
		float: left;
		line-height: 40px;
	}

	nav.top-nav div.iflylist {
		left: 0!important;
		top: 50px!important;
		padding-top: 18px;
	}

	nav.top-nav div.iflylist:before {
		display: block;
	}

	.site-wrap, #TopZone, .masthead, #NavZone {
		max-width: 1140px;
	}

	.site-content {
		float: none;
		padding-top: 642px;
	}

	.sub .site-content {
		padding-top: 120px;
	}

	.animation {
		top: 86px;
	}
}

@media (max-width: 1140px) {
	.accolades li {
		width: 18%;
		margin-right: 0;
		padding: 0 2%;
	}
}

@media (max-width:1060px) {
	.cta-list ul li:first-child {
		background-position: -90px 0;
	}

	.cta-list ul li:last-child {
		background-position: 90px 0;
	}
}

@media (max-width:990px) {
	.masthead .tagline {
		width: 40%;
	}

	nav.top-nav {
		width: 100%;
	}

	nav.top-nav ul li a {
		padding: 8px 5%;
	}

	nav.top-nav div.iflylist {
		top: 34px!important;
	}

	.masthead .search {
		position: absolute;
		right: 0;
		top: 70px;
	}

	.animation {
		height: 500px;
		top: 166px;
	}

	.site-content {
		padding-top: 464px;
	}

	.sub .site-content {
		padding-top: 154px;
	}

	.animation a.prev, .animation a.next {
		display: none;
	}

	div.slide div.info {
		top: 45%;
		left: 5%;
		width: 90%;
	}

	.cta-list, .cta-list ul, .cta-list ul li {
		display: block;
	}

	.cta-list ul.items2 li, .cta-list ul.items3 li, .cta-list ul.items4 li, .cta-list ul li {
		width: 100%;
	}

	.cta-list, .cta-list ul {
		display: block;
	}

	.cta-list ul li:first-child h2:after, .cta-list ul li:last-child h2:before {
		display: none!important;
	}

	.cta-list ul li:first-child {
		background-position: top left;
		text-align: right;
		border-bottom: 1px solid #292929; /* $primary */
	}

	.cta-list ul li:last-child {
		background-position: top right;
	}

	.cta-list ul li>a {
		min-height: 150px;
	}

	.fourth {
		width: 50%;
		text-align: center;
		margin-bottom: 15px;
		min-height: 200px;
	}

	.footer-content .phone-info {
		text-align: center;
	}

	.footer-content .social-media {
		float: none;
		text-align: center;
	}

	.footer-content .address {
		padding: 20px 2%;
		min-height: 155px;
	}

	.footer-content {
		display: block;
	}
}

@media (max-width:760px) {
	#MobileNavZone, #MobileNavZone .imenuitem, #SmallMenu {
		display: block;
	}

	#MobileNavZone {
		position: fixed;
		top: 156px;
		z-index: 100;
		width: 100%;
	}

	.phone-info {
		margin: 0;
		position: relative;
		margin-top: 10px;
		right: 2.5%;
	}

	.masthead .search {
		width: 40%;
	}

	.imenupanel {
		top: 44px!important;
	}

	nav.top-nav, .tagline, #ScrollerZone {
		display: none;
	}

	.site-content {
		padding-top: 460px;
	}

	.animation {
		height: 300px;
		top: 196px;
	}

	.animation div.slide img {
		background-position: top center;
	}

	div.slide div.info {
		top: auto;
		bottom: 0;
		padding: 12px 1.5%;
		width: 100%;
		left: 0;
		background-color: rgba(18,18,18,0.82); /* alpha($BG,82%) */
	}

	div.slide div.info h2, div.slide div.info h3 {
		font-size: 1.25em;
	}

	.accolades li {
		width: 33%;
	}

	.disclaimer .right, .disclaimer .left {
		float: none;
		display: block;
		text-align: center;
		width: 100%;
	}

	.footer-menu {
		text-align: center;
		margin-bottom: 20px;
	}

	.accolades ul {
		display: block;
	}
}

@media (max-width:700px) {
	.main-feed, .main-feed ul, .main-feed ul li {
		display: block;
	}

	.main-feed ul li {
		width: 100%;
		padding: 2.5% 0 20px;
		margin: 0 0 10px;
		border-bottom: 1px solid #DC7842; /* $secondary */
		border-right: none;
	}

	.main-feed ul li:last-child {
		border-bottom: none;
	}

	.main-feed {
		margin-bottom: 20px;
	}

	#MainZone, #SideZone {
		width: 100%;
		float: none;
	}

	.footer-content {
		display: block;
	}
}

@media (max-width:600px) {
	.fourth {
		width: 100%;
		min-height: 0;
	}

	.footer-content {
		padding: 30px 0;
	}

	.footer-content .address {
		border-right: none;
	}

	.footer-content .footer-main-content {
		font-size: 0.875em;
	}

	#BottomCTA {
		display: none;
	}
}

@media (max-width:550px) {
	.masthead .logo img {
		width: 125px;
	}

	.masthead .search {
		top: 55px;
		width: 50%;
	}

	html.no-csscalc .masthead .search {
		width: 50%;
	}

	.phone-info .call, .phone-info icon, #TopZone {
		display: none;
	}

	#NavZone {
		position: relative;
		top: 0;
	}

	#MobileNavZone {
		position: relative;
		top: 0;
	}

	.masthead {
		overflow: hidden;
	}

	.animation {
		top: 0;
		position: relative;
	}

	.site-content {
		padding-top: 0;
		top: 0;
	}

	.sub .site-content {
		padding-top: 0;
	}

	.cta-list ul li:first-child {
		background-position: -90px 0;
	}

	.cta-list ul li:last-child {
		background-position: 20px 0;
	}
}

@media (max-width: 480px) {
	.cta-list ul li:first-child {
		background-position: -90px 0;
	}

	.cta-list ul li:last-child {
		background-position: 60% 0;
	}

	.atty-list li {
		-webkit-flex: 0 1 45%;
		-ms-flex: 0 1 45%;
		flex: 0 1 45%;
	}
}

@media (max-width: 700px) and (orientation: landscape) {
	.site-content, .sub .site-content {
		padding-top: 0;
		top: 0;
	}

	#TopZone, #NavZone, #MobileNavZone, .masthead {
		position: relative;
		top: 0;
	}

	.masthead {
		overflow: hidden;
	}
}
/* End Responsive */

.footer-content .address3 {
	background-image: url(/images/cleveland-office-meyer.png);
}

.main-wrap .text iframe#Picobalt3 {
	display: none;
}
