html {
	font-family: "Karla";
	font-size: 17px;
	font-weight: normal;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	background: #f5f5f5;
	color: #4f4f4f
}

body {
	margin: 0
}

a:active,
a:hover {
	outline: none
}

a,
.dr-link {
	color: #012047;
	text-decoration: none;
	cursor: pointer
}

a:hover,
.dr-link:hover,
.dr-link-toggle:hover .dr-link,
.dr-link-toggle:focus .dr-link {
	color: #4b5053;
	text-decoration: underline
}



abbr[title] {
	text-decoration: underline dotted;
	-webkit-text-decoration-style: dotted
}

b,
strong {
	font-weight: bolder
}

:not(pre)>code,
:not(pre)>kbd,
:not(pre)>samp {
	font-family: Consolas, monaco, monospace;
	font-size: .875rem;
	color: #eb5757;
	white-space: nowrap;
	padding: 2px 6px;
	background: #f8f8f8
}

em {
	color: #4f4f4f
}

ins {
	background: #ffd;
	color: #4f4f4f;
	text-decoration: none
}

mark {
	background: #ffd;
	color: #4f4f4f
}

q {
	font-style: italic
}

small {
	font-size: 100%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

canvas,
img,
video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box
}

@supports (display:block) {
	svg {
		max-width: 100%;
		height: auto;
		box-sizing: border-box
	}
}

svg:not(:root) {
	overflow: hidden
}

img:not([src]) {
	min-width: 1px;
	visibility: hidden
}

iframe {
	border: 0
}

p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
	margin: 0 0 20px 0
}

*+p,
*+ul,
*+ol,
*+dl,
*+pre,
*+address,
*+fieldset,
*+figure {
	margin-top: 20px
}

h1,
.dr-h1,
h2,
.dr-h2,
h3,
.dr-h3,
h4,
.dr-h4,
h5,
.dr-h5,
h6,
.dr-h6,
.dr-heading-small,
.dr-heading-medium,
.dr-heading-large,
.dr-heading-xlarge,
.dr-heading-2xlarge {
	margin: 0 0 20px 0;
	font-family: "Work Sans", sans-serif";
	font-weight: normal;
	color: #021f47;
	text-transform: none
}

*+h1,
*+.dr-h1,
*+h2,
*+.dr-h2,
*+h3,
*+.dr-h3,
*+h4,
*+.dr-h4,
*+h5,
*+.dr-h5,
*+h6,
*+.dr-h6,
*+.dr-heading-small,
*+.dr-heading-medium,
*+.dr-heading-large,
*+.dr-heading-xlarge,
*+.dr-heading-2xlarge {
	margin-top: 40px
}

h1,
.dr-h1 {
	font-size: 2.23125rem;
	line-height: 1.2
}

h2,
.dr-h2 {
	font-size: 1.7rem;
	line-height: 1.3
}

h3,
.dr-h3 {
	font-size: 1.4rem;
	line-height: 1.4
}

h4,
.dr-h4 {
	font-size: 1.15rem;
	line-height: 1.4
}

h5,
.dr-h5 {
	font-size: 17px;
	line-height: 1.4
}

h6,
.dr-h6 {
	font-size: .875rem;
	line-height: 1.4
}

@media (min-width:960px) {
	h1,
	.dr-h1 {
		font-size: 2.625rem
	}
	h2,
	.dr-h2 {
		font-size: 2rem
	}
}

ul,
ol {
	padding-left: 30px
}

ul>li>ul,
ul>li>ol,
ol>li>ol,
ol>li>ul {
	margin: 0
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

hr,
.dr-hr {
	overflow: visible;
	text-align: inherit;
	margin: 0 0 20px 0;
	border: 0;
	border-top: 1px solid #e3dcdc
}

*+hr,
*+.dr-hr {
	margin-top: 20px
}

address {
	font-style: normal
}

blockquote {
	margin: 0 0 20px 0;
	font-size: 1.15rem;
	line-height: 1.5;
	font-style: italic;
	color: #333
}

*+blockquote {
	margin-top: 20px
}

blockquote p:last-of-type {
	margin-bottom: 0
}

blockquote footer {
	margin-top: 10px;
	font-size: .875rem;
	line-height: 1.5;
	color: #4f4f4f
}

blockquote footer::before {
	content: "— "
}

pre {
	font: .875rem / 1.5 Consolas, monaco, monospace;
	color: #4f4f4f;
	-moz-tab-size: 4;
	tab-size: 4;
	overflow: auto;
	padding: 10px;
	border: 1px solid #e3dcdc;
	border-radius: 3px;
	background: #f5f5f5
}

pre code {
	font-family: Consolas, monaco, monospace
}

::selection {
	background: #012047;
	color: #fff;
	text-shadow: none
}

details,
main {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

.dr-breakpoint-s::before {
	content: '640px'
}

.dr-breakpoint-m::before {
	content: '960px'
}

.dr-breakpoint-l::before {
	content: '1200px'
}

.dr-breakpoint-xl::before {
	content: '1600px'
}

:root {
	--dr-breakpoint-s: 640px;
	--dr-breakpoint-m: 960px;
	--dr-breakpoint-l: 1200px;
	--dr-breakpoint-xl: 1600px
}

a.dr-link-muted,
.dr-link-muted a {
	color: #999
}

a.dr-link-muted:hover,
.dr-link-muted a:hover,
.dr-link-toggle:hover .dr-link-muted,
.dr-link-toggle:focus .dr-link-muted {
	color: #4f4f4f
}

a.dr-link-text,
.dr-link-text a {
	color: inherit
}

a.dr-link-text:hover,
.dr-link-text a:hover,
.dr-link-toggle:hover .dr-link-text,
.dr-link-toggle:focus .dr-link-text {
	color: #999
}

a.dr-link-heading,
.dr-link-heading a {
	color: inherit
}

a.dr-link-heading:hover,
.dr-link-heading a:hover,
.dr-link-toggle:hover .dr-link-heading,
.dr-link-toggle:focus .dr-link-heading {
	color: #012047;
	text-decoration: none
}

a.dr-link-reset,
.dr-link-reset a {
	color: inherit!important;
	text-decoration: none!important
}

.dr-link-toggle {
	color: inherit!important;
	text-decoration: none!important
}

.dr-link-toggle:focus {
	outline: none
}

.dr-heading-small {
	font-size: 2.6rem;
	line-height: 1.2
}

.dr-heading-medium {
	font-size: 2.8875rem;
	line-height: 1.1
}

.dr-heading-large {
	font-size: 3.4rem;
	line-height: 1.1
}

.dr-heading-xlarge {
	font-size: 4rem;
	line-height: 1
}

.dr-heading-2xlarge {
	font-size: 6rem;
	line-height: 1
}

@media (min-width:960px) {
	.dr-heading-small {
		font-size: 3.25rem
	}
	.dr-heading-medium {
		font-size: 3.5rem
	}
	.dr-heading-large {
		font-size: 4rem
	}
	.dr-heading-xlarge {
		font-size: 6rem
	}
	.dr-heading-2xlarge {
		font-size: 8rem
	}
}

@media (min-width:1200px) {
	.dr-heading-medium {
		font-size: 4rem
	}
	.dr-heading-large {
		font-size: 6rem
	}
	.dr-heading-xlarge {
		font-size: 8rem
	}
	.dr-heading-2xlarge {
		font-size: 11rem
	}
}

.dr-heading-divider {
	padding-bottom: calc(5px + 0.1em);
	border-bottom: calc(0.2px + 0.05em) solid #e3dcdc
}

.dr-heading-bullet {
	position: relative
}

.dr-heading-bullet::before {
	content: "";
	display: inline-block;
	position: relative;
	top: calc(-0.1 * 1em);
	vertical-align: middle;
	height: calc(4px + 0.7em);
	margin-right: calc(5px + 0.2em);
	border-left: calc(5px + 0.1em) solid #e3dcdc
}

.dr-heading-line {
	overflow: hidden
}

.dr-heading-line>* {
	display: inline-block;
	position: relative
}

.dr-heading-line>::before,
.dr-heading-line>::after {
	content: "";
	position: absolute;
	top: calc(50% - (calc(0.2px + 0.05em) / 2));
	width: 2000px;
	border-bottom: calc(0.2px + 0.05em) solid #e3dcdc
}

.dr-heading-line>::before {
	right: 100%;
	margin-right: calc(5px + 0.3em)
}

.dr-heading-line>::after {
	left: 100%;
	margin-left: calc(5px + 0.3em)
}

.dr-list {
	padding: 0;
	list-style: none
}

.dr-list>li::before,
.dr-list>li::after {
	content: "";
	display: table
}

.dr-list>li::after {
	clear: both
}

.dr-list>li>:last-child {
	margin-bottom: 0
}

.dr-list ul {
	margin: 0;
	padding-left: 30px;
	list-style: none
}

.dr-list>li:nth-child(n+2),
.dr-list>li>ul {
	margin-top: 10px
}

.dr-list-divider>li:nth-child(n+2) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e3dcdc
}

.dr-list-striped>li {
	padding: 10px 10px
}

.dr-list-striped>li:nth-of-type(odd) {
	border-top: 1px solid #e3dcdc;
	border-bottom: 1px solid #e3dcdc
}

.dr-list-striped>li:nth-of-type(odd) {
	background: #f8f8f8
}

.dr-list-striped>li:nth-child(n+2) {
	margin-top: 0
}

.dr-list-bullet>li {
	position: relative;
	padding-left: calc(1.5em + 10px)
}

.dr-list-bullet>li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%234f4f4f%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block
}

.dr-list-large>li:nth-child(n+2),
.dr-list-large>li>ul {
	margin-top: 20px
}

.dr-list-large.dr-list-divider>li:nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px
}

.dr-list-large.dr-list-striped>li {
	padding: 20px 10px
}

.dr-list-large.dr-list-striped>li:nth-of-type(odd) {
	border-top: 1px solid #e3dcdc;
	border-bottom: 1px solid #e3dcdc
}

.dr-list-large.dr-list-striped>li:nth-child(n+2) {
	margin-top: 0
}

.dr-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px
}

*+.dr-table {
	margin-top: 20px
}

.dr-table th {
	padding: 16px 12px;
	text-align: left;
	vertical-align: bottom;
	font-size: 17px;
	font-weight: bold;
	color: #4f4f4f;
	text-transform: uppercase
}

.dr-table td {
	padding: 16px 12px;
	vertical-align: top
}

.dr-table td>:last-child {
	margin-bottom: 0
}

.dr-table tfoot {
	font-size: .875rem
}

.dr-table caption {
	font-size: .875rem;
	text-align: left;
	color: #999
}

.dr-table-middle,
.dr-table-middle td {
	vertical-align: middle!important
}

.dr-table-divider>tr:not(:first-child),
.dr-table-divider>:not(:first-child)>tr,
.dr-table-divider>:first-child>tr:not(:first-child) {
	border-top: 1px solid #e3dcdc
}

.dr-table-striped>tr:nth-of-type(odd),
.dr-table-striped tbody tr:nth-of-type(odd) {
	background: #f8f8f8;
	border-top: 1px solid #e3dcdc;
	border-bottom: 1px solid #e3dcdc
}

.dr-table-hover>tr:hover,
.dr-table-hover tbody tr:hover {
	background: #ffd
}

.dr-table>tr.dr-active,
.dr-table tbody tr.dr-active {
	background: #ffd
}

.dr-table-small th,
.dr-table-small td {
	padding: 10px 12px
}

.dr-table-large th,
.dr-table-large td {
	padding: 22px 12px
}

.dr-table-justify th:first-child,
.dr-table-justify td:first-child {
	padding-left: 0
}

.dr-table-justify th:last-child,
.dr-table-justify td:last-child {
	padding-right: 0
}

.dr-table-shrink {
	width: 1px
}

.dr-table-expand {
	min-width: 150px
}

.dr-table-link {
	padding: 0!important
}

.dr-table-link>a {
	display: block;
	padding: 16px 12px
}

.dr-table-small .dr-table-link>a {
	padding: 10px 12px
}

@media (max-width:959px) {
	.dr-table-responsive,
	.dr-table-responsive tbody,
	.dr-table-responsive th,
	.dr-table-responsive td,
	.dr-table-responsive tr {
		display: block
	}
	.dr-table-responsive thead {
		display: none
	}
	.dr-table-responsive th,
	.dr-table-responsive td {
		width: auto!important;
		max-width: none!important;
		min-width: 0!important;
		overflow: visible!important;
		white-space: normal!important
	}
	.dr-table-responsive th:not(:first-child):not(.dr-table-link),
	.dr-table-responsive td:not(:first-child):not(.dr-table-link),
	.dr-table-responsive .dr-table-link:not(:first-child)>a {
		padding-top: 5px!important
	}
	.dr-table-responsive th:not(:last-child):not(.dr-table-link),
	.dr-table-responsive td:not(:last-child):not(.dr-table-link),
	.dr-table-responsive .dr-table-link:not(:last-child)>a {
		padding-bottom: 5px!important
	}
	.dr-table-justify.dr-table-responsive th,
	.dr-table-justify.dr-table-responsive td {
		padding-left: 0;
		padding-right: 0
	}
}

.dr-table tbody tr {
	transition: background-color .1s linear
}

.dr-icon {
	margin: 0;
	border: none;
	border-radius: 0;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	padding: 0;
	background-color: transparent;
	display: inline-block;
	fill: currentcolor;
	line-height: 0
}

button.dr-icon:not(:disabled) {
	cursor: pointer
}

.dr-icon::-moz-focus-inner {
	border: 0;
	padding: 0
}

.dr-icon:not(.dr-preserve) [fill*='#']:not(.dr-preserve) {
	fill: currentcolor
}

.dr-icon:not(.dr-preserve) [stroke*='#']:not(.dr-preserve) {
	stroke: currentcolor
}

.dr-icon>* {
	transform: translate(0, 0)
}

.dr-icon-image {
	width: 20px;
	height: 20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle
}

.dr-icon-link {
	color: #999
}

.dr-icon-link:hover,
.dr-icon-link:focus {
	color: #4f4f4f;
	outline: none
}

.dr-icon-link:active,
.dr-active>.dr-icon-link {
	color: #424242
}

.dr-icon-button {
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	border-radius: 500px;
	background: #f8f8f8;
	color: #999;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: .1s ease-in-out;
	transition-property: color, background-color
}

.dr-icon-button:hover,
.dr-icon-button:focus {
	background-color: #ebebeb;
	color: #4f4f4f;
	outline: none
}

.dr-icon-button:active,
.dr-active>.dr-icon-button {
	background-color: #dfdfdf;
	color: #4f4f4f
}

.dr-input,
.dr-select,
.dr-textarea,
.dr-radio,
.dr-checkbox {
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	font: inherit
}

.dr-input {
	overflow: visible
}

.dr-select {
	text-transform: none
}

.dr-select optgroup {
	font: inherit;
	font-weight: bold
}

.dr-textarea {
	overflow: auto
}

.dr-input[type="search"]::-webkit-search-cancel-button,
.dr-input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

.dr-input[type="number"]::-webkit-inner-spin-button,
.dr-input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

.dr-input::-moz-placeholder,
.dr-textarea::-moz-placeholder {
	opacity: 1
}

.dr-radio:not(:disabled),
.dr-checkbox:not(:disabled) {
	cursor: pointer
}

.dr-fieldset {
	border: none;
	margin: 0;
	padding: 0
}

.dr-input,
.dr-textarea {
	-webkit-appearance: none
}

.dr-input,
.dr-select,
.dr-textarea {
	max-width: 100%;
	width: 100%;
	border: 0 none;
	padding: 0 10px;
	background: #fff;
	color: #4f4f4f;
	border: 1px solid #e3dcdc;
	transition: .2s ease-in-out;
	transition-property: color, background-color, border
}

.dr-input,
.dr-select:not([multiple]):not([size]) {
	height: 40px;
	vertical-align: middle;
	display: inline-block
}

.dr-input:not(input),
.dr-select:not(select) {
	line-height: 38px
}

.dr-select[multiple],
.dr-select[size],
.dr-textarea {
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top
}

.dr-input:focus,
.dr-select:focus,
.dr-textarea:focus {
	outline: none;
	background-color: #fff;
	color: #333;
	border-color: #012047
}

.dr-input:disabled,
.dr-select:disabled,
.dr-textarea:disabled {
	background-color: #f8f8f8;
	color: #999;
	border-color: #e3dcdc
}

.dr-input::-ms-input-placeholder {
	color: #999!important
}

.dr-input::placeholder {
	color: #999
}

.dr-textarea::-ms-input-placeholder {
	color: #999!important
}

.dr-textarea::placeholder {
	color: #999
}

.dr-form-small {
	font-size: .875rem
}

.dr-form-small:not(textarea):not([multiple]):not([size]) {
	height: 30px;
	padding-left: 8px;
	padding-right: 8px
}

.dr-form-small:not(select):not(input):not(textarea) {
	line-height: 28px
}

.dr-form-large {
	font-size: 1.15rem
}

.dr-form-large:not(textarea):not([multiple]):not([size]) {
	height: 55px;
	padding-left: 12px;
	padding-right: 12px
}

.dr-form-large:not(select):not(input):not(textarea) {
	line-height: 53px
}

.dr-form-danger,
.dr-form-danger:focus {
	color: #eb5757;
	border-color: #eb5757
}

.dr-form-success,
.dr-form-success:focus {
	color: #3aaf89;
	border-color: #3aaf89
}

.dr-form-blank {
	background: none;
	border-color: transparent
}

.dr-form-blank:focus {
	border-color: #e3dcdc;
	border-style: dashed
}

input.dr-form-width-xsmall {
	width: 50px
}

select.dr-form-width-xsmall {
	width: 75px
}

.dr-form-width-small {
	width: 130px
}

.dr-form-width-medium {
	width: 200px
}

.dr-form-width-large {
	width: 500px
}

.dr-select:not([multiple]):not([size]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 20px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%234f4f4f%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%234f4f4f%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	background-position: 100% 50%
}

.dr-select:not([multiple]):not([size])::-ms-expand {
	display: none
}

.dr-select:not([multiple]):not([size]) option {
	color: #444
}

.dr-select:not([multiple]):not([size]):disabled {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.dr-input[list] {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% 50%
}

.dr-input[list]:hover,
.dr-input[list]:focus {
	background-image: url(../../../home/dex/domains/EscortDR.com/public_html/site/templates/system/less/images/backgrounds/form-datalist.svg.html)
}

.dr-input[list]::-webkit-calendar-picker-indicator {
	display: none
}

.dr-radio,
.dr-checkbox {
	display: inline-block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	margin-top: -4px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #ccc0c0;
	transition: .2s ease-in-out;
	transition-property: background-color, border
}

.dr-radio {
	border-radius: 50%
}

.dr-radio:focus,
.dr-checkbox:focus {
	outline: none;
	border-color: #012047
}

.dr-radio:checked,
.dr-checkbox:checked,
.dr-checkbox:indeterminate {
	background-color: #012047;
	border-color: transparent
}

.dr-radio:checked:focus,
.dr-checkbox:checked:focus,
.dr-checkbox:indeterminate:focus {
	background-color: #791930
}

.dr-radio:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.dr-checkbox:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.dr-checkbox:indeterminate {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.dr-radio:disabled,
.dr-checkbox:disabled {
	background-color: #f8f8f8;
	border-color: #e3dcdc
}

.dr-radio:disabled:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.dr-checkbox:disabled:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.dr-checkbox:disabled:indeterminate {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.dr-legend {
	width: 100%;
	color: inherit;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.4
}

.dr-form-custom {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle
}

.dr-form-custom select,
.dr-form-custom input[type="file"] {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	-webkit-appearance: none;
	opacity: 0;
	cursor: pointer
}

.dr-form-custom input[type="file"] {
	font-size: 500px;
	overflow: hidden
}

.dr-form-label {
	color: #333;
	font-size: .875rem
}

.dr-form-stacked .dr-form-label {
	display: block;
	margin-bottom: 5px
}

@media (max-width:959px) {
	.dr-form-horizontal .dr-form-label {
		display: block;
		margin-bottom: 5px
	}
}

@media (min-width:960px) {
	.dr-form-horizontal .dr-form-label {
		width: 200px;
		margin-top: 7px;
		float: left
	}
	.dr-form-horizontal .dr-form-controls {
		margin-left: 215px
	}
	.dr-form-horizontal .dr-form-controls-text {
		padding-top: 7px
	}
}

.dr-form-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #999
}

.dr-form-icon:hover {
	color: #4f4f4f
}

.dr-form-icon:not(a):not(button):not(input) {
	pointer-events: none
}

.dr-form-icon:not(.dr-form-icon-flip)~.dr-input {
	padding-left: 40px!important
}

.dr-form-icon-flip {
	right: 0;
	left: auto
}

.dr-form-icon-flip~.dr-input {
	padding-right: 40px!important
}

.button-style {
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 25px;
	vertical-align: middle;
	font-size: .8rem;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: .1s ease-in-out;
	transition-property: color, background-color, border-color
}

.button-style:not(:disabled) {
	cursor: pointer
}

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

.button-style:hover {
	text-decoration: none
}

.button-style:focus {
	outline: none
}

.button-style-default {
	background-color: transparent;
	color: #333;
	border: 1px solid #e3dcdc
}

.button-style-default:hover,
.button-style-default:focus {
	background-color: rgba(0, 0, 0, 0);
	color: #333;
	border-color: #b6a3a3
}

.button-style-default:active,
.button-style-default.dr-active {
	background-color: rgba(0, 0, 0, 0);
	color: #333;
	border-color: #9f8787
}

.button-style-primary {
	background-color: #012047;
	color: #fff;
	border: 1px solid transparent
}

.button-style-primary:hover,
.button-style-primary:focus {
	background-color: #4b5053;
	color: #fff
}

.button-style-primary:active,
.button-style-primary.dr-active {
	background-color: #4b5053;
	color: #fff
}

.button-style-secondary {
	background-color: #74506f;
	color: #fff;
	border: 1px solid transparent
}

.button-style-secondary:hover,
.button-style-secondary:focus {
	background-color: #654661;
	color: #fff
}

.button-style-secondary:active,
.button-style-secondary.dr-active {
	background-color: #563b52;
	color: #fff
}

.button-style-danger {
	background-color: #eb5757;
	color: #fff;
	border: 1px solid transparent
}

.button-style-danger:hover,
.button-style-danger:focus {
	background-color: #e84040;
	color: #fff
}

.button-style-danger:active,
.button-style-danger.dr-active {
	background-color: #e62929;
	color: #fff
}

.button-style-default:disabled,
.button-style-primary:disabled,
.button-style-secondary:disabled,
.button-style-danger:disabled {
	background-color: #f8f8f8;
	color: #999;
	border-color: #e3dcdc
}

.button-style-small {
	padding: 0 15px;
	line-height: 30px;
	font-size: .74rem
}

.button-style-large {
	padding: 0 40px;
	line-height: 55px;
	font-size: 1rem
}

.button-style-text {
	padding: 0;
	line-height: 1.5;
	background: none;
	color: #4f4f4f;
	position: relative
}

.button-style-text::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	border-bottom: 1px solid #012047;
	transition: right .3s ease-out
}

.button-style-text:hover,
.button-style-text:focus {
	color: #012047
}

.button-style-text:hover::before,
.button-style-text:focus::before {
	right: 0
}

.button-style-text:disabled {
	color: #999
}

.button-style-text:disabled::before {
	display: none
}

.button-style-link {
	padding: 0;
	line-height: 1.5;
	background: none;
	color: #012047
}

.button-style-link:hover,
.button-style-link:focus {
	color: #4b5053;
	text-decoration: underline
}

.button-style-link:disabled {
	color: #999;
	text-decoration: none
}

.button-style-group {
	display: inline-flex;
	vertical-align: middle;
	position: relative
}

.button-style-group>.button-style:nth-child(n+2),
.button-style-group>div:nth-child(n+2) .button-style {
	margin-left: -1px
}

.button-style-group .button-style:hover,
.button-style-group .button-style:focus,
.button-style-group .button-style:active,
.button-style-group .button-style.dr-active {
	position: relative;
	z-index: 1
}

.dr-section {
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px
}

@media (min-width:960px) {
	.dr-section {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

.dr-section::before,
.dr-section::after {
	content: "";
	display: table
}

.dr-section::after {
	clear: both
}

.dr-section>:last-child {
	margin-bottom: 0
}

.dr-section-xsmall {
	padding-top: 20px;
	padding-bottom: 20px
}

.dr-section-small {
	padding-top: 40px;
	padding-bottom: 40px
}

.dr-section-large {
	padding-top: 70px;
	padding-bottom: 70px
}

@media (min-width:960px) {
	.dr-section-large {
		padding-top: 140px;
		padding-bottom: 140px
	}
}

.dr-section-xlarge {
	padding-top: 140px;
	padding-bottom: 140px
}

@media (min-width:960px) {
	.dr-section-xlarge {
		padding-top: 210px;
		padding-bottom: 210px
	}
}

.dr-section-default {
	background: #f5f5f5
}

.dr-section-muted {
	background: #f8f8f8
}

.dr-section-primary {
	background: #012047
}

.dr-section-secondary {
	background: #74506f
}

.container-md {
	box-sizing: content-box;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:640px) {
	.container-md {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media (min-width:960px) {
	.container-md {
		padding-left: 40px;
		padding-right: 40px
	}
}

.container-md::before,
.container-md::after {
	content: "";
	display: table
}

.container-md::after {
	clear: both
}

.container-md>:last-child {
	margin-bottom: 0
}

.container-md .container-md {
	padding-left: 0;
	padding-right: 0
}

.container-md-xsmall {
	max-width: 750px
}

.container-md-small {
	max-width: 900px
}

.container-md-large {
	max-width: 1600px
}

.container-md-xlarge {
	max-width: 1600px
}

.container-md-expand {
	max-width: none
}

.container-md-expand-left {
	margin-left: 0
}

.container-md-expand-right {
	margin-right: 0
}

@media (min-width:640px) {
	.container-md-expand-left.container-md-xsmall,
	.container-md-expand-right.container-md-xsmall {
		max-width: calc(50% + (750px / 2) - 30px)
	}
	.container-md-expand-left.container-md-small,
	.container-md-expand-right.container-md-small {
		max-width: calc(50% + (900px / 2) - 30px)
	}
}

@media (min-width:960px) {
	.container-md-expand-left,
	.container-md-expand-right {
		max-width: calc(50% + (1400px / 2) - 40px)
	}
	.container-md-expand-left.container-md-xsmall,
	.container-md-expand-right.container-md-xsmall {
		max-width: calc(50% + (750px / 2) - 40px)
	}
	.container-md-expand-left.container-md-small,
	.container-md-expand-right.container-md-small {
		max-width: calc(50% + (900px / 2) - 40px)
	}
	.container-md-expand-left.container-md-large,
	.container-md-expand-right.container-md-large {
		max-width: calc(50% + (1600px / 2) - 40px)
	}
	.container-md-expand-left.container-md-xlarge,
	.container-md-expand-right.container-md-xlarge {
		max-width: calc(50% + (1600px / 2) - 40px)
	}
}

.container-md-item-padding-remove-left,
.container-md-item-padding-remove-right {
	width: calc(100% + 15px)
}

.container-md-item-padding-remove-left {
	margin-left: -15px
}

.container-md-item-padding-remove-right {
	margin-right: -15px
}

@media (min-width:640px) {
	.container-md-item-padding-remove-left,
	.container-md-item-padding-remove-right {
		width: calc(100% + 30px)
	}
	.container-md-item-padding-remove-left {
		margin-left: -30px
	}
	.container-md-item-padding-remove-right {
		margin-right: -30px
	}
}

@media (min-width:960px) {
	.container-md-item-padding-remove-left,
	.container-md-item-padding-remove-right {
		width: calc(100% + 40px)
	}
	.container-md-item-padding-remove-left {
		margin-left: -40px
	}
	.container-md-item-padding-remove-right {
		margin-right: -40px
	}
}

.grid-md {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none
}

.grid-md>* {
	margin: 0
}

.grid-md>*>:last-child {
	margin-bottom: 0
}

.grid-md {
	margin-left: -30px
}

.grid-md>* {
	padding-left: 30px
}

.grid-md+.grid-md,
.grid-md>.grid-md-margin,
*+.grid-md-margin {
	margin-top: 30px
}

@media (min-width:1200px) {
	.grid-md {
		margin-left: -40px
	}
	.grid-md>* {
		padding-left: 40px
	}
	.grid-md+.grid-md,
	.grid-md>.grid-md-margin,
	*+.grid-md-margin {
		margin-top: 40px
	}
}

.grid-md-small,
.grid-md-column-small {
	margin-left: -15px
}

.grid-md-small>*,
.grid-md-column-small>* {
	padding-left: 15px
}

.grid-md+.grid-md-small,
.grid-md+.grid-md-row-small,
.grid-md-small>.grid-md-margin,
.grid-md-row-small>.grid-md-margin,
*+.grid-md-margin-small {
	margin-top: 15px
}

.grid-md-medium,
.grid-md-column-medium {
	margin-left: -30px
}

.grid-md-medium>*,
.grid-md-column-medium>* {
	padding-left: 30px
}

.grid-md+.grid-md-medium,
.grid-md+.grid-md-row-medium,
.grid-md-medium>.grid-md-margin,
.grid-md-row-medium>.grid-md-margin,
*+.grid-md-margin-medium {
	margin-top: 30px
}

.grid-md-large,
.grid-md-column-large {
	margin-left: -40px
}

.grid-md-large>*,
.grid-md-column-large>* {
	padding-left: 40px
}

.grid-md+.grid-md-large,
.grid-md+.grid-md-row-large,
.grid-md-large>.grid-md-margin,
.grid-md-row-large>.grid-md-margin,
*+.grid-md-margin-large {
	margin-top: 40px
}

@media (min-width:1200px) {
	.grid-md-large,
	.grid-md-column-large {
		margin-left: -70px
	}
	.grid-md-large>*,
	.grid-md-column-large>* {
		padding-left: 70px
	}
	.grid-md+.grid-md-large,
	.grid-md+.grid-md-row-large,
	.grid-md-large>.grid-md-margin,
	.grid-md-row-large>.grid-md-margin,
	*+.grid-md-margin-large {
		margin-top: 70px
	}
}

.grid-md-collapse,
.grid-md-column-collapse {
	margin-left: 0
}

.grid-md-collapse>*,
.grid-md-column-collapse>* {
	padding-left: 0
}

.grid-md+.grid-md-collapse,
.grid-md+.grid-md-row-collapse,
.grid-md-collapse>.grid-md-margin,
.grid-md-row-collapse>.grid-md-margin {
	margin-top: 0
}

.grid-md-divider>* {
	position: relative
}

.grid-md-divider>:not(.dr-first-column)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid #e3dcdc
}

.grid-md-divider.grid-md-stack>.grid-md-margin::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #e3dcdc
}

.grid-md-divider {
	margin-left: -60px
}

.grid-md-divider>* {
	padding-left: 60px
}

.grid-md-divider>:not(.dr-first-column)::before {
	left: 30px
}

.grid-md-divider.grid-md-stack>.grid-md-margin {
	margin-top: 60px
}

.grid-md-divider.grid-md-stack>.grid-md-margin::before {
	top: -30px;
	left: 60px
}

@media (min-width:1200px) {
	.grid-md-divider {
		margin-left: -80px
	}
	.grid-md-divider>* {
		padding-left: 80px
	}
	.grid-md-divider>:not(.dr-first-column)::before {
		left: 40px
	}
	.grid-md-divider.grid-md-stack>.grid-md-margin {
		margin-top: 80px
	}
	.grid-md-divider.grid-md-stack>.grid-md-margin::before {
		top: -40px;
		left: 80px
	}
}

.grid-md-divider.grid-md-small,
.grid-md-divider.grid-md-column-small {
	margin-left: -30px
}

.grid-md-divider.grid-md-small>*,
.grid-md-divider.grid-md-column-small>* {
	padding-left: 30px
}

.grid-md-divider.grid-md-small>:not(.dr-first-column)::before,
.grid-md-divider.grid-md-column-small>:not(.dr-first-column)::before {
	left: 15px
}

.grid-md-divider.grid-md-small.grid-md-stack>.grid-md-margin,
.grid-md-divider.grid-md-row-small.grid-md-stack>.grid-md-margin {
	margin-top: 30px
}

.grid-md-divider.grid-md-small.grid-md-stack>.grid-md-margin::before {
	top: -15px;
	left: 30px
}

.grid-md-divider.grid-md-row-small.grid-md-stack>.grid-md-margin::before {
	top: -15px
}

.grid-md-divider.grid-md-column-small.grid-md-stack>.grid-md-margin::before {
	left: 30px
}

.grid-md-divider.grid-md-medium,
.grid-md-divider.grid-md-column-medium {
	margin-left: -60px
}

.grid-md-divider.grid-md-medium>*,
.grid-md-divider.grid-md-column-medium>* {
	padding-left: 60px
}

.grid-md-divider.grid-md-medium>:not(.dr-first-column)::before,
.grid-md-divider.grid-md-column-medium>:not(.dr-first-column)::before {
	left: 30px
}

.grid-md-divider.grid-md-medium.grid-md-stack>.grid-md-margin,
.grid-md-divider.grid-md-row-medium.grid-md-stack>.grid-md-margin {
	margin-top: 60px
}

.grid-md-divider.grid-md-medium.grid-md-stack>.grid-md-margin::before {
	top: -30px;
	left: 60px
}

.grid-md-divider.grid-md-row-medium.grid-md-stack>.grid-md-margin::before {
	top: -30px
}

.grid-md-divider.grid-md-column-medium.grid-md-stack>.grid-md-margin::before {
	left: 60px
}

.grid-md-divider.grid-md-large,
.grid-md-divider.grid-md-column-large {
	margin-left: -80px
}

.grid-md-divider.grid-md-large>*,
.grid-md-divider.grid-md-column-large>* {
	padding-left: 80px
}

.grid-md-divider.grid-md-large>:not(.dr-first-column)::before,
.grid-md-divider.grid-md-column-large>:not(.dr-first-column)::before {
	left: 40px
}

.grid-md-divider.grid-md-large.grid-md-stack>.grid-md-margin,
.grid-md-divider.grid-md-row-large.grid-md-stack>.grid-md-margin {
	margin-top: 80px
}

.grid-md-divider.grid-md-large.grid-md-stack>.grid-md-margin::before {
	top: -40px;
	left: 80px
}

.grid-md-divider.grid-md-row-large.grid-md-stack>.grid-md-margin::before {
	top: -40px
}

.grid-md-divider.grid-md-column-large.grid-md-stack>.grid-md-margin::before {
	left: 80px
}

@media (min-width:1200px) {
	.grid-md-divider.grid-md-large,
	.grid-md-divider.grid-md-column-large {
		margin-left: -140px
	}
	.grid-md-divider.grid-md-large>*,
	.grid-md-divider.grid-md-column-large>* {
		padding-left: 140px
	}
	.grid-md-divider.grid-md-large>:not(.dr-first-column)::before,
	.grid-md-divider.grid-md-column-large>:not(.dr-first-column)::before {
		left: 70px
	}
	.grid-md-divider.grid-md-large.grid-md-stack>.grid-md-margin,
	.grid-md-divider.grid-md-row-large.grid-md-stack>.grid-md-margin {
		margin-top: 140px
	}
	.grid-md-divider.grid-md-large.grid-md-stack>.grid-md-margin::before {
		top: -70px;
		left: 140px
	}
	.grid-md-divider.grid-md-row-large.grid-md-stack>.grid-md-margin::before {
		top: -70px
	}
	.grid-md-divider.grid-md-column-large.grid-md-stack>.grid-md-margin::before {
		left: 140px
	}
}

.grid-md-match>*,
.grid-md-item-match {
	display: flex;
	flex-wrap: wrap
}

.grid-md-match>*>:not([class*='dr-width']),
.grid-md-item-match>:not([class*='dr-width']) {
	box-sizing: border-box;
	width: 100%;
	flex: auto
}

.dr-card {
	position: relative;
	box-sizing: border-box;
	transition: box-shadow .1s ease-in-out
}

.dr-card-body {
	padding: 30px 30px
}

.dr-card-header {
	padding: 15px 30px
}

.dr-card-footer {
	padding: 15px 30px
}

@media (min-width:1200px) {
	.dr-card-body {
		padding: 40px 40px
	}
	.dr-card-header {
		padding: 20px 40px
	}
	.dr-card-footer {
		padding: 20px 40px
	}
}

.dr-card-body::before,
.dr-card-body::after,
.dr-card-header::before,
.dr-card-header::after,
.dr-card-footer::before,
.dr-card-footer::after {
	content: "";
	display: table
}

.dr-card-body::after,
.dr-card-header::after,
.dr-card-footer::after {
	clear: both
}

.dr-card-body>:last-child,
.dr-card-header>:last-child,
.dr-card-footer>:last-child {
	margin-bottom: 0
}

.dr-card-title {
	font-size: 1.4rem;
	line-height: 1.4
}

.dr-card-badge {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1
}

.dr-card-badge:first-child+* {
	margin-top: 0
}

.dr-card-hover:not(.dr-card-default):not(.dr-card-primary):not(.dr-card-secondary):hover {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.dr-card-default {
	background: #fff;
	color: #4f4f4f;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08)
}

.dr-card-default .dr-card-title {
	color: #333
}

.dr-card-default.dr-card-hover:hover {
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.dr-card-default .dr-card-header {
	border-bottom: 1px solid #e3dcdc
}

.dr-card-default .dr-card-footer {
	border-top: 1px solid #e3dcdc
}

.dr-card-primary {
	background: #012047;
	color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08)
}

.dr-card-primary .dr-card-title {
	color: #fff
}

.dr-card-primary.dr-card-hover:hover {
	background-color: #8e1e39;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.dr-card-secondary {
	background: #74506f;
	color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08)
}

.dr-card-secondary .dr-card-title {
	color: #fff
}

.dr-card-secondary.dr-card-hover:hover {
	background-color: #654661;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.dr-card-small.dr-card-body,
.dr-card-small .dr-card-body {
	padding: 20px 20px
}

.dr-card-small .dr-card-header {
	padding: 13px 20px
}

.dr-card-small .dr-card-footer {
	padding: 13px 20px
}

@media (min-width:1200px) {
	.dr-card-large.dr-card-body,
	.dr-card-large .dr-card-body {
		padding: 70px 70px
	}
	.dr-card-large .dr-card-header {
		padding: 35px 70px
	}
	.dr-card-large .dr-card-footer {
		padding: 35px 70px
	}
}

.dr-card-body>.dr-nav-default {
	margin-left: -30px;
	margin-right: -30px
}

.dr-card-body>.dr-nav-default:only-child {
	margin-top: -15px;
	margin-bottom: -15px
}

.dr-card-body .dr-nav-default>li>a,
.dr-card-body .dr-nav-default .dr-nav-header,
.dr-card-body .dr-nav-default .dr-nav-divider {
	padding-left: 30px;
	padding-right: 30px
}

.dr-card-body .dr-nav-default .dr-nav-sub {
	padding-left: 45px
}

@media (min-width:1200px) {
	.dr-card-body>.dr-nav-default {
		margin-left: -40px;
		margin-right: -40px
	}
	.dr-card-body>.dr-nav-default:only-child {
		margin-top: -25px;
		margin-bottom: -25px
	}
	.dr-card-body .dr-nav-default>li>a,
	.dr-card-body .dr-nav-default .dr-nav-header,
	.dr-card-body .dr-nav-default .dr-nav-divider {
		padding-left: 40px;
		padding-right: 40px
	}
	.dr-card-body .dr-nav-default .dr-nav-sub {
		padding-left: 55px
	}
}

.dr-card-small>.dr-nav-default {
	margin-left: -20px;
	margin-right: -20px
}

.dr-card-small>.dr-nav-default:only-child {
	margin-top: -5px;
	margin-bottom: -5px
}

.dr-card-small .dr-nav-default>li>a,
.dr-card-small .dr-nav-default .dr-nav-header,
.dr-card-small .dr-nav-default .dr-nav-divider {
	padding-left: 20px;
	padding-right: 20px
}

.dr-card-small .dr-nav-default .dr-nav-sub {
	padding-left: 35px
}

@media (min-width:1200px) {
	.dr-card-large>.dr-nav-default {
		margin: 0
	}
	.dr-card-large>.dr-nav-default:only-child {
		margin: 0
	}
	.dr-card-large .dr-nav-default>li>a,
	.dr-card-large .dr-nav-default .dr-nav-header,
	.dr-card-large .dr-nav-default .dr-nav-divider {
		padding-left: 0;
		padding-right: 0
	}
	.dr-card-large .dr-nav-default .dr-nav-sub {
		padding-left: 15px
	}
}

.dr-close {
	color: #999;
	transition: .1s ease-in-out;
	transition-property: color, opacity
}

.dr-close:hover,
.dr-close:focus {
	color: #4f4f4f;
	outline: none
}

.dr-spinner>* {
	animation: dr-spinner-rotate 1.4s linear infinite
}

@keyframes dr-spinner-rotate {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(270deg)
	}
}

.dr-spinner>*>* {
	stroke-dasharray: 88px;
	stroke-dashoffset: 0;
	transform-origin: center;
	animation: dr-spinner-dash 1.4s ease-in-out infinite;
	stroke-width: 1;
	stroke-linecap: round
}

@keyframes dr-spinner-dash {
	0% {
		stroke-dashoffset: 88px
	}
	50% {
		stroke-dashoffset: 22px;
		transform: rotate(135deg)
	}
	100% {
		stroke-dashoffset: 88px;
		transform: rotate(450deg)
	}
}

.dr-totop {
	padding: 5px;
	color: #999;
	transition: color .1s ease-in-out
}

.dr-totop:hover,
.dr-totop:focus {
	color: #4f4f4f;
	outline: none
}

.dr-totop:active {
	color: #333
}

.dr-alert {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 29px 15px 15px;
	background: #f8f8f8;
	color: #4f4f4f
}

*+.dr-alert {
	margin-top: 20px
}

.dr-alert>:last-child {
	margin-bottom: 0
}

.dr-alert-close {
	position: absolute;
	top: 20px;
	right: 15px;
	color: inherit;
	opacity: .4
}

.dr-alert-close:first-child+* {
	margin-top: 0
}

.dr-alert-close:hover,
.dr-alert-close:focus {
	color: inherit;
	opacity: .8
}

.dr-alert-primary {
	background: #e6c2cb;
	color: #012047
}

.dr-alert-success {
	background: #e3f4ef;
	color: #3aaf89
}

.dr-alert-warning {
	background: #fdefe3;
	color: #cf142b
}

.dr-alert-danger {
	background: #fef5f5;
	color: #eb5757
}

.dr-alert h1,
.dr-alert h2,
.dr-alert h3,
.dr-alert h4,
.dr-alert h5,
.dr-alert h6 {
	color: inherit
}

.dr-alert a:not([class]) {
	color: inherit;
	text-decoration: underline
}

.dr-alert a:not([class]):hover {
	color: inherit;
	text-decoration: underline
}

.dr-badge {
	box-sizing: border-box;
	min-width: 22px;
	height: 22px;
	padding: 0 5px;
	border-radius: 500px;
	vertical-align: middle;
	background: #012047;
	color: #fff;
	font-size: .875rem;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.dr-badge:hover,
.dr-badge:focus {
	color: #fff;
	text-decoration: none;
	outline: none
}

.dr-label {
	display: inline-block;
	padding: 0 15px;
	background: #012047;
	line-height: 22px;
	font-size: .8rem;
	color: #fff;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 2px;
	text-transform: uppercase
}

.dr-label-success {
	background-color: #3aaf89;
	color: #fff
}

.dr-label-warning {
	background-color: #f2994a;
	color: #fff
}

.dr-label-danger {
	background-color: #eb5757;
	color: #fff
}

.dr-article::before,
.dr-article::after {
	content: "";
	display: table
}

.dr-article::after {
	clear: both
}

.dr-article>:last-child {
	margin-bottom: 0
}

.dr-article+.dr-article {
	margin-top: 70px
}

.dr-article-title {
	font-size: 2.23125rem;
	line-height: 1.2
}

@media (min-width:960px) {
	.dr-article-title {
		font-size: 2.625rem
	}
}

.dr-article-meta {
	font-size: .875rem;
	line-height: 1.4;
	color: #999
}

.dr-article-meta a {
	color: #999
}

.dr-article-meta a:hover {
	color: #4f4f4f;
	text-decoration: none
}

.dr-nav,
.dr-nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.dr-nav li>a {
	display: block;
	text-decoration: none
}

.dr-nav li>a:focus {
	outline: none
}

.dr-nav>li>a {
	padding: 5px 0
}

ul.dr-nav-sub {
	padding: 5px 0 5px 15px
}

.dr-nav-sub ul {
	padding-left: 15px
}

.dr-nav-sub a {
	padding: 2px 0
}

.dr-nav-parent-icon>.dr-parent>a::after {
	content: "";
	width: 1.5em;
	height: 1.5em;
	float: right;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%234f4f4f%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.dr-nav-parent-icon>.dr-parent.dr-open>a::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%234f4f4f%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.dr-nav-header {
	padding: 5px 0;
	text-transform: none;
	font-size: .875rem
}

.dr-nav-header:not(:first-child) {
	margin-top: 20px
}

.dr-nav-divider {
	margin: 5px 0
}

.dr-nav-default {
	font-size: 1rem
}

.dr-nav-default>li>a {
	color: #4f4f4f
}

.dr-nav-default>li>a:hover,
.dr-nav-default>li>a:focus {
	color: #012047
}

.dr-nav-default>li.dr-active>a {
	color: #012047
}

.dr-nav-default .dr-nav-header {
	color: #333
}

.dr-nav-default .dr-nav-divider {
	border-top: 1px solid #e3dcdc
}

.dr-nav-default .dr-nav-sub a {
	color: #999
}

.dr-nav-default .dr-nav-sub a:hover,
.dr-nav-default .dr-nav-sub a:focus {
	color: #4f4f4f
}

.dr-nav-default .dr-nav-sub li.dr-active>a {
	color: #333
}

.dr-nav-primary>li>a {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #999
}

.dr-nav-primary>li>a:hover,
.dr-nav-primary>li>a:focus {
	color: #4f4f4f
}

.dr-nav-primary>li.dr-active>a {
	color: #333
}

.dr-nav-primary .dr-nav-header {
	color: #333
}

.dr-nav-primary .dr-nav-divider {
	border-top: 1px solid #e3dcdc
}

.dr-nav-primary .dr-nav-sub a {
	color: #999
}

.dr-nav-primary .dr-nav-sub a:hover,
.dr-nav-primary .dr-nav-sub a:focus {
	color: #4f4f4f
}

.dr-nav-primary .dr-nav-sub li.dr-active>a {
	color: #333
}

.dr-nav-center {
	text-align: center
}

.dr-nav-center .dr-nav-sub,
.dr-nav-center .dr-nav-sub ul {
	padding-left: 0
}

.dr-nav-center.dr-nav-parent-icon>.dr-parent>a::after {
	position: absolute
}

.dr-navbar {
	display: flex;
	position: relative
}

.dr-navbar-container:not(.dr-navbar-transparent) {
	background: none
}

.dr-navbar-container>::before,
.dr-navbar-container>::after {
	display: none!important
}

.dr-navbar-left,
.dr-navbar-right,
.dr-navbar-center,
.dr-navbar-center-left>*,
.dr-navbar-center-right>* {
	display: flex;
	align-items: center
}

.dr-navbar-right {
	margin-left: auto
}

.dr-navbar-center:only-child {
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.dr-navbar-center:not(:only-child) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	box-sizing: border-box;
	z-index: 990
}

.dr-navbar-center-left,
.dr-navbar-center-right {
	position: absolute;
	top: 0
}

.dr-navbar-center-left {
	right: 100%
}

.dr-navbar-center-right {
	left: 100%
}

[class*='dr-navbar-center-'] {
	width: max-content;
	box-sizing: border-box
}

.dr-navbar-nav {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none
}

.dr-navbar-left,
.dr-navbar-right,
.dr-navbar-center:only-child {
	flex-wrap: wrap
}

.dr-navbar-nav>li>a,
.dr-navbar-item,
.dr-navbar-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	min-height: 70px;
	padding: 0 15px;
	font-size: .95rem;
	font-family: "Karla";
	text-decoration: none
}

.dr-navbar-nav>li>a {
	color: #333;
	text-transform: none;
	transition: .1s ease-in-out;
	transition-property: color, background-color
}

.dr-navbar-nav>li:hover>a,
.dr-navbar-nav>li>a:focus,
.dr-navbar-nav>li>a.dr-open {
	color: #012047;
	outline: none
}

.dr-navbar-nav>li>a:active {
	color: #012047
}

.dr-navbar-nav>li.dr-active>a {
	color: #012047
}

.dr-navbar-item {
	color: #4f4f4f
}

.dr-navbar-toggle {
	color: #999
}

.dr-navbar-toggle:hover,
.dr-navbar-toggle:focus,
.dr-navbar-toggle.dr-open {
	color: #4f4f4f;
	outline: none;
	text-decoration: none
}

.dr-navbar-subtitle {
	font-size: .875rem
}

.dr-navbar-dropdown {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	width: 200px;
	padding: 25px;
	background: #f5f5f5;
	color: #4f4f4f;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15)
}

.dr-navbar-dropdown.dr-open {
	display: block
}

[class*='dr-navbar-dropdown-top'] {
	margin-top: -15px
}

[class*='dr-navbar-dropdown-bottom'] {
	margin-top: 15px
}

[class*='dr-navbar-dropdown-left'] {
	margin-left: -15px
}

[class*='dr-navbar-dropdown-right'] {
	margin-left: 15px
}

.dr-navbar-dropdown-grid {
	margin-left: -50px
}

.dr-navbar-dropdown-grid>* {
	padding-left: 50px
}

.dr-navbar-dropdown-grid>.grid-md-margin {
	margin-top: 50px
}

.dr-navbar-dropdown-stack .dr-navbar-dropdown-grid>* {
	width: 100%!important
}

.dr-navbar-dropdown-width-2:not(.dr-navbar-dropdown-stack) {
	width: 400px
}

.dr-navbar-dropdown-width-3:not(.dr-navbar-dropdown-stack) {
	width: 600px
}

.dr-navbar-dropdown-width-4:not(.dr-navbar-dropdown-stack) {
	width: 800px
}

.dr-navbar-dropdown-width-5:not(.dr-navbar-dropdown-stack) {
	width: 1000px
}

.dr-navbar-dropdown-dropbar {
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none
}

.dr-navbar-dropdown-nav {
	font-size: .875rem
}

.dr-navbar-dropdown-nav>li>a {
	color: #999
}

.dr-navbar-dropdown-nav>li>a:hover,
.dr-navbar-dropdown-nav>li>a:focus {
	color: #4f4f4f
}

.dr-navbar-dropdown-nav>li.dr-active>a {
	color: #333
}

.dr-navbar-dropdown-nav .dr-nav-header {
	color: #333
}

.dr-navbar-dropdown-nav .dr-nav-divider {
	border-top: 1px solid #e3dcdc
}

.dr-navbar-dropdown-nav .dr-nav-sub a {
	color: #999
}

.dr-navbar-dropdown-nav .dr-nav-sub a:hover,
.dr-navbar-dropdown-nav .dr-nav-sub a:focus {
	color: #4f4f4f
}

.dr-navbar-dropdown-nav .dr-nav-sub li.dr-active>a {
	color: #333
}

.dr-navbar-dropbar {
	background: #f5f5f5
}

.dr-navbar-dropbar-slide {
	position: absolute;
	z-index: 980;
	left: 0;
	right: 0;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05)
}

.dr-navbar-container>.container-md .dr-navbar-left {
	margin-left: -15px;
	margin-right: -15px
}

.dr-navbar-container>.container-md .dr-navbar-right {
	margin-right: -15px
}

.dr-navbar-dropdown-grid>* {
	position: relative
}

.dr-navbar-dropdown-grid>:not(.dr-first-column)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	border-left: 1px solid #e3dcdc
}

.dr-navbar-dropdown-grid.grid-md-stack>.grid-md-margin::before {
	content: "";
	position: absolute;
	top: -25px;
	left: 50px;
	right: 0;
	border-top: 1px solid #e3dcdc
}

.dr-subnav {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none
}

.dr-subnav>* {
	flex: none;
	padding-left: 20px;
	position: relative
}

.dr-subnav>*>:first-child {
	display: block;
	color: #333;
	font-size: .9rem;
	text-transform: none;
	transition: .1s ease-in-out;
	transition-property: color, background-color
}

.dr-subnav>*>a:hover,
.dr-subnav>*>a:focus {
	color: #4f4f4f;
	text-decoration: none;
	outline: none
}

.dr-subnav>.dr-active>a {
	color: #012047
}

.dr-subnav-divider>* {
	display: flex;
	align-items: center
}

.dr-subnav-divider>:nth-child(n+2):not(.dr-first-column)::before {
	content: "";
	height: 1.5em;
	margin-left: 0;
	margin-right: 20px;
	border-left: 1px solid #e3dcdc
}

.dr-subnav-pill>*>:first-child {
	padding: 5px 10px;
	background: transparent;
	color: #333
}

.dr-subnav-pill>*>a:hover,
.dr-subnav-pill>*>a:focus {
	background-color: #f8f8f8;
	color: #4f4f4f
}

.dr-subnav-pill>*>a:active {
	background-color: #f8f8f8;
	color: #4f4f4f
}

.dr-subnav-pill>.dr-active>a {
	background-color: #012047;
	color: #fff
}

.dr-subnav>.dr-disabled>a {
	color: #999
}

.dr-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}

.dr-breadcrumb>* {
	flex: none
}

.dr-breadcrumb>*>* {
	display: inline-block;
	font-size: .9rem;
	color: #999
}

.dr-breadcrumb>*>:hover,
.dr-breadcrumb>*>:focus {
	color: #4f4f4f;
	text-decoration: none
}

.dr-breadcrumb>:last-child>* {
	color: #4f4f4f
}

.dr-breadcrumb>:nth-child(n+2):not(.dr-first-column)::before {
	content: "/";
	display: inline-block;
	margin: 0 20px;
	font-size: .9rem;
	color: #999
}

.dr-pagination {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none
}

.dr-pagination>* {
	flex: none;
	padding-left: 20px;
	position: relative
}

.dr-pagination>*>* {
	display: block;
	color: #999;
	transition: color .1s ease-in-out
}

.dr-pagination>*>:hover,
.dr-pagination>*>:focus {
	color: #4f4f4f;
	text-decoration: none
}

.dr-pagination>.dr-active>* {
	color: #4f4f4f
}

.dr-pagination>.dr-disabled>* {
	color: #999
}

.dr-tab {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none;
	position: relative
}

.dr-tab::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 0;
	border-bottom: 1px solid #e3dcdc
}

.dr-tab>* {
	flex: none;
	padding-left: 20px;
	position: relative
}

.dr-tab>*>a {
	display: block;
	text-align: center;
	padding: 13px 15px;
	color: #999;
	border-bottom: 1px solid transparent;
	font-size: .875rem;
	text-transform: uppercase;
	transition: color .1s ease-in-out
}

.dr-tab>*>a:hover,
.dr-tab>*>a:focus {
	color: #4f4f4f;
	text-decoration: none
}

.dr-tab>.dr-active>a {
	color: #333;
	border-color: #012047
}

.dr-tab>.dr-disabled>a {
	color: #999
}

.dr-tab-bottom::before {
	top: 0;
	bottom: auto
}

.dr-tab-bottom>*>a {
	border-top: 1px solid transparent;
	border-bottom: none
}

.dr-tab-left,
.dr-tab-right {
	flex-direction: column;
	margin-left: 0
}

.dr-tab-left>*,
.dr-tab-right>* {
	padding-left: 0
}

.dr-tab-left::before {
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	border-left: 1px solid #e3dcdc;
	border-bottom: none
}

.dr-tab-right::before {
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	border-left: 1px solid #e3dcdc;
	border-bottom: none
}

.dr-tab-left>*>a {
	text-align: left;
	border-right: 1px solid transparent;
	border-bottom: none
}

.dr-tab-right>*>a {
	text-align: left;
	border-left: 1px solid transparent;
	border-bottom: none
}

.dr-tab .dr-dropdown {
	margin-left: 35px
}

.dr-slidenav {
	padding: 5px 10px;
	color: rgba(79, 79, 79, 0.5);
	transition: color .1s ease-in-out
}

.dr-slidenav:hover,
.dr-slidenav:focus {
	color: rgba(79, 79, 79, 0.9);
	outline: none
}

.dr-slidenav:active {
	color: rgba(79, 79, 79, 0.5)
}

.dr-slidenav-large {
	padding: 10px 10px
}

.dr-slidenav-container {
	display: flex
}

.dr-dotnav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -12px
}

.dr-dotnav>* {
	flex: none;
	padding-left: 12px
}

.dr-dotnav>*>* {
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: transparent;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid rgba(79, 79, 79, 0.4);
	transition: .2s ease-in-out;
	transition-property: background-color, border-color
}

.dr-dotnav>*>:hover,
.dr-dotnav>*>:focus {
	background-color: rgba(79, 79, 79, 0.6);
	outline: none;
	border-color: transparent
}

.dr-dotnav>*>:active {
	background-color: rgba(79, 79, 79, 0.2);
	border-color: transparent
}

.dr-dotnav>.dr-active>* {
	background-color: rgba(79, 79, 79, 0.6);
	border-color: transparent
}

.dr-dotnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -12px
}

.dr-dotnav-vertical>* {
	padding-left: 0;
	padding-top: 12px
}

.dr-accordion {
	padding: 0;
	list-style: none
}

.dr-accordion>:nth-child(n+2) {
	margin-top: 20px
}

.dr-accordion-title {
	display: block;
	font-size: .875rem !important;
	line-height: 1.4;
	color: #333;
	overflow: hidden
}

.dr-accordion-title::before {
	content: "";
	width: 1.4em;
	height: 1.4em;
	margin-left: 10px;
	float: right;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%234f4f4f%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%234f4f4f%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.dr-open>.dr-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%234f4f4f%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.dr-accordion-title:hover,
.dr-accordion-title:focus {
	color: #4f4f4f;
	text-decoration: none;
	outline: none
}

.dr-accordion-content {
	margin-top: 20px
}

.dr-accordion-content::before,
.dr-accordion-content::after {
	content: "";
	display: table
}

.dr-accordion-content::after {
	clear: both
}

.dr-accordion-content>:last-child {
	margin-bottom: 0
}

.dr-drop {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	width: 150px
}

.dr-drop.dr-open {
	display: block
}

[class*='dr-drop-top'] {
	margin-top: -20px
}

[class*='dr-drop-bottom'] {
	margin-top: 20px
}

[class*='dr-drop-left'] {
	margin-left: -20px
}

[class*='dr-drop-right'] {
	margin-left: 20px
}

.dr-drop-stack .dr-drop-grid>* {
	width: 100%!important
}

.dr-dropdown {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	min-width: 200px;
	padding: 15px;
	background: #fff;
	color: #4f4f4f;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05)
}

.dr-dropdown.dr-open {
	display: block
}

.dr-dropdown-nav {
	white-space: nowrap;
	font-size: .875rem
}

.dr-dropdown-nav>li>a {
	color: #999
}

.dr-dropdown-nav>li>a:hover,
.dr-dropdown-nav>li>a:focus,
.dr-dropdown-nav>li.dr-active>a {
	color: #4f4f4f
}

.dr-dropdown-nav .dr-nav-header {
	color: #333
}

.dr-dropdown-nav .dr-nav-divider {
	border-top: 1px solid #e3dcdc
}

.dr-dropdown-nav .dr-nav-sub a {
	color: #999
}

.dr-dropdown-nav .dr-nav-sub a:hover,
.dr-dropdown-nav .dr-nav-sub a:focus,
.dr-dropdown-nav .dr-nav-sub li.dr-active>a {
	color: #4f4f4f
}

[class*='dr-dropdown-top'] {
	margin-top: -20px
}

[class*='dr-dropdown-bottom'] {
	margin-top: 20px
}

[class*='dr-dropdown-left'] {
	margin-left: -20px
}

[class*='dr-dropdown-right'] {
	margin-left: 20px
}

.dr-dropdown-stack .dr-dropdown-grid>* {
	width: 100%!important
}

.dr-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 15px 15px;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: opacity .15s linear
}

@media (min-width:640px) {
	.dr-modal {
		padding: 50px 30px
	}
}

@media (min-width:960px) {
	.dr-modal {
		padding-left: 40px;
		padding-right: 40px
	}
}

.dr-modal.dr-open {
	opacity: 1
}

.dr-modal-page {
	overflow: hidden
}

.dr-modal-dialog {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 600px;
	max-width: calc(100% - 0.01px)!important;
	background: #fff;
	opacity: 0;
	transform: translateY(-100px);
	transition: .3s linear;
	transition-property: opacity, transform
}

.dr-open>.dr-modal-dialog {
	opacity: 1;
	transform: translateY(0)
}

.dr-modal-container .dr-modal-dialog {
	width: 1200px
}

.dr-modal-full {
	padding: 0;
	background: none
}

.dr-modal-full .dr-modal-dialog {
	margin: 0;
	width: 100%;
	max-width: 100%;
	transform: translateY(0)
}

.dr-modal-body {
	padding: 30px 30px
}

.dr-modal-header {
	padding: 15px 30px;
	background: #f8f8f8;
	border-bottom: 1px solid #e3dcdc
}

.dr-modal-footer {
	padding: 15px 30px;
	background: #f8f8f8;
	border-top: 1px solid #e3dcdc
}

.dr-modal-body::before,
.dr-modal-body::after,
.dr-modal-header::before,
.dr-modal-header::after,
.dr-modal-footer::before,
.dr-modal-footer::after {
	content: "";
	display: table
}

.dr-modal-body::after,
.dr-modal-header::after,
.dr-modal-footer::after {
	clear: both
}

.dr-modal-body>:last-child,
.dr-modal-header>:last-child,
.dr-modal-footer>:last-child {
	margin-bottom: 0
}

.dr-modal-title {
	font-size: 2rem;
	line-height: 1.3
}

[class*='dr-modal-close-'] {
	position: absolute;
	z-index: 1010;
	top: 10px;
	right: 10px;
	padding: 5px
}

[class*='dr-modal-close-']:first-child+* {
	margin-top: 0
}

.dr-modal-close-outside {
	top: 0;
	right: -5px;
	transform: translate(0, -100%);
	color: #fff
}

.dr-modal-close-outside:hover {
	color: #fff
}

@media (min-width:960px) {
	.dr-modal-close-outside {
		right: 0;
		transform: translate(100%, -100%)
	}
}

.dr-modal-close-full {
	top: 0;
	right: 0;
	padding: 20px;
	background: #fff
}

.dr-lightbox {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	transition: opacity .15s linear
}

.dr-lightbox.dr-open {
	display: block;
	opacity: 1
}

.dr-lightbox-page {
	overflow: hidden
}

.dr-lightbox-items>* {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, 0.7);
	will-change: transform, opacity
}

.dr-lightbox-items>*>* {
	max-width: 100vw;
	max-height: 100vh
}

.dr-lightbox-items>:focus {
	outline: none
}

.dr-lightbox-items>*>:not(iframe) {
	width: auto;
	height: auto
}

.dr-lightbox-items>.dr-active {
	display: flex
}

.dr-lightbox-toolbar {
	padding: 10px 10px;
	background: transparent;
	color: rgba(255, 255, 255, 0.7)
}

.dr-lightbox-toolbar>* {
	color: rgba(255, 255, 255, 0.7)
}

.dr-lightbox-toolbar-icon {
	padding: 5px;
	color: #fff
}

.dr-lightbox-toolbar-icon:hover {
	color: #fff
}

.dr-lightbox-button {
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	background: transparent;
	color: rgba(255, 255, 255, 0.7);
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.dr-lightbox-button:hover {
	color: #fff
}

.dr-lightbox-iframe {
	width: 80%;
	height: 80%
}

.dr-slideshow {
	-webkit-tap-highlight-color: transparent
}

.dr-slideshow-items {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	-webkit-touch-callout: none
}

.dr-slideshow-items>* {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	will-change: transform, opacity;
	touch-action: pan-y
}

.dr-slideshow-items>:focus {
	outline: none
}

.dr-slideshow-items>:not(.dr-active) {
	display: none
}

.dr-slider {
	-webkit-tap-highlight-color: transparent
}

.dr-slider-container {
	overflow: hidden
}

.slider-items-style {
	will-change: transform;
	position: relative
}

.slider-items-style:not(.grid-md) {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-touch-callout: none
}

.slider-items-style.grid-md {
	flex-wrap: nowrap
}

.slider-items-style>* {
	flex: none;
	position: relative;
	touch-action: pan-y
}

.slider-items-style>:focus {
	outline: none
}

.dr-sticky-fixed {
	z-index: 980;
	box-sizing: border-box;
	margin: 0!important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.dr-sticky[class*='dr-animation-'] {
	animation-duration: .2s
}

.dr-sticky.dr-animation-reverse {
	animation-duration: .2s
}

.dr-offcanvas {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000
}

.dr-offcanvas-flip .dr-offcanvas {
	right: 0;
	left: auto
}

.offcanvas-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -320px;
	box-sizing: border-box;
	width: 320px;
	padding: 20px 20px;
	background: #fff;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

@media (min-width:960px) {
	.offcanvas-bar {
		left: -380px;
		width: 380px;
		padding: 40px 40px
	}
}

.dr-offcanvas-flip .offcanvas-bar {
	left: auto;
	right: -320px
}

@media (min-width:960px) {
	.dr-offcanvas-flip .offcanvas-bar {
		right: -380px
	}
}

.dr-open>.offcanvas-bar {
	left: 0
}

.dr-offcanvas-flip .dr-open>.offcanvas-bar {
	left: auto;
	right: 0
}

.offcanvas-bar-animation {
	transition: left .3s ease-out
}

.dr-offcanvas-flip .offcanvas-bar-animation {
	transition-property: right
}

.dr-offcanvas-reveal {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	overflow: hidden;
	transition: width .3s ease-out
}

.dr-offcanvas-reveal .offcanvas-bar {
	left: 0
}

.dr-offcanvas-flip .dr-offcanvas-reveal .offcanvas-bar {
	left: auto;
	right: 0
}

.dr-open>.dr-offcanvas-reveal {
	width: 320px
}

@media (min-width:960px) {
	.dr-open>.dr-offcanvas-reveal {
		width: 380px
	}
}

.dr-offcanvas-flip .dr-offcanvas-reveal {
	right: 0;
	left: auto
}

.dr-offcanvas-close {
	position: absolute;
	z-index: 1000;
	top: 20px;
	right: 20px;
	padding: 5px
}

.dr-offcanvas-overlay {
	width: 100vw;
	touch-action: none
}

.dr-offcanvas-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.15);
	opacity: 0;
	transition: opacity .15s linear
}

.dr-offcanvas-overlay.dr-open::before {
	opacity: 1
}

.dr-offcanvas-page,
.dr-offcanvas-container {
	overflow-x: hidden
}

.dr-offcanvas-container {
	position: relative;
	left: 0;
	transition: left .3s ease-out;
	box-sizing: border-box;
	width: 100%
}

:not(.dr-offcanvas-flip).dr-offcanvas-container-animation {
	left: 320px
}

.dr-offcanvas-flip.dr-offcanvas-container-animation {
	left: -320px
}

@media (min-width:960px) {
	:not(.dr-offcanvas-flip).dr-offcanvas-container-animation {
		left: 380px
	}
	.dr-offcanvas-flip.dr-offcanvas-container-animation {
		left: -380px
	}
}

.dr-switcher {
	margin: 0;
	padding: 0;
	list-style: none
}

.dr-switcher>:not(.dr-active) {
	display: none
}

.dr-switcher>*>:last-child {
	margin-bottom: 0
}

.dr-notification {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1040;
	box-sizing: border-box;
	width: 350px
}

.dr-notification-top-right,
.dr-notification-bottom-right {
	left: auto;
	right: 10px
}

.dr-notification-top-center,
.dr-notification-bottom-center {
	left: 50%;
	margin-left: -175px
}

.dr-notification-bottom-left,
.dr-notification-bottom-right,
.dr-notification-bottom-center {
	top: auto;
	bottom: 10px
}

@media (max-width:639px) {
	.dr-notification {
		left: 10px;
		right: 10px;
		width: auto;
		margin: 0
	}
}

.dr-notification-message {
	position: relative;
	padding: 15px;
	background: #f8f8f8;
	color: #4f4f4f;
	font-size: 1.15rem;
	line-height: 1.4;
	cursor: pointer
}

*+.dr-notification-message {
	margin-top: 10px
}

.dr-notification-close {
	display: none;
	position: absolute;
	top: 20px;
	right: 15px
}

.dr-notification-message:hover .dr-notification-close {
	display: block
}

.dr-notification-message-primary {
	color: #fff
}

.dr-notification-message-success {
	color: #fff
}

.dr-notification-message-warning {
	color: #fff
}

.dr-notification-message-danger {
	color: #fff
}

.dr-tooltip {
	display: none;
	position: absolute;
	z-index: 1030;
	box-sizing: border-box;
	max-width: 200px;
	padding: 3px 6px;
	background: #666;
	border-radius: 2px;
	color: #fff;
	font-size: 12px
}

.dr-tooltip.dr-active {
	display: block
}

[class*='dr-tooltip-top'] {
	margin-top: -10px
}

[class*='dr-tooltip-bottom'] {
	margin-top: 10px
}

[class*='dr-tooltip-left'] {
	margin-left: -10px
}

[class*='dr-tooltip-right'] {
	margin-left: 10px
}

[class*='dr-animation-'] {
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both
}

.dr-animation-fade {
	animation-name: dr-fade;
	animation-duration: .8s;
	animation-timing-function: linear
}

.dr-animation-scale-up {
	animation-name: dr-fade-scale-02
}

.dr-animation-scale-down {
	animation-name: dr-fade-scale-18
}

.dr-animation-slide-top {
	animation-name: dr-fade-top
}

.dr-animation-slide-bottom {
	animation-name: dr-fade-bottom
}

.dr-animation-slide-left {
	animation-name: dr-fade-left
}

.dr-animation-slide-right {
	animation-name: dr-fade-right
}

.dr-animation-slide-top-small {
	animation-name: dr-fade-top-small
}

.dr-animation-slide-bottom-small {
	animation-name: dr-fade-bottom-small
}

.dr-animation-slide-left-small {
	animation-name: dr-fade-left-small
}

.dr-animation-slide-right-small {
	animation-name: dr-fade-right-small
}

.dr-animation-slide-top-medium {
	animation-name: dr-fade-top-medium
}

.dr-animation-slide-bottom-medium {
	animation-name: dr-fade-bottom-medium
}

.dr-animation-slide-left-medium {
	animation-name: dr-fade-left-medium
}

.dr-animation-slide-right-medium {
	animation-name: dr-fade-right-medium
}

.dr-animation-kenburns {
	animation-name: dr-scale-kenburns;
	animation-duration: 15s
}

.dr-animation-shake {
	animation-name: dr-shake
}

.dr-animation-stroke {
	animation-name: dr-stroke;
	stroke-dasharray: var(--dr-animation-stroke);
	animation-duration: 2s
}

.dr-animation-reverse {
	animation-direction: reverse;
	animation-timing-function: ease-in
}

.dr-animation-fast {
	animation-duration: .1s
}

.dr-animation-toggle:not(:hover):not(:focus) [class*='dr-animation-'] {
	animation-name: none
}

.dr-animation-toggle {
	-webkit-tap-highlight-color: transparent
}

.dr-animation-toggle:focus {
	outline: none
}

@keyframes dr-fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes dr-fade-top {
	0% {
		opacity: 0;
		transform: translateY(-100%)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes dr-fade-bottom {
	0% {
		opacity: 0;
		transform: translateY(100%)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes dr-fade-left {
	0% {
		opacity: 0;
		transform: translateX(-100%)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes dr-fade-right {
	0% {
		opacity: 0;
		transform: translateX(100%)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes dr-fade-top-small {
	0% {
		opacity: 0;
		transform: translateY(-10px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes dr-fade-bottom-small {
	0% {
		opacity: 0;
		transform: translateY(10px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes dr-fade-left-small {
	0% {
		opacity: 0;
		transform: translateX(-10px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes dr-fade-right-small {
	0% {
		opacity: 0;
		transform: translateX(10px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes dr-fade-top-medium {
	0% {
		opacity: 0;
		transform: translateY(-50px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes dr-fade-bottom-medium {
	0% {
		opacity: 0;
		transform: translateY(50px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes dr-fade-left-medium {
	0% {
		opacity: 0;
		transform: translateX(-50px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes dr-fade-right-medium {
	0% {
		opacity: 0;
		transform: translateX(50px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes dr-fade-scale-02 {
	0% {
		opacity: 0;
		transform: scale(.2)
	}
	100% {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes dr-fade-scale-18 {
	0% {
		opacity: 0;
		transform: scale(1.8)
	}
	100% {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes dr-scale-kenburns {
	0% {
		transform: scale(1)
	}
	100% {
		transform: scale(1.2)
	}
}

@keyframes dr-shake {
	0%,
	100% {
		transform: translateX(0)
	}
	10% {
		transform: translateX(-9px)
	}
	20% {
		transform: translateX(8px)
	}
	30% {
		transform: translateX(-7px)
	}
	40% {
		transform: translateX(6px)
	}
	50% {
		transform: translateX(-5px)
	}
	60% {
		transform: translateX(4px)
	}
	70% {
		transform: translateX(-3px)
	}
	80% {
		transform: translateX(2px)
	}
	90% {
		transform: translateX(-1px)
	}
}

@keyframes dr-stroke {
	0% {
		stroke-dashoffset: var(--dr-animation-stroke)
	}
	100% {
		stroke-dashoffset: 0
	}
}

[class*='dr-child-width']>* {
	box-sizing: border-box;
	width: 100%
}

.dr-child-width-1-2>* {
	width: 50%
}

.dr-child-width-1-3>* {
	width: calc(100% * 1 / 3.001)
}

.dr-child-width-1-4>* {
	width: 25%
}

.dr-child-width-1-5>* {
	width: 20%
}

.dr-child-width-1-6>* {
	width: calc(100% * 1 / 6.001)
}

.child-width-style>* {
	width: auto
}

.dr-child-width-expand>:not([class*='dr-width']) {
	flex: 1;
	min-width: 1px
}

@media (min-width:640px) {
	.dr-child-width-1-1\@s>* {
		width: 100%
	}
	.dr-child-width-1-2\@s>* {
		width: 50%
	}
	.dr-child-width-1-3\@s>* {
		width: calc(100% * 1 / 3.001)
	}
	.dr-child-width-1-4\@s>* {
		width: 25%
	}
	.dr-child-width-1-5\@s>* {
		width: 20%
	}
	.dr-child-width-1-6\@s>* {
		width: calc(100% * 1 / 6.001)
	}
	.child-width-style\@s>* {
		width: auto
	}
	.dr-child-width-expand\@s>: not([class*='dr-width']) {
		flex: 1;
		min-width: 1px
	}
}

@media (min-width:960px) {
	.dr-child-width-1-1\@m>* {
		width: 100%
	}
	.dr-child-width-1-2\@m>* {
		width: 50%
	}
	.dr-child-width-1-3\@m>* {
		width: calc(100% * 1 / 3.001)
	}
	.dr-child-width-1-4\@m>* {
		width: 25%
	}
	.dr-child-width-1-5\@m>* {
		width: 20%
	}
	.dr-child-width-1-6\@m>* {
		width: calc(100% * 1 / 6.001)
	}
	.child-width-style\@m>* {
		width: auto
	}
	.dr-child-width-expand\@m>: not([class*='dr-width']) {
		flex: 1;
		min-width: 1px
	}
}

@media (min-width:1200px) {
	.dr-child-width-1-1\@l>* {
		width: 100%
	}
	.dr-child-width-1-2\@l>* {
		width: 50%
	}
	.dr-child-width-1-3\@l>* {
		width: calc(100% * 1 / 3.001)
	}
	.dr-child-width-1-4\@l>* {
		width: 25%
	}
	.dr-child-width-1-5\@l>* {
		width: 20%
	}
	.dr-child-width-1-6\@l>* {
		width: calc(100% * 1 / 6.001)
	}
	.child-width-style\@l>* {
		width: auto
	}
	.dr-child-width-expand\@l>: not([class*='dr-width']) {
		flex: 1;
		min-width: 1px
	}
}

@media (min-width:1600px) {
	.dr-child-width-1-1\@xl>* {
		width: 100%
	}
	.dr-child-width-1-2\@xl>* {
		width: 50%
	}
	.dr-child-width-1-3\@xl>* {
		width: calc(100% * 1 / 3.001)
	}
	.dr-child-width-1-4\@xl>* {
		width: 25%
	}
	.dr-child-width-1-5\@xl>* {
		width: 20%
	}
	.dr-child-width-1-6\@xl>* {
		width: calc(100% * 1 / 6.001)
	}
	.child-width-style\@xl>* {
		width: auto
	}
	.dr-child-width-expand\@xl>: not([class*='dr-width']) {
		flex: 1;
		min-width: 1px
	}
}

[class*='dr-width'] {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%
}

.dr-width-1-2 {
	width: 50%
}

.dr-width-1-3 {
	width: calc(100% * 1 / 3.001)
}

.dr-width-2-3 {
	width: calc(100% * 2 / 3.001)
}

.dr-width-1-4 {
	width: 25%
}

.dr-width-3-4 {
	width: 75%
}

.dr-width-1-5 {
	width: 20%
}

.dr-width-2-5 {
	width: 40%
}

.dr-width-3-5 {
	width: 60%
}

.dr-width-4-5 {
	width: 80%
}

.dr-width-1-6 {
	width: calc(100% * 1 / 6.001)
}

.dr-width-5-6 {
	width: calc(100% * 5 / 6.001)
}

.dr-width-small {
	width: 120px
}

.dr-width-medium {
	width: 300px
}

.dr-width-large {
	width: 450px
}

.dr-width-xlarge {
	width: 600px
}

.dr-width-xxlarge {
	width: 750px
}

.dr-width-auto {
	width: auto
}

.dr-width-expand {
	flex: 1;
	min-width: 1px
}

@media (min-width:640px) {
	.dr-width-1-1\@s {
		width: 100%
	}
	.dr-width-1-2\@s {
		width: 50%
	}
	.dr-width-1-3\@s {
		width: calc(100% * 1 / 3.001)
	}
	.dr-width-2-3\@s {
		width: calc(100% * 2 / 3.001)
	}
	.dr-width-1-4\@s {
		width: 25%
	}
	.dr-width-3-4\@s {
		width: 75%
	}
	.dr-width-1-5\@s {
		width: 20%
	}
	.dr-width-2-5\@s {
		width: 40%
	}
	.dr-width-3-5\@s {
		width: 60%
	}
	.dr-width-4-5\@s {
		width: 80%
	}
	.dr-width-1-6\@s {
		width: calc(100% * 1 / 6.001)
	}
	.dr-width-5-6\@s {
		width: calc(100% * 5 / 6.001)
	}
	.dr-width-small\@s {
		width: 120px
	}
	.dr-width-medium\@s {
		width: 300px
	}
	.dr-width-large\@s {
		width: 450px
	}
	.dr-width-xlarge\@s {
		width: 600px
	}
	.dr-width-xxlarge\@s {
		width: 750px
	}
	.dr-width-auto\@s {
		width: auto
	}
	.dr-width-expand\@s {
		flex: 1;
		min-width: 1px
	}
}

@media (min-width:960px) {
	.dr-width-1-1\@m {
		width: 100%
	}
	.dr-width-1-2\@m {
		width: 50%
	}
	.dr-width-1-3\@m {
		width: calc(100% * 1 / 3.001)
	}
	.dr-width-2-3\@m {
		width: calc(100% * 2 / 3.001)
	}
	.dr-width-1-4\@m {
		width: 25%
	}
	.dr-width-3-4\@m {
		width: 75%
	}
	.dr-width-1-5\@m {
		width: 20%
	}
	.dr-width-2-5\@m {
		width: 40%
	}
	.dr-width-3-5\@m {
		width: 60%
	}
	.dr-width-4-5\@m {
		width: 80%
	}
	.dr-width-1-6\@m {
		width: calc(100% * 1 / 6.001)
	}
	.dr-width-5-6\@m {
		width: calc(100% * 5 / 6.001)
	}
	.dr-width-small\@m {
		width: 120px
	}
	.dr-width-medium\@m {
		width: 300px
	}
	.dr-width-large\@m {
		width: 450px
	}
	.dr-width-xlarge\@m {
		width: 600px
	}
	.dr-width-xxlarge\@m {
		width: 750px
	}
	.dr-width-auto\@m {
		width: auto
	}
	.dr-width-expand\@m {
		flex: 1;
		min-width: 1px
	}
}

@media (min-width:1200px) {
	.dr-width-1-1\@l {
		width: 100%
	}
	.dr-width-1-2\@l {
		width: 50%
	}
	.dr-width-1-3\@l {
		width: calc(100% * 1 / 3.001)
	}
	.dr-width-2-3\@l {
		width: calc(100% * 2 / 3.001)
	}
	.dr-width-1-4\@l {
		width: 25%
	}
	.dr-width-3-4\@l {
		width: 75%
	}
	.dr-width-1-5\@l {
		width: 20%
	}
	.dr-width-2-5\@l {
		width: 40%
	}
	.dr-width-3-5\@l {
		width: 60%
	}
	.dr-width-4-5\@l {
		width: 80%
	}
	.dr-width-1-6\@l {
		width: calc(100% * 1 / 6.001)
	}
	.dr-width-5-6\@l {
		width: calc(100% * 5 / 6.001)
	}
	.dr-width-small\@l {
		width: 120px
	}
	.dr-width-medium\@l {
		width: 300px
	}
	.dr-width-large\@l {
		width: 450px
	}
	.dr-width-xlarge\@l {
		width: 600px
	}
	.dr-width-xxlarge\@l {
		width: 750px
	}
	.dr-width-auto\@l {
		width: auto
	}
	.dr-width-expand\@l {
		flex: 1;
		min-width: 1px
	}
}

@media (min-width:1600px) {
	.dr-width-1-1\@xl {
		width: 100%
	}
	.dr-width-1-2\@xl {
		width: 50%
	}
	.dr-width-1-3\@xl {
		width: calc(100% * 1 / 3.001)
	}
	.dr-width-2-3\@xl {
		width: calc(100% * 2 / 3.001)
	}
	.dr-width-1-4\@xl {
		width: 25%
	}
	.dr-width-3-4\@xl {
		width: 75%
	}
	.dr-width-1-5\@xl {
		width: 20%
	}
	.dr-width-2-5\@xl {
		width: 40%
	}
	.dr-width-3-5\@xl {
		width: 60%
	}
	.dr-width-4-5\@xl {
		width: 80%
	}
	.dr-width-1-6\@xl {
		width: calc(100% * 1 / 6.001)
	}
	.dr-width-5-6\@xl {
		width: calc(100% * 5 / 6.001)
	}
	.dr-width-small\@xl {
		width: 120px
	}
	.dr-width-medium\@xl {
		width: 300px
	}
	.dr-width-large\@xl {
		width: 450px
	}
	.dr-width-xlarge\@xl {
		width: 600px
	}
	.dr-width-xxlarge\@xl {
		width: 750px
	}
	.dr-width-auto\@xl {
		width: auto
	}
	.dr-width-expand\@xl {
		flex: 1;
		min-width: 1px
	}
}

[class*='dr-height'] {
	box-sizing: border-box
}

.height-auto-one {
	height: 100%
}

.dr-height-viewport {
	min-height: 100vh
}

.dr-height-small {
	height: 150px
}

.dr-height-medium {
	height: 300px
}

.dr-height-large {
	height: 450px
}

.dr-height-max-small {
	max-height: 150px
}

.dr-height-max-medium {
	max-height: 300px
}

.dr-height-max-large {
	max-height: 450px
}

.dr-text-lead {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333
}

.dr-text-meta {
	font-size: .875rem;
	line-height: 1.4;
	color: #999
}

.dr-text-meta a {
	color: #999
}

.dr-text-meta a:hover {
	color: #4f4f4f;
	text-decoration: none
}

.dr-text-small {
	font-size: .875rem;
	line-height: 1.5
}

.dr-text-large {
	font-size: 1.4rem;
	line-height: 1.5
}

.dr-text-light {
	font-weight: 300
}

.dr-text-normal {
	font-weight: 400
}

.text-style-bold {
	font-weight: 700
}

.dr-text-lighter {
	font-weight: lighter
}

.text-style-bolder {
	font-weight: bolder
}

.dr-text-italic {
	font-style: italic
}

.dr-text-capitalize {
	text-transform: capitalize!important
}

.dr-text-uppercase {
	text-transform: uppercase!important
}

.dr-text-lowercase {
	text-transform: lowercase!important
}

.dr-text-muted {
	color: #999!important
}

.dr-text-emphasis {
	color: #333!important
}

.text-color-primary {
	color: #012047!important
}

.text-color-menu-icons {
	color: #012047!important
}

.dr-text-secondary {
	color: #74506f!important
}

.dr-text-success {
	color: #3aaf89!important
}

.dr-text-warning {
	color: #f2994a!important
}

.dr-text-danger {
	color: #eb5757!important
}

.dr-text-background {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	color: #012047!important
}

@supports (-webkit-background-clip:text) {
	.dr-text-background {
		background-color: #012047
	}
}

.dr-text-left {
	text-align: left!important
}

.dr-text-right {
	text-align: right!important
}

.dr-text-center {
	text-align: center!important
}

.dr-text-justify {
	text-align: justify!important
}

@media (min-width:640px) {
	.dr-text-left\@s {
		text-align: left!important
	}
	.dr-text-right\@s {
		text-align: right!important
	}
	.dr-text-center\@s {
		text-align: center!important
	}
}

@media (min-width:960px) {
	.dr-text-left\@m {
		text-align: left!important
	}
	.dr-text-right\@m {
		text-align: right!important
	}
	.dr-text-center\@m {
		text-align: center!important
	}
}

@media (min-width:1200px) {
	.dr-text-left\@l {
		text-align: left!important
	}
	.dr-text-right\@l {
		text-align: right!important
	}
	.dr-text-center\@l {
		text-align: center!important
	}
}

@media (min-width:1600px) {
	.dr-text-left\@xl {
		text-align: left!important
	}
	.dr-text-right\@xl {
		text-align: right!important
	}
	.dr-text-center\@xl {
		text-align: center!important
	}
}

.dr-text-top {
	vertical-align: top!important
}

.dr-text-middle {
	vertical-align: middle!important
}

.dr-text-bottom {
	vertical-align: bottom!important
}

.dr-text-baseline {
	vertical-align: baseline!important
}

.dr-text-nowrap {
	white-space: nowrap
}

.dr-text-truncate {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

th.dr-text-truncate,
td.dr-text-truncate {
	max-width: 0
}

.dr-text-break {
	overflow-wrap: break-word;
	word-wrap: break-word
}

th.dr-text-break,
td.dr-text-break {
	word-break: break-all
}

[class*='dr-column-'] {
	column-gap: 30px
}

@media (min-width:1200px) {
	[class*='dr-column-'] {
		column-gap: 40px
	}
}

[class*='dr-column-'] img {
	transform: translate3d(0, 0, 0)
}

.dr-column-divider {
	column-rule: 1px solid #e3dcdc;
	column-gap: 60px
}

@media (min-width:1200px) {
	.dr-column-divider {
		column-gap: 80px
	}
}

.dr-column-1-2 {
	column-count: 2
}

.dr-column-1-3 {
	column-count: 3
}

.dr-column-1-4 {
	column-count: 4
}

.dr-column-1-5 {
	column-count: 5
}

.dr-column-1-6 {
	column-count: 6
}

@media (min-width:640px) {
	.dr-column-1-2\@s {
		column-count: 2
	}
	.dr-column-1-3\@s {
		column-count: 3
	}
	.dr-column-1-4\@s {
		column-count: 4
	}
	.dr-column-1-5\@s {
		column-count: 5
	}
	.dr-column-1-6\@s {
		column-count: 6
	}
}

@media (min-width:960px) {
	.dr-column-1-2\@m {
		column-count: 2
	}
	.dr-column-1-3\@m {
		column-count: 3
	}
	.dr-column-1-4\@m {
		column-count: 4
	}
	.dr-column-1-5\@m {
		column-count: 5
	}
	.dr-column-1-6\@m {
		column-count: 6
	}
}

@media (min-width:1200px) {
	.dr-column-1-2\@l {
		column-count: 2
	}
	.dr-column-1-3\@l {
		column-count: 3
	}
	.dr-column-1-4\@l {
		column-count: 4
	}
	.dr-column-1-5\@l {
		column-count: 5
	}
	.dr-column-1-6\@l {
		column-count: 6
	}
}

@media (min-width:1600px) {
	.dr-column-1-2\@xl {
		column-count: 2
	}
	.dr-column-1-3\@xl {
		column-count: 3
	}
	.dr-column-1-4\@xl {
		column-count: 4
	}
	.dr-column-1-5\@xl {
		column-count: 5
	}
	.dr-column-1-6\@xl {
		column-count: 6
	}
}

.dr-column-span {
	column-span: all
}

.dr-cover {
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

iframe.dr-cover {
	pointer-events: none
}

.dr-cover-container {
	overflow: hidden;
	position: relative
}

.dr-background-default {
	background-color: #f5f5f5
}

.background-style-muted {
	background-color: #f8f8f8
}

.dr-background-primary {
	background-color: #012047
}

.dr-background-secondary {
	background-color: #74506f
}

.dr-background-cover,
.dr-background-contain {
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.dr-background-cover {
	background-size: cover
}

.dr-background-contain {
	background-size: contain
}

.dr-background-top-left {
	background-position: 0 0
}

.dr-background-top-center {
	background-position: 50% 0
}

.dr-background-top-right {
	background-position: 100% 0
}

.dr-background-center-left {
	background-position: 0 50%
}

.dr-background-center-center {
	background-position: 50% 50%
}

.dr-background-center-right {
	background-position: 100% 50%
}

.dr-background-bottom-left {
	background-position: 0 100%
}

.dr-background-bottom-center {
	background-position: 50% 100%
}

.dr-background-bottom-right {
	background-position: 100% 100%
}

.dr-background-norepeat {
	background-repeat: no-repeat
}

.dr-background-fixed {
	background-attachment: fixed;
	backface-visibility: hidden
}

@media (pointer:coarse) {
	.dr-background-fixed {
		background-attachment: scroll
	}
}

@media (max-width:639px) {
	.dr-background-image\@s {
		background-image: none!important
	}
}

@media (max-width:959px) {
	.dr-background-image\@m {
		background-image: none!important
	}
}

@media (max-width:1199px) {
	.dr-background-image\@l {
		background-image: none!important
	}
}

@media (max-width:1599px) {
	.dr-background-image\@xl {
		background-image: none!important
	}
}

.dr-background-blend-multiply {
	background-blend-mode: multiply
}

.dr-background-blend-screen {
	background-blend-mode: screen
}

.dr-background-blend-overlay {
	background-blend-mode: overlay
}

.dr-background-blend-darken {
	background-blend-mode: darken
}

.dr-background-blend-lighten {
	background-blend-mode: lighten
}

.dr-background-blend-color-dodge {
	background-blend-mode: color-dodge
}

.dr-background-blend-color-burn {
	background-blend-mode: color-burn
}

.dr-background-blend-hard-light {
	background-blend-mode: hard-light
}

.dr-background-blend-soft-light {
	background-blend-mode: soft-light
}

.dr-background-blend-difference {
	background-blend-mode: difference
}

.dr-background-blend-exclusion {
	background-blend-mode: exclusion
}

.dr-background-blend-hue {
	background-blend-mode: hue
}

.dr-background-blend-saturation {
	background-blend-mode: saturation
}

.dr-background-blend-color {
	background-blend-mode: color
}

.dr-background-blend-luminosity {
	background-blend-mode: luminosity
}

[class*='dr-align'] {
	display: block;
	margin-bottom: 30px
}

*+[class*='dr-align'] {
	margin-top: 30px
}

.dr-align-center {
	margin-left: auto;
	margin-right: auto
}

.dr-align-left {
	margin-top: 0;
	margin-right: 30px;
	float: left
}

.dr-align-right {
	margin-top: 0;
	margin-left: 30px;
	float: right
}

@media (min-width:640px) {
	.dr-align-left\@s {
		margin-top: 0;
		margin-right: 30px;
		float: left
	}
	.dr-align-right\@s {
		margin-top: 0;
		margin-left: 30px;
		float: right
	}
}

@media (min-width:960px) {
	.dr-align-left\@m {
		margin-top: 0;
		margin-right: 30px;
		float: left
	}
	.dr-align-right\@m {
		margin-top: 0;
		margin-left: 30px;
		float: right
	}
}

@media (min-width:1200px) {
	.dr-align-left\@l {
		margin-top: 0;
		float: left
	}
	.dr-align-right\@l {
		margin-top: 0;
		float: right
	}
	.dr-align-left,
	.dr-align-left\@s,
	.dr-align-left\@m,
	.dr-align-left\@l {
		margin-right: 40px
	}
	.dr-align-right,
	.dr-align-right\@s,
	.dr-align-right\@m,
	.dr-align-right\@l {
		margin-left: 40px
	}
}

@media (min-width:1600px) {
	.dr-align-left\@xl {
		margin-top: 0;
		margin-right: 40px;
		float: left
	}
	.dr-align-right\@xl {
		margin-top: 0;
		margin-left: 40px;
		float: right
	}
}

.dr-svg,
.dr-svg:not(.dr-preserve) [fill*='#']:not(.dr-preserve) {
	fill: currentcolor
}

.dr-svg:not(.dr-preserve) [stroke*='#']:not(.dr-preserve) {
	stroke: currentcolor
}

.dr-svg {
	transform: translate(0, 0)
}

.dr-panel {
	position: relative;
	box-sizing: border-box
}

.dr-panel::before,
.dr-panel::after {
	content: "";
	display: table
}

.dr-panel::after {
	clear: both
}

.dr-panel>:last-child {
	margin-bottom: 0
}

.dr-panel-scrollable {
	height: 170px;
	padding: 10px;
	border: 1px solid #e3dcdc;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	resize: both
}

.dr-clearfix::before {
	content: "";
	display: table-cell
}

.dr-clearfix::after {
	content: "";
	display: table;
	clear: both
}

.dr-float-left {
	float: left
}

.dr-float-right {
	float: right
}

[class*='dr-float-'] {
	max-width: 100%
}

.dr-overflow-hidden {
	overflow: hidden
}

.dr-overflow-auto {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.dr-overflow-auto>:last-child {
	margin-bottom: 0
}

.dr-resize {
	resize: both
}

.dr-resize-vertical {
	resize: vertical
}

.dr-display-block {
	display: block!important
}

.dr-display-inline {
	display: inline!important
}

.dr-display-inline-block {
	display: inline-block!important
}

[class*='style-inline'] {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
	-webkit-backface-visibility: hidden
}

.style-inline-clip {
	overflow: hidden
}

.dr-preserve-width,
.dr-preserve-width canvas,
.dr-preserve-width img,
.dr-preserve-width svg,
.dr-preserve-width video {
	max-width: none
}

.dr-responsive-width,
.dr-responsive-height {
	box-sizing: border-box
}

.dr-responsive-width {
	max-width: 100%!important;
	height: auto
}

.dr-responsive-height {
	max-height: 100%;
	width: auto;
	max-width: none
}

.dr-border-circle {
	border-radius: 50%
}

.dr-border-pill {
	border-radius: 500px
}

.dr-border-rounded {
	border-radius: 5px
}

.style-inline-clip[class*='dr-border-'] {
	-webkit-transform: translateZ(0)
}

.dr-box-shadow-small {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1)
}

.dr-box-shadow-medium {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08)
}

.dr-box-shadow-large {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.dr-box-shadow-xlarge {
	box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16)
}

[class*='dr-box-shadow-hover'] {
	transition: box-shadow .1s ease-in-out
}

.dr-box-shadow-hover-small:hover {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1)
}

.dr-box-shadow-hover-medium:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08)
}

.dr-box-shadow-hover-large:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.dr-box-shadow-hover-xlarge:hover {
	box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16)
}

@supports (filter:blur(0)) {
	.dr-box-shadow-bottom {
		display: inline-block;
		position: relative;
		max-width: 100%;
		vertical-align: middle
	}
	.dr-box-shadow-bottom::before {
		content: '';
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		height: 30px;
		border-radius: 100%;
		background: #444;
		filter: blur(20px)
	}
	.dr-box-shadow-bottom>* {
		position: relative
	}
}

.dr-dropcap::first-letter,
.dr-dropcap>p:first-of-type::first-letter {
	display: block;
	margin-right: 10px;
	float: left;
	font-size: 4.5em;
	line-height: 1;
	margin-bottom: -2px
}

@-moz-document url-prefix() {
	.dr-dropcap::first-letter,
	.dr-dropcap>p:first-of-type::first-letter {
		margin-top: 1.1%
	}
}

@supports (-ms-ime-align:auto) {
	.dr-dropcap>p:first-of-type::first-letter {
		font-size: 1em
	}
}

.dr-logo {
	font-size: 1.4rem;
	font-family: "Karla";
	color: #4f4f4f;
	text-decoration: none
}

.dr-logo:hover,
.dr-logo:focus {
	color: #4f4f4f;
	outline: none;
	text-decoration: none
}

.dr-logo-inverse {
	display: none
}

.dr-disabled {
	pointer-events: none
}

.dr-drag,
.dr-drag * {
	cursor: move
}

.dr-drag iframe {
	pointer-events: none
}

.dr-dragover {
	box-shadow: 0 0 20px rgba(100, 100, 100, 0.3)
}

.dr-blend-multiply {
	mix-blend-mode: multiply
}

.dr-blend-screen {
	mix-blend-mode: screen
}

.dr-blend-overlay {
	mix-blend-mode: overlay
}

.dr-blend-darken {
	mix-blend-mode: darken
}

.dr-blend-lighten {
	mix-blend-mode: lighten
}

.dr-blend-color-dodge {
	mix-blend-mode: color-dodge
}

.dr-blend-color-burn {
	mix-blend-mode: color-burn
}

.dr-blend-hard-light {
	mix-blend-mode: hard-light
}

.dr-blend-soft-light {
	mix-blend-mode: soft-light
}

.dr-blend-difference {
	mix-blend-mode: difference
}

.dr-blend-exclusion {
	mix-blend-mode: exclusion
}

.dr-blend-hue {
	mix-blend-mode: hue
}

.dr-blend-saturation {
	mix-blend-mode: saturation
}

.dr-blend-color {
	mix-blend-mode: color
}

.dr-blend-luminosity {
	mix-blend-mode: luminosity
}

.dr-transform-center {
	transform: translate(-50%, -50%)
}

.dr-transform-origin-top-left {
	transform-origin: 0 0
}

.dr-transform-origin-top-center {
	transform-origin: 50% 0
}

.dr-transform-origin-top-right {
	transform-origin: 100% 0
}

.dr-transform-origin-center-left {
	transform-origin: 0 50%
}

.dr-transform-origin-center-right {
	transform-origin: 100% 50%
}

.dr-transform-origin-bottom-left {
	transform-origin: 0 100%
}

.dr-transform-origin-bottom-center {
	transform-origin: 50% 100%
}

.dr-transform-origin-bottom-right {
	transform-origin: 100% 100%
}

.style-flex {
	display: flex
}

.style-flex-inline {
	display: inline-flex
}

.style-flex::before,
.style-flex::after,
.style-flex-inline::before,
.style-flex-inline::after {
	display: none
}

.style-flex-left {
	justify-content: flex-start
}

.style-flex-center {
	justify-content: center
}

.style-flex-right {
	justify-content: flex-end
}

.style-flex-between {
	justify-content: space-between
}

.style-flex-around {
	justify-content: space-around
}

@media (min-width:640px) {
	.style-flex-left\@s {
		justify-content: flex-start
	}
	.style-flex-center\@s {
		justify-content: center
	}
	.style-flex-right\@s {
		justify-content: flex-end
	}
	.style-flex-between\@s {
		justify-content: space-between
	}
	.style-flex-around\@s {
		justify-content: space-around
	}
}

@media (min-width:960px) {
	.style-flex-left\@m {
		justify-content: flex-start
	}
	.style-flex-center\@m {
		justify-content: center
	}
	.style-flex-right\@m {
		justify-content: flex-end
	}
	.style-flex-between\@m {
		justify-content: space-between
	}
	.style-flex-around\@m {
		justify-content: space-around
	}
}

@media (min-width:1200px) {
	.style-flex-left\@l {
		justify-content: flex-start
	}
	.style-flex-center\@l {
		justify-content: center
	}
	.style-flex-right\@l {
		justify-content: flex-end
	}
	.style-flex-between\@l {
		justify-content: space-between
	}
	.style-flex-around\@l {
		justify-content: space-around
	}
}

@media (min-width:1600px) {
	.style-flex-left\@xl {
		justify-content: flex-start
	}
	.style-flex-center\@xl {
		justify-content: center
	}
	.style-flex-right\@xl {
		justify-content: flex-end
	}
	.style-flex-between\@xl {
		justify-content: space-between
	}
	.style-flex-around\@xl {
		justify-content: space-around
	}
}

.style-flex-stretch {
	align-items: stretch
}

.style-flex-top {
	align-items: flex-start
}

.style-flex-middle {
	align-items: center
}

.style-flex-bottom {
	align-items: flex-end
}

.style-flex-row {
	flex-direction: row
}

.style-flex-row-reverse {
	flex-direction: row-reverse
}

.style-flex-column {
	flex-direction: column
}

.style-flex-column-reverse {
	flex-direction: column-reverse
}

.style-flex-nowrap {
	flex-wrap: nowrap
}

.style-flex-wrap {
	flex-wrap: wrap
}

.style-flex-wrap-reverse {
	flex-wrap: wrap-reverse
}

.style-flex-wrap-stretch {
	align-content: stretch
}

.style-flex-wrap-top {
	align-content: flex-start
}

.style-flex-wrap-middle {
	align-content: center
}

.style-flex-wrap-bottom {
	align-content: flex-end
}

.style-flex-wrap-between {
	align-content: space-between
}

.style-flex-wrap-around {
	align-content: space-around
}

.style-flex-first {
	order: -1
}

.style-flex-last {
	order: 99
}

@media (min-width:640px) {
	.style-flex-first\@s {
		order: -1
	}
	.style-flex-last\@s {
		order: 99
	}
}

@media (min-width:960px) {
	.style-flex-first\@m {
		order: -1
	}
	.style-flex-last\@m {
		order: 99
	}
}

@media (min-width:1200px) {
	.style-flex-first\@l {
		order: -1
	}
	.style-flex-last\@l {
		order: 99
	}
}

@media (min-width:1600px) {
	.style-flex-first\@xl {
		order: -1
	}
	.style-flex-last\@xl {
		order: 99
	}
}

.style-flex-none {
	flex: none
}

.style-flex-auto {
	flex: auto
}

.style-flex-1 {
	flex: 1
}

.dr-margin {
	margin-bottom: 20px
}

*+.dr-margin {
	margin-top: 20px!important
}

.dr-margin-top {
	margin-top: 20px!important
}

.dr-margin-bottom {
	margin-bottom: 20px!important
}

.margin-align-left {
	margin-left: 20px!important
}

.margin-align-right {
	margin-right: 20px!important
}

.dr-margin-small {
	margin-bottom: 10px
}

*+.dr-margin-small {
	margin-top: 10px!important
}

.dr-margin-small-top {
	margin-top: 10px!important
}

.dr-margin-small-bottom {
	margin-bottom: 10px!important
}

.dr-margin-small-left {
	margin-left: 10px!important
}

.margin-light-right {
	margin-right: 10px!important
}

.dr-m-md {
	margin-bottom: 40px
}

*+.dr-m-md {
	margin-top: 40px!important
}

.dr-m-md-top {
	margin-top: 40px!important
}

.dr-m-md-bottom {
	margin-bottom: 40px!important
}

.dr-m-md-left {
	margin-left: 40px!important
}

.dr-m-md-right {
	margin-right: 40px!important
}

.dr-margin-large {
	margin-bottom: 40px
}

*+.dr-margin-large {
	margin-top: 40px!important
}

.dr-margin-large-top {
	margin-top: 40px!important
}

.dr-margin-large-bottom {
	margin-bottom: 40px!important
}

.dr-margin-large-left {
	margin-left: 40px!important
}

.dr-margin-large-right {
	margin-right: 40px!important
}

@media (min-width:1200px) {
	.dr-margin-large {
		margin-bottom: 70px
	}
	*+.dr-margin-large {
		margin-top: 70px!important
	}
	.dr-margin-large-top {
		margin-top: 70px!important
	}
	.dr-margin-large-bottom {
		margin-bottom: 70px!important
	}
	.dr-margin-large-left {
		margin-left: 70px!important
	}
	.dr-margin-large-right {
		margin-right: 70px!important
	}
}

.dr-margin-xlarge {
	margin-bottom: 70px
}

*+.dr-margin-xlarge {
	margin-top: 70px!important
}

.dr-margin-xlarge-top {
	margin-top: 70px!important
}

.dr-margin-xlarge-bottom {
	margin-bottom: 70px!important
}

.dr-margin-xlarge-left {
	margin-left: 70px!important
}

.dr-margin-xlarge-right {
	margin-right: 70px!important
}

@media (min-width:1200px) {
	.dr-margin-xlarge {
		margin-bottom: 140px
	}
	*+.dr-margin-xlarge {
		margin-top: 140px!important
	}
	.dr-margin-xlarge-top {
		margin-top: 140px!important
	}
	.dr-margin-xlarge-bottom {
		margin-bottom: 140px!important
	}
	.dr-margin-xlarge-left {
		margin-left: 140px!important
	}
	.dr-margin-xlarge-right {
		margin-right: 140px!important
	}
}

.dr-margin-auto {
	margin-left: auto!important;
	margin-right: auto!important
}

.dr-margin-auto-top {
	margin-top: auto!important
}

.dr-margin-auto-bottom {
	margin-bottom: auto!important
}

.dr-margin-auto-left {
	margin-left: auto!important
}

.dr-margin-auto-right {
	margin-right: auto!important
}

.dr-margin-auto-vertical {
	margin-top: auto!important;
	margin-bottom: auto!important
}

@media (min-width:640px) {
	.dr-margin-auto\@s {
		margin-left: auto!important;
		margin-right: auto!important
	}
	.dr-margin-auto-left\@s {
		margin-left: auto!important
	}
	.dr-margin-auto-right\@s {
		margin-right: auto!important
	}
}

@media (min-width:960px) {
	.dr-margin-auto\@m {
		margin-left: auto!important;
		margin-right: auto!important
	}
	.dr-margin-auto-left\@m {
		margin-left: auto!important
	}
	.dr-margin-auto-right\@m {
		margin-right: auto!important
	}
}

@media (min-width:1200px) {
	.dr-margin-auto\@l {
		margin-left: auto!important;
		margin-right: auto!important
	}
	.dr-margin-auto-left\@l {
		margin-left: auto!important
	}
	.dr-margin-auto-right\@l {
		margin-right: auto!important
	}
}

@media (min-width:1600px) {
	.dr-margin-auto\@xl {
		margin-left: auto!important;
		margin-right: auto!important
	}
	.dr-margin-auto-left\@xl {
		margin-left: auto!important
	}
	.dr-margin-auto-right\@xl {
		margin-right: auto!important
	}
}

.margin-close {
	margin: 0!important
}

.margin-close-top {
	margin-top: 0!important
}

.margin-close-bottom {
	margin-bottom: 0!important
}

.margin-close-left {
	margin-left: 0!important
}

.margin-close-right {
	margin-right: 0!important
}

.margin-close-vertical {
	margin-top: 0!important;
	margin-bottom: 0!important
}

.margin-close-adjacent+*,
.margin-close-first-child>:first-child {
	margin-top: 0!important
}

.margin-close-last-child>:last-child {
	margin-bottom: 0!important
}

@media (min-width:640px) {
	.margin-close-left\@s {
		margin-left: 0!important
	}
	.margin-close-right\@s {
		margin-right: 0!important
	}
}

@media (min-width:960px) {
	.margin-close-left\@m {
		margin-left: 0!important
	}
	.margin-close-right\@m {
		margin-right: 0!important
	}
}

@media (min-width:1200px) {
	.margin-close-left\@l {
		margin-left: 0!important
	}
	.margin-close-right\@l {
		margin-right: 0!important
	}
}

@media (min-width:1600px) {
	.margin-close-left\@xl {
		margin-left: 0!important
	}
	.margin-close-right\@xl {
		margin-right: 0!important
	}
}

.dr-padding {
	padding: 30px
}

@media (min-width:1200px) {
	.dr-padding {
		padding: 40px
	}
}

.padding-s {
	padding: 15px
}

.dr-padding-large {
	padding: 30px
}

@media (min-width:1200px) {
	.dr-padding-large {
		padding: 70px
	}
}

.dr-padding-remove {
	padding: 0!important
}

.dr-padding-remove-top {
	padding-top: 0!important
}

.dr-padding-remove-bottom {
	padding-bottom: 0!important
}

.dr-padding-remove-left {
	padding-left: 0!important
}

.dr-padding-remove-right {
	padding-right: 0!important
}

.dr-padding-remove-vertical {
	padding-top: 0!important;
	padding-bottom: 0!important
}

.dr-padding-remove-horizontal {
	padding-left: 0!important;
	padding-right: 0!important
}

[class*='dr-position-top'],
[class*='dr-position-bottom'],
[class*='dr-position-left'],
[class*='dr-position-right'],
[class*='dr-position-center'] {
	position: absolute!important;
	max-width: 100%
}

.dr-position-top {
	top: 0;
	left: 0;
	right: 0
}

.dr-position-bottom {
	bottom: 0;
	left: 0;
	right: 0
}

.dr-position-left {
	top: 0;
	bottom: 0;
	left: 0
}

.dr-position-right {
	top: 0;
	bottom: 0;
	right: 0
}

.dr-position-top-left {
	top: 0;
	left: 0
}

.dr-position-top-right {
	top: 0;
	right: 0
}

.dr-position-bottom-left {
	bottom: 0;
	left: 0
}

.dr-position-bottom-right {
	bottom: 0;
	right: 0
}

.dr-position-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box
}

[class*='dr-position-center-left'],
[class*='dr-position-center-right'] {
	top: 50%;
	transform: translateY(-50%)
}

.dr-position-center-left {
	left: 0
}

.dr-position-center-right {
	right: 0
}

.dr-position-center-left-out {
	right: 100%;
	width: max-content
}

.dr-position-center-right-out {
	left: 100%;
	width: max-content
}

.dr-position-top-center,
.dr-position-bottom-center {
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box
}

.dr-position-top-center {
	top: 0
}

.dr-position-bottom-center {
	bottom: 0
}

.dr-position-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.pos-rel {
	position: relative!important
}

.dr-position-absolute {
	position: absolute!important
}

.dr-position-fixed {
	position: fixed!important
}

.dr-position-z-index {
	z-index: 1
}

.dr-position-small {
	max-width: calc(100% - (15px * 2));
	margin: 15px
}

.dr-position-small.dr-position-center {
	transform: translate(-50%, -50%) translate(-15px, -15px)
}

.dr-position-small[class*='dr-position-center-left'],
.dr-position-small[class*='dr-position-center-right'] {
	transform: translateY(-50%) translateY(-15px)
}

.dr-position-small.dr-position-top-center,
.dr-position-small.dr-position-bottom-center {
	transform: translateX(-50%) translateX(-15px)
}

.dr-position-medium {
	max-width: calc(100% - (30px * 2));
	margin: 30px
}

.dr-position-medium.dr-position-center {
	transform: translate(-50%, -50%) translate(-30px, -30px)
}

.dr-position-medium[class*='dr-position-center-left'],
.dr-position-medium[class*='dr-position-center-right'] {
	transform: translateY(-50%) translateY(-30px)
}

.dr-position-medium.dr-position-top-center,
.dr-position-medium.dr-position-bottom-center {
	transform: translateX(-50%) translateX(-30px)
}

.dr-position-large {
	max-width: calc(100% - (30px * 2));
	margin: 30px
}

.dr-position-large.dr-position-center {
	transform: translate(-50%, -50%) translate(-30px, -30px)
}

.dr-position-large[class*='dr-position-center-left'],
.dr-position-large[class*='dr-position-center-right'] {
	transform: translateY(-50%) translateY(-30px)
}

.dr-position-large.dr-position-top-center,
.dr-position-large.dr-position-bottom-center {
	transform: translateX(-50%) translateX(-30px)
}

@media (min-width:1200px) {
	.dr-position-large {
		max-width: calc(100% - (50px * 2));
		margin: 50px
	}
	.dr-position-large.dr-position-center {
		transform: translate(-50%, -50%) translate(-50px, -50px)
	}
	.dr-position-large[class*='dr-position-center-left'],
	.dr-position-large[class*='dr-position-center-right'] {
		transform: translateY(-50%) translateY(-50px)
	}
	.dr-position-large.dr-position-top-center,
	.dr-position-large.dr-position-bottom-center {
		transform: translateX(-50%) translateX(-50px)
	}
}

.dr-transition-toggle {
	-webkit-tap-highlight-color: transparent
}

.dr-transition-toggle:focus {
	outline: none
}

.dr-transition-fade,
[class*='dr-transition-scale'],
[class*='dr-transition-slide'] {
	transition: .3s ease-out;
	transition-property: opacity, transform, filter;
	opacity: 0
}

.dr-transition-toggle:hover .dr-transition-fade,
.dr-transition-toggle:focus .dr-transition-fade,
.dr-transition-active.dr-active .dr-transition-fade {
	opacity: 1
}

.dr-transition-scale-up {
	transform: scale(1, 1)
}

.dr-transition-scale-down {
	transform: scale(1.1, 1.1)
}

.dr-transition-toggle:hover .dr-transition-scale-up,
.dr-transition-toggle:focus .dr-transition-scale-up,
.dr-transition-active.dr-active .dr-transition-scale-up {
	opacity: 1;
	transform: scale(1.1, 1.1)
}

.dr-transition-toggle:hover .dr-transition-scale-down,
.dr-transition-toggle:focus .dr-transition-scale-down,
.dr-transition-active.dr-active .dr-transition-scale-down {
	opacity: 1;
	transform: scale(1, 1)
}

.dr-transition-slide-top {
	transform: translateY(-100%)
}

.dr-transition-slide-bottom {
	transform: translateY(100%)
}

.dr-transition-slide-left {
	transform: translateX(-100%)
}

.dr-transition-slide-right {
	transform: translateX(100%)
}

.dr-transition-slide-top-small {
	transform: translateY(-10px)
}

.dr-transition-slide-bottom-small {
	transform: translateY(10px)
}

.dr-transition-slide-left-small {
	transform: translateX(-10px)
}

.dr-transition-slide-right-small {
	transform: translateX(10px)
}

.dr-transition-slide-top-medium {
	transform: translateY(-50px)
}

.dr-transition-slide-bottom-medium {
	transform: translateY(50px)
}

.dr-transition-slide-left-medium {
	transform: translateX(-50px)
}

.dr-transition-slide-right-medium {
	transform: translateX(50px)
}

.dr-transition-toggle:hover [class*='dr-transition-slide'],
.dr-transition-toggle:focus [class*='dr-transition-slide'],
.dr-transition-active.dr-active [class*='dr-transition-slide'] {
	opacity: 1;
	transform: translate(0, 0)
}

.dr-transition-opaque {
	opacity: 1
}

.dr-transition-slow {
	transition-duration: .7s
}

[hidden],
.dr-hidden {
	display: none!important
}

@media (min-width:640px) {
	.dr-hidden\@s {
		display: none!important
	}
}

@media (min-width:960px) {
	.dr-hidden\@m {
		display: none!important
	}
}

@media (min-width:1200px) {
	.dr-hidden\@l {
		display: none!important
	}
}

@media (min-width:1600px) {
	.dr-hidden\@xl {
		display: none!important
	}
}

@media (max-width:639px) {
	.dr-visible\@s {
		display: none!important
	}
}

@media (max-width:959px) {
	.dr-visible\@m {
		display: none!important
	}
}

@media (max-width:1199px) {
	.dr-visible\@l {
		display: none!important
	}
}

@media (max-width:1599px) {
	.dr-visible\@xl {
		display: none!important
	}
}

.dr-invisible {
	visibility: hidden!important
}

.dr-visible-toggle:not(:hover):not(:focus) .dr-hidden-hover:not(:focus-within) {
	position: absolute!important;
	width: 0!important;
	height: 0!important;
	padding: 0!important;
	margin: 0!important;
	overflow: hidden!important
}

.dr-visible-toggle:not(:hover):not(:focus) .dr-invisible-hover:not(:focus-within) {
	opacity: 0!important
}

.dr-visible-toggle {
	-webkit-tap-highlight-color: transparent
}

.dr-visible-toggle:focus {
	outline: none
}

@media (pointer:coarse) {
	.dr-hidden-touch {
		display: none!important
	}
}

.dr-hidden-notouch {
	display: none!important
}

@media (pointer:coarse) {
	.dr-hidden-notouch {
		display: block!important
	}
}

.dr-light,
.dr-section-primary:not(.dr-preserve-color),
.dr-section-secondary:not(.dr-preserve-color),
.dr-card-primary.dr-card-body,
.dr-card-primary>:not([class*='dr-card-media']),
.dr-card-secondary.dr-card-body,
.dr-card-secondary>:not([class*='dr-card-media']) {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light a,
.dr-light .dr-link,
.dr-section-primary:not(.dr-preserve-color) a,
.dr-section-primary:not(.dr-preserve-color) .dr-link,
.dr-section-secondary:not(.dr-preserve-color) a,
.dr-section-secondary:not(.dr-preserve-color) .dr-link,
.dr-card-primary.dr-card-body a,
.dr-card-primary.dr-card-body .dr-link,
.dr-card-primary>:not([class*='dr-card-media']) a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-link,
.dr-card-secondary.dr-card-body a,
.dr-card-secondary.dr-card-body .dr-link,
.dr-card-secondary>:not([class*='dr-card-media']) a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-link {
	color: #fff
}

.dr-light a:hover,
.dr-light .dr-link:hover,
.dr-section-primary:not(.dr-preserve-color) a:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-link:hover,
.dr-section-secondary:not(.dr-preserve-color) a:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-link:hover,
.dr-card-primary.dr-card-body a:hover,
.dr-card-primary.dr-card-body .dr-link:hover,
.dr-card-primary>:not([class*='dr-card-media']) a:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-link:hover,
.dr-card-secondary.dr-card-body a:hover,
.dr-card-secondary.dr-card-body .dr-link:hover,
.dr-card-secondary>:not([class*='dr-card-media']) a:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-link:hover {
	color: #fff
}

.dr-light :not(pre)>code,
.dr-light :not(pre)>kbd,
.dr-light :not(pre)>samp,
.dr-section-primary:not(.dr-preserve-color) :not(pre)>code,
.dr-section-primary:not(.dr-preserve-color) :not(pre)>kbd,
.dr-section-primary:not(.dr-preserve-color) :not(pre)>samp,
.dr-section-secondary:not(.dr-preserve-color) :not(pre)>code,
.dr-section-secondary:not(.dr-preserve-color) :not(pre)>kbd,
.dr-section-secondary:not(.dr-preserve-color) :not(pre)>samp,
.dr-card-primary.dr-card-body :not(pre)>code,
.dr-card-primary.dr-card-body :not(pre)>kbd,
.dr-card-primary.dr-card-body :not(pre)>samp,
.dr-card-primary>:not([class*='dr-card-media']) :not(pre)>code,
.dr-card-primary>:not([class*='dr-card-media']) :not(pre)>kbd,
.dr-card-primary>:not([class*='dr-card-media']) :not(pre)>samp,
.dr-card-secondary.dr-card-body :not(pre)>code,
.dr-card-secondary.dr-card-body :not(pre)>kbd,
.dr-card-secondary.dr-card-body :not(pre)>samp,
.dr-card-secondary>:not([class*='dr-card-media']) :not(pre)>code,
.dr-card-secondary>:not([class*='dr-card-media']) :not(pre)>kbd,
.dr-card-secondary>:not([class*='dr-card-media']) :not(pre)>samp {
	color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.1)
}

.dr-light em,
.dr-section-primary:not(.dr-preserve-color) em,
.dr-section-secondary:not(.dr-preserve-color) em,
.dr-card-primary.dr-card-body em,
.dr-card-primary>:not([class*='dr-card-media']) em,
.dr-card-secondary.dr-card-body em,
.dr-card-secondary>:not([class*='dr-card-media']) em {
	color: #fff
}

.dr-light h1,
.dr-light .dr-h1,
.dr-light h2,
.dr-light .dr-h2,
.dr-light h3,
.dr-light .dr-h3,
.dr-light h4,
.dr-light .dr-h4,
.dr-light h5,
.dr-light .dr-h5,
.dr-light h6,
.dr-light .dr-h6,
.dr-light .dr-heading-small,
.dr-light .dr-heading-medium,
.dr-light .dr-heading-large,
.dr-light .dr-heading-xlarge,
.dr-light .dr-heading-2xlarge,
.dr-section-primary:not(.dr-preserve-color) h1,
.dr-section-primary:not(.dr-preserve-color) .dr-h1,
.dr-section-primary:not(.dr-preserve-color) h2,
.dr-section-primary:not(.dr-preserve-color) .dr-h2,
.dr-section-primary:not(.dr-preserve-color) h3,
.dr-section-primary:not(.dr-preserve-color) .dr-h3,
.dr-section-primary:not(.dr-preserve-color) h4,
.dr-section-primary:not(.dr-preserve-color) .dr-h4,
.dr-section-primary:not(.dr-preserve-color) h5,
.dr-section-primary:not(.dr-preserve-color) .dr-h5,
.dr-section-primary:not(.dr-preserve-color) h6,
.dr-section-primary:not(.dr-preserve-color) .dr-h6,
.dr-section-primary:not(.dr-preserve-color) .dr-heading-small,
.dr-section-primary:not(.dr-preserve-color) .dr-heading-medium,
.dr-section-primary:not(.dr-preserve-color) .dr-heading-large,
.dr-section-primary:not(.dr-preserve-color) .dr-heading-xlarge,
.dr-section-primary:not(.dr-preserve-color) .dr-heading-2xlarge,
.dr-section-secondary:not(.dr-preserve-color) h1,
.dr-section-secondary:not(.dr-preserve-color) .dr-h1,
.dr-section-secondary:not(.dr-preserve-color) h2,
.dr-section-secondary:not(.dr-preserve-color) .dr-h2,
.dr-section-secondary:not(.dr-preserve-color) h3,
.dr-section-secondary:not(.dr-preserve-color) .dr-h3,
.dr-section-secondary:not(.dr-preserve-color) h4,
.dr-section-secondary:not(.dr-preserve-color) .dr-h4,
.dr-section-secondary:not(.dr-preserve-color) h5,
.dr-section-secondary:not(.dr-preserve-color) .dr-h5,
.dr-section-secondary:not(.dr-preserve-color) h6,
.dr-section-secondary:not(.dr-preserve-color) .dr-h6,
.dr-section-secondary:not(.dr-preserve-color) .dr-heading-small,
.dr-section-secondary:not(.dr-preserve-color) .dr-heading-medium,
.dr-section-secondary:not(.dr-preserve-color) .dr-heading-large,
.dr-section-secondary:not(.dr-preserve-color) .dr-heading-xlarge,
.dr-section-secondary:not(.dr-preserve-color) .dr-heading-2xlarge,
.dr-card-primary.dr-card-body h1,
.dr-card-primary.dr-card-body .dr-h1,
.dr-card-primary.dr-card-body h2,
.dr-card-primary.dr-card-body .dr-h2,
.dr-card-primary.dr-card-body h3,
.dr-card-primary.dr-card-body .dr-h3,
.dr-card-primary.dr-card-body h4,
.dr-card-primary.dr-card-body .dr-h4,
.dr-card-primary.dr-card-body h5,
.dr-card-primary.dr-card-body .dr-h5,
.dr-card-primary.dr-card-body h6,
.dr-card-primary.dr-card-body .dr-h6,
.dr-card-primary.dr-card-body .dr-heading-small,
.dr-card-primary.dr-card-body .dr-heading-medium,
.dr-card-primary.dr-card-body .dr-heading-large,
.dr-card-primary.dr-card-body .dr-heading-xlarge,
.dr-card-primary.dr-card-body .dr-heading-2xlarge,
.dr-card-primary>:not([class*='dr-card-media']) h1,
.dr-card-primary>:not([class*='dr-card-media']) .dr-h1,
.dr-card-primary>:not([class*='dr-card-media']) h2,
.dr-card-primary>:not([class*='dr-card-media']) .dr-h2,
.dr-card-primary>:not([class*='dr-card-media']) h3,
.dr-card-primary>:not([class*='dr-card-media']) .dr-h3,
.dr-card-primary>:not([class*='dr-card-media']) h4,
.dr-card-primary>:not([class*='dr-card-media']) .dr-h4,
.dr-card-primary>:not([class*='dr-card-media']) h5,
.dr-card-primary>:not([class*='dr-card-media']) .dr-h5,
.dr-card-primary>:not([class*='dr-card-media']) h6,
.dr-card-primary>:not([class*='dr-card-media']) .dr-h6,
.dr-card-primary>:not([class*='dr-card-media']) .dr-heading-small,
.dr-card-primary>:not([class*='dr-card-media']) .dr-heading-medium,
.dr-card-primary>:not([class*='dr-card-media']) .dr-heading-large,
.dr-card-primary>:not([class*='dr-card-media']) .dr-heading-xlarge,
.dr-card-primary>:not([class*='dr-card-media']) .dr-heading-2xlarge,
.dr-card-secondary.dr-card-body h1,
.dr-card-secondary.dr-card-body .dr-h1,
.dr-card-secondary.dr-card-body h2,
.dr-card-secondary.dr-card-body .dr-h2,
.dr-card-secondary.dr-card-body h3,
.dr-card-secondary.dr-card-body .dr-h3,
.dr-card-secondary.dr-card-body h4,
.dr-card-secondary.dr-card-body .dr-h4,
.dr-card-secondary.dr-card-body h5,
.dr-card-secondary.dr-card-body .dr-h5,
.dr-card-secondary.dr-card-body h6,
.dr-card-secondary.dr-card-body .dr-h6,
.dr-card-secondary.dr-card-body .dr-heading-small,
.dr-card-secondary.dr-card-body .dr-heading-medium,
.dr-card-secondary.dr-card-body .dr-heading-large,
.dr-card-secondary.dr-card-body .dr-heading-xlarge,
.dr-card-secondary.dr-card-body .dr-heading-2xlarge,
.dr-card-secondary>:not([class*='dr-card-media']) h1,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-h1,
.dr-card-secondary>:not([class*='dr-card-media']) h2,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-h2,
.dr-card-secondary>:not([class*='dr-card-media']) h3,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-h3,
.dr-card-secondary>:not([class*='dr-card-media']) h4,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-h4,
.dr-card-secondary>:not([class*='dr-card-media']) h5,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-h5,
.dr-card-secondary>:not([class*='dr-card-media']) h6,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-h6,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-heading-small,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-heading-medium,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-heading-large,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-heading-xlarge,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-heading-2xlarge {
	color: #fff
}

.dr-light blockquote,
.dr-section-primary:not(.dr-preserve-color) blockquote,
.dr-section-secondary:not(.dr-preserve-color) blockquote,
.dr-card-primary.dr-card-body blockquote,
.dr-card-primary>:not([class*='dr-card-media']) blockquote,
.dr-card-secondary.dr-card-body blockquote,
.dr-card-secondary>:not([class*='dr-card-media']) blockquote {
	color: #fff
}

.dr-light blockquote footer,
.dr-section-primary:not(.dr-preserve-color) blockquote footer,
.dr-section-secondary:not(.dr-preserve-color) blockquote footer,
.dr-card-primary.dr-card-body blockquote footer,
.dr-card-primary>:not([class*='dr-card-media']) blockquote footer,
.dr-card-secondary.dr-card-body blockquote footer,
.dr-card-secondary>:not([class*='dr-card-media']) blockquote footer {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light hr,
.dr-light .dr-hr,
.dr-section-primary:not(.dr-preserve-color) hr,
.dr-section-primary:not(.dr-preserve-color) .dr-hr,
.dr-section-secondary:not(.dr-preserve-color) hr,
.dr-section-secondary:not(.dr-preserve-color) .dr-hr,
.dr-card-primary.dr-card-body hr,
.dr-card-primary.dr-card-body .dr-hr,
.dr-card-primary>:not([class*='dr-card-media']) hr,
.dr-card-primary>:not([class*='dr-card-media']) .dr-hr,
.dr-card-secondary.dr-card-body hr,
.dr-card-secondary.dr-card-body .dr-hr,
.dr-card-secondary>:not([class*='dr-card-media']) hr,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-hr {
	border-top-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-link-muted,
.dr-light .dr-link-muted a,
.dr-section-primary:not(.dr-preserve-color) .dr-link-muted,
.dr-section-primary:not(.dr-preserve-color) .dr-link-muted a,
.dr-section-secondary:not(.dr-preserve-color) .dr-link-muted,
.dr-section-secondary:not(.dr-preserve-color) .dr-link-muted a,
.dr-card-primary.dr-card-body .dr-link-muted,
.dr-card-primary.dr-card-body .dr-link-muted a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-link-muted,
.dr-card-primary>:not([class*='dr-card-media']) .dr-link-muted a,
.dr-card-secondary.dr-card-body .dr-link-muted,
.dr-card-secondary.dr-card-body .dr-link-muted a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-link-muted,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-link-muted a {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-link-muted:hover,
.dr-light .dr-link-muted a:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-link-muted:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-link-muted a:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-link-muted:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-link-muted a:hover,
.dr-card-primary.dr-card-body .dr-link-muted:hover,
.dr-card-primary.dr-card-body .dr-link-muted a:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-link-muted:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-link-muted a:hover,
.dr-card-secondary.dr-card-body .dr-link-muted:hover,
.dr-card-secondary.dr-card-body .dr-link-muted a:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-link-muted:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-link-muted a:hover {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-link-text:hover,
.dr-light .dr-link-text a:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-link-text:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-link-text a:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-link-text:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-link-text a:hover,
.dr-card-primary.dr-card-body .dr-link-text:hover,
.dr-card-primary.dr-card-body .dr-link-text a:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-link-text:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-link-text a:hover,
.dr-card-secondary.dr-card-body .dr-link-text:hover,
.dr-card-secondary.dr-card-body .dr-link-text a:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-link-text:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-link-text a:hover {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-link-heading:hover,
.dr-light .dr-link-heading a:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-link-heading:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-link-heading a:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-link-heading:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-link-heading a:hover,
.dr-card-primary.dr-card-body .dr-link-heading:hover,
.dr-card-primary.dr-card-body .dr-link-heading a:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-link-heading:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-link-heading a:hover,
.dr-card-secondary.dr-card-body .dr-link-heading:hover,
.dr-card-secondary.dr-card-body .dr-link-heading a:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-link-heading:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-link-heading a:hover {
	color: #fff
}

.dr-light .dr-heading-divider,
.dr-section-primary:not(.dr-preserve-color) .dr-heading-divider,
.dr-section-secondary:not(.dr-preserve-color) .dr-heading-divider,
.dr-card-primary.dr-card-body .dr-heading-divider,
.dr-card-primary>:not([class*='dr-card-media']) .dr-heading-divider,
.dr-card-secondary.dr-card-body .dr-heading-divider,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-heading-divider {
	border-bottom-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-heading-bullet::before,
.dr-section-primary:not(.dr-preserve-color) .dr-heading-bullet::before,
.dr-section-secondary:not(.dr-preserve-color) .dr-heading-bullet::before,
.dr-card-primary.dr-card-body .dr-heading-bullet::before,
.dr-card-primary>:not([class*='dr-card-media']) .dr-heading-bullet::before,
.dr-card-secondary.dr-card-body .dr-heading-bullet::before,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-heading-bullet::before {
	border-left-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-heading-line>::before,
.dr-light .dr-heading-line>::after,
.dr-section-primary:not(.dr-preserve-color) .dr-heading-line>::before,
.dr-section-primary:not(.dr-preserve-color) .dr-heading-line>::after,
.dr-section-secondary:not(.dr-preserve-color) .dr-heading-line>::before,
.dr-section-secondary:not(.dr-preserve-color) .dr-heading-line>::after,
.dr-card-primary.dr-card-body .dr-heading-line>::before,
.dr-card-primary.dr-card-body .dr-heading-line>::after,
.dr-card-primary>:not([class*='dr-card-media']) .dr-heading-line>::before,
.dr-card-primary>:not([class*='dr-card-media']) .dr-heading-line>::after,
.dr-card-secondary.dr-card-body .dr-heading-line>::before,
.dr-card-secondary.dr-card-body .dr-heading-line>::after,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-heading-line>::before,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-heading-line>::after {
	border-bottom-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-list-divider>li:nth-child(n+2),
.dr-section-primary:not(.dr-preserve-color) .dr-list-divider>li:nth-child(n+2),
.dr-section-secondary:not(.dr-preserve-color) .dr-list-divider>li:nth-child(n+2),
.dr-card-primary.dr-card-body .dr-list-divider>li:nth-child(n+2),
.dr-card-primary>:not([class*='dr-card-media']) .dr-list-divider>li:nth-child(n+2),
.dr-card-secondary.dr-card-body .dr-list-divider>li:nth-child(n+2),
.dr-card-secondary>:not([class*='dr-card-media']) .dr-list-divider>li:nth-child(n+2) {
	border-top-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-list-striped>li:nth-of-type(odd),
.dr-section-primary:not(.dr-preserve-color) .dr-list-striped>li:nth-of-type(odd),
.dr-section-secondary:not(.dr-preserve-color) .dr-list-striped>li:nth-of-type(odd),
.dr-card-primary.dr-card-body .dr-list-striped>li:nth-of-type(odd),
.dr-card-primary>:not([class*='dr-card-media']) .dr-list-striped>li:nth-of-type(odd),
.dr-card-secondary.dr-card-body .dr-list-striped>li:nth-of-type(odd),
.dr-card-secondary>:not([class*='dr-card-media']) .dr-list-striped>li:nth-of-type(odd) {
	border-top-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-list-striped>li:nth-of-type(odd),
.dr-section-primary:not(.dr-preserve-color) .dr-list-striped>li:nth-of-type(odd),
.dr-section-secondary:not(.dr-preserve-color) .dr-list-striped>li:nth-of-type(odd),
.dr-card-primary.dr-card-body .dr-list-striped>li:nth-of-type(odd),
.dr-card-primary>:not([class*='dr-card-media']) .dr-list-striped>li:nth-of-type(odd),
.dr-card-secondary.dr-card-body .dr-list-striped>li:nth-of-type(odd),
.dr-card-secondary>:not([class*='dr-card-media']) .dr-list-striped>li:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.1)
}

.dr-light .dr-list-bullet>li::before,
.dr-section-primary:not(.dr-preserve-color) .dr-list-bullet>li::before,
.dr-section-secondary:not(.dr-preserve-color) .dr-list-bullet>li::before,
.dr-card-primary.dr-card-body .dr-list-bullet>li::before,
.dr-card-primary>:not([class*='dr-card-media']) .dr-list-bullet>li::before,
.dr-card-secondary.dr-card-body .dr-list-bullet>li::before,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-list-bullet>li::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,255,255,0.8%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.dr-light .dr-table th,
.dr-section-primary:not(.dr-preserve-color) .dr-table th,
.dr-section-secondary:not(.dr-preserve-color) .dr-table th,
.dr-card-primary.dr-card-body .dr-table th,
.dr-card-primary>:not([class*='dr-card-media']) .dr-table th,
.dr-card-secondary.dr-card-body .dr-table th,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-table th {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-table caption,
.dr-section-primary:not(.dr-preserve-color) .dr-table caption,
.dr-section-secondary:not(.dr-preserve-color) .dr-table caption,
.dr-card-primary.dr-card-body .dr-table caption,
.dr-card-primary>:not([class*='dr-card-media']) .dr-table caption,
.dr-card-secondary.dr-card-body .dr-table caption,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-table caption {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-table>tr.dr-active,
.dr-light .dr-table tbody tr.dr-active,
.dr-section-primary:not(.dr-preserve-color) .dr-table>tr.dr-active,
.dr-section-primary:not(.dr-preserve-color) .dr-table tbody tr.dr-active,
.dr-section-secondary:not(.dr-preserve-color) .dr-table>tr.dr-active,
.dr-section-secondary:not(.dr-preserve-color) .dr-table tbody tr.dr-active,
.dr-card-primary.dr-card-body .dr-table>tr.dr-active,
.dr-card-primary.dr-card-body .dr-table tbody tr.dr-active,
.dr-card-primary>:not([class*='dr-card-media']) .dr-table>tr.dr-active,
.dr-card-primary>:not([class*='dr-card-media']) .dr-table tbody tr.dr-active,
.dr-card-secondary.dr-card-body .dr-table>tr.dr-active,
.dr-card-secondary.dr-card-body .dr-table tbody tr.dr-active,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-table>tr.dr-active,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-table tbody tr.dr-active {
	background: rgba(255, 255, 255, 0.08)
}

.dr-light .dr-table-divider>tr:not(:first-child),
.dr-light .dr-table-divider>:not(:first-child)>tr,
.dr-light .dr-table-divider>:first-child>tr:not(:first-child),
.dr-section-primary:not(.dr-preserve-color) .dr-table-divider>tr:not(:first-child),
.dr-section-primary:not(.dr-preserve-color) .dr-table-divider>:not(:first-child)>tr,
.dr-section-primary:not(.dr-preserve-color) .dr-table-divider>:first-child>tr:not(:first-child),
.dr-section-secondary:not(.dr-preserve-color) .dr-table-divider>tr:not(:first-child),
.dr-section-secondary:not(.dr-preserve-color) .dr-table-divider>:not(:first-child)>tr,
.dr-section-secondary:not(.dr-preserve-color) .dr-table-divider>:first-child>tr:not(:first-child),
.dr-card-primary.dr-card-body .dr-table-divider>tr:not(:first-child),
.dr-card-primary.dr-card-body .dr-table-divider>:not(:first-child)>tr,
.dr-card-primary.dr-card-body .dr-table-divider>:first-child>tr:not(:first-child),
.dr-card-primary>:not([class*='dr-card-media']) .dr-table-divider>tr:not(:first-child),
.dr-card-primary>:not([class*='dr-card-media']) .dr-table-divider>:not(:first-child)>tr,
.dr-card-primary>:not([class*='dr-card-media']) .dr-table-divider>:first-child>tr:not(:first-child),
.dr-card-secondary.dr-card-body .dr-table-divider>tr:not(:first-child),
.dr-card-secondary.dr-card-body .dr-table-divider>:not(:first-child)>tr,
.dr-card-secondary.dr-card-body .dr-table-divider>:first-child>tr:not(:first-child),
.dr-card-secondary>:not([class*='dr-card-media']) .dr-table-divider>tr:not(:first-child),
.dr-card-secondary>:not([class*='dr-card-media']) .dr-table-divider>:not(:first-child)>tr,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-table-divider>:first-child>tr:not(:first-child) {
	border-top-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-table-striped>tr:nth-of-type(odd),
.dr-light .dr-table-striped tbody tr:nth-of-type(odd),
.dr-section-primary:not(.dr-preserve-color) .dr-table-striped>tr:nth-of-type(odd),
.dr-section-primary:not(.dr-preserve-color) .dr-table-striped tbody tr:nth-of-type(odd),
.dr-section-secondary:not(.dr-preserve-color) .dr-table-striped>tr:nth-of-type(odd),
.dr-section-secondary:not(.dr-preserve-color) .dr-table-striped tbody tr:nth-of-type(odd),
.dr-card-primary.dr-card-body .dr-table-striped>tr:nth-of-type(odd),
.dr-card-primary.dr-card-body .dr-table-striped tbody tr:nth-of-type(odd),
.dr-card-primary>:not([class*='dr-card-media']) .dr-table-striped>tr:nth-of-type(odd),
.dr-card-primary>:not([class*='dr-card-media']) .dr-table-striped tbody tr:nth-of-type(odd),
.dr-card-secondary.dr-card-body .dr-table-striped>tr:nth-of-type(odd),
.dr-card-secondary.dr-card-body .dr-table-striped tbody tr:nth-of-type(odd),
.dr-card-secondary>:not([class*='dr-card-media']) .dr-table-striped>tr:nth-of-type(odd),
.dr-card-secondary>:not([class*='dr-card-media']) .dr-table-striped tbody tr:nth-of-type(odd) {
	background: rgba(255, 255, 255, 0.1);
	border-top-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-table-hover>tr:hover,
.dr-light .dr-table-hover tbody tr:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-table-hover>tr:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-table-hover tbody tr:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-table-hover>tr:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-table-hover tbody tr:hover,
.dr-card-primary.dr-card-body .dr-table-hover>tr:hover,
.dr-card-primary.dr-card-body .dr-table-hover tbody tr:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-table-hover>tr:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-table-hover tbody tr:hover,
.dr-card-secondary.dr-card-body .dr-table-hover>tr:hover,
.dr-card-secondary.dr-card-body .dr-table-hover tbody tr:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-table-hover>tr:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-table-hover tbody tr:hover {
	background: rgba(255, 255, 255, 0.08)
}

.dr-light .dr-icon-link,
.dr-section-primary:not(.dr-preserve-color) .dr-icon-link,
.dr-section-secondary:not(.dr-preserve-color) .dr-icon-link,
.dr-card-primary.dr-card-body .dr-icon-link,
.dr-card-primary>:not([class*='dr-card-media']) .dr-icon-link,
.dr-card-secondary.dr-card-body .dr-icon-link,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-icon-link {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-icon-link:hover,
.dr-light .dr-icon-link:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-icon-link:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-icon-link:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-icon-link:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-icon-link:focus,
.dr-card-primary.dr-card-body .dr-icon-link:hover,
.dr-card-primary.dr-card-body .dr-icon-link:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-icon-link:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-icon-link:focus,
.dr-card-secondary.dr-card-body .dr-icon-link:hover,
.dr-card-secondary.dr-card-body .dr-icon-link:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-icon-link:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-icon-link:focus {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-icon-link:active,
.dr-light .dr-active>.dr-icon-link,
.dr-section-primary:not(.dr-preserve-color) .dr-icon-link:active,
.dr-section-primary:not(.dr-preserve-color) .dr-active>.dr-icon-link,
.dr-section-secondary:not(.dr-preserve-color) .dr-icon-link:active,
.dr-section-secondary:not(.dr-preserve-color) .dr-active>.dr-icon-link,
.dr-card-primary.dr-card-body .dr-icon-link:active,
.dr-card-primary.dr-card-body .dr-active>.dr-icon-link,
.dr-card-primary>:not([class*='dr-card-media']) .dr-icon-link:active,
.dr-card-primary>:not([class*='dr-card-media']) .dr-active>.dr-icon-link,
.dr-card-secondary.dr-card-body .dr-icon-link:active,
.dr-card-secondary.dr-card-body .dr-active>.dr-icon-link,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-icon-link:active,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-active>.dr-icon-link {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-icon-button,
.dr-section-primary:not(.dr-preserve-color) .dr-icon-button,
.dr-section-secondary:not(.dr-preserve-color) .dr-icon-button,
.dr-card-primary.dr-card-body .dr-icon-button,
.dr-card-primary>:not([class*='dr-card-media']) .dr-icon-button,
.dr-card-secondary.dr-card-body .dr-icon-button,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-icon-button {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-icon-button:hover,
.dr-light .dr-icon-button:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-icon-button:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-icon-button:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-icon-button:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-icon-button:focus,
.dr-card-primary.dr-card-body .dr-icon-button:hover,
.dr-card-primary.dr-card-body .dr-icon-button:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-icon-button:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-icon-button:focus,
.dr-card-secondary.dr-card-body .dr-icon-button:hover,
.dr-card-secondary.dr-card-body .dr-icon-button:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-icon-button:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-icon-button:focus {
	background-color: rgba(242, 242, 242, 0.1);
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-icon-button:active,
.dr-section-primary:not(.dr-preserve-color) .dr-icon-button:active,
.dr-section-secondary:not(.dr-preserve-color) .dr-icon-button:active,
.dr-card-primary.dr-card-body .dr-icon-button:active,
.dr-card-primary>:not([class*='dr-card-media']) .dr-icon-button:active,
.dr-card-secondary.dr-card-body .dr-icon-button:active,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-icon-button:active {
	background-color: rgba(230, 230, 230, 0.1);
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-input,
.dr-light .dr-select,
.dr-light .dr-textarea,
.dr-section-primary:not(.dr-preserve-color) .dr-input,
.dr-section-primary:not(.dr-preserve-color) .dr-select,
.dr-section-primary:not(.dr-preserve-color) .dr-textarea,
.dr-section-secondary:not(.dr-preserve-color) .dr-input,
.dr-section-secondary:not(.dr-preserve-color) .dr-select,
.dr-section-secondary:not(.dr-preserve-color) .dr-textarea,
.dr-card-primary.dr-card-body .dr-input,
.dr-card-primary.dr-card-body .dr-select,
.dr-card-primary.dr-card-body .dr-textarea,
.dr-card-primary>:not([class*='dr-card-media']) .dr-input,
.dr-card-primary>:not([class*='dr-card-media']) .dr-select,
.dr-card-primary>:not([class*='dr-card-media']) .dr-textarea,
.dr-card-secondary.dr-card-body .dr-input,
.dr-card-secondary.dr-card-body .dr-select,
.dr-card-secondary.dr-card-body .dr-textarea,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-input,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-select,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-textarea {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.8);
	background-clip: padding-box;
	border-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-input:focus,
.dr-light .dr-select:focus,
.dr-light .dr-textarea:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-input:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-select:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-textarea:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-input:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-select:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-textarea:focus,
.dr-card-primary.dr-card-body .dr-input:focus,
.dr-card-primary.dr-card-body .dr-select:focus,
.dr-card-primary.dr-card-body .dr-textarea:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-input:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-select:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-textarea:focus,
.dr-card-secondary.dr-card-body .dr-input:focus,
.dr-card-secondary.dr-card-body .dr-select:focus,
.dr-card-secondary.dr-card-body .dr-textarea:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-input:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-select:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-textarea:focus {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.8);
	border-color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-input::-ms-input-placeholder,
.dr-section-primary:not(.dr-preserve-color) .dr-input::-ms-input-placeholder,
.dr-section-secondary:not(.dr-preserve-color) .dr-input::-ms-input-placeholder,
.dr-card-primary.dr-card-body .dr-input::-ms-input-placeholder,
.dr-card-primary>:not([class*='dr-card-media']) .dr-input::-ms-input-placeholder,
.dr-card-secondary.dr-card-body .dr-input::-ms-input-placeholder,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5)!important
}

.dr-light .dr-input::placeholder,
.dr-section-primary:not(.dr-preserve-color) .dr-input::placeholder,
.dr-section-secondary:not(.dr-preserve-color) .dr-input::placeholder,
.dr-card-primary.dr-card-body .dr-input::placeholder,
.dr-card-primary>:not([class*='dr-card-media']) .dr-input::placeholder,
.dr-card-secondary.dr-card-body .dr-input::placeholder,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-input::placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-textarea::-ms-input-placeholder,
.dr-section-primary:not(.dr-preserve-color) .dr-textarea::-ms-input-placeholder,
.dr-section-secondary:not(.dr-preserve-color) .dr-textarea::-ms-input-placeholder,
.dr-card-primary.dr-card-body .dr-textarea::-ms-input-placeholder,
.dr-card-primary>:not([class*='dr-card-media']) .dr-textarea::-ms-input-placeholder,
.dr-card-secondary.dr-card-body .dr-textarea::-ms-input-placeholder,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-textarea::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5)!important
}

.dr-light .dr-textarea::placeholder,
.dr-section-primary:not(.dr-preserve-color) .dr-textarea::placeholder,
.dr-section-secondary:not(.dr-preserve-color) .dr-textarea::placeholder,
.dr-card-primary.dr-card-body .dr-textarea::placeholder,
.dr-card-primary>:not([class*='dr-card-media']) .dr-textarea::placeholder,
.dr-card-secondary.dr-card-body .dr-textarea::placeholder,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-textarea::placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-select:not([multiple]):not([size]),
.dr-section-primary:not(.dr-preserve-color) .dr-select:not([multiple]):not([size]),
.dr-section-secondary:not(.dr-preserve-color) .dr-select:not([multiple]):not([size]),
.dr-card-primary.dr-card-body .dr-select:not([multiple]):not([size]),
.dr-card-primary>:not([class*='dr-card-media']) .dr-select:not([multiple]):not([size]),
.dr-card-secondary.dr-card-body .dr-select:not([multiple]):not([size]),
.dr-card-secondary>:not([class*='dr-card-media']) .dr-select:not([multiple]):not([size]) {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,255,255,0.8%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,255,255,0.8%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.dr-light .dr-input[list]:hover,
.dr-light .dr-input[list]:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-input[list]:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-input[list]:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-input[list]:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-input[list]:focus,
.dr-card-primary.dr-card-body .dr-input[list]:hover,
.dr-card-primary.dr-card-body .dr-input[list]:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-input[list]:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-input[list]:focus,
.dr-card-secondary.dr-card-body .dr-input[list]:hover,
.dr-card-secondary.dr-card-body .dr-input[list]:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-input[list]:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-input[list]:focus {
	background-image: url(../../../home/dex/domains/EscortDR.com/public_html/site/templates/system/less/images/backgrounds/form-datalist.svg.html)
}

.dr-light .dr-radio,
.dr-light .dr-checkbox,
.dr-section-primary:not(.dr-preserve-color) .dr-radio,
.dr-section-primary:not(.dr-preserve-color) .dr-checkbox,
.dr-section-secondary:not(.dr-preserve-color) .dr-radio,
.dr-section-secondary:not(.dr-preserve-color) .dr-checkbox,
.dr-card-primary.dr-card-body .dr-radio,
.dr-card-primary.dr-card-body .dr-checkbox,
.dr-card-primary>:not([class*='dr-card-media']) .dr-radio,
.dr-card-primary>:not([class*='dr-card-media']) .dr-checkbox,
.dr-card-secondary.dr-card-body .dr-radio,
.dr-card-secondary.dr-card-body .dr-checkbox,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-radio,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-checkbox {
	background-color: rgba(242, 242, 242, 0.1);
	border-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-radio:focus,
.dr-light .dr-checkbox:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-radio:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-checkbox:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-radio:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-checkbox:focus,
.dr-card-primary.dr-card-body .dr-radio:focus,
.dr-card-primary.dr-card-body .dr-checkbox:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-radio:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-checkbox:focus,
.dr-card-secondary.dr-card-body .dr-radio:focus,
.dr-card-secondary.dr-card-body .dr-checkbox:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-radio:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-checkbox:focus {
	border-color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-radio:checked,
.dr-light .dr-checkbox:checked,
.dr-light .dr-checkbox:indeterminate,
.dr-section-primary:not(.dr-preserve-color) .dr-radio:checked,
.dr-section-primary:not(.dr-preserve-color) .dr-checkbox:checked,
.dr-section-primary:not(.dr-preserve-color) .dr-checkbox:indeterminate,
.dr-section-secondary:not(.dr-preserve-color) .dr-radio:checked,
.dr-section-secondary:not(.dr-preserve-color) .dr-checkbox:checked,
.dr-section-secondary:not(.dr-preserve-color) .dr-checkbox:indeterminate,
.dr-card-primary.dr-card-body .dr-radio:checked,
.dr-card-primary.dr-card-body .dr-checkbox:checked,
.dr-card-primary.dr-card-body .dr-checkbox:indeterminate,
.dr-card-primary>:not([class*='dr-card-media']) .dr-radio:checked,
.dr-card-primary>:not([class*='dr-card-media']) .dr-checkbox:checked,
.dr-card-primary>:not([class*='dr-card-media']) .dr-checkbox:indeterminate,
.dr-card-secondary.dr-card-body .dr-radio:checked,
.dr-card-secondary.dr-card-body .dr-checkbox:checked,
.dr-card-secondary.dr-card-body .dr-checkbox:indeterminate,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-radio:checked,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-checkbox:checked,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-checkbox:indeterminate {
	background-color: #fff;
	border-color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-radio:checked:focus,
.dr-light .dr-checkbox:checked:focus,
.dr-light .dr-checkbox:indeterminate:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-radio:checked:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-checkbox:checked:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-checkbox:indeterminate:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-radio:checked:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-checkbox:checked:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-checkbox:indeterminate:focus,
.dr-card-primary.dr-card-body .dr-radio:checked:focus,
.dr-card-primary.dr-card-body .dr-checkbox:checked:focus,
.dr-card-primary.dr-card-body .dr-checkbox:indeterminate:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-radio:checked:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-checkbox:checked:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-checkbox:indeterminate:focus,
.dr-card-secondary.dr-card-body .dr-radio:checked:focus,
.dr-card-secondary.dr-card-body .dr-checkbox:checked:focus,
.dr-card-secondary.dr-card-body .dr-checkbox:indeterminate:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-radio:checked:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-checkbox:checked:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-checkbox:indeterminate:focus {
	background-color: #e6e6e6
}

.dr-light .dr-radio:checked,
.dr-section-primary:not(.dr-preserve-color) .dr-radio:checked,
.dr-section-secondary:not(.dr-preserve-color) .dr-radio:checked,
.dr-card-primary.dr-card-body .dr-radio:checked,
.dr-card-primary>:not([class*='dr-card-media']) .dr-radio:checked,
.dr-card-secondary.dr-card-body .dr-radio:checked,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-radio:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%234f4f4f%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.dr-light .dr-checkbox:checked,
.dr-section-primary:not(.dr-preserve-color) .dr-checkbox:checked,
.dr-section-secondary:not(.dr-preserve-color) .dr-checkbox:checked,
.dr-card-primary.dr-card-body .dr-checkbox:checked,
.dr-card-primary>:not([class*='dr-card-media']) .dr-checkbox:checked,
.dr-card-secondary.dr-card-body .dr-checkbox:checked,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-checkbox:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%234f4f4f%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.dr-light .dr-checkbox:indeterminate,
.dr-section-primary:not(.dr-preserve-color) .dr-checkbox:indeterminate,
.dr-section-secondary:not(.dr-preserve-color) .dr-checkbox:indeterminate,
.dr-card-primary.dr-card-body .dr-checkbox:indeterminate,
.dr-card-primary>:not([class*='dr-card-media']) .dr-checkbox:indeterminate,
.dr-card-secondary.dr-card-body .dr-checkbox:indeterminate,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-checkbox:indeterminate {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%234f4f4f%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.dr-light .dr-form-label,
.dr-section-primary:not(.dr-preserve-color) .dr-form-label,
.dr-section-secondary:not(.dr-preserve-color) .dr-form-label,
.dr-card-primary.dr-card-body .dr-form-label,
.dr-card-primary>:not([class*='dr-card-media']) .dr-form-label,
.dr-card-secondary.dr-card-body .dr-form-label,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-form-label {
	color: #fff
}

.dr-light .dr-form-icon,
.dr-section-primary:not(.dr-preserve-color) .dr-form-icon,
.dr-section-secondary:not(.dr-preserve-color) .dr-form-icon,
.dr-card-primary.dr-card-body .dr-form-icon,
.dr-card-primary>:not([class*='dr-card-media']) .dr-form-icon,
.dr-card-secondary.dr-card-body .dr-form-icon,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-form-icon {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-form-icon:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-form-icon:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-form-icon:hover,
.dr-card-primary.dr-card-body .dr-form-icon:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-form-icon:hover,
.dr-card-secondary.dr-card-body .dr-form-icon:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-form-icon:hover {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .button-style-default,
.dr-section-primary:not(.dr-preserve-color) .button-style-default,
.dr-section-secondary:not(.dr-preserve-color) .button-style-default,
.dr-card-primary.dr-card-body .button-style-default,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-default,
.dr-card-secondary.dr-card-body .button-style-default,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-default {
	background-color: #fff;
	color: #4f4f4f;
	border-color: rgba(255, 255, 255, 0.8)
}

.dr-light .button-style-default:hover,
.dr-light .button-style-default:focus,
.dr-section-primary:not(.dr-preserve-color) .button-style-default:hover,
.dr-section-primary:not(.dr-preserve-color) .button-style-default:focus,
.dr-section-secondary:not(.dr-preserve-color) .button-style-default:hover,
.dr-section-secondary:not(.dr-preserve-color) .button-style-default:focus,
.dr-card-primary.dr-card-body .button-style-default:hover,
.dr-card-primary.dr-card-body .button-style-default:focus,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-default:hover,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-default:focus,
.dr-card-secondary.dr-card-body .button-style-default:hover,
.dr-card-secondary.dr-card-body .button-style-default:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-default:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-default:focus {
	background-color: #f2f2f2;
	color: #4f4f4f;
	border-color: #fff
}

.dr-light .button-style-default:active,
.dr-light .button-style-default.dr-active,
.dr-section-primary:not(.dr-preserve-color) .button-style-default:active,
.dr-section-primary:not(.dr-preserve-color) .button-style-default.dr-active,
.dr-section-secondary:not(.dr-preserve-color) .button-style-default:active,
.dr-section-secondary:not(.dr-preserve-color) .button-style-default.dr-active,
.dr-card-primary.dr-card-body .button-style-default:active,
.dr-card-primary.dr-card-body .button-style-default.dr-active,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-default:active,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-default.dr-active,
.dr-card-secondary.dr-card-body .button-style-default:active,
.dr-card-secondary.dr-card-body .button-style-default.dr-active,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-default:active,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-default.dr-active {
	background-color: #e6e6e6;
	color: #4f4f4f;
	border-color: #fff
}

.dr-light .button-style-primary,
.dr-section-primary:not(.dr-preserve-color) .button-style-primary,
.dr-section-secondary:not(.dr-preserve-color) .button-style-primary,
.dr-card-primary.dr-card-body .button-style-primary,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-primary,
.dr-card-secondary.dr-card-body .button-style-primary,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-primary {
	background-color: #012047;
	color: #fff
}

.dr-light .button-style-primary:hover,
.dr-light .button-style-primary:focus,
.dr-section-primary:not(.dr-preserve-color) .button-style-primary:hover,
.dr-section-primary:not(.dr-preserve-color) .button-style-primary:focus,
.dr-section-secondary:not(.dr-preserve-color) .button-style-primary:hover,
.dr-section-secondary:not(.dr-preserve-color) .button-style-primary:focus,
.dr-card-primary.dr-card-body .button-style-primary:hover,
.dr-card-primary.dr-card-body .button-style-primary:focus,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-primary:hover,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-primary:focus,
.dr-card-secondary.dr-card-body .button-style-primary:hover,
.dr-card-secondary.dr-card-body .button-style-primary:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-primary:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-primary:focus {
	background-color: #8e1e39;
	color: #fff
}

.dr-light .button-style-primary:active,
.dr-light .button-style-primary.dr-active,
.dr-section-primary:not(.dr-preserve-color) .button-style-primary:active,
.dr-section-primary:not(.dr-preserve-color) .button-style-primary.dr-active,
.dr-section-secondary:not(.dr-preserve-color) .button-style-primary:active,
.dr-section-secondary:not(.dr-preserve-color) .button-style-primary.dr-active,
.dr-card-primary.dr-card-body .button-style-primary:active,
.dr-card-primary.dr-card-body .button-style-primary.dr-active,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-primary:active,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-primary.dr-active,
.dr-card-secondary.dr-card-body .button-style-primary:active,
.dr-card-secondary.dr-card-body .button-style-primary.dr-active,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-primary:active,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-primary.dr-active {
	background-color: #791930;
	color: #fff
}

.dr-light .button-style-secondary,
.dr-section-primary:not(.dr-preserve-color) .button-style-secondary,
.dr-section-secondary:not(.dr-preserve-color) .button-style-secondary,
.dr-card-primary.dr-card-body .button-style-secondary,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-secondary,
.dr-card-secondary.dr-card-body .button-style-secondary,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-secondary {
	background-color: #012047;
	color: #fff
}

.dr-light .button-style-secondary:hover,
.dr-light .button-style-secondary:focus,
.dr-section-primary:not(.dr-preserve-color) .button-style-secondary:hover,
.dr-section-primary:not(.dr-preserve-color) .button-style-secondary:focus,
.dr-section-secondary:not(.dr-preserve-color) .button-style-secondary:hover,
.dr-section-secondary:not(.dr-preserve-color) .button-style-secondary:focus,
.dr-card-primary.dr-card-body .button-style-secondary:hover,
.dr-card-primary.dr-card-body .button-style-secondary:focus,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-secondary:hover,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-secondary:focus,
.dr-card-secondary.dr-card-body .button-style-secondary:hover,
.dr-card-secondary.dr-card-body .button-style-secondary:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-secondary:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-secondary:focus {
	background-color: #654661;
	color: #fff
}

.dr-light .button-style-secondary:active,
.dr-light .button-style-secondary.dr-active,
.dr-section-primary:not(.dr-preserve-color) .button-style-secondary:active,
.dr-section-primary:not(.dr-preserve-color) .button-style-secondary.dr-active,
.dr-section-secondary:not(.dr-preserve-color) .button-style-secondary:active,
.dr-section-secondary:not(.dr-preserve-color) .button-style-secondary.dr-active,
.dr-card-primary.dr-card-body .button-style-secondary:active,
.dr-card-primary.dr-card-body .button-style-secondary.dr-active,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-secondary:active,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-secondary.dr-active,
.dr-card-secondary.dr-card-body .button-style-secondary:active,
.dr-card-secondary.dr-card-body .button-style-secondary.dr-active,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-secondary:active,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-secondary.dr-active {
	background-color: #563b52;
	color: #fff
}

.dr-light .button-style-text,
.dr-section-primary:not(.dr-preserve-color) .button-style-text,
.dr-section-secondary:not(.dr-preserve-color) .button-style-text,
.dr-card-primary.dr-card-body .button-style-text,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-text,
.dr-card-secondary.dr-card-body .button-style-text,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-text {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .button-style-text::before,
.dr-section-primary:not(.dr-preserve-color) .button-style-text::before,
.dr-section-secondary:not(.dr-preserve-color) .button-style-text::before,
.dr-card-primary.dr-card-body .button-style-text::before,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-text::before,
.dr-card-secondary.dr-card-body .button-style-text::before,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-text::before {
	border-bottom-color: #fff
}

.dr-light .button-style-text:hover,
.dr-light .button-style-text:focus,
.dr-section-primary:not(.dr-preserve-color) .button-style-text:hover,
.dr-section-primary:not(.dr-preserve-color) .button-style-text:focus,
.dr-section-secondary:not(.dr-preserve-color) .button-style-text:hover,
.dr-section-secondary:not(.dr-preserve-color) .button-style-text:focus,
.dr-card-primary.dr-card-body .button-style-text:hover,
.dr-card-primary.dr-card-body .button-style-text:focus,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-text:hover,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-text:focus,
.dr-card-secondary.dr-card-body .button-style-text:hover,
.dr-card-secondary.dr-card-body .button-style-text:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-text:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-text:focus {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .button-style-text:disabled,
.dr-section-primary:not(.dr-preserve-color) .button-style-text:disabled,
.dr-section-secondary:not(.dr-preserve-color) .button-style-text:disabled,
.dr-card-primary.dr-card-body .button-style-text:disabled,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-text:disabled,
.dr-card-secondary.dr-card-body .button-style-text:disabled,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-text:disabled {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .button-style-link,
.dr-section-primary:not(.dr-preserve-color) .button-style-link,
.dr-section-secondary:not(.dr-preserve-color) .button-style-link,
.dr-card-primary.dr-card-body .button-style-link,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-link,
.dr-card-secondary.dr-card-body .button-style-link,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-link {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .button-style-link:hover,
.dr-light .button-style-link:focus,
.dr-section-primary:not(.dr-preserve-color) .button-style-link:hover,
.dr-section-primary:not(.dr-preserve-color) .button-style-link:focus,
.dr-section-secondary:not(.dr-preserve-color) .button-style-link:hover,
.dr-section-secondary:not(.dr-preserve-color) .button-style-link:focus,
.dr-card-primary.dr-card-body .button-style-link:hover,
.dr-card-primary.dr-card-body .button-style-link:focus,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-link:hover,
.dr-card-primary>:not([class*='dr-card-media']) .button-style-link:focus,
.dr-card-secondary.dr-card-body .button-style-link:hover,
.dr-card-secondary.dr-card-body .button-style-link:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-link:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .button-style-link:focus {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .grid-md-divider>:not(.dr-first-column)::before,
.dr-section-primary:not(.dr-preserve-color) .grid-md-divider>:not(.dr-first-column)::before,
.dr-section-secondary:not(.dr-preserve-color) .grid-md-divider>:not(.dr-first-column)::before,
.dr-card-primary.dr-card-body .grid-md-divider>:not(.dr-first-column)::before,
.dr-card-primary>:not([class*='dr-card-media']) .grid-md-divider>:not(.dr-first-column)::before,
.dr-card-secondary.dr-card-body .grid-md-divider>:not(.dr-first-column)::before,
.dr-card-secondary>:not([class*='dr-card-media']) .grid-md-divider>:not(.dr-first-column)::before {
	border-left-color: rgba(255, 255, 255, 0.2)
}

.dr-light .grid-md-divider.grid-md-stack>.grid-md-margin::before,
.dr-section-primary:not(.dr-preserve-color) .grid-md-divider.grid-md-stack>.grid-md-margin::before,
.dr-section-secondary:not(.dr-preserve-color) .grid-md-divider.grid-md-stack>.grid-md-margin::before,
.dr-card-primary.dr-card-body .grid-md-divider.grid-md-stack>.grid-md-margin::before,
.dr-card-primary>:not([class*='dr-card-media']) .grid-md-divider.grid-md-stack>.grid-md-margin::before,
.dr-card-secondary.dr-card-body .grid-md-divider.grid-md-stack>.grid-md-margin::before,
.dr-card-secondary>:not([class*='dr-card-media']) .grid-md-divider.grid-md-stack>.grid-md-margin::before {
	border-top-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-close,
.dr-section-primary:not(.dr-preserve-color) .dr-close,
.dr-section-secondary:not(.dr-preserve-color) .dr-close,
.dr-card-primary.dr-card-body .dr-close,
.dr-card-primary>:not([class*='dr-card-media']) .dr-close,
.dr-card-secondary.dr-card-body .dr-close,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-close {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-close:hover,
.dr-light .dr-close:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-close:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-close:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-close:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-close:focus,
.dr-card-primary.dr-card-body .dr-close:hover,
.dr-card-primary.dr-card-body .dr-close:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-close:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-close:focus,
.dr-card-secondary.dr-card-body .dr-close:hover,
.dr-card-secondary.dr-card-body .dr-close:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-close:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-close:focus {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-totop,
.dr-section-primary:not(.dr-preserve-color) .dr-totop,
.dr-section-secondary:not(.dr-preserve-color) .dr-totop,
.dr-card-primary.dr-card-body .dr-totop,
.dr-card-primary>:not([class*='dr-card-media']) .dr-totop,
.dr-card-secondary.dr-card-body .dr-totop,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-totop {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-totop:hover,
.dr-light .dr-totop:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-totop:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-totop:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-totop:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-totop:focus,
.dr-card-primary.dr-card-body .dr-totop:hover,
.dr-card-primary.dr-card-body .dr-totop:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-totop:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-totop:focus,
.dr-card-secondary.dr-card-body .dr-totop:hover,
.dr-card-secondary.dr-card-body .dr-totop:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-totop:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-totop:focus {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-totop:active,
.dr-section-primary:not(.dr-preserve-color) .dr-totop:active,
.dr-section-secondary:not(.dr-preserve-color) .dr-totop:active,
.dr-card-primary.dr-card-body .dr-totop:active,
.dr-card-primary>:not([class*='dr-card-media']) .dr-totop:active,
.dr-card-secondary.dr-card-body .dr-totop:active,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-totop:active {
	color: #fff
}

.dr-light .dr-badge,
.dr-section-primary:not(.dr-preserve-color) .dr-badge,
.dr-section-secondary:not(.dr-preserve-color) .dr-badge,
.dr-card-primary.dr-card-body .dr-badge,
.dr-card-primary>:not([class*='dr-card-media']) .dr-badge,
.dr-card-secondary.dr-card-body .dr-badge,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-badge {
	background-color: #fff;
	color: #4f4f4f
}

.dr-light .dr-badge:hover,
.dr-light .dr-badge:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-badge:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-badge:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-badge:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-badge:focus,
.dr-card-primary.dr-card-body .dr-badge:hover,
.dr-card-primary.dr-card-body .dr-badge:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-badge:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-badge:focus,
.dr-card-secondary.dr-card-body .dr-badge:hover,
.dr-card-secondary.dr-card-body .dr-badge:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-badge:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-badge:focus {
	color: #4f4f4f
}

.dr-light .dr-label,
.dr-section-primary:not(.dr-preserve-color) .dr-label,
.dr-section-secondary:not(.dr-preserve-color) .dr-label,
.dr-card-primary.dr-card-body .dr-label,
.dr-card-primary>:not([class*='dr-card-media']) .dr-label,
.dr-card-secondary.dr-card-body .dr-label,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-label {
	background-color: #fff;
	color: #4f4f4f
}

.dr-light .dr-article-meta,
.dr-section-primary:not(.dr-preserve-color) .dr-article-meta,
.dr-section-secondary:not(.dr-preserve-color) .dr-article-meta,
.dr-card-primary.dr-card-body .dr-article-meta,
.dr-card-primary>:not([class*='dr-card-media']) .dr-article-meta,
.dr-card-secondary.dr-card-body .dr-article-meta,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-article-meta {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-nav-parent-icon>.dr-parent>a::after,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-parent-icon>.dr-parent>a::after,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-parent-icon>.dr-parent>a::after,
.dr-card-primary.dr-card-body .dr-nav-parent-icon>.dr-parent>a::after,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-parent-icon>.dr-parent>a::after,
.dr-card-secondary.dr-card-body .dr-nav-parent-icon>.dr-parent>a::after,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-parent-icon>.dr-parent>a::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,255,255,0.8%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.dr-light .dr-nav-parent-icon>.dr-parent.dr-open>a::after,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-parent-icon>.dr-parent.dr-open>a::after,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-parent-icon>.dr-parent.dr-open>a::after,
.dr-card-primary.dr-card-body .dr-nav-parent-icon>.dr-parent.dr-open>a::after,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-parent-icon>.dr-parent.dr-open>a::after,
.dr-card-secondary.dr-card-body .dr-nav-parent-icon>.dr-parent.dr-open>a::after,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-parent-icon>.dr-parent.dr-open>a::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,255,255,0.8%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.dr-light .dr-nav-default>li>a,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-default>li>a,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-default>li>a,
.dr-card-primary.dr-card-body .dr-nav-default>li>a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-default>li>a,
.dr-card-secondary.dr-card-body .dr-nav-default>li>a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-default>li>a {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-nav-default>li>a:hover,
.dr-light .dr-nav-default>li>a:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-default>li>a:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-default>li>a:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-default>li>a:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-default>li>a:focus,
.dr-card-primary.dr-card-body .dr-nav-default>li>a:hover,
.dr-card-primary.dr-card-body .dr-nav-default>li>a:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-default>li>a:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-default>li>a:focus,
.dr-card-secondary.dr-card-body .dr-nav-default>li>a:hover,
.dr-card-secondary.dr-card-body .dr-nav-default>li>a:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-default>li>a:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-default>li>a:focus {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-nav-default>li.dr-active>a,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-default>li.dr-active>a,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-default>li.dr-active>a,
.dr-card-primary.dr-card-body .dr-nav-default>li.dr-active>a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-default>li.dr-active>a,
.dr-card-secondary.dr-card-body .dr-nav-default>li.dr-active>a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-default>li.dr-active>a {
	color: #fff
}

.dr-light .dr-nav-default .dr-nav-header,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-default .dr-nav-header,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-default .dr-nav-header,
.dr-card-primary.dr-card-body .dr-nav-default .dr-nav-header,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-default .dr-nav-header,
.dr-card-secondary.dr-card-body .dr-nav-default .dr-nav-header,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-default .dr-nav-header {
	color: #fff
}

.dr-light .dr-nav-default .dr-nav-divider,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-default .dr-nav-divider,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-default .dr-nav-divider,
.dr-card-primary.dr-card-body .dr-nav-default .dr-nav-divider,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-default .dr-nav-divider,
.dr-card-secondary.dr-card-body .dr-nav-default .dr-nav-divider,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-default .dr-nav-divider {
	border-top-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-nav-default .dr-nav-sub a,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-default .dr-nav-sub a,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-default .dr-nav-sub a,
.dr-card-primary.dr-card-body .dr-nav-default .dr-nav-sub a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-default .dr-nav-sub a,
.dr-card-secondary.dr-card-body .dr-nav-default .dr-nav-sub a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-default .dr-nav-sub a {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-nav-default .dr-nav-sub a:hover,
.dr-light .dr-nav-default .dr-nav-sub a:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-default .dr-nav-sub a:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-default .dr-nav-sub a:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-default .dr-nav-sub a:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-default .dr-nav-sub a:focus,
.dr-card-primary.dr-card-body .dr-nav-default .dr-nav-sub a:hover,
.dr-card-primary.dr-card-body .dr-nav-default .dr-nav-sub a:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-default .dr-nav-sub a:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-default .dr-nav-sub a:focus,
.dr-card-secondary.dr-card-body .dr-nav-default .dr-nav-sub a:hover,
.dr-card-secondary.dr-card-body .dr-nav-default .dr-nav-sub a:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-default .dr-nav-sub a:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-default .dr-nav-sub a:focus {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-nav-default .dr-nav-sub li.dr-active>a,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-default .dr-nav-sub li.dr-active>a,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-default .dr-nav-sub li.dr-active>a,
.dr-card-primary.dr-card-body .dr-nav-default .dr-nav-sub li.dr-active>a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-default .dr-nav-sub li.dr-active>a,
.dr-card-secondary.dr-card-body .dr-nav-default .dr-nav-sub li.dr-active>a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-default .dr-nav-sub li.dr-active>a {
	color: #fff
}

.dr-light .dr-nav-primary>li>a,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-primary>li>a,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-primary>li>a,
.dr-card-primary.dr-card-body .dr-nav-primary>li>a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-primary>li>a,
.dr-card-secondary.dr-card-body .dr-nav-primary>li>a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-primary>li>a {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-nav-primary>li>a:hover,
.dr-light .dr-nav-primary>li>a:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-primary>li>a:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-primary>li>a:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-primary>li>a:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-primary>li>a:focus,
.dr-card-primary.dr-card-body .dr-nav-primary>li>a:hover,
.dr-card-primary.dr-card-body .dr-nav-primary>li>a:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-primary>li>a:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-primary>li>a:focus,
.dr-card-secondary.dr-card-body .dr-nav-primary>li>a:hover,
.dr-card-secondary.dr-card-body .dr-nav-primary>li>a:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-primary>li>a:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-primary>li>a:focus {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-nav-primary>li.dr-active>a,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-primary>li.dr-active>a,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-primary>li.dr-active>a,
.dr-card-primary.dr-card-body .dr-nav-primary>li.dr-active>a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-primary>li.dr-active>a,
.dr-card-secondary.dr-card-body .dr-nav-primary>li.dr-active>a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-primary>li.dr-active>a {
	color: #fff
}

.dr-light .dr-nav-primary .dr-nav-header,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-primary .dr-nav-header,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-primary .dr-nav-header,
.dr-card-primary.dr-card-body .dr-nav-primary .dr-nav-header,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-primary .dr-nav-header,
.dr-card-secondary.dr-card-body .dr-nav-primary .dr-nav-header,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-primary .dr-nav-header {
	color: #fff
}

.dr-light .dr-nav-primary .dr-nav-divider,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-primary .dr-nav-divider,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-primary .dr-nav-divider,
.dr-card-primary.dr-card-body .dr-nav-primary .dr-nav-divider,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-primary .dr-nav-divider,
.dr-card-secondary.dr-card-body .dr-nav-primary .dr-nav-divider,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-primary .dr-nav-divider {
	border-top-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-nav-primary .dr-nav-sub a,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-primary .dr-nav-sub a,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-primary .dr-nav-sub a,
.dr-card-primary.dr-card-body .dr-nav-primary .dr-nav-sub a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-primary .dr-nav-sub a,
.dr-card-secondary.dr-card-body .dr-nav-primary .dr-nav-sub a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-primary .dr-nav-sub a {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-nav-primary .dr-nav-sub a:hover,
.dr-light .dr-nav-primary .dr-nav-sub a:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-primary .dr-nav-sub a:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-primary .dr-nav-sub a:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-primary .dr-nav-sub a:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-primary .dr-nav-sub a:focus,
.dr-card-primary.dr-card-body .dr-nav-primary .dr-nav-sub a:hover,
.dr-card-primary.dr-card-body .dr-nav-primary .dr-nav-sub a:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-primary .dr-nav-sub a:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-primary .dr-nav-sub a:focus,
.dr-card-secondary.dr-card-body .dr-nav-primary .dr-nav-sub a:hover,
.dr-card-secondary.dr-card-body .dr-nav-primary .dr-nav-sub a:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-primary .dr-nav-sub a:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-primary .dr-nav-sub a:focus {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-nav-primary .dr-nav-sub li.dr-active>a,
.dr-section-primary:not(.dr-preserve-color) .dr-nav-primary .dr-nav-sub li.dr-active>a,
.dr-section-secondary:not(.dr-preserve-color) .dr-nav-primary .dr-nav-sub li.dr-active>a,
.dr-card-primary.dr-card-body .dr-nav-primary .dr-nav-sub li.dr-active>a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-nav-primary .dr-nav-sub li.dr-active>a,
.dr-card-secondary.dr-card-body .dr-nav-primary .dr-nav-sub li.dr-active>a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-nav-primary .dr-nav-sub li.dr-active>a {
	color: #fff
}

.dr-light .dr-navbar-nav>li>a,
.dr-section-primary:not(.dr-preserve-color) .dr-navbar-nav>li>a,
.dr-section-secondary:not(.dr-preserve-color) .dr-navbar-nav>li>a,
.dr-card-primary.dr-card-body .dr-navbar-nav>li>a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-navbar-nav>li>a,
.dr-card-secondary.dr-card-body .dr-navbar-nav>li>a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-navbar-nav>li>a {
	color: rgba(255, 255, 255, 0.7)
}

.dr-light .dr-navbar-nav>li:hover>a,
.dr-light .dr-navbar-nav>li>a:focus,
.dr-light .dr-navbar-nav>li>a.dr-open,
.dr-section-primary:not(.dr-preserve-color) .dr-navbar-nav>li:hover>a,
.dr-section-primary:not(.dr-preserve-color) .dr-navbar-nav>li>a:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-navbar-nav>li>a.dr-open,
.dr-section-secondary:not(.dr-preserve-color) .dr-navbar-nav>li:hover>a,
.dr-section-secondary:not(.dr-preserve-color) .dr-navbar-nav>li>a:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-navbar-nav>li>a.dr-open,
.dr-card-primary.dr-card-body .dr-navbar-nav>li:hover>a,
.dr-card-primary.dr-card-body .dr-navbar-nav>li>a:focus,
.dr-card-primary.dr-card-body .dr-navbar-nav>li>a.dr-open,
.dr-card-primary>:not([class*='dr-card-media']) .dr-navbar-nav>li:hover>a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-navbar-nav>li>a:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-navbar-nav>li>a.dr-open,
.dr-card-secondary.dr-card-body .dr-navbar-nav>li:hover>a,
.dr-card-secondary.dr-card-body .dr-navbar-nav>li>a:focus,
.dr-card-secondary.dr-card-body .dr-navbar-nav>li>a.dr-open,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-navbar-nav>li:hover>a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-navbar-nav>li>a:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-navbar-nav>li>a.dr-open {
	color: #fff
}

.dr-light .dr-navbar-nav>li>a:active,
.dr-section-primary:not(.dr-preserve-color) .dr-navbar-nav>li>a:active,
.dr-section-secondary:not(.dr-preserve-color) .dr-navbar-nav>li>a:active,
.dr-card-primary.dr-card-body .dr-navbar-nav>li>a:active,
.dr-card-primary>:not([class*='dr-card-media']) .dr-navbar-nav>li>a:active,
.dr-card-secondary.dr-card-body .dr-navbar-nav>li>a:active,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-navbar-nav>li>a:active {
	color: #fff
}

.dr-light .dr-navbar-nav>li.dr-active>a,
.dr-section-primary:not(.dr-preserve-color) .dr-navbar-nav>li.dr-active>a,
.dr-section-secondary:not(.dr-preserve-color) .dr-navbar-nav>li.dr-active>a,
.dr-card-primary.dr-card-body .dr-navbar-nav>li.dr-active>a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-navbar-nav>li.dr-active>a,
.dr-card-secondary.dr-card-body .dr-navbar-nav>li.dr-active>a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-navbar-nav>li.dr-active>a {
	color: #fff
}

.dr-light .dr-navbar-item,
.dr-section-primary:not(.dr-preserve-color) .dr-navbar-item,
.dr-section-secondary:not(.dr-preserve-color) .dr-navbar-item,
.dr-card-primary.dr-card-body .dr-navbar-item,
.dr-card-primary>:not([class*='dr-card-media']) .dr-navbar-item,
.dr-card-secondary.dr-card-body .dr-navbar-item,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-navbar-item {
	color: rgba(255, 255, 255, 0.7)
}

.dr-light .dr-navbar-toggle,
.dr-section-primary:not(.dr-preserve-color) .dr-navbar-toggle,
.dr-section-secondary:not(.dr-preserve-color) .dr-navbar-toggle,
.dr-card-primary.dr-card-body .dr-navbar-toggle,
.dr-card-primary>:not([class*='dr-card-media']) .dr-navbar-toggle,
.dr-card-secondary.dr-card-body .dr-navbar-toggle,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-navbar-toggle {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-navbar-toggle:hover,
.dr-light .dr-navbar-toggle:focus,
.dr-light .dr-navbar-toggle.dr-open,
.dr-section-primary:not(.dr-preserve-color) .dr-navbar-toggle:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-navbar-toggle:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-navbar-toggle.dr-open,
.dr-section-secondary:not(.dr-preserve-color) .dr-navbar-toggle:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-navbar-toggle:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-navbar-toggle.dr-open,
.dr-card-primary.dr-card-body .dr-navbar-toggle:hover,
.dr-card-primary.dr-card-body .dr-navbar-toggle:focus,
.dr-card-primary.dr-card-body .dr-navbar-toggle.dr-open,
.dr-card-primary>:not([class*='dr-card-media']) .dr-navbar-toggle:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-navbar-toggle:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-navbar-toggle.dr-open,
.dr-card-secondary.dr-card-body .dr-navbar-toggle:hover,
.dr-card-secondary.dr-card-body .dr-navbar-toggle:focus,
.dr-card-secondary.dr-card-body .dr-navbar-toggle.dr-open,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-navbar-toggle:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-navbar-toggle:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-navbar-toggle.dr-open {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-subnav>*>:first-child,
.dr-section-primary:not(.dr-preserve-color) .dr-subnav>*>:first-child,
.dr-section-secondary:not(.dr-preserve-color) .dr-subnav>*>:first-child,
.dr-card-primary.dr-card-body .dr-subnav>*>:first-child,
.dr-card-primary>:not([class*='dr-card-media']) .dr-subnav>*>:first-child,
.dr-card-secondary.dr-card-body .dr-subnav>*>:first-child,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-subnav>*>:first-child {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-subnav>*>a:hover,
.dr-light .dr-subnav>*>a:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-subnav>*>a:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-subnav>*>a:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-subnav>*>a:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-subnav>*>a:focus,
.dr-card-primary.dr-card-body .dr-subnav>*>a:hover,
.dr-card-primary.dr-card-body .dr-subnav>*>a:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-subnav>*>a:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-subnav>*>a:focus,
.dr-card-secondary.dr-card-body .dr-subnav>*>a:hover,
.dr-card-secondary.dr-card-body .dr-subnav>*>a:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-subnav>*>a:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-subnav>*>a:focus {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-subnav>.dr-active>a,
.dr-section-primary:not(.dr-preserve-color) .dr-subnav>.dr-active>a,
.dr-section-secondary:not(.dr-preserve-color) .dr-subnav>.dr-active>a,
.dr-card-primary.dr-card-body .dr-subnav>.dr-active>a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-subnav>.dr-active>a,
.dr-card-secondary.dr-card-body .dr-subnav>.dr-active>a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-subnav>.dr-active>a {
	color: #fff
}

.dr-light .dr-subnav-divider>:nth-child(n+2):not(.dr-first-column)::before,
.dr-section-primary:not(.dr-preserve-color) .dr-subnav-divider>:nth-child(n+2):not(.dr-first-column)::before,
.dr-section-secondary:not(.dr-preserve-color) .dr-subnav-divider>:nth-child(n+2):not(.dr-first-column)::before,
.dr-card-primary.dr-card-body .dr-subnav-divider>:nth-child(n+2):not(.dr-first-column)::before,
.dr-card-primary>:not([class*='dr-card-media']) .dr-subnav-divider>:nth-child(n+2):not(.dr-first-column)::before,
.dr-card-secondary.dr-card-body .dr-subnav-divider>:nth-child(n+2):not(.dr-first-column)::before,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-subnav-divider>:nth-child(n+2):not(.dr-first-column)::before {
	border-left-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-subnav-pill>*>:first-child,
.dr-section-primary:not(.dr-preserve-color) .dr-subnav-pill>*>:first-child,
.dr-section-secondary:not(.dr-preserve-color) .dr-subnav-pill>*>:first-child,
.dr-card-primary.dr-card-body .dr-subnav-pill>*>:first-child,
.dr-card-primary>:not([class*='dr-card-media']) .dr-subnav-pill>*>:first-child,
.dr-card-secondary.dr-card-body .dr-subnav-pill>*>:first-child,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-subnav-pill>*>:first-child {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-subnav-pill>*>a:hover,
.dr-light .dr-subnav-pill>*>a:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-subnav-pill>*>a:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-subnav-pill>*>a:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-subnav-pill>*>a:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-subnav-pill>*>a:focus,
.dr-card-primary.dr-card-body .dr-subnav-pill>*>a:hover,
.dr-card-primary.dr-card-body .dr-subnav-pill>*>a:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-subnav-pill>*>a:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-subnav-pill>*>a:focus,
.dr-card-secondary.dr-card-body .dr-subnav-pill>*>a:hover,
.dr-card-secondary.dr-card-body .dr-subnav-pill>*>a:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-subnav-pill>*>a:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-subnav-pill>*>a:focus {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-subnav-pill>*>a:active,
.dr-section-primary:not(.dr-preserve-color) .dr-subnav-pill>*>a:active,
.dr-section-secondary:not(.dr-preserve-color) .dr-subnav-pill>*>a:active,
.dr-card-primary.dr-card-body .dr-subnav-pill>*>a:active,
.dr-card-primary>:not([class*='dr-card-media']) .dr-subnav-pill>*>a:active,
.dr-card-secondary.dr-card-body .dr-subnav-pill>*>a:active,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-subnav-pill>*>a:active {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-subnav-pill>.dr-active>a,
.dr-section-primary:not(.dr-preserve-color) .dr-subnav-pill>.dr-active>a,
.dr-section-secondary:not(.dr-preserve-color) .dr-subnav-pill>.dr-active>a,
.dr-card-primary.dr-card-body .dr-subnav-pill>.dr-active>a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-subnav-pill>.dr-active>a,
.dr-card-secondary.dr-card-body .dr-subnav-pill>.dr-active>a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-subnav-pill>.dr-active>a {
	background-color: #fff;
	color: #4f4f4f
}

.dr-light .dr-subnav>.dr-disabled>a,
.dr-section-primary:not(.dr-preserve-color) .dr-subnav>.dr-disabled>a,
.dr-section-secondary:not(.dr-preserve-color) .dr-subnav>.dr-disabled>a,
.dr-card-primary.dr-card-body .dr-subnav>.dr-disabled>a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-subnav>.dr-disabled>a,
.dr-card-secondary.dr-card-body .dr-subnav>.dr-disabled>a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-subnav>.dr-disabled>a {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-breadcrumb>*>*,
.dr-section-primary:not(.dr-preserve-color) .dr-breadcrumb>*>*,
.dr-section-secondary:not(.dr-preserve-color) .dr-breadcrumb>*>*,
.dr-card-primary.dr-card-body .dr-breadcrumb>*>*,
.dr-card-primary>:not([class*='dr-card-media']) .dr-breadcrumb>*>*,
.dr-card-secondary.dr-card-body .dr-breadcrumb>*>*,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-breadcrumb>*>* {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-breadcrumb>*>:hover,
.dr-light .dr-breadcrumb>*>:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-breadcrumb>*>:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-breadcrumb>*>:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-breadcrumb>*>:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-breadcrumb>*>:focus,
.dr-card-primary.dr-card-body .dr-breadcrumb>*>:hover,
.dr-card-primary.dr-card-body .dr-breadcrumb>*>:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-breadcrumb>*>:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-breadcrumb>*>:focus,
.dr-card-secondary.dr-card-body .dr-breadcrumb>*>:hover,
.dr-card-secondary.dr-card-body .dr-breadcrumb>*>:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-breadcrumb>*>:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-breadcrumb>*>:focus {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-breadcrumb>:last-child>*,
.dr-section-primary:not(.dr-preserve-color) .dr-breadcrumb>:last-child>*,
.dr-section-secondary:not(.dr-preserve-color) .dr-breadcrumb>:last-child>*,
.dr-card-primary.dr-card-body .dr-breadcrumb>:last-child>*,
.dr-card-primary>:not([class*='dr-card-media']) .dr-breadcrumb>:last-child>*,
.dr-card-secondary.dr-card-body .dr-breadcrumb>:last-child>*,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-breadcrumb>:last-child>* {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-breadcrumb>:nth-child(n+2):not(.dr-first-column)::before,
.dr-section-primary:not(.dr-preserve-color) .dr-breadcrumb>:nth-child(n+2):not(.dr-first-column)::before,
.dr-section-secondary:not(.dr-preserve-color) .dr-breadcrumb>:nth-child(n+2):not(.dr-first-column)::before,
.dr-card-primary.dr-card-body .dr-breadcrumb>:nth-child(n+2):not(.dr-first-column)::before,
.dr-card-primary>:not([class*='dr-card-media']) .dr-breadcrumb>:nth-child(n+2):not(.dr-first-column)::before,
.dr-card-secondary.dr-card-body .dr-breadcrumb>:nth-child(n+2):not(.dr-first-column)::before,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-breadcrumb>:nth-child(n+2):not(.dr-first-column)::before {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-pagination>*>*,
.dr-section-primary:not(.dr-preserve-color) .dr-pagination>*>*,
.dr-section-secondary:not(.dr-preserve-color) .dr-pagination>*>*,
.dr-card-primary.dr-card-body .dr-pagination>*>*,
.dr-card-primary>:not([class*='dr-card-media']) .dr-pagination>*>*,
.dr-card-secondary.dr-card-body .dr-pagination>*>*,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-pagination>*>* {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-pagination>*>:hover,
.dr-light .dr-pagination>*>:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-pagination>*>:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-pagination>*>:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-pagination>*>:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-pagination>*>:focus,
.dr-card-primary.dr-card-body .dr-pagination>*>:hover,
.dr-card-primary.dr-card-body .dr-pagination>*>:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-pagination>*>:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-pagination>*>:focus,
.dr-card-secondary.dr-card-body .dr-pagination>*>:hover,
.dr-card-secondary.dr-card-body .dr-pagination>*>:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-pagination>*>:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-pagination>*>:focus {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-pagination>.dr-active>*,
.dr-section-primary:not(.dr-preserve-color) .dr-pagination>.dr-active>*,
.dr-section-secondary:not(.dr-preserve-color) .dr-pagination>.dr-active>*,
.dr-card-primary.dr-card-body .dr-pagination>.dr-active>*,
.dr-card-primary>:not([class*='dr-card-media']) .dr-pagination>.dr-active>*,
.dr-card-secondary.dr-card-body .dr-pagination>.dr-active>*,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-pagination>.dr-active>* {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-pagination>.dr-disabled>*,
.dr-section-primary:not(.dr-preserve-color) .dr-pagination>.dr-disabled>*,
.dr-section-secondary:not(.dr-preserve-color) .dr-pagination>.dr-disabled>*,
.dr-card-primary.dr-card-body .dr-pagination>.dr-disabled>*,
.dr-card-primary>:not([class*='dr-card-media']) .dr-pagination>.dr-disabled>*,
.dr-card-secondary.dr-card-body .dr-pagination>.dr-disabled>*,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-pagination>.dr-disabled>* {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-tab::before,
.dr-section-primary:not(.dr-preserve-color) .dr-tab::before,
.dr-section-secondary:not(.dr-preserve-color) .dr-tab::before,
.dr-card-primary.dr-card-body .dr-tab::before,
.dr-card-primary>:not([class*='dr-card-media']) .dr-tab::before,
.dr-card-secondary.dr-card-body .dr-tab::before,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-tab::before {
	border-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-tab>*>a,
.dr-section-primary:not(.dr-preserve-color) .dr-tab>*>a,
.dr-section-secondary:not(.dr-preserve-color) .dr-tab>*>a,
.dr-card-primary.dr-card-body .dr-tab>*>a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-tab>*>a,
.dr-card-secondary.dr-card-body .dr-tab>*>a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-tab>*>a {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-tab>*>a:hover,
.dr-light .dr-tab>*>a:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-tab>*>a:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-tab>*>a:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-tab>*>a:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-tab>*>a:focus,
.dr-card-primary.dr-card-body .dr-tab>*>a:hover,
.dr-card-primary.dr-card-body .dr-tab>*>a:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-tab>*>a:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-tab>*>a:focus,
.dr-card-secondary.dr-card-body .dr-tab>*>a:hover,
.dr-card-secondary.dr-card-body .dr-tab>*>a:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-tab>*>a:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-tab>*>a:focus {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-tab>.dr-active>a,
.dr-section-primary:not(.dr-preserve-color) .dr-tab>.dr-active>a,
.dr-section-secondary:not(.dr-preserve-color) .dr-tab>.dr-active>a,
.dr-card-primary.dr-card-body .dr-tab>.dr-active>a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-tab>.dr-active>a,
.dr-card-secondary.dr-card-body .dr-tab>.dr-active>a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-tab>.dr-active>a {
	color: #fff;
	border-color: #fff
}

.dr-light .dr-tab>.dr-disabled>a,
.dr-section-primary:not(.dr-preserve-color) .dr-tab>.dr-disabled>a,
.dr-section-secondary:not(.dr-preserve-color) .dr-tab>.dr-disabled>a,
.dr-card-primary.dr-card-body .dr-tab>.dr-disabled>a,
.dr-card-primary>:not([class*='dr-card-media']) .dr-tab>.dr-disabled>a,
.dr-card-secondary.dr-card-body .dr-tab>.dr-disabled>a,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-tab>.dr-disabled>a {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-slidenav,
.dr-section-primary:not(.dr-preserve-color) .dr-slidenav,
.dr-section-secondary:not(.dr-preserve-color) .dr-slidenav,
.dr-card-primary.dr-card-body .dr-slidenav,
.dr-card-primary>:not([class*='dr-card-media']) .dr-slidenav,
.dr-card-secondary.dr-card-body .dr-slidenav,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-slidenav {
	color: rgba(255, 255, 255, 0.7)
}

.dr-light .dr-slidenav:hover,
.dr-light .dr-slidenav:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-slidenav:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-slidenav:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-slidenav:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-slidenav:focus,
.dr-card-primary.dr-card-body .dr-slidenav:hover,
.dr-card-primary.dr-card-body .dr-slidenav:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-slidenav:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-slidenav:focus,
.dr-card-secondary.dr-card-body .dr-slidenav:hover,
.dr-card-secondary.dr-card-body .dr-slidenav:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-slidenav:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-slidenav:focus {
	color: rgba(255, 255, 255, 0.95)
}

.dr-light .dr-slidenav:active,
.dr-section-primary:not(.dr-preserve-color) .dr-slidenav:active,
.dr-section-secondary:not(.dr-preserve-color) .dr-slidenav:active,
.dr-card-primary.dr-card-body .dr-slidenav:active,
.dr-card-primary>:not([class*='dr-card-media']) .dr-slidenav:active,
.dr-card-secondary.dr-card-body .dr-slidenav:active,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-slidenav:active {
	color: rgba(255, 255, 255, 0.7)
}

.dr-light .dr-dotnav>*>*,
.dr-section-primary:not(.dr-preserve-color) .dr-dotnav>*>*,
.dr-section-secondary:not(.dr-preserve-color) .dr-dotnav>*>*,
.dr-card-primary.dr-card-body .dr-dotnav>*>*,
.dr-card-primary>:not([class*='dr-card-media']) .dr-dotnav>*>*,
.dr-card-secondary.dr-card-body .dr-dotnav>*>*,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-dotnav>*>* {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.9)
}

.dr-light .dr-dotnav>*>:hover,
.dr-light .dr-dotnav>*>:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-dotnav>*>:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-dotnav>*>:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-dotnav>*>:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-dotnav>*>:focus,
.dr-card-primary.dr-card-body .dr-dotnav>*>:hover,
.dr-card-primary.dr-card-body .dr-dotnav>*>:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-dotnav>*>:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-dotnav>*>:focus,
.dr-card-secondary.dr-card-body .dr-dotnav>*>:hover,
.dr-card-secondary.dr-card-body .dr-dotnav>*>:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-dotnav>*>:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-dotnav>*>:focus {
	background-color: rgba(255, 255, 255, 0.9);
	border-color: transparent
}

.dr-light .dr-dotnav>*>:active,
.dr-section-primary:not(.dr-preserve-color) .dr-dotnav>*>:active,
.dr-section-secondary:not(.dr-preserve-color) .dr-dotnav>*>:active,
.dr-card-primary.dr-card-body .dr-dotnav>*>:active,
.dr-card-primary>:not([class*='dr-card-media']) .dr-dotnav>*>:active,
.dr-card-secondary.dr-card-body .dr-dotnav>*>:active,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-dotnav>*>:active {
	background-color: rgba(255, 255, 255, 0.5);
	border-color: transparent
}

.dr-light .dr-dotnav>.dr-active>*,
.dr-section-primary:not(.dr-preserve-color) .dr-dotnav>.dr-active>*,
.dr-section-secondary:not(.dr-preserve-color) .dr-dotnav>.dr-active>*,
.dr-card-primary.dr-card-body .dr-dotnav>.dr-active>*,
.dr-card-primary>:not([class*='dr-card-media']) .dr-dotnav>.dr-active>*,
.dr-card-secondary.dr-card-body .dr-dotnav>.dr-active>*,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-dotnav>.dr-active>* {
	background-color: rgba(255, 255, 255, 0.9);
	border-color: transparent
}

.dr-light .dr-accordion-title,
.dr-section-primary:not(.dr-preserve-color) .dr-accordion-title,
.dr-section-secondary:not(.dr-preserve-color) .dr-accordion-title,
.dr-card-primary.dr-card-body .dr-accordion-title,
.dr-card-primary>:not([class*='dr-card-media']) .dr-accordion-title,
.dr-card-secondary.dr-card-body .dr-accordion-title,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-accordion-title {
	color: #fff
}

.dr-light .dr-accordion-title:hover,
.dr-light .dr-accordion-title:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-accordion-title:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-accordion-title:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-accordion-title:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-accordion-title:focus,
.dr-card-primary.dr-card-body .dr-accordion-title:hover,
.dr-card-primary.dr-card-body .dr-accordion-title:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-accordion-title:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-accordion-title:focus,
.dr-card-secondary.dr-card-body .dr-accordion-title:hover,
.dr-card-secondary.dr-card-body .dr-accordion-title:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-accordion-title:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-accordion-title:focus {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-text-lead,
.dr-section-primary:not(.dr-preserve-color) .dr-text-lead,
.dr-section-secondary:not(.dr-preserve-color) .dr-text-lead,
.dr-card-primary.dr-card-body .dr-text-lead,
.dr-card-primary>:not([class*='dr-card-media']) .dr-text-lead,
.dr-card-secondary.dr-card-body .dr-text-lead,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-text-lead {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-text-meta,
.dr-section-primary:not(.dr-preserve-color) .dr-text-meta,
.dr-section-secondary:not(.dr-preserve-color) .dr-text-meta,
.dr-card-primary.dr-card-body .dr-text-meta,
.dr-card-primary>:not([class*='dr-card-media']) .dr-text-meta,
.dr-card-secondary.dr-card-body .dr-text-meta,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-text-meta {
	color: rgba(255, 255, 255, 0.5)
}

.dr-light .dr-text-muted,
.dr-section-primary:not(.dr-preserve-color) .dr-text-muted,
.dr-section-secondary:not(.dr-preserve-color) .dr-text-muted,
.dr-card-primary.dr-card-body .dr-text-muted,
.dr-card-primary>:not([class*='dr-card-media']) .dr-text-muted,
.dr-card-secondary.dr-card-body .dr-text-muted,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-text-muted {
	color: rgba(255, 255, 255, 0.5)!important
}

.dr-light .dr-text-emphasis,
.dr-section-primary:not(.dr-preserve-color) .dr-text-emphasis,
.dr-section-secondary:not(.dr-preserve-color) .dr-text-emphasis,
.dr-card-primary.dr-card-body .dr-text-emphasis,
.dr-card-primary>:not([class*='dr-card-media']) .dr-text-emphasis,
.dr-card-secondary.dr-card-body .dr-text-emphasis,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-text-emphasis {
	color: #fff!important
}

.dr-light .text-color-primary,
.dr-section-primary:not(.dr-preserve-color) .text-color-primary,
.dr-section-secondary:not(.dr-preserve-color) .text-color-primary,
.dr-card-primary.dr-card-body .text-color-primary,
.dr-card-primary>:not([class*='dr-card-media']) .text-color-primary,
.dr-card-secondary.dr-card-body .text-color-primary,
.dr-card-secondary>:not([class*='dr-card-media']) .text-color-primary {
	color: #012047!important
}

.dr-light .dr-text-secondary,
.dr-section-primary:not(.dr-preserve-color) .dr-text-secondary,
.dr-section-secondary:not(.dr-preserve-color) .dr-text-secondary,
.dr-card-primary.dr-card-body .dr-text-secondary,
.dr-card-primary>:not([class*='dr-card-media']) .dr-text-secondary,
.dr-card-secondary.dr-card-body .dr-text-secondary,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-text-secondary {
	color: #fff!important
}

.dr-light .dr-column-divider,
.dr-section-primary:not(.dr-preserve-color) .dr-column-divider,
.dr-section-secondary:not(.dr-preserve-color) .dr-column-divider,
.dr-card-primary.dr-card-body .dr-column-divider,
.dr-card-primary>:not([class*='dr-card-media']) .dr-column-divider,
.dr-card-secondary.dr-card-body .dr-column-divider,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-column-divider {
	column-rule-color: rgba(255, 255, 255, 0.2)
}

.dr-light .dr-logo,
.dr-section-primary:not(.dr-preserve-color) .dr-logo,
.dr-section-secondary:not(.dr-preserve-color) .dr-logo,
.dr-card-primary.dr-card-body .dr-logo,
.dr-card-primary>:not([class*='dr-card-media']) .dr-logo,
.dr-card-secondary.dr-card-body .dr-logo,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-logo {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-logo:hover,
.dr-light .dr-logo:focus,
.dr-section-primary:not(.dr-preserve-color) .dr-logo:hover,
.dr-section-primary:not(.dr-preserve-color) .dr-logo:focus,
.dr-section-secondary:not(.dr-preserve-color) .dr-logo:hover,
.dr-section-secondary:not(.dr-preserve-color) .dr-logo:focus,
.dr-card-primary.dr-card-body .dr-logo:hover,
.dr-card-primary.dr-card-body .dr-logo:focus,
.dr-card-primary>:not([class*='dr-card-media']) .dr-logo:hover,
.dr-card-primary>:not([class*='dr-card-media']) .dr-logo:focus,
.dr-card-secondary.dr-card-body .dr-logo:hover,
.dr-card-secondary.dr-card-body .dr-logo:focus,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-logo:hover,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-logo:focus {
	color: rgba(255, 255, 255, 0.8)
}

.dr-light .dr-logo>:not(.dr-logo-inverse):not(:only-of-type),
.dr-section-primary:not(.dr-preserve-color) .dr-logo>:not(.dr-logo-inverse):not(:only-of-type),
.dr-section-secondary:not(.dr-preserve-color) .dr-logo>:not(.dr-logo-inverse):not(:only-of-type),
.dr-card-primary.dr-card-body .dr-logo>:not(.dr-logo-inverse):not(:only-of-type),
.dr-card-primary>:not([class*='dr-card-media']) .dr-logo>:not(.dr-logo-inverse):not(:only-of-type),
.dr-card-secondary.dr-card-body .dr-logo>:not(.dr-logo-inverse):not(:only-of-type),
.dr-card-secondary>:not([class*='dr-card-media']) .dr-logo>:not(.dr-logo-inverse):not(:only-of-type) {
	display: none
}

.dr-light .dr-logo-inverse,
.dr-section-primary:not(.dr-preserve-color) .dr-logo-inverse,
.dr-section-secondary:not(.dr-preserve-color) .dr-logo-inverse,
.dr-card-primary.dr-card-body .dr-logo-inverse,
.dr-card-primary>:not([class*='dr-card-media']) .dr-logo-inverse,
.dr-card-secondary.dr-card-body .dr-logo-inverse,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-logo-inverse {
	display: inline
}

.dr-light .dr-accordion-title::before,
.dr-section-primary:not(.dr-preserve-color) .dr-accordion-title::before,
.dr-section-secondary:not(.dr-preserve-color) .dr-accordion-title::before,
.dr-card-primary.dr-card-body .dr-accordion-title::before,
.dr-card-primary>:not([class*='dr-card-media']) .dr-accordion-title::before,
.dr-card-secondary.dr-card-body .dr-accordion-title::before,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,255,255,0.8%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,255,255,0.8%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.dr-light .dr-open>.dr-accordion-title::before,
.dr-section-primary:not(.dr-preserve-color) .dr-open>.dr-accordion-title::before,
.dr-section-secondary:not(.dr-preserve-color) .dr-open>.dr-accordion-title::before,
.dr-card-primary.dr-card-body .dr-open>.dr-accordion-title::before,
.dr-card-primary>:not([class*='dr-card-media']) .dr-open>.dr-accordion-title::before,
.dr-card-secondary.dr-card-body .dr-open>.dr-accordion-title::before,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-open>.dr-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,255,255,0.8%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

pre {
	white-space: normal
}

p:last-child {
	margin-bottom: 0
}

#top-menu-style li>a {
	line-height: 50px;
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: bold;
	color: #333
}

#top-menu-style li.dr-open a,
#top-menu-style li:hover a {
	color: #012047;
	text-decoration: none
}

.dr-navbar-nav li>a i {
	margin-top: -1px
}

#location-autocomplete+.button-style {
	border: 1px solid transparent;
	line-height: 34px;
	border-radius: 3px;
	margin-left: 10px;
	font-size: 0.78rem;
	background: rgba(240, 240, 240, 0.8)
}

#location-autocomplete+.button-style:hover {
	border: 1px solid #e3dcdc;
	background: #F0F0F0
}

body {
	background: #f5f5f5!important
}

#header {
	direction: ltr!important
}

.tm-grid-mini {
	margin-left: -5px
}

.tm-grid-mini>* {
	padding-left: 5px
}

.grid-md+.tm-grid-mini,
.tm-grid-mini>.grid-md-margin {
	margin-top: 5px
}

.categories-box-nav.dr-nav li>a {
	padding-top: 7px!important;
	padding-bottom: 7px!important
}

.categories-box-nav-sub:hover {
	display: block!important
}

.categories-box-nav-sub .dr-nav li>a {
	padding-top: 3px!important;
	padding-bottom: 3px!important
}

.dr-tab>.dr-active>a {
	border-width: 2px
}

.dr-tab>.dr-active>a i {
	color: #012047
}

.bg-color-white.dr-tab {
	margin: 0
}

.bg-color-white.dr-tab:before {
	display: none
}

.bg-color-white.dr-tab:not(.dr-tab-left):not(.dr-tab-right)>li {
	padding-left: 0
}

.bg-color-white.dr-tab:not(.dr-tab-left):not(.dr-tab-right)>li+li {
	border-left: 1px solid #e3dcdc
}

.bg-color-white li.dr-active {
	padding-bottom: 1px;
	margin-bottom: -2px
}


.tm-tab-box i {
	margin-right: 5px;
	color: #333
}

.tm-tab-box a {
	color: #333;
	font-weight: bold
}

.dr-tab-left.tm-tab-box:before {
	display: none
}

.dr-tab-left li span,
.dr-tab-left li a {
	padding: 15px 15px
}

.dr-tab-left li span {
	display: block
}

.dr-tab-left li:hover a {
	background: rgba(0, 0, 0, 0.01);
	color: #012047
}

.dr-tab-left li.dr-active a {
	color: #012047;
	border: none
}

.dr-tab-left li+li {
	border-top: 1px solid #e3dcdc
}

.tm-tabs {
	list-style: none;
	padding: 0;
	display: flex;
	border-bottom: 1px solid #e3dcdc;
	width: 100%
}

.tm-tabs i {
	margin-right: 5px
}

.tm-tabs>li {
	border: 1px solid transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.tm-tabs>li>a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	color: #4f4f4f
}

.tm-tabs>li.dr-active {
	border: 1px solid #e3dcdc;
	border-bottom: 0;
	margin-bottom: -1px;
	background: white
}

.tm-tabs>li.dr-active>a {
	color: #333
}

.tm-tabs>li:hover * {
	text-decoration: none
}

@media (max-width:767px) {
	.tm-tabs {
		display: block
	}
	.tm-tabs>li {
		display: block;
		width: 100%;
		float: none;
		border: none!important
	}
	.tm-tabs>li.dr-active {
		background: #f8f8f8
	}
	.dr-light .tm-tabs>li.dr-active,
	.dr-section-primary:not(.dr-preserve-color) .tm-tabs>li.dr-active,
	.dr-section-secondary:not(.dr-preserve-color) .tm-tabs>li.dr-active,
	.dr-card-primary.dr-card-body .tm-tabs>li.dr-active,
	.dr-card-primary>:not([class*='dr-card-media']) .tm-tabs>li.dr-active,
	.dr-card-secondary.dr-card-body .tm-tabs>li.dr-active,
	.dr-card-secondary>:not([class*='dr-card-media']) .tm-tabs>li.dr-active {
		background: rgba(255, 255, 255, 0.1)
	}
}

.LoginRegisterPro .Inputfield {
	width: 100%!important;
	background: none!important;
	border: none!important;
	margin: 0!important;
	padding: 0!important;
	margin-bottom: 20px!important
}

.LoginRegisterPro .InputfieldHeader {
	display: block;
	margin-bottom: 5px
}

.LoginRegisterPro .InputfieldContent .description {
	font-size: .875rem;
	color: #999;
	margin-bottom: 10px!important
}

.LoginRegisterPro .InputfieldPasswordRow {
	margin: 0!important;
	margin-bottom: 20px!important
}

.LoginRegisterPro .InputfieldPassword input {
	width: 70%!important
}

.LoginRegisterPro .Inputfields .InputfieldRadiosColumns li,
.LoginRegisterPro .Inputfields .InputfieldRadiosFloated li {
	float: none!important
}

.LoginRegisterPro .InputfieldRadiosFloated {
	display: flex!important;
	margin-top: 0!important
}

.dr-input,
.dr-textarea,
.dr-select {
	border-radius: 3px
}

.dr-form-label {
	display: block;
	margin-bottom: 5px
}

.dr-light .dr-input,
.dr-light .dr-textarea,
.dr-light .dr-select,
.dr-section-primary:not(.dr-preserve-color) .dr-input,
.dr-section-primary:not(.dr-preserve-color) .dr-textarea,
.dr-section-primary:not(.dr-preserve-color) .dr-select,
.dr-section-secondary:not(.dr-preserve-color) .dr-input,
.dr-section-secondary:not(.dr-preserve-color) .dr-textarea,
.dr-section-secondary:not(.dr-preserve-color) .dr-select,
.dr-card-primary.dr-card-body .dr-input,
.dr-card-primary.dr-card-body .dr-textarea,
.dr-card-primary.dr-card-body .dr-select,
.dr-card-primary>:not([class*='dr-card-media']) .dr-input,
.dr-card-primary>:not([class*='dr-card-media']) .dr-textarea,
.dr-card-primary>:not([class*='dr-card-media']) .dr-select,
.dr-card-secondary.dr-card-body .dr-input,
.dr-card-secondary.dr-card-body .dr-textarea,
.dr-card-secondary.dr-card-body .dr-select,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-input,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-textarea,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-select {
	background: white!important;
	color: #4f4f4f!important
}

.dr-light .dr-input::-webkit-input-placeholder,
.dr-section-primary:not(.dr-preserve-color) .dr-input::-webkit-input-placeholder,
.dr-section-secondary:not(.dr-preserve-color) .dr-input::-webkit-input-placeholder,
.dr-card-primary.dr-card-body .dr-input::-webkit-input-placeholder,
.dr-card-primary>:not([class*='dr-card-media']) .dr-input::-webkit-input-placeholder,
.dr-card-secondary.dr-card-body .dr-input::-webkit-input-placeholder,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-input::-webkit-input-placeholder {
	color: #999
}

.dr-light .dr-input:-ms-input-placeholder,
.dr-section-primary:not(.dr-preserve-color) .dr-input:-ms-input-placeholder,
.dr-section-secondary:not(.dr-preserve-color) .dr-input:-ms-input-placeholder,
.dr-card-primary.dr-card-body .dr-input:-ms-input-placeholder,
.dr-card-primary>:not([class*='dr-card-media']) .dr-input:-ms-input-placeholder,
.dr-card-secondary.dr-card-body .dr-input:-ms-input-placeholder,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-input:-ms-input-placeholder {
	color: #999
}

.dr-light .dr-input::placeholder,
.dr-section-primary:not(.dr-preserve-color) .dr-input::placeholder,
.dr-section-secondary:not(.dr-preserve-color) .dr-input::placeholder,
.dr-card-primary.dr-card-body .dr-input::placeholder,
.dr-card-primary>:not([class*='dr-card-media']) .dr-input::placeholder,
.dr-card-secondary.dr-card-body .dr-input::placeholder,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-input::placeholder {
	color: #999
}

.tm-input-box {
	position: relative
}

.tm-input-box input[type=checkbox] {
	display: none
}

.tm-input-box>a:not(.button-style),
.tm-input-box input[type=submit],
.tm-input-box>span {
	font-size: 14px;
	background: white;
	display: block;
	box-sizing: border-box;
	border: 1px solid #e3dcdc;
	padding: 7px 10px;
	border-radius: 3px
}

.tm-input-box>a:not(.button-style) {
	color: #333
}

.tm-input-box>a:not(.button-style):hover {
	text-decoration: none
}

.tm-input-box>a:not(.button-style).dr-active {
	border-color: #012047
}

.tm-input-box input[type=submit]:hover,
.tm-input-box>span:hover {
	cursor: pointer
}

.tm-input-box input[type=submit] {
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	background: #012047;
	color: white;
	border: none
}

.tm-input-box.dr-active>span,
.tm-input-box input:checked+span {
	border-color: #012047
}

.tm-input-box.tm-input-box-dropdown:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px
}

.tm-input-box .dr-dropdown {
	padding: 5px 0;
	width: 120px;
	margin-top: 0px!important;
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05)!important
}

.tm-input-box .dr-dropdown li {
	position: relative
}

.tm-input-box .dr-dropdown li>a {
	padding: 5px 15px
}

.tm-input-box .dr-dropdown li>a.dr-active {
	background: #f8f8f8
}

.tm-input-box .dr-dropdown li a.dr-active:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	position: absolute;
	right: 15px;
	color: #3aaf89
}

.tm-input-box .button-style {
	border-radius: 3px!important;
	height: 36px;
	line-height: 36px
}

.dr-breadcrumb * {
	line-height: 1!important
}

.dr-breadcrumb>li>*>i {
	transition: .2s ease
}

.dr-breadcrumb>li>.dr-open>i {
	transform: rotate(180deg);
	transition: .2s ease;
	position: relative;
	top: 1px
}

.dr-breadcrumb .dr-dropdown {
	min-width: 250px;
	padding: 10px 0;
	border-radius: 5px
}

.dr-breadcrumb .dr-dropdown a {
	padding: 7px 20px;
	font-size: 0.9rem
}

.dr-breadcrumb .tm-dropdown-2.dr-dropdown {
	min-width: 480px
}

.dr-breadcrumb .dr-first-column .dr-nav>li {
	border-right: 1px solid #e3dcdc
}

@-moz-document url-prefix() {
	.dr-breadcrumb>li>.dr-open>i {
		top: 3px
	}
}

.dr-light .dr-breadcrumb>li:hover>*,
.dr-light .dr-breadcrumb>li>span,
.dr-section-primary:not(.dr-preserve-color) .dr-breadcrumb>li:hover>*,
.dr-section-primary:not(.dr-preserve-color) .dr-breadcrumb>li>span,
.dr-section-secondary:not(.dr-preserve-color) .dr-breadcrumb>li:hover>*,
.dr-section-secondary:not(.dr-preserve-color) .dr-breadcrumb>li>span,
.dr-card-primary.dr-card-body .dr-breadcrumb>li:hover>*,
.dr-card-primary.dr-card-body .dr-breadcrumb>li>span,
.dr-card-primary>:not([class*='dr-card-media']) .dr-breadcrumb>li:hover>*,
.dr-card-primary>:not([class*='dr-card-media']) .dr-breadcrumb>li>span,
.dr-card-secondary.dr-card-body .dr-breadcrumb>li:hover>*,
.dr-card-secondary.dr-card-body .dr-breadcrumb>li>span,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-breadcrumb>li:hover>*,
.dr-card-secondary>:not([class*='dr-card-media']) .dr-breadcrumb>li>span {
	color: white!important
}

.offcanvas-bar {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
	transition-duration: 0.2s!important
}

.offcanvas-bar.offcanvas-menu-style {
	padding: 0;
	margin: 0;
	padding-right: 50px
}

.offcanvas-bar.offcanvas-menu-style div {
	box-sizing: border-box!important
}

@media (min-width:1200px) {
	.offcanvas-bar.offcanvas-menu-style>* {
		min-width: 330px
	}
}

.offcanvas-bar.offcanvas-menu-style .dr-nav li.dr-nav-header,
.offcanvas-bar.offcanvas-menu-style .dr-nav li>div,
.offcanvas-bar.offcanvas-menu-style .dr-nav li a,
.offcanvas-bar.offcanvas-menu-style .dr-nav li>span.country-menu-item {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #e3dcdc;
	position: relative;
	margin: 0
}

.offcanvas-bar.offcanvas-menu-style .dr-nav li>span.country-menu-item:hover {
	cursor: pointer;
	color: #012047
}

.offcanvas-bar.offcanvas-menu-style .country-menu-item:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 13px;
	color: #999;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 20px
}

.offcanvas-bar.offcanvas-menu-style .dr-accordion .dr-accordion-title {
	font-size: 1rem;
	border: none;
	padding: 10px 20px
}

.offcanvas-bar.offcanvas-menu-style .dr-accordion .dr-accordion-content {
	/*padding: 0px !important;*/
	margin: 0;
}

.offcanvas-bar.offcanvas-menu-style .dr-accordion>li {
	margin: 0;
	border-bottom: 1px solid #e3dcdc
}

.offcanvas-bar.offcanvas-menu-style .dr-accordion ul>li+li {
	margin-top: 5px
}

.offcanvas-icon-block {
	background: #012047;
	width: 50px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999!important;
	margin-right: -50px;
	transition: margin-right .2s
}

.dr-offcanvas-page .offcanvas-icon-block {
	margin-right: 0;
	transition: margin-right .2s
}

.offcanvas-icon-block li {
	margin-top: 15px
}

.offcanvas-icon-block li>a {
	display: block;
	padding: 5px
}

.offcanvas-icon-block i {
	font-size: 18px
}

input.button-style {
	-webkit-appearance: none!important
}

.button-style {
	border-radius: 5px;
	font-weight: bold
}

.button-style.button-style-small {
	border-radius: 3px
}

.button-style.button-style-small i {
	width: 20px;
	height: 20px;
	line-height: 20px
}

.button-style.tm-button-mini {
	height: 24px;
	line-height: 22px;
	border-radius: 2px;
	padding: 0 10px;
	font-size: 0.85rem
}

.button-style.tm-button-rounded.button-style-small {
	border-radius: 15px
}

.button-style.tm-button-rounded.button-style-large {
	border-radius: 27.5px
}

.button-style.tm-button-rounded.tm-button-mini {
	border-radius: 12px
}

.button-style.tm-button-icon i {
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-right: 5px;
	background: white;
	border-radius: 50%;
	color: #012047;
	font-size: 11px
}

.button-style.tm-button-icon:disabled i {
	background: #f8f8f8!important;
	color: #999!important;
	border: 1px solid #e3dcdc
}

.button-style-default {
	border-color: #012047;
	box-sizing: border-box;
	color: #012047
}

.button-style-default:not(:disabled):hover {
	background: rgba(163, 34, 65, 0.1)     
}

.button-style-default:not(:disabled):focus,
.button-style-default:not(:disabled):active,
.button-style-default:not(:disabled):hover {
	background: none;
	border-color: #012047;
	color: #012047
}

.button-style-default.tm-button-icon i {
	background: #012047;
	color: white
}

.button-style-success {
	background: #3aaf89;
	color: white
}

.button-style-success:hover,
.button-style-success:focus,
.button-style-success:active {
	color: white
}

#add-to-favorites.dr-active i {
	font-weight: 900
}

@media (max-width:960px) {
	#promo-top .dr-h3 {
		font-size: 20px
	}
	#promo-top .promo-top-text {
		width: 70%
	}
	#promo-top .promo-top-button {
		width: auto;
		margin-left: auto;
		position: relative!important;
		top: auto!important;
		bottom: auto!important;
		left: auto!important;
		right: auto!important;
		transform: none!important;
		text-align: right
	}
	#promo-top .promo-top-button .button-style {
		padding: 0 15px
	}
}

.dr-dropdown {
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.05)
}

.dr-dropdown-bottom-center:before,
.dr-dropdown-bottom-center:after {
	content: "";
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: white;
	border-width: 10px;
	margin-left: -10px
}

.dr-dropdown-bottom-center:before {
	border-bottom-color: rgba(0, 0, 0, 0.05);
	border-width: 12px;
	margin-left: -12px
}

.dr-nav i {
	margin-right: 10px
}

.far.fa-bullseye:before,
.far.fa-link:before,
.far.fa-bullhorn:before,
.far.fa-briefcase::before {
	font-weight: bold!important
}

.far.fa-file-text:before {
	content: "\f15c"
}

.far.fa-code-fork:before {
	content: "\f126";
	font-weight: bold!important
}

.dr-card {
	background: white;
	box-shadow: none;
	border-radius: 5px;
	transition: box-shadow .3s
}

.dr-card .dr-nav-header {
	padding: 0!important;
	font-size: 1.1rem;
	border-bottom: 1px solid #e3dcdc;
	margin: 0
}

.dr-card .dr-nav-header a {
	padding: 10px 20px!important
}

.dr-card div.dr-nav-header {
	padding: 10px 20px!important;
	font-size: 1.1rem
}

.dr-card-small .dr-card-body,
.dr-card-small.dr-card-body {
	padding: 15px
}

.dr-card-small .dr-card-title {
	font-size: 1rem;
	line-height: 1.2;
	font-weight: bold;
	margin: 15px 0
}

.model-card:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7))
}

.model-card .model-card-overlay {
	background: rgba(0, 0, 0, 0.75)
}

.model-card .model-card-overlay * {
	color: white
}

.dr-label {
	text-transform: none;
	border: none;
	height: 22px;
	border-radius: 11px
}

.tm-label-dark {
	background: #1a1a1a;
	color: white
}

.tm-card-labels-left,
.tm-card-labels-right {
	position: absolute;
	top: 15px;
	right: 15px
}

.tm-card-labels-left {
	right: auto;
	left: 15px
}

.tm-label {
	background: white;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 5px 12px;
	border-radius: 15px;
	text-align: center
}

.tm-label+.tm-label {
	margin-top: 10px
}

.tm-label.tm-label-primary {
	background: #012047;
	color: white
}

.tm-label.tm-label-success {
	background: #3aaf89;
	color: white
}

.tm-label.tm-label-warning {
	background: #f2994a;
	color: white
}

.tm-label.tm-label-danger {
	background: #eb5757;
	color: white
}

.tm-label.tm-label-dark {
	background: #1a1a1a;
	color: white
}

.tm-table-space td {
	padding: 13px 25px
}

.dr-drop-bottom-center:before,
.dr-drop-bottom-center:after {
	content: "";
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: white;
	border-width: 10px;
	margin-left: -10px
}

.dr-drop-bottom-center:before {
	border-bottom-color: rgba(0, 0, 0, 0.05);
	border-width: 12px;
	margin-left: -12px
}

.dr-pagination li+li {
	padding-left: 10px
}

.dr-pagination a {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e3dcdc;
	color: #333;
	font-weight: bold;
	text-align: center;
	border-radius: 50%
}

.dr-pagination li.dr-active a {
	border: none;
	background: #012047;
	color: white
}

.dr-pagination li:not(.dr-active):hover a {
	background: white
}

.dr-pagination .pagination-prev a,
.dr-pagination .pagination-next a {
	width: auto;
	padding: 0 20px;
	border-radius: 14px
}

.dr-subnav>li>a {
	font-weight: bold
}

.dr-accordion-title {
	border: 1px solid #e3dcdc;
	padding: 15px 25px;
	border-radius: 5px
}

@media (max-width:640px) {
	.dr-accordion-title {
		font-size: 1rem;
		padding: 10px 15px
	}
}

.dr-slideshow .dr-slidenav {
	box-sizing: border-box;
	width: 50px;
	height: 160px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center
}

.dr-slideshow .dr-slidenav svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media (max-width:640px) {
	.dr-slideshow .dr-slidenav {
		height: 100%
	}
}

.tm-slidenav-out .dr-slidenav {
	padding: 0;
	margin-left: 10px
}

.tm-slidenav-out svg {
	height: 20px!important
}

.tm-slidenav-out .dr-invisible {
	visibility: visible!important
}

.dr-lightbox .dr-slidenav,
.dr-slidenav.tm-slidenav-in {
	background: rgba(0, 0, 0, 0.7);
	padding: 12px 10px
}

#modal-18 {
	background: rgba(0, 0, 0, 0.8)
}

#modal-18 p {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p a,
#modal-18 p .dr-link {
	color: #fff
}

#modal-18 p a:hover,
#modal-18 p .dr-link:hover {
	color: #fff
}

#modal-18 p :not(pre)>code,
#modal-18 p :not(pre)>kbd,
#modal-18 p :not(pre)>samp {
	color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.1)
}

#modal-18 p em {
	color: #fff
}

#modal-18 p h1,
#modal-18 p .dr-h1,
#modal-18 p h2,
#modal-18 p .dr-h2,
#modal-18 p h3,
#modal-18 p .dr-h3,
#modal-18 p h4,
#modal-18 p .dr-h4,
#modal-18 p h5,
#modal-18 p .dr-h5,
#modal-18 p h6,
#modal-18 p .dr-h6,
#modal-18 p .dr-heading-small,
#modal-18 p .dr-heading-medium,
#modal-18 p .dr-heading-large,
#modal-18 p .dr-heading-xlarge,
#modal-18 p .dr-heading-2xlarge {
	color: #fff
}

#modal-18 p blockquote {
	color: #fff
}

#modal-18 p blockquote footer {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p hr,
#modal-18 p .dr-hr {
	border-top-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-link-muted,
#modal-18 p .dr-link-muted a {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-link-muted:hover,
#modal-18 p .dr-link-muted a:hover {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-link-text:hover,
#modal-18 p .dr-link-text a:hover {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-link-heading:hover,
#modal-18 p .dr-link-heading a:hover {
	color: #fff
}

#modal-18 p .dr-heading-divider {
	border-bottom-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-heading-bullet::before {
	border-left-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-heading-line>::before,
#modal-18 p .dr-heading-line>::after {
	border-bottom-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-list-divider>li:nth-child(n+2) {
	border-top-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-list-striped>li:nth-of-type(odd) {
	border-top-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-list-striped>li:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.1)
}

#modal-18 p .dr-list-bullet>li::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,255,255,0.8%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

#modal-18 p .dr-table th {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-table caption {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-table>tr.dr-active,
#modal-18 p .dr-table tbody tr.dr-active {
	background: rgba(255, 255, 255, 0.08)
}

#modal-18 p .dr-table-divider>tr:not(:first-child),
#modal-18 p .dr-table-divider>:not(:first-child)>tr,
#modal-18 p .dr-table-divider>:first-child>tr:not(:first-child) {
	border-top-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-table-striped>tr:nth-of-type(odd),
#modal-18 p .dr-table-striped tbody tr:nth-of-type(odd) {
	background: rgba(255, 255, 255, 0.1);
	border-top-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-table-hover>tr:hover,
#modal-18 p .dr-table-hover tbody tr:hover {
	background: rgba(255, 255, 255, 0.08)
}

#modal-18 p .dr-icon-link {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-icon-link:hover,
#modal-18 p .dr-icon-link:focus {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-icon-link:active,
#modal-18 p .dr-active>.dr-icon-link {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-icon-button {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-icon-button:hover,
#modal-18 p .dr-icon-button:focus {
	background-color: rgba(242, 242, 242, 0.1);
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-icon-button:active {
	background-color: rgba(230, 230, 230, 0.1);
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-input,
#modal-18 p .dr-select,
#modal-18 p .dr-textarea {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.8);
	background-clip: padding-box;
	border-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-input:focus,
#modal-18 p .dr-select:focus,
#modal-18 p .dr-textarea:focus {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.8);
	border-color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5)!important
}

#modal-18 p .dr-input::placeholder {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-textarea::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5)!important
}

#modal-18 p .dr-textarea::placeholder {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-select:not([multiple]):not([size]) {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,255,255,0.8%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,255,255,0.8%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

#modal-18 p .dr-input[list]:hover,
#modal-18 p .dr-input[list]:focus {
	background-image: url(../../../home/dex/domains/EscortDR.com/public_html/site/templates/system/less/images/backgrounds/form-datalist.svg.html)
}

#modal-18 p .dr-radio,
#modal-18 p .dr-checkbox {
	background-color: rgba(242, 242, 242, 0.1);
	border-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-radio:focus,
#modal-18 p .dr-checkbox:focus {
	border-color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-radio:checked,
#modal-18 p .dr-checkbox:checked,
#modal-18 p .dr-checkbox:indeterminate {
	background-color: #fff;
	border-color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-radio:checked:focus,
#modal-18 p .dr-checkbox:checked:focus,
#modal-18 p .dr-checkbox:indeterminate:focus {
	background-color: #e6e6e6
}

#modal-18 p .dr-radio:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%234f4f4f%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

#modal-18 p .dr-checkbox:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%234f4f4f%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

#modal-18 p .dr-checkbox:indeterminate {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%234f4f4f%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

#modal-18 p .dr-form-label {
	color: #fff
}

#modal-18 p .dr-form-icon {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-form-icon:hover {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .button-style-default {
	background-color: #fff;
	color: #4f4f4f;
	border-color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .button-style-default:hover,
#modal-18 p .button-style-default:focus {
	background-color: #f2f2f2;
	color: #4f4f4f;
	border-color: #fff
}

#modal-18 p .button-style-default:active,
#modal-18 p .button-style-default.dr-active {
	background-color: #e6e6e6;
	color: #4f4f4f;
	border-color: #fff
}

#modal-18 p .button-style-primary {
	background-color: #012047;
	color: #fff
}

#modal-18 p .button-style-primary:hover,
#modal-18 p .button-style-primary:focus {
	background-color: #8e1e39;
	color: #fff
}

#modal-18 p .button-style-primary:active,
#modal-18 p .button-style-primary.dr-active {
	background-color: #791930;
	color: #fff
}

#modal-18 p .button-style-secondary {
	background-color: #012047;
	color: #fff
}

#modal-18 p .button-style-secondary:hover,
#modal-18 p .button-style-secondary:focus {
	background-color: #654661;
	color: #fff
}

#modal-18 p .button-style-secondary:active,
#modal-18 p .button-style-secondary.dr-active {
	background-color: #563b52;
	color: #fff
}

#modal-18 p .button-style-text {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .button-style-text::before {
	border-bottom-color: #fff
}

#modal-18 p .button-style-text:hover,
#modal-18 p .button-style-text:focus {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .button-style-text:disabled {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .button-style-link {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .button-style-link:hover,
#modal-18 p .button-style-link:focus {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .grid-md-divider>:not(.dr-first-column)::before {
	border-left-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .grid-md-divider.grid-md-stack>.grid-md-margin::before {
	border-top-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-close {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-close:hover,
#modal-18 p .dr-close:focus {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-totop {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-totop:hover,
#modal-18 p .dr-totop:focus {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-totop:active {
	color: #fff
}

#modal-18 p .dr-badge {
	background-color: #fff;
	color: #4f4f4f
}

#modal-18 p .dr-badge:hover,
#modal-18 p .dr-badge:focus {
	color: #4f4f4f
}

#modal-18 p .dr-label {
	background-color: #fff;
	color: #4f4f4f
}

#modal-18 p .dr-article-meta {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-nav-parent-icon>.dr-parent>a::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,255,255,0.8%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

#modal-18 p .dr-nav-parent-icon>.dr-parent.dr-open>a::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,255,255,0.8%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

#modal-18 p .dr-nav-default>li>a {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-nav-default>li>a:hover,
#modal-18 p .dr-nav-default>li>a:focus {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-nav-default>li.dr-active>a {
	color: #fff
}

#modal-18 p .dr-nav-default .dr-nav-header {
	color: #fff
}

#modal-18 p .dr-nav-default .dr-nav-divider {
	border-top-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-nav-default .dr-nav-sub a {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-nav-default .dr-nav-sub a:hover,
#modal-18 p .dr-nav-default .dr-nav-sub a:focus {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-nav-default .dr-nav-sub li.dr-active>a {
	color: #fff
}

#modal-18 p .dr-nav-primary>li>a {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-nav-primary>li>a:hover,
#modal-18 p .dr-nav-primary>li>a:focus {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-nav-primary>li.dr-active>a {
	color: #fff
}

#modal-18 p .dr-nav-primary .dr-nav-header {
	color: #fff
}

#modal-18 p .dr-nav-primary .dr-nav-divider {
	border-top-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-nav-primary .dr-nav-sub a {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-nav-primary .dr-nav-sub a:hover,
#modal-18 p .dr-nav-primary .dr-nav-sub a:focus {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-nav-primary .dr-nav-sub li.dr-active>a {
	color: #fff
}

#modal-18 p .dr-navbar-nav>li>a {
	color: rgba(255, 255, 255, 0.7)
}

#modal-18 p .dr-navbar-nav>li:hover>a,
#modal-18 p .dr-navbar-nav>li>a:focus,
#modal-18 p .dr-navbar-nav>li>a.dr-open {
	color: #fff
}

#modal-18 p .dr-navbar-nav>li>a:active {
	color: #fff
}

#modal-18 p .dr-navbar-nav>li.dr-active>a {
	color: #fff
}

#modal-18 p .dr-navbar-item {
	color: rgba(255, 255, 255, 0.7)
}

#modal-18 p .dr-navbar-toggle {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-navbar-toggle:hover,
#modal-18 p .dr-navbar-toggle:focus,
#modal-18 p .dr-navbar-toggle.dr-open {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-subnav>*>:first-child {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-subnav>*>a:hover,
#modal-18 p .dr-subnav>*>a:focus {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-subnav>.dr-active>a {
	color: #fff
}

#modal-18 p .dr-subnav-divider>:nth-child(n+2):not(.dr-first-column)::before {
	border-left-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-subnav-pill>*>:first-child {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-subnav-pill>*>a:hover,
#modal-18 p .dr-subnav-pill>*>a:focus {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-subnav-pill>*>a:active {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-subnav-pill>.dr-active>a {
	background-color: #fff;
	color: #4f4f4f
}

#modal-18 p .dr-subnav>.dr-disabled>a {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-breadcrumb>*>* {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-breadcrumb>*>:hover,
#modal-18 p .dr-breadcrumb>*>:focus {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-breadcrumb>:last-child>* {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-breadcrumb>:nth-child(n+2):not(.dr-first-column)::before {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-pagination>*>* {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-pagination>*>:hover,
#modal-18 p .dr-pagination>*>:focus {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-pagination>.dr-active>* {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-pagination>.dr-disabled>* {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-tab::before {
	border-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-tab>*>a {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-tab>*>a:hover,
#modal-18 p .dr-tab>*>a:focus {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-tab>.dr-active>a {
	color: #fff;
	border-color: #fff
}

#modal-18 p .dr-tab>.dr-disabled>a {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-slidenav {
	color: rgba(255, 255, 255, 0.7)
}

#modal-18 p .dr-slidenav:hover,
#modal-18 p .dr-slidenav:focus {
	color: rgba(255, 255, 255, 0.95)
}

#modal-18 p .dr-slidenav:active {
	color: rgba(255, 255, 255, 0.7)
}

#modal-18 p .dr-dotnav>*>* {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.9)
}

#modal-18 p .dr-dotnav>*>:hover,
#modal-18 p .dr-dotnav>*>:focus {
	background-color: rgba(255, 255, 255, 0.9);
	border-color: transparent
}

#modal-18 p .dr-dotnav>*>:active {
	background-color: rgba(255, 255, 255, 0.5);
	border-color: transparent
}

#modal-18 p .dr-dotnav>.dr-active>* {
	background-color: rgba(255, 255, 255, 0.9);
	border-color: transparent
}

#modal-18 p .dr-accordion-title {
	color: #fff
}

#modal-18 p .dr-accordion-title:hover,
#modal-18 p .dr-accordion-title:focus {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-text-lead {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-text-meta {
	color: rgba(255, 255, 255, 0.5)
}

#modal-18 p .dr-text-muted {
	color: rgba(255, 255, 255, 0.5)!important
}

#modal-18 p .dr-text-emphasis {
	color: #fff!important
}

#modal-18 p .text-color-primary {
	color: #012047!important
}

#modal-18 p .dr-text-secondary {
	color: #fff!important
}

#modal-18 p .dr-column-divider {
	column-rule-color: rgba(255, 255, 255, 0.2)
}

#modal-18 p .dr-logo {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-logo:hover,
#modal-18 p .dr-logo:focus {
	color: rgba(255, 255, 255, 0.8)
}

#modal-18 p .dr-logo>:not(.dr-logo-inverse):not(:only-of-type) {
	display: none
}

#modal-18 p .dr-logo-inverse {
	display: inline
}

#modal-18 p .dr-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,255,255,0.8%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,255,255,0.8%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

#modal-18 p .dr-open>.dr-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,255,255,0.8%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

#modal-18 p .dr-input,
#modal-18 p .dr-textarea,
#modal-18 p .dr-select {
	background: white!important;
	color: #4f4f4f!important
}

#modal-18 p .dr-input::-webkit-input-placeholder {
	color: #999
}

#modal-18 p .dr-input:-ms-input-placeholder {
	color: #999
}

#modal-18 p .dr-input::placeholder {
	color: #999
}

#modal-18 p .dr-breadcrumb>li:hover>*,
#modal-18 p .dr-breadcrumb>li>span {
	color: white!important
}

#modal-18 p.main-link-reset,
#modal-18 p .main-link-reset {
	color: white!important
}

#modal-18 .dr-modal-dialog {
	width: auto;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4)
}

@media (min-width:640px) {
	#modal-18 .dr-modal-dialog {
		width: 400px
	}
}

#modal-18 .dr-modal-body {
	background: #4b5053
}

#modal-18 .dr-modal-footer {
	background: #1a1a1a;
	border-top: none;
	padding: 25px
}

#modal-18 .button-style+.button-style {
	margin-left: 15px
}

#modal-18 .button-style-default {
	border: none;
	background: #1f1f1f;
	border: 2px solid transparent;
	color: #83878f
}

#modal-18 .button-style-default:hover {
	background: #272727;
	color: rgba(255, 255, 255, 0.9)
}

#modal-18 .button-style-success {
	background: none;
	border: 2px solid #3aaf89;
	color: #3aaf89
}

#modal-18 .button-style-success:hover {
	background: #3aaf89;
	color: rgba(255, 255, 255, 0.9)
}

.dr-lightbox-items * {
	transition-duration: 0s!important
}

#model-nav {
	visibility: hidden;
	height: 0
}

#model-nav.dr-active {
	visibility: visible;
	height: auto
}

.tm-ribbon {
	width: 120px;
	background: #012047;
	position: absolute;
	top: 18px;
	left: -30px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	color: #000;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.tm-ribbon.tm-ribbon-right {
	right: -45px;
	left: auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.tm-ribbon.tm-ribbon-right.tm-ribbon-l {
	right: -34px;
	top: 20px
}

.tm-ribbon.tm-ribbon-bottom {
	left: -30px;
	top: auto;
	bottom: 25px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.tm-ribbon.tm-ribbon-success {
	background: #3aaf89;
}

.tm-ribbon.tm-ribbon-warning {
	background: #d2a662;
}

.tm-ribbon.tm-ribbon-diamond {
	background: #494948;
    color: white;
        
}

.tm-ribbon.tm-ribbon-gold {
	background: gold;
    color: black;
}

.tm-ribbon.tm-ribbon-silver {
	background: silver;
        color: black;
}

.tm-ribbon.tm-ribbon-danger {
	background: #eb5757;
}

.tm-ribbon.tm-ribbon-dark {
	background: #1a1a1a;
	color: gold
}

.dr-alert-primary {
	border: 1px solid rgba(163, 34, 65, 0.2)
}

.dr-alert-success {
	border: 1px solid rgba(58, 175, 137, 0.2)
}

.dr-alert-warning {
	border: 1px solid rgba(242, 153, 74, 0.2)
}

.dr-alert-danger {
	border: 1px solid rgba(235, 87, 87, 0.2)
}

.dr-alert-success a {
	color: #3aaf89
}

#location-autocomplete .dr-input {
	background: rgba(0, 0, 0, 0.02)!important
}

#location-autocomplete .dr-input:focus {
	background: white!important
}

#autocomplete-results {
	position: absolute;
	width: 100%;
	background: white;
	list-style: none;
	margin-top: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 0;
	z-index: 1000;
	max-height: 294px;
	overflow-y: auto
}

#autocomplete-results li label {
	padding: 10px 15px
}

#autocomplete-results li label:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.03)
}

#autocomplete-results li+li label {
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

#autocomplete-results i {
	right: 13px!important;
	margin-right: 0!important
}

#search-menu #autocomplete-results {
	box-shadow: none;
	border-radius: 0;
	border: none;
	margin-top: 16px;
	margin-left: -15px;
	margin-right: -15px;
	max-height: none!important
}

#search-menu #autocomplete-results li:last-child label {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

#search-menu #autocomplete-results label {
	font-size: 0.95rem!important
}

#search-menu #menu-autocomplete-search {
	background: white!important;
	border: 1px solid #e3dcdc
}

#search-menu #menu-autocomplete-search:focus {
	background: white!important
}

#dropzone.dropzone {
	position: relative;
	border: 2px dashed #e3dcdc
}

#dropzone.dropzone .dz-message {
	display: block;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	font-size: 36px;
	color: rgba(0, 0, 0, 0.05)
}

#dropzone.dropzone .dz-message span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

#dropzone.dropzone .dz-details {
	height: 220px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

#dropzone.dropzone .dz-details .dz-filename {
	font-size: 13px
}

#dropzone.dropzone .dz-preview {
	margin: 0;
	margin-bottom: 10px;
	margin-right: 10px
}

#dropzone.dropzone .dz-preview .dz-image {
	border-radius: 3px;
	width: 185px;
	height: 220px
}

#dropzone.dropzone .dz-preview .dz-progress {
	border-radius: 3px
}

#dropzone.dropzone .dz-error-mark,
#dropzone.dropzone .dz-success-mark {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.8);
	z-index: 90
}

#dropzone.dropzone .dz-success-mark svg path {
	fill: #3aaf89
}

#dropzone.dropzone .dz-error-mark svg path {
	fill: #eb5757
}

#dropzone.dropzone .dz-message {
	pointer-events: none
}

#dropzone.dropzone .dz-default.dz-message {
	display: flex;
	width: 100%;
	justify-content: center
}

#dropzone.dropzone .dz-default.dz-message .dz-button {
	background: none;
	box-shadow: none;
	border: none;
	font-size: 18px;
	color: #999
}

#dropzone.dropzone .dz-error-message {
	width: 185px;
	display: flex;
	align-items: center;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(235, 87, 87, 0.95);
	border-radius: 3px;
	z-index: 95
}

#dropzone.dropzone .dz-error-message:after {
	display: none
}

#dropzone.dropzone .dz-upload {
	background: #3aaf89
}

#dropzone.dropzone button.dropzone-remove {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 99;
	font-size: 14px;
	cursor: pointer;
	color: #eb5757;
	width: 24px;
	height: 24px;
	background: white;
	border: none;
	padding: 0;
	border-radius: 50%;
	text-align: center
}

#dropzone.dropzone button.dropzone-remove i {
	cursor: pointer
}

#dropzone.dropzone button.dropzone-main-image {
	display: none;
	position: absolute;
	top: 5px;
	right: 38px;
	z-index: 99;
	border: none;
	background: white;
	padding: 0;
	margin: 0;
	width: 24px;
	height: 24px;
	font-size: 14px;
	border-radius: 50%;
	color: #3aaf89;
	cursor: pointer!important
}

#dropzone.dropzone button.dropzone-main-image i {
	cursor: pointer
}

#dropzone.dropzone .dropzone.dz-clickable .dropzone-main-image * {
	cursor: pointer!important
}

#dropzone.dropzone .dropzone.dz-clickable .dropzone-main-image * i {
	cursor: pointer
}

#dropzone.dropzone .dz-preview:hover button.dropzone-remove,
#dropzone.dropzone .dz-preview:hover button.dropzone-main-image {
	display: block
}

.swal2-styled {
	border-radius: 3px!important;
	margin: 0!important;
	padding: 0 25px!important;
	line-height: 40px!important
}

.swal2-styled:focus {
	box-shadow: none!important
}

.swal2-confirm {
	background: #012047!important
}

.swal2-confirm:not([disabled]):hover {
	background: #8e1e39!important
}

.swal2-cancel {
	background: #f8f8f8!important;
	color: #4f4f4f!important
}

.swal2-cancel:not([disabled]):hover {
	background: #ebebeb!important
}

.swal2-actions button+button {
	margin-left: 10px!important
}

.swal2-icon.swal2-success,
.swal2-icon.swal2-success .swal2-success-ring {
	border-color: rgba(58, 175, 137, 0.35)!important
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
	background-color: #3aaf89!important
}

.swal2-icon.swal2-warning {
	border-color: #f2994a!important;
	color: #f2994a!important
}

.swal2-icon.swal2-error {
	border-color: rgba(235, 87, 87, 0.35)!important
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
	background-color: #eb5757!important
}

.swal2-icon.swal2-info {
	border-color: #012047!important;
	color: #012047!important
}

.swal2-icon.swal2-question {
	border-color: #012047!important;
	color: #012047!important
}

.dr-notification {
	border-radius: 5px;
	z-index: 99999
}

.dr-notification-message {
	border-radius: 5px;
	box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.2);
	border: none
}

.dr-notification-close {
	color: white!important
}

.dr-notification-message-primary {
	background: #012047
}

.dr-notification-message-success {
	background: #3aaf89
}

.dr-notification-message-warning {
	background: #f2994a
}

.dr-notification-message-danger {
	background: #eb5757
}

.tm-box-shadow-none {
	box-shadow: none!important
}

.tm-padding-medium {
	padding: 25px
}

.tm-margin-mini {
	margin: 5px 0
}

.tm-margin-mini-top {
	margin-top: 5px
}

.tm-margin-mini-bottom {
	margin-bottom: 5px
}

.tm-margin-mini-left {
	margin-left: 5px
}

.margin-light-right {
	margin-right: 5px
}

.tm-border {
	border: 1px solid #e3dcdc
}

.tm-border-dashed {
	border-style: dashed
}

.tm-border-left {
	border-left: 1px solid #e3dcdc
}

.tm-border-right {
	border-right: 1px solid #e3dcdc
}

.tm-border-top {
	border-top: 1px solid #e3dcdc
}

.stroke-bb {
	border-bottom: 1px solid #e3dcdc
}

.tm-border-remove {
	border: none!important
}

.tm-border-remove-top {
	border-top: none!important
}

.tm-border-remove-bottom {
	border-bottom: none!important
}

.tm-border-remove-left {
	border-left: none!important
}

.tm-border-remove-right {
	border-right: none!important
}

.border-style-radius {
	border-radius: 5px
}

.border-style-radius-s {
	border-radius: 3px
}

.border-style-radius-l {
	border-radius: 8px
}

.border-style-radius-top {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.border-style-radius-bottom {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.tm-animation-03 {
	animation-duration: 0.3s!important
}

.tm-object-fit {
	object-fit: cover
}

.tm-bg-remove {
	background: none!important
}

.tm-bg-dark {
	background: #1a1a1a
}

.tm-bg-dark-footer {
	background: #021f47
}
.bg-color-white {
	background: #fff
}

.bg-color-custom {
	background: #fff
}

bg-color-custom-fea {
	background: #fff
}

.tm-bg-success {
	background: #3aaf89
}

.tm-bg-warning {
	background: #f2994a
}

.tm-bg-danger {
	background: #eb5757
}

.tm-bg-muted {
	background: #ebebeb
}

.tm-text-base {
	color: #4f4f4f!important
}

a.main-link-reset {
	color: #333
}

a.main-link-reset:hover {
	text-decoration: none
}

.dr-light.main-link-reset,
.dr-light .main-link-reset,
.dr-section-primary:not(.dr-preserve-color).main-link-reset,
.dr-section-primary:not(.dr-preserve-color) .main-link-reset,
.dr-section-secondary:not(.dr-preserve-color).main-link-reset,
.dr-section-secondary:not(.dr-preserve-color) .main-link-reset,
.dr-card-primary.dr-card-body.main-link-reset,
.dr-card-primary.dr-card-body .main-link-reset,
.dr-card-primary>:not([class*='dr-card-media']).main-link-reset,
.dr-card-primary>:not([class*='dr-card-media']) .main-link-reset,
.dr-card-secondary.dr-card-body.main-link-reset,
.dr-card-secondary.dr-card-body .main-link-reset,
.dr-card-secondary>:not([class*='dr-card-media']).main-link-reset,
.dr-card-secondary>:not([class*='dr-card-media']) .main-link-reset {
	color: white!important
}

a.link-style-normal {
	color: #4f4f4f
}

a.link-style-normal:hover {
	color: #012047;
	text-decoration: none
}

a.tm-link-emphasis {
	color: #333
}

a.tm-link-emphasis:hover {
	color: #012047;
	text-decoration: none
}

a.tm-text-decoration-none {
	text-decoration: none!important
}

.tm-text-white {
	color: white!important
}

.tm-line-height-none {
	line-height: 1
}

.tm-line-height-small {
	line-height: 1.2
}

.tm-line-height-medium {
	line-height: 1.5
}

.tm-line-height-large {
	line-height: 1.8
}

.z-index-1 {
	z-index: 1
}

.z-index-9 {
	z-index: 9
}

.z-index-99 {
	z-index: 99
}

.z-index-999 {
	z-index: 999
}

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

.tm-no-events {
	pointer-events: none
}

@media (max-width:640px) {
	.tm-no-space\@s {
		padding: 0!important;
		margin: 0!important
	}
	.tm-no-space\@s [class*=border-style-radius] {
		border-radius: 0!important
	}
	.tm-no-margin\@s {
		margin: 0!important
	}
	.tm-no-margin-top\@s {
		margin: 0!important
	}
	.tm-no-margin-bottom\@s {
		margin: 0!important
	}
	.tm-text-center\@s {
		text-align: center
	}
}

@media (max-width:960px) {
	.tm-no-space\@m {
		padding: 0!important;
		margin: 0!important
	}
	.tm-no-space\@m [class*=border-style-radius] {
		border-radius: 0!important
	}
	.tm-no-margin\@m {
		margin: 0!important
	}
	.tm-no-margin-top\@m {
		margin: 0!important
	}
	.tm-no-margin-bottom\@m {
		margin: 0!important
	}
}

@media (max-width:1200px) {
	.tm-no-space\@l {
		padding: 0!important;
		margin: 0!important
	}
	.tm-no-space\@l [class*=border-style-radius] {
		border-radius: 0!important
	}
	.tm-no-margin\@l {
		margin: 0!important
	}
	.tm-no-margin-top\@l {
		margin: 0!important
	}
	.tm-no-margin-bottom\@l {
		margin: 0!important
	}
}

#dr-xs-header {
	height: 60px;
	padding: 0 20px;
	background: white;
	border-bottom: 1px solid #e3dcdc;
	display: none;
}

#dr-xs-header a:hover {
	text-decoration: none!important
}

@media (min-width:1400px) {
	min-height: 560px
}

@media (max-width:960px) {
	.tm-flex-reverse {
		display: flex;
		flex-wrap: wrap-reverse
	}
	.dr-subnav>* {
		padding-left: 10px
	}
	.dr-subnav {
		margin-left: -10px
	}
	.dr-subnav-divider>:nth-child(n+2):not(.dr-first-column)::before {
		margin-right: 10px
	}
	.extra-fields-content .grid-md-divider.grid-md-stack>.grid-md-margin::before {
		border: none
	}
	.tm-video-iframe {
		max-height: 300px!important
	}
	.sidebar-bnr {
		float: left;
		text-align: center
	}
	.sidebar-bnr .dr-h3 {
		font-size: 12px!important
	}
	.dr-m-md {
		margin-bottom: 30px!important
	}
	*+.dr-m-md {
		margin-top: 30px!important
	}
	.dr-section {
		padding-top: 30px!important;
		padding-bottom: 30px!important
	}
	.model-card {
		height: 360px!important
	}
}

@media (max-width:640px) {
	h1,
	.dr-h1 {
		font-size: 1.5rem
	}
	h3,
	.dr-h3 {
		font-size: 1.25rem
	}
	h4,
	.dr-h4 {
		font-size: 1.1rem
	}
	.tm-table-space td {
		padding: 13px 15px!important
	}
	.tm-video-iframe {
		max-height: 240px!important
	}
	.dr-padding,
	.dr-card-body {
		padding: 15px!important
	}
	.sidebar-bnr {
		width: 144px;
		height: 66px
	}
	.dr-breadcrumb>:nth-child(n+2):not(.dr-first-column)::before {
		margin: 0 7px!important
	}
}

@media (max-width:640px) {
	#promo-top {
		padding-right: 30px
	}
	#promo-top .promo-top-text {
		max-width: 200px;
		font-size: 1.1rem!important
	}
	#promo-top .button-style {
		line-height: 36px;
		padding: 0 7px;
		font-size: 0.9rem
	}
}

@media (max-width:640px) {
	.biz-page-header img {
		width: 70px!important;
		height: 70px!important
	}
	.biz-page-header .dr-h2,
	.biz-page-header h1 {
		font-size: 1.4rem!important
	}
	.biz-page-header h3 {
		font-size: 1.1rem!important
	}
	.biz-contact table i {
		display: none
	}
	.tm-section-headline {
		text-align: center
	}
	*+.tm-section-headline {
		margin: 20px 0
	}
	#home-biz-pages {
		padding: 0 10px!important
	}
	*+.dr-m-md {
		margin-top: 25px!important
	}
	.dr-m-md-bottom,
	.dr-m-md {
		margin-bottom: 25px!important
	}
	.model-card {
		height: 280px!important
	}
}

:root {
	--primary-bg: #012047
}

html * {
	letter-spacing: -0.2px
}

.autoComplete_highlighted {
	color: var(--primary-bg)!important
}

@media (max-width:960px) {
	#sidebar>div {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 10px
	}
	#sidebar>div:before {
		display: none
	}
	.sidebar-bnr {
		width: 100%;
		margin-top: 0!important;
		height: auto
	}
}

@media (max-width:640px) {
	#sidebar>div {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 10px
	}
	.model-card {
		min-height: 280px!important
	}
}


/* Footer section */

.escortdr-footer .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.escortdr-footer .form-control {
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.escortdr-footer .form-control {
	color: #2b2b2b;
	font-size: 14px;
	border-radius: 0;
}

.escortdr-footer .footer-subscribe-block .form-control {
	color: #fff;
	background-color: transparent;
	border-color: #636368;
	width: -webkit-fill-available;
}

.escortdr-footer .form-control--sm {
	padding: 0px 15px;
}

.escortdr-footer .mln-btn {
	background: #ffffff;
	color: #2b2b2b;
	transition: .2s;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
}

.escortdr-footer .btn-sm {
	height: auto;
	font-size: 14px;
	line-height: 24px;
	padding: 5px 28px;
}

.escortdr-footer .btn-block {
	display: block;
	width: 100%;
}

.escortdr-footer .footer-color-2 .footer-subscribe-block .mln-btn:not(:hover) {
	background: #fff;
	color: #29292b;
	border-color: #fff;
}

.escortdr-footer .footer-subscribe-block form>*+* {
	margin-top: 10px;
}

.escortdr-footer .list-footer {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 15px;
}

.escortdr-footer .col-lg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.escortdr-footer .text-center {
	text-align: center !important;
}

.escortdr-footer .text-md-left {
	text-align: left !important;
}

.escortdr-footer .list-footer li:first-child a,
.list-footer li:first-child>span {
	padding: 0 0 10px;
}

.escortdr-footer .collapsed-caret,
input[type=checkbox].collapsed-checkbox {
	display: none;
}

.escortdr-footer .list-footer li a,
.list-footer li>span {
	display: inline-block;
	padding: 10px 0;
	letter-spacing: .5px;
	text-decoration: none;
}

.escortdr-footer .logo_text {
	text-decoration: none!important;
}

.escortdr-footer .logo_text h2 {
	color: #fff;
	font-size: 29px;
	letter-spacing: 1px;
	font-weight: 800;
}

.escortdr-footer .logo_text h2 {
	color: #fff;
	font-size: 29px;
	letter-spacing: 1px;
	font-weight: 800;
}

.escortdr-footer .footer-subscribe-block:not(:first-child) {
	margin-top: 35px;
}

.escortdr-footer ul.footer-socials {
	color: #fff;
	font-size: 13px;
}

.escortdr-footer .footer-socials {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.escortdr-footer {
	padding: 50px 0px 10px;
}

.main-banners {
	display: flex;
	justify-content: space-between;
	margin: 15px 0px;
}

.main-banners .banner-one,
.main-banners .banner-tw,
.main-banners .banner-th {
	margin-right: 8px;
}

.logo_text h2 {
	font-family: "Work Sans", sans-serif;
	color: #021f47;
	font-size: 29px;
	letter-spacing: 1px;
	font-weight: 800;
	margin: 0px;
}

.logo-sidebar_text h2 {
	font-family: "Work Sans", sans-serif;
	color: #021f47;
	font-size: 29px;
	letter-spacing: 1px;
	font-weight: 800;
	margin: 0px;
}

.slider-items-style img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dr-accordion-content li a {
	padding: 10px 0px !important;
	border-bottom: 0px !important;
}

.dr-accordion-content li:last-child a {
	border-bottom: 0px !important;
}

.model-card.pos-rel.tm-bg-dark {
	overflow: hidden;
}

.body-type-filter .dr-accordion-content {
	padding: 0px 20px 10px;
}

.tm-border-radius {
	border-radius: 5px;
}

.main-link-reset img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	margin: 15px;
}

.main-link-reset-logo img {
	width: 200px;
	height: 60px;
	object-fit: cover;
	margin: 15px;
}

.dr-text-right img {
	margin-left: -15px;
}

.uk-button-default {
	border-color: #a32241;
	box-sizing: border-box;
	color: #a32241;
}

.dr-button-default:not(:disabled):focus,
.dr-button-default:not(:disabled):active,
.dr-button-default:not(:disabled):hover {
	background: none;
	border-color: #a32241;
	color: #a32241;
}

.dr-button-default:not(:disabled):hover {
	background: rgba(0.29, 0.31, 0.33, 1.00);
}

.dr-button-default:active,
.uk-button-default.uk-active {
	background-color: rgba(0, 0, 0, 0);
	color: #333;
	border-color: #9f8787;
}

.dr-button-default:hover,
.dr-button-default:focus {
	background-color: rgba(0, 0, 0, 0);
	color: #333;
	border-color: #b6a3a3;
}

.dr-button:hover {
	text-decoration: none;
}

.dr-button:not(:disabled) {
	cursor: pointer;
}

.dr-button-default {
	border-color: #a32241;
	box-sizing: border-box;
	color: #a32241;
}

.dr-button {
	border-radius: 5px;
	font-weight: bold;
}

.dr-margin-small-right {
	margin-right: 10px!important;
}

.dr-button-default {
	background-color: transparent;
	color: #333;
	border: 1px solid #e3dcdc;
}

.dr-button {
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 25px;
	vertical-align: middle;
	font-size: .8rem;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: .1s ease-in-out;
	transition-property: color, background-color, border-color;
}

#report-info-modal .dr-button {
	border: 1px solid #012047;
	color: #f8f8f8;
	font-weight: 600;
	border-radius: 5px;
	background-color: #012047;
}

#report-info-modal .dr-modal-close {
	background-color: transparent !important;
	color: #012047!important;
}

.modal-newsletter2 .modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-newsletter2 .modal-content {
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

.modal-newsletter2 {
	z-index: 999999!important;
}

.modal-newsletter2 .modal-dialog {
	background-color: #000!important;
	border-radius: 15px;
	margin-top: 20px;
}

.modal-newsletter2 .modal-dialog .close {
	border: none;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999999!important;
	display: block;
	border-radius: 30px;
	overflow: auto;
	padding: 5px 8px 7px 8px;
	margin: auto;
}

.modal-newsletter2 .row {
	display: -ms-flexbox;
	display: flex;
}

.modal-newsletter2 .modal-headar {
	margin: auto;
	text-align: center;
}

.modal-newsletter2 .modal-headar h3 {
	margin: 0;
}

.modal-newsletter2 .product-carousel,
.modal-newsletter2 .product-grid {
	margin-top: -30px;
	justify-content: center;
}

@media (min-width: 1025px) {
	.modal-newsletter2 .product-grid.product-lg-3 .product-item {
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 30%;
	}
}

@media (min-width: 768px) {
	.modal-newsletter2 .product-grid.product-md-3 .product-item {
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 30%;
	}
}

.modal-newsletter2 .product-item {
	margin-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}

.modal-newsletter2 .product-item-photo-wrap {
	position: relative;
	z-index: 0;
	min-height: 100px;
}

.modal-newsletter2 .product-item-photo {
	display: block;
	position: relative;
	z-index: 2;
}

.modal-newsletter2 .product-item-photo img {
	border: 3px solid #012047;
}

.modal-newsletter2 .product-item-photo img {
	display: block;
	width: 100%;
	height: auto;
}

.modal-newsletter2 .product-item-photo img {
	border: 3px solid #d3a662;
	border-radius: .25rem;
}

.modal-newsletter2 .product-item-photo img {
	width: 100%;
	max-width: 100%;
	transition: opacity .5s;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

.modal-newsletter2 .lazyloaded,
.modal-newsletter2 img.lazyloaded {
	opacity: 1;
}

.modal-newsletter2 .product-item-labels {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	z-index: 3;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	pointer-events: none;
}

.modal-newsletter2 .short-info-box {
	position: absolute;
	text-shadow: 1px 1px #000;
	border-radius: .25rem;
	color: #fff;
	padding: 10px;
	font-weight: 600;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 1rem;
	background: linear-gradient(to bottom, rgba(214, 214, 214, 0) 0, rgba(0, 0, 0, .9) 100%);
	z-index: 999;
}

.modal-newsletter2 .short-info-box a {
	color: #fff;
	text-decoration: none;
}

.modal-newsletter2 .justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.modal-newsletter2 .flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.modal-newsletter2 .d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.modal-newsletter2 .short-info-box .p-1 {
	padding: .25rem!important;
}

.modal-newsletter2 .e_showname {
	font-size: 1.09rem;
	color: #fff;
}

@media (min-width: 768px) {
	.modal-newsletter2 .d-md-block {
		display: block !important;
	}
}

.modal-newsletter2 .ribbon {
	position: absolute;
	top: -2px;
	left: -3px;
	overflow: hidden;
	width: 75px;
	height: 75px;
	z-index: 999;
}

.modal-newsletter2 .ribbon span {
	font-size: 10px;
	font-weight: 600;
	color: #000;
	text-align: center;
	line-height: 20px;
	transform: rotate( -45deg);
	-webkit-transform: rotate( -45deg);
	width: 100px;
	display: block;
	background: #d3a662;
	background: linear-gradient(#d3a662 0, #d3a662 100%);
	box-shadow: 0 3px 10px -5px #000;
	position: absolute;
	top: 19px;
	left: -21px;
}

.modal-newsletter2 .ribbon span::before {
	border-left: 3px solid #012047;
}

.modal-newsletter2 .ribbon span::after,
.ribbon span::before {
	border-top: 3px solid #012047;
}

.modal-newsletter2 .ribbon span::after,
.ribbon span::before {
	position: absolute;
	top: 100%;
	z-index: -1;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #d3a662;
	content: "";
}

.modal-newsletter2 .ribbon span::after,
.ribbon span::before {
	position: absolute;
	top: 100%;
	z-index: -1;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #d3a662;
	content: "";
}

.modal-newsletter2 .ribbon span::before {
	left: 0;
	border-left: 3px solid #d3a662;
	border-right: 3px solid transparent;
}

.modal-newsletter2 .form-group:last-child,
.modal-newsletter2 .form-row:last-child {
	margin-bottom: 0;
}

.modal-newsletter2 .form-group-footer {
	width: 100%;
	margin: auto;
	text-align: center;
}

.modal-newsletter2 .form-group,
.form-row {
	margin-bottom: 20px;
}

.modal-newsletter2 .modal .btn {
	margin-right: auto;
	margin-left: auto;
	max-width: 370px;
}

.modal-newsletter2 .mln-btn {
	background: #2b2b2b;
	color: #fff;
	transition: .2s;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
}

.modal-newsletter2 .mln-btn,
.modal-newsletter2 .mln-btn-invert,
.modal-newsletter2 .mln-btn-promo,
.modal-newsletter2 .mln-btn-white {
	height: 46px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	padding: 9px 50px;
	border-radius: 0;
	cursor: pointer;
	transition: .1s;
}

.modal-newsletter2 .h3-style,
h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 0;
}

#contact-escort-modal .dr-modal-dialog {
	width: 720px;
	background: transparent;
}

#contact-escort-modal .container {
	justify-content: center;
	display: grid;
	margin: 15px;
}

@media screen and (max-width: 720px){
	.hidden-mobile {
    	   display: none;
	}
	.modal-newsletter2 .short-info-box {
	   padding: 1px;
	}
	.modal-newsletter2 .e_showname {
   	  font-size: 13px;
        }
.escort-location a {
    font-size: 13px;
}
.escort-price {
    font-size: 13px;
}
.modal-newsletter2 .form-group-footer {
    display: contents;
}
.form-group-footer .col-sm-12 {
    padding: 12px 0px !important;
}
.row.product-grid.product-lg-3.product-md-3.product-sm-2.product-xs-2.js-listingGrid {
    padding: 0px !important;
}
.escort-showname {
    padding-bottom: 0px !important;
}
}

.button-style-ek {
    /*background-color: #fff !important;*/
}

#location-autocomplete .dr-input {
    background: rgb(255 255 255)!important;
}

.text-color-menu-tools {
    color: #031e47 !important;
}

.text-color-menu-tools:hover {
    color: #031e47 !important;
}
.logo_text {
    text-decoration: none !important;
}

/* stamp style */

.stamp.is-vip {
    background-color: #111;
    font-size: 14px;
    height: 1.6rem;
    padding: 2px 0 0!important;
    letter-spacing: normal;
    font-weight: 700;
    line-height: 14px;
}
.stamp.is-vip.stamp-babes {
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    color: #ffd400;
    border: 1px solid #ffd400;
    box-shadow: 0 0 0 6px #333, 0 1px 1px 4px rgb(0 0 0 / 10%);
    top: 12px;
    right: 13px;
}

.stamp.is-vip.stamp-babes svg {
    background-color: #333;
    padding: 4px;
    fill: #ffd400;
    width: 22px;
    height: 18px;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -11px;
    border-radius: 20px 20px 5px 5px;
    z-index: 2;
}

.model-card-headline .stamp {
    border-radius: 2px;
}

figure.stamp-babes-new {
    background-color: #ec1c24;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    right: -15px;
    bottom: 55px;
    padding: 0px 10px 0px 6px;
}

figure.stamp-babes-new:before {
    left: -16px;
    border-left-color: transparent !important;
    border: 11px solid #ec1c24;
    position: absolute;
    display: block;
    bottom: 0px;
    content: "";
    z-index: 0;
}
.featured-icon {
    position: absolute;
    left: -20px;
    top: 0px;
    /*background-color: rgba(377,377,377,0.8 );*/
    padding: 0px 23px 0px;
    transform: rotate(
-44deg
);
}
.featured-icon svg {
    width: 20px;
    height: 20px;
}

.dispaly-visible {
    display: inline-table !important;
}

.model-card-headline h5,
.model-card-headline span
 {
    text-shadow: 0 1px 1px rgb(0 0 0 / 70%);
}



/*
.model-card-headline {
    z-index: 0;
}

.model-card-headline:before {
    content: "";
    background-color: rgba(28, 69, 107, 0.5);
    width: 120%;
    height: 115%;
    bottom: -1px;
    left: -15px;
    position: absolute;
    z-index: -1;
}*/