body {
	background: #ffffff;
	margin: 0px;
	font-family: 'Ubuntu Condensed', sans-serif;
}

h1 {
	font-family: 'Ubuntu', sans-serif;
	margin: 0px;
}

h2, h3 {
	font-family: 'Ubuntu', sans-serif;
	margin: 15px 0;
	font-weight: 500;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a.phonelink {
	cursor: default;
}

.main {
	max-width: 1040px;
	min-width: 320px;
	width: auto;
	margin: 0px auto;
	position: relative;
	padding: 0px 1%;
}

html.no-canvas .main {
	width: 1000px;
}

.content {
}

.side {
}

.half {
	width: 45%;
	float: left;
	margin-right: 5%;
}

.half:last-child {
	margin-right: 0px;
}

.fourth {
	width: 22%;
	float: left;
}

.button {
	background-image: -webkit-linear-gradient(top,#FFEF81,#FBF3BE); /* $Primary2,adjust($Primary2,45%,-11%,0%) */
	background-image: -moz-linear-gradient(top,#FFEF81,#FBF3BE); /* $Primary2,adjust($Primary2,45%,-11%,0%) */
	background-image: -o-linear-gradient(top,#FFEF81,#FBF3BE); /* $Primary2,adjust($Primary2,45%,-11%,0%) */
	background-image: linear-gradient(to bottom,#FFEF81,#FBF3BE); /* $Primary2,adjust($Primary2,45%,-11%,0%) */
	background-color: #FFEF81; /* $Primary2 */
	color: #00618A; /* $Text */
	padding: 10px 5%;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}

.button:hover, a:hover > .button {
	background-color: #00618A; /* $Text */
	background-image: -webkit-linear-gradient(top,#76BFDF,#00618A);
	background-image: -moz-linear-gradient(top,#76BFDF,#00618A);
	background-image: -o-linear-gradient(top,#76BFDF,#00618A);
	background-image: linear-gradient(to bottom,#76BFDF,#00618A);
	color: #FFFFFF;
}

.hideondesktop {
	display: none;
}

#SubHeaderContent h1 {
	text-align: center;
	padding: 20px 0px;
	color: #FFFFFF;
}

.eventbanner {
	width: 100%;
	max-width: 728px;
	display: block;
	margin: 0px auto;
}

div.eventbanner {
	padding: 6.15% 0;
	position: relative;
	height: 0;
}

div.eventbanner:after {
	content: '';
	clear: both;
}

div.eventbanner * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

icon.download-13:before {
	content: '\ea76';
}

/* Masthead */
#TopBanner {
	position: relative;
	height: 77px;
	z-index: 2;
}

#TopBanner .logo {
	position: absolute;
	max-width: 30%;
	display: block;
	z-index: 2;
	left: 0;
}

#TopBanner .logo img {
	width: 100%;
}

#TopBanner .tag {
	float: left;
	margin-left: 30%;
	color: #FFFFFF;
	font-size: 18px;
	padding: 25px 0px;
}

.phone-info {
	float: right;
	position: relative;
	font-size: 23px;
	color: #E0F348; /* $Primary */
	line-height: 1em;
	padding: 25px 0px;
	margin: 0px;
}

.phonenumber {
	font-size: 32px;
	color: #FFFFFF;
}

.phone-info span {
	color: #FFFFFF;
}

.phone-info:before {
	content: url(/images/24hrlogo.png);
	position: absolute;
	left: -35px;
	display: none;
}

#TopBanner .phone {
	float: right;
}
/* End Masthead */

/* Mobile Buttons */
ul.MobileBtns {
	display: none;
	width: 48%;
	margin: 30px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	float: right;
	background-color: #FFEF81; /* $Primary2 */
}

ul.MobileBtns li {
	display: block;
	text-align: center;
	width: 50%;
	float: left;
}

ul.MobileBtns li:first-child, ul.MobileBtns li:nth-child(2) {
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

ul.MobileBtns li:nth-child(even) {
	border-left: solid 1px rgba(255,255,255,0.2);
}

ul.MobileBtns li > a {
	display: block;
	text-shadow: 0px -1px rgba(0,0,0,0.5);
	padding: 9px 0px;
}

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

ul.MobileBtns li a h2 {
	color: #00618A; /* $Text */
	text-transform: uppercase;
	margin: 0px 0px;
	font-weight: 400;
	font-size: 1.2em;
	font-family: 'Ubuntu Condensed', sans-serif;
}

ul.MobileBtns li a icon {
	color: #76BFDF; /* $Secondary */
	font-size: 20px;
}
/* End Mobile Buttons */

/* Sticky Nav */
#StickyNav {
}

#StickyNav div.DesktopLogo {
	padding: 0px 1%;
	width: 200px;
	text-align: center;
	position: absolute;
}

#StickyNav div.DesktopLogo a, #StickyNav div.MobileLogo a {
	display: block;
}

#StickyNav div.DesktopLogo a img, #StickyNav div.MobileLogo a img {
	max-width: 100%;
}

#StickyNav div.MobileLogo {
	padding: 10px 1%;
	float: left;
	width: 180px;
	text-align: center;
	background-color: #76BFDF; /* $background */
	display: none;
}

#StickyNav .RightFloat {
	float: right;
	width: 70%;
}

#StickyNav div.phone-info {
	color: #E0F348; /* $Primary */
	padding: 20px 0px;
	float: right;
	text-align: right;
}

#StickyNav div.Phone a {
	color: #FFFFFF;
	display: block;
}

#StickyNav div.Phone span a:hover {
	color: #AEAEAE;
}

#StickyNav nav.top-nav {
	clear: right;
	border-top: solid 1px #E0F348; /* $Primary */
	border-bottom: solid 1px #E0F348; /* $Primary */
	margin-bottom: 10px;
	width: 100%;
}

#StickyNav nav.top-nav a {
	color: #FFFFFF;
}
/* End Sticky Nav */

/* Topnav */
html.no-display-table .top-nav ul li {
	display: block;
	float: left;
}

#CTALinks {
	display: none;
}

.top-nav {
	display: table;
	width: 70%;
	padding: 0px;
	float: right;
}

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

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

.top-nav ul li:hover {
	background-color: #509EBF;
}

.top-nav ul li.service {
	background-color: #76BFDF; /* $Secondary */
	margin: 0px;
	color: #76BFDF; /* $background */
	padding: 0px;
	display: none !important;
}

.top-nav ul li.service:hover {
	background-color: #FFFFFF; /* lighten($background,100%) */
}

.top-nav ul li.service a {
	color: #00618A; /* $Text */
	padding: 0px;
}

.top-nav ul li.service:hover a {
	color: #00618A; /* $Text */
}

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

.top-nav ul li:last-child a {
	border-right: none;
}

.top-nav ul li a {
	color: #00618A; /* $Text */
	display: block;
	padding: 5px 1%;
	font-size: 18px;
}
/* End Topnav */

/* Animation */
#Animation {
	height: 465px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

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

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

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

div.slide div.info {
	position: absolute;
	left: 30%;
	top: 100px;
	max-width: 500px;
	width: auto;
}

div.slide div.info h2 {
	font-size: 40px;
	color: #FFFFFF;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-weight: 700;
}

div.slide div.info h3 {
	font-size: 40px;
	color: #FFEF81; /* $Primary2 */
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1em;
	font-weight: 700;
}

div.slide div.info p {
	font-size: 20px;
	color: #FFFFFF;
	margin: 10px 0px 20px;
}

div.slide div.info a.button {
}

div.slide div.info a.button:hover {
	color: #FFFFFF;
}
/* End Animation */

/* CTAs */
#CTAs {
	position: relative;
	text-align: center;
	width: 100%;
	display: table;
	padding: 10px 0px 0;
}

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

.cta-list ul li {
	display: table-cell;
	text-align: center;
	position: relative;
	padding: 0px 0px 15px;
}

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

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

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

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

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

.cta-list h2 {
	color: #00618A; /* $Text */
	font-size: 20px;
	line-height: 2em;
}

.cta-list h2 span {
	color: #FFEF81; /* $Primary2 */
}

.cta-list ul.items4 h2 span {
	display: block;
}

.cta-list h2 icon {
	color: #E0F348; /* $Primary */
	background-color: #00618A;
	border-radius: 50px;
	padding: 10px;
	font-size: 24px;
}

.cta-list h2 icon.CustomChick:before {
	content: url('/images/CustomChick[1].png');
}

.cta-list ul.items4 h2 icon {
	display: block;
}

.cta-list ul li p {
	color: #FFFFFF;
	padding: 0px 20%;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
	font-size: 18px;
}

.cta-list ul.items4 li p {
	padding: 0px 5%;
}

.cta-list ul li .button {
	width: 60%;
	margin-left: 20%;
	position: relative;
}

.cta-list ul li:last-child .button {
	width: 60%;
	margin: 38px 0 0 20%;
}

.cta-list ul li .uppercta {
	border-right: solid 1px #8CDDFF; /* lighten($Text,69%) */
	padding: 0px 1%;
}

.cta-list ul li:first-child .uppercta {
	border-left: solid 1px #8CDDFF; /* lighten($Text,69%) */
}
/* End CTAs */

/* Side */
.side-nav {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.side-nav h2 {
	line-height: 1em;
	padding: 20px 10%;
	color: #FFFFFF;
	font-size: 30px;
	word-spacing: 2px;
	margin: 0px;
	font-weight: 400;
	background-color: #76BFDF; /* $Secondary */
	text-align: center;
	border-top: solid 5px #E0F348; /* $Primary */
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
}

.side-nav h2:after {
	position: absolute;
	left: 3%;
	width: 7px;
	height: 89%;
	background-position: 0px -53px;
	content: ' ';
	top: 70px;
	background-color: #4E555A;
	display: none;
}

.side-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px 10% 30px 10%;
	background-color: #76BFDF; /* $Secondary */
	background-image: -webkit-linear-gradient(top,#76BFDF,#2C90BC); /* $Secondary,darken($Secondary,32%) */
	background-image: -moz-linear-gradient(top,#76BFDF,#2C90BC); /* $Secondary,darken($Secondary,32%) */
	background-image: -o-linear-gradient(top,#76BFDF,#2C90BC); /* $Secondary,darken($Secondary,32%) */
	background-image: linear-gradient(to bottom,#76BFDF,#2C90BC); /* $Secondary,darken($Secondary,32%) */
}

.side-nav ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #76BFDF; /* $Secondary */
	text-align: center;
}

.side-nav ul li a {
	display: block;
	color: #39619C;
	font-size: 18px;
	padding: 5px 10%;
	line-height: 1.1em;
	border-bottom: solid 1px #8DCAE4; /* lighten($Secondary,17%) */
	text-shadow: 1px 1px 2px rgba(255,255,255,1);
	background-image: -webkit-linear-gradient(top,#FFEF81,#FBF3BE);
	background-image: -moz-linear-gradient(top,#FFEF81,#FBF3BE);
	background-image: -o-linear-gradient(top,#FFEF81,#FBF3BE);
	background-image: linear-gradient(to bottom,#FFEF81,#FBF3BE);
	background-color: #FFEF81; /* $Primary2 */
}

.side-nav ul li.selected a, .side-nav ul li a:hover {
	color: #FFFFFF;
	background-image: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.827);
	background-color: rgba(255,255,255,.0);
}

html.no-rgba .side-nav ul li.selected a, html.no-rgba .side-nav ul li a:hover {
	background-color: transparent;
}

.side-nav ul li a:hover:before {
}

.side-nav p {
	margin: 12px 8%;
	line-height: 1.4em;
}

#ContactForm {
	background-color: #76BFDF; /* $background */
	position: relative;
	padding: 20px 0px;
}

#ContactForm h2 {
	background-image: none;
	background-color: #76BFDF; /* $background */
	color: #FFFFFF;
	font-size: 28px;
	box-shadow: none;
	margin: 0px;
	padding: 0px;
	word-spacing: 0px;
	border-top: none;
}

#ContactForm h2:before, #ContactForm h2:after {
	display: none;
}

#ContactForm h3 {
	font-size: 18px;
	color: #FFEF81; /* $Primary2 */
	font-weight: 400;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 15px;
	font-family: 'Ubuntu Condensed', sans-serif;
}

.contact-form {
	margin: 0px;
	padding: 0px 10%;
	position: relative;
	width: auto;
}

.contact-form input {
	border: solid 1px #e1e1e1;
	margin: 5px 0px;
	padding: 8px 12px;
	width: 100%;
	background-color: #FFFFFF;
	font-size: 16px;
	color: #00618A; /* $Text */
	display: block;
	outline: none;
	font-family: 'Ubuntu Condensed', sans-serif;
}

.contact-form textarea {
	border: solid 1px #e1e1e1;
	margin: 5px 0px;
	padding: 8px 12px;
	width: 100%;
	background-color: #FFFFFF;
	font-size: 16px;
	color: #00618A; /* $Text */
	display: block;
	outline: none;
	height: 90px;
	font-family: 'Ubuntu Condensed', sans-serif;
	resize: none;
	overflow: auto;
}

html.no-boxsizing .contact-form input {
	width: 260px;
}

html.no-boxsizing .contact-form textarea {
	width: 260px;
}

.contact-form .button {
	width: 100%;
	display: block;
	padding: 10px 0px;
	font-size: 18px;
	text-align: center;
}

#ValueStatements, #RecentBlogs {
	background-color: #76BFDF;
	color: #FFFFFF;
	padding: 10px 10%;
	border-top: solid 5px #FFE956;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
	background-image: -webkit-linear-gradient(top,#76BFDF,#319FCF);
	background-image: -moz-linear-gradient(top,#76BFDF,#319FCF);
	background-image: -o-linear-gradient(top,#76BFDF,#319FCF);
	background-image: linear-gradient(to bottom,#76BFDF,#319FCF);
	margin-bottom: 15px;
}

#ValueStatements h2, #RecentBlogs h2 {
	font-size: 20px;
	color: #FFEF81;
}

#ValueStatements ul, #RecentBlogs ul {
	list-style: none;
	padding: 10px 0px;
	margin: 0px;
}

#ValueStatements ul li, #RecentBlogs ul li {
	border-bottom: solid 1px #9CBAE7;
	padding: 5px 0px;
}

#RecentBlogs ul li a {
	color: #ffffff;
	font-size: 18px;
}

#RecentBlogs ul li a:hover {
	color: #FFEF81; /* $Primary2 */
}

#ValueStatements ul li:before {
	content: '\f613';
	font-family: 'icomoon-ult';
	font-size: 20px;
	color: #E0F348; /* $Primary */
	margin-right: 10px;
}

#RecentBlogs span {
	display: block;
	font-size: 14px;
	color: #C7EEFF;
}
/* End Side */

/* Nav Feed */
#BottomFeed {
	color: #fff;
	padding: 30px 0px;
}

#BottomFeed .half {
	position: relative;
	height: 250px;
	font-size: 18px;
}

.half h2 {
	border-bottom: solid 1px #97CEE7; /* lighten($background,24%) */
	padding: 5px 0px;
	font-size: 28px;
	margin: 0px 0px 20px 0px;
}

#BottomFeed .half img {
	float: left;
	margin: 0px 10px 0 0px;
}

#BottomFeed .half .button {
	right: 0px;
	position: absolute;
	bottom: 0px;
	width: auto;
	text-align: center;
}

#BottomFeed .half .author {
	color: #FFEF81; /* $Primary2 */
	padding: 20px 0px;
}
/* End Nav Feed */

/* Footer */
#FooterContent .half {
	position: relative;
	width: 50%;
	color: #000000;
}

#FooterContent a {
	color: #00618A; /* $Text */
}

#FooterContent a.phonelink {
	color: #00618A; /* $Text */
}

#FooterContent a:hover {
	color: #76BFDF; /* $Secondary */
}

.Schema img {
	float: left;
}

#SiteSchema {
	float: right;
	width: 50%;
}

.schemaphone {
	font-size: 32px;
	font-family: 'Ubuntu', sans-serif;
}

.schemaphone .hourservice {
	color: #76BFDF; /* $Secondary */
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 23px;
}

.schemaphone .hourservice:before {
	content: url(/images/24hrlogo.png);
	margin-right: 5px;
	position: relative;
	bottom: -5px;
	display: none;
}

.schemaphone .hourservice span {
	color: #00618A; /* $Text */
}

.fourth:last-child {
	float: right;
}

.fourth ul {
	padding: 0px;
	margin: 10px 0 0 0px;
	list-style: none;
}

.fourth ul li {
	border-bottom: solid 1px #D7ECF6; /* lighten($Secondary,71%) */
	padding: 5px 0px;
}

.fourth ul li a {
	display: block;
	margin: 5px 0px;
}

.fourth ul li icon {
	color: #FFEF81; /* $Primary2 */
	background-color: #76BFDF; /* $background */
	padding: 5px;
}

#DisclaimerContent {
	color: #FFFFFF;
	padding: 10px 0px;
}

#DisclaimerContent .copyright {
	font-size: 14px;
	margin-top: 30px;
	float: left;
}

#DisclaimerContent .SDLogo {
	float: right;
}

#FooterContent li a {
	color: #319FCF;
}

#FooterContent li a:hover {
	color: #00618A; /* $Text */
}

#FooterZone a {
	color: #319FCF;
}

#FooterZone a:hover {
	color: #00618A; /* $Text */
}
/* End Footer */

/* Case Eval */
.caseeval {
}

.caseeval input, .caseeval textarea {
	margin: 0px 0px 10px;
	outline: none;
	color: #fff;
	font-size: 14px;
	background-position: 0px -58px;
	border: none;
	background-color: #76BFDF; /* $Secondary */
	font-family: 'Ubuntu Condensed', sans-serif;
}

.caseeval input {
	height: 35px;
	padding: 0px 2%;
	max-width: 80%;
	min-width: 250px;
	width: 100%;
}

.caseeval textarea {
	height: 120px;
	padding: 10px 2%;
	overflow: auto;
	resize: none;
	max-width: 80%;
	min-width: 250px;
	width: 100%;
}

.caseeval .list-picker {
	position: relative;
}

.caseeval .list-picker a.scheduled-less {
	position: absolute;
	left: -18px;
	top: 55px;
	display: none;
}

.caseeval .later a.scheduled-less {
	display: block;
}

.caseeval .list-picker a.scheduled-less:hover {
	text-decoration: none !important;
}

.caseeval .list-picker a.scheduled-less:before {
	font-family: 'icomoon-ult';
	content: '\e0ff';
	font-size: 20px;
	display: block;
	line-height: 1em;
}

.caseeval .list-picker a.scheduled-more {
	position: absolute;
	right: -18px;
	top: 55px;
	display: block;
}

.caseeval .later a.scheduled-more {
	display: none;
}

.caseeval .list-picker a.scheduled-more:hover {
	text-decoration: none !important;
}

.caseeval .list-picker a.scheduled-more:before {
	font-family: 'icomoon-ult';
	content: '\e0fd';
	font-size: 20px;
	display: block;
	line-height: 1em;
}

.caseeval .list-picker .panel {
	width: 100%;
	overflow: hidden;
}

.caseeval .list-picker .panel .scroller {
	white-space: nowrap;
	height: auto;
	position: relative;
}

.caseeval .list-picker h4 {
	margin: 0px;
}

.schedule-date {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.schedule-date li {
	float: none;
	width: 20%;
	text-align: center;
	font-size: 30px;
	background-color: #76BFDF; /* $Secondary */
	color: #FFFFFF;
	padding: 40px 0px;
	border-right: solid 1px #595959;
	cursor: pointer;
	display: inline-block;
}

.schedule-date li span {
	font-size: .5em;
	color: #A3A3A3;
}

.schedule-date li:hover {
	background-color: #6B6B6B;
}

.schedule-date li.active {
	background-color: #6B6B6B;
}

.schedule-time {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.schedule-time li {
	float: left;
	width: 33%;
	text-align: center;
	padding: 40px 0px;
	background-color: #E0F348; /* $Primary */
	color: #FFFFFF;
	font-size: 30px;
	border-right: solid 1px rgba(255,255,255,0.15);
	cursor: pointer;
}

.schedule-time li:hover {
	background-color: #FFEF81; /* $Primary2 */
}

.schedule-time li.active {
	background-color: #FFEF81; /* $Primary2 */
}
/* End Case Eval */

/* Layout Styles */
form *,form *:before,form *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

#StickyZone {
	position: fixed;
	top: -500px;
	width: 100%;
	z-index: 90;
	background-color: #76BFDF; /* $Secondary */
	border-bottom: solid 6px #FFEF81; /* $Primary2 */
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}

#StickyZone.FixedBar {
	top: 0px;
}

body.cms-admin #StickyZone {
	position: relative;
	top: auto;
}

#TopArea {
	color: #FFEF81; /* $Primary2 */
}

#MastArea {
	background-color: #76BFDF; /* $Secondary */
	position: relative;
	z-index: 3;
}

#NavArea {
	background-color: #FFEF81; /* $Primary2 */
	background-image: -webkit-linear-gradient(top,#FFEF81,#F9EFA9); /* $Primary2,adjust($Primary2,27%,-12%,0%) */
	background-image: -moz-linear-gradient(top,#FFEF81,#F9EFA9); /* $Primary2,adjust($Primary2,27%,-12%,0%) */
	background-image: -o-linear-gradient(top,#FFEF81,#F9EFA9); /* $Primary2,adjust($Primary2,27%,-12%,0%) */
	background-image: linear-gradient(to bottom,#FFEF81,#F9EFA9); /* $Primary2,adjust($Primary2,27%,-12%,0%) */
	border-top: solid 2px #00618A; /* $Text */
	position: relative;
	z-index: 2;
}

#NavZone {
}

#ImageZone {
	position: relative;
	z-index: 1;
}

body.sub #ImageZone {
	background-color: #00618A; /* $Text */
	background-image: url(/images/SubBG.jpg);
	height: 140px;
	background-position: center 68%;
}

#CTAZone {
	background-color: #76BFDF; /* $Secondary */
	background-image: -webkit-linear-gradient(top,#76BFDF,#319FCF); /* $Secondary,darken($Secondary,25%) */
	background-image: -moz-linear-gradient(top,#76BFDF,#319FCF); /* $Secondary,darken($Secondary,25%) */
	background-image: -o-linear-gradient(top,#76BFDF,#319FCF); /* $Secondary,darken($Secondary,25%) */
	background-image: linear-gradient(to bottom,#76BFDF,#319FCF); /* $Secondary,darken($Secondary,25%) */
}

#CTAZone2 {
	background-color: #76BFDF; /* $background */
	display: none;
}

#MainArea {
	padding: 30px 0px;
}

#MainZone {
	width: 62%;
	float: right;
	line-height: 1.5em;
}

#MainZone h1 {
	font-size: 28px;
	font-weight: 500;
	color: #3CA4D1; /* darken($background,21%) */
}

#MainZone h2, #MainZone h3 {
	color: #00618A; /* $Text */
	font-size: 20px;
}

#MainZone a {
	color: #76BFDF; /* $Secondary */
}

#MainZone a:hover {
	color: #DBC534;
}

#SideZone {
	width: 35%;
	float: left;
}

#Footer {
}

#FeedZone {
	background-color: #76BFDF; /* $Secondary */
	border-top: solid 5px #E0F348; /* $Primary */
	border-bottom: solid 8px #76BFDF; /* $background */
}

#FooterZone {
	padding: 20px 0px;
}

#DisclaimerZone {
	background-color: #00618A; /* $Text */
}
/* End Layout Styles */

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #FFFFFF;
	color: #00618A; /* $Text */
	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: #00618A; /* $Text */
	min-width: 150px;
	line-height: 1.5em;
	border-bottom: none;
	margin-bottom: 0px;
}

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

nav.top-nav div.iflyOver {
	background-color: #00618A; /* $Text */
}

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: #00618A; /* $Text */
	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 */

/* 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 */

/* Photo Gallery Styles */
div.pictures div.filter {
	position: relative;
}

div.pictures div.filter select {
	float: right;
	background-color: #333;
	width: 180px;
	height: 40px;
	padding-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

div.pictures .showmore {
	display: block;
	width: 160px;
	padding: 10px;
	background-color: #4c4c4c;
	color: #e9e9e9;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	line-height: 25px;
	margin: 0px auto;
}

div.pictures .showmore:hover {
	text-decoration: none;
	background-color: #000;
}

div.pictures div.picture {
	float: left;
	padding: 10px;
	border: solid 2px #cacaca;
	margin: 0px 10px 10px 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	cursor: pointer;
}

div.pictures div.picture div.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	display: none;
}

div.pictures div.picture div.preview-icon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #ffffff;
}

div.pictures div.picture div.preview-icon icon.zoom-in {
	font-size: 28px;
	display: block;
	width: 28px;
	height: 28px;
	margin-left: -14px;
	margin-top: -14px;
	cursor: pointer;
}

div.pictures div.picture h3 {
	position: absolute;
	display: block;
	width: 100%;
	left: 0px;
	background-color: rgba(0,0,0,.8);
	background-color: #000000\9;
	text-align: center;
	font-size: 14px;
	color: #fff;
	bottom: 0px;
	margin: 0px;
	height: 40px;
	z-index: 2;
	line-height: 16px;
	padding-top: 6px;
	text-transform: none;
	vertical-align: middle;
}

div.pictures div.startDown {
	-webkit-transform: scale(1, 1) perspective(500px) rotateX(90deg);
	-moz-transform: scale(1, 1) perspective(500px) rotateX(90deg);
	-o-transform: scale(1, 1) perspective(500px) rotateX(90deg);
	transform: scale(1, 1) perspective(500px) rotateX(90deg);
	-webkit-transform-origin: 50% 100% 0;
	-moz-transform-origin: 50% 100% 0;
	-o-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0;
}

div.pictures div.flipUp {
	-webkit-transform: scale(1, 1) perspective(500px) rotateX(0deg);
	-moz-transform: scale(1, 1) perspective(500px) rotateX(0deg);
	-o-transform: scale(1, 1) perspective(500px) rotateX(0deg);
	transform: scale(1, 1) perspective(500px) rotateX(0deg);
	opacity: 1;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	filter: alpha(opacity=100);
}

div.pictures div.startUp {
	-webkit-transform: scale(1, 1) perspective(500px) rotateX(-90deg);
	-moz-transform: scale(1, 1) perspective(500px) rotateX(-90deg);
	-o-transform: scale(1, 1) perspective(500px) rotateX(-90deg);
	transform: scale(1, 1) perspective(500px) rotateX(-90deg);
	-webkit-transform-origin: 50% 0 0;
	-moz-transform-origin: 50% 0 0;
	-o-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
}

div.pictures div.flipDown {
	-webkit-transform: scale(1, 1) perspective(500px) rotateX(0deg);
	-moz-transform: scale(1, 1) perspective(500px) rotateX(0deg);
	-o-transform: scale(1, 1) perspective(500px) rotateX(0deg);
	transform: scale(1, 1) perspective(500px) rotateX(0deg);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

div.pictures div.startHide {
	opacity: 0;
	filter: alpha(opacity=0);
}

div.pictures div.fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

div.gallery {
	position: relative;
	float: left;
	margin: 10px 5px;
}

div.gallery div.ImageGrid a {
	display: block;
	position: relative;
	margin: 0px auto;
}

div.gallery div.ImageGrid a div.bigcaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	padding: 15px 20px;
}

div.gallery div.ImageGrid img {
	opacity: 0;
	filter: alpha(opacity=0);
}

div.gallery div.ImageGrid a div.hover {
	display: none;
}

div.gallery div.ImageGrid a .shade {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 83%;
	background-color: #000000;
	opacity: .58;
	filter: alpha(opacity=58);
}

div.gallery div.ImageGrid a .viewbg {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -115px;
	width: 230px;
	height: 60px;
	background-color: #ffffff;
	opacity: .3;
	filter: alpha(opacity=30);
	border-radius: 10px;
}

div.gallery div.ImageGrid a .view {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -115px;
	width: 228px;
	height: 58px;
	border-radius: 10px;
	border: solid 1px #ffffff;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	line-height: 60px;
	vertical-align: middle;
}

div.gallery div.ImageGrid a .view span {
	position: absolute;
	top: 0px;
	left: 65px;
	font-size: 18px;
	display: block;
}

div.gallery div.ImageGrid a .view icon {
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 38px;
}

div.gallery div.thumb {
	position: relative;
	width: 270px;
	height: 152px;
	border: solid 1px #d6d6d6;
}

div.gallery div.thumb a.name {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 270px;
	height: 70px;
	font-size: 14px;
	color: #ffffff;
	background-color: rgba(0,0,0,.7);
	background-color: #000000\9;
	text-align: center;
	line-height: 70px;
}

div.gallery div.thumb a.name icon {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 20px;
	color: #ffffff;
}

div.gallery a.btn {
	display: none;
	margin: 10px auto 0px auto;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #cccccc;
	border-radius: 10px;
	background-color: #f5f5f5;
	padding: 0px;
	text-align: center;
	font-size: 18px;
	color: #4b4b4b;
}

div.gallery a.btn:hover {
	background-color: #dcdcdc;
	text-decoration: none;
}

div.gallery div.caption {
	display: none;
	width: 250px;
	height: 100px;
	padding: 10px;
	position: absolute;
	top: 110px;
	left: 240px;
	z-index: 10;
	border: solid 1px #e2e2e2;
	background-color: rgba(0,0,0,.8);
	background-color: #000000\9;
	color: #ffffff;
}
/* End Photo Gallery 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.95);
	text-align: left;
	top: 161px !important;
	z-index: 80;
}

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

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

div.imenu {
	position: absolute;
	top: 0px !important;
	width: 100% !important;
}

div.lightbox-sharing {
	width: 356px;
}
/* End Mobile Menu */

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

@media (max-width:920px) {
	.half {
		width: 90%;
		float: none;
		margin: 0px 5%;
	}

	#SiteSchema {
		float: none;
		width: auto;
	}

	.Schema img {
		float: none;
	}

	#FooterContent .half {
		text-align: center;
		width: 50%;
		margin: 0px;
		float: left;
	}

	.fourth {
		width: 45%;
	}

	.fourth:last-child {
		float: left;
	}

	.side-nav h2:before {
		display: block;
	}

	#CTALinks {
		display: table;
	}

	#TopNavigation {
		display: none;
	}

	.top-nav {
		width: 68%;
	}

	#TopBanner .tag {
		display: none;
	}
}

@media (max-width:880px) {
	#CTAZone {
		background-color: transparent;
	}

	#CTAZone2 {
		display: block;
	}

	body.sub #CTAZone {
		display: none;
	}

	#CTAs {
		padding: 0px;
	}

	.cta-list ul {
		display: block;
	}

	.cta-list ul li {
		width: 100% !important;
		display: block;
		margin: 10px 0px;
		padding: 10px 0px;
		background-color: #76BFDF; /* $background */
	}

	.cta-list h2 icon, .cta-list h2 span {
		display: inline !important;
	}

	.cta-list ul li:last-child {
	}

	.cta-list ul li .uppercta, .cta-list ul li:first-child .uppercta {
		border-left: none;
		border-right: none;
	}

	.cta-list ul li p {
		padding: 0px;
	}

	.cta-list ul li .button {
		position: relative;
	}

	#MainZone {
		float: none;
		width: 90%;
		margin: 0px 5%;
	}

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

@media (max-width:750px) {
	.hideondesktop {
		display: block;
	}

	#StickyNav .RightFloat {
		float: none;
		width: auto;
	}

	#StickyNav div.phone-info {
		float: none;
		text-align: center;
	}

	#StickyZone {
		top: auto;
		position: relative;
	}

	#MastArea {
		display: none;
	}

	#StickyNav div.MobileLogo {
		display: block;
	}

	#StickyNav div.DesktopLogo {
		display: none;
	}

	ul.MobileBtns {
		display: block;
	}

	.phone-info {
		display: block;
	}

	.top-nav {
		display: none !important;
	}

	#TopBanner .logo img {
		width: auto;
		height: 143px;
	}

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

	div.slide div.info {
		left: 5%;
		max-width: 90%;
		width: auto;
		top: 50px;
	}

	#BottomFeed .half {
		height: 300px;
	}

	#BottomFeed .half .button {
		position: relative;
		display: block;
		clear: both;
		bottom: -20px;
	}

	#FooterContent .half {
		width: 100%;
	}

	.fourth {
		width: 90%;
		margin: 10px 5%;
		text-align: center;
	}

	.fourth ul {
		width: auto;
		display: table;
		margin: 10px auto 0px;
	}

	.fourth ul li {
		display: table-cell;
		padding: 0px;
		text-align: center;
		margin: 0px;
		border: none;
	}

	.fourth ul li a {
		margin: 0px 5px;
		display: block;
	}

	.fourth ul li a span {
		display: none;
	}

	.quicklinks {
		display: none;
	}

	body.sub #ImageZone {
		display: none;
	}
}

@media (orientation: landscape) and (max-width: 750px) {
	#StickyZone {
		position: relative;
	}
}

@media (max-width:670px) {
	#StickyNav div.phone-info {
		width: 50%;
		padding: 0 0 5px;
		clear: left;
	}

	#StickyNav div.MobileLogo {
		width: 50%;
	}

	div.imenupanel {
		top: 201px !important;
	}
}

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

	#StickyZone {
		position: relative;
	}

	div.imenupanel {
		top: 220px !important;
	}
}

@media (max-width:550px) {
	#BottomFeed .half img {
		display: none;
	}

	#BottomFeed .half {
		height: 240px;
	}

	#BottomFeed .half .button {
		bottom: 0;
	}

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

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

@media (max-width:500px) {
	ul.MobileBtns li a.MobileCall {
		display: block;
	}

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

	#StickyNav .RightFloat {
		display: none;
	}

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

	.schedule-date li {
		font-size: 26px;
	}

	.schedule-time li {
		width: 100%;
		float: none;
		display: block;
		padding: 10px 0px;
		border-right: none;
		border-bottom: solid 1px rgba(255,255,255,0.2);
	}

	div.imenupanel {
		top: 169px !important;
	}
}

@media (max-width:450px) {
	#StickyNav div.MobileLogo {
		max-height: 200px;
		width: 100%;
		padding: 0px;
		background-color: transparent;
		margin-bottom: 10px;
	}

	#StickyNav div.MobileLogo a img {
		max-height: 100%;
	}

	#StickyNav {
		padding: 10px 0px 0px;
		background-color: #76BFDF; /* $background */
	}

	#StickyZone {
		border: none;
	}

	ul.MobileBtns {
		display: table;
		width: 100%;
		float: none;
		margin: 0px 0px 0px;
	}

	ul.MobileBtns li {
		width: 25%;
		float: none;
		display: table-cell;
		border-right: solid 1px rgba(255,255,255,0.2);
	}

	ul.MobileBtns li > a {
		padding: 5px 0px;
	}

	ul.MobileBtns li a icon {
		display: none;
	}

	#NavArea {
		display: none;
	}

	div.imenupanel {
		top: 196px !important;
	}

	.cta-list ul li .button {
		width: 80%;
		margin-left: 10%;
	}

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

	#DisclaimerContent  > div {
		width: 100%;
		float: nont;
		text-align: center;
		margin: 10px 0;
	}
}
/* End Responsive */
