/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: yellow;
	color: black;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}
input[type='search'] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	a[href^='#']:after,
	a[href^='javascript:']:after {
		content: '';
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	select {
		background: white !important;
	}
	.navbar {
		display: none;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: black !important;
	}
	.label {
		border: 1px solid black;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: white !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	background-color: white;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #428bca;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #2a6496;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size: 75%;
}
h1,
.h1 {
	font-size: 36px;
}
h2,
.h2 {
	font-size: 30px;
}
h3,
.h3 {
	font-size: 24px;
}
h4,
.h4 {
	font-size: 18px;
}
h5,
.h5 {
	font-size: 14px;
}
h6,
.h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}
small,
.small {
	font-size: 85%;
}
mark,
.mark {
	background-color: #fcf8e3;
	padding: 0.2em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777;
}
.text-primary {
	color: #428bca;
}
a.text-primary:hover {
	color: #3071a9;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover {
	color: #843534;
}
.bg-primary {
	color: white;
	background-color: #428bca;
}
a.bg-primary:hover {
	background-color: #3071a9;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt,
dd {
	line-height: 1.428571429;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: white;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: whitesmoke;
	border: 1px solid #ccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.666666667%;
}
.col-xs-10 {
	width: 83.333333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.666666667%;
}
.col-xs-7 {
	width: 58.333333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.666666667%;
}
.col-xs-4 {
	width: 33.333333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.666666667%;
}
.col-xs-1 {
	width: 8.333333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.666666667%;
}
.col-xs-pull-10 {
	right: 83.333333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.666666667%;
}
.col-xs-pull-7 {
	right: 58.333333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.666666667%;
}
.col-xs-pull-4 {
	right: 33.333333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.666666667%;
}
.col-xs-pull-1 {
	right: 8.333333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.666666667%;
}
.col-xs-push-10 {
	left: 83.333333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.666666667%;
}
.col-xs-push-7 {
	left: 58.333333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.666666667%;
}
.col-xs-push-4 {
	left: 33.333333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.666666667%;
}
.col-xs-push-1 {
	left: 8.333333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.666666667%;
}
.col-xs-offset-10 {
	margin-left: 83.333333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.666666667%;
}
.col-xs-offset-7 {
	margin-left: 58.333333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.666666667%;
}
.col-xs-offset-4 {
	margin-left: 33.333333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.666666667%;
}
.col-xs-offset-1 {
	margin-left: 8.333333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.666666667%;
	}
	.col-sm-10 {
		width: 83.333333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.666666667%;
	}
	.col-sm-7 {
		width: 58.333333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.666666667%;
	}
	.col-sm-4 {
		width: 33.333333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.666666667%;
	}
	.col-sm-1 {
		width: 8.333333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.666666667%;
	}
	.col-sm-pull-10 {
		right: 83.333333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.666666667%;
	}
	.col-sm-pull-7 {
		right: 58.333333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.666666667%;
	}
	.col-sm-pull-4 {
		right: 33.333333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.666666667%;
	}
	.col-sm-pull-1 {
		right: 8.333333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.666666667%;
	}
	.col-sm-push-10 {
		left: 83.333333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.666666667%;
	}
	.col-sm-push-7 {
		left: 58.333333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.666666667%;
	}
	.col-sm-push-4 {
		left: 33.333333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.666666667%;
	}
	.col-sm-push-1 {
		left: 8.333333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.666666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.333333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.666666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.333333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.666666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.333333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.666666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.333333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.666666667%;
	}
	.col-md-10 {
		width: 83.333333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.666666667%;
	}
	.col-md-7 {
		width: 58.333333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.666666667%;
	}
	.col-md-4 {
		width: 33.333333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.666666667%;
	}
	.col-md-1 {
		width: 8.333333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.666666667%;
	}
	.col-md-pull-10 {
		right: 83.333333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.666666667%;
	}
	.col-md-pull-7 {
		right: 58.333333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.666666667%;
	}
	.col-md-pull-4 {
		right: 33.333333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.666666667%;
	}
	.col-md-pull-1 {
		right: 8.333333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.666666667%;
	}
	.col-md-push-10 {
		left: 83.333333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.666666667%;
	}
	.col-md-push-7 {
		left: 58.333333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.666666667%;
	}
	.col-md-push-4 {
		left: 33.333333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.666666667%;
	}
	.col-md-push-1 {
		left: 8.333333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.666666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.333333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.666666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.333333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.666666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.333333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.666666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.333333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.666666667%;
	}
	.col-lg-10 {
		width: 83.333333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.666666667%;
	}
	.col-lg-7 {
		width: 58.333333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.666666667%;
	}
	.col-lg-4 {
		width: 33.333333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.666666667%;
	}
	.col-lg-1 {
		width: 8.333333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.666666667%;
	}
	.col-lg-pull-10 {
		right: 83.333333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.666666667%;
	}
	.col-lg-pull-7 {
		right: 58.333333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.666666667%;
	}
	.col-lg-pull-4 {
		right: 33.333333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.666666667%;
	}
	.col-lg-pull-1 {
		right: 8.333333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.666666667%;
	}
	.col-lg-push-10 {
		left: 83.333333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.666666667%;
	}
	.col-lg-push-7 {
		left: 58.333333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.666666667%;
	}
	.col-lg-push-4 {
		left: 33.333333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.666666667%;
	}
	.col-lg-push-1 {
		left: 8.333333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.666666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.333333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.666666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.333333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.666666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.333333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.666666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.333333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}
table {
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: white;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: whitesmoke;
}
table col[class*='col-'] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*='col-'],
table th[class*='col-'] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: whitesmoke;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type='search'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type='file'] {
	display: block;
}
input[type='range'] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: white;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
		box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}
textarea.form-control {
	height: auto;
}
input[type='search'] {
	-webkit-appearance: none;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
	line-height: 34px;
	line-height: 1.428571429;
}
input[type='date'].input-sm,
input[type='time'].input-sm,
input[type='datetime-local'].input-sm,
input[type='month'].input-sm {
	line-height: 30px;
	line-height: 1.5;
}
input[type='date'].input-lg,
input[type='time'].input-lg,
input[type='datetime-local'].input-lg,
input[type='month'].input-lg {
	line-height: 46px;
	line-height: 1.33;
}
_:-ms-fullscreen,
:root input[type='date'],
:root input[type='time'],
:root input[type='datetime-local'],
:root input[type='month'] {
	line-height: 1.428571429;
}
_:-ms-fullscreen.input-sm,
:root input[type='date'].input-sm,
:root input[type='time'].input-sm,
:root input[type='datetime-local'].input-sm,
:root input[type='month'].input-sm {
	line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type='date'].input-lg,
:root input[type='time'].input-lg,
:root input[type='datetime-local'].input-lg,
:root input[type='month'].input-lg {
	line-height: 1.33;
}
.form-group {
	margin-bottom: 15px;
}
.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'] {
	cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
	height: auto;
}
.input-lg,
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
	height: 46px;
	line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
	height: auto;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
	top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type='radio'],
	.form-inline .checkbox input[type='checkbox'] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.3px;
	}
}
@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
	}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default {
	color: #333;
	background-color: white;
	border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: white;
	border-color: #ccc;
}
.btn-default .badge {
	color: white;
	background-color: #333;
}
.btn-primary {
	color: white;
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: white;
	background-color: #3071a9;
	border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary .badge {
	color: #428bca;
	background-color: white;
}
.btn-success {
	color: white;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: white;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: white;
}
.btn-info {
	color: white;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color: white;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: white;
}
.btn-warning {
	color: white;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	color: white;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: white;
}
.btn-danger {
	color: white;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color: white;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: white;
}
.btn-link {
	color: #428bca;
	font-weight: normal;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
	visibility: hidden;
}
.collapse.in {
	display: block;
	visibility: visible;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../../../-/media/fonts/glyphicons-halflings-regular eot.eot');
	src: url('../../../-/media/fonts/glyphicons-halflings-regular eot.eot@')
			format('embedded-opentype'),
		url('../../../-/media/fonts/glyphicons-halflings-regular woff.woff')
			format('woff'),
		url('../../../-/media/fonts/glyphicons-halflings-regular ttf.ttf')
			format('truetype'),
		url('../../../-/media/fonts/glyphicons-halflings-regular svg.svg')
			format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
	content: '\2a';
}
.glyphicon-plus:before {
	content: '\2b';
}
.glyphicon-euro:before,
.glyphicon-eur:before {
	content: '\20ac';
}
.glyphicon-minus:before {
	content: '\2212';
}
.glyphicon-cloud:before {
	content: '\2601';
}
.glyphicon-envelope:before {
	content: '\2709';
}
.glyphicon-pencil:before {
	content: '\270f';
}
.glyphicon-glass:before {
	content: '\e001';
}
.glyphicon-music:before {
	content: '\e002';
}
.glyphicon-search:before {
	content: '\e003';
}
.glyphicon-heart:before {
	content: '\e005';
}
.glyphicon-star:before {
	content: '\e006';
}
.glyphicon-star-empty:before {
	content: '\e007';
}
.glyphicon-user:before {
	content: '\e008';
}
.glyphicon-film:before {
	content: '\e009';
}
.glyphicon-th-large:before {
	content: '\e010';
}
.glyphicon-th:before {
	content: '\e011';
}
.glyphicon-th-list:before {
	content: '\e012';
}
.glyphicon-ok:before {
	content: '\e013';
}
.glyphicon-remove:before {
	content: '\e014';
}
.glyphicon-zoom-in:before {
	content: '\e015';
}
.glyphicon-zoom-out:before {
	content: '\e016';
}
.glyphicon-off:before {
	content: '\e017';
}
.glyphicon-signal:before {
	content: '\e018';
}
.glyphicon-cog:before {
	content: '\e019';
}
.glyphicon-trash:before {
	content: '\e020';
}
.glyphicon-home:before {
	content: '\e021';
}
.glyphicon-file:before {
	content: '\e022';
}
.glyphicon-time:before {
	content: '\e023';
}
.glyphicon-road:before {
	content: '\e024';
}
.glyphicon-download-alt:before {
	content: '\e025';
}
.glyphicon-download:before {
	content: '\e026';
}
.glyphicon-upload:before {
	content: '\e027';
}
.glyphicon-inbox:before {
	content: '\e028';
}
.glyphicon-play-circle:before {
	content: '\e029';
}
.glyphicon-repeat:before {
	content: '\e030';
}
.glyphicon-refresh:before {
	content: '\e031';
}
.glyphicon-list-alt:before {
	content: '\e032';
}
.glyphicon-lock:before {
	content: '\e033';
}
.glyphicon-flag:before {
	content: '\e034';
}
.glyphicon-headphones:before {
	content: '\e035';
}
.glyphicon-volume-off:before {
	content: '\e036';
}
.glyphicon-volume-down:before {
	content: '\e037';
}
.glyphicon-volume-up:before {
	content: '\e038';
}
.glyphicon-qrcode:before {
	content: '\e039';
}
.glyphicon-barcode:before {
	content: '\e040';
}
.glyphicon-tag:before {
	content: '\e041';
}
.glyphicon-tags:before {
	content: '\e042';
}
.glyphicon-book:before {
	content: '\e043';
}
.glyphicon-bookmark:before {
	content: '\e044';
}
.glyphicon-print:before {
	content: '\e045';
}
.glyphicon-camera:before {
	content: '\e046';
}
.glyphicon-font:before {
	content: '\e047';
}
.glyphicon-bold:before {
	content: '\e048';
}
.glyphicon-italic:before {
	content: '\e049';
}
.glyphicon-text-height:before {
	content: '\e050';
}
.glyphicon-text-width:before {
	content: '\e051';
}
.glyphicon-align-left:before {
	content: '\e052';
}
.glyphicon-align-center:before {
	content: '\e053';
}
.glyphicon-align-right:before {
	content: '\e054';
}
.glyphicon-align-justify:before {
	content: '\e055';
}
.glyphicon-list:before {
	content: '\e056';
}
.glyphicon-indent-left:before {
	content: '\e057';
}
.glyphicon-indent-right:before {
	content: '\e058';
}
.glyphicon-facetime-video:before {
	content: '\e059';
}
.glyphicon-picture:before {
	content: '\e060';
}
.glyphicon-map-marker:before {
	content: '\e062';
}
.glyphicon-adjust:before {
	content: '\e063';
}
.glyphicon-tint:before {
	content: '\e064';
}
.glyphicon-edit:before {
	content: '\e065';
}
.glyphicon-share:before {
	content: '\e066';
}
.glyphicon-check:before {
	content: '\e067';
}
.glyphicon-move:before {
	content: '\e068';
}
.glyphicon-step-backward:before {
	content: '\e069';
}
.glyphicon-fast-backward:before {
	content: '\e070';
}
.glyphicon-backward:before {
	content: '\e071';
}
.glyphicon-play:before {
	content: '\e072';
}
.glyphicon-pause:before {
	content: '\e073';
}
.glyphicon-stop:before {
	content: '\e074';
}
.glyphicon-forward:before {
	content: '\e075';
}
.glyphicon-fast-forward:before {
	content: '\e076';
}
.glyphicon-step-forward:before {
	content: '\e077';
}
.glyphicon-eject:before {
	content: '\e078';
}
.glyphicon-chevron-left:before {
	content: '\e079';
}
.glyphicon-chevron-right:before {
	content: '\e080';
}
.glyphicon-plus-sign:before {
	content: '\e081';
}
.glyphicon-minus-sign:before {
	content: '\e082';
}
.glyphicon-remove-sign:before {
	content: '\e083';
}
.glyphicon-ok-sign:before {
	content: '\e084';
}
.glyphicon-question-sign:before {
	content: '\e085';
}
.glyphicon-info-sign:before {
	content: '\e086';
}
.glyphicon-screenshot:before {
	content: '\e087';
}
.glyphicon-remove-circle:before {
	content: '\e088';
}
.glyphicon-ok-circle:before {
	content: '\e089';
}
.glyphicon-ban-circle:before {
	content: '\e090';
}
.glyphicon-arrow-left:before {
	content: '\e091';
}
.glyphicon-arrow-right:before {
	content: '\e092';
}
.glyphicon-arrow-up:before {
	content: '\e093';
}
.glyphicon-arrow-down:before {
	content: '\e094';
}
.glyphicon-share-alt:before {
	content: '\e095';
}
.glyphicon-resize-full:before {
	content: '\e096';
}
.glyphicon-resize-small:before {
	content: '\e097';
}
.glyphicon-exclamation-sign:before {
	content: '\e101';
}
.glyphicon-gift:before {
	content: '\e102';
}
.glyphicon-leaf:before {
	content: '\e103';
}
.glyphicon-fire:before {
	content: '\e104';
}
.glyphicon-eye-open:before {
	content: '\e105';
}
.glyphicon-eye-close:before {
	content: '\e106';
}
.glyphicon-warning-sign:before {
	content: '\e107';
}
.glyphicon-plane:before {
	content: '\e108';
}
.glyphicon-calendar:before {
	content: '\e109';
}
.glyphicon-random:before {
	content: '\e110';
}
.glyphicon-comment:before {
	content: '\e111';
}
.glyphicon-magnet:before {
	content: '\e112';
}
.glyphicon-chevron-up:before {
	content: '\e113';
}
.glyphicon-chevron-down:before {
	content: '\e114';
}
.glyphicon-retweet:before {
	content: '\e115';
}
.glyphicon-shopping-cart:before {
	content: '\e116';
}
.glyphicon-folder-close:before {
	content: '\e117';
}
.glyphicon-folder-open:before {
	content: '\e118';
}
.glyphicon-resize-vertical:before {
	content: '\e119';
}
.glyphicon-resize-horizontal:before {
	content: '\e120';
}
.glyphicon-hdd:before {
	content: '\e121';
}
.glyphicon-bullhorn:before {
	content: '\e122';
}
.glyphicon-bell:before {
	content: '\e123';
}
.glyphicon-certificate:before {
	content: '\e124';
}
.glyphicon-thumbs-up:before {
	content: '\e125';
}
.glyphicon-thumbs-down:before {
	content: '\e126';
}
.glyphicon-hand-right:before {
	content: '\e127';
}
.glyphicon-hand-left:before {
	content: '\e128';
}
.glyphicon-hand-up:before {
	content: '\e129';
}
.glyphicon-hand-down:before {
	content: '\e130';
}
.glyphicon-circle-arrow-right:before {
	content: '\e131';
}
.glyphicon-circle-arrow-left:before {
	content: '\e132';
}
.glyphicon-circle-arrow-up:before {
	content: '\e133';
}
.glyphicon-circle-arrow-down:before {
	content: '\e134';
}
.glyphicon-globe:before {
	content: '\e135';
}
.glyphicon-wrench:before {
	content: '\e136';
}
.glyphicon-tasks:before {
	content: '\e137';
}
.glyphicon-filter:before {
	content: '\e138';
}
.glyphicon-briefcase:before {
	content: '\e139';
}
.glyphicon-fullscreen:before {
	content: '\e140';
}
.glyphicon-dashboard:before {
	content: '\e141';
}
.glyphicon-paperclip:before {
	content: '\e142';
}
.glyphicon-heart-empty:before {
	content: '\e143';
}
.glyphicon-link:before {
	content: '\e144';
}
.glyphicon-phone:before {
	content: '\e145';
}
.glyphicon-pushpin:before {
	content: '\e146';
}
.glyphicon-usd:before {
	content: '\e148';
}
.glyphicon-gbp:before {
	content: '\e149';
}
.glyphicon-sort:before {
	content: '\e150';
}
.glyphicon-sort-by-alphabet:before {
	content: '\e151';
}
.glyphicon-sort-by-alphabet-alt:before {
	content: '\e152';
}
.glyphicon-sort-by-order:before {
	content: '\e153';
}
.glyphicon-sort-by-order-alt:before {
	content: '\e154';
}
.glyphicon-sort-by-attributes:before {
	content: '\e155';
}
.glyphicon-sort-by-attributes-alt:before {
	content: '\e156';
}
.glyphicon-unchecked:before {
	content: '\e157';
}
.glyphicon-expand:before {
	content: '\e158';
}
.glyphicon-collapse-down:before {
	content: '\e159';
}
.glyphicon-collapse-up:before {
	content: '\e160';
}
.glyphicon-log-in:before {
	content: '\e161';
}
.glyphicon-flash:before {
	content: '\e162';
}
.glyphicon-log-out:before {
	content: '\e163';
}
.glyphicon-new-window:before {
	content: '\e164';
}
.glyphicon-record:before {
	content: '\e165';
}
.glyphicon-save:before {
	content: '\e166';
}
.glyphicon-open:before {
	content: '\e167';
}
.glyphicon-saved:before {
	content: '\e168';
}
.glyphicon-import:before {
	content: '\e169';
}
.glyphicon-export:before {
	content: '\e170';
}
.glyphicon-send:before {
	content: '\e171';
}
.glyphicon-floppy-disk:before {
	content: '\e172';
}
.glyphicon-floppy-saved:before {
	content: '\e173';
}
.glyphicon-floppy-remove:before {
	content: '\e174';
}
.glyphicon-floppy-save:before {
	content: '\e175';
}
.glyphicon-floppy-open:before {
	content: '\e176';
}
.glyphicon-credit-card:before {
	content: '\e177';
}
.glyphicon-transfer:before {
	content: '\e178';
}
.glyphicon-cutlery:before {
	content: '\e179';
}
.glyphicon-header:before {
	content: '\e180';
}
.glyphicon-compressed:before {
	content: '\e181';
}
.glyphicon-earphone:before {
	content: '\e182';
}
.glyphicon-phone-alt:before {
	content: '\e183';
}
.glyphicon-tower:before {
	content: '\e184';
}
.glyphicon-stats:before {
	content: '\e185';
}
.glyphicon-sd-video:before {
	content: '\e186';
}
.glyphicon-hd-video:before {
	content: '\e187';
}
.glyphicon-subtitles:before {
	content: '\e188';
}
.glyphicon-sound-stereo:before {
	content: '\e189';
}
.glyphicon-sound-dolby:before {
	content: '\e190';
}
.glyphicon-sound-5-1:before {
	content: '\e191';
}
.glyphicon-sound-6-1:before {
	content: '\e192';
}
.glyphicon-sound-7-1:before {
	content: '\e193';
}
.glyphicon-copyright-mark:before {
	content: '\e194';
}
.glyphicon-registration-mark:before {
	content: '\e195';
}
.glyphicon-cloud-download:before {
	content: '\e197';
}
.glyphicon-cloud-upload:before {
	content: '\e198';
}
.glyphicon-tree-conifer:before {
	content: '\e199';
}
.glyphicon-tree-deciduous:before {
	content: '\e200';
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: white;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: whitesmoke;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: white;
	text-decoration: none;
	outline: 0;
	background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: '';
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
	z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
	outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn .caret {
	margin-left: 0;
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
	> .btn-group:first-child:not(:last-child)
	> .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical
	> .btn-group:last-child:not(:first-child)
	> .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}
[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*='col-'] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
	height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
	height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}
.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
	margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
	z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin-left: -1px;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.nav > li.disabled > a {
	color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eee;
	border-color: #428bca;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555;
	background-color: white;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: white;
	}
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: white;
	background-color: #428bca;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: white;
	}
}
.tab-content > .tab-pane {
	display: none;
	visibility: hidden;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 4px;
	}
}
@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		visibility: visible !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px;
}
@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.navbar-form .form-control-static {
		display: inline-block;
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto;
	}
	.navbar-form .input-group > .form-control {
		width: 100%;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
	}
	.navbar-form .radio input[type='radio'],
	.navbar-form .checkbox input[type='checkbox'] {
		position: relative;
		margin-left: 0;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}
@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav > li > a {
	color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: white;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: white;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: white;
	background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #080808;
	color: white;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: white;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: white;
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: white;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: white;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: whitesmoke;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: '/\00a0';
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #777;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	color: #428bca;
	background-color: white;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: white;
	background-color: #428bca;
	border-color: #428bca;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777;
	background-color: white;
	border-color: #ddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #777;
	background-color: white;
	cursor: not-allowed;
}
.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: white;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
	color: white;
	text-decoration: none;
	cursor: pointer;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
.label-default {
	background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #5e5e5e;
}
.label-primary {
	background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
	color: white;
	text-decoration: none;
	cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #428bca;
	background-color: white;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
.jumbotron {
	padding: 30px 15px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}
.jumbotron > hr {
	border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 6px;
}
.jumbotron .container {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	.jumbotron {
		padding: 48px 0;
	}
	.container .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.428571429;
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
	margin-left: auto;
	margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #428bca;
}
.thumbnail .caption {
	padding: 9px;
	color: #333;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: whitesmoke;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: white;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
}
.media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media-right,
.media > .pull-right {
	padding-left: 10px;
}
.media-left,
.media > .pull-left {
	padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}
.media-bottom {
	vertical-align: bottom;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: white;
	border: 1px solid #ddd;
}
.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
a.list-group-item {
	color: #555;
}
a.list-group-item .list-group-item-heading {
	color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: whitesmoke;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #eee;
	color: #777;
	cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: white;
	background-color: #428bca;
	border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #e1edf7;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
	color: white;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
	color: white;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
	color: white;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
	color: white;
	background-color: #a94442;
	border-color: #a94442;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.panel {
	margin-bottom: 20px;
	background-color: white;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
	padding: 15px;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.panel-title > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: whitesmoke;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
	> .panel-collapse
	> .list-group:first-child
	.list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.list-group + .panel-footer {
	border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
	margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
	padding-left: 15px;
	padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
	> .table-responsive:first-child
	> .table:first-child
	> thead:first-child
	> tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
	> .table-responsive:first-child
	> .table:first-child
	> tbody:first-child
	> tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
	> .table-responsive:first-child
	> .table:first-child
	> thead:first-child
	> tr:first-child
	td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
	> .table-responsive:first-child
	> .table:first-child
	> tbody:first-child
	> tr:first-child
	td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
	> .table-responsive:first-child
	> .table:first-child
	> thead:first-child
	> tr:first-child
	th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
	> .table-responsive:first-child
	> .table:first-child
	> tbody:first-child
	> tr:first-child
	th:first-child {
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
	> .table-responsive:first-child
	> .table:first-child
	> thead:first-child
	> tr:first-child
	td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
	> .table-responsive:first-child
	> .table:first-child
	> tbody:first-child
	> tr:first-child
	td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
	> .table-responsive:first-child
	> .table:first-child
	> thead:first-child
	> tr:first-child
	th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
	> .table-responsive:first-child
	> .table:first-child
	> tbody:first-child
	> tr:first-child
	th:last-child {
	border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
	> .table-responsive:last-child
	> .table:last-child
	> tbody:last-child
	> tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
	> .table-responsive:last-child
	> .table:last-child
	> tfoot:last-child
	> tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
	> .table-responsive:last-child
	> .table:last-child
	> tbody:last-child
	> tr:last-child
	td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
	> .table-responsive:last-child
	> .table:last-child
	> tfoot:last-child
	> tr:last-child
	td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
	> .table-responsive:last-child
	> .table:last-child
	> tbody:last-child
	> tr:last-child
	th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
	> .table-responsive:last-child
	> .table:last-child
	> tfoot:last-child
	> tr:last-child
	th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
	> .table-responsive:last-child
	> .table:last-child
	> tbody:last-child
	> tr:last-child
	td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
	> .table-responsive:last-child
	> .table:last-child
	> tfoot:last-child
	> tr:last-child
	td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
	> .table-responsive:last-child
	> .table:last-child
	> tbody:last-child
	> tr:last-child
	th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
	> .table-responsive:last-child
	> .table:last-child
	> tfoot:last-child
	> tr:last-child
	th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: whitesmoke;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: whitesmoke;
	background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #428bca;
}
.panel-primary > .panel-heading {
	color: white;
	background-color: #428bca;
	border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
	color: #428bca;
	background-color: white;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #428bca;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: whitesmoke;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	padding: 24px;
	border-radius: 6px;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: black;
	text-shadow: 0 1px 0 white;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: white;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: black;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.428571429px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.428571429;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: white;
	text-align: center;
	text-decoration: none;
	background-color: black;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: black;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: black;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: black;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: black;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: left;
	background-color: white;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	border-width: 10px;
	content: '';
}
.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top > .arrow:after {
	content: ' ';
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: white;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
	content: ' ';
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: white;
}
.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom > .arrow:after {
	content: ' ';
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: white;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
	content: ' ';
	right: 1px;
	border-right-width: 0;
	border-left-color: white;
	bottom: -10px;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		transition: transform 0.6s ease-in-out;
		backface-visibility: hidden;
		perspective: 1000;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(
		left,
		rgba(0, 0, 0, 0.5) 0,
		rgba(0, 0, 0, 0.0001) 100%
	);
	background-image: -o-linear-gradient(
		left,
		rgba(0, 0, 0, 0.5) 0,
		rgba(0, 0, 0, 0.0001) 100%
	);
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.5) 0,
		rgba(0, 0, 0, 0.0001) 100%
	);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(
		left,
		rgba(0, 0, 0, 0.0001) 0,
		rgba(0, 0, 0, 0.5) 100%
	);
	background-image: -o-linear-gradient(
		left,
		rgba(0, 0, 0, 0.0001) 0,
		rgba(0, 0, 0, 0.5) 100%
	);
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.0001) 0,
		rgba(0, 0, 0, 0.5) 100%
	);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: white;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid white;
	border-radius: 10px;
	cursor: pointer;
	background-color: black \9;
	background-color: transparent;
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: white;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -15px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -15px;
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.score-header-wrapper:before,
.score-header-wrapper:after,
.score-page:before,
.score-page:after,
.score-structural:before,
.score-structural:after {
	content: ' ';
	display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.score-header-wrapper:after,
.score-page:after,
.score-structural:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}
nav.navbar {
	margin-bottom: 0;
}
nav .navbar-nav > li {
	clear: both;
}
@media only screen and (min-width: 0) {
	nav .navbar-nav > li {
		clear: both;
	}
}
@media only screen and (min-width: 768px) {
	nav .navbar-nav > li {
		clear: none;
	}
}
nav .navbar-nav > li > a {
	float: left;
}
nav .navbar-nav > li.divider {
	border-right: 1px solid #e7e7e7;
}
nav .navbar-nav > li.dropdown > a {
	padding-right: 0;
}
nav .navbar-nav > li.dropdown > a.dropdown-toggle.toggle-caret {
	padding-left: 2px;
	padding-right: 15px;
}
@media only screen and (min-width: 0) {
	nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu {
		width: initial;
	}
}
@media only screen and (min-width: 768px) {
	nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu {
		width: 320px;
	}
}
@media only screen and (min-width: 0) {
	nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu {
		width: initial;
	}
}
@media only screen and (min-width: 768px) {
	nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu {
		width: 640px;
	}
}
@media only screen and (min-width: 0) {
	nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu {
		width: initial;
	}
}
@media only screen and (min-width: 768px) {
	nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu {
		width: 960px;
	}
}
nav .navbar-nav > li.dropdown.megamenu-full .dropdown-menu {
	left: 0;
	right: 0;
	width: 100%;
}
nav .navbar-nav > li.dropdown.megamenu-small,
nav .navbar-nav > li.dropdown.megamenu-medium,
nav .navbar-nav > li.dropdown.megamenu-large {
	position: relative;
}
@media only screen and (min-width: 0) {
	nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu,
	nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu,
	nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu {
		position: inherit;
	}
}
@media only screen and (min-width: 768px) {
	nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu,
	nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu,
	nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu {
		position: absolute;
	}
}
nav .navbar-nav > li .dropdown-menu {
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (min-width: 0) {
	nav .navbar-nav > li .dropdown-menu {
		position: inherit;
	}
}
@media only screen and (min-width: 768px) {
	nav .navbar-nav > li .dropdown-menu {
		position: absolute;
	}
}
.carousel-inner > .item {
	min-height: 370px;
}
.navbar-collapse {
	max-height: initial;
}
.navbar-collapse.in {
	overflow-y: visible;
}
.navbar-btn {
	margin: 0;
}
.page-wrapper {
	width: 100%;
}
.score-stripe {
	width: 100%;
}
.score-container.full-width .container {
	width: 100%;
	padding: 0;
}
.score-header-wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.score-header-wrapper {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.score-header-wrapper {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.score-header-wrapper {
		width: 1170px;
	}
}
.score-header-wrapper > .navbar-header,
.score-header-wrapper > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.score-header-wrapper > .navbar-header,
	.score-header-wrapper > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}
.score-megamenu .nav,
.score-megamenu .collapse,
.score-megamenu .dropup,
.score-megamenu .dropdown {
	position: static;
}
.score-megamenu .container {
	position: relative;
}
.score-megamenu .dropdown-menu {
	clear: both;
	left: auto;
}
.score-megamenu .score-megamenu-content {
	padding: 15px 20px;
}
.score-variable {
	display: table;
}
.score-variable > .score-variable-row {
	display: table-row;
}
.score-variable > .score-variable-row > .score-variable-column {
	display: table-cell;
	vertical-align: top;
	padding: 10px;
}
@media only screen and (min-width: 0) {
	.score-variable > .score-variable-row > .score-variable-column {
		float: left;
	}
}
@media only screen and (min-width: 968px) {
	.score-variable > .score-variable-row > .score-variable-column {
		float: none;
	}
}
ul.level-1 {
	margin-left: 0;
}
ul.level-2,
ul.level-3,
ul.level-4,
ul.level-5,
ul.level-6 {
	margin-left: 20px;
}
.score-page {
	margin-left: -15px;
	margin-right: -15px;
}
.score-page.score-column1 > .score-main {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column1 > .score-main {
		float: left;
		width: 100%;
	}
}
.score-page.score-column2-equal > .score-side {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column2-equal > .score-side {
		float: left;
		width: 50%;
	}
}
.score-page.score-column2-equal > .score-side2 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column2-equal > .score-side2 {
		float: left;
		width: 50%;
	}
}
.score-page.score-column2-largeleft > .score-main {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column2-largeleft > .score-main {
		float: left;
		width: 66.666666667%;
	}
}
.score-page.score-column2-largeleft > .score-side {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column2-largeleft > .score-side {
		float: left;
		width: 33.333333333%;
	}
}
.score-page.score-column2-largeright > .score-side {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column2-largeright > .score-side {
		float: left;
		width: 33.333333333%;
	}
}
.score-page.score-column2-largeright > .score-main {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column2-largeright > .score-main {
		float: left;
		width: 66.666666667%;
	}
}
.score-page.score-column3-equal > .score-side {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column3-equal > .score-side {
		float: left;
		width: 33.333333333%;
	}
}
.score-page.score-column3-equal > .score-main {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column3-equal > .score-main {
		float: left;
		width: 33.333333333%;
	}
}
.score-page.score-column3-equal > .score-side2 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column3-equal > .score-side2 {
		float: left;
		width: 33.333333333%;
	}
}
.score-page.score-column3-largemiddle > .score-side {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column3-largemiddle > .score-side {
		float: left;
		width: 25%;
	}
}
.score-page.score-column3-largemiddle > .score-main {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column3-largemiddle > .score-main {
		float: left;
		width: 50%;
	}
}
.score-page.score-column3-largemiddle > .score-side2 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column3-largemiddle > .score-side2 {
		float: left;
		width: 25%;
	}
}
.score-page.score-column4-equal > .score-side {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column4-equal > .score-side {
		float: left;
		width: 25%;
	}
}
.score-page.score-column4-equal > .score-main {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column4-equal > .score-main {
		float: left;
		width: 25%;
	}
}
.score-page.score-column4-equal > .score-main2 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column4-equal > .score-main2 {
		float: left;
		width: 25%;
	}
}
.score-page.score-column4-equal > .score-side2 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-page.score-column4-equal > .score-side2 {
		float: left;
		width: 25%;
	}
}
.score-structural {
	margin-left: -15px;
	margin-right: -15px;
}
.score-structural.score-column > .score-center {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column > .score-center {
		float: left;
		width: 100%;
	}
}
.score-structural.score-column2-equal > .score-left {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column2-equal > .score-left {
		float: left;
		width: 50%;
	}
}
.score-structural.score-column2-equal > .score-right {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column2-equal > .score-right {
		float: left;
		width: 50%;
	}
}
.score-structural.score-column2-wideleft > .score-left {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column2-wideleft > .score-left {
		float: left;
		width: 66.666666667%;
	}
}
.score-structural.score-column2-wideleft > .score-right {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column2-wideleft > .score-right {
		float: left;
		width: 33.333333333%;
	}
}
.score-structural.score-column2-wideright > .score-left {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column2-wideright > .score-left {
		float: left;
		width: 33.333333333%;
	}
}
.score-structural.score-column2-wideright > .score-right {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column2-wideright > .score-right {
		float: left;
		width: 66.666666667%;
	}
}
.score-structural.score-column3-equal > .score-left {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column3-equal > .score-left {
		float: left;
		width: 33.333333333%;
	}
}
.score-structural.score-column3-equal > .score-center {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column3-equal > .score-center {
		float: left;
		width: 33.333333333%;
	}
}
.score-structural.score-column3-equal > .score-right {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column3-equal > .score-right {
		float: left;
		width: 33.333333333%;
	}
}
.score-structural.score-column3-widemiddle > .score-left {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column3-widemiddle > .score-left {
		float: left;
		width: 16.666666667%;
	}
}
.score-structural.score-column3-widemiddle > .score-center {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column3-widemiddle > .score-center {
		float: left;
		width: 66.666666667%;
	}
}
.score-structural.score-column3-widemiddle > .score-right {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column3-widemiddle > .score-right {
		float: left;
		width: 16.666666667%;
	}
}
.score-structural.score-column4-equal > .score-left {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column4-equal > .score-left {
		float: left;
		width: 25%;
	}
}
.score-structural.score-column4-equal > .score-center {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column4-equal > .score-center {
		float: left;
		width: 25%;
	}
}
.score-structural.score-column4-equal > .score-center2 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column4-equal > .score-center2 {
		float: left;
		width: 25%;
	}
}
.score-structural.score-column4-equal > .score-right {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.score-structural.score-column4-equal > .score-right {
		float: left;
		width: 25%;
	}
}
.ZentivaCat .promo-text .btn-primary {
	font-family: 'PT Sans Narrow', 'Arial', sans-serif;
	font-size: 16px;
	border-color: #e8ebef !important;
	color: #1c6dc3 !important;
	display: block;
	font-weight: bold !important;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	text-transform: uppercase !important;
	background-color: #e8ebef !important;
}
.ZentivaCat .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
}
.ZentivaCat img {
	max-width: 100% !important;
	align-items: center;
	padding-top: 6px 6px 6px 6px !important;
}
.ZentivaCat .img img {
	width: 100%;
	max-width: initial;
}
.ZentivaCat {
	max-width: 100% !important;
	padding: 0 0 !important;
	text-align: center;
	background-color: #e8ebef;
	background-clip: content-box;
	border-color: white;
	border-style: solid;
	border-width: 0 5px 5px 0;
	box-sizing: border-box;
}
.ZentivaCat .promo-text {
	text-align: left !important;
}
.ZentivaCat .promo-text h4 {
	font-size: 18px;
	margin: 10px 0;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.ZentivaCat .promo-text p {
	padding: 0 15px;
}
.score-page.score-column3-equal > .ZentivaCat .score-main {
	min-height: 1px;
	position: relative;
}
@font-face {
	font-family: 'Proxima Nova W01';
	src: url('../../../-/media/c9e06d2d8fc54939994af28cf29fe93e.ashx');
	src: url('../../../-/media/c9e06d2d8fc54939994af28cf29fe93e.ashx@')
			format('embedded-opentype'),
		url('../../../-/media/9fb8809556b84932aa11b7651230962f.ashx')
			format('woff2'),
		url('../../../-/media/2cee06869ca24cf6993f8c8591045d16.ashx') format('woff'),
		url('../../../-/media/b4c1ae817f13434eb3cc8960de87ea24.ashx')
			format('truetype');
}
@font-face {
	font-family: 'Proxima Nova W01 Semi Bold';
	src: url('../../../-/media/9ff65ab6884f40d68f036727d88accbe.ashx');
	src: url('../../../-/media/9ff65ab6884f40d68f036727d88accbe.ashx@')
			format('embedded-opentype'),
		url('../../../-/media/3353edc1b6634680a7e5178bb7fdd209.ashx')
			format('woff2'),
		url('../../../-/media/907bb69ae55344f4acb68002963eb960.ashx') format('woff'),
		url('../../../-/media/73fcedc18a8f456dbb9cd9542d788d50.ashx')
			format('truetype');
}
@font-face {
	font-family: 'Proxima Nova W01 Bold';
	src: url('../../../-/media/468fbb9fe34b4a8dbd5d03ec110e5d16.ashx');
	src: url('../../../-/media/468fbb9fe34b4a8dbd5d03ec110e5d16.ashx@')
			format('embedded-opentype'),
		url('../../../-/media/44a0370a95f04f6c84e75fdacf34ff26.ashx')
			format('woff2'),
		url('../../../-/media/fb7c39d650ee46acbc4b6be357aeb8ff.ashx') format('woff'),
		url('../../../-/media/0cf8a2185b8f48bab21a20917cbfe39f.ashx')
			format('truetype');
}
@font-face {
	font-family: 'Proxima Nova W01 Extra Bold';
	src: url('../../../-/media/ad6452b28c5c46929494c4d411ea8867.ashx');
	src: url('../../../-/media/ad6452b28c5c46929494c4d411ea8867.ashx@')
			format('embedded-opentype'),
		url('../../../-/media/5c47fcc01fa94436a15bdf2e111a9b59.ashx')
			format('woff2'),
		url('../../../-/media/6b686cb3c1d546d3a3ecacb958245336.ashx') format('woff'),
		url('../../../-/media/dca351444d764f05bb1839b69d3038be.ashx')
			format('truetype');
}
@font-face {
	font-family: 'Proxima Nova W01 Light';
	src: url('../../../-/media/18435fcec4e34118bbca5a0f26e41a4c.ashx');
	src: url('../../../-/media/18435fcec4e34118bbca5a0f26e41a4c.ashx@')
			format('embedded-opentype'),
		url('../../../-/media/75d18e54e4674d288d5daa3315771db9.ashx')
			format('woff2'),
		url('../../../-/media/0e06e033222549bba7a5a4e5898ef77f.ashx') format('woff'),
		url('../../../-/media/2970f7cc6899429f92a489a952fef828.ashx')
			format('truetype');
}
.clearfix::before {
	content: '';
	display: table;
}
.clearfix::after {
	clear: both;
	content: '';
	display: table;
}
.full-width-element {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	position: relative;
	right: 50%;
	width: 100vw;
}
.bg-gray {
	background-color: #575a5d;
}
.bg-bluegray {
	background-color: #d8dfe4;
}
.bg-light-bluegray {
	background-color: #ecf3f8;
}
.bg-light-blue {
	background-color: #badcf4;
}
.bg-white {
	background-color: white;
}
.bg-black {
	background-color: black;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.hidden-tablet {
		display: none !important;
	}
}
body {
	background-color: white;
}
@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
}
body.mobile-menu-open {
	overflow: hidden;
	position: fixed;
}
body.mobile-menu-open:after {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: '';
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 999;
}
.container {
	max-width: 100%;
}
@media (max-width: 1199px) {
	.container {
		width: 100%;
	}
}
.pageWrapper {
	overflow-x: hidden;
}
.pageWrapper .score-container > .container {
	padding: 0;
}
.pageWrapper .score-container > .container > .score-page {
	margin: 0;
}
.pageWrapper .score-container > .container > .score-page > .score-main {
	padding: 0;
}
hr.hr-default {
	border-top: 2px solid #e5e5e5;
	margin: 4em 0;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
body {
	color: #a0a0a0;
	font-family: 'Proxima Nova W01';
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5;
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
}
.text-weight-light {
	font-weight: 200;
}
.text-weight-regular {
	font-weight: 300;
}
.text-weight-bold {
	font-weight: 500;
}
.text-sm {
	font-size: 0.75em;
}
.text-blue {
	color: #3d587a;
}
.text-maroon {
	color: #481824;
}
.text-pink {
	color: #ec613d;
}
p {
	margin: 0 0 1em;
}
.h1 {
	color: #575a5d;
	font-size: 2em;
	font-weight: 500;
	margin: 0.75em 1em;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.h1 {
		background-color: white;
		display: block;
		font-size: 1.3em;
		margin: 0;
		padding: 15px 25px;
	}
}
.h2 {
	color: #ec613d;
	font-size: 1.705em;
	font-weight: 600;
	margin: 0 0 1.25em;
}
@media (max-width: 767px) {
	.h2 {
		font-size: 24px;
	}
}
.h2 > img {
	display: block;
	padding-bottom: 15px;
}
.h2.margin-bottom-md {
	margin-bottom: 0.75em;
}
.h3 {
	color: #3e587a;
	font-size: 1.25em;
	font-family: 'Proxima Nova W01 Bold';
	margin: 2em 0 1em;
}
@media (max-width: 767px) {
	.h3 {
		font-size: 24px;
	}
}
.h4 {
	color: black;
	font-size: 1.875em;
	font-weight: 300;
	margin: 0 0 2em;
}
@media (max-width: 767px) {
	.h4 {
		font-size: 1.25em;
	}
}
.h5 {
	color: #7190b7;
	font-size: 1.25em;
	font-weight: 500;
	margin: 0 0 1em;
	text-transform: uppercase;
}
.h5.txt-pink {
	color: #ec613d;
}
.h6 {
	color: #481824;
	font-size: 1.6875em;
	font-weight: 600;
	margin: 0 0 0.75em;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.h6 {
		font-size: 1.44em;
	}
}
.h6 > img {
	display: block;
	padding-bottom: 15px;
}
.headline-block {
	color: white;
	display: inline-block;
	font-size: 1.875em;
	line-height: 1;
	margin: 0.75em 0;
	text-transform: uppercase;
}
.headline-block::before {
	content: '';
	display: table;
}
.headline-block::after {
	clear: both;
	content: '';
	display: table;
}
@media (max-width: 767px) {
	.headline-block {
		font-size: 1.36em;
	}
}
.headline-block .line {
	background-color: #575a5d;
	clear: both;
	display: inline-block;
	float: left;
	margin-bottom: -15px;
	padding: 15px 20px;
	position: relative;
	top: -15px;
}
@media (max-width: 767px) {
	.headline-block .line {
		padding: 10px;
		top: -10px;
	}
}
.headline-block .line:first-child {
	margin-bottom: 0;
	top: 0;
}
@media (max-width: 767px) {
	.headline-block .line:first-child {
		top: 0;
	}
}
.headline-block .line:nth-child(2) {
	left: 50px;
}
@media (max-width: 767px) {
	.headline-block .line:nth-child(2) {
		left: 15px;
	}
}
.title-icon {
	color: #3d587a;
	display: block;
	font-weight: 500;
	margin-bottom: -20px;
	padding: 25px 0 15px 65px;
	position: relative;
}
.title-icon .icon {
	background-color: #3d587a;
	display: block;
	height: 40px;
	left: 0;
	position: absolute;
	top: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 40px;
}
.title-icon .icon:before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 21px 19px;
	content: '';
	display: block;
	height: 40px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 40px;
}
.title-icon .icon.icon-talk:before {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/icon/talk-bubble png');
}
.title-icon .icon.icon-question:before {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/icon/question-mark png');
}
#header {
	background-color: white;
	height: 124px;
	position: relative;
	z-index: 1000;
}
#header::before {
	content: '';
	display: table;
}
#header::after {
	clear: both;
	content: '';
	display: table;
}
@media (max-width: 1024px) {
	#header {
		height: 75px;
	}
}
#header .mobile_after_nav_ul,
#header .logo.mobile_logo,
#header .mobile-menu-trigger.mobile_manu_btn {
	display: none;
}
#header .nav-utility {
	background-color: #3e587a;
	padding: 6px 0 8px;
}
@media (max-width: 1024px) {
	#header .nav-utility {
		padding: 2px 0 3px;
	}
}
#header .nav-utility .list-utility {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header .nav-utility .list-utility > li {
	display: inline-block;
	font-size: 0.75em;
	line-height: 1;
	margin: 0;
	padding: 0 10px;
}
@media (max-width: 1024px) {
	#header .nav-utility .list-utility > li {
		font-size: 9px;
	}
}
#header .nav-utility .list-utility > li:first-child {
	padding-left: 0;
}
#header .nav-utility .list-utility > li:last-child {
	padding-right: 0;
}
#header .nav-utility .list-utility > li > a {
	color: white;
}
@media (max-width: 1024px) {
	#header .nav-utility .list-utility > li.link-share {
		display: none;
	}
}
#header .nav-utility .list-utility > li.link-healthcare-professionals:after {
	border-bottom: 3px solid transparent;
	border-left: 4px solid #5a7dab;
	border-top: 3px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	left: 6px;
	position: relative;
	top: 0;
	width: 0;
}
@media (max-width: 1024px) {
	#header .nav-utility .list-utility > li.link-healthcare-professionals {
		display: none;
	}
}
#header .nav-utility .list-utility > li.link-country {
	color: white;
	font-family: 'Proxima Nova W01 Bold';
	text-transform: uppercase;
}
#header .header-content {
	clear: both;
}
#header .header-content::before {
	content: '';
	display: table;
}
#header .header-content::after {
	clear: both;
	content: '';
	display: table;
}
@media (max-width: 1024px) {
	#header .header-content {
		padding-top: 12px;
		position: relative;
	}
}
#header .header-content .logo {
	float: left;
	left: 0;
	position: relative;
	top: 20px;
}
@media (max-width: 1170px) {
	#header .header-content .logo {
		left: 10px;
		top: 30px;
	}
}
@media (max-width: 1024px) {
	#header .header-content .logo {
		left: 0;
		top: 2px;
	}
}
#header .header-content .logo a {
	background: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/logo/atopic-dermatitis-revealed png')
		no-repeat;
	background-size: 100% 100%;
	display: block;
	height: 48px;
	text-indent: -9999px;
	width: 284px;
}
@media (max-width: 1170px) {
	#header .header-content .logo a {
		height: 28px;
		width: 170px;
	}
}
@media (max-width: 1024px) {
	#header .header-content .logo a {
		height: 24px;
		width: 145px;
	}
}
#header .header-content .nav-primary {
	float: right;
	padding: 0 0 0 10px;
	position: relative;
	top: 30px;
}
@media (max-width: 1024px) {
	#header .header-content .nav-primary {
		bottom: 100%;
		height: calc(100vh - 75px);
		margin-top: 15px;
		overflow-y: scroll;
		padding: 0;
		position: fixed;
		right: -100%;
		top: 60px;
		width: 100%;
		z-index: 1000;
	}
	#header .header-content .nav-primary.active {
		right: 0;
	}
}
#header .header-content .nav-primary > ul {
	height: 54px;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: white;
}
@media (max-width: 1170px) {
	#header .header-content .nav-primary > ul {
		height: 40px;
		margin-left: -20px;
	}
}
@media (max-width: 1024px) {
	#header .header-content .nav-primary > ul {
		background-color: #3e5879;
		height: auto;
		margin-left: 0;
	}
}
#header .header-content .nav-primary > ul > li {
	display: inline-block;
	margin: 0 10px;
	padding: 0 15px;
	position: relative;
}
@media (max-width: 991px) {
	#header .header-content .nav-primary > ul > li {
		padding: 0 8px;
	}
}
@media (max-width: 1024px) {
	#header .header-content .nav-primary > ul > li {
		display: block;
		margin: 0;
		padding: 0;
	}
	#header .header-content .nav-primary > ul > li:first-child {
		border-top: 0;
	}
	#header .header-content .nav-primary > ul > li br {
		display: none;
	}
}
@media (min-width: 768px) {
	#header .header-content .nav-primary > ul > li:after {
		background-color: #3e587a;
		bottom: -1px;
		content: '';
		display: block;
		height: 8px;
		left: 0;
		position: absolute;
		transition: all 0.3s ease;
		-webkit-transform: skew(-30deg);
		transform: skew(-30deg);
		width: 0;
	}
}
#header .header-content .nav-primary > ul > li:hover:after,
#header .header-content .nav-primary > ul > li.active:after {
	width: 100%;
}
#header .header-content .nav-primary > ul > li:hover > a,
#header .header-content .nav-primary > ul > li.active > a {
	color: #3e587a;
	font-family: 'Proxima Nova W01 Bold';
}
@media (max-width: 1024px) {
	#header .header-content .nav-primary > ul > li:hover > a,
	#header .header-content .nav-primary > ul > li.active > a {
		color: white;
	}
}
#header .header-content .nav-primary > ul > li > a {
	color: #3e587a;
	display: block;
	font-size: 16px;
	font-family: 'Proxima Nova W01 Bold';
	line-height: 18px;
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
}
@media (max-width: 1170px) {
	#header .header-content .nav-primary > ul > li > a {
		padding-bottom: 22px;
	}
}
@media (max-width: 1170px) {
	#header .header-content .nav-primary > ul > li > a {
		font-size: 16px;
		line-height: 17px;
		padding-bottom: 19px;
	}
}
@media (max-width: 1024px) {
	#header .header-content .nav-primary > ul > li > a {
		color: white;
		font-size: 16px;
		line-height: 22px;
		padding: 13px 23px;
	}
}
#header .header-content .nav-primary > ul > li > a:hover {
	text-decoration: none;
}
#header .header-content .nav-primary > ul > li.dropdown {
	position: relative;
}
#header .header-content .nav-primary > ul > li.dropdown > a.dropdown-open > a {
	pointer-events: all;
}
#header .header-content .nav-primary > ul > li.dropdown > a {
	padding-right: 20px;
	position: relative;
}
@media (max-width: 1024px) {
	#header .header-content .nav-primary > ul > li.dropdown > a {
		padding-bottom: 15px;
		padding-right: 0;
	}
}
#header .header-content .nav-primary > ul > li.dropdown > a:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #3e587a;
	content: '';
	display: block;
	height: 0;
	margin: -4px 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.3s ease;
	width: 0;
}
@media (max-width: 1170px) {
	#header .header-content .nav-primary > ul > li.dropdown > a:before {
		margin-top: -15px;
	}
}
@media (max-width: 1024px) {
	#header .header-content .nav-primary > ul > li.dropdown > a:before {
		display: none;
	}
}
#header .header-content .nav-primary > ul > li.dropdown > ul {
	display: block;
	left: 59%;
	list-style: none;
	margin: 0 0 0 -125px;
	opacity: 0;
	padding: 0;
	position: absolute;
	pointer-events: none;
	top: 100%;
	transition: all 0.2s ease;
	width: 220px;
	z-index: 20;
	background: white;
	color: #3e587a;
}
@media (max-width: 1024px) {
	#header .header-content .nav-primary > ul > li.dropdown > ul {
		background: #3e587a;
		color: white;
		border: 0;
		display: block;
		left: 0;
		margin-left: 0;
		opacity: 1;
		pointer-events: all;
		position: inherit;
		width: 100%;
	}
}
#header .header-content .nav-primary > ul > li.dropdown > ul > li {
	border-top: 2px solid #ccc;
}
#header .header-content .nav-primary > ul > li.dropdown > ul > li:first-child {
	border-top: 0;
}
#header .header-content .nav-primary > ul > li.dropdown > ul > li a {
	color: #3e587a;
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 17px 15px;
	text-align: center;
	text-decoration: none;
}
@media (max-width: 1170px) {
	#header .header-content .nav-primary > ul > li.dropdown > ul > li a {
		font-size: 16px;
		padding: 12px 15px;
	}
}
@media (max-width: 1024px) {
	#header .header-content .nav-primary > ul > li.dropdown > ul > li a {
		color: white;
		font-size: 16px;
		line-height: 22px;
		padding: 14px 20px 14px 35px;
		text-align: left;
		transition: background-color 0.3s ease;
	}
}
#header .header-content .nav-primary > ul > li.dropdown > ul > li:hover a,
#header .header-content .nav-primary > ul > li.dropdown > ul > li.active a {
	font-family: 'Proxima Nova W01 Bold';
}
#header .header-content .nav-primary > ul > li.dropdown > ul > li.active a {
	font-weight: 500;
}
#header .header-content .nav-primary > ul > li.dropdown:hover > a:before,
#header .header-content .nav-primary > ul > li.dropdown.active > a:before {
	border-top-color: #3e587a;
}
#header .header-content .nav-primary > ul > li.dropdown:hover > ul {
	opacity: 1;
	pointer-events: all;
}
#header .header-content .nav-primary > ul > li.link-healthcare-professionals {
	display: none;
}
#header
	.header-content
	.nav-primary
	> ul
	> li.link-healthcare-professionals
	> a {
	background-color: white;
	color: #575a5d;
	font-size: 8px;
	font-weight: 300;
	line-height: 10px;
	padding: 15px 23px;
	text-transform: none;
	transition: background-color 0.3s ease;
}
#header
	.header-content
	.nav-primary
	> ul
	> li.link-healthcare-professionals
	> a:hover {
	background-color: #5a7dab;
}
@media (max-width: 1024px) {
	#header
		.header-content
		.nav-primary
		> ul
		> li.link-healthcare-professionals
		> a:hover {
		background-color: white;
	}
}
#header
	.header-content
	.nav-primary
	> ul
	> li.link-healthcare-professionals
	> a:after {
	border-bottom: 4px solid transparent;
	border-left: 5px solid #575a5d;
	border-top: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	left: 4px;
	position: relative;
	top: 1px;
	width: 0;
}
#header .header-content .search {
	float: right;
	margin: 0 0 0 10px;
	position: relative;
	top: 37px;
	z-index: 100;
}
@media (max-width: 1024px) {
	#header .header-content .search {
		float: none;
		margin: 0;
		position: relative;
		right: 0;
		top: 0;
	}
}
#header .header-content .search .search-toggle {
	background: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/icon/search-maroon png')
		no-repeat;
	display: block;
	height: 36px;
	text-indent: -9999px;
	width: 41px;
	margin: -10px 0 0 0;
}
#header .header-content .search .search-box {
	border: 0;
	display: block !important;
	height: 37px;
	max-width: none !important;
	min-height: 0;
	opacity: 0;
	overflow: visible;
	pointer-events: none;
	position: absolute;
	right: -7px;
	transition: all 0.2s ease;
	top: calc(100% + 15px) !important;
	width: 220px;
}
@media (max-width: 1024px) {
	#header .header-content .search .search-box {
		position: relative;
		right: 0;
	}
	#header .header-content .search .search-box .CoveoSearchButton + div {
		clear: both;
	}
}
#header .header-content .search .search-box:before {
	border-bottom: 7px solid #ec613d;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom: 100%;
	content: '';
	position: absolute;
	right: 10px;
}
#header .header-content .search .search-box .CoveoSearchButton {
	display: none;
}
#header .header-content .search .search-box input {
	border: 3px solid #ec613d;
	border-radius: 0;
	color: black;
	font-size: 14px;
	outline: 0;
	padding: 5px;
	width: 100%;
}
#header .header-content .search .search-box .coveo-query-box-clear {
	color: black;
	filter: none;
	float: none;
	font-size: 14px;
	font-weight: 200;
	margin: 0;
	position: absolute;
	right: 10px;
	opacity: 1;
	text-shadow: none;
	text-transform: uppercase;
	top: 8px;
}
#header .header-content .search .search-box .coveo-query-box-clear:after {
	content: 'x';
}
#header .header-content .search .search-box .coveo-query-box-clear .coveo-icon {
	display: none;
}
#header .header-content .search .search-box.active {
	opacity: 0;
	pointer-events: all;
	display: none !important;
}
#header .header-content .mobile-menu-trigger {
	display: none;
	float: right;
	margin: 0 0 0 15px;
}
@media (max-width: 1024px) {
	#header .header-content .mobile-menu-trigger {
		display: block;
	}
}
#header .header-content .mobile-menu-trigger a {
	background: url('-/media/68ae424828f2492f82d3c3f7dd471236.ashx') no-repeat
		center;
	width: 33px;
	height: 26px;
	display: block;
	font-size: 0;
}
#header .header-content .mobile-menu-trigger.active a {
	background: url('-/media/997989096bd74cb3a71a1c2b7c3db85c.ashx') #3e5879
		no-repeat center !important;
	width: 33px;
	height: 26px;
	display: block;
	font-size: 0;
}
.social-share-widget {
	position: relative;
	z-index: 100;
}
.social-share-widget .share-icons .share-trigger {
	color: white;
}
.social-share-widget .share-icons .share-trigger:hover {
	cursor: pointer;
	text-decoration: underline;
}
.social-share-widget .share-icons .share-dropdown {
	background-color: white;
	border-top: 5px solid #ec613d;
	-webkit-box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.1);
	box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.1);
	left: -5px;
	list-style: none;
	margin: 0;
	opacity: 0;
	padding: 5px 0 0;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 10px);
}
.social-share-widget .share-icons .share-dropdown.active {
	opacity: 1;
	pointer-events: all;
}
.social-share-widget .share-icons .share-dropdown:before {
	border-bottom: 6px solid #ec613d;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: '';
	height: 0;
	left: 50%;
	margin: 0 0 0 -6px;
	position: absolute;
	top: -10px;
	width: 0;
}
.social-share-widget .share-icons .share-dropdown > li {
	height: 30px;
	margin: 0;
	padding: 5px 8px;
	text-align: center;
}
.social-share-widget .share-icons .share-dropdown > li:first-child {
	padding-left: 8px;
}
.social-share-widget .share-icons .share-link {
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -9999px;
}
.social-share-widget .share-icons .share-link:hover {
	cursor: pointer;
	text-decoration: none;
}
.social-share-widget .share-icons .share-link.facebook {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/icon/facebook png');
	height: 19px;
	width: 19px;
}
.social-share-widget .share-icons .share-link.twitter {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/icon/twitter png');
	height: 15px;
	width: 18px;
}
.social-share-widget .share-icons .share-link.google-plus {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/icon/google-plus png');
	height: 15px;
	width: 23px;
}
.social-share-widget .share-icons .share-link.email {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/icon/mail png');
	height: 13px;
	width: 18px;
}
@media (max-width: 1024px) {
	.nav-utility {
		display: none;
	}
	#header .header-content {
		padding-top: 25px;
	}
	#header .header-content .nav-primary > ul {
		border-top: 1px solid #ccc;
	}
	#header .header-content .nav-primary > ul > li.dropdown > ul > li {
		border-top: 0;
	}
	#header .header-content .nav-primary > ul > li.dropdown > ul > li a {
		border-top: 1px solid #ccc;
		margin: 0 22px;
		padding: 15px 25px;
	}
	#header .header-content .nav-primary > ul > li a {
		border-top: 1px solid #ccc;
		margin: 0 22px;
		padding: 15px 0;
	}
	#header .header-content .nav-primary > ul > li:first-child a {
		border-top: 0;
	}
	#header .header-content .nav-primary.active {
		height: 100vh;
		top: 0;
		margin-top: 0;
		background-color: #e5e5e5;
		transition: none;
	}
	#header .header-content .nav-primary.active .mobile_logo a {
		background: url(-/media/30873e53e60d4bbea5c45b8ef8cbc525.ashx) no-repeat;
		background-size: 100% 100%;
		height: 35px;
		width: 220px;
	}
	#header .header-content .nav-primary.active .mobile-menu-trigger a {
		background: url(-/media/997989096bd74cb3a71a1c2b7c3db85c.ashx) no-repeat
			center !important;
		width: 33px;
		height: 26px;
		display: block;
		font-size: 0;
	}
	#header .header-content .nav-primary.active ul {
		display: block;
		clear: both;
	}
	#header .mobile_after_nav_ul,
	#header .logo.mobile_logo,
	#header .mobile-menu-trigger.mobile_manu_btn {
		display: block;
	}
	.mob_hd_active {
		background-color: #3e5879;
		display: flow-root;
		padding: 24px;
	}
	.mobile_after_nav_ul {
		padding: 20px 24px;
	}
	.mobile_after_nav_ul div {
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
	}
	.mobile_after_nav_ul div:last-child {
		padding-top: 12px;
	}
	.shar_mobile span {
		color: #3e5879;
		font-size: 18px;
	}
	.shar_mobile .facebook {
		background-image: url('-/media/f886e89b0529479bbdb96d81c866a457.ashx');
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: 16px;
		height: 20px;
		width: 26px;
		background-size: 95% 100%;
	}
	.shar_mobile .twitter {
		background-image: url('-/media/b975add5745a4fb3bef6f80976e8d245.ashx');
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: 16px;
		background-size: 100% 100%;
		height: 20px;
		width: 24px;
	}
	.shar_mobile .email {
		background-image: url('-/media/3f9363db3bf24a789380979849798610.ashx');
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: 16px;
		background-size: 100% 100%;
		height: 18px;
		width: 23px;
	}
	.reference_mobile {
		color: #3e5879;
		font-size: 18px;
	}
	#header .header-content .search {
		z-index: 1111;
	}
	#header .header-content .search .search-toggle {
		display: none;
	}
	#header .header-content .search .search-box {
		width: 315px;
		display: none !important;
	}
	#header .header-content .search .search-box input {
		border-radius: 44px;
		height: 44px;
		border: 0;
		background: #536a88;
		font-size: 20px;
		background-image: url('-/media/1f2c1678cfe8420fb914587ec7bc9396.ashx');
		background-repeat: no-repeat;
		background-size: 30px auto;
		background-position: 10px center;
		padding: 0 0 0 50px;
		color: white !important;
		opacity: 1 !important;
	}
	#header .header-content .search .search-box input:placeholder,
	#header .header-content .search .search-box input::-webkit-input-placeholder,
	#header .header-content .search .search-box input::-moz-placeholder {
		color: #9aa8b9 !important;
	}
	#header .header-content .search .search-box input:placeholder {
		color: #9aa8b9 !important;
	}
	#header .header-content .search .search-box .coveo-query-box-clear {
		color: white;
		top: 10px;
		right: 12px;
	}
	#header .header-content .search .search-box.search-mobile-menu-open {
		display: none !important;
		z-index: 999999;
		width: 100%;
		margin-top: 40px;
	}
	#header .header-content .search .search-box.search-mobile-menu-open:before {
		display: none;
	}
	.search-results .CoveoSearchBox {
		background-color: transparent !important;
	}
	.search-results .coveo-click-canceling-overlay {
		display: none;
	}
}
@media (max-width: 1024px) and (orientation: landscape) {
	#header .header-content .search .search-box .coveo-query-box-clear {
		top: 13px;
		right: 15px;
	}
	#header .header-content .search .search-box input {
		height: 50px;
		padding: 0 0 0 55px;
		background-size: 7%;
		background-position: 10px 6px;
	}
}
#fontResizer,
.link-reference {
	display: none;
}
@media (min-width: 768px) {
	#fontResizer,
	.link-reference {
		display: block;
	}
	#header .nav-utility .list-utility > li {
		padding: 0 13px;
	}
	#header .nav-utility .list-utility > li .font-selector #font-reg {
		font-size: 10px;
	}
	#header .nav-utility .list-utility > li .font-selector {
		color: white;
	}
	#header .nav-utility .list-utility > li .font-selector #font-med {
		font-size: 12px;
	}
	#header .nav-utility .list-utility > li .font-selector #font-reg,
	#header .nav-utility .list-utility > li .font-selector #font-med,
	#header .nav-utility .list-utility > li .font-selector #font-lg {
		cursor: pointer;
		margin-left: 2px;
		font-style: italic;
	}
	#header .nav-utility .list-utility > li .font-selector #font-lg {
		font-size: 14px;
	}
	#header #fontResizer span.selected {
		border-bottom: 1px solid white;
		font-style: normal !important;
	}
	.md-flip.list-flip li,
	.lg-flip.list-flip li,
	.md-flip.list-flip .front,
	.lg-flip.list-flip .front,
	.md-flip.list-flip .back,
	.lg-flip.list-flip .back {
		height: 400px !important;
	}
	.living-with-atopic-dermatitis .lg-flip.list-flip li,
	.living-with-atopic-dermatitis .md-flip.list-flip li,
	.living-with-atopic-dermatitis .lg-flip.list-flip .front,
	.living-with-atopic-dermatitis .md-flip.list-flip .front,
	.living-with-atopic-dermatitis .lg-flip.list-flip .back,
	.living-with-atopic-dermatitis .md-flip.list-flip .back {
		height: 450px !important;
	}
}
#header .header-content .search .search-box input::-webkit-input-placeholder {
	color: #9aa8b9 !important;
}
#header .header-content .search .search-box input:-ms-input-placeholder {
	color: #9aa8b9 !important;
}
#header .header-content .search .search-box input::placeholder {
	color: #9aa8b9 !important;
}
#footer {
	color: white;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
#footer .footnote {
	background-color: #f6ebe5;
	color: #ec613d;
	padding: 50px 0;
}
@media (max-width: 1170px) {
	#footer .footnote {
		padding: 18px 10px;
	}
}
@media (max-width: 767px) {
	#footer .footnote {
		padding-left: 0;
		padding-right: 0;
	}
}
#footer .footnote .container span {
	display: block;
}
@media (max-width: 992px) {
	#footer .footnote .container span {
		display: inline;
	}
}
@media (min-width: 1024px) {
	#footer .footnote .container {
		width: 58%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
	#footer .footnote .container {
		width: 75%;
	}
}
@media (max-width: 991px) {
	#footer .footnote .container {
		width: 82%;
	}
	#footer .footnote .container p {
		font-size: 15px;
		line-height: 21px;
	}
}
@media (max-width: 767px) {
	#footer .footnote .container {
		width: 93%;
	}
}
#footer .footnote p {
	margin: 0;
	text-align: center;
}
#footer .bottom {
	background-color: #3e587a;
	padding: 40px 0;
}
#footer .bottom::before {
	content: '';
	display: table;
}
#footer .bottom::after {
	clear: both;
	content: '';
	display: table;
}
@media (max-width: 767px) {
	#footer .bottom {
		padding: 30px 0;
	}
}
#footer .bottom .left {
	float: none;
	padding: 10px 0 35px;
	width: 100%;
	text-align: center;
}
@media (max-width: 767px) {
	#footer .bottom .left {
		float: none;
		margin: 0 auto;
		padding-bottom: 10px;
		padding-left: 0;
		width: 160px;
	}
}
#footer .bottom .right {
	float: none;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#footer .bottom .right {
		float: none;
		text-align: center;
		width: auto;
	}
}
#footer .logo img {
	max-width: 100%;
}
@media (max-width: 767px) {
	#footer .footer-nav {
		padding-top: 10px;
	}
}
#footer .footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
@media (max-width: 767px) {
	#footer .footer-nav ul:after {
		display: none;
	}
}
#footer .footer-nav ul > li {
	border-left: 1px solid white;
	display: inline-block;
	margin: 0;
	padding: 0 15px;
}
#footer .footer-nav ul > li:first-child {
	border-left: none;
	padding-left: 0;
}
#footer .footer-nav ul > li:last-child {
	padding-right: 0;
}
@media (max-width: 767px) {
	#footer .footer-nav ul > li {
		border: 0;
		display: block;
		padding: 10px 0;
		position: relative;
	}
}
#footer .footer-nav ul > li a {
	color: white;
	display: block;
	font-size: 10px;
	font-weight: 300;
	line-height: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	#footer .footer-nav ul > li a {
		display: inline-block;
	}
}
#footer .footer-nav ul > li a:hover {
	color: white;
	text-decoration: underline;
}
@media (max-width: 767px) {
	#footer .footer-nav ul > li a {
		text-transform: none;
	}
}
#footer .footer-content,
#footer .footer-bottom {
	font-size: 12px;
	line-height: 14px;
}
@media (max-width: 767px) {
	#footer .footer-content,
	#footer .footer-bottom {
		padding-left: 20px;
		padding-right: 20px;
	}
}
#footer .footer-content {
	padding-top: 35px;
}
@media (max-width: 767px) {
	#footer .footer-content {
		padding-top: 15px;
	}
}
@media (max-width: 1024px) {
	#footer .footer-bottom {
		padding-left: 80px;
		padding-right: 80px;
	}
}
@media (max-width: 767px) {
	#footer .footer-bottom {
		padding-left: 0;
		padding-right: 0;
	}
}
#footer .footer_txt {
	opacity: 0.5;
}
#emsFooterWrapper #emsFooter #indicationCopy,
#emsFooterWrapper #emsFooter #quickLinks,
#emsFooterWrapper #emsFooter #hcProCopy,
#emsFooterWrapper #emsFooter #footnoteCopy,
#emsFooterWrapper #emsFooter #corpFooter {
	display: none;
}
#breadcrumbs {
	display: none;
	background-color: white;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	position: relative;
	right: 50%;
	width: 100vw;
	height: 26px;
	margin-top: 10px;
	z-index: 20;
}
@media (max-width: 767px) {
	#breadcrumbs {
		display: none;
	}
}
#breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	position: relative;
	top: -1px;
}
#breadcrumbs ul > li {
	color: #481824;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	margin: 0;
	padding: 0;
	position: relative;
}
#breadcrumbs ul > li:after {
	color: #666;
	content: '/';
	padding: 0 0 0 5px;
}
#breadcrumbs ul > li:last-child:after {
	display: none;
}
#breadcrumbs ul > li a {
	color: #666;
	font-weight: 300;
	text-decoration: none;
}
#breadcrumbs ul > li a:hover {
	text-decoration: underline;
}
#mainContent {
	background-color: white;
	-webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
	margin-bottom: 60px;
	padding: 55px 40px 0;
	position: relative;
	z-index: 20;
}
@media (max-width: 767px) {
	#mainContent {
		margin-bottom: 0;
		padding: 20px 0;
	}
}
.living-with-atopic-dermatitis .banner-section {
	margin-bottom: -35px;
	height: 500px;
	background-position: center center;
}
@media (min-width: 1199px) {
	.living-with-atopic-dermatitis .banner-section {
		padding: 75px 60px 60px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.living-with-atopic-dermatitis .banner-section {
		padding: 75px 60px 60px;
	}
}
@media (max-width: 1024px) and (orientation: landscape) {
	.living-with-atopic-dermatitis .banner-section {
		padding: 65px 60px 60px;
	}
}
@media (max-width: 767px) {
	.living-with-atopic-dermatitis .banner-section {
		margin-bottom: 0;
		padding: 0;
		height: 235px;
		background-size: auto;
		background-position: 75% center;
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	.living-with-atopic-dermatitis .banner-section {
		height: 435px;
		padding-top: 90px;
	}
}
.living-with-atopic-dermatitis .banner-section.banner-section-camera {
	background-position: bottom center;
}
@media (max-width: 767px) {
	.living-with-atopic-dermatitis .banner-section.banner-section-camera {
		background-position: initial;
	}
}
@media (max-width: 767px) {
	.living-with-atopic-dermatitis .banner-section .container {
		background: transparent;
		padding: 0;
	}
}
.living-with-atopic-dermatitis .banner-section .content {
	background-color: transparent;
	left: 0;
	padding: 10px;
	width: 55%;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 991px) {
	.living-with-atopic-dermatitis .banner-section .content {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.living-with-atopic-dermatitis .banner-section .content {
		width: 90%;
		padding: 13px 0;
	}
	.living-with-atopic-dermatitis .banner-section .content h1 {
		color: white;
	}
	.living-with-atopic-dermatitis .banner-section .content p {
		line-height: 16px;
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	.living-with-atopic-dermatitis .banner-section .content p {
		line-height: 20px;
	}
}
.living-with-atopic-dermatitis .banner-section .content:after {
	background-color: transparent;
}
.living-with-atopic-dermatitis .txt-copy {
	width: 70%;
	margin: 0 auto;
}
.living-with-atopic-dermatitis .txt-copy .col-sm-12 {
	padding: 0;
}
@media (max-width: 991px) {
	.living-with-atopic-dermatitis .txt-copy {
		width: 100%;
	}
}
.living-with-atopic-dermatitis .txt-copy h2 {
	color: #3e587a;
	font-weight: 300;
}
.living-with-atopic-dermatitis .txt-copy p strong {
	color: #3e587a;
	font-family: 'Proxima Nova W01 Extra Bold';
	font-weight: normal;
}
.living-with-atopic-dermatitis .score-container.atopic_dermatitis,
.living-with-atopic-dermatitis .score-container.startegies {
	background: white;
	padding: 50px 0;
}
.living-with-atopic-dermatitis .score-container.startegies .back {
	font-size: 14px;
}
.living-with-atopic-dermatitis .score-container.real_patient {
	background: #f68669;
	padding: 50px 0;
}
.living-with-atopic-dermatitis .score-container.real_patient h2,
.living-with-atopic-dermatitis .score-container.real_patient p {
	color: white;
}
.living-with-atopic-dermatitis .score-container.real_patient h2 strong,
.living-with-atopic-dermatitis .score-container.real_patient p strong {
	color: white;
}
.living-with-atopic-dermatitis .score-container.real_patient .col-xs-12 {
	padding: 0;
}
@media (max-width: 991px) {
	.living-with-atopic-dermatitis
		.score-container.real_patient
		.video_outer_container {
		margin-left: 0;
		margin-right: 0;
	}
}
.living-with-atopic-dermatitis .score-container.three_sections {
	background-color: #f6ebe5;
}
.living-with-atopic-dermatitis .score-container.three_sections p {
	color: #ec613d;
	padding: 0 20px;
}
@media (min-width: 992px) {
	.living-with-atopic-dermatitis .score-container.three_sections p {
		line-height: 20px;
		font-family: 'Proxima Nova W01 Bold';
	}
}
@media (max-width: 991px) {
	.living-with-atopic-dermatitis .score-container.three_sections p {
		padding: 0 60px;
		font-weight: 300;
		font-size: 15px;
	}
}
.living-with-atopic-dermatitis .score-container.three_sections .col-xs-12 {
	padding: 0;
}
.living-with-atopic-dermatitis .score-container.three_sections .content-block {
	padding-left: 0;
	padding-right: 0;
}
.living-with-atopic-dermatitis
	.score-container.atopic_dermatitis
	.collapse-trigger {
	color: #ec613d;
}
.living-with-atopic-dermatitis .score-container.atopic_dermatitis .col-xs-12 {
	padding: 0;
}
@media (max-width: 767px) {
	.living-with-atopic-dermatitis
		.score-container.atopic_dermatitis
		.video_outer_container {
		padding: 0 15px;
	}
}
.living-with-atopic-dermatitis
	.score-container.atopic_dermatitis
	.row:nth-child(1),
.living-with-atopic-dermatitis .score-container.startegies .row:nth-child(1),
.living-with-atopic-dermatitis .score-container.real_patient .row:nth-child(1),
.living-with-atopic-dermatitis
	.score-container.three_sections
	.row:nth-child(1) {
	width: 69%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.living-with-atopic-dermatitis
		.score-container.atopic_dermatitis
		.row:nth-child(1),
	.living-with-atopic-dermatitis .score-container.startegies .row:nth-child(1),
	.living-with-atopic-dermatitis
		.score-container.real_patient
		.row:nth-child(1),
	.living-with-atopic-dermatitis
		.score-container.three_sections
		.row:nth-child(1) {
		width: 83%;
	}
}
.living-with-atopic-dermatitis .score-container.startegies .col-xs-12 {
	padding: 0;
}
.living-with-atopic-dermatitis
	.score-container.startegies
	.col-xs-12
	.text-sm
	em {
	font-style: normal;
}
.living-with-atopic-dermatitis .collapse.video-transcript-content {
	padding: 40px 0 0;
}
@media (max-width: 767px) {
	.living-with-atopic-dermatitis .collapse.video-transcript-content {
		padding: 40px 15px 0;
	}
}
.my-care-path .banner-section {
	margin-bottom: -35px;
	height: 500px;
}
@media (min-width: 1199px) {
	.my-care-path .banner-section {
		padding: 75px 60px 60px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.my-care-path .banner-section {
		padding: 75px 60px 60px;
	}
}
@media (max-width: 1024px) and (orientation: landscape) {
	.my-care-path .banner-section {
		padding: 65px 60px 60px;
	}
}
@media (max-width: 767px) {
	.my-care-path .banner-section {
		margin-bottom: 0;
		padding: 0;
		height: 235px;
		background-size: cover;
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	.my-care-path .banner-section {
		height: 435px;
		padding-top: 90px;
	}
}
.my-care-path .banner-section.banner-section-camera {
	background-position: bottom center;
}
@media (max-width: 767px) {
	.my-care-path .banner-section.banner-section-camera {
		background-position: initial;
	}
}
@media (max-width: 767px) {
	.my-care-path .banner-section .container {
		background: transparent;
		padding: 0;
	}
}
.my-care-path .banner-section .content {
	background-color: transparent;
	left: 0;
	padding: 10px;
	width: 55%;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 991px) {
	.my-care-path .banner-section .content {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.my-care-path .banner-section .content {
		width: 90%;
		padding: 55px 21px;
	}
	.my-care-path .banner-section .content h1 {
		color: white;
	}
	.my-care-path .banner-section .content p {
		line-height: 16px;
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	.my-care-path .banner-section .content p {
		line-height: 20px;
	}
}
.my-care-path .banner-section .content:after {
	background-color: transparent;
}
.my-care-path .txt-copy {
	width: 70%;
	margin: 0 auto;
}
.my-care-path .txt-copy .col-sm-12 {
	padding: 0;
}
@media (max-width: 991px) {
	.my-care-path .txt-copy {
		width: 100%;
	}
}
.my-care-path .txt-copy h2 {
	color: #3e587a;
	font-weight: 300;
}
.my-care-path .txt-copy p strong {
	color: #3e587a;
	font-family: 'Proxima Nova W01 Extra Bold';
	font-weight: normal;
}
.my-care-path .txt-copy .list-plain li strong {
	color: #3e587a;
	font-family: 'Proxima Nova W01 Extra Bold';
	font-weight: normal;
}
.my-care-path .txt-copy .list-plain li .media-left {
	vertical-align: middle;
}
@media (max-width: 767px) {
	.my-care-path .txt-copy .list-plain li .media-left {
		display: block;
	}
}
.my-care-path .txt-copy .list-plain li .media-left img {
	width: 40px !important;
	height: 40px !important;
}
@media (max-width: 767px) {
	.my-care-path .txt-copy .list-plain li .media-left img {
		width: 50px !important;
		height: 50px !important;
	}
}
.my-care-path .score-container.appointment,
.my-care-path .score-container.emotional_support {
	background: white;
	padding: 50px 0;
}
.my-care-path .score-container.action_plan {
	background: #f68669;
}
.my-care-path .score-container.resources_dermatitis {
	background-color: #3e587a;
}
.my-care-path .score-container.action_plan,
.my-care-path .score-container.resources_dermatitis {
	padding: 50px 0;
}
.my-care-path .score-container.action_plan h2,
.my-care-path .score-container.resources_dermatitis h2,
.my-care-path .score-container.action_plan p,
.my-care-path .score-container.resources_dermatitis p {
	color: white;
}
.my-care-path .score-container.action_plan h2 strong,
.my-care-path .score-container.resources_dermatitis h2 strong,
.my-care-path .score-container.action_plan p strong,
.my-care-path .score-container.resources_dermatitis p strong {
	color: white;
	font-weight: normal;
	font-family: 'Proxima Nova W01 Extra Bold';
}
.my-care-path .score-container.appointment .collapse-trigger {
	color: #ec613d;
}
.my-care-path .score-container.appointment .col-xs-12 {
	padding: 0;
}
.my-care-path .score-container.appointment .row:nth-child(1),
.my-care-path .score-container.emotional_support .row:nth-child(1),
.my-care-path .score-container.resources_dermatitis .row:nth-child(1),
.my-care-path .score-container.action_plan .row:nth-child(1),
.my-care-path .score-container.appointment .row.tab_row,
.my-care-path .score-container.emotional_support .row.tab_row,
.my-care-path .score-container.resources_dermatitis .row.tab_row,
.my-care-path .score-container.action_plan .row.tab_row {
	width: 69%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.my-care-path .score-container.appointment .row:nth-child(1),
	.my-care-path .score-container.emotional_support .row:nth-child(1),
	.my-care-path .score-container.resources_dermatitis .row:nth-child(1),
	.my-care-path .score-container.action_plan .row:nth-child(1),
	.my-care-path .score-container.appointment .row.tab_row,
	.my-care-path .score-container.emotional_support .row.tab_row,
	.my-care-path .score-container.resources_dermatitis .row.tab_row,
	.my-care-path .score-container.action_plan .row.tab_row {
		width: 83%;
	}
}
.my-care-path .score-container.appointment .row.tab_row .txt-copy,
.my-care-path .score-container.emotional_support .row.tab_row .txt-copy,
.my-care-path .score-container.resources_dermatitis .row.tab_row .txt-copy,
.my-care-path .score-container.action_plan .row.tab_row .txt-copy {
	padding: 0 10px;
}
@media (min-width: 768px) {
	.my-care-path .score-container.resources_dermatitis .text-component {
		padding: 0 20px;
	}
}
.my-care-path .score-container.resources_dermatitis h3,
.my-care-path .score-container.emotional_support h3 {
	margin: 0 0 20px 0;
	font-family: 'Proxima Nova W01';
}
@media (min-width: 992px) {
	.my-care-path .score-container.resources_dermatitis h3,
	.my-care-path .score-container.emotional_support h3 {
		font-size: 1.705em;
	}
}
.my-care-path .tab_row .txt-copy .col-sm-12 {
	padding-left: 15px;
}
@media (max-width: 767px) {
	.my-care-path .col-md-12,
	.my-care-path .col-sm-12 {
		padding: 0;
	}
}
.treatment-options .banner-section {
	margin-bottom: -35px;
	height: 500px;
}
@media (min-width: 1199px) {
	.treatment-options .banner-section {
		padding: 75px 60px 60px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.treatment-options .banner-section {
		padding: 75px 60px 60px;
	}
}
@media (max-width: 1024px) and (orientation: landscape) {
	.treatment-options .banner-section {
		padding: 65px 60px 60px;
	}
}
@media (max-width: 767px) {
	.treatment-options .banner-section {
		margin-bottom: 0;
		padding: 0;
		height: 235px;
		background-size: cover;
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	.treatment-options .banner-section {
		height: 435px;
		padding-top: 90px;
	}
}
.treatment-options .banner-section.banner-section-camera {
	background-position: bottom center;
}
@media (max-width: 767px) {
	.treatment-options .banner-section.banner-section-camera {
		background-position: initial;
	}
}
@media (max-width: 767px) {
	.treatment-options .banner-section .container {
		background: transparent;
		padding: 0;
	}
}
.treatment-options .banner-section .content {
	background-color: transparent;
	left: 0;
	padding: 10px;
	width: 55%;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 991px) {
	.treatment-options .banner-section .content {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.treatment-options .banner-section .content {
		width: 90%;
		padding: 29px 0;
	}
	.treatment-options .banner-section .content h1 {
		color: white;
	}
	.treatment-options .banner-section .content p {
		line-height: 16px;
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	.treatment-options .banner-section .content p {
		line-height: 20px;
	}
}
.treatment-options .banner-section .content:after {
	background-color: transparent;
}
.treatment-options .txt-copy {
	width: 70%;
	margin: 0 auto;
}
.treatment-options .txt-copy .col-sm-12 {
	padding: 0;
}
@media (max-width: 991px) {
	.treatment-options .txt-copy {
		width: 100%;
	}
}
.treatment-options .txt-copy h2 {
	color: #3e587a;
	font-weight: 300;
}
.treatment-options .txt-copy p strong {
	color: #3e587a;
	font-family: 'Proxima Nova W01 Extra Bold';
	font-weight: normal;
}
.treatment-options .txt-copy .list-plain li strong {
	color: #3e587a;
	font-family: 'Proxima Nova W01 Extra Bold';
	font-weight: normal;
}
.treatment-options .txt-copy .list-plain li .media-left {
	vertical-align: middle;
}
@media (max-width: 767px) {
	.treatment-options .txt-copy .list-plain li .media-left {
		display: block;
	}
}
.treatment-options .txt-copy .list-plain li .media-left img {
	width: 40px !important;
	height: 40px !important;
}
@media (max-width: 767px) {
	.treatment-options .txt-copy .list-plain li .media-left img {
		width: 50px !important;
		height: 50px !important;
	}
}
.treatment-options .score-container.appointment,
.treatment-options .score-container.emotional_support {
	background: white;
	padding: 50px 0;
}
.treatment-options .score-container.action_plan {
	background: #f68669;
}
.treatment-options .score-container.resources_dermatitis {
	background-color: #3e587a;
}
.treatment-options .score-container.action_plan,
.treatment-options .score-container.resources_dermatitis {
	padding: 50px 0;
}
.treatment-options .score-container.action_plan h2,
.treatment-options .score-container.resources_dermatitis h2,
.treatment-options .score-container.action_plan p,
.treatment-options .score-container.resources_dermatitis p {
	color: white;
}
.treatment-options .score-container.action_plan h2 strong,
.treatment-options .score-container.resources_dermatitis h2 strong,
.treatment-options .score-container.action_plan p strong,
.treatment-options .score-container.resources_dermatitis p strong {
	color: white;
	font-weight: normal;
	font-family: 'Proxima Nova W01 Extra Bold';
}
.treatment-options .score-container.appointment .collapse-trigger {
	color: #ec613d;
}
.treatment-options .score-container.appointment .col-xs-12 {
	padding: 0;
}
.treatment-options .score-container.appointment .row:nth-child(1),
.treatment-options .score-container.emotional_support .row:nth-child(1),
.treatment-options .score-container.resources_dermatitis .row:nth-child(1),
.treatment-options .score-container.action_plan .row:nth-child(1),
.treatment-options .score-container.appointment .row.tab_row,
.treatment-options .score-container.emotional_support .row.tab_row,
.treatment-options .score-container.resources_dermatitis .row.tab_row,
.treatment-options .score-container.action_plan .row.tab_row {
	width: 69%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.treatment-options .score-container.appointment .row:nth-child(1),
	.treatment-options .score-container.emotional_support .row:nth-child(1),
	.treatment-options .score-container.resources_dermatitis .row:nth-child(1),
	.treatment-options .score-container.action_plan .row:nth-child(1),
	.treatment-options .score-container.appointment .row.tab_row,
	.treatment-options .score-container.emotional_support .row.tab_row,
	.treatment-options .score-container.resources_dermatitis .row.tab_row,
	.treatment-options .score-container.action_plan .row.tab_row {
		width: 83%;
	}
}
.treatment-options .score-container.appointment .row.tab_row .txt-copy,
.treatment-options .score-container.emotional_support .row.tab_row .txt-copy,
.treatment-options .score-container.resources_dermatitis .row.tab_row .txt-copy,
.treatment-options .score-container.action_plan .row.tab_row .txt-copy {
	padding: 0 10px;
}
@media (min-width: 768px) {
	.treatment-options .score-container.resources_dermatitis .text-component {
		padding: 0 20px;
	}
}
.treatment-options .score-container.resources_dermatitis h3,
.treatment-options .score-container.emotional_support h3 {
	margin: 0 0 20px 0;
	font-family: 'Proxima Nova W01';
}
@media (min-width: 992px) {
	.treatment-options .score-container.resources_dermatitis h3,
	.treatment-options .score-container.emotional_support h3 {
		font-size: 1.705em;
	}
}
.treatment-options .tab_row .txt-copy .col-sm-12 {
	padding-left: 15px;
}
@media (max-width: 767px) {
	.treatment-options .col-md-12,
	.treatment-options .col-sm-12 {
		padding: 0;
	}
}
.the-impact-of-atopic-dermatitis .banner-section {
	margin-bottom: -35px;
	height: 500px;
}
@media (min-width: 1199px) {
	.the-impact-of-atopic-dermatitis .banner-section {
		padding: 75px 60px 60px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.the-impact-of-atopic-dermatitis .banner-section {
		padding: 75px 60px 60px;
	}
}
@media (max-width: 1024px) and (orientation: landscape) {
	.the-impact-of-atopic-dermatitis .banner-section {
		padding: 65px 60px 60px;
	}
}
@media (max-width: 767px) {
	.the-impact-of-atopic-dermatitis .banner-section {
		margin-bottom: 0;
		padding: 0;
		height: 235px;
		background-size: cover;
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	.the-impact-of-atopic-dermatitis .banner-section {
		height: 435px;
		padding-top: 90px;
	}
}
.the-impact-of-atopic-dermatitis .banner-section.banner-section-camera {
	background-position: bottom center;
}
@media (max-width: 767px) {
	.the-impact-of-atopic-dermatitis .banner-section.banner-section-camera {
		background-position: initial;
	}
}
@media (max-width: 767px) {
	.the-impact-of-atopic-dermatitis .banner-section .container {
		background: transparent;
		padding: 0;
	}
}
.the-impact-of-atopic-dermatitis .banner-section .content {
	background-color: transparent;
	left: 0;
	padding: 10px;
	width: 55%;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 991px) {
	.the-impact-of-atopic-dermatitis .banner-section .content {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.the-impact-of-atopic-dermatitis .banner-section .content {
		width: 90%;
		padding: 15px 21px;
	}
	.the-impact-of-atopic-dermatitis .banner-section .content h1 {
		color: white;
	}
	.the-impact-of-atopic-dermatitis .banner-section .content p {
		line-height: 16px;
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	.the-impact-of-atopic-dermatitis .banner-section .content p {
		line-height: 20px;
	}
}
.the-impact-of-atopic-dermatitis .banner-section .content:after {
	background-color: transparent;
}
.the-impact-of-atopic-dermatitis .txt-copy {
	width: 70%;
	margin: 0 auto;
}
.the-impact-of-atopic-dermatitis .txt-copy .col-sm-12 {
	padding: 0;
}
@media (max-width: 991px) {
	.the-impact-of-atopic-dermatitis .txt-copy {
		width: 100%;
	}
}
.the-impact-of-atopic-dermatitis .txt-copy h2 {
	color: #3e587a;
	font-weight: 300;
}
.the-impact-of-atopic-dermatitis .txt-copy p strong {
	color: #3e587a;
	font-family: 'Proxima Nova W01 Extra Bold';
	font-weight: normal;
}
.the-impact-of-atopic-dermatitis .score-container.life,
.the-impact-of-atopic-dermatitis .score-container.family {
	background: white;
	padding: 50px 0 80px 0;
}
.the-impact-of-atopic-dermatitis .score-container.life .col-md-12,
.the-impact-of-atopic-dermatitis .score-container.family .col-md-12 {
	padding: 0;
}
.the-impact-of-atopic-dermatitis .score-container.atopic_dermatitis {
	background: #f68669;
	padding: 100px 0;
}
.the-impact-of-atopic-dermatitis .score-container.atopic_dermatitis .col-sm-12 {
	padding: 0;
}
.the-impact-of-atopic-dermatitis .score-container.atopic_dermatitis h2,
.the-impact-of-atopic-dermatitis .score-container.atopic_dermatitis p {
	color: white;
}
.the-impact-of-atopic-dermatitis .score-container.atopic_dermatitis h2 strong,
.the-impact-of-atopic-dermatitis .score-container.atopic_dermatitis p strong {
	color: white;
	font-family: 'Proxima Nova W01 Extra Bold';
	font-weight: normal;
}
.the-impact-of-atopic-dermatitis .score-container.atopic_dermatitis h3 {
	color: white;
}
.the-impact-of-atopic-dermatitis
	.score-container.atopic_dermatitis
	.row:nth-child(1),
.the-impact-of-atopic-dermatitis .score-container.life .row:nth-child(1),
.the-impact-of-atopic-dermatitis .score-container.family .row:nth-child(1) {
	width: 69%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.the-impact-of-atopic-dermatitis
		.score-container.atopic_dermatitis
		.row:nth-child(1),
	.the-impact-of-atopic-dermatitis .score-container.life .row:nth-child(1),
	.the-impact-of-atopic-dermatitis .score-container.family .row:nth-child(1) {
		width: 83%;
	}
}
.the-impact-of-atopic-dermatitis
	.score-container.life
	.wellness-wheel-container {
	width: 69%;
	margin: 0 auto;
	padding-left: 0;
}
@media (max-width: 767px) {
	.the-impact-of-atopic-dermatitis
		.score-container.life
		.wellness-wheel-container {
		width: 100%;
	}
}
.the-impact-of-atopic-dermatitis
	.score-container.life
	.wellness-wheel-container
	.wellness-wheel-text {
	width: 70%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.the-impact-of-atopic-dermatitis
		.score-container.life
		.wellness-wheel-container
		.wellness-wheel-text {
		width: 100%;
	}
}
.understanding-atopic-dermatitis .vjs-big-play-button,
.living-with-atopic-dermatitis .vjs-big-play-button {
	width: 90px !important;
	height: 90px !important;
	border-radius: 100%;
	top: 36% !important;
	left: 43% !important;
}
.understanding-atopic-dermatitis .vjs-big-play-button:before,
.living-with-atopic-dermatitis .vjs-big-play-button:before {
	margin: 37% 37% !important;
}
#video-transcript {
	font-size: 16px;
}
@media (max-size: 991px) {
	#video-transcript {
		font-size: 15px;
	}
}
#thirdPartyMod.modal .modal-dialog,
#myModalEmail.modal .modal-dialog {
	max-width: 75%;
}
@media (max-size: 767px) {
	#thirdPartyMod.modal .modal-dialog,
	#myModalEmail.modal .modal-dialog {
		max-width: 92%;
	}
}
.references .resources {
	background: white;
	border-top: 1px solid #dfdfdf;
	padding: 50px 0;
}
.references .resources .container {
	width: 50%;
}
@media (max-width: 767px) {
	.references .resources .container {
		width: 80%;
	}
}
.references .resources .container h2 {
	color: #3e587a;
	font-weight: 300;
}
@media (max-width: 991px) {
	.references .resources .container h2 {
		font-size: 22px;
	}
}
.references .resources .container ul {
	list-style: none;
	padding-left: 10px;
}
@media (max-width: 767px) {
	.references .resources .container ul {
		padding-left: 30px;
	}
}
.references .resources .container ul li {
	position: relative;
	margin-left: 25px;
}
@media (max-width: 767px) {
	.references .resources .container ul li {
		margin-left: 0;
	}
}
.references .resources .container ul li span {
	left: -30px;
	position: absolute;
	color: #3e587a;
	font-weight: bold;
}
.references .resources .container ul li a {
	color: #ec613d;
}
.social-share-widget .share-icons .share-dropdown {
	left: -1px;
}
.my-care-path .list-bullet > li {
	padding: 0 0 0 18px;
	margin: 0;
}
.my-care-path .collapse-theme-blue-3 .title-icon,
.my-care-path .collapse-theme-blue-2 .title-icon,
.my-care-path .collapse-theme-blue-1 .title-icon {
	padding-left: 0 !important;
}
.my-care-path .list-bullet > ul {
	list-style: none !important;
}
.my-care-path .list-bullet > ul li::before {
	content: '\2022';
	color: #3d587a;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.my-care-path .title-icon strong {
	padding-bottom: 10px;
	display: block;
	font-weight: normal;
	font-family: 'Proxima Nova W01 Extra Bold';
}
video .bc-player-default_default.vjs-mouse .vjs-big-play-button {
	width: 90px !important;
	height: 90px !important;
	top: 34% !important;
	left: 40% !important;
	border-radius: 100% !important;
}
.score-container.container-background-cream {
	background: #f6ebe5 !important;
}
.score-container.container-background-blue {
	background: #3e587a !important;
}
.sidebar {
	margin-left: 30px;
	padding: 20px 32px;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
	.sidebar {
		margin: 40px 0 0 0;
		padding: 30px 0 20px;
	}
}
.sidebar:before {
	border-top: 250px solid #f7f7f7;
	border-right: 250px solid transparent;
	content: '';
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: -1;
}
@media (max-width: 767px) {
	.sidebar:before {
		left: -15px;
	}
}
.banner-section {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	position: relative;
	right: 50%;
	width: 100vw;
	background-position: top center;
	background-repeat: no-repeat;
	height: 665px;
	margin-bottom: -270px;
	padding: 40px 60px 60px;
	top: -35px;
	z-index: 10;
}
@media (max-width: 1024px) {
	.banner-section {
		background-size: cover;
	}
}
@media (max-width: 767px) {
	.banner-section {
		background-position: center top;
		background-size: contain;
		height: auto;
		margin: 0;
		padding: 180px 0 0;
		position: initial;
		top: 0;
		width: 100%;
	}
}
@media (min-width: 992px) {
	.banner-section {
		background-size: cover;
	}
}
@media (max-width: 767px) {
	.banner-section .container {
		background-color: transparent;
		padding-bottom: 25px;
		padding-top: 30px;
		width: 85%;
	}
	.banner-section .container p {
		color: white;
	}
}
.banner-section .content {
	background-color: transparent;
	color: white;
	position: relative;
	top: 70px;
	left: 0;
	padding: 10px;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	text-shadow: 1px 1px 5px #111;
}
@media (max-width: 767px) {
	.banner-section .content {
		background-color: transparent;
		color: #a0a0a0;
		font-family: 200;
		left: auto;
		padding: 0;
		top: auto;
		width: 100%;
	}
}
.banner-section .content:after {
	background-color: transparent;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: -150px;
	top: 0;
	-webkit-transform: skew(-33deg);
	-moz-transform: skew(-33deg);
	transform: skew(-33deg);
	transform-origin: top left;
	width: 50%;
	z-index: -1;
}
@media (max-width: 767px) {
	.banner-section .content:after {
		display: none;
	}
}
.banner-section .content .title {
	font-size: 30px;
	font-weight: 300;
	line-height: 36px;
	margin: 0 0 0.25em 0;
	text-transform: uppercase;
}
@media (min-width: 1200px) {
	.banner-section .content .title {
		font-size: 50px;
		line-height: 0.9em;
	}
}
@media (max-width: 767px) {
	.banner-section .content .title {
		color: white;
		font-size: 22.5px;
		line-height: 25px;
		margin: 0 0 15px;
	}
}
.banner-section .content .title .h1span {
	color: #f68669;
	font-family: 'Proxima Nova W01 Extra Bold';
}
.banner-section .content p {
	font-size: 15px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.banner-section .content p {
		margin: 0;
		line-height: 18px;
	}
}
.banner-section.banner-section-eyes-covered {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/banner/eyes-covered jpg');
}
.banner-section.banner-section-camera {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/banner/camera');
}
@media (max-width: 767px) {
	.banner-section.banner-section-camera {
		background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/banner/camera-sm');
	}
}
.banner-section.banner-section-car-hand {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/banner/car-hand jpg');
}
@media (max-width: 767px) {
	.banner-section.banner-section-car-hand {
		background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/banner/car-hand-sm');
	}
}
.banner-section.banner-section-man-smile {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/banner/man-smile jpg');
}
@media (max-width: 767px) {
	.banner-section.banner-section-man-smile {
		background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/banner/man-smile-sm');
	}
}
.banner-section.banner-section-doctor-conversation {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/banner/doctor-conversation');
}
@media (max-width: 767px) {
	.banner-section.banner-section-doctor-conversation {
		background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/banner/doctor-conversation-sm');
	}
}
.banner-section.banner-section-arms {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/banner/treatment-banner');
}
@media (max-width: 767px) {
	.banner-section.banner-section-arms {
		background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/banner/treatment-banner-sm');
	}
}
.banner-section.banner-section-girl-smile {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/banner/girl-smile');
}
@media (max-width: 767px) {
	.banner-section.banner-section-girl-smile {
		background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/banner/girl-smile-sm');
		padding-top: 130px;
	}
}
@media (max-width: 767px) {
}
.banner-section.banner-section-organizations-and-communities {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/page/organizations-and-communities/banner jpg');
}
@media (max-width: 767px) {
	.banner-section.banner-section-organizations-and-communities {
		background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/page/organizations-and-communities/banner-sm jpg');
	}
}
@media (min-width: 1920px) {
	.my-care-path .banner-section {
		background-position: 100% 23%;
	}
}
.content-block {
	margin: 3em -40px;
	padding: 55px 45px;
}
@media (max-width: 767px) {
	.content-block {
		margin-left: 0;
		margin-right: 0;
		padding: 20px 0;
	}
}
.content-block > .container {
	width: 100%;
}
.content-block.spacing-bottom-sm {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.content-block.mobile-spacing-top-none {
		margin-top: 0;
	}
}
.content-block.content-block-bg {
	background-repeat: no-repeat;
	background-size: cover;
}
.content-block.content-block-bg-feet {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/section/feet');
}
@media (max-width: 767px) {
	.content-block.content-block-bg-feet {
		background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/section/feet-sm');
	}
}
.content-block.content-block-bg-eyes-closed {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/section/eyes-closed');
}
@media (max-width: 767px) {
	.content-block.content-block-bg-eyes-closed {
		background-color: #f1f8fd;
		background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/section/eyes-closed-sm');
		background-position: bottom right;
		background-size: contain;
	}
}
.content-block.content-block-bg-magnifying-glass {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/section/magnifying-glass');
}
@media (max-width: 767px) {
	.content-block.content-block-bg-magnifying-glass {
		background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/section/magnifying-glass-sm');
	}
}
.living-with-atopic-dermatitis .content-block {
	margin: 0;
}
.living-with-atopic-dermatitis .content-block .container {
	padding: 0;
}
.form-group {
	margin-bottom: 20px;
}
.form-group label {
	color: black;
	display: block;
	margin-bottom: 10px;
}
.form-group input {
	display: block;
	overflow: hidden;
	padding: 10px 15px;
	width: 100%;
}
.form-group.has-error input {
	border: 1px solid #d20606;
}
.form-group .help-block {
	color: #d20606;
	font-size: 12px;
	line-height: 14px;
}
.checkbox {
	color: black;
	font-weight: 300;
}
.checkbox input[type='checkbox'] {
	margin-right: 10px;
}
.checkbox span {
	font-size: 12px;
}
.checkbox .secondary {
	color: #999;
}
.btn.btn-primary {
	background-color: #f68669;
	border: 0;
	border-radius: 0;
	letter-spacing: 2px;
	color: white;
	font-size: 14px;
	font-family: 'Proxima Nova W01 Bold';
	height: 60px;
	line-height: 60px;
	min-width: 200px;
	outline: 0;
	padding: 0 20px 0 25px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
@media (max-width: 767px) {
	.btn.btn-primary {
		font-size: 13px;
		height: 50px;
		line-height: 50px;
		width: calc(100% - 20px);
	}
}
.btn.btn-primary:after {
	border-top: 37px solid #f68669;
	border-left: 16px solid #f68669;
	border-bottom: 23px solid transparent;
	content: '';
	height: 0;
	position: absolute;
	transition: all 0.3s ease;
	width: 0;
	right: -16px;
}
@media (max-width: 767px) {
	.btn.btn-primary:after {
		border-top: 34px solid #f68669;
		border-left: 9px solid #f68669;
		border-bottom: 16px solid transparent;
		right: -9px;
	}
}
.btn.btn-primary:hover {
	background-color: #ec613d;
	color: white;
}
.btn.btn-primary:hover:after {
	border-left-color: #ec613d;
	border-top-color: #ec613d;
}
.btn.btn-primary.btn-white {
	background: white;
	color: #f68669;
}
.btn.btn-primary.btn-white:after {
	border-top-color: white;
	border-left-color: white;
}
.btn.btn-primary.btn-white:hover {
	background-color: #ec613d;
	color: white;
}
.btn.btn-primary.btn-white:hover:after {
	border-left-color: #ec613d;
	border-top-color: #ec613d;
}
.btn.btn-primary.inactive {
	opacity: 0.5;
}
.btn.btn-border {
	border: 1px solid #575a5d;
}
.btn.btn-arrow {
	background-color: white;
	border: 0;
	border-radius: 0;
	color: #575a5d;
	display: inline-block;
	font-size: 16px;
	font-family: 'Proxima Nova W01 Bold';
	line-height: 50px;
	height: 50px;
	outline: 0;
	padding: 0 15px 0 25px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.btn.btn-arrow:after {
	border-bottom: 25px solid transparent;
	border-left: 20px solid white;
	border-top: 25px solid transparent;
	content: '';
	display: block;
	height: 0;
	left: 100%;
	position: absolute;
	top: 0;
	transition: all 0.3s ease;
	width: 0;
}
.btn.btn-arrow:hover {
	background-color: #edeeee;
}
.btn.btn-arrow:hover:after {
	border-left-color: #edeeee;
}
.btn.btn-rectangle {
	background: #575a5d none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: white;
	font-size: 18px;
	font-family: 'Proxima Nova W01 Bold';
	min-width: 190px;
	outline: 0;
	padding: 22px 20px;
	text-transform: uppercase;
}
.list-result {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}
.list-result > li {
	margin: 0;
	padding: 25px 0;
}
.list-result > li:first-child {
	padding-top: 0;
}
.list-result > li:last-child {
	padding-bottom: 0;
}
.list-result > li a {
	color: #49b0e8;
	font-size: 1.5em;
	text-decoration: none;
}
.list-result > li p {
	display: block;
	margin: 0;
	padding: 7px 0 0;
}
.list-bar {
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
}
@media (max-width: 991px) {
	.list-bar {
		padding: 0;
	}
}
.list-bar > li {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}
@media (max-width: 991px) {
	.list-bar > li {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}
}
.list-bar > li > a {
	background-color: white;
	border-top: 0;
	display: table-cell;
	font-size: 16px;
	font-weight: 500;
	height: 54px;
	line-height: 1;
	padding: 16px 8px 16px 15px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
	vertical-align: middle;
}
.list-bar > li > a.active,
.list-bar > li > a:hover {
	color: white !important;
}
@media (min-width: 992px) {
	.list-bar > li > a.active:after,
	.list-bar > li > a:hover:after {
		border-bottom: 27px solid transparent;
		border-left: 16px solid transparent;
		border-top: 27px solid transparent;
		content: '';
		display: block;
		height: 0;
		left: 100%;
		margin: -27px 0 0 1px;
		position: absolute;
		top: 50%;
		width: 0;
	}
}
.list-bar > li > a.active {
	pointer-events: none;
}
@media (max-width: 991px) {
	.list-bar > li > a.active {
		pointer-events: all;
	}
}
.list-bar > li > a.item-pink-1 {
	border-color: #ec8099;
	color: #7f8da0;
}
.list-bar > li > a.item-pink-1:after {
	border-left-color: #ec8099;
}
.list-bar > li > a.item-pink-1.active,
.list-bar > li > a.item-pink-1:hover {
	background-color: #ec8099;
}
@media (max-width: 991px) {
	.list-bar > li > a.item-pink-1 {
		background-color: #ec8099;
		color: white;
	}
}
.list-bar > li > a.item-pink-2 {
	border-color: #e76080;
	color: #7f8da0;
}
.list-bar > li > a.item-pink-2:after {
	border-left-color: #e76080;
}
.list-bar > li > a.item-pink-2.active,
.list-bar > li > a.item-pink-2:hover {
	background-color: #e76080;
}
@media (max-width: 991px) {
	.list-bar > li > a.item-pink-2 {
		background-color: #e76080;
		color: white;
	}
}
.list-bar > li > a.item-pink-3 {
	border-color: #df2b55;
	color: #7f8da0;
}
.list-bar > li > a.item-pink-3:after {
	border-left-color: #df2b55;
}
.list-bar > li > a.item-pink-3.active,
.list-bar > li > a.item-pink-3:hover {
	background-color: #df2b55;
}
@media (max-width: 991px) {
	.list-bar > li > a.item-pink-3 {
		background-color: #df2b55;
		color: white;
	}
}
@media (max-width: 991px) {
	.list-bar > li > a:before,
	.list-bar > li > a:after {
		background-color: white;
		content: '';
		display: block;
		height: 6px;
		margin: -3px 0 0 0;
		position: absolute;
		right: 30px;
		top: 50%;
		transition: all 0.3s ease;
		width: 22px;
	}
	.list-bar > li > a:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.list-bar > li > a.active:after {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
}
.list-plain {
	list-style: none;
	margin: 0;
	padding: 0 0 1em;
}
.list-plain > li {
	margin: 0;
	padding: 10px 0;
}
.list-plain > li:first-child {
	padding-top: 0;
}
.list-plain > li:last-child {
	padding-bottom: 0;
}
.list-arrow {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
.list-arrow > li {
	margin: 1em 0;
	padding: 0 0 0 30px;
	position: relative;
}
@media (max-width: 767px) {
	.list-arrow > li {
		padding-left: 12px;
	}
}
.list-arrow > li:first-child {
	margin-top: 0;
}
.list-arrow > li:last-child {
	margin-bottom: 0;
}
.list-arrow > li:before {
	content: '';
	border-bottom: 6px solid transparent;
	border-left: 9px solid #481824;
	border-top: 6px solid transparent;
	height: 0;
	left: 0;
	position: absolute;
	top: 6px;
	width: 0;
}
@media (max-width: 767px) {
	.list-arrow > li:before {
		border-bottom-width: 3px;
		border-left-width: 5px;
		border-top-width: 3px;
		top: 5px;
	}
}
.list-callout {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	table-layout: fixed;
	width: 100%;
}
.list-callout > li {
	display: table-cell;
	font-weight: 500;
	margin: 0;
	padding: 0 20px 15px;
	text-align: center;
	vertical-align: top;
}
@media (max-width: 991px) {
	.list-callout > li {
		display: block;
	}
}
@media (max-width: 767px) {
	.list-callout > li {
		border-left: none;
		display: block;
		padding: 10px 0;
	}
}
.list-callout > li:first-child {
	border-left: none;
	padding-left: 0;
}
@media (max-width: 767px) {
	.list-callout > li:first-child {
		border-top: 0;
		padding-top: 0;
	}
}
.list-callout > li:last-child {
	padding-right: 0;
}
@media (max-width: 767px) {
	.list-callout > li:last-child {
		padding-bottom: 0;
	}
}
.list-callout > li .asset {
	display: table;
	height: 170px;
	width: 100%;
}
@media (max-width: 767px) {
	.list-callout > li .asset {
		height: auto;
		margin: 0 auto;
		max-width: 150px;
		padding: 25px;
	}
}
.list-callout > li .asset .asset-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.list-callout > li .asset .asset-wrapper img {
	display: inline-block;
	max-width: 100%;
}
.list-bullet {
	list-style: none;
	margin: 0 0 1em 20px;
	padding: 0;
}
.list-bullet > li {
	margin: 0.75em 0;
	padding: 0 0 0 12px;
	position: relative;
}
.list-bullet > li:before {
	background-color: black;
	border-radius: 100%;
	content: '';
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 5px;
}
@media (max-width: 767px) {
	.list-bullet > li:before {
		top: 6px;
	}
}
.list-bullet.list-bullet-gray > li:before {
	background-color: #3d587a;
}
.list-bullet.list-bullet-blue > li:before {
	background-color: #3d587a;
}
.callout-list {
	background-color: rgba(218, 223, 229, 0.75);
	font-weight: 500;
	margin: 35px 0;
	overflow: hidden;
	padding: 15px 20px;
}
@media (max-width: 767px) {
	.callout-list {
		margin: 30px 0 10px;
		padding: 10px 20px;
	}
}
.callout-list ul {
	margin: 0;
	padding: 15px 30px;
}
.callout-list ul::before {
	content: '';
	display: table;
}
.callout-list ul::after {
	clear: both;
	content: '';
	display: table;
}
@media (max-width: 991px) {
	.callout-list ul {
		float: left;
		width: 50%;
		padding: 10px 10px 0;
	}
}
.callout-list ul li {
	color: black;
	float: left;
	list-style: none;
	padding-left: 20px;
	position: relative;
	width: 33%;
}
@media (max-width: 991px) {
	.callout-list ul li {
		float: none;
		width: 100%;
		background-position: 0 3px;
		padding-bottom: 15px;
		padding-left: 12px;
	}
}
.callout-list ul li:before {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #3f1621;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	top: 4px;
	width: 0;
}
@media (max-width: 767px) {
	.callout-list ul li:before {
		border-top-width: 4px;
		border-bottom-width: 4px;
		border-left-width: 6px;
	}
}
@media (max-width: 991px) {
	.callout-list ul li:last-child {
		padding-bottom: 10px;
	}
}
.my-care-path .resources_dermatitis .col-lg-12.col-md-12 .list-bar > li {
	display: grid;
	margin: 0;
	padding: 0;
	width: 33.33%;
	float: left;
}
.my-care-path .resources_dermatitis .col-lg-12.col-md-12 .list-bar {
	width: 100%;
}
.my-care-path
	.resources_dermatitis
	.col-lg-12.col-md-12
	.list-bar
	> li
	> a.item-pink-1,
.my-care-path
	.resources_dermatitis
	.col-lg-12.col-md-12
	.list-bar
	> li
	> a.item-pink-2,
.my-care-path
	.resources_dermatitis
	.col-lg-12.col-md-12
	.list-bar
	> li
	> a.item-pink-3 {
	border-color: white;
	color: #7f8da0;
	width: 100%;
	font-family: 'Proxima Nova W01 Bold';
}
.my-care-path
	.resources_dermatitis
	.col-lg-12.col-md-12
	.list-bar
	> li:first-child
	a {
	border-top: 0;
}
.my-care-path .resources_dermatitis .col-lg-12.col-md-12 .list-bar > li > a {
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid white;
	text-align: center;
}
.my-care-path
	.resources_dermatitis
	.col-lg-12.col-md-12
	.list-bar
	> li
	> a.active:after,
.my-care-path
	.resources_dermatitis
	.col-lg-12.col-md-12
	.list-bar
	> li
	> a:hover:after {
	border: 0;
}
.my-care-path
	.resources_dermatitis
	.col-lg-12.col-md-12
	.list-bar
	> li
	> a.item-pink-1.active,
.my-care-path
	.resources_dermatitis
	.col-lg-12.col-md-12
	.list-bar
	> li
	> a.item-pink-1:hover,
.my-care-path
	.resources_dermatitis
	.col-lg-12.col-md-12
	.list-bar
	> li
	> a.item-pink-2.active,
.my-care-path
	.resources_dermatitis
	.col-lg-12.col-md-12
	.list-bar
	> li
	> a.item-pink-2:hover,
.my-care-path
	.resources_dermatitis
	.col-lg-12.col-md-12
	.list-bar
	> li
	> a.item-pink-3.active,
.my-care-path
	.resources_dermatitis
	.col-lg-12.col-md-12
	.list-bar
	> li
	> a.item-pink-3:hover {
	background-color: transparent;
	border-bottom: 3px solid white;
	font-family: 'Proxima Nova W01 Bold';
}
@media (max-width: 991px) {
	.my-care-path .resources_dermatitis .list-bar > li > a:before,
	.my-care-path .resources_dermatitis .list-bar > li > a:after {
		display: none;
	}
	.my-care-path .resources_dermatitis .list-bar > li > a {
		padding: 16px 0 16px 0;
		font-size: 12px;
	}
	.my-care-path
		.resources_dermatitis
		.my-care-path
		.tab-content-container
		.txt-copy
		.col-lg-12,
	.my-care-path
		.resources_dermatitis
		.my-care-path
		.tab-content-container
		.txt-copy
		.col-md-12 {
		padding: 0;
		clear: both;
	}
	.my-care-path
		.resources_dermatitis
		.tab-content-container
		.tab-content.active {
		display: block;
		clear: both;
	}
	.my-care-path
		.resources_dermatitis
		.tab-content-container
		.txt-copy
		.col-md-12 {
		clear: both;
		padding-top: 5px;
	}
}
.modal {
	-webkit-overflow-scrolling: auto;
}
.modal .modal-dialog {
	margin: 60px auto;
	max-width: 100%;
	width: auto;
}
.modal .modal-dialog .modal-content {
	border-radius: 0;
	color: black;
}
.modal .modal-dialog .modal-content .modal-header {
	border: 0;
	padding: 60px 60px 0;
}
.modal .modal-dialog .modal-content .modal-header .close {
	background-color: white;
	border: 2px solid black;
	border-radius: 3px;
	color: black;
	display: block;
	float: none;
	height: 32px;
	opacity: 1;
	position: absolute;
	right: 20px;
	text-align: center;
	transition: all 0.3s ease;
	top: 20px;
	width: 32px;
}
.modal .modal-dialog .modal-content .modal-header .close:after {
	content: 'X';
	display: block;
	font-size: 26px;
	font-weight: 200;
	line-height: 30px;
	position: relative;
	top: -2px;
}
.modal .modal-dialog .modal-content .modal-header .close:hover {
	background-color: #e5e6e7;
}
.modal .modal-dialog .modal-content .modal-header .close span {
	display: none;
}
.modal .modal-dialog .modal-content .modal-header .modal-title,
.modal .modal-dialog .modal-content .modal-header h2 {
	color: #ec613d;
	font-size: 32px;
	font-family: 'Proxima Nova W01 Bold';
	margin: 0 0 1em;
}
.modal .modal-dialog .modal-content .modal-body {
	padding: 45px 60px 20px;
}
.modal .modal-dialog .modal-content .modal-footer {
	background-color: #f7f7f7;
	border: 0;
	margin-top: 20px;
	padding: 30px 60px;
	position: relative;
	text-align: center;
}
.modal .modal-dialog .modal-content .modal-footer .btn-default {
	background: 0;
	border: 0;
	color: #3d587a;
	font-size: 1em;
	font-weight: 300;
	margin: 0 10px;
	outline: 0;
	text-decoration: underline;
}
.modal .modal-dialog .modal-content .modal-footer .btn-default:hover {
	text-decoration: none;
}
.modal .modal-dialog .modal-content .modal-footer .job-code {
	bottom: 20px;
	color: #777;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	right: 25px;
}
.modal .modal-dialog .modal-content .modal-footer .frstpopupcode,
.modal .modal-dialog .modal-content .modal-footer .newtick {
	bottom: 10px;
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	right: 15px;
}
.modal .modal-dialog .modal-content .frstpopupcode {
	display: none;
}
.modal-backdrop {
	z-index: 1020;
}
#myModalEmail .email-container {
	display: block;
}
#myModalEmail .email-success-container {
	display: none;
}
#myModalEmail .email-content .form-section-wrapper {
	padding-bottom: 20px;
}
#myModalEmail .email-content .form-section-wrapper::before {
	content: '';
	display: table;
}
#myModalEmail .email-content .form-section-wrapper::after {
	clear: both;
	content: '';
	display: table;
}
#myModalEmail .email-content .form-section-wrapper .form-section {
	float: left;
	padding: 0 85px;
	width: 50%;
}
#myModalEmail
	.email-content
	.form-section-wrapper
	.form-section:nth-child(odd) {
	padding-left: 0;
}
#myModalEmail
	.email-content
	.form-section-wrapper
	.form-section:nth-child(even) {
	border-left: 1px solid #6f90b8;
	padding-right: 0;
}
#myModalEmail .emailCheckBox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
	font-weight: 300;
}
#myModalEmail .emailCheckBox input[type='checkbox'] {
	margin-right: 10px;
}
#myModalEmail .emailCheckBox span {
	font-size: 12px;
}
#myModalEmail .emailCheckBox .secondary {
	color: #999;
}
#myModalEmail .modal-footer .btn.btn-primary {
	min-width: 100px;
}
#myModalEmail .email-success-container .modal-header {
	padding-left: 180px;
}
#myModalEmail .email-success-container .modal-header .heading {
	color: #7190b7;
	font-size: 1.875em;
	font-family: 'Proxima Nova W01 Bold';
	position: relative;
}
#myModalEmail .email-success-container .modal-header .heading:before {
	background: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/icon/check png')
		no-repeat;
	content: '';
	display: block;
	height: 79px;
	position: absolute;
	right: calc(100% + 25px);
	top: -18px;
	width: 79px;
}
#myModalEmail .email-success-container .modal-body {
	padding-left: 180px;
	padding-top: 30px;
}
#myModalEmail .email-success-container .modal-body .email-success-content {
	padding-bottom: 20px;
}
#myModalEmail .email-success-container .modal-body .email-success-content h2,
#myModalEmail .email-success-container .modal-body .email-success-content h3 {
	font-size: 1em;
	font-weight: 300;
	margin: 0 0 1em;
}
#myModalEmail
	.email-success-container
	.modal-body
	.email-success-content
	h2#recipientName,
#myModalEmail
	.email-success-container
	.modal-body
	.email-success-content
	h3#recipientName {
	font-family: 'Proxima Nova W01 Bold';
}
#myModalEmail .email-success-container .modal-footer {
	text-align: left;
	padding-left: 180px;
}
#thirdPartyMod .modal-dialog .modal-content {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/logo/atopic-dermatitis-revealed png');
	background-position: 40px 35px;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	#thirdPartyMod .modal-dialog .modal-content {
		background-position: 20px 30px;
		background-size: 150px 25px;
	}
}
#thirdPartyMod .modal-dialog .modal-content .modal-header {
	padding-top: 170px;
}
@media (max-width: 1024px) {
	#thirdPartyMod .modal-dialog .modal-content .modal-header {
		padding-top: 130px;
	}
}
@media (max-width: 767px) {
	#thirdPartyMod .modal-dialog .modal-content .modal-header {
		padding-left: 20px;
		padding-right: 20px;
	}
}
#thirdPartyMod .modal-dialog .modal-content .modal-header .modal-title {
	line-height: 1.2;
	text-align: center;
}
@media (max-width: 767px) {
	#thirdPartyMod .modal-dialog .modal-content .modal-header .modal-title {
		font-size: 22px;
	}
}
#thirdPartyMod .modal-dialog .modal-content .modal-body {
	padding: 10px 240px 20px;
	text-align: center;
}
@media (max-width: 1024px) {
	#thirdPartyMod .modal-dialog .modal-content .modal-body {
		padding-left: 80px;
		padding-right: 80px;
	}
}
@media (max-width: 767px) {
	#thirdPartyMod .modal-dialog .modal-content .modal-body {
		padding-left: 20px;
		padding-right: 20px;
	}
}
#thirdPartyMod .modal-dialog .modal-content .modal-footer {
	background-color: white;
	padding-bottom: 75px;
	padding-top: 0;
}
@media (max-width: 767px) {
	#thirdPartyMod .modal-dialog .modal-content .modal-footer {
		padding-left: 15px;
		padding-right: 15px;
	}
}
#thirdPartyMod .modal-dialog .modal-content .modal-footer .btn.btn-default {
	background-color: white;
	border: 1px solid #49b0e8;
	border-radius: 0;
	color: #49b0e8;
	font-size: 14px;
	font-family: 'Proxima Nova W01 Bold';
	margin-top: 30px;
	padding: 10px 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	#thirdPartyMod .modal-dialog .modal-content .modal-footer .btn.btn-default {
		font-size: 10px;
	}
}
#thirdPartyMod
	.modal-dialog
	.modal-content
	.modal-footer
	.btn.btn-default:before {
	background-color: white;
	border: 1px solid #49b0e8;
	border-right: 0;
	border-top: 0;
	content: '';
	display: block;
	position: absolute;
	height: 30px;
	right: calc(100% - 14px);
	top: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 30px;
}
@media (max-width: 767px) {
	#thirdPartyMod
		.modal-dialog
		.modal-content
		.modal-footer
		.btn.btn-default:before {
		height: 24px;
		right: calc(100% - 11px);
		width: 24px;
	}
}
@media (max-width: 767px) {
	#myModalEmail.modal .modal-dialog {
		max-width: 95%;
	}
	#myModalEmail.modal .modal-dialog .modal-content .modal-header {
		padding: 60px 25px 0;
	}
	#myModalEmail.modal .modal-dialog .modal-content .modal-body {
		padding: 45px 25px 20px;
	}
	#myModalEmail.modal
		.modal-dialog
		.email-content
		.form-section-wrapper
		.form-section {
		padding: 15px;
	}
	#myModalEmail.modal
		.modal-dialog
		.email-content
		.form-section-wrapper
		.form-section
		.form-group
		label {
		min-height: 22px;
	}
}
.blockquote-bold {
	border: 0;
	color: #3e587a;
	font-size: 1.6875em;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 1em;
	padding: 0;
	text-align: left;
	font-weight: 300;
}
@media (max-width: 991px) {
	.blockquote-bold {
		text-align: center;
		font-size: 1.6875em;
	}
}
@media (max-width: 767px) {
	.blockquote-bold {
		font-size: 1.44em;
	}
}
.blockquote-bold:before {
	color: #ec613d;
	content: '“';
	display: block;
	font-size: 100px;
	line-height: 100px;
	margin: -15px 0 -35px;
	font-weight: 700;
}
.blockquote-bold .source {
	display: block;
	font-family: 'Proxima Nova W01 Bold';
	font-size: 0.6em;
	padding-top: 0.5em;
	text-transform: uppercase;
	font-weight: 400;
}
@media (max-width: 991px) {
	.blockquote-bold .source {
		padding-top: 15px;
	}
}
.blockquote-simple {
	border: 0;
	color: #575a5d;
	font-size: 1.5em;
	font-weight: 200;
	line-height: 1.35;
	padding: 80px 40px 0;
	position: relative;
	text-align: center;
}
@media (max-width: 767px) {
	.blockquote-simple {
		font-size: 1.32em;
		padding: 50px 0 0;
	}
}
.blockquote-simple:before {
	background: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/icon/quote png')
		no-repeat;
	background-size: 100% 100%;
	content: ' ';
	height: 47px;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	top: 0;
	width: 61px;
}
@media (max-width: 767px) {
	.blockquote-simple:before {
		height: 27px;
		margni-left: -17px;
		width: 35px;
	}
}
.blockquote-simple .source {
	display: block;
	font-family: 'Proxima Nova W01 Bold';
	padding-top: 0.5em;
}
.home .blockquote-bold:before {
	display: none;
}
.home .blockquote-bold .source {
	padding-top: 20px;
}
.home .blockquote-bold {
	margin-bottom: 18px;
}
@media (max-width: 767px) {
	.home .blockquote-bold {
		font-size: 22px;
	}
}
.blockquote-bold img {
	margin-bottom: 8px;
}
.collapse-trigger {
	color: white;
	font-family: 'Proxima Nova W01 Bold';
	position: relative;
	text-decoration: none;
}
.collapse-trigger:hover,
.collapse-trigger:active,
.collapse-trigger:focus {
	color: white;
	text-decoration: none;
}
.collapse-trigger:after {
	content: '\2014';
	height: 0;
	left: 100%;
	margin-left: 15px;
	position: absolute;
	top: -3px;
	font-size: 20px;
	width: 0;
}
@media (max-width: 767px) {
	.collapse-trigger:after {
		border-bottom-width: 5px;
		border-left-width: 8px;
		border-top-width: 5px;
		top: -7px;
	}
}
.collapse-trigger.collapsed:after {
	content: '\002B';
	margin-left: 17px;
	top: -3px;
	font-size: 22px;
}
@media (max-width: 767px) {
	.collapse-trigger.collapsed:after {
		top: -7px;
	}
}
@media (max-width: 767px) {
	.collapse,
	.collapsing {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}
}
.collapse .content,
.collapsing .content {
	background-color: white;
	padding: 0;
	border-bottom: 2px solid #3e587a;
}
.collapse .content .list-bullet,
.collapsing .content .list-bullet {
	margin-left: 80px;
}
.collapse.collapse-theme-gray-1 .title-icon .icon,
.collapsing.collapse-theme-gray-1 .title-icon .icon {
	background-color: #abacae;
}
.collapse.collapse-theme-gray-2 .title-icon .icon,
.collapsing.collapse-theme-gray-2 .title-icon .icon {
	background-color: #c4c5c6;
}
.collapse.collapse-theme-gray-3 .title-icon .icon,
.collapsing.collapse-theme-gray-3 .title-icon .icon {
	background-color: #d5d6d6;
}
.collapse.collapse-theme-blue-1,
.collapsing.collapse-theme-blue-1,
.collapse.collapse-theme-blue-2,
.collapsing.collapse-theme-blue-2,
.collapse.collapse-theme-blue-3,
.collapsing.collapse-theme-blue-3 {
	border-bottom: 1px solid #bed2e0;
}
.collapse.video-transcript-content,
.collapsing.video-transcript-content {
	font-size: 0.9em;
	padding: 40px 0;
}
@media (max-width: 767px) {
	.collapse.video-transcript-content,
	.collapsing.video-transcript-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.collapse-bar {
	color: #3d587a;
	display: block;
	font-family: 'Proxima Nova W01 Bold';
	padding: 25px 80px 25px 0;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
}
@media (max-width: 767px) {
	.collapse-bar {
		margin: 0 -15px;
		padding-left: 5px;
		padding-right: 15px;
		width: calc(100% + 30px);
	}
}
.collapse-bar:hover,
.collapse-bar:focus,
.collapse-bar:active {
	color: #3d587a;
	text-decoration: none;
}
.collapse-bar:before,
.collapse-bar:after {
	background-color: #3e587a;
	content: '';
	display: block;
	height: 3px;
	margin-top: -3px;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.3s ease;
	width: 22px;
}
.collapse-bar:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.collapse-bar.collapsed:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.my-care-path .collapse .content .list-bullet,
.my-care-path .collapsing .content .list-bullet {
	margin-left: 0;
	margin-bottom: 25px;
}
.treatment-options .collapse:last-child,
.treatment-options .collapsing:last-child {
	border: 0;
}
.treatment-options .collapse:last-child .content,
.treatment-options .collapsing:last-child .content {
	border: 0;
}
.tab-content-container {
	padding: 45px 0;
}
@media (max-width: 991px) {
	.tab-content-container {
		padding-top: 30px;
	}
}
.tab-content-container .tab-content {
	display: none;
}
@media (max-width: 991px) {
	.tab-content-container .tab-content {
		padding-bottom: 20px;
	}
}
.tab-content-container .tab-content.active {
	display: block;
}
.tab-content-container .tab-content .h3 {
	color: #575a5d;
	margin-top: 1em;
}
.diamond-container {
	display: block;
	position: relative;
}
@media (max-width: 991px) {
	.diamond-container {
		height: auto;
	}
}
.diamond-container .diamond {
	text-align: center;
}
@media (max-width: 991px) {
	.diamond-container .diamond {
		background-color: transparent !important;
		display: block;
		height: auto !important;
		margin: 0 0 24px;
		position: initial;
		text-align: left;
		-webkit-transform: none;
		transform: none;
		width: 100% !important;
	}
}
.diamond-container .diamond.diamond-1 {
	left: 80px;
	top: 95px;
}
.diamond-container .diamond.diamond-2 {
	left: 350px;
	top: 40px;
}
.diamond-container .diamond.diamond-3 {
	left: 260px;
	top: 255px;
}
.diamond-container .diamond .content {
	position: relative;
	width: 100%;
	clear: both;
}
@media (max-width: 991px) {
	.diamond-container .diamond .content {
		display: table;
	}
}
.diamond-container .diamond .content .asset {
	margin: 0 0 20px;
	float: left;
	width: 16%;
}
@media (max-width: 991px) {
	.diamond-container .diamond .content .asset {
		margin: 0 0 7px;
	}
}
.diamond-container .diamond .content .asset img {
	max-width: 100%;
	margin-right: 20px;
}
.diamond-container .diamond .content p {
	color: white;
	font-size: 14px;
	line-height: 16px;
	margin: 15px 0;
	padding: 0;
	float: left;
	width: 83%;
	text-align: left;
}
@media (max-width: 991px) {
	.diamond-container .diamond .content p {
		margin: 0;
		width: 100%;
	}
}
@media (min-width: 991px) {
	.diamond-container.diamond-pink-1 + p,
	.diamond-container.diamond-pink-2 + p,
	.diamond-container.diamond-pink-3 + p {
		margin-left: 78px;
	}
}
@media (min-width: 1200px) {
	.diamond-container.diamond-pink-1 + p,
	.diamond-container.diamond-pink-2 + p,
	.diamond-container.diamond-pink-3 + p {
		margin-left: 87px;
	}
}
@media (max-width: 991px) {
	.diamond-container.diamond-pink-3 .diamond.diamond-3 .content {
		left: auto;
	}
}
.diamond-container.diamond-blue .diamond {
	background-color: #6f90b8;
}
.diamond-container.diamond-blue .diamond p {
	color: white;
}
@media (max-width: 991px) {
	.diamond-container.diamond-blue .diamond p {
		color: black;
	}
}
@media (max-width: 991px) {
	.diamond-container.diamond-blue .diamond p {
		color: black;
	}
	.diamond-container.diamond-blue .diamond img {
		-webkit-filter: opacity(0.6) drop-shadow(0 0 0 #5176a3);
		filter: opacity(0.6) drop-shadow(0 0 0 #5176a3);
	}
}
.diamond-container.diamond-teal .diamond {
	background-color: #b8dbf3;
}
@media (max-width: 991px) {
	.diamond-container.diamond-teal img {
		-webkit-filter: opacity(0.6) drop-shadow(0 0 0 #8cc5ec);
		filter: opacity(0.6) drop-shadow(0 0 0 #8cc5ec);
	}
}
.my-care-path .tab-content-container {
	padding: 0;
}
.my-care-path .tab-content-container .txt-copy h3 {
	color: white;
	margin: 0 0 20px 0;
}
.my-care-path .tab-content-container .txt-copy .col-lg-12,
.my-care-path .tab-content-container .txt-copy .col-md-12 {
	padding: 0;
}
.my-care-path .tab-content-container .tab-content .h3 {
	color: white;
}
.my-care-path .tab-content-container .what_sympstom {
	font-weight: bold;
}
.my-care-path .my-care-path .score-container.resources_dermatitis p:last-child {
	width: 80%;
	margin-left: 16%;
}
@media (min-width: 992px) {
	.diamond-container .diamond .content p {
		font-size: 17px;
		line-height: 20px;
	}
}
.video_outer_container {
	margin: 3em 0 1.5em;
}
@media (max-width: 767px) {
	.video_outer_container {
		margin: 1.5em -15px;
		max-width: none !important;
	}
}
.bc-player-default_default .vjs-poster {
	background-size: cover;
}
.date-stamp {
	border: 1px solid #481824;
	font-size: 36px;
	font-weight: 200;
	line-height: 36px;
	padding: 10px 0 12px;
	text-align: center;
	width: 80px;
}
.date-stamp small {
	display: block;
	font-size: 12px;
	line-height: 12px;
	padding-top: 8px;
	text-transform: uppercase;
}
.media-date {
	padding-bottom: 25px;
}
.media-date .media-left {
	padding-right: 25px;
}
.list-flip {
	list-style: none;
	margin: 2em auto;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	width: 100%;
}
@media (max-width: 1170px) {
	.list-flip {
		max-width: 375px;
		width: 100%;
	}
}
.list-flip > li {
	display: block;
	float: left;
	height: 424px;
	margin: 0;
	padding: 0;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	position: relative;
	white-space: normal;
	width: 33.333%;
}
@media (max-width: 1170px) {
	.list-flip > li {
		display: block;
		height: 288px;
		width: 100%;
	}
}
.list-flip > li.flip-active .flip-container .back {
	transform: rotateY(0deg);
}
.list-flip > li.flip-active .flip-container .front {
	transform: rotateY(180deg);
}
.list-flip > li .flip-container {
	position: relative;
	-webkit-transition: 0.6s;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
	-moz-transform: perspective(1000px);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.list-flip > li .flip-container .front,
.list-flip > li .flip-container .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	display: block;
	height: 424px;
	left: 0;
	padding: 45px 30px 0;
	position: absolute;
	top: 0;
	width: 100%;
}
@media (max-width: 1170px) {
	.list-flip > li .flip-container .front,
	.list-flip > li .flip-container .back {
		height: 288px;
		width: 100%;
	}
}
.list-flip > li .flip-container .front.bg-blue-light,
.list-flip > li .flip-container .back.bg-blue-light {
	background-color: #ec613d;
	color: white;
}
.list-flip > li .flip-container .front.bg-blue,
.list-flip > li .flip-container .back.bg-blue {
	background-color: #ec613d;
	color: white;
}
.list-flip > li .flip-container .front {
	background-size: cover;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	z-index: 2;
}
.list-flip > li .flip-container .front.coffee-hands {
	background-color: #3e587a;
}
.list-flip > li .flip-container .front.feet-ball {
	background-color: #5c718e;
}
.list-flip > li .flip-container .front.hand-forehead {
	background-color: #3e587a;
}
.list-flip > li .flip-container .front img {
	display: inline-block;
	left: 0;
	top: 0;
	position: initial;
	width: 76px;
	height: auto;
}
@media (max-width: 991px) {
	.list-flip > li .flip-container .front img {
		width: 40px;
		margin-bottom: 13px;
	}
}
.list-flip > li .flip-container .front blockquote {
	border: 0;
	color: white;
	font-size: 24px;
	font-family: 'Proxima Nova W01 Light';
	line-height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 35px;
}
@media (max-width: 1170px) {
	.list-flip > li .flip-container .front blockquote {
		font-size: 19px;
		line-height: 24px;
		top: 0;
	}
}
.list-flip > li .flip-container .front blockquote .opening-character {
	left: -12px;
	margin-right: -10px;
	position: relative;
}
.list-flip > li .flip-container .front blockquote .signature {
	display: block;
	font-weight: 300;
	padding-top: 10px;
}
@media (min-width: 991px) {
	.list-flip > li .flip-container .front blockquote .signature {
		text-transform: uppercase;
		font-size: 17px;
	}
}
.list-flip > li .flip-container .front .trigger-flip {
	background: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/card/trigger-bottom-right png')
		no-repeat;
	background-position: bottom right;
	background-size: 66px 164px;
	bottom: 0;
	height: 100%;
	right: 0;
	width: 100%;
}
@media (max-width: 991px) {
	.list-flip > li .flip-container .front .trigger-flip {
		background-size: 56px 164px;
	}
}
.list-flip > li .flip-container .back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.list-flip > li .flip-container .back .trigger-flip {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/card/trigger-top-left');
	right: 0;
	bottom: 0;
}
.list-flip > li .flip-container .back .content {
	padding-bottom: 20px;
}
@media (max-width: 1170px) {
	.list-flip > li .flip-container .back .content {
		min-height: 0;
	}
}
.list-flip > li .flip-container .trigger-flip {
	background-repeat: no-repeat;
	background-size: 66px 164px;
	display: block;
	height: 164px;
	position: absolute;
	width: 66px;
}
@media (max-width: 991px) {
	.list-flip > li .flip-container .trigger-flip {
		background-size: 56px 164px;
		width: 56px;
	}
}
.list-flip > li .flip-container .trigger-flip:hover {
	cursor: pointer;
}
.list-flip.list-flip-alt-1 {
	display: inline-block;
	margin: 0 0 -6px 0;
	width: 100%;
}
@media (max-width: 1170px) {
	.list-flip.list-flip-alt-1 {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
}
.list-flip.list-flip-alt-1 > li {
	display: inline-block;
	height: 345px;
	margin: -2px;
	padding: 0;
	width: 33.33%;
}
@media (max-width: 1170px) {
	.list-flip.list-flip-alt-1 > li {
		display: block;
		width: 100%;
	}
}
.list-flip.list-flip-alt-1 > li .flip-container .front,
.list-flip.list-flip-alt-1 > li .flip-container .back {
	height: 350px;
	width: 100%;
}
@media (max-width: 1170px) {
	.list-flip.list-flip-alt-1 > li .flip-container .front,
	.list-flip.list-flip-alt-1 > li .flip-container .back {
		width: 100%;
	}
}
.list-flip.list-flip-alt-1 > li .flip-container .front {
	color: white;
	text-align: left;
	background-color: #5c718e;
}
.list-flip.list-flip-alt-1 > li .flip-container .front img {
	display: inline-block;
	height: auto;
	position: initial;
	width: 85px;
}
.list-flip.list-flip-alt-1 > li .flip-container .front p {
	font-size: 22px;
	line-height: 28px;
	margin: 0;
	padding-top: 30px;
	font-family: 'Proxima Nova W01 Light';
}
.list-flip.list-flip-alt-1 > li .flip-container .back {
	background-color: #ec613d;
	padding: 20px 27px 0;
	text-align: left;
}
.list-flip.list-flip-alt-1 > li .flip-container .back .trigger-flip {
	background-image: url('../../../-/media/ems/conditions/dermatology/brands/apacpatient/card/trigger-top-left-light');
}
.list-flip.list-flip-alt-1 > li .flip-container .back .content {
	color: white;
	min-height: 0;
	padding-bottom: 0;
}
.list-flip.list-flip-alt-1 > li .flip-container .back .content p {
	font-size: 15px;
	line-height: 18px;
	text-align: left;
}
.list-flip.list-flip-alt-1 > li .flip-container .back .content p.title {
	font-size: 17px;
	line-height: 20px;
	font-family: 'Proxima Nova W01 Bold';
	text-align: left;
}
.list-flip.list-flip-alt-1:not(.mobile-spacing-bottom)
	> li:nth-child(even)
	.flip-container
	.front {
	background-color: #3e587a;
}
.list-flip.list-flip-alt-1.mobile-spacing-bottom > li:nth-child(odd) .front {
	background-color: #3e587a;
}
@media (max-width: 1170px) {
	.list-flip.list-flip-alt-1.mobile-spacing-bottom {
		margin-bottom: 0;
	}
}
.list-flip .flip-active .back a.btn.btn-arrow {
	background-color: #f6ebe5;
	border: 0;
	border-radius: 0;
	color: #ec613d;
	font-size: 14px;
	font-weight: 400;
	height: 44px;
	line-height: 44px;
	min-width: 160px;
	outline: 0;
	padding: 0 9px 0 13px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease;
	width: calc(90%);
	letter-spacing: 1px;
}
.list-flip .flip-active .back a.btn.btn-arrow:after {
	border-top: 20px solid #f6ebe5;
	border-left: 10px solid #f6ebe5;
	border-bottom: 25px solid transparent;
	content: '';
	height: 0;
	position: absolute;
	transition: all 0.3s ease;
	width: 0;
	right: -10px;
}

.search-toggle {
	visibility: hidden !important;
}
.no-pad-btm {
	padding-bottom: 0 !important;
}
