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

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

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

h1 {
	color: #2D4C61;
	font-weight: 400;
	font-size: 24px;
}

h2,h3 {
	color: #4B7FA2;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	color: #55A1DC;
}

a:hover {
	color: #100F15;
	text-decoration: none;
}

.fancyheader h2 {
	color: #FFFFFF;
	font-size: 2em;
	padding-top: .75em;
}

.fancyheader ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: rgba(255,
				255,
				255,
				0.27);
	margin: 1.25em 0 0;
	padding: 1.5em 2em .75em;
	border: solid 2px #CADBE7;
}

.fancyheader ul li {
	color: #100F15;
	padding-bottom: 1em;
	-webkit-flex: 1 1 45%;
	-ms-flex: 1 1 45%;
	flex: 1 1 45%;
	margin-left: 1.5em;
}

ul.fancy {
	padding: 1em 1.5em 1.5em;
	margin: 1em 1em 1.5em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: rgba(100,
				146,
				180,
				0.255);
	border: solid 1px #2D4C61;
}

ul.fancy li {
	-webkit-flex: 1 1 45%;
	-ms-flex: 1 1 45%;
	flex: 1 1 45%;
	padding: .5em 0;
	margin-left: 1.5em;
	color: #100F15;
}

.fancyfont {
	background-color: #2D4C61; /* $secondary */
	color: #FFFFFF; /* $text2 */
	margin: 1.5em 0;
	padding: .5em 1em;
}

.fancyfont a {
	color: #73AEDC;
}

.fancyfont a: hover {
	color: #DDDDDD;
}

.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.33%;
	margin-right: 0;
	padding: 38px 1% 10px 1%;
	background-color: rgba(45,76,97,0.773);
	height: 350px;
}

html.no-rgba .third {
	background-color: #2D4C61; /* $secondary */
	height: 275px;
}

html.no-boxsizing .third {
	width: 31.33%;
	overflow: hidden;
}

.third ul.schema {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
	font-size: 11px;
}

.third ul.schema li {
	width: 50%;
	float: left;
	margin-bottom: 15px;
}

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

#Content img {
	max-width: 100% !important;
}
/* End General Styles */

/* Masthead */
#Masthead {
}

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

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

#Masthead .Phone {
	color: #FFFFFF; /* $text2 */
	font-size: 1.5em;
	display: inline-block;
	line-height: 1.75em;
	margin-top: 1.25em;
}

#Masthead .Phone .Consultation {
	background: #2D4C61;
	color: #73AEDC;
	font-size: 0.688em;
	font-family: 'Noto Serif', sans-serif;
	font-style: italic;
	padding: 5px 4%;
}

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

#Masthead .Phone a:hover {
	color: #ffffff;
}

#SmallMenu {
}
/* 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;
	font-weight: 400;
	display: block;
	padding: 15px;
	font-size: 1em;
}

nav.top-nav ul li a:hover {
	background-color: #2D4C61; /* $secondary */
}

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

/* Mobile Buttons */
nav.top-nav ul.MobileBtns {
	display: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #2D4C61; /* $secondary */
}

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 {
	font-size: 22px;
	color: #A7CCE9; /* lighten($primary,37%) */
}
/* End Mobile Buttons */

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #ffffff;
	color: #2D4C61;
	border: none;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 6px;
	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: #2D4C61;
	min-width: 150px;
	line-height: 1.5em;
}

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

nav.top-nav div.iflyOver {
	background-color: #73AEDC; /* $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: #73AEDC; /* $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;
	z-index: 2;
}

#Animation div.slide {
	height: 424px;
	position: absolute;
	display: none;
}

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

#Animation div.slide img {
	position: absolute;
	width: 100%;
	height: 424px;
	left: 0px;
	top: 50px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: -1;
}

div.slide .info {
	color: #fff;
	padding: 0px;
	width: 80%;
	margin: 85px auto 0px auto;
	text-align: center;
}

div.slide div.info h2 strong {
	font-size: 90px;
	color: #FFFFFF;
	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: #FFFFFF;
	font-size: 45px;
	display: block;
	line-height: 1em;
	text-shadow: 1px 0px 8px rgba(51,51,51,0.8);
}

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

div.slide div.info a {
	background-image: -webkit-linear-gradient(top,#245F8E,#2D4C61); /* darken($primary,47%), */
	background-image: -moz-linear-gradient(top,#245F8E,#2D4C61); /* darken($primary,47%), */
	background-image: -o-linear-gradient(top,#245F8E,#2D4C61); /* darken($primary,47%), */
	background-image: linear-gradient(to bottom,#245F8E,#2D4C61); /* darken($primary,47%), */
	padding: 10px;
	color: #FFFFFF;
	border-radius: 5px;
	font-family: 'Noto Serif', Arial, Helvetica, sans-serif;
	display: inline-block;
	background-color: #245F8E; /* darken($primary,47%) */
	font-size: 20px;
}

div.slide div.info a:hover {
	background-color: #2D4C61; /* $secondary */
	color: #FFFFFF;
	background-image: none;
}
/* End Animation */

/* CTAs */
#CTAs {
}

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

#CTAs li {
	float: left;
	width: 24%;
	background-image: -webkit-linear-gradient(left,#2D4C61,#447393,#2D4C61); /* $secondary,lighten($secondary,20%),$secondary */
	background-image: -moz-linear-gradient(left,#2D4C61,#447393,#2D4C61); /* $secondary,lighten($secondary,20%),$secondary */
	background-image: -o-linear-gradient(left,#2D4C61,#447393,#2D4C61); /* $secondary,lighten($secondary,20%),$secondary */
	background-image: linear-gradient(to right,#2D4C61,#447393,#2D4C61); /* $secondary,lighten($secondary,20%),$secondary */
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 1%;
	z-index: 2;
	margin-right: 1%;
	position: relative;
	min-height: 250px;
	background-color: #2D4C61; /* $secondary */
}

#CTAs .inner {
	background-image: -webkit-linear-gradient(top,#2D4C61,#6492B4);
	background-image: -moz-linear-gradient(top,#2D4C61,#6492B4);
	background-image: -o-linear-gradient(top,#2D4C61,#6492B4);
	background-image: linear-gradient(to bottom,#2D4C61,#6492B4);
	padding: 1% 0px 0px 0px;
	border-top: solid 5px #C1D3E1; /* lighten($text1,60%) */
	margin-top: 3%;
	background-color: #39607A; /* lighten($secondary,10%) */
}

#CTAs li:last-child {
	margin-right: 0px;
}

#CTAs li h2 {
	color: #FFFFFF;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 23px;
}

#CTAs li h3 {
	color: #AACEEA; /* lighten($primary,39%) */
	height: 1.5em;
	margin-top: 10px;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 17px;
}

#CTAs li p {
	color: #FFFFFF;
	font-size: 0.84em;
	padding: 2px 5% 20px 5%;
}

#CTAs icon {
	font-size: 2em;
	color: #FFFFFF;
	z-index: 1;
}

#CTAs .button {
	background-image: -webkit-linear-gradient(top,#8FBEE3,#87B9E1); /* lighten($primary,20%),lighten($primary,14%) */
	background-image: -moz-linear-gradient(top,#8FBEE3,#87B9E1); /* lighten($primary,20%),lighten($primary,14%) */
	background-image: -o-linear-gradient(top,#8FBEE3,#87B9E1); /* lighten($primary,20%),lighten($primary,14%) */
	background-image: linear-gradient(to bottom,#8FBEE3,#87B9E1); /* lighten($primary,20%),lighten($primary,14%) */
	color: #2D4C61; /* $secondary */
	font-size: 13px;
	padding: 5%;
	border-radius: 5px;
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 10px;
	background-color: #73AEDC; /* $primary */
}

#CTAs .button span {
	margin-left: 2%;
}

#CTAs a:hover {
	color: #FFFFFF;
}
/* End CTAs */

/* Side Nav Styles */
.side-nav {
	width: 49%;
}

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

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

.side-nav li.level1 a, .side-nav li.level2 a, .side-nav li.level3 a, .side-nav li.level4 a {
	color: #2D4C61;
	font-size: 13px;
	line-height: 1.875em;
	display: block;
	border-bottom: solid 1px #CADBE7;
	margin: 1% 2%;
	box-shadow: 0px 1px 1px #fff;
	position: relative;
	padding-right: 0px;
}

.side-nav li a {
	color: #2d4c61;
	font-size: 13px;
	line-height: 1.875em;
	display: block;
	border-bottom: solid 1px #CADBE7;
	margin: 1% 2%;
	position: relative;
}

body.sub .side-nav h2 {
	padding: 6px 38px;
}

html.no-boxsizing body.sub .side-nav h2 {
	padding: 6px 0;
}

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

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

.side-nav li {
	list-style: none;
	width: 48%;
	float: left;
}

body.sub .side-nav li {
	float: none;
	width: auto;
}

.side-nav li > ul li a {
	padding-left: 5%;
}

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

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

.side-nav.blog li a:before {
	font-family: 'icomoon-ult';
	font-size: 0.813em;
	content: '\e0ee';
	margin-right: 1%;
}

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

.side-nav li icon {
	position: relative;
	display: none;
	padding-left: 2%;
	top: 2px;
}

.side-nav li:hover icon {
	display: inline-block;
	color: #6492B4; /* $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: #73AEDC; /* $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 {
	color: #73AEDC; /* $primary */
}

.side-nav li.selected icon {
	color: #73AEDC; /* $primary */
	display: inline-block;
}

.NavFeed {
	background-image: url(../images/RightNavBG.png);
	border-bottom: solid 5px #73AEDC; /* $primary */
	border-radius: 5px;
	background-repeat: repeat;
	background-position: left top;
	padding: 10px 2% 10px 2%;
	margin: 10px 1%;
	width: 35%;
	float: right;
	clear: right;
	background-size: 100% 100%;
}

body.sub .NavFeed {
	width: auto;
	float: none;
	padding: 10px 5%;
}
/* End Side Nav Styles */

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

#BottomLinks {
}

#BottomLinks ul {
	padding: 0px;
	margin: 15px 0px 0 0px;
}

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

#BottomLinks li a {
	color: #ffffff;
	display: block;
}

#BottomLinks li a:hover {
	color: #73AEDC; /* $primary */
}

#Smaller {
	font-size: 0.750em;
	text-shadow: 1px 1px rgba(0,0,0,0.8);
	color: #AAC3D6; /* lighten($text1,45%) */
	margin-top: 20px;
	line-height: 1.5em;
	width: 70%;
	float: left;
}

.SDLogo {
	float: right;
}

#BottomNumber {
	color: #FFFFFF; /* $text2 */
	font-size: 0.750em;
	display: block;
	text-transform: uppercase;
}

#BottomZone #Divider {
	height: 0px;
	min-height: 0px;
	border-top: solid 1px #2D4C61; /* $secondary */
	border-bottom: solid 1px #304E64; /* darken($text1,47%) */
	margin: 15px 0px;
}

#BottomNumber .BottomPhone {
	font-size: 2em;
}

#BottomNumber .BottomPhone a span {
	color: #ffffff;
}

#BottomNumber .BottomPhone a:hover span {
	color: #ffffff;
	cursor: default;
}

.BottomHeader {
	font-weight: 300;
}

.BottomHeader h1 {
	font-weight: 300;
	font-size: 1.40em;
	text-align: center;
	color: #FFFFFF;
}

.schema {
	font-size: 0.875em;
	text-align: center;
	margin-top: 0px;
	text-shadow: 1px 1px 1px #2D4C61; /* $secondary */
	line-height: 1.5em;
}

.schema a {
	color: #73AEDC; /* $primary */
}

.schema a:hover {
	color: #6492B4; /* $text1 */
}

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

#FooterLinkContent a {
	color: #ffffff;
}

#FooterLinkContent a:hover {
	color: #2D4C61;
}

#Social icon {
	font-size: 1.375em;
	display: block;
	float: left;
	background-color: #8BB0C9; /* lighten($secondary,54%) */
	padding: 7px;
	border-radius: 20px;
	margin-left: 2%;
	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: #3A5D77; /* darken($text1,37%) */
}

#Social ul {
	padding: 10px 0px 0 15%;
	margin: 0px auto;
}

#Social li {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px 1%;
	display: inline-block;
}

.lowerfoot {
	clear: both;
	background-color: rgba(45,76,97,0.773);
}

html.no-rgba .lowerfoot {
	background-color: #2D4C61; /* $secondary */
}
/* End Footer */

/* Layout Styles */
#TopNavArea {
	width: 100%;
	background-color: rgba(51,51,51,0.8);
	height: 0;
	z-index: 3;
}

#TopArea {
}

#TopMastArea {
	background-image: url(../images/MastBG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 134px;
	border-bottom: solid 1px #FFFFFF;
	background-color: #FFFFFF;
}

#TopNavZone {
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 3;
	background-color: rgba(115,174,220,0.722);
}

html.no-rgba #TopNavZone {
	background-color: #73AEDC; /* $primary */
}

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

body.sub #SlideZone {
	height: 348px;
	background-position: center 240%;
}

body.sub.noCTA #SlideZone {
	height: 165px;
}

#TopCTAArea {
	background-repeat: repeat;
	width: 100%;
	z-index: 2;
	background-image: -webkit-linear-gradient(top,#6492B4,#93B3CB); /* $text1,lighten($text1,30%) */
	background-image: -moz-linear-gradient(top,#6492B4,#93B3CB); /* $text1,lighten($text1,30%) */
	background-image: -o-linear-gradient(top,#6492B4,#93B3CB); /* $text1,lighten($text1,30%) */
	background-image: linear-gradient(to bottom,#6492B4,#93B3CB); /* $text1,lighten($text1,30%) */
	margin-top: -200px;
	position: relative;
	border-top: solid 5px #C1D3E1; /* lighten($text1,60%) */
	min-height: 240px;
	box-shadow: 20px -20px 0px 20px rgba(0,0,0,0.5);
	background-color: #6492B4; /* $text1 */
}

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

body.sub.noCTA #TopCTAArea {
	min-height: 10px;
	margin-top: 0;
}

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

body.sub #NavArea {
	display: none;
}

#CTAZone {
	overflow: visible;
}

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

#MainZone {
	width: auto;
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 30px 10px;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}

#MainZone a {
	text-decoration: underline;
}

#MainZone .NavFeed a {
	text-decoration: none;
}

body.sub #MainZone {
	width: 60%;
	float: left;
}

#SideZone {
	float: right;
	width: 37%;
}

#BottomZone {
	position: relative;
	background-position: 50% 50%;
	padding: 20px 0px;
	border-bottom: solid 5px #73AEDC; /* $primary */
	background-image: -webkit-linear-gradient(top,#73AEDC,#6492B4);
	background-image: -moz-linear-gradient(top,#73AEDC,#6492B4);
	background-image: -o-linear-gradient(top,#73AEDC,#6492B4);
	background-image: linear-gradient(to bottom,#73AEDC,#6492B4);
	background-color: #6492B4; /* $text1 */
}

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

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

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

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

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

.contact-form {
	padding: 5% 5%;
	background-color: #73AEDC; /* $primary */
	border-radius: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-form:after {
}

.contact-form h2 {
}

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

.contact-form input, .contact-form textarea {
	width: 49%;
	background-color: #E0E9F0; /* lighten($text1,80%) */
	color: #2D4C61; /* $secondary */
	padding: 10px;
	border: none;
	margin: 0% 1.5% 1.5% 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.875em;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top,#E0E9F0,#D1DEE9); /* lighten($text1,80%),lighten($text1,70%) */
	background-image: -moz-linear-gradient(top,#E0E9F0,#D1DEE9); /* lighten($text1,80%),lighten($text1,70%) */
	background-image: -o-linear-gradient(top,#E0E9F0,#D1DEE9); /* lighten($text1,80%),lighten($text1,70%) */
	background-image: linear-gradient(to bottom,#E0E9F0,#D1DEE9); /* lighten($text1,80%),lighten($text1,70%) */
	font-family: 'Lato', sans-serif;
	box-shadow: inset 2px 2px 3px #585858;
}

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

html.no-boxsizing body.sub .contact-form input {
	width: 40%;
}

html.no-boxsizing body.sub .contact-form textarea {
	width: 45%;
}

.contact-form textarea {
	height: 117px;
	margin: 0px 0;
}

.contact-form a {
	color: #FFFFFF; /* $text2 */
	width: 100%;
	background-image: -webkit-linear-gradient(top,#6898B9,#477798); /* lighten($secondary,40%),lighten($secondary,22%) */
	background-image: -moz-linear-gradient(top,#6898B9,#477798); /* lighten($secondary,40%),lighten($secondary,22%) */
	background-image: -o-linear-gradient(top,#6898B9,#477798); /* lighten($secondary,40%),lighten($secondary,22%) */
	background-image: linear-gradient(to bottom,#6898B9,#477798); /* lighten($secondary,40%),lighten($secondary,22%) */
	display: inline-block;
	text-align: center;
	box-shadow: 1px 1px 1px #2D4C61; /* $secondary */
	border-radius: 5px;
	position: relative;
	line-height: 2em;
	padding-left: 10%;
	background-color: #6898B9; /* lighten($secondary,40%) */
}

html.no-boxsizing .contact-form a {
	width: 90%;
}

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

.contact-form a icon {
	float: right;
	color: #3E6A87; /* lighten($secondary,15%) */
	line-height: 2em;
	padding-right: 10%;
}

.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 #73AEDC; /* $primary */
}

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

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

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

.NavFeed h3 {
	color: #99B7CD; /* lighten($text1,34%) */
	font-weight: 400;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
}

.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: 8px 0px;
	border-top: solid 1px #3C617D; /* darken($text1,34%) */
	border-bottom: solid 1px #2D4C61; /* $secondary */
}

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

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

.NavFeed .more {
	color: #73AEDC; /* $primary */
}

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

.NavFeed header a:hover span {
	color: #85A9C4; /* lighten($text1,21%) */
}

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

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

.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(255,255,255,0.27); /* alpha($text2,27%) */
	padding: 60px 2% 20px 2%;
	display: table-cell;
	text-align: center;
}

html.no-boxsizing .NavFeed section ul li {
	padding-top: 90px;
}

.NavFeed ul li time {
	position: absolute;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #3A5568; /* adjust($text1,-42%,-18%,0%) */
	border-radius: 90px;
	padding: 10px;
	top: -15PX;
	left: 50%;
	margin-left: -30PX;
}

html.no-boxsizing .NavFeed ul li time {
	top: 15px;
	width: 50px;
	height: 50px;
}

.NavFeed ul li time span {
	color: #73AEDC; /* $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 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: #73AEDC; /* $primary */
}
/* End Nav Feed */

/* Case Results Page */
#CaseResults {
}

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

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

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

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

#CaseResults span.Date {
	font-size: .9em;
	color: #89AFC8; /* 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 */

/* 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: 62px !important;
}

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

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

div.imenuitem {
	color: #fff;
	font-size: 15px;
	border-bottom: solid 1px rgba(147,135,119,0.271);
	display: none;
}

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;
	line-height: 41px;
	padding-left: 25%;
}

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

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

/* 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) {
	#CTAs ul li {
		width: 48%;
		padding-bottom: 55px;
		min-height: 170px;
		margin-bottom: 5px;
		display: block;
	}

	#CTAs ul li h2 {
		font-size: 21px;
	}

	#CTAs ul li:nth-child(odd) {
		float: left;
		clear: left;
		margin-left: 1%;
	}

	#CTAs ul li:nth-child(even) {
		float: right;
		clear: right;
		margin-right: 1%;
	}

	#CTAs ul li icon {
		font-size: 35px;
	}

	#CTAs ul li:after {
		height: 145px;
	}

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

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

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

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

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

@media (max-width: 850px) {
	#BottomLinks li {
		width: 96%;
	}

	#ContactForm, #LeftNav {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

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

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

	.NavFeed {
	}

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

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

	#Masthead .Phone {
		text-align: right;
		width: 40%;
	}

	#Smaller {
		text-align: center;
		width: 100%;
		float: none;
	}

	.SDLogo {
		float: none;
		text-align: center;
		padding: 15px 0;
	}
}

@media (max-width: 781px) {
	#CTAs ul li {
		width: 100%;
		margin: 0px 0 10px;
		float: left !important;
	}

	#CTAs ul li:nth-child(odd), #CTAs ul li:nth-child(even) {
		margin-left: 0;
	}

	#CTAs .button {
		padding: 2%;
	}

	body.sub #CTAs ul li:last-child {
		display: block;
	}

	body.sub #CTAs ul li {
		display: none;
	}

	#Masthead .Phone.right {
	}

	#Masthead .Phone span {
	}

	#Masthead div.TopLogo.left {
		margin: 0px auto;
		float: left;
	}

	#SlideZone {
		height: 600px;
	}

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

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

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

	div.slide div.info p {
		font-size: 15px;
	}

	.hideformobile {
		display: none;
	}

	nav.top-nav ul {
		display: none;
	}

	#SmallMenu {
		display: block;
	}

	div.imenuitem {
		display: block;
	}

	#Masthead div.TopLogo a img {
	}

	#Masthead .TopLogo.left {
		text-align: left;
	}

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

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

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

	.caseeval input, .caseeval textarea {
		width: 80%;
		margin: 0 10% 15px;
	}

	#Masthead .Phone.right {
		display: none;
	}

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

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

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

	#Animation div.slide div.info h2 span {
		font-size: 20px;
		padding: 10px 0px;
	}

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

	#CTAs li h3 {
		margin: 0;
	}

	#CTAs li h3 br {
		display: none;
	}

	#CTAs li p {
		display: none;
	}

	#CTAs ul li icon {
		display: none;
	}

	#CTAs ul li {
		min-height: 110px;
	}

	body.sub #TopCTAArea {
		min-height: 0;
		margin-top: 0;
	}

	body.sub #SlideZone {
		height: 160px;
		background-position: center 90%;
	}

	#CTAs .inner {
		background-image: none;
		background-color: rgba(255,255,255,.0);
		border: none;
		padding: 0;
		margin: 0;
	}

	#Animation, #Animation div.slide, #Animation div.slide img {
		height: 550px;
	}

	#SlideZone {
		height: 575px;
	}

	#BottomNumber .Term {
		display: none;
	}

	.BottomPhone {
		text-align: center;
	}

	.left {
		float: none;
	}

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

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

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

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

@media (max-width:450px) {
	.side-nav li.level1 a, .side-nav li.level2 a, .side-nav li.level3 a, .side-nav li.level4 a {
		width: auto;
		float: none;
	}
}

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

	div.imenupanel {
		top: 59px !important;
	}
}
/* End Responsive */