/* General Styles */
body {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #23201B; /* $text1 */
}

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

form a {
	transition: .5s ease;
}

h1,h2,h3,h4,h5 {
	margin: 10px 0px;
	font-family: 'Noto Serif', Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: 400;
}

h1 {
	color: #464036; /* lighten($text1,14%) */
	font-weight: 400;
	font-size: 28px;
}

h2,h3 {
	color: #0E1D42; /* $primary */
	font-size: 23px;
}

a {
	color: #0E1D42; /* $primary */
	text-decoration: none;
}

a:hover {
	color: #71A9D4; /* lighten($secondary,26%) */
	text-decoration: none;
}

a.phonelink {
	cursor: default;
}

.main {
	width: 100%;
	max-width: 1020px;
	margin: 0px auto;
	min-width: 320px;
	padding: 0px 1%;
}

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

.hidefordesktop {
	display: none;
}

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

.left {
	float: left;
	clear: left;
}

.third {
	float: left;
	width: 33%;
	margin-right: 0;
	padding: 38px 2% 10px 2%;
	position: relative;
}

.third:nth-child(2) {
	height: auto;
}

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

.fancyfont {
	background-color: #DDDDDD;
	color: #100F15;
	border: solid 3px #498BCF;
	margin: 15px 0;
	padding: 3px 10px;
}

html.no-rgba .third {
	background-color: #1D1B17; /* darken($text1,16%) */
}
/* End General Styles */

/* Masthead */
#Masthead {
	padding: 15px 1%;
}

#Masthead .TopLogo {
	margin: auto;
	padding: 0px 0px 0px 0px;
	max-width: 70%;
}

#Masthead .TopLogo img {
	max-width: 100%;
}

#Masthead .Phone {
	color: #FFFFFF; /* $text2 */
	font-size: 1.5em;
	display: inline-block;
	width: 25%;
	line-height: 1.75em;
	text-align: center;
}

#Masthead .Phone span {
	background: #3F8BC5; /* $secondary */
	color: #0E1D42; /* $primary */
	font-size: 0.688em;
	font-family: 'Noto Serif', sans-serif;
	font-style: italic;
	padding: 5px 4%;
}

#Masthead .Phone > a {
	color: #FFFFFF; /* $text2 */
}

#Masthead .Phone span a {
	color: #0E1D42; /* $primary */
}

#Masthead .Phone span a:hover {
	color: #ffffff;
}
/* End Masthead */

/* topnav */
nav.top-nav {
	display: table;
	width: 100%;
}

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

nav.top-nav ul li {
	display: table-cell;
	text-align: center;
}

nav.top-nav ul li a {
	color: #FFFFFF; /* $text2 */
	font-weight: 400;
	display: block;
	padding: 15px 0px;
	font-size: 1.0em;
}

nav.top-nav ul li a:hover {
	color: #90C7FF; /* $lightblue */
}

html.no-display-table nav.top-nav ul li {
	float: left;
	line-height: 40px;
	margin-right: 5%;
}
/* End topnav */

/* Mobile Buttons */
nav.top-nav ul.MobileBtns {
	display: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

nav.top-nav ul.MobileBtns > li {
	display: table-cell;
	text-align: center;
	width: 25%;
	box-shadow: 1px 0px 0px rgba(255,255,255,0.2);
	border-right: solid 1px rgba(0,0,0,0.2);
}

nav.top-nav ul.MobileBtns li:last-child {
	border-right: none;
	box-shadow: none;
}

nav.top-nav ul.MobileBtns li > a {
	display: block;
	padding: 5px 0px;
}

nav.top-nav ul.MobileBtns li a.MobileCall {
	display: none;
}

nav.top-nav ul.MobileBtns li a h2 {
	color: #FFFFFF; /* $text2 */
	text-transform: uppercase;
	margin: 0px 0px;
}

nav.top-nav ul.MobileBtns li a icon {
	color: #0E1D42; /* $primary */
	font-size: 22px;
}
/* End Mobile Buttons */

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #ffffff;
	color: #0E1D42; /* $primary */
	border: none;
	border-radius: 6px;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	padding: 17px 0px 6px 0px;
	text-align: left;
	min-width: 225px;
}

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

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: #ffffff;
	border: none;
	border-top: solid 1px #ddd;
}

nav.top-nav div.ifly a {
	padding: 10px 25px;
	color: #0E1D42; /* $primary */
	min-width: 150px;
	line-height: 1.5em;
}

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

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

nav.top-nav div.ifly a.iflyOver {
	color: #ffffff;
}

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;
}

div.iflylist div.ui-more-items {
	background-color: #0E1D42; /* $primary */
	border-top: solid 1px #ddd;
	position: relative;
}

div.iflylist div.ui-more-items:before {
	font-family: 'icomoon-ult';
	color: #fff;
	content: '\e0f5';
	float: left;
	font-size: 22px;
	margin-left: 12px;
	margin-top: -3px;
}

div.iflylist div.ui-more-items:after {
	font-family: 'icomoon-ult';
	color: #fff;
	content: '\e0f7';
	float: right;
	font-size: 22px;
	margin-top: -3px;
	margin-right: 12px;
}

div.iflylist div.ui-more-items img.more-up {
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
}

div.iflylist div.ui-more-items img.more-down {
	position: absolute;
	top: 0px;
	right: 0px;
	background: none;
}
/* End Flyout Menu */

/* Animation */
#Animation {
	height: 424px;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 2;
}

#Animation div.slide {
	height: 100%;
	position: absolute;
	display: none;
}

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

div.slide .info {
	color: #fff;
	padding: 0px;
	width: 80%;
	margin: 50px auto 0px auto;
}

div.slide div.info h2 strong {
	font-size: 100px;
	color: #0B0A09; /* darken($text1,68%) */
	text-shadow: 1px 1px 8px rgba(0,0,0,0.15), 0px 0px 10px rgba(0,0,0,0.15);
	text-transform: uppercase;
	display: block;
	line-height: 1.1em;
	font-weight: 400;
}

div.slide div.info h2 span {
	text-transform: none;
	color: #E2DED9; /* lighten($text1,85%) */
	font-size: 45px;
	display: block;
	line-height: 1em;
}

div.slide div.info p {
	font-size: 20px;
	line-height: 1.2em;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.3), 0px 0px 10px rgba(0,0,0,0.2);
	margin: 0px;
	padding: 15px 0px;
}

div.slide div.info a {
	background-image: linear-gradient(to bottom,#183170,#0E1D42); /* lighten($primary,13%),$primary */
	padding: 10px;
	color: #3F8BC5; /* $secondary */
	border-radius: 5px;
	font-family: 'Noto Serif', Arial, Helvetica, sans-serif;
	display: inline-block;
	background-color: #0E1D42; /* $primary */
}

div.slide div.info a:hover {
	background-color: #5297CB; /* lighten($secondary,10%) */
	color: #FFFFFF;
	background-image: linear-gradient(to top,#5297CB,#79AED6); /* lighten($secondary,10%),lighten($secondary,30%) */
}
/* End Animation */

/* CTAs */
.cta-list {
}

.cta-list ul {
	list-style: none;
	padding: 0px;
	margin: -20px 0 0;
}

.cta-list li {
	float: left;
	text-align: center;
	z-index: 2;
	position: relative;
	background-color: #3F8BC5; /* $secondary */
	background-image: linear-gradient(to right,#3F8BC5,#5297CB,#3F8BC5); /* $secondary,lighten($secondary,10%),$secondary */
}

.cta-list ul.items1 li {
	width: 50%;
	margin: 0px 25%;
	display: block;
}

.cta-list ul.items2 li {
	width: 48%;
	margin: 0px 1%;
}

.cta-list ul.items3 li {
	width: 31%;
	margin: 0px 1%;
}

.cta-list ul.items4 li {
	width: 23%;
	margin: 0px 1%;
}

.cta-list li > div {
	background-image: url(/images/Wood_Pattern.png);
	padding-top: 10px;
}

.cta-list .inner {
	padding: 1% 0px 0px 0px;
	border-top: solid 5px #B1A89A; /* lighten($text1,60%) */
	margin-top: 7px;
	background-color: #867A67; /* lighten($text1,39%) */
}

.cta-list ul.items3 .inner {
	min-height: 125px;
}

.cta-list li:last-child {
	margin-right: 0px;
}

.cta-list li h2 {
	color: #0E1D42; /* $primary */
	font-weight: 300;
	text-transform: uppercase;
}

.cta-list li h3 {
	color: #3F8BC5; /* $secondary */
	font-size: 1.0em;
	font-family: 'Lato', sans-serif;
	line-height: 1.2em;
	margin: 10px 0px;
}

.cta-list li p {
	color: #FFFFFF; /* $text2 */
	font-size: 0.84em;
	padding: 0px 9% 30px 9%;
	margin-bottom: 28px;
}

.cta-list icon {
	font-size: 2em;
	color: #D7E7F3; /* lighten($secondary,79%) */
	z-index: 1;
}

.cta-list .button {
	background-image: linear-gradient(to bottom,#1D3C89,#193374); /* lighten($primary,20%),lighten($primary,14%) */
	color: #3F8BC5; /* $secondary */
	font-size: 13px;
	padding: 10px 2px;
	border-radius: 5px;
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 10px;
	background-color: #0E1D42; /* $primary */
}

.cta-list .button span {
	margin-left: 2%;
}

.cta-list ul.items4 .button span {
	display: none;
}

.cta-list a:hover {
	color: #FFFFFF;
	background-image: linear-gradient(to top,#5297CB,#79AED6); /* lighten($secondary,10%),lighten($secondary,30%) */
	background-color: #65A2D1; /* lighten($secondary,20%) */
}

div#Accolades2 img {
	margin: 10px 3%;
}

div#Accolades2 img:first-child {
	margin-left: 37%;
}
/* End CTAs */

/* Content CTA Styles */
#ContentCTA {
	display: block;
	max-width: 100%;
	border: solid 5px #0E1D42; /* $primary */
	border-radius: 5px;
	background-image: linear-gradient(to right,#3F8BC5,#5297CB,#3F8BC5); /* $secondary,lighten($secondary,10%),$secondary */
	background-color: #5297CB; /* lighten($secondary,10%) */
}

#ContentCTA a {
	background-image: url(/images/Wood_Pattern.png);
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 5% 10px;
}

#ContentCTA a:hover {
	text-decoration: none;
}

#ContentCTA h2 {
	color: #FFFFFF; /* $text2 */
	font-size: 24px;
}

#ContentCTA icon {
	float: right;
	font-size: 30px;
}

#ContentCTA p {
	color: #0E1D42; /* $primary */
	font-size: 15px;
	margin: 10px 0px;
	line-height: 1.4em;
}

#ContentCTA .Btn {
	position: relative;
	box-shadow: none;
	font-size: 18px;
	line-height: 36px;
	display: block;
	text-align: center;
	background-color: #65A2D1; /* lighten($secondary,20%) */
	background-image: linear-gradient(to top,#5297CB,#79AED6); /* lighten($secondary,10%),lighten($secondary,30%) */
	border-radius: 5px;
}

#ContentCTA:hover .Btn {
	background-color: #5297CB; /* lighten($secondary,10%) */
	background-image: linear-gradient(to bottom,#5297CB,#79AED6); /* lighten($secondary,10%),lighten($secondary,30%) */
}
/* End Content CTA Styles */

/* Side Nav Styles */
.side-nav {
	width: 49%;
	float: left;
	margin-bottom: 5px;
}

body.sub .side-nav,#LeftNav2.side-nav {
	float: none;
	width: 100%;
	margin: 10px 0px;
}

.side-nav h2 {
	color: #71A9D4; /* lighten($secondary,26%) */
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-align: center;
	background-position: 50% 0%;
	background-image: url(/images/NavHeaderBG.png);
	text-shadow: 1px 1px rgba(250,250,250,0.3);
	background-size: 100% 100%;
	font-size: 19px;
	padding: 8px 12px;
}

.side-nav h2 a {
	color: #71A9D4; /* lighten($secondary,26%) */
}

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

.side-nav li {
	list-style: none;
}

.side-nav li.level1 a, .side-nav li.level2 a, .side-nav li.level3 a, .side-nav li.level4 a {
	color: #23201B; /* $text1 */
	font-size: 1em;
	display: block;
	float: left;
	width: 46%;
	border-bottom: solid 1px #D7E7F3; /* lighten($secondary,79%) */
	margin: 0 2%;
	box-shadow: 0px 1px 1px #fff;
	position: relative;
	padding: 5px 30px 5px 0px;
	line-height: 1.4em;
}

html.no-rgba .side-nav li.level1 a,html.no-rgba .side-nav li.level2 a, .side-nav li.level3 a,html.no-rgba .side-nav li.level4 a {
	padding: 0 30px 0 0;
}

body.sub .side-nav li.level1 a, body.sub .side-nav li.level2 a, body.sub .side-nav li.level3 a, body.sub .side-nav li.level4 a {
	width: 100%;
	float: none;
	padding-left: 5%;
	margin: 0px;
}

.side-nav.blog li a {
	color: #6B6050;
	font-size: 0.813em;
	line-height: 1.875em;
	display: block;
	border-bottom: solid 1px #D7E7F3; /* lighten($secondary,79%) */
}

.side-nav.blog li a:hover {
	color: #0E1D42; /* $primary */
}

.side-nav.blog li a:before {
	font-family: 'icomoon-ult';
	font-size: 0.813em;
	content: '\e0ee';
	margin-right: 1%;
	transition: .5s ease;
	position: relative;
	top: 2px;
}

.side-nav.blog ul {
	padding: 0px 0px 0px 10%;
}

.side-nav li icon {
	position: absolute;
	right: 10px;
	display: none;
	top: 7px;
	transition: .5s ease;
}

html.no-rgba .side-nav li icon {
	display: none;
}

.side-nav li:hover icon {
	display: block;
	color: #23201B; /* $text1 */
}

.side-nav li.level1 a:hover, .side-nav li.level2 a:hover, .side-nav li.level3 a:hover, .side-nav li.level4 a:hover {
	color: #0E1D42; /* $primary */
}

.side-nav li.level2 {
	padding: 0px 0px 0px 5%;
}

.side-nav li.level3 {
	padding: 0px 0px 0px 10%;
}

.side-nav li.level4 {
	padding: 0px 15px 0px 15%;
}

.side-nav li.selected a, .side-nav li.selected icon {
	color: #0E1D42; /* $primary */
	display: block;
}

.NavFeed {
	background-image: url(/images/RightNavBG.png);
	border-bottom: solid 3px #0E1D42; /* $primary */
	border-radius: 3px;
	background-repeat: repeat;
	background-position: left top;
	padding: 5px 2%;
	margin: 5px 0px 10px 0px;
	width: 100%;
	background-size: 90% 90%;
}

body.sub .NavFeed {
	width: auto;
	float: none;
	padding: 0px 2% 5px;
}

#Accolades {
	text-align: center;
}

#Accolades h2 {
	text-align: left;
}

#Accolades img {
	padding: 10px 10px 0;
}

nav#MobileLeftNav {
	background-image: url(/images/FineGrain.png);
	display: none;
	width: 100%;
	float: none;
}
/* End Side Nav Styles */

/* Footer */
#FooterContent {
	position: relative;
	margin-top: 32px;
	color: #ffffff;
}

#FooterContent > .third {
	height: 100%;
	background-color: rgba(86,78,66,0.4); /* adjust($text1,20%,0%,40%) */
	min-height: 430px;
}

#FooterContent > .third:nth-child(2) {
	background-color: rgba(144,129,108,0.7);
}

#BottomLinks {
}

#BottomLinks ul {
	adjust($text1,20%,0%,70%)


	padding: 0px;
	margin: 15px 0px 8px 0px;
}

#BottomLinks li {
	list-style: none;
	border-bottom: solid 1px #746A59; /* lighten($text1,32%) */
	font-size: 0.875em;
	line-height: 2.7em;
	width: 90%;
}

#BottomLinks li a {
	color: #90C7FF; /* $lightblue */
	display: block;
}

#BottomLinks li a:hover {
	color: #FFFFFF; /* $text2 */
}

#Smaller {
	font-size: 0.8em;
	text-shadow: 1px 1px rgba(0,0,0,0.6);
	color: #FFFFFF; /* $text2 */
	line-height: 1.5em;
	padding: 0 10%;
	text-align: right;
	display: block;
}

#BottomNumber a {
	color: #FFFFFF;
	font-size: 1.4em;
	display: block;
	text-transform: uppercase;
}

#BottomZone #Divider {
	height: 0px;
	min-height: 0px;
	border-top: solid 1px #3F8BC5; /* $secondary */
	border-bottom: solid 1px #13110E; /* darken($text1,47%) */
	margin: 15px 0px;
}

#BottomNumber .BottomPhone {
	color: #0E1D42; /* $primary */
	display: inline;
}

#BottomNumber .BottomPhone:hover {
	color: #FFFFFF; /* $text2 */
}

.BottomHeader {
	font-weight: 300;
}

.BottomHeader h1 {
	font-weight: 300;
	text-shadow: 1px 1px rgba(250,250,250,0.2);
	font-size: 1.50em;
	text-align: center;
	color: #3F8BC5; /* $secondary */
}

.schema {
	font-size: 0.875em;
	text-align: center;
	margin-top: 0px;
	line-height: 1.5em;
}

.schema a {
	color: #90C7FF; /* $lightblue */
}

.schema a:hover {
	color: #FFFFFF; /* $text2 */
}

#FooterLinkContent {
	color: #3F8BC5; /* $secondary */
	font-size: 0.875em;
}

#FooterLinkContent ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	display: table;
	width: auto;
}

#FooterLinkContent ul li {
	display: table-cell;
}

html.no-display-table #FooterLinkContent ul li {
	float: left;
}

#FooterLinkContent ul li:last-child a {
	border: none;
	box-shadow: none;
}

#FooterLinkContent a {
	color: #ffffff;
	padding: 0px 15px;
	border-right: solid 1px #3F8BC5; /* $secondary */
	box-shadow: 1px 0px 0px rgba(255,255,255,0.1); /* alpha($text2,10%) */
}

#FooterLinkContent a:hover {
	color: #0E1D42; /* $primary */
}

#Social icon {
	font-size: 1.375em;
	display: block;
	float: left;
	background-color: #A7CAE4; /* lighten($secondary,54%) */
	padding: 7px;
	border-radius: 20px;
	border: solid 2px rgba(68,57,49,0.8);
	box-shadow: 0px 0px 8px rgba(250,250,250,0.3), inset 3px 3px 5px rgba(250,250,250,1);
	color: #161411; /* darken($text1,37%) */
	transition: .5s ease;
}

#Social icon:hover {
	color: #FFFFFF; /* $text2 */
}

#Social ul {
	padding: 10px 0px;
	margin: 0px auto;
	display: table;
	width: auto;
}

#Social li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: table-cell;
}

#Social li a {
	padding: 0px 4px;
}

html.no-display-table #Social li {
	float: left;
}

html.no-display-table #Social ul {
}
/* End Footer */

/* Layout Styles */
#TopNavArea {
	width: 100%;
	background-color: rgba(63,139,197,0.8); /* alpha($secondary,80%) */
	z-index: 3;
}

div.Fixed {
	position: fixed;
	width: 100%;
	z-index: 90;
}

body.cms-admin div.Fixed {
	position: relative;
}

.texture {
	background-image: url(/images/Wood_Pattern.png);
	height: 100%;
	background-color: transparent;
}

.gradientbg {
	background-image: linear-gradient(to right,#3F8BC5,#000000,#6DA7D3,#3F8BC5,#3F8BC5); /* $secondary,,lighten($secondary,24%),$secondary,$secondary */
	background-color: #5297CB; /* lighten($secondary,10%) */
}

#TopMastArea {
	background-image: linear-gradient(to right,#3F8BC5,#3F8BC5,#67A3D1,#3F8BC5,#3F8BC5); /* $secondary,$secondary,lighten($secondary,21%),$secondary,$secondary */
	border-bottom: solid 5px #0E1D42; /* $primary */
	background-color: #5297CB; /* lighten($secondary,10%) */
}

#TopNavZone {
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 3;
}

html.no-rgba #TopNavArea {
	background-color: #000000;
}

#SlideZone {
	width: 100%;
	height: 650px;
	background-image: url(/images/SkylineBG.jpg);
	z-index: 1;
	position: relative;
	background-position: center;
}

body.sub #SlideZone {
	height: 286px;
}

#TopCTAArea {
	background-repeat: repeat;
	width: 100%;
	z-index: 2;
	background-image: linear-gradient(to bottom,#23201B,#6F6556); /* $text1,lighten($text1,30%) */
	margin-top: -200px;
	position: relative;
	border-top: solid 5px #B1A89A; /* lighten($text1,60%) */
	min-height: 140px;
	box-shadow: 20px -20px 0px 20px rgba(0,0,0,0.5);
	background-color: #3C372F; /* lighten($text1,10%) */
}

body.sub #TopCTAArea {
	box-shadow: none;
}

#NavArea {
	background-image: url(/images/FineGrain.png);
	background-color: #ffffff;
	border-top: solid 5px #0E1D42; /* $primary */
	border-bottom: solid 5px #0E1D42; /* $primary */
	padding-top: 20px;
}

body.sub #NavArea {
	display: none;
}

#CTAZone2 {
	display: none;
}

#MainArea {
	width: 100%;
	background-color: #FFFFFF;
}

#MainZone {
	width: 59%;
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	padding: 20px 0px;
	text-align: left;
}

#MainZone img {
	font-color
	max-width: 50%;
}

body.sub #MainZone {
	width: 64%;
}

#SideZone {
	float: right;
	width: 40%;
	padding: 10px 0px;
}

body.sub #SideZone {
	width: 35%;
}

#BottomZone {
	position: relative;
	padding: 20px 0px;
	border-bottom: solid 5px #0E1D42; /* $primary */
}

#Footer {
	background-image: url(/images/FooterAreaBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	border-top: 40px solid #EAF2F9; /* lighten($secondary,89%) */
	background-size: cover;
}

body.sub.landing #Footer {
	border-top: 5px solid #0E1D42; /* $primary */
}

#FooterZone {
	margin: 0px auto;
	position: relative;
}
/* End Layout Styles */

/* Contact Form */
#ContactForm {
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	float: right;
	position: relative;
	padding: 0px;
}

body.sub #ContactForm {
	float: none;
	width: 100%;
	margin: 10px 0px;
}

#ContactForm p span {
	color: #0E1D42; /* $primary */
	font-weight: bold;
}

.contact-form {
	padding: 25px 5%;
	background-color: #0E1D42; /* $primary */
	box-sizing: border-box;
	border-radius: 5px;
	clear: both;
}

.contact-form:after {
}

.contact-form h2 {
}

.contact-form p {
	color: #ffffff;
	margin: 0 0 10px 0;
}

.contact-form input, .contact-form textarea {
	width: 47%;
	background-color: #D8D4CC; /* lighten($text1,80%) */
	color: #3F8BC5; /* $secondary */
	padding: 10px;
	border: none;
	margin: 0% 1.5% 1.5% 0;
	box-sizing: border-box;
	font-size: 0.875em;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
	box-shadow: inset 2px 2px 3px #585858;
	outline: none;
	background-image: linear-gradient(to bottom,#f2ece0 0%,#e8e5e5 100%);
}

.contact-form input {
	float: left;
	clear: both;
	display: block;
}

html.no-rgba .contact-form input {
	margin: 0 1.5% 0 0;
}

.contact-form textarea {
	height: 124px;
	resize: none;
	overflow: auto;
}

.contact-form a {
	color: #FFFFFF; /* $text2 */
	width: 100%;
	display: inline-block;
	background-image: linear-gradient(to bottom,#8CB9DC,#65A2D1); /* lighten($secondary,40%),lighten($secondary,20%) */
	text-align: center;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #3F8BC5; /* $secondary */
	position: relative;
	line-height: 2em;
	padding-left: 10%;
	background-color: #65A2D1; /* lighten($secondary,20%) */
	transition: .5s;
}

.contact-form a:hover {
	background-image: linear-gradient(to top,#8CB9DC,#65A2D1); /* lighten($secondary,40%),lighten($secondary,20%) */
	background-color: #8CB9DC; /* lighten($secondary,40%) */
}

.contact-form a icon {
	float: right;
	color: #5C9CCE; /* lighten($secondary,15%) */
	padding-right: 10%;
	position: relative;
	top: 9px;
}

html.no-rgba .contact-form a icon {
	display: none;
}

.contact-form a:hover icon {
	color: #ffffff;
}
/* End Contact Form */

/* Case Eval */
.caseeval {
}

.caseeval div.Label {
	font-size: 14px;
	float: left;
	padding: 10px 10px 0px 0px;
}

.caseeval input, .caseeval textarea {
	background: #100F15;
	border: none;
	margin: 0px 0px 10px;
	border-radius: 4px;
	outline: none;
	color: #fff;
	font-size: 14px;
	font-family: Arial;
	background-image: url(/images/RightNavBG.png);
	background-position: 0px -58px;
	border-bottom: solid 5px #0E1D42; /* $primary */
	width: 65%;
}

.caseeval input {
	height: 30px;
	padding: 0px 15px;
}

.caseeval input.submit:hover {
	background-image: none;
	background-color: #0E1D42; /* $primary */
	color: #000000;
	cursor: pointer;
	border-bottom: solid 5px #000000;
}

.caseeval textarea {
	height: 100px;
	padding: 10px 15px;
	overflow: auto;
	resize: none;
}
/* End Case Eval */

/* Nav Feed */
.NavFeed h2 {
	border-bottom: solid 1px #0E1D42; /* $primary */
	color: #FFFFFF; /* $text2 */
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.5em;
	margin: 0px 0px;
	font-size: 26px;
}

.NavFeed h3 {
	color: #CCCCCC;
	font-weight: 400;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	margin: 0px;
}

.NavFeed header {
	display: block;
}

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

.NavFeed ul {
	list-style: none;
	margin: 15px 0px 15px;
	padding: 0px;
}

.NavFeed ul li {
	padding: 3px 0px;
	border-top: solid 1px #171512; /* darken($text1,34%) */
	border-bottom: solid 1px #3F8BC5; /* $secondary */
	position: relative;
}

#BlogFeed.NavFeed ul li {
	display: table-cell;
}

html.no-display-table #BlogFeed.NavFeed ul li {
	float: left;
	width: 31%;
	background-color: #2C2B29; /* adjust($text1,5%,-70%,0%) */
	margin: 30px 5px 0;
}

#ValueList ul li, #MobileValueList ul li {
	color: #fff;
	padding-left: 30px;
	font-size: 17px;
}

#ValueList ul li:before, #MobileValueList ul li:before {
	content: '\e7bb';
	font-family: 'icomoon-ult';
	position: absolute;
	left: 5px;
	font-size: 18px;
	color: #498BCF;
}

#MobileValueList {
	display: none;
}

.NavFeed ul li:first-child {
	border-top: none;
}

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

.NavFeed .more {
	color: #0E1D42; /* $primary */
	transition: .5s ease;
}

.NavFeed .more:hover {
	color: #FFFFFF; /* $text2 */
}

.NavFeed .more:after {
	font-family: 'icomoon-ult';
	content: '\e0ee';
	display: inline-block;
	color: #4D4D4D;
	font-size: 16px;
	margin-left: 4px;
	padding-top: 2px;
	position: relative;
	top: 2px;
}

.NavFeed header a:hover span {
	color: #FFFFFF; /* $text2 */
}

.NavFeed header a:hover span:after {
	color: #7BAFD7; /* lighten($secondary,31%) */
}

.NavFeed section {
	display: table;
	width: calc(100% + 20px);
	border-collapse: separate;
	border-spacing: 10px 0px;
	margin-left: -10px;
	margin-top: 30px;
}

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

.NavFeed section ul li {
	background-repeat: no-repeat;
	position: relative;
	background-color: rgba(82,77,70,0.3); /* adjust($text1,20%,-40%,30%) */
	padding: 60px 2% 20px 2%;
	display: table-cell;
}

.NavFeed section ul.items1 li {
	width: 100%;
}

.NavFeed section ul.items2 li {
	width: 50%;
}

.NavFeed section ul.items3 li {
	width: 33%;
}

.NavFeed ul li time {
	position: absolute;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #5297CB; /* lighten($secondary,10%) */
	border-radius: 90px;
	padding: 10px;
	top: -15px;
	left: 50%;
	margin-left: -30PX;
}

html.no-borderradius .NavFeed ul li time {
	height: auto;
}

.NavFeed ul li time span {
	color: #0E1D42; /* $primary */
	font-family: Noto Serif;
	font-size: 18px;
	line-height: 20px;
	padding: 0px;
	text-transform: uppercase;
}

.NavFeed ul li time strong {
	color: #FFFFFF; /* $text2 */
	font-family: Lato;
	font-size: 20px;
	line-height: 20px;
	padding: 0px;
	font-weight: 600;
}

.NavFeed ul li span {
	font-size: 13px;
	color: #796F5D; /* lighten($text1,34%) */
}

.NavFeed ul li span span {
	color: #0E1D42; /* $primary */
}

.NavFeed ul li a {
	font-family: Lato;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF; /* $text2 */
	display: block;
	font-weight: 600;
}

.NavFeed ul li a:hover {
	text-decoration: none;
	color: #0E1D42; /* $primary */
}

#CaseResultFeed li h4 {
	color: #7193F0;
	font-size: 23px;
	font-weight: 600;
}

#CaseResultFeed li span {
	color: #FFFFFF;
	display: block;
}
/* End Nav Feed */

/* Case Results Page */
#CaseResults {
}

#CaseResults header {
	border-bottom: solid 1px #A5C8E4; /* lighten($secondary,53%) */
	padding-bottom: 15px;
	display: block;
	width: 100%;
}

#CaseResults article {
	padding: 10px 0px;
	border-bottom: solid 1px #A5C8E4; /* lighten($secondary,53%) */
}

#CaseResults h2 {
	display: block;
	width: 100%;
}

#CaseResults h2 span {
	font-weight: 600;
}

#CaseResults span.Date {
	font-size: .9em;
	color: #A5C8E4; /* lighten($secondary,53%) */
}

#CaseResults span.Result {
	font-weight: 600;
	font-size: 1.2em;
	display: block;
	margin-bottom: 5px;
}

#CaseResults p {
	margin: 8px 0px;
}
/* End Case Results Page */

/* Review System Styles */
div.reviews {
}

div.reviews div.reviews_widget {
	margin-top: 15px;
}

div.reviews h1 {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

div.ReviewField {
	margin: 0px 0px 10px 0px;
}

div.reviews div.divider {
	margin: 10px 0px;
	border-top: solid 1px #cccccc;
	clear: both;
}

div.reviews div.share {
	padding-top: 10px;
}

div.reviews div.share a {
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
}

div.reviews div.share a:hover {
	text-decoration: none;
	color: #666;
}

div.reviews div.share div.social {
	display: inline-block;
}

div.reviews a.addreviewbtn img {
	background-image: url(/Shared/images2/Systems/Reviews_Icons.png);
	width: 10px;
	height: 17px;
	background-position: -14px -5px;
	border: none;
}

span.rating {
	display: inline-block;
	position: relative;
	width: 120px;
	height: 20px;
	margin: 0px 10px;
}

span.rating span.starsgray {
	width: 120px;
	height: 20px;
	background-image: url(/Shared/images2/Systems/Reviews_Icons.png);
	background-position: -7px -29px;
	display: inline-block;
	margin-right: 10px;
}

span.rating span.stars {
	height: 20px;
	width: 0px;
	background-image: url(/Shared/images2/Systems/Reviews_Icons.png);
	background-position: -7px -55px;
	position: absolute;
	top: 0px;
	left: 0px;
}

span.rating span.stars.rating05 {
	width: 12px;
}

span.rating span.stars.rating1 {
	width: 24px;
}

span.rating span.stars.rating15 {
	width: 36px;
}

span.rating span.stars.rating2 {
	width: 48px;
}

span.rating span.stars.rating25 {
	width: 60px;
}

span.rating span.stars.rating3 {
	width: 72px;
}

span.rating span.stars.rating35 {
	width: 84px;
}

span.rating span.stars.rating4 {
	width: 96px;
}

span.rating span.stars.rating45 {
	width: 108px;
}

span.rating span.stars.rating5 {
	width: 120px;
}

div.clientreviews div.excerpt {
	height: 15px;
	margin: 15px 0px;
}

div.clientreviews div.excerpt div.title {
	font-size: 20px;
	float: left;
}

div.clientreviews div.excerpt div.leftquote {
	background-image: url(/Shared/images2/Systems/Reviews_Icons.png);
	background-position: -39px -6px;
	width: 16px;
	height: 15px;
	float: left;
	margin-right: 8px;
}

div.clientreviews div.excerpt div.rightquote {
	background-image: url(/Shared/images2/Systems/Reviews_Icons.png);
	background-position: -65px -6px;
	width: 16px;
	height: 15px;
	float: left;
	margin-left: 8px;
}

div.clientreviews div.reviewinfo {
	font-size: 12px;
}

div.clientreviews div.clientrating {
	font-size: 16px;
	margin-top: 15px;
}

div.reviews span.textlight {
	color: #888888;
}

div.divider.dashed {
	border-top: dashed 1px #ccc;
	clear: both;
	margin-bottom: 20px;
}

div.addreview {
	background: #f2f2f2;
	padding: 20px;
	border: solid 1px #ccc;
}

div.addreview td {
	vertical-align: top;
	padding: 2px 8px 2px 0px;
	text-align: right;
}

div.reviews.addreview span.textlight {
	font-size: 12px;
}

div.addreview h3 {
	border-bottom: dashed 1px #ccc;
	margin-bottom: 10px;
}

div.addreview div.auth a {
	margin-top: 10px;
}

div.reviews div.thankyou {
	background-color: #7D7D7D;
	color: #FFFFFF;
	padding: 10px;
}

.webwidget_rating_simple {
	padding: 0px;
	margin: 0px;
}

.webwidget_rating_simple li {
	line-height: 0px;
	width: 24px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	list-style: none;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.webwidget_rating_simple li span {
	display: none;
}
/* End Review System Styles */

/* Mobile Menu */
html.boxsizing body {
	overflow-x: hidden;
}

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	text-align: left;
	top: 55px !important;
}

#Masthead>div>div.imenupanel {
	position: absolute;
	z-index: 99;
}

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

div.imenuitem {
	color: #fff;
	font-size: 18px;
	border-bottom: solid 1px rgba(147,135,119,0.271);
	padding-left: 5%;
}

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

div.imenuitem a {
	color: #0E1D42; /* $primary */
	display: block;
	padding: 12px 15px;
}

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

/* SVG Fonts */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Lato';
		font-style: normal;
		font-weight: 400;
		src: url('/fonts/lato-regular-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Lato';
		font-style: normal;
		font-weight: 300;
		src: url('/fonts/lato-lig-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Lato';
		font-style: normal;
		font-weight: 600;
		src: url('/fonts/lato-bold-webfont.svg') format('svg');
	}
}
/* End SVG Fonts */

/* Responsive */
img {
	-ms-interpolation-mode: bicubic;
}

html.no-canvas .main {
	width: 1020px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

@media (max-width: 1250px) {
	body.SUB #ImageZone {
		background-size: auto 100%;
	}
}

@media (max-width: 1000px) {
	div.slide .info {
		width: 100%;
	}

	.cta-list ul li {
		width: 48%;
		padding-bottom: 30px;
		display: block;
		float: left;
		margin: 0px 1% 5px;
		min-height: 0px;
	}

	.cta-list ul.items4 li {
		width: 48%;
		margin: 0px 1% 5px;
	}

	.cta-list ul li:nth-child(3) {
		clear: left;
	}

	.cta-list ul.items3 li:last-child {
		margin: 0px 25% 5px;
	}

	.cta-list .inner {
		padding: 0px;
		min-height: 0px !important;
	}

	.cta-list li h2 {
		font-size: 1.8em;
	}

	.cta-list li h3 {
		font-size: 1em;
	}

	.cta-list li p {
		padding: 0px 10% 10px;
		margin-top: 0px;
	}

	.cta-list icon {
		display: none;
	}

	#ContactForm, #LeftNav {
		width: 49%;
	}

	body.sub #ContactForm, body.sub #LeftNav {
		width: 100%;
	}

	.contact-form a {
		margin: 0px;
	}

	#Social ul {
		padding: 10px 0px 10px 0px;
	}

	#Social li {
		float: none;
	}

	#Smaller {
		text-align: center;
	}

	#FooterContent {
		background-color: rgba(91,83,70,0.7); /* adjust($text1,22%,0%,70%) */
	}

	#FooterContent .third:nth-of-type(1) {
		display: none;
	}

	#FooterContent > .third:nth-child(2) {
		background-color: transparent;
	}

	#FooterContent > .third {
		width: 50%;
		height: auto !important;
		background-color: transparent;
		border-right: solid 1px #6B6050;
		box-shadow: 1px 0px 0px rgba(255,255,255,0.1);
		min-height: 50px;
	}
}

@media (max-width: 866px) {
	div.slide div.info h2 strong {
		font-size: 90px;
	}

	div.slide div.info h2 span {
		font-size: 40px;
	}
}

@media (max-width: 850px) {
	#ContactForm, #LeftNav {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	.contact-form textarea {
		height: 131px;
	}

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

	body.sub #SideZone {
		width: auto;
		float: none;
	}

	body.sub #MainZone {
		width: auto;
		float: none;
	}

	body.home #MainZone .NavFeed {
		display: none;
	}

	.third {
		width: 100%;
		padding: 8px 2%;
		height: auto;
		text-align: center;
	}

	.third:nth-child(2) {
		height: auto;
	}

	#Accolades {
		display: none;
	}
}

@media (max-width: 781px) {
	#SlideZone {
		height: 600px;
	}

	div.slide div.info h2 strong {
		font-size: 70px;
	}

	div.slide div.info h2 span {
		font-size: 35px;
	}

	div.slide div.info p {
		padding: 5px 0px 15px;
	}

	.hideformobile {
		display: none;
	}
}

@media (max-width: 750px) {
	nav.top-nav ul {
		display: none;
	}

	nav.top-nav ul.MobileBtns {
		display: table;
	}

	#Masthead .Phone {
		display: none;
	}

	#Masthead .TopLogo {
		max-width: 100%;
		text-align: center;
		float: none;
	}

	body.sub #SlideZone {
		display: none;
	}

	#CTAZone2 {
		display: block;
	}

	body.sub #TopCTAArea {
		display: none;
	}

	.cta-list ul li {
		width: 100% !important;
		margin: 0px 0px 5px !important;
		float: none;
	}

	.cta-list li h3 {
		display: none;
	}

	.cta-list li p {
		padding: 10px 5%;
		font-size: 1.1em;
	}

	.cta-list .button {
		font-size: 15px;
	}

	.cta-list .inner {
		min-height: 0px !important;
	}

	#FooterLinkContent {
		display: none;
	}

	#BottomZone #Divider {
		display: none;
	}
}

@media (orientation: landscape) and (max-width: 750px) {
	.Fixed {
		position: relative !important;
	}
}

@media (max-width: 650px) {
	nav.top-nav ul.MobileBtns li a h2 > span {
		display: none;
	}

	#FooterContent > .third {
		width: 100%;
		float: none;
		display: block;
		border-right: none;
		border-bottom: solid 1px #23201B; /* $text1 */
		box-shadow: 0px 1px 0px rgba(255,255,255,0.1); /* alpha($text2,10%) */
	}

	#TopCTAArea {
		display: none;
	}

	#SlideZone {
		height: 270px;
	}

	#Animation {
		height: 270px;
	}

	div.slide .info {
		margin-top: 15px;
	}

	nav#LeftNav {
		display: none;
	}

	#MobileValueList {
		display: block;
	}

	nav#MobileLeftNav {
		display: block;
	}
}

@media (max-width: 600px) {
	div.Fixed {
		position: relative;
	}

	nav.top-nav ul.MobileBtns li a.MobileCall {
		display: block;
	}

	nav.top-nav ul.MobileBtns li a.TabletCall {
		display: none;
	}
}

@media (max-width:550px) {
	#Animation div.slide {
	}

	#Animation div.slide div.info {
		margin-top: 10px;
	}

	#Animation div.slide div.info h2 strong {
		font-size: 50px;
	}

	#Animation div.slide div.info h2 span {
		font-size: 25px;
		padding: 5px 0px;
		text-shadow: 1px 1px 0px rgba(63,139,197,0.698); /* alpha($secondary,70%) */
	}

	div.slide div.info p {
		display: none;
	}

	#Animation {
		height: 175px;
	}

	#SlideZone {
		height: 175px;
	}

	#ValueList {
		text-align: left;
	}

	#BottomNumber .Term {
		display: none;
	}

	#BottomNumber .BottomPhone {
		display: block;
	}

	.BottomPhone {
		text-align: center;
	}

	.left {
		float: none;
		text-align: center;
	}

	.right {
		float: none;
		text-align: center;
	}
}

@media (max-width:500px) {
	.cta-list li p {
		font-size: 1em;
	}

	.NavFeed section ul li {
		width: 48% !important;
		float: left;
		display: block;
		margin: 0px 1% !important;
	}

	.NavFeed section ul.items1 li {
		width: 100% !important;
	}

	.NavFeed section ul.items3 li:last-child {
		display: none;
	}

	#ContentCTA {
		text-align: center;
	}

	#ContentCTA icon {
		display: none;
	}

	.caseeval input, .caseeval textarea {
		width: 100%;
		max-width: 100%;
	}

	.side-nav li.level1 a, .side-nav li.level2 a, .side-nav li.level3 a, .side-nav li.level4 a {
		font-size: .8em;
	}

	body.sub .side-nav li.level1 a, body.sub .side-nav li.level2 a, body.sub .side-nav li.level3 a, body.sub .side-nav li.level4 a {
		font-size: 1em;
	}
}

@media (max-width:400px) {
	nav.top-nav ul.MobileBtns li a h2 {
		font-size: 1.35em;
	}

	#Animation div.slide div.info h2 strong {
		font-size: 45px;
	}

	#ContentCTA h2 {
		font-size: 20px;
	}
}
/* End Responsive */
