/* General Site Styles */
html {
}

body {
	background: #ffffff;
	margin: 0px;
	font-family: 'Open Sans',sans-serif;
	padding: 0;
	font-size: 18px;
}

.fixed-bg {
	background-attachment: fixed;
}

.swap-panel {
	text-align: center;
}

.swap-panel > * {
	padding: 3em 0;
}

.swap-panel header {
	margin-bottom: 1.8em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.5em;
	font-family: 'Trajan Pro',serif;
}

.content h1, .content h2, .content h3, .content h4 {
	margin: 15px 0;
	line-height: 1.2em;
}

h1, .swap-panel header h2 {
	color: #343434;
	font-weight: bold;
	font-size: 2.2rem;
}

.content h1 {
	font-size: 42px;
	color: #2C4365;
}

h2 {
	font-size: 1.7em;
	color: #1D88CB;
}

.content h2 {
	font-size: 25px;
	text-transform: uppercase;
}

h3 {
	font-size: 1.5em;
	color: #1D88CB;
}

.content h3 {
	font-size: 25px;
	text-transform: uppercase;
}

h4 {
	font-size: 1.3em;
	color: #BCAB8E; /* $secondary */
	font-weight: bold;
}

.content h4 {
	font-size: 24px;
}

.dark {
	color: #FFFFFF;
}

.dark h1, .dark header h2 {
	color: #FFFFFF;
}

.dark h2, .dark h3 {
	color: #1D88CB; /* $primary */
}

.dark p {
	color: #FFFFFF;
}

.light {
	color: #2F2F2F; /* $dark */
}

.light h1, .light header h2 {
	color: #2C4365;
}

.light h2, .light h3 {
}

.light .contact-form input, .light .contact-form textarea {
	color: #FFFFFF; /* $light */
	background-color: #1D88CB; /* $primary */
	box-shadow: inset 0 1px 3px rgba(255,255,255,0.3), 0 2px 4px rgba(0,0,0,0.5);
	border: none;
}

a {
	text-decoration: none;
	color: #1D88CB; /* $primary */
	display: inline-block;
}

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

a.phone-link {
	cursor: default;
}

.content a {
	display: inline-block;
}

.main-content a {
	display: inline;
}

.sub .main-content p {
	text-align: left;
	font-size: .9em;
	line-height: 1.7em;
}

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

.content ul, .content-format ul {
	list-style: disc;
	margin: 1em 0;
	padding-left: 40px;
	text-align: left;
	font-size: .9em;
	line-height: 1.8em;
}

.content li > ul, .content-format li > ul {
	margin: 0;
}

.btn {
	display: inline-block;
	padding: .5em 3em;
	font-size: 1.1em;
	color: #FFFFFF; /* $light */
	text-transform: uppercase;
	background-color: #1D88CB;
	box-shadow: inset 0 1px 3px rgba(255,255,255,0.3), 1px 2px 2px rgba(0,0,0,0.8);
	transition: .5s;
	font-family: 'Oswald',sans-serif;
	font-weight: 300;
}

.btn:hover, a:hover .btn {
	background-color: #11527A; /* darken($primary,40%) */
	color: #FFFFFF; /* $light */
}

.text-highlight {
	display: block;
	margin: 15px auto;
	text-align: center;
	background-color: #1D88CB; /* $primary */
	color: #FFFFFF; /* $light */
	font-weight: bold;
	transition: .5s;
}

.text-highlight > div {
	padding: .75em 1em;
	display: block;
}

.text-highlight h3 {
	text-transform: none;
	color: #2F2F2F; /* $dark */
	margin: 0;
}

.text-highlight h3 .highlight {
	color: #FFFFFF; /* $light */
}

.text-highlight p {
	margin: 0;
}

a:hover .text-highlight {
	background-color: #176DA2; /* darken($primary,20%) */
}

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

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

.half {
	width: 48%;
}

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

.main {
	max-width: 1100px;
	width: auto;
	margin: 0px auto;
	position: relative;
	padding-left: 1%;
	padding-right: 1%;
}

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

.full {
	min-width: 320px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding-left: 1%;
	padding-right: 1%;
}

html.no-canvas .main {
	width: 1080px;
}

html.no-canvas .full {
	width: 1080px;
}

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

.Site-Map .content {
	text-align: left;
}

#ContactMap2 {
	width: 600px;
	height: 275px;
	margin: 0 auto 15px;
	float: right;
	max-width: 50% !important;
}

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

div.zone-editable > * {
	min-height: 15px;
}

body.cms-layout .cms-zone ul.zone-tab li {
	position: relative !important;
	opacity: 1 !important;
	float: none !important;
	overflow: visible !important;
}

body.cms-layout .cms-zone ul.zone-tab {
	overflow: visible !important;
	-webkit-column-gap: 0 !important;
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
	-webkit-column-count: auto !important;
	-moz-column-count: auto !important;
	column-count: auto !important;
}

input, textarea, keygen, select, button {
	letter-spacing: inherit;
	word-spacing: inherit;
	text-shadow: inherit;
	font-family: inherit;
}

body > iframe {
	position: absolute;
	width: 0;
	height: 0;
}

.fancy1 {
	width: 50%;
	float: left;
	margin-bottom: 2%;
}

.fancy2 {
	width: 50%;
	float: right;
	margin-bottom: 2%;
}

.fancy {
	padding: 1% 3%;
	background: #2C4365;
	color: #FFFFFF;
	margin: 2% 0%;
}

.fancy a {
	color: #BCAB8E;
}

.fancy a:hover {
	color: #FFFFFF;
}

.fancyfont {
	padding: 1%;
	background: rgba(44,
				67,
				101,
				0.271);
	margin: 2% 10%;
	color: #111111;
}

.fancyfont ul li {
	line-height: 1.5em;
}

.flex {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
}

#AssocScroll {
	height: 148px; /* This should be about the same height as the image */
	-webkit-animation: acclogos 70s linear infinite;
	animation: acclogos 70s linear infinite;
	background-image: url(/images/scrolling-logos2.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

ul.bottomSocialList {
	display: table;
	margin: 0 auto;
}

.bottomSocialList icon {
	font-size: 1.5em;
}

.bottomSocialList li {
	display: block;
	margin: 1em;
	float: left;
}

.video-wrap {
	box-shadow: 1px 2px 5px black !important;
	width: 100%;
	max-width: 35.5em;
	margin-bottom: 1em;
}

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

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

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

@keyframes acclogos {
	0% { background-position: 2800px 50%; /* Same pixel number as image width */ }
	100% { background-position: 0px 50%; }
}
/* End General Site Styles */

/* Main Section Styles *//* End Main Section Styles */

/* Mobile Buttons */
ul.MobileBtns {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #1D88CB; /* $primary */
	display: none !important;
	margin-top: 1em !important;
}

ul.MobileBtns > li {
	display: table-cell;
	text-align: center;
	width: 25%;
	box-shadow: 1px 0px 0px rgba(255,255,255,0.2);
	border-right: solid 1px rgba(0,0,0,0.2);
}

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

ul.MobileBtns li > a {
	display: block;
	padding: 5px 0px;
}

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

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

ul.MobileBtns li a icon {
	color: #2E495D;
	font-size: 22px;
}
/* End Mobile Buttons */

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

#MobileMenu {
	display: none;
}

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

#NavZone #SiteLogo>div>div.imenupanel {
	position: absolute;
	z-index: 99;
}

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

div.imenuitem {
	color: #FFFFFF;
	font-size: 15px;
	border-bottom: solid 1px #85B1C4;
	text-align: left;
}

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;
	line-height: 41px;
	padding-left: 25%;
	color: #FFFFFF;
}

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

div.imenuitem a:hover {
	color: #1D88CB !important;
}

div.imenuitem a.menu {
	background-color: rgba(74,129,153,0.9);
	color: #FFFFFF;
	float: right;
	height: 60px;
	line-height: 30px;
	font-size: 16px;
}

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

/* Section 0 Styles */
.section-zero .half.left {
}

.section-zero {
	position: relative;
	background-color: #0F1C2A;
	background-image: url(/images/Contact-BG.png);
	background-size: cover;
	background-position: center;
}

.section-zero .contact-form {
	padding: 4em 0;
}

.section-zero .contact-form header h2 {
	color: #FFFFFF;
}

.section-zero .half.right {
}

.section-zero h1 {
}

.section-zero h2, .section-zero h3 {
}

.section-zero p {
}

.section-zero a {
}

.section-zero a:hover {
}

.section-zero .btn {
}

.section-zero .btn:hover {
}
/* End Section 0 Styles */

/* Section 1 Styles */
.section-one {
	position: relative;
}

.sub .section-one .main {
	max-width: 1500px;
}

.sub .section-one .content {
	float: right;
	width: 63%;
	text-align: left;
}

.sub .section-one::after {
	content: ' ';
	display: block;
	clear: both;
}

.sub .section-one .side {
	float: left;
	width: 35%;
}

.section-one .half.left {
}

.section-one .half.right {
}

.section-one h1 {
}

.section-one h2, .section-one h3 {
}

.section-one p {
}

.section-one a {
}

.section-one a:hover {
}

.section-one .btn {
}

.section-one .btn:hover {
}
/* End Section 1 Styles */

/* Section 2 Styles */
.section-two {
	position: relative;
}

.sub .section-two {
	background-color: #1F618B;
	background-image: url(/images/Media-overlays.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.section-two .half.left {
}

.section-two .half.right {
}

.section-two h1 {
}

.section-two h2, .section-two h3 {
}

.section-two p {
}

.section-two a {
}

.section-two a:hover {
}

.section-two .btn {
}

.section-two .btn:hover {
}
/* End Section 2 Styles */

/* Section 3 Styles */
.section-three {
	position: relative;
	background-image: url(/images/Content-BG.jpg);
	background-size: cover;
}

.section-three .main {
	max-width: 1200px;
	padding: 3em 1%;
}

.sub .section-three {
	background-image: url(/images/Testimonials-BG.jpg);
}

.section-three .swap-panel {
	text-align: left;
}

.section-three .half.left {
}

.section-three .half.right {
}

.section-three .home-cta {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 3em 0;
	position: relative;
}

.section-three .home-cta1 .img-wrap:after,.section-three .home-cta2 .img-wrap:after {
	content: '';
	position: absolute;
	height: 54px;
	width: 2px;
	bottom: -54px;
	left: 50%;
	background-color: #1D88CB;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.no-flexbox .section-three .home-cta1 .img-wrap:after,.no-flexbox .section-three .home-cta2 .img-wrap:after {
	display: none;
}

.section-three .home-cta2 {
	text-align: right;
}

.section-three .home-cta2 .img-wrap:after {
	bottom: auto;
	top: -54px;
}

.no-flexbox .section-three .home-cta2 .img-wrap:after {
	display: none;
}

.section-three .home-cta .img-wrap {
	-webkit-flex: 0 0 33.33%;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	position: relative;
}

.section-three .home-cta .txt-wrap {
	-webkit-flex: 0 0 60%;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
}

.section-three .home-cta.home-cta1 .btn {
	background-color: #A21136;
}

.section-three .home-cta.home-cta1 .btn:hover {
	background-color: #6D2336;
}

.section-three .home-cta h2 {
	display: none;
}

.section-three .home-cta1:after {
	content: '';
	position: absolute;
	width: 63.5%;
	height: 2px;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1D88CB; /* $primary */
}

.no-flexbox .section-three .home-cta1:after {
	display: none;
}

.section-three h1 {
}

.section-three h2, .section-three h3 {
	line-height: 1.5;
}

.section-three p {
	margin-top: 0;
	line-height: 1.5em;
	font-size: .9em;
}

.section-three a {
}

.section-three a:hover {
}

.section-three .btn {
}

.section-three .btn:hover {
}
/* End Section 3 Styles */

/* Section 4 Styles */
.section-four {
	background-image: url(/images/Contact-BG.png);
	background-position: 50% 100%;
	margin-bottom: -4.2em;
	z-index: 1;
	position: relative;
	background-size: cover;
}

.section-four .half.left {
}

.section-four .half.right {
}

.section-four h1 {
}

.section-four h2, .section-four h3 {
}

.section-four p {
}

.section-four a {
}

.section-four a:hover {
}

.section-four .btn {
}

.section-four .btn:hover {
}
/* End Section 4 Styles */

/* Section 5 Styles */
.section-five {
	position: relative;
	background-color: #1F618B;
	background-image: url(/images/Media-overlays.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.section-five .main {
	margin: 0 auto 0 5%;
}

.content-wrap {
	text-align: left;
	margin: 0 auto 0 0;
	padding: 6em 0;
	color: #FFFFFF;
	width: 65%;
}

.content-wrap p {
	font-size: 1.1em;
	line-height: 1.5em;
}

.section-five .half.left {
}

.section-five .half.right {
}

.section-five h1 {
}

.section-five h1 {
}

.sub .section-five {
	background-image: none;
	background-color: transparent;
}

.content-wrap h2 {
	color: #FFFFFF;
	font-size: 2em;
}

.content-wrap h3 {
	color: #059FFF;
}

.section-five p {
}

.section-five a {
}

.section-five a:hover {
}

.section-five .btn {
}

.section-five .btn:hover {
}
/* End Section 5 Styles */

/* Section 6 Styles */
.section-six {
	position: relative;
	background-image: url(/images/Testimonials-BG.jpg);
	background-size: cover;
}

.section-six .half.left {
}

.section-six .half.right {
}

.section-six h1 {
}

.section-six h2, .section-six h3 {
}

.section-six p {
}

.section-six a {
}

.section-six a:hover {
}

.section-six .btn {
}

.section-six .btn:hover {
}
/* End Section 6 Styles */

/* Section 7 Styles */
.section-seven {
	position: relative;
	background-color: #0F1C2A;
}

.section-seven .half.left {
}

.section-seven .half.right {
}

.section-seven h1 {
	color: #FFFFFF; /* $light */
}

.section-seven h2, .section-seven h3 {
}

.section-seven a {
	color: #FFFFFF;
}

.section-seven a:hover {
}

.section-seven .btn {
}

.section-seven .btn:hover {
}

.blog-feed header h2 {
	color: #FFFFFF;
}

.blog-feed header h3 {
	color: #3CB4FF; /* adjust($primary,30%,100%,0%) */
}

.no-flexbox .blog-feed .flex {
	display: table;
	border-collapse: collapse;
	border-spacing: 2%;
}

.no-flexbox .blog-feed li {
	display: table-cell;
}

.blog-feed li {
	-webkit-flex: 0 0 31%;
	-ms-flex: 0 0 31%;
	flex: 0 0 31%;
	padding: 1.5em 2%;
	text-transform: uppercase;
}

.blog-feed li div {
	border-bottom: solid 2px #FFFFFF; /* $light */
	padding-bottom: .5em;
	font-size: 1.5em;
	display: table;
	margin: 0 auto;
}

.blog-feed li p {
	font-family: 'Trajan Pro',serif;
	font-size: 1.05em;
	color: #FFFFFF; /* $light */
	margin: 2em auto 1em;
	transition: .5s;
}

.blog-feed li:hover p {
	color: #3CB4FF; /* adjust($primary,30%,100%,0%) */
}

.blog-feed .item1 {
	background-image: url(/images/blog1.jpg);
}

.blog-feed .item2 {
	background-image: url(/images/blog2.jpg);
}

.blog-feed .item3 {
	background-image: url(/images/blog3.jpg);
}
/* End Section 7 Styles */

/* Section 8 Styles */
.section-eight {
	position: relative;
	background-image: url(/images/Contact-BG.png);
	background-position: 50% 0;
	background-size: auto 112%;
}

.section-eight .half.left {
}

.section-eight .half.right {
}

.section-eight h1 {
}

.section-eight h2, .section-eight h3 {
}

.section-eight p {
}

.section-eight a {
}

.section-eight a:hover {
}

.section-eight .btn {
}

.section-eight .btn:hover {
}
/* End Section 8 Styles */

/* Section 9 Styles */
.section-nine {
	position: relative;
}

.section-nine .half.left {
}

.section-nine .half.right {
}

.section-nine h1 {
}

.section-nine h2, .section-nine h3 {
}

.section-nine p {
}

.section-nine a {
}

.section-nine a:hover {
}

.section-nine .btn {
}

.section-nine .btn:hover {
}
/* End Section 9 Styles */

/* Masthead */
.nav-container {
	position: relative;
	z-index: 50;
	background-image: linear-gradient(to bottom,#000000,rgba(0,0,0,.0));
}

.fixed {
	position: fixed;
	width: 100%;
}

body.cms-admin .fixed, .fixed.relative {
	position: relative;
}

.masthead-zone {
}

.shrink-nav .masthead-zone,.sub .masthead-zone {
	background-color: #111111;
}

.masthead {
	padding: 1.3em .25%;
	position: relative;
	transition: .5s;
}

.shrink-nav .masthead {
	padding: .55em 1%;
}

.masthead .table {
	display: table;
	width: 100%;
}

.masthead .table > * {
	display: table-cell;
	vertical-align: middle;
}

.masthead .top-logo {
	width: 28%;
}

.masthead .top-logo a {
	display: block;
	max-width: 100%;
}

.masthead .top-logo img {
	position: relative;
	transition: .5s;
}

.masthead .top-logo img.ready {
	width: 100%;
}

.shrink-nav .masthead .top-logo img.ready {
	width: 80%;
}

.masthead .contact-info {
	width: 28%;
	text-align: right;
	position: relative;
}

.masthead .contact-info img {
	position: absolute;
	right: 75%;
	top: 16px;
	width: 18%;
}

.shrink-nav .masthead-zone .contact-info img {
	width: 16%;
}

.contact-info a.phone-link {
	font-size: 2.2em;
	font-weight: bold;
	color: #2497E0; /* lighten($primary,10%) */
	display: block;
	position: relative;
}

.contact-info a.phone-link:before {
	content: '\f051';
	font-family: 'icomoon-ult';
	font-size: 1.2em;
	position: absolute;
	left: 39%;
}

.contact-info span {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #FFFFFF; /* $light */
	padding-right: .2em;
}

.masthead .menu-btn {
	padding: 0 0 0 .4em;
	cursor: pointer;
}

.masthead .menu-btn:hover {
	color: #2F2F2F; /* $dark */
}

.masthead .top-social {
	display: table;
	width: auto;
	margin: 0 0 0 auto;
}

.masthead .top-social li {
	display: table-cell;
}

.masthead .top-social li:nth-child(n+2) a {
	border-left: solid 1px rgba(52,52,52,0.2);
}

.masthead .top-social a {
	display: block;
	padding: .3em;
	background-color: #2497E0; /* lighten($primary,10%) */
	color: #FFFFFF; /* $light */
	font-size: 1em;
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#2F2F2F 50%); /* ,$dark */
	background-size: 100% 200%;
	background-position: 0 0;
	transition: .5s;
}

.masthead .top-social a:hover {
	background-position: 0 100%;
}

.masthead .top-social a icon {
	display: block;
}
/* End Masthead */

/* Top Nav Styles */
.nav-zone {
}

.shrink-nav .nav-zone,.sub .nav-zone {
	background-color: #2F2F2F;
}

.top-nav {
	padding: 0;
}

.top-nav .mobile-nav {
	display: none;
}

.top-nav ul {
	width: 100%;
	display: table;
	margin: 0 0 0 auto;
}

.top-nav li {
	display: table-cell;
	width: auto;
	padding: 0 1%;
	text-align: center;
	vertical-align: middle;
	transition: .5s;
	cursor: pointer;
}

.top-nav li.social-button {
	border-left: solid 1px rgba(47,47,47,0.2); /* alpha($dark,20%) */
}

.top-nav a {
	display: block;
	padding: .8em 0;
	color: #FFFFFF; /* $light */
	transition: .5s;
	text-transform: uppercase;
	font-family: 'Oswald',sans-serif;
	font-weight: 300;
	font-size: 1em;
}

.home .top-nav a {
	font-size: 1.1em;
}

.top-nav .social-button a {
	font-size: 1.2em;
	line-height: 1em;
}

.shrink-nav .top-nav a {
	padding: .5em 0;
}

.top-nav li:hover a {
	color: #1D88CB; /* $primary */
}
/* End Top Nav Styles */

/* Animation */
.image-zone {
	position: relative;
}

.animation {
	position: relative;
	height: 701px;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-ms-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #11527A; /* darken($primary,40%) */
	margin-top: -13.5em;
}

.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	left: 0;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-ms-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide:first-child {
	display: block;
}

.slide .full {
	height: 100%;
}

.slide img.slide-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: scale(1) translateZ(0);
	-ms-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide img.slide-img {
	position: absolute;
	right: 19%;
	bottom: 0;
	max-width: 25%;
}

.info {
	position: relative;
	text-align: center;
	top: 55%;
	text-shadow: 0 0 5px rgba(0,0,0,0.9);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 1100px;
	margin: 0 auto 0 0;
}

.left-align .info {
	text-align: left;
	width: 65%;
}

.right-align .info {
	text-align: right;
	width: 65%;
}

.info h2 {
	font-size: 5em;
	line-height: .7em;
	color: #FFFFFF;
}

.info h2 span {
	font-size: .5em;
	font-weight: 600;
}

.info h2 strong {
	display: block;
	font-size: 1.35em;
}

.info h3 {
	padding: .5em 0;
	font-size: 2.3em;
	line-height: 1em;
	color: #54BDFF;
	margin: .5em auto;
	text-transform: none;
	font-weight: normal;
	position: relative;
	text-shadow: 0px 2px 6px #000000;
}

.info h3:before,.info h3:after {
	content: '';
	height: 2px;
	width: 7em;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #FFFFFF; /* $light */
}

.info h3:after {
	top: auto;
	bottom: 0;
}

.left-align .info h3 {
	margin: 0;
}

.right-align .info h3 {
	margin: 0 0 0 auto;
}

.info p {
	margin: 0 auto;
	padding: 0;
	font-size: 1.65em;
	color: #FFFFFF; /* $light */
	font-family: 'Times New Roman',serif;
}

.left-align .info p {
	margin: 0;
}

.right-align .info p {
	margin: 0 0 0 auto;
}

.info .btn {
	margin-top: .5em;
	opacity: 0;
	text-shadow: none;
}

.info .btn:hover {
}
/* End Animation */

/* Sub Slide */
.sub .image-area {
	background-size: cover;
	background-position: center;
	position: relative;
}

.sub-slide {
	text-align: center;
}

.editing-content .sub-slide {
	padding: 0;
}

.editing-content .sub-slide img {
	max-height: 150px;
	width: 100%;
}

.sub-slide .main {
	padding: 2.5em 1%;
}

.sub-slide h2 {
	display: inline-block;
	padding: .2em 4%;
	font-size: 3.35em;
	line-height: 1em;
	color: #FFFFFF;
	margin: 0 auto;
}
/* End Sub Slide */

/* Scroll Button Styles */
.scroll-btn {
	position: absolute;
	top: -7em;
	width: 100%;
	left: 0;
}

.scroll-btn > span {
	display: table;
	background-color: rgba(47,47,47,0.7); /* alpha($dark,70%) */
	padding: 1.3em 1.3em 1em;
	border-radius: 50%;
	color: #FFFFFF; /* $light */
	margin: 0 auto;
	text-align: center;
	transition: .5s;
	cursor: pointer;
}

.scroll-btn .text {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
}

.scroll-btn icon {
	font-size: 1.8em;
	display: block;
	line-height: 1em;
}

.scroll-btn > span:hover {
	background-color: rgba(29,136,203,0.7); /* alpha($primary,70%) */
}
/* End Scroll Button Styles */

/* CTA Styles */
.cta-list {
	display: table;
	width: 100%;
	position: relative;
	padding: 0;
	text-align: center;
}

.sub .cta-list {
	border-collapse: separate;
	border-spacing: 1em 1.5em;
}

.cta-list ul {
	display: table-row;
}

.cta-list ul li {
	position: relative;
	display: table-cell;
	padding: 0;
	overflow: hidden;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.items1 li {
	width: 100%;
}

.items2 li {
	width: 50%;
}

.items3 li {
	width: 33.3%;
}

.sub .items3 li {
	width: 31.3%;
}

.items4 li {
	width: 25%;
}

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

.cta-list ul li a {
	display: block;
	padding: 2em 7.5%;
}

.sub .cta-list ul li a {
	padding: 1.5em 8%;
}

.cta-list ul li icon {
	font-size: 4em;
	color: #1898E2;
}

.cta-list ul li h2 {
	font-size: 2.4em;
	line-height: 1.2em;
	padding: 0;
	text-transform: uppercase;
	color: #FFFFFF;
	position: relative;
	top: 1.5em;
	transition: .5s ease;
	font-weight: 300;
}

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

.cta-list ul li h2 strong {
	display: block;
	font-size: 1.1em;
}

.cta-list ul li:hover h2 {
	top: 0;
}

.cta-list ul li p {
	line-height: 1.4em;
	margin: 0 0 5px;
	padding: .3em 0 1em;
	transition: .5s ease;
	color: #FFFFFF;
}

.cta-list ul li p,.cta-list .btn {
	opacity: 0;
	top: 5em;
	position: relative;
}

.cta-list ul li:hover p,.cta-list li:hover .btn {
	top: 0;
	opacity: 1;
}

.cta-list .btn {
	padding: .7em 1% .2em;
	box-shadow: none;
	display: inline-block;
	background-color: transparent;
	border-bottom: solid 1px #FFFFFF;
	margin: 0 auto;
	font-style: italic;
	transition: .75s ease;
}

.cta-list a:hover .btn {
	background-color: transparent;
}

.pacta-list {
	padding: 0;
}

.pacta-list ul {
	width: 100%;
}

.pacta-list li {
	width: 12.5%;
	position: relative;
	padding: 3.5em 0;
}

.pacta-list li a {
	display: block;
}

.pacta-list li h2 {
	position: relative;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.4em;
}

.pacta-list img {
	width: 100%;
	height: 100%;
	background-size: cover;
	top: 0;
	left: 0;
	position: absolute;
	transition: .5s ease;
	background-position: 50% 25%;
}

.pacta-list li:hover img {
	opacity: .7;
}
/* End CTA Styles */

/* Image CTAs */
.image-ctas {
}

.image-ctas ul {
}

.image-ctas li {
	display: block;
	width: 50%;
	float: left;
}

.image-ctas .total3 li:last-child {
	width: 100%;
	float: none;
}

.image-ctas li a {
	display: table;
	width: 100%;
}

.image-ctas li a > * {
	display: table-cell;
	width: 50%;
	vertical-align: bottom;
}

.image-ctas li .cta-img {
	position: relative;
	overflow: hidden;
}

.image-ctas li .cta-img:after {
	content: ' ';
	display: block;
	width: 140%;
	height: 180%;
	position: absolute;
	-webkit-transform: rotate(45deg) translate(0, -95%);
	-ms-transform: rotate(45deg) translate(0, -95%);
	transform: rotate(45deg) translate(0, -95%);
	background-color: rgba(255,255,255,0.2); /* alpha($light,20%) */
	z-index: 1;
	transition: .5s;
	top: -40%;
	left: -15%;
}

.image-ctas li a:hover .cta-img:after {
	-webkit-transform: rotate(45deg) translate(0, 100%);
	-ms-transform: rotate(45deg) translate(0, 100%);
	transform: rotate(45deg) translate(0, 100%);
}

.image-ctas img {
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	height: 100%;
}

.image-ctas .cta-text {
	background-color: #1D88CB; /* $primary */
	padding: 1.5em 0 0;
	transition: .5s;
}

.image-ctas a:hover .cta-text {
	background-color: #11527A; /* darken($primary,40%) */
}

.image-ctas li:nth-child(1) .cta-text, .image-ctas li:nth-child(3) .cta-text {
	background-color: #2F2F2F; /* $dark */
}

.image-ctas li:nth-child(1) a:hover .cta-text, .image-ctas li:nth-child(3) a:hover .cta-text {
	background-color: #1C1C1C; /* darken($dark,40%) */
}

.image-ctas li h2 {
	color: #FFFFFF;
	padding: 0 .5em;
}

.image-ctas li p {
	padding: 0 1em;
	font-size: .9em;
	color: #FFFFFF; /* $light */
}

.image-ctas .btn, .image-ctas a:hover .btn {
	display: block;
	box-shadow: none;
	background-color: rgba(255,255,255,0.1);
}
/* End Image CTAs */

/* Side Image CTAS */
.floaters .home-content {
	float: left;
	width: 60%;
}

.floaters .home-content.no-float {
	display: none;
}

.floaters .section-one-swap {
	float: right;
	width: 37%;
}

.side-ctas {
	padding: .5em 0;
}

.side-ctas ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.side-ctas li {
	width: 100%;
	height: 14em;
	margin-bottom: .5em;
}

.side-ctas a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #1D88CB; /* $primary */
}

.side-ctas img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: .5s ease;
	opacity: 1;
}

.side-ctas a:hover img {
	height: calc(100% - 2.8em);
	opacity: .5;
}

.side-ctas h2 {
	position: absolute;
	bottom: 10%;
	padding: 0 1em;
	color: #FFFFFF; /* $light */
	font-size: 1.7em;
	text-shadow: 1px 1px .3em #000;
	margin: 0;
	transition: .5s;
	text-align: center;
	width: 100%;
	left: 0;
}

.side-ctas a:hover h2 {
	bottom: 25%;
}

.side-ctas .btn {
	display: block;
}
/* End Side Image CTAS */

/* Secondary Nav */
.secondary-nav {
	padding: 0 !important;
}

.secondary-nav header {
	padding: .5em 1% .5em 1%;
	width: 20%;
	border-right: solid 1px #484848;
	text-align: left;
	margin-bottom: 0;
}

.secondary-nav h2 {
	font-size: 1.4em !important;
	color: #828282; /* lighten($dark,40%) */
}

.secondary-nav h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #BCAB8E; /* $secondary */
}

.secondary-nav ul {
	width: 80%;
	display: table;
}

.secondary-nav li {
	display: table-cell;
	padding: 0 1%;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #444444; /* lighten($dark,10%) */
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#1D88CB 50%); /* ,$primary */
	background-size: 100% 201%;
	background-position: 0 0;
	transition: .5s;
}

.secondary-nav li a {
	display: block;
	padding: 1.5em 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #BCAB8E; /* $secondary */
	transition: .5s;
	font-size: .8em;
}

.secondary-nav li:hover {
	background-position: 0 100%;
}

.secondary-nav li:hover a {
	color: #FFFFFF; /* $light */
}
/* End Secondary Nav */

/* Practice Areas Nav */
.practice-nav {
}

.practice-nav ul {
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.practice-nav li {
	display: inline-block;
	width: 100%;
}

.no-rgba .practice-nav li {
	width: 45%;
	float: left;
	margin-right: 5%;
}

.practice-nav li:last-child:nth-child(odd) {
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
	display: block;
	width: 50%;
	margin: 0 auto;
}

.sub .practice-nav ul {
	-webkit-column-gap: auto;
	-moz-column-gap: auto;
	column-gap: auto;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.sub .practice-nav li {
	overflow: auto;
}

.sub .practice-nav li:last-child:nth-child(odd) {
	width: 100%;
}

@-moz-document url-prefix() {
	.practice-nav li:last-child:nth-child(odd) {
		width: 100%;
		display: inline-block;
		margin: 0;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,.practice-nav ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	::i-block-chrome,.practice-nav ul li {
		width: 45%;
		float: left;
		margin-right: 5%;
	}

	::i-block-chrome,.practice-nav ul li:last-child:nth-child(odd) {
		width: 50%;
		margin: 0 auto;
		float: none;
		clear: both;
	}
}

.practice-nav li a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3CA3E3; /* lighten($primary,20%) */
	padding: .5em .5em;
	position: relative;
	transition: .5s;
	border-top: solid 1px #FFFFFF; /* $light */
}

.practice-nav li a:hover, .practice-nav li.selected a {
	color: #FFFFFF;
}
/* End Practice Areas Nav */

/* Button List Styles */
.btn-list {
}

.btn-list ul {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 0;
}

.btn-list li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 .75em;
}

.btn-list li .btn {
	display: block;
}

.btn-list li .btn:hover {
}
/* End Button List Styles */

/* Single CTA Styles */
.single-cta {
	display: table;
	width: 100%;
}

.single-cta > * {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}

.single-cta header {
	width: 27%;
	text-align: left;
}

.single-cta h2 {
}

.single-cta p {
	width: 50%;
	text-align: left;
	padding: 0 2%;
}

.single-cta > span {
	width: 23%;
}

.single-cta .btn {
}
/* End Single CTA Styles */

/* Content with Illustration */
.illustration-content {
}

.illustration-content .f-text {
}

.illustration-content .text-highlight {
}

.illustration-content .text-highlight h3 {
	font-size: 1.5em;
	color: #2F2F2F; /* $dark */
}

.illustration-content .text-highlight p {
	font-size: 1.5em;
	padding-top: .3em;
}

.illustration-content .illustration {
}

.illustration-content .illustration img {
	width: 100% !important;
	height: auto !important;
}
/* End Content with Illustration */

/* Scrolling Lists */
.content-scroll {
	position: relative;
}

.content-scroll.active {
}

.content-scroll .scroll-container {
	position: relative;
	overflow: hidden;
}

.content-scroll ul {
	display: table;
	width: 100%;
	transition: margin-left .5s;
}

.content-scroll .total1 li {
	width: 100%;
}

.content-scroll .total2 li {
	width: 50%;
}

.content-scroll .total3 li {
	width: 33.333333337%;
}

.content-scroll li {
	display: table-cell;
	padding: 0 2%;
	vertical-align: top;
	position: relative;
}

.content-scroll li span.bubble {
	display: block;
	padding: 1em;
	border: solid 1px #D5D5D5; /* lighten($dark,80%) */
	border-radius: 15px;
	position: relative;
}

.content-scroll.testimonials li span.bubble:after {
	font-family: 'icomoon-ult';
	content: '\e0eb';
	display: block;
	position: absolute;
	top: 100%;
	line-height: 19px;
	font-size: 36px;
	color: #FFFFFF; /* $light */
	width: 100%;
	text-align: center;
	left: 0;
	text-shadow: 0 1px 0 #D5D5D5; /* lighten($dark,80%) */
}

.content-scroll img {
	padding-bottom: .75em;
	margin: 0 auto;
}

.content-scroll .bubble h3 {
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}

.content-scroll p {
	transition: color .5s;
}

.content-scroll a:hover p {
	color: #1D88CB; /* $primary */
}

.content-scroll .btn {
}

.content-scroll .btn:hover {
}

.content-scroll .scroll-nav {
	display: none;
}

.content-scroll.active .scroll-nav {
	display: block;
	position: absolute;
	width: 110%;
	top: -2em;
	left: -5%;
}

.content-scroll .scroll-nav .left-icon {
	float: left;
}

.content-scroll .scroll-nav .right-icon {
	float: right;
}

.content-scroll .scroll-nav span {
	font-size: 2.5em;
	display: block;
	line-height: 0;
	cursor: pointer;
}

.content-scroll .scroll-nav span:after {
	font-family: 'icomoon-ult';
	display: block;
	transition: .5s;
}

.content-scroll .scroll-nav .right-icon:after {
	content: '\e915';
}

.content-scroll .scroll-nav .left-icon:after {
	content: '\e914';
}

.content-scroll .scroll-nav span:hover:after {
	color: #4592D8;
}
/* End Scrolling Lists */

/* Testimonial Feed */
.testimonials li {
}

.testimonials .flex {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.testimonials p {
	color: #2F2F2F; /* $dark */
	text-align: center;
}

.testimonials .test-name {
	font-size: 2em;
	line-height: 1em;
	font-family: 'Trajan Pro',serif;
	color: #1D88CB; /* $primary */
	background-image: url(/images/TestNameBG.png);
	height: 286px;
	width: 286px;
	padding: 3.25em 0 0;
	font-weight: bold;
	margin-right: 4%;
	-webkit-flex: 0 0 286px;
	-ms-flex: 0 0 286px;
	flex: 0 0 286px;
}

.testimonials .test-name span {
	display: block;
	color: #FFFFFF; /* $light */
	font-weight: 300;
}

.testimonials ul div {
	text-align: left;
}

.testimonials ul div p {
	font-size: 1.6em;
	font-weight: 300;
	text-align: left;
}
/* End Testimonial Feed */

/* Standard Feed Scroller */
.content-scroll.standard-feed li {
	padding-bottom: 1em;
}

.standard-feed .thumbnail {
	display: block;
	width: 100%;
	max-width: 175px;
	margin: 0 auto;
}

.standard-feed .thumbnail img {
	display: block;
	width: 100% !important;
	background-size: cover;
	border-radius: 50%;
	background-position: center;
	max-height: 175px;
}

.standard-feed .tag {
	display: table;
	background-color: #343434;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	color: #FFFFFF; /* $light */
	margin: 0 auto;
}

.standard-feed .tag > * {
	display: inline-block;
	padding: .2em .6em;
}

.standard-feed .tag .one {
}

.standard-feed .tag .two {
	background-color: #1D88CB; /* $primary */
}

.standard-feed .tag .three {
	color: #BCAB8E; /* $secondary */
}

.standard-feed li h3 {
	margin: .7em 0;
	text-transform: none;
	font-size: 1.5em;
	line-height: 1.2em;
}

.standard-feed .btn {
}
/* End Standard Feed Scroller */

/* Content with Horizontal Content List */
.content-feature {
}

.content-list {
	margin: 2em auto;
}

.content-list ul {
	display: table;
	width: 100%;
}

.content-list .total2 li {
	width: 50%;
}

.content-list .total3 li {
	width: 33.333337%;
}

.content-list .total4 li {
	width: 25%;
}

.content-list li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: .5em 1%;
	border-left: solid 1px #FFFFFF; /* $light */
}

.content-list li:last-child {
	border-right: solid 1px #FFFFFF; /* $light */
}

.content-list icon {
	display: block;
	font-size: 3em;
	color: #1D88CB; /* $primary */
	padding-bottom: .15em;
}

.content-list li span {
	font-size: 1.45em;
	font-weight: bold;
}

.content-feature .text-highlight {
}

.content-feature .text-highlight h3 {
	color: #2F2F2F; /* $dark */
}
/* End Content with Horizontal Content List */

/* Content with Vertical Content List */
.vertical-content-list {
}

.vertical-content-list h3 {
	padding-bottom: .5em;
}

.vertical-content-list ul {
}

.vertical-content-list li {
	display: block;
	font-size: 1.1em;
	padding: .5em 1em;
	margin-bottom: .25em;
	background-color: rgba(29,136,203,0.4); /* alpha($primary,40%) */
}

.vertical-content-list li icon {
	float: left;
	font-size: 1.2em;
}
/* End Content with Vertical Content List */

/* Content Tabs */
.content-tabs {
}

.content-tabs .tabs {
	display: table;
	width: 100%;
}

.content-tabs .tabs a {
	display: table-cell;
	padding: .7em 1% .9em;
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#1D88CB 50%); /* ,$primary */
	background-size: 100% 200%;
	background-position: 0 0;
	transition: background-position .5s ease .2s, box-shadow .25s linear 0s;
	font-weight: normal;
	font-size: 1.2em;
	color: #FFFFFF; /* $light */
	box-shadow: inset 0 0 0 #FFFFFF; /* $light */
}

.content-tabs .tabs a.active, .content-tabs .tabs a:hover {
	background-position: 0 100%;
	transition: background-position .5s ease 0s, box-shadow .25s linear .45s;
	box-shadow: inset 0 .2em 0 #FFFFFF; /* $light */
}

.content-tabs ul {
	display: block;
	background-color: #FFFFFF; /* $light */
	border-radius: 5px;
	border-bottom: solid .2em #CCCCCC; /* darken($light,20%) */
	position: relative;
	overflow: hidden;
	margin-top: -5px;
}

.content-tabs li {
	color: #595959; /* lighten($dark,20%) */
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 1.5em;
	text-align: left;
}

.content-tabs li:first-child {
	display: block;
}

.content-tabs li img {
	float: right;
	max-width: 350px;
	margin: 0 0 1em 1em;
}

.content-tabs li h3 {
	color: #BCAB8E; /* $secondary */
}

.content-tabs li p {
	color: #595959; /* lighten($dark,20%) */
}

.content-tabs li .btn {
	display: table;
	margin: 0 0 0 auto;
	width: auto;
}
/* End Content Tabs */

/* Accolade Logos */
.accolade-logos {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.sub .accolade-logos {
	position: relative;
}

.editing-content .accolade-logos {
	position: relative;
}

.accolade-logos ul {
	display: table;
	width: 100%;
	padding: 0;
}

.accolade-logos li {
	display: table-cell;
	width: auto;
	padding: 0 1%;
	vertical-align: middle;
}

.accolade-logos img {
	max-width: 100%;
	display: block;
	margin: .6em auto;
	position: relative;
}
/* End Accolade Logos */

/* Bar Feed Styles */
.bar-feed {
}

.bar-feed ul {
	display: block;
}

.bar-feed li {
	display: table;
	width: 100%;
	margin-bottom: .5em;
}

.bar-feed li > * {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	position: relative;
	padding: .6em 2%;
}

.bar-feed li > div {
	background-color: #343434;
}

.bar-feed li > div:after {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	display: block;
	position: absolute;
	left: 98%;
	top: 50%;
	z-index: 1;
	font-size: 2em;
	line-height: 0;
	color: #343434;
}

.bar-feed li > span {
	background-color: #4592D8;
}

.bar-feed div h3 {
	color: #BCAB8E;
}

.bar-feed span p {
	color: #FFFFFF;
	font-size: 1.9em;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
}

.bar-feed .btn {
	margin-top: 1.5em;
}

.bar-feed.half li {
	display: block;
}

.bar-feed.half li > * {
	display: block;
	width: 100%;
}

.bar-feed.half li > div:after {
	display: none;
}
/* End Bar Feed Styles */

/* Contact Form */
.contact-form textarea {
	padding: 10px 2%;
	-webkit-flex: 0 0 48%;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	margin: .8em 1.5%;
}

.contact-form .flex {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.no-flexbox .contact-form header {
	text-align: center;
}

.no-flexbox .contact-form .flex {
	display: block;
}

.no-flexbox .contact-form .flex > * {
	display: block;
}

.contact-form .btn {
	margin: .8em auto;
	-webkit-flex: 0 0 15%;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	padding: 2em 0 0;
	text-align: center;
}

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

.contact-form {
	padding: 6em 0;
}
/* End Contact Form */

/* Footer Styles */
.footer-one {
	background-image: url(/images/Footer-BG.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-one .main {
	background-color: rgba(0,0,0,0.5); /* adjust($dark,-100%,0%,50%) */
}

.footer-links {
	border-bottom: solid 1px #FFFFFF; /* $light */
}

.footer-links ul {
	display: table;
	width: 100%;
	margin: 0 auto;
}

.footer-links ul li {
	display: table-cell;
	text-align: center;
	padding: 0 3%;
}

.footer-links li a {
	display: block;
	padding: 1em .25em;
	font-size: 1em;
	color: #FFFFFF; /* $light */
	transition: .5s;
	text-transform: uppercase;
}

.footer-links li a:hover {
	color: #059FFF; /* adjust($primary,10%,100%,0%) */
}

.footer-info {
	text-align: center;
	padding: 2em 0;
}

.schema {
	color: #FFFFFF; /* $light */
	line-height: 1.4em;
	font-size: .9em;
}

.schema img.bottom-logo {
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
}

.schema h3 {
	color: #FFFFFF; /* $light */
	margin-bottom: .6em;
}

.schema .phone-link {
	cursor: default;
	color: #1D88CB; /* $primary */
}

.schema .phone-link:hover {
	color: #1D88CB; /* $primary */
}

.schema a {
	color: #1D88CB; /* $primary */
}

.schema a:hover {
	color: #FFFFFF; /* $light */
}

.footer-two {
	background-color: #000000; /* darken($dark,100%) */
}

.sd-footer {
	padding: 2em 1%;
	color: #6D6D6D; /* lighten($dark,30%) */
}

.sd-footer a {
	display: block;
	float: right;
}

.sd-footer img {
}

.sd-footer small {
	font-size: .9em;
}
/* End Footer Styles */

/* Case Eval Form */
.case-eval {
	display: block;
	width: 100%;
}

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

.case-eval input, .case-eval select {
	padding: 0 20px;
	height: 45px;
}

.case-eval textarea {
	height: 100px;
	resize: none;
	width: 99%;
	padding: 17px 20px;
}

.case-eval a.btn {
	line-height: 2em;
	width: 99%;
	margin-left: .5%;
	padding: 0;
	font-size: 20px;
	text-align: center;
	transition: .5s;
	text-transform: uppercase;
}

.case-eval a.btn:hover {
	background-color: #2F2F2F; /* $dark */
}
/* End Case Eval Form */

/* Side-Nav Styles */
.side {
	background-color: #2C4365;
	padding: .5em 1em;
}

.side > * {
	display: block;
	position: relative;
	margin: 0 0px 20px;
}

.side header, .landing-area header {
	text-align: center;
	padding: .75em .15em;
}

.side header h2, .landing-area header h2 {
	display: block;
	padding: 0;
	color: #3CA3E3; /* lighten($primary,20%) */
	line-height: 1.2em;
}

.sub .side header h2 {
	color: #3CA3E3; /* lighten($primary,20%) */
}

.side header h3, .landing-area header h3 {
	display: block;
	padding: 0;
	line-height: 1.2em;
	font-size: 1.25em;
}

.sub .side header h3 {
	color: #FFFFFF;
}

.side ul {
	width: 100%;
	position: relative;
}

.side li > ul {
	padding: 0px 10%;
	margin: 2px 0px;
}

.side-nav ul li {
	position: relative;
}

.side-nav .slide-list > li:after {
	content: '\e911';
	font-family: 'icomoon-ult';
	position: absolute;
	color: #FFFFFF; /* $light */
	top: 50%;
	right: .8em;
	font-size: 1em;
	transition: .5s;
	pointer-events: none;
	line-height: 0;
}

.side-nav .slide-list > li.minus:after, .side-nav .slide-list > li.child0:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.side-nav .slide-list li > ul, .side-nav:not(.sys-nav) li.level2 {
	display: none;
}

.side-nav.sys-nav .slide-list > li:after {
	top: 24px;
}

.side-nav ul li.level2:after {
	display: none;
}

.side-nav ul li a {
	display: block;
	color: #FFFFFF; /* $light */
	padding: .5em 2em;
	text-transform: uppercase;
	margin-bottom: 2px;
	transition: .5s;
	position: relative;
	border-bottom: solid 1px rgba(47,47,47,0.2); /* alpha($dark,20%) */
	font-weight: bold;
}

.side-nav ul li.level2 a {
	padding: .5em 1em .5em 2.5em;
}

.side-nav ul li a:hover, .side-nav ul li.selected a {
	color: #1D88CB; /* $primary */
}
/* End Side-Nav Styles */

/* Flyout Menu */
nav.top-nav div.iflylist {
	border: none;
	text-align: left;
	min-width: 225px;
	background-color: transparent;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: flyout .5s ease;
	animation: flyout .5s ease;
}

@-webkit-keyframes flyout {
	0% { opacity: 0; -webkit-transform: rotateX(-90deg); }
	100% { opacity: 1; -webkit-transform: rotateX(0); }
}

@-moz-keyframes flyout {
	0% { opacity: 0; transform: rotateX(-90deg); }
	100% { opacity: 1; transform: rotateX(0); }
}

@-o-keyframes flyout {
	0% { opacity: 0; transform: rotateX(-90deg); }
	100% { opacity: 1; transform: rotateX(0); }
}

@keyframes flyout {
	0% { opacity: 0; transform: rotateX(-90deg); }
	100% { opacity: 1; transform: rotateX(0); }
}

nav.top-nav .iflyOver div.iflylist {
	-webkit-animation: flyout .5s ease;
	animation: flyout .5s ease;
}

nav.top-nav div.iflylist div.iflylist {
}

nav.top-nav div.ifly {
	border: none;
	background-color: #2F2F2F; /* $dark */
	transition: .5s;
	position: relative;
}

nav.top-nav div.ifly a {
	padding: .7em 1.2em;
	color: #FFFFFF; /* $light */
	min-width: 150px;
	border-bottom: none;
	margin-bottom: 0px;
	display: block;
}

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

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

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

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

nav.top-nav div.iflyRight:after {
	content: '\e0ea';
	position: absolute;
	font-family: icomoon-ult;
	right: 0;
	top: 10px;
	color: #FFFFFF; /* $light */
}

div.iflylist div.ui-more-items {
	background-color: #1D88CB; /* $primary */
	border-top: solid 1px #ddd;
	position: relative;
}

div.iflylist div.ui-more-items:before {
	content: '\e0e9';
	font-family: icomoon-ult;
	color: #ffffff;
	position: absolute;
	left: 5px;
	top: 0;
	width: 70px;
	height: 100%;
	background-color: rgba(255,255,255,.2);
	text-align: center;
}

div.iflylist div.ui-more-items:after {
	content: '\e0eb';
	font-family: icomoon-ult;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 5px;
	width: 70px;
	height: 100%;
	background-color: rgba(255,255,255,.2);
	text-align: center;
}

div.iflylist div.ui-more-items img.more-up {
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
	cursor: pointer;
	z-index: 1;
}

div.iflylist div.ui-more-items img.more-down {
	position: absolute;
	top: 0px;
	right: 0px;
	background: none;
	cursor: pointer;
	z-index: 1;
}
/* End Flyout Menu */

/* Mobile Menu */
.site-container {
	position: relative;
	left: 0;
	transition: 1s;
}

.mm-open .site-container {
	left: 100%;
}

.mobile-menu.top-nav {
	position: absolute;
	width: 100%;
	left: -100%;
	top: 0;
	z-index: 55;
	transition: 1s;
	padding: 1.5em;
}

.mm-open .mobile-menu.top-nav {
	left: 0;
	background-color: #1D88CB; /* $primary */
}

.mobile-menu .menu-btn {
	display: table;
	width: auto;
	margin: 0 0 1em auto;
	background-color: #2F2F2F; /* $dark */
	padding: .75em 2em;
	color: #FFFFFF; /* $light */
}

.mobile-menu .desktop-nav {
	display: block;
}

.mobile-menu .desktop-nav li {
	display: block;
	width: 100%;
	box-shadow: inset 0 -1px rgba(47,47,47,0.2); /* alpha($dark,20%) */
}

.mobile-menu .desktop-nav li a {
}

.mobile-menu.top-nav .iflylist {
	display: none !important;
}

.mobile-menu .top-social {
	display: table;
	width: auto;
	margin: 1em auto 0;
}

.mobile-menu .top-social li:last-child {
	border-right: solid 1px rgba(47,47,47,0.2); /* alpha($dark,20%) */
}

.mobile-menu .top-social a {
	padding: 1em;
}

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

/* Timeline Format */
.timeline-format {
}

.timeline-format .section-one {
	position: relative;
}

.timeline-format .content h1 {
	text-align: center;
}

.timeline-format .side {
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	min-height: 100%;
	z-index: 2;
	display: block;
}

.timeline-format .side:empty {
	display: none;
}

.timeline-format .timeline-feed {
	position: relative;
	z-index: 1;
	padding: 2em 0;
}

.reviews .timeline-feed {
	padding: 0;
}

.timeline-format .timeline-feed:before {
	content: ' ';
	width: 10px;
	height: 100%;
	display: none;
	position: absolute;
	left: calc(50% - 5px);
	background-color: #595959; /* lighten($dark,20%) */
	z-index: -1;
	border-radius: 10px;
	top: 0;
}

.timeline-feed li.time-item {
	width: 100%;
	display: block;
	position: relative;
	background-color: transparent;
	border: none;
	padding: 1em 0;
	box-shadow: none;
}

.timeline-feed li.time-item.right {
	float: right;
}

.timeline-feed li.time-item.right:before {
	left: -3px;
}

.timeline-feed li.time-item.left {
	float: left;
}

.timeline-feed li.time-item.left:before {
	right: -3px;
}

.timeline-feed .time-box {
	width: 100%;
	border: solid 3px #595959; /* lighten($dark,20%) */
}

.timeline-feed .right .time-box {
	float: right;
}

.timeline-feed .left .time-box {
	float: left;
}

.time-box .upper {
	display: block;
	border: none;
	background-color: #595959; /* lighten($dark,20%) */
	padding: .5em 1.5em;
	color: #FFFFFF;
	min-height: 36px;
}

.time-box .upper h2 {
	color: #6DBAEA; /* lighten($primary,40%) */
}

.time-box .upper .p-date {
	float: right;
}

.time-box .middle {
	padding: .1em 1.5em 1.5em;
}

.time-box .lower {
	display: block;
	border: none;
	background-color: #595959; /* lighten($dark,20%) */
	padding: .5em 1.5em;
	color: #FFFFFF;
}

.time-box .lower .More {
	color: #6DBAEA; /* lighten($primary,40%) */
}

.time-box .lower .left {
	float: left;
}

.time-box .lower .right {
	float: right;
}

.side-btn {
	position: relative;
	color: #BCAB8E; /* $secondary */
	top: 1px;
	padding-left: 8px;
	cursor: pointer;
	transition: .5s;
	display: none;
}

.side-btn:hover {
	color: #2F2F2F; /* $dark */
}
/* End Timeline Format */

/* Responsive Video */
.videocontainer {
	position: relative;
	margin-top: -56%;
}

.videobox {
	float: right;
	padding: 0 0 1em 1em;
}

.vid-item {
	border: solid 4px #2F2F2F; /* $dark */
	margin: 0 0 18px 0;
	padding: .5em;
	background-color: #EEF2F4; /* adjust($primary,90%,-70%,0%) */
}

.videocontainer:before {
	content: '';
	display: block;
	padding-bottom: 56.25%;
	margin-top: 0;
}

.cms-admin .videocontainer {
	margin-top: 0;
}

.videocontainer video {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.video-container {
	float: right;
	padding: 0 0 1em 1em;
}
/* End Responsive Video */

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

.blog-system h1 {
	text-align: center;
	font-size: 2.5em;
	line-height: 1em;
	padding-bottom: 15px;
}

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

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

ul.post-list > li, #BlogEntry {
	display: block;
	padding: 1px 2% 15px;
	margin-bottom: 10px;
	border-radius: 0;
	width: 100%;
	border: solid 3px #2F2F2F; /* $dark */
	text-align: left;
}

#BlogEntry {
	padding: 0;
}

#BlogEntry h1 {
	text-align: left;
}

#BlogEntry h4 {
	color: #BCAB8E; /* $secondary */
}

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

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

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

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

.blog > nav a:hover {
	color: #FFFFFF; /* $light */
}

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

.blog > nav .blog-nextprev a {
	color: #FFFFFF; /* $light */
}

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

ul.post-list .upper {
}

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

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

.side ul.social-icons li {
}

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

.side #BlogCategoryList li {
	display: inline-block;
	margin: 1px;
}

ul.social-icons li a {
	display: block;
	margin-right: 5px;
	padding: 0;
	border: none;
	color: #FFFFFF; /* $light */
}

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

/* Responsive */
img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	display: block;
}

.main-content img {
	display: inline-block;
}

@media (max-width:1720px) {
	.header-two .slide {
		padding-left: 20em;
	}

	.image-zone .nav-zone {
		width: 20em;
	}

	.timeline-format .side {
		right: -350px;
		transition: .5s;
		background-color: rgba(29,136,203,0.95); /* alpha($primary,95%) */
		box-shadow: -2px 0 5px -1px rgba(0,0,0,0.2);
	}

	.timeline-format .side.out {
		right: 0;
	}

	.side-btn {
		display: inline-block;
	}

	.sub .cta-list ul li a {
		padding: 1.5em 2%;
	}
}

@media (max-width:1680px) {
	.masthead .table {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.masthead {
		padding: 1.3em 1% 0;
	}

	.masthead .top-logo {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.masthead .contact-info {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		width: auto;
	}

	.top-nav.lrg-main {
		max-width: 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.contact-info a.phone-link:before {
		display: none;
	}

	.masthead .contact-info img {
		left: -3em;
		right: auto;
	}
}

@media (max-width:1400px) {
	.header-two #ImageZone {
		font-size: 1.15vw;
	}

	.mast-nav .top-nav {
		display: none;
	}

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

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

	.section-five .main {
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}

	.content-wrap {
		background-color: rgba(0,0,0,0.8); /* adjust($dark,-100%,0%,80%) */
		padding: 6em 2%;
		text-align: center;
	}

	.slide img.slide-img {
		right: 0;
		max-width: 30%;
	}
}

@media (max-width:1200px) {
	.content-scroll.active .scroll-nav {
		width: 100%;
		left: 0;
	}

	.slide img.slide-img {
		display: none;
	}
}

@media (max-width:1100px) {
	html {
		font-size: 1.65vw;
	}

	.animation {
		height: 40.6rem;
		margin-top: 0;
	}

	.info {
		top: 45%;
	}

	.masthead,.nav-zone {
		background-color: #2F2F2F;
	}

	.timeline-format .side {
		width: 20em;
		right: -20em;
	}

	.content-scroll .scroll-container {
		width: 95%;
		margin: 0 auto;
	}

	.cta-list ul li h2 {
		font-size: 1.6em;
		top: auto;
	}

	.cta-list ul li p, .cta-list .btn {
		top: auto;
		opacity: 1;
	}

	.content-wrap {
		width: 100%;
	}

	.info h3 br {
		display: none;
	}
}

@media (max-width:950px) {
	.masthead {
		font-size: 1.2rem;
	}

	.masthead .top-logo {
		width: 55%;
	}

	.masthead .mast-title {
		display: none !important;
	}

	.masthead .contact-info {
		width: 45%;
	}

	.top-nav {
		font-size: 1.25rem;
	}

	.info .btn {
		margin-top: 1em;
	}

	.masthead .contact-info img {
		display: none;
	}
}

@media (max-width:900px) {
	.secondary-nav header {
		display: none !important;
	}

	.secondary-nav ul {
		float: none;
		width: 100%;
		padding: 0;
	}

	.image-zone .top-nav a {
		font-size: 1.1em;
	}

	.floaters .home-content, .floaters .section-one-swap {
		width: 100%;
		float: none;
	}

	.side-ctas ul {
		width: 100%;
		display: table;
	}

	.side-ctas li {
		display: table-cell;
		height: 18rem;
		vertical-align: top;
	}

	.side-ctas ul.items3 li {
		width: 33.3333337%;
	}

	.side-ctas ul.items2 li {
		width: 50%;
	}

	.side-ctas h2 {
		font-size: 1.5em;
		padding: 0 1.5%;
	}

	.section-zero .contact-form {
		padding: 25px 2%;
	}
}

@media (max-width:850px) {
	.swap-panel {
		font-size: 16px;
	}

	.swap-panel > * {
		padding: 25px 2%;
	}

	h1, .swap-panel header h2 {
		font-size: 30px;
	}

	h2, h3 {
		font-size: 25px;
	}

	h4 {
		font-size: 20px;
	}

	.bar-feed li {
		display: block;
	}

	.bar-feed li > * {
		display: block;
		width: 100%;
	}

	.swap-panel header {
		margin-bottom: 25px;
	}

	.bar-feed li > div:after {
		content: '\e0eb';
		width: 100%;
		left: 0;
		text-align: center;
		top: 101%;
	}

	.bar-feed span p {
		font-size: 22px;
	}

	.content-tabs li img {
		max-width: 50%;
	}

	.info h2 {
		font-size: 3.2em;
	}

	.info h3 {
		font-size: 2em;
	}

	.section-three .home-cta1:after,.section-three .home-cta1 .img-wrap:after, .section-three .home-cta2 .img-wrap:after {
		display: none;
	}

	.cta-list {
		padding: 0;
	}

	.section-four {
		margin-bottom: 0;
		background-position: 50% 0;
		background-size: auto 108%;
	}

	.blog-feed {
		padding: 25px 0;
	}

	.section-seven .lrg-main {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width:800px) {
	.timeline-format .timeline-feed:before {
		left: 0;
	}

	.timeline-feed li.time-item {
		width: 100%;
		float: none !important;
		margin-top: 0 !important;
	}

	.timeline-feed li.time-item:before {
		left: -7px !important;
		right: auto !important;
		top: 22px;
	}

	.timeline-feed .time-box {
		float: right !important;
		width: 95%;
	}

	#ContactMap2 {
		max-width: 100% !important;
		float: none;
	}
}

@media (max-width:750px) {
	.top-nav {
		font-size: 1.25rem;
	}

	.info {
		top: 50%;
	}

	.info .btn {
		margin-top: 1em;
	}

	.secondary-nav {
		display: none;
	}

	.sub .secondary-nav {
		display: block;
		padding: 2em 1em !important;
		border-bottom: solid 10px #FFFFFF; /* $light */
	}

	.sub .secondary-nav header {
		display: block !important;
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #444444; /* lighten($dark,10%) */
		text-align: center;
		float: none;
		margin: 0;
		padding-bottom: 2em;
	}

	.sub .secondary-nav h2 {
		font-size: 30px !important;
	}

	.sub .secondary-nav h3 {
		font-size: 25px;
	}

	.secondary-nav ul {
		display: block;
		width: 100%;
		float: none;
	}

	.sub .secondary-nav li {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #444444; /* lighten($dark,10%) */
	}

	.sub .secondary-nav li a {
		padding: .75em 0;
	}

	.scroll-btn > span {
		font-size: 14px;
		padding: 1em 1em .8em;
		background-color: transparent;
	}

	.scroll-btn {
		position: relative;
		top: 0;
		padding: 1em 0;
	}

	.timeline-format .side {
		position: relative;
		width: 100%;
		right: auto !important;
		box-shadow: none;
	}

	.side-btn {
		display: none;
	}

	.illustration-content .illustration {
		display: none;
	}

	.illustration-content .f-text {
		float: none;
		width: 100%;
	}

	.sub .section-one .content {
		float: none;
		width: 100%;
	}

	.sub .section-one .side {
		float: none;
		width: 100%;
	}

	.half {
		width: 100%!important;
	}

	.left {
		float: none;
	}

	.right {
		float: none;
	}

	.testimonials .flex {
		flex-flow: row wrap;
	}

	.testimonials .test-name {
		display: none;
	}

	.testimonials .test-name span {
		color: #2F2F2F; /* $dark */
	}

	.testimonials ul div {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
	}

	.testimonials ul div p {
		text-align: center;
		margin-top: 0;
	}

	.accolade-logos {
		display: none;
	}

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

	.cta-list ul li a {
		padding: 1em 1%;
	}

	.cta-list ul li h2 strong {
		display: inline;
	}
}

@media (max-width:700px) {
	.btn-list ul {
		width: 100%;
	}

	.btn-list .btn {
		font-size: 18px;
		padding: .75em;
	}

	.btn {
		font-size: 18px;
	}

	.content h1 {
		font-size: 30px;
	}

	.content h2, .content h3 {
		font-size: 25px;
	}

	.content h4 {
		font-size: 20px;
	}

	.schema {
		font-size: 14px;
	}

	.footer-links li a {
		font-size: 14px;
	}

	.sd-footer small {
		font-size: 12px;
	}

	.side-ctas li {
		width: 100% !important;
		display: block;
		height: auto;
	}

	.side-ctas img {
		height: auto;
		max-height: 150px;
	}

	.side-ctas li h2 {
		font-size: 1.7em;
		bottom: auto;
		top: 35%;
	}

	.image-ctas li {
		width: 100%;
		float: none;
	}

	.image-ctas li:nth-child(odd) .cta-text {
		background-color: #4592D8;
	}

	.image-ctas li:nth-child(even) .cta-text {
		background-color: #343434;
	}

	#AssocScroll {
		position: relative;
		background-color: #2F2F2F; /* $dark */
	}
}

@media (max-width:650px) {
	.video-container {
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		position: relative;
	}

	.video-container>div>div {
		position: absolute !important;
		left: 0;
		top: 0;
		width: 100% !important;
		height: 100% !important;
	}

	.content-list ul {
		display: block;
	}

	.content-list li {
		display: table;
		width: 100% !important;
		border-left: none;
		border-top: solid 1px #FFFFFF; /* $light */
		padding: 1.5em 0;
	}

	.content-list li:last-child {
		border-right: none;
		border-bottom: solid 1px #FFFFFF; /* $light */
	}

	.content-list li > * {
		display: table-cell;
		vertical-align: middle;
		padding: 0 1%;
	}

	.content-list li span {
		text-align: left;
		width: 70%;
	}

	.content-list li span br {
		display: none;
	}

	.column-content .half {
		float: none !important;
		width: 100%;
	}

	.content-feature .half {
		width: 100%;
		float: none !important;
	}

	.content-tabs li {
		padding: 1em;
		text-align: center;
	}

	.content-tabs li img {
		background-image: none !important;
		display: none;
	}

	.content-tabs .tabs a {
		display: block;
		width: 100%;
		box-shadow: none;
		background-image: none;
		background-color: #1D88CB; /* $primary */
		transition: .5s !important;
	}

	.content-tabs .tabs a.active, .content-tabs .tabs a:hover {
		background-color: #343434;
		box-shadow: none;
	}

	.content-tabs .tabs a:nth-of-type(n+2) {
		border-top: solid 1px rgba(47,47,47,0.2); /* alpha($dark,20%) */
	}

	.content-tabs li .btn {
		display: inline-block;
	}

	.main-content ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	.main-content ul li {
		margin-bottom: .2em;
	}

	.info h3 {
		margin: 0 auto;
		padding: .25em 0;
		font-size: 1.6em;
	}

	.masthead {
		font-size: 1.35rem;
	}

	.videobox {
		float: none;
	}

	.videobox > div {
		margin: 0 auto;
	}

	.cta-list ul li, .sub .items3 li {
		display: block;
		width: 100%;
		padding: 15px 0;
	}
}

@media (max-width:600px) {
	.fixed {
		position: relative !important;
	}

	ul.MobileBtns {
		display: table !important;
	}

	.masthead {
		font-size: 1.8rem;
		padding: .5em 1% 0;
	}

	.masthead .table > * {
		display: block;
		width: 100% !important;
		text-align: center;
	}

	.top-nav {
		font-size: 2rem;
	}

	.top-nav .mobile-nav {
		display: table;
	}

	.masthead .top-social {
		margin: 1em auto 0;
	}

	.masthead .top-social a {
		font-size: 20px;
	}

	.fixed-bg {
		background-image: none !important;
		background-color: #2F2F2F; /* $dark */
	}

	#FooterContent {
		display: none;
	}

	.sub-slide {
		padding: 50px 1%;
	}

	.sub-slide h2 {
		font-size: 25px;
	}

	.practice-nav ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	.practice-nav li {
		display: block !important;
		width: 100% !important;
	}

	.practice-nav li a {
		margin-bottom: .2em;
	}

	.sub .section-one .side {
		display: none;
	}

	.masthead .top-logo img {
		margin: 0 auto;
	}

	.blog-feed .flex {
		display: block;
	}

	.blog-feed li {
		padding: 1em 1%;
		margin-bottom: .5em;
	}

	.blog-feed li:last-child {
		margin-bottom: 0;
	}

	.contact-info > span, .masthead .contact-info {
		display: none;
	}
}

@media (max-width:550px) {
	.left-align .info h3, .left-align .info p {
		margin: 0 auto;
	}

	.right-align .info h3, .right-align .info p {
		margin: 0 auto;
	}

	.sub .section-one {
		padding: 1em 0;
	}

	.section-one > * {
		padding: 0 2%;
	}

	.btn-list ul {
		padding-top: .5em;
	}

	.btn-list li {
		display: block;
		width: 100%;
		margin-bottom: .5em;
	}

	.btn, .btn-list .btn {
		font-size: 16px;
	}

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

	.sd-footer a {
		float: none;
		margin: 0 auto 10px;
		text-align: center;
	}

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

	.info h2 {
		font-size: 2.4em;
	}

	.info p {
		font-size: 1.2em;
	}

	.section-three .home-cta {
		display: block;
		padding: 25px 2%;
	}

	.section-three .home-cta h2 {
		display: block;
	}

	.section-three .home-cta.home-cta1 {
		padding: 0 1%;
	}

	.section-three .home-cta .img-wrap {
		display: none;
	}

	.contact-form .flex {
		display: block;
	}

	.contact-form textarea {
		margin: 0 auto;
	}

	.contact-form .btn {
		display: block;
		padding: .5em 1%;
	}

	.contact-form .btn br {
		display: none;
	}
}

@media (max-width:500px) {
	.image-ctas li .cta-img {
		display: none !important;
	}

	.image-ctas li {
		margin-bottom: .5em;
	}

	.image-ctas .cta-text {
		width: 100% !important;
		display: block !important;
	}

	.case-eval input, .case-eval textarea {
		width: 100% !important;
		margin: 0 0 5px;
		float: none;
	}

	.case-eval a.btn {
		width: 100%;
		margin: 0;
	}
}

@media (max-width:450px) {
	.top-nav {
		font-size: 18px !important;
	}

	.top-nav li > a > span {
		display: none;
	}

	.secondary-nav {
		display: none;
	}

	.animation {
		font-size: 2.8rem;
		height: 55.6rem;
	}

	.slide .main {
		padding: 0;
	}

	.timeline-format .timeline-feed:before {
		display: none;
	}

	.timeline-format .timeline-feed {
		padding: 0;
	}

	.timeline-feed li.time-item:before {
		display: none;
	}

	.timeline-feed li.time-item {
		padding: .5em 0;
	}

	.timeline-feed .time-box {
		float: none !important;
		width: 100%;
	}

	ul.social-icons {
		float: none;
		margin: 0 auto 8px;
	}

	ul.post-list a.More {
		float: none;
		margin: 0 auto;
	}

	.reviews .share {
		text-align: center;
	}

	.reviews .share span {
		display: block;
	}
}

@media (orientation: landscape) and (max-width:700px) {
	.top-nav .mobile-nav {
		display: table;
	}
}
/* End Responsive */

.contact-form .input-wrap {
	-webkit-flex: 0 0 35%;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
}

.no-flexbox .contact-form textarea {
	margin: .8em auto;
}

.no-flexbox .contact-form .btn {
	padding: .8em 0;
	display: block;
	max-width: 680px;
}

.no-flexbox .contact-form .btn br {
	display: none;
}

.contact-form input, .contact-form textarea, .contact-form select {
	width: 100%;
	border: none;
	resize: none;
	outline: none;
	font-size: 20px;
	color: #2F2F2F;
	background-color: #FFFFFF;
	display: block;
	margin: .8em auto;
	overflow: auto;
	border-radius: 0;
	max-width: 680px;
}

.contact-form input, .contact-form select {
	height: 50px;
	padding: 0 2%;
}
