body {
	background: #ffffff;
	margin: 0px;
	font-family: Cabin Condensed;
}

h1 {
	color: #262626; /* $secondary1 */
	font-size: 26px;
	line-height: 1.2em;
	font-family: Domine;
	margin: 10px 0px;
	font-weight: 400;
}

h2,h3 {
	margin: 10px 0px;
	color: #00374D;
	font-size: 16px;
	line-height: 1.2em;
	font-family: Cabin Condensed;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	margin: 10px 0px;
	color: #004F6E;
	font-size: 20px;
	line-height: 1.2em;
	font-family: Domine;
	font-weight: normal;
}

a {
	color: #005F82;
	text-decoration: none;
}

a:hover {
	color: #2A2A2A; /* $primary1 */
	text-decoration: none;
}

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

.content {
	width: 67%;
	float: right;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 15px 25px 15px 25px;
	color: #494949; /* lighten($secondary1,16%) */
}

.side {
	width: 29%;
	float: left;
	color: #676767; /* lighten($secondary1,30%) */
}

.fancyfont {
	color: #000000;
	background-color: #969696;
	font-size: 16px;
	margin: 1px 1px;
	padding: 3px 3px;
	border-radius: 6px;
}

span.disclaimer {
	text-align: center;
	display: block;
	padding: 1em;
	font-style: italic;
}

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

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

#Top {
	width: 100%;
}

#Top:before, #Top:after {
	content: ' ';
	position: absolute;
	width: 21%;
	background-color: rgba(0,0,0,0.3);
	height: 712px;
	top: 0px;
	z-index: 5;
	display: none;
}

#Top:before {
	left: 0px;
}

#Top:after {
	right: 0px;
}

#TopNavZone {
	background-color: #2A2A2A; /* $primary1 */
}

#MastheadZone {
	background-image: linear-gradient(to left,#000000,#404040,#000000); /* adjust($secondary1,-100%,-1%,0%),lighten($secondary1,12%),darken($secondary1,100%) */
}

html.no-cssgradients #MastheadZone {
	background-color: #25170f;
}

body.SUB #ImageZone {
	height: 270px;
	background-image: url(/images/Slide1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

#SubSlideContent {
	padding-top: 50px;
}

#SubSlideContent h2 {
	font-size: 58px;
	color: #fff;
	line-height: 0.9em;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.3), 0px 0px 10px rgba(0,0,0,0.2);
	margin: 0px;
}

#SubSlideContent h2 span {
	color: #8CD698;
	text-shadow: 1px 1px 8px rgba(255,255,255,0.3), 0px 0px 10px rgba(255,255,255,0.2);
}

#CTAZone {
	position: relative;
	z-index: 15;
	margin: -116px 0px 20px;
}

#Main:before {
	content: ' ';
	position: absolute;
	width: 100%;
	border-top: solid 4px #004F6E; /* $primary2 */
	background-color: rgba(0,0,0,0.737);
	background-image: url(/images/Animation_Pattern.png);
	top: -135px;
	display: block;
	height: 126px;
	z-index: 10;
}

html.no-rgba #Main:before {
	background-color: #262626; /* $secondary1 */
}

#Main {
	width: 100%;
	border-top: solid 10px #2A2A2A; /* $primary1 */
	background-color: #707070; /* lighten($secondary1,34%) */
	background-image: url(/images/MainArea_Pattern.png);
	position: relative;
}

#MainArea {
	background-color: #E7E7E7; /* lighten($secondary1,89%) */
	background-image: url(/images/MainZone_Pattern.png);
	box-shadow: inset 0px -1px rgba(0,0,0,0.2);
	border-bottom: solid 1px #e7ddd4;
	padding: 1px 1.5%;
}

#ButtonZone {
	background-image: linear-gradient(to left,#2A2A2A,#555555,#2A2A2A); /* $primary1,lighten($primary1,20%),$primary1 */
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

html.no-cssgradients #ButtonZone {
	background-color: #2A2A2A; /* $primary1 */
}

#Bottom {
	width: 100%;
	background-image: url(/images/Animation_Pattern.png);
	box-shadow: 0px -2px 2px rgba(0,0,0,0.2);
}

#FooterZone {
	background-image: linear-gradient(to left,#000000,#3C3C3C,#000000); /* darken($secondary1,100%),lighten($secondary1,10%),darken($secondary1,100%) */
	border-top: solid 4px #004F6E; /* $primary2 */
	padding: 40px 0px;
}

html.no-cssgradients #FooterZone {
	background-color: #262626; /* $secondary1 */
}
/* End Layout Styles */

/* Top Nav */
#TopBar div.Phone {
	display: none;
}

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

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

nav.top-nav ul li {
	padding: 0px 1%;
	vertical-align: middle;
	text-align: center;
	width: auto;
	display: table-cell;
}

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

nav.top-nav a {
	font-size: 16px;
	color: #fff;
	line-height: 1.1em;
	display: block;
	padding: 11px 0px;
	font-weight: 400;
}

nav.top-nav a:hover {
	text-decoration: none;
	color: #004F6E; /* $primary2 */
}
/* End Top Nav */

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #ffffff;
	color: #2A2A2A; /* $primary1 */
	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;
	position: absolute;
	z-index: 20;
}

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: #2A2A2A; /* $primary1 */
	min-width: 150px;
	line-height: 1.5em;
}

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

nav.top-nav div.iflyOver {
	background-color: #2A2A2A; /* $primary1 */
}

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: #2A2A2A; /* $primary1 */
	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 */

/* Masthead */
#Masthead {
}

div.TopLogo {
	float: left;
	padding: 13px 0px;
}

div.TopLogo a {
	display: block;
}

div.Phone {
	float: right;
	padding: 13px 0px;
	text-transform: uppercase;
}

div.Phone div.Number {
	color: #004F6E; /* $primary2 */
	text-shadow: none;
	letter-spacing: 2px;
	font-size: 15px;
}

div.Phone div.Number span {
	color: #fff;
	font-size: 27px;
	line-height: 1.3em;
	font-family: Domine;
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
	letter-spacing: 0px;
}

div.Phone a {
	color: #0083B2;
	letter-spacing: 10px;
	display: block;
	margin: 3px 0px 0px;
}

div.Phone a:hover {
	color: #fff;
}

#SmallMenu {
	float: right;
	padding: 3%;
	background-color: #004F6E; /* $primary2 */
	color: #262626; /* $secondary1 */
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	border-radius: 100px;
	display: none;
	margin-bottom: 13px;
}

#Masthead>.imenuitem {
	border-bottom: none !important;
}
/* End Masthead */

/* Animation */
#Animation {
	height: 577px;
	width: 100%;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

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

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

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

div.slide div.info {
	position: absolute;
	top: 125px;
	color: #fff;
	padding: 0px;
	width: 80%;
}

div.slide div.info h2 {
	font-size: 58px;
	color: #fff;
	font-family: Domine;
	line-height: 0.9em;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.3), 0px 0px 10px rgba(0,0,0,0.2);
}

div.slide div.info h2 span {
	color: #004F6E; /* $primary2 */
}

div.slide div.info p {
	font-size: 30px;
	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 30% 0px 0px;
}

div.slide div.info a {
	font-size: 17px;
	line-height: 1em;
	display: inline-block;
	margin: 20px 0px 0px;
	background-color: #005F82;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 20px 15px 20px;
	border-radius: 40px;
	color: #fff;
}

div.slide div.info a:after {
	font-family: icomoon-ult;
	content: '\e0cc';
	float: right;
	color: #FFFFFF;
	font-size: 20px;
	text-shadow: none;
	padding-left: 15px;
}

div.slide div.info a:hover {
	background-color: #2A2A2A; /* $primary1 */
}
/* End Animation */

/* CTA Styles */
#CTAs {
	box-shadow: inset 0px -1px rgba(0,0,0,0.2), 0px 2px 0px #e7ddd4;
	padding-bottom: 20px;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	display: table;
	width: 100%;
}

html.no-boxshadow #CTAs ul li {
	border: solid 1px #c8bcb3;
}

#CTAs ul {
	list-style: none;
	padding: 0px;
	background-color: #E7E7E7; /* lighten($secondary1,89%) */
	background-image: url(/images/MainZone_Pattern.png);
	box-shadow: 0px 3px 3px -1px rgba(0,0,0,0.3);
	display: table-row;
	margin: 0px;
}

#CTAs ul li {
	padding: 10px 1% 50px 2%;
	position: relative;
	min-height: 198px;
	display: table-cell;
}

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

.items1 li {
	width: 100%;
}

.items2 li {
	width: 50%;
}

.items3 li {
	width: 33.3%;
}

.items4 li {
	width: 25%;
}

#CTAs ul li:after {
	content: ' ';
	display: block;
	width: 1px;
	position: absolute;
	height: 90%;
	background-color: #CDCDCD; /* lighten($secondary1,77%) */
	top: 12px;
	right: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#CTAs ul li:last-child:after {
	display: none;
}

#CTAs ul li h2 {
	font-family: Domine;
	font-size: 18px;
	color: #262626; /* $secondary1 */
	line-height: 1.3em;
	margin: 0px;
	padding: 10px 0px;
}

#CTAs ul li icon {
	float: right;
	color: #fff;
	background-color: #004F6E; /* $primary2 */
	font-size: 29px;
	padding: 8px;
	border-radius: 50px;
	margin: 15px 0px 0px 8%;
}

#CTAs ul li p {
	color: #343434; /* darken($secondary2,39%) */
	font-size: 14px;
	line-height: 1.3em;
	margin: 0px 13% 0px 0px;
}

#CTAs ul li a {
	display: block;
	width: 80%;
	background-color: #2A2A2A; /* $primary1 */
	text-align: center;
	padding: 6px 0px;
	color: #fff;
	font-size: 14px;
	border-radius: 15px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -40%;
}

#CTAs ul li a:hover {
	background-color: #004F6E; /* $primary2 */
}
/* End CTA Styles */

/* Side Headers */
.SideHeader a {
	text-decoration: none;
}

.side h2, #ContactFormFields h2 {
	text-align: center;
	font-family: Domine;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 48px;
	font-weight: 400;
	padding: 4px 0px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	background-image: linear-gradient(to left,#262626,#444444,#262626);
	border-top: solid 3px #2A2A2A;
	border-radius: 20px 20px 0px 0px;
}

.side h2 a {
	color: #FFFFFF;
}

.side h3, #ContactFormFields h3 {
	text-align: center;
	font-size: 14px;
	color: #262626;
	line-height: 32px;
	font-weight: 400;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(250,250,250,0.6);
	letter-spacing: 5px;
	background-color: #C9C9C9;
}

html.no-cssgradients .side h2 {
	background-color: #262626; /* $secondary1 */
}
/* End Side Headers */

/* Left Nav Styles */
.side-nav {
	width: 100%;
	position: relative;
	list-style: none;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	background-color: #F8F8F8; /* lighten($secondary1,97%) */
	border-radius: 20px;
}

html.no-rgba .side-nav {
	background-color: #FAFAFA; /* lighten($secondary2,97%) */
}

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

.side-nav>ul {
	padding-top: 10px;
}

.side-nav li {
	width: 85%;
	margin: 0px auto;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.6);
	position: relative;
}

.side-nav li a {
	color: #676767; /* lighten($secondary1,30%) */
	display: block;
	line-height: 31px;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	margin: 2px 0px;
}

.side-nav li a:hover:after {
	font-family: icomoon-ult;
	content: '\e0cc';
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 22px;
	color: #555555; /* $secondary2 */
}

.side-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #004F6E; /* $primary2 */
	border-radius: 15px;
}

.side-nav header.SideHeader {
}

.side-nav header.SideHeader a {
	border: none;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
}

.side-nav li:last-child a {
}

.side-nav li:first-child a {
}

li.level1 a {
}

li.level1 a:hover {
}

li.level2 a {
	padding-left: 10%;
	font-size: 13px;
}

li.level2 a:hover {
}

li.level3 a {
	padding-left: 15%;
	font-size: 13px;
}

li.level4 a {
	padding-left: 20%;
	font-size: 13px;
}

li.selected:after {
	font-family: icomoon-ult;
	content: '\e0cc';
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 22px;
	color: #555555; /* $secondary2 */
}

.side-nav ul li.selected a {
	color: #fff;
	background-color: #004F6E; /* $primary2 */
	border-radius: 15px;
}
/* End Left Nav Styles */

/* Contact Form */
#ContactForm {
	width: 100%;
	position: relative;
	margin: 20px 0px;
	border-radius: 20px;
	padding-bottom: 5px;
}

html.no-rgba #ContactForm {
	background-color: #161616;
}

div.ContactMargin {
	width: 85%;
	margin: 0px auto;
	padding: 0px;
}

div.ContactMargin label {
	width: 44%;
	line-height: 34px;
	background-image: linear-gradient(to bottom,#004F6E,#00374D); /* $primary2,darken($primary2,30%) */
	border-left: solid 1px rgba(0,0,0,0.1);
	padding: 0px 0px 0px 6px;
	font-size: 15px;
	color: #FFFFFF;
	margin: 0px;
	border-top: solid 1px rgba(0,0,0,0.1);
	display: inline-block;
	float: left;
}

html.no-cssgradients div.ContactMargin label {
	background-color: #004F6E; /* $primary2 */
}

html.no-cssgradients {
}

div.ContactMargin label.Message {
	display: block;
	float: none;
	width: 100%;
}

div.ContactMargin input, div.ContactMargin textarea, div.ContactMargin select {
	background-color: #fff;
	border: none;
	outline: none;
	font-size: 14px;
	color: #262626;
	position: relative;
	border-top: solid 1px rgba(0,0,0,0.3);
	font-family: 'Cabin Condensed';
}

div.ContactMargin input, div.ContactMargin select {
	padding: 0px 10px 0px 10px;
	height: 34px;
	margin: 0px 0px 10px;
	width: 56%;
}

div.ContactMargin select {
	width: 100%;
	border-left: solid 1px rgba(0,0,0,0.3);
}

div.ContactMargin textarea {
	height: 90px;
	padding: 9px 10px 0px 10px;
	resize: none;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-left: solid 1px rgba(0,0,0,0.3);
	width: 100%;
}

#ContactForm a.Submit, #ContactFormFields a.Submit {
	background: transparent;
	border: none;
	width: 100%;
	background-color: #004763;
	text-transform: uppercase;
	text-align: center;
	display: block;
	cursor: pointer;
	border-radius: 40px;
	color: #fff;
	font-size: 16px;
	margin: 10px 0px 10px;
	line-height: 35px;
	padding: 0px 20px;
}

#ContactForm a.Submit:after {
	font-family: icomoon-ult;
	content: '\e000';
	color: #555555; /* $secondary2 */
	font-size: 20px;
	text-shadow: none;
	float: right;
}

#ContactForm a.Submit:hover {
	background-color: #2A2A2A; /* $primary1 */
}
/* End Contact Form */

/* Testimonials Feed */
#TestimonialsFeed {
	width: 100%;
	padding: 20px 10% 0px 7%;
	position: relative;
	border-radius: 20px;
	border-left: solid 6px #2A2A2A; /* $primary1 */
	border-right: solid 6px #2A2A2A; /* $primary1 */
	box-shadow: 4px 0px 5px -3px rgba(0,0,0,0.3), -4px 0px 5px -3px rgba(0,0,0,0.3);
	margin-bottom: 20px;
}

article span.ReviewText {
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	line-height: 23px;
	color: #262626; /* $secondary1 */
}

#TestimonialsFeed span.DisplayName {
	display: block;
	font-style: normal;
	padding: 15px 0px 15px;
	font-size: 16px;
	color: #003F58; /* darken($primary2,20%) */
}

#TestimonialsFeed a {
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

#TestimonialsFeed a icon {
	padding-left: 2%;
}

#TestimonialsFeed a:hover {
}
/* End Testimonials Feed */

/* Bottom CTA */
#BottomCTA {
	padding: 50px 2% 0px;
	display: block;
	min-height: 180px;
}

#BottomCTA div.Header {
	float: left;
}

#BottomCTA h2 {
	margin: 0px;
	font-family: Domine;
	font-size: 41px;
	color: #FFFFFF;
	line-height: 1em;
}

#BottomCTA p {
	font-size: 18px;
	color: #D5D2CE;
	margin: 0px 0px 0px;
}

#BottomCTA div.Phone {
	text-align: center;
	padding: 0px;
}

#BottomCTA div.Phone:after {
	content: ' ';
	display: block;
	clear: both;
	width: 100%;
	height: 50px;
}

#BottomCTA div.Phone div.Number {
	color: #FFFFFF;
	letter-spacing: 1px;
	font-size: 13px;
	margin: 0px 0px 0px;
}

#BottomCTA div.Phone div.Number span {
	font-size: 25px;
}

#BottomCTA div.Phone span.Btn {
	display: block;
	margin: 3px 0px;
	background-color: #004F6E; /* $primary2 */
	padding: 10px 4%;
	color: #FFFFFF;
	border-radius: 40px;
	font-size: 16px;
	letter-spacing: 3px;
}

#BottomCTA div.Phone span.Btn:after {
	font-family: icomoon-ult;
	content: '\e0cc';
	float: right;
	color: #555555; /* $secondary2 */
	font-size: 18px;
}

#BottomCTA:hover div.Phone span.Btn {
	color: #fff;
}
/* End Bottom CTA */

/* Bottom Styles */
.BottomSection {
	width: 25%;
	float: left;
	padding: 20px 3% 0px;
	border-left: solid 1px rgba(250,250,250,0.1);
	min-height: 380px;
}

.BottomHeader h3 {
	font-family: Domine;
	font-size: 23px;
	color: #004F6E; /* $primary2 */
	text-transform: uppercase;
	font-weight: 400;
	line-height: 60px;
}

#SiteSchema {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	border: none;
}

.Schema a {
	color: #004F6E; /* $primary2 */
}

.Schema a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#FooterContent {
	font-size: 14px;
	margin: 0px 0px 0px -5px;
}

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

#FooterContent a {
	color: #FFFFFF;
	line-height: 35px;
	font-size: 13px;
	padding: 0px 0px;
	display: block;
	border-bottom: solid 1px #515151; /* lighten($secondary1,20%) */
}

#FooterContent a:hover {
	color: #004F6E; /* $primary2 */
	text-decoration: none;
}

.social {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Masthead .social {
}

.social a {
	color: #d5d2ce;
	display: block;
	clear: both;
	line-height: 35px;
	border-bottom: solid 1px #515151; /* lighten($secondary1,20%) */
}

#Masthead .social a {
	border: none;
	padding: 0px;
	clear: none;
	display: block;
}

.social icon {
	font-size: 15px;
	display: block;
	float: left;
	background-color: #fff;
	padding: 3px;
	border-radius: 15px;
	color: #262626; /* $secondary1 */
	margin: 7px 10px 0px 0px;
}

#Masthead .social icon {
	float: right;
	padding: 3px;
	display: inline-block;
	width: 22px;
}

.social a:hover {
	color: #004F6E; /* $primary2 */
}

.social a:hover icon {
	background-color: #004F6E; /* $primary2 */
}

#Smaller {
	color: #D6D6D6;
	font-size: 13px;
	line-height: 20px;
}

#Smaller img {
	padding: 20px 0px 0px;
}

.PaymentButton {
	background-color: #00638A; /* lighten($primary2,7%) */
	color: #FFFFFF;
	padding: 10px 30px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 20px;
	margin: 20px 0px 0px 0px;
}

.PaymentButton:hover {
	color: #CFCFCF;
}
/* End Bottom Styles */

/* Case Eval */
.caseeval {
}

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

.caseeval input, .caseeval textarea, .caseeval select {
	background: #3A3A3A;
	margin: 0px 0px 10px;
	border-radius: 8px;
	outline: none;
	color: #fff;
	font-size: 14px;
	font-family: Arial;
	background-position: 0px -58px;
	border-top: solid 3px #2A2A2A;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

.caseeval input, .caseeval select {
	width: 50%;
	height: 30px;
	padding: 0px 2%;
}

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

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

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: rgba(37,23,15,0.95);
	text-align: left;
}

#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: #2A2A2A; /* $primary1 */
	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;
}
/* End Mobile Menu */

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

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

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

@media (max-width: 1000px) {
	#CTAs ul li {
		width: 50%;
		padding-bottom: 55px;
		min-height: 200px;
		display: block;
	}

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

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

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

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

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

	#CTAs ul li:nth-child(2):after {
		display: none;
	}

	#CTAs ul li:first-child, #CTAs ul li:nth-child(2) {
		border-bottom: solid 1px #f3ede9;
	}

	#CTAs ul li a {
		font-size: 16px;
	}

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

	#BottomCTA {
		text-align: center;
		min-height: 100px;
	}

	#BottomCTA div.Header {
		float: none;
	}

	#BottomCTA div.Phone {
		float: none;
		margin-top: 20px;
	}

	#BottomCTA div.Phone span.Btn {
		margin: 3px 15%;
	}

	.BottomSection {
		width: 50%;
	}
}

@media (max-width: 920px) {
	#CTAs ul li {
		width: 100%;
		padding: 10px 5% 10px;
		min-height: 50px;
		border-bottom: solid 1px #f3ede9;
		text-align: center;
		float: left !important;
	}

	#CTAs ul li:after {
		display: none;
	}

	#CTAs ul li icon {
		display: none;
	}

	#CTAs ul li p {
		margin-right: 0px;
	}

	#CTAs ul li a {
		position: relative;
		margin: 15px auto 0px;
		left: 0px;
	}

	#CTAs {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	#ContactForm a.Submit:after {
		display: none;
	}

	#TestimonialsFeed a icon {
		display: none;
	}
}

@media (max-width: 800px) {
	#SideZone, #MainZone {
		width: 100%;
		float: none;
	}

	#Masthead {
		text-align: center;
	}

	#Masthead div.TopLogo, #Masthead div.Phone {
		float: none;
	}

	#Masthead div.TopLogo {
		padding-bottom: 0px;
	}

	#Masthead div.Phone a {
		display: none;
	}

	div.slide div.info {
		top: 100px;
	}

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

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

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

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

	#ContactForm a.Submit:after {
		display: block;
	}

	#TestimonialsFeed a icon {
		display: inline-block;
	}

	.caseeval input, .caseeval textarea, .caseeval select {
		width: 90%;
		margin: 0 auto 10px;
		display: block;
	}
}

@media (max-width: 550px) {
	#TopBar div.Phone {
		display: block;
		padding: 2% 0px;
	}

	#TopBar div.Phone div.Number {
		color: #004F6E; /* $primary2 */
	}

	nav.top-nav {
		display: none;
	}

	#Masthead div.TopLogo a img {
		width: 70%;
		float: left;
	}

	#Masthead div.Phone {
		display: none;
	}

	#Masthead #SmallMenu {
		display: block;
	}

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

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

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

	#Animation div.slide div.info p {
		font-size: 20px;
	}

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

	body.SUB #ImageZone {
		height: 240px;
		background-position: center -30px;
	}
}

@media (max-width: 500px) {
	#Animation div.slide div.info {
		width: 100%;
		text-align: center;
		top: 20px;
	}

	#Animation div.slide img {
		filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
	}

	#Animation div.slide div.info p {
		width: 94%;
		margin: 10px auto 0px;
		font-size: 19px;
	}

	#Animation div.slide div.info a {
		margin: 10px auto;
	}

	#FooterZone {
		padding-top: 0px;
	}

	.BottomSection {
		width: 100%;
		float: none;
		border-left: none;
		padding: 10px 5%;
		height: auto;
	}

	#SiteSchema {
		text-align: center;
	}
}

@media (max-width: 450px) {
	#CTAs ul li p {
		display: none;
	}

	body.SUB #Main:before {
		display: none;
	}

	body.SUB #ImageZone {
		display: none;
	}

	body.SUB #CTAZone {
		display: none;
	}

	#CTAs ul li {
		display: none;
	}

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

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

	#Animation div.slide div.info h2 {
		font-size: 30px;
		padding: 0px 1%;
	}

	#Animation div.slide div.info p {
		font-size: 18px;
	}

	#TopBar div.Phone {
		width: 100%;
		padding: 2% 1%;
		text-align: center;
	}

	#BottomCTA div.Phone span.Btn {
		margin: 3px 5%;
	}
}
/* End Responsive */
