/* General Styles */
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
	color: #666666; /* lighten($text,40%) */
	background-color: #FFFFFF; /* lighten($BG,100%) */
	background-image: url(/images/Background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

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

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

h1 {
	font-size: 2.1em;
	text-transform: none;
	color: #183C60; /* $BG */
	font-family: 'Marcellus', serif;
	font-weight: 400;
}

h2, h3 {
	font-weight: 300;
	color: #183C60; /* $BG */
}

strong {
	font-weight: 600;
}

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

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

#MainZone img {
	height: auto!important;
}

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

a {
	text-decoration: none;
	color: #183C60; /* $primary */
}

p {
	color: #333333;
	font-size: 1.1em;
}

a:hover {
	text-decoration: none;
	color: #788E9B; /* $secondary */
}

a.phone.link {
	cursor: default;
}

.hidefordesktop {
	display: none;
}

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

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

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

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

.google-maps {
	position: relative;
	padding-bottom: 55%;
	height: 0;
	overflow: hidden;
	max-width: 550px;
	!important
        max-height: 350px;
}

.google-maps iframe {
	!important
    
        position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
}

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

img {
	max-width: 100%;
}
/* End General Styles */

/* layout */
#TopArea {
}

#TopBanner {
	position: relative;
}

#NavZone {
	padding: 0;
	margin: 0;
	box-shadow: 0px 5px 15px -5px #000;
	background-image: -webkit-linear-gradient(top,rgba(15,53,91,0.82),rgba(20,85,151,0.89)); /* adjust($primary,-12%,31%,82%),adjust($primary,13%,41%,89%) */
	background-image: -moz-linear-gradient(top,rgba(15,53,91,0.82),rgba(20,85,151,0.89)); /* adjust($primary,-12%,31%,82%),adjust($primary,13%,41%,89%) */
	background-image: -o-linear-gradient(top,rgba(15,53,91,0.82),rgba(20,85,151,0.89)); /* adjust($primary,-12%,31%,82%),adjust($primary,13%,41%,89%) */
	background-image: linear-gradient(to bottom,rgba(15,53,91,0.82),rgba(20,85,151,0.89)); /* adjust($primary,-12%,31%,82%),adjust($primary,13%,41%,89%) */
	position: relative;
	z-index: 10;
	border-bottom: solid 1px rgba(255,255,255,0.325);
}

#TopZone {
	position: relative;
	z-index: 5;
}

#SlideZone {
	position: relative;
}

#MainArea {
	background-color: #FFFFFF;
	padding: 2%;
	margin-bottom: 30px;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22) inset;
}

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

#MainZone {
	width: 67%;
	line-height: 1.5;
	padding: 1% 2%;
	float: right;
}

#MainContent a:hover {
	text-decoration: underline;
	color: #788E9B; /* $secondary */
}

#MainContent a {
	color: #3480CC; /* lighten($primary,35%) */
}

#Footer {
	border-top: 4px solid #265F98; /* lighten($primary,18%) */
	background-color: #788E9B; /* $secondary */
	background-image: -webkit-linear-gradient(top,#0C2D4E,#0E3C6A);
	background-image: -moz-linear-gradient(top,#0C2D4E,#0E3C6A);
	background-image: -o-linear-gradient(top,#0C2D4E,#0E3C6A);
	background-image: linear-gradient(to bottom,#0C2D4E,#0E3C6A);
	box-shadow: inset 0 10px 15px -13px #000000;
	background-repeat: no-repeat;
}

#FooterZone {
	overflow: hidden;
	padding: 20px 1%;
}
/* End layout */

/* topnav */
nav.top-nav {
	display: table;
	width: 100%;
	float: none;
	clear: both;
	max-width: 1200px;
	margin: 0 auto;
}

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

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

nav.top-nav ul li {
	display: table-cell;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}

nav.top-nav ul li:last-child {
}

nav.top-nav ul li a {
	color: #FFFFFF;
	display: block;
	padding: 12px 8px;
	font-size: 15px;
	font-weight: 400;
	text-shadow: 0px 2px 2px #000000;
	font-family: 'Marcellus', serif;
}

nav.top-nav ul li a:hover {
	color: #FEC160; /* $text2 */
}

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

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #ffffff;
	color: #183C60; /* $primary */
	border: none;
	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;
	display: none;
}

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: #183C60; /* $primary */
	min-width: 150px;
	line-height: 1.5em;
	text-shadow: none;
}

nav.top-nav div.ifly a:hover {
	text-decoration: none;
	background-color: #183C60; /* $primary */
	background-image: url(/images/hdr.jpg);
}

nav.top-nav div.iflyOver {
	background-color: #183C60; /* $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 */

/* Masthead */
#HomeLogo {
	position: relative;
}

#MastHead {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	padding: 30px 1% 0px 30px;
	margin: 0;
}

.logo {
	position: relative;
	float: left;
	max-width: 300px;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	margin: 20px 0 0 30px;
	display: none;
}

.sub .logo {
	display: none;
}

#MastHead .right {
	float: right;
	background-color: #183C60; /* $primary */
	padding: 10px 10px 7px;
	font-family: 'Bree Serif', sans-serif;
	text-transform: uppercase;
	color: #FEC160; /* $text2 */
	width: auto;
	text-align: center;
	display: none;
}

#MastHead .right p {
	margin: 0px;
}

#MastHead a.phone {
	padding: 0px;
}

#TopBanner .logo {
	display: block;
	position: relative;
	max-height: 200px;
	margin: 25px 0 5px 1%;
}

.sub #TopBanner .logo {
	display: block;
	position: relative;
	max-height: 160px;
}

#TopBanner .right {
	text-transform: capitalize;
	color: #FEC160; /* $text2 */
	text-align: right;
	overflow: hidden;
	font-size: 1em;
	padding: 0px 1% 8px 0%;
	font-family: 'Marcellus', serif;
}

#TopBanner .right a:last-child {
	color: #F5EBD6;
}

#TopBanner .right a:last-child:hover {
	color: #FEC160;
}

body.sub #TopBanner .right {
	padding-top: 0;
}

#TopBanner .right p {
	font-size: 1.22em;
	margin-bottom: -5px;
	color: #FEC160; /* $text2 */
	text-shadow: 0px 2px 2px #000000;
}

a.phone {
	color: #FFFFFF;
	font-size: 2em;
	font-weight: 700;
	padding: 10px 0;
	display: block;
	text-shadow: 0px 2px 2px #000000;
}

.phone.hidefordesktop {
	display: none;
}

#TopBanner .phone:before {
	font-family: 'icomoon-ult';
	content: '\f055';
	color: #F8F1E3; /* lighten($BG2,31%) */
	font-size: .55em;
	border: 4px outset #FEC160; /* $text2 */
	padding: 5px;
	border-radius: 50%;
	margin: 5px;
	background-color: rgba(42,42,42,0.906);
	text-shadow: 0px 2px 2px #000000;
}

#TopBanner h3 {
	color: #F5EBD6; /* $BG2 */
	font-size: 1em;
	text-shadow: 0px 2px 2px #000000;
	text-transform: none;
	margin-top: 0;
	font-family: 'Source Sans Pro', sans-serif;
}
/* End Masthead */

/* Animation */
#Animation {
	height: 456px;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

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

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

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

div.slide div.info {
	position: absolute;
	color: #000000; /* $text */
	padding: 15px 3%;
	height: auto;
	font-size: 0.938em;
	bottom: 0;
	background-color: rgba(15,15,15,0.686);
	right: inherit;
	text-align: center;
	max-width: 100%;
	left: 0;
	width: 100%;
}

html.no-rgba div.slide div.info {
	background-color: #F5EBD6; /* $BG2 */
	filter: alpha(opacity=85);
}

div.slide div.info h2 {
	font-size: 38px;
	color: #FEC160; /* $text2 */
	text-transform: none;
	text-shadow: 0px 2px 2px #000000;
	line-height: 1;
}

div.slide div.info h3 {
	font-size: 2.188em;
	color: #183C60; /* $primary */
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
}

div.slide div.info p {
	display: block;
	line-height: 1.5em;
	margin: 5px 0px 10px;
	color: #F5EBD6; /* $BG2 */
	font-size: 1.2em;
	font-weight: 300;
}

.button {
	font-size: 16px;
	line-height: 1em;
	margin: 0px auto;
	color: #FEC160; /* $text2 */
	background-color: #154677; /* adjust($primary,5%,25%,0%) */
	font-weight: 400;
	text-align: center;
	padding: .6em;
	width: 250px;
	display: block;
	border: outset 4px #FEC160; /* $text2 */
	font-family: 'Marcellus', serif;
}

.button:hover {
	background-color: #122E4A; /* darken($primary,23%) */
	color: #FFFFFF;
	text-shadow: 0px 2px 2px #000000; /* $text */
}

div.slide div.info .button {
	float: none;
	max-width: 250px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
/* End Animation */

/* CTAs */
.cta-list {
	display: table;
	width: 100%;
}

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

.cta-list ul li {
	padding: 0px;
	position: relative;
	text-align: center;
	color: #000000; /* darken($text,20%) */
	font-size: 1em;
	display: table-cell;
	border-right: none;
	background-color: #788E9B; /* $secondary */
	background-image: -webkit-linear-gradient(top,#0C2D4E,#0E3C6A);
	background-image: -moz-linear-gradient(top,#0C2D4E,#0E3C6A);
	background-image: -o-linear-gradient(top,#0C2D4E,#0E3C6A);
	background-image: linear-gradient(to bottom,#0C2D4E,#0E3C6A);
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22) inset;
}

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

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

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

.cta-list ul li>a {
	padding: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	border: 10px solid #FFFFFF;
}

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

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

html.no-cssgradients .cta-list ul li {
	background-color: #CCCCCC; /* lighten($text,80%) */
}

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

.cta-list ul li h2 {
	color: #F5EBD6; /* $BG2 */
	font-size: 28px;
	padding: 15px 1%;
	text-transform: none;
	margin: 0px;
	text-shadow: 0px 2px 2px #000000; /* $text */
}

html.no-rgba .cta-list ul li h2 {
	background-color: #16518D; /* adjust($primary,11%,34%,0%) */
}

.cta-list ul.items4 li h2 {
}

.cta-list ul li h3 {
	color: #788E9B; /* $secondary */
	font-size: 1.5em;
	padding: 0px 0px;
	text-transform: uppercase;
	margin: 0px;
}

.cta-list ul li p {
	margin: 0px;
	padding: 0px 3.25% 15px;
	color: #FEDDA8; /* lighten($text2,45%) */
	text-shadow: 0 1px 2px #000000; /* $text */
	line-height: 1.2;
	font-weight: 300;
}

html.no-rgba .cta-list ul li p {
	background-color: #215385; /* lighten($primary,12%) */
}

.cta-list ul li .button {
	width: 83%;
	position: relative;
	color: #FEC160; /* $text2 */
	box-shadow: 0px 5px 15px -5px #000;
	padding: .6em;
	margin: 20px auto;
	bottom: 20px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	max-width: 200px;
}

.cta-list ul li .button:before, .cta-list ul li .button:after {
	font-family: 'icomoon-ult';
	position: absolute;
	left: 50%;
}

.cta-list ul li .button:before {
	color: #788E9B; /* $secondary */
	content: '\e0eb';
	margin-left: -16px;
	bottom: -20px;
	font-size: 2em;
	z-index: 2;
	text-shadow: 0 1px 0 #183C60; /* $BG */
	display: none;
}

.cta-list ul li .button:after {
	color: #183C60; /* $primary */
	content: '\e0eb';
	z-index: 1;
	bottom: -25px;
	font-size: 3em;
	margin-left: -24px;
	display: none;
}

.cta-list ul li:hover .button {
	background-color: #122E4A; /* darken($primary,23%) */
	color: #FFFFFF;
	box-shadow: 0px 2px 8px -5px #000;
}

@-moz-document url-prefix() {
	.cta-list ul li .button {
		bottom: 30px;
	}
}
/* End CTAs */

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

.side h2 {
	color: #F5EBD6; /* $BG2 */
	text-transform: none;
	font-family: 'Marcellus', serif;
	text-align: center;
	padding: 20px 0 0px;
	font-size: 1.9em;
	text-shadow: 0px 2px 2px #000000;
}

.side h2 a {
	color: #788E9B; /* $secondary */
	text-transform: none;
	text-shadow: none;
}
/* End Side */

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

.side-nav h2 {
	color: #788E9B; /* $secondary */
	text-shadow: none;
}

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

#SideNavigation ul, .sidemenu ul {
	padding: 10px 3% 0 3%;
}

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

.side-nav li {
	overflow: hidden;
}

.side-nav li a:before {
	content: '\e0f6';
	font-family: 'icomoon-ult';
	color: #000000; /* $text */
	margin-right: 10px;
}

.side-nav li a:hover:before, .side-nav li.selected a:before {
	color: #FEC160;
}

.side-nav li a {
	display: block;
	padding: 12px 20px;
	color: #183C60; /* $primary */
	text-align: left;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-color: #E7EBEE;
	margin-bottom: 3px;
	font-family: 'Marcellus', serif;
	font-size: 1em;
}

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

.side-nav li a:hover, .side-nav li.selected  a {
	background-color: #183C60; /* $BG */
	color: #FEC160; /* $text2 */
	padding-left: 30px;
}

.side-nav li:hover a span, .side-nav li.selected a span {
	color: #FEC160; /* $text2 */
}
/* End Side Nav */

/* Contact Form */
#ContactForm {
	background-image: -webkit-linear-gradient(top,#0C2D4E,#0E3C6A);
	background-image: -moz-linear-gradient(top,#0C2D4E,#0E3C6A);
	background-image: -o-linear-gradient(top,#0C2D4E,#0E3C6A);
	background-image: linear-gradient(to bottom,#0C2D4E,#0E3C6A);
	background-color: #183C60; /* $primary */
}

.contact-form {
	padding: 0 30px 25px;
}

.contact-form h2 {
}

.contact-form p {
	color: #F5EBD6; /* $BG2 */
	margin: 10px 0;
	text-align: center;
	font-weight: 300;
}

.contact-form input {
	width: 100%;
	background-color: #FFFFFF;
	color: #183C60; /* $BG */
	padding: 8px;
	border: none;
	margin: 0 0 5px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
	font-family: 'Source Sans Pro', sans-serif;
	outline: none;
}

.contact-form input[type=checkbox] {
	width: auto;
}

.contact-form textarea {
	width: 100%;
	background-color: #FFFFFF;
	color: #183C60; /* $BG */
	padding: 8px;
	border: none;
	margin: 0 0 5px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
	height: 80px;
	font-family: 'Source Sans Pro', sans-serif;
	resize: none;
	outline: none;
	overflow: auto;
}

.contact-form a {
	color: #FEC160; /* $text2 */
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	font-family: 'Marcellus', serif;
	box-shadow: 0px 5px 15px -5px #000;
	margin-top: 8px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.contact-form a:hover {
	box-shadow: 0px 2px 8px -5px #000;
}

.contact-form span {
	color: #FFFFFF;
}

.contact-form div.opt-out-description {
	color: #FFFFFF;
}

.contact-form div.opt-out-description a {
	color: #000000;
	text-transform: inherit;
}
/* End Contact Form */

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

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

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

span.blog_h {
	display: block;
	font-size: 1.55em;
}

.sidemenu {
}

.sidemenu h3 {
	padding: 5px;
	font-size: 14px;
	background-color: #183C60; /* $primary */
	margin: 0;
	color: #FEC160; /* $text2 */
	text-align: center;
}

.sidemenu ul {
	margin: 0;
}

.sidemenu li {
}

.sidemenu a {
}

.sidemenu a:hover {
}

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

.side .feed {
	padding-bottom: 5px;
}

.side .feed a {
	overflow: hidden;
	padding: 0;
	border-bottom: none;
}

.side .feed a:hover {
	background-color: transparent;
}

.side .date {
	float: left;
	width: 72px;
	height: 60px;
}

.side .date .day {
	float: left;
	width: 36px;
	height: 38px;
	background-color: #183C60; /* $primary */
	color: #FEC160; /* $text2 */
	line-height: 38px;
}

.side .date .month {
	width: 35px;
	height: 38px;
	float: left;
	background-color: #183C60; /* $BG */
	line-height: 38px;
	color: #183C60; /* $primary */
}

.side .date .year {
	width: 72px;
	height: 22px;
	background-color: #788E9B; /* $secondary */
	float: left;
	clear: both;
	color: #FEC160; /* $text2 */
	line-height: 22px;
}

.side .blogtitle {
	float: right;
	width: calc(100% - 77px);
	text-align: left;
	margin: 0;
	background-color: #2865A2; /* lighten($BG,21%) */
	min-height: 60px;
	padding: 10px;
	color: #183C60; /* $primary */
}

.side a:hover .blogtitle {
	color: #788E9B; /* $secondary */
}
/* End Blog Feed */

/* Value Statements */
#ValueStatements {
}

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

#ValueStatements li {
	display: block;
	padding: 10px 15px;
	color: #000000; /* $text */
	border-bottom: 1px solid #d1d6dc;
	font-size: 1em;
	line-height: 1;
}

#ValueStatements ul li:before {
	font-family: 'icomoon-ult';
	content: '\e7b0';
	font-size: 20px;
	color: #788E9B; /* $secondary */
	padding-right: 12px;
	float: left;
}
/* End Value Statements */

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

/* Testimonials */
#Testimonials {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F7F8F9; /* lighten($secondary,94%) */
	background-image: -webkit-linear-gradient(left,#F7F8F9,#F2F4F5); /* lighten($secondary,94%),lighten($secondary,90%) */
	background-image: -moz-linear-gradient(left,#F7F8F9,#F2F4F5); /* lighten($secondary,94%),lighten($secondary,90%) */
	background-image: -o-linear-gradient(left,#F7F8F9,#F2F4F5); /* lighten($secondary,94%),lighten($secondary,90%) */
	background-image: linear-gradient(to right,#F7F8F9,#F2F4F5); /* lighten($secondary,94%),lighten($secondary,90%) */
	padding: 20px;
}

#Testimonials h2 {
	text-transform: uppercase;
}

#Testimonials article {
}

#Testimonials blockquote:before {
	color: #183C60; /* $primary */
	content: 'â€œ';
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
}

#Testimonials blockquote {
	font-style: italic;
	margin: 0;
	padding: 30px 0;
	position: relative;
}

#Testimonials blockquote:after {
	color: #183C60; /* $primary */
	content: 'â€';
	font-size: 4em;
	line-height: 0.1em;
	position: relative;
	top: 60px;
	right: -160px;
}

#Testimonials h4 {
	color: #183C60; /* $primary */
	margin: 10px 0 0 0;
}

#Testimonials a.button {
	display: none;
}
/* End Testimonials */

/* Footer Area */
#FooterContent a:hover {
	color: #FEC160; /* $text2 */
}

#FooterContent h2 {
	color: #FFFFFF;
	text-transform: none;
	font-weight: 400;
	text-shadow: 0px 2px 2px #000000;
	margin-top: 8px;
}

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

#FooterContent li {
	text-transform: uppercase;
	font-size: 0.813em;
	border-bottom: 1px solid #788E9B; /* $secondary */
	margin-top: 6px;
}

#BrandContent p {
	color: #FFFFFF;
}

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

.schema {
	text-align: right;
}

#FooterContent a.phone {
	color: #FEC160; /* $text2 */
	font-size: 2.2em;
	font-weight: 700;
}

.schema .phone span {
	font-size: 0.75em;
	text-transform: none;
	color: #FFFFFF;
	display: block;
	font-weight: normal;
	text-shadow: 0px 2px 2px #000000;
	font-family: 'Marcellus', serif;
}

.social icon {
	background-color: #28639E; /* lighten($primary,20%) */
	padding: 5px;
	color: #FEC160; /* $text2 */
	font-size: 1.563em;
	margin-right: 7px;
}

.social icon:hover {
	background-color: #225589; /* lighten($primary,13%) */
}

.social li {
	padding: 0;
	border-bottom: none!important;
	display: inline-block;
}

html.no-hashchange .social li {
	display: inline;
}

#Payments {
	margin-top: 20px;
}

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

/* 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;
	border-top: solid 2px #505050;
}

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

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

#BrandContent img {
	float: right;
	clear: right;
	margin: 20px 0px 0 0;
}

.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(42,42,42,0.906);
	text-align: left;
}

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: #183C60; /* $primary */
	line-height: 41px;
	padding-left: 25%;
}

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

div.imenuitem a:hover {
	color: #FEC160; /* $text2 */
}

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

#SmallMenu {
	padding: 5px;
	background-color: #183C60; /* $BG */
	width: 100%;
	color: #d4d8db;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	text-align: center;
	position: relative;
	clear: both;
}

#SmallMenu:before {
	font-family: 'icomoon-ult';
	content: '\e184';
	display: none;
	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: 1100px) {
	nav.top-nav {
		width: 100%;
		float: none;
		margin: 0px;
		padding: 10px 0px;
	}

	#TopBanner .right {
		display: block;
		width: auto;
	}

	body.sub #TopBanner .right {
		display: block;
		width: auto;
	}

	#MastHead a.phone, #MastHead .right {
		display: none;
	}
}

@media (max-width:965px) {
	.hideformobile {
	}

	body.sub #TopBanner .right .hideformobile {
		display: block;
	}

	#NavZone {
		display: block;
	}

	div.hidefordesktop.imenuitem {
		display: none;
	}

	.sub .logo {
		display: block;
	}

	div.imenupanel {
		top: 100%!important;
		z-index: 90!important;
	}

	.logo {
		max-width: 40%;
	}

	#MastHead > .imenuitem {
		border-bottom: none;
	}

	div.slide div.info {
		height: auto;
		padding: 15 1%;
	}

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

	div.slide div.info h3 {
		width: 100%;
		font-size: 1.6em;
	}

	.cta-list {
		padding-bottom: 15px;
		display: block;
		height: auto;
	}

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

	.cta-list ul li {
		margin-bottom: 2px;
		display: block;
		float: left;
		height: auto;
	}

	.cta-list ul.items3 li {
	}

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

	.cta-list ul.items4 li h2 {
		min-height: 1px;
	}

	.cta-list ul li .button {
		min-height: 1px;
	}

	#MainZone {
	}

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

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

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

	.schema .phone span {
		display: block;
	}

	#BrandContent {
		padding: 2%;
	}

	.hidefordesktop, .phone.hidefordesktop {
		display: block;
	}
}

@media (max-width:830px) {
	.cta-list ul.items3 li {
		width: 100%;
	}
}

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

	#NavZone {
		padding: 10px 0;
	}

	#TopBanner .right {
		display: block;
		margin-top: 2em;
	}

	.hideformobile {
		display: none;
	}

	body.sub #TopBanner .right .hideformobile {
		display: none;
	}

	body.sub #TopBanner .right {
		padding-top: 8px;
	}

	nav.top-nav {
		display: none;
	}

	#TopBanner .logo {
		max-height: 170px !important;
		display: block;
		width: auto;
		max-width: 280px;
		margin-left: 1%;
	}

	div.hidefordesktop.imenuitem {
		display: block;
		border: none !important;
	}

	div.imenuitem.hidefordesktop {
		display: block;
		border: none !important;
	}

	#MastHead {
		display: none;
	}

	#MainContent {
		padding: 0 1.5%;
	}

	#Animation {
		height: 250px;
	}

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

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

	.third, .third:last-child {
		width: 100%;
		margin: 0 0 3% 0;
		padding: 0 2%;
		text-align: center;
	}

	#FooterMenu {
	}

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

	.schema {
		text-align: center;
	}

	#FooterContent .schema a {
		font-weight: bold;
	}
}

@media (max-width: 650px) {
	#TopBanner .phone:before {
		display: none;
	}
}

@media (max-width:550px) {
	.cta-list ul li {
		width: 100%!important;
	}

	#TopBanner a.phone {
		font-size: 1.7em;
	}

	#MainZone img {
		float: none !important;
		margin: .5em auto !important;
		clear: both;
		display: block;
	}

	div.slide div.info {
		text-align: center;
		max-width: 100%;
		width: 100%;
		bottom: 0;
	}

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

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

	div.slide div.info h2 {
		margin: .5em 0;
	}

	div.slide div.info .button {
		float: none;
	}
}

@media (max-width:480px) {
	h1 {
	}

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

	#NavZone {
		padding: 10px 0px;
	}

	#TopBanner .logo, .sub #TopBanner .logo {
		text-align: center;
		clear: both;
		float: none;
		margin: 0px auto;
	}

	#TopBanner .right {
		display: block;
		width: 100%;
		float: none;
		clear: both;
		text-align: center;
		padding: 0px !important;
		margin-top: .5em;
	}

	div.imenuitem {
		float: none;
		clear: both;
		width: 100%;
	}

	#SmallMenu {
		width: 100%;
		display: block;
		height: auto;
		text-align: center;
		float: none;
		right: auto;
		font-size: 1.2em;
	}

	#SmallMenu:before {
		display: none;
	}

	.logo {
	}

	.logo img {
		min-width: 78px;
	}

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

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

	.cta-list {
		padding-bottom: 0px;
	}

	.cta-list ul li {
		width: 100%;
		margin-bottom: 2px;
	}

	.sub .cta-list ul li {
	}

	.cta-list ul li>a {
	}

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

	.cta-list ul li h2, .cta-list ul li h3 {
	}

	.cta-list ul li p {
	}

	.cta-list ul li .button {
	}

	.side h2 {
	}

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

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

	#BrandZone {
		line-height: 40px;
	}

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

#FooterContent {
	color: #DDDDDD;
}

#FooterContent a {
	color: #A5C6E8; /* lighten($primary,71%) */
}
