/* Basic Styles */
html {
	font-size: 16px; /* root font size */
}

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

body {
	margin: 0;
	line-height: 1.5;
	font-family: 'Open Sans', helvetica, sans-serif;
}

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

form {
	position: relative;
	overflow-x: hidden;
}

input, textarea, select {
	margin: 0;
	padding: .65em;
	border: solid 1px #ccc;
	font-size: 1em;
	background-image: none;
	border-radius: 0;
	font-family: inherit;
}

.thank-you-for-your-purchase input {
	border: none;
}

input:focus, textarea:focus, select:focus {
	outline-color: #ccc;
}

.thank-you-for-your-purchase input:focus {
	outline-color: transparent;
}

h1, h2, h3, h4, h5, p, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5 {
	font-family: 'Lora', serif;
	font-weight: 400;
}

article h1, article h2, article h3, article h4, article h5, article p, article ul {
	margin: 1rem 0;
}

article ul ul {
	margin: 0;
}

article ul {
	list-style: disc;
	padding-left: 1.5em;
}

main, section, nav, aside, footer {
	display: block;
}

a {
	text-decoration: none;
}

a:hover {
}

a[href*='tel:'] {
	cursor: default;
}

img {
	max-width: 100%;
}

.main {
	max-width: 1140px;
	position: relative;
	margin: 0 auto;
}

main {
	background-image: -webkit-linear-gradient(left,#D4D7E4,#F9F9FB,#D4D7E4); /* lighten($Background,30%),lighten($Background,90%),lighten($Background,30%) */
	background-image: -moz-linear-gradient(left,#D4D7E4,#F9F9FB,#D4D7E4); /* lighten($Background,30%),lighten($Background,90%),lighten($Background,30%) */
	background-image: -o-linear-gradient(left,#D4D7E4,#F9F9FB,#D4D7E4); /* lighten($Background,30%),lighten($Background,90%),lighten($Background,30%) */
	background-image: linear-gradient(to right,#D4D7E4,#F9F9FB,#D4D7E4); /* lighten($Background,30%),lighten($Background,90%),lighten($Background,30%) */
	padding: 1px 0;
}

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

.btn {
	display: inline-block;
	padding: .85em 4em .85em .85em;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	color: #1E1B1B; /* $Dark */
	background-color: #C2C6D9; /* $Background */
	font-size: .875em;
	border-radius: .25em;
}

.btn:hover, a:hover .btn {
	color: #1E1B1B; /* $Dark */
}

.btn.alt {
	background-color: #454383; /* $Primary */
	color: #FFFFFF; /* $White */
	padding: 1em 5em 1em 1em;
	font-size: 1em;
}

.btn:before {
	content: '\e915';
	display: block;
	position: absolute;
	font-family: 'icomoon-ult';
	right: -1px;
	font-size: 1.5em;
	line-height: 1em;
	height: 100%;
	background-color: #6A67BC; /* adjust($Primary,30%,10%,0%) */
	top: 0;
	width: 2em;
	text-align: center;
	padding-top: .6em;
	color: #FFFFFF; /* $White */
	-webkit-transition: background-color .5s ease, right .5s ease;
	-moz-transition: background-color .5s ease, right .5s ease;
	-o-transition: background-color .5s ease, right .5s ease;
	transition: background-color .5s ease, right .5s ease;
	border-radius: .25rem;
}

.btn:after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	border-radius: .25em;
	border-top: solid 1px rgba(255,255,255,0.3); /* alpha($White,30%) */
}

a:hover .btn:before, .btn:hover:before {
	background-color: #C69242;
	right: -5px;
}

.fancy {
	display: block;
	background-color: #454383; /* $Primary */
	color: #FFFFFF; /* $White */
	font-size: .9em;
	text-align: center;
	padding: 1em 0;
}

.fancy2 {
	display: block;
	background-color: rgba(194,198,217,0.392);
	padding: 1em 0.5em;
}

.fancylist {
	padding: 0 5%;
	margin: 2em 0 1.5em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #333160;
}

.fancylist li {
	-webkit-flex: 1 1 45%;
	-ms-flex: 1 1 45%;
	flex: 1 1 45%;
	padding: .25em 0;
	color: #FFFFFF;
	margin-left: 1.5em;
}

.fancylist li:first-child {
	list-style: none;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin-bottom: 1em;
	font-family: 'Lora', serif;
	color: #E3BD84;
	padding-top: 1.5em;
	font-size: 1.2em;
	border-bottom: solid 1px #C69242;
	margin-left: 0;
}

.fancylist li:last-child {
	padding-bottom: 2em;
}

.fancylist2 {
	padding: 1em 2%;
	background: #333160;
	margin: 1.5em 0;
}

.fancylist2 li {
	padding: .5em 0;
	color: #F3F3F3;
	margin-left: 1.5em;
	line-height: 1.8em;
	font-size: 1.05em;
}

.fancylist2 li:first-child {
	list-style: none;
	font-size: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: solid 1px #C2C6D9;
	margin-bottom: .75em;
}

.fancylist2 strong {
	color: #E3BD84;
}

.fancycta p {
	text-align: center;
	padding: .5em 1em 1em;
	font-size: 1.1em;
}

.fancycta p strong {
	color: #2A2789;
	text-transform: none;
	margin-right: 1em;
}

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

.fancypage strong {
	color: #2A2789;
}

div.ui-dialog ul.jl-list {
	overflow-y: scroll;
	height: 94%;
}

div.ui-dialog ul.jl-list li span {
	width: 130px!important;
}

#MainContent *[icobalt*='VideoPlayer'] {
	height: auto!important;
	max-width: 100%;
	float: none!important;
}

#MainContent *[icobalt*='VideoPlayer']>div {
	position: relative;
	height: auto!important;
	padding-bottom: 56.25%;
	width: 100%!important;
}

#MainContent *[icobalt*='VideoPlayer'] object {
	position: absolute;
	top: 0;
	left: 0;
}

.half {
	width: 49%;
}

.right {
	float: right;
}

.left {
	float: left;
}

.shipping-btns ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shipping-btns li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 48%;
	text-align: center;
	background-color: #454383; /* $Primary */
	padding: 1em 2%;
}

.skype-container {
	display: block;
	position: absolute;
	top: 69%;
	left: 28%;
	z-index: 7;
}
/* End Basic Styles */

/* Patient Questionnaire */
body.questionnaire {
	background-image: -webkit-linear-gradient(top,#FFFFFF,#F5F6F9); /* $White,lighten($Background,60%) */
	background-image: -moz-linear-gradient(top,#FFFFFF,#F5F6F9); /* $White,lighten($Background,60%) */
	background-image: -o-linear-gradient(top,#FFFFFF,#F5F6F9); /* $White,lighten($Background,60%) */
	background-image: linear-gradient(to bottom,#FFFFFF,#F5F6F9); /* $White,lighten($Background,60%) */
	min-height: 100vh;
}

.questionnaire main {
	background-image: none;
}

.questionnaire .patient-questionnaire tr table, .questionnaire .patient-questionnaire tr table tbody, .questionnaire .patient-questionnaire tr table tr, .questionnaire .patient-questionnaire tr table td, .questionnaire .patient-questionnaire tr td {
	display: block !important;
}

.questionnaire .patient-questionnaire {
	max-width: 800px;
	margin: 0 auto;
	border-color: #6F6CB4; /* lighten($Primary,29%) */
	line-height: 1.75;
}

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

.questionnaire .patient-questionnaire strong {
	border-bottom: solid 1px;
}

.questionnaire .patient-questionnaire .indent1, .yesquestions, .question.checkcond, .question.cond {
	display: none;
	padding-left: 1.5em;
}

.questionnaire .patient-questionnaire .indent2 {
	padding-left: 3em;
}

.questionnaire .patient-questionnaire fieldset {
	margin: 2em auto;
	border: double 4px #A9AEC9; /* darken($Background,10%) */
	padding: 1.5em;
}

.questionnaire .patient-questionnaire fieldset + br {
	display: none;
}

.questionnaire .patient-questionnaire legend {
	font-family: 'Lora', serif;
	color: #454383;
	font-size: 1.5em;
	padding: 0 .5em;
	font-weight: 400;
}

.questionnaire .patient-questionnaire .data span {
	display: block;
}

.questionnaire .patient-questionnaire .question {
	margin-bottom: 1em;
}

.questionnaire .patient-questionnaire .question input[type='text'], .questionnaire .patient-questionnaire .question textarea {
	width: 90% !important;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.questionnaire .patient-questionnaire .question input[type='text']:focus, .questionnaire .patient-questionnaire .question textarea:focus {
	border-color: #2A2789; /* adjust($Primary,-11%,34%,0%) */
	background-color: #FCFDFF; /* adjust($Background,97%,100%,0%) */
	outline-color: #2A2789;
}

.questionnaire .patient-questionnaire .question input[type='text'].date {
	width: 90% !important;
}

.questionnaire .patient-questionnaire .question textarea {
	height: 150px;
}

.patient-questionnaire .question select {
	width: 90%;
}
/* End Patient Questionnaire */

/* Post Patient Questionnaire */
.post-preg-form tr table, .post-preg-form tr table tbody, .post-preg-form tr table tr, .post-preg-form tr table td, .post-preg-form tr td {
	display: block !important;
}

.post-preg-form {
	max-width: 800px;
	margin: 0 auto;
	border-color: #6F6CB4; /* lighten($Primary,29%) */
	line-height: 1.75;
}

.post-preg-form:after {
	content: '';
	display: block;
	clear: both;
}

.post-preg-form strong {
	border-bottom: solid 1px;
}

.post-preg-form .indent1, .yesquestions, .question.checkcond, .question.cond {
	display: none;
	padding-left: 1.5em;
}

.post-preg-form .indent2 {
	padding-left: 3em;
}

.post-preg-form fieldset {
	margin: 2em auto;
	border: double 4px #A9AEC9; /* darken($Background,10%) */
	padding: 1.5em;
}

.post-preg-form fieldset.info-section {
	_display: none;
}

.cms-edit-layout .post-preg-form fieldset.info-section {
	display: block;
}

.post-preg-form fieldset + br {
	display: none;
}

.post-preg-form legend {
	font-family: 'Lora', serif;
	color: #454383;
	font-size: 1.5em;
	padding: 0 .5em;
	font-weight: 400;
}

.post-preg-form .post-preg-header p {
	margin: 0;
}

.post-preg-form .post-preg-header input {
	margin-bottom: 1em;
	width: 100%;
}

.post-preg-form .data span {
	display: block;
}

.post-preg-form .question {
	margin-bottom: 1em;
}

.post-preg-form .question input[type='text'], .post-preg-form .question textarea {
	width: 90% !important;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.post-preg-form .question input[type='text']:focus, .post-preg-form .question textarea:focus {
	border-color: #2A2789; /* adjust($Primary,-11%,34%,0%) */
	background-color: #FCFDFF; /* adjust($Background,97%,100%,0%) */
	outline-color: #2A2789;
}

.post-preg-form .question input[type='text'].date {
	width: 90% !important;
}

.post-preg-form .question textarea {
	height: 150px;
}

.post-preg-form .question select {
	width: 90%;
}

.post-preg-form .question.breast-feed-months {
	display: none;
}

.post-preg-form .question #BreastFeed #breast-feed-true:checked ~ .post-preg-form .question.breast-feed-months {
	display: block;
}
/* End Post Patient Questionnaire */

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
  .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #FFFFFF; /* $light */
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
  .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
  .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
  .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

.white-popup {
	background-color: #394C2A; /* $darkPrimary */
	padding: 1.5em;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	color: #FFFFFF; /* $light */
}

.cms-admin .white-popup {
	display: block !important;
}
/* End Magnific Popup CSS */

/* Layout Styles */
#NavZone {
	position: relative;
	border-bottom: solid .5em #454383; /* $Primary */
	height: 3.438em;
	z-index: 4;
}

#MastheadZone {
	position: relative;
	z-index: 3;
}

.ImageArea {
	position: relative;
	overflow: hidden;
	background-image: url(imagezonebg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#ImageZone {
}

#ImageZoneNav {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	padding: 2em 0;
	overflow: hidden;
}

.cms-edit-layout #ImageZoneNav {
	position: static;
}

#MainZone {
}

.sub #MainZone {
	width: 67%;
	float: right;
	padding: 1.5em 0 1.5em 2em;
}

.sub.questionnaire #MainZone {
	float: none;
	width: 100%;
	padding: 1.5em;
}

.sub.contact-us #MainZone {
	width: auto;
	padding: 1.5em 0;
}

#SideArea {
	width: 32%;
	float: left;
}

.contact-us #SideArea {
	display: none;
}

.cms-edit-layout .contact-us #SideArea {
	display: block;
}

#FeedZone {
	background-color: #323160; /* darken($Primary,27%) */
	border-top: solid 4px #1C1B34; /* darken($Primary,60%) */
}

.sub #FeedZone {
	padding: 1.5em 0;
}

#PracticeArea {
	padding: 2em 0;
	border-bottom: solid .4em #C2C6D9; /* $Background */
}

#InfoArea {
	background-image: url(consultbg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: solid .5em #6D6AD9; /* adjust($Primary,40%,40%,0%) */
}

#InfoZone {
	padding: 2em 0;
}

#SuccessZone {
	background-color: #C2C6D9; /* $Background */
	background-image: -webkit-linear-gradient(left,#D4D7E4,#F9F9FB,#D4D7E4);
	background-image: -moz-linear-gradient(left,#D4D7E4,#F9F9FB,#D4D7E4);
	background-image: -o-linear-gradient(left,#D4D7E4,#F9F9FB,#D4D7E4);
	background-image: linear-gradient(to right,#D4D7E4,#F9F9FB,#D4D7E4);
	border-bottom: solid .4em #C2C6D9;
}

#Section0Area {
	background-color: #EDEEF4; /* lighten($Background,71%) */
	box-shadow: inset 0 9em 7em -7em rgba(69,67,131,0.2); /* alpha($Primary,20%) */
}

#Section0Zone {
}

#DiagnosisZone {
	background-color: #CD9F59; /* $Highlight */
}

#Section1Area {
	background-image: url(teambg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#Section1Zone {
	padding: 3em 0;
}

#Section2Area {
	background-image: -webkit-linear-gradient(left,#D4D7E4,#F9F9FB,#D4D7E4);
	background-image: -moz-linear-gradient(left,#D4D7E4,#F9F9FB,#D4D7E4);
	background-image: -o-linear-gradient(left,#D4D7E4,#F9F9FB,#D4D7E4);
	background-image: linear-gradient(to right,#D4D7E4,#F9F9FB,#D4D7E4);
}

#Section2Zone {
	padding: 2.5em 0;
}

#FooterZone {
	padding: 3em 0;
	background-image: -webkit-linear-gradient(top,#302F5C,#3E3C76); /* darken($Primary,30%),darken($Primary,10%) */
	background-image: -moz-linear-gradient(top,#302F5C,#3E3C76); /* darken($Primary,30%),darken($Primary,10%) */
	background-image: -o-linear-gradient(top,#302F5C,#3E3C76); /* darken($Primary,30%),darken($Primary,10%) */
	background-image: linear-gradient(to bottom,#302F5C,#3E3C76); /* darken($Primary,30%),darken($Primary,10%) */
	position: relative;
}

#FooterZone>img {
	display: none;
}
/* End Layout Styles */

/* Supplement Pop Out */
.pop-item {
	text-align: center;
	position: fixed;
	left: 0;
	z-index: 5;
	opacity: 0;
	-webkit-transition: opacity .65s ease;
	-moz-transition: opacity .65s ease;
	-o-transition: opacity .65s ease;
	transition: opacity .65s ease;
	pointer-events: none;
	bottom: 0;
}

.new.pop-item {
	width: 100%;
}

.no-flexbox .pop-item {
	display: block;
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	position: relative;
}

.no-csstransforms .pop-item {
	display: none;
}

.pop-item.show, .cms-admin .pop-item.show {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: auto;
}

.cms-edit-layout .pop-item {
	position: relative;
	opacity: 1;
}

.cms-admin .pop-item {
	display: block;
	opacity: 1;
	pointer-events: all;
}

.pop-item .pop-container {
	display: block;
	width: 30em;
	position: relative;
	top: 50%;
	margin: 0 auto;
	-webkit-transform: translate(-100%, 100%);
	-moz-transform: translate(-100%, 100%);
	-o-transform: translate(-100%, 100%);
	transform: translate(-100%, 100%);
	padding: 1.5em 1em;
	font-size: 1.1em;
	opacity: 0;
	-webkit-transition: 0s linear .5s;
	-moz-transition: 0s linear .5s;
	-o-transition: 0s linear .5s;
	transition: 0s linear .5s;
	margin-bottom: 2em;
	background-color: #C2C6D9; /* $Background */
	border: solid .25em #CD9F59; /* $Highlight */
}

.new.pop-item .pop-container {
	width: 100%;
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: .5em 1em;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.no-flexbox .new.pop-item .pop-container {
	display: block;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	top: auto;
}

.new.pop-item .pop-container:after {
	display: none;
}

.no-flexbox .new.pop-item .pop-container:after {
	display: block;
}

.cms-admin .pop-item .pop-container {
	opacity: 1;
}

.pop-item.show .pop-container {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition: opacity .5s ease .3s, -webkit-transform .4s ease-out .3s, margin-bottom .6s ease .65s;
	-moz-transition: opacity .5s ease .3s, -moz-transform .4s ease-out .3s, margin-bottom .6s ease .65s;
	-o-transition: opacity .5s ease .3s, -o-transform .4s ease-out .3s, margin-bottom .6s ease .65s;
	transition: opacity .5s ease .3s, transform .4s ease-out .3s, margin-bottom .6s ease .65s;
	opacity: 1;
	margin-bottom: 0;
}

.cms-edit-layout .pop-item .pop-container {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.new.pop-item .pop-container .pop-one {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 49%;
}

.new.pop-item .pop-container .divider {
	display: block;
	height: 100%;
	position: absolute;
	left: 50%;
	width: .25em;
	margin-left: -.125em;
	background-color: #CD9F59; /* $Highlight */
	top: 0;
}

.no-flexbox .new.pop-item .pop-container .divider {
}

.new.pop-item .pop-container .pop-two {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 49%;
}

.no-flexbox .new.pop-item .pop-container .pop-one {
	display: block;
	float: left;
}

.no-flexbox .new.pop-item .pop-container .pop-two {
	display: block;
	float: right;
}

.pop-item .pop-container .left {
	float: left;
	text-align: left;
	width: 75%;
}

_.new.pop-item .pop-container .pop-one .left {
	float: none;
	text-align: right;
	width: auto;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

_.no-flexbox .new.pop-item .pop-container .left {
	float: right;
	width: 85%;
}

.pop-item .pop-container .right {
	float: right;
	text-align: center;
	width: 25%;
}

_.new.pop-item .pop-container .pop-one .right {
	float: none;
	width: auto;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

_.no-flexbox .new.pop-item .pop-container .right {
	float: left;
	width: 15%;
}

.pop-item .pop-container .right img {
	width: 100%;
	height: auto;
}

.new.pop-item .pop-container .right img {
	width: 5em;
	height: auto;
	margin-right: 1em;
}

.pop-item .pop-container .close {
	position: absolute;
	bottom: 100%;
	left: 100%;
	line-height: 1;
	font-size: 1.5em;
	margin: 0 0 -.5em -.5em;
	background-color: #CD9F59; /* $Highlight */
	color: #454383; /* $Primary */
	border-radius: 50%;
}

.new.pop-item .pop-container .close {
	margin: 0;
	border-radius: 0 0 0 .5em;
	bottom: auto;
	left: auto;
	right: -.15em;
	top: -.15em;
	padding: .05em;
}

.pop-item .pop-container .close:before {
	content: '\e135';
	display: block;
	font-family: 'icomoon-ult';
	position: relative;
}

.pop-item .pop-container h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	display: inline-block;
	margin-bottom: .25em;
}

.new.pop-item .pop-container h2 {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.new.pop-item .pop-container .pop-two h2 {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.pop-item .pop-container h2 span {
	display: block;
	font-size: 1.2em;
	color: #504E98; /* lighten($Primary,10%) */
}

.pop-item .pop-container p {
}

.new.pop-item .pop-container p {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 .5em;
}

.pop-item .pop-container p span {
	display: inline-block;
}

.pop-item .pop-container .btn {
	color: #FFFFFF; /* $White */
	position: relative;
	background-color: #454383; /* $Primary */
	box-shadow: inset 0 .5em 1em -.5em rgba(0,0,0,.3);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	text-transform: uppercase;
	margin-top: 1em;
}

.new.pop-item .pop-container .btn {
	display: inline-block;
	margin-top: 0;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.no-flexbox .new.pop-item .pop-container .btn {
	margin-top: 1em;
}

.pop-item .pop-container .btn span {
	margin-right: 1em;
}

.pop-item .pop-container .btn:hover {
	background-color: #504E98; /* lighten($Primary,10%) */
}
/* End Supplement Pop Out */

/* Sticky Nav */
.sticky-nav {
	padding: 0 1em;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 4;
	background-color: #1E1B1B; /* $Dark */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cms-admin .sticky-nav {
	position: static;
}

.sticky-nav .sticky-logo {
	display: block;
	float: left;
	height: 2.95em;
	padding: .25em 0;
	margin-left: -15em;
	-webkit-transition: margin-left .5s ease;
	-moz-transition: margin-left .5s ease;
	-o-transition: margin-left .5s ease;
	transition: margin-left .5s ease;
}

.sticky-nav.sticky .sticky-logo, .questionnaire .sticky-nav .sticky-logo {
	margin-left: 0;
}

.sticky-nav .sticky-logo img {
	max-height: 100%;
}

.sticky-nav nav *, .sticky-nav .right-info * {
	display: inline-block;
	vertical-align: middle;
}

.sticky-nav nav {
	min-width: 2em;
	min-height: 1em;
	float: left;
}

.sticky-nav nav a {
	display: inline-block;
	padding: .9em 1.5em;
	line-height: 1em;
	border-right: solid 1px rgba(255,255,255,0.15); /* alpha($White,15%) */
}

.sticky-nav nav a icon {
	color: #CD9F59; /* $Highlight */
	font-size: 1.15em;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
	margin-right: .25em;
}

.sticky-nav nav a:hover icon {
	color: #8B88DA; /* adjust($Primary,50%,30%,0%) */
}

.sticky-nav nav a span {
	color: rgba(255,255,255,0.8); /* alpha($White,80%) */
}

.sticky-nav .right-info {
	float: right;
	padding: .15em 0 0;
}

.sticky-nav .right-info .call {
	display: inline-block;
	line-height: 1;
}

.sticky-nav .call span {
	font-size: 1.1em;
	color: #CD9F59; /* $Highlight */
	padding-right: .5em;
}

.sticky-nav .call a {
	font-size: 2em;
	font-weight: 600;
	color: #FFFFFF; /* $White */
	letter-spacing: .1em;
}

.sticky-nav .search {
	padding-left: 1em;
}

.sticky-nav .search input[type='text'] {
	width: 15em;
	background-color: rgba(194,198,217,0.5); /* alpha($Background,50%) */
	border: none;
	color: #FFFFFF; /* $White */
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
	height: 3em;
	top: -1px;
	position: relative;
}

.sticky-nav .search input[type='text']:hover, .sticky-nav .search input[type='text']:focus {
	background-color: #504E98; /* lighten($Primary,10%) */
}

.sticky-nav .search input[type='text']:focus {
	outline: none;
}

.sticky-nav .search input[type='text']::-webkit-input-placeholder {
	color: #FFFFFF;
	font-family: 'Open Sans', helvetica, sans-serif;
}

.sticky-nav .search input[type='text']:-moz-placeholder {
	color: #FFFFFF;
	font-family: 'Open Sans', helvetica, sans-serif;
}

.sticky-nav .search input[type='text']::-moz-placeholder {
	color: #FFFFFF;
	font-family: 'Open Sans', helvetica, sans-serif;
}

.sticky-nav .search input[type='text']:-ms-input-placeholder {
	color: #FFFFFF;
	font-family: 'Open Sans', helvetica, sans-serif;
}

.sticky-nav .search a {
	line-height: 1em;
	font-size: 1.5em;
	color: #CD9F59; /* $Highlight */
	border-left: solid 1px rgba(255,255,255,0.5); /* alpha($White,50%) */
	padding: .45em;
	left: -4px;
	position: relative;
}

.sticky-nav .search a.hold {
	pointer-events: none;
}

.sticky-nav .search a icon {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform .5s ease;
	-moz-transition: -moz-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
	display: block;
}

.sticky-nav .search a:hover icon {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.sticky-nav .search a icon:before {
}
/* End Sticky Nav */

/* Masthead */
.masthead {
	background-position: top center;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(top,#29284F,#454383); /* darken($Primary,40%),$Primary */
	background-image: -moz-linear-gradient(top,#29284F,#454383); /* darken($Primary,40%),$Primary */
	background-image: -o-linear-gradient(top,#29284F,#454383); /* darken($Primary,40%),$Primary */
	background-image: linear-gradient(to bottom,#29284F,#454383); /* darken($Primary,40%),$Primary */
	padding: 1em 1.5em 1.5em 1.5em;
}

.sub .masthead {
	box-shadow: 0 .25em .25em rgba(0,0,0,0.3);
}

.masthead:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url(mastheadbg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	opacity: .5;
}

.no-cssgradients .masthead {
	background-color: #454383; /* $Primary */
}

.masthead .lang {
	position: absolute;
	top: 0;
	background-color: #454383; /* $Primary */
	text-align: center;
	width: 20em;
	z-index: 1;
	font-size: 13px;
	border-radius: 0 0 .25em .25em;
	right: 1.5rem;
}

.masthead .lang nav:after {
	content: '';
	display: block;
	clear: both;
}

.masthead .lang nav {
	position: absolute;
	right: 1.5em;
	background-color: #E1E3EC; /* lighten($Background,50%) */
	top: 100%;
	padding: .5em;
	border-radius: 0 0 .25em .25em;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	opacity: 0;
	width: 100%;
	left: 0;
	-webkit-transition: opacity .75s ease, -webkit-transform .75s ease;
	-moz-transition: opacity .75s ease, -moz-transform .75s ease;
	-o-transition: opacity .75s ease, -o-transform .75s ease;
	transition: opacity .75s ease, transform .75s ease;
	pointer-events: none;
}

.masthead .lang:hover nav, .masthead .lang.show nav {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	pointer-events: auto;
}

.masthead .lang nav a {
	width: 49.5%;
	float: left;
	display: block;
	padding: .15em .5em;
	text-align: center;
	margin-bottom: 1%;
	background-color: transparent;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
}

.masthead .lang nav a:hover {
	background-color: #FFFFFF; /* $White */
}

.masthead .lang nav a:nth-child(odd) {
	margin-right: 1%;
}

.masthead .lang nav a:nth-child(odd):last-child {
	margin-left: 25%;
}

.masthead .lang nav a:after {
	content: '';
	display: block;
	clear: both;
}

.masthead .lang nav a span {
	display: inline-block;
	line-height: 1em;
	padding: .65em 0;
	color: #454383; /* $Primary */
}

.masthead .lang nav a img {
	float: right;
}

.masthead .lang .lang-select {
	display: block;
	padding: 0 .5em .5em .5em;
	position: relative;
	background-color: #454383; /* $Primary */
	border-radius: 0 0 .25em .25em;
}

.masthead .lang .lang-select span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	color: #FFFFFF; /* $White */
	padding-right: .5em;
}

.masthead .lang .lang-select icon {
	display: inline-block;
	vertical-align: middle;
	padding: .3em 0;
	background-color: #CED1E1; /* lighten($Background,20%) */
	border-radius: .25em;
	font-size: .9em;
	color: #454383; /* $Primary */
	box-shadow: inset 2px 2px 2px rgba(255,255,255,.5);
	width: 1.65em;
	text-align: center;
	-webkit-transition: color .5s ease, top .5s ease, background-color .5s ease, border-radius .5s ease;
	-moz-transition: color .5s ease, top .5s ease, background-color .5s ease, border-radius .5s ease;
	-o-transition: color .5s ease, top .5s ease, background-color .5s ease, border-radius .5s ease;
	transition: color .5s ease, top .5s ease, background-color .5s ease, border-radius .5s ease;
	position: relative;
	top: 0;
}

.masthead .lang .lang-select:hover icon, .masthead .lang:hover .lang-select icon, .masthead .lang.show .lang-select icon {
	color: #CD9F59;
	top: .6em;
	background-color: #E1E3EC;
	border-radius: .25em .25em 0 0;
}

.masthead .top-logo {
	float: left;
	position: relative;
	width: 20.5em;
}

.masthead .top-logo img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.masthead .top-nav {
	float: right;
	padding-top: 2.5em;
}
/* End Masthead */

/* Top Nav */
.top-nav {
}

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

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

.top-nav ul li {
	display: table-cell;
}

.top-nav li a {
	padding: .5em 1em;
	line-height: 1em;
	color: #FFFFFF; /* $White */
	text-transform: uppercase;
	font-weight: 600;
	font-size: .775em;
	position: relative;
	overflow: hidden;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
	display: block;
}

.top-nav li a[href$='Blog.aspx'] + .iflylist {
	display: none !important;
}

_.top-nav li a[href^='javascript'] {
	cursor: default;
}

.top-nav li a:hover {
	color: #D2A96A; /* lighten($Highlight,10%) */
}

.top-nav li a:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: -2px;
	left: 0;
	border-color: #716FB5; /* lighten($Primary,30%) */
	border-width: 2px 1px;
	border-style: solid none none solid;
	-webkit-transition: -webkit-transform .5s ease, top .5s ease, border-color .5s ease;
	-moz-transition: -moz-transform .5s ease, top .5s ease, border-color .5s ease;
	-o-transition: -o-transform .5s ease, top .5s ease, border-color .5s ease;
	transition: transform .5s ease, top .5s ease, border-color .5s ease;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-top-color: transparent;
}

.top-nav li a:hover:before {
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	top: -4px;
	border-top-color: #716FB5; /* lighten($Primary,30%) */
}

.top-nav ul li.pq a {
	background-color: #C69242; /* darken($Highlight,10%) */
	padding: .75em 1em;
	border: none;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
	border-radius: .25em;
	color: #FFFFFF; /* $White */
}

.top-nav ul li.pq a:before {
	display: none;
}

.top-nav ul li.pq a:hover {
	background-color: #5C5AAB; /* lighten($Primary,20%) */
	color: #FFFFFF; /* $White */
}
/* End Top Nav */

/* iFlylist Styles */
.top-nav li .iflylist {
	background-color: #454383; /* $Primary */
}

.top-nav li .iflylist .ifly {
	border-color: #CD9F59; /* $Highlight */
	background-color: transparent;
}

.top-nav li .iflylist .ifly:hover {
	background-color: #373669; /* darken($Primary,20%) */
}

.top-nav li .iflylist .ifly a {
	padding: .75em 1.5em;
}

.top-nav li .iflylist .ifly a:before {
	display: none;
}

.top-nav li .iflylist .ifly a:hover {
	color: #CD9F59; /* $Highlight */
}
/* End iFlylist Styles */

/* Mobile Menu */
div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: rgba(34,34,65,0.9); /* adjust($Primary,-50%,0%,90%) */
	text-align: left;
	top: 100% !important;
}

div.imenupanel div.imenu {
	width: 100% !important;
}

div.imenuitem {
	color: #fff;
	border-bottom: solid 1px rgba(139,136,218,0.5); /* adjust($Primary,50%,30%,50%) */
	font-size: 1.15em;
}

div.imenuitem.iright:before {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	line-height: 3em;
	float: right;
	color: #fff;
	padding-left: 23%;
	position: relative;
	z-index: 1;
	padding-right: 2%;
	clear: right;
}

.top-nav div.imenuitem a {
	display: block;
	padding: 1em;
	border: none;
	text-align: left;
	color: #FFFFFF;
	text-transform: none;
}

.top-nav div.imenuitem a:before {
	display: none;
}

div.imenu {
	position: absolute;
	top: 0px !important;
	width: 100% !important;
}
/* End Mobile Menu */

/* Main Animation [slides] */
.slide-animation {
	position: relative;
	height: 35em;
	background-color: #DFE1EB; /* lighten($Background,47%) */
}

.slide-animation.new {
	padding-left: 20%;
}

.slide-animation .slide {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.slide-animation.new .slide {
	width: 80%;
	left: 20%;
}

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

.slide-animation .slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.slide-animation .main {
	position: relative;
	width: 100%;
	height: 100%;
}

.slide-animation .info {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 15% 1% 0;
}

.slide-animation .info h2 {
	color: #454383; /* $Primary */
	font-size: 3em;
	line-height: 1.25em;
}

.slide-animation .info h2 span {
	display: block;
	text-transform: uppercase;
}

.slide-animation .info .btn {
	margin-top: 1em;
	background-color: #1E1B1B; /* $Dark */
	color: #FFFFFF; /* $White */
}

.slide-animation .slide-nav {
}

.slide-animation .slide-nav .thumbnails {
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 2;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.no-flexbox .slide-animation .slide-nav .thumbnails {
	display: block;
}

.slide-animation .slide-nav .thumbnails a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	padding: 1em;
	text-align: center;
	background-color: #C2C6D9; /* $Background */
	border: solid 3px #CD9F59; /* $Highlight */
	border-bottom: none;
	font-size: 1.1em;
	color: #1E1B1B; /* $Dark */
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background-color .4s ease, color .4s ease;
	-moz-transition: background-color .4s ease, color .4s ease;
	-o-transition: background-color .4s ease, color .4s ease;
	transition: background-color .4s ease, color .4s ease;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.slide-animation .slide-nav .thumbnails a:last-of-type {
	border-bottom: solid 3px #CD9F59; /* $Highlight */
}

.slide-animation .slide-nav .thumbnails a:hover {
	background-color: #767FAA; /* darken($Background,30%) */
	color: #FFFFFF; /* $White */
}

.slide-animation .slide-nav .thumbnails a span {
	display: inline-block;
}

.no-flexbox .slide-animation .slide-nav .thumbnails a {
	display: block;
}

.slide-animation .slide-nav .arrows {
	position: absolute;
	top: 50%;
	height: 0;
	width: 75%;
	left: 22.5%;
	z-index: 2;
}

.slide-animation .slide-nav .arrows a {
	display: block;
	line-height: 1em;
	font-size: 2em;
}

.slide-animation .slide-nav .arrows .prev {
	float: left;
}

.slide-animation .slide-nav .arrows .next {
	float: right;
}

.slide-animation .slide-nav .arrows icon {
	color: #454383; /* $Primary */
	font-weight: 700;
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
}

.slide-animation .slide-nav .arrows a:hover icon {
	color: #CD9F59; /* $Highlight */
}
/* End Main Animation [slides] */

/* Animation [animation && animation nav] */
.animation {
	display: table;
	padding: 4.5em 0;
}

.animation .info, .animation .video-container {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.animation .info {
	padding-right: 8.25em;
}

.animation .info img {
	width: 100%;
}

.animation .info p {
	font-size: 1.15em;
	font-weight: 600;
	color: #C2C6D9; /* $Background */
	margin: 1.25em 0 1.5em;
	border-top: solid 3px rgba(194,198,217,0.5); /* alpha($Background,50%) */
	padding-top: 1em;
}

.animation .info .btn {
	font-size: 14px;
}

.animation .video-container {
	position: relative;
}

.animation .video-container:before {
	content: '';
	display: block;
	padding-bottom: 5.25%;
}

.animation .video-container video {
	width: 100%;
	box-shadow: 0 .5em .5em -.5em rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.animation .video-container video.hidden {
	opacity: 0;
}

.animation .video-container video.current {
	z-index: 1;
}

.animation .video-container video.animate-in {
	-webkit-animation: animateIn 1s ease-out 1 normal;
	-moz-animation: animateIn 1s ease-out 1 normal;
	-o-animation: animateIn 1s ease-out 1 normal;
	animation: animateIn 1s ease-out 1 normal;
}

.animation .video-container video.animate-in.hidden {
	-webkit-animation: animateIn 1s ease-in 1 reverse;
	-moz-animation: animateIn 1s ease-in 1 reverse;
	-o-animation: animateIn 1s ease-in 1 reverse;
	animation: animateIn 1s ease-in 1 reverse;
}

.animation .video-container video.animate-out {
	-webkit-animation: animateOut 1s ease-in 1 normal;
	-moz-animation: animateOut 1s ease-in 1 normal;
	-o-animation: animateOut 1s ease-in 1 normal;
	animation: animateOut 1s ease-in 1 normal;
}

.animation .video-container video.animate-out.current {
	-webkit-animation: animateOut 1s ease-out 1 reverse;
	-moz-animation: animateOut 1s ease-out 1 reverse;
	-o-animation: animateOut 1s ease-out 1 reverse;
	animation: animateOut 1s ease-out 1 reverse;
}

@-webkit-keyframes animateIn {
	0% { -webkit-transform: scale(1.3); opacity: 0; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@-moz-keyframes animateIn {
	0% { -moz-transform: scale(1.3); opacity: 0; }
	100% { -moz-transform: scale(1); opacity: 1; }
}

@-o-keyframes animateIn {
	0% { -o-transform: scale(1.3); opacity: 0; }
	100% { -o-transform: scale(1); opacity: 1; }
}

@keyframes animateIn {
	0% { transform: scale(1.3); opacity: 0; }
	100% { transform: scale(1); opacity: 1; }
}

@-webkit-keyframes animateOut {
	0% { -webkit-transform: scale(1); opacity: 1; }
	100% { -webkit-transform: scale(.7); opacity: 0; }
}

@-moz-keyframes animateOut {
	0% { -moz-transform: scale(1); opacity: 1; }
	100% { -moz-transform: scale(.7); opacity: 0; }
}

@-o-keyframes animateOut {
	0% { -o-transform: scale(1); opacity: 1; }
	100% { -o-transform: scale(.7); opacity: 0; }
}

@keyframes animateOut {
	0% { transform: scale(1); opacity: 1; }
	100% { transform: scale(.7); opacity: 0; }
}

.i-nav {
	width: 16em;
	position: relative;
	height: 100%;
}

.i-nav ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: margin-top .15s linear;
	-moz-transition: margin-top .15s linear;
	-o-transition: margin-top .15s linear;
	transition: margin-top .15s linear;
	margin-top: 0;
}

.i-nav ul li {
	position: relative;
	padding-bottom: 56.25%;
}

.i-nav li .slide-out {
	position: absolute;
	left: 100%;
	background-color: #CD9F59;
	width: 70%;
	height: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	padding: 0 1em;
	-webkit-transition: -webkit-transform .5s ease;
	-moz-transition: -moz-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.i-nav li:hover .slide-out {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.i-nav li .slide-out p {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.i-nav li .thumb {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
}

.i-nav li .thumb img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-position: center;
	background-size: contain;
	opacity: .35;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.i-nav li:hover .thumb img {
	opacity: .75;
}

.i-nav li.current .thumb img {
	opacity: 1;
}

.i-nav .nav-link {
	position: absolute;
	height: 2em;
	width: 100%;
	text-align: center;
	left: 0;
	background-color: #504E98; /* lighten($Primary,10%) */
}

.i-nav .nav-link.up {
	bottom: 100%;
	padding-top: .5em;
}

.i-nav .nav-link.down {
	top: 100%;
}

.i-nav .nav-link icon {
	font-size: 1.5em;
	color: #FFFFFF; /* $White */
	line-height: 1em;
	display: block;
}
/* End Animation [animation && animation nav] */

/* Feed Zone [review feed, Disc Forum, Contact] */
.home-feed {
	width: 100%;
	display: table;
	padding: 1.5em;
}

aside .home-feed {
	padding: 0 1% 1.5em;
	text-align: center;
	background-color: #454383; /* $Primary */
}

.home-feed section {
	display: table-cell;
	width: 39.5%;
	vertical-align: baseline;
}

.home-feed .test-feed {
	vertical-align: top;
	position: relative;
}

.home-feed .test-feed nav {
}

.home-feed .test-feed nav ul {
	position: relative;
	height: 25em;
	overflow: hidden;
	margin: 0 3em;
}

aside .home-feed .test-feed nav ul {
	background-color: #454383; /* $Primary */
	margin: 0 3%;
}

.home-feed .test-feed nav ul:before, .home-feed .test-feed nav ul:after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 1em;
	top: 0;
	z-index: 2;
}

aside .home-feed .test-feed nav ul:before, aside .home-feed .test-feed nav ul:after {
	display: none;
}

.home-feed .test-feed nav ul:before {
	left: 0;
	background-image: -webkit-linear-gradient(left,#323160,rgba(50,49,96,0));
	background-image: -moz-linear-gradient(left,#323160,rgba(50,49,96,0));
	background-image: -o-linear-gradient(left,#323160,rgba(50,49,96,0));
	background-image: linear-gradient(to right,#323160,rgba(50,49,96,0));
}

.home-feed .test-feed nav ul:after {
	right: 0;
	background-image: -webkit-linear-gradient(right,#323160,rgba(50,49,96,0));
	background-image: -moz-linear-gradient(right,#323160,rgba(50,49,96,0));
	background-image: -o-linear-gradient(right,#323160,rgba(50,49,96,0));
	background-image: linear-gradient(to left,#323160,rgba(50,49,96,0));
}

.home-feed .test-feed .slide {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 1em;
	display: none;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.home-feed .test-feed .slide:first-child {
	display: block;
}

.no-csstransforms .home-feed .test-feed .slide {
	top: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.home-feed .test-feed .slide h2 {
	font-size: 2.75em;
	line-height: 1;
	color: #FFFFFF; /* $White */
	text-transform: uppercase;
	margin-bottom: .75em;
}

aside .home-feed .test-feed .slide h2 {
	font-size: 1.75em;
}

.home-feed .test-feed .slide p {
	font-size: 1.25em;
	font-style: italic;
	color: #8B88DA; /* adjust($Primary,50%,30%,0%) */
	font-weight: 600;
}

aside .home-feed .test-feed .slide p {
	font-size: 1.1em;
}

.home-feed .test-feed .slide-nav {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.home-feed .test-feed .slide-nav a {
	position: absolute;
	top: 50%;
	margin-top: -1em;
	line-height: 1em;
	color: rgba(194,198,217,0.5); /* alpha($Background,50%) */
	text-align: center;
	border-radius: 50%;
	border: solid 2px rgba(194,198,217,0.5); /* alpha($Background,50%) */
	font-size: 1.75em;
	padding: .25em;
}

.home-feed .test-feed .slide-nav a icon {
	display: block;
}

.home-feed .test-feed .slide-nav .next {
	right: 0;
}

.home-feed .test-feed .slide-nav .prev {
	left: 0;
}

.home-feed .test-feed .btn {
	margin-left: 4em;
}

aside .home-feed .test-feed .btn {
	margin-top: 1.5em;
	margin-left: 0;
}

.home-feed .disc-forum {
	width: 21%;
	text-align: center;
	padding: 0 1.5em;
}

.disc-forum .forum-button, aside .forum-button {
	background-image: url(discbuttonbg.jpg);
	background-position: center;
	background-size: cover;
	padding: 2em 1em 3em;
	text-align: center;
}

aside .forum-button {
	padding: 1.5em 1em;
}

.forum-button h2 {
	font-size: 2.688em;
	line-height: 1.1;
	color: #CD9F59; /* $Highlight */
}

.forum-button h3 {
	font-size: 3.625em;
	line-height: 1.1;
	text-transform: uppercase;
	color: #FFFFFF; /* $White */
}

.forum-button.alt h3 {
	font-size: 2em;
}

.forum-button p {
	margin: .85em 0 2.35em;
	font-weight: 600;
	color: #E1E3EC; /* lighten($Background,50%) */
}

aside .forum-button p {
	display: none;
}

.forum-button a {
	display: block;
	padding: .85em 0;
	text-align: center;
	line-height: 1;
	background-color: #8D8AE7; /* adjust($Primary,55%,50%,0%) */
	margin: 0 1em;
	border-radius: .25em;
	text-transform: uppercase;
	font-size: .875em;
	font-weight: 700;
	color: #1E1B1B; /* $Dark */
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3); /* alpha($White,30%) */
}

aside .forum-button a {
	margin-top: 1em;
}

.forum-button a:hover {
	background-color: #CD9F59; /* $Highlight */
}

.home-feed .home-contact {
}

.contact-us .home-contact {
	padding: 2em;
	border: solid .35em #5C5AAB; /* lighten($Primary,20%) */
	background-color: #373669; /* darken($Primary,20%) */
}

.home-contact header {
	padding-bottom: 1.25em;
}

.contact-us .home-contact header {
	text-align: center;
}

aside .home-contact header {
	font-size: .7em;
}

.home-contact header h2 {
	font-size: 2.688em;
	line-height: 1.1;
	color: #8D8AE7; /* adjust($Primary,55%,50%,0%) */
}

.contact-us .home-contact header h2 {
	margin: 0;
}

aside .home-contact header h2 {
	color: #CD9F59; /* $Highlight */
}

.home-contact header h3 {
	font-size: 3.625em;
	display: block;
	text-transform: uppercase;
	color: #FFFFFF; /* $White */
	line-height: 1.1;
}

.contact-us .home-contact header h3 {
	margin: 0;
}

aside .home-contact header h3 {
	color: #FFFFFF; /* $light */
	font-size: 3.25em;
}

aside #SpanishEndoContact.home-contact header h3 {
	font-size: 3em;
}

.contact-us .home-contact header h2, .contact-us .home-contact header h3 {
	font-family: 'Lora', serif;
	font-weight: 400;
}

.home-contact header p {
	font-weight: 600;
	color: #E1E3EC; /* lighten($Background,50%) */
	font-size: .95em;
	margin-top: .85em;
}

aside .home-contact header p {
	font-size: 1.35em;
	color: #FFFFFF; /* $White */
}

aside .home-contact {
	background-color: #454383; /* $Primary */
	padding: 1em;
}

.home-contact .case-eval {
}

.PayJunctionForm {
	margin: 1.5em 0;
}

.PayJunctionForm label {
	text-align: center;
	display: block;
}

.PayJunctionForm label.left-label {
	text-align: left;
	display: inline-block;
}

.PayJunctionForm.case-eval .submit {
	padding: 1.1em 5%;
}

.home-contact .case-eval .left {
	float: left;
	width: 50%;
	padding-right: .25em;
}

.home-contact .case-eval .right {
	float: right;
	width: 50%;
	padding-left: .25em;
}

aside .home-contact .case-eval .left, aside .home-contact .case-eval .right {
	float: none;
	padding: 0;
	width: auto;
}

aside .home-contact .case-eval .submit {
	font-size: .8em;
	padding: 1.5em 0;
}

.home-contact .case-eval .left input.BW, .home-contact .case-eval .left select.BW, .home-contact .case-eval .right input.BW, .home-contact .case-eval .right textarea.BW {
	background-color: white;
}

.home-contact .case-eval .left input.BW::-webkit-input-placeholder {
	color: black;
}

.home-contact .case-eval .left input.BW:-moz-placeholder {
	color: black;
}

.home-contact .case-eval .left input.BW::-moz-placeholder {
	color: black;
}

.home-contact .case-eval .left input.BW:-ms-input-placeholder {
	color: black;
}

.home-contact .case-eval .left select.BW {
	color: black;
}

.home-contact .case-eval .right input.BW::-webkit-input-placeholder {
	color: black;
}

.home-contact .case-eval .right input.BW:-moz-placeholder {
	color: black;
}

.home-contact .case-eval .right input.BW::-moz-placeholder {
	color: black;
}

.home-contact .case-eval .right input.BW:-ms-input-placeholder {
	color: black;
}

.home-contact .case-eval .right textarea.BW::-webkit-input-placeholder {
	color: black;
}

.home-contact .case-eval .right textarea.BW:-moz-placeholder {
	color: black;
}

.home-contact .case-eval .right textarea.BW::-moz-placeholder {
	color: black;
}

.home-contact .case-eval .right textarea.BW:-ms-input-placeholder {
	color: black;
}

.doctor-consult {
	margin-bottom: 2em;
}

.info-tagline {
	width: 100%;
	display: table;
}

.info-tagline a {
	display: table-cell;
	text-align: center;
	background-color: #454383; /* $Primary */
	width: 50%;
	overflow: hidden;
	padding: 1em;
}

.info-tagline a.second {
	background-color: #CD9F59; /* $Highlight */
}

.info-tagline h2 {
	font-size: 2.35em;
	line-height: 1;
	color: #FFFFFF; /* $White */
}

.info-tagline h2 .block {
	display: inline-block;
	position: relative;
	padding: .5em .25em;
}

.info-tagline h2 .block:befores {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 200%;
	top: 0;
	left: 0;
	background-color: #CD9F59;
	background-repeat: no-repeat;
	background-position: -.29em 50%;
}

.info-tagline h2 .block span {
	position: relative;
}

.info-tagline .second h2 .block span {
}

.info-tagline h2 .block span:after {
	content: '\e0ee';
	font-family: 'icomoon-ult';
	font-size: .85em;
	position: relative;
	margin-left: .15em;
	opacity: 0;
	text-shadow: .05em .05em .05em rgba(158,114,48,0.5); /* adjust($Highlight,-30%,0%,50%) */
	display: inline-block;
	-webkit-transition: opacity .5s ease, margin-left .5s ease;
	-moz-transition: opacity .5s ease, margin-left .5s ease;
	-o-transition: opacity .5s ease, margin-left .5s ease;
	transition: opacity .5s ease, margin-left .5s ease;
}

.info-tagline a:hover h2 .block span:after {
	opacity: 1;
	margin-left: .85em;
}

.info-tagline a p {
	margin: 0 auto .5em;
	color: #FFFFFF; /* $White */
}
/* End Feed Zone [review feed, Disc Forum, Contact] */

/* Natural Endo Side CTA Section */
.pill-section {
	text-align: center;
}

.pill-section .pill-img {
	max-width: 100%;
	width: 14em !important;
	margin: 0 auto;
	display: block;
}

aside .pill-section .pill-content p {
	color: #FFFFFF; /* $White */
	margin: .5em auto;
	display: block;
	text-align: center;
}
/* End Natural Endo Side CTA Section */

/* Sub Page Header [Disc Forum, Contact] */
.page-header {
	margin: 0 auto;
	padding: 1.5em 0;
}

.page-header .table {
	display: table;
	width: 100%;
}

.page-header section.left, .page-header section.right {
	display: table-cell;
}

.page-header .left {
	width: 23em;
	padding-right: 2em;
}

.page-header .home-contact {
	background-color: rgba(48,47,92,0.4); /* adjust($Primary,-30%,0%,40%) */
	padding: 1em 1em 1.5em;
}

.page-header .home-contact h2 {
	color: #CD9F59;
}

.page-header .home-contact p {
	display: none;
}

.page-header .forum-button {
	text-align: center;
	padding: 1em 1em 1.5em;
	background-color: rgba(48,47,92,0.4); /* adjust($Primary,-30%,0%,40%) */
}

.page-header .forum-button p {
	margin-bottom: 3em;
}
/* End Sub Page Header [Disc Forum, Contact] */

/* Content Styles [assigned to article] */
article#MainContent {
}

article strong a, article a {
	color: #5C58CB;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}

article strong a:hover, article a:hover {
	color: #CD9F59;
}

.home #MainContent {
	text-align: left;
	color: #454383; /* $Primary */
	font-weight: 600;
	padding: 2em 0;
}

article h1 {
	font-size: 2.25em;
	color: #1E1B1B; /* $Dark */
	line-height: 1.2;
}

article h2, article h3 {
	font-weight: 700;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-style: italic;
	color: #C69242; /* darken($Highlight,10%) */
}

article strong {
	color: #C69242; /* darken($Highlight,10%) */
}

article a strong {
	color: #454383; /* $Primary */
}

article a:hover strong {
	color: #1E1B1B; /* $Dark */
}

article strong u {
	color: #454383; /* $Primary */
}

article *:first-child {
	margin-top: 0;
}

.home article #MainContent h1 {
	padding: 0 2em 0 0;
}

.anImgCaption {
	width: 50%;
	float: right;
	margin: 4px 0px 4px 8px;
	text-align: center;
	font-size: 0.8em;
}

.anImgCaption img {
	height: auto;
	width: 100%;
}
/* End Content Styles [assigned to article] */

/* Success Rates Zone */
#SuccessRates.success-rates {
	text-align: center;
	padding: 2.5em 0;
}

#SuccessRates.success-rates header {
	display: block;
}

#SuccessRates.success-rates h2 {
	color: #1E1B1B;
	font-size: 2.5em;
	line-height: 1.25em;
}

#SuccessRates.success-rates h2 span {
	display: block;
	text-transform: uppercase;
	color: #CD9F59;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 0.65em;
	letter-spacing: .15em;
}

#SuccessRates.success-rates header p {
	color: #454383;
	margin: 1em 0 2em;
	font-weight: 600;
}

#SuccessRates.success-rates span {
	display: block;
}

#SuccessRates.success-rates span img {
	max-width: 32%;
	display: inline-block;
	margin: 0 0.5%;
	box-shadow: 0 0 0.75em rgba(0,0,0,0.25);
}

#SuccessRates.success-rates .btn {
	margin-top: 2.5em;
}
/* End Success Rates Zone */

/* Case Eval Styles */
.case-eval {
}

.case-eval input[type='text'], .case-eval input[type='password'], .case-eval select, .case-eval textarea,  .newForms textarea, .case-eval input[type='tel'] {
	background-color: #504E98;
	border: none;
	width: 100%;
	resize: none;
	margin-bottom: .5em;
	border-radius: .25em;
	font-size: .925em;
	box-shadow: 0 .15em .3em rgba(0,0,0,0.2);
	border-top: solid 1px rgba(255,255,255,0.1);
	color: #FFFFFF;
}

.case-eval textarea {
	min-height: 12.55em;
}

.case-eval input[type='text']:focus, .case-eval textarea:focus, .case-eval input[type='password']:focus, .case-eval select:focus {
	outline-color: #E3BD84;
}

.case-eval input[type='file'] {
	width: 100%;
}

.case-eval input[type='checkbox'] {
	display: inline-block;
	margin: .5em;
}

.case-eval *::-webkit-input-placeholder, .newForms *::-webkit-input-placeholder {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
}

.case-eval *:-moz-placeholder, .newForms *:-moz-placeholder {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
}

.case-eval *::-moz-placeholder, .newForms *::-moz-placeholder {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
}

.case-eval *:-ms-input-placeholder, .newForms *:-ms-input-placeholder {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
}

.case-eval .submit, .newForms .submit {
	display: block;
	text-align: center;
	clear: both;
	color: #FFFFFF;
	font-weight: 600;
	background-color: #CD9F59;
	line-height: 1;
	padding: 1.1em 0;
	position: relative;
	overflow: hidden;
}

.case-eval .submit:before, .newForms .submit:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: -100%;
	left: 0;
	background-color: #E3BD84;
	margin-top: .25em;
	-webkit-transition: top .5s ease, margin-top .5s ease;
	-moz-transition: top .5s ease, margin-top .5s ease;
	-o-transition: top .5s ease, margin-top .5s ease;
	transition: top .5s ease, margin-top .5s ease;
}

.case-eval .submit:hover:before, .newForms .submit:hover:before {
	top: 100%;
	margin-top: -.25em;
}

.case-eval .submit span, .newForms .submit span {
	position: relative;
	color: #222241;
	font-size: 1.15em;
}

aside .case-eval .submit span {
	font-size: 1em;
}

.case-eval .half.left {
	width: 49.5%;
	float: left;
}

.case-eval .half.right {
	width: 49.5%;
	float: right;
}

.case-eval input.other-serivce {
	display: none;
}
/* End Case Eval Styles */

/* Side Area Styles [assigned to aside] */
aside#SideArea {
}

aside {
	padding: 2.15em 0 1.5em;
}

#SideZone > * {
	margin-bottom: 1.5em;
}

aside header {
	padding-bottom: 1em;
	text-align: center;
}

aside header h2 {
	font-size: 2.5em;
	line-height: 1.1;
	color: #454383; /* $Primary */
}

aside .prac-nav nav a {
	width: 50%;
	height: 6em;
	padding-top: .5em;
	border-bottom: solid 1px #E1E3EC;
}

aside .prac-nav nav a:nth-child(odd) {
	border-right: solid 1px #E1E3EC;
}

aside .prac-nav nav a:nth-last-of-type(-n + 2) {
	border-bottom: none;
}

aside .prac-nav nav p {
	line-height: 1.1;
	padding: 0 .5em;
	font-size: .9em;
}

aside .section-zero nav {
	float: none;
	width: auto;
	padding-left: 0;
}

aside .side-nav ul {
}

aside .side-nav ul ul {
	background-color: #8B88DA; /* adjust($Primary,50%,30%,0%) */
	padding-left: 1em;
	font-size: .9em;
}

.order-box {
	display: block;
	width: 100%;
}

.order-box img {
	display: table;
	margin: 0 auto;
	width: auto;
	max-width: 80%;
}

div#SideImages {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

div#SideImages .myolnositol {
	height: 250px;
	width: 100%;
	background-image: url(myoinositol_front-web.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	background-size: contain;
	margin-top: 10%;
}

div#SideImages .myolnositol:hover {
	background-image: url(myoinositol_side-web.png);
}
/* End Side Area Styles [assigned to aside] */

/* Practice Navigation */
.prac-nav {
}

.prac-nav header {
	text-align: center;
	padding-bottom: 1em;
}

.sub .prac-nav header {
	font-size: .65em;
}

.prac-nav header h2 {
	font-size: 2.35em;
	color: #1E1B1B; /* $Dark */
}

.sub .prac-nav header h2 {
	line-height: 1.2;
	padding: 0 1em;
	font-size: 2.75em;
}

.prac-nav header h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.65em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .15em;
	color: #CD9F59; /* $Highlight */
}

.sub .prac-nav header h3 {
	letter-spacing: 0;
}

.prac-nav nav {
	border: solid 1px #FFFFFF; /* $White */
}

.prac-nav nav a {
	display: block;
	position: relative;
	width: 25%;
	float: left;
	background-color: #FAFAFA; /* darken($White,2%) */
	text-align: center;
	height: 8.5em;
	overflow: hidden;
	padding-top: 1.5em;
	border-bottom: solid 1px rgba(194,198,217,0.5);
}

.home .prac-nav nav a {
	border-left: solid 1px rgba(194,198,217,0.5); /* alpha($Background,50%) */
}

.home .prac-nav nav a:nth-child(4n - 3) {
	border-left: none;
}

.home .prac-nav nav a:nth-last-of-type(-n + 4) {
	border-bottom: none;
}

.prac-nav nav .DAH {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 100%;
	left: 100%;
	background-color: rgba(210,169,106,0.6); /* adjust($Highlight,10%,0%,60%) */
}

.prac-nav nav img {
	width: 2.5em;
	height: 2.5em;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.prac-nav nav p {
	font-size: 1.25em;
	font-weight: 700;
	color: #1E1B1B; /* $Dark */
	position: relative;
}

.home-nav {
	border: solid 1px #FFFFFF; /* $White */
}

.sub .home-nav {
	margin-bottom: 2em;
}

.home-nav ul {
	list-style: none;
	padding-left: 0;
}

.sub .home-nav ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

.no-flexbox .sub .home-nav ul {
	display: block;
}

.home-nav li {
	width: 25%;
	float: left;
	text-align: center;
}

.sub .home-nav li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: none;
}

.no-flexbox .sub .home-nav li {
	display: block;
	float: left;
}

.home-nav li a {
	background-color: #FAFAFA; /* darken($White,2%) */
	display: block;
	padding: 2.5em 1%;
	position: relative;
	border: solid 1px #EDEEF4; /* lighten($Background,70%) */
	background-image: -webkit-linear-gradient(-69deg,#FFFFFF,#EFF0F5); /* ,lighten($Background,74%) */
	background-image: -moz-linear-gradient(-69deg,#FFFFFF,#EFF0F5); /* ,lighten($Background,74%) */
	background-image: -o-linear-gradient(-69deg,#FFFFFF,#EFF0F5); /* ,lighten($Background,74%) */
	background-image: linear-gradient(159deg,#FFFFFF,#EFF0F5); /* ,lighten($Background,74%) */
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.sub .home-nav li a {
	width: 100%;
}

.home-nav li a:hover {
	box-shadow: 0 0 20px rgba(30,27,27,0.41); /* alpha($Dark,41%) */
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
	z-index: 10;
	background-image: none;
}

.home-nav li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: solid 4px #454383; /* $Primary */
	border-top: solid 4px #454383; /* $Primary */
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	opacity: 0;
}

.home-nav li a:after {
	border-right: solid 4px #454383; /* $Primary */
	border-bottom: solid 4px #454383; /* $Primary */
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	content: '';
}

.home-nav li a:hover:before, .home-nav li a:hover:after {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.home-nav li.item1 a, .home-nav li.item5 a {
}

.home-nav li.item5 a, .home-nav li.item6 a, .home-nav li.item7 a, .home-nav li.item8 a {
}

.home-nav li h4 {
	color: #1E1B1B; /* $Dark */
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	opacity: 1;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sub .home-nav li h4 {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	top: auto;
}

.no-rgba .home-nav li h4 {
	top: auto;
}

.home-nav li a:hover h4 {
	opacity: 0;
}

.sub .home-nav li a:hover h4 {
	opacity: 1;
}

.home-nav li p {
	color: #454383; /* $Primary */
	position: absolute;
	width: 100%;
	height: 100%;
	padding: .5em;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	font-weight: 600;
}

.home-nav li a:hover p {
	opacity: 1;
}

.sub .home-nav li img {
	position: relative;
	display: block;
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto .5em;
}
/* End Practice Navigation */

/* Info Zone [ Consult Slider ] */
.consult-list {
	position: relative;
	text-align: center;
}

.sub .consult-list {
	background-color: #454383; /* $Primary */
	padding: 1em;
	border: solid 2px #CD9F59; /* $Highlight */
	background-image: url(consultbg.jpg);
	margin-bottom: 1.5em;
}

.no-move.consult-list {
	background-image: none;
}

.consult-list header {
	text-align: center;
	line-height: 1.15;
}

.consult-list header h3 {
	font-size: 2.688em;
	color: #CD9F59; /* $Highlight */
}

.consult-list header h2 {
	font-size: 3.750em;
	color: #FFFFFF; /* $White */
	text-transform: uppercase;
}

.consult-list nav {
	position: relative;
	overflow: hidden;
	height: 12em;
}

.sub .consult-list nav {
	height: 14em;
}

.no-move.consult-list nav {
	height: auto;
}

.cms-edit-content .consult-list nav {
	position: relative;
	height: auto;
}

.consult-list nav .slide {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 1em 0;
}

.no-move.consult-list nav .slide {
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
}

.cms-edit-content .consult-list nav .slide {
	position: relative;
}

.consult-list .slide .hidden, .consult-list nav .slide .thumb {
	display: none;
}

.consult-list .slide .num {
	display: inline-block;
	position: relative;
	font-size: 1.75em;
	border-style: solid none;
	border-width: 2px;
	line-height: 1em;
	padding: .2em 0;
	width: 1.65em;
	border-top-color: #CD9F59; /* $Highlight */
	border-bottom-color: #716FB5; /* lighten($Primary,30%) */
	color: #FFFFFF; /* $White */
	margin-bottom: 1em;
}

.no-move.consult-list .slide .num {
	vertical-align: middle;
	margin-bottom: 0;
	max-width: 10%;
	text-align: center;
}

.consult-list .slide .num:before, .consult-list .slide .num:after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	background-image: -webkit-linear-gradient(top,#CD9F59 10%,#716FB5 90%); /* $Highlight,lighten($Primary,30%) */
	background-image: -moz-linear-gradient(top,#CD9F59 10%,#716FB5 90%); /* $Highlight,lighten($Primary,30%) */
	background-image: -o-linear-gradient(top,#CD9F59 10%,#716FB5 90%); /* $Highlight,lighten($Primary,30%) */
	background-image: linear-gradient(to bottom,#CD9F59 10%,#716FB5 90%); /* $Highlight,lighten($Primary,30%) */
	width: 2px;
}

.consult-list .slide .num:before {
	left: 0;
}

.consult-list .slide .num:after {
	right: 0;
}

.consult-list .slide p {
	font-weight: 600;
	color: #E1E3EC; /* lighten($Background,50%) */
	max-width: 80%;
	margin: 0 auto;
}

.no-move.consult-list .slide p {
	display: inline-block;
	margin-left: 3%;
	max-width: 87%;
	vertical-align: middle;
}

.consult-list .slide-nav {
	text-align: center;
}

.consult-list .slide-nav a {
	display: inline-block;
	color: #CD9F59; /* $Highlight */
	line-height: 1em;
	font-weight: 600;
	margin: 0 .25em;
	background-color: rgba(30,27,27,0.5); /* alpha($Dark,50%) */
	padding: .5em 0;
	width: 2em;
	-webkit-transition: background-color .5s ease, color .5s ease;
	-moz-transition: background-color .5s ease, color .5s ease;
	-o-transition: background-color .5s ease, color .5s ease;
	transition: background-color .5s ease, color .5s ease;
	border-radius: .25em;
	box-shadow: 1px 1px 0 rgba(255,255,255,0.1); /* alpha($White,10%) */
}

.consult-list .slide-nav a.active, .consult-list .slide-nav a:hover {
	background-color: #CD9F59;
	color: #FFFFFF;
}

.consult-list .next, .consult-list .prev {
	color: #CD9F59; /* $Highlight */
	position: absolute;
	top: 60%;
	font-size: 1.35em;
	z-index: 20;
}

.consult-list .next {
	right: 0;
}

.consult-list .prev {
	left: 0;
}

.consult-list .btn {
	margin: 2em auto;
}
/* End Info Zone [ Consult Slider ] */

/* Section 0 [info nav + help patients content] */
.section-zero {
	padding: 1em 0 2em;
}

.section-zero article {
	width: 50%;
	float: left;
	padding-right: 2.5em;
}

.section-zero article h2:first-of-type {
	font-size: 2.688em;
	line-height: 1.1;
	color: #1E1B1B; /* $Dark */
	font-family: 'Lora', serif;
	font-style: normal;
	font-weight: 400;
}

.section-zero article ul {
	padding: 0;
}

.section-zero article li {
	list-style: none;
	padding-left: 2em;
	position: relative;
	margin-bottom: .5em;
	font-weight: 700;
}

.section-zero article li:before {
	content: '\e086';
	font-family: 'icomoon-ult';
	line-height: 1em;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.25em;
	color: #454383; /* $Primary */
}

.section-zero nav {
	width: 50%;
	float: right;
	padding-left: 2.5em;
}

.section-zero nav header {
	border-bottom: solid .4em #CD9F59; /* $Highlight */
	margin-bottom: 1em;
	padding-bottom: .25em;
}

.section-zero nav header h2 {
	font-size: 2.688em;
	margin-top: 1rem;
	line-height: 1.1;
}

.section-zero nav li {
}

.section-zero nav>ul>.level2 {
	display: none;
}

.section-zero nav li.level1 {
	margin-bottom: 1px;
}

.section-zero nav li a {
	position: relative;
}

.section-zero nav li.level1 a {
	font-weight: 700;
	font-size: 1.15em;
	text-transform: uppercase;
	padding: 1em .85em;
	line-height: 1;
	display: block;
	background-color: #D4D7E4; /* lighten($Background,30%) */
	color: #1E1B1B; /* $Dark */
	position: relative;
}

.section-zero nav li.level1.menu a {
	padding: 1em 2em 1em .85em;
}

.what-to-expect-branch .section-zero nav li.level1 a {
	font-size: 1.05em;
}

.section-zero nav li.menu>a:after {
	content: '\e911';
	font-family: 'icomoon-ult';
	position: absolute;
	right: 1em;
	line-height: 1em;
	top: 50%;
	margin-top: -.5em;
	color: #CD9F59;
	-webkit-transition: color .5s ease, -webkit-transform .5s ease, margin-top .5s ease;
	-moz-transition: color .5s ease, -moz-transform .5s ease, margin-top .5s ease;
	-o-transition: color .5s ease, -o-transform .5s ease, margin-top .5s ease;
	transition: color .5s ease, transform .5s ease, margin-top .5s ease;
}

.section-zero nav li.level1 ul {
	display: none;
}

.section-zero nav li.level2 a, aside .side-nav li a {
	text-transform: none;
	color: #FFFFFF;
	background-color: #454383;
	font-size: .95em;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	padding: .85em;
	display: block;
	position: relative;
}

.section-zero nav li a:before, aside .side-nav li a:before {
	content: attr(data-hover);
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: -webkit-transform .5s ease, opacity .5s ease;
	-moz-transition: -moz-transform .5s ease, opacity .5s ease;
	-o-transition: -o-transform .5s ease, opacity .5s ease;
	transition: transform .5s ease, opacity .5s ease;
}

aside .side-nav li a.strong:before {
	font-weight: 700;
}

aside .side-nav li a:before {
	background-color: #302F5C; /* darken($Primary,30%) */
	padding: .85em;
}

.section-zero nav li a:hover:before, .section-zero nav li.selected>a:before, aside .side-nav li>a:hover:before, aside .side-nav li.selected>a:before {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.section-zero nav li.level1>a:before {
	padding: 1em .85em;
	display: none;
}

.section-zero nav li.level2 a:before {
	padding: .85em;
	background-color: #373669; /* darken($Primary,20%) */
}
/* End Section 0 [info nav + help patients content] */

/* Section 1 [Meet Team + CCTA] */
.section-one {
}

.CCTA {
	margin-bottom: 3em;
}

.CCTA a {
	display: block;
	text-align: center;
	padding: 1.5em;
	background-color: rgba(106,103,188,0.5); /* adjust($Primary,30%,10%,50%) */
	border-bottom: solid 1px rgba(255,255,255,0.1); /* alpha($White,10%) */
}

.CCTA h2 {
	color: #CD9F59; /* $Highlight */
	font-size: 2.688em;
}

.CCTA h2 span {
	color: #FFFFFF; /* $White */
	text-transform: uppercase;
	line-height: 1em;
}

.CCTA .text {
	font-weight: 600;
	color: #E1E3EC; /* lighten($Background,50%) */
	position: relative;
	display: inline-block;
	line-height: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .5s ease;
	-moz-transition: -moz-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
}

.CCTA a:hover .text {
	-webkit-transform: translate(-1em, 0);
	-moz-transform: translate(-1em, 0);
	-o-transform: translate(-1em, 0);
	transform: translate(-1em, 0);
}

.CCTA .text icon {
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -.5em;
	margin-left: 1em;
	color: #CD9F59; /* $Highlight */
	-webkit-transform: translate(-2em, 0);
	-moz-transform: translate(-2em, 0);
	-o-transform: translate(-2em, 0);
	transform: translate(-2em, 0);
	opacity: 0;
	-webkit-transition: -webkit-transform .5s ease, opacity .5s ease;
	-moz-transition: -moz-transform .5s ease, opacity .5s ease;
	-o-transition: -o-transform .5s ease, opacity .5s ease;
	transition: transform .5s ease, opacity .5s ease;
	background-visibility: hidden;
}

.CCTA a:hover .text icon {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
}

.section-one header {
	text-align: center;
	line-height: 1.2;
	padding-bottom: 2em;
	border-bottom: solid .4em rgba(139,136,218,0.2); /* adjust($Primary,50%,30%,20%) */
}

.section-one header h2 {
	font-size: 2.688em;
	color: #8B88DA; /* adjust($Primary,50%,30%,0%) */
}

.section-one header h2 span {
	display: block;
	text-transform: uppercase;
	color: #FFFFFF; /* $White */
}

.section-one header p {
	max-width: 90%;
	margin: 1em auto 0;
	color: #E1E3EC; /* lighten($Background,50%) */
	line-height: 1.8;
	font-weight: 600;
}

.section-one header p span {
	color: #CD9F59; /* $Highlight */
}

.section-one .content-list {
	padding: 2em 0 0;
}

.section-one .content-list ul {
	width: 50%;
	float: left;
}

.section-one .content-list ul:first-of-type {
	padding-right: 2em;
}

.section-one .content-list ul:last-of-type {
	padding-left: 2em;
}

_.section-one .content-list ul:after {
	content: '';
	display: block;
	clear: both;
}

.section-one .content-list li {
	display: block;
	border-bottom: solid 1px rgba(139,136,218,0.3); /* adjust($Primary,50%,30%,30%) */
	padding: .65em 0 .65em 2.5em;
	font-weight: 600;
	color: #E1E3EC; /* lighten($Background,50%) */
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	_backface-visibility: hidden;
}

.section-one .content-list li:before {
	content: '\e915';
	font-family: 'icomoon-ult';
	position: absolute;
	top: 1.3em;
	left: 0;
	font-size: .5em;
	padding: .75em;
	line-height: 1em;
	background-color: #CD9F59; /* $Highlight */
	border-radius: .5em;
	color: #454383; /* $Primary */
}

#Section1List > ul > li > a {
	color: white;
}
/* End Section 1 [Meet Team + CCTA] */

/* Section 2 [Content] */
.section-two {
}

.section-two header {
	text-align: center;
	line-height: 1.15;
}

.section-two header h3 {
	font-size: 2.688em;
	color: #1E1B1B; /* $Dark */
}

.section-two header h2 {
	font-size: 3.75em;
	color: #CD9F59; /* $Highlight */
	text-transform: uppercase;
}

.section-two article {
	text-align: center;
	color: #454383; /* $Primary */
	font-weight: 600;
	line-height: 1.8;
}
/* End Section 2 [Content] */

/* Forum Styles */
.forum-sys {
}

.forum-sys.video {
}

.forum-sys.video video {
	display: block;
	margin: 0 auto;
	width: 80%;
}

.forum-sys .paging, .sys .paging {
	text-align: center;
}

.forum-sys .paging span, .sys .paging span {
	display: block;
}

.sys-btn {
	display: inline-block;
	padding: .35em;
	line-height: 1;
	color: #FFFFFF;
	background-color: #CD9F59;
	border-radius: .25em;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
	text-align: center;
}

.sys-btn:hover, a:hover .sys-btn {
	background-color: #454383; /* $Primary */
	color: #FFFFFF; /* $White */
}

.sys-btn:before {
	font-family: 'icomoon-ult';
	font-size: .9em;
	margin-right: .4em;
	display: inline-block;
}

.forum-sys .sys-btn.new-post:before {
	content: '\e144';
}

.forum-sys .half.left {
	width: 49.5%;
	float: left;
}

.forum-sys .half.right {
	width: 49.5%;
	float: right;
}

.forum-sys .sys-item {
	margin-bottom: 1em;
	border-radius: .35em;
	border: solid .25em #D4BA93; /* adjust($Highlight,30%,-20%,0%) */
	overflow: hidden;
	position: relative;
}

.forum-sys .sys-item:first-of-type, .forum-sys .sys-item.op {
	border-color: #8B88DA;
}

.forum-sys .sys-item.reply>header {
	background-color: #29284F; /* darken($Primary,40%) */
}

.forum-sys .sys-item .info {
	float: left;
	display: block;
	text-align: center;
	padding: .5em;
	background-color: #454383; /* alpha($Primary,100%) */
	line-height: 1.3;
	margin: .4em 1em .4em 1em;
	color: #FFFFFF; /* $White */
	border-radius: .25em;
	background-image: -webkit-linear-gradient(-135deg,rgba(48,47,92,0),#302F5C); /* ,darken($Primary,30%) */
	background-image: -moz-linear-gradient(-135deg,rgba(48,47,92,0),#302F5C); /* ,darken($Primary,30%) */
	background-image: -o-linear-gradient(-135deg,rgba(48,47,92,0),#302F5C); /* ,darken($Primary,30%) */
	background-image: linear-gradient(225deg,rgba(48,47,92,0),#302F5C); /* ,darken($Primary,30%) */
	box-shadow: 0 .4em .4em -.3em rgba(0,0,0,0.6);
}

.forum-sys .sys-item .info img {
	height: 5.6em;
	width: 5.65em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	margin-bottom: .5em;
	border: solid 3px #8B88DA; /* adjust($Primary,50%,30%,0%) */
	border-radius: .25em;
}

.forum-sys .sys-item .info p {
	font-size: 12px;
	margin: 0;
	border-bottom: solid 2px rgba(139,136,218,0.5); /* adjust($Primary,50%,30%,50%) */
	padding-bottom: .35em;
}

.forum-sys .sys-item .info span {
	font-size: 12px;
}

.forum-sys .sys-item article {
	padding: 1em;
}

.forum-sys .sys-item header {
	padding: 1em 0;
	background-color: #CD9F59;
	margin-top: 0;
	background-image: -webkit-linear-gradient(-135deg,rgba(255,255,255,0.2),rgba(255,255,255,0));
	background-image: -moz-linear-gradient(-135deg,rgba(255,255,255,0.2),rgba(255,255,255,0));
	background-image: -o-linear-gradient(-135deg,rgba(255,255,255,0.2),rgba(255,255,255,0));
	background-image: linear-gradient(225deg,rgba(255,255,255,0.2),rgba(255,255,255,0));
	color: #FFFFFF;
}

.forum-sys .sys-item header .sys-btn {
	float: right;
	margin-right: 1em;
}

.forum-sys .sys-item header .sys-btn:hover {
	background-color: #8B88DA; /* adjust($Primary,50%,30%,0%) */
}

.forum-sys .sys-item header .sys-btn:before {
	content: '\f040';
}

.forum-sys.thread-reply .sys-item header {
	padding: 1em;
}

.forum-sys .sys-item:first-of-type header, .forum-sys .sys-item.op header {
	background-color: #222241;
}

.forum-sys .sys-item header strong {
	color: #FFFFFF;
	display: block;
}

.forum-sys .sys-item:first-of-type header strong {
	display: none;
}

.forum-sys .sys-item .signature {
	padding: .85em .85em 1.85em;
	clear: both;
	background-color: rgba(205,159,89,0.1); /* alpha($Highlight,10%) */
	position: relative;
	top: 1em;
}

.forum-sys .sys-item.op .signature {
	background-color: rgba(69,67,131,0.1); /* alpha($Primary,10%) */
}

.forum-sys.breadcrumb {
	font-size: 15px;
	padding: 1em;
	line-height: 1em;
	font-weight: 600;
}

.forum-sys.breadcrumb:after {
	content: '';
	display: block;
	clear: both;
}

.forum-sys.breadcrumb a {
}

.forum-sys.breadcrumb .left {
	float: left;
	padding: .35em;
}

.forum-sys.breadcrumb .left icon {
	display: inline-block;
	font-size: .75em;
	color: #454383; /* $Primary */
	font-weight: 400;
}

.forum-sys.breadcrumb .left a {
	color: #454383; /* $Primary */
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}

.forum-sys.breadcrumb .left a:hover {
	color: #CD9F59; /* $Highlight */
}

.forum-sys.breadcrumb .right {
	float: right;
}

.forum-sys.breadcrumb .right a {
	display: inline-block;
	padding: .35em;
	margin: 0 0 0 .5em;
	background-color: #CD9F59; /* $Highlight */
	border-radius: .25em;
	color: #FFFFFF; /* $White */
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
}

.forum-sys.breadcrumb .right a:hover {
	background-color: #454383; /* $Primary */
}

.forum-sys.breadcrumb .right a:before {
	font-family: 'icomoon-ult';
	font-weight: 400;
	font-size: .9em;
	display: inline-block;
	padding: 0 .25em 0 0;
}

.forum-sys.breadcrumb .right .login:before {
	content: '\ee7f';
}

.forum-sys.breadcrumb .right .profile:before {
	content: '\f85e';
}

.forum-sys.breadcrumb .right .logout:before {
	content: '\ee97';
}

.forum-sys.breadcrumb .right .signup:before {
	content: '\f0f7';
}

.forum-sys.thread-list {
}

.forum-sys.thread-list a strong, .thread-list.forum-list a strong {
	color: #FFFFFF;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.forum-sys.thread-list a:hover strong, .thread-list.forum-list a:hover strong {
	color: #CD9F59;
}

.forum-sys.thread-list header h1 {
	margin-top: 0;
	line-height: 1.2;
}

.forum-sys.thread-list .sys-btn {
	float: right;
}

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

.thread-list .thread {
	border: solid .25em rgba(139,136,218,0.5); /* adjust($Primary,50%,30%,50%) */
	border-radius: .35em;
	color: #FFFFFF; /* $White */
	background-color: #29284F; /* darken($Primary,40%) */
	width: 100%;
	margin-bottom: 1em;
	background-image: -webkit-linear-gradient(-135deg,rgba(255,255,255,0.169),rgba(255,255,255,0));
	background-image: -moz-linear-gradient(-135deg,rgba(255,255,255,0.169),rgba(255,255,255,0));
	background-image: -o-linear-gradient(-135deg,rgba(255,255,255,0.169),rgba(255,255,255,0));
	background-image: linear-gradient(225deg,rgba(255,255,255,0.169),rgba(255,255,255,0));
	position: relative;
	overflow: hidden;
	display: block;
}

.forum-profile .thread-list.forum-list .thread, .forum-search .thread-list .thread {
	padding-bottom: 1em;
}

.forum-profile .thread-list.forum-list .thread small {
	display: block;
}

.thread-list.forum-list .thread .top {
	display: block;
}

.thread-list.forum-list .thread .top:after {
	content: '';
	display: block;
	clear: both;
}

.thread-list.forum-list .thread .latest {
	clear: both;
	padding: .5em;
	text-align: center;
	color: #8B88DA; /* adjust($Primary,50%,30%,0%) */
	padding-right: 4em;
}

.thread-list.forum-list .thread .latest strong {
	display: block;
}

.thread-list.forum-list .thread .latest a {
	color: #FFFFFF; /* $White */
}

.thread-list.forum-list .thread .latest a:hover {
	color: #CD9F59; /* $Highlight */
}

.thread-list.forum-list .thread.fimg {
	padding-left: 4em;
}

.thread-list.forum-list .thread .sys-img {
	position: absolute;
	height: 4.25em;
	width: 4.25em;
	top: .5em;
	left: .5em;
	background-color: #FFFFFF; /* $White */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: solid .25em #8B88DA; /* adjust($Primary,50%,30%,0%) */
	border-radius: .25em;
}

.thread-list.forum-list .thread .left {
	float: left;
	padding: 1.25em 0 0 1em;
	margin: 0;
	color: #CD9F59; /* $Highlight */
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}

.forum-profile .thread-list.forum-list .thread .left {
	float: none;
}

.forum-profile .thread-list.forum-list .thread article {
	color: #FFFFFF;
}

.thread-list.forum-list .thread a:hover .left {
	color: #FFFFFF; /* $White */
}

.thread-list.forum-list .thread .right {
	float: right;
	text-align: center;
	padding: 1em;
	background-color: rgba(139,136,218,0.1); /* adjust($Primary,50%,30%,10%) */
	width: 15em;
}

.thread-list.forum-list .thread .right span {
	display: block;
	color: #FFFFFF; /* $White */
}

.thread-list.forum-list .thread .right strong span {
	display: block;
	color: #FFFFFF;
}

.thread-list .thread:before {
	display: block;
	position: absolute;
	top: -.3em;
	font-family: 'icomoon-ult';
	font-size: 12em;
	opacity: .1;
	color: #8B88DA; /* adjust($Primary,50%,30%,0%) */
	right: -.2em;
	line-height: 1em;
}

.patient-experiences-with-dr-braverman-branch .thread-list .thread:before {
	content: '\f152';
}

.questions-for-dr-braverman-branch .thread-list .thread:before {
	content: '\f148';
}

.whats-new-in-reproductive-immunology-branch .thread-list .thread:before {
	content: '\e148';
}

.thread-list .thread .link {
	display: block;
	padding: 1em;
}

.thread-list .link h3 {
	font-style: normal;
	font-weight: 400;
	font-family: 'Lora', serif;
	color: #FFFFFF; /* $White */
	margin: 0;
}

.thread-list .link h3 span {
	display: block;
	font-family: 'Open sans', sans-serif;
	font-size: .85em;
	color: #8B88DA; /* adjust($Primary,50%,30%,0%) */
}

.thread-list .link h3 strong {
	color: #8B88DA; /* adjust($Primary,50%,30%,0%) */
}

.thread-list .thread .status {
	float: right;
	padding: .25em .25em 0 0;
}

.thread-list .status icon {
	color: #8B88DA; /* adjust($Primary,50%,30%,0%) */
	line-height: 1;
}

.thread-list .status icon.pin-2 {
	margin: 0 .25em;
}

.thread-list .thread .info {
	text-align: center;
	background-color: rgba(139,136,218,0.1); /* adjust($Primary,50%,30%,10%) */
	padding: .5em 0;
	display: table;
	width: 100%;
}

.thread-list .info .right, .thread-list .info .left {
	display: table-cell;
	vertical-align: middle;
}

.thread-list .info .left {
	width: 33%;
}

.thread-list .info .right {
}

.thread-list .info span {
	display: block;
	font-size: .9em;
}

.forum-sys.forgot-pass {
}

.forum-sys.forgot-pass .submit {
	margin-bottom: 1%;
}

#ForumLogin .case-eval {
	margin-bottom: 1em;
}

.case-eval.register input, .case-eval.register select {
	margin-bottom: 0;
	margin-top: 1%;
}

.case-eval.register textarea {
	margin-top: 1%;
	margin-bottom: 1%;
}

.case-eval.register small {
	display: block;
	text-align: center;
}

.case-eval.register .avatar {
	margin-top: 1%;
}

.case-eval.register .avatar span {
	display: block;
}

.case-eval.register .avatar input {
	margin-top: 0;
}

.case-eval .recaptchatable {
	border: none!important;
}

.case-eval #recaptcha_area td {
	padding: .5em!important;
}

.case-eval input#recaptcha_response_field {
	width: 100%!important;
	padding: .5em;
	border: none!important;
}

.case-eval .recaptchatable #recaptcha_image {
	border: none!important;
}

.case-eval .ck-editor.ck-simple, .forum-sys.reset-pass .submit {
	margin-bottom: 1em;
}

.forum-sys.new-thread .submit, .forum-sys.thread-reply .submit {
	margin-top: 1em;
}
/* End Forum Styles */

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

.sys .sys-item, .sys .sys-item {
	padding: 1em;
	background-color: #E1E3EC;
	margin-bottom: 1em;
	position: relative;
	-webkit-transition: border-color .5s ease;
	-moz-transition: border-color .5s ease;
	-o-transition: border-color .5s ease;
	transition: border-color .5s ease;
	border: solid 2px #454383;
	box-shadow: 0 .5em .5em -.5em rgba(0,0,0,0.6);
	border-radius: .25em;
}

.sys .sys-item:hover {
	border-color: #CD9F59;
}

.video-sys .sys-item.thumb:before {
	content: '';
	display: block;
	position: relative;
	width: 12em;
	height: 8em;
	float: left;
	margin-right: 1em;
}

.video-sys .sys-item .sys-img {
	position: absolute;
	top: 1em;
	left: 1em;
	height: 7em;
	width: 12em;
}

.video-sys .sys-item .sys-img:after {
	content: '';
	display: block;
	position: absolute;
	height: 1em;
	width: 100%;
	top: 100%;
	background-image: -webkit-linear-gradient(top,rgba(225,227,236,0),#E1E3EC);
	background-image: -moz-linear-gradient(top,rgba(225,227,236,0),#E1E3EC);
	background-image: -o-linear-gradient(top,rgba(225,227,236,0),#E1E3EC);
	background-image: linear-gradient(to bottom,rgba(225,227,236,0),#E1E3EC);
}

.no-cssgradients .video-sys .sys-item .sys-img:after {
	display: none;
}

.video-sys .sys-item .sys-img img {
	position: absolute;
	left: 0;
	width: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	box-shadow: inset 0 0 0 .25em #454383; /* $Primary */
	display: block;
}

.video-sys .sys-item .sys-img .reg {
	height: 7em;
	background-position: bottom center;
}

.video-sys .sys-item .sys-img .reflect {
	height: 1em;
	top: 100%;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
	opacity: .5;
}

.no-cssgradients .video-sys .sys-item .sys-img .reflect {
	display: none;
}

.video-sys .sys-item h3 {
	color: #CD9F59; /* $Highlight */
}

.video-sys .sys-item p {
	color: #454383; /* $Primary */
	font-weight: 600;
	margin-bottom: 0;
}
/* End Video System */

/* Blog System Styles */
.blog-sys {
}

.blog-sys .middle.pad div {
	margin-bottom: 1em;
}

.blog-sys .blog-nextprev {
	padding-bottom: 1em;
}

.blog-sys .forum-sys.breadcrumb {
	padding: 1em 0;
}

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

.blog-sys .sys-item {
	padding: 0;
}

.blog-sys .sys-item>a {
	display: block;
	padding: 1em;
}

.blog-sys .sys-item h2 {
	line-height: 1.2;
}

.blog-sys .sys-item h2 small {
	display: block;
}

.blog-sys .sys-item p {
	font-weight: 600;
	color: #454383; /* $Primary */
	margin-bottom: 0;
}

.blog-sys .lower {
	display: block;
	padding: 1em;
	background-color: rgba(69,67,131,0.2);
}

.blog-sys .sys-item .lower:after {
	content: '';
	display: block;
	clear: both;
}

.blog-sys .sys-social {
	float: right;
}

.blog-sys .lower header {
	float: left;
	font-weight: 600;
	padding: .5em 0;
	line-height: 1em;
}

.blog-sys .sys-item .sys-social {
	float: left;
}

.blog-sys .sys-social a {
	display: inline-block;
	padding: .5em;
	background-color: #454383; /* $Primary */
	color: #FFFFFF; /* $White */
	-webkit-transition: background-color .5s ease, color .5s ease;
	-moz-transition: background-color .5s ease, color .5s ease;
	-o-transition: background-color .5s ease, color .5s ease;
	transition: background-color .5s ease, color .5s ease;
}

.blog-sys .sys-social a:hover {
	background-color: #8B88DA; /* adjust($Primary,50%,30%,0%) */
}

.blog-sys .sys-social a icon {
	display: block;
	line-height: 1;
}

.blog-sys .sys-item .sys-btn {
	padding: .5em 1em;
}

.blog-sys .lower .sys-btn {
	float: right;
}

.post-list {
}

.post-list .sys-header {
	display: block;
	padding-bottom: .5em;
}

.post-list .sys-header h2 {
	margin-bottom: 0;
}

.post-list .sys-header div {
	font-weight: 600;
}

.post-list .sys-list {
	margin-bottom: 1em;
}

.post-list .sys-list ul {
}

.post-list .sys-list ul li {
}

.post-list .sys-list li a {
	color: #454383; /* $Primary */
}

.post-list .sys-list li a strong {
	font-size: 1.15em;
	display: block;
	margin-bottom: .5em;
}
/* End Blog System Styles */

/* Patient Questionaire */
.PatientQuestionnaire {
	padding: 1em;
	border: solid 2px #C2C6D9; /* $Background */
	border-radius: .25em;
}

.no-form .PatientQuestionnaire {
	display: none;
}

.cms-admin .PatientQuestionnaire {
	display: block;
}

.PatientQuestionnaire td {
	padding: 0 .5em;
}

.PatientQuestionnaire input[type='text'], .PatientQuestionnaire input[type='password'], .PatientQuestionnaire input[type='email'], .PatientQuestionnaire select, .PatientQuestionnaire textarea {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: .5em 1em;
}

.PatientQuestionnaire input[type='checkbox'], .PatientQuestionnaire input[type='radio'] {
	margin-right: .5em;
}

.PatientQuestionnaire .question {
	margin-bottom: 1em;
}

.PatientQuestionnaire .questionlabel {
	width: auto!important;
	font-weight: 700;
	font-size: 1.1em;
	color: #5E5CAC; /* lighten($Primary,21%) */
	line-height: 1.4;
}

.PatientQuestionnaire .section {
	font-size: 1.25em;
	font-weight: 600;
	padding: 1em 0 .5em;
}

.PatientQuestionnaire .button {
	display: inline-block;
	padding: .35em;
	line-height: 1;
	color: #FFFFFF;
	background-color: #CD9F59;
	border-radius: .25em;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
	text-align: center;
}

.PatientQuestionnaire .button:hover {
	background-color: #454383; /* $Primary */
	color: #FFFFFF; /* $White */
}

.no-form #PatientQMobileContent, .cms-admin #PatientQMobileContent {
	display: block;
}

#PatientQMobileContent {
	display: none;
	text-align: center;
}
/* End Patient Questionaire */

/* Upload Form */
.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.no-flexbox .flex {
	display: block;
}

.flex > * {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 100%;
	display: block;
}

.no-flexbox .flex > * {
	float: left;
	display: inline-block;
}

.sub .content ul.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.app-form {
}

.app-form fieldset {
	margin: 2em auto;
	border: double 4px #A9AEC9;
	padding: 1.5em;
}

.app-form legend h2 {
	font-family: 'Lora', serif;
	color: #454383;
	font-size: 1.5em;
	padding: 0 .5em;
	font-weight: 400;
	margin-top: 0;
}

.upload-section {
}

.upload-section h2 {
	margin: 1em 0 0;
}

.app-form .quarter {
	width: 23%;
}

.app-form .quarter > li {
	width: 23%;
}

.app-form .third {
	width: 31%;
}

.app-form .third > li {
	width: 31%;
}

.app-form .three-quarters {
	width: 72%;
}

.app-form .half {
	width: 48%;
}

.app-form .upload-section .half:nth-of-type(n+3) {
	margin-top: 1.5em;
}

.app-form .full {
	width: 100%;
}

.app-form input, .app-form textarea {
	border-color: #CCCCCC;
	padding: .75em;
	width: 100%;
}

.app-form input[type='checkbox'] {
	display: inline-block;
	width: auto;
	margin-left: 1em;
}

.app-form input[type=file] {
	background-color: #1D2E52;
	color: #F0F2F5;
	margin-bottom: 0;
}

.app-form small {
	text-align: center;
	color: #454383; /* $Primary */
	margin-top: 1em;
	display: block;
}

.app-form .contact-footer .full input[type=checkbox] {
	float: left;
	width: 1em;
	margin-right: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-top: 1.5em;
}

.app-form .contact-footer .full span {
	line-height: 1.2em;
	float: left;
	width: calc(100% - 3em);
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	padding: 1.5em 0;
}

.app-form .contact-footer .full span.validator {
	padding: 0;
	float: none;
	height: auto;
	width: auto;
	line-height: 1.5em;
	margin: 0;
}

.app-form select {
	width: 100%;
	padding: 0 2%;
	font-size: .8em;
	height: 50px;
	border-color: #0E2847;
	margin: .8em auto;
}

.app-form .contact-footer .btn {
	clear: both;
	margin-top: 1em;
}
/* End Upload Form */

/* Write a Review */
.write-review.case-eval {
}

.write-review {
}

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

.write-review>div {
	margin-bottom: 1%;
}

.write-review h3 {
	font-size: 1.25em;
	line-height: 1em;
}

.write-review input[type='text'], .write-review textarea {
	background-color: #264C9F;
}

.write-review .rating {
	clear: both;
	text-align: center;
	padding: .5em 0;
}

.write-review .rating .stars, .write-review .rating h3 {
	display: inline-block;
	vertical-align: middle;
}

.write-review .rating h3 {
	padding-right: 1em;
}

.write-review .rating span {
	font-size: 1.75em;
	display: inline-block;
	line-height: 1em;
	float: right;
	color: #CBCAD6; /* adjust($Primary,70%,-60%,0%) */
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1); /* alpha($Black,10%) */
	-webkit-transition: .35s ease;
	-moz-transition: .35s ease;
	-o-transition: .35s ease;
	transition: .35s ease;
}

.write-review .rating span:hover ~ span, .write-review .rating span:hover, .write-review .rating span.active {
	color: #620825;
}

.write-review .rating span icon {
	display: block;
	line-height: 1em;
	padding: 0 2px;
}

.write-review .quote {
}

.write-review .quote h3 {
	text-align: center;
	margin-bottom: .5em;
	font-size: .95em;
}

.write-review .last {
}

.write-review .right.last {
	margin-bottom: 0;
	font-size: 1.05em;
	padding-top: .75em;
}

.write-review .right.last a {
	color: #454383; /* $Primary */
	font-weight: 600;
}

.write-review .right.last a:hover {
	color: #620825; /* $Secondary */
}

.write-review .right.last span, .write-review .right.last input {
	vertical-align: middle;
}

.write-review .last .btn {
	font-size: 1.15em;
}

.write-review .left.half {
	text-align: right;
}
/* End Write a Review */

/* Review Styles */
.client-reviews .review {
	padding: 1em;
	margin: 0 auto 1.5em;
	background-color: #FAFAFA; /* darken($White,2%) */
	position: relative;
	border: solid 4px #454383; /* $Primary */
	opacity: 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

.client-reviews .review.alt {
	border: solid 4px #CD9F59; /* $Highlight */
}

.client-reviews .review.show {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.client-reviews .review.show:nth-of-type(2) {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

.client-reviews .review.show:nth-of-type(3) {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.client-reviews .review:afters {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: solid 4px #454383;
	-webkit-animation: .5s all ease;
	-moz-animation: .5s all ease;
	-o-animation: .5s all ease;
	animation: .5s all ease;
	border-left: solid 4px #454383;
}

.client-reviews .review:befores {
	border-right: solid 4px #454383;
	border-bottom: solid 4px #454383;
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	display: block;
}

.client-reviews .review.alt:afters {
	border: solid 4px #CD9F59;
}

.client-reviews .review:nth-child(2n) {
}

.client-reviews .review p {
	margin: 0;
	font-style: italic;
	font-size: 1.1em;
}

.reviews-branch .review-special {
	padding: 1em;
	margin: 0 auto 1.5em;
	background-color: #fafafa;
	position: relative;
	border: 4px solid #CD9F59; /* $Highlight */
	font-style: italic;
	font-size: 1.1em;
}

.reviews-branch .review-special .flex {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.reviews-branch .review-special .flex .flex-item:first-child {
	width: 33.3333%;
}

.reviews-branch .review-special .flex .flex-item span.img-holder {
	text-align: center;
	display: block;
}

.reviews-branch .review-special .flex .flex-item span.img-holder img {
	max-width: 80%;
	height: auto;
}

.reviews-branch .side-video .side-video-container {
	text-align: center;
}

.reviews-branch .side-video .side-video-container video {
	width: 70%;
	height: 100%;
}
/* End Review Styles */

/* Contact Data */
.contact-data {
}

.contact-data section {
	display: table;
	width: 100%;
	border: solid .25em #454383; /* $Primary */
	border-radius: 1em 0 0 1em;
	margin-bottom: 1em;
}

.contact-data section div {
	display: table-cell;
	vertical-align: middle;
}

.contact-data .left {
	width: 37%;
	text-align: center;
	font-size: 1.05em;
}

.contact-data .right {
	width: 63%;
	position: relative;
}

.contact-data .right:before {
	padding-bottom: 33%;
	content: '';
	display: block;
}

.contact-data .right iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.contact-data .left strong {
	font-size: 1.3em;
	display: inline-block;
	width: 70%;
	border-bottom: solid 2px #8F97B9; /* darken($Background,20%) */
	line-height: 1;
	padding-bottom: .25em;
	margin-bottom: .25em;
}
/* End Contact Data */

/* Service List */
.service-list {
	padding-top: 1.5em;
}

.service-list section {
	margin-bottom: 1em;
}

.service-list section:after {
	content: '';
	display: block;
	clear: both;
}

.service-list section header {
	text-align: center;
	font-size: 1.25em;
	font-family: 'Lora', serif;
	color: #FFFFFF; /* $White */
	padding: .5em 0;
	background-color: #454383; /* $Primary */
	margin-bottom: .5em;
}

.service-list .doctor {
	width: 49%;
	float: left;
	background-color: #FFFFFF; /* $White */
	padding: 1em 0;
	margin-bottom: 2%;
}

.service-list .doctor:nth-of-type(odd) {
	margin-right: 2%;
}

.service-list .doctor:nth-of-type(odd):last-of-type {
	width: auto;
	float: none;
	margin: 0 0 2%;
}

.service-list .doctor:after {
	content: '';
	display: block;
	clear: both;
}

.service-list .doctor div {
	text-align: center;
	_width: 50%;
	_float: left;
}
/* End Service List */

/* Trifecta Image List */
.trifecta-list {
	list-style: none;
	padding: 0;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.trifecta-list li {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex: 0 1 33.3333%;
	-ms-flex: 0 1 33.3333%;
	flex: 0 1 33.3333%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.trifecta-list li .inner-container {
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	padding: 1.5em;
}

.trifecta-list li .inner-container h2 {
	font-size: 2em;
	font-weight: 700;
	font-style: italic;
	color: #FFFFFF; /* $light */
}

.trifecta-list li .inner-container p {
	font-size: .875em;
	color: #FFFFFF; /* $light */
}

.trifecta-divider {
	position: relative;
	width: 18em;
	margin: 3em auto;
}

.trifecta-divider:before, .trifecta-divider:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #1E1B1B; /* $Dark */
	top: 50%;
}

.trifecta-divider:before {
	left: -50%;
}

.trifecta-divider:after {
	right: -50%;
}

.trifecta-divider .tri-btn {
	text-align: center;
	color: #1E1B1B; /* $Dark */
	font-weight: 600;
	background-color: #CD9F59; /* $Highlight */
	padding: 1em;
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 1;
}

.trifecta-divider .tri-btn:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: -100%;
	left: 0;
	background-color: #E3BD84;
	margin-top: .25em;
	-webkit-transition: top .5s ease, margin-top .5s ease;
	-moz-transition: top .5s ease, margin-top .5s ease;
	-o-transition: top .5s ease, margin-top .5s ease;
	transition: top .5s ease, margin-top .5s ease;
	z-index: -1;
}

.trifecta-divider .tri-btn:hover:before {
	top: 100%;
	margin-top: -.25em;
}
/* End Trifecta Image List */

/* New Form Styles */
.newForms {
}

.newForms h3 {
	margin: .25em 0em;
	font-size: 1em;
}

.newForms input, .newForms select {
	margin: 0 0 .75em 0em;
	max-width: 30em;
	width: 100% !important;
	background-color: #302F5C;
	color: #FFFFFF;
}

.newForms textarea {
	background-color: #302F5C; /* darken($Primary,30%) */
	max-width: 32.44em;
	width: 100%;
	height: 10em;
	margin-top: 0em;
}

.newForms .submit {
	max-width: 30em;
}

.newForms img.itr_calendar {
	display: none;
}

div.ui-dialog-titlebar {
	background: #454383 !important;
}

.newForms input[type='checkbox'] {
	width: 1em !important;
	height: 1em;
	float: left;
	margin-top: .25em;
	margin-right: .5em;
	padding: 0;
}
/* End New Form Styles */

/* Footer [Footer & Disclaimer] */
.footer {
	background-color: #3E3C76; /* darken($Primary,10%) */
	border: solid .4em #504E98; /* lighten($Primary,10%) */
	padding: 3em 3em;
	color: #C2C6D9; /* $Background */
	font-size: .875em;
}

.footer a {
	color: #CD9F59; /* $Highlight */
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}

.footer a:hover {
	color: #8B88DA; /* adjust($Primary,50%,30%,0%) */
}

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

.footer .flex_footer {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer .flex_footer .item1 {
	-webkit-flex: 0 1 29%;
	-ms-flex: 0 1 29%;
	flex: 0 1 29%;
}

.footer .flex_footer .right_side {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex: 0 1 70%;
	-ms-flex: 0 1 70%;
	flex: 0 1 70%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer .flex_footer .right_side .item3 {
	padding-bottom: 2em;
	width: auto;
}

.footer .flex_footer .right_side .item4 {
	width: auto;
}

.footer .flex_footer .right_side .fb_groups {
	text-align: center;
}

.footer section {
	display: table-cell;
	vertical-align: top;
	padding: 0 1.5em;
}

.footer .flex_footer section {
	display: block;
}

.footer section.item1 {
	text-align: center;
}

.footer section.item2 {
	_padding: 0 2em;
}

.footer section.item3, .footer section.item4 {
	width: 23%;
}

.footer .bot-logo {
}

.footer .call {
	font-weight: 600;
	margin-bottom: 1em;
}

.footer .call span {
	color: #CD9F59; /* $Highlight */
	font-size: 1.286em;
}

.footer .call a {
	display: block;
	font-size: 2.286em;
	color: #FFFFFF; /* $White */
	letter-spacing: .15em;
}

.footer .social {
}

.footer .social span {
	display: block;
	margin-bottom: 1em;
}

.footer .social a {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF; /* $White */
	padding: 1em .85em;
	line-height: 1em;
}

.footer .social > div {
	display: inline-block;
}

.footer .social a:first-of-type {
}

.footer .social a[href*='youtube'] icon:before {
	content: '\e015';
}

.footer .social a icon {
	font-size: 1.5em;
	position: relative;
	top: 0;
	-webkit-transition: top .5s ease;
	-moz-transition: top .5s ease;
	-o-transition: top .5s ease;
	transition: top .5s ease;
}

.footer .social a:hover icon {
	top: -.25em;
}

.footer .social .skype {
	padding: .45em;
}

.footer .social .skype img {
	position: relative;
	top: 0;
	-webkit-transition: top .5s ease;
	-moz-transition: top .5s ease;
	-o-transition: top .5s ease;
	transition: top .5s ease;
	width: 7em;
}

.footer .social .skype:hover img {
	top: -.375em;
}

.footer .item2 {
}

.footer .item2 li {
	padding-top: 1.5em;
}

.footer .item3 ul, .footer .item4 ul {
	padding-top: 1em;
}

.footer .item3 li, .footer .item4 li {
}

.footer .item3 li a, .footer .item4 li a {
	display: block;
	padding: .5em 0;
	border-bottom: solid 1px rgba(139,136,218,0.5); /* adjust($Primary,50%,30%,50%) */
	color: #C2C6D9; /* $Background */
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}

.footer .item3 li a:hover, .footer .item4 li a:hover {
	color: #CD9F59; /* $Highlight */
}

.disclaimer {
	padding: 1.5em 0;
	font-size: 12px;
	color: #504E98; /* lighten($Primary,10%) */
	font-weight: 600;
	line-height: 2;
}

.disclaimer p {
	text-align: center;
	margin: 1em 0;
}

.disclaimer a {
	color: #CD9F59; /* $Highlight */
}
/* End Footer [Footer & Disclaimer] */

/* Responsive @ (max-width:1903px) */
@media (max-width:1903px) {
	.home-feed {
		font-size: .84vw;
	}
}
/* End Responsive @ (max-width:1903px) */

/* Responsive @ (max-width:1700px) */
@media (max-width:1700px) {
	::-webkit-scrollbar {
		display: none;
	}

	.ImageArea {
		padding-left: 16em;
	}
}
/* End Responsive @ (max-width:1700px) */

/* Responsive @ (max-width:1500px) */
@media (max-width:1500px) {
	#TopZone {
		font-size: 1.05vw;
	}
}
/* End Responsive @ (max-width:1500px) */

/* Responsive @ (max-width:1450px) */
@media (max-width:1450px) {
	.animation {
		padding-left: 3em;
		padding-right: 3em;
	}

	.animation .info {
		padding-right: 6.25em;
	}

	.home-feed {
		display: block;
		max-width: 1140px;
		margin: 0 auto;
		font-size: 1em;
		padding: 1.5em 0;
	}

	.home-feed section {
		display: block;
	}

	.home-feed .test-feed {
		float: none;
		width: 100%;
	}

	.home-feed .test-feed nav ul {
	}

	.home-feed .disc-forum {
		float: none;
		width: 30%;
		padding: 0;
		margin: 2em auto 0;
	}

	.home-feed .home-contact {
		clear: both;
		width: auto;
		padding-top: 1em;
	}

	.home-contact header {
		text-align: center;
	}
}
/* End Responsive @ (max-width:1450px) */

/* Responsive @ (max-width:1300px) */
@media (max-width:1300px) {
	#NavZone {
		font-size: 1.225vw;
	}
}
/* End Responsive @ (max-width:1300px) */

/* Responsive @ (max-width:1200px) */
@media (max-width:1200px) {
	html {
		font-size: 1.33vw;
	}

	.main, .home-feed, #Section1Zone, #Section2Zone, #FooterZone {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}

	.sticky-nav {
		padding: 0 0 0 1em;
	}

	.top-nav li a {
		font-size: .91em;
	}

	.animation {
		display: block;
	}

	.animation .info, .animation .video-container {
		display: block;
		width: auto;
		padding: 0;
	}

	.animation .info img {
		max-width: 49%;
		float: left;
	}

	.animation .info p {
		max-width: 49%;
		float: right;
		padding: .65em 0;
		margin: 0 0 1em;
		border: none;
	}

	.animation .info .btn {
		clear: both;
		display: block;
		text-align: center;
		max-width: 30em;
		margin: 1em auto;
	}

	.animation .video-container {
		width: 45em;
		max-width: 100%;
		margin: 0 auto;
	}

	.animation .info img {
	}
}
/* End Responsive @ (max-width:1200px) */

/* Responsive @ (max-width:990px) */
@media (max-width:990px) {
	html {
		font-size: 1.7vw;
	}

	#NavZone {
		font-size: .82em;
	}

	.sticky-nav .call span {
		display: none;
	}

	.sticky-nav .search {
		padding-left: 0;
	}

	.sticky-nav nav a {
		padding: .9em 1em;
	}

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

	.top-nav .mobile-nav {
		display: table;
		width: 35em;
		text-align: center;
		border-right: solid 1px #716FB5;
	}

	.top-nav li .tab-call {
		display: none;
	}

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

	#TopZone {
		font-size: .9em;
	}

	#ImageZoneNav {
		z-index: 1;
	}

	#ImageZone {
		position: relative;
		z-index: 0;
	}

	.animation {
		padding: 2em 0;
	}

	.animation .info img {
		max-width: 53%;
		margin-top: .5em;
	}

	.animation .info p {
		max-width: 44%;
		text-align: center;
		font-size: 1em;
		padding: 0 1em;
	}

	.slide-animation.new .slide {
		width: 75%;
		left: 25%;
	}

	.slide-animation .slide-nav .thumbnails {
		width: 25%;
	}

	.slide-animation .slide-nav .arrows {
		width: 70%;
		left: 27.5%;
	}

	.home-feed .test-feed nav ul {
		height: 12em;
	}

	.home-feed .test-feed .slide h2 {
		font-size: 2em;
	}

	.home-feed .test-feed .slide p {
		font-size: 1.15em;
		line-height: 1.3;
	}

	.home-feed .test-feed {
		height: 16em;
	}

	.home-feed .disc-forum {
		width: 39%;
	}

	.disc-forum .forum-button {
		padding: 1.25em;
	}

	.info-tagline h2 {
		font-size: 2em;
	}

	.info-tagline h2 .block span:after, .info-tagline a:hover h2 .block span:after {
		margin-left: .5em;
		opacity: 1;
	}

	.info-tagline h2 .block:before {
		background-size: auto 60%;
	}

	.prac-nav nav a {
		padding: 1.5em 3em 0;
		line-height: 1.1;
	}

	.success-rates span img {
		max-width: 48%;
	}

	.section-one .content-list ul:first-of-type {
		padding-right: .5em;
	}

	.section-one .content-list ul:last-of-type {
		padding-left: .5em;
	}

	.section-one .content-list li {
		padding-left: 2em;
		line-height: 1.3;
	}

	.section-one header p {
		max-width: none;
	}

	.section-two .fancy {
		padding-left: 3em;
		padding-right: 3em;
	}

	.consult-list .slide-nav {
		font-size: 1.35em;
	}

	.consult-list .next {
		right: 1em;
	}

	.consult-list .prev {
		left: 1em;
	}

	.section-zero nav header h2 {
		margin-top: 0;
	}

	#FooterZone {
		padding: 0;
	}

	.footer {
		padding: 2em 0;
		font-size: 1em;
	}

	.footer .table, .footer section {
		display: block;
	}

	.footer section {
		padding: 0 1em;
	}

	.footer section.item1 {
		width: 43%;
		float: left;
		padding-top: 1em;
		padding-right: 0;
	}

	.footer section.item2 {
		float: right;
		width: 57%;
	}

	.footer section.item2 ul:after {
		content: '';
		display: block;
		clear: both;
	}

	.footer section.item2 li {
		text-align: center;
		padding: 0;
		width: 50%;
		float: right;
		line-height: 1.3;
	}

	.footer section.item2 li[itemscope] {
		float: left;
	}

	.footer section.item3, .footer section.item4 {
		width: 28.5%;
		float: right;
	}

	.footer section.item3 {
		clear: right;
	}

	.footer .flex_footer section {
		padding: 0;
	}

	.footer .call {
		padding-top: 1em;
	}

	.footer .flex_footer .right_side .item2 {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}

	.prac-nav nav img {
		background-size: contain;
	}

	.prac-nav nav .featured-testimonials img {
		background-size: auto 57%;
	}

	aside .prac-nav nav a {
		width: 25%;
		padding: 1.5em 0 0;
		border-right: solid 1px #E1E3EC !important;
	}

	aside .prac-nav nav a:nth-child(4n) {
		border-right: none!important;
	}

	aside .prac-nav nav a:nth-last-of-type(-n + 4) {
		border-bottom: none;
	}

	aside .prac-nav nav p {
		padding: 0;
	}

	.sub #MainZone, #SideArea {
		width: auto;
		padding: 1.5em 0;
		float: none;
	}

	.pop-item {
		position: relative;
		left: auto;
		bottom: auto;
		opacity: 1;
		z-index: 1;
		pointer-events: auto;
	}

	.pop-item .pop-container {
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
		margin-bottom: 0;
		margin-top: 2em;
	}

	.new.pop-item .pop-container {
		display: block;
	}

	.new.pop-item .pop-container .pop-one, .new.pop-item .pop-container .pop-two {
		width: 100%;
	}

	.new.pop-item .pop-container .pop-two {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-top: 1em;
		border-top: solid .25em #CD9F59; /* $Highlight */
		padding-top: 1em;
	}

	.new.pop-item .pop-container .divider {
		display: none;
	}

	.new.pop-item .pop-container .btn {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.no-flexbox .new.pop-item .pop-container .btn {
		margin-top: 1em;
	}

	.pop-item .pop-container .close {
		display: none;
	}
}
/* End Responsive @ (max-width:990px) */

/* Responsive @ (max-width:700px) */
@media (max-width:700px) {
	html {
		font-size: 2.3vw;
	}

	#NavZone {
		font-size: .95em;
	}

	.questionnaire #NavZone {
		height: auto;
	}

	.sticky-nav {
		padding: 0;
		position: relative;
	}

	.sticky-nav .call a {
		font-size: 1.65em;
	}

	.sticky-nav nav .item2, .sticky-nav nav .item4 {
		display: none;
	}

	.sticky-nav .search input[type='text'] {
		width: 14.25em;
	}

	.top-nav .mobile-nav {
		width: auto;
	}

	.masthead .top-logo {
		width: 17.5em;
	}

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

	#ImageZoneNav {
		position: relative;
		padding: 0 2em;
		height: auto;
	}

	.ImageArea {
		padding-left: 0;
	}

	.i-nav {
		width: auto;
	}

	.i-nav .nav-link {
		height: 100%;
		width: 2em;
		top: 0!important;
		bottom: auto!important;
		left: auto;
		padding-top: 3.25em!important;
	}

	.i-nav .nav-link.down {
		left: 100%;
	}

	.i-nav .nav-link.down icon:before {
		content: '\e915';
	}

	.i-nav .nav-link.up {
		right: 100%;
	}

	.i-nav .nav-link.up icon:before {
		content: '\e914';
	}

	.i-nav ul {
		display: table;
		width: auto;
		position: relative;
		height: 8.5em;
		-webkit-transition: margin-left .5s ease;
		-moz-transition: margin-left .5s ease;
		-o-transition: margin-left .5s ease;
		transition: margin-left .5s ease;
	}

	.i-nav ul li {
		padding-bottom: 0;
		display: table-cell;
	}

	.i-nav li .thumb img {
		background-size: cover;
	}

	.home-feed section {
		float: none!important;
		width: auto!important;
		padding: 0!important;
		margin-bottom: 2em;
	}

	.home-feed .home-contact {
		margin-bottom: 0;
	}

	.home-feed .test-feed nav ul {
		height: 15em;
	}

	.home-feed .test-feed .btn {
		display: block;
		margin: 0 5em;
		text-align: center;
	}

	aside .home-feed .test-feed .btn {
		margin-left: 5em;
		margin-top: 0;
	}

	.forum-button p {
		margin: .85em 3em 1.35em;
	}

	.home-contact header p {
		max-width: 70%;
		margin: 0 auto;
		font-size: 1em;
	}

	.info-tagline h2 .block {
	}

	.info-tagline {
		display: block;
		width: 100%;
	}

	.info-tagline a {
		display: block;
		width: 100%;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}

	.prac-nav header h2 {
		line-height: 1;
	}

	.prac-nav header h3 {
		letter-spacing: .1em;
		padding-top: .25em;
	}

	.home .prac-nav nav a {
		width: 50%;
		border-bottom: solid 1px rgba(194,198,217,0.5);
		height: 7.5em;
	}

	.home .prac-nav nav a:nth-child(odd) {
		border-left: none;
	}

	.home .prac-nav nav a:nth-last-of-type(-n + 2) {
		border-bottom: none;
	}

	.home-nav li {
		width: 50%;
	}

	.home-nav li.item7 a, .home-nav li.item8 a {
		border-top: none;
	}

	.home-nav li.item7 a {
		border-left: solid 1px rgba(194,198,217,0.5);
	}

	.consult-list .slide-nav {
		font-size: 1.1em;
	}

	.consult-list nav .slide.item14 .num {
		margin-bottom: .5em;
	}

	.consult-list .slide p {
		line-height: 1.4;
	}

	.section-zero article {
		margin-bottom: 1.5em;
	}

	.section-zero article, .section-zero nav {
		float: none;
		padding: 0;
		width: auto;
	}

	.CCTA h2, .section-one header h2, .section-two header h3 {
		font-size: 2.5em;
	}

	.section-two header h2 {
		font-size: 3em;
	}

	.footer section.item1, .footer section.item2 {
		float: none;
		width: auto;
		padding: 0 1em 2em;
	}

	.footer section.item3, .footer section.item4 {
		width: 50%;
		text-align: center;
	}

	.footer .item3 ul, .footer .item4 ul {
		padding: 0;
	}

	aside .prac-nav nav a {
		padding: .5em 1.75em 0;
	}

	.page-header .table, .page-header section.left, .page-header section.right {
		display: block;
		width: auto;
	}

	.page-header section.left {
		padding: 1em 0;
	}

	.page-header section.right {
		padding: 1em;
	}

	.contact-data section div, .contact-data section {
		display: block;
		width: auto!important;
		float: none;
	}

	.contact-data section .left {
		padding: 1em 0;
	}

	.contact-data section {
		border-radius: 1em 1em 0 0;
	}

	.questionnaire .sticky-nav .sticky-logo {
		display: none;
	}

	.PatientQuestionnaire.patient-questionnaire .button {
		padding: 1em;
		margin-bottom: .5em;
		margin-right: 1em;
	}

	.patient-questionnaire a.button.skip {
		float: none !important;
		display: block;
		margin: 1em auto !important;
	}

	.questionnaire fieldset {
		line-height: 2;
	}

	.slide-animation.new .slide {
		width: 100%;
		left: 0;
	}

	.slide-animation .slide-nav .thumbnails {
		width: 100%;
		height: auto;
		bottom: 2em;
		top: auto;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.no-flexbox .slide-animation .slide-nav .thumbnails {
	}

	.slide-animation .slide-nav .thumbnails a {
		height: 1em;
		width: 1em;
		border-radius: 50%;
		overflow: hidden;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin: 0 1em;
		border-bottom: solid 3px #CD9F59; /* $Highlight */
		font-size: .75em;
	}

	.slide-animation .slide-nav .thumbnails a.active {
		background-color: #454383; /* $Primary */
	}

	.no-flexbox .slide-animation .slide-nav .thumbnails a {
		display: inline-block;
		vertical-align: middle;
	}

	.slide-animation .slide-nav .thumbnails a span {
		opacity: 0;
	}

	.slide-animation .slide-nav .arrows {
		width: 90%;
		left: 5%;
		top: auto;
		bottom: 4.5em;
	}

	.slide-animation .slide-nav .arrows a {
		font-size: 3em;
	}

	.half {
		width: 100%;
	}

	.reviews-branch .review-special .flex .flex-item:first-child {
		width: 50%;
	}
}
/* End Responsive @ (max-width:700px) */

/* Responsive @ (max-width:500px) */
@media (max-width:500px) {
	html {
		font-size: 3.4vw;
	}

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

	.sticky-nav nav a, .sticky-nav nav .item2, .sticky-nav nav a, .sticky-nav nav .item4 {
		display: table-cell;
		width: 20%;
		text-align: center;
		padding: .5em 1em;
	}

	.sticky-nav nav a icon {
		display: block;
	}

	.sticky-nav .right-info {
		float: none;
		width: auto;
		clear: both;
		text-align: center;
	}

	.masthead {
		padding-top: 3.6em;
		text-align: center;
	}

	.home .masthead {
		padding-top: 3.9em;
	}

	.masthead .lang {
		text-align: center;
		font-size: 12px;
		position: relative;
		display: inline-block;
		right: auto;
		margin-bottom: .5em;
		width: 22em;
	}

	.masthead .lang nav a {
		font-size: .95em;
	}

	.masthead .lang a {
		font-size: 1.15em;
	}

	.masthead .top-logo {
		margin: 0 auto;
		float: none;
		display: block;
		width: 80%;
		text-align: center;
	}

	.masthead .top-nav {
		padding-top: 1em;
		float: none;
	}

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

	.btn {
		font-size: 1em;
	}

	.animation .info .btn {
		font-size: 1em;
	}

	.animation .info img, .animation .info p {
		width: auto;
		float: none;
		max-width: 100%;
	}

	.home-feed .test-feed {
		height: 18em;
	}

	.home-feed .test-feed nav ul {
		margin: 0;
	}

	.home-feed .test-feed .slide-nav {
		height: auto;
		bottom: 0;
		top: auto;
	}

	.home-feed .test-feed .slide-nav a {
		top: auto;
		bottom: .35em;
		margin-top: 0;
		font-size: 1.3em;
	}

	.home-feed .test-feed .slide {
		text-align: center;
	}

	.home-feed .test-feed .slide h2 {
		font-size: 1.4em !important;
		margin-bottom: .5em;
	}

	.home-feed .test-feed .btn {
		margin: 0 3.25em;
		font-size: .95em;
	}

	.forum-button h3, .home-contact header h3, .consult-list header h2 {
		font-size: 3em;
	}

	.forum-button h3, .home-contact header h3 {
		font-size: 3em;
	}

	.home-contact header p {
		max-width: none;
	}

	.info-tagline h2 {
		font-size: 1.75em;
	}

	.prac-nav header, .consult-list header {
		font-size: .85em;
	}

	.home article #MainContent h1 {
		padding: 0;
		font-size: 2em;
	}

	.no-move.consult-list nav .slide {
		text-align: center;
	}

	.no-move.consult-list nav .slide .num {
		margin-bottom: 1em;
		max-width: 100%;
	}

	.no-move.consult-list nav .slide p {
		max-width: 90%;
		margin-left: auto;
	}

	.no-move.consult-list header h3 {
		font-size: 2.35em;
	}

	.consult-list nav {
		height: 16em;
	}

	.consult-list .slide-nav {
		font-size: 1.35em;
	}

	.consult-list .slide-nav a {
		margin: .4em .3em;
	}

	.consult-list .next, .consult-list .prev {
		top: 25%;
	}

	.CCTA h2, .section-one header h2, .section-two header h3 {
		font-size: 2.1em;
	}

	.section-one .content-list ul {
		float: none;
		width: auto;
		padding: 0!important;
	}

	.footer section.item3 {
		font-size: .975em;
		padding: 0 0 0 .25em;
	}

	.footer section.item4 {
		font-size: .975em;
		padding: 0 .25em 0 0;
	}

	.footer .flex_footer .right_side {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}

	.home-contact .case-eval .left, .home-contact .case-eval .right {
		float: none;
		width: auto;
		padding: 0;
	}

	.CCTA h2 span {
		display: block;
	}

	.CCTA a {
		padding: 1em 2em;
	}

	.disclaimer {
		font-size: 11px;
	}

	aside .prac-nav nav a {
		width: 50%;
		padding: .5em 3.5em 0;
	}

	aside .prac-nav nav a:nth-last-of-type(-n + 4) {
		border-bottom: solid 1px #E1E3EC; /* lighten($Background,50%) */
	}

	aside .prac-nav nav a:nth-of-type(even) {
		border-right: none!important;
	}

	aside .prac-nav nav a:nth-last-of-type(-n + 2) {
		border-bottom: none!important;
	}

	.anImgCaption {
		width: 100%;
		margin: .25em auto;
		clear: both;
		float: none;
		text-align: center;
	}

	.success-rates span img {
		max-width: 100%;
		margin: 0;
	}

	.video-player {
		width: 100%;
		float: none !important;
	}

	.pop-item .pop-container {
		width: 90%;
	}

	.new.pop-item .pop-container .pop-one, .new.pop-item .pop-container .pop-two {
		display: block;
	}

	.new.pop-item .pop-container .btn {
		margin-top: 1em;
	}

	.sub.questionnaire #MainZone {
		padding: 1.5em 0;
	}

	.app-form .half {
		width: 100%;
		margin-bottom: 1em;
	}

	.trifecta-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.trifecta-list li {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}

	.trifecta-list li + li {
		margin-top: 2px;
	}

	.landing-full .masthead > *:not(.lang) {
		display: none;
	}

	div#Landingcontent2 {
		max-width: 100%;
	}
}
/* End Responsive @ (max-width:500px) */

.blog-sys .sys-item>a:after {
	content: '';
	display: block;
	clear: both;
}

.section-zero nav li.menu>a:hover:after {
	margin-top: 0;
	color: #454383;
}

.section-zero nav li.menu.active>a:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #454383;
}

.section-zero nav li.menu.active>a:hover:after {
	margin-top: -.75em;
}

div.section-one > div.content-list > ul.change-link-color > li > a:hover {
	color: #E3BD84;
}

#Section1List > ul > li > a:hover {
	color: #E3BD84;
}

article#BlogEntry ul {
	list-style: disc;
	margin-left: 1.4em;
}
