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

body {
	background: #FFFFFF; /* $light */
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	font-size: 1em;
	color: #2C3538; /* $dark */
	position: relative;
}

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

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

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

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

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

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

h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1em;
	font-family: 'Open Sans Condensed', sans-serif;
}

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

h1, .swap-panel header h2 {
	color: #0CA1D4; /* $primary */
	font-weight: normal;
	font-size: 2.2rem;
}

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

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

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

.content h3 {
	clear: both;
	font-weight: normal;
}

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

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

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

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

a.phone-link {
	cursor: default;
}

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

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

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

.main-content ul {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 55%;
	_overflow: hidden;
	_column-gap: 2em;
	_column-count: 1;
	_list-style: none;
}

.sub .main-content ul {
	width: auto !important;
	float: none;
	_column-count: 2 !important;
	_column-gap: 2em !important;
	list-style: disc;
	margin-left: 40px;
}

.main-content.v2 ul {
	width: auto !important;
	margin: 0px !important;
}

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

.main-content ul li {
	color: #000000;
	_width: 100%;
	_display: inline-block;
	text-align: center;
	_overflow: hidden;
	padding: 0.5em 0;
}

.main-content ul li:before {
	content: '\ef8e';
	font-family: icomoon-ult;
	color: #2C3538; /* $dark */
	font-size: 1.5em;
	_position: absolute;
	margin: 0em .2em 0 -2em;
	line-height: 1.5em;
	vertical-align: middle;
	display: none;
}

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

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

.main-content ul li a:hover {
	color: #0CA1D4; /* $primary */
}

.btn {
	display: inline-block;
	padding: .75em 3em;
	font-size: 1em;
	color: #FFFFFF; /* $light */
	text-transform: uppercase;
	font-weight: bold;
	background-color: #C9AB72; /* $orange */
	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: 'Open Sans', sans-serif;
	border-radius: 0.5em;
}

.btn:hover, a:hover .btn {
	background-color: #0CA1D4; /* $primary */
	color: #FFFFFF; /* $light */
}

.text-highlight {
	display: none;
	margin: 15px auto;
	text-align: center;
	color: #FFFFFF; /* $light */
	font-weight: bold;
	font-family: PT Sans Narrow;
	transition: .5s;
}

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

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

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

.text-highlight p {
	margin: 0;
}

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

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

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

.half {
	width: 48%;
}

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

.main {
	max-width: 100%;
	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;
}

.content {
	width: 100%;
}

.sub .content {
	width: 65%;
	float: left;
}

.sub .side {
	float: right;
	width: 30%;
	display: block;
	margin-right: 2em;
}

.sub.wide .content {
	width: 100%;
	float: none;
}

.sub.wide .side {
	float: none;
	width: 100%;
}

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

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

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

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

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

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

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

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

ul.flex {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}

ul.flex.shopping-items {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

ul.flex li {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

ul.flex.shopping-items li {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

.paypal-button * {
	margin: 0;
}

div.table {
	width: 585px;
	margin: auto;
}

ul.shopping-items li p.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	height: 25px;
	margin: 2em 0 0.5em;
	font-weight: bold;
}

.fancypage {
	padding: 1em 8%;
}

.fancypage h4 {
	text-transform: none;
	color: #0CA1D4;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

.fancypage h4 strong {
	display: block;
}

.fancypage p {
	font-size: 1em;
	line-height: 1.5em;
}

.fancy {
	padding: .5em 1.5em;
	margin: 1.5em 0 2em;
	background: #C9D3DA;
}

.fancy p {
	line-height: 1.8em;
}

ul.fancy2 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul.fancy2 li {
	text-align: left;
	-webkit-flex: 1 1 45%;
	-ms-flex: 1 1 45%;
	flex: 1 1 45%;
	margin-left: 2em;
	color: #FFFFFF;
}

ul.fancy2 li strong {
	display: block;
	font-weight: 400;
	margin-left: -.75em;
	font-style: italic;
	color: #BCAB8E;
}

ul.fancy2 li:before {
	color: #0CA1D4;
}

.fancy3 h3 {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2em;
	text-align: left;
	margin-bottom: .75em;
	border-bottom: solid 1px #BCAB8E;
	color: #71D0EF;
	padding-left: .15em;
	text-transform: none;
}

.fancy3 {
	margin: 1.75em 2% 2em;
	background: #2C3538;
	padding: 1em 2em;
}

@media screen and (max-width:1250px) {
	.sub-slide .main {
		display: none;
		margin-top: -1em;
		margin-bottom: 1em;
	}
}

@media screen and (max-width:500px) {
	.sub-slide .main {
		display: none;
	}
}
/* End General Site Styles */

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

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

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

.masthead {
	padding: 0 1%;
	position: relative;
	transition: .5s;
	background-color: #FFFFFF; /* $light */
}

.shrink-nav .masthead .top-logo a {
	background-color: #0CA1D4; /* $primary */
	height: 5.938em;
	border-radius: 0px;
	transition: .5s ease;
}

.shrink-nav .fixed {
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
}

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

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

.masthead .top-logo {
	width: 12.3%;
	position: relative;
	left: 2%;
}

.masthead .top-logo a {
	display: block;
	max-width: 100%;
	position: absolute;
	z-index: 15;
	background-color: #0CA1D4; /* $primary */
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	width: 100% !important;
	top: 0px;
	transition: .5s ease;
}

.masthead .top-logo img {
	position: relative;
	transition: .5s ease;
	width: 100%;
	margin: 0;
	padding: 0;
}

.logo-svg {
	display: none;
}

.shrink-nav .masthead .top-logo img.ready {
	width: 80%;
	margin: 0 auto;
	display: none;
	transition: .5s ease;
}

.masthead .top-logo img.wide.ready {
	display: none;
	transition: .5s ease;
}

.masthead .top-logo img.wide {
	display: none;
}

.shrink-nav .masthead .top-logo img.wide.ready {
	display: block;
	margin: .75em auto .25em;
	width: 95%;
	transition: .5s ease;
}

h2#MastTitle {
	color: #FFFFFF; /* $light */
	font-size: 1.3em;
	text-align: center;
	padding: 0 0 0.9em;
	margin-top: -20px;
}

.shrink-nav h2#MastTitle {
	margin: 0;
}

.masthead .mast-title h2 {
	font-size: 1em;
	color: #BCAB8E;
	text-align: center;
	letter-spacing: .08em;
	position: relative;
	transition: .5s;
	top: 0;
	opacity: 1;
}

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

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

.masthead .contact-info p {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 20%;
}

.contact-info a.phone-link {
	font-size: 1.6em;
	color: #0CA1D4; /* $primary */
	float: none;
	font-weight: bold;
	text-align: right;
	display: inline-block;
	position: relative;
	padding-right: 1%;
	padding-left: .2em;
}

.contact-info a.phone-link:before {
	font-family: 'icomoon-ult';
	content: '\f051';
	font-size: 0.75em;
	color: #9BA9AD;
	display: block;
	position: absolute;
	left: -1.5em;
	line-height: 2em;
}

.contact-info span {
	text-transform: uppercase;
	font-size: 1em;
	color: #0CA1D4; /* $primary */
	padding-right: .2em;
	float: none;
}

.contact-info a.btn.student, .contact-info a.btn.teacher {
	background-color: #9BA9AD;
	box-shadow: none;
	padding: 0.25em 3%;
	text-transform: none;
	font-weight: normal;
	text-align: center;
	border: 2px solid #9BA9AD;
	border-top: none;
	display: inline-block;
	float: right;
	width: 100%;
	font-size: 0.85em;
	border-bottom-right-radius: .5em;
	border-bottom-left-radius: .5em;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	text-decoration: none;
}

.contact-info a.btn.teacher {
	margin-left: 1%;
}

.contact-info a.btn.student:hover, .contact-info a.btn.teacher:hover {
	background-color: #FFFFFF; /* $light */
	border-color: #9BA9AD;
	color: #9BA9AD;
}

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

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

/* Header 2 Masthead deleted if not using */
.header-two .masthead {
	box-shadow: 0 1px 5px rgba(44,53,56,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%;
	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 */
	transition: .5s;
}

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

/* JW Player */
.jw-state-idle .jw-icon-display:before {
	color: #F0F5F7; /* $BG */
}
/* End JW Player */

/* Top Nav Styles */
.nav-zone {
	width: 100%;
}

.top-nav {
	background-color: #FFFFFF; /* $light */
	padding: 4px 0px;
}

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

.top-nav ul {
	width: 80%;
	display: table;
	float: right;
	padding-bottom: 0.5em;
}

.top-nav li {
	display: table-cell;
	width: auto;
	padding: 0 1%;
	text-align: center;
	vertical-align: middle;
	-webkit-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	transition: .5s;
	position: relative;
	cursor: pointer;
	border: 2px solid #FFFFFF; /* $light */
	border-radius: 0.5em;
}

.top-nav li:hover {
	border-color: #0CA1D4; /* $primary */
}

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

.top-nav a {
	display: block;
	padding: 0.25em 0;
	color: #374043; /* $text */
	transition: .5s;
	text-transform: uppercase;
}

.top-nav li:hover a {
	color: #0CA1D4; /* $primary */
}

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

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

.top-nav a:hover {
}

.top-nav .desktop-nav {
	float: left;
	padding-left: 18%;
	width: 90%;
}

.top-nav .top-social {
	width: 10%;
	float: right;
}
/* 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(12,161,212,0.9);
}

.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 #0EB6EF; /* 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(44,53,56,0.2); /* alpha($dark,20%) */
}

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

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

.image-zone .right-image {
	background-image: url(/images/banner-image-right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	height: 100%;
	width: 58.3%;
	float: right;
}

.image-zone .left-image {
	background-image: url(/images/banner-image-left.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 41.7%;
	float: left;
}

.sub .image-zone {
	position: relative;
	_height: 675px;
}

.animation {
	position: relative;
	height: 535px;
}

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

.slide .left {
	position: relative;
	_height: 675px;
	width: 38.2%;
}

.slide .right {
	width: 65%;
}

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

.slide .main {
	height: 100%;
}

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

.slide img.slide-img {
	position: absolute;
	left: 0;
	z-index: 10;
	bottom: 0;
}

.slide1 img.slide-img {
	top: 2em;
	left: 13%;
}

.info {
	position: absolute;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	_padding: 10.5em 0 0;
	left: 54%;
	top: 10.5em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

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

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

.info h2 {
	font-size: 3em;
	line-height: 1em;
	color: #FFFFFF; /* $light */
	font-weight: normal;
}

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

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

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

.info p {
	display: table;
	margin: 0 auto;
	padding: .3em .75em;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF; /* $light */
}

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

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

.info .btn {
	margin-top: 1em;
	opacity: 0;
	background-color: #C9AB72; /* $orange */
	border-radius: 0.5em;
	transition: 0.5s;
	_background-image: linear-gradient(to bottom,#C9AB72,#FF9947);
}

.slide2 .info .btn {
	font-size: 0.9em;
}

.info .btn:after {
	font-family: 'icomoon-ult';
	content: '\e9e3';
	line-height: 1em;
	font-size: 0.85em;
}

.info .btn:hover {
	background-color: #0CA1D4; /* $primary */
	background-image: none;
}
/* End Animation */

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

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

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

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

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

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

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

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

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

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

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

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

.section-zero h1, .section-zero header h2, .section-zero a h2 {
	color: #FFFFFF; /* $light */
	font-weight: normal;
	font-size: 3em;
	transition: .5s ease;
}

#MusicalJourney a h2:hover {
	color: #C9AB72;
}

#LearningStyle a h2:hover {
	color: #0CA1D4;
}

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

.section-zero p {
	color: #0CA1D4; /* $primary */
	position: absolute;
	left: 50%;
	background-color: #FFFFFF; /* $light */
	top: 48%;
	padding: .7em 1.6em;
	font-weight: bold;
	line-height: 1em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 1.5rem;
}

.section-zero a {
}

.section-zero a:hover {
}

.section-zero .btn {
}

.section-zero .btn:hover {
}

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

.section-zero-swap {
	padding: 0;
}

.scroll-anchor {
	background-color: #ffffff;
	padding: .5em 1.5em;
	position: absolute;
	top: -6.5%;
	left: 50%;
	transition: .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
}

.scroll-anchor img {
	width: 75%;
	text-align: center;
	margin: 0 auto;
}
/* End Section 0 Styles */

/* Section 1 Styles */
.section-one {
	text-align: center;
	padding: 1.8em 0px;
	color: #2C3538; /* $dark */
}

.Resources .main-content {
	text-align: left;
}

#MainContent2 {
	clear: both;
}

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

.section-one h2, .section-one h3 {
	color: #C9AB72; /* $orange */
}

.sub .section-one {
	padding-left: 1%;
}

.section-one p {
}

.section-one a {
}

.section-one a:hover {
	color: #C9AB72; /* $orange */
}

.section-one .btn {
}

.section-one .btn:hover {
}

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

.home-content {
	width: 66%;
	margin: 0;
	padding: 0 9em;
}
/* End Section 1 Styles */

/* Section 2 Styles */
.section-two {
	background-color: #C9D3DA;
	padding: 2em 0 5em;
	display: none;
}

.section-two .main {
	max-width: 1100px;
	border: none;
}

.section-two .iswap > * {
}

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

.section-two h2, .section-two h3 {
	color: #2C3538; /* $dark */
}

.section-two header h2 {
	font-weight: normal;
	color: #2C3538; /* $dark */
	text-align: center;
}

.section-two h3 {
	color: #C9AB72; /* $orange */
}

.section-two p {
	color: #374043; /* $text */
}

.section-two a.btn p {
	display: none;
}

.section-two a {
}

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

.section-two a.btn h3 {
	color: #FFFFFF;
	transition: 0.5s;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

.section-two .btn {
	margin: 0 50%;
	width: 24%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	display: block;
	clear: both;
	position: absolute;
	top: 100%;
}

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

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

.f-video {
	box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.8);
}
/* End Section 2 Styles */

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

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

.section-three h4 {
	color: #C9AB72; /* $orange */
	font-size: 1.5em;
}

.section-three .main {
	max-width: 1100px;
}

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

.section-three .iswap > * {
}

.section-three h1, .section-three header h2, .section-three a h2 {
	color: #0CA1D4; /* $primary */
	font-weight: normal;
}

.section-three h2, .section-three h3 {
	font-weight: normal;
	font-size: 2em;
}

.sub .section-three h2 {
	color: #C9AB72; /* $orange */
	font-weight: bold;
}

.section-three p {
	color: #2C3538; /* $dark */
}

.section-three a {
}

.section-three a:hover {
}

.section-three .content-scroll ul li .btn {
	margin: 0px 0px 0px 39.5%;
	width: 20%;
}

.section-three .btn:hover {
}

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

/* Section 4 Styles */
.section-four {
	color: #FFFFFF; /* $light */
	background-color: #0CA1D4; /* $primary */
}

.Contact-Us .section-four {
	margin-bottom: 5em;
}

.section-four .main {
	max-width: 1100px;
	border-bottom: none;
}

.section-four .iswap > * {
}

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

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

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

.section-four a {
}

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

.section-four .btn {
}

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

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

.sub .section-four {
	border-bottom: 5px solid #ffffff;
}
/* End Section 4 Styles */

/* Section 5 Styles */
.section-five {
	background-color: #E7EEF0;
	color: #506066; /* lighten($dark,20%) */
	border-top: 0.5em solid #FFFFFF; /* $light */
}

.section-five .main {
	border-bottom: none;
}

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

.section-five .iswap > * {
}

.section-five h1, .section-five header h2, .section-five a h2 {
	color: #2C3538; /* $dark */
	font-weight: normal;
}

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

.section-five p {
}

.section-five span.bubble p {
	text-align: right;
	font-weight: bold;
}

.section-five a {
}

.section-five a:hover {
}

.section-five .btn {
	margin-top: 2em;
}

.sub .section-five .btn {
	margin-top: 0;
	margin-bottom: 1em;
}

.sub .section-five li a:hover .btn {
	background-color: #FFFFFF;
	color: #0CA1D4;
}

.section-five .btn:hover {
}

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

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

.section-six .main {
	border-bottom: none;
	padding: 0;
}

.section-six .iswap > * {
}

.section-six h1, .section-six header h2, .section-six a h2 {
	color: #0CA1D4; /* $primary */
	font-weight: normal;
}

.section-six h2, .section-six h3 {
	color: #C9AB72; /* $orange */
	font-weight: normal;
}

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

.section-six a {
}

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

.section-six .btn {
	opacity: 0;
	margin-top: -2em;
}

.section-six li, .section-five li {
	transition: 0.5s;
	vertical-align: middle;
	margin-bottom: 2em;
	height: 10em;
}

.section-six li .btn {
	line-height: 0;
}

.section-six li:hover .btn {
	color: #FFFFFF;
	opacity: 1;
	margin-top: 0;
	margin-bottom: 0.5em;
	background-color: #FF9036;
	line-height: 1em;
}

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

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

.section-seven .iswap > * {
}

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

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

.section-seven p {
}

.section-seven a {
}

.section-seven a:hover {
}

.section-seven .btn {
}

.section-seven .btn:hover {
}

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

/* Section 8 Styles */
.section-eight {
	color: #FFFFFF; /* $light */
	padding: 1em 0;
	background-color: #FBFBFB;
	border-bottom: 0.5em solid #FFFFFF; /* $light */
}

.section-eight .main {
	width: 1100px;
	background-color: #FFFFFF; /* $light */
	box-shadow: 1px 1px 3px #374043; /* $text */
}

.section-eight .iswap > * {
}

.section-eight h1, .section-eight header h2, .section-eight a h2 {
	color: #0CA1D4; /* $primary */
	font-weight: normal;
}

.section-eight h2, .section-eight h3 {
	color: #BCAB8E; /* $secondary */
	margin-bottom: 1em;
}

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

.section-eight a {
}

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

.section-eight .btn {
}

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

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

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

.section-nine .main {
	width: 1100px;
	border-bottom: none;
}

.section-nine .iswap > * {
}

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

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

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

.section-nine a {
}

.section-nine a:hover {
}

.section-nine .btn {
}

.section-nine .btn:hover {
}

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

/* Promo Coupon Styles */
.ltcontent {
	float: left;
	max-width: 60%;
	padding: 1em;
}

.ltcontent ul {
	width: 100%;
}

.rtcoupon {
	max-width: 40%;
	padding: 1em;
	float: right;
}

.rtcoupon img {
	padding-top: 5em;
}
/* End Promo Coupon Styles */

/* CTA Styles */
.cta-list {
	display: table;
	width: 100%;
	position: relative;
	padding: 0 1%;
	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%;
	background-color: #0CA1D4; /* $primary */
	background-image: url(/images/repeating-patterns/grunge.png);
	border: 1em solid #FFFFFF; /* $light */
	border-left: 0.5em solid #FFFFFF; /* $light */
	transition: .5s ease;
	border-right: 0.5em solid #FFFFFF;
	margin-bottom: 2em;
	height: 10em;
	vertical-align: middle;
}

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

.cta-list ul li:first-child {
	border-left-width: 1em;
}

.cta-list ul li:last-child {
	border-right-width: 1em;
}

.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: 0;
	color: #FFFFFF; /* $light */
	transition: .5s ease;
	_display: none;
}

.cta-list ul li:hover icon {
	font-size: 4em;
}

.cta-list ul li h2 {
	font-size: 1.6em;
	color: #FFFFFF; /* $light */
	font-weight: bold;
	transition: .5s ease;
	_line-height: 1.2em;
	padding: 0em 0 .5em;
}

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

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

.cta-list a:hover .btn {
}
/* End CTA Styles */

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

.image-ctas ul {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.side-ctas {
	padding: .5em 0;
	width: 33%;
	text-align: right;
}

.side-ctas ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	position: absolute;
	left: 66%;
	top: -40em;
}

.side-ctas li {
	margin-bottom: .5em;
	display: block;
	height: 10em;
	padding: 0 1%;
	vertical-align: middle;
	position: relative;
	width: 33%;
}

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

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

.side-ctas a:hover img {
}

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

.side-ctas a:hover h2 {
}

.side-ctas .btn {
	display: block;
	margin-top: 0;
	padding: 0.5em 1%;
	background-color: #0CA1D4; /* $primary */
	text-align: center;
}

.side-ctas li a:hover .btn {
	margin-top: -10%;
	text-align: center;
}

.side-ctas li:first-child a:hover .btn {
}
/* End Side Image CTAS */

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

#MusicalJourney {
	background-color: #0CA1D4; /* $primary */
	margin-top: .875rem;
}

_#MusicalJourney:after {
	content: '\e964';
	font-family: icomoon-ult;
	color: #0CA1D4;
	background-color: #FFFFFF;
	position: absolute;
	top: -6.5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 3rem;
	padding: .5rem 2rem .3rem;
}

#LearningStyle {
	background-color: #C9AB72; /* $orange */
	border-top: 0.5em solid #FFFFFF; /* $light */
}

.secondary-nav header {
	padding: .5em 1% .5em 1%;
	text-align: center;
	margin-bottom: 0;
}

.secondary-nav h2 {
	font-size: 2em !important;
	color: #FFFFFF; /* $light */
	font-weight: normal;
	padding-top: 1em;
}

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

.secondary-nav ul {
	width: 100%;
	_display: table;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: -2em;
}

.secondary-nav li {
	padding: 0 1% 2em;
	text-align: center;
	background-size: 100% 201%;
	background-position: 0 0;
	transition: .5s;
	_display: table-cell;
	_vertical-align: middle;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

#MusicalJourney li {
	width: 11%;
}

#LearningStyle li {
	width: 10%;
}

.secondary-nav li a {
	display: block;
	padding: 1.5em 0;
	text-transform: capitalize;
	color: #FFFFFF; /* $light */
	transition: .5s;
	font-size: .8em;
	position: relative;
	height: 100%;
	width: 100%;
}

.secondary-nav li a span {
	display: block;
	width: 100%;
	height: 100%;
}

.secondary-nav li a:before, .secondary-nav li a:after, .secondary-nav li a span:before, .secondary-nav li a span:after {
	font-family: 'icomoon-ult';
	color: rgba(255,255,255,0.7); /* alpha($light,70%) */
	display: block;
	font-size: 3em;
	position: absolute;
	opacity: 0;
}

.secondary-nav li a:before, .secondary-nav li a span:after {
	content: '\ef86';
}

.secondary-nav li a:after, .secondary-nav li a span:before {
	content: '\ef87';
}

.secondary-nav li a:before {
	left: 0;
	bottom: 0;
}

.secondary-nav li a:after {
	right: 1%;
	bottom: 1em;
}

.secondary-nav li a span:before {
	top: 1em;
	left: 5%;
}

.secondary-nav li a span:after {
	right: 1%;
	top: 1em;
}

.secondary-nav li a:hover:before {
	-webkit-animation: musicNotes 4s linear infinite;
	animation: musicNotes 4s linear infinite;
}

.secondary-nav li a:hover:after {
	-webkit-animation: musicNotesOne 4s linear .25s infinite;
	animation: musicNotesOne 4s linear .25s infinite;
}

.secondary-nav li a:hover span:before {
	-webkit-animation: musicNotesOne 4s linear .75s infinite;
	animation: musicNotesOne 4s linear .75s infinite;
}

.secondary-nav li a:hover span:after {
	-webkit-animation: musicNotes 4s linear .5s infinite;
	animation: musicNotes 4s linear .5s infinite;
}

@-webkit-keyframes musicNotes {
	0% { opacity: 0; -webkit-transform: scale(.65) translateY(0); }
	50% { opacity: 1; -webkit-transform: scale(1.2) translateY(-50%); }
	100% { opacity: 0; -webkit-transform: scale(0.65) translateY(-100%); }
}

@-moz-keyframes musicNotes {
	0% { opacity: 0; transform: scale(.65) translateY(0); }
	50% { opacity: 1; transform: scale(1.2) translateY(-50%); }
	100% { opacity: 0; transform: scale(0.65) translateY(-100%); }
}

@-o-keyframes musicNotes {
	0% { opacity: 0; transform: scale(.65) translateY(0); }
	50% { opacity: 1; transform: scale(1.2) translateY(-50%); }
	100% { opacity: 0; transform: scale(0.65) translateY(-100%); }
}

@keyframes musicNotes {
	0% { opacity: 0; transform: scale(.65) translateY(0); }
	50% { opacity: 1; transform: scale(1.2) translateY(-50%); }
	100% { opacity: 0; transform: scale(0.65) translateY(-100%); }
}

@-webkit-keyframes musicNotesOne {
	0% { opacity: 0; -webkit-transform: scale(.5) translateY(0); }
	50% { opacity: 1; -webkit-transform: scale(1) translateY(50); }
	100% { opacity: 0; -webkit-transform: scale(.5) translateY(100%); }
}

@-moz-keyframes musicNotesOne {
	0% { opacity: 0; transform: scale(.5) translateY(0); }
	50% { opacity: 1; transform: scale(1) translateY(50); }
	100% { opacity: 0; transform: scale(.5) translateY(100%); }
}

@-o-keyframes musicNotesOne {
	0% { opacity: 0; transform: scale(.5) translateY(0); }
	50% { opacity: 1; transform: scale(1) translateY(50); }
	100% { opacity: 0; transform: scale(.5) translateY(100%); }
}

@keyframes musicNotesOne {
	0% { opacity: 0; transform: scale(.5) translateY(0); }
	50% { opacity: 1; transform: scale(1) translateY(50); }
	100% { opacity: 0; transform: scale(.5) translateY(100%); }
}

.secondary-nav li a img {
	display: block;
	margin: 0 auto 1em;
}

.secondary-nav li.item-7 a img {
	width: 65%;
}

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

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

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

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

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

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

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

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

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

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

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

.practice-nav li a {
	display: block;
	background-color: #343434;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #BCAB8E; /* $secondary */
	padding: .5em .5em;
	margin-bottom: .5em;
	position: relative;
	transition: .5s;
}

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

.practice-nav li a:hover {
	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: #2C3538; /* $dark */
}

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

.illustration-content .illustration {
}

.illustration-content .right > div {
	position: relative;
}

.illustration-content .right div:first-of-type:before {
	background-color: #0CA1D4;
	height: 100%;
	width: 100%;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
	display: none;
}

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

.illustration {
	width: 50%;
	float: right;
}

.illustration .jwplayer {
	width: 100% !important;
	height: auto !important;
	padding-bottom: 56.25% !Important;
}
/* End Content with Illustration */

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

.content-scroll.active {
}

.content-scroll .scroll-container {
	position: relative;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.content-scroll ul {
	display: table;
	width: 80%;
	transition: margin-left .5s;
	z-index: 2;
}

.section-nine .content-scroll ul {
	display: block;
	width: 100% !important;
}

.section-nine .content-scroll ul li:first-child {
	width: 65.5% !important;
	_margin: 0 .3em;
}

.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% 3em;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

.content-scroll li span.bubble {
	display: block;
	padding: 1em;
	position: relative;
	background-color: #FFFFFF; /* $light */
	box-shadow: 1px 1px 3px #2C3538; /* $dark */
	z-index: 2;
}

.content-scroll.testimonials li span.bubble:after {
	content: '\e0ec';
	display: block;
	position: absolute;
	color: #FFFFFF;
	right: 15%;
	font-family: 'icomoon-ult';
	font-size: 4em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	text-shadow: 1px 2px 3px #2C3538;
	z-index: 1;
	top: 100%;
	line-height: 0.35em;
}

.testimonials .btn {
	margin-top: 2.5em !important;
}

.content-scroll img {
	margin: 0 auto;
	display: block;
}

.section-three .content-scroll img {
	float: left;
	margin-right: 10%;
	position: relative;
	left: 5.2%;
	box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.8);
	margin-bottom: 6em;
}

.content-scroll .bubble h3 {
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	color: #2C3538; /* $dark */
	padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

/* Standard Feed Scroller */
.content-scroll.standard-feed li {
	display: block;
	background-color: #FFFFFF; /* $light */
	margin: 0 0 0.5em 0.5em;
	padding: 0;
	width: 32% !important;
	float: left;
	transition: 0.5s;
}

.content-scroll.standard-feed li:hover {
	background-color: #0CA1D4; /* $primary */
}

.content-scroll.standard-feed li a {
	display: block;
}

.content-scroll.standard-feed li p {
	display: block;
	color: #2C3538; /* $dark */
	font-weight: 700;
	text-shadow: 1px 1px 3px #FFFFFF; /* $light */
}

.content-scroll.standard-feed li .right {
	padding: 0.5em;
	width: 50%;
}

.content-scroll.standard-feed li .left {
	width: 50%;
}

.standard-feed .thumbnail {
	display: block;
	float: left;
	width: 50%;
	position: relative;
}

.standard-feed:first-child .thumbnail {
}

.standard-feed .thumbnail img {
	display: block;
	background-size: cover;
	background-position: center;
	padding-bottom: 0;
	position: relative;
	width: 100%;
}

.standard-feed .tag {
	font-weight: bold;
	color: #2C3538; /* $dark */
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;
	padding-top: 1em;
}

.standard-feed .tag > * {
	display: inline-block;
	font-style: italic;
}

.standard-feed .tag .one {
}

.standard-feed li h3 {
	margin: .2em 0;
	text-transform: none;
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
	color: #09799F; /* darken($primary,25%) */
	font-weight: 600;
	vertical-align: middle;
	float: right;
	max-width: 50%;
	padding: 1em 3%;
	transition: 0.5s;
}

.standard-feed li:hover h3 {
	color: #FFFFFF; /* $light */
}

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

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

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

_.Why-Promethean- .content-list, _.Frequently-Asked-Questions .content-list {
	display: block;
	width: 100%;
}

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

.content-list li {
	text-align: center;
	vertical-align: middle;
	padding: .5em 1%;
	position: relative;
	display: table-cell;
}

_.Frequently-Asked-Questions .content-list [data-type*='item'] ul {
	display: block;
}

_.Frequently-Asked-Questions .content-list [data-type*='item'] li {
	list-style: none;
	width: 20%;
	float: left;
	display: inline-block;
}

_.Frequently-Asked-Questions .content-list [data-type*='item'] p {
	clear: both;
}

_.Why-Promethean- .content-list [data-type*='item'], _.Frequently-Asked-Questions .content-list [data-type*='item'] {
	width: 49%;
	margin: 0 auto;
	margin-right: 1%;
	float: left;
}

_.Why-Promethean- .content-list [data-type*='item'] h3, _.Frequently-Asked-Questions .content-list [data-type*='item'] h3 {
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #FF9036;
	padding: .5em 0;
	transition: .5s;
	margin: .5em auto;
	position: relative;
	overflow: hidden;
}

.content-list [data-type*='item'] h3:before {
	left: 0;
}

.content-list [data-type*='item'] h3:after {
	right: 0;
}

.content-list [data-type*='item'] h3:hover, .Why-Promethean- .content-list [data-type*='item'] h3.active {
	background-color: #0CA1D4;
}

.content-list [data-type*='section'] {
	background-color: #0CA1D4;
	padding: 1em 2%;
	margin-top: -1em;
	color: #FFFFFF;
}

.content-list [data-type*='section'] p:first-of-type {
	margin-top: 0;
}

.content-list li > div {
	border: 3px solid #FFFFFF; /* $light */
	border-radius: .5em;
	width: 100%;
	padding: .5em 10%;
}

.content-list li:last-child {
}

.content-list icon {
	display: block;
	font-size: 3em;
	color: #0CA1D4; /* $primary */
	position: absolute;
	left: 0;
	top: -.3em;
	background-color: #FFFFFF; /* $light */
	border-radius: 60%;
	padding: 0;
}

.content-list .item1 icon: {
	contet: '1';
	position: absolute;
	color: #FFFFFF; /* $light */
	top: -50px;
	left: 0;
}

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

.content-list .total3 li.item1 span {
	font-weight: normal;
	font-size: 2em;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	line-height: 1.2em;
	text-transform: uppercase;
	\: solid red;
}

.content-list .total3 li.item2 span {
	font-weight: normal;
	font-size: 2em;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	line-height: 1.2em;
	text-transform: uppercase;
	\: solid red;
}

.content-list .total3 li.item3 span {
	font-weight: normal;
	font-size: 2em;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	line-height: 1.2em;
	text-transform: uppercase;
	\: solid red;
}

.content-list .total3 li.item1 span b {
	font-weight: 900;
}

.content-list .total3 li.item2 span b:first-of-type {
	font-size: 2.6em;
	display: block;
	margin: 6.5% 0;
	font-weight: 900;
}

.content-list .total3 li.item3 span b {
	font-size: 1em;
	display: block;
	font-weight: 900;
}

_.content-list .total3 li.item1 div {
	height: 300px;
}

.content-feature .text-highlight {
}

.content-feature .text-highlight a h3 {
	color: #2C3538;
}

.section-four .content-feature a h3 {
	color: #FFFFFF;
	transition: .5s ease;
}

.section-four .content-feature a {
	transition: .5s ease;
}

.section-four .content-feature .text-highlight {
	display: none;
}

.cms-admin .section-four .content-feature .text-highlight {
	display: block;
}

.section-four .content-feature a:hover {
	background-color: #FFFFFF;
	color: #FF9036;
}

.section-four .content-feature a:hover h3 {
	color: #FF9036;
}
/* 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(12,161,212,0.4); /* alpha($primary,40%) */
}

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

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

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

.content-tabs .tabs a {
	display: table-cell;
	padding: .7em 1% .9em;
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#0CA1D4 50%); /* ,$primary */
	background-size: 100% 200%;
	background-position: 0 0;
	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 */
	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: #506066; /* 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: #506066; /* 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: #2C3538; /* $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: #2C3538; /* $dark */
}

.bar-feed li > span {
	background-color: #0CA1D4; /* $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 input, .contact-form textarea {
	width: 100%;
	border: solid 2px #0CA1D4; /* $primary */
	resize: none;
	outline: none;
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	color: #0CA1D4; /* $primary */
	background-color: #F2F7F8;
	display: block;
	margin: .8em auto;
	overflow: auto;
	border-radius: 0.5em;
}

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

.contact-form textarea {
	height: 182px;
	padding: 10px 2%;
}
/* End Contact Form */

/* Sticky Contact */
.sticky-contact {
	position: fixed;
	z-index: 30;
	right: 450px;
	transition: .75s;
	bottom: 0;
}

.cms-admin .sticky-contact {
	position: relative;
	top: 0;
	left: 0;
}

.sticky-contact.Out {
	top: auto;
	bottom: 350px;
	right: 30%;
}

.sticky-contact .contact-btn {
	cursor: pointer;
	background-color: #C9AB72; /* $orange */
	position: absolute;
	right: auto;
	bottom: 0;
	width: 10em;
	font-size: 1.5em;
	padding: 0.5em 0;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	opacity: 1;
	transition: .5s;
	border: 1px solid #F0F5F7; /* $BG */
	border-bottom: none;
	text-transform: uppercase;
	font-weight: bold;
}

.section-eight.active .sticky-contact .contact-btn {
	opacity: 0;
}

.Out.sticky-contact .contact-btn {
	right: auto;
}

.contact-btn icon {
	vertical-align: middle;
	display: inline-block;
	margin-right: .3em;
}

.slide-form {
	position: absolute;
	background-color: #0CA1D4; /* $primary */
	display: block;
	top: 100%;
	padding: 30px;
	width: 450px;
	height: 350px;
	border: 1px solid #F0F5F7; /* $BG */
	border-bottom: none;
	border-top-right-radius: 10px;
}

.slide-form h2 {
	color: #FFFFFF;
	margin: 0;
	font-size: 22px;
}

.slide-form h3 {
	margin: 0 0 5px;
	font-size: 18px;
}

.slide-form input, .slide-form textarea, .slide-form select {
	border: none;
	padding: 10px;
	display: block;
	width: 100%;
	margin: 0 1% 9px;
	background-color: #FFFFFF;
	color: #B0B0B0;
	outline: none;
	font-size: 14px;
	border-radius: .5em;
	font-family: Montserrat, sans-serif;
}

.slide-form select {
	line-height: 32px;
	width: 44.5%;
}

.slide-form textarea {
	resize: none;
	height: 7em;
	clear: left;
}

.slide-form .Btn {
	width: 50%;
	margin: 0 1%;
	color: #FFFFFF;
	padding: .7em 0;
	text-align: center;
	background-color: #C9AB72; /* $orange */
	border-radius: .5em;
	display: block;
	transition: .5s;
	font-weight: bold;
	text-transform: uppercase;
}

.slide-form .Btn:hover {
	background-color: #FFFFFF; /* $light */
	color: #C9AB72; /* $orange */
}
/* End Sticky Contact */

/* Footer Styles */
.footer-one {
	background-image: url(/images/footerBG.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.footer-one .main {
	max-width: 1100px;
	border-bottom: none;
}

.footer-one .table {
	display: table;
	width: 100%;
	margin-top: 1em;
}

.footer-one .table > * {
	display: table-cell;
	width: 33%;
	vertical-align: middle;
}

.footer-links {
}

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

.table .footer-links ul {
	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: 0;
	font-size: 0.85em;
	color: #FFFFFF; /* $light */
	transition: .5s;
	text-transform: uppercase;
}

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

.footer-social li {
	display: table-cell;
	padding: 0 3%;
}

.footer-social li:nth-child(n+2) a {
}

.footer-social a {
	display: block;
	padding: .3em;
	background-color: #FFFFFF; /* $light */
	color: #0CA1D4 !important; /* $primary */
	font-size: 1em;
	transition: .5s;
	border-radius: 0.5em;
}

.footer-social a:hover {
	background-color: #097CA3 !important; /* darken($primary,23%) */
	color: #FFFFFF !important; /* $light */
}

.footer-social a icon {
	display: block;
	font-size: 2.5em;
}

.footer-links li a:hover {
	color: #D5BE92; /* lighten($orange,23%) */
}

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

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

.schemainfo {
	clear: both;
	margin-top: 9em;
}

.schema img.bottom-logo {
	margin-bottom: 2em;
	display: block;
	margin: 0 auto;
}

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

.schema .phone-link {
	cursor: default;
	color: #D6C095; /* lighten($orange,25%) */
}

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

.schema a {
	color: #D4BD90; /* lighten($orange,21%) */
}

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

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

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

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

.sd-footer img {
}

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

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

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

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

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

.side nav.side-nav {
	background-color: #0CA1D4;
	padding: .5em 1em;
}

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

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

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

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

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

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

.side-nav ul li {
	position: relative;
	font-family: 'Open Sans', sans-serif;
}

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

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

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

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

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

.side-nav ul li a {
	display: block;
	color: #FFFFFF; /* $light */
	padding: .5em 2em;
	text-transform: uppercase;
	margin-bottom: 2px;
	transition: .5s;
	position: relative;
	border-bottom: solid 1px rgba(44,53,56,0.2); /* alpha($dark,20%) */
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: normal;
}

.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: #2C3538; /* $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;
	animation: flyout .5s ease;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	border-radius: 0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mm-open .mobile-menu.top-nav {
	left: 0;
	background-color: #2C3538; /* $dark */
}

.mobile-menu .menu-btn {
	display: table;
	width: auto;
	margin: 0 0 1em auto;
	background-color: #2C3538; /* $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(44,53,56,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(44,53,56,0.2); /* alpha($dark,20%) */
}

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

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

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

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

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

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

.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: #506066; /* 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 #0CA1D4; /* $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: 6px;
}

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

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

.timeline-feed .time-box {
	width: 90%;
	border: solid 3px #506066; /* 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: #506066; /* 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: #506066; /* 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;
	transition: .5s;
	display: none;
}

.side-btn:hover {
	color: #2C3538; /* $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: #2C3538; /* $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 #2C3538; /* $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: #0CA1D4; /* $primary */
	padding: 10px;
	color: #FFFFFF; /* $light */
	margin-top: 10px;
}

.blog > nav {
	display: block;
	padding: 10px 2%;
	background-color: #2C3538; /* $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: #0CA1D4; /* $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;
	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: #2C3538; /* $dark */
	font-size: 1.5em;
	padding: 8px;
}

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

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

ul.post-list a.More {
	float: right;
	display: block;
	text-align: center;
	padding: 0 25px;
	background-color: #0CA1D4; /* $primary */
	color: #fff;
	margin: 0;
	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;
}

.blog .social > header > h2 {
	margin: 0 0 0 .2em;
}
/* End Blog 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: #5F7278 !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: #0CA1D4; /* $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 #506066; /* 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: #0CA1D4; /* $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 */

/* Landing Page */
.Landing-Page .contact-form > div {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.Landing-Page .contact-form > div .left {
	float: none;
}

.Landing-Page .contact-form > div input, .Landing-Page .contact-form > div textarea {
	background-color: #FFFFFF;
}

.Landing-Page .contact-form > div .left.half, .Landing-Page .contact-form > div .right.half {
	float: none;
	width: 100%;
}

.Landing-Page .contact-form > header h2 {
	color: #FFFFFF; /* $light */
}

.Landing-Page .side-nav h2 {
	color: #BCAB8E; /* $secondary */
}

.Landing-Page .sub-slide .main {
	padding: 7.5em 1%;
}

.Landing-Page .section-seven {
	background-color: #e7eef0;
}

.Landing-Page .content-feature {
	background-color: #0CA1D4;
	padding: 1em 0;
}

.Landing-Page .content-list li > div {
	color: #FFFFFF;
}
/* End Landing Page */

/* Flex */
.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex .flex-list {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 0px 2em;
}

.flex .flex-list li {
	text-align: left;
}
/* End Flex */

/* 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;
	transition: .5s;
}

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

span.rating span.stars.rating3 {
	width: 72px;
}

span.rating span.stars.rating35 {
	width: 84px;
}

span.rating span.stars.rating4 {
	width: 96px;
}

span.rating span.stars.rating45 {
	width: 108px;
}

span.rating span.stars.rating5 {
	width: 120px;
}

div.clientreviews div.clientrating {
	font-size: 16px;
	margin-top: 15px;
}

div.addreview {
	background: rgba(30,
				30,
				30,
				0.2);
	padding: 1.5em;
	border: none;
	text-align: left;
}

div.addreview td {
	vertical-align: top;
	padding: 2px 8px 2px 0px;
	text-align: right;
}

div.reviews.addreview span.textlight {
	font-size: 12px;
}

div.addreview h3 {
	margin-bottom: 10px;
}

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

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

div.reviews div.thankyou {
	background-color: rgba(30,30,30,0.2);
	color: #FFFFFF;
	padding: 10px;
}

.webwidget_rating_simple {
	padding: 0px  !important;
	margin: 0px !important;
}

.webwidget_rating_simple li {
	line-height: 0px;
	width: 24px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	list-style: none;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.webwidget_rating_simple li span {
	display: none;
}
/* End Review System Styles */

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

div.video .flex.wrap {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

div.video .flex.wrap .video-info {
	width: 50%;
}

div.video div.item > a {
	color: #FFFFFF; /* $light */
	display: block;
	padding: 10px;
	background-color: #0CA1D4; /* $primary */
	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: #2C3538; /* $dark */
}

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

div.video div.item a:hover h3 {
	color: #BCAB8E;
}

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

div.video div.end {
	border-bottom: dotted 1px #CCCCCC;
	padding-top: 10px;
	margin-bottom: 18px;
	clear: both;
}

div.video div.player {
	padding-bottom: 13px;
	position: relative;
	clear: both;
}

div.video-shadow {
	height: 13px;
	width: 196px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background: url(/Shared/videovault/theme/video_sprite.png) no-repeat 0px 0px;
}

* html div.video-shadow {
	display: none;
}

div.video-shadow.left {
	left: 0px;
	background-position: left bottom;
}

div.video-shadow.right {
	right: 0px;
	background-position: right bottom;
}

div.video div.caption {
	color: #666;
	margin-top: 8px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 4px;
}
/* End Video Styles */

/* Review System Styles */
.reviews {
}

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

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

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

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

.reviews article .quote {
	padding: 20px 30px;
	margin: 10px 0;
	border-radius: 15px;
	background-color: #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);
	-ms-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: #0CA1D4; /* $primary */
	text-align: center;
}

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

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

.reviews article h1 a {
	color: #0CA1D4; /* $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: #0CA1D4; /* $primary */
	padding: 5px;
	color: #FFFFFF; /* $light */
	margin: 0 0 0 5px;
	transition: .5s;
}

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

span.rating span.stars.rating3 {
	width: 72px;
}

span.rating span.stars.rating35 {
	width: 84px;
}

span.rating span.stars.rating4 {
	width: 96px;
}

span.rating span.stars.rating45 {
	width: 108px;
}

span.rating span.stars.rating5 {
	width: 120px;
}

div.clientreviews div.clientrating {
	font-size: 16px;
	margin-top: 15px;
}

div.addreview td {
	vertical-align: top;
	padding: 2px 8px 2px 0px;
	text-align: right;
}

div.reviews.addreview span.textlight {
	font-size: 12px;
}

div.addreview h3 {
	border-bottom: dashed 1px #ccc;
	margin-bottom: 10px;
}

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

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

div.reviews div.thankyou {
	background-color: #7D7D7D;
	color: #FFFFFF;
	padding: 10px;
}

.webwidget_rating_simple {
	padding: 0px  !important;
	margin: 0px !important;
}

.webwidget_rating_simple li {
	line-height: 0px;
	width: 24px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	list-style: none;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.webwidget_rating_simple li span {
	display: none;
}
/* End Review System Styles */

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

.Pricing-Cost .sub-content.left {
	float: none;
	clear: both;
}

::-webkit-input-placeholder {
	color: #A1ABAE;
}

:-moz-placeholder {
	color: #A1ABAE;
}

::-moz-placeholder {
	color: #A1ABAE;
}

:-ms-input-placeholder {
	color: #A1ABAE;
}

.content-scroll.standard-feed li a:hover > div {
	opacity: 1;
}

#ContentHolder {
	clear: both;
}

.input--fishy {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	max-width: 600px;
	width: calc(100% - 2em);
	vertical-align: top;
	border: none;
	overflow: hidden;
}

.input--fishy input {
	border: none;
}

_.input--fishy:first-child:before {
	content: attr(data-hover);
	position: absolute;
	bottom: 100%;
	left: -.5em;
	display: block;
	opacity: 0;
	transition: opacity .5s ease, left .5s ease;
}

_.input--fishy:first-child:hover:before {
	opacity: 1;
	left: 0;
}

.input--fishy input:focus {
	outline: none;
}

.input__field--fishy {
	margin-top: 1em;
	padding: 1.5em 0.15em;
	width: 100%;
	background: transparent;
	color: #595F6E;
}

.input__label--fishy {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0.25em;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
}

.input__label-content--fishy {
	position: absolute;
}

.input__label--fishy::before,
.input__label--fishy::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	border-bottom: 1px solid #B9C1CA;
}

.input__label--fishy::after {
	margin-top: 2px;
	border-bottom: 4px solid red;
	transition: transform 0.3s;
	-webkit-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.input__label--fishy-color-1::after {
	border-color: hsl(200, 100%, 50%);
}

.input__label--fishy-color-2::after {
	border-color: hsl(160, 100%, 50%);
}

.input__label--fishy-color-3::after {
	border-color: hsl(20, 100%, 50%);
}

.input__field--fishy:focus + .input__label--fishy::after,
.input--filled .input__label--fishy::after {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--fishy:focus + .input__label--fishy .input__label-content--fishy,.input--filled .input__label-content--fishy {
	-webkit-animation: anim-1 0.3s forwards;
	animation: anim-1 0.3s forwards;
}

input[type='submit'] {
	border: none;
}

@-webkit-keyframes anim-1 {
	50% { opacity: 0; -webkit-transform: translate3d(1em, 0, 0); }
	51% { opacity: 0; -webkit-transform: translate3d(-1em, -40%, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, -40%, 0); }
}

@-moz-keyframes anim-1 {
	50% { opacity: 0; transform: translate3d(1em, 0, 0); }
	51% { opacity: 0; transform: translate3d(-1em, -40%, 0); }
	100% { opacity: 1; transform: translate3d(0, -40%, 0); }
}

@-o-keyframes anim-1 {
	50% { opacity: 0; transform: translate3d(1em, 0, 0); }
	51% { opacity: 0; transform: translate3d(-1em, -40%, 0); }
	100% { opacity: 1; transform: translate3d(0, -40%, 0); }
}

@keyframes anim-1 {
	50% { opacity: 0; transform: translate3d(1em, 0, 0); }
	51% { opacity: 0; transform: translate3d(-1em, -40%, 0); }
	100% { opacity: 1; transform: translate3d(0, -40%, 0); }
}

span.validator {
	display: block;
}

section.sub-page-ctas {
}

.sub-page-ctas .cta-list {
	padding: 0;
	display: table;
	width: 100%;
	position: relative;
}

.sub-page-ctas .cta-list ul {
	margin: 0;
	padding: 0;
	display: table-row;
}

.sub-page-ctas .cta-list ul li {
	padding: 0 1%;
	display: table-cell;
	height: 10em;
	vertical-align: middle;
	margin-bottom: 2em;
	transition: .5s ease;
}

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

.sub-page-ctas .cta-list ul li h2 {
	padding: 0 0 .5em;
}

.Music-Tab-Paper .main-content table {
	margin: 0 auto;
	width: 100% !important;
	text-align: left;
}

.Music-Tab-Paper .main-content p {
	text-align: left;
}

.Humor .main-content ul li, .Acoustic-Guitar-Resources .main-content ul li {
	text-align: left;
	margin-left: 2em;
}

.Praise-Worship .section-one p {
	text-align: left;
}

body[class$='-Resources'] .section-one p {
	text-align: left;
}

/* Accordion List */
.content-list h3 {
	color: #FFFFFF;
	margin: .25em 0;
	padding: .3em 2.75em .3em 1em;
	transition: .25s ease;
	font-weight: normal;
	font-size: 1.5em;
	position: relative;
	background-color: #C9AB72;
	border-radius: 6px;
	cursor: pointer;
}

.content-list h2 {
	color: #0CA1D4; /* $primary */
	font-size: 2.5rem;
	font-family: 'Open Sans Condensed', sans-serif;
}

.content-list h3.active {
	background-color: #0CA1D4;
	color: #FFFFFF;
}

.content-list h3:before {
	content: '\ef8c';
	color: #ffffff;
	position: absolute;
	font-family: icomoon-ult;
	margin-left: 2%;
}

.content-list h3:after, .content-list h3.active:after {
	font-family: 'icomoon-ult';
	font-size: 1em;
	line-height: 0.7em;
	position: absolute;
	top: .55em;
}

.content-list h3:after {
	font-family: 'icomoon-ult';
	content: '\e145';
	margin-right: 2%;
}

.content-list h3.active:after {
	font-family: 'icomoon-ult';
	content: '\e147';
}

.content-list h3:hover {
	cursor: pointer;
	background-color: #0CA1D4;
	color: #FFFFFF;
}

.content-list .cl-section {
	padding: 1% 2%;
	background-color: #0CA1D4;
}
/* End Accordion List */

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

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

@media (max-width:1500px) {
	.shrink-nav h2#MastTitle {
		font-size: 1.2vw;
	}
}

@media (max-width:1480px) {
	.top-nav a {
		font-size: 1vw;
	}

	.sticky-contact.Out {
		right: 40%;
	}

	.side-ctas ul {
		top: -50em;
	}
}

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

	.info {
		font-size: 1.2vw;
	}

	.side-ctas ul {
		top: -60em;
	}
}

@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: 100%;
		margin: 0 auto;
	}

	.top-nav a {
		font-size: 1.5vw;
	}

	.shrink-nav h2#MastTitle {
		font-size: 2vw;
		padding: .5em 0;
	}

	.shrink-nav .masthead .top-logo a {
		height: 6.8em;
	}

	.sticky-contact.Out {
		right: 50%;
	}

	.content-list ul {
		text-align: center;
		margin: 0 auto 2em;
	}

	.content-list li {
		display: inline-block;
	}

	.sticky-contact {
		display: none;
	}

	.home-content {
		width: 100%;
		position: relative;
		display: block;
	}

	.side-ctas {
		width: 100%;
		text-align: left;
	}

	.side-ctas ul {
		width: 100%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		top: 0;
		left: 0;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.side-ctas ul li {
		width: 100%;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

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

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

	.masthead .top-logo a {
		background-color: transparent;
		width: 60% !important;
	}

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

	.masthead .contact-info {
		width: auto;
	}

	.shrink-nav h2#MastTitle {
		display: none;
	}

	.top-nav {
		font-size: 1.25rem;
		width: 100%;
		padding: 0;
	}

	.top-nav .desktop-nav {
		padding: 0;
		width: 90%;
	}

	_.shrink-nav .masthead .top-logo img.wide.ready, .masthead .top-logo img.squared.ready {
		display: none;
	}

	.masthead .top-logo img.wide {
		display: none;
	}

	.masthead .top-logo img.squared {
		display: none;
	}

	.masthead .top-logo img.logo-svg {
		display: inline-block;
		margin-top: .5em;
	}

	h2#MastTitle {
		display: none;
	}

	.shrink-nav .masthead .top-logo a {
		background-color: transparent;
	}

	.shrink-nav .masthead .top-logo img.logo-svg {
		display: block;
		width: 100%;
	}

	.masthead .top-logo .logo-svg {
		display: block;
		width: 60%;
	}

	.contact-info span {
		float: none;
		clear: both;
	}

	.contact-info span p {
		float: left;
		font-size: 1.8vw;
		padding: .25em 1%;
	}

	.contact-info a.phone-link {
		float: left;
	}

	.home-content {
		width: 100%;
	}

	.side-ctas {
		width: 100%;
	}

	.side-ctas ul {
		position: relative;
		display: block;
		width: 100%;
		top: auto;
		left: auto;
	}

	.side-ctas li {
		width: 100%;
		float: left;
	}

	.side-ctas li a:hover .btn {
		margin-top: -7%;
	}
}

@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: 30px;
	}

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

	h4 {
		font-size: 20px;
	}

	.bar-feed li {
		display: block;
	}

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

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

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

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

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

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

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

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

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

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

	.scroll-anchor {
		-webkit-transform: translateX(-75%);
		-ms-transform: translateX(-75%);
		transform: translateX(-75%);
		display: none;
	}

	.masthead .top-logo a {
		background-color: transparent;
		width: 65% !important;
	}

	.top-nav .desktop-nav {
		padding: 0;
	}

	.masthead .contact-info p {
		display: inline;
		float: left;
	}

	.contact-info span {
		float: none;
	}

	.masthead .contact-info {
		width: auto;
	}

	.contact-info a.phone-link {
		float: none;
		text-align: left;
		border-left: none;
	}

	h2#MastTitle {
		color: #000000;
		font-size: 2vw;
		padding: 0 0 0 .4em;
		text-align: left;
		margin: -7px;
		display: none;
	}

	.section-zero p {
		font-size: 2vw;
		top: 49%;
	}

	.side-ctas .btn {
		display: none;
	}

	.section-two .btn, .section-three .btn {
		width: 50% !important;
	}

	.section-three .content-scroll ul li .btn {
		margin: 0 25%;
	}
}

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

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

	.secondary-nav {
		display: none;
	}

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

	.sub .secondary-nav header {
		display: block !important;
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #3E4B4F; /* 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 #3E4B4F; /* lighten($dark,10%) */
	}

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

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

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

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

	.side-btn {
		display: none;
	}

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

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

	.top-social {
		display: none;
	}

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

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

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

	.btn {
		font-size: 18px;
	}

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

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

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

	.schema {
		font-size: 14px;
	}

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

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

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

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

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

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

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

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

	.section-zero p {
		display: none;
	}

	.image-zone .left-image {
		width: 100%;
	}

	.image-zone .right-image {
		display: none;
		background-image: none;
	}

	.info {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.slide .left {
		width: 100%;
	}

	.content-list .total3 li {
		font-size: 1.7vw;
	}

	.content-scroll.standard-feed li {
		width: 65% !important;
		display: block;
		text-align: center;
		float: none;
		margin: .5em auto;
	}

	.sub .side {
		margin: 0 auto;
		display: block;
		float: none;
		width: 100%;
	}

	.sub .content {
		width: 100%;
		float: none;
		display: block;
		font-size: 2vw;
	}
}

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

	.content-list ul {
		display: block;
	}

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

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

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

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

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

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

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

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

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

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

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

	.content-tabs .tabs a:nth-of-type(n+2) {
		border-top: solid 1px rgba(44,53,56,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;
	}

	.rtcoupon {
		float: none;
		display: block;
		max-width: 100% !important;
	}

	.rtcoupon img {
		padding-top: 0;
		display: block;
	}

	.ltcontent {
		display: block;
		float: none;
		max-width: 100% !important;
	}

	.flex .flex-list {
		-webkit-flex: 0 1 33.3333%;
		-ms-flex: 0 1 33.3333%;
		flex: 0 1 33.3333%;
	}
}

@media (max-width:600px) {
	.fixed {
		position: fixed;
		background-color: #FFFFFF; /* $light */
	}

	.image-zone {
		padding-top: 19em;
	}

	.masthead {
		font-size: 1.8rem;
	}

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

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

	.masthead .top-logo img.squared, .masthead .top-logo img.wide {
		display: none;
	}

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

	.top-nav .mobile-nav li a {
		color: #2C3538; /* $dark */
		font-size: 3vw;
		margin: 4em auto 0;
	}

	h2#MastTitle {
		display: none;
	}

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

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

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

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

	#FooterContent {
		display: none;
	}

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

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

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

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

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

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

	.top-social {
		position: absolute;
		top: 0px;
		right: 5%;
	}

	.top-nav li:hover {
		border-color: transparent;
	}

	.main-content {
		font-size: 2.5vw;
	}

	.section-two .btn {
		position: relative;
	}

	.content-list icon {
		display: none;
	}

	.info {
		font-size: 1.5vw;
		top: 8em;
	}
}

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

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

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

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

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

	.sub .content {
		font-size: 3vw;
	}

	.sub-page-ctas .cta-list ul {
		display: none;
	}

	.side-nav ul li a {
		font-size: 4vw;
	}
}

@media (max-width:450px) {
	.top-nav {
		font-size: 2.5rem !important;
		margin-top: 4em;
	}

	body {
		width: 100%;
		overflow-x: hidden;
		max-width: 100%;
	}

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

	.secondary-nav {
		display: none;
	}

	.animation {
		font-size: 1.5rem;
		height: 45.6rem;
	}

	.info {
		font-size: 2.5vw;
		top: 0;
		left: 50%;
		width: 100% !important;
		display: inline-block;
		position: absolute;
	}

	.info .btn {
		font-size: 2.7vw;
	}

	.main-content {
		font-size: 3vw;
	}

	.Calendars .main-content {
		font-size: 7vw;
	}

	.section-two .btn {
		margin: 0;
		width: 100% !important;
		position: relative;
		left: 0px;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.section-three .btn {
		margin: 0 !important;
		width: 100% !important;
		position: relative;
		left: 0px;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.image-zone .left-image {
		width: 100%;
		float: none;
	}

	.image-zone .right-image {
		display: none;
		background-image: none;
	}

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

	.logo-svg {
		display: block;
		width: 90% !important;
		margin: 0 auto !important;
	}

	.masthead .top-logo img.wide, .masthead .top-logo img.squared {
		display: none;
	}

	.masthead .top-logo a {
		width: 100% !important;
		margin: 0 auto;
	}

	.section-zero p {
		display: none;
	}

	.content-list icon {
		display: none;
	}

	.content-list li {
		border-top: none;
		font-size: 2.5vw !important;
	}

	.side-nav ul li {
		font-size: 4vw;
	}

	.sub .content {
		font-size: 4vw;
	}

	.top-nav .mobile-nav li a {
		font-size: 6vw;
		margin: 0;
	}

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

	.side-ctas li h2 {
		font-size: 5vw;
	}

	.content-list li:last-child {
		border-bottom: none;
	}

	.cta-list ul li:first-child, .cta-list ul li:last-child {
		border-left-width: .5em;
	}

	.cta-list ul li:last-child {
		border-right-width: .5em;
	}

	.half, .left, .right {
		width: 100%;
		display: block;
		float: none;
	}

	iframe {
		margin-top: 1.5em;
	}

	.footer-social a icon {
		font-size: 1em;
	}

	.footer-links li a {
		font-size: .8em;
	}

	.schema img.bottom-logo {
		display: none;
	}

	.content-list .total3 li.item1 div {
		height: auto;
		padding: 1em 0;
	}

	.Online-Payments .section-one {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.Online-Payments .section-one .content {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.Online-Payments .section-one .side {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.section-three .content-scroll img {
		display: block;
		float: none;
		width: 100%;
		left: 0;
		margin-bottom: 2em;
	}

	.section-nine .content-scroll ul li, .section-nine .content-scroll ul li:first-child {
		width: 100% !important;
	}

	.content-scroll.standard-feed li a {
		height: 162px !important;
	}

	iframe[name='google_conversion_frame'] {
		display: none;
	}
}
/* End Responsive */

div.video div.item > a.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
