/* General Site Styles */
html {
	font-size: 18px;
}
body {
	background: #ffffff;
	margin: 0px;
	font-family: 'PT Sans Narrow', sans-serif;
	padding: 0;
	font-size: 18px;
}
b, strong {
    font-weight: 700;
}
*::after, *::before {
    box-sizing: border-box;
}
.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
.fixed-bg {
	background-attachment: fixed;
}
body > iframe {
	position: absolute;
	width: 0;
	height: 0;
}
.swap-panel {
	font-family: PT Sans;
	text-align: center;
}
.swap-panel > * {
	padding: 1.8em 0;
}
.swap-panel header {
	margin-bottom: 1.8em;
	position: relative;
	z-index: 1;
}
.swap-panel header h1, .swap-panel header h2, .swap-panel header h3 {
	position: relative;
}
.swap-panel header:before {
	content: ' ';
	height: 3px;
	width: 100%;
	border-top: solid 1px #2F3030; /* $dark */
	border-bottom: solid 1px #2F3030; /* $dark */
	position: absolute;
	top: 1em;
	left: 0;
}
h1, h2, h3, h4 {
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1em;
}
.content h1, .content h2, .content h3, .content h4 {
	margin: 15px 0;
	line-height: 1.2em;
}
h1, .swap-panel header h2 {
	color: #343434;
	font-weight: 400;
	font-size: 2rem;
	font-family: 'Libre Baskerville', serif;
}
.content h1 {
	font-size: 40px;
}
h2, h3 {
	font-size: 1.7em;
	font-weight: bold;
	color: #4592D8; /* $primary */
}
.content h2, .content h3 {
	font-size: 30px;
}
h4 {
	font-size: 1.3em;
	color: rgb(130, 96, 61); /* $secondary */
	font-weight: bold;
}
.content h4 {
	font-size: 24px;
}
a {
	text-decoration: none;
	color: #4592D8; /* $primary */
	display: inline-block;
}
a:hover {
	text-decoration: none;
	color: #6c6c6c; /* $dark */
}
a.phone-link {
	cursor: default;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.content ul, .content-format ul {
	list-style: disc;
	margin: 1em 0;
	padding-left: 40px;
}
.content li > ul, .content-format li > ul {
	margin: 0;
}
.main-content ul {
	position: relative;
	list-style: disc;
}
.main-content .half ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}
.main-content ul li {
	width: 100%;
	position: relative;
}
.main-content .half ul li {
	display: block;
}
.main-content ul li a {
	display: inline-block;
}
.main-content ul li a:hover {
}
.btn {
	display: inline-block;
	padding: .75em 3em;
	font-size: 1em;
	color: #FFFFFF; /* $light */
	text-transform: uppercase;
	font-weight: bold;
	background-color: #4592D8; /* $primary */
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.5);
	font-family: 'PT Sans Narrow', sans-serif;
}
.btn:hover, a:hover .btn {
	background-color: #2876BC; /* darken($primary,20%) */
	color: #FFFFFF; /* $light */
}
.text-highlight {
	display: block;
	margin: 15px auto;
	text-align: left;
	background-color: #2F3030; /* $dark */
	color: #FFFFFF; /* $light */
	font-weight: 400;
	font-family: PT Sans;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	padding: .25em 2em .25em 1em;
	position: relative;
	overflow: hidden;
}
.section-one .text-highlight:after {
	font-family: 'FontAwesome';
	content: '\f1b9 ';
	position: absolute;
	right: -17%;
	font-size: 10em;
	top: -.12em;
	text-shadow: 0;
	color: rgba(255, 255, 255, 0.2); /* alpha($light,20%) */
}
.text-highlight > div {
	padding: .75em 1em;
	display: block;
}
.text-highlight h3 {
	text-transform: none;
	color: #4592D8; /* $primary */
	margin: 0;
	font-weight: 400;
}
.text-highlight h3 .highlight {
	color: #FFFFFF; /* $light */
}
.text-highlight p {
	margin: 0;
}
a:hover .text-highlight {
	background-color: #2876BC; /* darken($primary,20%) */
}
.left {
	float: left;
	clear: left;
}
.right {
	float: right;
	clear: right;
}
.half {
	width: 48%;
}
form *, form *:before, form *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main {
	max-width: 1100px;
	min-width: 320px;
	width: auto;
	margin: 0px auto;
	position: relative;
	padding-left: 1%;
	padding-right: 1%;
}
html.no-canvas .main {
	width: 1080px;
}
.main:after {
	content: ' ';
	display: block;
	clear: both;
}
#ContactMap2 {
	width: 600px;
	height: 275px;
	margin: 0 auto 15px;
	float: right;
	max-width: 50% !important;
}
#ContactMap2, #ContactMap2 img {
	max-width: 100%;
	width: 100%!important;
	height: auto!important;
}
div.zone-editable > * {
	min-height: 15px;
}
body.cms-layout .cms-zone ul.zone-tab li {
	position: relative !important;
	opacity: 1 !important;
	float: none !important;
	overflow: visible !important;
}
body.cms-layout .cms-zone ul.zone-tab {
	overflow: visible !important;
	-webkit-column-count: auto !important;
	-moz-column-count: auto !important;
	column-count: auto !important;
	-webkit-column-gap: 0 !important;
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
}
input, textarea, keygen, select, button {
	letter-spacing: inherit;
	word-spacing: inherit;
	text-shadow: inherit;
	font-family: inherit;
}
.fancyfont {
	background-color: #4592D8; /* $primary */
	border: solid 4px #2F3030; /* $dark */
	color: #FFFFFF; /* $light */
	margin: 15px 0;
	padding: 3px 10px;
}
.fancyfont h3 {
	color: #2F3030; /* $dark */
}
.fancyfont a {
	color: #2F3030; /* $dark */
}
.fancyfont a:hover {
	color: #2F3030; /* $dark */
	text-decoration: underline;
}
.BBBlink {
	display: block;
	float: right;
	margin: 4px 0px 4px 8px;
}
.video-content {
	width: 55%;
	margin: 0 auto 2em auto;
}
.video-container {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.video-container .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-container .video > div {
	width: 100% !important;
	height: 100% !important;
}
/* End General Site Styles */

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

.fixed {
	position: fixed;
	width: 100%;
    /*background: rgba(12, 30, 47, 0.13);*/
    padding: 10px 0 10px;
}

.inner-about .fixed {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(229, 222, 211), rgb(255, 255, 255)) repeat scroll 0 0;
}

.fixed.menu-shrink{
	background-image:linear-gradient(to bottom, rgb(229, 222, 211), rgb(255, 255, 255));
    padding: 4px 0;
    position: fixed;
    width: 100%;
	color:#000;
}

.navbar-nav li a {
    color: rgb(0, 0, 0);
	font-size:1.1em;
}
.fixed.menu-shrink .navbar-nav li a{ color:#000;}

body.cms-admin .fixed, .fixed.relative {
	position: relative;
}
.masthead-zone {
	background-color: #FFFFFF; /* $light */
	background-image: -webkit-linear-gradient(top, #E5DED3, #FFFFFF); /* lighten($secondary,61%),$light */
	background-image: -moz-linear-gradient(top, #E5DED3, #FFFFFF); /* lighten($secondary,61%),$light */
	background-image: -o-linear-gradient(top, #E5DED3, #FFFFFF); /* lighten($secondary,61%),$light */
	background-image: linear-gradient(to bottom, #E5DED3, #FFFFFF); /* lighten($secondary,61%),$light */
}
.masthead {
	padding:1.3em 1% 0.5em;
	position: relative;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.shrink-nav .masthead {
	padding: .55em 1%;
}
.masthead .table {
	display: table;
	width: 100%;
}
.masthead .table > * {
	display: table-cell;
	vertical-align: middle;
}
.masthead .top-logo {
	width: 35%;
}
.masthead .top-logo a {
	display: block;
	max-width: 100%;
}
.masthead .top-logo img {
	position: relative;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.masthead .top-logo img.ready {
	width: 100%;
}
.shrink-nav .masthead .top-logo img.ready {
	width: 80%;
}
.masthead .mast-title {
	width: 35%;
}
.masthead .mast-title h2 {
	font-size: 1em;
	color: #2F3030; /* $dark */
	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: 400;
}
.shrink-nav .masthead .mast-title h2 {
	top: -1em;
	opacity: 0;
}
.masthead .contact-info {
	width: 18%;
	text-align: right;
}
.contact-info a.phone-link {
	font-size: 1.6em;
	font-weight: bold;
	color: #2F3030; /* $dark */
}
.contact-info span {
	text-transform: uppercase;
	font-size: 1em;
	color: #4592D8; /* $primary */
	padding-right: .2em;
}
.masthead .menu-btn {
	font-size: 1.5em;
	padding: 0 0 0 .4em;
	cursor: pointer;
	display: none;
}
.masthead .menu-btn:hover {
	color: #2F3030; /* $dark */
}
.masthead .top-social {
	display: table;
	width: auto;
	margin: 0 0 0 auto;
}
.masthead .top-social li {
	display: table-cell;
}
 .masthead .top-social li:nth-child(n+2) a {
 border-left: solid 1px rgba(52, 52, 52, 0.2);
}
.masthead .top-social a {
	display: block;
	padding: .3em;
	background-color: #589DDC; /* lighten($primary,10%) */
	color: #FFFFFF; /* $light */
	font-size: 1em;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #2F3030 50%); /* ,$dark */
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #2F3030 50%); /* ,$dark */
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #2F3030 50%); /* ,$dark */
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #2F3030 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 */

/* Header 2 Masthead deleted if not using */
.header-two .masthead {
	box-shadow: 0 1px 5px rgba(47, 48, 48, 0.3); /* alpha($dark,30%) */
}
.header-two .masthead .top-logo {
	width: 25%;
}
.header-two .masthead .contact-info {
	width: 25%;
}
.header-two .masthead .mast-title {
	width: 50%;
	position: relative;
}
.header-two .masthead .mast-title h2 {
	position: absolute;
	line-height: 0;
	top: 50%;
	width: 100%;
}
.header-two .shrink-nav .masthead .mast-title h2 {
	top: -100%;
}
.cms-admin .header-two .masthead .menu-btn {
	display: inline-block;
}
.mast-nav .top-nav {
	background-color: transparent;
	position: relative;
	opacity: 0;
	top: 100%;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	z-index: -1;
}
.shrink-nav .mast-nav .top-nav {
	opacity: 1;
	top: 0;
	z-index: 1;
}
.mast-nav .top-nav li {
	background-image: none;
}
.mast-nav .top-nav a {
	color: #BCAB8E; /* $secondary */
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.mast-nav .top-nav li:hover a {
	color: #2F3030; /* $dark */
}
/* End Header 2 Masthead deleted if not using */

/* Top Nav Styles */
.nav-zone {
	background-color: #4A4B4B; /* lighten($dark,13%) */
}
.top-nav {
	background-color: #000; /* $primary */
	padding: 0;
}
.top-nav .mobile-nav {
	display: none;
}
.top-nav ul {
	width: 100%;
	display: table;
}
.top-nav li {
	display: table-cell;
	width: auto;
	padding: 0 1%;
	text-align: center;
	vertical-align: middle;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #2F3030 50%); /* ,$dark */
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #2F3030 50%); /* ,$dark */
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #2F3030 50%); /* ,$dark */
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #2F3030 50%); /* ,$dark */
	background-size: 100% 200%;
	background-position: 0% 0%;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	position: relative;
	cursor: pointer;
}
.top-nav li:hover {
	background-position: 0 100%;
}
.top-nav li.social-button {
	border-left: solid 1px rgba(47, 48, 48, 0.2); /* alpha($dark,20%) */
}
.top-nav a {
	display: block;
	padding: .8em 0;
	color: #FFFFFF; /* $light */
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	text-transform: uppercase;
}
.top-nav .social-button a {
	font-size: 1.2em;
	line-height: 1em;
}
.shrink-nav .top-nav a {
	padding: .5em 0;
}
.top-nav a:hover {
}
/* End Top Nav Styles */

/* Header 2 Top Nav Styles delete if not using */
.image-zone .nav-zone {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 320px;
	background-color: rgba(69, 146, 216, 0.9); /* alpha($primary,90%) */
}
.image-zone .top-nav {
	background-color: transparent;
	padding: 1.3em .8em;
}
.image-zone .top-nav .desktop-nav {
	display: block;
}
.image-zone .top-nav .desktop-nav div.iflylist {
	display: none !important;
}
.image-zone .top-nav .desktop-nav li {
	display: block;
	text-align: left;
	box-shadow: 0 1px 0 #589DDC; /* lighten($primary,10%) */
}
.image-zone .top-nav a {
	font-size: 20px;
	padding-right: 0.8em;
}
.image-zone .top-nav .desktop-nav li:hover a {
	padding-left: .8em;
	padding-right: 0;
}
.image-zone .top-nav ul.top-social {
	width: auto;
	margin-top: 1.8em;
}
.image-zone .top-nav ul.top-social li:last-child {
	border-right: solid 1px rgba(47, 48, 48, 0.2); /* alpha($dark,20%) */
}
.image-zone .top-nav ul.top-social a {
 padding: .8rem;
}
/* End Header 2 Top Nav Styles delete if not using */

/* Fancy Header Lines */
.fancy {
	line-height: 0.5;
	text-align: center;
	overflow: hidden;
	padding: .5em 0;
}
.fancy span {
	display: inline-block;
	position: relative;
}
.fancy span:before, .fancy span:after {
	content: '';
	position: absolute;
	height: 3px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	top: 0;
	width: 600px;
}
.fancy span:before {
	right: 100%;
	margin-right: 15px;
}
.fancy span:after {
	left: 100%;
	margin-left: 15px;
}
/* End Fancy Header Lines */

/* Animation */
.image-zone {
	position: relative;
}
.animation {
	position: relative;
	height: 634px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-moz-transform: translateZ(0) scale(1.0, 1.0);
	-o-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);
	background-image: url(../images/Slide1.jpg);
	background-size: cover;
}
.landing .animation {
	background-image: url(../images/DUISlide1.jpg);
}
.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	left: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-moz-transform: translateZ(0) scale(1.0, 1.0);
	-o-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);
}
.slide:first-child {
	display: block;
}
.slide .main {
	height: 100%;
}
.slide img.slide-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: scale(1) translateZ(0);
	-moz-transform: scale(1) translateZ(0);
	-o-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	opacity: 0.5;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide img.slide-img {
	position: absolute;
	right: 1%;
	bottom: 0;
	max-width: 40%;
}
.info {
	 border-radius: 50px;
    position: relative;
    text-align: center;
    top: 14em;
    width: 58%;
}
.info:before {
	content: ' ';
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	/*border: solid 10px rgba(47,48,48,0.8); /* alpha($dark,80%) */*/ 	position: absolute;
	left: -20px;
	top: -20px;
}
.left-align .info {
	text-align: left;
	width: 65%;
}
.landing .left-align .info {
	width: 55%;
}
.right-align .info {
	text-align: right;
	width: 65%;
}
.info h2 {
	font-size: 5.2em;
	line-height: 1em;
	color: #FFFFFF; /* $light */
	font-family: serif;
	font-weight: 400;
	text-align: center;
}
.landing .info h2 {
	font-size: 4.2em;
}
.info h3 {
	display: table;
	padding: 0;
	font-size: 4.3em;
    font-weight: 600;
	line-height: 1em;
	color: #fff; /* lighten($secondary,30%) */
	margin: 5px auto;
	position: relative;
	text-align: center;
}
.info h3:before {
	content: ' ';
	width: 100%;
	height: 3px;
	/*border-top: solid 1px rgba(188, 171, 142, 0.5);*/ /* alpha($secondary,50%) */
	position: absolute;
	left: 0;
	/*border-bottom: solid 1px rgba(188, 171, 142, 0.5);*/ /* alpha($secondary,50%) */
	top: 5px;
}
.info h3:after {
	content: ' ';
	width: 100%;
	height: 3px;
	/*border-top: solid 1px rgba(188, 171, 142, 0.5);*/
	position: absolute;
	left: 0;
	/*border-bottom: solid 1px rgba(188, 171, 142, 0.5);*/
	bottom: -5px;
}
.left-align .info h3 {
}
.right-align .info h3 {
	margin: 0 0 0 auto;
}
.info p {
	letter-spacing: 3px;
	display: table;
	margin: 0 auto 20px;
	padding: 0 0 0.3em;
	font-size: 1.8em;
	color: #fff; /* $primary */
	text-transform: uppercase;
}

.main .white-text h3{ color:rgb(255, 255, 255);}
.main .white-text p{ color: rgb(255, 255, 255);}
.main .white-text{ top:14em;} 

.left-align .info p {
}
.right-align .info p {
	margin: 0 0 0 auto;
}
.info .btn {
	margin-top: 2.5em;/*opacity: 0;*/
}
.slide .info .btn {
	width: 60%;
	margin: 2% 20%;
	text-align: center;
	position: relative;
}
.info .btn:hover {
}
/* End Animation */

/* Sub Slide */
.sub .image-area {
	background-size: cover;
	background-position: center;
	position: relative;
}
.sub-slide {
	text-align: left;
	padding: 0 0 0 1em;
}
.editing-content .sub-slide {
	padding: 0;
}
.editing-content .sub-slide img {
	max-height: 150px;
	width: 100%;
}
.sub-slide .main {
	padding: 4.5em 1%;
}
.sub-slide .main:after {
	content: ' ';
	background-image: url(../images/Attorneys.png);
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}
.sub-slide h2 {
	display: inline-block;
	padding: .2em 4%;
	font-size: 3.35em;
	line-height: 1em;
	color: #FFFFFF;
	background-color: rgba(47, 48, 48, 0.8); /* alpha($dark,80%) */
	margin: 0;
	position: relative;
	width: 60%;
	text-align: center;
}
.sub-slide h2:before {
	content: ' ';
	width: 110%;
	height: 140%;
	left: -5%;
	background-color: transparent;
	position: absolute;
	top: -20%;
	border: solid 10px rgba(47, 48, 48, 0.8); /* alpha($dark,80%) */
}
/* End Sub Slide */

/* Scroll Button Styles */
.scroll-btn {
	position: absolute;
	top: -7em;
	width: 100%;
	left: 0;
}
.scroll-btn > span {
	display: table;
	background-color: rgba(47, 48, 48, 0.7); /* alpha($dark,70%) */
	padding: 1.3em 1.3em 1em;
	border-radius: 50%;
	color: #FFFFFF; /* $light */
	margin: 0 auto;
	text-align: center;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	cursor: pointer;
}
.scroll-btn .text {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
}
.scroll-btn icon {
	font-size: 1.8em;
	display: block;
	line-height: 1em;
}
.scroll-btn > span:hover {
	background-color: rgba(69, 146, 216, 0.7); /* alpha($primary,70%) */
}
/* End Scroll Button Styles */

/* Section 0 Styles */
.section-zero {
	position: relative;
	background-color: #2F3030; /* $dark */
	z-index: 5;
	color: #FFFFFF; /* $light */
}
.section-zero h1, .section-zero header h2, .section-zero a h2 {
	color: #FFFFFF; /* $light */
	font-family: serif;
	font-weight: 400;
	text-align: center;
	border-bottom: solid 1px #FFFFFF; /* $light */
}
.section-zero a h2 span {
	display: block;
	font-size: .8em;
	color: #143B5E; /* darken($primary,60%) */
}
.section-zero h2, .section-zero h3 {
	color: #BCAB8E; /* $secondary */
}
.section-zero p {
	color: #FFFFFF; /* $light */
}
.section-zero a {
}
.section-zero a:hover {
}
.section-zero .btn {
}
.section-zero .btn:hover {
}
.section-zero .contact-form input, .section-zero .contact-form textarea {
}
/* End Section 0 Styles */

/* Section 1 Styles */
.section-one {
	background-color: #F9F5EF;
	padding: 1.8em 0px;
	font-family: PT Sans;
	font-size: 18px;
	color: #818484; /* lighten($dark,40%) */
	background-image: -webkit-linear-gradient(top, #FFFEFE, #E7DBC5);
	background-image: -moz-linear-gradient(top, #FFFEFE, #E7DBC5);
	background-image: -o-linear-gradient(top, #FFFEFE, #E7DBC5);
	background-image: linear-gradient(to bottom, #FFFEFE, #E7DBC5);
	position: relative;
	overflow: hidden;
	padding:2em 0 4em 0;
}
body.sub .section-one {
	background-image: none;
}
.section-one h1, .section-one header h2, .section-one a h2 {
	text-align: center;
	margin: 1.5em 0 .5em 0;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	color: #2F3030; /* $dark */
}
body.sub .section-one h1 {
	font-size: 30px;
}
body.sub .section-one h1, body.sub .section-one h2, body.sub .section-one h3 {
	text-align: center;
}
.section-one h2, .section-one h3 {
	text-align: center;
}
body.sub .section-one .content h2, body.sub .section-one .content h3 {
}
.section-one p {
}
.section-one p strong {
}
.section-one .content-format p strong {
	color: #4592D8; /* $primary */
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}
.section-one a {
}
.section-one a:hover {
}
.section-one .btn {
}
.section-one .btn:hover {
}
.section-one .contact-form input, .section-one .contact-form textarea {
}
.section-one .side-ctas ul {
}
.section-one .content-cta em {
	background-color: #2F3030; /* $dark */
	color: #E7DBC5;
	display: block;
	text-align: center;
	padding: 1em;
	font-style: normal;
}
.section-one .side-ctas ul:after {
 font-family  line-height  color  color  display  content: "PT Sans Narrow, sans-serif;1.75em;#55A3EA;font-size: 1.5em;font-weight: 400;#FFFFFF;background-color: #55A3EA;box-shadow: inset 0 1px 3px rgba(255,255,255,0.3), 0 2px 4px rgba(0,0,0,0.5);border: none;table;width: 100%;position: relative;' ";
	width: 98%;
	height: 4px;
	border-top: solid 1px #969898; /* lighten($dark,50%) */
	position: absolute;
	bottom: -1em;
	left: 1%;
	border-bottom: solid 1px #969898; /* lighten($dark,50%) */
}
.section-one .side-ctas li {
	width: 33.3%;
	display: table-cell;
	padding: 1%;
	float: left;
}
.section-one .side-ctas li a {
	background-color: transparent;
}
.section-one .side-ctas li a img {
	background-position: top center;
	height: calc(100% - 2.8em);
}
.section-one .side-ctas li a .btn {
	position: relative;
	text-align: center;
}
body.sub .section-one .content {
	width: 68%;
	float: left;
}
body.sub.wide .section-one .content {
	width: 100%;
	float: none;
}
body.sub.wide .section-one .side {
	float: none;
	width: 350px;
}
body.sub.two-column .section-one .side {
	width: 30%;
	float: right;
	display: block;
}
.table-cta {
	background-color: #4592D8; /* $primary */
	color: #FFFFFF; /* $light */
	text-align: center;
}
.table-cta td:first-child {
	text-align: left;
}
.CaseResult {
	display: block;
	text-align: center;
}
/* End Section 1 Styles */

/* Section 2 Styles */
.section-two {
	background-image: url("../images/mob-bg.jpg");
	color: #FFFFFF; /* $light */
	position: relative;
	background-size: cover;
	background-position: center center;
	padding: 2em 0;
}
.section-feature {
	background-image: url("../images/car-bg.jpg");
	color: #FFFFFF; /* $light */
	position: relative;
	background-size: cover;
	background-position: center center;
	padding: 3em 0;
}
.section-four {
	background-image: url("../images/bg-1.jpg") !important;
	color: #FFFFFF; /* $light */
	position: relative;
	background-size: cover;
	background-position: top center;
	padding: 1em 0;
}
.section-two:before {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(25, 28, 30, 0.8); /* adjust($primary,-23%,0%,80%) */
}
body.sub .section-two:before {
	background-color: rgba(47, 48, 48, 0.8); /* alpha($dark,80%) */
}
.section-two .iswap > * {
}
.section-two h1, .section-two header h2, .section-two a h2 {
	color: #FFFFFF; /* $light */
}
.section-one h3 {
	padding-bottom: 1em;
}
.section-two header:before {
	border-color: #FFFFFF; /* $light */
	display: none;
}
.section-two h1 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 1.75em;
	padding: .5em;
}
.section-two h2, .section-two h3 {
	color: #BCAB8E; /* $secondary */
}
body.sub .section-two h3 {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: .25em;
	padding: .5em 0;
	color: #F9F5EF;
}
.section-two p {
	color: #FFFFFF; /* $light */
	text-align: center;
	line-height: 1.5em;
}
.secton-two .half {
	text-align: left;
}
.section-two a {
}
.section-two a:hover {
	color: #BCAB8E; /* $secondary */
}
.section-two .btn {
}
.section-two .content-list ul {
	background-color: rgba(69, 146, 216, 0.8); /* alpha($primary,80%) */
}
.section-two .content-list ul li {
	padding: .5em;
	position: relative;
}
.section-two .content-list ul li:after {
	position: absolute;
	height: 80%;
	top: 10%;
	right: 0;
	background-color: rgba(255, 255, 255, 0.6); /* alpha($light,60%) */
	width: 1px;
	content: ' ';
}
.section-two .content-list ul li:last-child:after {
	display: none;
}
.section-two .content-list ul li icon {
	color: #F8F4ED;
	height: 1em;
	padding-top: .25em;
}
.section-two .content-list ul li span {
	font-size: 1.25em;
	display: block;
	padding: 1em 0em;
}
.section-two .btn:hover {
	color: #FFFFFF; /* $light */
}
.section-two .contact-form input, .section-two .contact-form textarea {
}
/* End Section 2 Styles */

/* Section 3 Styles */
.section-three {
	background-color: #E6DBC4;
	color: #585A5A; /* lighten($dark,20%) */
	position: relative;
	padding: 4em 0 0.4em;
}

.three-sub {
    padding: 4em 0 2em;
}

.three-sub li .btn{ bottom:1.5em !important;}
.three-sub .scroll-container ul li > div {
    width: 85% !important;
}

body.sub .section-three {
	display: none;
}
.section-three:before {
	content: ' ';
	width: 50%;
	height: 100%;
	background-color: #1b1b1b;
	position: absolute;
	top: 0;
	left: 50%;
}
.section-three header:before {
	display: none;
}
.section-three .iswap > * {
}
.section-three h1, .section-three header h2, .section-three a h2 {
	color: #2F3030; /* $dark */
}
.section-three h2 {
	font-size: 2em;
	text-align: right;
}
.section-three h2, .section-three h3 {
	display: inline;
	font-family: 'Libre Baskerville', serif;
	font-size: 2em;
	font-weight: 400;
}
.section-three h3 {
	text-align: left;
	color: #E6DBC4;
}
.section-three .scroll-container ul li > img {
	max-width: 387px;
	max-height: 100%;
	margin-left: -40%;
	width: 100%;
	position: relative;
	bottom: -0.7em;
	padding: 0;
}
.section-three .scroll-container ul li:last-child > img {
	margin-right: -40%;
	margin-left: auto;
}
.section-three .scroll-container ul li:last-child > div {
	float: left;
	text-align: left;
}
.section-three .cta-text h3 {
	color: rgb(47, 48, 48); /* $primary */
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.25em;
	letter-spacing: .35em;
	padding-bottom:1em;
/*	display:inline-block;*/
}
.section-three li.item2 .cta-text h3 {
    color:rgb(231, 219, 197);
}
.three-sub .cta-text h3{ letter-spacing:0.20em;}
.section-three .cta-text h3 span {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	display: block;
	text-align: right;
	font-size: 1.5em;
	color: rgb(69, 146, 216); /* $dark */
	line-height: 1.2em;
	white-space: nowrap;
	letter-spacing: 0;
}
.section-three li.item2 .cta-text h3 span {
	text-align: left;
	color: rgb(69, 146, 216);
}
.section-three li .btn {
	bottom: 5.5em;
	position: absolute;
	right: 1em;
}
.section-three li.item2 .btn {
	right: auto;
	left: 1em;
}
.section-three p {
	line-height: 1.5em;
}
/*.section-change .swap-panel .item2 p {
    padding: 0 106px 0 0;
}*/
.section-three a {
}
.section-three a:hover {
}
.section-three .btn {
}
.section-three .btn:hover {
}
.section-three .content-scroll {
	padding: 0;
}
.section-three .content-scroll .scroll-container {
	overflow: visible;
}
.section-three .scroll-container ul {
	display: table;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
.section-three .scroll-container ul li {
	display: table-cell;
	text-align: right;
	margin: 0;
	position: relative;
}
.section-three .scroll-container ul li:last-child {
}
.section-three .scroll-container ul li > div {
	width: 60%;
	float: right;
	line-height: 1.5em;
}
.section-three .contact-form input, .section-three .contact-form textarea {
	color: #999999; /* darken($light,40%) */
	background-color: #4592D8; /* $primary */
	box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.5);
	border: none;
}
.section-three .scroll-container li:last-child {
	color: #FFFFFF; /* $light */
}
/* End Section 3 Styles */

/* Section 4 Styles */
.section-four {
	/*background-image: url(/images/Section4-BG.jpg);*/
	color: #FFFFFF; /* $light */
}
.section-four .main {
	overflow: hidden;
}
body.sub .section-four {
	background-image: url(/images/Section8-BG.jpg);
	padding: 2em 0;
}
body.Criminal-Defense-Consultation .section-four {
	padding: 0;
}
.section-four header h2 {
	display: inline;
	z-index: 2;
	position: relative;
}
.section-four header:before {
	border-color: #FFFFFF;
	display: none;
}
.section-four .iswap > * {
}
.section-four h1, .section-four header h2, .section-four a h2 {
	color: #FFFFFF; /* $light */
}
.section-four h2, .section-four h3 {
	color: #BCAB8E; /* $secondary */
}
.section-four p {
	color: #FFFFFF; /* $light */
	line-height: 1.75em;
}
.section-four a {
}
.section-four .content-list {
	margin: 2em auto 1em auto;
}
.section-four .content-list li icon {
	font-size: 6em;
}
.section-four .content-list li span {
	margin: .5em 1em;
	display: block;
	font-size: 1.75em;
}
.section-four a:hover {
	color: #BCAB8E; /* $secondary */
}
.section-four .btn {
	padding: .75em 1em;
}
.section-four .btn:hover {
	color: #FFFFFF; /* $light */
}
.section-four .contact-form input, .section-four .contact-form textarea {
}
/* End Section 4 Styles */

/* Section 5 Styles */
.section-five {
	background-color: #E7E1D6; /* lighten($secondary,64%) */
	color: #585A5A; /* lighten($dark,20%) */
}
.sub .section-five {
	background-color: rgba(255, 255, 255, 0.5); /* alpha($light,50%) */
	background-image: -webkit-linear-gradient(top, #E7DBC5, #D2C4A9);
	background-image: -moz-linear-gradient(top, #E7DBC5, #D2C4A9);
	background-image: -o-linear-gradient(top, #E7DBC5, #D2C4A9);
	background-image: linear-gradient(to bottom, #E7DBC5, #D2C4A9);
}
.section-five .iswap > * {
}
.section-five h1, .section-five header h2, .section-five a h2 {
	color: #2F3030; /* $dark */
}
.section-five h2, .section-five h3 {
}
.section-five h2 {
	background-color: #E7E1D6; /* lighten($secondary,64%) */
	display: inline;
	padding: .5em;
}
body.sub .section-five h2 {
	display: block;
	font-size: 1.25em;
	background-color: transparent;
}
.section-five header {
	position: relative;
}
.section-five header:before {
	content: ' ';
	height: 3px;
	border-top: solid 1px #2F3030; /* $dark */
	border-bottom: solid 1px #2F3030; /* $dark */
	width: 100%;
	position: absolute;
	left: 0;
	top: 1em;
}
.section-five header h3 {
	font-size: 1em;
	padding: 1em 0;
	letter-spacing: .35em;
}
.section-five p {
	text-align: center;
	color: #7DB3E4; /* lighten($primary,30%) */
	margin: 0;
	border-radius: 0 0 15px 15px;
	background-color: rgba(47, 48, 48, 0.7); /* alpha($dark,70%) */
	padding: .5em 0;
	text-transform: uppercase;
	font-size: .75em;
}
.section-five a {
}
.section-five a:hover {
}
.section-five .btn {
}
.section-five .btn:hover {
}
body.sub .section-five .cta-list li a {
	background-color: #F8F4ED;
	padding-top: 1em;
}
.section-five .contact-form input, .section-five .contact-form textarea {
	color: #FFFFFF; /* $light */
	background-color: #4592D8; /* $primary */
	box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.5);
	border: none;
}
/* End Section 5 Styles */

/* Section 6 Styles */
.section-six {
	background-image: url(/images/Section6-BG.jpg);
	color: #FFFFFF; /* $light */
	background-position: top;
}
.section-six .iswap > * {
}
.section-six h1, .section-six header h2, .section-six a h2 {
	color: #FFFFFF; /* $light */
}
.section-six header:before {
	display: none;
}
.section-six header h2 {
	font-size: 1.75em;
	padding: .5em 0;
}
.section-six h2, .section-six h3 {
	color: #E6DBC4;
}
.section-six h3 {
	font-size: 1.2em;
	letter-spacing: .25em;
	font-weight: 400;
}
.section-six p {
	color: #FFFFFF; /* $light */
	line-height: 1.75em;
	text-align: left;
}
.section-six p strong {
	color: #E6DBC4;
}
.section-six a {
}
.section-six .cta-list ul {
	width: 100%;
}
.section-six .cta-list li {
	width: 25%;
	float: left;
	padding: .5%;
}
.section-six .cta-list li a {
	background-color: rgba(47, 48, 48, 0.5); /* alpha($dark,50%) */
	padding: 0;
 -webkit-transition: .35s ease;
 -moz-transition: .35s ease;
 -o-transition: .35s ease;
 transition: .35s ease;
}
.section-six .cta-list li a:hover {
	background-color: #2F3030; /* $dark */
}
.section-six .cta-list li a:hover icon {
}
.section-six .cta-list li a h2 {
	font-size: 1.25em;
}
.section-six a:hover {
	color: #BCAB8E; /* $secondary */
}
.section-six .btn {
	background-color: #2F3030; /* $dark */
}
.section-six .btn span {
	color: #4592D8; /* $primary */
}
.section-six .btn:hover {
	color: #FFFFFF; /* $light */
	background-color: #050505; /* darken($dark,90%) */
}
.section-six .contact-form input, .section-six .contact-form textarea {
}
/* End Section 6 Styles */

/* Section 7 Styles */
.section-seven {
	background-color: #E7DCC6;
	color: #585A5A; /* lighten($dark,20%) */
}
.section-seven .iswap > * {
}
.section-seven h1, .section-seven header h2, .section-seven a h2 {
	color: #2F3030; /* $dark */
}
.section-seven h2, .section-seven h3 {
}
.section-seven header {
	font-weight: 400;
}
.section-seven header div {
	display: inline-block;
}
.section-seven header h2 {
	background-color: #E7DCC6;
	padding: 0 .5em;
}
.section-seven header h2 strong {
	color: #4592D8; /* $primary */
	font-weight: 400;
}
.section-seven header h3 {
	color: #4592D8; /* $primary */
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: .25em;
}
.section-seven p {
}
.section-seven a {
}
.section-seven a:hover {
}
.section-seven .btn {
}
.section-seven .btn:hover {
}
.section-seven .contact-form input, .section-seven .contact-form textarea {
	color: #FFFFFF; /* $light */
	background-color: #4592D8; /* $primary */
	box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.5);
	border: none;
}
/* End Section 7 Styles */

/* Section Timeline Styles */
.section-timeline {
	background-color: #2F3030; /* $dark */
	background-image: url("../images/bg-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	color: #FFFFFF; /* $light */
	padding: 4em 0;
}
.time-content {
	overflow: hidden;
}
.section-timeline h2 {
	display: inline;
	font-family: 'Libre Baskerville', serif;
	color: #FFFFFF; /* $light */
	padding: .5em 0;
}
.section-timeline .light {
	line-height: 1.75em;
}
.section-timeline img {
	border-radius: 50%;
	width: 100%;
}
.section-timeline ul {
	display: block;
	width: 100%;
	position: relative;
	    margin-top: 4em;
}
.section-timeline li {
	width: 55%;
 -webkit-transition: .5s ease;
 -moz-transition: .5s ease;
 -o-transition: .5s ease;
 transition: .5s ease;
	display: table;
	position: relative;
}
.section-timeline li:before {
	height: 100%;
	content: ' ';
	width: 10px;
	position: absolute;
	bottom: -60%;
	background-color: #4592D8; /* $primary */
	opacity: 0;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	left: 75%;
}
.section-timeline .show li:before {
	opacity: 1;
}
.section-timeline li.one:before {
	-webkit-transition: 1s ease 1s;
	-moz-transition: 1s ease 1s;
	-o-transition: 1s ease 1s;
	transition: 1s ease 1s;
}
.section-timeline li.two:before {
	-webkit-transition: 1s ease 1.5s;
	-moz-transition: 1s ease 1.5s;
	-o-transition: 1s ease 1.5s;
	transition: 1s ease 1.5s;
}
.section-timeline li.three:before {
	-webkit-transition: 1s ease 2s;
	-moz-transition: 1s ease 2s;
	-o-transition: 1s ease 2s;
	transition: 1s ease 2s;
}
.section-timeline li.four:before {
	-webkit-transition: 1s ease 2.5s;
	-moz-transition: 1s ease 2.5s;
	-o-transition: 1s ease 2.5s;
	transition: 1s ease 2.5s;
}
.section-timeline li.one * {
	-webkit-transition: 1s ease 1s;
	-moz-transition: 1s ease 1s;
	-o-transition: 1s ease 1s;
	transition: 1s ease 1s;
}
.section-timeline li.two * {
	-webkit-transition: 1s ease 1.5s;
	-moz-transition: 1s ease 1.5s;
	-o-transition: 1s ease 1.5s;
	transition: 1s ease 1.5s;
}
.section-timeline li.three * {
	-webkit-transition: 1s ease 2s;
	-moz-transition: 1s ease 2s;
	-o-transition: 1s ease 2s;
	transition: 1s ease 2s;
}
.section-timeline li.four * {
	-webkit-transition: 1s ease 2.5s;
	-moz-transition: 1s ease 2.5s;
	-o-transition: 1s ease 2.5s;
	transition: 1s ease 2.5s;
}
.section-timeline li .cta-bub {
	display: table-cell;
	width: 180px;
	text-align: left;
}
.cta-bub em {
	color: #4592D8; /* $primary */
	font-style: normal;
	font-size: 1.9em;
	background-color: #E7DCC6;
	display: inline-block;
	padding: .25em;
	border-radius: 50%;
	width: 2em;
	margin-bottom: -2.5em;
	position: relative;
	text-align: center;
	font-weight: 700;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	z-index: 1;
}
.show .cta-bub em {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.cta-bub img {
	margin-top: -2em;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.show .cta-bub img {
	border: solid 10px #4592D8; /* $primary */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.section-timeline li .bub-text {
	display: table-cell;
	width: calc(100% - 180px);
	position: relative;
	line-height: 1.5em;
	vertical-align: middle;
	padding: 2em 1em;
	margin-left: -50%;
	opacity: 0;
}

.time h4 {
    padding-bottom: 20px;
}

.section-timeline .show li .bub-text {
	margin-left: 0;
	opacity: 1;
}
.section-timeline li.left {
	text-align: right;
	padding-right: 2em;
}
.section-timeline li.left:before {
	right: 75%;
	-webkit-transform: rotate(-45deg) scale(0);
	-moz-transform: rotate(-45deg) scale(0);
	-o-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
}
.section-timeline .show li.left:before {
	-webkit-transform: rotate(-45deg) scale(1);
	-moz-transform: rotate(-45deg) scale(1);
	-o-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}
.section-timeline li.right {
	text-align: left;
	padding-left: 2em;
}
.section-timeline li.right:before {
	-webkit-transform: rotate(45deg) scale(0);
	-moz-transform: rotate(45deg) scale(0);
	-o-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
	left: 25%;
}
.section-timeline .show li.right:before {
	-webkit-transform: rotate(45deg) scale(1);
	-moz-transform: rotate(45deg) scale(1);
	-o-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
}
.section-timeline li.right:last-child:before {
	display: none;
}
.section-timeline li.left .cta-bub {
	float: right;
}
.section-timeline li.right .cta-bub {
	float: left;
	text-align: right;
}
.section-timeline li.left .bub-text {
	float: left;
}
.section-timeline li.right .bub-text {
	float: right;
	margin-right: -50%;
}
.section-timeline .show li.right .bub-text {
	margin-right: 0;
}
.section-timeline .btn {
	width: 100%;
	display: block;
	font-size: 1.5em;
	overflow: hidden;
}
.section-timeline .btn span {
	color: #2F3030; /* $dark */
	text-transform: none;
	position: relative;
}
.section-timeline .btn span:before {
	font-family: 'icomoon-ult';
	content: '\e253';
	margin-right: 1em;
	font-size: 3em;
	position: absolute;
	left: -1em;
	bottom: -.5em;
	color: rgba(15, 44, 71, 0.8); /* adjust($primary,-70%,0%,80%) */
}
.section-timeline .btn:hover span:before {
	color: #FFFFFF; /* $light */
}
/* End Section Timeline Styles */

/* Section 8 Styles */
.section-eight {
	color: #FFFFFF; /* $light */
	background-color: #E7E1D6;
}
.section-eight .iswap > * {
}
.section-eight h1, .section-eight header h2, .section-eight a h2 {
	color: #FFFFFF; /* $light */
}
.section-eight h2, .section-eight h3 {
	color: #BCAB8E; /* $secondary */
}
.section-eight header h2 {
	background-color: #E7E1D6;
	color: #2F3030; /* $dark */
}
.section-eight header h3 {
	font-size: 1.25em;
	padding: .25em 0;
	color: #4592D8; /* $primary */
	font-weight: 400;
	letter-spacing: .25em;
}
.section-eight p {
	color: #2F3030; /* $dark */
}
.section-eight a {
}
.section-eight a:hover {
	color: #BCAB8E; /* $secondary */
}
.section-eight .btn {
}
.section-eight .content-scroll li {
	text-align: left;
}
.section-eight .standard-feed li h3 {
 -webkit-transition: .5s ease;
 -moz-transition: .5s ease;
 -o-transition: .5s ease;
 transition: .5s ease;
}
.section-eight .standard-feed li a:hover h3 {
	color: #2F3030; /* $dark */
}
.section-eight .standard-feed li a:hover p {
	color: #2F3030; /* $dark */
}
.section-eight .btn:hover {
	color: #FFFFFF; /* $light */
}
.section-eight .contact-form input, .section-eight .contact-form textarea {
}
/* End Section 8 Styles */

/* Section 9 Styles */
.section-nine {
	color: #585A5A; /* lighten($dark,20%) */
	background-image: url(/images/Section8-BG.jpg);
	background-size: cover;
	padding: 1.5em 0;
}
.section-nine .iswap > * {
}
.section-nine h1, .section-nine header h2, .section-nine a h2 {
	color: #2F3030; /* $dark */
}
.section-nine h2, .section-nine h3 {
}
.section-nine p {
	color: #585A5A; /* lighten($dark,20%) */
}
.section-nine a {
}
.section-nine a:hover {
}
.section-nine .btn {
}
.section-nine .btn:hover {
}
/* End Section 9 Styles */

/* CTA Styles */
.cta-list {
	display: table;
	width: 100%;
	position: relative;
	padding: 1.8em 1% 0;
	text-align: center;
}
.sub .cta-list {
	padding: 1.8em 1%;
}
.cta-list ul {
	display: table-row;
}
.cta-list ul li {
	position: relative;
	display: table-cell;
	padding: 0 1%;
}
.cta-list ul li:last-child {
}
.items1 li {
	width: 100%;
}
.items2 li {
	width: 50%;
}
.items3 li {
	width: 33.3%;
}
.items4 li {
	width: 25%;
}
html.no-display-table .cta-list ul li {
	float: left;
}
.cta-list ul li a {
	display: block;
}
.cta-list ul li icon {
	font-size: 4em;
	color: #4592D8; /* $primary */
}
.cta-list ul li h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	padding: .1em 0 .5em;
	text-transform: none;
	font-family: PT Sans;
}
.cta-list ul li p {
	line-height: 1.4em;
	margin: 0px 0px 5px;
	padding: .3em 0 1em;
}
.cta-list .btn {
	padding: .7em 2%;
	display: block;
}
.cta-list a:hover .btn {
}
/* End CTA Styles */

/* Image CTAs */
.image-ctas {
}
.image-ctas ul {
}
.image-ctas li {
	display: block;
	width: 50%;
	float: left;
}
.image-ctas .total3 li:last-child {
	width: 100%;
	float: none;
}
.image-ctas li a {
	display: table;
	width: 100%;
}
.image-ctas li a > * {
	display: table-cell;
	width: 50%;
	vertical-align: bottom;
}
.image-ctas li .cta-img {
	position: relative;
	overflow: hidden;
	padding: 1em;
}
.image-ctas li .cta-img:after {
	content: ' ';
	display: block;
	width: 140%;
	height: 180%;
	position: absolute;
	-webkit-transform: rotate(45deg) translate(0, -95%);
	-moz-transform: rotate(45deg) translate(0, -95%);
	-o-transform: rotate(45deg) translate(0, -95%);
	transform: rotate(45deg) translate(0, -95%);
	background-color: rgba(255, 255, 255, 0.2); /* alpha($light,20%) */
	z-index: 1;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	top: -50%;
	left: -15%;
}
.image-ctas li a:hover .cta-img:after {
	-webkit-transform: rotate(45deg) translate(0, 110%);
	-moz-transform: rotate(45deg) translate(0, 110%);
	-o-transform: rotate(45deg) translate(0, 110%);
	transform: rotate(45deg) translate(0, 110%);
}
.image-ctas img {
	background-size: cover;
	background-position: center;
}
.image-ctas .cta-text {
	background-color: #4592D8; /* $primary */
	padding: 1.5em 0 0;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.image-ctas a:hover .cta-text {
	background-color: #1E588D; /* darken($primary,40%) */
}
 .image-ctas li:nth-child(2) .cta-text, .image-ctas li:nth-child(3) .cta-text {
 background-color: #2F3030; /* $dark */
}
 .image-ctas li:nth-child(2) a:hover .cta-text, .image-ctas li:nth-child(3) a:hover .cta-text {
 background-color: #1C1D1D; /* darken($dark,40%) */
}
.image-ctas li h2 {
	color: #FFFFFF;
	padding: 0 .5em;
}
.image-ctas li p {
	padding: 0 1em;
	font-size: .9em;
	color: #FFFFFF; /* $light */
}
.image-ctas .btn, .image-ctas a:hover .btn {
	box-shadow: none;
	display: block;
	background-color: rgba(255, 255, 255, 0.1);
}
/* End Image CTAs */

/* Side Image CTAS */
.floaters .home-content {
	float: left;
	width: 60%;
}
.home-content {
	padding: .25em;
}
.floaters .home-content.no-float {
	display: none;
}
.floaters .section-one-swap {
	float: right;
	width: 37%;
}
.side-ctas {
	padding: .5em 0;
}
.side-ctas ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.side-ctas li {
	width: 100%;
	height: 14em;
	margin-bottom: .5em;
}
.side-ctas a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #4592D8; /* $primary */
}
.side-ctas img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
 -webkit-transition: .5s ease;
 -moz-transition: .5s ease;
 -o-transition: .5s ease;
 transition: .5s ease;
	opacity: 1;
}
.side-ctas a:hover img {
	height: calc(100% - 2.8em);
	opacity: .5;
}
.landing .side-ctas a:hover img {
	opacity: .2;
}
.side-ctas h2 {
	position: absolute;
	bottom: 10%;
	padding: 0 1em;
	color: #FFFFFF; /* $light */
	font-size: 1em;
	margin: 0;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	text-align: center;
	width: 100%;
	left: 0;
	opacity: 0;
}
.section-one .side-ctas h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
}
.side-ctas a:hover h2 {
	bottom: 25%;
	opacity: 1;
}
.side-ctas .btn {
	display: block;
}
/* End Side Image CTAS */

/* Secondary Nav */
.secondary-nav {
	padding: 0 !important;
}
.secondary-nav header {
	padding: .5em 1% .5em 1%;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	background-color: #589DDC; /* lighten($primary,10%) */
	position: relative;
	border-left: solid 1px #484848;
}
.secondary-nav header a {
	position: relative;
}
.secondary-nav header:before {
	content: ' ';
	position: absolute;
	height: 120%;
	width: 1065px;
	background-color: #4592D8; /* $primary */
	left: 0;
	top: -10%;
/*	left: auto;*/
}
.secondary-nav h2 {
	font-size: 1.4em !important;
	color: #FFFFFF; /* $light */
}
.secondary-nav h3 {
	font-weight: 400;
	font-size: 1em;
	color: #FFFFFF; /* $light */
	border-top: solid 1px rgba(255, 255, 255, 0.8); /* alpha($light,80%) */
	margin: .05em 0;
	padding-top: .25em;
	font-family: 'PT Sans Narrow';
}
.secondary-nav ul {
	width: 100%;
	display: table;
}
.secondary-nav li {
	display: table-cell;
	padding: 0 1%;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #444545; /* lighten($dark,10%) */
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #4592D8 50%); /* ,$primary */
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #4592D8 50%); /* ,$primary */
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #4592D8 50%); /* ,$primary */
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #4592D8 50%); /* ,$primary */
	background-size: 100% 201%;
	background-position: 0 0;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
 position:relative;
}
.secondary-nav li a {
	display: block;
	padding: 0.5em 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff; /* $secondary */
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	font-size: 17px;
}
.secondary-nav li:hover {
	background-position: 0 100%;
}
.secondary-nav li:hover a {
	color: rgb(227, 195, 110); /* $light */
}

.right .level-2{ border-right:none !important;}
.sttrip-left-top, .sttrip-left-bottom, .sttrip-right-top, .sttrip-right-bottom{
	display: inline-block;
	height: 9px;
	position: absolute;
	width: 16px;	
}
.sttrip-left-top, .sttrip-left-bottom{
	left: -15px;
}
.sttrip-right-top, .sttrip-right-bottom{
	right: -15px;	
}
.sttrip-left-top {
    background: rgba(0, 0, 0, 0) url("../images/side-strip1.png") no-repeat scroll 0 0;
    top: -8px;
}
.sttrip-left-bottom {
    background: rgba(0, 0, 0, 0) url("../images/side-strip2.png") no-repeat scroll 0 0;
    bottom: -8px;
}
.sttrip-right-top {
    background: rgba(0, 0, 0, 0) url("../images/side-strip3.png") no-repeat scroll 0 0;
    top: -8px;
	right:-20px;
}
.sttrip-right-bottom {
    background: rgba(0, 0, 0, 0) url("../images/side-strip4.png") no-repeat scroll 0 0;
    bottom: -8px;
	right:-20px;
}

/* End Secondary Nav */

/* Practice Areas Nav */
.practice-nav {
}
.practice-nav header {
	background-color: #4592D8; /* $primary */
	border-bottom: solid 2px #194976; /* darken($primary,50%) */
}
.side .practice-nav header h2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 1.25em;
	margin: .5em;
}
.practice-nav ul {
}
.practice-nav li {
	display: block;
	width: 100%;
}
.no-rgba .practice-nav li {
	width: 45%;
	float: left;
	margin-right: 5%;
}
 @-moz-document url-prefix() {
 .practice-nav li:last-child:nth-child(odd) {
 width: 100%;
 display: inline-block;
 margin: 0;
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .practice-nav ul {
 -webkit-column-count: 1;
 -moz-column-count: 1;
 column-count: 1;
}

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

	::i-block-chrome, .practice-nav ul li:last-child:nth-child(odd) {
 width: 50%;
 margin: 0 auto;
 float: none;
 clear: both;
}
}
.practice-nav li a {
	display: block;
	background-color: #EEE3CE;
	font-weight: 700;
	font-size: 1em;
	color: #2F3030;
	padding: .5em 1em;
	margin-bottom: 0em;
	position: relative;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	border-bottom: solid 1px #D7CEBC;
}
.practice-nav li a:after {
	content: '\e144';
	font-family: 'icomoon-ult';
	position: absolute;
	right: .7em;
	color: #55A3EA;
 -webkit-transition: .5s ease;
 -moz-transition: .5s ease;
 -o-transition: .5s ease;
 transition: .5s ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}
.practice-nav li a:hover, .practice-nav li.selected a {
	color: #FFFFFF;
	background-color: #2F3030;
}
.practice-nav li a:hover:after, .practice-nav li.selected a:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.practice-nav li.level2 a {
	padding: .5em 1em .5em 2em;
	background-color: #D0C4B0; /* lighten($secondary,30%) */
}
.practice-nav li.level2.selected a, .practice-nav li.level2 a:hover {
	background-color: #4592D8; /* $primary */
}
.practice-nav li.level2 a:hover:after, .practice-nav li.level2.selected a:after {
	display: none;
}
.practice-nav li.level3 a {
	padding: .25em 1em .25em 3em;
	background-color: #BCAB8E; /* $secondary */
}
.practice-nav li.level3.selected a, .practice-nav li.level3 a:hover {
	background-color: #2F3030; /* $dark */
}
.practice-nav li.level3 a:hover:after, .practice-nav li.level3.selected a:after {
	display: none;
}
.landing .scroll-btn > span {
	background-color: rgba(69, 146, 216, 0.9); /* alpha($primary,90%) */
}
.landing .scroll-btn > span:hover {
	background-color: #4592D8; /* $primary */
}
.landing-nav {
}
.landing-nav ul {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 3em;
	-moz-column-gap: 3em;
	column-gap: 3em;
	-webkit-transition: translate(z);
	-moz-transition: translate(z);
	-o-transition: translate(z);
	transition: translate(z);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.landing-nav li {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.no-rgba .landing-nav li {
	width: 45%;
	float: left;
	margin-right: 5%;
}
 .landing-nav li:last-child:nth-child(odd) {
 display: block;
 -webkit-column-span: all;
 -moz-column-span: all;
 column-span: all;
 width: 50%;
 margin: 0 auto;
}
 @-moz-document url-prefix() {
 .landing-nav li:last-child:nth-child(odd) {
 width: 100%;
 display: inline-block;
 margin: 0;
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .landing-nav ul {
 -webkit-column-count: 1;
 -moz-column-count: 1;
 column-count: 1;
}

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

	::i-block-chrome, .landing-nav ul li:last-child:nth-child(odd) {
 width: 50%;
 margin: 0 auto;
 float: none;
 clear: both;
}
}
.landing-nav li a {
	display: block;
	background-color: #4592D8; /* $primary */
	font-weight: 600;
	text-transform: uppercase;
	font-size: .9em;
	color: #FFFFFF; /* $light */
	padding: .75em 1em;
	margin-bottom: .15em;
	position: relative;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	border-left: solid 2em #6AA8E0; /* lighten($primary,20%) */
	text-align: left;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
.landing-nav li a:after {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	position: absolute;
	color: #496987;
	left: -2em;
	font-size: .5em;
	top: 1.5em;
}
.landing-nav li a:hover {
	color: #FFFFFF; /* $light */
	background-color: #2F3030; /* $dark */
	border-color: #4592D8; /* $primary */
}
.landing-nav li a:hover:after {
	color: #FFFFFF; /* $light */
}
/* End Practice Areas Nav */

/* Button List Styles */
.btn-list {
}
.btn-list ul {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 0;
}
.btn-list li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 .75em;
}
.btn-list li .btn {
	display: block;
}
.btn-list li .btn:hover {
}
/* End Button List Styles */

/* Single CTA Styles */
.single-cta {
	display: table;
	width: 100%;
}
.single-cta > * {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
.single-cta header {
	width: 27%;
	text-align: left;
}
.single-cta h2 {
}
.single-cta p {
	width: 50%;
	text-align: left;
	padding: 0 2%;
}
.single-cta > span {
	width: 23%;
}
.single-cta .btn {
}
/* End Single CTA Styles */

/* Content with Illustration */
.illustration-content {
}
.illustration-content .f-text {
}
.illustration-content .text-highlight {
}
.illustration-content .text-highlight h3 {
	font-size: 1.5em;
	color: #4592D8; /* $primary */
}
.illustration-content .text-highlight p {
	font-size: 1.5em;
	padding-top: .3em;
}
.illustration-content .illustration {
/*padding-top: 2em;*/
}
.illustration-content .illustration img {
	width: 100% !important;
	height: auto !important;
}
/* End Content with Illustration */

/* Scrolling Lists */
.content-scroll {
	position: relative;
}
.content-scroll.active {
}
.content-scroll .scroll-container {
	position: relative;
	overflow: hidden;
}
.section-five .content-scroll .scroll-container {
	padding-bottom: 2em;
}
.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;
	text-align: center;
}
.content-scroll li span.bubble {
	display: block;
	padding: 1em;
	border-radius: 15px 15px 0 0;
	position: relative;
	background-color: #525454; /* lighten($dark,17%) */
}
.content-scroll img {
	padding-bottom: 1.2em;
}
.content-scroll .bubble h3 {
	font-family: PT Sans;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	color: #E7DCC6;
}
.content-scroll p {
 -webkit-transition: color .5s;
 -moz-transition: color .5s;
 -o-transition: color .5s;
 transition: color .5s;
}
.content-scroll a:hover p {
	color: #4592D8; /* $primary */
}
.content-scroll .btn {
}
.content-scroll .btn:hover {
}
.content-scroll .scroll-nav {
	display: none;
}
.content-scroll.active .scroll-nav {
	display: block;
	position: absolute;
	width: 110%;
	top: 50%;
	left: -5%;
}
.content-scroll .scroll-nav .left-icon {
	float: left;
}
.content-scroll .scroll-nav .right-icon {
	float: right;
}
.content-scroll .scroll-nav span {
	font-size: 2.5em;
	display: block;
	line-height: 0;
	cursor: pointer;
}
.content-scroll .scroll-nav span:after {
	font-family: 'icomoon-ult';
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	display: block;
	color: #4592D8; /* $primary */
}
.content-scroll .scroll-nav .right-icon:after {
	content: '\e915';
}
.content-scroll .scroll-nav .left-icon:after {
	content: '\e914';
}
.content-scroll .scroll-nav span:hover:after {
	color: #2F3030; /* $dark */
}
/* 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;
	float: left;
}
.standard-feed .tag > * {
	display: inline-block;
	padding: .2em .6em;
}
.standard-feed .tag .one {
}
.standard-feed .tag .two {
	background-color: #4592D8; /* $primary */
}
.standard-feed .tag .three {
	color: #BCAB8E; /* $secondary */
}
.standard-feed li h3 {
	margin: .7em 0;
	text-transform: none;
	line-height: 1.2em;
	display: block;
	float: left;
	color: #4592D8; /* $primary */
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.5em;
}
.standard-feed .btn {
}
/* End Standard Feed Scroller */

/* Content with Horizontal Content List */
.content-feature {
}
.content-list {
	margin: 2em auto;
}
.content-list ul {
	display: table;
	width: 100%;
}
.content-list .total2 li {
	width: 50%;
}
.content-list .total3 li {
	width: 33.333337%;
}
.content-list .total4 li {
	width: 25%;
}
.content-list li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: .5em 1%;
}
.content-list li:last-child {
}
.content-list icon {
	display: block;
	font-size: 3em;
	color: #4592D8; /* $primary */
	padding-bottom: .15em;
}
.content-list li span {
	font-size: 1.45em;
	font-weight: bold;
}
.content-feature .text-highlight {
}
.content-feature .text-highlight h3 {
	color: #2F3030; /* $dark */
}
/* End Content with Horizontal Content List */

/* Content with Vertical Content List */
.vertical-content-list {
}
.vertical-content-list h3 {
	padding-bottom: .5em;
}
.vertical-content-list ul {
}
.vertical-content-list li {
	display: block;
	font-size: 1.1em;
	padding: .5em 1em;
	margin-bottom: .25em;
	background-color: rgba(69, 146, 216, 0.4); /* alpha($primary,40%) */
}
.vertical-content-list li icon {
	float: left;
	font-size: 1.2em;
}
/* End Content with Vertical Content List */

/* Content Tabs */
.content-tabs {
}
.content-tabs .tabs {
	display: table;
	width: 100%;
}
.content-tabs .tabs a {
	display: table-cell;
	padding: .7em 1% .9em;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #4592D8 50%); /* ,$primary */
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #4592D8 50%); /* ,$primary */
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #4592D8 50%); /* ,$primary */
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #4592D8 50%); /* ,$primary */
	background-size: 100% 200%;
	background-position: 0 0;
 -webkit-transition: background-position .5s ease .2s, box-shadow .25s linear 0s;
 -moz-transition: background-position .5s ease .2s, box-shadow .25s linear 0s;
 -o-transition: background-position .5s ease .2s, box-shadow .25s linear 0s;
 transition: background-position .5s ease .2s, box-shadow .25s linear 0s;
	font-family: PT Sans;
	font-weight: normal;
	font-size: 1.2em;
	color: #FFFFFF; /* $light */
	box-shadow: inset 0 0 0 #FFFFFF; /* $light */
}
.content-tabs .tabs a.active, .content-tabs .tabs a:hover {
	background-position: 0 100%;
	box-shadow: inset 0 .2em 0 #FFFFFF; /* $light */
 -webkit-transition: background-position .5s ease 0s, box-shadow .25s linear .45s;
 -moz-transition: background-position .5s ease 0s, box-shadow .25s linear .45s;
 -o-transition: background-position .5s ease 0s, box-shadow .25s linear .45s;
 transition: background-position .5s ease 0s, box-shadow .25s linear .45s;
}
.content-tabs ul {
	display: block;
	background-color: #FFFFFF; /* $light */
	border-radius: 5px;
	border-bottom: solid .2em #CCCCCC; /* darken($light,20%) */
	position: relative;
	overflow: hidden;
	margin-top: -5px;
}
.content-tabs li {
	color: #585A5A; /* lighten($dark,20%) */
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 1.5em;
	text-align: left;
}
.content-tabs li:first-child {
	display: block;
}
.content-tabs li img {
	float: right;
	max-width: 350px;
	margin: 0 0 1em 1em;
}
.content-tabs li h3 {
	color: #BCAB8E; /* $secondary */
}
.content-tabs li p {
	color: #585A5A; /* lighten($dark,20%) */
}
.content-tabs li .btn {
	display: table;
	margin: 0 0 0 auto;
	width: auto;
}
/* End Content Tabs */

/* Accolade Logos */
.accolade-logos {
}
.accolade-logos ul {
	display: table;
	width: 100%;
	padding: 0;
}
.accolade-logos li {
	display: table-cell;
	width: auto;
	padding: 0 1%;
	vertical-align: middle;
}
.accolade-logos img {
	max-width: 100%;
	display: block;
	margin: .6em auto;
	position: relative;
}
/* End Accolade Logos */

/* Bar Feed Styles */
.bar-feed {
}
.bar-feed ul {
	display: block;
}
.bar-feed li {
	display: table;
	width: 100%;
	margin-bottom: .5em;
}
.bar-feed li > * {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	position: relative;
	padding: .6em 2%;
}
.bar-feed li > div {
	background-color: #2F3030; /* $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: #2F3030; /* $dark */
}
.bar-feed li > span {
	background-color: #4592D8; /* $primary */
}
.bar-feed div h3 {
	color: #BCAB8E; /* $secondary */
}
.bar-feed span p {
	color: #FFFFFF; /* $light */
	font-size: 1.9em;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-family: PT Sans Narrow;
	line-height: 1em;
}
.bar-feed .btn {
	margin-top: 1.5em;
}
/* End Bar Feed Styles */

/* Contact Form */
.contact-form {
	background-color: #E7DCC6;
	max-width: 750px;
	margin: auto;
	padding: 0 0 1.5em 0;
	box-shadow: 0px;
}
.contact-form header {
	background-color: #2F3030; /* $dark */
	padding: 1em;
	font-family: 'PT Sans Narrow', sans-serif;
}
.swap-panel .contact-form header h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	padding: .25em 0;
}
.contact-form header h2 {
	color: #FFFFFF; /* $light */
	font-size: 'PT Sans Narrow', sans-serif;
}
.contact-form header h3 {
	color: #4592D8; /* $primary */
}
.contact-form input, .contact-form textarea {
	width: 100%;
	border: solid 1px #C2B7A0;
	resize: none;
	outline: none;
	font-family: PT Sans;
	font-size: 20px;
	color: #2F3030; /* $dark */
	background-color: #E7DCC6;
	display: block;
	margin: .8em auto;
	overflow: auto;
	border-radius: 0;
	max-width: 680px;
 -webkit-transition: .35s ease;
 -moz-transition: .35s ease;
 -o-transition: .35s ease;
 transition: .35s ease;
}
.contact-form input {
	height: 50px;
	padding: 0 2%;
}
.contact-form textarea {
	height: 120px;
	padding: 10px 2%;
}
.contact-form input:focus, .contact-form textarea:focus {
	background-color: #2F3030; /* $dark */
	color: #FFFFFF; /* $light */
	margin: .8em auto;
}
.contact-form .btn {
	margin-top: .75em;
}
/* End Contact Form */

/* Footer Styles */
.footer-one {
	/*background-image: url(../images/Footer-BG.jpg);*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #1C1D1D;
	padding: 4em 0;
}
.footer-links {
	border-bottom: solid 1px #585A5A; /* lighten($dark,20%) */
}
.footer-links ul {
	display: table;
	width: 100%;
	margin: 0 auto;
}
.footer-links ul li {
	display: table-cell;
	text-align: center;
	/*padding: 0 3%;*/
}
.footer-links li a {
	display: block;
	padding: 1em /*.25em*/;
	font-size: 1em;
	color: #bcab8e; /* $secondary */
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	text-transform: uppercase;
}
.footer-links li a:hover {
	color: #FFFFFF; /* $light */
}
.footer-info {
	text-align: center;
	padding: 2em 0;
}
.schema {
	font-family: PT Sans;
	color: #FFFFFF; /* $light */
	line-height: 1.4em;
	font-size: .9em;
}
.schema img.bottom-logo {
	margin-bottom: 2em;
}
.schema h3 {
	color: #FFFFFF; /* $light */
	margin-bottom: .6em;
}
.schema .phone-link {
	cursor: default;
	color: #4592D8; /* $primary */
}
.schema .phone-link:hover {
	color: #4592D8; /* $primary */
}
.schema a:hover {
	color: #FFFFFF; /* $light */
}
.footer-two {
	background-color: #2F3030; /* $dark */
}
.sd-footer {
	padding: 2em 1%;
	color: #818484; /* lighten($dark,40%) */
}
.sd-footer a {
	display: block;
	float: right;
}
.sd-footer img {
}
.sd-footer small {
	font-size: .9em;
}
/* End Footer Styles */

/* Case Eval Form */
.case-eval {
	display: block;
	width: 100%;
}
.case-eval input, .case-eval textarea {
	background-color: #2F3030; /* $dark */
	border: none !important;
	display: block;
	margin: 0 .5% 10px;
	float: left;
	width: 49%;
	box-shadow: 1px 1px rgba(255, 255, 255, 0.1), inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	color: #FFFFFF; /* $light */
	font-size: 18px;
	outline: none;
	border-radius: 0;
	font-family: PT Sans;
}
.case-eval input {
	padding: 0 20px;
	height: 45px;
}
.case-eval textarea {
	height: 100px;
	resize: none;
	width: 99%;
	padding: 17px 20px;
}
.case-eval a.btn {
	line-height: 2em;
	width: 99%;
	margin-left: .5%;
	padding: 0;
	background-color: #539EE3; /* 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: #2F3030; /* $dark */
}
/* End Case Eval Form */

/* Side-Nav Styles */
.side {
	background-color: #EEE3CE;
	padding: .5em 0;
	display: none;
	overflow: hidden;
	height: 100%;
}
.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: #2F3030; /* $dark */
	line-height: 1.2em;
}
.side header h3, .landing-area header h3 {
	display: block;
	padding: 0;
	line-height: 1.2em;
}
.scroll-bar {
	position: absolute !important;
	width: 8px;
	background-color: #BCAB8E; /* $secondary */
	top: 2px;
	border-radius: 10px;
	cursor: pointer;
	display: none;
	height: 100px;
	border: solid 2px #FFFFFF; /* $light */
	right: -10px;
}
.side ul {
	width: 100%;
	position: relative;
}
.side li > ul {
	padding: 0px 10%;
	margin: 2px 0px;
}
.side-nav header h2 {
	color: #FFFFFF; /* $light */
	font-size: 1.25em;
	margin: .5em;
}
body.sub .section-one .side-nav header h2 {
	text-align: center;
}
.side-nav header {
	text-align: center;
	padding: .75em .15em;
	background-color: #4592D8; /* $primary */
	border-bottom: solid 2px #194976; /* darken($primary,50%) */
}
.side-nav ul li {
	position: relative;
}
.side-nav .slide-list > li:after {
	content: '\e911';
	font-family: 'icomoon-ult';
	position: absolute;
	color: #4592D8; /* $primary */
	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: #2F3030; /* $dark */
	padding: .5em 1em;
	text-transform: uppercase;
	margin-bottom: 2px;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	position: relative;
	border-bottom: solid 1px rgba(47, 48, 48, 0.2); /* alpha($dark,20%) */
	font-family: PT Sans Narrow;
	font-weight: bold;
	background-color: #EEE3CE;
}
.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: #FFFFFF; /* $light */
	background-color: #2F3030; /* $dark */
}
/* End Side-Nav Styles */

/* Flyout Menu */
nav.top-nav div.iflylist {
	border: none;
	text-align: left;
	min-width: 225px;
	background-color: transparent;
 -webkit-animation: flyout .5s ease;
 -moz-animation: flyout .5s ease;
 -o-animation: flyout .5s ease;
 animation: flyout .5s ease;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
 @-webkit-keyframes flyout {
 0% {
opacity: 0;
-webkit-transform: rotateX(-90deg);
}
 100% {
opacity: 1;
-webkit-transform: rotateX(0);
}
}
 @-moz-keyframes flyout {
 0% {
opacity: 0;
-moz-transform: rotateX(-90deg);
}
 100% {
opacity: 1;
-moz-transform: rotateX(0);
}
}
 @-o-keyframes flyout {
 0% {
opacity: 0;
-o-transform: rotateX(-90deg);
}
 100% {
opacity: 1;
-o-transform: rotateX(0);
}
}
 @keyframes flyout {
 0% {
opacity: 0;
transform: rotateX(-90deg);
}
 100% {
opacity: 1;
transform: rotateX(0);
}
}
nav.top-nav .iflyOver div.iflylist {
 -webkit-animation: flyout .5s ease;
 -moz-animation: flyout .5s ease;
 -o-animation: flyout .5s ease;
 animation: flyout .5s ease;
}
nav.top-nav div.iflylist div.iflylist {
}
nav.top-nav div.ifly {
	border: none;
	background-color: #2F3030; /* $dark */
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
nav.top-nav div.ifly a {
	padding: .7em 1.2em;
	color: #FFFFFF; /* $light */
	min-width: 150px;
	border-bottom: none;
	margin-bottom: 0px;
}
nav.top-nav div.ifly a:hover {
	text-decoration: none;
}
nav.top-nav div.iflyOver {
	background-color: #4592D8; /* $primary */
}
nav.top-nav div.ifly a.iflyOver {
	color: #FFFFFF; /* $light */
}
nav.top-nav div.iflyRight {
	background-image: none;
}
div.iflylist div.ui-more-items {
	background-color: #4592D8; /* $primary */
	border-top: solid 1px #ddd;
	position: relative;
}
div.iflylist div.ui-more-items img.more-up {
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
}
div.iflylist div.ui-more-items img.more-down {
	position: absolute;
	top: 0px;
	right: 0px;
	background: none;
}
/* End Flyout Menu */

/* Mobile Menu */
.site-container {
	position: relative;
	left: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.mm-open .site-container {
	left: 100%;
}
.mobile-menu.top-nav {
	position: absolute;
	width: 100%;
	left: -100%;
	top: 0;
	z-index: 55;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	padding: 1.5em;
	font-size: 2.5em;
}
.mm-open .mobile-menu.top-nav {
	left: 0;
}
.mobile-menu .menu-btn {
	display: table;
	width: auto;
	margin: 0 0 1em auto;
	background-color: #2F3030; /* $dark */
	padding: .75em 2em;
}
.mobile-menu .desktop-nav {
	display: block;
}
.mobile-menu .desktop-nav li {
	display: block;
	width: 100%;
	box-shadow: inset 0 -1px rgba(47, 48, 48, 0.2); /* alpha($dark,20%) */
}
.mobile-menu .desktop-nav li a {
}
.mobile-menu.top-nav .iflylist {
	display: none !important;
}
.mobile-menu .top-social {
	display: table;
	width: auto;
	margin: 1em auto 0;
}
.mobile-menu .top-social li:last-child {
	border-right: solid 1px rgba(47, 48, 48, 0.2); /* alpha($dark,20%) */
}
.mobile-menu .top-social a {
	padding: 1em;
}
html.boxsizing body {
	overflow-x: hidden;
}
/* End Mobile Menu */

/* Timeline Format */
.timeline-format {
}
.timeline-format .section-one {
	position: relative;
}
.timeline-format .content h1 {
	text-align: center;
}
.timeline-format .side {
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	min-height: 100%;
	z-index: 2;
	display: block;
}
.timeline-format .side:empty {
	display: none;
}
.timeline-format .timeline-feed {
	position: relative;
	z-index: 1;
	padding: 2em 0;
}
.timeline-format .timeline-feed:before {
	content: ' ';
	width: 10px;
	height: 100%;
	display: block;
	position: absolute;
	left: calc(50% - 5px);
	background-color: #585A5A; /* lighten($dark,20%) */
	z-index: -1;
	border-radius: 10px;
	top: 0;
}
.timeline-feed li.time-item {
	width: 51%;
	display: block;
	position: relative;
	background-color: transparent;
	border: none;
	padding: 1em 0;
	box-shadow: none;
}
.timeline-feed li.time-item:before {
	content: ' ';
	display: block;
	border: solid 4px #4592D8; /* $primary */
	position: absolute;
	border-radius: 50%;
	width: 25px;
	background-color: #FFFFFF; /* $light */
	height: 25px;
	top: 15px;
}
.timeline-feed li.time-item.right {
	float: right;
}
.timeline-feed li.time-item.right:before {
	left: -3px;
}
.timeline-feed li.time-item.left {
	float: left;
}
.timeline-feed li.time-item.left:before {
	right: -3px;
}
.timeline-feed .time-box {
	width: 90%;
	border: solid 3px #585A5A; /* lighten($dark,20%) */
}
.timeline-feed .right .time-box {
	float: right;
}
.timeline-feed .left .time-box {
	float: left;
}
.time-box .upper {
	display: block;
	border: none;
	background-color: #585A5A; /* lighten($dark,20%) */
	padding: .5em 1.5em;
	color: #FFFFFF;
	min-height: 36px;
}
.time-box .upper .p-date {
	float: right;
}
.time-box .middle {
	padding: .1em 1.5em 1.5em;
}
.time-box .lower {
	display: block;
	border: none;
	background-color: #585A5A; /* lighten($dark,20%) */
	padding: .5em 1.5em;
	color: #FFFFFF;
}
.time-box .lower .left {
	float: left;
}
.time-box .lower .right {
	float: right;
}
.side-btn {
	position: relative;
	color: #BCAB8E; /* $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: #2F3030; /* $dark */
}
/* End Timeline Format */

/* Blog Styles */
ul.post-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.blog-system h1 {
	text-align: center;
	font-size: 2.5em;
	line-height: 1em;
	padding-bottom: 15px;
}
ul.post-list > li .category a {
	color: #2F3030; /* $dark */
}
ul.post-list > li .category a:hover {
	color: #FFFFFF; /* $light */
}
ul.post-list > li, #BlogEntry {
	display: block;
	padding: 1px 2% 15px;
	margin-bottom: 10px;
	border-radius: 0;
	width: 100%;
	border: solid 3px #2F3030; /* $dark */
	text-align: left;
}
#BlogEntry {
	padding: 0;
}
#BlogEntry h1 {
	text-align: left;
}
#BlogEntry h4 {
	color: #BCAB8E; /* $secondary */
}
#BlogEntry .pad {
	padding: 10px 2% 15px;
	display: block;
}
ul.post-list > li .category {
	display: block;
	background-color: #4592D8; /* $primary */
	padding: 10px;
	color: #FFFFFF; /* $light */
	margin-top: 10px;
}
.blog > nav {
	display: block;
	padding: 10px 2%;
	background-color: #2F3030; /* $dark */
	color: #FFFFFF; /* $light */
}
.blog > nav a {
	color: #BCAB8E; /* $secondary */
}
.blog > nav a:hover {
	color: #FFFFFF; /* $light */
}
.blog > nav icon {
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 5px;
	color: #BCAB8E; /* $secondary */
}
.blog > nav .blog-nextprev a {
	color: #FFFFFF; /* $light */
}
.blog > nav .blog-nextprev a:hover {
	color: #BCAB8E; /* $secondary */
}
ul.post-list .upper {
}
ul.post-list > li h2, ul.post-list > li h4 {
	margin: 10px 0;
	padding: 0;
}
ul.post-list > li h4 {
	font-size: .9em;
	margin-bottom: 8px;
	color: #4592D8; /* $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: #BCAB8E; /* $secondary */
	color: #FFFFFF; /* $light */
	padding: 5px;
 -webkit-transition: .25s ease;
 -moz-transition: .25s ease;
 -o-transition: .25s ease;
 transition: .25s ease;
	outline: none;
	display: block;
	font-size: 1.2em;
}
.side-nav ul.social-icons .addthis_button_facebook icon {
	background-color: #3C57A2;
}
.side-nav ul.social-icons .addthis_button_twitter icon {
	background-color: #00A8E8;
}
.side-nav ul.social-icons .addthis_button_google icon {
	background-color: #DD4B38;
}
.side-nav ul.social-icons .addthis_button_email icon {
	background-color: #2F70B0;
}
.side-nav ul.social-icons li a icon {
	position: static;
	opacity: 1;
	margin: 0;
	background-color: #2F3030; /* $dark */
	font-size: 1.5em;
	padding: 8px;
}
ul.social-icons icon:hover {
	background-color: #2D84D3; /* darken($primary,10%) */
}
.side-nav ul.social-icons li a icon:hover {
	background-color: #2F3030; /* $dark */
}
ul.post-list a.More {
	float: right;
	display: block;
	text-align: center;
	padding: 0 25px;
	background-color: #4592D8; /* $primary */
	color: #fff;
	margin: 0;
 -webkit-transition: .5s ease;
 -moz-transition: .5s ease;
 -o-transition: .5s ease;
 transition: .5s ease;
}
ul.post-list a.More:hover {
	background-color: #BCAB8E; /* $secondary */
}
div.blog div.end a.video {
	text-decoration: none;
}
div.blog div.end a.video:hover span {
	text-decoration: underline;
}
div.blog div.end div.comments {
	line-height: 32px;
	padding-right: 8px;
}
div.blog.comment {
	background-color: #FCFCFC; /* darken($light,1%) */
	margin-top: 20px;
}
div.blog div.separator {
	height: 10px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 7px;
	clear: both;
}
div.blog div.addcomment textarea {
	width: 98%;
	height: 100px;
	margin-bottom: 14px;
	margin-top: 18px;
}
/* End Blog Styles */

/* Video System Styles */
div.video div.item > a {
	color: #FFFFFF;
	display: block;
	padding: 10px;
	background-color: #4592D8; /* $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: #343434;
}
div.video div.item h3 {
	color: #343434;
 -webkit-transition: .75s;
 -moz-transition: .75s;
 -o-transition: .75s;
 transition: .75s;
	margin-top: 0;
	text-align: left;
}
 |div.video div.item a:hover h3 {
 color: #BCAB8E;
}
div.video div.item span {
	color: #C7C7C7;
}
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: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	background: url(/Shared/videovault/theme/video_sprite.png) no-repeat 0 0;
}
* html div.video-shadow {
	display: none;
}
div.video-shadow.left {
	left: 0;
	background-position: left bottom;
}
div.video-shadow.right {
	right: 0;
	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 System Styles */

/* Results System Styles */
.case-sys {
}
.case-sys select {
	border: solid 2px #BCAB8E !important; /* $secondary */
	padding: 3px 25px 3px 10px;
	margin: 0 0 0 10px;
	background-color: #FFFFFF !important; /* $light */
	color: #686B6B !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: #4592D8; /* $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 #585A5A; /* lighten($dark,20%) */
	border-radius: 0;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	width: 100%;
	margin-top: 10px;
}
.case-sys h2 {
	color: #4592D8; /* $primary */
	text-transform: none;
}
.case-sys h2 span {
	color: #BCAB8E; /* $secondary */
}
.case-sys span {
}
.case-sys .result {
	color: #BCAB8E; /* $secondary */
}
.case-sys p {
	margin: 10px 0;
}
/* End Results System Styles */

/* Review System Styles */
.reviews {
}
#ReviewsHeader {
	text-align: center;
}
.reviews .upper h2 {
	color: #FFFFFF; /* $light */
}
.reviews .share {
	position: relative;
	z-index: 5;
}
.reviews .share span {
	margin-right: 10px;
}
.reviews .share a {
}
.reviews .share a icon {
	display: block;
	background-color: #13A1A3;
	padding: 5px;
	color: #FFFFFF; /* $light */
	margin: 0 0 0 5px;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.reviews .share a icon:hover {
	background-color: rgba(30, 30, 30, 0.298);
}
span.rating span.stars.rating3 {
	width: 72px;
}
span.rating span.stars.rating35 {
	width: 84px;
}
span.rating span.stars.rating4 {
	width: 96px;
}
span.rating span.stars.rating45 {
	width: 108px;
}
span.rating span.stars.rating5 {
	width: 120px;
}
div.clientreviews div.clientrating {
	font-size: 16px;
	margin-top: 15px;
}
div.addreview {
	background: rgba(30,  30,  30,  0.2);
	padding: 1.5em;
	border: none;
}
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 */

/* Review System Styles */
.reviews {
}
.reviews article {
	display: block;
	padding: 0;
	border-radius: 0;
	width: 100%;
	position: relative;
	margin: 10px 0 45px;
}
 .reviews article:nth-child(even) {
 clear: left;
}
.reviews.single article {
	width: 98%;
	float: none;
}
.reviews article > * {
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.reviews article .quote {
	padding: 20px 30px;
	margin: 10px 0;
	border-radius: 15px;
	background-color: #BCAB8E; /* $secondary */
	position: relative;
	width: 100%;
}
.reviews article .quote:after {
	content: '\E0EA';
	position: absolute;
	bottom: 0;
	color: #BCAB8E; /* $secondary */
	font-size: 120px;
	font-family: 'icomoon-ult';
	left: 10%;
	z-index: 0;
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
	line-height: 0;
}
.reviews article .c-info {
	padding: 10px 20px 13px;
	color: #FFFFFF; /* $light */
	float: right;
	border-radius: 8px;
	background-color: #4592D8; /* $primary */
	text-align: center;
}
.reviews article .c-info:after {
	position: absolute;
	content: '\E0EC';
	bottom: 0;
	color: #4592D8; /* $primary */
	font-size: 70px;
	font-family: 'icomoon-ult';
	-webkit-transform: skew(20deg, 0deg);
	-moz-transform: skew(20deg, 0deg);
	-o-transform: skew(20deg, 0deg);
	transform: skew(20deg, 0deg);
	left: 25%;
	line-height: 0;
}
.reviews article h1 {
	margin: 0;
	color: #4592D8; /* $primary */
	text-transform: none;
}
.reviews article h1 a {
	color: #4592D8; /* $primary */
	font-size: 20px;
}
.reviews article p {
	margin: 10px 0 10px;
	color: #FFFFFF; /* $light */
}
.reviews article div > span {
	color: #FFFFFF; /* $light */
}
.reviews article div > span span {
	display: block;
	font-family: Marcellus SC;
	color: #BCAB8E; /* $secondary */
	font-size: 20px;
	position: relative;
	z-index: 5;
}
.reviews .share {
	position: relative;
	z-index: 5;
}
.reviews .share span {
	margin-right: 10px;
}
.reviews .share a {
}
.reviews .share a icon {
	display: block;
	background-color: #4592D8; /* $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: #2F3030; /* $dark */
}
span.rating span.stars.rating3 {
	width: 72px;
}
span.rating span.stars.rating35 {
	width: 84px;
}
span.rating span.stars.rating4 {
	width: 96px;
}
span.rating span.stars.rating45 {
	width: 108px;
}
span.rating span.stars.rating5 {
	width: 120px;
}
div.clientreviews div.clientrating {
	font-size: 16px;
	margin-top: 15px;
}
div.addreview {
	background: #2F3030; /* $dark */
	padding: 20px;
	border: solid 1px #ccc;
	color: #FFFFFF; /* $light */
}
div.addreview td {
	vertical-align: top;
	padding: 2px 8px 2px 0px;
	text-align: right;
}
div.reviews.addreview span.textlight {
	font-size: 12px;
}
div.addreview h3 {
	border-bottom: dashed 1px #ccc;
	margin-bottom: 10px;
}
div.addreview div.auth a {
	margin-top: 10px;
}
div.addreview input, div.addreview select {
	display: block;
}
div.reviews div.thankyou {
	background-color: #7D7D7D;
	color: #FFFFFF;
	padding: 10px;
}
.webwidget_rating_simple {
	padding: 0px !important;
	margin: 0px !important;
}
.webwidget_rating_simple li {
	line-height: 0px;
	width: 24px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	list-style: none;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}
.webwidget_rating_simple li span {
	display: none;
}
 .section-timeline li.left:last-child::before {
display:none;
}
/*changes-About-us*/
.inner-banner {
	background: rgba(0, 0, 0, 0) url("../images/inner.jpg") no-repeat scroll 0 0 / cover;
	display: inline-block;
	padding: 50px 0;
}
.inner-banner h3 {
	font-size:63px;
	color:#fff;
}
.cont-sec {
	margin-bottom: 24px;
	margin-top: 124px;
}
.about-cont p {
	font-family: PT Sans;
	line-height: 1.5em;
}
.inner-banner {
	z-index: 1;
	top:5em;
}
.ustad-ser > h3 {
	font-size: 31px;
}
.inner-banner h2 {
	z-index: 1;
	color:#fff;
	font-size:45px;
}

/*30-11-2015 changes */
.form-btn{ margin-bottom:22px !important;}
.about-cont .ustad-ser > h2 { color: rgb(68, 68, 68);    font-family: "PT Sans Narrow";    font-size: 40px;    text-align: center;    text-transform: none; margin-bottom:20px; border-bottom:1px solid rgb(204, 204, 204); border-top:1px solid rgb(204, 204, 204); padding:10px 0;}
.drivers-pages .ustad-ser > h2 { color: rgb(68, 68, 68);    font-family: "PT Sans Narrow";    font-size: 40px;    text-align: center;    text-transform: none; margin-bottom:20px; border-bottom:1px solid rgb(204, 204, 204); border-top:1px solid rgb(204, 204, 204); padding:10px 0;}
.rates-pages .ustad-ser > h2 {color: rgb(68, 68, 68);    font-family: "PT Sans Narrow";    font-size: 40px;    text-align: center;    text-transform: none; margin-bottom:20px; border-bottom:1px solid rgb(204, 204, 204); border-top:1px solid rgb(204, 204, 204); padding:10px 0;}
/*.three-sub .item1 .cta-text.cf > p {
    color: rgb(0, 0, 0);}*/
.section-three .item1 .cta-text.cf > p {
    color: rgb(0, 0, 0);}	
	
/*strong{ color: rgb(106, 106, 106);}*/
.donot ul li { font-size: 15px;   text-align: left; margin-top:5px;}
.donot h3{ font-size:1.3em; text-align:left;}
.donot{ margin-bottom:40px; padding:0;}
.donot .separator-2 { background-color: rgb(204, 204, 204);    display: block;    height: 5px;    margin: 15px 0 22px;    position: relative;    width: 70px;}
.donot > ul {    border: 1px solid rgb(207, 207, 207); padding: 12px;}
.donot ul h4{  border-bottom: 1px solid rgb(180, 180, 180); font-size: 14px;    padding-bottom: 5px;}
.faq-sec .panel-group { border: 1px solid rgb(220, 220, 220) !important;}
.faq-sec .panel-group  .panel{ box-shadow:0 1px 2px rgba(0, 0, 0, 0.18) !important;}
.panel .panel-heading .panel-title a[aria-expanded*="true"] { color: rgb(69, 146, 216); text-decoration:none; outline:none;}
.panel .panel-heading .panel-title a {display: block; line-height:25px; text-transform:none;}
.panel .panel-heading .panel-title a i.fa { float: right; font-size:18px;}
.about-cont .contact-sec > h3 {text-transform: none !important; margin-bottom: 12px; color:rgb(81, 80, 80);}
.about-cont .contact-sec > h4 {text-transform: none !important; font-weight:500; font-size:20px;}
.contact-sec.text-center > h2 { font-size: 40px;    margin-bottom: 12px;    text-transform: none; border-bottom: 1px solid rgb(204, 204, 204);
    border-top: 1px solid rgb(204, 204, 204);
    color: rgb(68, 68, 68); line-height:1.1em; padding:12px 0;}
.contact-form-col { background: rgb(249, 249, 249) none repeat scroll 0 0;    padding: 25px 30px; margin-bottom:30px;}
.contact-form-col > h3 { color: rgb(69, 146, 216);   font-size: 26px;     margin-bottom: 16px; font-weight:bold;}
.address-details .archival h2 {  color: rgb(69, 146, 216);    font-size: 26px;   margin-bottom: 12px; }
.address-details .archival > p { font-size: 16px;}
.archival{ margin-bottom:30px;}
.archival p:first-child { background: rgb(249, 249, 249) none repeat scroll 0 0;    padding: 10px;    text-align: center; font-weight:500; margin-bottom:30px;}
.form{ margin-bottom:30px !important; margin-top:0 !important;}
.address {    font-size: 30px; margin-bottom:22px;}
 
.navigation-menu{ display:none;}

.ustad-ser p .color {
	color:rgb(69, 146, 216);
	font-weight:600;
}
.color { color: rgb(69, 146, 216);font-weight: 600;}


.ustad-ser .separator-2 {
	background-color: rgb(204, 204, 204);
	display: block;
	height: 5px;
	margin: 10px 0 22px !important;
	position: relative;
	width: 70px;
}
.call-to .call-to-action {
	z-index: 1;
}
.call-to {
	background: rgb(47, 48, 48);
	color: rgb(255, 255, 255);
	padding: 20px 1px;
}
.call-to .call-to-action h4 {
	color: rgb(255, 255, 255);
	font-size: 32px;
	margin-top: 10px;
	text-transform: none;
}
.ustad-ser {
	margin-bottom:25px;
}
.points ul li {
	margin-bottom: 25px;
}
.points ul li h4 {
	margin-bottom:10px;
	font-size: 1.4em;
	line-height: 1.3em;
	text-transform:none;
}
.points .high {
	background: rgb(47, 48, 48) none repeat scroll 0 0;
	color: rgb(255, 255, 255);
	padding: 25px;
	text-align: center;
}
/* End Review System Styles */

/* Responsive */
img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}
 
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: right;
	width: 50px;
	position: absolute;
	background: none;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
	right:0px;
}
.mean-nav li{ background:rgb(27, 27, 27);}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 12px;
	background:#E6C555;
	right: 0;
	cursor: pointer;
	color: rgb(20, 19, 19);
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: rgb(34, 34, 34);
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
    width: 320px;
    background: #0c1923;
    margin-top: 57px;
    position: absolute;
    left: -270px;
} 
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 0.8em 5%;
	font-size:15px;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.address-details .archival a {
    color: rgb(69, 146, 216);
    font-weight: 600;
}
.mean-remove {
	display: none !important;
}

.inner-about .top-logo a {
    width: 360px !important;
}
.list-points li {
 text-align: center;
}
.three-sub .cta-text.cf > p {
    padding: 0 6px 0 0;
}
.features-points > li {
    display: flex;
}
.section-feature h2{
    margin-bottom: 0;
    margin-top: 10px;
	text-align:center;
}
.section-feature h2.text-caption {
    font-size: 30px;
}
.section-feature .half-one{ width:34%;}
.section-feature .half-two{ width:60%;}
.section-feature hr{ display:inline-block;}
.app-down-section {
    padding: 4em 0;
}
.app-down-section .cta-text h3
{
	letter-spacing:0.2em;
}
.app-down-section .app-download a
{
	margin-bottom:20px;
}
.app-down-section .app-download img
{
	padding-bottom:0 !important;
}
.app-download2
{
	background:rgb(230, 219, 196) !important;
}
.app-download2::before
{
	background:none !important;
}
.app-download1
{
	background:rgb(27, 27, 27) !important;
}
.app-download1::before
{
	background:none !important;
}
.app.cont-sec
{
	background:#fff;
	/*top:70px;*/
	margin-top:81px;
}
.download-link
{
	position:relative;
	z-index:1;
}
.download-link .app {
    padding-left: 0;
    padding-right: 0;
}
.download-link .app .about-cont {
    padding-left: 0;
    padding-right: 0;
}
.download-link .links-app {
    padding-left: 0;
    padding-right: 0;
}
.ustad-ser .main-heading h2
{
	    border-bottom: 1px solid rgb(204, 204, 204);
    border-top: 1px solid rgb(204, 204, 204);
    color: rgb(68, 68, 68);
    font-family: "PT Sans Narrow";
    font-size: 40px;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
    text-transform: none;
}
.app-download2 #MainHeaderContent > span {
    color: rgb(47, 48, 48);
}
.download-link .inner-banner {
    top: 4.5em;
    z-index: 1;
}
.app .ustad-ser
{
	margin-bottom:0;
}
.ustad-ser .main-heading {
    margin-top: 28px;
}



/*CUSTOM*/

.section-timeline{
	display:inline-block;
	width:100%;
}

.time-content{
	width:50%;
	float:left;
}

.section-timeline h2{
	display:block;
}

.section-timeline ul{
	margin-top:0px;
}

.section-timeline li{
	width:42% ;
}

.time-content ul li:first-child {
	text-align:center;
    width: 100%;
	z-index: 100 !important;
}

.time-content ul li:first-child .bub-text {
    width: 100%;
	display: inline-block;
}

.time-content ul li:first-child .cta-bub {
    text-align: center;
    width: 100%;
}

.cta-bub img {
    width: 180px;
}

.time-content ul li:first-child .cta-bub em{
	position:absolute;
	top: 150px;
}

.time.two {
    margin-top: 10%;
}

.time.three {
    margin-top: 10%;
}

.section-timeline li .bub-text{
	width:100%;
}

.section-timeline li::before {
    background-color: #4592d8;
    bottom: -60%;
    content: " ";
    height: 100%;
    left:40%;
    opacity: 0;
    position: absolute;
    transform-origin: 0 0 0;
   width:10px;
}

.section-timeline li.first-set::before{
	left: 60%;
}

.section-timeline .line-two::before {
    background-color: #4592d8;
    bottom: -60%;
    content: " ";
    height: 100%;
    left: 100%;
	top:-50%;
    opacity: 0;
    position: absolute;
    transform-origin: 0 0 0;
   width:10px;
}

.section-timeline .show li.left.line-two::before {
    transform: rotate(45deg) scale(1);
}

.section-timeline .show li.first-set::before {
    transform: rotate(45deg) scale(1);
}

.section-timeline .line-two.left::before {
    right: 75%;
    transform: rotate(45deg) scale(0);
}

.section-timeline li.right{
	padding-left:0em;
}

.section-timeline li.left {
    text-align: left;
}

.section-timeline li.left .cta-bub {
    float: left;
}

.section-timeline li.right .cta-bub {
    float: right;
}

.section-timeline li.right {
    text-align: right;
}

.section-timeline li.left:first-child {
    padding-right: 0em;
}

.section-timeline li.left {
    padding-right: 0em;
}

.section-timeline li.three {
    z-index: 999;
}

.section-timeline li:first-child .bub-text p {
    display: inline-block;
    margin-bottom: 50px;
}

.site-container > header {
    position: relative;
    z-index: 99999;
}

@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;
 box-shadow: -2px 0 5px -1px rgba(0, 0, 0, 0.2);
}
 .timeline-format .side.out {
 right: 0;
}
 .side-btn {
 display: inline-block;
}
.mk-section-image
{
	min-height:100% !important;
}
}
 @media (max-width:1400px) {
 .header-two #ImageZone {
 font-size: 1.15vw;
}
 .mast-nav .top-nav {
 display: none;
}
}
 @media (max-width:1200px) {
 .content-scroll.active .scroll-nav {
 width: 100%;
 left: 0;
}
 .section-three .scroll-container ul li > img {
 width: 70%;
 margin-left: -30%;
}
 .section-three .scroll-container ul li:last-child > img {
 margin-right: -30%;
}
 .section-three .scroll-container p {
 line-height: 1.5em;
}
}
 @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;
}
}
 @media (max-width:950px) {
 .masthead {
 font-size: 1.4rem;
}
 .masthead .top-logo {
 width: 65%;
}
 .masthead .mast-title {
 display: none !important;
}
 .masthead .contact-info {
 width: 35%;
}
 .top-nav {
 font-size: 1.25rem;
}
 .fancy {
 line-height: 1em;
}
 .fancy span:before, .fancy span:after {
 display: none;
}
 .swap-panel header:before {
 display: none;
}
}
 @media (max-width:900px) {
 .secondary-nav header {
 display: none !important;
}
 .secondary-nav ul {
 float: none;
 width: 100%;
 padding: 0;
}
 .image-zone .top-nav a {
 font-size: 1.1em;
}
 .floaters .home-content, .floaters .section-one-swap {
 width: 100%;
 float: none;
}
 .side-ctas ul {
 width: 100%;
 display: table;
}
 .side-ctas li {
 display: table-cell;
 height: 18rem;
 vertical-align: top;
}
 .side-ctas ul.items3 li {
 width: 33.3333337%;
}
 .side-ctas ul.items2 li {
 width: 50%;
}
 .side-ctas h2 {
 font-size: 1.5em;
 padding: 0 1.5%;
}
}
 @media (max-width:850px) {
 .swap-panel {
 font-size: 16px;
}
 .swap-panel > * {
 padding: 25px 2%;
}
 h1, .swap-panel header h2 {
 font-size: 1.5em;
}
 h2, h3 {
 font-size: 25px;
}
 h4 {
 font-size: 20px;
}
 .bar-feed li {
 display: block;
}
 .bar-feed li > * {
 display: block;
 width: 100%;
}
 .swap-panel header {
 margin-bottom: 25px;
}
 .bar-feed li > div:after {
 content: '\e0eb';
 width: 100%;
 left: 0;
 text-align: center;
 top: 101%;
}
 .bar-feed span p {
 font-size: 22px;
}
 .content-tabs li img {
 max-width: 50%;
}
 body.sub.two-column .section-one .side {
 width: 100%;
 float: none;
}
 body.sub.two-column .section-one .content {
 width: 100%;
 float: none;
}
 .section-three .main {
}
 .section-three .content-scroll .scroll-container {
 width: 100%;
}
 .section-three:before {
 display: none;
}
 .section-three .scroll-container ul li > img {
 width: 40%;
 margin-left: 0;
}
 .section-three header h3 {
 color: #2F3030; /* $dark */
}
 .section-three .scroll-container ul {
 width: 100% !important;
}
 .section-three .scroll-container ul li {
 display: block;
 width: 100% !important;
}
 .section-three .scroll-container ul li.item2 {
 margin-left: -1%;
 background-color: #2F3030; /* $dark */
 padding-top: 1em;
 position: relative;
}
 .section-three .scroll-container ul li.item2:after {
 content: ' ';
 position: absolute;
 right: -2%;
 width: 2%;
 height: 100%;
 background-color: #2F3030; /* $dark */
 top: 0;
}
 .section-three .scroll-container ul li.item2 > img {
 margin-right: 0;
}
 .section-three .content-scroll .scroll-nav {
 display: none;
}
 .section-three .swap-panel header h2, .section-three header h3 {
 font-size: 1.5em;
}
}
 @media (max-width:800px) {
 .timeline-format .timeline-feed:before {
 left: 0;
}
 .timeline-feed li.time-item {
 width: 100%;
 float: none !important;
 margin-top: 0 !important;
}
 .timeline-feed li.time-item:before {
 left: -7px !important;
 right: auto !important;
 top: 22px;
}
 .timeline-feed .time-box {
 float: right !important;
 width: 95%;
}
 #ContactMap2 {
 max-width: 100% !important;
 float: none;
}
 .section-timeline li {
 width: 80%;
}
 .section-timeline li.left:before, .section-timeline li.right:before {
 display: none;
}

.time-content{
	width:100%;
	float:left;
}


.section-timeline li {
    width: 50%;
}


.section-timeline li.left .cta-bub{
    display: inline-block ;
    float: none ;
}

.section-timeline li.left {
    text-align: center;
	width: 100%;
}

.section-timeline li.right {
    text-align: center;
}

.section-timeline li.ipad {
    width: 100%;
}

.section-timeline li.right .cta-bub {
    display: inline-block;
    float: none;
}

.about-cont{ padding:0;}
.cont-sec{ margin-top:87px; margin-bottom:0;}
.sidebar{ width:110%;}
.info{ top:18em;}
.main .white-text{ top:18em;}
.top-logo img{ width:254px !important;}
}
 @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: none;
 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 #444545; /* 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 #444545; /* 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: block;
 width: 100%;
 float: none;
}
 .illustration-content .f-text {
 float: none;
 width: 100%;
}
 .section-one .side-ctas li a .btn {
 font-size: .85em;
 padding: .75em 1em;
}
 .sub-slide {
 text-align: center;
}
 .sub-slide .main:after, .sub-slide h2:before {
 display: none;
}
 .sub-slide h2 {
 width: auto;
}
}
 @media (max-width:700px) {
 .btn-list ul {
 width: 100%;
}
 .btn-list .btn {
 font-size: 18px;
 padding: .75em;
}
 .btn {
 font-size: 18px;
}
 .content h1 {
 font-size: 30px;
}
 .content h2, .content h3 {
 font-size: 25px;
}
 .content h4 {
 font-size: 20px;
}
 .schema {
 font-size: 14px;
}
 .footer-links li a {
 font-size: 14px;
}
 .sd-footer small {
 font-size: 12px;
}
 .side-ctas li {
 width: 100% !important;
 display: block;
 height: auto;
}
 .side-ctas img {
 height: auto;
 max-height: 150px;
}
 .side-ctas li h2 {
 font-size: 1.7em;
 bottom: auto;
 top: 35%;
}
 .image-ctas li {
 width: 100%;
 float: none;
}
 .image-ctas li:nth-child(odd) .cta-text {
 background-color: #4592D8;
}
 .image-ctas li:nth-child(even) .cta-text {
 background-color: #343434;
}
 .section-timeline li {
 width: 100%;
}
 .section-timeline li .bub-text {
 padding: 2em .5em;
 line-height: 1.5em;
}
}
 @media (max-width:650px) {
 .cta-list ul li {
 display: block;
 width: 100%;
 padding: 15px 0;
}
 .content-list ul {
 display: block;
}
 .content-list li {
 display: table;
 width: 100% !important;
 border-left: none;
 border-top: solid 1px #FFFFFF; /* $light */
 padding: 1.5em 0;
}
 .content-list li:last-child {
 border-right: none;
 border-bottom: solid 1px #FFFFFF; /* $light */
}
 .content-list li > * {
 display: table-cell;
 vertical-align: middle;
 padding: 0 1%;
}
 .content-list li span {
 width: 70%;
}
 .section-two .content-list ul li span {
 text-align: left;
 float: left;
 display: inline;
 padding: .5em;
 width: 80%;
}
 .section-two .content-list ul li icon {
 height: 1.5em;
 padding: .25em 0 0 0;
 float: left;
}
 .section-two .content-list ul li {
 text-align: left;
}
 .section-two .content-list ul li:after {
 display: none;
}
 .content-list li span br {
 display: none;
}
 .column-content .half {
 float: none !important;
 width: 100%;
}
 .content-feature .half {
 width: 100%;
 float: none !important;
}
 .content-tabs li {
 padding: 1em;
 text-align: center;
}
 .content-tabs li img {
 background-image: none !important;
 display: none;
}
 .content-tabs .tabs a {
 display: block;
 width: 100%;
 box-shadow: none;
 background-image: none;
 background-color: #4592D8; /* $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(47, 48, 48, 0.2); /* alpha($dark,20%) */
}
 .content-tabs li .btn {
 display: inline-block;
}
 .main-content ul {
 -webkit-column-count: 1;
 -moz-column-count: 1;
 column-count: 1;
 -webkit-column-gap: 0;
 -moz-column-gap: 0;
 column-gap: 0;
}
 .main-content ul li {
 display: block;
 margin-bottom: .2em;
}
 .section-three li .btn {
 display: inline-block;
 position: relative;
 margin: 1em 0;
 left: auto;
 right: auto;
 bottom: auto;
}
 .section-three .scroll-container ul li > img {
 display: none;
}
 .section-three .scroll-container ul li > div, .section-three .scroll-container ul li.item2 > div {
 width: 100%;
 float: none;
 text-align: center;
}
 .section-three .cta-text h3 span, .section-three li.item2 .cta-text h3 span {
 text-align: center;
}
 .section-timeline li.right, .section-timeline li {
 padding-left: 0;
 padding-right: 0;
}
 .landing-nav ul {
 -webkit-column-count: auto;
 -moz-column-count: auto;
 column-count: auto;
 -webkit-column-gap: auto;
 -moz-column-gap: auto;
 column-gap: auto;
}
}
 @media (max-width:600px) {
 .fixed {
 position: relative !important;
}
 .masthead {
 font-size: 1.8rem;
}
 .masthead .table > * {
 display: block;
 width: 100% !important;
 text-align: center;
}
 .contact-info > span, .contact-info > a {
 display: none;
}
 .top-nav {
 font-size: 2rem;
}
 .top-nav .mobile-nav {
 display: table;
}
 .masthead .top-social {
 margin: 1em auto 0;
}
 .masthead .top-social a {
 font-size: 20px;
}
 .fixed-bg {
 /*background-image: none !important;
 background-color: #2F3030;  $dark */
}
 .section-four {
 background-color: #1C1D1D; /* darken($dark,40%) */
}
 #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;
}
 .section-six {
 background-color: #4592D8; /* $primary */
}
 .section-six .cta-list li {
 width: 50%;
}
 .section-timeline li .bub-text {
 line-height: 1.25em;
}
 .section-four .content-list li icon {
 font-size: 3em;
}
 .section-four .content-list li span {
 font-size: 1.45em;
 display: table-cell;
 margin: auto;
}
 .section-four .btn {
 padding: 0 1%;
}
}
 @media (max-width:550px) {
 .animation {
 font-size: 1.2em;
}
 .slide img.slide-img {
 display: none;
}
 .info {
 padding-top: 4em;
 text-align: center !important;
 width: 100% !important;
}
 .left-align .info h3, .left-align .info p {
 margin: 0 auto;
}
 .right-align .info h3, .right-align .info p {
 margin: 0 auto;
}
 .section-one {
 padding: 1em 0;
}
 .section-one > * {
 padding: 0 2%;
}
 .btn-list ul {
 padding-top: .5em;
}
 .btn-list li {
 display: block;
 width: 100%;
 margin-bottom: .5em;
}
 .btn, .btn-list .btn {
 font-size: 16px;
}
 .sd-footer {
 text-align: center;
}
 .sd-footer a {
 float: none;
 margin: 0 auto 10px;
 text-align: center;
}
 .accolade-logos {
 padding: 0 !important;
 height: 20px;
}
 .accolade-logos > * {
 display: none !important;
}
}
 @media (max-width:500px) {
 .image-ctas li .cta-img {
}
 .image-ctas {
 display: none;
}
 .image-ctas li {
 display: none;
}
 .section-six h3 {
 display: none;
}
 .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;
}
 .section-timeline li.left {
 padding-right: 0;
}
 .section-seven header h2 strong {
 display: block;
}
 .section-timeline li .cta-bub, .section-timeline li.left .cta-bub, .section-timeline li.right .cta-bub {
 float: none;
 display: block;
 width: 70%;
 margin-left: 20%;
}
 .section-timeline li .bub-text, .section-timeline li.left .bub-text, .section-timeline li.right .bub-text {
 float: none;
 display: block;
 width: 100%;
 text-align: center;
 padding: 0;
}
 .section-timeline .btn {
 font-size: 1em;
}
 .section-timeline .btn span {
 display: none;
}
 .section-timeline li .bub-text, .section-timeline li.left .bub-text {
 float: none;
 display: block;
 width: 100%;
 text-align: center;
}
}
 @media (max-width:450px) {
 .top-nav {
 font-size: 18px !important;
}
 .top-nav li > a > span {
 display: none;
}
 .secondary-nav {
 display: none;
}
 .animation {
 font-size: 1.5rem;
 height: 45.6rem;
}
 .timeline-format .timeline-feed:before {
 display: none;
}
 .timeline-format .timeline-feed {
 padding: 0;
}
 .timeline-feed li.time-item:before {
 display: none;
}
 .timeline-feed li.time-item {
 padding: .5em 0;
}
 .timeline-feed .time-box {
 float: none !important;
 width: 100%;
}
 ul.social-icons {
 float: none;
 margin: 0 auto 8px;
}
 ul.post-list a.More {
 float: none;
 margin: 0 auto;
}
 .reviews .share {
 text-align: center;
}
 .reviews .share span {
 display: block;
}
 .section-timeline li .cta-bub, .section-timeline li.left .cta-bub, .section-timeline li.right .cta-bub {
 width: 80%;
 margin-left: 10%;
}

/*Section Timeline*/

.section-timeline li .cta-bub, .section-timeline li.left .cta-bub, .section-timeline li.right .cta-bub {
  margin-left: 0;
    text-align: center;
    width: 100%;
	margin-bottom:10px;
}

.time h4{
	padding-bottom:10px;
}

.time-content{
	width:100%;
	float:left;
}

.cta-bub img {
    width: 200px;
	margin:auto;
}

}
/* End Responsive */






.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: rgba(238, 238, 238, 0.36);
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
  .nav-container .fixed .top-main-menu{ display:none;}
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}

.menu-bar {
    margin-top: 14px;
}

.menu-bar-home {
    margin-top: 14px;
}
.navbar-nav > li > a {
    /*padding: 10px 22px;*/
    padding: 10px 15px;
}
.navbar-nav .active {
    /*color: rgb(255, 255, 255);*/
	font-weight:bold;
}
.three-sub .item2 p {
    padding: 0 17px 0 0;
}

.app-download {
    margin-top: 25px;
}
.app-download > a {
    margin-right: 15px;
}

.points ul li h5{ font-size:20px; margin-top:25px;}
.download { float: right;}
.download > a{ margin-right:8px;}
.panel .panel-heading h4 {
    font-size: 22px;
}
.level1 > p {
    margin-bottom: 0; color:#000;
	background:rgba(0, 0, 0, 0) url("../images/car.gif") no-repeat scroll right center;
}
.download1{ float:left;}
.banner {  background: rgba(0, 0, 0, 0) url("../images/app-new.jpg") no-repeat scroll 0 0;    padding: 99px 3px 20px 15px;}
.ustad-ser-right { padding: 0 !important; margin-bottom:30px !important;}
.right-area > p { margin-bottom: 0;}
/*.right-area{ padding:0 !important;}*/
.right-sec  {
    background: rgb(238, 227, 206) none repeat scroll 0 0;
}
.features-points {
    padding: 7px;
}
.features-points > li {
    border-bottom: 1px solid rgb(0, 0, 0);
    line-height: 19px;
    padding: 6px;
}
.ustad-ser-right .right-sec > h3 {
    background: rgb(69, 146, 216) none repeat scroll 0 0;
    border-bottom: 2px solid rgb(25, 73, 118);
    color: rgb(255, 255, 255);
    padding: 11px;
    text-align: left;
}
.features-points > li:last-child {
    border-bottom: medium none;
}

.level1.level > p{ margin:auto !important; width:50% !important;}
#AdditionalContent1 ul li { text-align: left; display:flex;}
#AdditionalContent1 ul li i{ margin-right:8px;}
#AdditionalContent1 ul {
    /*margin-left:27%;*/ list-style:none; display:inline-block;
}
.features-sec {margin-bottom: 30px;    margin-top: 30px;}
.features-sec img { margin-left: 17%;}
.main .last-slide h3{ color:#000 !important;}
.main .last-slide p{ color:#000 !important;}
.ustad-ser ul.drivers-points {
    list-style: inside;
    /*padding-left: 18px;*/
}
.ustad-ser ul li p {
    display:inline-block;
    /*padding-left: 18px;*/
}
.button-cont
{
	font-size:18px;
	padding-left:11px;
	
}
.button-cont .btn-new
{
	margin-top:-8px;
}
.qLlogo
{
	display:none !important;
}

@media (max-width:768px)
{
	.secondary-nav header{ display:block !important;}
	.three-sub{ padding:0;}
	div#Section1.ilayout{ padding-left:0; padding-right:0;}
	.section-three .content-scroll{ padding:0;}
	.section-three .content-scroll .scroll-container{ width:100%;}
	.section-three .scroll-container ul{ width:100% !important;}
	.three-sub .scroll-container ul li{ display:inline-block; padding:2%; width:50% !important;}
	.three-sub .scroll-container ul li > div{ width:auto !important;}
	.three-sub li .btn{ bottom:-1.5em !important;} 
	.app-download > a {margin-right: 13px;}
	.app-download {margin-top: 33px;}
	.section-three{ padding:0;}
	.section-change .swap-panel .item2 p{ padding:0;}
	.section-three .main { padding: 0;}
	.section-three .cta-text.cf { margin-top: 23px;}
	.call-to .call-to-action h4{ margin-top:0;}
	.top-logo img{ margin-top:10px;}
	.contact-sec.text-center > h2{ font-size:32px;}
	.banner .download1 a {width: 30%;}
	.banner{ padding:99px 3px 5px 8px;}
	.about-cont { padding: 0 8px;}
	.hidden-sm { display: none;}
	.navbar-collapse.collapse{ padding:0;}
}
@media (max-width:375px)
{
	.call-to .call-to-action h4{ margin-bottom:10px;}
	.three-sub .scroll-container ul li{ width:100% !important;}
	.three-sub li .btn { bottom: 0.5em !important;}
		.app-download{ display:flex;}
	.section-two{ padding:2em 0;}
	.section-three li.item2 .cta-text h3{ text-align:center;}
		.info h3{ font-size:50px;}
	.main .white-text { top: 7em;}
	.info { top: 7em;}
	.info p{ font-size:1.5em;}
	.info .btn{ font-size:1em; padding:0.75em 0.5em !important;}
		.swiper-pagination{ bottom:6%;}
}
@media (max-width:480px)
{
	.call-to .call-to-action h4{ margin-bottom:10px;}
	.three-sub .scroll-container ul li{ width:100% !important;}
	.three-sub li .btn { bottom: 0.5em !important;}
		.app-download{ display:flex;}
	.section-two{ padding:2em 0;}
	.section-three li.item2 .cta-text h3{ text-align:center;}
		.info h3{ font-size:50px;}
	.main .white-text { top: 7em;}
	.info { top: 7em;}
	.info p{ font-size:1.5em;}
	.info .btn{ font-size:1em; padding:0.75em 0.5em !important;}
		.swiper-pagination{ bottom:6%;}
}
@media (max-width:320px)
{
	.call-to .call-to-action h4{ margin-bottom:10px;}
	.three-sub .scroll-container ul li{ width:100% !important;}
	.three-sub li .btn { bottom: 0.5em !important;}
	.main .white-text{ top:}
	.three-sub .item2 p { padding: 0;}
	.app-download{ display:flex;}
	.section-two{ padding:2em 0;}
	.section-three li.item2 .cta-text h3{ text-align:center;}
	.info h3{ font-size:50px;}
	.main .white-text { top: 7em;}
	.info { top: 7em;}
	.info p{ font-size:1em;}
	.info .btn{ font-size:1em; padding:0.75em 0.5em !important;}
	.swiper-pagination{ bottom:6%;}
	
}

@media screen and (min-width:960px) and (max-width:1279px){
img{
	max-width:100%;
	height:auto;	
}
.secondary-nav header:before{
	width:100%;	
}
.icobalt.section-zero div.main {
    padding-left: 0;
    padding-right: 0px;
}
.icobalt.section-zero div.main .sttrip-left-top, 
.icobalt.section-zero div.main .sttrip-left-bottom, 
.icobalt.section-zero div.main .sttrip-right-top, 
.icobalt.section-zero div.main .sttrip-right-bottom{
	display:none;	
}
#Section3 .content-scroll .scroll-container{
	width:100%;	
}
.section-three .scroll-container ul li:last-child {
    overflow: hidden;
}
.section-three .scroll-container ul li:last-child > img {
    margin-right: -20%;
}
.section-three .scroll-container ul li:last-child .cta-text.cf {
    width: 50%;
}
.section-three li.item2 .btn {
    position: relative;
    bottom: 0px;
}
.section-change .swap-panel .item2 p{
	padding-right:0px;	
}
div.sidebar{
	background-size:100% auto;	
}
.top-logo a{
	width:392px !important;	
}
}
@media screen and (min-width:768px) and (max-width:959px){
.section-three .scroll-container ul li:last-child > img	{
	margin-right:0px;	
}
.top-main-menu .navbar-nav li a{
	font-size:1.3em;		
}
.section-three .scroll-container ul li.item2:after{
	right:0px;	
}
.section-three .scroll-container ul li.item2{
	margin-left:0px;	
}
.top-logo a{
	width:230px !important;	
}
.top-logo a img{
	max-width:100%;
	height:auto;	
}
body{
	font-size:14px;
}.
.section-two{ padding:4em 0 !important;}
.inner-about .no-padd-right {
    padding:0;
}
.three-sub .scroll-container ul li{ width:100% !important;}
.section-three li .btn{ bottom:2.5em;}
.features-sec img {
    margin-left: 38%;
}
}
@media screen and (max-width:767px){
div.nav-container {
   position: relative;
}

.info h3{
	font-size:40px;	
}

.info {
    background: rgba(0,0,0,0.5);
    border-radius: 0px;
    padding: 10px;
    width: 100% !important;
}
.section-three .scroll-container ul li.item2:after{
	right:0px;	
}
.section-three .scroll-container ul li.item2{
	margin-left:0px;	
}
div.main {
    min-width: 100%;
	padding-left:0;
	padding-right:0;
}
div.sidebar{
	width:100%;	
}
div.inner-about .top-logo a{
	width:80% !important;	
}
#Footer a.link{
	font-size:16px;
}
.app-download a{
	width:100%;
	margin:0px;	
}
.app-download{
	display:block;
}
.contact-form-col {
    margin-top: 30px;
}
.inner-banner
{
	background:url("../images/inner.jpg") no-repeat scroll 0 0;
}
.show .cta-bub img {
    border: none;
}
/*.mean-container .mean-nav{ width:375px !important; left:-325px !important;}*/

.call-to-action {
    text-align: center;
}
.main-about{
    margin-top: -83px;
}
.mean-container .mean-nav {
    width: 480px !important;
    left: -430px !important;
}

}
@media screen and (max-width:479px){
.info {
    background: rgba(0,0,0,0.5);
    border-radius: 0px;
    padding: 10px;
    width: 100% !important;
}
.show .cta-bub img{
	border:none;	
}
.top-logo
{
	padding:0;
}
.faq-sec {
    padding: 0;
}
.cont-sec .breadcrumb
{
	margin-top:30px;
}
.contact-sec.text-center > h2
{
	font-size:22px;
}
.contact-form-col {
    margin-top: 30px;
}
.inner-banner
{
	background:url("../images/inner.jpg") no-repeat scroll 0 0;
}
/*.inner-about .footer-one
{
	padding:11em 0 2em;
}*/
.call-to-action {
    text-align: center;
}
.mean-container .mean-nav{ width:320px !important; left:-270px !important;}
.main-about.drivers-pages {
    margin-top: -83px;
}
#AdditionalContent1 ul {
    margin-left: 5%;
}
.features-sec img {
    margin-left: 30%;
}

.time-content ul li:first-child .cta-bub em{
	top:100px;
}

.section-timeline li.ipad {
    width: 100%;
}

.time-1{
	padding-bottom:40px;
}

.time-2{
	padding-top:40px;
	border-top:1px solid rgba(255, 255, 255, 0.27);
}
.mk-section-image{
	background-imgage:url("../images/slide-7.jpg") !important;
	backgound-size:100% 100%;
	
}
.cont-sec
{
	overflow:hidden;
}
.sidebar
{
	padding:78px;
	overflow:hidden;
}
.button-cont .btn-new {
    margin-top: 5px;
}
.ustad-ser ul.drivers-points
{
	list-style:disc;
	padding-left:18px;
}
.ustad-ser ul li p {
    display: block;
}

}
.modal-content{
	background-color:#E6DBC4!important;
	}
.modal-body{
	padding: 0 15px!important;
}
.poper{
	bottom:30px;
	position: fixed;
	right:10px;
	z-index:10000000;
}