/* General */
body {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 100%;
	background-color: #2A2A2A; /* $secondary */
	background-image: radial-gradient(to bottom,#595959,#000000);
}

a {
	text-decoration: none;
	outline: none;
	color: #A5A9E5; /* adjust($primary,71%,35%,0%) */
}

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

h1 {
	font-family: 'Lora', serif;
	color: #414141; /* lighten($secondary,11%) */
}

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

.fancyfont {
	background-color: #262847;
	color: #FFFFFF;
	margin: 5px;
	padding: 8px 12px;
	border: solid 2px #9B9EC2;
}

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

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

.side>* {
	margin-bottom: 30px;
}

.half {
	width: 48%;
}

.half.left {
	float: left;
}

.half.right {
	float: right;
}

.third {
	width: 32%;
	float: left;
	margin-right: 2%;
}

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

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

.c-address {
	float: left;
	width: 50%;
}

.c-phone {
	float: left;
	clear: left;
	width: 50%;
}

.btn {
	background-color: #F2EEE7; /* $gray */
	display: block;
	color: #000000; /* $dark */
	padding: 10px;
	transition: all 200ms ease-in-out;
	text-align: center;
}

.btn:hover {
	background-color: #000000; /* $dark */
	color: #2A2A2A; /* $secondary */
}

.faq-item {
	border: solid 2px #A5A9E5;
	padding: 5px 10px 0;
	margin: 10px 0;
	background-color: rgba(38,40,71,0.7); /* alpha($primary,70%) */
	border-radius: 5px;
}

#PSpotlight1 {
	position: fixed;
	z-index: 99;
	display: none !important;
}

.text img {
	max-width: 45%;
	height: auto !important;
}

.span-lists ul {
	width: 45%;
	float: left;
	margin: 0 2%;
}

.home-lists ul {
	margin: 10px 0 0;
	list-style: none;
	float: left;
	width: 36%;
}

.home-lists li a {
	text-align: center;
	background-color: #262847;
	padding: 10px 20px;
	border: solid 1px #A5A9E5;
	margin: 10px 5% 0 0;
	display: block;
	border-radius: 5px;
	color: #F2EEE7; /* $gray */
}

.home-lists li a:hover {
	color: #FFFFFF; /* $white */
	background-color: #414479; /* lighten($primary,19%) */
}

.pa-lists {
	background-color: #262847; /* $primary */
	margin: 0 auto 10px;
	width: 95%;
}

.pa-lists h3 {
	text-align: center;
	padding: 10px 0;
	background-color: #2A2A2A; /* $secondary */
	font-size: 26px;
}

.pa-lists ul {
	width: 46%;
	float: left;
	margin: 15px 0 15px 2.5%;
	list-style: none;
	padding: 0;
}

.pa-lists li a {
	display: block;
	padding: 5px 10px;
	background-color: #343761; /* lighten($primary,10%) */
	margin: 5px auto;
}

.top100badge {
	float: left;
	margin-left: 4%;
	margin-top: 5px;
}
/* End General */

/* Navigation */
#TopArea {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
}

html.translated-ltr #TopArea {
	top: 40px;
}

#TopZone {
	background-color: #2A2A2A; /* $secondary */
	background: url(/images/repeating-patterns/noise2.png),radial-gradient(to bottom,#595959,#000000);
}

.no-rgba #TopZone {
}

.FixedNav {
	position: relative;
	z-index: 20;
	width: 100%;
}

.FixedNav.relative {
	position: relative !important;
}

#NavZone {
	background-color: #F2EEE7; /* $gray */
	box-shadow: 0 5px 20px #000000;
	background-image: linear-gradient(to bottom,#FFFFFF,#BEAB88); /* ,darken($gray,31%) */
	border-bottom: solid 1px #F2EEE7; /* $gray */
}

.masthead {
	position: relative;
	padding: 15px 0;
}

.shrink-nav .masthead {
	padding: 10px 0;
}

.masthead.show {
	height: 100%;
}

.masthead.hide {
	height: 0;
}

.masthead .tagline {
	float: left;
	width: 25%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	color: #D8CFBD;
	margin: 10px 0 0;
}

.masthead .tagline a {
	color: #D8CFBD; /* $light */
	margin: 0 0 5px;
	padding: 10px;
	display: inline-block;
	box-shadow: 0 2px 10px rgba(0,0,0,0.698);
	background-image: linear-gradient(to top,#33355F,#4F5393); /* lighten($primary,9%),lighten($primary,29%) */
	border-radius: 5px;
}

.masthead .tagline a:hover {
	color: #FFFFFF;
}

.shrink-nav .masthead .tagline {
	margin-top: -50px;
	opacity: 0;
	display: none;
}

.masthead .tagline span {
	color: #FFFFFF; /* $white */
	display: block;
	font-size: 18px;
	font-family: 'Lora', serif;
}

.masthead .logo {
	float: left;
	width: 50%;
	text-align: center;
}

.shrink-nav .masthead .logo {
	text-align: left;
}

.masthead .logo a {
	display: block;
}

.masthead .logo img {
	transition: .5s;
}

.shrink-nav .masthead .logo img {
	max-width: 75%;
}

a.phone {
	cursor: default;
}

.phone-info {
	float: right;
	width: 25%;
	position: relative;
	text-align: right;
	font-family: 'Lora', serif;
	top: 32px;
}

.shrink-nav .phone-info {
	top: 20px;
}

.phone-info .call {
	color: #9C9FCA; /* lighten($primary,62%) */
	text-transform: uppercase;
	margin-right: 5px;
	position: relative;
	top: -3px;
	font-family: 'Lora', serif;
}

.phone-info .phone {
	color: #FFFFFF; /* $white */
	font-size: 1.7em;
}

.phone-info .phone:nth-child(3) {
	display: block;
	letter-spacing: 1px;
}

.nav-area {
	position: relative;
}

.nav-area:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 5px;
	width: 100%;
}

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

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

nav.top-nav ul li {
	display: table-cell;
	position: relative;
	width: auto;
}

html.translated-ltr nav.top-nav ul li {
	font-size: 0.875em;
}

nav.top-nav ul li a {
	display: block;
	padding: 12px 2% 10px;
	color: #000000; /* $dark */
	text-transform: uppercase;
	text-align: center;
	position: relative;
	transition: .5s;
	font-weight: 600;
	font-size: 14px;
	text-shadow: 0 1px 0 #F2EEE7; /* $gray */
}

.shrink-nav nav.top-nav ul li a {
	padding: 10px 2%;
}

nav.top-nav ul li a:hover {
	color: #2A2A2A; /* $secondary */
	background-color: #FFFFFF; /* lighten($gray,99%) */
}

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

.search {
	position: absolute;
	top: 10px;
	right: 0;
	border: 3px solid #2A2A2A; /* $secondary */
	padding: 2px;
	display: none;
}

.search input {
	background-color: transparent;
	border: none;
	padding: 2px 3px;
	color: #2A2A2A; /* $secondary */
	outline: none;
	font-family: 'Alegreya Sans', sans-serif;
}

.search icon {
	color: #D8CFBD; /* $light */
	top: 3px;
	position: relative;
	right: 3px;
}

.espanol {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #2A2A2A; /* $secondary */
	color: #000000; /* darken($dark,32%) */
	text-transform: uppercase;
	padding: 2px 10px;
	font-size: 0.875em;
	transition: all 200ms ease-in-out;
	min-width: 203px;
	min-height: 28px;
}

.espanol:hover {
	background-color: #262847; /* $primary */
}

.espanol icon {
	position: relative;
	top: 3px;
}

#SubZone {
	min-height: 25px;
	clear: both;
}

ul.MobileBtns {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 10px 0px;
	position: relative;
	display: none;
}

ul.MobileBtns li {
	display: table-cell;
	text-align: center;
	border-right: solid 1px #2A2A2A; /* $secondary */
	width: 25%;
	vertical-align: middle;
}

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

ul.MobileBtns li:nth-child(even) {
}

ul.MobileBtns li a {
	display: block;
}

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

ul.MobileBtns li a h2 {
	text-transform: uppercase;
	margin: 0px;
	color: #2A2A2A; /* $secondary */
	font-size: 15px;
}

ul.MobileBtns li a icon {
	color: #2A2A2A; /* $secondary */
	font-size: 30px;
	text-shadow: 0px 1px #fff;
}

ul.MobileBtns li:last-child a icon {
	font-size: 25px;
}
/* End Navigation */

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: transparent;
	border: none;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	padding: 0px 0px 0px 0px;
	text-align: left;
	min-width: 225px;
	width: auto!important;
	background-size: cover;
	background-image: linear-gradient(to bottom,#262847,rgba(42,42,42,0.95)); /* $primary,alpha($secondary,95%) */
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation: flyout .5s ease;
	animation: flyout .5s ease;
}

.no-rgba nav.top-nav div.iflylist {
	display: none !important;
}

@-webkit-keyframes flyout {
	0% { -webkit-transform: scale(1,0); }
	100% { -webkit-transform: scale(1,1); }
}

@-moz-keyframes flyout {
	0% { transform: scale(1,0); }
	100% { transform: scale(1,1); }
}

@-o-keyframes flyout {
	0% { transform: scale(1,0); }
	100% { transform: scale(1,1); }
}

@keyframes flyout {
	0% { transform: scale(1,0); }
	100% { transform: scale(1,1); }
}

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:before {
	display: none;
}

nav.top-nav div.ifly {
	background-color: transparent;
	border: none;
	border-top: solid 1px #7B7B7B;
	display: block!important;
	border-bottom: solid 1px #000000;
}

nav.top-nav div.ifly a {
	padding: 10px 25px;
	min-width: 150px;
	line-height: 1.5em;
	border-bottom: none;
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
	text-transform: none;
	color: #D8CFBD; /* $light */
	text-shadow: none;
}

nav.top-nav div.ifly a:hover {
	text-decoration: none;
	background-color: #F2EEE7; /* $gray */
	color: #000000; /* $dark */
}

nav.top-nav div.iflyOver {
}

nav.top-nav div.ifly a.iflyOver {
	color: #353864; /* lighten($primary,11%) */
}

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;
	display: none;
}

div.iflylist div.ui-more-items {
	border-top: solid 1px #ddd;
	position: relative;
	display: none;
}

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

#NavZone nav.top-nav ul li:nth-child(2) div.iflylist {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

#NavZone nav.top-nav ul li {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

nav.top-nav div.ifly div.iflylist {
	display: none!important;
}
/* End Flyout Menu */

/* Animation */
#SlideZone {
	background-color: #262847; /* $primary */
	background-image: url(/images/SlideBG.jpg);
}

.slide-tagline {
	text-align: center;
	left: 0;
	z-index: 5;
	width: 100%;
	padding: 1% 2%;
	position: relative;
}

html.no-rgba .slide-tagline {
}

.slide-tagline h4 {
	font-size: 3.250em;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	line-height: 0.65;
	color: #D8CFBD; /* $light */
	text-shadow: 0 -1px 0 #000;
	padding-top: 24px;
}

.slide-tagline h4 span {
	font-weight: 500;
}

.animation {
	height: 436px;
	width: 100%;
	position: relative;
	z-index: 5;
	display: block;
}

.animation .prev, .animation .next {
	display: block;
	position: absolute;
	z-index: 11;
	color: #D8CFBD; /* $light */
	font-size: 6em;
	top: 182px;
	width: 127px;
	height: 127px;
}

.animation .prev:hover, .animation .next:hover {
	background-color: #D8CFBD; /* $light */
}

.animation.var-1 .prev:hover, .animation.var-1 .next:hover {
	background-color: #F2EEE7; /* $gray */
	background-image: none;
}

.animation .prev {
	left: 0px;
	padding: 18px 18px 16px 12px;
}

.animation .next {
	right: 0px;
	padding: 18px 15px 16px 15px;
}

.animation.var-1 .prev {
	background-color: #F2EEE7; /* $gray */
	left: -127px;
	color: #000000; /* $dark */
	background-image: linear-gradient(to bottom,#FFFFFF,#B3B3B3);
	text-shadow: 0 1px 0 #FFFFFF;
	display: none;
}

.animation.var-1 .next {
	background-color: #F2EEE7; /* $gray */
	right: -127px;
	color: #000000; /* $dark */
	background-image: linear-gradient(to bottom,#FFFFFF,#B3B3B3);
	text-shadow: 0 1px 0 #D8CFBD; /* $light */
	display: none;
}

.animation .squares {
	width: 254px;
	height: 254px;
	position: absolute;
	bottom: 0;
	z-index: 10;
}

.animation.var-1 .squares {
	display: none;
}

.animation .sq-left {
	left: 0;
}

.animation .sq-right {
	right: 0;
}

.animation  .squares div {
	float: left;
	width: 50%;
	height: 127px;
}

.animation  .sq-left .sq1, .animation  .sq-right .sq2 {
	background-color: rgba(38,40,71,0.5); /* alpha($primary,50%) */
}

html.no-rgba .animation  .sq-left .sq1, html.no-rgba .animation  .sq-right .sq2 {
	background-color: #262847; /* $primary */
}

.animation .sq-left .sq2, .animation  .sq-right .sq1 {
	background-color: rgba(42,42,42,0.5); /* alpha($secondary,50%) */
}

html.no-rgba .animation .sq-left .sq2, html.no-rgba  .animation  .sq-right .sq1 {
	background-color: #2A2A2A; /* $secondary */
}

.animation .sq-left .sq3, .animation  .sq-right .sq4 {
	background-image: url(/images/cta-bg.png);
}

.animation .sq-left .sq4,.animation  .sq-right .sq3 {
	background-color: rgba(0,0,0,0.5); /* alpha($dark,50%) */
}

html.no-rgba .animation .sq-left .sq4, html.no-rgba .animation  .sq-right .sq3 {
	background-color: #262847; /* $primary */
}

.animation .slide {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.animation .slide:first-child {
}

.animation .slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
	display: none;
}

.animation.var-1 .sq-left div {
	display: none;
}

.animation.var-1 .sq-right div {
	display: none;
}

.animation.var-2 .sq-right div, .animation.var-2 .sq-left div {
	display: none;
}

.animation.var-2 .sq-right div.sq2 {
	display: block;
	float: right;
}

.animation.var-2 .sq-left div.sq1 {
	display: block;
	float: left;
}

.slide .info {
	width: 90%;
	top: auto;
	position: relative;
	right: 5%;
}

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

div.slide div.info h2 {
	text-transform: uppercase;
	font-size: 38px;
	color: #D8CFBD; /* $light */
	font-weight: 300;
	text-shadow: 0 -1px 0 #000;
	line-height: 1em;
	font-family: 'Lora', serif;
	letter-spacing: 5px;
	position: relative;
	padding: 10px;
	margin: 130px auto 20px;
	width: 69%;
	background-color: rgba(38,40,71,0.85); /* alpha($primary,85%) */
}

.no-rgba div.slide div.info h2 {
	background-color: #262847; /* $primary */
}

div.slide div.info h2 span {
	font-weight: 500;
}

div.slide div.info h3 {
}

div.slide div.info p {
	text-align: center;
	font-size: 24px;
	width: 66%;
	margin: 0 auto;
	font-weight: 500;
	color: #FFFFFF; /* $white */
	text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	background-color: rgba(0, 0, 0, 0.7);
	padding: 2% 3%;
}

.no-rgba div.slide div.info p {
	background-color: #000000; /* $dark */
}

div.slide .btn {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	bottom: 20px;
	left: auto;
	background-color: transparent;
	text-align: center;
	display: block;
}

div.slide .btn a {
	background-color: #262847; /* $primary */
	text-align: center;
	display: inline-block;
	padding: 10px;
	color: #D8CFBD; /* $light */
	transition: all 200ms ease-in-out;
}

.animation.var-1 div.slide .btn {
}

div.slide .btn a:hover {
	background-color: #58575A;
	color: #FFCD23;
}

div.slide .btn:after {
}
/* End Animation */

/* CTAs */
#CTAZone {
	z-index: 4;
	padding-top: 11px;
	position: relative;
	border-bottom: 1px solid #454545; /* lighten($dark,27%) */
	background-image: linear-gradient(to bottom,#D8CFBD,#F2EEE7); /* $light,$gray */
	background-color: #D8CFBD; /* $light */
}

.sub #CTAZone {
	padding-top: 0;
	margin-top: 0;
}

.sub .lowerctas {
	background-image: url(/images/cta-bg.png);
	padding: 0;
	margin: 0;
	position: relative;
	border-top: solid 5px #2A2A2A; /* $secondary */
	background-color: #D8CFBD; /* $light */
}

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

body.sub .cta-list {
}

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

.cta-list ul li {
	padding: 10px 1%;
	position: relative;
	text-align: center;
	color: #B8A888; /* darken($light,21%) */
	font-size: 1.15em;
	display: table-cell;
	background-color: transparent;
}

.cta-list.singlecta ul li {
	text-align: left;
	display: block;
}

.cta-list ul li:after {
	content: '';
	height: 80%;
	width: 1px;
	position: absolute;
	right: 0;
	display: block;
	background-color: #A9966E; /* darken($light,31%) */
	bottom: 0;
}

.cta-list ul li:last-child:after {
	display: none;
}

.cta-list ul li:hover {
}

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

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

.cta-list ul.items2 li {
	width: 50%;
	padding: 0px 5%;
}

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

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

.cta-list ul li>a {
	display: block;
	position: relative;
}

.cta-list ul li icon {
	font-size: 25px;
	padding: 10px;
	box-shadow: inset 0px 1px 2px 2px rgba(0, 0, 0, 0.37);
	position: relative;
	background-color: #262847; /* $primary */
	color: #D8CFBD; /* $light */
	border-bottom: solid 1px #fff;
	border-top: solid 1px rgba(0, 0, 0, 0.58);
	background: radial-gradient(#4f5393 0%,#262847 100%);
	text-shadow: 0 -1px 0 #000000; /* $dark */
}

.cta-list.singlecta ul li icon {
	float: left;
	margin: 0px 25px 0 0px;
}

.cta-list ul li icon:after {
	width: 200%;
	content: ' ';
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: -50%;
}

.cta-list ul li:hover icon {
	color: #D8CFBD; /* $light */
	background: radial-gradient(#6D71CD,#262847);
}

.no-rgba .cta-list ul li:hover icon {
	background-color: #464A83; /* lighten($primary,23%) */
}

.cta-list ul li .icon-holder {
	width: 50%;
	margin: 20px auto 10px auto;
}

.cta-list.singlecta ul li .icon-holder {
	margin: 30px 0px;
	display: table;
	float: left;
	height: 100%;
	width: 50px;
}

.cta-list ul li h2 {
	color: #000000; /* $dark */
	font-size: 20px;
	padding: 12px 20px;
	font-weight: 600;
	text-transform: none;
	font-family: 'Lora', serif;
	text-shadow: 0 1px 0 #FFFFFF;
}

.cta-list.singlecta ul li h2 {
	font-size: 27px;
}

.cta-list ul li a:hover h2 {
	color: #2A2A2A; /* $secondary */
}

.cta-list ul li p {
	margin: 0px auto;
	color: #000000; /* $dark */
	font-size: 16px;
	text-shadow: 0 1px 0 #FFFFFF; /* $white */
	padding: 0 0 3%;
}

.singlecta.cta-list ul li p {
}

.cta-list.singlecta ul li p {
	font-size: 20px;
}

.cta-list ul li .btn {
	width: 70%;
	margin: 10px auto;
	position: relative;
	font-size: 15px;
	padding: 10px;
}

.cta-list.singlecta ul li .btn {
	float: right;
	width: 20%;
	border-bottom: solid 4px #2A2A2A; /* $secondary */
}

.cta-list ul li a:hover .btn {
	background-color: #000000; /* $dark */
	color: #43477E; /* lighten($primary,21%) */
}

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

body.sub #LowerCTAWrap {
	display: none;
}

.bottomctas {
	display: none;
}

.cta-list.singlecta .info {
	float: left;
	width: 70%;
	padding-bottom: 20px;
}

@-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%;
	}
}
/* End CTAs */

/* Content CTAs */
.content-cta {
	margin: 15px auto;
	position: relative;
}

.content-cta.one {
	background-color: #2A2A2A; /* $secondary */
	color: #D8CFBD; /* $light */
	padding: 7px 20px 17px 35%;
}

.content-cta.one.cf h2 {
	color: #D8CFBD; /* $light */
	padding: 4% 0 0;
}

.content-cta.two {
	display: table;
	width: calc(100% + 20px);
	padding: 0;
	list-style: none;
	border-spacing: 10px 0;
	margin-left: -10px;
}

.no-csscalc .content-cta.two {
	width: 100%;
}

.content-cta.two li {
	display: table-cell;
	width: 50%;
	text-align: center;
	background-color: #0D0F29; /* adjust($primary,-50%,30%,0%) */
	padding: 20px 15px;
}

.content-cta.three {
	background-color: #9B9EC2; /* adjust($primary,60%,-20%,0%) */
	padding: 30px 20px 30px 40%;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}

.content-cta img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 35%;
	background-size: cover;
	background-position: top center;
	background-color: #262847; /* $primary */
	margin: 0;
	background-repeat: no-repeat;
}

.content-cta.one img {
	background-image: url(/images/contentCTAimg.jpg);
}

.content-cta.three img {
	background-image: url(/images/attorneys.png);
}

.content-cta h2, .content-cta h3 {
	font-size: 27px;
	color: #262847; /* $primary */
	margin: 0;
}

.content-cta.two h2, .content-cta.two h3 {
	color: #2A2A2A; /* $secondary */
	font-size: 20px;
	padding-bottom: 15px;
}

.content-cta.three h2, .content-cta.three h3 {
	padding-bottom: 10px;
}

.content-cta p {
	font-size: 15px;
	text-transform: none;
	margin: 15px 0 10px;
}

.content-cta .btn {
	background-color: #262847; /* $primary */
	color: #D8CFBD; /* $light */
	width: 100%;
	font-size: 14px;
	text-transform: none;
}

.content-cta.one .btn {
	border: none;
	background-color: #262847; /* $primary */
	color: #D8CFBD; /* $light */
}

.content-cta.three .btn {
	border: none;
	background-color: #0F101C; /* darken($primary,60%) */
	padding: 12px 5px;
	color: #D8CFBD; /* $light */
}

.content-cta .btn icon {
	font-size: 10px;
	padding-left: 5px;
}

.content-cta .btn:hover {
	color: #2A2A2A; /* $secondary */
	text-decoration: none;
	background-color: #F2EEE7; /* $gray */
}

.content-cta.one .btn:hover {
	background-color: #F2EEE7; /* $gray */
	color: #000000; /* $dark */
}

.content-cta.three .btn:hover {
	background-color: #F2EEE7; /* $gray */
	color: #2A2A2A; /* $secondary */
}
/* End Content CTAs */

/* Mid Banner */
#MidBannerZone {
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background-image: url(/images/ISWAPBG1.jpg);
	width: 100%;
	background-position: center;
}

#SubMidBanner {
	margin: 20px auto;
	text-align: center;
	text-transform: uppercase;
	color: #D8CFBD; /* $light */
	padding: 0;
}

#SubMidBanner h2 {
	font-size: 35px;
	color: #F2EEE7; /* $gray */
}

.mid-banner {
	position: relative;
	padding: 0;
	margin: 0;
}

body.sub .mid-banner {
	margin: 0;
}

.mid-banner.Accolade-list {
	background-color: rgba(216,207,189,0.7); /* alpha($light,70%) */
}

.mid-banner.info-test {
	color: #D8CFBD; /* $light */
	display: table;
}

.mid-banner.single-cta {
	color: #D8CFBD; /* $light */
	text-align: center;
}

.mid-banner.info-test .imgbtn {
	float: right;
	text-align: center;
	width: 36%;
	display: table-cell;
}

.mid-banner.info-test .imgbtn img {
	max-width: 100%;
	height: 200px;
	width: 360px;
	background-size: cover;
	background-position: top center;
	margin-bottom: -2%;
}

.mid-banner.info-test .imgtext {
	float: left;
	width: 60%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 30px;
	line-height: 30px;
}

.mid-banner.info-test h1, .mid-banner.single-cta h1 {
	color: #2A2A2A; /* $secondary */
	text-transform: uppercase;
}

.mid-banner.info-test h2, .mid-banner.single-cta h2 {
	font-weight: 400;
	color: #B1B3D5; /* lighten($primary,70%) */
	font-size: 18px;
	text-transform: uppercase;
}

.mid-banner.info-test p {
	font-style: italic;
	font-size: 20px;
}

.mid-banner.info-test .imgbtn a {
	display: none;
	background-color: #262847; /* $primary */
	color: #D8CFBD; /* $light */
	padding: 5px;
	width: 80%;
	margin-left: 10%;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}

.mid-banner.info-test .imgbtn a:hover {
	background-color: #000000; /* $dark */
	color: #2A2A2A; /* $secondary */
}

.Mid-form {
	background-color: rgba(0,0,0,0.5);
	margin: 10px 0px;
}

.Mid-form header {
	width: 25%;
	float: left;
	padding: 10px 2%;
	color: #2A2A2A; /* $secondary */
}

.Mid-form header h2 {
	color: #D8CFBD; /* $light */
}

.Mid-form .contact-form-wrap {
	float: left;
	border-top: none;
	width: 75%;
	padding: 10px 0 0 0px;
}

.Mid-form .contact-form-wrap>div {
	float: left;
	width: 31%;
	margin-right: 1%;
}

.Mid-form input {
	width: 100%;
	background-color: #262847; /* $primary */
	border: none;
	color: #D8CFBD; /* $light */
	padding: 10px 5px;
	margin: 0px 0px 5px 0px;
	font-family: 'Cabin', sans-serif;
	outline: none;
}

.Mid-form textarea {
	background-color: #262847; /* $primary */
	border: none;
	color: #D8CFBD; /* $light */
	padding: 10px 5px;
	width: 100%;
	margin: 0px;
	height: 50px;
	font-family: 'Cabin', sans-serif;
	resize: none;
	outline: none;
}

.Mid-form .messagebox {
	float: left;
	width: 35.5%;
}

.Mid-form .contactsubmit {
	float: left;
	width: 35%;
}

.Mid-form .contactsubmit .btn {
	background-color: #000000; /* $dark */
	color: #2A2A2A; /* $secondary */
	margin: 0px 2%;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	padding: 15px 10px 0px 10px;
	border-bottom: solid 5px #FFCD23;
}

.Mid-form .contactsubmit .btn icon {
	float: right;
	color: #D8CFBD; /* $light */
}

.Mid-form .contactsubmit .btn:hover {
	color: #D8CFBD; /* $light */
	border-bottom: solid 5px #D8CFBD; /* $light */
}
/* End Mid Banner */

/* Main Area */
main.main {
	padding: 30px 0 20px 2%;
}

#MainZone {
	float: left;
	clear: left;
	width: 62%;
}

#SideZone {
	float: right;
	clear: right;
	width: 35%;
	padding-top: 10px;
}

.text {
	line-height: 1.5;
	color: #FFFFFF; /* $white */
}

.text a {
	transition: all 0.3s;
}

.text a:hover {
	color: #FFFFFF; /* $white */
}

.text a:hover strong {
}

.text h1 {
	font-size: 1.875em;
	color: #E2DBCE; /* lighten($light,25%) */
	font-weight: 400;
}

.text h1:first-child {
	margin-top: 0;
}

.text h2 {
	color: #A2A6E4; /* adjust($primary,70%,35%,0%) */
	font-weight: normal;
	text-transform: uppercase;
}

.text h3 {
	color: #A2A6E4; /* adjust($primary,70%,35%,0%) */
	font-weight: normal;
	font-size: 22px;
}

.text strong {
	color: #D8CFBD; /* $light */
}

.side header {
	position: relative;
	border-bottom: 6px solid #707070; /* lighten($secondary,33%) */
}

.side h2 {
	font-family: 'Lora', serif;
	text-transform: uppercase;
	color: #FFFFFF; /* $white */
	padding-bottom: 7px;
	position: relative;
	z-index: 2;
	font-weight: 300;
}

.side h2 a {
	color: #FFFFFF; /* $white */
}

header > .squares {
	width: 37px;
	height: 38px;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 0;
	display: none;
}

header > .squares div {
	float: left;
	width: 50%;
	height: 19px;
}

header > .squares .sq1 {
	background-color: #2A2A2A; /* $secondary */
}

header > .squares .sq2 {
	background-color: #262847; /* $primary */
	float: right;
}

header > .squares .sq3 {
	background-color: #000000; /* $dark */
	float: right;
}

.side-nav {
	margin: 0px 0px 30px 0px;
}

.side-nav ul {
	border-top: 2px solid #A6A6A6; /* lighten($dark,65%) */
	margin: 1px 0 0 0;
	padding: 5px 0 0 0;
	list-style: none;
}

.side-nav ul li {
	background-color: #93B7D5;
	color: #58575A;
}

.side-nav ul li {
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
	display: block;
	background-color: #F5F2ED; /* lighten($gray,26%) */
	color: #000000; /* $dark */
	position: relative;
	transition: all 200ms ease-in-out;
	margin-bottom: 2px;
	font-weight: normal;
	background-image: linear-gradient(347deg,#D8CFBD,#F2EEE7); /* $light,$gray */
}

.side-nav ul li > ul {
	border-top: none;
	padding: 0;
}

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

.side-nav ul li.level1 a {
	padding-left: 15px;
}

.side-nav ul li a:hover, .side-nav ul li.selected a {
	color: #FFFFFF; /* $white */
	background-color: #3B3E6E; /* lighten($primary,15%) */
}

.side-nav ul li.level1 a icon {
	font-size: 1.25em;
	color: #7B7B7B;
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -10px;
	opacity: 0;
	transition: right 0.2s ease;
}

.side-nav ul li.level1 a:hover icon, .side-nav ul li.level1.selected a icon {
	opacity: 1;
	right: 8px;
}

.side-nav ul li.level2 {
	margin-bottom: 2px;
}

.side-nav ul li.level2 a {
	padding: 10px 20px 10px 35px;
	background-color: #4F4F4F; /* lighten($dark,31%) */
	color: #D8CFBD; /* $light */
}

.side-nav ul li.level2 a icon {
	font-size: 1.25em;
	color: #D8CFBD; /* $light */
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -10px;
	opacity: 0;
	transition: right 0.2s ease;
}

.side-nav ul li.level2 a:hover, .side-nav ul li.level2.selected a {
	background-color: #2A2A2A; /* $secondary */
	color: #FFFFFF;
	box-shadow: none;
}

.side-nav ul li.level2 a:hover icon, .side-nav ul li.level2.selected a icon {
	opacity: 1;
	right: 8px;
}

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

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

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

.blog {
}

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

.blog .feed a:hover {
	color: #000000; /* $dark */
	background-color: transparent;
}

.blog .feed:hover {
	background-color: #A3A2A5;
	color: #58575A;
}

.blog .info {
	overflow: hidden;
}

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

.blog .date .month {
	float: left;
	padding: 5px 3px;
	background-color: #2A2A2A; /* $secondary */
	width: 50%;
	color: #FFFFFF;
}

.blog .feed a:hover .date .month {
}

.blog .date .day {
	float: left;
	padding: 5px 3px;
	background-color: #000000; /* $dark */
	width: 50%;
	color: #D8CFBD; /* $light */
}

.blog .date .year {
	float: left;
	padding: 5px 3px;
	background-color: #16182A; /* darken($primary,41%) */
	color: #000000; /* $dark */
	clear: both;
	width: 100%;
}

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

.blog .feed-text .blogtitle {
	color: #262847; /* $primary */
}

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

.blog a:hover .feed-text .blogtitle {
}

.blog .feed-text .snippet {
	color: #000000; /* $dark */
	margin: 5px 0 0 0;
	display: none;
}

.contact-form-wrap {
	padding: 15px 0 0;
	margin-top: 1px;
	border-top: 2px solid #A6A6A6; /* lighten($dark,65%) */
}

.contact-form {
	background-color: #D8CFBD;
	padding: 20px 5% 12px;
	background-repeat: repeat;
	background-position: top right;
}

.contact-form p {
	font-weight: normal;
	color: #0D0F29;
	margin: 0 0 1em;
	font-size: 16px;
	font-family: 'Alegreya Sans', sans-serif;
}

.contact-form p span {
	display: block;
	color: #D8CFBD; /* $light */
}

.contact-form h3 {
}

.contact-form input, .contact-form textarea {
	width: 100%;
	padding: 1.5%;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1em;
	border: none;
	box-shadow: 1px 1px 4px -2px #000;
	margin-bottom: 2px;
	outline: none;
}

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

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

.contact-form .btn {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	transition: all 200ms ease-in-out;
	background-color: #262847;
	color: #FFFFFF;
}

.contact-form .btn:hover {
	background-color: #58575A;
	color: #FFFFFF; /* $white */
}

.contact-form .btn icon {
	font-size: 1.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -12px;
	color: #F2EEE7; /* $gray */
}

.awards {
}

.awards ul {
	padding: 0;
	margin: 1px 0 0 0;
	width: 100%;
	list-style: none;
	text-align: center;
	border-top: 2px solid #A6A6A6; /* lighten($dark,65%) */
	border-left: 1px solid #A6A6A6; /* lighten($dark,65%) */
}

body.sub .awards ul li {
	float: left;
	text-align: center;
	margin: 0;
	padding: 10px 3% 0;
}

body.sub .awards ul li img {
	max-height: 100px;
	vertical-align: middle;
	min-height: 65px;
}

.awards ul li {
	margin-bottom: 12px;
}

.side-content > div, .side-content,  .side-content object {
	width: 100%!important;
	max-width: 100%!important;
	height: 100%!important;
	max-height: 235px!important;
}

#ContactMap {
	width: 450px;
	height: 450px;
	margin: 0 auto;
}

#ContactMap, #ContactMap  img {
	max-width: 450px;
	width: 100%!important;
	height: auto!important;
}

#SideFeed.side-nav {
	margin: 20px 0;
}

.side-nav .btn {
	display: block;
	background-color: #D8CFBD;
	color: #000000;
	text-align: center;
	clear: both;
	padding: 10px 0;
	margin: 10px 5% 10px 0;
	transition: 0.5s ease;
}

.side-nav .btn:hover {
	background-color: #262847;
	color: #FFFFFF;
}

.side-nav.test-feed .author {
	color: #000000; /* $dark */
}

#HomeVideo {
	margin-right: 5%;
}

.side-feed.side-nav li a > div {
	width: 30%;
	height: 80px;
	margin-right: 10px;
	background-size: cover;
	background-position: center;
	float: left;
	max-width: 100px;
}

.reviews article icon {
	background-color: #2A2A2A; /* $secondary */
	padding: 5px;
	border-radius: 5px;
}

.reviews article a:hover {
	text-decoration: none;
}

.side-feed.side-nav li h3 {
	color: #000000; /* darken($dark,50%) */
	font-size: 15px;
}

.side-feed.side-nav.test-feed li {
	margin: 10px 0;
	padding: 10px;
}

.side-feed.side-nav.test-feed li span {
	width: 70%;
}

.side-feed.side-nav li icon {
	font-size: 60px;
	float: left;
	background-color: #262847; /* $primary */
	padding: 5px;
	color: #2A2A2A; /* $secondary */
}

.side-feed.side-nav li span {
	color: #000000; /* $dark */
	font-size: 15px;
	float: right;
	width: 65%;
}

.side-feed.side-nav li:hover {
	background-color: #000000; /* $dark */
}

.side-feed.side-nav li:hover h3 {
	color: #D8CFBD; /* $light */
}

.side-feed.side-nav li:hover span {
	color: #2A2A2A; /* $secondary */
}

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

.side-feed.side-nav ul {
}
/* End Main Area */

/* Blog Styles */
ul.post-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

ul.post-list > li .category a {
	color: #000000; /* $dark */
}

ul.post-list > li .category a:hover {
	color: #FFFFFF;
}

ul.post-list > li, #BlogEntry {
	display: block;
	padding: 1px 2% 15px;
	margin-bottom: 10px;
	background-color: #D8CFBD; /* $light */
	border: solid 3px #2A2A2A; /* $secondary */
	border-radius: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	width: 100%;
}

#BlogEntry {
	padding: 0;
}

#BlogEntry h4 {
	color: #262847; /* $primary */
}

#BlogEntry .pad {
	padding: 10px 2% 15px;
	display: block;
}

ul.post-list > li .category {
	display: block;
	background-color: #262847; /* $primary */
	padding: 10px;
	color: #FFFFFF;
	margin-top: 10px;
}

.blog > nav {
	display: block;
	padding: 10px 2%;
	background-color: #262847; /* $primary */
	color: #FFFFFF;
}

.blog > nav a {
	color: #2A2A2A; /* $secondary */
}

.blog > nav a:hover {
	color: #FFFFFF;
}

.blog > nav icon {
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 5px;
	color: #2A2A2A; /* $secondary */
}

.blog > nav .blog-nextprev a {
	color: #FFFFFF;
}

.blog > nav .blog-nextprev a:hover {
	color: #2A2A2A; /* $secondary */
}

ul.post-list .upper {
	border-bottom: solid 1px #262847; /* $primary */
	margin-bottom: 10px;
}

.blog .content, .blog-system .content {
	display: block;
	margin-bottom: 10px;
}

ul.post-list > li h2, ul.post-list > li h4 {
	margin: 10px 0;
	padding: 0;
}

ul.post-list > li h4 {
	font-size: .9em;
	margin-bottom: 8px;
	color: #262847; /* $primary */
}

ul.post-list > li h4 span.bars {
	top: -2px;
	position: relative;
}

ul.social-icons {
	display: table;
	width: auto;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.side-nav ul.social-icons {
	width: 100%;
	float: none;
}

ul.social-icons li {
	display: table-cell;
}

html.no-display-table ul.social-icons li {
	display: block;
	float: left;
}

ul.social-icons li a {
	display: block;
	margin-right: 5px;
}

.side-nav ul.social-icons li a {
	background-color: transparent;
	box-shadow: none;
	padding: 5px 0;
	text-align: center;
	margin: 5px 0;
}

ul.social-icons icon {
	background-color: #1D5585;
	color: #fff;
	padding: 5px;
	transition: .25s ease;
	outline: none;
}

.side-nav ul.social-icons .addthis_button_facebook icon {
	background-color: #3C57A2;
}

.side-nav ul.social-icons .addthis_button_twitter icon {
	background-color: #00A8E8;
}

.side-nav ul.social-icons .addthis_button_google icon {
	background-color: #DD4B38;
}

.side-nav ul.social-icons .addthis_button_email icon {
	background-color: #2F70B0;
}

.side-nav ul.social-icons li a icon {
	position: static;
	opacity: 1;
	margin: 0;
	background-color: #000000; /* $dark */
}

ul.social-icons icon:hover {
	background-color: #2A2A2A; /* $secondary */
}

.side-nav ul.social-icons li a icon:hover {
	background-color: #000000; /* $dark */
}

ul.post-list a.More {
	float: right;
	display: block;
	text-align: center;
	padding: 0 25px;
	background-color: #000000; /* $dark */
	color: #fff;
	margin: -3px 0 0;
	transition: .5s ease;
}

ul.post-list a.More:hover {
	background-color: #2A2A2A; /* $secondary */
	color: #262847; /* $primary */
}

div.blog div.end a.video {
	text-decoration: none;
}

div.blog div.end a.video:hover span {
	text-decoration: underline;
}

div.blog div.end div.comments {
	line-height: 32px;
	padding-right: 8px;
}

div.blog.comment {
	background-color: #D8CFBD; /* $light */
	margin-top: 20px;
}

div.blog div.separator {
	height: 10px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 7px;
	clear: both;
}

div.blog div.addcomment textarea {
	width: 98%;
	height: 100px;
	margin-bottom: 14px;
	margin-top: 18px;
}
/* End Blog Styles */

/* Results System Styles */
.case-sys {
}

.case-sys select {
	border: solid 2px #262847 !important; /* $primary */
	padding: 3px 25px 3px 10px;
	margin: 0 0 0 10px;
	background-color: #FFFFFF !important;
	color: #888888 !important;
	outline: none;
	line-height: 1.4em !Important;
}

.case-sys .select {
	position: relative;
}

.case-sys .select:after {
	content: '\E975';
	font-family: 'icomoon-ult';
	display: block;
	position: absolute;
	font-size: 22px;
	color: #2A2A2A; /* $secondary */
	top: 0px;
	right: 3px;
	pointer-events: none;
}

.case-sys article {
	display: block;
	padding: 10px 2%;
	background-color: #D8CFBD; /* $light */
	border: solid 3px #2A2A2A; /* $secondary */
	border-radius: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	width: 100%;
	margin-top: 10px;
}

.case-sys h2 {
	color: #262847; /* $primary */
	text-transform: none;
}

.case-sys h2 span {
	color: #000000; /* $dark */
}

.case-sys span {
}

.case-sys .result {
	color: #000000; /* $dark */
}

.case-sys p {
	margin: 10px 0;
}
/* End Results System Styles */

/* Start Video Styles */
div.video div.item {
	margin: 1%;
	width: 100%;
	color: #fff;
}

div.video div.item > a {
	color: #FFFFFF;
	display: block;
	padding: 10px;
	background-color: #262847; /* $primary */
	border: solid 3px #2A2A2A; /* $secondary */
	transition: .75s ease;
	border-radius: 3px;
	line-height: 1.2em;
	text-decoration: none !important;
}

div.video div.item a:hover {
	text-decoration: none !important;
	background-color: #000000; /* $dark */
}

div.video h2 {
	padding-left: 6px;
	color: #A5A9E5;
}

div.video div.item h3 {
	color: #A5A9E5;
	font-weight: 600;
}

div.video div.item span {
	color: #C8C8C8;
}

div.video div.end {
	border-bottom: dotted 1px #CCCCCC;
	padding-top: 10px;
	margin-bottom: 18px;
	clear: both;
}

div.video div.player {
	padding-bottom: 13px;
	position: relative;
	clear: both;
}

div.video-shadow {
	height: 13px;
	width: 196px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background: url(/Shared/videovault/theme/video_sprite.png) no-repeat 0px 0px;
}

* html div.video-shadow {
	display: none;
}

div.video-shadow.left {
	left: 0px;
	background-position: left bottom;
}

div.video-shadow.right {
	right: 0px;
	background-position: right bottom;
}

div.video div.caption {
	margin-top: 8px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 4px;
}
/* End Start Video Styles */

/* Review System Styles */
.reviews {
}

.reviews article {
	display: block;
	padding: 0;
	border-radius: 0;
	width: 98%;
	position: relative;
	margin: 1%;
}

.reviews article:nth-child(even) {
	clear: left;
}

.reviews.single article {
	width: 100%;
	float: none;
}

.reviews article > * {
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.reviews article .quote {
	padding: 20px 20px;
	background-color: #262847; /* $primary */
	border-radius: 5px;
	position: relative;
}

.reviews article .quote:after {
	content: ' ';
	width: 0;
	height: 0;
	bottom: -50px;
	right: 22%;
	position: absolute;
	border-top: solid 60px transparent;
	border-bottom: solid 60px transparent;
	border-right: solid 60px #262847; /* $primary */
}

.reviews.single article .quote {
}

.reviews article .c-info {
	padding: 5px 20px 5px;
	color: #2A2A2A; /* $secondary */
	border-radius: 0px 8px 8px 8px;
	margin-top: 10px;
	text-align: center;
	line-height: 1.4em;
	background-color: #000000; /* $dark */
	float: right;
}

.reviews article h1 {
	margin: 0;
}

.reviews article h1 a {
	color: #2A2A2A; /* $secondary */
	font-size: 20px;
}

.reviews article h1:hover a {
	color: #D8CFBD; /* $light */
}

.reviews article p {
	margin: 10px 0 10px;
	color: #FFFFFF;
}

.reviews article div > span {
	color: #FFFFFF;
}

.reviews article div > span span {
	color: #2A2A2A; /* $secondary */
}

.reviews .share {
}

.reviews .share span {
	margin-right: 10px;
}

.reviews .share a {
}

.reviews .share a icon {
	display: inline-block;
	background-color: #888888;
	padding: 5px;
	color: #262847; /* $primary */
	margin: 0 0 0 5px;
	transition: .5s;
}

.reviews .share a icon:hover {
	background-color: #000000; /* $dark */
	color: #D8CFBD; /* $light */
}

span.rating span.stars.rating3 {
	width: 72px;
}

span.rating span.stars.rating35 {
	width: 84px;
}

span.rating span.stars.rating4 {
	width: 96px;
}

span.rating span.stars.rating45 {
	width: 108px;
}

span.rating span.stars.rating5 {
	width: 120px;
}

div.clientreviews div.clientrating {
	font-size: 16px;
	margin-top: 15px;
}

div.addreview {
	background: #DDDDDD;
	padding: 20px;
	border: solid 1px #ccc;
}

div.addreview td {
	vertical-align: top;
	padding: 2px 8px 2px 0px;
	text-align: right;
}

div.reviews.addreview span.textlight {
	font-size: 12px;
}

div.addreview h3 {
	border-bottom: dashed 1px #ccc;
	margin-bottom: 10px;
}

div.addreview div.auth a {
	margin-top: 10px;
}

div.addreview input, div.addreview select {
	display: block;
	outline: none;
}

div.reviews div.thankyou {
	background-color: #7D7D7D;
	color: #FFFFFF;
	padding: 10px;
}

.webwidget_rating_simple {
	padding: 0px  !important;
	margin: 0px !important;
}

.webwidget_rating_simple li {
	line-height: 0px;
	width: 24px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	list-style: none;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.webwidget_rating_simple li span {
	display: none;
}
/* End Review System Styles */

/* Accolades */
.Accolade-list {
	display: block;
	width: 100%;
	vertical-align: top;
	padding: 10px 0%;
	text-align: center;
	box-shadow: inset 0px 0px 10px 5px #FFFFFF;
	-webkit-animation: accanimate 40s linear infinite;
	animation: accanimate 40s linear infinite;
}

@-webkit-keyframes accanimate {
	0% { background-position: -1041px, 50%; }
	100% { background-position: 0px, 50%; }
}

@-moz-keyframes accanimate {
	0% { background-position: -1041px, 50%; }
	100% { background-position: 0px, 50%; }
}

@-o-keyframes accanimate {
	0% { background-position: -1041px, 50%; }
	100% { background-position: 0px, 50%; }
}

@keyframes accanimate {
	0% { background-position: -1041px, 50%; }
	100% { background-position: 0px, 50%; }
}

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

.Accolade-list ul li {
	display: table-cell;
	vertical-align: middle;
	border-right: solid 1px rgba(90,90,90,0.3);
	padding: 0px 2%;
}

body.sub .Accolade-list ul li {
	display: block;
	padding: 10px 0px;
	border-right: none;
}

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

.Accolade-list ul li img {
	max-width: 100%;
	max-height: 80px;
	padding: 0px 2%;
}

#AccoladeZone {
	clear: both;
}
/* End Accolades */

/* Footer */
.footer {
	background-color: #262847; /* $primary */
	box-shadow: inset 0px 0px 300px 80px;
	background-image: url(/images/FooterBG.jpg);
}

.footer-address {
	color: #D8CFBD; /* $light */
	padding: 30px 0 0;
}

.footer .third {
	text-align: center;
}

.footer-address h2 {
	font-weight: normal;
	color: #F2EEE7; /* $gray */
	text-transform: uppercase;
	font-size: 1em;
}

.footer-address h3 {
	font-size: 0.75em;
	font-weight: normal;
	text-transform: uppercase;
}

.footer-address .address-info {
	font-size: 0.75em;
	text-transform: uppercase;
}

.footer-logo {
	position: relative;
}

.footer-address .phone-info {
	float: none;
	display: block;
	width: 100%;
	top: 0;
}

.footer-address .phone-info .call {
	text-transform: uppercase;
	color: #D8CFBD; /* $light */
	margin-right: 8px;
}

.footer-address .phone {
	color: #F2EEE7; /* $gray */
	font-size: 1.75em;
	font-weight: 500;
}

.footer-address  .social-footer {
	overflow: hidden;
	padding: 5px 3% 3px;
	margin: 5px 0 0px;
	color: #D8CFBD; /* $light */
}

html.no-rgba .footer-address  .social-footer {
	background-color: #16182A; /* darken($primary,41%) */
}

.footer-address  .social-footer .follow {
	float: none;
	display: block;
	line-height: 1.2em;
	color: #D8CFBD; /* $light */
}

.footer-address ul.social {
	padding: 0;
	margin: 10px 0 0 5px;
	list-style: none;
}

.footer-address ul.social li {
	display: inline-block;
	zoom: 1;
	font-size: 0.875em;
	margin-right: 8px;
}

.footer-address ul.social li a {
	color: #D8CFBD; /* $light */
	line-height: 25px;
	display: block;
}

.footer-address ul.social li a:hover {
}

.footer-address ul.social li a icon {
	color: #262847; /* $primary */
	background-color: #A5A9E5;
	border-radius: 3px;
	padding: 4px 2px 2px;
	font-size: 1.25em;
	margin-right: 5px;
}

.footer-address ul.social li a:hover icon {
	background-color: #D8CFBD; /* $light */
	color: #262847; /* $primary */
}

.footer-address ul.social li a span {
	position: relative;
	top: -3px;
}

.footer-menu {
	border-top: 10px solid #2A2A2A; /* $secondary */
	text-align: center;
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	background-color: #F2EEE7; /* $gray */
	background-image: linear-gradient(to bottom,#FFFFFF,#D5C5AB);
}

.footer-menu a {
	color: #000000; /* $dark */
	text-transform: uppercase;
	display: block;
	padding: 10px;
	text-shadow: 0 1px 0 #F2EEE7; /* $gray */
	font-weight: 600;
	font-size: 14px;
}

.footer-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px auto;
	width: 100%;
}

.footer-menu ul li {
	display: inline-block;
	padding: 5px 10px;
}

.footer-menu a:hover {
	color: #7B7B7B;
	text-shadow: 0 1px 0 #F2EEE7;
}

.disclaimer {
	padding: 15px 2%;
	color: #D8CFBD; /* $light */
}

hmtl.no-rgba .disclaimer {
	background-color: #0F101C; /* darken($primary,61%) */
}

.disclaimer a {
	color: #FFFFFF; /* $white */
}

.disclaimer a:hover {
	color: #D8CFBD; /* $light */
}

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

.disclaimer .bottom {
	font-size: 0.813em;
}
/* End Footer */

/* Case Eval Form */
.case-eval {
	padding: 15px 15px;
	background-color: #D8CFBD;
	border: solid 4px #2A2A2A;
	box-shadow: inset 0 0 2px rgba(0,0,0,0.5), 0 0 1px rgba(255,255,255,0.5);
	display: block;
	width: 100%;
}

.case-eval input, .case-eval textarea {
	background-color: rgba(0,0,0,0.451);
	border: none !important;
	display: block;
	margin: 0 .5% 10px;
	float: left;
	height: 33px;
	width: 49%;
	padding: 6px 10px;
	box-shadow: 1px 1px rgba(255,255,255,0.1), inset 1px 1px 1px rgba(0,0,0,0.1);
	color: #FFFFFF;
	font-size: 15px;
	outline: none;
	border-radius: 0;
}

html.no-rgba .case-eval input, html.no-rgba .case-eval textarea {
	background-color: #DB723E;
}

.case-eval textarea {
	height: 60px;
	resize: none;
	width: 99%;
}

.case-eval a.Btn {
	line-height: 2em;
	width: 99%;
	margin-left: .5%;
	padding: 0;
	background-color: #262847;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	transition: .5s;
	text-transform: uppercase;
	display: inline-block;
	height: auto;
	cursor: pointer;
}

.case-eval.sys-eval a.Btn {
	width: 32.33%;
	line-height: 60px;
}

.case-eval a.Btn:hover {
	background-color: #2A2A2A;
}

html.no-rgba .case-eval a.Btn:hover {
	background-color: #17446A;
}

@media (max-width:400px) {
	.case-eval input, .case-eval textarea {
		width: 99%;
		float: none;
	}
}
/* End Case Eval Form */

/* Mobile Menu */
#MobileNavZone .imenuitem, #MobileNavZone {
	display: none;
}

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

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: rgba(38,40,71,0.97); /* alpha($primary,97%) */
	text-align: left;
	z-index: 99;
	top: 100%!important;
}

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

div.imenuitem {
	color: #D8CFBD; /* $light */
	font-size: 15px;
	border-bottom: solid 1px #D8CFBD; /* $light */
}

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

/* SVG Fonts */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 300;
		font-style: italic;
		src: url('/fonts/alegreyasans-thinitalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 300;
		font-style: normal;
		src: url('/fonts/alegreyasans-thin-webfont.svg') format('svg');
	}
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 500;
		font-style: italic;
		src: url('/fonts/alegreyasans-blackitalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 500;
		font-style: normal;
		src: url('/fonts/alegreyasans-black-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 700;
		font-style: italic;
		src: url('/fonts/alegreyasans-bolditalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 700;
		font-style: normal;
		src: url('/fonts/alegreyasans-bold-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 800;
		font-style: italic;
		src: url('/fonts/alegreyasans-extrabolditalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 800;
		font-style: normal;
		src: url('/fonts/alegreyasans-extrabold-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 400;
		font-style: italic;
		src: url('/fonts/alegreyasans-italic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 300;
		font-style: italic;
		src: url('/fonts/alegreyasans-lightitalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 500;
		font-style: italic;
		src: url('/fonts/alegreyasans-mediumitalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Alegreya Sans';
		font-weight: 500;
		font-style: normal;
		src: url('/fonts/alegreyasans-medium-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin';
		font-weight: 700;
		font-style: normal;
		src: url('/fonts/cabin-bold-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin';
		font-weight: 700;
		font-style: italic;
		src: url('/fonts/cabin-bolditalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin';
		font-weight: 400;
		font-style: italic;
		src: url('/fonts/cabin-italic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin';
		font-weight: 500;
		font-style: italic;
		src: url('/fonts/cabin-mediumitalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin';
		font-weight: 500;
		font-style: normal;
		src: url('/fonts/cabin-medium-webfont.svg') format('svg');
	}
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin';
		font-weight: 600;
		font-style: italic;
		src: url('/fonts/cabin-semibolditalic-webfont.svg') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Cabin';
		font-weight: 600;
		font-style: normal;
		src: url('/fonts/cabin-semibold-webfont.svg') format('svg');
	}
}
/* End SVG Fonts */

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

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

@media (max-width: 1100px) {
	.nav-area {
		padding: 0 1%;
	}

	.search {
		right: 1%;
	}

	.masthead .tagline {
		display: none;
	}

	#SlideZone {
		background-position: 50% 0;
	}

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

@media (max-width:1010px) {
	.phone-info {
		top: 0;
	}

	.phone-info .call {
	}

	.phone-info {
	}

	.cta-list ul li h2 {
		font-size: 1em;
	}

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

	.mid-banner .info p {
		font-size: 1.75em;
	}
}

@media (max-width:990px) {
	.search {
		display: none;
	}

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

	.slide-tagline h4 {
		font-size: 2em;
	}

	.home-lists ul {
		width: 50%;
		padding: 0;
	}
}

@media (max-width:920px) {
	.mid-banner.info-test .imgtext {
		float: none;
		padding-top: 0;
		text-align: center;
		display: block;
		width: auto;
	}

	.mid-banner.info-test .imgbtn {
		float: none;
		width: auto;
		text-align: center;
		display: block;
	}

	.mid-banner.info-test .imgbtn img {
		display: none;
	}

	#SlideZone {
		background-position: 60% 0%;
	}

	.slide-tagline {
		padding: 0;
	}

	div.slide div.info h2 {
		margin: 120px 50px 20px;
	}

	div.slide div.info p {
		margin: 0 50px;
		width: 69%;
	}
}

@media (max-width:890px) {
	.mid-banner .info {
		position: relative;
	}

	.mid-banner img {
		display: none;
	}

	.mid-banner .testimonialdisplay {
		text-align: center;
		float: none;
		width: auto;
	}

	.mid-banner .midbannervar-1 .info .btn {
		position: relative;
		margin: 10px auto 20px auto;
		padding: 10px 5%;
		width: 30%;
	}

	.mid-banner .info p {
		top: auto;
		left: auto;
		padding: 5px 3%;
	}

	.mid-banner .midbannervar .info .btn {
		bottom: 10px;
	}

	.testimonialdisplay .quote {
		width: 100%;
		padding: 10px 0px;
	}

	.animation .prev, .animation .next {
		display: none!important;
	}
}

@media (max-width:840px) {
	.cta-list {
		display: block;
	}

	.cta-list, .cta-list ul, .cta-list ul li {
		display: block;
	}

	.cta-list ul li {
		float: left;
		border-bottom: 1px solid #C4C4C4; /* lighten($dark,77%) */
	}

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

	.cta-list ul li:nth-child(even):after {
		display: none;
	}

	.cta-list ul li a {
		min-height: 120px;
	}

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

	.Accolade-list ul li {
		width: 50%;
		display: inline;
		border: none;
	}

	body.sub .Accolade-list ul li {
		display: inline;
	}

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

	.mid-banner .info p {
		font-size: 2.25em;
		text-align: center;
	}

	.mid-banner .info p span {
		display: inline;
	}

	.contact-form .button {
		text-align: left;
	}

	.Mid-form header {
		width: auto;
		float: none;
		padding: 10px 2% 0px 2%;
	}

	.Mid-form .contact-form-wrap {
		float: none;
		width: 100%;
		padding: 0px 0% 0px 2%;
	}

	.Mid-form input {
		width: 100%;
	}

	.Mid-form .contact-form-wrap>div {
		width: 32%;
	}

	.Mid-form .messagebox {
		width: 96%;
		margin-left: 2%;
	}

	.Mid-form textarea {
		width: 100%;
	}

	.Mid-form .contactsubmit {
		width: 96%;
	}

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

	body.sub #CTAWrap {
		display: none;
	}

	body.sub #LowerCTAWrap {
		display: block;
	}

	.mid-banner.testimonialdisplay {
	}

	.mid-banner.testimonialdisplay img {
		display: none;
	}

	.testimonialdisplay .quote {
		width: 94%;
		margin: 10px auto;
	}

	.mid-banner .midbannervar .info .button {
		display: none;
	}

	.mid-banner .info {
		height: 100%;
		top: 0;
		padding-bottom: 1.78%;
		padding-top: 1%;
		position: relative;
	}

	.testimonialdisplay .author {
		text-align: center;
	}
}

@media (max-width:790px) {
	body {
	}

	#TopZone {
		background-image: url(/images/repeating-patterns/noise2.png),radial-gradient(to bottom,#595959,#000000);
		background-color: #000000; /* $dark */
	}

	nav.top-nav, .espanol, .tagline {
		display: none;
	}

	.phone-info {
		top: 0;
		width: auto;
		text-align: center;
	}

	.masthead {
		padding: 8px 1.5%;
	}

	.masthead .logo {
		position: relative;
		top: 5px;
		width: 330px;
	}

	.phone-info .call {
		display: none;
	}

	ul.MobileBtns {
		display: table;
	}

	.animation {
		height: 396px;
	}

	.animation .squares {
		width: 214px;
		height: 214px;
	}

	.animation .squares div {
		height: 107px;
	}

	.animation .prev, .animation .next {
		width: 107px;
		height: 107px;
		padding: 21px 21px 22px 22px;
		font-size: 4em;
	}

	.animation .next {
	}

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

	#MidBannerZone {
		display: none;
	}

	.mid-banner img {
		width: 125px;
	}

	.mid-banner .info p {
		font-size: 1.25em;
		float: none;
	}

	.mid-banner .midbannervar .info .button {
		top: 20px;
		padding-left: 30px;
	}

	.footer {
		background-image: none;
	}

	.footer-menu, .footer-logo {
		display: none;
	}
}

@media (max-width:750px) {
	.phone-info {
		clear: both;
		width: 100%;
		text-align: center;
	}

	.masthead .phone-info .call {
	}

	.masthead .logo {
		text-align: center;
		float: none;
		display: block;
		width: 100% !important;
	}

	.masthead .logo img {
		max-width: 300px;
	}

	#MainZone, #SideZone, .footer .third {
		width: 98%;
		float: none;
		margin: 0px 1%;
	}

	#SideNavigation {
		display: none;
	}

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

	.footer-logo {
		top: 0;
	}

	.footer-address .social-footer .follow, .footer-address ul.social {
		float: none;
		display: inline-block;
	}

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

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

	.footer-menu a {
		padding: 0;
	}

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

	.awards ul {
		overflow: hidden;
		padding-top: 12px;
		text-align: center;
		letter-spacing: -4px;
	}

	.awards ul li {
		width: 31%;
		min-height: 165px;
		display: inline-block;
		vertical-align: middle;
		margin: 0 1%;
	}

	.hidecontent {
		display: none;
	}

	#PSpotlight1 {
		display: none;
	}
}

@media (max-width:700px) {
	.content-cta.two {
		display: block;
		border-spacing: 0;
		margin-left: 0;
		margin: 0;
		width: 100%;
	}

	.content-cta.two li {
		width: 100%;
		display: block;
		margin: 15px 0;
	}

	.content-cta.two li br {
		display: none;
	}
}

@media (max-width:630px) {
	div.imenupanel {
	}

	#TopArea {
	}

	body {
	}

	.animation {
		height: 296px;
	}

	#SlideZone {
		background-position: 63% 10%;
	}

	div.slide .button {
		width: 60%;
		left: 20%;
	}

	div.slide div.info h2 {
		margin: 80px 40px 20px;
	}

	.slide-tagline h4 {
		font-size: 1em;
		line-height: 1;
		padding: 10px 0;
	}

	div.slide div.info p {
		margin: 0 40px;
		font-size: 18px;
		background-color: rgba(0,0,0,0.8); /* alpha($dark,80%) */
	}

	.mid-banner .info h2 {
		font-size: 1.75em;
	}

	.animation .squares {
		display: none;
	}

	.animation .prev, .animation .next {
		bottom: 20px;
		background-color: rgba(38,40,71,0.7); /* alpha($primary,70%) */
		height: 40px;
		width: 40px;
		display: block;
		top: auto;
		font-size: 30px;
		padding: 1%;
	}

	.animation .prev {
		left: 0;
	}

	.animation .next {
		right: 0;
	}

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

	.cta-list ul.items4 li, .cta-list ul.items3 li {
		width: 100%;
	}

	.cta-list ul li > a {
		min-height: 0;
	}

	.mid-banner .info p {
	}

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

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

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

	.content-cta.one, .content-cta.three {
		padding: 20px;
		text-align: center;
	}

	.content-cta img {
		display: none;
	}
}

@media (max-width: 520px) {
	.sub .cta-list ul li {
		display: none;
	}

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

	.footer-logo {
		padding: 0 1.5%;
	}

	.mid-banner .info p {
	}

	#SlideZone {
		background-position: 50%;
	}

	.slide .info {
		width: 100%;
		right: auto;
	}

	div.slide div.info h2 {
		font-size: 1.4em;
		margin: 80px auto 10px;
		width: 100%;
		background-color: rgba(38,40,71,0.9); /* alpha($primary,90%) */
	}

	div.slide div.info p {
		margin: 0 auto;
		width: 100%;
	}

	#BlogFeed {
		display: none;
	}

	.mid-banner img {
		float: left;
		right: auto;
		left: 15px;
	}

	.awards ul li {
		min-height: 0;
	}

	.footer-address .social-footer .follow {
		margin-bottom: 5px;
	}

	.mid-banner .info .button {
		min-width: 50%;
	}

	ul.post-list a.More {
		display: table;
		float: none;
	}

	div.footer-logo.third img {
		max-width: 90%;
	}

	.footer-menu ul li {
		display: block;
	}

	div.slide div.info h2 span {
		display: block;
	}

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

	body.sub #LowerCTAWrap {
		display: none;
	}

	.Mid-form .contact-form-wrap>div {
		width: 98%;
	}

	.phone-info {
		display: none;
	}

	.home-lists ul,.pa-lists ul {
		width: 100%;
		margin: 0 auto;
	}
}

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

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

.side-nav ul li a {
	text-transform: uppercase;
	display: block;
	color: #000000; /* $dark */
	position: relative;
	transition: all 200ms ease-in-out;
	padding: 10px 20px 10px 15px;
	font-size: 14px;
}

#assoclogos {
	height: 129px; /* This should be about the same height as the image */
	-webkit-animation: acclogos 60s linear infinite;
	animation: acclogos 60s linear infinite;
	background-image: url(/images/assoclogos.png);
	background-repeat: repeat-x;
}

@-webkit-keyframes acclogos {
	0% { background-position: -1231px 50%; /* Same pixel as image width */ }
	100% { background-position: 0px 50%; }
}

@-moz-keyframes acclogos {
	0% { background-position: -1231px 50%; /* Same pixel as image width */ }
	100% { background-position: 0px 50%; }
}

@-o-keyframes acclogos {
	0% { background-position: -1231px 50%; /* Same pixel as image width */ }
	100% { background-position: 0px 50%; }
}

@keyframes acclogos {
	0% { background-position: -1231px 50%; /* Same pixel as image width */ }
	100% { background-position: 0px 50%; }
}
