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

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

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

.swap-panel {
	font-family: 'Merriweather Sans', sans-serif;
	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: none;
	line-height: 1.4em;
	font-family: 'Cardo', 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: normal;
	font-size: 2em;
}

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

h2, h3 {
	font-size: 1.7em;
	font-weight: normal;
	color: #0B1E3F; /* $primary */
}

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

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

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

.content a {
	display: inline;
	color: #00A8E8;
}

.content a:hover {
	color: #263F78; /* $tertiary */
}

.content p, .main-content p, .text, .content-format p {
	line-height: 2em;
}

a {
	text-decoration: none;
	color: #00A8E8;
	display: inline-block;
	font-size: 1em;
}

a:hover {
	text-decoration: none;
	color: #343434; /* $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: 30px;
}

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

.main-content ul {
	padding: 0em 2em;
	padding-bottom: 1em;
}

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

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

.main-content ul li {
	width: 50%;
	padding: .4em .5em;
	text-align: left;
	float: left;
}

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

.main-content ul li a {
}

.main-content ul li a:hover {
}

.btn {
	display: inline-block;
	padding: .75em 3em;
	font-size: 1em;
	color: #FFFFFF; /* $light */
	text-transform: uppercase;
	font-weight: bold;
	background-color: #263F78; /* $tertiary */
	box-shadow: 0 2px 4px rgba(0,0,0,0.349);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-family: 'Merriweather Sans', sans-serif;
}

.btn:hover, a:hover .btn {
	background-color: #091832; /* darken($primary,20%) */
	color: #AEA68D; /* $secondary */
}

.text-highlight {
	display: block;
	margin: 15px auto;
	text-align: center;
	background-color: #0B1E3F; /* $primary */
	color: #FFFFFF; /* $light */
	font-weight: bold;
	font-family: 'Merriweather Sans', sans-serif;
	-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: #343434; /* $dark */
	margin: 0;
}

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

.text-highlight p {
	margin: 0;
}

a:hover .text-highlight {
	background-color: #091832; /* 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;
}

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

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

.tr {
	display: table-row;
}

.td {
	display: table-cell;
}

.center {
	text-align: center;
	margin: 0 auto;
}

body.cms-layout .cms-zone.zone-module>[icobalt] {
	display: block;
}

.rightalign {
	display: block;
	text-align: right;
}

#StickyNav {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 1;
}

#StickyNav a:hover img {
	opacity: 0;
}

#StickyNav a img {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

body.cms-layout .cms-zone>[icobalt] {
	position: relative;
}

.sub .case-result-scroller {
	margin: 1em auto 0;
	background-color: #0B1E3F; /* $primary */
	border-top: 3px solid #AEA68D; /* $secondary */
	border-bottom: 3px solid #AEA68D; /* $secondary */
}

.sub .case-result-scroller h2 {
	color: #ffffff;
	text-align: center;
	font-size: 2em;
}

.sub .case-result-scroller h3 {
	color: #AEA68D; /* $secondary */
	text-align: center;
	font-size: 1.5em;
}

.videoside {
	float: left;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}

.videoside.videocenter {
	float: none;
}

.videoside>div {
	width: 100% !important;
	height: 0 !important;
	padding: 30% 0 !important;
	position: relative;
}

.mapWrapper {
	width: 450px;
	max-width: 100%;
}

.contactmap {
	max-height: 0;
	max-width: 100% !important;
	padding: 50% 0;
	position: relative;
	overflow: hidden;
}

.contactmap img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -225px;
	max-width: none !important;
}

.f-video {
	clear: both;
}

.hidefordesktop {
	display: none;
}
/* End General Site Styles */

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

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

.sub .fixed {
	width: 80%;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

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

.masthead-zone {
	background-color: #0B1E3F; /* $primary */
	background-image: -webkit-linear-gradient(top,#0B1E3F,#13356F); /* $primary,lighten($primary,13%) */
	background-image: -moz-linear-gradient(top,#0B1E3F,#13356F); /* $primary,lighten($primary,13%) */
	background-image: -o-linear-gradient(top,#0B1E3F,#13356F); /* $primary,lighten($primary,13%) */
	background-image: linear-gradient(to bottom,#0B1E3F,#13356F); /* $primary,lighten($primary,13%) */
	border-top: solid 13px #263F78; /* $tertiary */
}

.sub .masthead-zone {
	border-top: 0;
}

.masthead {
	padding: 1.5em 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: middle;
}

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

.sub .top-logo img {
	max-width: 90%;
	margin: 0 auto;
}

.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: 100%;
}

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

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

.masthead .mast-title h2 {
	font-size: 1em;
	color: #BCAB8E;
	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: 40%;
	text-align: right;
}

.contact-info>div {
	max-width: 400px;
	margin: 0 auto;
}

.contact-info a.phone-link {
	font-size: 2em;
	font-weight: normal;
	color: #FFFFFF; /* $light */
	font-family: 'Cardo', serif;
	display: inline-block;
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
	border-bottom: 1px solid #AEA68D; /* $secondary */
	text-align: center;
	padding-bottom: .2em;
	margin-bottom: .2em;
}

.contact-info a.phone-link.first {
	border-right: 1px solid #AEA68D; /* $secondary */
}

.contact-info span {
	text-transform: none;
	font-size: 1em;
	color: #CCC7B7; /* lighten($secondary,37%) */
	padding-right: .2em;
	display: block !important;
	width: 100%;
	text-align: center;
	line-height: 2.7em;
	letter-spacing: .03em;
}

.contact-info span strong {
	color: #819CD7; /* lighten($tertiary,53%) */
}

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

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

.masthead .top-social a icon {
	display: block;
}

.sub .site-container {
	width: 80%;
	float: right;
}

.sub-masthead .sub-tag h2 {
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: .2em;
	padding: .5em;
}

.sub-masthead .mast-Top {
	background-color: #263F78; /* $tertiary */
}

.sub-masthead .mast-Top .td {
	vertical-align: middle;
}

.sub-masthead .mast-Top .td .half.left {
	border-right: 1px solid #AEA68D; /* $secondary */
}

.sub-masthead .mast-Top .half {
	text-align: center;
	width: 50%;
}

.sub-masthead .mast-Top a {
	color: #ffffff;
	font-size: 1.2em;
	vertical-align: middle;
}

.sub-masthead .mast-Top a icon {
	color: #4592D8;
	vertical-align: middle;
	padding-right: .25em;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.sub-masthead .mast-Top a:hover icon {
	color: #ffffff;
}

.sub-masthead .mast-bottom {
	background-color: #0B1E3F; /* $primary */
	background-image: -webkit-linear-gradient(top,#0B1E3F,#113064); /* $primary,lighten($primary,10%) */
	background-image: -moz-linear-gradient(top,#0B1E3F,#113064); /* $primary,lighten($primary,10%) */
	background-image: -o-linear-gradient(top,#0B1E3F,#113064); /* $primary,lighten($primary,10%) */
	background-image: linear-gradient(to bottom,#0B1E3F,#113064); /* $primary,lighten($primary,10%) */
}

.sub-masthead .mast-bottom .td {
	vertical-align: middle;
	text-align: center;
}

.sub-masthead .mast-bottom a {
	color: #ffffff;
	padding: 0em 2%;
}
/* End Masthead */

/* Header 2 Masthead deleted if not using */
.header-two .masthead {
	box-shadow: 0 1px 5px rgba(52,52,52,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: #AEA68D; /* $secondary */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

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

/* Top Nav Styles */
.nav-zone {
	background-color: #343434; /* $dark */
	border-top: solid 2px #4E4E4E; /* lighten($dark,13%) */
	border-bottom: solid 2px #2B2B2B; /* darken($dark,17%) */
}

.sub .nav-zone {
	border-bottom: none;
	border-top: none;
}

.top-nav {
	padding: 0;
}

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

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

.top-nav li {
	display: table-cell;
	width: auto;
	padding: .5em 1%;
	text-align: center;
	vertical-align: middle;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.01) 50%,#263F78 50%); /* alpha($light,1%),$tertiary */
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0.01) 50%,#263F78 50%); /* alpha($light,1%),$tertiary */
	background-image: -o-linear-gradient(top,rgba(255,255,255,0.01) 50%,#263F78 50%); /* alpha($light,1%),$tertiary */
	background-image: linear-gradient(to bottom,rgba(255,255,255,0.01) 50%,#263F78 50%); /* alpha($light,1%),$tertiary */
	background-size: 100% 200%;
	background-position: 0% 0%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
	position: relative;
	cursor: pointer;
	border-left: 1px solid rgba(255,255,255,0.23); /* alpha($light,23%) */
	border-right: 1px solid #272727; /* darken($dark,25%) */
}

.sub .top-nav li {
	padding: 1.5em 0;
}

.top-nav li:first-child {
	box-shadow: -1px 0 0px #272727;
}

.top-nav li:last-child {
	box-shadow: 1px 0 0px rgba(255,255,255,0.294);
}

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

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

.top-nav a {
	display: block;
	padding: .8em 0;
	color: #FFFFFF; /* $light */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
	font-size: .8em;
}

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

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

.sub .shrink-nav .top-nav li>a {
	padding: 0 2%;
}

.top-nav a:hover {
}
/* 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(11,30,63,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 #113064; /* 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(52,52,52,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: 525px;
	-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);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #1E588D;
}

.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	left: 0;
	-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);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.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: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide img.slide-img {
	position: absolute;
	bottom: 0;
	max-width: 100%;
	background-size: cover;
}

.info {
	position: relative;
	padding: 3em;
	text-align: center;
	background-color: rgba(255,255,255,0.8); /* alpha($light,80%) */
	display: inline-block;
	border: 5px solid transparent;
	box-shadow: inset 0px 0px 0px 5px rgba(0,0,0,.5);
	margin: 5em 5em 0;
}

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

.info h3 {
	display: table;
	padding: .2em .5em;
	font-size: 3.3em;
	line-height: 1em;
	color: #FFFFFF;
	background-color: #4592D8;
	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: #343434; /* $dark */
	background-color: rgba(188,171,142,0.9);
}

.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: center;
	position: relative;
	background-image: url(/images/SubSlide1.jpg);
}

.sub .image-area .td {
	vertical-align: middle;
	position: relative;
}

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

.sub-slide .td {
	width: 50%;
}

.sub-slide .subImage {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.sub-slide .subImage img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: auto 100%;
}

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

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

.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;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.553);
	background-color: rgba(0,0,0,.6);
}
/* End Sub Slide */

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

.scroll-btn > span {
	display: table;
	background-color: rgba(52,52,52,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(11,30,63,0.7); /* alpha($primary,70%) */
}
/* End Scroll Button Styles */

/* Section 0 Styles */
.section-zero {
	position: relative;
	background-color: #343434; /* $dark */
	z-index: 5;
	color: #FFFFFF; /* $light */
	border-bottom: solid 5px #2A2A2A; /* darken($dark,19%) */
	border-top: solid 2px #737373; /* lighten($dark,31%) */
	background-image: -webkit-linear-gradient(top,#2B2B2B,#3E3E3E); /* darken($dark,17%),lighten($dark,5%) */
	background-image: -moz-linear-gradient(top,#2B2B2B,#3E3E3E); /* darken($dark,17%),lighten($dark,5%) */
	background-image: -o-linear-gradient(top,#2B2B2B,#3E3E3E); /* darken($dark,17%),lighten($dark,5%) */
	background-image: linear-gradient(to bottom,#2B2B2B,#3E3E3E); /* darken($dark,17%),lighten($dark,5%) */
}

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

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

.section-zero h2 {
	color: #AEA68D;
	font-size: 4em;
	line-height: 1.1em;
}

.section-zero h3 {
	color: #FFFFFF; /* $light */
	line-height: .8em;
	border-top: solid 1px #525252; /* lighten($dark,15%) */
	padding-top: .5em;
}

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

.case-header h2 {
	color: #FFFFFF; /* $light */
	font-size: 2.5em;
	padding-top: .5em;
}
/* End Section 0 Styles */

/* Section 1 Styles */
.section-one {
	background-color: #FFFFFF; /* $light */
	text-align: left;
	padding: 1.8em 0px;
	color: #343434; /* $dark */
}

.sub .section-one {
	padding-top: 5em;
}

.Attorney-Profiles .section-one {
	text-align: left;
}

.section-one h1, .section-one header h2, .section-one a h2 {
	margin-top: 0;
	font-size: 2.2em;
	color: #263F78; /* $tertiary */
}

.section-one h2, .section-one h3 {
	color: #343434; /* $dark */
	font-size: 1.8em;
	line-height: .9em;
}

.section-one h3 {
	line-height: 1.2em;
	font-size: 1.6em;
	color: #3455A3; /* lighten($tertiary,16%) */
}

.section-one h3 em {
	color: #263F78; /* $tertiary */
	line-height: 1.5em;
	text-align: left;
	display: block;
	border-top: 1px solid #9A9A9A; /* lighten($dark,50%) */
	border-bottom: solid 1px #9A9A9A; /* lighten($dark,50%) */
	padding: 1em 0;
	margin: 1em 0;
	font-size: .9em;
}

.section-one p {
}

.section-one a {
}

.section-one a:hover {
}

.section-one .btn {
	margin: 2em auto 0;
	display: block;
	width: 71%;
	color: #FFFFFF; /* $light */
}

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

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

#FeatureVideo3 {
	display: none;
	margin-top: 3em;
}
/* End Section 1 Styles */

/* Section 2 Styles */
.section-two {
	color: #FFFFFF; /* $light */
	padding-bottom: 4em;
}

.sub .section-two {
	display: none;
}

.section-two .iswap > * {
}

.section-two h1, .section-two header h2, .section-two a h2 {
	color: #D5D1C4; /* lighten($secondary,48%) */
}

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

.section-two p {
	color: #FFFFFF; /* $light */
	text-align: left;
	margin-top: 0;
}

.section-two a {
}

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

.section-two .btn {
}

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

.section-two .contact-form input, .section-two .contact-form textarea {
}

.sect23bg {
	background-image: url(/images/Section2-BG.png);
	background-size: contain;
	background-color: #263F78; /* $tertiary */
	background-repeat: no-repeat;
	background-position: bottom center;
	clear: both;
}
/* End Section 2 Styles */

/* Section 3 Styles */
.section-three {
	color: #343434; /* $dark */
	padding: 3em 0;
}

.sub .section-three {
	display: none;
}

.section-three .main-content {
	background-color: #F2F2F2; /* darken($light,5%) */
	padding: 2em 6%;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.section-three .iswap > * {
}

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

.section-three h2, .section-three h3 {
	color: #263F78; /* $tertiary */
	font-size: 2.4em;
	text-align: left;
	border-bottom: solid 1px #AEA68D; /* $secondary */
	padding-bottom: .2em;
}

.section-three p {
	text-align: left;
}

.section-three a {
}

.section-three a:hover {
}

.section-three .btn {
}

.section-three .btn:hover {
}

.section-three .contact-form input, .section-three .contact-form textarea {
	color: #FFFFFF; /* $light */
	background-color: #0B1E3F; /* $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 {
	background-image: url(/images/Section4-BG.jpg);
	color: #343434; /* $dark */
	background-position: center center;
	padding: 5.5em 2%;
	background-repeat: no-repeat;
}

.sub .section-four {
	display: none;
}

.section-four .main {
	min-width: 0;
	padding: 0 4%;
}

.section-4-content {
	width: 70%;
	padding: 0;
}

.section-4-content .left {
	width: 45%;
	padding: 0 5%;
}

.section-4-content .right {
	width: 100%;
}

.section-four .iswap > * {
}

.section-four h1, .section-four header h2, .section-four a h2 {
	color: #5C7ECB; /* lighten($tertiary,39%) */
	font-size: 3.125em;
	text-align: left;
}

.section-four h1, .section-four h2, .section-four h3 {
	color: #263F78; /* $tertiary */
	font-size: 3.125em;
}

.section-four h1 {
	border-bottom: 1px solid #A2A2A2; /* lighten($dark,54%) */
	color: #4169C3; /* lighten($tertiary,29%) */
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.section-four p {
	color: #343434; /* $dark */
	text-align: left;
	margin-top: 0px;
}

.section-four a {
}

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

.section-four .btn {
}

.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: #5D5D5D; /* lighten($dark,20%) */
}

.sub .section-five {
	background-color: #EBEBEB; /* darken($light,8%) */
}

.section-five .iswap > * {
}

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

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

.section-five p {
}

.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: #0B1E3F; /* $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 {
	background-image: url(/images/Section6-BG.jpg);
	color: #FFFFFF; /* $light */
}

.section-six .iswap > * {
}

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

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

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

.section-six a {
}

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

.section-six .btn {
}

.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: #5D5D5D; /* lighten($dark,20%) */
	background-image: url(/images/ContactBG.jpg);
	background-position: right center;
}

.section-seven .iswap > * {
}

.section-seven h1, .section-seven header h2, .section-seven a h2 {
	color: #FFFFFF; /* $light */
	font-size: 3em;
	width: 80%;
	margin: 0 auto;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.459);
	line-height: 1.2em;
}

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

.section-seven p {
}

.section-seven .half {
	max-width: 800px;
}

.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 */
	border: solid 2px #343434; /* $dark */
	text-shadow: 1px 1px 0px rgba(0,0,0,0.541);
}
/* End Section 7 Styles */

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

.section-eight>div {
	max-width: 1500px;
	margin: 0 auto;
}

.section-eight .iswap > * {
}

.section-eight h1, .section-eight header h2, .section-eight a h2 {
	color: #263F78; /* $tertiary */
}

.section-eight h2, .section-eight h3 {
	color: #343434; /* $dark */
	font-size: 2em;
}

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

.section-eight a {
	color: #263F78; /* $tertiary */
}

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

.section-eight .btn {
}

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

.section-eight .contact-form input, .section-eight .contact-form textarea {
}
/* End Section 8 Styles */

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

.section-nine .iswap > * {
}

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

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

.section-nine p {
	color: #5D5D5D; /* 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: #0B1E3F; /* $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: 1.8em 1% 0;
	text-align: center;
}

.sub .cta-list {
	padding: 1.8em 1%;
}

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

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

.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 icon {
	font-size: 2em;
	color: #FFFFFF; /* $light */
	background-color: #0B1E3F; /* $primary */
	padding: .4em;
}

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

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

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

.cta-list a:hover .btn {
}
/* 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: #0B1E3F; /* $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: #071226; /* darken($primary,40%) */
}

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

.image-ctas li:nth-child(1) a:hover .cta-text, .image-ctas li:nth-child(3) a:hover .cta-text {
	background-color: #1F1F1F; /* 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: #0B1E3F; /* $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 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: #858585; /* lighten($dark,40%) */
}

.secondary-nav h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #AEA68D; /* $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 #484848; /* lighten($dark,10%) */
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,#0B1E3F 50%); /* ,$primary */
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 50%,#0B1E3F 50%); /* ,$primary */
	background-image: -o-linear-gradient(top,rgba(255,255,255,0) 50%,#0B1E3F 50%); /* ,$primary */
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#0B1E3F 50%); /* ,$primary */
	background-size: 100% 201%;
	background-position: 0 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.secondary-nav li a {
	display: block;
	padding: 1.5em 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #AEA68D; /* $secondary */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	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 .table {
	border-spacing: 2em 0;
}

.practice-nav .td {
	width: 20%;
	height: 0;
	position: relative;
	vertical-align: middle;
}

.practice-nav .td div {
	background-repeat: no-repeat;
	background-position: center center;
}

.practice-nav .td a {
	display: block;
	padding: 38% 0em;
	color: #FFFFFF; /* $light */
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.practice-nav .td a:hover {
	letter-spacing: .1em;
	background-color: rgba(0,0,0,.4);
}

.practice-box {
	margin: 2em;
	background-color: rgba(11,30,63,0.75); /* alpha($primary,75%) */
}

.practice-box header a {
	display: block;
}

.practice-box header h2 {
	background-color: transparent;
}

.practice-box ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	padding: 1em 2% 1em;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
}

.practice-box ul li {
	margin-bottom: .5em;
	display: inline-block;
	box-shadow: 1px 1px rgba(255,255,255,.2);
	width: 100%;
}

.practice-box ul li a {
	color: #FFFFFF; /* $light */
	padding: .5em 0;
	background-color: #0B1E3F; /* $primary */
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	display: block;
}

.practice-box ul li a:hover {
	background-color: #263F78; /* $tertiary */
}

.practice-box ul li:last-child:nth-child(odd) {
	display: block;
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
	width: 50%;
	margin: 0 auto;
}
/* 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 {
	text-align: left;
}

.illustration-content .text-highlight {
}

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

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

.illustration-content .illustration {
	text-align: left;
}

.illustration-content .illustration img {
	width: 100% !important;
	height: auto !important;
}

.illustration-content .illustration .text {
	padding-top: 3em;
}
/* 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 #D6D6D6; /* 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 #D6D6D6; /* lighten($dark,80%) */
}

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

.content-scroll .bubble h3 {
	font-family: PT Sans;
	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;
}

.content-scroll a:hover p {
	color: #0B1E3F; /* $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: #0B1E3F; /* $primary */
}

.standard-feed .tag .three {
	color: #AEA68D; /* $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: #0B1E3F; /* $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: #343434; /* $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 2em;
	margin-bottom: .8em;
	background-color: rgba(11,30,63,0.4); /* alpha($primary,40%) */
	line-height: 1.8em;
	box-shadow: 1px 1px 0px rgba(255,255,255,0.19); /* alpha($light,19%) */
}

.vertical-content-list li icon {
	float: left;
	font-size: 1.2em;
	color: #6F8DD1; /* lighten($tertiary,46%) */
	padding-right: 1em;
	padding-top: 1em;
}
/* 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%,#0B1E3F 50%); /* ,$primary */
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 50%,#0B1E3F 50%); /* ,$primary */
	background-image: -o-linear-gradient(top,rgba(255,255,255,0) 50%,#0B1E3F 50%); /* ,$primary */
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#0B1E3F 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%;
	-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;
	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: #5D5D5D; /* 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: #AEA68D; /* $secondary */
}

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

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

/* Accolade Logos */
.accolade-logos {
}

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

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

.bar-feed div h3 {
	color: #AEA68D; /* $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%;
	border: solid 2px #263F78; /* $tertiary */
	resize: none;
	outline: none;
	font-size: 20px;
	color: #FFFFFF; /* $light */
	background-color: transparent;
	display: block;
	margin: .8em auto;
	overflow: auto;
	border-radius: 0;
	max-width: 680px;
}

.sub .contact-form input ,.sub .contact-form textarea {
	background-color: #FFFFFF; /* $light */
	color: #343434; /* $dark */
	max-width: 90%;
}

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

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

.sub .contact-form {
	width: 20%;
	position: fixed;
	left: 0;
	background-color: #263F78; /* $tertiary */
}

.sub .contact-form .top-logo {
	display: table-cell;
	vertical-align: middle;
	background-color: #0B1E3F; /* $primary */
}

.sub .contact-form header h2 {
	color: #ffffff;
	text-align: center;
	padding: .75em 0 .25em;
}

.sub .contact-form .btn {
	display: block;
	max-width: 90%;
	margin: 0 auto;
	color: #FFFFFF; /* $light */
	background-color: #AEA68D; /* $secondary */
	text-align: center;
}

.sub .contact-form .btn:hover {
	background-color: #9A9071; /* darken($secondary,15%) */
}
/* End Contact Form */

/* Footer Styles */
.footer-one {
	background-color: rgba(38,63,120,0.72); /* alpha($tertiary,72%) */
}

.footer-one .first {
	vertical-align: middle;
}

.footer-one .second {
}

.footer-one .last {
	width: 26%;
	padding: 2em 0;
	text-align: right;
}

footer {
	background-image: url(/images/Footer-BG.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-top: 10em;
}

.sub footer {
	padding-top: 0;
}

.footer-links {
}

.footer-links ul {
	margin: 0 auto;
}

.footer-links ul li {
	padding: 0 3%;
}

.footer-links li a {
	display: block;
	padding: .2em .25em;
	font-size: .75em;
	color: #FFFFFF; /* $light */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: none;
}

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

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

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

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

.schema h3 {
	color: #D2CEC0; /* lighten($secondary,45%) */
	margin-bottom: .2em;
}

.schema .phone-link {
	cursor: default;
	color: #FFFFFF; /* $light */
}

.schema .phone-link:hover {
	color: #FFFFFF; /* $light */
}

.schema a {
	color: #97BFFF;
}

.schema h1 {
	color: #FFFFFF;
}

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

.footer-two {
}

.sd-footer {
	padding: 3em 1%;
	color: #D2D2D2; /* lighten($dark,78%) */
}

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

.sd-footer img {
}

.sd-footer small {
	font-size: .75em;
	line-height: 1.4em;
}
/* End Footer Styles */

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

.case-eval input, .case-eval textarea {
	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;
	background-color: #263F78;
}

.case-eval input {
	padding: 0 20px;
	height: 45px;
	background-color: #263F78;
}

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

.case-eval a.btn {
	line-height: 2em;
	margin-left: .5%;
	padding: 0 2em;
	font-size: 20px;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
	display: inline-block;
}

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

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

.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: #343434; /* $dark */
	line-height: 1.2em;
}

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

.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;
	-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 2em;
	text-transform: uppercase;
	margin-bottom: 2px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	border-bottom: solid 1px rgba(52,52,52,0.2); /* alpha($dark,20%) */
	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: #343434; /* $dark */
}
/* 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;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: flyout .5s ease;
	-moz-animation: flyout .5s ease;
	-o-animation: flyout .5s ease;
	animation: flyout .5s ease;
}

.Personal-Injury > .iflylist {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 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: #343434; /* $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: #0B1E3F; /* $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: #0B1E3F; /* $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: #343434; /* $dark */
}

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

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

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

.timeline-format .main-area > .main {
	position: static;
}

.timeline-format .content {
	float: none;
	width: 100%;
}

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

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

.timeline-format .timeline-feed:before {
	content: ' ';
	width: 50px;
	height: 100%;
	display: block;
	position: absolute;
	left: calc(50% - 25px);
	background-color: #FFFFFF;
	z-index: -1;
	border-radius: 0px;
	top: 0;
	background-image: -webkit-linear-gradient(top,#263F78,#0B1E3F); /* $tertiary,$primary */
	background-image: -moz-linear-gradient(top,#263F78,#0B1E3F); /* $tertiary,$primary */
	background-image: -o-linear-gradient(top,#263F78,#0B1E3F); /* $tertiary,$primary */
	background-image: linear-gradient(to bottom,#263F78,#0B1E3F); /* $tertiary,$primary */
}

.timeline-format .timeline-feed > span:before {
	content: ' ';
	width: 5px;
	height: 100%;
	display: block;
	position: absolute;
	left: calc(50% - 3px);
	background-color: #FFFFFF;
	z-index: 0;
	border-radius: 0px;
	top: 0;
}

.timeline-format .timeline-feed > span {
	position: static;
}

.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.hide {
	opacity: 0;
	-webkit-transition: left .5s ease 0s, opacity .5s ease 0s;
	-moz-transition: left .5s ease 0s, opacity .5s ease 0s;
	-o-transition: left .5s ease 0s, opacity .5s ease 0s;
	transition: left .5s ease 0s, opacity .5s ease 0s;
}

.timeline-feed li.time-item.hide.right {
	left: 150px;
}

.timeline-feed li.time-item.hide.left {
	left: -150px;
}

.timeline-feed li.time-item.hide.show {
	opacity: 1;
	left: 0 !important;
}

.timeline-feed li.time-item:before {
	content: ' ';
	display: block;
	border: solid 4px #FFFFFF;
	position: absolute;
	border-radius: 50%;
	width: 25px;
	background-color: #343434; /* $dark */
	height: 25px;
	top: 6px;
	z-index: 2;
}

.timeline-feed li.time-item:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 10%;
	background-color: #FFFFFF;
	height: 2px;
	top: 20px;
	z-index: 1;
}

.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 li.time-item.left:after {
	right: 0;
}

.timeline-feed .time-box {
	width: 90%;
	background-color: #FFFFFF;
	border: solid 2px #263F78; /* $tertiary */
	text-align: center;
	padding: 1em;
}

.case-system .timeline-feed .time-box h2 {
	text-transform: uppercase;
	color: #244B61;
	margin: 0;
}

.case-system .timeline-feed .time-box h3 {
	font-size: 1em;
	margin: 0;
}

.case-system .timeline-feed .time-box h3 span {
	color: #377193;
	font-size: .8em;
}

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

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

.timeline-feed .time-box .upper {
	display: block;
	border: none;
	background-color: #FFFFFF;
	padding: .5em 1.5em;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(left,#263F78,#0B1E3F); /* $tertiary,$primary */
	background-image: -moz-linear-gradient(left,#263F78,#0B1E3F); /* $tertiary,$primary */
	background-image: -o-linear-gradient(left,#263F78,#0B1E3F); /* $tertiary,$primary */
	background-image: linear-gradient(to right,#263F78,#0B1E3F); /* $tertiary,$primary */
}

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

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

.timeline-feed .time-box .lower {
	display: block;
	border: none;
	background-color: rgba(0,0,0,0.8);
	padding: .5em 1.5em;
	color: #FFFFFF;
}

.lower .right {
	float: right;
}

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

.timeline-format.res-page #MainContent {
	text-align: center;
	padding: .25em;
}
/* 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: #343434; /* $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 #343434; /* $dark */
	text-align: left;
}

#BlogEntry {
	padding: 0;
}

#BlogEntry li {
	line-height: 2em;
}

#BlogEntry h1 {
	text-align: left;
}

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

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

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

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

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

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

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

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

.blog > nav .blog-nextprev a:hover {
	color: #AEA68D; /* $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: #0B1E3F; /* $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: #AEA68D; /* $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: #343434; /* $dark */
	font-size: 1.5em;
	padding: 8px;
}

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

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

ul.post-list a.More {
	float: right;
	display: block;
	text-align: center;
	padding: 0 25px;
	background-color: #0B1E3F; /* $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: #AEA68D; /* $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 #AEA68D !important; /* $secondary */
	padding: 3px 25px 3px 10px;
	margin: 0 0 0 10px;
	background-color: #FFFFFF !important; /* $light */
	color: #6D6D6D !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: #0B1E3F; /* $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 #5D5D5D; /* lighten($dark,20%) */
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	border-radius: 0;
	width: 100%;
	margin-top: 10px;
}

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

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

.case-sys span {
}

.case-sys .result {
	color: #AEA68D; /* $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 Styles */
.video-container {
	width: 65%;
	height: 0;
	padding-bottom: 36.25%;
	position: relative;
	clear: both;
}

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

.video-container>div>* * {
	max-width: 100%;
	max-height: 100%;
}

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

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

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

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

|div.video div.item a:hover h3 {
	color: #AEA68D; /* $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: #AEA68D; /* $secondary */
	position: relative;
	width: 100%;
}

.reviews article .quote:after {
	content: '\E0EA';
	position: absolute;
	bottom: 0;
	color: #AEA68D; /* $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: #0B1E3F; /* $primary */
	text-align: center;
}

.reviews article .c-info:after {
	position: absolute;
	content: '\E0EC';
	bottom: 0;
	color: #0B1E3F; /* $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: #0B1E3F; /* $primary */
	text-transform: none;
}

.reviews article h1 a {
	color: #0B1E3F; /* $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: #AEA68D; /* $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: #0B1E3F; /* $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: #343434; /* $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-height:850px) {
	.sub .contact-form header {
		display: none;
	}
}

@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(11,30,63,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;
	}
}

@media (max-width:1500px) {
	.section-seven {
		background-position: left center;
	}

	.section-seven .half {
		background-color: #AEA78D;
		padding: 1.8em 2%;
	}
}

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

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

	.section-4-content {
		width: 100%;
	}

	.section-four {
		background-position: left center;
	}
}

@media (max-width:1250px) {
	.sub .contact-form {
		width: 100%;
		position: relative;
		padding: 0 2% 2em;
	}

	.sub .contact-form header {
		display: block;
	}

	.sub .site-container {
		width: 100%;
		float: none;
	}

	.sub .fixed {
		width: 100%;
	}

	.sub .case-result-scroller {
		display: none;
	}

	.sub-masthead .mast-Top .sub-tag {
		display: none;
	}

	.sub .contact-form input, .sub .contact-form textarea {
		margin: 0 0 .5em;
		max-width: none;
	}

	.sub .contact-form input {
		width: 32.5%;
		float: left;
	}

	.sub .contact-form input.Email {
		margin: 0 1.25% .5em;
	}

	.sub-masthead .mast-Top .td {
		padding: 1.5em 0;
	}
}

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

	.section-4-content .left {
		padding: 0;
	}

	.section-four {
		font-size: 1.5vw;
		padding-top: 2em;
	}

	.section-seven .half {
		width: 100%;
		float: none;
		max-width: none;
	}

	.section-seven {
		background-image: none;
	}

	.sub .case-result-scroller h2 {
		font-size: 1.7em;
	}

	.sect23bg {
		background-image: none;
	}
}

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

	footer {
	}

	.footer-one .td.second {
		display: none;
	}

	.footer-one .td {
		width: 50%;
	}

	.animation {
		height: 35.6rem;
	}

	.masthead {
		font-size: .85em;
	}

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

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

	.practice-nav .table {
		border-spacing: none;
	}
}

@media (max-width:950px) {
	.masthead {
	}

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

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

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

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

	.hidefordesktop {
		display: block;
	}
}

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

	.videoside {
		width: 95%;
	}

	.practice-nav .td {
		display: block;
		padding: 15% 0;
		width: 30%;
		margin: 1.5%;
		float: left;
	}

	.practice-nav .td div {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}

	.practice-nav .td:nth-child(4) {
		margin-left: 16.5%;
	}

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

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

	.section-4-content .right, .section-4-content .left {
		width: 100%;
		float: none;
	}

	.section-four h1 br, .section-four h2 br {
		display: none;
	}

	.section-four h1 {
		padding-bottom: .25em;
		margin-bottom: .25em;
		margin-top: 1em;
	}

	.footer-one .td {
		display: block;
		width: 100%;
		text-align: center;
	}

	.footer-one {
		padding: 2em 0;
	}

	.footer-one img {
		margin: 0 auto;
	}

	#StickyNav {
		display: none;
	}

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

	.section-one p, .section-one li {
		font-size: 16px;
		line-height: 1.6em;
	}
}

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

	#FeatureVideo3 {
		display: block;
	}

	#FeatureVideo {
	}

	#FeatureVideo2 {
		display: none;
	}

	.sub .contact-form input {
		font-size: 18px;
	}

	.sub .contact-form .btn {
		font-size: 16px;
		max-width: none;
		padding: .75em 0;
	}

	.sub-masthead .td.last {
		display: none;
	}

	.sub-masthead .mast-Top .td {
		padding: 1.5em 0;
		text-align: center;
	}

	.sub .image-area .td.first {
		display: none;
	}

	.sub .image-area .td.last {
		display: block;
		width: 100%;
	}

	.sub .practice-box ul li a {
		font-size: 1.2em;
	}

	.sub .top-nav li {
		padding: 1em 0;
	}

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

	.practice-nav .td {
		margin: 0 0 1em 0;
		width: 100%;
		padding: 0;
		height: auto;
	}

	.practice-nav .td div {
		background-image: none !important;
		background-color: #0B1E3F; /* $primary */
		border: 3px solid #263F78; /* $tertiary */
	}

	.practice-nav .td a {
		padding: 1% 0 0;
	}

	.practice-nav .td:nth-child(4) {
		margin-left: 0;
	}

	footer {
		padding-top: 6em;
	}

	main {
		margin-bottom: -3em;
	}

	.masthead {
		font-size: 1.8rem;
	}

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

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

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

	.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 #484848; /* 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 #484848; /* 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 {
		float: none;
		width: 100%;
	}

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

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

	.main-content ul li {
		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;
	}
}

@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%;
		background-image: none;
		box-shadow: none;
		background-color: #0B1E3F; /* $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(52,52,52,0.2); /* alpha($dark,20%) */
	}

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

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

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

@media (max-width:600px) {
	#FooterContent {
		display: none;
	}

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

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

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

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

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

	.sub .contact-form input {
		width: 100%;
		margin: 0 0 .5em !important;
	}
}

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

	.sub .practice-box ul li a {
		font-size: 1.8em;
	}

	.section-four h1, .section-four h2, .section-four h3 {
		font-size: 2em;
	}

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

	.info {
		width: 100% !important;
		margin: 3em 0 0;
	}

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

	.video-container {
		width: 100%;
		padding-bottom: 56.25%;
	}
}

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

	.section-zero h2 {
		font-size: 2em;
	}

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

	.sub .image-area .td.last {
		display: none;
	}

	.ContentCTA {
	}
}
/* End Responsive */

.videoside>div>* {
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	top: 0;
	left: 0;
}
