/* Font Face */
@font-face {
	font-family: 'ITCGiovanniStdBook';
	src: url('fonts/giovannistd-book-webfont.eot');
	src: url('fonts/giovannistd-book-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/giovannistd-book-webfont.woff') format('woff'),
		 url('fonts/giovannistd-book-webfont.ttf') format('truetype'),
		 url('fonts/giovannistd-book-webfont.svg#webfontDEVpe1xv') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'ITCGiovanniStdBook';
		src: url('fonts/giovannistd-book-webfont.svg#webfontDEVpe1xv') format('svg');
		font-weight: normal;
		font-style: normal;
	}

}

@font-face {
	font-family: 'OswaldSVG';
	src: url('fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'OswaldSVG';
		src: url('fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
		font-weight: normal;
		font-style: normal;
	}

}
/* End Font Face */

/* General */
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 100%;
}

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

h1,h2,h3,h4,h5 {
	margin: 0px;
	line-height: 1.25;
	font-family: 'ITCGiovanniStdBook', serif;
}

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

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

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

.half {
	width: 48%;
}

.half.left {
	float: left;
}

.half.right {
	float: right;
}

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

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

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

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

.fancyfont {
	background-color: #EC6724;
	margin: 12px 0px 30px 0px;
	display: block;
	padding: 3px 10px;
	border: solid 2px #FFFFFF;
	color: #FFFFFF;
}

.fancyfont a {
	text-decoration: none;
	outline: none;
	color: #0657B3;
}

.fancyfonts {
	background-color: #3C6EA8;
	margin: 12px 0px 30px 0px;
	padding: 3px 10px;
	color: #FFFFFF;
}

.fancyfont3 {
	background-color: #5A5A5A;
	margin: 12px 0px 30px 0px;
	padding: 3px 10px;
	color: #FFFFFF;
}
/* End General */

/* Navigation */
#TopArea {
}

#TopZone {
	padding: 25px 0;
	background-image: url(/images/gray-texture.png);
	position: relative;
}

#TopZone:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #BFBFBF; /* lighten($BG,75%) */
	position: absolute;
	left: 0;
	bottom: 1px;
}

.top-bar {
}

.masthead {
}

.masthead .tagline {
}

.masthead hr {
}

.logo {
	float: left;
	clear: left;
	width: 55%;
}

.phone-info {
	float: right;
	width: 34%;
}

.pi-left {
	float: left;
	clear: left;
	text-align: right;
	padding-right: 10px;
	border-right: 1px solid #878787; /* lighten($text1,53%) */
}

.phone-info .schedule {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 1.125em;
	display: block;
}

.phone-info .free {
	display: block;
	font-family: 'ITCGiovanniStdBook';
	color: #030919; /* $primary */
	font-size: 1.125em;
}

.phone-info .free:hover {
	color: #EC6724; /* $secondary */
}

.phone-info icon {
}

.phone-info .phone {
	float: left;
	font-size: 1.625em;
	font-family: 'Oswald', sans-serif;
	color: #000000; /* $text1 */
	padding-left: 10px;
}

#NavArea {
	padding-bottom: 10px;
	position: relative;
	z-index: 10;
}

nav.top-nav {
	display: table;
	width: 100%;
	background-image: -webkit-linear-gradient(top,#174D8B,rgba(26,77,136,0.73)); /* saturate($color3,11%),alpha($color3,73%) */
	background-image: -moz-linear-gradient(top,#174D8B,rgba(26,77,136,0.73)); /* saturate($color3,11%),alpha($color3,73%) */
	background-image: -o-linear-gradient(top,#174D8B,rgba(26,77,136,0.73)); /* saturate($color3,11%),alpha($color3,73%) */
	background-image: linear-gradient(to bottom,#174D8B,rgba(26,77,136,0.73)); /* saturate($color3,11%),alpha($color3,73%) */
}

html.no-cssgradients nav.top-nav {
	background-color: #1A4D88;
}

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

nav.top-nav ul li {
	display: table-cell;
	width: 20%;
}

nav.top-nav ul li a {
	display: block;
	padding: 5px 5% 25px;
	color: #FFFFFF; /* $text2 */
	text-align: center;
	font-size: 0.938em;
	position: relative;
	top: 10px;
}

nav.top-nav ul li a:before {
	content: '\e0e9';
	font-family: 'icomoon-ult' !important;
	font-size: 1.25em;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -9px;
	display: none;
}

nav.top-nav ul li a:hover {
	background-color: rgba(255,255,255,0.31); /* alpha($text2,31%) */
}

html.no-rgba nav.top-nav ul li a:hover {
	background-color: #628EC0; /* adjust($color3,37%,-37%,0%) */
}

nav.top-nav ul li a:hover:before {
	display: block;
}

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

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

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

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

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

nav.top-nav div.ifly {
	background-color: #000000; /* $BG */
	border: none;
	border-top: solid 1px #ddd;
}

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

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

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

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

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

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

/* Animation */
#SlideZone {
	height: 552px;
	padding-top: 20px;
	position: relative;
}

#SubpageBannerZone {
	height: 200px;
	background-image: url(/images/slide-bg.jpg);
	background-position: center;
	padding-top: 20px;
}

.sbc {
	text-align: center;
	background-image: url(/images/white-texture.png);
}

.animation {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 5;
	overflow: hidden;
	display: block;
	top: 0;
	left: 0;
}

.animation div.slide {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	padding-top: 80px;
}

.animation div.slide:first-child {
}

.animation div.slide img.slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: 1;
}

.animation div.slide .textwrap {
	height: 415px;
	background-image: url(/images/white-texture.png);
	position: relative;
	z-index: 3;
}

div.slide div.info {
	position: absolute;
	width: 100%;
	top: 85px;
	z-index: 10;
	left: 0;
}

div.slide img.clipped {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center 58%;
}

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

.slide .main-header, .sbc .main-header {
	position: relative;
	line-height: 1;
	display: inline-block;
	padding: 0 10px 0 0;
}

div.slide div.info h2, div.slide div.info .maskedtext, .sbc h2, .sbc .maskedtext {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 3.250em;
}

div.slide div.info h2, .sbc h2 {
	position: relative;
	z-index: 2;
}

div.slide div.info .maskedtext, .sbc .maskedtext {
	-webkit-mask-image: url(/images/diagonalstripes.png);
	-moz-mask-image: url(/images/diagonalstripes.png);
	-o-mask-image: url(/images/diagonalstripes.png);
	mask-image: url(/images/diagonalstripes.png);
	position: absolute;
	top: 12px;
	left: 5px;
	z-index: 1;
}

html.no-flexboxlegacy div.slide div.info  .maskedtext, html.no-flexboxlegacy .sbc .maskedtext {
	display: none;
}

div.slide div.info h3, .sbc h3 {
	font-size: 2.250em;
	font-weight: normal;
	text-transform: uppercase;
	color: #102964;
	margin-bottom: 0;
	line-height: 1;
}

div.slide div.info p {
	font-size: 1.125em;
	text-shadow: 0 1px 0 #FFF;
	margin: 0 auto;
	max-width: 600px;
}

.slide .bars {
	max-width: 180px;
	height: 4px;
	margin: 15px auto;
}

.slide .bars div {
	background-color: #EC6724; /* $secondary */
	float: left;
	height: 100%;
}

.slide .bars .bar1, .slide .bars .bar3 {
	width: 44%;
}

.slide .bars .bar2 {
	width: 6%;
	margin: 0 3%;
}

.button {
	background-color: #1A4D88; /* $color3 */
	display: block;
	color: #FFFFFF; /* $text2 */
	text-align: center;
	background-image: -webkit-linear-gradient(top,#3567A1,#1A4D88); /* adjust($color3,15%,-26%,0%),$color3 */
	background-image: -moz-linear-gradient(top,#3567A1,#1A4D88); /* adjust($color3,15%,-26%,0%),$color3 */
	background-image: -o-linear-gradient(top,#3567A1,#1A4D88); /* adjust($color3,15%,-26%,0%),$color3 */
	background-image: linear-gradient(to bottom,#3567A1,#1A4D88); /* adjust($color3,15%,-26%,0%),$color3 */
	padding: 15px 3%;
	border-radius: 3px;
	border: 1px solid #1A4D88; /* $color3 */
	border-bottom-color: #383838; /* lighten($BG,22%) */
	border-right-color: #383838; /* lighten($BG,22%) */
}

.button:hover, .home .contact-form .button:hover {
	color: #AACAEF;
}

div.slide .button {
	max-width: 500px;
	margin: 10px auto;
}

div.slide .button icon {
	font-size: 1.5em;
	line-height: 0;
	color: #EC6724; /* $secondary */
	position: relative;
	top: 6px;
}
/* End Animation */

/* CTAs */
#CTAZone {
	background-image: url(/images/gray-texture.png);
	border-bottom: 8px solid #B5B5B5; /* lighten($BG,71%) */
}

#CTAWrap {
	border-bottom: 1px solid #6E6E6E; /* lighten($BG,43%) */
}

.cta-list {
	width: 100%;
	display: table;
	margin: 0px auto 0px auto;
	table-layout: fixed;
}

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

.cta-list ul li {
	padding: 0;
	position: relative;
	text-align: center;
	font-size: 1.15em;
	display: table-cell;
}

.cta-list ul li:hover {
}

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

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

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

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

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

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

.cta-list ul li a {
	display: block;
	position: relative;
	padding-bottom: 10px;
}

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

.cta-list .half-circle {
	background-color: #030919; /* $primary */
	width: 56px;
	height: 23px;
	border-radius: 0 0 56px 56px;
	margin: 0 auto;
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}

.cta-list ul li a:hover .half-circle {
	background-color: #EC6724; /* $secondary */
}

.cta-list .icon-holder {
	line-height: 0;
	width: 60%;
	margin: 0 auto;
	border-top: 1px solid #0D266B; /* lighten($primary,19%) */
	-webkit-transition: border-color 200ms ease-in-out;
	-moz-transition: border-color 200ms ease-in-out;
	-o-transition: border-color 200ms ease-in-out;
	transition: border-color 200ms ease-in-out;
}

.cta-list ul li a:hover .icon-holder {
	border-color: #F29668; /* lighten($secondary,31%) */
}

.cta-list ul li icon {
	color: #FFFFFF; /* $text2 */
}

.cta-list ul li .info {
	padding: 20px 1% 20px 1%;
	border-right: 1px solid #B5B5B5; /* lighten($BG,71%) */
}

.parea.cta-list ul li .info {
	padding: 20px 1.5%;
}

.cta-list ul li:last-child .info {
	border-right: none;
}

.cta-list ul li h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 1.375em;
	text-transform: uppercase;
	color: #000000; /* $text1 */
}

.cta-list ul li h3 {
	font-size: 1.5em;
	color: #030919; /* $primary */
	text-transform: uppercase;
}

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

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

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

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

	nav.top-nav div.iflylist {
		left: auto!important;
	}

	.maskedtext {
		display: none;
	}
}
/* End CTAs */

/* Main Area */
main.main {
	padding-top: 30px;
}

#MainZone {
	float: right;
	clear: right;
	width: 65%;
	padding-left: 2%;
	background-image: url(/images/mainzonebg.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.home #MainZone {
	float: none_;
	width: 100%;
}

#SideZone {
	float: left;
	clear: left;
	width: 35%;
	padding-right: 2%;
	border-right: 1px solid #F0F0F0; /* lighten($BG,94%) */
}

.text {
	color: #030919; /* $primary */
	line-height: 1.5;
}

.text a:hover {
	color: #000000; /* $text1 */
}

.text a:hover strong {
}

.text h1 {
	color: #102964;
	text-transform: uppercase;
}

.text h2 {
	color: #000000; /* $text1 */
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.text h3 {
	color: #000000; /* $text1 */
	font-family: 'Roboto Condensed', sans-serif;
}

.text strong {
}

.accolades-cta {
	background-color: #1A4D88; /* $color3 */
	padding: 12px 1.5%;
	color: #FFFFFF; /* $text2 */
	margin: 15px 0;
}

.accolades-cta .logos-wrap {
	display: table;
	background-color: #5379A6; /* adjust($color3,25%,-51%,0%) */
	padding: 10px;
	background-image: url(/images/diagonalstripes.png);
}

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

.accolades-cta ul li {
	width: 33.3%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 0 2%;
}

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

.text .accolades-cta  a:hover {
	color: #F5B08D; /* lighten($secondary,48%) */
}

.side > * {
	border-left: 1px solid #C4C4C4; /* lighten($BG,77%) */
	margin-bottom: 35px;
}

.side h2, .home .contact-form-box h2 {
	text-transform: uppercase;
	font-size: 2em;
	color: #000000;
	font-weight: normal;
	line-height: 1;
	padding: 0 0 15px 0;
}

.side h2, .home .contact-form-box h2 span {
	display: inline;
	font-size: 1.6em;
}

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

.home .contact-form-box h2 {
	font-family: 'ITCGiovanniStdBook', serif;
}

.side h2 span, .contact-form-box h2 span {
	display: block;
	font-family: 'Oswald', sans-serif;
	color: #102964;
}

.side .bars, .side .bar, .home .contact-form-box .bars,  .home .contact-form-box .bar {
	width: 100%;
	height: 4px;
}

.side .bars div,  .home .contact-form-box .bars div {
	background-color: #EC6724;
	height: 100%;
}

.side .bar,  .home .contact-form-box .bar {
	background-color: #B5B5B5;
	margin-top: 1px;
}

.side .bar1,  .home .contact-form-box .bar1 {
	width: 10%;
	float: left;
}

.side .bar2,  .home .contact-form-box .bar2 {
	width: 3%;
	margin: 0 2%;
	float: left;
}

.side .bar3,  .home .contact-form-box .bar3 {
	width: 83%;
	float: right;
}

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

.side-nav ul li {
}

.side-nav ul li a {
	color: #030919; /* $primary */
	display: block;
	padding: 7px 0;
	border-bottom: 1px solid #D1D1D1; /* lighten($BG,82%) */
}

.side-nav ul li a icon {
	color: #1A4D88; /* $color3 */
	font-size: 0.75em;
	margin-right: 10px;
}

.side-nav ul li a:hover, .side-nav ul li.selected a {
	color: #000000; /* $text1 */
}

.side-nav ul li a:hover icon, .side-nav ul li.selected a icon {
	color: #EC6724; /* $secondary */
}

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

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

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

.sidemenu {
	margin-bottom: 0;
}

.sidemenu + nav.side-nav {
	margin-top: 35px;
}

.sidemenu h2 {
}

.sidemenu h2 span, .side h2 a span {
}

.sidemenu h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	padding: 4px 10px 4px 10%;
	background-color: #1A4D88; /* $color3 */
	color: #FFFFFF; /* $text2 */
}

.sidemenu ul {
	padding: 10px 0 10px 10%;
}

.sidemenu li {
}

.sidemenu a {
}

.sidemenu a:hover {
}

.home .contact-form-box {
	float: left;
	width: 100%;
	margin: 0 25px 15px 0;
}

.home #MobileContactForm.contact-form-box {
	float: none;
	width: 100%;
	display: none;
}

.cms-admin.cms-layout.home #MobileContactForm.contact-form-box {
	display: block;
}

.contact-form-box  h2 {
}

.contact-form {
	padding: 20px 20px;
	background-color: #CCCCCC; /* lighten($BG,80%) */
	background-image: -webkit-linear-gradient(top,#CCCCCC,#DEDEDE); /* lighten($BG,80%),lighten($BG,87%) */
	background-image: -moz-linear-gradient(top,#CCCCCC,#DEDEDE); /* lighten($BG,80%),lighten($BG,87%) */
	background-image: -o-linear-gradient(top,#CCCCCC,#DEDEDE); /* lighten($BG,80%),lighten($BG,87%) */
	background-image: linear-gradient(to bottom,#CCCCCC,#DEDEDE); /* lighten($BG,80%),lighten($BG,87%) */
	margin-top: 1px;
}

.contact-form p {
	margin-top: 0;
}

.contact-form input, .contact-form textarea {
	width: 100%;
	padding: 1.5%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	border: none;
	margin-bottom: 2px;
}

.contact-form textarea {
	height: 100px;
	resize: none;
	overflow: auto;
	margin-top: 2px;
}

html.no-boxsizing .contact-form input, html.no-boxsizing .contact-form textarea {
}

.contact-form .button {
}

.blog {
}

.blog .feed {
	margin-bottom: 3px;
}

.blog .feed a:hover {
}

.blog .info {
	overflow: hidden;
}

.blog .date {
	float: left;
	text-align: center;
	margin-right: 8px;
}

.blog .date .month {
	float: left;
	padding: 5px 0 0;
	font-family: 'OswaldSVG', 'Oswald', sans-serif;
	text-transform: uppercase;
	position: relative;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 1.250em;
	height: 27px;
	width: 45px;
	position: relative;
	top: 9px;
}

.blog .date .day {
	float: left;
	padding: 10px 0px;
	background-color: #EC6724; /* $secondary */
	width: 22px;
	height: 45px;
	text-align: center;
	color: #FFFFFF; /* $text2 */
	border-radius: 0 45px 45px 0;
	position: relative;
	right: 10px;
}

.blog .feed:hover .date .day {
	background-color: #1A4D88; /* $color3 */
}

.blog .feed-text {
	text-transform: none;
	font-weight: normal;
	padding-top: 8px;
}

.blog .feed-text .blogtitle {
}

.blog a:hover .feed-text .blogtitle {
	color: #E58307;
}

.contact-map {
	width: 450px;
	height: 450px;
	margin: 0 auto;
}

.contact-map , .contact-map  img {
	max-width: 450px;
	width: 100%!important;
	height: auto!important;
}

.caseeval2 {
	padding: 15px 2%;
	background-color: #1A4D88; /* $color3 */
	background-image: url(/images/blue-texture.png);
}

.caseeval2 > div {
	margin-bottom: 8px;
}

.caseeval2 span.validator {
	color: #5783B7; /* adjust($color3,31%,-41%,0%) */
}

.caseeval2 input, .caseeval2 textarea {
	width: 100%;
	padding: 1.5%;
	font-size: 1em;
	border: none;
	font-family: 'Roboto Condensed', sans-serif;
	background-color: rgba(0,0,0,0.353); /* alpha($BG,35%) */
	color: #FFFFFF; /* $text2 */
	box-shadow: inset 0 0 15px -5px #000;
}

html.no-rgba .caseeval2 input, html.no-rgba .caseeval2 textarea {
	background-color: #1B3450; /* adjust($color3,-34%,-28%,0%) */
}

.caseeval2 textarea {
	height: 100px;
	overflow: auto;
	resize: none;
}

.caseeval2 .submit {
	background-color: #EC6724; /* $secondary */
	box-shadow: none;
	background-image: -webkit-linear-gradient(top,#EE783C,#EC6724); /* lighten($secondary,11%),$secondary */
	background-image: -moz-linear-gradient(top,#EE783C,#EC6724); /* lighten($secondary,11%),$secondary */
	background-image: -o-linear-gradient(top,#EE783C,#EC6724); /* lighten($secondary,11%),$secondary */
	background-image: linear-gradient(to bottom,#EE783C,#EC6724); /* lighten($secondary,11%),$secondary */
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}

.caseeval2 .submit:hover {
	background-image: none;
	background-color: #1A4D88; /* $color3 */
}

.atty-profile-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.atty-profile-list li {
	float: left;
	margin: 0 0 15px;
	min-height: 285px;
}

.atty-profile-list li.third {
	width: 33%;
}

.atty-profile-list li.half {
	width: 50%;
}

.atty-profile-list li a {
	display: block;
	text-align: center;
}

.atty-profile-list a span {
	display: block;
	text-align: center;
}
/* End Main Area */

/* Accolades */
#AccoladesZone {
	background-image: url(/images/gray-texture.png);
	background-repeat: repeat-x;
}

#Accolades {
	padding: 12px 0;
}

.accolades-wrap {
	display: table;
	width: 100%;
	border-right: 1px solid #B5B5B5; /* lighten($BG,71%) */
	border-left: 1px solid #B5B5B5; /* lighten($BG,71%) */
}

.accolades-wrap ul {
	display: table-row;
	width: 100%;
}

.accolades-wrap ul li {
	display: table-cell;
	padding: 0 2%;
	vertical-align: middle;
}

html.no-display-table .accolades-wrap ul li {
	float: left;
	width: 14%;
}
/* End Accolades */

/* Footer */
#FooterZone {
	background-image: url(/images/gray-texture.png);
	background-size: contain;
	border-bottom: 10px solid #B5B5B5; /* lighten($BG,71%) */
	padding-top: 10px;
}

.footer-content {
	padding: 30px 0 0 0;
	border-bottom: 1px solid #6E6E6E; /* lighten($BG,43%) */
	border-top: 1px solid #F5F5F5; /* lighten($BG,96%) */
	box-shadow: 0 -1px 0 #B5B5B5; /* lighten($BG,71%) */
}

.footer-content .top {
	padding: 0px 0 20px 0;
	border-bottom: 1px solid #E3E3E3;
}

.footer-content .fourth {
	padding-right: 3%;
}

.footer-content h2.call {
	color: #000000;
	text-transform: uppercase;
	font-size: 1.875em;
	margin-bottom: 0;
	line-height: 1;
}

.footer-content .footer-phone {
	color: #030919; /* $primary */
	font-family: 'Oswald', sans-serif;
	font-size: 1.750em;
	line-height: 1;
	cursor: default;
}

.footer-main {
	font-size: 0.75em;
	color: #1A4D88; /* $color3 */
}

.footer-main h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
}

.social-footer {
	margin-top: 15px;
}

.social-footer h2 {
	color: #EC6724; /* $secondary */
	float: left;
	margin-right: 10px;
	position: relative;
	top: 5px;
}

.social-footer .social {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-footer .social li {
	float: left;
	margin-right: 6px;
}

.social-footer .social li a {
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	background-color: #B6C8DC; /* adjust($color3,69%,-49%,0%) */
	border-radius: 50%;
	padding: 5px 0;
	color: #1A4D88; /* $color3 */
}

.social-footer .social li a:hover {
	background-color: #EC6724; /* $secondary */
	color: #FFFFFF; /* $text2 */
}

#Disclaimer {
	padding: 15px 0;
}

.disclaimer {
	font-size: 0.75em;
	color: #1A4D88; /* $color3 */
}

.disclaimer p {
	margin: 0;
}

.footer-menu {
	background-color: #1A4D88; /* $color3 */
	background-image: -webkit-linear-gradient(top,#1A4D88,#3C6EA8); /* $color3,adjust($color3,19%,-30%,0%) */
	background-image: -moz-linear-gradient(top,#1A4D88,#3C6EA8); /* $color3,adjust($color3,19%,-30%,0%) */
	background-image: -o-linear-gradient(top,#1A4D88,#3C6EA8); /* $color3,adjust($color3,19%,-30%,0%) */
	background-image: linear-gradient(to bottom,#1A4D88,#3C6EA8); /* $color3,adjust($color3,19%,-30%,0%) */
	text-align: center;
	padding: 20px 0;
}

.footer-menu a {
	color: #FFFFFF; /* $text2 */
	padding: 5px 0;
	width: 25%;
	text-align: center;
	float: left;
}

.footer-menu a:hover {
	color: #BCD5F2; /* lighten($color3,77%) */
}

.disclaimer .right {
	float: right;
	clear: right;
	margin-left: 15px;
}

.disclaimer .left {
}

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

/* Mobile Menu */
#MobileNavZone {
	display: none;
	position: relative;
	z-index: 9;
	background-color: #1A4D88; /* $color3 */
	background-image: -webkit-linear-gradient(top,#5A80AD,#1A4D88); /* adjust($color3,29%,-50%,0%),$color3 */
	background-image: -moz-linear-gradient(top,#5A80AD,#1A4D88); /* adjust($color3,29%,-50%,0%),$color3 */
	background-image: -o-linear-gradient(top,#5A80AD,#1A4D88); /* adjust($color3,29%,-50%,0%),$color3 */
	background-image: linear-gradient(to bottom,#5A80AD,#1A4D88); /* adjust($color3,29%,-50%,0%),$color3 */
}

ul.MobileBtns {
	width: 100%;
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
	display: block;
	overflow: hidden;
}

ul.MobileBtns li {
	text-align: center;
	width: 25%;
	border-right: 1px solid #88A4C4; /* adjust($color3,49%,-50%,0%) */
	float: left;
}

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

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

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

ul.MobileBtns li a h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0px 0px;
	font-weight: 400;
	font-size: 1.2em;
}

ul.MobileBtns li a icon {
	color: #FFFFFF;
	font-size: 20px;
}

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

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

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

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

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

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

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

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

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

.text img {
	height: auto!important;
}

@media (max-width:1000px) {
	.footer-content {
		padding: 30px 1.5% 0;
	}

	.footer-menu {
		padding: 20px 1.5%;
	}
}

@media (max-width:990px) {
	.phone-info {
		width: 38%;
	}
}

@media (max-width: 920px) {
	.parea.cta-list ul.items2 li, .parea.cta-list ul.items4 li {
		float: left;
		width: 50%;
		background-image: url(/images/gray-texture.png);
	}

	.parea.cta-list ul.items2 li .info, .parea.cta-list ul.items4 li .info {
		border-right: none;
	}

	.parea.cta-list ul.items2 li:nth-child(odd), .parea.cta-list ul.items4 li:nth-child(odd) {
		border-right: 1px solid #B5B5B5; /* lighten($BG,71%) */
	}
}

@media (max-width:890px) {
	.phone-info {
		width: 42%;
	}
}

@media (max-width:800px) {
	.phone-info {
		width: auto;
	}

	.phone-info .phone {
		float: none;
	}

	#NavArea, .pi-left {
		display: none;
	}

	#MobileNavZone {
		display: block;
	}

	#TopZone {
		padding: 15px 1.5%;
	}

	#MainZone, #SideZone, .footer .fourth {
		width: 100%!important;
		float: none;
	}

	#MainZone {
		background-image: non;
		min-height: 0;
		padding: 0 2% 20px;
	}

	#SideZone {
		padding: 20px  2%;
	}

	.footer .fourth {
		text-align: center;
		display: block;
		margin-bottom: 12px;
	}

	.social-footer h2, .social-footer .social {
		float: none;
		display: inline-block;
	}

	.social-footer h2 {
		top: -8px;
	}

	.disclaimer .right, .disclaimer .left {
		float: none;
		display: block;
		margin: 0;
		width: 100%;
	}

	.disclaimer .right {
		text-align: center;
	}

	#CTAZone {
		background-image: none;
	}

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

	.cta-list ul li, .cta-list ul.items3 li {
		width: 100%;
		display: block;
		background-image: url(/images/gray-texture.png);
	}

	.cta-list ul.items2 li, .cta-list ul.items4 li {
		width: 50%;
		float: left;
	}

	.cta-list ul li .info {
		border-right: none;
		padding: 10px 1.5%;
	}

	.cta-list ul li a {
		padding-bottom: 0;
	}

	.cta-list ul.items2 li:nth-child(odd), .cta-list ul.items4 li:nth-child(odd) {
		border-right: 1px solid #B5B5B5; /* lighten($BG,71%) */
	}

	.side h2,.side-nav ul {
		padding-left: 5%;
	}

	#SubpageBannerZone {
		height: 120px;
	}

	#SlideZone {
		padding-top: 0;
		height: 340px;
	}

	.animation div.slide {
		padding-top: 20px;
	}

	.animation div.slide .textwrap {
		height: 285px;
	}

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

	div.slide div.info h2, div.slide div.info .maskedtext, .sbc h2, .sbc .maskedtext {
		font-size: 2.25em;
	}

	div.slide div.info .maskedtext, .sbc .maskedtext {
		top: 8px;
	}

	div.slide div.info h3, .sbc h3 {
		font-size: 1.75em;
	}

	div.slide .button {
		padding: 8px 2%;
		width: 90%;
	}

	.home #ContactForm.contact-form-box {
		display: none;
	}

	.home #MobileContactForm.contact-form-box {
		display: block;
	}

	#Disclaimer {
		text-align: center;
	}
}

@media (max-width:700px) {
}

@media (max-width:600px) {
}

@media (max-width:550px) {
	.logo, .phone-info {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}

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

	#FooterZone {
		background-size: cover;
	}

	.footer-menu a {
		width: 50%;
	}

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

	.parea.cta-list ul.items2 li:nth-child(odd), .parea.cta-list ul.items4 li:nth-child(odd) {
		border-right: none;
	}

	.parea.cta-list ul li .info {
		padding: 10px 1.5%;
	}

	div.slide div.info h2, div.slide div.info .maskedtext, .sbc h2, .sbc .maskedtext {
		font-size: 1.35em;
		margin-bottom: 8px;
	}

	div.slide div.info h3, .sbc h3 {
		font-size: 1.5em;
	}

	div.slide div.info p {
		font-size: 1em;
	}

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

	div.slide div.info p {
		padding: 0 1.5%;
	}

	.sub .cta-list ul li {
		display: none!important;
	}

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

	.atty-profile-list li.third {
		width: 100%;
	}

	.atty-profile-list li.fourth {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.cta-list ul.items2 li, .cta-list ul.items4 li {
		width: 100%;
		float: none;
	}

	.cta-list ul.items2 li:nth-child(odd), .cta-list ul.items4 li:nth-child(odd) {
		border-right: none;
	}
}

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

	body {
		padding-top: 0;
	}
}
/* End Responsive */
