/* General Styles */
body {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 100%;
	color: #525252; /* lighten($text,32%) */
	background-color: #EBEBEB;
}

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

h1,h2,h3,h4,h5 {
	margin: 0px;
	line-height: 1.25;
}

#MainZone h1 {
	font-size: 2em;
	text-transform: uppercase;
	color: #4EA1FF; /* $primary */
	margin-bottom: 0.75m;
	font-family: giovani;
	font-weight: 500;
	margin-top: 12px;
}

#MainZone  h2, #MainZone  h3 {
	font-weight: normal;
	color: #66C451;
	margin-bottom: 0.74em;
}

#MainZone img, #MainZone iframe {
	max-width: 100%;
}

#MainZone img {
	height: auto!important;
}

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

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

a {
	text-decoration: none;
	color: #4EA1FF; /* $primary */
}

a:hover {
	text-decoration: none;
	color: #303030; /* lighten($text,19%) */
}

.hidefordesktop {
	display: none;
}

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

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

.third {
	float: left;
	width: 30%;
	margin-right: 5%;
	color: #FCFCFC; /* $text2 */
}

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

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

#LogoZone ul {
	padding: 0;
}

#LogoZone ul li {
	list-style: none;
	text-align: center;
}
/* End General Styles */

/* Layout Styles */
#MainDiv {
	background-color: #376CA8; /* adjust($primary,-33%,-49%,0%) */
}

#MiddleSection {
	padding: 10px 0px;
	background-color: #FCFCFC; /* $text2 */
	background-image: url(/images/bgpattern.png);
}

#FlashZone {
	padding: 22px 0px 22px 0px;
	overflow: visible;
	background-image: url(/images/bgpattern.png), -webkit-linear-gradient(bottom,rgba(55,108,168,0.867),rgba(109,153,204,0.847));
	background-image: url(/images/bgpattern.png), -moz-linear-gradient(bottom,rgba(55,108,168,0.867),rgba(109,153,204,0.847));
	background-image: url(/images/bgpattern.png), -o-linear-gradient(bottom,rgba(55,108,168,0.867),rgba(109,153,204,0.847));
	background-image: url(/images/bgpattern.png), linear-gradient(to top,rgba(55,108,168,0.867),rgba(109,153,204,0.847));
}

#FlashZoneSub {
	position: relative;
	height: 0px;
	width: 0px;
	margin-bottom: 180px;
}

#MainArea {
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 10px;
	background-color: #F9F9F9;
	box-shadow: 0px 2px 5px rgba(22,42,72,0.922);
}

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

#MainZone {
	width: 65%;
	float: right;
	padding: 1% 1% 2% 2%;
	line-height: 1.5;
}
/* End Layout Styles */

/* Masthead Area Styles */
div.banner-bg {
	background-image: url(/images/bgpattern.png);
	background-color: #FFFFFF; /* $color3 */
}

#TopBannerZone {
	background-repeat: repeat;
	background-position: top center;
	min-height: 91px;
	background-color: #FCFCFC; /* $text2 */
}

#TopBannerContent {
	position: relative;
}

#TopBannerContent #logo {
	float: left;
	position: relative;
	max-width: calc(100% - 4.5em);
	width: 50%;
}

#TopBannerContent #logo img {
	max-width: 100%;
	padding: 1% 0% 2% 0%;
}

#TopNumber {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	text-transform: none;
	font-size: 1.25em;
	font-weight: normal;
	text-align: right;
	line-height: 1.75em;
	color: #000000; /* $text */
	float: right;
	width: 50%;
}

#TopNumber p {
	margin: 5px 0px 0px;
	color: #4EA1FF; /* $primary */
}

#TopNumber a {
	font-weight: 800;
	font-size: 1.3em;
	line-height: 1.25;
	color: rgba(39,67,107,0.922);
	cursor: default;
	font-family: 'Roboto Condensed', Arial, sans-serif;
}

#SubInnerDiv {
	height: 161px;
	background-color: #9AB1A2;
	background-position: top center;
}
/* End Masthead Area Styles */

/* Top Navigation Styles */
#TopNavZone {
	background-repeat: repeat;
	background-color: #4EA1FF; /* $primary */
	border-top: solid 4px #B6D8FF; /* lighten($primary,59%) */
	background-image: -webkit-linear-gradient(top,#3568A2,#70B3FF); /* ,lighten($primary,19%) */
	background-image: -moz-linear-gradient(top,#3568A2,#70B3FF); /* ,lighten($primary,19%) */
	background-image: -o-linear-gradient(top,#3568A2,#70B3FF); /* ,lighten($primary,19%) */
	background-image: linear-gradient(to bottom,#3568A2,#70B3FF); /* ,lighten($primary,19%) */
	position: relative;
	z-index: 10;
	box-shadow: 0px 4px 10px rgba(39,67,107,0.922);
}

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

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

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

nav.top-nav ul li:hover {
	background-color: #2E7ED9; /* adjust($primary,-21%,-31%,0%) */
}

nav.top-nav ul li a {
	color: #FCFCFC; /* $text2 */
	font-weight: 400;
	display: block;
	padding: 11px;
	font-size: 1em;
	text-shadow: 0px 1px 0px rgba(39,67,107,0.953);
}

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

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

.phrase {
	margin: 0;
	display: none;
}
/* End Top Navigation Styles */

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

nav.top-nav div.iflylist:before {
	font-family: 'icomoon-ult';
	content: '\e0eb';
	position: absolute;
	top: -15px;
	left: 50px;
	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: 12px 25px;
	color: #376CA8;
	min-width: 150px;
	line-height: 1.5em;
	text-shadow: none;
}

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

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

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

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

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

/* Animation */
#Animation {
	height: 456px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border: 5px solid #B6D8FF; /* lighten($primary,59%) */
	box-shadow: 0px 2px 5px rgba(22,42,72,0.922);
}

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

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

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

html.no-backgroundsize #Animation div.slide img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
	-ms-filter: 'progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')';
}

div.slide div.info {
	position: absolute;
	color: #000000; /* $text */
	padding: 5px 1%;
	width: 43%;
	font-size: 1em;
	text-align: right;
	top: 0px;
	right: 0px;
}

html.no-rgba div.slide div.info {
	background-color: #000;
}

div.slide div.info h2 {
	font-size: 2em;
	color: #FCFCFC; /* $text2 */
	margin: 20px 20px 0 0;
	font-weight: 600;
	clear: both;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	text-transform: uppercase;
	text-align: right;
	line-height: 1em;
	text-shadow: 1px 1px 0px #000000;
}

div.slide:first-child div.info h2 strong {
	color: #94E581;
	font-size: 60px;
	line-height: .8em;
}

div.slide:nth-child(2) div.info h2 strong {
	color: #94E581;
	font-size: 70px;
	line-height: .8em;
}

div.slide:nth-child(3) div.info h2 strong {
	color: #94E581;
	font-size: 30px;
	line-height: .8em;
}

div.slide:nth-child(4) div.info h2 strong {
	color: #A8D1FF; /* lighten($primary,51%) */
	font-size: 75px;
	line-height: .8em;
	text-shadow: 0px 2px 3px #376CA8;
}

div.slide:nth-child(4) div.info h2 {
	font-size: 25px;
}

div.slide:nth-child(4) div.info {
	width: 60%;
}

div.slide:nth-child(3) div.info h2 {
	color: #376CA8;
	font-size: 40px;
}

div.slide:nth-child(3) div.info {
	width: 30%;
}

div.slide:nth-child(2) div.info h2 {
	line-height: 1.5em;
}

div.slide:nth-child(2) div.info {
	width: 50%;
}

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

div.slide div.info h3 {
	font-size: 2em;
	color: #0072F3; /* darken($primary,27%) */
	text-transform: uppercase;
	font-weight: 300;
	font-family: giovani;
	float: left;
	clear: both;
}

div.slide div.info p {
	display: block;
	line-height: 1.5em;
	margin: 5px 0px;
	float: left;
	clear: both;
}

.button {
	font-size: 16px;
	line-height: 1em;
	margin: 0px auto;
	color: #20416D;
	background-color: #94E581;
	font-weight: 400;
	text-align: center;
	padding: 10px 20px 10px 20px;
	width: 160px;
	display: block;
}

.button:hover {
	background-color: #85BEFF; /* lighten($primary,31%) */
}

div.slide div.info .button {
	float: left;
	clear: both;
}
/* End Animation */

/* Side */
.side {
	margin-bottom: 20px;
}

.side h2, .sidemenu h2 {
	color: #141414; /* $secondary */
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.75em;
	font-family: giovani;
}

.side h2 a {
	color: rgba(39,67,107,0.922);
	font-family: 'Roboto Condensed', Arial, sans-serif;
}
/* End Side */

/* Side Nav */
.side-nav {
}

.side-nav h2 {
	padding: 10px 10px;
}

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

.side-nav li {
	border-bottom: 1px solid rgba(151,192,239,0.78); /* adjust($primary,32%,-27%,78%) */
	background-color: rgba(39,67,107,0.922);
	background-image: -webkit-linear-gradient(left,#3568A2,#4982C4);
	background-image: -moz-linear-gradient(left,#3568A2,#4982C4);
	background-image: -o-linear-gradient(left,#3568A2,#4982C4);
	background-image: linear-gradient(to right,#3568A2,#4982C4);
	position: relative;
	padding-left: 10px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

html.no-rgba .side-nav li {
	background-color: #376CA8;
}

.side-nav li a:before {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	color: #94E581;
	margin-right: 10px;
	position: absolute;
	left: 5px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.side-nav li a {
	display: block;
	padding: 10px 15px;
	color: #FCFCFC; /* $text2 */
	text-shadow: 0px 1px 0px #003D82;
}

.side-nav li.level2 a {
	padding-left: 25px;
}

.side-nav ul li ul li a {
	padding: 10px 15px 10px 30px;
}

.side-nav li a span {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	margin: 3px 0 0 25px;
	color: #4EA1FF; /* $primary */
}

html.no-generatedcontent .side-nav li a span {
	margin-left: 0;
}

.side-nav li a:hover, .side-nav li.selected  a {
	color: #B6D8FF; /* lighten($primary,59%) */
}

.side-nav li:hover a span, .side-nav li.selected a span {
	color: #FFF;
}

.side-nav li:hover, .side-nav li.selected {
	padding-left: 20px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.side-nav li:hover a:before, .side-nav li.selected a:before {
	left: 13px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
/* End Side Nav */

/* Contact Form */
#ContactForm {
	padding: 10px 5%;
	background-color: #2F5F95;
	background-image: -webkit-linear-gradient(top,rgba(55,108,168,0.867),rgba(109,153,204,0.847));
	background-image: -moz-linear-gradient(top,rgba(55,108,168,0.867),rgba(109,153,204,0.847));
	background-image: -o-linear-gradient(top,rgba(55,108,168,0.867),rgba(109,153,204,0.847));
	background-image: linear-gradient(to bottom,rgba(55,108,168,0.867),rgba(109,153,204,0.847));
}

#ContactForm h2 {
	color: #B6D8FF; /* lighten($primary,59%) */
	font-family: 'Roboto Condensed', Arial, sans-serif;
	margin-bottom: 5px;
}

.contact-form {
}

.contact-form p {
	color: #FCFCFC; /* $text2 */
	margin: 0 0 10px 0;
}

.contact-form input {
	width: 100%;
	background-color: #E8E8E8; /* lighten($secondary,90%) */
	color: #20416D;
	padding: 8px;
	border: none;
	margin: 0 0 5px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
}

.contact-form textarea {
	width: 100%;
	background-color: #E8E8E8; /* lighten($secondary,90%) */
	color: #20416D;
	padding: 8px;
	border: none;
	margin: 0 0 5px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
	height: 80px;
	resize: none;
	overflow: auto;
}

html.no-boxsizing .contact-form input, html.no-boxsizing .contact-form textarea {
	width: 255px!important;
}

.contact-form a {
	color: #20416D;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* End Contact Form */

/* Blog Feed */
.item.blog h2 {
	margin: 12px 0;
}

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

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

.sidemenu {
}

.sidemenu h3 {
	padding: 5px;
	font-size: 14px;
	background-color: #454545; /* lighten($secondary,21%) */
	margin: 0 0 5px;
	color: #4EA1FF; /* $primary */
}

.sidemenu ul {
	margin: 0;
	padding: 0px;
}

.sidemenu ul li ul {
	border: none;
}

.sidemenu ul li ul li {
	padding-left: 15px;
}

.sidemenu li {
}

.sidemenu a {
}

.sidemenu a:hover {
}
/* End Blog Feed */

/* Value Statements */
#ValueStatements ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 3px solid #FFF;
	border-radius: 5px;
	box-shadow: 0 2px 8px -3px #000000;
}

#ValueStatements ul li {
	display: block;
	padding: 10px 0px 10px 10px;
	color: #FFFFFF;
	background-image: none;
	border-bottom: none;
	font-size: 16px;
}

#ValueStatements ul li:before {
	font-family: 'icomoon-ult';
	content: '\e132';
	font-size: 16px;
	color: #4EA1FF; /* $primary */
	padding-right: 12px;
	float: left;
	padding-bottom: 5px;
}
/* End Value Statements */

/* Contact Map */
#ContactMap {
	width: 450px;
	height: 450px;
	margin: 0 auto;
}

#ContactMap, #ContactMap img {
	max-width: 450px;
	width: 100%!important;
	height: auto!important;
}
/* End Contact Map */

/* CTAs */
#TopCTAZone {
	position: relative;
	z-index: 20;
	padding: 0px;
}

.sub #TopCTAZone {
	z-index: 1;
}

.cta-list {
	width: 100%;
	position: absolute;
	display: table;
	border-collapse: separate;
	border-spacing: 5px 0px;
	bottom: 27px;
}

.sub .cta-list {
	position: relative;
	bottom: 0;
	margin-top: 10px;
	width: 100%;
	top: auto;
}

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

.cta-list ul li {
	padding: 0px;
	position: relative;
	text-align: center;
	color: #FCFCFC; /* $text2 */
	font-size: 1em;
	background-color: #5C96D8;
	display: table-cell;
	background-image: -webkit-linear-gradient(top,#2F6099,#386BA5,#4982C4);
	background-image: -moz-linear-gradient(top,#2F6099,#386BA5,#4982C4);
	background-image: -o-linear-gradient(top,#2F6099,#386BA5,#4982C4);
	background-image: linear-gradient(to bottom,#2F6099,#386BA5,#4982C4);
	border-top: solid 4px #B6D8FF; /* lighten($primary,59%) */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.sub .cta-list ul li:hover {
	bottom: 0px;
}

.cta-list ul li:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-image: -webkit-linear-gradient(top,#3F75B3,#5992D4,#5C96D8);
	background-image: -moz-linear-gradient(top,#3F75B3,#5992D4,#5C96D8);
	background-image: -o-linear-gradient(top,#3F75B3,#5992D4,#5C96D8);
	background-image: linear-gradient(to bottom,#3F75B3,#5992D4,#5C96D8);
	box-shadow: 0px 2px 5px rgba(22,42,72,0.922);
}

html.no-display-table .cta-list {
	padding: 0px 0px 0px 5px;
}

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

.cta-list ul li > a {
	padding: 10px 2% 10px 2%;
	display: block;
	-webkit-transition: .6s ease;
	-moz-transition: .6s ease;
	-o-transition: .6s ease;
	transition: .6s ease;
}

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

.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.items2 li {
	width: 49%;
}

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

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

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

.cta-list ul li icon {
	font-size: 2em;
	color: #4EA1FF; /* $primary */
	border-radius: 50%;
	display: inline-block;
	padding: 3%;
}

.cta-list ul li h2 {
	color: #94E581;
	font-size: 1.25em;
	padding: 0px 10px;
	margin: 0px;
	font-weight: 600;
	text-shadow: 0px 1px 0px #003D82; /* darken($primary,61%) */
}

.cta-list ul li h3 {
	color: #FFFFFF; /* $color3 */
	font-size: 1em;
	padding: 0px 0px;
	text-transform: uppercase;
	margin: 0px;
	font-family: giovani;
}

.cta-list ul li p {
	margin: 0px;
	color: #FFFFFF; /* $color3 */
	padding: 0px 20px;
	font-size: 16px;
	text-shadow: 0px 1px 0px #003D82;
}

.cta-list ul li a:hover p {
	color: #FCFCFC; /* $text2 */
}

.cta-list ul li .button {
	width: 83%;
	position: absolute;
	color: #FFF;
	box-shadow: 2px 2px 0px 2px #C0C9D2;
	padding: 10px 5px;
	margin: 15px auto;
	bottom: 0px;
	left: 50%;
	margin-left: -41.5%;
	display: none;
}

.cta-list ul li:hover .button {
}
/* End CTAs */

/* Footer Area */
#BottomDiv {
	margin: 0px 0px 0px 0px;
	background-color: #20416D;
	border-top: solid 8px #9FCCFF; /* lighten($primary,46%) */
	background-image: url(/images/bgpattern.png);
}

html.no-backgroundsize #BottomDiv {
	background-image: none;
}

#FooterContent {
	overflow: hidden;
	padding: 20px 0;
}

#FooterContent, #FooterContent a {
	color: #FCFCFC; /* $text2 */
}

#FooterContent a:hover {
	color: #97C8FF; /* lighten($primary,41%) */
}

#FooterContent h2 {
	color: #B6D8FF; /* lighten($primary,59%) */
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: .5em;
	font-family: 'Roboto Condensed', Arial, sans-serif;
}

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

#FooterContent li {
	border-bottom: solid 1px rgba(29,56,96,0.922);
	text-transform: uppercase;
	font-size: 0.875em;
}

#FooterContent li a {
	padding: 5px 0;
	display: block;
}

.schema {
}

#FooterContent a.phone {
	color: #94E581;
	font-size: 2em;
	font-weight: 800;
	cursor: default;
	font-family: 'Roboto Condensed', Arial, sans-serif;
}

.schema .phone span {
	font-size: 0.875em;
	text-transform: uppercase;
	color: #97C8FF; /* lighten($primary,41%) */
	display: block;
}

#Payments {
	float: right;
	clear: both;
	text-align: right;
	width: 100%;
}

#Payments h5 {
	margin-bottom: 10px;
}

#Payments img {
	margin-left: 5px;
}
/* End Footer Area */

/* Social Media Styles */
#SocialFooter {
	width: auto;
	float: right;
	clear: both;
	text-align: right;
	margin-bottom: 10px;
}

.social li {
	border-bottom: none!important;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.social icon {
	font-size: 24px;
	padding: 5px;
	display: inline-block;
	margin-left: 5px;
	color: #FFF;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.3),transparent);
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0.3),transparent);
	background-image: -o-linear-gradient(top,rgba(255,255,255,0.3),transparent);
	background-image: linear-gradient(to bottom,rgba(255,255,255,0.3),transparent);
}

.social icon:hover {
	background: #660a23;
	border-color: transparent;
}

.social a icon.facebook {
	background-color: #3C599F;
}

.social a icon.twitter {
	background-color: #39a1d6;
}

.social a icon.google-plus {
	background-color: #E2563B;
}

.social a icon.linkedin {
	background-color: #067EBB;
}

.social a icon.youtube {
	background-color: #c83135;
}

.social a icon.yelp {
	background-color: #c92413;
}

.social a icon.foursquare-2 {
	background-color: #1dafec;
}

.social a icon.feed {
	background-color: #FE9900;
}

.social a icon.tumblr {
	background-color: #2D4567;
}

.social a icon.blogger {
	background-color: #FF9334;
}

.social a icon.angie {
	background-color: #7FBB00;
}

.social a icon.bbb {
	background-color: #136796;
}

.social a icon.reach-cast {
	background-color: #F36F21;
}

.social a icon.pinterest {
	background-color: #C82129;
}

.social a icon.yahoo {
	background-color: #640F6C;
}

.social a icon.yellow-pages {
	background-color: #FFDD00;
	color: #000000;
}

.social a icon.flickr {
	background-color: #D0D0D0;
	color: #FE0086;
}

.social a icon.bbb {
	background-color: #005672;
}

.social a icon.bing {
	background-color: #007FC6;
}

.social a icon.bing {
	background-color: #FFA616;
}
/* End Social Media Styles */

/* RL Logo */
#BrandZone {
	font-family: Arial;
	font-size: 0.75em;
	line-height: 60px;
	width: 100%;
	margin: 0px auto;
	background-color: #333333;
}

#BrandZone.dark {
	background-color: #333333;
	color: #FFFFFF;
}

#BrandZone.light {
	background-color: #ffffff;
	color: #333333;
}

#BrandContent {
	width: 100%;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

#BrandContent img {
	float: right;
	clear: right;
	margin: 20px 0px 0 0;
	max-width: 119px;
}

.dark #BrandContent img {
}

.light #BrandContent img {
}
/* End RL Logo */

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

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

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

div.imenuitem {
	color: #FFFFFF;
	font-size: 15px;
	border-bottom: solid 1px rgba(255,255,255,0.5);
}

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: #4EA1FF; /* $primary */
	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;
}

#SmallMenu {
	float: right;
	padding: 5px;
	background-color: #000000; /* $text */
	width: 4.2em;
	height: 4.2em;
	color: #4EA1FF; /* $primary */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	text-align: center;
	border-radius: 6px;
	position: relative;
	right: 10px;
	top: 13px;
}

#SmallMenu:before {
	font-family: 'icomoon-ult';
	content: '\e187';
	display: block;
	font-size: 1.875em;
	line-height: 37px;
	-webkit-transform: scale(1.3,1);
	-moz-transform: scale(1.3,1);
	-o-transform: scale(1.3,1);
	transform: scale(1.3,1);
}
/* End Mobile Menu */

/* Responsive */
@media (max-width:965px) {
	#TopBannerContent > .imenuitem {
		border-bottom: none;
	}

	#FlashZone {
		padding: 0;
	}

	div.slide div.info {
		height: auto;
		padding: 2%;
		left: 0;
		bottom: 10px;
	}

	div.slide div.info h2 {
	}

	div.slide div.info h3 {
		width: 100%;
	}

	.cta-list {
		padding-bottom: 0px;
		display: block;
		height: auto;
		position: relative;
		width: 100%;
		bottom: auto;
		top: auto;
	}

	.cta-list ul {
		display: block;
		height: auto;
	}

	.cta-list ul li {
		float: left;
		height: auto;
	}

	.cta-list ul.items4 li {
		width: 49.5%;
		margin-right: 0.5%;
		margin-bottom: 5px;
	}

	.cta-list ul.items4 li:nth-child(even) {
		margin-right: 0;
	}

	#MainZone {
	}

	#MainZone, #SideZone {
		padding: 0 1.5%;
	}

	#Testimonials blockquote:after {
		position: absolute;
		top: auto;
		bottom: 0px;
		right: 20px;
	}

	#FooterContent {
		padding: 20px 1%;
		font-size: 0.875em;
	}

	.schema .phone span {
		display: block;
	}

	#BrandContent {
		padding: 2%;
	}

	#TopNumber a {
		font-size: 1.5em;
	}

	#SmallMenu {
		right: 0;
	}
}

@media (max-width:780px) {
	#SideZone {
		width: 100%;
		padding: 0;
	}

	.hidefordesktop {
		display: block;
	}

	.hideformobile {
		display: none;
	}

	#TopBannerContent #logo {
		width: auto;
	}

	#TopNumber {
		text-align: left;
		float: left;
		clear: left;
		width: auto;
	}

	#MainContent {
		padding: 0 1.5%;
	}

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

	div.slide div.info h2 {
		font-size: 1.5em !important;
	}

	div.slide:nth-child(2) div.info h2 strong {
		font-size: 40px;
	}

	div.slide div.info h3 {
		font-size: 1.4em;
	}

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

	.cta-list ul li, .cta-list ul.items2 li, .cta-list ul.items3 li, .cta-list ul.items4 li {
		width: 100%;
		margin: 0 0 3px;
	}

	.cta-list ul li {
		width: 100%;
		margin: 0 0 3px;
	}

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

	body.sub .cta-list ul li.lastitem {
		display: block;
	}

	#MainZone {
		width: 100%;
		padding: 1.5%;
	}

	.third {
		width: 100%;
		margin: 0 0 5% 0;
		padding: 0 2%;
		text-align: center;
	}

	.cta-list ul li icon {
		float: right;
	}

	.cta-list ul li h2, .cta-list ul li h3 {
		display: inline-block;
		margin: 0 5px 0 0;
		font-size: 1.2em;
	}

	.cta-list ul li .button {
		width: 80%;
		float: left;
		margin: 10px 0;
		position: static;
	}

	.side h2 {
		font-size: 1.5em;
	}

	#ContactMap, #ContactMap img {
		width: 100%!important;
		height: auto!important;
	}

	#Footer {
		border-top: solid 10px #4EA1FF; /* $primary */
	}

	.nav-footer li {
		width: 49%;
		float: left;
		margin-right: 1%;
	}

	.nav-footer li:nth-child(even) {
		margin-right: 0;
	}

	.nav-footer  li:last-child:nth-child(odd) {
		width: 100%;
		margin: 0;
	}

	#BrandZone {
		line-height: 40px;
	}

	#BrandContent img {
		position: absolute;
		margin: -5% 0 0 0;
		width: 31%;
		top: 50%;
		right: 1.5%;
	}

	#BottomDiv {
		background-image: none;
	}

	#FooterContent li a {
		font-size: 1.35em;
	}

	#FooterContent .schema a {
		font-weight: bold;
		color: #4EA1FF; /* $primary */
	}

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

	#SocialFooter,  #Payments {
		text-align: center;
		float: none;
		display: block;
	}

	#LogoZone ul li {
		float: left;
		margin: .5em;
	}
}

@media (max-width:500px) {
	h1 {
		font-size: 1.4em;
	}

	h2,h3 {
		font-size: 1.2em;
	}

	div.slide div.info h2 {
		font-size: 1.625em;
	}

	div.slide div.info h3 {
		font-size: 1.2em;
	}

	.nav-footer  li {
		width: 100%;
		margin-right: 0;
	}
}
/* End Responsive */

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