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

.two-column {
	-webkit-column-width: 500px;
	-moz-column-width: 500px;
	column-width: 500px;
	list-style-position: inside;
}

.two-column li {
	list-style-position: inside;
}14

.ssbp--state-hidden, #comment-tabs, .ourblog_delail {
	display: none;
}

body {
	background: #FFFFFF; /* $light */
	margin: 0px;
	padding: 0;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
}

old_colors {
	background-color: #CEDC28;
	color: #58B0A8;
	border-color: #6D968E;
	border-bottom: solid 1px #17465e; /* $secondary */
}

div[icobalt='CobaltControls.Controls.Script'] {
	background-color: #E600FF;
	color: #FFFFFF;
}

.divider {
	margin: .5em auto;
	display: block;
	height: 59px;
	background-image: url(../images/divider.png);
	background-size: initial;
	background-repeat: no-repeat;
	background-position: center;
}

.fancyfont {
	text-align: left;
	padding: 1.5em;
	margin: 1em auto;
	padding-left: 6em;
	background-color: #F2F4F6; /* lighten($lightGray,88%) */
	position: relative;
	font-size: 1.2em;
}

.fancyfont a {
}

.fancyfont:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 1em;
	width: 4em;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% auto;
}

.fancyfont p {
	margin: 0;
}

.fancyfont.v2 {
	padding: 1em;
	padding-left: 1.5em;
	border-left: solid 1em #17465e; /* $primary */
	border-top: solid 1px #17465e; /* $primary */
	background-color: transparent;
}

.fancyfont.v3 {
	border-color: #60647A; /* $dark */
	font-size: 1.2em;
	font-weight: 700;
}

.fancyfont.v4 {
	background-color: transparent;
}

.fancyfont.v2:before {
	display: none;
}

.content-image {
	float: right;
	margin: 1em 0 1em 1em;
}

form {
	overflow-x: hidden;
}

.css-table, .css-table.main {
	display: table;
	width: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

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

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

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

h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
	line-height: 1em;
}

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

h1, .swap-panel header h2 {
	color: #60647A; /* $dark */
	font-size: 2.5rem;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 300;
}

.swap-panel header h3 {
	margin-top: 1em;
}

h2, h3 {
	font-size: 1.3em;
	color: #17465e; /* $primary */
}

h4 {
	font-size: 1.3em;
	color: #17465e; /* $secondary */
}

a {
	text-decoration: none;
	color: #17465e; /* lighten($primary,7%) */
	display: inline;
}

.main-content a {
	display: inline-block;
	word-wrap: break-word;
	position: relative;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.touch .main-content a {
	display: inline;
}

.main-content a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #60647A; /* $dark */
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.touch .main-content a:after {
	display: none;
}

.main-content a:hover:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

a:hover {
	text-decoration: none;
	color: #60647A; /* $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 ul ul {
	margin: 0;
}

.btn {
	display: inline-block;
	padding: .75em 1.5em;
	font-size: 1em;
	text-transform: uppercase;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background-color: #17465e; /* $secondary */
	color: #FFFFFF; /* $light */
}

.btn:hover, a:hover .btn {
	background-color: #60647A; /* $dark */
	color: #FFFFFF; /* $light */
}

a:hover .text-highlight {
	background-color: #277F5C; /* 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: 1200px;
	width: auto;
	margin: 0px auto;
	position: relative;
	padding-left: 1%;
	padding-right: 1%;
}

.main.wide {
	max-width: 1600px;
}

.main.widest {
	max-width: none;
}

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

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: #60647A; /* $dark */
	box-shadow: 0 0 12px rgba(7,7,9,0.813);
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.Home .masthead-zone {
	background-color: transparent;
	box-shadow: none;
	width: 100%;
}

.Home .shrink-nav .masthead-zone {
	background-color: #60647A; /* $dark */
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	box-shadow: 0 0 12px rgba(7,7,9,0.813);
}

.sub .masthead-zone {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.cms-admin .masthead-zone {
	position: relative;
	height: auto;
	width: 100%;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.shrink-nav .masthead-zone {
	width: 100%;
	height: auto;
}

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

.Home .masthead:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(top,#373C46,rgba(255,255,255,0.01)); /* $darkestPrimary, */
	background-image: -moz-linear-gradient(top,#373C46,rgba(255,255,255,0.01)); /* $darkestPrimary, */
	background-image: -o-linear-gradient(top,#373C46,rgba(255,255,255,0.01)); /* $darkestPrimary, */
	background-image: linear-gradient(to bottom,#373C46,rgba(255,255,255,0.01)); /* $darkestPrimary, */
	z-index: -1;
}

.left-side.masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	z-index: 20;
}

.sub .left-side.masthead {
	display: none;
}

.shrink-nav .left-side.masthead {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.sub .top.masthead {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

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

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

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

.masthead.left-side .top-logo {
	width: 100%;
}

.masthead.left-side .top-logo img {
	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: 35%;
	padding: 0 3em;
}

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

.masthead .contact-info {
	width: 25%;
	text-align: center;
}

.masthead .menu {
	width: 5%;
	color: #FFFFFF; /* $light */
	text-align: center;
	cursor: pointer;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.masthead .menu:hover {
	color: #17465e; /* $secondary */
}

.masthead .menu span {
	display: block;
}

.masthead .menu icon {
	font-size: 2.5em;
}

.masthead .contact-info .phone-number {
	padding: 0 .5em;
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}

.contact-info .phone-link {
	font-size: 2em;
	color: #FFFFFF; /* $light */
	font-weight: 700;
}

.contact-info span {
	font-size: 1em;
	color: #FFFFFF; /* $light */
	display: block;
	font-weight: 400;
}

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

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

.masthead .top-social {
	display: table;
	width: auto;
	margin: 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: #38B684; /* lighten($primary,10%) */
	color: #FFFFFF; /* $light */
	font-size: 1em;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,#60647A 50%); /* ,$dark */
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 50%,#60647A 50%); /* ,$dark */
	background-image: -o-linear-gradient(top,rgba(255,255,255,0) 50%,#60647A 50%); /* ,$dark */
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#60647A 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;
}
/* End Masthead */

/* Top Nav Styles */
.nav-zone {
	background-color: #FFFFFF; /* $light */
	position: relative;
	z-index: 10;
}

.cms-admin .nav-zone {
}

.nav-zone h2 {
	color: #FFFFFF; /* $light */
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	padding: 0 .5em;
}

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

.nav-zone .nav {
	display: table-cell;
}

.nav-zone > .nav > ul {
	margin: 0 0 0 auto;
}

.top-nav {
	padding: 0;
}

.extra-nav {
	position: relative;
	padding-right: 3em;
}

.extra-nav li {
}

.mobile-menu .extra-nav {
	display: block;
	width: 100%;
	padding: 0;
}

.mobile-menu .extra-nav li {
	display: block;
	width: 100%;
}

.mobile-menu .extra-nav li a {
	color: #FFFFFF; /* $light */
}

.mobile-menu .search-bar {
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(3em);
	-moz-transform: translateX(3em);
	-o-transform: translateX(3em);
	transform: translateX(3em);
}

.mobile-menu .search-bar:hover {
	-webkit-transform: translateX(3em);
	-moz-transform: translateX(3em);
	-o-transform: translateX(3em);
	transform: translateX(3em);
}

.search-bar {
	position: absolute;
	top: 0;
	width: 3em;
	right: -3em;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.search-bar.static {
	position: relative;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	margin-bottom: 1.5em;
}

.item.search {
	padding: 1em;
	border: solid 1px #95A6B0; /* $lightGray */
	background-color: #FFFFFF; /* $light */
	box-shadow: 0 0 5px rgba(96,100,122,0.51); /* alpha($dark,51%) */
	margin-bottom: 1em;
}

.search-bar:hover {
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	transform: translateX(-250px);
}

.search-bar input {
	padding: 1em;
	width: 250px;
}

.search-bar input:focus {
	outline: none;
}

.search-bar img {
	position: absolute;
	top: 0;
	left: -3em;
	width: 3em;
	height: 100%;
	background-color: #60647A; /* $dark */
	background-image: url(../images/search.png);
	background-size: initial;
	background-position: center;
	background-repeat: no-repeat;
}

.search-bar:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -3em;
	width: 3em;
	height: 100%;
	background-color: #F2CD14; /* $accent */
}

.nav-zone .top-nav {
	padding-left: 25%;
	position: relative;
}

.nav-zone .top-nav:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	background-image: -webkit-linear-gradient(1deg,#FFFFFF 50%,rgba(255,255,255,0.01)); /* $light,alpha($light,1%) */
	background-image: -moz-linear-gradient(1deg,#FFFFFF 50%,rgba(255,255,255,0.01)); /* $light,alpha($light,1%) */
	background-image: -o-linear-gradient(1deg,#FFFFFF 50%,rgba(255,255,255,0.01)); /* $light,alpha($light,1%) */
	background-image: linear-gradient(89deg,#FFFFFF 50%,rgba(255,255,255,0.01)); /* $light,alpha($light,1%) */
}

.left-side .top-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90%;
	left: 5%;
	padding-left: 0;
}

.off-canvas {
	position: absolute;
	right: 0;
	width: 420px;
	background-color: rgba(55,60,70,0.93); /* alpha($darkestPrimary,93%) */
	-webkit-transform: translateX(100%) translateY(100%);
	-moz-transform: translateX(100%) translateY(100%);
	-o-transform: translateX(100%) translateY(100%);
	transform: translateX(100%) translateY(100%);
	-webkit-transition: .5s all ease .5s;
	-moz-transition: .5s all ease .5s;
	-o-transition: .5s all ease .5s;
	transition: .5s all ease .5s;
	bottom: 0;
}

.mobile-menu .off-canvas {
	position: static;
	width: auto;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	background-color: transparent;
}

.mobile-menu .off-canvas li a {
	text-align: center;
}

.cms-editing-layout {
	-webkit-transform: translateX(0) translateY(100%);
	-moz-transform: translateX(0) translateY(100%);
	-o-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%);
}

.off-canvas.open {
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	-webkit-transform: translateX(0) translateY(100%);
	-moz-transform: translateX(0) translateY(100%);
	-o-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%);
}

.off-canvas ul, .off-canvas ul li {
	display: block;
	text-align: left;
}

.off-canvas ul li {
	border-bottom: solid 1px #BDC0C2; /* adjust($lightGray,31%,-75%,0%) */
}

.off-canvas ul li:last-of-type {
	border-bottom: none;
}

.off-canvas ul li a {
	display: block;
	padding: .75em;
}

.cms-admin .top-nav ul.show-on-medium {
	display: table;
}

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

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

.top-nav .mobile-nav li a {
	color: #17465e; /* $primary */
}

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

.left-side .top-nav ul {
	display: block;
}

.top-nav li {
	display: table-cell;
	width: auto;
	padding: 0 1%;
	text-align: center;
	vertical-align: middle;
	-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;
}

.left-side .top-nav li {
	display: block;
	border-bottom: solid 1px #60647A; /* $dark */
}

.left-side .top-nav li:last-child {
	border-bottom: none;
}

.top-nav li:hover, .top-nav li.iflyOver {
	background-color: #FFFFFF; /* $light */
}

.top-nav li:hover a, .top-nav li.iflyOver a {
	color: #373C46; /* $darkestPrimary */
}

.top-nav li.social-button {
	border-left: solid 1px rgba(96,100,122,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;
}

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

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

.top-nav a:hover {
}
/* End Top Nav Styles */

/* Animation */
.image-zone {
	position: relative;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.shrink-nav + .image-zone, .sub .image-zone {
	padding-left: 0;
}

.animation {
	position: relative;
	height: 90vh;
	-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: #AAE5CD; /* lighten($primary,63%) */
	border-bottom: solid 1em #19435b; /* $accent */
	z-index: 10;
}

.indicator-dots {
	position: absolute;
	bottom: 4em;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 20;
}

.indicator-dots .slide-nav {
	display: inline-block;
	width: 60px;
	height: 10px;
	border-radius: .25em;
	background-color: #95A6B0; /* $lightGray */
	margin-right: 8px;
}

.indicator-dots .slide-nav:last-child {
	margin-right: 0;
}

.indicator-dots .slide-nav.active, .indicator-dots .slide-nav:hover {
	background-color: #FFFFFF;
	cursor: pointer;
}

.scroll-arrow {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 48px;
	height: 48px;
	background-image: url(../images/arrow-down.png);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 11;
	cursor: pointer;
}

.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 .main {
	opacity: 0;
}

.slide .main {
	height: 100%;
	max-width: none;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.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;
	left: 0;
	max-height: 85%;
	bottom: 0;
}

.info {
	position: relative;
	padding: 1em;
	text-align: center;
	top: 50%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: table;
}

.slide1 .info, .slide2 .info {
	margin: 0 auto 0 44%;
	max-width: 1070px;
}

.no-rgba .info {
	top: 20%;
}

.info h2, .info h3 {
	text-shadow: 1px 1px 1px #1A1B21; /* darken($dark,73%) */
}

.info h2 {
	font-size: 3em;
	line-height: 1em;
	color: #FFFFFF; /* $light */
	text-transform: uppercase;
	letter-spacing: .06em;
	font-weight: 700;
}

.info h3 {
	font-size: 2.8em;
	line-height: 1;
	color: #FFFFFF;
	margin: 0 auto;
}

.info p {
	margin: 0 auto;
	font-size: 1.6em;
	font-weight: bold;
	color: #60647A; /* $dark */
}

.info .btn {
	margin-top: 1em;
	opacity: 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}
/* End Animation */

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

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

.bread-crumbs {
	padding: .5em;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	background-color: rgba(55,60,70,0.85); /* alpha($darkestPrimary,85%) */
}

.bread-crumbs a {
	color: #8195A1; /* darken($lightGray,11%) */
}

.bread-crumbs a:hover {
	color: #FFFFFF; /* $light */
}

.bread-crumbs span {
	color: #FFFFFF; /* $light */
}

.bread-crumbs icon {
	display: inline-block;
	font-size: .7em;
	padding: 0 .5em;
}

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

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

.sub-slide .main {
	padding: 5em 2%;
	max-width: 1400px;
}

.sub-slide h2 {
	display: inline-block;
	padding: .3em;
	font-size: 3.35em;
	line-height: 1em;
	color: #FFFFFF;
	background-color: rgba(55,60,70,0.85);
	margin: 0 auto;
}
/* End Sub Slide */

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

.section-zero h1, .section-zero header h2, .section-zero a h2 {
}

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

.section-zero p {
}

.video-panel.container {
	position: relative;
	margin: 0 auto;
	padding: 3em 0;
}

.video-panel.container .video-wheel {
	position: relative;
	width: 100%;
}

.video-panel.container header p {
	max-width: 1000px;
	margin: .5em auto;
}

.video-panel.container .container {
	margin: 0 auto;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	position: relative;
	overflow: hidden;
	width: 95%;
}

.video-panel .container ul {
	display: table;
	table-layout: fixed;
	position: relative;
	overflow: hidden;
}

.video-panel .container ul li {
	display: table-cell;
	vertical-align: top;
}

.video-panel .container ul li video {
	width: 95%;
	margin: 0 auto;
	display: block;
}

.video-panel .container ul li a {
	display: block;
	position: relative;
}

.video-panel .container ul li a img {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 18em;
	width: 95%;
	margin: 0 auto;
}

.video-panel.container .scroll-nav {
	position: absolute;
	top: calc(50% - 1em);
	width: 100%;
	z-index: 30;
}

.video-panel.container .scroll-nav span {
	display: block;
	cursor: pointer;
	position: absolute;
	visibility: visible;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.video-panel.container .scroll-nav span:hover {
}

.video-panel.container .scroll-nav span.prev {
	left: .5%;
}

.video-panel.container.start .scroll-nav span.prev {
	visibility: hidden;
}

.video-panel.container .scroll-nav span.next {
	right: .5%;
}

.video-panel.container.end .scroll-nav span.next {
	visibility: hidden;
}

.video-panel.container .scroll-nav span img {
	position: relative;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	z-index: -1;
}

.video-panel.container .scroll-nav span:hover img {
}

.button-text {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 1.5em;
	position: relative;
}

_.button-text:after {
	content: '\e9e3';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1.5em;
	height: 100%;
	font-family: 'icomoon-ult';
	line-height: 0;
	font-size: .8em;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
/* End Section 0 Styles */

/* Firm Motto Section */
.section-zero-point-five {
	background-image: url(../images/napali.jpg);
	padding: 5em 0;
	position: relative;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-zero-point-five .blurb-box {
	background-color: rgba(255,255,255,0.9); /* alpha($light,90%) */
	padding: 1.5em 1em;
	width: 38%;
	margin-left: 15%;
	position: relative;
	text-align: left;
}

.section-zero-point-five .blurb-box img {
	margin-bottom: 1em;
	width: 100%;
	height: auto;
}

.section-zero-point-five .blurb-box h2 {
	position: relative;
}

.section-zero-point-five .btn-container {
	text-align: center;
}

.section-zero-point-five .btn-container .btn {
}
/* End Firm Motto Section */

/* Section 1 Styles */
.section-one {
	background-color: #FFFFFF; /* $light */
	text-align: left;
	padding: 1.8em 0px;
	color: #373C46; /* $darkestPrimary */
	line-height: 1.75;
	font-size: 17px;
	position: relative;
	z-index: 10;
	border-top: solid 1px #17465e; /* $darkPrimary */
}

.section-one:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background-image: -webkit-linear-gradient(top,#E2E7EA,#FFFFFF);
	background-image: -moz-linear-gradient(top,#E2E7EA,#FFFFFF);
	background-image: -o-linear-gradient(top,#E2E7EA,#FFFFFF);
	background-image: linear-gradient(to bottom,#E2E7EA,#FFFFFF);
	max-height: 100%;
}

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

.sub .section-one {
	width: auto;
	margin: 0 auto;
	text-align: left;
}

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

.section-one .main > article {
	padding: 0 1em;
}

.section-one .main > aside {
	float: right;
	width: 480px;
	margin: 0 0 1.5em 1.5em;
	position: relative;
	z-index: 15;
}

.section-one .main-content {
	text-align: left;
}

.section-one .main-content h1 {
	font-size: 3.8em;
	position: relative;
	text-transform: none;
	letter-spacing: 0;
	display: table;
	padding-bottom: .15em;
	margin-bottom: .15em;
	color: #17465e; /* $darkPrimary */
	font-weight: 300;
}

.sub .section-one .main-content h1 {
	font-size: 2.6em;
	color: #17465e; /* $darkPrimary */
	font-weight: 400;
}

.section-one .main-content h2 {
	color: #373C46; /* $darkestPrimary */
	font-size: 1.95em;
}

.section-one .main-content h1:before {
	content: '';
	display: block;
	position: absolute;
	width: 3em;
	height: 3em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: -2.3em;
	top: -0.9em;
}
/* End Section 1 Styles */

/* Section 2 Styles */
.section-two {
	color: #FFFFFF; /* $light */
	background-color: #60647A; /* $dark */
}

.section-two a {
}

.section-two .iswap > * {
}

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

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

.section-two p {
}

.section-two .btn:hover {
}

.testimonials li h3 {
	font-weight: 300;
	line-height: 1.4;
	font-size: 2em;
}
/* End Section 2 Styles */

/* Section 3 Styles */
.section-three {
	background-color: #FFFFFF; /* $light */
	color: #60647A; /* $dark */
	border-top: solid 2px #EBEBEB; /* darken($light,8%) */
	position: relative;
	padding: 3em 0;
}

.Home .section-three {
	padding: 0;
	border: 0;
}

.sub .section-three {
	padding: 0;
}

.section-three:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background-image: -webkit-linear-gradient(bottom,#E2E7EA,#FFFFFF);
	background-image: -moz-linear-gradient(bottom,#E2E7EA,#FFFFFF);
	background-image: -o-linear-gradient(bottom,#E2E7EA,#FFFFFF);
	background-image: linear-gradient(to top,#E2E7EA,#FFFFFF);
	max-height: 100%;
	z-index: 1;
}

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

.section-three h1, .section-three header h2, .section-three a h2 {
	text-transform: none;
}

.alt-content {
	position: relative;
	z-index: 2;
	text-align: left;
}

.alt-content h2 {
	font-size: 2.5em;
	color: #373C46; /* $darkestPrimary */
}

.alt-content h3 {
	margin-top: .75em;
}
/* End Section 3 Styles */

/* Section 4 Styles */
.section-four {
	color: #FFFFFF; /* $light */
	background-color: #373C46; /* $darkestPrimary */
}

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

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

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

.section-four .btn {
}

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

/* Section 5 Styles */
.section-five {
	background-color: #95A6B0; /* $lightGray */
	color: #FFFFFF; /* $light */
}

.sub .section-five {
}

.section-five h1, .section-five header h2, .section-five a h2 {
	color: #FFFFFF; /* $light */
	border-bottom: solid 1px #17465e; /* $secondary */
	padding-bottom: .2em;
}

.section-five h3 {
	color: #60647A; /* $dark */
}

.section-five .btn {
}

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

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

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

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

.section-six .btn:hover {
}

.section-six .cta-list ul li {
	opacity: 1;
}

.main-practice-nav ul {
	display: block;
	width: 100%;
	position: relative;
}

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

.main-practice-nav li {
	display: block;
	width: 24.8125%;
	margin-right: .25%;
	margin-bottom: .25%;
	float: left;
}

.main-practice-nav li a {
	display: block;
	background-color: #2F313C; /* darken($dark,51%) */
	color: #FFFFFF; /* $light */
	padding: 1.5em .5em;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.main-practice-nav li a:hover {
	background-color: #4C4F60; /* darken($dark,21%) */
}

.main-practice-nav li:nth-child(4n) {
	margin-right: 0;
}
/* End Section 6 Styles */

/* Section 7 Styles */
.section-seven {
	background-color: #373C46; /* $darkestPrimary */
	color: #FFFFFF; /* $light */
}

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

.section-seven header p {
}

.value-statements header {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.value-statements ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.value-statements ul li {
	display: table-cell;
	width: 16.67%;
	vertical-align: top;
	padding: 0 1em;
	color: #FFFFFF; /* $light */
}

.value-statements ul li img {
	margin: 0 auto .5em;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.value-statements ul li:hover img {
	-webkit-transform: translateY(-1rem);
	-moz-transform: translateY(-1rem);
	-o-transform: translateY(-1rem);
	transform: translateY(-1rem);
}

.value-statements ul li .one-word {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 300;
	font-size: 1.1em;
	margin: 1em auto;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.value-statements ul li:hover .one-word {
	-webkit-transform: translateY(-1rem);
	-moz-transform: translateY(-1rem);
	-o-transform: translateY(-1rem);
	transform: translateY(-1rem);
}

.value-statements ul li .description {
	opacity: 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.touch .value-statements ul li .description {
	opacity: 1;
}

.value-statements ul li:hover .description {
	opacity: 1;
}
/* End Section 7 Styles */

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

.landing .section-eight {
	border-bottom: solid 1px #373C46; /* $darkestPrimary */
	line-height: 1.5;
}

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

.section-eight h1, .section-eight header h2, .section-eight a h2 {
	color: #17465e; /* $darkPrimary */
}

.section-eight h2 {
	font-size: 2.3em;
}

.section-eight h3 {
}

.section-eight p {
}

.case-results ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

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

.case-results ul li {
	display: block;
	float: left;
	width: 24.8125%;
	margin-right: .25%;
	margin-bottom: .25%;
	padding: 1em;
	background-color: #353743; /* darken($dark,45%) */
	position: relative;
}

.case-results ul li.Criminal-Defense {
	background-color: #595D71; /* darken($dark,7%) */
}

.case-results ul li.Drug-Crimes {
	background-color: #7E8299; /* lighten($dark,21%) */
}

.system.case-results ul li {
	text-align: center;
	min-height: 320px;
}

.case-results ul li img {
	display: block;
	margin: .5em auto;
	height: 40px;
}

.case-results ul li .title {
	position: absolute;
	top: 4em;
	left: 5%;
	text-align: center;
	width: 90%;
}

.system.case-results ul li .title {
	position: static;
	color: #FFFFFF; /* $light */
	width: 100%;
}

.case-results ul li:nth-child(4n) {
	margin-right: 0;
}

.case-results ul li .result {
	font-weight: 100;
	color: #17465e; /* $primary */
	text-transform: uppercase;
	margin: 3em auto 1em;
	font-size: 1.6em;
}

.system.case-results ul li .result {
	margin: 1em auto;
	text-align: center;
	line-height: 1.3;
}
/* End Section 8 Styles */

/* Section 9 Styles */
.section-nine {
	background-color: #373C46; /* $darkestPrimary */
	color: #60647A; /* $dark */
}

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

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

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

.locations {
	text-align: left;
}

.locations header {
	width: 55%;
}

.locations li {
	margin-bottom: 1em;
}

.locations li > div {
	position: relative;
	padding: .5em 0;
}

.locations .text-cell h3 {
	color: #17465e; /* $secondary */
}

.locations .text-cell p {
	margin: 0;
}

.locations li > div:before {
	content: '';
	display: block;
	position: absolute;
	left: -1.5em;
	top: 0;
	width: 1em;
	background-color: #CED0D8; /* lighten($dark,70%) */
	height: 100%;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.locations li > div:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -1em;
	width: 150%;
	height: 1px;
	background-color: #D1D3DB; /* lighten($dark,72%) */
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.locations li > div:before, .locations li > div:after {
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	opacity: 0;
}

.locations li > div.show:before, .locations li > div.show:after {
	opacity: 1;
}

.locations li > div.show:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.locations li > div.show:before {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.map-cell {
	position: relative;
}

.map-cell .texas {
	position: relative;
	z-index: 20;
}

.map-wrapper {
	position: absolute;
	top: 37%;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	z-index: 20;
}

.sub .map-wrapper {
	-webkit-transform: translateY(-58%) scale(1);
	-moz-transform: translateY(-58%) scale(1);
	-o-transform: translateY(-58%) scale(1);
	transform: translateY(-58%) scale(1);
	top: 50%;
}

.locations .map-pins img {
	position: absolute;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	z-index: 30;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
}

.locations .map-pins img[data-location='El-Paso'] {
	top: 40%;
	left: 0;
}

.locations .map-pins img[data-location='Austin'] {
	top: 53%;
	left: 65%;
}

.locations .map-pins img[data-location='Alvin'] {
	top: 62%;
	left: 85%;
}

.locations .map-pins img[data-location='Richmond'] {
	top: 61%;
	left: 83%;
}

.locations .map-pins img[data-location='Houston'] {
	top: 61%;
	left: 84%;
}

.locations .map-pins img.show {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}
/* End Section 9 Styles */

/* Section 10 Styles */
.section-ten {
	background-color: #60647A; /* $dark */
}

.blog-feed {
	padding: 0 !important;
}

.blog-feed header {
	padding: 1em;
	text-align: left;
	margin-bottom: 0;
}

.blog-feed header h2, .blog-feed header .button-text {
	display: inline-block;
	vertical-align: middle;
	color: #6D968E;
}

.blog-feed header .button-text {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: .05em;
	width: 20%;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.blog-feed header .button-text:hover {
	color: #373C46; /* $darkestPrimary */
}

.blog-feed header .button-text:hover:after {
	right: -1em;
}

.blog-feed header h2 {
	padding-right: .5em;
	width: 79%;
}

.blog-feed header .btn:hover {
	background-color: #FFFFFF; /* $light */
	color: #60647A; /* $dark */
}

.blog-section .featured-blog {
	color: #FFFFFF; /* $light */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/blogbg.jpg);
	text-align: left;
}

.blog-section .featured-blog a {
	display: block;
	color: #FFFFFF; /* $light */
	padding: 3em;
}

.blog-section .featured-blog h3 {
	text-transform: uppercase;
	font-size: 2em;
	color: #FFFFFF; /* $light */
	letter-spacing: .08em;
	margin-bottom: 1em;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.blog-section .featured-blog a:hover h3 {
	color: #17465e; /* $primary */
}

.blog-section .featured-blog .date {
	color: #17465e; /* $primary */
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 100;
}

.blog-section .featured-blog .date .day {
	font-size: 2em;
	font-weight: 700;
}

.blog-feed .photo-cell {
	background-color: #17465e; /* $primary */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/blog-image.jpg);
}

.blog-feed .individual-post {
	text-align: left;
	background-color: #95A6B0; /* $lightGray */
	color: #FFFFFF; /* $light */
	position: relative;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	border: solid 1px #95A6B0; /* $lightGray */
	border-left: none;
	border-right: none;
}

.blog-feed .individual-post a {
	display: block;
	padding: 1.5em;
}

.blog-feed .individual-post.show {
	background-color: #FFFFFF; /* $light */
}

.blog-feed .individual-post.show a, .blog-feed .individual-post.show a h3 {
	color: #373C46; /* $darkestPrimary */
	border-color: #95A6B0; /* $lightGray */
}

.blog-feed .individual-post.show a .date {
	color: #95A6B0; /* $lightGray */
}

.blog-feed .individual-post .text {
	display: none;
}

.blog-feed .individual-post a, .blog-feed .individual-post a h3 {
	color: #FFFFFF;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.blog-feed .individual-post a h3 {
	text-transform: uppercase;
	border-top: solid 1px #FFFFFF; /* $light */
	padding: .25em 0;
}
/* End Section 10 Styles */

/* CTA Styles */
.cta-list {
	display: table;
	width: 100%;
	position: relative;
	padding: 0 !important;
	text-align: center;
	color: #60647A; /* $dark */
	background-color: #F7F7F9; /* lighten($dark,95%) */
}

.cta-list > .feature-cta {
	color: #60647A; /* $dark */
	background-image: url(../images/CTA-background2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.cta-list > div {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.cta-list ul {
	display: table;
	width: 100%;
	border-spacing: 0;
}

.cta-list ul li {
	position: relative;
	display: table-cell;
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.cta-list ul li.active {
	opacity: 1;
}

.cta-list ul li.active.cta2 {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.cta-list ul li.active.cta3 {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.cta-list ul li img {
	display: block;
	margin: 1em auto;
}

.cta-list > .feature-cta a {
	color: #60647A; /* $dark */
	display: block;
	padding: 5em 1em 5em 40%;
	position: relative;
}

.cta-list > .feature-cta .btn {
	display: inline-block;
}

.cta-list > .feature-cta h2 {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 2em;
}

.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;
	padding: 6em 1em;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	text-transform: uppercase;
	font-weight: 300;
	background-color: transparent;
}

.cta-list ul li a:hover {
	background-color: #60647A !important;
}

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

.cta-list li h2 {
	font-size: 1.45em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #FFFFFF; /* $light */
	-webkit-transform: translateY(3em);
	-moz-transform: translateY(3em);
	-o-transform: translateY(3em);
	transform: translateY(3em);
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.cta-list.practice-area li h2 {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.cta-list li a:hover h2, .touch .cta-list li h2 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.cta-list ul li p {
	line-height: 1.4;
	margin: 0 auto;
	padding: .5em;
	color: #FFFFFF; /* $light */
	max-width: 90%;
	text-transform: none;
	font-weight: 400;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	opacity: 0;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
}

.cta-list ul li a:hover p, .touch .cta-list ul li p {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

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

.side-cta {
	text-align: center;
}

.side-cta a {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 2em 1em;
	color: #FFFFFF; /* $light */
}

.side-cta a h2 {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 300;
	color: #373C46; /* $darkestPrimary */
}

.side-cta a p {
	color: #373C46; /* $darkestPrimary */
	line-height: 1.4;
}
/* End CTA Styles */

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

.side .practice-nav {
	background-color: #60647A; /* $dark */
	overflow: hidden;
}

.side .practice-nav h2, .side .practice-nav h3 {
	color: #FFFFFF; /* $light */
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .1em;
}

.practice-nav li {
	display: inline-block;
	width: 100%;
	border-bottom: solid 1px #989BAE; /* lighten($dark,37%) */
}

.practice-nav li a {
	display: block;
	color: #FFFFFF; /* $light */
	padding: .5em 1em;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.practice-nav li.selected a {
	background-color: #212229; /* darken($dark,66%) */
}

.practice-nav li.selected a:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.practice-nav li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -1em;
	width: .75em;
	height: 100%;
	background-color: #A7AABA; /* lighten($dark,46%) */
}

.practice-nav li a:hover {
	color: #FFFFFF; /* $light */
	-webkit-transform: translateX(1em);
	-moz-transform: translateX(1em);
	-o-transform: translateX(1em);
	transform: translateX(1em);
}
/* End Practice Areas Nav */

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

.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 #DEDFE5; /* 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 #DEDFE5; /* lighten($dark,80%) */
}

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

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

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

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

.content-scroll.active .scroll-nav {
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	visibility: visible;
}

.content-scroll .scroll-nav {
	visibility: hidden;
}

.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: '\e0f6';
}

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

.content-scroll .scroll-nav span:hover:after {
	color: #C9C9C9; /* darken($light,21%) */
}

.attorney-list li {
	display: inline-block;
	width: 14.285%;
	vertical-align: top;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	position: relative;
	text-align: left;
	margin-right: .75%;
	overflow: hidden;
	height: 250px;
}

.attorney-list li.show {
	width: 35%;
	background-color: #708794; /* darken($lightGray,20%) */
	-webkit-transition: .5s all ease 0s;
	-moz-transition: .5s all ease 0s;
	-o-transition: .5s all ease 0s;
	transition: .5s all ease 0s;
}

.attorney-list li .photo-cell {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.attorney-list li.show .photo-cell {
	width: 40.8%;
}

.attorney-list li .text-cell {
	width: 100%;
	text-align: left;
	opacity: 1;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	padding: 1em;
	display: inline-block;
	top: 0;
	left: 0;
	height: 100%;
	padding-left: 33%;
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.attorney-list li .text-cell * {
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	opacity: 0;
}

.attorney-list li.show .text-cell {
	opacity: 1;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	background-size: 30% auto;
}

.attorney-list li.show .text-cell * {
	opacity: 1;
}

.attorney-list li .text-cell h3 {
	font-size: 2em;
	color: #F2CD14; /* $accent */
	padding-bottom: .25em;
	margin-bottom: .25em;
	border-bottom: solid 1px #95A6B0; /* $lightGray */
	text-transform: uppercase;
	font-weight: 300;
}

.attorney-list li .text-cell h4 {
	font-weight: 300;
	color: #FFFFFF; /* $light */
	margin-bottom: 1em;
	letter-spacing: .05em;
}

.attorney-list li .text-cell a {
	color: #F2CD14; /* $accent */
	text-transform: uppercase;
	display: block;
	text-align: right;
	position: relative;
}

.staff-list {
	color: #60647A; /* $dark */
}

.staff-list img {
	background-color: #60647A; /* $dark */
	margin: 0 auto .25em;
	height: 120px;
	width: 120px;
	display: block;
	max-width: 90%;
}

.staff-list h3 {
	color: #17465e; /* $secondary */
}

.staff-list li {
	text-align: center;
}
/* 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 .two {
	background-color: #17465e; /* $primary */
}

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

.standard-feed li h3 {
	margin: .7em 0;
	text-transform: none;
	font-size: 1.5em;
	line-height: 1.2em;
}
/* End Standard Feed Scroller */

/* Video Feed */
.video-display {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	width: 100%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: none;
}

.no-flexbox .video-display {
	display: table;
}

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

.video-display .video {
	position: relative;
	margin: 0 0 0 1%;
	display: block;
	width: 59%;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-perspective: 100vw;
	-moz-perspective: 100vw;
	-o-perspective: 100vw;
	perspective: 100vw;
	overflow: hidden;
}

.no-flexbox .video-display .video {
	display: table-cell;
	vertical-align: middle;
}

.video-display .video .video-container {
	padding-bottom: 56.25%;
	position: relative;
}

.video-display .video li {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	opacity: 1;
}

.video-display .video .inactive {
	-webkit-transform: rotate(0deg) translateX(2em);
	-moz-transform: rotate(0deg) translateX(2em);
	-o-transform: rotate(0deg) translateX(2em);
	transform: rotate(0deg) translateX(2em);
	opacity: 0;
}

.video-display .video .active {
	-webkit-transform: rotate(-5deg) translateX(-2em);
	-moz-transform: rotate(-5deg) translateX(-2em);
	-o-transform: rotate(-5deg) translateX(-2em);
	transform: rotate(-5deg) translateX(-2em);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.video-display .video li video {
	position: absolute;
	height: 100%;
	width: auto;
	top: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%,0,0);
	-moz-transform: translate3d(-50%,0,0);
	-o-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
}

.no-flexbox .video-display .video li video {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	margin-left: -50%;
}

.video-display .video-content {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 20%;
	padding: 0 1%;
	line-height: 1.5;
	text-align: left;
}

.no-flexbox .video-display .video-content {
	width: 100%;
	padding: 1.5em 1% 0;
}

.video-display .video-content h2 {
	text-align: left;
	margin: 0 0 1em;
	font-size: 2.1em;
	color: #60647A; /* $dark */
	text-transform: uppercase;
}

.video-display .video-content p {
	text-align: left;
}

.video-display .video-content .btn {
	color: #60647A; /* $dark */
	margin-top: 1.5em;
}

.video-display .video-content .btn:hover {
	color: #FFFFFF; /* $light */
}

.video-display .video-wheel {
	display: block;
	vertical-align: middle;
	position: relative;
	width: 20%;
	overflow: hidden;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.no-flexbox .video-display .video-wheel {
	display: table-cell;
	width: 25%;
}

.video-display .video-wheel ul {
	height: 35em;
	position: relative;
}

.video-display .video-wheel ul:after {
	position: absolute;
	font-family: 'icomoon-ult';
	left: 100%;
	font-size: 5em;
	line-height: 1em;
	margin-top: -.5em;
	color: #C9D6A6;
	z-index: 1;
	opacity: .5;
	top: 50%;
	_content: '\e221';
}

.video-display .video-wheel ul:before {
	position: absolute;
	font-family: 'icomoon-ult';
	left: 100%;
	font-size: 1em;
	line-height: 1em;
	margin-top: 1em;
	color: #FFFFFF;
	z-index: 2;
	margin-left: 3.5em;
	border-radius: 50%;
	background-color: #80A3B8;
	padding: .25em;
	top: 50%;
	_content: '\ebd8';
}

.video-display .video-wheel li {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(100%, -50%);
	-moz-transform: translate(100%, -50%);
	-o-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	-webkit-transition: .5s linear;
	-moz-transition: .5s linear;
	-o-transition: .5s linear;
	transition: .5s linear;
	cursor: pointer;
	opacity: 0;
	right: 0;
	padding: 0 5%;
}

.video-display .video-wheel a {
	display: block;
	padding-bottom: 55%;
	background-position: center;
	background-size: cover;
}

.video-display .video-wheel .prevfar {
	top: -12em;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 0;
	margin-right: 0;
}

.video-display .video-wheel .prev {
	top: -5%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
	margin-right: 0;
}

.video-display .video-wheel a span {
	opacity: 0;
	position: absolute;
	left: 5%;
	width: 90%;
	height: auto;
	padding: .5em 1em;
	color: #FFFFFF;
	font-size: 1.15em;
	text-align: center;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
	background-color: #353535;
	z-index: 1;
}

.video-display .video-wheel .prev a {
	opacity: .3;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.video-display .video-wheel .prev:after {
	position: absolute;
	font-family: 'icomoon-ult';
	content: '\e918';
	color: #D7D7D7;
	bottom: 1em;
	left: 50%;
	font-size: 2em;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	opacity: 1;
	background-color: #60647A; /* $dark */
	padding: .5em;
	border-radius: .5em;
	line-height: 1em;
	margin-left: -1em;
}

.video-display .video-wheel .prev:hover:after {
	color: #FFFFFF;
	background-color: #2E303B; /* darken($dark,52%) */
}

.video-display .video-wheel .current {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	margin-right: 0;
	opacity: 1;
	top: 33%;
}

.video-display .video-wheel .current a span {
	opacity: 1;
	bottom: 0;
}

.video-display .video-wheel .next {
	top: 70%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
	margin-right: 0;
}

.video-display .video-wheel .next a {
	opacity: .4;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.video-display .video-wheel .next:after {
	position: absolute;
	font-family: 'icomoon-ult';
	content: '\e911';
	color: #D7D7D7;
	left: 50%;
	font-size: 2em;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	top: 1em;
	background-color: #60647A; /* $dark */
	padding: .5em;
	line-height: 1em;
	border-radius: .5em;
	margin-left: -1em;
	border: solid 1px #FFFFFF; /* $light */
}

.video-display .video-wheel .next:hover:after {
	color: #FFFFFF;
	background-color: #202128; /* darken($dark,67%) */
}

.video-display .video-wheel .nextfar {
	top: -1.5em;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
	margin-right: 0;
}

.video:hover .bottom-bar {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.video .bottom-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	background-color: #565A6E; /* darken($dark,10%) */
	color: #FFFFFF;
	padding: .5em;
	opacity: 1;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	display: table;
	vertical-align: middle;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.touch .video .bottom-bar {
	display: none;
}

.video li.inactive .bottom-bar {
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.video .bottom-bar h3 {
	font-size: 1.7em;
	display: table-cell;
	vertical-align: middle;
	width: auto;
	padding: .5em 0;
	color: #FFFFFF; /* $light */
}

.video .bottom-bar .play-btn {
	background-color: #24334F;
	color: #D7D7D7;
	padding: .75em .5em;
	margin-right: 2%;
	display: table-cell;
	vertical-align: middle;
	width: auto;
	font-size: 1.25em;
}

.video .bottom-bar .play-btn span {
	vertical-align: middle;
	margin-right: .3em;
	display: inline-block;
}

.video .bottom-bar .play-btn icon {
	color: #FFFFFF;
	position: relative;
	vertical-align: middle;
	font-size: .9em;
}

@-webkit-keyframes ifront {
	0% { -webkit-transform: translate(0,0); }
	35% { -webkit-transform: translate(0, -.35em); }
	50% { -webkit-transform: translate(0, -.5em) rotateY(180deg); }
	100% { -webkit-transform: translate(0, 0) rotateY(180deg); }
}

@-moz-keyframes ifront {
	0% { -moz-transform: translate(0,0); }
	35% { -moz-transform: translate(0, -.35em); }
	50% { -moz-transform: translate(0, -.5em) rotateY(180deg); }
	100% { -moz-transform: translate(0, 0) rotateY(180deg); }
}

@-o-keyframes ifront {
	0% { -o-transform: translate(0,0); }
	35% { -o-transform: translate(0, -.35em); }
	50% { -o-transform: translate(0, -.5em) rotateY(180deg); }
	100% { -o-transform: translate(0, 0) rotateY(180deg); }
}

@keyframes ifront {
	0% { transform: translate(0,0); }
	35% { transform: translate(0, -.35em); }
	50% { transform: translate(0, -.5em) rotateY(180deg); }
	100% { transform: translate(0, 0) rotateY(180deg); }
}

@-webkit-keyframes iback {
	0% { -webkit-transform: translate(0,0); }
	35% { -webkit-transform: translate(0, -.35em); }
	50% { -webkit-transform: translate(0, -.5em) rotateY(180deg); opacity: 1; }
	65% { -webkit-transform: translate(0, -.5em) rotateY(180deg); }
	100% { -webkit-transform: translate(0, 0) rotateY(180deg); opacity: 0; }
}

@-moz-keyframes iback {
	0% { -moz-transform: translate(0,0); }
	35% { -moz-transform: translate(0, -.35em); }
	50% { -moz-transform: translate(0, -.5em) rotateY(180deg); opacity: 1; }
	65% { -moz-transform: translate(0, -.5em) rotateY(180deg); }
	100% { -moz-transform: translate(0, 0) rotateY(180deg); opacity: 0; }
}

@-o-keyframes iback {
	0% { -o-transform: translate(0,0); }
	35% { -o-transform: translate(0, -.35em); }
	50% { -o-transform: translate(0, -.5em) rotateY(180deg); opacity: 1; }
	65% { -o-transform: translate(0, -.5em) rotateY(180deg); }
	100% { -o-transform: translate(0, 0) rotateY(180deg); opacity: 0; }
}

@keyframes iback {
	0% { transform: translate(0,0); }
	35% { transform: translate(0, -.35em); }
	50% { transform: translate(0, -.5em) rotateY(180deg); opacity: 1; }
	65% { transform: translate(0, -.5em) rotateY(180deg); }
	100% { transform: translate(0, 0) rotateY(180deg); opacity: 0; }
}

.view-more {
	display: none;
}

.cms-admin .view-more {
	display: block;
}
/* End Video Feed */

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

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

.content-tabs .tabs a {
	display: table-cell;
	padding: .7em 1% .9em;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	font-weight: normal;
	font-size: 1.2em;
	color: #FFFFFF; /* $light */
}

.content-tabs .tabs a.active, .content-tabs .tabs a:hover {
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	background-color: #60647A; /* $dark */
}

.content-tabs ul {
	display: block;
	background-color: #FFFFFF; /* $light */
	position: relative;
	overflow: hidden;
	margin-top: -5px;
}

.content-tabs li {
	color: #60647A; /* $dark */
	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: #17465e; /* $secondary */
}

.content-tabs li p {
	color: #60647A; /* $dark */
}

.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: 1em;
	vertical-align: middle;
	position: relative;
	z-index: 10;
	border-right: solid 2px #EDEDED; /* darken($light,7%) */
}

.accolade-logos li:last-child {
	border-right: none;
}

.accolade-logos li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #E3E3E3; /* darken($light,11%) */
	z-index: -1;
	opacity: 0;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.touch .accolade-logos li:before {
	opacity: 1;
}

.accolade-logos li img {
	display: block;
	margin: .5em auto;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.touch .accolade-logos li img {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.accolade-logos li p {
	opacity: 0;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.touch .accolade-logos li p {
	opacity: 1;
}

.accolade-logos li:hover:before {
	opacity: 1;
}

.accolade-logos li:hover p {
	opacity: 1;
}

.accolade-logos li:hover img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

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

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

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

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

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

/* Contact Form */
.contact-form input, .contact-form textarea, .contact-form select {
	width: 100%;
	resize: none;
	outline: none;
	font-size: 16px;
	color: #60647A;
	background-color: #FFFFFF;
	display: block;
	margin: 0 auto .25em;
	overflow: auto;
	border-radius: 0;
	border: none !important;
}

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

.contact-form select {
	color: #AFAFAF;
}

.contact-form select option {
	color: #000;
}

.contact-form .half {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
	float: none;
}

.side .contact-form .half {
	width: 100%;
	display: block;
}

.contact-form .form-input {
	display: table;
	width: 100%;
	margin: 0 auto .5em;
	max-width: 720px;
}

.contact-form .form-input > label {
	width: 100px;
	text-align: right;
	padding: .75em;
	vertical-align: top;
}

.contact-form .form-input > label, .contact-form .form-input > input, .contact-form .form-input > textarea {
	display: table-cell;
}

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

.contact-form .btn {
	margin-top: 1em;
}

.contact-form .btn:hover {
	color: #373C46; /* $darkestPrimary */
	background-color: #FFFFFF; /* $light */
}

.contact-form header h2 {
	text-transform: uppercase;
	color: #FFFFFF; /* $light */
}

.landing .contact-form header h2 {
	color: #FFFFFF !important; /* $light */
}
/* End Contact Form */

/* 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: #60647A; /* $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 1px #95A6B0; /* $lightGray */
	text-align: left;
	box-shadow: 0 0 5px rgba(96,100,122,0.51); /* alpha($dark,51%) */
}

#BlogEntry {
	padding: 0;
	background-color: #FFFFFF; /* $light */
}

#BlogEntry .left, #BlogEntry .right {
	float: none;
}

#BlogEntry img {
	float: left;
	margin: 0 1em 1em 0;
	max-width: 100%;
	clear: left;
}

#BlogEntry h1 {
	text-align: left;
}

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

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

#BlogEntry a, #BlogEntry a span {
	color: #1E6146 !important; /* darken($secondary,39%) */
}

#BlogEntry a:hover, #BlogEntry a:hover span {
	color: #373C46 !important;
}

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

.blog > nav {
	display: block;
	padding: 10px 2%;
	color: #60647A; /* $dark */
	background-color: #95A6B0; /* $lightGray */
}

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

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

.blog > nav icon {
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 5px;
	color: #17465e; /* $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: #17465e; /* $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: #17465e; /* $primary */
	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: #60647A; /* $dark */
	font-size: 1.5em;
	padding: 8px;
}

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

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

ul.post-list a.More {
	float: right;
	display: block;
	text-align: center;
	padding: .25em 1.5em;
	background-color: #17465e; /* $primary */
	color: #FFFFFF; /* $light */
	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: #216B4D; /* darken($primary,33%) */
}

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

.sub-nav {
	padding: 0;
}

.sub-nav ul {
	display: table;
	width: 100%;
	background-color: #08343D;
	color: #FFFFFF; /* $light */
	margin: 0 auto 1em;
	padding: 0;
	background-image: -webkit-linear-gradient(top,#60647A,#32343F); /* $dark,darken($dark,48%) */
	background-image: -moz-linear-gradient(top,#60647A,#32343F); /* $dark,darken($dark,48%) */
	background-image: -o-linear-gradient(top,#60647A,#32343F); /* $dark,darken($dark,48%) */
	background-image: linear-gradient(to bottom,#60647A,#32343F); /* $dark,darken($dark,48%) */
}

.sub-nav ul li {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	padding: 1em;
	text-align: center;
	color: #FFFFFF; /* $light */
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	cursor: pointer;
}

.sub-nav ul li b {
	font-weight: 400;
}

.sub-nav ul li:hover {
	background-color: #17465e; /* $primary */
}

.sys-nav {
	display: none;
	background-color: #60647A; /* $dark */
	padding: 1em;
	margin-bottom: 1em;
}

.sys-nav header h2 {
	color: #FFFFFF; /* $light */
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .1em;
	display: table;
	border-bottom: solid 1px;
	padding-bottom: .25em;
	margin-bottom: .25em;
}

.sys-nav ul {
	display: block;
	padding: 0;
	margin: 0 auto;
}

.sys-nav ul li {
	display: block;
}

.sys-nav ul li a:hover {
	color: #17465e; /* $primary */
}

.cms-admin .sys-nav {
	display: block;
}

.sys-nav a {
	color: #FFFFFF; /* $light */
}
/* End Blog Styles */

/* Attorney Feed */
.attorney-feed {
	display: table;
	width: 100%;
	padding: 2.5em 1%;
}

.attorney-feed .attorney {
	display: block;
	padding: 0 1%;
	position: relative;
	-webkit-transition: width 0.35s ease;
	-moz-transition: width 0.35s ease;
	-o-transition: width 0.35s ease;
	transition: width 0.35s ease;
	float: left;
	width: 15%;
	overflow: hidden;
	height: 20em !important;
	-webkit-perspective: 30vw;
	-moz-perspective: 30vw;
	-o-perspective: 30vw;
	perspective: 30vw;
	font-size: .85vw;
}

.attorney-feed .attorney.active {
	width: 40%;
}

.attorney .attorney-thumb {
	display: block;
	float: left;
	width: 14.5em;
	max-width: 100%;
	text-align: left;
	height: 100%;
}

.attorney .attorney-thumb img {
	display: block;
	height: 100%;
}

.attorney .feed-blurb {
	position: relative;
	background-color: #576A75; /* darken($lightGray,37%) */
	color: #FFFFFF; /* $light */
	height: 100%;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	display: block;
	-webkit-transition: 0.5s ease 0.35s;
	-moz-transition: 0.5s ease 0.35s;
	-o-transition: 0.5s ease 0.35s;
	transition: 0.5s ease 0.35s;
	padding: 1.5em;
	float: left;
	width: calc(100% - 15.3em);
	left: 100%;
	opacity: 0;
	text-align: left;
}

.attorney .feed-blurb h3 {
	font-weight: 300;
	text-transform: uppercase;
	color: #F2CD14; /* $accent */
	border-bottom: solid 1px #95A6B0; /* $lightGray */
	font-size: 2em;
	padding-bottom: .2em;
	margin-bottom: .2em;
}

.attorney .feed-blurb h4 {
	color: #FFFFFF; /* $light */
	text-transform: none;
	margin-bottom: 1em;
}

.attorney.active .feed-blurb {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	left: auto;
	right: 0;
	opacity: 1;
	text-align: left;
}

.attorneys-list div {
	clear: both;
	display: block;
	padding: 1em 0;
}

.attorneys-list div:after {
	content: '';
	display: block;
	clear: both;
}

.attorneys-list span {
	float: left;
	width: 32%;
	margin-right: 3%;
}

.attorneys-list span img {
	max-width: 100%;
	border: solid 4px #1F2E56;
}

.attorneys-list div h1 {
	color: #2350A3;
}

.attorneys-list h2 {
	color: #2350A3;
	clear: both;
	margin-top: 0.5em;
	font-size: 2.3em;
	text-transform: uppercase;
	font-family: 'Alike', serif;
	border-bottom: solid 2px #AA7400;
	text-align: center;
	border-top: solid 2px #AA7400;
	padding: 0.2em 0em;
}

.attorneys-list h3 {
	color: #1F2E56;
}

.attorney-feed .attorney .more {
}

.attorney-feed .attorney .more:hover {
	color: #FFFFFF; /* $light */
	background-color: #17465e; /* $primary */
}

.atty-image {
	width: auto !important;
	height: 100% !important;
	border: 1px solid #95A6B0; /* $lightGray */
}
/* End Attorney Feed */

/* Footer Styles */
.footer-one {
	color: #373C46; /* $darkestPrimary */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	position: relative;
	z-index: 10;
	text-align: center;
}

.footer-info {
	display: block;
	width: 100%;
	padding: 2em 1em 4em;
	text-align: center;
	background-size: auto 115%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}



.footer-info img {
	margin: 0 auto 2em;
}

.footer-two {
	background-color: #60647A; /* $dark */
}

.sd-footer {
	padding: 2em 1%;
	color: #FFFFFF; /* $light */
}

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

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

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

.map {
	height: 400px;
	width: 100%;
	position: relative;
	z-index: 20;
}

.social-media {
	display: table;
	width: auto;
	margin: 0 auto -55px;
}

.social-media li {
	display: table-cell;
}

.social-media li a {
	display: block;
	padding: 1em;
}

.social-media li img {
	margin: 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.social-media li a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
/* End Footer Styles */

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

.case-eval input, .case-eval textarea {
	background-color: #60647A; /* $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;
}

.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: #2DC488; /* 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: #60647A; /* $dark */
}
/* End Case Eval Form */

/* Side-Nav Styles */
.side {
	padding: .5em 1em;
}

.side:empty {
	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: #60647A; /* $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(96,100,122,0.2); /* alpha($dark,20%) */
	font-weight: bold;
}

.side-nav.sys-nav ul li a {
	padding: .5em 0;
	text-transform: none;
	font-weight: 400;
}

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

.side .contact-form {
	padding: 1.5em;
	background-color: #60647A; /* $dark */
}

.landing .side .contact-form {
	background-color: #95A6B0; /* $lightGray */
}

.editing-content .side .contact-form {
	position: relative;
	z-index: 500;
}

.side .contact-form header h2 {
	color: #17465e; /* $secondary */
}

.side .contact-form header p {
	color: #FFFFFF;
}

.side .contact-form .btn {
	display: block;
	text-align: center;
}
/* End Side-Nav Styles */

/* Flyout Menu */
.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;
}

.left-side .top-nav div.iflylist {
	left: 100% !important;
	top: 0 !important;
}

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

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

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

@keyframes flyout {
	0% { opacity: 0; transform: scaleY(0); }
	100% { opacity: 1; transform: scaleY(1); }
}

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

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

.top-nav div.ifly {
	border: none;
	background-color: #60647A; /* $dark */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
}

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

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

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

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

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

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

.mobile-menu.top-nav {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 55;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	padding: 1.5em;
	font-size: 2.5em;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	background-color: rgba(96,100,122,0.87); /* alpha($dark,87%) */
	min-height: 200vh;
display:none !important;
}

.mm-open .mobile-menu.top-nav {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

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

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

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

.mobile-menu .desktop-nav li a {
	color: #FFFFFF; /* $light */
}

.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(96,100,122,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: none !important;
}

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

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

.timeline-feed li.time-item {
	width: 100%;
	display: block;
	position: relative;
	background-color: transparent;
	border: none;
	padding: 0;
	box-shadow: 0 0 5px rgba(96,100,122,0.48); /* alpha($dark,48%) */
	float: none !important;
	margin-bottom: 1em;
}

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

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

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

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

.timeline-feed .time-box {
	width: 100%;
	border: solid 1px #95A6B0; /* $lightGray */
}

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

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

.time-box .upper {
	display: block;
	border: none;
	background-color: #95A6B0; /* $lightGray */
	padding: .5em 1.5em;
	color: #FFFFFF; /* $light */
}

.time-box .upper h2 {
	color: #60647A; /* $dark */
}

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

.time-box .middle {
	padding: .1em 1.5em 1.5em;
	background-color: #FFFFFF; /* $light */
}

.time-box .lower {
	display: block;
	border: none;
	background-color: #95A6B0; /* $lightGray */
	padding: .5em 1.5em;
	color: #FFFFFF;
}

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

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

.side-btn {
	position: relative;
	color: #17465e; /* $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: #60647A; /* $dark */
}
/* End Timeline Format */

/* Video System */
.video-system {
}

.video-system .bread {
	background-color: #FFFFFF; /* $light */
	padding: .7em;
}

.video-system .bread .main {
	padding: 0;
}

.video-system .bread .home-link {
	margin-right: .5em;
}

.video-system header {
	display: block;
	width: 100%;
}

.video-system .video-container {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 0;
}

xx.video-system .video-system-header {
	text-align: center;
	display: none;
}

.video-system .video-container .category-header {
	display: block;
	width: 100%;
	clear: both;
}

.video-system .video-container h3 {
	border-bottom: 3px solid #E3E3E3;
	font-size: 2em;
	margin: .5em 0 .25em 0;
}

.overlay.active {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 95;
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.video-system .video-container .video-list {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 1em 3% 1em 0;
	padding: .75em;
	width: 30%;
	position: relative;
	z-index: 10;
	border: solid 6px #60647A; /* $dark */
	-webkit-transition: .4s all ease;
	-moz-transition: .4s all ease;
	-o-transition: .4s all ease;
	transition: .4s all ease;
}

.video-system .video-container .video-list .thumbnail {
	position: relative;
	display: inline-block;
	width: 100%;
}

.video-system .video-container .video-list .thumbnail:before, .video-panel .container ul li a:before {
	content: '\f0c4';
	font-size: 4em;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: 'icomoon-ult';
}

.video-system .video-container .video-list .thumbnail:hover:before, .video-panel .container ul li a:hover:before {
	color: #FFFFFF;
}

.video-system .video-container .video-list .thumbnail img {
	height: 15em;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	border: solid 1px #A4A4A4; /* adjust($dark,38%,-100%,0%) */
}

.video-system .video-container .video-list .info {
	padding: 0;
	position: static;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	background-color: transparent;
}

.video-system .video-container .video-list p {
	margin: 0;
	color: #60647A; /* $dark */
	font-size: .88em;
	letter-spacing: .05em;
	text-transform: none;
}

.video-system .video-container .video-list .title {
	font-size: 1.1em;
	color: #102F65;
	font-weight: 400;
	line-height: 1.2;
}

.video-system .video-container .video-list .btn {
	margin-top: .5em;
	opacity: 1;
	display: block;
	width: 100%;
}

.video-system .video-container .video-list .btn:hover {
	background-color: #60647A; /* $dark */
	color: #FFFFFF; /* $light */
}

.video-system .video-container .video-list .more-info {
	position: static;
	text-align: center;
	background-color: #FFFFFF; /* $light */
	padding: .5em;
	z-index: 40;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.video-system .video-container .video-list:hover .more-info {
	opacity: 1;
	transforms: translateY(0);
}

.video-system .video-container .view-more-button {
	margin: 1em 0 2em 0;
}

.video-system .video-container .view-more-button a {
	padding: 0.85em 1em;
}

.video-player-container {
	position: fixed;
	width: 50%;
	left: 25%;
	top: 25%;
	z-index: -1;
	background-color: #000000;
	opacity: 0;
	box-shadow: 0 20px 35px rgba(0,0,0,0.514);
	visibility: hidden;
}

.video-player-container:before, .video-player-container:after, .video-player-container .effect:before, .video-player-container .effect:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #60647A; /* $dark */
}

.video-player-container:before {
	left: -.6rem;
	height: .6rem;
	width: 0;
	top: -.6rem;
}

.video-player-container.active:before {
	width: calc(100% + .6rem);
	-webkit-transition: .6s linear 2.3s;
	-moz-transition: .6s linear 2.3s;
	-o-transition: .6s linear 2.3s;
	transition: .6s linear 2.3s;
}

.video-player-container:after {
	top: -.6rem;
	right: -.6rem;
	width: .6rem;
	height: 0;
}

.video-player-container.active:after {
	height: calc(100% + 1.2rem);
	-webkit-transition: .6s linear .5s;
	-moz-transition: .6s linear .5s;
	-o-transition: .6s linear .5s;
	transition: .6s linear .5s;
}

.video-player-container .effect:before {
	right: 100%;
	width: .6rem;
	height: 0;
	bottom: -.6rem;
}

.video-player-container.active .effect:before {
	height: calc(100% + .6rem);
	-webkit-transition: .6s linear 1.7s;
	-moz-transition: .6s linear 1.7s;
	-o-transition: .6s linear 1.7s;
	transition: .6s linear 1.7s;
}

.video-player-container .effect:after {
	right: 0;
	height: .6rem;
	top: 100%;
	width: 0;
}

.video-player-container.active .effect:after {
	width: calc(100% + .6rem);
	-webkit-transition: .6s linear 1.1s;
	-moz-transition: .6s linear 1.1s;
	-o-transition: .6s linear 1.1s;
	transition: .6s linear 1.1s;
}

.video-player-container.active {
	z-index: 110;
	opacity: 1;
	visibility: visible;
}

.video-player-container .effect {
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
	position: relative;
}

.video-player-container video.hide {
	opacity: 0;
	z-index: 0;
}

.video-player-container.active video {
	opacity: 1;
	-webkit-transition: 1s ease opacity;
	-moz-transition: 1s ease opacity;
	-o-transition: 1s ease opacity;
	transition: 1s ease opacity;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-player-container a.close {
	position: absolute;
	font-size: .8em;
	line-height: 1;
	top: 0;
	right: 0;
	border-radius: 50%;
	background-color: #60647A; /* $dark */
	color: #FFFFFF;
	margin-top: -1.25em;
	margin-right: -1.25em;
	z-index: 1;
}

.video-player-container a.close icon {
	display: block;
	padding: .5em;
}

.video-system .video-container .video-player-container .description {
	position: absolute;
	top: calc(100% + .6rem);
	width: calc(100% + 1.2rem);
	padding: 1em 1.5em;
	background-color: rgba(0,0,0,0.7);
	left: -.6rem;
}

.video-system .video-container .video-player-container .description p {
	color: #EBEEF2;
	margin: 0;
	font-size: 1.15em;
}

.video-system .current-video-list .video .item {
	border-bottom: 1px solid rgba(26,51,66,0.31);
	margin: 1.5em 0;
}

.video-system .current-video-list .item a div {
	margin-right: 1em;
}

.video-system .current-video-list .item a div img {
	box-shadow: 0 8px 17px -6px rgba(0, 0, 0, 0.6);
	border: 2px solid #FFFFFF !important;
}

.video-player .video-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 1.5em;
}

.video-player .video-box .video {
	width: 65%;
	margin: 1em auto 1em;
}

.video-player .video-box .video .main-video-container {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.video-player .video-box .video .main-video-container video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-player .video-box .video-info {
	width: 100%;
	padding: 2em 2em 4em;
	position: relative;
	background-color: #60647A; /* $dark */
	background-image: -webkit-linear-gradient(top,#60647A,#17465e,#60647A); /* $dark,$primary,$dark */
	background-image: -moz-linear-gradient(top,#60647A,#17465e,#60647A); /* $dark,$primary,$dark */
	background-image: -o-linear-gradient(top,#60647A,#17465e,#60647A); /* $dark,$primary,$dark */
	background-image: linear-gradient(to bottom,#60647A,#17465e,#60647A); /* $dark,$primary,$dark */
	margin-bottom: 1em;
}

.video-player .video-box .video-info:before {
	content: '';
	position: absolute;
	width: calc(100% - 1em);
	height: calc(100% - 1em);
	top: 0.5em;
	left: 0.5em;
	background-color: #FFFFFF; /* $light */
}

.video-player .video-box .video-info p {
	line-height: 2em;
	font-size: 1.1em;
	color: #60647A; /* $dark */
	position: relative;
}

.video-player .video-box .video-info p strong {
	font-size: 1.5em;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	color: #60647A; /* $dark */
	font-weight: 400;
}

.video-player .video-box .video-info p strong:after {
	content: '';
	position: relative;
	display: block;
	width: 6rem;
	margin: 0.75em 0;
	height: 2px;
	background-color: #17465e; /* $primary */
}

.video-player .video-box .video-info a.btn {
	position: absolute;
	left: 0.5em;
	bottom: 0.5em;
	display: block;
	width: calc(100% - 1em);
	box-shadow: 0 0 0 2px #801421 inset;
}
/* End Video System */

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

.case-sys select {
	border: solid 2px #17465e !important; /* $secondary */
	padding: 3px 25px 3px 10px;
	margin: 0 0 0 10px;
	background-color: #FFFFFF !important; /* $light */
	color: #898DA2 !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: #17465e; /* $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 #60647A; /* $dark */
	border-radius: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	width: 100%;
	margin-top: 10px;
}

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

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

.case-sys span {
}

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

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

/* Case Result System */
.case-sys-grid {
	padding-top: .5em;
}

.case-sys-grid ul {
	position: relative;
	-webkit-perspective: 300vw;
	-moz-perspective: 300vw;
	-o-perspective: 300vw;
	perspective: 300vw;
	padding-left: 0;
}

.case-sys-grid ul:after {
	content: '';
	display: block;
	clear: both;
}

.case-sys-grid .right {
	width: 50%;
	float: right;
	padding-left: .5em;
	list-style: none;
}

.case-sys-grid .left {
	width: 50%;
	float: left;
	padding-right: .5em;
	list-style: none;
}

.case-sys-grid .result {
	border: solid 1px #60647A; /* $dark */
	margin-bottom: 1em;
	-webkit-perspective: 1140px;
	-moz-perspective: 1140px;
	-o-perspective: 1140px;
	perspective: 1140px;
	box-shadow: inset 0 0 .25em rgba(0,0,0,0.2);
	background-color: #FFFFFF; /* $light */
	opacity: 0;
	-webkit-transition: opacity .5s linear, transfrom 0s linear 1s;
	-moz-transition: opacity .5s linear, transfrom 0s linear 1s;
	-o-transition: opacity .5s linear, transfrom 0s linear 1s;
	transition: opacity .5s linear, transfrom 0s linear 1s;
	pointer-events: none;
	text-align: center;
	position: relative;
	background-image: -webkit-linear-gradient(top,#EAF9F3,#FFFFFF); /* lighten($secondary,70%),$light */
	background-image: -moz-linear-gradient(top,#EAF9F3,#FFFFFF); /* lighten($secondary,70%),$light */
	background-image: -o-linear-gradient(top,#EAF9F3,#FFFFFF); /* lighten($secondary,70%),$light */
	background-image: linear-gradient(to bottom,#EAF9F3,#FFFFFF); /* lighten($secondary,70%),$light */
	min-height: 10em;
}

.case-sys-grid .result:before {
	content: '';
	position: absolute;
	font-size: 1em;
	right: 0;
	color: rgba(255,255,255,0.35);
	line-height: 1em;
	bottom: 0;
	_font-family: 'icomoon-ult';
	width: 6em;
	height: 6em;
	background-image: url(../images/leaf-med-green-down.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .3;
}

.case-sys-grid .left .result {
	-webkit-transform: translate(-100%) rotateY(80deg);
	-moz-transform: translate(-100%) rotateY(80deg);
	-o-transform: translate(-100%) rotateY(80deg);
	transform: translate(-100%) rotateY(80deg);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.case-sys-grid .right .result {
	-webkit-transform: translate(100%) rotateY(-80deg);
	-moz-transform: translate(100%) rotateY(-80deg);
	-o-transform: translate(100%) rotateY(-80deg);
	transform: translate(100%) rotateY(-80deg);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.case-sys-grid .result.show {
	-webkit-transform: none!important;
	-moz-transform: none!important;
	-o-transform: none!important;
	transform: none!important;
	opacity: 1;
	-webkit-transition: 1.5s ease-in-out;
	-moz-transition: 1.5s ease-in-out;
	-o-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out;
	pointer-events: auto;
}

.case-sys-grid .result h2 {
	position: relative;
	padding: .35em 3%;
	font-size: 2em;
	background-color: #60647A; /* $dark */
	color: #FFFFFF; /* $light */
	line-height: 1em;
	-webkit-transform: rotateY(80deg) rotateX(-45deg) translateX(-30%);
	-moz-transform: rotateY(80deg) rotateX(-45deg) translateX(-30%);
	-o-transform: rotateY(80deg) rotateX(-45deg) translateX(-30%);
	transform: rotateY(80deg) rotateX(-45deg) translateX(-30%);
	-webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	transition: 0;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	opacity: 0;
	text-transform: none;
	letter-spacing: 0.1em;
}

.case-sys-grid .result.alt h2 {
	-webkit-transform: rotateY(-90deg) rotateX(45deg) translateX(30%);
	-moz-transform: rotateY(-90deg) rotateX(45deg) translateX(30%);
	-o-transform: rotateY(-90deg) rotateX(45deg) translateX(30%);
	transform: rotateY(-90deg) rotateX(45deg) translateX(30%);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.case-sys-grid .result.alt.show h2, .case-sys-grid .result.show h2 {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
}

.case-sys-grid .result.show h2 {
	-webkit-transition: -webkit-transform .75s ease 1.5s, opacity .5s ease 1.75s;
	-moz-transition: -moz-transform .75s ease 1.5s, opacity .5s ease 1.75s;
	-o-transition: -o-transform .75s ease 1.5s, opacity .5s ease 1.75s;
	transition: transform .75s ease 1.5s, opacity .5s ease 1.75s;
}

.case-sys-grid .result.alt.show h2 {
}

.case-sys-grid .result .case-info {
	padding: 1em 3%;
	line-height: 1.75em;
	position: relative;
}

.case-sys-grid .result p {
	line-height: 1.75em;
}

.case-sys-grid .result strong {
	color: #808080;
}

.case-sys-grid .result strong span {
	text-transform: uppercase;
}

.case-sys-grid .result h3 {
	font-weight: 400;
	line-height: 1.1em;
	text-transform: none;
	font-size: 1.5em;
	margin: 0;
	color: #373C46; /* $darkestPrimary */
	border-left: none;
	padding: 0;
}

.case-sys-grid .result h3 span {
	font-weight: 700;
	color: #17465e; /* $darkPrimary */
}
/* End Case Result System */

/* Review System Styles */
.reviews {
}

#ReviewsHeader {
	text-align: center;
}

.reviews .upper h2 {
	color: #60647A; /* $dark */
}

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

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

.reviews .share a {
}

.reviews .share a icon {
	display: inline-block;
	background-color: #17465e; /* $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: 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 */
div.video div.item {
	margin: 1%;
	width: 100%;
	color: #fff;
}

div.video div.item > a {
	color: #FFFFFF; /* $light */
	display: block;
	padding: 10px;
	background-color: #17465e; /* $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: #60647A; /* $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: #17465e; /* $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 */

/* Spine Injury Pages Styles */
.Spine-Injury-Traumatic-Brain-Injury-Support-branch .main-content .table {
	display: block;
	clear: both;
	margin-bottom: 1.25em;
}

.Spine-Injury-Traumatic-Brain-Injury-Support-branch .main-content .table-cell {
	padding: 1em 0;
}

.Spine-Injury-Traumatic-Brain-Injury-Support-page .main-content .table-cell {
	padding: 1em 3%;
}

.Spine-Injury-Traumatic-Brain-Injury-Support-branch .main-content .table img {
	margin-left: 5% !important;
}

.Spine-Injury-Traumatic-Brain-Injury-Support-branch .main-content .table-cell.quarter {
	width: 25%;
	padding-right: 1em;
}

.Spine-Injury-Traumatic-Brain-Injury-Support-branch .main-content .table-cell ul {
	text-align: center;
	list-style: none;
	width: auto;
	padding-left: 0;
}
/* End Spine Injury Pages 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(49,159,115,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;
	}

	.video-display .video-content h2 {
		font-size: 1.8em;
	}

	.map-wrapper {
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (max-width:1500px) {
	.masthead .contact-info .phone-number {
		display: block;
		width: 100%;
		text-align: right;
	}

	.contact-info span, .contact-info .phone-link {
		display: inline-block;
		vertical-align: middle;
	}

	.contact-info .phone-link {
		font-size: 1.35em;
	}
}

@media (max-width:1400px) {
	.mast-nav .top-nav {
		display: none;
	}

	.side-blog-feed li > a {
		padding: 3em;
	}
}

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

	.section-one .main-content h1 {
		font-size: 2.5em;
	}

	.cta-list > div {
		display: block;
		width: 100%;
	}

	.video-display .video-wheel {
		display: none;
	}

	.video-display .video-content {
		width: 40%;
		padding: 1.5em;
	}

	.blog-section, .blog-section .table-cell {
		display: block;
		width: 100%;
	}

	.blog-feed .photo-cell {
		background-image: none;
		display: none;
	}

	.left-side.masthead, .shrink-nav .left-side.masthead {
		display: none;
	}

	.slide .main {
		padding-left: 0;
	}

	.masthead-zone {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
}

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

	.section-one .main > aside {
		display: none;
	}

	.cms-admin .section-one .main > aside {
		float: none;
	}

	.footer-info .logo-section img {
		margin: 0 auto 1em;
	}

	.footer-info .social-media {
		display: table;
		width: auto;
		margin: 2em auto;
	}

	.footer-info .social-media li {
		display: table-cell;
		vertical-align: middle;
		width: auto;
	}

	.footer-info .social-media li a img {
		max-width: none;
	}

	.footer-info, .footer-info .logo-section, .footer-info .quick-links {
		display: block;
		width: 100%;
	}

	.footer-info .logo-section, .footer-info .quick-links {
		padding: 2.5em;
	}

	.nav-zone .top-nav {
		font-size: 14px;
		padding-left: 0;
	}

	.search-bar input {
		padding: .75em;
	}

	.nav-zone .top-nav:before {
		display: none;
	}

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

	.value-statements ul li .description {
		opacity: 1;
	}

	.value-statements ul {
		display: block;
		width: 100%;
	}

	.value-statements ul li {
		display: inline-block;
		width: 33%;
		padding: 1.5em;
	}

	.value-statements ul li:hover .one-word, .value-statements ul li:hover img {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}

	.attorney-feed .attorney {
		font-size: 1em;
		float: none;
		display: block;
		width: 100% !important;
		margin: 0 auto 1em;
	}

	.attorney .feed-blurb {
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
		opacity: 1;
		left: auto;
	}

	.shrink-nav + .image-zone {
		padding-top: 7em;
	}
}

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

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

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

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

	.top-nav {
		font-size: 1em;
	}

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

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

	.accolade-logos ul, .accolade-logos ul li {
		display: block;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		border-right: none;
	}

	.section-zero-point-five .blurb-box {
		width: 90%;
		margin-left: 5%;
	}
}

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

	.main-practice-nav li, .case-results ul li {
		width: 49.75%;
	}

	.main-practice-nav li:nth-child(2n), .case-results ul li:nth-child(2n) {
		margin-right: 0;
	}

	.testimonials li h3, .cta-list li h2 {
		font-size: 20px;
	}

	.video-system .video-container {
		display: block;
	}

	.video-system .video-container .video-list {
		width: 100%;
		display: block;
		margin: 0 auto 2em;
		max-width: 500px;
	}

	.video-system .video-container .video-list .thumbnail img {
		height: 18em;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.system.case-results ul li {
		min-height: 280px;
	}
}

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

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

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

	.blog-section .featured-blog h3 {
		font-size: 20px;
	}

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

	h4 {
		font-size: 18px;
	}

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

	.nav-zone h2 {
		font-size: 14px;
	}

	.blog-feed header h2, .blog-feed header .button-text {
		display: block;
		width: 100%;
	}
}

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

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

	.contact-form .half {
		display: block;
		width: 100%;
	}
}

@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 #6D718A; /* 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 #6D718A; /* 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%;
	}

	.locations .map-cell {
		display: none;
	}

	.locations, .locations .text-cell, .locations header {
		display: block;
		width: 100%;
	}

	.nav-zone .secondary-bar {
		display: none;
	}

	.value-statements ul li {
		width: 49.5%;
	}

	.video-panel.container {
		padding: 1.5em;
	}

	.info {
		top: 60%;
	}

	.video-panel .container ul li a img {
		height: 12em;
	}

	.box {
		width: 92%;
		margin: 0 auto;
	}

	.video-panel.container .scroll-nav {
		top: auto;
		bottom: 4em;
	}

	.indicator-dots {
		display: none;
	}

	.case-sys-grid .left, .case-sys-grid .right {
		width: 100%;
		float: none;
		padding-right: .5em;
		padding-left: .5em;
	}

	.case-sys-grid .left .result, .case-sys-grid .right .result {
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
		opacity: 1;
		pointer-events: auto;
	}

	.case-sys-grid .result h2, .case-sys-grid .result.alt h2 {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

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

	.btn {
		font-size: 18px;
	}

	.content h1, .section-one .main-content h1 {
		font-size: 26px;
	}

	.content h2, .content h3, .section-one .main-content h2 {
		font-size: 22px;
	}

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

	.video-display {
		display: block;
		width: 100%;
	}

	.video-display .video-content {
		display: block;
		width: 100%;
		margin: 0 auto 1em;
		text-align: center;
	}

	.video-display .video-content h2, .video-display .video-content p {
		text-align: center;
	}

	.video-display .video {
		display: block;
		width: 100%;
		margin: 0 auto;
		max-width: 500px;
	}

	.footer-info .quick-links ul li a {
		font-size: 16px;
	}

	.sub .section-one .main-content h1 {
		font-size: 24px;
	}

	.animation:after {
		display: none;
	}

	.quarter {
		width: 100%;
	}
}

@media (max-width:650px) {
	.cta-list ul li {
		display: block;
		width: 100%;
		padding: 3px 0;
		background-color: #373C46; /* $darkestPrimary */
		border-bottom: solid 1px #FFFFFF; /* $light */
		opacity: 1;
	}

	.cta-list ul li:nth-child(2n) {
		background-color: #525568; /* darken($dark,15%) */
	}

	.cta-list ul li:nth-child(3n) {
		background-color: #60647A; /* $dark */
	}

	.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 {
		display: none;
		background-image: none !important;
	}

	.content-tabs .tabs a {
		display: block;
		width: 100%;
		box-shadow: none;
		background-image: none;
		background-color: #17465e; /* $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(96,100,122,0.2); /* alpha($dark,20%) */
	}

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

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

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

	.Case-Evaluation #MainContent p {
		display: none;
	}

	.case-eval {
		margin-top: 1em;
	}

	.main-practice-nav li, .case-results ul li {
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.case-results ul li:nth-child(n+4) {
		display: none;
	}

	.video-system .video-container .video-list .thumbnail img {
		height: 12em;
	}

	.system.case-results ul li {
		min-height: 0;
		display: block !important;
		margin-bottom: 1em;
	}

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

	.fancyfont {
		padding: 1.5em;
	}

	.fancyfont:before {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.fancyfont.v3, .fancyfont.v2 {
		font-size: 1em;
	}

	.sub-nav ul li {
		padding: .5em;
		font-size: .9em;
		line-height: 1.25;
	}

	.sub-nav ul li icon {
		display: none;
	}

	.sub-nav ul li a {
		font-size: 16px;
		line-height: 1.2;
	}

	.sub-nav ul li b {
		display: none;
	}

	.attorney .feed-blurb p {
		display: none;
	}

	.blog-feed .individual-post .text p {
		display: none;
	}

	.box {
		display: none;
	}

	.button-text span {
		display: none;
	}

	.blog-feed .individual-post:nth-child(n+3) {
		display: none !important;
	}

	.slide img.slide-bg {
	}

	.Spine-Injury-Traumatic-Brain-Injury-Support-branch .main-content .table-cell {
		display: block;
		width: 100%;
	}

	.Spine-Injury-Traumatic-Brain-Injury-Support-page .main-content .table-cell {
		padding: 1em 0;
	}
}

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

	.masthead {
		font-size: 1.8rem;
		padding: 1em !important;
		background-color: #60647A; /* $dark */
	}

	.masthead .menu {
		display: none !important;
	}

	.masthead .contact-info .phone-number {
		display: inline-block;
		width: 49%;
		text-align: center;
	}

	.contact-info .phone-link {
		font-size: 2em;
	}

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

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

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

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

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

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

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

	.content-image {
		display: block !important;
		margin: 1em auto;
		float: none;
	}

	.contact-form .form-input > label, .contact-form .form-input > input, .contact-form .form-input > textarea {
		display: block;
	}

	.contact-form .form-input > label {
		width: 100%;
		text-align: left;
		padding: .5em;
		background-color: #363844; /* darken($dark,44%) */
	}

	.attorney-list li .photo-cell, .attorney-list li .text-cell {
		display: block;
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}

	.attorney-list li .photo-cell {
		margin: 0 auto 1em;
	}

	.cta-list > .feature-cta {
		background-image: none;
	}

	.cta-list > .feature-cta a {
		z-index: 10;
		padding: 4em 1em;
	}

	.cta-list > .feature-cta a:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.39); /* alpha($light,39%) */
		z-index: -1;
	}

	.cta-list > .feature-cta h2 {
		font-size: 20px;
	}

	.side-blog-feed {
		display: none !important;
	}

	.footer-info .quick-links ul li {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.footer-info .logo-section h3 a {
		font-size: 36px;
	}

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

	.value-statements ul li .one-word {
		font-size: 1em;
	}

	.value-statements ul li {
		padding: 1em;
		display: block;
		width: 100%;
	}

	.attorney-feed .attorney {
		height: auto !important;
	}

	.attorney .attorney-thumb {
		display: none;
	}

	.attorney .feed-blurb {
		width: 100%;
		float: none;
	}

	.indicator-dots {
		display: none;
	}

	.info {
		top: 50%;
	}

	.shrink-nav + .image-zone {
		padding-top: 0;
	}
}

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

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

	.info {
		text-align: center !important;
		width: 100% !important;
	}

	.slide1 .info, .slide2 .info {
		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;
	}
}

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

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

	.masthead .contact-info .phone-number {
		padding: 0;
	}
}
/* End Responsive */

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

#BlogEntry > nav .blog-nextprev a:hover {
	color: #F2CD14 !important; /* $accent */
}

aside .att-image {
	width: 100%;
	display: block;
}

.cms-admin .section-one .main > aside {
	float: none;
}

hr {
	clear: both;
	margin-top: 1em;
	display: block;
}
.test-box

{
width: 40%;
    float: left;
    background: rgba(252,252,252,0.7);
        margin-left: 73px;
}
@media screen and (max-width: 880px){

.test-box

{
width: 75%;
    margin: 0px 80px !important;
}
.section-zero-point-five
{padding: 1px 0px 583px !important;
}

}
.main p
{
text-align:justify;
}