/* CSS Reset 2017 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

main, nav, aside, article, section, header, footer, video, figure, fieldset, blockquote {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

strong, b {
	font-weight: bold;
}

.recaptchatable #recaptcha_response_field {
	display: inline-block;
}
/* End CSS Reset 2017 */

/* General Site Styles */
html {
	-webkit-text-size-adjust: 100%;
	font-size: 1.04166vw;
	overflow-x: hidden;
}

body {
	color: #5F6062; /* $secondary */
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'Questrial', sans-serif; /* @mainfont */
	line-height: 1.7;
	overflow: hidden;
	background-color: #FFFFFF; /* $white */
}

main {
	transition: padding-top .15s ease 0s;
}

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

body.cms-admin main {
	padding-top: 0px !important;
}

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

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

body.cms-layout .cms-zone>[icobalt] {
	min-height: 20px;
}

div.zone-editable {
	min-width: 150px;
}

.main, .full, .wide {
	width: auto;
	margin: 0 auto;
	padding-left: 3.333em;
	padding-right: 3.333em;
	position: relative;
}

.main {
	max-width: 1700px;
}

.wide {
	max-width: 91.222em;
}

.main.thin {
	max-width: 73.333em;
}

.main.wide {
	max-width: 98.889em;
}

ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.content-style ul:not(.bullet-list), .content-style ol {
	list-style-type: none;
	margin: 1em 0;
	padding: 0 0 0 1.5em;
}

img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

sup {
	font-size: .5em;
}

icon > svg {
	pointer-events: none;
}

main section {
	padding: 5em 0;
}

main section.no-padd {
	padding-top: 0;
	padding-bottom: 0;
}

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

.two-thirds {
	width: 63%;
}

.third {
	width: 32%;
}

.half {
	width: 49%;
}

.no-cdd {
	display: none !important;
}

.img-con img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

img.default {
	background-image: url(/images/default.jpg);
	background-color: #FFFFFF; /* $white */
	background-position: 50% 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

img.default.male {
	background-image: url(/images/placeholder-md.png);
}

img.default.female {
	background-image: url(/images/placeholder-md.png);
}

img.default.other {
	background-image: url(/images/placeholder-md.png);
}

.ninja {
	display: none;
}

.for-mob {
	display: none;
}

.column-content {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	padding-bottom: 5em;
}

.column-content.main {
	max-width: 1850px;
	padding-top: 1em;
}

.column-content .main-zone {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 60.972%;
	padding-top: 2em;
}

.large-fonts .column-content .main-zone {
	font-size: 1.25em;
}

.column-content .side-zone {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30.531%;
	padding-top: 2em;
}

.column-content .side-zone > aside + aside {
	margin-top: 2em;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	z-index: 1;
}

fieldset.story {
	max-width: 1700px;
	padding: 0 4%;
	margin: 3em auto 1.5em auto;
}
/* End General Site Styles */

/* Next Level Flexable */
[class*='flex-'], .flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

[class*='flex-'] .fit {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

[class*='flex-'] .auto {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: auto;
}

.ui-tabs [class*='flex-'].ui-tab-panel,
.ui-tabs [class*='flex-'].ui-conditional-panel {
	display: none;
}

.ui-tabs [class*='flex-'].ui-tab-panel.active,
.ui-tabs [class*='flex-'].ui-conditional-panel.active,
.cms-edit-layout .ui-tabs [class*='flex-'].ui-tab-panel,
.cms-edit-layout .ui-tabs [class*='flex-'].ui-conditional-panel {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

[class*='flex-'][class*='-inline'] {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

[class*='flex-'][class*='-center'] {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

[class*='flex-'][class*='-right'] {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

[class*='flex-'][class*='-left'] {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

[class*='flex-'][class*='-between'] {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

[class*='flex-'][class*='-around'] {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

[class*='flex-'][class*='-middle'] {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

[class*='flex-'][class*='-top'] {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

[class*='flex-'][class*='-stretch'] {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

[class*='flex-'][class*='-bottom'] {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

[class*='flex-'][class*='-wrap'] {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

[class*='flex-'][class*='-row'] {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

[class*='flex-'][class*='-reverse'][class*='-row'] {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

[class*='flex-'][class*='-column'] {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

[class*='flex-'][class*='-reverse'][class*='-column'] {
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
/* End Next Level Flexable */

/* Title/H Styles */
h1, h2, h3, h4, h5, h6, section header > strong, section header > a > strong, section header > em, section header > a > em {
	margin: 0;
	line-height: 1.2;
	font-weight: 400;
}

h1, section header > h4, header > h2:first-child {
	font-size: 2.25rem;
	text-transform: none;
	line-height: 1.1;
	color: #2C2C2C; /* $text */
	margin-bottom: 1rem;
	font-family: 'Questrial', sans-serif; /* @mainfont */
}

h2, section header > h5, header > h3:nth-child(2) {
	font-size: 1.444rem;
	color: #AB123E; /* $primary */
	letter-spacing: .010em;
	font-family: 'Vidaloka', serif; /* @accentfont */
}

h3 {
	font-size: 1.278rem;
	color: #AB123E; /* $primary */
}

.sub-page .content-style h1, .sub-page .content-style h2.look-like-h1, .content-style header > *:first-child:not(a), .content-style header > a > *:first-child {
}

section header > h4:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	width: 5em;
	background-color: #B7CE97;
}

section header.no-line > h4:after {
	display: none;
}

section header.no-line > h4 {
	margin-bottom: 0;
}

section header > h4 + p {
	font-style: italic;
}

section header > strong, section header > a > strong, section header > em, section header > a > em {
	font-weight: 400;
	font-size: 1.556rem;
	line-height: 1.857em;
}

.content-style h2.look-like-h1 {
	margin-top: 0;
	font-family: 'Questrial', sans-serif; /* @mainfont */
}

.content-style h1 + h2 {
	margin-top: 0;
	margin-bottom: 1em;
}

.content-style h1 + p, .content-style h2 + p, .content-style h3 + p, .content-style h4 + p {
	margin-top: .3em;
}

.content-style h2 {
	font-family: 'Vidaloka', serif; /* @accentfont */
	color: #AB123E; /* $primary */
	font-size: 1.4;
}

.content-style h3 {
	font-family: 'Questrial', sans-serif; /* @mainfont */
	color: #2C2C2C; /* $text */
	font-size: 1.2em;
}

.content-style h4 {
	font-family: 'Vidaloka', serif; /* @accentfont */
	font-size: 1.2em;
	color: #2C2C2C; /* $text */
}

.content-style h5 {
}

.content-style h2, .content-style h3, .content-style h4 {
	margin: 1rem 0 .3rem;
}

h4 {
	font-size: 1.111em;
	color: #2C2C2C; /* $text */
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

section header {
	padding-bottom: 1em;
}

section.blog-system  header {
	text-align: left;
	padding-top: 2em;
	padding-bottom: 0;
}

main section .content-style header, main section  header.content-style {
	padding-bottom: 0;
}

section header h2 + h3, section header h1 + h2 {
	margin-top: 1.25rem;
	line-height: 1.2;
}

main section header p {
	margin-top: .5em;
}

section header > *:nth-child(2):not(p), section header > a > *:nth-child(2):not(p) {
	margin-top: .5em;
}

main section header > *:first-child {
	margin-top: 0;
}

main section header > *:last-child {
	margin-bottom: 0;
}
/* End Title/H Styles */

/* Link & Button Styles */
a {
	color: #9BAB23; /* $tertiary */
	transition: color .4s ease 0s;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #5F6062; /* $secondary */
}

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

.phone-link:hover {
	color: inherit;
}

.btn-con {
	text-align: center;
	margin-top: 1em;
}

.btn {
	display: inline-block;
	text-align: center;
	padding: .9em 2em;
	position: relative;
	cursor: pointer;
	font-weight: 800;
	font-size: .8em;
	letter-spacing: .1em;
	text-transform: uppercase;
	transition: color .4s ease 0s, background-color .4s ease 0s;
	line-height: 1.2;
	border-radius: 5px;
}

.btn.small {
	font-size: .75rem;
	padding: .5em;
}

.btn.v1 {
	background-color: #9BAB23; /* $tertiary */
	color: #FFFFFF; /* $white */
}

.no-touch .btn.v1:hover, .no-touch a:hover .btn.v1 {
	background-color: #AB123E; /* $primary */
	color: #FFFFFF; /* $white */
}

.btn.v2 {
	background-color: #AB123E; /* $primary */
	color: #FFFFFF; /* $white */
}

.no-touch .btn.v2:hover, .no-touch a:hover .btn.v2 {
	background-color: #5F6062; /* $secondary */
}

.btn.v3 {
	background-color: #9BAB23; /* $tertiary */
	color: #FFFFFF; /* $white */
}

.no-touch .btn.v3:hover, .no-touch a:hover .btn.v3 {
	background-color: #5F6062; /* $secondary */
}
/* End Link & Button Styles */

/* General Form Styles */
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

input[type='search'] {
	-webkit-appearance: none;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

fieldset > ul > li {
	padding-bottom: .8em;
	position: relative;
}

fieldset ul .fourth {
	width: calc(25% - 0.444em);
	padding: 0 0 .8em;
}

fieldset ul .third {
	width: calc(33% - 0.444em);
	padding: 0 0 .8em;
}

fieldset ul .half {
	width: calc(50% - 0.444em);
	margin-right: 0;
	margin-bottom: 0;
	padding: 0 0 .8em;
	border: none;
}

fieldset ul ul .half {
	padding: 0;
}

fieldset ul .full {
	width: 100%;
	font-size: inherit;
	padding-left: 0;
	padding-right: 0;
}

fieldset ul.ui-scroll, fieldset ul.ui-scroll ul {
	display: block;
}

fieldset ul li.ui-conditional-panel, fieldset ul li.hide {
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
	max-height: 0;
	transition: padding-bottom .5s ease 0s, max-height .5s ease 0s;
	display: block !important;
}

fieldset ul li.ui-conditional-panel.active:not(.hide), fieldset ul li.hide.show:not(.ui-conditional-panel), fieldset ul li.ui-conditional-panel.active.show {
	max-height: 7em;
	padding-bottom: .8em;
}

fieldset ul li.ui-conditional-panel.active.invalid:not(.hide), fieldset ul li.hide.show.invalid:not(.ui-conditional-panel), fieldset ul li.ui-conditional-panel.active.show.invalid {
	overflow: visible;
}

.input-text {
	position: relative;
}

fieldset li > label {
	display: block;
	position: relative;
	margin-bottom: .25em;
}

fieldset li > label.hide {
	display: none;
}

fieldset li.checkbox label {
	display: block;
	position: relative;
	margin-bottom: .25em;
	color: #000000;
	line-height: 1.750;
	font-size: 1em;
	font-weight: 400;
	width: 100%;
}

.input-text.check-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-text.check-box label:not(.check-replace) {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.input-text.check-box input {
	width: 1.5em;
	height: 1.5em;
	margin: 0;
	padding: 0;
	position: absolute;
	opacity: 0;
}

.input-text.check-box .check-replace {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background-color: #FFFFFF; /* $white */
	border: solid 1px #9BAB23; /* $tertiary */
	margin-right: .75em;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	border-radius: .2em;
}

.input-text.check-box .check-replace:before {
	content: '\e132';
	font-family: 'icomoon-ult';
	color: #5F6062; /* $secondary */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: opacity .4s ease 0s;
}

.input-text.check-box input:checked + .check-replace:before {
	opacity: 1;
}

.input-text .input-like, .input-text input[type='text'], .input-text input[type='password'] , .input-text input[type='month'], .input-text input[type='email'], .input-text input[type='tel'], .input-text input[type='datetime'], .input-text input[type='datetime-local'], .input-text textarea, .input-text select, .zip-search-input {
	display: block;
	background-color: #FFFFFF; /* $white */
	padding: .75em 1em;
	color: #444444; /* $grey */
	width: 100%;
	outline: none;
	box-shadow: none;
	font-size: 1em;
	border-radius: 0;
	border: 1px solid #E8E8E8; /* $light */
}

.input-text textarea {
	resize: none;
	min-height: 9.375em;
}

.input-text select {
	padding: 1.025em 1em;
}

.ie .input-text select {
	padding: .75em 1em;
}

.input-text select option {
	text-transform: none;
	text-align: left;
}

.input-text input[type='month'] {
	padding: .45em .5em;
}

.input-text input:focus, .input-text select:focus, .input-text textarea:focus, .zip-search-input:focus {
	outline: none;
}

.input-text ::-webkit-input-placeholder {
	color: #444444; /* $grey */
}

.input-text :-moz-placeholder {
	color: #444444; /* $grey */
	opacity: 1 !important;
}

.input-text ::-ms-input-placeholder {
	color: #444444; /* $grey */
}

fieldset .validation {
	position: absolute;
	padding: .5em 1em;
	top: 100%;
	z-index: 2;
	font-size: .8em;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease 0s;
	-webkit-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%);
	white-space: nowrap;
	pointer-events: none;
	background-color: rgba(0,0,0,0.8);
	color: rgba(255,255,255,0.95);
	right: 0;
}

fieldset .invalid .validation {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	visibility: visible;
}

fieldset .invalid.focused .validation, fieldset .invalid:hover .validation {
	opacity: 1;
}

fieldset .invalid {
}

fieldset .validation:before {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-left: solid .5em transparent;
	border-right: solid .5em transparent;
	border-bottom: solid .5em rgba(0,0,0,0.8);
	bottom: 100%;
	right: 1em;
}

fieldset .input-text:after {
	font-family: 'icomoon-ult';
	display: block;
	position: absolute;
	top: 1.05em;
	right: 1em;
	opacity: 0;
	transition: all .4s ease 0s;
	line-height: 1;
}

fieldset .invalid .input-text:after {
	opacity: 1;
	content: '\e747';
	color: #FF0004;
}

fieldset .valid .input-text:after {
	content: '\e132';
	opacity: 1;
	color: #37FF00;
}

.form .radio-list td label {
	display: block;
	width: 100%;
	position: relative;
}

.form .radio-list td input {
	opacity: 0;
}

.form .checkbox input {
	opacity: 0;
	position: relative;
	z-index: 1;
}

.form table {
	min-width: 12em;
}

.form table tbody {
}

.form table tbody tr {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 50%;
}

.form .radio-list table tbody tr {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.form table tbody tr td {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.form table tbody tr td label {
	color: #676767;
	font-weight: 400;
}

_.form table tbody tr td label:before, .form .checkbox label:before {
	content: '';
	position: absolute;
	height: 1em;
	width: 1em;
	top: 50%;
	left: -1.4em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #FFFFFF;
	border: solid 1px #AB123E;
}

.form .radio-list table tbody tr td label:before {
	border-radius: 50%;
}

.form table tbody tr td label:after {
	content: '';
	position: absolute;
	width: 1em;
	height: 1em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: -1.4em;
	transition: .4s ease 0s;
}

.form .radio-list table tbody tr td label:after {
	background-color: #AB123E; /* $primary */
	-webkit-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	border-radius: 50%;
	opacity: 1;
}

.form .radio-list table tbody tr td input:checked ~ label:after {
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.form .checkbox label:after {
	content: '';
	display: block;
	position: absolute;
	height: 1em;
	width: .45em;
	-webkit-transform: scaleX(-1) rotate(135deg);
	-ms-transform: scaleX(-1) rotate(135deg);
	transform: scaleX(-1) rotate(135deg);
	border-top: solid .167em #9BAB23; /* $tertiary */
	border-right: solid .167em #9BAB23; /* $tertiary */
	top: 50%;
	left: -1.2em;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-image: none;
	opacity: 0;
	z-index: 2;
}

.form .checkbox input:checked ~ label:after {
	-webkit-animation: check .35s ease .2s;
	animation: check .35s ease .2s;
	opacity: 1;
	transition: opacity .05s ease .2s;
}

@-webkit-keyframes check {
	0% { height: 0; width: 0; }
	25% { height: 0; width: .45em; }
	50% { height: 1em; width: .45em; }
}

@-moz-keyframes check {
	0% { height: 0; width: 0; }
	25% { height: 0; width: .45em; }
	50% { height: 1em; width: .45em; }
}

@-o-keyframes check {
	0% { height: 0; width: 0; }
	25% { height: 0; width: .45em; }
	50% { height: 1em; width: .45em; }
}

@keyframes check {
	0% { height: 0; width: 0; }
	25% { height: 0; width: .45em; }
	50% { height: 1em; width: .45em; }
}
/* End General Form Styles */

/* General Content Styles */
html:not(.cms-editing) body:not(.cms-admin) .content-style:empty {
	display: none;
}

.main.content-style > *:first-child, .flex .content-style > *:first-child {
	margin-top: 0;
}

.main.content-style > *:last-child, .flex .content-style > *:last-child {
	margin-bottom: 0;
}
/* End General Content Styles */

/* Base Scrolling List Styles */
.container {
	overflow: hidden;
	position: relative;
}

.container ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	transition: transform .5s ease 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.container ul li {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
/* End Base Scrolling List Styles */

/* Scrolling List Nav */
.scrolling-list-nav {
	display: none;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.active .scrolling-list-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.scrolling-list-nav span {
	cursor: pointer;
	color: #5F6062; /* $secondary */
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .15em;
	position: relative;
	transition: color .4s ease 0s, opacity .4s ease 0s;
	display: inline-block;
}

.scrolling-list-nav span icon {
	pointer-events: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #98CAEC;
	border: solid 2px #98CAEC;
	border-radius: 50%;
	height: 2em;
	width: 2em;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.scrolling-list-nav span.prev {
}

.start .scrolling-list-nav span.prev {
	opacity: .5;
	pointer-events: none;
}

.scrolling-list-nav span.next {
}

.end .scrolling-list-nav span.next {
	opacity: .5;
	pointer-events: none;
}

.no-touch .scrolling-list-nav span:hover {
	color: #AB123E; /* $primary */
}
/* End Scrolling List Nav */

/* Scrolling List Thumbs */
.scrolling-list-thumbs {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.5em;
}

.scrolling-list-thumbs span {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 0.833em;
	height: 0.833em;
	transition: background-color .4s ease 0s, border-color .4s ease 0s, transform .4s ease 0s;
	border-radius: 50%;
	margin: 0 .75em;
	display: inline-block;
	border: solid 1px #5F6062; /* $secondary */
	background-color: transparent;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

.no-touch .scrolling-list-thumbs span:hover, .scrolling-list-thumbs span.active {
	background-color: #5F6062; /* $secondary */
	-webkit-transform: scale(.8,.8);
	-ms-transform: scale(.8,.8);
	transform: scale(.8,.8);
}
/* End Scrolling List Thumbs */

/* Bread Crumb Styles */
.bcb {
	border-bottom: solid 3px #AB123E; /* $primary */
	padding: 1em 0;
	width: 100%;
	font-size: .88em;
}

body.print .bcb {
	display: none;
}

.bread {
	max-width: 100%;
	position: relative;
	margin-left: 1.5em;
}

.bread a {
	padding: 0 .889em;
	color: #2C2C2C;
	display: block;
}

.bread a:hover {
	color: #2C2C2E; /* $dark */
}

.bread span.selected, .bread a.selected {
	color: #2C2C2C;
	padding: 0 .889em;
}

.bread .home-link {
	line-height: 1;
	color: #AB123E; /* $primary */
	padding-left: 0;
	position: absolute;
	left: -1.5em;
}

.bread .home-link + a {
}

.bread .separator {
	font-size: .75em;
	color: #AB123E; /* $primary */
}

.bc-buttons {
}

.bc-buttons li {
	zoom: 1;
	padding: 0 0.611em;
}

.bc-buttons li:last-child {
	padding-right: 0;
}

.bc-buttons a {
	display: block;
}

.bc-buttons a icon {
	display: block;
	padding: 0 .4em;
	font-size: 1em;
	color: #AB123E; /* $primary */
	transition: .5s ease;
}

.bc-buttons a icon.icon-txt {
	font-size: 1.111em;
}

.bc-buttons a icon.icon-printer {
	font-size: 1.389em;
}

.bc-buttons a:hover icon {
	color: #2C2C2E;
}

icon:not(:empty):before {
	display: none;
}

.bcb .headertab {
	text-align: center;
	margin: 0 0 -.5em;
	line-height: 1;
}

.bcb .headertab.bc-events ul li {
	padding: 0 0.5em;
}
/* End Bread Crumb Styles */

/* SideNav CTA styles */
section.cta-container.nav-ctas {
	padding: 1em 0;
}

section.cta-container.nav-ctas li {
	border: .25em solid transparent;
}

section.cta-container.nav-ctas li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 100%;
	border: 5px solid #E8E8E8; /* $light */
	position: relative;
	color: #2C2C2E; /* $dark */
	transition: background-color .66s ease 0s, border .66s ease 0s;
	z-index: 1;
	background-color: #FFFFFF; /* $white */
	padding: 0.5em;
}

section.cta-container.nav-ctas li a:hover {
	background-color: #AB123E; /* $primary */
}

.content-ctas .cta-container li a:hover {
	background-color: #E8E8E8; /* $light */
}

section.cta-container.nav-ctas li a icon {
	font-size: 3em;
	color: #B0B1B1;
	-webkit-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
	width: 10%;
	transition: color .5s ease 0s, opacity .5s ease .5s;
	opacity: 1;
	padding: 0 5%;
}

section.cta-container.nav-ctas li a:hover icon {
	color: #FFFFFF; /* $white */
}

section.cta-container.nav-ctas li a p {
	display: inline-block;
	color: #000;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	font-size: 1.1em;
	transition: color .66s ease 0s;
}

section.cta-container.nav-ctas li a:hover p {
	color: #FFFFFF; /* $white */
}

_section.cta-container.nav-ctas li a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #E8E8E8;
	position: absolute;
	opacity: 0;
	transition: width .5s ease, height .5s ease, top .5s ease, left .5s ease, opacity .5s ease, background-color .3s ease 0s;
}

_section.cta-container.nav-ctas li a:hover:before {
	width: calc(40% - 2.5em);
	left: 80%;
	top: 50%;
	height: 1px;
	opacity: 1;
	background-color: #AB123E;
	transition: width .5s ease, height .5s ease, top .5s ease, left .5s ease, opacity .5s ease, background-color .3s ease .2s;
}

section.cta-container.nav-ctas.unique-cta {
	padding-bottom: 0;
	margin-bottom: -1em;
}
/* End SideNav CTA styles */

/* Tabs */
.ui-tabs .ui-tab {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.ui-tabs .ui-tab-panel {
	display: none;
}

.ui-tabs .ui-tab-panel.active {
	display: block;
}

.community-tabs.ui-tabs .ui-tab-panel.active {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.physician-tabs.ui-tabs .ui-tab-panel.active {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ui-tabs tr.ui-tab-panel.active {
	display: table-row;
}

.ui-tabs .ui-tab-panel.flex.active {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ui-tabs .ui-tab-panel.ninja {
	display: none;
}
/* End Tabs */

/* Conditionals */
.ui-conditionals .ui-conditional-panel {
	display: none;
}

.ui-conditionals .ui-conditional-panel.active {
	display: block;
}

.ui-conditionals tr.ui-conditional-panel.active {
	display: table-row;
}

.ui-conditionals .ui-conditional-panel.flex.active {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ui-conditionals .ui-conditional-panel.ninja {
	display: none;
}
/* End Conditionals */

/* Animations */
@-webkit-keyframes pulse {
	0% { opacity: 1; width: 100%; height: 100%; }
	100% { opacity: 0; width: 150%; height: 150%; }
}

@-moz-keyframes pulse {
	0% { opacity: 1; width: 100%; height: 100%; }
	100% { opacity: 0; width: 150%; height: 150%; }
}

@-o-keyframes pulse {
	0% { opacity: 1; width: 100%; height: 100%; }
	100% { opacity: 0; width: 150%; height: 150%; }
}

@keyframes pulse {
	0% { opacity: 1; width: 100%; height: 100%; }
	100% { opacity: 0; width: 150%; height: 150%; }
}
/* End Animations */

/* JW Player Overrides */
.jw-display-icon-container {
	border: none !important;
}

.jw-icon-display {
	color: #FFFFFF !important; /* $white */
}

.no-touch .video:hover .jw-icon-display {
}

.jw-background-color {
	background: #AB123E !important; /* $primary */
	transition: background-color .4s ease 0s;
}

.no-touch .video:hover .jw-background-color {
	background-color: #5F6062 !important; /* $secondary */
}
/* End JW Player Overrides */

/* IE8 Popup */
.modal {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
}

.modal.show {
	display: block;
}

.cms-active-only .modal {
	display: block;
	position: relative;
}

.modal .bg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.modal .container {
	position: absolute;
	width: 50%;
	left: 25%;
	top: 25%;
	padding: 4em 3em;
	text-align: center;
	background-color: #FFFFFF; /* $white */
}

.modal .container .modal-btn {
	position: absolute;
	font-size: 1.75em;
	top: .25em;
	right: .5em;
	cursor: pointer;
	line-height: 1;
}

.modal .container .modal-btn:hover {
	color: #AB123E; /* $primary */
}

.modal .container .content {
}

.modal .container .content .icon {
	font-size: 3.5em;
	margin: 0;
	line-height: 1;
}

.modal .container .content p {
	font-size: 1.333em;
}

.modal .container .content .btn {
}
/* End IE8 Popup */

/* 1530px Responsive */
@media screen and (max-width:1530px) {
	html {
		font-size: 1.176vw;
	}

	.main, .wide, .full {
		padding-left: 2%;
		padding-right: 2%;
	}

	main section {
		padding: 2em 0 3em;
	}
}
/* End 1530px Responsive */

/* 1200px Responsive */
@media screen and (max-width:1200px) {
	html {
		font-size: 1.333vw;
	}
}
/* End 1200px Responsive */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	html {
		font-size: 1.85vw;
	}

	main section {
		padding: 0.5em 0 2.5em;
	}

	section header {
		padding-bottom: 1.5em;
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
	html {
		font-size: 2.123vw;
	}

	.half, ,fourth, .three-fourths,.third, .two-thirds {
		width: 100%;
	}

	.column-content {
		display: block;
	}

	.column-content .main-zone {
		width: 100%;
		padding-top: 2em;
	}

	.column-content .side-zone {
		width: 100%;
	}

	.bc-buttons li:last-child {
		display: none;
	}
}
/* End 800px Responsive */

/* 600px Responsive */
@media screen and (max-width:600px) {
	html {
		font-size: 2.47vw;
	}

	fieldset > ul > li {
		display: block;
		width: 100% !important;
	}

	fieldset > ul {
		display: block;
	}

	.for-mob {
		display: block;
	}

	.bcb {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.bcb .main {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.bcb .main .welcome {
		display: none;
	}

	.bread {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 100%;
	}

	.bc-buttons {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
		margin-left: auto;
	}

	.content-panel img {
		display: block !important;
		float: none !important;
		margin: 1em auto !important;
	}
}
/* End 600px Responsive */

/* 550px Responsive */
@media screen and (max-width:550px) {
	html {
		font-size: 2.92vw;
	}

	fieldset ul .half {
		width: 100%;
	}

	.half {
		width: 100%;
	}

	.paging {
		display: block;
	}

	.form {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
/* End 550px Responsive */

/* 475px Responsive */
@media screen and (max-width:475px) {
	html {
		font-size: 3.2vw;
	}

	fieldset ul .third {
		width: 100%;
	}

	.main, .wide, .full {
		padding-left: 2%;
		padding-right: 2%;
	}
}
/* End 475px Responsive */

/* 400px Responsive */
@media screen and (max-width:400px) {
	html {
		font-size: 4.2vw;
	}

	main section {
		padding: 2em 0;
	}

	.home main section {
		padding: 0.7em 0;
	}

	section header {
		padding-bottom: 1em;
	}
}
/* End 400px Responsive */

/* 350px Responsive */
@media screen and (max-width:350px) {
	html {
		font-size: 4.7vw;
	}
}
/* End 350px Responsive */

fieldset ul li {
	width: 100%;
}

.fourth {
	width: 24%;
}

.three-fourths {
	width: 74%;
}

.paging {
	padding-left: 3%;
	padding-right: 3%;
}

.show-in-cms {
	display: none;
}

.cms-admin .show-in-cms {
	display: block;
}

.cms-admin .show-in-cms * {
	color: #FF0004;
}

.column-content .side-zone > aside + aside:before {
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
	opacity: 0.5;
	z-index: -1;
}

.news-branch .column-content .side-zone > aside + aside:before {
	background-color: transparent;
}
