/* General Site Styles */
html {
	font-size: 18px;
}

body {
	background: #ffffff;
	margin: 0px;
	font-family: PT Sans Narrow;
	padding: 0;
	font-size: 1em;
}

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

.swap-panel {
	font-family: PT Sans;
	text-align: center;
}

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

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

h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1em;
	font-family: 'Merriweather', 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: 40px;
}

h2, h3 {
	font-size: 1.7em;
	font-weight: bold;
	color: #005AAE; /* $primary */
}

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

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

.content h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #282828; /* $dark */
}

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

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

a.phone-link {
	cursor: default;
}

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

.content ul, .content-format ul {
	list-style: disc;
	margin: 1em 0;
	padding-left: 40px;
}

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

.main-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	overflow: hidden;
	position: relative;
}

.main-content .half 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 {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	background-color: #005AAE; /* $primary */
	padding: .5em;
	color: #FFFFFF; /* $light */
	text-align: center;
	border-radius: 10px;
}

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

.main-content ul li a {
	color: #FFFFFF; /* $secondary */
	display: block;
}

.main-content ul li a:hover {
	color: #FFFFFF; /* $light */
}

.btn {
	display: inline-block;
	padding: .75em 3em;
	font-size: 1em;
	color: #FFFFFF; /* $light */
	text-transform: uppercase;
	font-weight: 300;
	background-color: rgba(40,40,40,0.56); /* alpha($dark,56%) */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-family: 'Merriweather', serif;
	border: solid 3px #005AAE; /* $primary */
	border-radius: 10px;
}

.topbtn {
	color: #FFFFFF; /* $light */
	font-weight: bold;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.topbtn:hover {
	color: #005AAE; /* $primary */
}

.btn:hover, a:hover .btn {
	background-color: #00488B; /* darken($primary,20%) */
	color: #FFFFFF; /* $light */
}

.text-highlight {
	display: block;
	margin: 15px auto;
	text-align: center;
	background-color: #005AAE; /* $primary */
	color: #FFFFFF; /* $light */
	font-weight: bold;
	font-family: PT Sans Narrow;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

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

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

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

.text-highlight p {
	margin: 0;
}

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

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

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

.half {
	width: 48%;
}

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

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

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

.main: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-count: auto !important;
	-moz-column-count: auto !important;
	column-count: auto !important;
	-webkit-column-gap: 0 !important;
	-moz-column-gap: 0 !important;
	column-gap: 0 !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;
}
/* End General Site Styles */

/* Masthead */
.nav-container {
	position: relative;
	z-index: 50;
}

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

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

.masthead-zone {
	background-color: transparent;
	height: 9.889em;
	background-image: url(../images/BG-Nav.png);
}

.sub .masthead-zone {
	background-color: #0A1943;
	height: auto;
	background-image: none;
}

.masthead {
	padding: 0 1%;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

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

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

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

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

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

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

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

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

.masthead .mast-title {
	width: 35%;
}

.Corpus-Christi-Car-Accidents .masthead .mast-title {
	display: none;
}

.masthead .mast-title h2 {
	font-size: 1em;
	color: #FFFFFF; /* $secondary */
	text-align: center;
	letter-spacing: .08em;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	top: 0;
	opacity: 1;
}

.shrink-nav .masthead .mast-title h2 {
	top: -1em;
	opacity: 0;
}

.masthead .contact-info {
	width: 30%;
	text-align: right;
}

.contact-info a.phone-link {
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}

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

.masthead .menu-btn {
	font-size: 1.5em;
	padding: 0 0 0 .4em;
	cursor: pointer;
	display: none;
}

.masthead .menu-btn:hover {
	color: #282828; /* $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: #006BD0; /* lighten($primary,10%) */
	color: #FFFFFF; /* $light */
	font-size: 1em;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,#282828 50%); /* ,$dark */
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 50%,#282828 50%); /* ,$dark */
	background-image: -o-linear-gradient(top,rgba(255,255,255,0) 50%,#282828 50%); /* ,$dark */
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#282828 50%); /* ,$dark */
	background-size: 100% 200%;
	background-position: 0 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

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

.accolade-logos header {
	margin: 0;
}
/* End Masthead */

/* Header 2 Masthead deleted if not using */
.header-two .masthead {
	box-shadow: 0 1px 5px rgba(40,40,40,0.3); /* alpha($dark,30%) */
}

.header-two .masthead .top-logo {
	width: 25%;
}

.header-two .masthead .contact-info {
	width: 25%;
}

.header-two .masthead .mast-title {
	width: 50%;
	position: relative;
}

.header-two .masthead .mast-title h2 {
	position: absolute;
	line-height: 0;
	top: 50%;
	width: 100%;
}

.header-two .shrink-nav .masthead .mast-title h2 {
	top: -100%;
}

.cms-admin .header-two .masthead .menu-btn {
	display: inline-block;
}

.mast-nav .top-nav {
	background-color: transparent;
	position: relative;
	opacity: 0;
	top: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: -1;
}

.shrink-nav .mast-nav .top-nav {
	opacity: 1;
	top: 0;
	z-index: 1;
}

.mast-nav .top-nav li {
	background-image: none;
}

.mast-nav .top-nav a {
	color: #FFFFFF; /* $secondary */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.mast-nav .top-nav li:hover a {
	color: #282828; /* $dark */
}
/* End Header 2 Masthead deleted if not using */

/* Top Nav Styles */
.nav-zone {
	background-color: #FFFFFF;
}

.top-nav {
	background-color: #FFFFFF;
	padding: 0;
}

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

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

.top-nav li {
	display: table-cell;
	width: auto;
	padding: 0 1%;
	text-align: center;
	vertical-align: middle;
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,#282828 50%); /* ,$dark */
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,#282828 50%); /* ,$dark */
	background-image: -o-linear-gradient(top,rgba(0,0,0,0) 50%,#282828 50%); /* ,$dark */
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 50%,#282828 50%); /* ,$dark */
	background-size: 100% 200%;
	background-position: 0% 0%;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	cursor: pointer;
	z-index: 3;
}

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

.top-nav li.social-button {
	padding: 0;
	background-image: none;
	border: none;
}

.top-nav li.social-button icon {
	padding: 16px 11px 21px;
}

.top-nav li.social-button .google-plus {
	background-color: #DD4B38;
}

.top-nav li.social-button .facebook {
	background-color: #3C57A2;
}

.top-nav li.social-button .twitter {
	background-color: #00A8E8;
}

.top-nav a {
	display: block;
	padding: .8em 0;
	color: #0A1943;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
	font-weight: normal;
}

.top-nav li:hover a {
	color: #FFFFFF;
}

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

.shrink-nav .top-nav a {
	padding: .5em 0;
}
/* End Top Nav Styles */

/* Header 2 Top Nav Styles delete if not using */
.image-zone .nav-zone {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 320px;
	background-color: rgba(0,90,174,0.9); /* alpha($primary,90%) */
}

.image-zone .top-nav {
	background-color: transparent;
	padding: 1.3em .8em;
}

.image-zone .top-nav .desktop-nav {
	display: block;
}

.image-zone .top-nav .desktop-nav div.iflylist {
	display: none !important;
}

.image-zone .top-nav .desktop-nav li {
	display: block;
	text-align: left;
	box-shadow: 0 1px 0 #006BD0; /* lighten($primary,10%) */
}

.image-zone .top-nav a {
	font-size: 20px;
	padding-right: 0.8em;
}

.image-zone .top-nav .desktop-nav li:hover a {
	padding-left: .8em;
	padding-right: 0;
}

.image-zone .top-nav ul.top-social {
	width: auto;
	margin-top: 1.8em;
}

.image-zone .top-nav ul.top-social li:last-child {
	border-right: solid 1px rgba(40,40,40,0.2); /* alpha($dark,20%) */
}

.image-zone .top-nav ul.top-social a {
	padding: .8rem;
}
/* End Header 2 Top Nav Styles delete if not using */

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

.animation {
	position: relative;
	height: 780px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-moz-transform: translateZ(0) scale(1.0, 1.0);
	-o-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);
	background-color: #003668; /* darken($primary,40%) */
	margin-top: -9.889em;
	background-image: url(../images/Slide1.jpg);
}

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

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

.slide .main {
	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);
	-moz-transform: scale(1) translateZ(0);
	-o-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	opacity: 0.5;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.info {
	position: relative;
	padding: 15.5em 0 0;
	text-align: center;
}

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

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

.info h2 {
	font-size: 5.2em;
	line-height: 1em;
	color: #282828; /* $dark */
}

.info h3 {
	display: table;
	padding: .2em .5em;
	font-size: 3.3em;
	line-height: 1em;
	color: #FFFFFF;
	background-color: #005AAE; /* $primary */
	margin: 0 auto;
}

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

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

.info p {
	display: table;
	margin: 0 auto;
	padding: .3em .75em;
	font-size: 1.6em;
	font-weight: bold;
	color: #282828; /* $dark */
	background-color: rgba(255,255,255,0.9); /* alpha($secondary,90%) */
}

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

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

.info .btn {
	margin-top: 2.5em;
	opacity: 0;
}

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

/* Sub Slide */
.sub .image-area {
	background-size: cover;
	background-position: 50% 140%;
	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;
	background-color: #005AAE; /* $primary */
	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(40,40,40,0.7); /* alpha($dark,70%) */
	padding: 1.3em 1.3em 1em;
	border-radius: 50%;
	color: #FFFFFF; /* $light */
	margin: 0 auto;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	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(0,90,174,0.7); /* alpha($primary,70%) */
}
/* End Scroll Button Styles */

/* Section 0 Styles */
.section-zero {
	position: relative;
	background-color: #FFFFFF;
	z-index: 5;
	color: #FFFFFF; /* $light */
}

.section-zero h1, .section-zero header h2, .section-zero a h2 {
	color: #7E7E7E; /* lighten($dark,40%) */
}

.section-zero h2, .section-zero h3 {
	color: #FFFFFF; /* $secondary */
}

.section-zero p {
	color: #FFFFFF; /* $light */
}

.section-zero a {
}

.section-zero a:hover {
}

.section-zero .btn {
}

.section-zero .btn:hover {
}

.section-zero .contact-form input, .section-zero .contact-form textarea {
}
/* End Section 0 Styles */

/* Section 1 Styles */
.section-one {
	background-color: #FFFFFF; /* $light */
	text-align: center;
	font-family: PT Sans;
	font-size: 18px;
	color: #7E7E7E; /* lighten($dark,40%) */
}

.sub .section-one {
	padding: 1.8em 0;
	text-align: left;
}

.section-one h1, .section-one header h2, .section-one a h2 {
	margin-top: 0;
}

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

.section-one p {
}

.section-one a {
}

.section-one a:hover {
}

.section-one .btn {
}

.section-one .btn:hover {
}

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

/* Section 2 Styles */
.section-two {
	background-image: url(../images/Practice-AreasBG.jpg);
	color: #FFFFFF; /* $light */
	background-size: 100% auto;
}

.section-two .swap-panel > * {
	padding: 0;
}

.section-two h1, .section-two header h2, .section-two a h2 {
	color: #4AA7FF; /* lighten($primary,46%) */
}

.section-two h2, .section-two h3 {
	color: #FFFFFF; /* $light */
	font-weight: 400;
}

.section-two p {
	color: #FFFFFF; /* $light */
}

.section-two a {
}

.section-two a:hover {
	color: #FFFFFF; /* $secondary */
}

.section-two .btn {
}

.section-two .btn:hover {
	color: #FFFFFF; /* $light */
}

.section-two .contact-form input, .section-two .contact-form textarea {
}
/* End Section 2 Styles */

/* Section 3 Styles */
.section-three {
	background-color: #FFFFFF; /* $light */
	color: #535353; /* lighten($dark,20%) */
}

.section-three .iswap > * {
}

.section-three h1, .section-three header h2, .section-three a h2 {
	color: #FFFFFF; /* $secondary */
}

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

.section-three p {
	color: #FFFFFF; /* $light */
}

.section-three a {
}

.section-three a:hover {
}

.section-three .btn {
	border: solid 3px #FFFFFF; /* $light */
}

.section-three .btn:hover {
	background-color: #FFFFFF; /* $light */
	color: #005AAE; /* $primary */
	font-weight: normal;
}

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

/* Section 4 Styles */
.section-four {
	color: #282828; /* $dark */
	background-color: #FFFFFF;
}

.section-four .iswap > * {
}

.section-four h1, .section-four header h2, .section-four a h2 {
	color: #005AAE; /* $primary */
}

.section-four h2, .section-four h3 {
	color: #282828; /* $dark */
	font-weight: 300;
}

.section-four p {
	color: #FFFFFF; /* $light */
}

.section-four a {
}

.section-four a:hover {
	color: #FFFFFF; /* $secondary */
}

.section-four .btn {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}

.section-four .btn:hover {
	color: #FFFFFF; /* $light */
}

.section-four .contact-form input, .section-four .contact-form textarea {
}
/* End Section 4 Styles */

/* Section 5 Styles */
.section-five {
	background-color: #FFFFFF; /* $light */
	color: #535353; /* lighten($dark,20%) */
	background-image: url(../images/Section2-BG.jpg);
	position: relative;
	margin: 8em 0 0;
}

.section-five:before {
	content: '';
	width: 100%;
	height: 28.222em;
	background-image: url(../images/Attorney-Image.png);
	position: absolute;
	background-repeat: no-repeat;
	left: 0;
	top: -4em;
}

.sub .section-five:before {
	display: none;
}

.sub .section-five {
	background-color: #FFFFFF; /* $light */
	background-image: none;
}

.section-five .iswap > * {
}

.section-five h1, .section-five header h2, .section-five a h2 {
	color: #FFFFFF; /* $light */
}

.section-five h2, .section-five h3 {
	color: #4DA9FF; /* lighten($primary,47%) */
	font-weight: 300;
}

.section-five .content-scroll {
	right: -20em;
}

.section-five .content-scroll p {
	color: #FFFFFF;
}

.section-five a {
}

.section-five a:hover {
}

.section-five .btn {
}

.section-five .btn:hover {
}

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

/* Section 6 Styles */
.section-six {
	color: #FFFFFF; /* $light */
}

.section-six #MainContent2 {
	padding: 1.8em 0 0;
}

.section-six h1, .section-six header h2, .section-six a h2 {
	color: #005AAE; /* $primary */
}

.section-six h2, .section-six h3 {
	color: #005AAE; /* $primary */
}

.section-six p {
	color: #282828; /* $dark */
}

.section-six a {
}

.section-six a:hover {
	color: #FFFFFF; /* $secondary */
}

.section-six .btn {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}

.section-six .btn:hover {
	color: #FFFFFF; /* $light */
}

.section-six .contact-form input, .section-six .contact-form textarea {
}
/* End Section 6 Styles */

/* Section 7 Styles */
.section-seven {
	background-color: #FFFFFF; /* $light */
	color: #535353; /* lighten($dark,20%) */
	border-top: solid 5px #005AAE; /* $primary */
}

.section-seven .iswap > * {
}

.section-seven h1, .section-seven header h2, .section-seven a h2 {
	color: #282828; /* $dark */
}

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

.section-seven p {
}

.section-seven a {
}

.section-seven a:hover {
}

.section-seven .btn {
}

.section-seven .btn:hover {
}

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

/* Section 8 Styles */
.section-eight {
	color: #FFFFFF; /* $light */
	background-color: #343434;
}

.section-eight .iswap > * {
}

.section-eight h1, .section-eight header h2, .section-eight a h2 {
	color: #FFFFFF; /* $light */
}

.section-eight h2, .section-eight h3 {
	color: #FFFFFF; /* $secondary */
	margin-bottom: 0;
	font-weight: 300;
}

header#ContactFormHeader h2 {
	font-size: 2em;
}

header#ContactFormHeader h3 {
	font-size: 1.8em;
}

.section-eight p {
	color: #FFFFFF; /* $light */
}

.section-eight a {
}

.section-eight a:hover {
	color: #FFFFFF; /* $secondary */
}

.section-eight .btn {
}

.section-eight .btn:hover {
	color: #FFFFFF; /* $light */
}
/* End Section 8 Styles */

/* Section 9 Styles */
.section-nine {
	background-color: #FFFFFF; /* $light */
	color: #535353; /* lighten($dark,20%) */
}

.section-nine .iswap > * {
}

.section-nine h1, .section-nine header h2, .section-nine a h2 {
	color: #282828; /* $dark */
}

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

.section-nine p {
	color: #535353; /* lighten($dark,20%) */
}

.section-nine a {
}

.section-nine a:hover {
}

.section-nine .btn {
}

.section-nine .btn:hover {
}

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

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

.sub .cta-list {
}

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

.cta-list ul li {
	position: relative;
	display: table-cell;
	padding: 1em 1%;
}

.sub .cta-list ul li {
	padding: 0 1% .5em;
}

.cta-list ul li.cta1 {
	background-color: #0070A8;
}

.cta-list ul li.cta2 {
	background-color: #343434;
}

.cta-list ul li.cta3 {
	background-color: #0070A8;
}

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

.items1 li {
	width: 100%;
}

.items2 li {
	width: 50%;
}

.items3 li {
	width: 33.3%;
}

.items4 li {
	width: 25%;
}

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

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

.cta-list ul li img {
	margin: 1.5em auto;
}

.cta-list ul li icon {
	font-size: 4em;
	color: #005AAE; /* $primary */
}

.cta-list ul li h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	padding: .1em 0 .5em;
	text-transform: none;
	font-family: 'Merriweather', serif;
}

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

.cta-list .btn {
	padding: .7em 2%;
	display: block;
}

.cta-list a:hover .btn {
}

.pa-ctas {
	margin-top: 2.5em;
}

.pa-ctas ul {
	width: 100%;
	padding-top: 2em;
}

.pa-ctas li {
	margin: 0 1%;
	height: 20em;
	width: 48%;
	background-size: 120%;
	background-position: center;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	background-color: rgba(0,0,0,0.7); /* adjust($dark,-100%,0%,70%) */
	opacity: 1;
	display: inline-block;
}

.pa-ctas li:hover {
	background-size: 150%;
	opacity: .9;
}

.pa-ctas li a {
	background-color: rgba(40,40,40,0.7); /* alpha($dark,70%) */
	overflow: hidden;
	padding: 9em 0;
	border: solid 5px #343434;
	width: 100%;
	height: 100%;
}

li.cta3 {
	float: left;
}

li.cta3 a {
	padding: 3.5em 0 0 0;
}

li.cta3 h2 {
	font-size: 1.7em;
	margin-top: 3.1em;
}
/* 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%);
	-moz-transform: rotate(45deg) translate(0, -95%);
	-o-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;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	top: -40%;
	left: -15%;
}

.image-ctas li a:hover .cta-img:after {
	-webkit-transform: rotate(45deg) translate(0, 100%);
	-moz-transform: rotate(45deg) translate(0, 100%);
	-o-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: #005AAE; /* $primary */
	padding: 1.5em 0 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

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

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

.image-ctas li:nth-child(1) a:hover .cta-text, .image-ctas li:nth-child(3) a:hover .cta-text {
	background-color: #181818; /* 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 {
	box-shadow: none;
	display: block;
	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: #005AAE; /* $primary */
}

.side-ctas img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	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;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	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.half {
	margin-right: 1%;
}

.secondary-nav header {
}

.secondary-nav h2 {
	color: #7E7E7E; /* lighten($dark,40%) */
}

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

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

.secondary-nav li {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.secondary-nav li a {
	display: block;
	padding: .8em 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF; /* $light */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 1.5em;
	background-color: rgba(0,0,0,0.71); /* adjust($dark,-100%,0%,71%) */
	border: solid 1px #8A8A8A;
}

.secondary-nav li:nth-child(even) a {
	border-left: none;
}

.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-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
}

.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) {
	display: block;
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
	width: 50%;
	margin: 0 auto;
}

@-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;
	background-color: #343434;
	border-right: solid 1em #005AAE; /* $primary */
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #FFFFFF; /* $secondary */
	padding: .5em .5em;
	margin-bottom: .5em;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.practice-nav li a:after {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	position: absolute;
	right: -.7em;
	color: #282828; /* $dark */
}

.practice-nav li a:hover {
	color: #FFFFFF; /* $light */
}

div#Accolades2 {
	position: relative;
	right: 0;
	margin-top: 0;
}

div#Accolades2 li {
	display: table-cell;
	padding: 0 2em;
	vertical-align: middle;
}

#Accolades2 li img {
	width: 90%;
}

#Accolades2 li:last-child img {
	width: 70%;
}
/* 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: #282828; /* $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%;
	-webkit-transition: margin-left .5s;
	-moz-transition: margin-left .5s;
	-o-transition: margin-left .5s;
	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 #D4D4D4; /* lighten($dark,80%) */
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-shadow: inset 0 0 10px rgba(0,0,0,.25);
}

.content-scroll.testimonials li span.bubble:after {
	font-family: 'icomoon-ult';
	content: '\e0eb';
	display: none;
	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 #D4D4D4; /* lighten($dark,80%) */
}

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

.content-scroll .bubble h3 {
	font-family: 'Merriweather', serif;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}

.content-scroll p {
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
	color: #282828; /* $dark */
}

.content-scroll a:hover p {
	color: #005AAE; /* $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: 50%;
	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';
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: block;
}

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

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

.standard-feed .tag .three {
	color: #FFFFFF; /* $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: #005AAE; /* $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: #282828; /* $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(0,90,174,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: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,#005AAE 50%); /* ,$primary */
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 50%,#005AAE 50%); /* ,$primary */
	background-image: -o-linear-gradient(top,rgba(255,255,255,0) 50%,#005AAE 50%); /* ,$primary */
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#005AAE 50%); /* ,$primary */
	background-size: 100% 200%;
	background-position: 0 0;
	-webkit-transition: background-position .5s ease .2s, box-shadow .25s linear 0s;
	-moz-transition: background-position .5s ease .2s, box-shadow .25s linear 0s;
	-o-transition: background-position .5s ease .2s, box-shadow .25s linear 0s;
	transition: background-position .5s ease .2s, box-shadow .25s linear 0s;
	font-family: PT Sans;
	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%;
	box-shadow: inset 0 .2em 0 #FFFFFF; /* $light */
	-webkit-transition: background-position .5s ease 0s, box-shadow .25s linear .45s;
	-moz-transition: background-position .5s ease 0s, box-shadow .25s linear .45s;
	-o-transition: background-position .5s ease 0s, box-shadow .25s linear .45s;
	transition: background-position .5s ease 0s, box-shadow .25s linear .45s;
}

.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: #535353; /* 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: #FFFFFF; /* $secondary */
}

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

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

/* Accolade Logos */
.accolade-logos {
	padding: 1.8em 0 0;
}

.accolade-logos header h2 {
	color: #0A1943;
}

.accolade-logos header h3 {
	display: none;
}

.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: #282828; /* $dark */
}

.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: #282828; /* $dark */
}

.bar-feed li > span {
	background-color: #005AAE; /* $primary */
}

.bar-feed div h3 {
	color: #FFFFFF; /* $secondary */
}

.bar-feed span p {
	color: #FFFFFF; /* $light */
	font-size: 1.9em;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-family: PT Sans Narrow;
	line-height: 1em;
}

.bar-feed .btn {
	margin-top: 1.5em;
}
/* End Bar Feed Styles */

/* Contact Form */
.contact-form input, .contact-form textarea {
	width: 100%;
	resize: none;
	outline: none;
	font-family: 'Merriweather', serif;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #282828; /* $dark */
	display: block;
	margin: .8em auto;
	overflow: auto;
	border-radius: 0;
	max-width: 680px;
	border-bottom: solid 2px #666666;
	border-right: none;
	border-left: solid 1px #282828;
	border-top: none;
}

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

.contact-form textarea {
	height: 182px;
	padding: 10px 2%;
}

.contact-form .input-wrap {
	width: 48%;
	float: left;
	margin: 0 1%;
}
/* End Contact Form */

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

.footer-links {
	border-bottom: solid 1px #535353; /* lighten($dark,20%) */
}

.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: #005AAE; /* $primary */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
}

.footer-links li a:hover {
	color: #282828; /* $dark */
}

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

.schema {
	font-family: PT Sans;
	color: #282828; /* $dark */
	line-height: 1.4em;
	font-size: .9em;
}

.schema img.bottom-logo {
	margin: 0 auto 2em;
	width: 63%;
}

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

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

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

.schema a {
	color: #005AAE; /* $primary */
}

.schema a:hover {
	color: #282828; /* $dark */
}

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

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

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

.sd-footer img {
}

.sd-footer small {
	font-size: .9em;
}

.footer-address ul {
	width: 100%;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.footer-address li {
	display: inline-block;
	margin: .5em auto;
}

.footer-address header {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
/* End Footer Styles */

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

.case-eval input, .case-eval textarea {
	background-color: #282828; /* $dark */
	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; /* $light */
	font-size: 18px;
	outline: none;
	border-radius: 0;
	font-family: PT Sans;
}

.case-eval input {
	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;
	background-color: #006DD3; /* adjust($primary,11%,20%,0%) */
	color: #FFFFFF; /* $light */
	font-size: 20px;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
}

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

/* Side-Nav Styles */
.side {
	background-color: #005AAE; /* $primary */
	padding: .5em 1em;
	display: none;
}

.mainleftnav .side-nav {
	float: left;
	width: 30%;
	background-color: #005AAE; /* $primary */
	padding: .5em 1em;
}

.mainleftnav div#MainContent {
	float: right;
	width: 67%;
}

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

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

.side-nav header h2, .landing-area header h2 {
	display: block;
	padding: 0;
	color: #FFFFFF; /* $secondary */
	line-height: 1.2em;
}

.side-nav header h3, .landing-area header h3 {
	display: block;
	padding: 0;
	line-height: 1.2em;
	color: #FFFFFF; /* $secondary */
	font-size: 22px;
}

.side-nav ul {
	width: 100%;
	position: relative;
	padding: 0;
}

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

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

.side-nav .slide-list > li:after {
	content: '\e911';
	font-family: 'icomoon-ult';
	position: absolute;
	color: #FFFFFF; /* $light */
	top: 50%;
	right: .8em;
	font-size: 1em;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	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);
	-moz-transform: rotate(-90deg);
	-o-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 0;
	text-transform: uppercase;
	margin-bottom: 2px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	border-bottom: solid 1px #FFFFFF; /* $light */
	font-family: PT Sans Narrow;
	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: #A1D2FF; /* lighten($primary,72%) */
}
/* End Side-Nav Styles */

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

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

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

@-o-keyframes flyout {
	0% { opacity: 0; -o-transform: rotateX(-90deg); }
	100% { opacity: 1; -o-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;
	-moz-animation: flyout .5s ease;
	-o-animation: flyout .5s ease;
	animation: flyout .5s ease;
}

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

nav.top-nav div.ifly {
	border: none;
	background-color: #282828; /* $dark */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	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: #005AAE; /* $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: #005AAE; /* $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;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

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

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

.mm-open .mobile-menu.top-nav {
	left: 0;
	background-color: #939393; /* lighten($dark,50%) */
}

.mobile-menu .menu-btn {
	display: table;
	width: auto;
	margin: 0 0 1em auto;
	background-color: #B4B4B4; /* lighten($dark,65%) */
	padding: .75em 2em;
}

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

.mobile-menu .desktop-nav li {
	display: block;
	width: 100%;
	box-shadow: inset 0 -1px rgba(40,40,40,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(40,40,40,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;
}

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

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

.timeline-feed li.time-item:before {
	content: ' ';
	display: block;
	border: solid 4px #005AAE; /* $primary */
	position: absolute;
	border-radius: 50%;
	width: 25px;
	background-color: #FFFFFF; /* $light */
	height: 25px;
	top: 15px;
}

.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: 90%;
	border: solid 3px #535353; /* 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: #535353; /* lighten($dark,20%) */
	padding: .5em 1.5em;
	color: #FFFFFF;
	min-height: 36px;
}

.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: #535353; /* lighten($dark,20%) */
	padding: .5em 1.5em;
	color: #FFFFFF;
}

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

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

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

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

/* 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: #282828; /* $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 #282828; /* $dark */
	text-align: left;
}

#BlogEntry {
	padding: 0;
}

#BlogEntry h1 {
	text-align: left;
}

#BlogEntry h4 {
	color: #CCCCCC;
}

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

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

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

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

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

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

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

.blog > nav .blog-nextprev a:hover {
	color: #FFFFFF; /* $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: #005AAE; /* $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 {
	display: block;
}

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

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

ul.social-icons icon {
	background-color: #FFFFFF; /* $secondary */
	color: #FFFFFF; /* $light */
	padding: 5px;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	outline: none;
	display: block;
	font-size: 1.2em;
}

.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: #282828; /* $dark */
	font-size: 1.5em;
	padding: 8px;
}

ul.social-icons icon:hover {
	background-color: #00519D; /* darken($primary,10%) */
}

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

ul.post-list a.More {
	float: right;
	display: block;
	text-align: center;
	padding: 0 25px;
	background-color: #005AAE; /* $primary */
	color: #fff;
	margin: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

ul.post-list a.More:hover {
	background-color: #FFFFFF; /* $secondary */
}

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: #FCFCFC; /* darken($light,1%) */
	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 #FFFFFF !important; /* $secondary */
	padding: 3px 25px 3px 10px;
	margin: 0 0 0 10px;
	background-color: #FFFFFF !important; /* $light */
	color: #646464 !important; /* lighten($dark,28%) */
	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: #005AAE; /* $primary */
	top: 4px;
	right: 3px;
	pointer-events: none;
}

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

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

.case-sys h2 span {
	color: #FFFFFF; /* $secondary */
}

.case-sys span {
}

.case-sys .result {
	color: #FFFFFF; /* $secondary */
}

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

/* Review System Styles */
.reviews {
}

#ReviewsHeader {
	text-align: center;
}

.reviews .upper h2 {
	color: #FFFFFF; /* $light */
}

.reviews .share {
	position: relative;
	z-index: 5;
}

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

.reviews .share a {
}

.reviews .share a icon {
	display: block;
	background-color: #13A1A3;
	padding: 5px;
	color: #FFFFFF; /* $light */
	margin: 0 0 0 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.reviews .share a icon:hover {
	background-color: rgba(30,30,30,0.298);
}

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: rgba(30,
				30,
				30,
				0.2);
	padding: 1.5em;
	border: none;
	text-align: left;
}

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 {
	margin-bottom: 10px;
}

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

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

div.reviews div.thankyou {
	background-color: rgba(30,30,30,0.2);
	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 */

/* Video Feed Scroller */
#VideoFeed {
}

.no-rgba #VideoFeed {
	display: none;
}

.video-feed {
	padding-top: 0;
	padding-bottom: 2em;
}

.no-touch .video-feed {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
}

.video-feed div.main.list:before {
	content: '';
	display: block;
	padding-bottom: 24.125%;
	margin-bottom: 0%;
}

.video-feed div.main.list {
	padding-top: 4em;
	z-index: 1;
}

.video-feed div.main.nav {
}

.video-feed h3 {
	color: #005AAE; /* $primary */
	font-size: 1.2em;
	padding: 1em 0 0;
	line-height: 1.1;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	position: absolute;
	width: 37.5em;
	left: 50%;
	margin-left: -18.75em;
	text-align: center;
	bottom: 100%;
}

.video-feed .active  h3 {
	opacity: 1;
	-webkit-transition: .3s ease .9s;
	-moz-transition: .3s ease .9s;
	-o-transition: .3s ease .9s;
	transition: .3s ease .9s;
}

.video-feed .main > div {
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	position: absolute;
	width: 30%;
	top: 4em;
	left: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 0;
	margin-top: 5%;
	-webkit-transition: 1.5s ease;
	-moz-transition: 1.5s ease;
	-o-transition: 1.5s ease;
	transition: 1.5s ease;
}

.video-feed .main > div video {
	display: block;
	width: 100%;
	position: relative;
}

.video-feed .main .active {
	z-index: 1;
	left: 25%;
	opacity: 1;
	margin-top: 0;
	width: 50%;
}

.video-feed .main .active video {
}

.video-feed .main .inactiveRight {
	opacity: 0;
	left: 65%;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: 1.5s ease;
	-moz-transition: 1.5s ease;
	-o-transition: 1.5s ease;
	transition: 1.5s ease;
}

.video-feed .main .inactiveLeft {
	opacity: 0;
	left: 5%;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: 1.5s ease;
	-moz-transition: 1.5s ease;
	-o-transition: 1.5s ease;
	transition: 1.5s ease;
}

.video-feed .main .inactiveNext {
	opacity: .5;
	left: 65%;
	-webkit-transform: rotateY(-45deg);
	-moz-transform: rotateY(-45deg);
	-o-transform: rotateY(-45deg);
	transform: rotateY(-45deg);
	-webkit-transition: 1.5s ease;
	-moz-transition: 1.5s ease;
	-o-transition: 1.5s ease;
	transition: 1.5s ease;
}

.video-feed .main .inactivePrev {
	opacity: .5;
	left: 5%;
	-webkit-transform: rotateY(45deg);
	-moz-transform: rotateY(45deg);
	-o-transform: rotateY(45deg);
	transform: rotateY(45deg);
	-webkit-transition: 1.5s ease;
	-moz-transition: 1.5s ease;
	-o-transition: 1.5s ease;
	transition: 1.5s ease;
}

.video-feed .nav {
	width: 100%;
	height: 100%;
	z-index: 2;
}

.video-feed .nav a {
	display: block;
	position: absolute;
	bottom: 0;
	margin-bottom: 6%;
	z-index: 3;
	padding: 2%;
	background-color: rgba(255,255,255,0.4);
	border-radius: 50%;
}

.video-feed .nav a:first-child {
	right: 5%;
}

.video-feed .nav a:last-child {
	left: 5%;
}

.video-feed .nav a icon {
	font-size: 2em;
	opacity: .5;
	border-radius: 50%;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	color: #282828; /* $dark */
	display: block;
}

.video-feed .nav a:hover icon {
	opacity: 1;
}

.video-feed .more {
	text-align: center;
	margin-top: 6em;
}
/* End Video Feed Scroller */

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

div.video div.item > a {
	color: #FFFFFF; /* $light */
	display: block;
	padding: 10px;
	background-color: #005AAE; /* $primary */
	-webkit-transition: .75s ease;
	-moz-transition: .75s ease;
	-o-transition: .75s ease;
	transition: .75s ease;
	border-radius: 3px;
	line-height: 1.2em;
	text-decoration: none !important;
	text-align: left;
}

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

div.video div.item h3 {
	color: #343434;
	-webkit-transition: .75s;
	-moz-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
	margin-top: 0;
}

|div.video div.item a:hover h3 {
	color: #FFFFFF; /* $secondary */
}

div.video div.item span {
	color: #C7C7C7; /* darken($light,22%) */
}

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 {
	color: #666;
	margin-top: 8px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 4px;
}
/* End Video Styles */

/* Review System Styles */
.reviews {
}

.reviews article {
	display: block;
	padding: 0;
	border-radius: 0;
	width: 100%;
	position: relative;
	margin: 10px 0 45px;
}

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

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

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

.reviews article .quote {
	padding: 20px 30px;
	margin: 10px 0;
	border-radius: 15px;
	background-color: #FFFFFF; /* $secondary */
	position: relative;
	width: 100%;
}

.reviews article .quote:after {
	content: '\E0EA';
	position: absolute;
	bottom: 0;
	color: #FFFFFF; /* $secondary */
	font-size: 120px;
	font-family: 'icomoon-ult';
	left: 10%;
	z-index: 0;
	-webkit-transform: skew(-25deg,0deg);
	-moz-transform: skew(-25deg,0deg);
	-o-transform: skew(-25deg,0deg);
	transform: skew(-25deg,0deg);
	line-height: 0;
}

.reviews article .c-info {
	padding: 10px 20px 13px;
	color: #FFFFFF; /* $light */
	float: right;
	border-radius: 8px;
	background-color: #005AAE; /* $primary */
	text-align: center;
}

.reviews article .c-info:after {
	position: absolute;
	content: '\E0EC';
	bottom: 0;
	color: #005AAE; /* $primary */
	font-size: 70px;
	font-family: 'icomoon-ult';
	-webkit-transform: skew(20deg,0deg);
	-moz-transform: skew(20deg,0deg);
	-o-transform: skew(20deg,0deg);
	transform: skew(20deg,0deg);
	left: 25%;
	line-height: 0;
}

.reviews article h1 {
	margin: 0;
	color: #005AAE; /* $primary */
	text-transform: none;
}

.reviews article h1 a {
	color: #005AAE; /* $primary */
	font-size: 20px;
}

.reviews article p {
	margin: 10px 0 10px;
	color: #FFFFFF; /* $light */
}

.reviews article div > span {
	color: #FFFFFF; /* $light */
}

.reviews article div > span span {
	display: block;
	font-family: Marcellus SC;
	color: #FFFFFF; /* $secondary */
	font-size: 20px;
	position: relative;
	z-index: 5;
}

.reviews .share {
	position: relative;
	z-index: 5;
}

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

.reviews .share a {
}

.reviews .share a icon {
	display: block;
	background-color: #005AAE; /* $primary */
	padding: 5px;
	color: #FFFFFF; /* $light */
	margin: 0 0 0 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

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

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

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

/* 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;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		background-color: rgba(0,90,174,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;
	}

	.masthead-zone {
		background-image: none;
		background-color: #0A1943;
		height: auto;
	}

	.animation {
		margin: 0;
		height: 680px;
	}

	.info {
		padding: 6.5em 0 0;
	}

	.pa-ctas li {
		background-size: 110%;
	}

	.section-five .content-scroll {
		right: -12em;
	}
}

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

	.mast-nav .top-nav,.section-five:before {
		display: none;
	}

	.pa-ctas li {
		background-size: cover;
	}

	.section-five .content-scroll {
		right: auto;
	}
}

@media (max-width:1200px) {
	.pa-ctas {
		display: none;
	}

	.section-two {
		background-image: none;
		background-color: #050F2D;
	}

	.section-two .main-content {
		width: 100%;
		padding: 1.8em 1%;
	}

	.footer-one {
		background-image: none;
	}

	.footer-address,.schema {
		width: 100%;
		float: none;
		clear: none;
	}

	.footer-address ul {
		-webkit-column-count: initial;
		-moz-column-count: initial;
		column-count: initial;
	}

	.footer-address li {
		width: 33%;
		float: left;
	}
}

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

	.animation {
		height: 35.6rem;
	}

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

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

	div#Accolades2 {
		display: none;
	}
}

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

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

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

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

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

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

	.cta-list ul li p {
		padding: .3em .5em 1em;
	}
}

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

@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.5rem;
	}

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

	.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 #3E3E3E; /* 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 #3E3E3E; /* 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%;
	}
}

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

	.footer-address {
		display: none;
	}
}

@media (max-width:650px) {
	.cta-list ul li {
		display: block;
		width: 100%;
		padding: 15px 0;
	}

	.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: #005AAE; /* $primary */
		-webkit-transition: .5s !important;
		-moz-transition: .5s !important;
		-o-transition: .5s !important;
		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(40,40,40,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 {
		display: block;
		margin-bottom: .2em;
	}
}

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

	.masthead {
		font-size: 1.8rem;
	}

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

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

	.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: #282828; /* $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;
	}

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

@media (max-width:550px) {
	.animation {
		font-size: 1.2em;
	}

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

	.info {
		padding-top: 4em;
		text-align: center !important;
		width: 100% !important;
	}

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

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

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

	.accolade-logos {
		padding: 0 !important;
		height: 20px;
	}

	.accolade-logos > * {
		display: none !important;
	}

	.contact-form .input-wrap {
		width: 100%;
		float: 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: 1.5rem;
		height: 45.6rem;
	}

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

	.section-five {
		margin: 0;
	}

	#VideoFeed {
		display: none;
	}
}
/* End Responsive */

.section-two .main-content {
	padding: 2.5em 1%;
}

.section-two .main-content h1 {
	margin-bottom: 1em;
	font-size: 2.1em;
	line-height: 1.1em;
}

.section-two .main-content h2,.section-two .main-content h3 {
	font-size: 1.6em;
}

.section-two .main-content h3 {
	margin-bottom: .6em;
}

.fancyfont {
	background: #E1E9F1;
	color: #222222;
	padding: 0.1%;
	margin: 2% 5% 2% 5%;
	border: solid 3px #CDDEED;
}

div#ContactForm {
	-webkit-flex: 0 1 60%;
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
}

div#AttyImg {
	-webkit-flex: 0 1 17%;
	-ms-flex: 0 1 17%;
	flex: 0 1 17%;
}

div#AttyImg img {
	width: 100%;
}

div#Section8 {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 90%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}