/* Replace the following values to update the dark base green to the primary colour of the company brand guidelines 

	Values can be found in sources/website.css, sources/responsive.css 

	---- DO NOT INCLUDE THE # WHEN REPLACING THE VALUE ----

	HEX Code: E53E30

	RGB Code: 229, 62, 48

*/

/*===============================================================================================================================*/
/*                                                            RESET.CSS                                                          */
/*===============================================================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

body {
	line-height: 1.3;
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 100%;
	color: #272727;
	background: white;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup {
	vertical-align: super;
	font-size: small;
	line-height: 0;
}

/* screen reader only */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

h1, h2, h3, h4, h5 {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
}

h1 {
	font-size: 2.3em;
	margin-bottom: 20px;
}

h1.h2 {
	font-size: 1.6em;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 20px;
}

h2.h1 {
	font-size: 2.3em;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.4em;
	margin-bottom: .5em;
}

h4 {
	font-size: 1.2em;
	margin-bottom: .45em;
}

h5 {
	font-size: 1em;
	margin-bottom: .5em;
}

.corp-colour {
	color: #E53E30;
}

strong {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
}

i {
	font-style: italic;
}

p, li {
	font-size: 1em;
	line-height: 1.5;
}

p + h2, p + h3, p + h4, p + h5, p + p, p + #termsAndConditions, p + .form-section, p + .form-section-grouper,
p + .form-check-group, p + .form-radio-group, p + fieldset, .form-section-grouper + .form-section-grouper {
	margin-top: 1em;
}

p + dl {
	margin-top: 16px;
}

p.with-bottom-margin {
	margin-bottom: 1em;
}

p.small {
	font-size: 85%
}

p.large {
	font-size: 110%
}

p.centered {
	text-align: center;
}

a {
	color: #E53E30;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a:hover,
a:focus {
	text-decoration: none;
}

a.skip-link {
	font-size: 13px;
	display: block;
	position: fixed;
	left: -10000px;
	top: 10px;
	color: white;
	z-index: 10000;
	padding: .25em .5em;
	border-radius: 5px;
}

a.skip-link:focus {
	left: 15px;
	top: 13px;
	background-color: black;
	outline-color: #1fad2d;
}

a.link {
	display: inline-block;
	color: #E53E30;
	text-decoration: none;
}

a.link span {
	text-decoration: underline;
}

a.link:hover,
a.link:focus {
	text-decoration: none;
}

a.link:hover span,
a.link:focus span {
	text-decoration: none;
}

a.link:before {
	content: '\f18e';
	display: inline-block;
	font-family: "Material-Design-Iconic-Font";
	font-size: 1em;
	color: black;
	margin-right: 5px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	text-decoration: none !important;
}

ol {
	list-style: decimal;
	margin: 0 0 1em 2em;
}

ul {
	list-style: disc;
	margin: 0 0 1em 2em;
}

p + ul, p + ol {
	margin-top: 1em;
}

li + li {
	margin-top: 5px;
}

dl {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 0;
	width: 100%;
	overflow: hidden;
	border: 1px solid rgba(10,49,97,.2);
	margin-bottom: 16px;
	padding: 16px 16px 8px;
	border-radius: 10px;
}

dl.no-flex {
	display: block;
}

.certificate dl {
	margin-top: 10px;
	background: #f4f8fc;
	border-color: #eaf1f9;
}

dl.no-bottom-margin {
	margin-bottom: 0;
}

.form-section-grouper.alert .form-section-grouper dl {
	border: none;
	margin-bottom: 0;
	padding: 1em 0 .5em;
	background: transparent;
}

dt {
	display: inline-block;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 16px;
	text-align: right;
	line-height: 1.3;
	width: 50%;
	padding: 0 0 10px 0;
	vertical-align: top;
	flex-basis: 50%;
}

dt.grouping {
	font-size: 16px;
	width: 100%;
	text-align: left;
	color: #01203d;
	margin: 1.25em 0 .75em;
	padding: 0 0 .25em;
	border-bottom: 1px solid rgba(10,49,97,.1);
	flex-basis: 100%;
}

dt.grouping:first-of-type {
	margin-top: 0;
}

dt::after {
	content: ":";
}

dt.grouping::after {
	content: '';
}

dd {
	display: inline-block;
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	width: 50%;
	margin: 0;
	padding: 0 0 10px 20px;
	vertical-align: bottom;
	flex-basis: 50%;
}

dd.fee {
	color: red;
}

dd.total,
dt.total {
	border-top: 3px double #999;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	padding: 10px 0;
	vertical-align: bottom;
}

dd.bookEntry,
dt.bookEntry {
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	padding: 10px 0;
}

dd.total {
	border-top: 3px double #999;
	border-bottom: 1px solid #999;
	padding: 10px 0 10px 20px;
	color: green;
}

.registered dt {
	width: 300px;
	text-align: left;
	color: #666;
}

.registered dd {
	width: calc(100% - 320px);
	padding: 0 0 10px 20px;
}

.nowrap {
	white-space: nowrap;
}

.units-held {
	font-family: "Montserrat SemiBold";
	font-size: 1.1em;
	display: inline-block;
	background-color: #E53E30;
	color: white;
	padding: .15em .5em;
	border-radius: 5px;
}

span.green {
	font-family: "Montserrat SemiBold";
	color: green;
}

.hidden {
	margin-top: 10px;
}
/*===============================================================================================================================*/
/*                                                            WEBSITE.CSS                                                        */
/*===============================================================================================================================*/
div.wrapper {
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
}

div.wrapper.tm_enabled {
	padding: 43px 0 0 0;
}

.qr-code {
	width: 180px;
	margin: 1.5em auto;
}

.qr-code img {
	width: 100%;
}

.check {
	display: block;
	max-width: 80px;
}

/* Test Mode ------------------------------------------------------------------------------------------------------------------- */
.testmode {
	position: fixed;
	top: -40px;
	left: 0;
	right: 0;
	height: 43px;
	padding: 8px 1em;
	background: #ffd2d2;
	border-bottom: 3px solid #da1818;
	z-index: 3000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.testmode p {
	display: block;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: .9em;
	margin: 0;
	position: absolute;
	left: 1em;
	top: 8px;
	height: 24px;
	line-height: 24px;
	color: #444;
}

.testmode a {
	font-family: "Montserrat Medium", Arial, sans-serif;
	font-size: 0.8em;
	color: white;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 100%;
	width: auto;
	height: auto;
	line-height: 30px;
	padding: 0 .625em 0 1em;
	border-radius: 0 0 5px 5px;
	background: #da1818;
}

.testmode a:after {
	float: right;
	display: inline-block;
	line-height: 30px;
	font-family: "Material-Design-Iconic-Font";
	font-size: 1.5em;
	color: white;
	text-align: center;
	margin-left: 10px;
	content: '\f2fc';
}

.testmode a.closed:after {
	content: '\f2f9';
}

.testmode a.open:after {
	content: '\f2fc';
}

.testmode ul {
	list-style: none;
	text-align: right;
	margin: 0;
}

.testmode ul li {
	font-family: "Montserrat Medium", Arial, sans-serif;
	font-size: .8em;
	display: inline-block;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 10px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.testmode ul li:last-child {
	margin: 0;
}

.testmode ul li span.status {
	display: inline-block;
	height: 24px;
	line-height: 22px;
	color: white;
	margin: 0 0 0 5px;
	padding: 0 10px;
	border-radius: 5px;
}

.testmode ul li span.status.green {
	background: green;
	border: 1px solid darkgreen;
}

.testmode ul li span.status.grey {
	background: #ccc;
	color: #777;
	border: 1px solid #999;
}

.testmode ul li span.status.red {
	background: #da1818;
	border: 1px solid #7d1010;
}

/* Navbar (logo area) ---------------------------------------------------------------------------------------------------------- */
.header-wrapper {
	width: auto;
	height: auto;
	background: #080808 url("../images/bkg_banner-wrapper.jpg") center no-repeat;
	background-size: cover;
}

/* If you want a transparent navbar (logo) over the banner area remove the background and box-shadow  */
header div.main {
	line-height: 16px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2000;
	background-color: white;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
}

.scrolled header div.main {
	background-color: white;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
}

.nav-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 75em;
	margin: 0 auto;
	padding: 1.25em;
}

.scrolled .nav-wrapper {
	padding: .5em 1.25em;
}

.sitebranding {
	width: auto;
	height: 50px;
}

.sitebranding img {
	height: 50px;
}

.scrolled .sitebranding, .scrolled .sitebranding img {
	height: 40px;
}

.sitebranding img.is-scrolled {
	display: none;
}

.scrolled .sitebranding img.is-scrolled {
	display: block;
}

.scrolled .sitebranding img.not-scrolled {
	display: none;
}

/* Banner ---------------------------------------------------------------------------------------------------------------------- */
.banner_wrapper {
	position: relative;
	width: auto;
}

div.banner {
	width: auto;
	max-width: 75em;
	height: auto;
	margin: 0 auto;
	padding: 13em 1.25em 6em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.identification div.banner {
	padding: 10em 1.25em 6em;
}

div.offer-intro {
	width: auto;
	max-width: 60%;
	text-align: left;
}

div.offer-intro h1 {
	font-family: "Montserrat Bold", Arial, sans-serif;
	font-size: 2.5em;
	margin-bottom: 0px;
	color: white;
}

div.offer-intro p {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 1.5em;
	color: white;
}

/* Content --------------------------------------------------------------------------------------------------------------------- */
.cab-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	min-height: 100vh;
}

.content-wrapper, main {
	background: white;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.content-wrapper.no-banner {
	padding-top: 90px;
}

.scrolled .content-wrapper.no-banner {
	padding-top: 56px;
}

.content-wrapper.alt {
	text-align: center;
	background-color: #f3f3f3;
}

.content-wrapper.questions {
	text-align: center;
	background: #fafafa url("../images/bkg_content-wrapper-questions.png") bottom center no-repeat;
	background-size: cover;
}

.questions p {
	font-size: 1em;
	margin-bottom: 0;
	line-height: 1.6;
}

.content {
	width: auto;
	max-width: 75em;
	height: auto;
	margin: 0 auto;
	padding: 2.5em 1.25em;
}

.content.no-padding {
	padding: 0;
}

.questions .content {
	max-width: 43.75em;
	padding: 7em 1.25em;
}

article.main.login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0px;
}

article.main div.left {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 2em 0 0;
}

div.login-block-wrapper {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 40%;
	padding: 1.5em;
	background: #fafafa;
	-webkit-box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%),0 4px 6px -2px rgb(0 0 0 / 5%);
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%),0 4px 6px -2px rgb(0 0 0 / 5%);
	-ms-flex-item-align: start;
	align-self: flex-start;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	border-radius: 5px;
}

.col-2-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.col-2-block + .media-block {
	margin-top: 5em;
	border-top: 1px solid #ccc;
}

.col.text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 60%;
}

.col.image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 40%;
}

.location, .bank-details {
	width: 100%;
	height: auto;
	margin: 0 0 1em 0;
	padding: 1em 3.5em 1em 1em;
	background-color: #fafafa;
	border: 1px solid rgba(10,49,97,.2);
	border-radius: 10px;
}

.location {
	background: white url("../images/bkg_location.png") bottom right no-repeat;
}

.bank-details {
	background: white url("../images/bkg_bank.png") bottom right no-repeat;
}

.location p, .bank-details p {
	margin-bottom: 0;
}

p + .location, p + .bank-details {
	margin-top: 1em;
}

.bank-details p + p {
	margin-top: 0;
}

p + .print-wrapper {
	margin-top: 1em;
}

.print-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
}

.print-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 1em;
}

/* Important Documents --------------------------------------------------------------------------------------------------------- */
div.document_block {
	text-align: center;
	margin-top: 1em;
}

ul.important-documents {
	text-align: center;
	list-style: none;
	margin: 0 0 1em;
}

ul.important-documents li {
	position: relative;
	display: inline-block;
	width: auto;
	max-width: 15.625em;
	margin: 5px;
	cursor: pointer;
	padding: 15px;
	background: #f3f3f3;
	border: 1px solid rgba(10,49,97,.1);
	border-radius: 8px;
}

ul.important-documents li a {
	display: block;
	width: 100%;
	height: 100%;
}

ul.important-documents li.selected {
	background: rgba(101,155,94,.15);
	border: 1px solid #659B5E;
}

ul.important-documents li.selected:hover,
ul.important-documents li.selected:focus {
	opacity: 1;
}

ul.important-documents li a {
	text-decoration: none;
	color: #272727;
}

ul.important-documents li img {
	width: 100%;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.02);
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.02);
}

ul.important-documents li p {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	font-size: .95em;
	line-height: 1.2;
	margin-bottom: 0px;
	padding: 10px;
	background: rgba(255,255,255,0.6);
	border-top: 1px solid #ccc;
	border-radius: 0 0 8px 8px;
	z-index: 10;
}

ul.important-documents li p cite {
	margin-top: -3px;
}

ul.important-documents li button.read-docs {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 20px);
	height: auto;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	text-align: left;
	line-height: 1.5;
	color: #000;
	padding: .25em 2.25em .25em 1em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M19.78 19.78H4.22V4.22h6.67c.61 0 1.11-.5 1.11-1.11S11.5 2 10.89 2H3c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-7.89c0-.61-.5-1.11-1.11-1.11s-1.11.5-1.11 1.11zM14.22 3.11c0 .61.5 1.11 1.11 1.11h2.88L8.07 14.36c-.43.43-.43 1.13 0 1.57.43.43 1.13.43 1.57 0L19.78 5.79v2.88c0 .61.5 1.11 1.11 1.11S22 9.28 22 8.67V3c0-.55-.45-1-1-1h-5.67c-.61 0-1.11.5-1.11 1.11'/%3E%3C/svg%3E");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 24px;
	background-color: #d1f5cd;
	border: 2px solid #659B5E;
	border-radius: 10px;
	-webkit-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	-webkit-box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.2);
	z-index: 20;
}

ul.important-documents li.selected button.read-docs {
	display: none;
}

ul.important-documents li button.read-docs span {
	border-bottom: 2px solid #105b06;
}

ul.important-documents li button.read-docs:focus,
ul.important-documents li button.read-docs:hover {
	outline: none;
	cursor: pointer;
	background-color: white;
	border-color: black;
}

div.doc {
	position: relative;
	text-align: center;
}

span.unread,
span.read {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
}

span.read:before {
	display: block;
	font-family: "Material-Design-Iconic-Font";
	content: '\f26b';
	font-size: 16px;
	color: white;
	text-align: center;
	font-size: 26px;
	width: 2em;
	height: 2em;
	line-height: 2em;
	border-radius: 100vh;
	background: #659B5E;
	border: 1px solid #659B5E;
	-webkit-box-shadow: inset 0 0 0 4px #FFFFFF, 2px 2px 3px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 0 4px #FFFFFF, 2px 2px 3px 3px rgba(0,0,0,0.2);
}

/* Form Process Steps ---------------------------------------------------------------------------------------------------------- */
.form-process-wrapper {
	position: relative;
	width: 100%;
	margin-top: 90px;
	height: auto;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd),color-stop(9%, #f3f3f3),color-stop(9%, #f3f3f3));
	background: -o-linear-gradient(top, #dddddd 0%,#f3f3f3 9%,#f3f3f3 9%);
	background: linear-gradient(to bottom, #dddddd 0%,#f3f3f3 9%,#f3f3f3 9%);
}

.form-process-wrapper .content {
	padding: 1.25em;
}

.form-process {
	width: 100%;
	height: auto;
}

.form-process .form-title {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.form-title p {
	font-size: 1em;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	margin-bottom: 10px;
	color: #272727;
}

.form-process-steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form-process-step {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.form-process-step + .form-process-step {
	padding-left: 2px;
}

.form-process-step p {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: .9em;
	margin-bottom: .5em;
	color: #AAAAAA;
}

.form-process-step.filled p {
	color: #E53E30;
	text-align: left;
}

.form-process-step-indicator {
	display: block;
	position: relative;
	height: 10px;
	background: #cecece;
}

.form-process-step-indicator:before, .form-process-step-indicator:after {
	position: absolute;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid green;
	content: '';
	background: #f3f3f3;
}

.form-process-step-indicator:before {
	left: 0;
	border-left: 5px solid #f3f3f3;
	background: #cecece;
}

.form-process-step-indicator:after {
	right: 0;
	border-left: 5px solid #cecece;
	background: #f3f3f3;
}

.filled .form-process-step-indicator:before {
	background: #E53E30;
	border-left: 5px solid #f3f3f3;
}

.filled .form-process-step-indicator:after {
	border-left: 5px solid #E53E30;
}

.form-process-step:first-of-type .form-process-step-indicator:before {
	display: none;
}

.form-process-step:last-of-type .form-process-step-indicator:after {
	display: none;
}

.filled .form-process-step-indicator {
	background: #E53E30;
}

.form-process-step:first-of-type .form-process-step-indicator {
	border-radius: 100vh 0 0 100vh
}

.form-process-step:last-of-type .form-process-step-indicator {
	border-radius: 0 100vh 100vh 0
}

/* Form Sections --------------------------------------------------------------------------------------------------------------- */
.section-help {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-top: 20px;
	margin-bottom: 1em;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(10,49,97,.2)
}

.section-help.no-top-margin {
	margin-top: 0;
}

.login-block-wrapper .section-help {
	margin-top: 1.2em;
}

.help-heading {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.help-heading h4 {
	font-size: 1em;
}

.section-help h1, .section-help h2, .section-help h3 {
	margin-bottom: 0;
}

.form-section {
	padding-top: 2em;
	margin-bottom: 2em;
	border-top: 1px solid #cccccc;
}

.form-section.first {
	padding-top: 0;
	border-top: 0;
}

.form-section-grouper {
	width: 100%;
	max-width: 80%;
	height: auto;
	position: relative;
}

.form-section-grouper.full-width {
	max-width: 100%;
}

.form-section-grouper.center-aligned {
	text-align: center;
}

.form-section-grouper.with-bottom-margin {
	margin-bottom: 1em;
}

.form-section-grouper.certificate {
	padding: 1em;
	background: #f3f3f3;
	border-color: rgba(10,49,97,.1);
	-webkit-box-shadow: 0 10px 15px -3px rgb(0 0 0 / 8%),0 4px 6px -2px rgb(0 0 0 / 3%);
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 8%),0 4px 6px -2px rgb(0 0 0 / 3%);
}

.form-section-grouper.certificate .white-wrapper {
	background: white;
	padding: 1em;
	border-color: rgba(10,49,97,.1);
}

.form-section-grouper.certificate h2 {
	font-size: 1.2em;
}

.form-section-grouper.alert {
	background: #f9f5ea;
	border: 1px solid #f1ecdb;
	padding: 1em;
}

.form-section-grouper.alert .form-section-grouper {
	position: relative;
	border: 1px solid #fbb357;
}

.form-section-grouper.alert .form-section-grouper.orange-bg {
	background: #f9f5ea;
}

.form-section-grouper.alert .form-section-grouper p {
	margin-bottom: 0;
	padding-top: 5px;
	padding-left: 50px;
}

.form-section-grouper.alert .form-section-grouper p strong {
	font-size: 110%;
}

.form-section-grouper.alert .form-section-grouper p + br {
	display: none;
}

.form-section-grouper .no_border .form-section-grouper {
	background: transparent;
}

.form-section-grouper + h2 {
	margin-top: 30px;
}

.form-section-grouper.form-information {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1em;
	border-radius: 10px;
	border: 1px solid transparent;
}

.form-section-grouper.form-information.flex-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form-section-grouper.form-information.info {
	background-color: #daebfb;
	border-color: #afcae4;
}

.form-section-grouper.form-information.warning {
	background-color: #f9eddd;
	border-color: #e3d1ba;
}

.form-section-grouper.form-information.warning .white-wrapper {
	background-color: white;
	border-color: #e3d1ba;
	padding: 20px;
	border-radius: 8px;
}

span.icon {
	width: 40px;
	margin-right: 1em;
}

.form-information-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

span.icon:before {
	display: block;
	font-family: "Material-Design-Iconic-Font";
	font-size: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
}

span.info:before {
	content: '\f1f8';
	color: #387dbd;
}

span.warning:before {
	content: '\f1f1';
	color: #e4850b;
}

.form-input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

p + .form-input-group {
	margin-top: 1em;
}

.form-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	width: calc(50% - 1em);
	margin-bottom: 1em;
}

.form-input:nth-of-type(2n) {
	margin-left: 2em;
}

.form-input.full-width:nth-of-type(2n) {
	margin-left: 0;
}

.cols-3 .form-input, .cols-3.full-width-label .input-wrapper {
	width: calc(33.3333333333% - 20px);
	margin-left: 0;
}

.cols-3 .form-input + .form-input {
	margin-left: 30px;
}

.form-input.no-left-margin {
	margin-left: 0;
}

.form-input.with-left-margin {
	margin-left: 2em;
}

.form-input.with-right-margin {
	margin-right: 2em;
}

.form-input.no-bottom-margin {
	margin-bottom: 0;
}

.form-input + .form-input {
	margin-top: 0;
}

.form-input.full-width {
	width: 100%;
}

.form-input.rc-recaptcha {
	margin-bottom: 0;
	margin-top: .5em;
}

.input-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.form-input-with-help {
	position: relative;
	display: flex;
	align-items: center;
}

.input-help-wrapper {
	position: relative;
	display: inline-block;
	width: calc(100% - 2.25rem);
	order: 1;
}

.help-button {
	display: inline-block;
	width: 1.9375rem;
	order: 2;
	margin-left: .5rem;
}


.g-recaptcha {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/* Form Review Layout ---------------------------------------------------------------------------------------------------------- */
.review-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.review-block {
	margin-bottom: 1em;
	padding: 1em;
	background: white;
	border: 1px solid rgba(10,49,97,.2);
	border-radius: 8px;
}

.cols-2 .review-block {
	width: calc(50% - 1.5em);
}

.cols-2 .review-block:nth-of-type(2n) {
	margin-left: 3em;
}

.cols-3 .review-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cols-3 .review-block + .review-block {
	margin-left: 1em;
}

/* Form Inputs ----------------------------------------------------------------------------------------------------------------- */
p.label, label, legend {
	position: relative;
	display: inline-block;
	width: auto;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 1em;
	margin-bottom: 5px;
	line-height: 1.3;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.shares-tendered label {
	align-self: center;
}

label.focussed {
	color: #E53E30;
}

legend.no-show {
	position: absolute;
	left: -10000px;
}

legend.mandatory:after {
	font-family: "Montserrat Bold", Arial, sans-serif;
	font-size: 1em;
	color: red;
	margin-left: 3px;
	content: '*';
}

label.checkbox.mandatory:after {
	bottom: auto;
}

.error label {
	color: #b51220;
}

p.label {
	margin-bottom: 1em;
}

a.field-help {
	display: block;
	text-decoration: none;
	outline: none;
	width: 1.9375rem;
	height: 1.9375rem;
	position: relative;
}

a.field-help span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

a.field-help.inline-small {
	display: inline-block;
	width: 1.625rem;
	height: 1.625rem;
	margin-bottom: -5px;
}

a.field-help.inline-small.on-form-label {
	top: -5px;
	margin-left: 5px;
}

a.field-help:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.6875rem;
	height: 1.6875rem;
	line-height: 1.6875rem;
	border-radius: 100vh;
	display: block;
	font-family: "Material-Design-Iconic-Font";
	font-family: "Montserrat Bold", Arial, sans-serif;
	text-align: center;
	font-size: 1.2em;
	text-decoration: none;
	outline: none;
	color: #E53E30;
	background-color: rgba(229, 62, 48,.05);
	border: 2px solid #E53E30;
	content: '\f1f6';
	content: '?';
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

a.field-help.inline-small:after {
	width: 1.375rem;
	height: 1.375rem;
	line-height: 1.375rem;
	font-size: 1em;
	background-color: rgba(229, 62, 48,.05);
	border: 2px solid #E53E30;
}

a.field-help:hover:after, a.field-help:focus:after {
	background-color: transparent;
	color: #E53E30;
}

a.field-help:focus:after {
	-webkit-box-shadow: 0 0 1px 3px rgba(229, 62, 48,.3);
	box-shadow: 0 0 1px 3px rgba(229, 62, 48,.3);
}

cite {
	font-family: "Montserrat Bold", Arial, sans-serif;
	font-size: 1em;
	color: red;
}

cite.not-label {
	position: initial;
	margin-left: 0;
}

label.checkbox cite,
label.radio cite {
	bottom: -2px;
}

abbr {
	display: block;
	font-family: "Montserrat Bold", Arial, sans-serif;
	font-size: 0.7rem;
	text-align: center;
	width: 32px;
	height: 40px;
	line-height: 40px;
}

abbr.large {
	font-size: 1em;
}

abbr.margin-top {
	margin-top: 25px;
}

.cols-3 abbr {
	font-family: "Montserrat Bold", Arial, Helvetica, sans-serif;
	font-size: 1em;
	position: absolute;
	right: -30px;
	bottom: 0px;
	width: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

div.form_captcha abbr {
	text-align: right;
	display: inline-block;
	white-space: nowrap;
	margin-right: 5%;
	color: #E53E30;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
}

input.form-textbox {
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 1em;
	width: 100%;
	width: 100%;
	max-width: 100%;
	padding: .625em;
	color: #272727;
	background: #ffffff;
	border: 1px solid #888888;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

textarea.form-textarea {
	font-size: 0.85em;
	margin: 0;
	width: 100%;
	max-width: 100%;
	height: 150px;
	padding: 15px;
	border: 1px solid #aaa;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border 0.2s ease-out;
	-o-transition: border 0.2s ease-out;
	transition: border 0.2s ease-out;
}

input.form-textbox:hover, textarea.form-textarea:hover {
	border-color: #cccccc;
}

input.form-textbox:focus,
input.form-textbox:active,
input.form-textarea:focus,
input.form-textarea:active {
	outline: 0;
	border-color: #E53E30;
	-webkit-box-shadow: 0 0 1px 1px #E53E30;
	box-shadow: 0 0 1px 1px #E53E30;
}

.error input.form-textbox {
	border-color: #b51220;
}

.error input.form-textbox:focus,
.error input.form-textbox:active {
	-webkit-box-shadow: 0 0 1px 1px #b51220;
	box-shadow: 0 0 1px 1px #b51220;
}

input.form-textbox:disabled {
	background: #eaeaea;
}

input.form-textbox:disabled:hover {
	border-color: #888888;
}

input.form-textbox:disabled:focus,
input.form-textbox:disabled:active {
	border-color: #888888;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input.form_captcha {
	width: 35% !important;
	display: inline-block !important;
}

::-webkit-input-placeholder {
	color: #555;
}

::-moz-placeholder {
	color: #555;
}

:-ms-input-placeholder {
	color: #555 !important;
}

::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

::-moz-placeholder {
	opacity: 1;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

:-ms-input-placeholder {
	opacity: 1;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

::-ms-input-placeholder {
	opacity: 1;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

::placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

*:focus::-webkit-input-placeholder {
	opacity: 0;
}

*:focus::-moz-placeholder {
	opacity: 0;
}

*:focus:-ms-input-placeholder {
	opacity: 0;
}

*:focus::-webkit-input-placeholder {
	opacity: 0;
}

*:focus::-moz-placeholder {
	opacity: 0;
}

*:focus:-ms-input-placeholder {
	opacity: 0;
}

*:focus::-ms-input-placeholder {
	opacity: 0;
}

*:focus::placeholder {
	opacity: 0;
}

/* Checkboxes / Radio Buttons --------------------------------------------------------------------------------------------------- */
.form-check-group.stacked, .form-check-group.inline, .form-check-group.amounts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

.form-check-group.stacked {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form-check-group div {
	width: 100%;
	padding: 1em;
	border: 2px solid transparent;
	border-radius: 10px;
}

.form-check-group div.is-checked {
	border-color: #E53E30;
	background-color: rgba(229, 62, 48,.05);
}

span.css-checkbox label:before,
label.checkbox:before {
	font-family: "Material-Design-Iconic-Font";
	font-size: 1rem;
	content: '\f26b';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	border-radius: 5px;
	margin-right: 1em;
	margin-left: -2.5rem;
	border: 2px solid #888;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-text-size-adjust: none;
}

span.css-checkbox label,
label.checkbox {
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 1em;
	position: relative;
	display: inline-block;
	text-align: left;
	width: auto;
	min-height: 28px;
	line-height: 1.3;
	cursor: pointer;
	margin-bottom: 0;
	margin: 0;
	padding-top: 4px;
}

span.css-checkbox label:last-of-type,
label.checkbox:last-of-type {
	margin: 0 0 0 2.5rem;
}

span.css-checkbox input,
input.css-checkbox {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

span.css-checkbox input + label:before,
input.css-checkbox + label.checkbox:before {
	background: #F4F4F4;
	color: white;
	border-color: #888888;
}

span.css-checkbox input:hover + label:before,
input.css-checkbox:hover + label.checkbox:before {
	background: #f3f3f3;
	border-color: #CCCCCC;
}

span.css-checkbox input:focus + label:before,
span.css-checkbox input:active + label:before,
input.css-checkbox:focus + label.checkbox:before,
input.css-checkbox:active + label.checkbox:before {
	border-color: #E53E30;
	-webkit-box-shadow: 0 0 1px 3px rgba(229, 62, 48,.3);
	box-shadow: 0 0 1px 3px rgba(229, 62, 48,.3);
}

span.css-checkbox input:checked + label:before,
input.css-checkbox:checked + label.checkbox:before {
	color: white;
	background: #E53E30; /* --------------------------------------- To change the colour of the checkbox background to a corporate colour change this */
	border-color: #E53E30;
}

span.css-checkbox input:checked:focus + label:before,
input.css-checkbox:checked:focus + label.checkbox:before {
	color: white;
	background: #E53E30; /* --------------------------------------- To change the colour of the checkbox background to a corporate colour change this */
	border-color: #E53E30;
	-webkit-box-shadow: 0 0 1px 3px rgba(229, 62, 48,.3);
	box-shadow: 0 0 1px 3px rgba(229, 62, 48,.3);
}

.error span.css-checkbox input + label:before, .error input.css-checkbox + label.checkbox:before {
	border-color: #b51220;
}

.form-radio-group.stacked, .form-radio-group.inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

.form-radio-group.stacked {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form-radio-group.inline {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.no_border div.form-radio-group {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

div.form-radio-group.with-bottom-margin {
	margin-bottom: 1em;
}

fieldset.form-radio-group div {
	width: 100%;
	padding: 1rem;
	border: 2px solid transparent;
	border-radius: 10px;
}

.book-control fieldset.form-radio-group.inline div,
.certificate-control fieldset.form-radio-group.inline div {
	width: auto;
	height: 2.5em;
	padding: 0;
	border: none;
	border-radius: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

fieldset.form-radio-group div.is-checked {
	border-color: #E53E30;
	background-color: rgba(229, 62, 48,.05);
}

.book-control fieldset.form-radio-group div.is-checked,
.certificate-control fieldset.form-radio-group div.is-checked {
	background-color: transparent;
	border-color: transparent;
}

.form-radio-group.inline div + div {
	margin-left: 1em;
}

.form-radio-group.with-bottom-margin {
	margin-bottom: 1em;
}

label.radio:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	border-radius: 100vh;
	margin-left: -2.5em;
	border: 2px solid #888;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-text-size-adjust: none;
}

label.radio {
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 1em;
	position: relative;
	display: inline-block;
	width: auto;
	min-height: 1.75em;
	line-height: 1.3;
	cursor: pointer;
	margin: 0 0 0 2.5em;
	padding-top: 4px;
}

label.radio.inline {
	margin-right: 20px;
}

label.radio.inline:last-of-type {
	margin-right: 0;
}

label.radio.inline + br {
	display: none;
}

label.radio span.all_caps {
	font-size: 1em;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	text-transform: uppercase;
}

input.css-radio {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

input.css-radio + label.radio:before {
	background: #f3f3f3;
	-webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
	box-shadow: inset 0 0 0 4px #FFFFFF;
}

input.css-radio:focus + label.radio:before,
input.css-radio:active + label.radio:before {
	border-color: #E53E30;
	-webkit-box-shadow: 0 0 1px 3px rgba(229, 62, 48,.3);
	box-shadow: 0 0 1px 3px rgba(229, 62, 48,.3);
}

input.css-radio:hover + label.radio:before {
	background: #f3f3f3;
	border-color: #CCCCCC;
	-webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
	box-shadow: inset 0 0 0 4px #FFFFFF;
}

input.css-radio:checked + label.radio:before {
	background: #E53E30; /* --------------------------------------- To change the colour of the radio button background to a corporate colour change this */
	border-color: #E53E30;
	-webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
	box-shadow: inset 0 0 0 4px #FFFFFF;
}

input.css-radio:checked:focus + label.radio:before {
	background: #E53E30; /* --------------------------------------- To change the colour of the radio button background to a corporate colour change this */
	border-color: #E53E30;
	-webkit-box-shadow: inset 0 0 0 4px #FFFFFF, 0 0 1px 3px rgba(229, 62, 48,.3);
	box-shadow: inset 0 0 0 4px #FFFFFF, 0 0 1px 3px rgba(229, 62, 48,.3);
}

.error input.css-radio + label.radio:before {
	border-color: #b51220;
}

/* Certificate Page ------------------------------------------------------------------------------------------------------------ */
.certificate-information {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.certificate-icon {
	display: block;
	width: 80px;
	height: 77px;
}

.certificate-icon img {
	width: 100%;
}

.certificate-instructions {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 1.5em;
}

.certificate-control {
	margin: 1em 0;
}

.certificate-control + .certificate-control {
	padding-top: 1em;
	border-top: 1px solid rgba(10,49,97,.2);
}

.certificate-inputs {
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
}

.form-input.certificate-status-radios:after {
	content: '\f2fb';
	display: block;
	position: absolute;
	bottom: 0;
	right: 100%;
	font-family: "Material-Design-Iconic-Font";
	font-size: 1em;
	color: black;
	text-align: center;
	width: 1em;
	line-height: 1.3;
	padding: .625em 0;
}

.certificate-control .css-checkbox {
	margin: 0 20px 28px 0;
}

.row-number {
	width: 1.25em;
	margin-right: .5em;
	-ms-flex-item-align: end;
	align-self: flex-end;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.row-number p {
	font-size: 1em;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	text-align: center;
	padding: .625em 0;
	line-height: 1;
}

.certificate-inputs-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex: 1;
}

.certificate-inputs-wrap .form-input + .form-input {
	margin-left: 1em;
}

.divDoNotTender {
	margin-left: 20px;
}

br.hide-desktop {
	display: none;
}

.tax-forms {
	margin-top: 2em;
}

/* Dutch Auction Page ---------------------------------------------------------------------------------------------------------- */
.da-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.da-control + .form-input {
	margin-top: 1em;
}

.da-control div.price-point {
	width: 180px;
}

.da-control div.shares-tendered {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.da-control p {
	font-family: "Montserrat SemiBold",Arial,sans-serif;
}

.da-control-wrap .form-input {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 0;
}

.form-input.da-control-wrap + .form-input.da-control-wrap {
	padding-top: 1em;
	border-top: 1px solid rgba(10, 49, 97, .2);
}

.da-control-wrap .form-input label {
	width: auto;
	white-space: nowrap;
	margin-bottom: 0;
	margin-right: 1em;
}

.total-shares-tendered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-top: 2em;
}

.total-shares-tendered span {
	display: block;
	font-family: "Montserrat SemiBold";
	font-size: 110%;
	color: green;
	margin-left: .5em;
	position: relative;
	top: 1px;
}

.total-shares-tendered div.form-error {
	display: none;
}
/* Review Page ----------------------------------------------------------------------------------------------------------------- */

.section-edit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1em;
}

.section-edit h2, .section-edit h3 {
	margin-bottom: 0;
}

.section-edit-heading {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 0;
}

a.edit::after {
	font-family: "Material-Design-Iconic-Font";
	content: '\f158';
	margin-left: 5px;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

/* Help & errors --------------------------------------------------------------------------------------------------------------- */
div.form-error {
	background: #fde8ea;
	border: 1px solid #f5c6cb;
	padding: 15px;
	margin: 20px 0;
	text-align: center;
	border-radius: 5px;
}

div.form-error.no-margin {
	margin: 0;
}

div.form-error.no-top-margin {
	margin: 0 0 20px 0;
}

div.form-error.no-bottom-margin {
	margin: 20px 0 0 0;
}

div.form-error.form_inline_error {
	clear: both;
	position: relative;
	top: -18px;
}

div.form-error p {
	color: #b51220;
}

div.form-error p.form-error {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
}

div.form-error p.form-error::before {
	display: inline-block;
	font-family: "Material-Design-Iconic-Font";
	font-size: 24px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	line-height: 1;
	content: '\f1f1';
	position: relative;
	top: 3px;
	left: -8px;
}

.ui-message-help {
	font-size: 1em;
	position: relative;
	max-width: 100%;
	padding: .5em;
	z-index: 10;
	background: #0A3161;
	border-radius: 5px;
	top: 12px;
	margin-bottom: 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.1;
	margin: 0;
	padding: .75em;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	color: white;
	background-color: #0A3161;
}

.ui-message-help:before {
	content: '';
	position: absolute;
	top: 1px;
	margin-top: -10px;
	right: 1em;
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #0A3161;
}

.ui-message-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ui-message-icon {
	width: 24px;
	height: 24px;
	margin-right: .5em;
}

.ui-message-icon::before {
	display: inline-block;
	font-family: "Material-Design-Iconic-Font";
	font-size: 24px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	line-height: 1;
}

.ui-message-help .ui-message-icon::before {
	content: '\f1f8';
}

/* Buttons --------------------------------------------------------------------------------------------------------------------- */
.button-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2em;
}

.button-area.centered {
	display: block;
	text-align: center;
}

.buttons-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.buttons-left div + div {
	margin-left: 1em;
}

.buttons-left div + div.tax-button {
	margin-left: 0;
}

.primary-button,
input.secondary_button {
	display: block;
	height: 44px;
	margin: 0;
	outline: 0;
	border: 0;
	border-radius: 100vh;
	border: 2px solid #E53E30;
	font-size: .95em;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	text-transform: uppercase;
	-webkit-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	-webkit-appearance: none;
	cursor: pointer;
	white-space: normal;
	text-align: left;
	text-decoration: none;
}

a.primary-button {
	line-height: 40px;
}

.primary-button {
	color: white;
	padding: 0 48px 0 20px;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #E53E30;
}

.primary-button.next {
	background-size: 30px;
	background-position: right 10px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='m15.64 10.94-4.59-4.59c-.58-.58-1.53-.58-2.12 0a1.5 1.5 0 0 0 0 2.12L12.46 12l-3.53 3.53a1.5 1.5 0 0 0 0 2.12c.28.28.68.44 1.06.44s.77-.15 1.06-.44l4.59-4.59c.58-.58.58-1.53 0-2.12'/%3E%3C/svg%3E");
}

.primary-button.logoff {
	background-size: 26px;
	background-position: right 10px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='m14.15 12.03 4.44-4.44c.59-.59.59-1.54 0-2.12a1.49 1.49 0 0 0-2.12 0l-4.44 4.44-4.47-4.47a1.49 1.49 0 0 0-2.12 0 1.49 1.49 0 0 0 0 2.12l4.47 4.47-4.44 4.44a1.49 1.49 0 0 0 0 2.12c.29.29.68.44 1.06.44s.77-.15 1.06-.44l4.44-4.44 4.41 4.41c.29.29.68.44 1.06.44s.77-.15 1.06-.44c.59-.59.59-1.54 0-2.12z'/%3E%3C/svg%3E");
}

.primary-button:disabled {
	background-color: #ccc;
	cursor: default;
	opacity: 0.7;
	pointer-events: none;
}

.primary-button {
	color: white;
	padding: 0 48px 0 20px;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #E53E30;
}

.primary-button.next:hover, .primary-button.next:focus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E53E30' viewBox='0 0 24 24'%3E%3Cpath d='m15.64 10.94-4.59-4.59c-.58-.58-1.53-.58-2.12 0a1.5 1.5 0 0 0 0 2.12L12.46 12l-3.53 3.53a1.5 1.5 0 0 0 0 2.12c.28.28.68.44 1.06.44s.77-.15 1.06-.44l4.59-4.59c.58-.58.58-1.53 0-2.12'/%3E%3C/svg%3E");
}

.primary-button.logoff:hover, .primary-button.logoff:focus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E53E30' viewBox='0 0 24 24'%3E%3Cpath d='m14.15 12.03 4.44-4.44c.59-.59.59-1.54 0-2.12a1.49 1.49 0 0 0-2.12 0l-4.44 4.44-4.47-4.47a1.49 1.49 0 0 0-2.12 0 1.49 1.49 0 0 0 0 2.12l4.47 4.47-4.44 4.44a1.49 1.49 0 0 0 0 2.12c.29.29.68.44 1.06.44s.77-.15 1.06-.44l4.44-4.44 4.41 4.41c.29.29.68.44 1.06.44s.77-.15 1.06-.44c.59-.59.59-1.54 0-2.12z'/%3E%3C/svg%3E");
}

.primary-button:hover,
.primary-button:focus {
	background-color: transparent;
	color: #E53E30;
}

.primary-button:focus {
	-webkit-box-shadow: 0 0 1px 3px rgba(229, 62, 48,.3);
	box-shadow: 0 0 1px 3px rgba(229, 62, 48,.3);
}

input.secondary_button {
	padding: 0 1em 0 3em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 30px;
	color: #14191f;
	border-color: transparent;
}

input.secondary_button.back {
	background-position: 5px 50%;
	padding: 0 1em 0 2.7em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2314191f' viewBox='0 0 24 24'%3E%3Cpath d='M15.06 15.54 11.53 12l3.53-3.53c.58-.58.58-1.53 0-2.12-.58-.58-1.53-.58-2.12 0l-4.59 4.59a1.5 1.5 0 0 0 0 2.12l4.59 4.59c.29.29.68.44 1.06.44s.77-.15 1.06-.44a1.5 1.5 0 0 0 0-2.12Z'/%3E%3C/svg%3E");
}

input.secondary_button.logoff {
	background-size: 26px;
	background-position: 10px 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2314191f' viewBox='0 0 24 24'%3E%3Cpath d='m14.15 12.03 4.44-4.44c.59-.59.59-1.54 0-2.12a1.49 1.49 0 0 0-2.12 0l-4.44 4.44-4.47-4.47a1.49 1.49 0 0 0-2.12 0 1.49 1.49 0 0 0 0 2.12l4.47 4.47-4.44 4.44a1.49 1.49 0 0 0 0 2.12c.29.29.68.44 1.06.44s.77-.15 1.06-.44l4.44-4.44 4.41 4.41c.29.29.68.44 1.06.44s.77-.15 1.06-.44c.59-.59.59-1.54 0-2.12z'/%3E%3C/svg%3E");
}

input.secondary_button.print {
	background-size: 26px;
	background-position: 10px 5px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2314191f' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 18h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5m-.5 1.5c0-.28-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5h2c.28 0 .5-.22.5-.5m7-8.5v5h-3v-1h-1v7H8v-7H7v1H4v-5c0-1.65 1.35-3 3-3h1V5.5C8 4.67 8.67 4 9.5 4h5c.83 0 1.5.67 1.5 1.5V8h1c1.65 0 3 1.35 3 3M9 8h6V5.5c0-.28-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5zm6 7H9v6h6zm3-4c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v2h12zm-1 .5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5h1c.28 0 .5-.22.5-.5'/%3E%3C/svg%3E");
}

input.secondary_button:hover,
input.secondary_button:focus {
	color: white;
	background-color: #14191f;
}

input.secondary_button.back:hover,
input.secondary_button.back:focus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M15.06 15.54 11.53 12l3.53-3.53c.58-.58.58-1.53 0-2.12-.58-.58-1.53-.58-2.12 0l-4.59 4.59a1.5 1.5 0 0 0 0 2.12l4.59 4.59c.29.29.68.44 1.06.44s.77-.15 1.06-.44a1.5 1.5 0 0 0 0-2.12Z'/%3E%3C/svg%3E");
}

input.secondary_button.logoff:hover,
input.secondary_button.logoff:focus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='m14.15 12.03 4.44-4.44c.59-.59.59-1.54 0-2.12a1.49 1.49 0 0 0-2.12 0l-4.44 4.44-4.47-4.47a1.49 1.49 0 0 0-2.12 0 1.49 1.49 0 0 0 0 2.12l4.47 4.47-4.44 4.44a1.49 1.49 0 0 0 0 2.12c.29.29.68.44 1.06.44s.77-.15 1.06-.44l4.44-4.44 4.41 4.41c.29.29.68.44 1.06.44s.77-.15 1.06-.44c.59-.59.59-1.54 0-2.12z'/%3E%3C/svg%3E");
}

input.secondary_button.print:hover,
input.secondary_button.print:focus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 18h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5m-.5 1.5c0-.28-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5h2c.28 0 .5-.22.5-.5m7-8.5v5h-3v-1h-1v7H8v-7H7v1H4v-5c0-1.65 1.35-3 3-3h1V5.5C8 4.67 8.67 4 9.5 4h5c.83 0 1.5.67 1.5 1.5V8h1c1.65 0 3 1.35 3 3M9 8h6V5.5c0-.28-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5zm6 7H9v6h6zm3-4c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v2h12zm-1 .5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5h1c.28 0 .5-.22.5-.5'/%3E%3C/svg%3E");
}

/*.buttons-left input + input {
	margin-left: .5em;
}*/

a.outline, button.outline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 1em;
	width: auto;
	border: 2px solid #E53E30;
	color: #E53E30;
	border-radius: 100vh;
	background: transparent;
	padding: 10px 20px;
	-webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
	-o-transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
	transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
	-webkit-appearance: button;
	-ms-flex-item-align: start;
	align-self: flex-start;
	text-decoration: none;
}

a.outline:hover, button.outline:hover {
	color: white;
	border-color: #E53E30;
	background-color: #E53E30;
	cursor: pointer;
}

a.outline:focus, button.outline:focus {
	color: white;
	border-color: #E53E30;
	background-color: #E53E30;
	outline: none;
}

a.outline span, button.outline span, utton.outline span {
	display: block;
	width: auto;
}

a.outline span::before, button.outline span::before {
	display: block;
	font-family: "Material-Design-Iconic-Font";
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	margin-right: 10px;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

a.outline.add span::before, button.outline.add span::before {
	content: '\f278';
}

a.outline.minus span::before, button.outline.minus span::before {
	content: '\f273';
}

a.flat span::before {
	content: '\f1f5';
	margin-right: 0;
	margin-left: 10px;
}

a.flat {
	height: auto;
	line-height: 1.3;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
}

a.flat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 1em;
	width: auto;
	background: transparent;
	padding: 0;
	-webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
	-o-transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
	transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
	-webkit-appearance: button;
	-ms-flex-item-align: start;
	align-self: flex-start;
	text-decoration: none;
}

a.chevron-right {
	padding-right: 2em;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: right center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E53E30' viewBox='0 0 24 24'%3E%3Cpath d='M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01'/%3E%3C/svg%3E");
}

button.upload, a.download, a.print {
	display: inline-block;
	width: auto;
	height: 44px;
	line-height: 40px;
	margin: 0;
	outline: 0;
	border: 0;
	border-radius: 100vh;
	border: 2px solid #E53E30;
	font-size: .95em;
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	text-transform: uppercase;
	color: white;
	padding: 0 48px 0 20px;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #E53E30;
	-webkit-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	-webkit-appearance: none;
	cursor: pointer;
	white-space: normal;
	text-align: left;
	text-decoration: none;
}

button.upload {
	background-size: 20px;
	background-position: right 10px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M19 13v6H5v-6c0-.55-.45-1-1-1s-1 .45-1 1v7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-7c0-.55-.45-1-1-1s-1 .45-1 1m-8-6.17L9.12 8.71A.996.996 0 1 1 7.71 7.3l3.59-3.59a.996.996 0 0 1 1.41 0L16.3 7.3a.996.996 0 1 1-1.41 1.41l-1.88-1.88v8.67c0 .55-.45 1-1 1s-1-.45-1-1V6.83Z'/%3E%3C/svg%3E");
}

a.download {
	margin: 5px;
	background-position: right 10px center;
	background-size: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M18 18.5H6c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1m-6.71-2.71c.39.39 1.02.39 1.41 0l4.59-4.59c.63-.63.18-1.71-.71-1.71h-1.59v-5c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v5H7.4c-.89 0-1.34 1.08-.71 1.71l4.59 4.59ZM10.5 11V5h3v6h1.88L12 14.38 8.62 11z'/%3E%3C/svg%3E");
}

a.print {
	margin: 5px;
	background-position: right 10px center;
	background-size: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 18h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5m-.5 1.5c0-.28-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5h2c.28 0 .5-.22.5-.5m7-8.5v5h-3v-1h-1v7H8v-7H7v1H4v-5c0-1.65 1.35-3 3-3h1V5.5C8 4.67 8.67 4 9.5 4h5c.83 0 1.5.67 1.5 1.5V8h1c1.65 0 3 1.35 3 3M9 8h6V5.5c0-.28-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5zm6 7H9v6h6zm3-4c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v2h12zm-1 .5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5h1c.28 0 .5-.22.5-.5'/%3E%3C/svg%3E");
}

a.download:hover, a.download:focus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E53E30' viewBox='0 0 24 24'%3E%3Cpath d='M18 18.5H6c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1m-6.71-2.71c.39.39 1.02.39 1.41 0l4.59-4.59c.63-.63.18-1.71-.71-1.71h-1.59v-5c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v5H7.4c-.89 0-1.34 1.08-.71 1.71l4.59 4.59ZM10.5 11V5h3v6h1.88L12 14.38 8.62 11z'/%3E%3C/svg%3E");
}

a.print:hover, a.print:focus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E53E30' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 18h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5m-.5 1.5c0-.28-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5h2c.28 0 .5-.22.5-.5m7-8.5v5h-3v-1h-1v7H8v-7H7v1H4v-5c0-1.65 1.35-3 3-3h1V5.5C8 4.67 8.67 4 9.5 4h5c.83 0 1.5.67 1.5 1.5V8h1c1.65 0 3 1.35 3 3M9 8h6V5.5c0-.28-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5zm6 7H9v6h6zm3-4c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v2h12zm-1 .5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5h1c.28 0 .5-.22.5-.5'/%3E%3C/svg%3E");
}

button.upload:hover, button.upload:focus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E53E30' viewBox='0 0 24 24'%3E%3Cpath d='M19 13v6H5v-6c0-.55-.45-1-1-1s-1 .45-1 1v7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-7c0-.55-.45-1-1-1s-1 .45-1 1m-8-6.17L9.12 8.71A.996.996 0 1 1 7.71 7.3l3.59-3.59a.996.996 0 0 1 1.41 0L16.3 7.3a.996.996 0 1 1-1.41 1.41l-1.88-1.88v8.67c0 .55-.45 1-1 1s-1-.45-1-1V6.83Z'/%3E%3C/svg%3E");
}

button.upload:focus, button.upload:hover,
a.download:focus, a.download:hover,
a.print:focus, a.print:hover {
	background-color: transparent;
	color: #E53E30;
}

button.upload:focus,
a.download:focus,
a.print:focus {
	-webkit-box-shadow: 0 0 1px 3px rgba(229, 62, 48,.3);
	box-shadow: 0 0 1px 3px rgba(229, 62, 48,.3);
}

a.delete {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 0;
	text-decoration: none;
	background-size: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23272727' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 10c-.28 0-.5.22-.5.5v7c0 .28.22.5.5.5s.5-.22.5-.5v-7c0-.28-.22-.5-.5-.5m-3 0c-.28 0-.5.22-.5.5v7c0 .28.22.5.5.5s.5-.22.5-.5v-7c0-.28-.22-.5-.5-.5m-4.49 8.99c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-12h-12zm2-10h8v10h-8zm9.99-5h-2.08c-.27 0-.52-.11-.71-.29l-.41-.41a1 1 0 0 0-.71-.29H9.92c-.27 0-.52.11-.71.29l-.41.41a1 1 0 0 1-.71.29H6c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1'/%3E%3C/svg%3E");
}

a.delete:focus, a.delete:hover {
	opacity: .7;
	cursor: pointer;
}

.hidden-button {
	display: none;
}

/* Footer ---------------------------------------------------------------------------------------------------------------------- */
.footer-wrapper {
	width: 100%;
	height: auto;
	background: #222a35;
}

.transaction-site {
	padding: 1.25em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.transaction-site p {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: .75em;
	text-transform: uppercase;
	color: white;
	margin: 0;
}

.transaction-site .footer-left {
	width: 210px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.transaction-site .footer-right {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-right .tagline {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer-right .tagline p {
	padding: 0 1.875em 0 0;
	text-align: right;
}

.footer-right .logos {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-right .logos .cpu-logo {
	width: 160px;
	padding-right: 1.875em;
}

.footer-right .logos .reach-logo {
	width: 97px;
	padding-left: 1.875em;
	border-left: 1px solid white;
}

footer .links {
	width: auto;
	min-height: 50px;
	margin: 0 auto;
	padding: 0 1.25em;
	background: #14191f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

footer .links div + div {
	margin-left: 2em;
}

footer .links ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

footer .links p, footer .links li {
	display: inline-block;
	line-height: 50px;
	color: white;
	font-size: 0.8em;
	margin-bottom: 0;
}

footer .links li + li {
	margin-top: 0;
	margin-left: .75em;
	position: relative;
}

footer .links a {
	display: inline-block;
	position: relative;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

footer .links a:focus,
footer .links a:hover {
	text-decoration: underline
}

footer .links li.divider::before {
	display: inline-block;
	font-family: "Material-Design-Iconic-Font";
	content: '\f273';
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* Back to top */
.scrollToTop {
	display: block;
	position: fixed;
	overflow: hidden;
	width: 2.125rem;
	height: 2.125rem;
	text-align: center;
	padding: 0;
	bottom: 0px;
	right: 1.25em;
	background: #E53E30;
	border: 2px solid #E53E30;
	color: white;
	border-bottom: 0;
	display: none;
	z-index: 1000;
	outline: none;
	-webkit-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
	border-radius: 100vh 100vh 0 0;
}

.scrollToTop:before {
	content: '\f2fc';
	display: inline-block;
	line-height: 2.125rem;
	font-family: "Material-Design-Iconic-Font";
	font-size: 1.6rem;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.scrollToTop:hover, .scrollToTop:focus {
	background: transparent;
	color: #E53E30;
	cursor: pointer;
}

.scrollToTop:focus {
	background: transparent;
	color: #E53E30;
	cursor: pointer;
	-webkit-box-shadow: 0 0 1px 3px rgba(229, 62, 48,.3);
	box-shadow: 0 0 1px 3px rgba(229, 62, 48,.3);
}

.scrollToTop span {
	display: none;
}

/* Tables ---------------------------------------------------------------------------------------------------------------------- */
table.standard {
	width: 100%;
	border-collapse: collapse;
}

table.standard thead {
	border-bottom: 3px solid #E53E30;
}

table.standard thead th {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	font-size: 1.2em;
	text-align: left;
}

table.standard th:first-child, table.standard td:first-child {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
}

table.standard td,
table.standard th {
	padding: 10px;
	vertical-align: middle;
	position: relative;
}

/*table.standard tbody tr:nth-child(even) {
	background-color: rgba(229, 62, 48,.05);
	border-top: 1px solid rgba(229, 62, 48,.15);
	border-bottom: 1px solid rgba(229, 62, 48,.15);
}*/

table.standard tbody tr {
	font-size: 1em;
	border-bottom: 1px solid #dddddd
}

table.standard td span.blue {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	color: #4085b8;
}

table.standard td span.green {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	color: #7da65a;
}

table.standard .left {
	text-align: left;
}

table.standard .right {
	text-align: right;
}

table.standard .center {
	text-align: center;
}

table.standard a {
	text-decoration: none;
}

table.standard a:hover {
	opacity: .7;
}

/*===============================================================================================================================*/
/*                                                           JQUERY PLUGINS                                                      */
/*===============================================================================================================================*/
div.rc-recaptcha {
	overflow: hidden;
	padding: 3px 0px;
	height: 82px;
	border-bottom: none !important;
}
/* Section Help Popup Windows =================================================================================================== */
a.hidden {
	position: absolute;
	left: -10000px;
}
.dialog-wrapper {
	max-height: 90%;
}

.dialog-wrapper.small {
	max-width: 500px;
}

.vashadow {
	background-color: black;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}

.vaCloseButton {
	float: right;
	border-radius: 0px;
	font-family: "wheel";
	color: grey;
	font-size: 20px;
	border: none;
	margin-right: -40px;
	margin-top: -35px;
	background: white;
}

.vaOffscreen {
	position: absolute;
	left: -9999px;
}

.vadialog {
	display: none;
	position: fixed;
	margin: auto !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	width: 90%;
	height: auto;
	max-width: 800px;
	overflow: auto;
	-webkit-transition: 500ms ease-out 1s;
	-o-transition: 500ms ease-out 1s;
	transition: 500ms ease-out 1s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	border-radius: 5px;
}

.dialog-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	background: white;
	padding: 1em;
	height: 100%;
	overflow: auto;
	border-radius: 10px;
}

.dialog-inner.no-padding {
	padding: 0;
}

.dialog-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	position: relative;
}

.vaCloseButton {
	border: none;
	position: absolute;
	left: -10000px;
	display: none;
}

.dialog-inner h2, .dialog-inner h3 {
	font-size: 1.6em;
	margin-bottom: .5em;
	padding-right: 1.5em;
}

.dialog-inner h3 {
	font-size: 1.4em;
}

.dialog-inner h4 {
	font-size: 1.2em;
	margin-bottom: 15px;
}

.dialog-inner h5 {
	font-size: 1em;
	margin-bottom: 10px;
}

a.vadialogclose {
	text-decoration: none;
}

a.vadialogclose:before {
	content: '\f136';
	display: inline-block;
	text-decoration: none;
	position: absolute;
	top: -15px;
	right: -10px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-family: "Material-Design-Iconic-Font";
	font-size: 1.3em;
	font-weight: normal;
	color: #272727;
	margin-top: 5px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	cursor: pointer;
	z-index: 9999;
	border-radius: 100vh;
	background: transparent;
}

a.vadialogclose:focus:before, a.vadialogclose:hover:before {
	color: white;
	background: #E53E30;
}

/* Iframe Dialog*/

.iframeshadow {
	background-color: black;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.iframeCloseButton {
	float: right;
	border-radius: 0px;
	color: grey;
	font-size: 20px;
	border: none;
	margin-right: -40px;
	margin-top: -35px;
	background: white;
}

.iframeOffscreen {
	position: absolute;
	left: -9999px;
}

.iframedialog {
	background: white;
	display: none;
	position: fixed;
	margin: auto !important;
	left: 1em;
	top: 1em;
	right: 1em;
	bottom: 1em;
	padding: 0;
	overflow: hidden;
	-webkit-transition: 500ms ease-out 1s;
	-o-transition: 500ms ease-out 1s;
	transition: 500ms ease-out 1s;
	/*border-radius: 5px;*/
}

#wxTaxForm {
	height: 100% !important;
	/*padding: 1em;*/
}

.iframe-scroller {
	overflow: hidden;
	height: 100%;

}

.iframeCloseButton {
	border: none;
	position: absolute;
	left: -10000px;
	display: none;
}

.iframedialog h2 {
	font-family: "Montserrat SemiBold";
	font-size: 1.5em;
	margin-bottom: 15px;
}

.iframedialog p {
	font-size: em;
	line-height: 1.3;
}

a.iframedialogclose {
	text-decoration: none;
}

a.iframedialogclose:before {
	content: '\f135';
	display: inline-block;
	text-decoration: none;
	position: absolute;
	top: 15px;
	right: 15px;
	font-family: "Material-Design-Iconic-Font";
	font-size: 1.3em;
	color: #E53E30;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.2s ease-out;
	-moz-osx-font-smoothing: grayscale;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}

/* Select Dropdowns ------------------------------------------------------------------------------------------------------------ */
select {
	width: 100% !important;
}

.select-css {
	display: block;
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 1em;
	color: #272727;
	padding: .625em 1.4em .625em .8em;
	width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #888888;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z' fill='%23667080'/%3E%3C/svg%3E");
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

.select-wrapper {
	position: relative;
}

.select-wrapper select {
	z-index: 10;
}

.select-label {
	position: absolute;
	z-index: -1;
	left: 1.25em;
	top: 0;
}

/* Hover style */
.select-css:hover {
	border-color: #CCCCCC;
}

/* Focus style */
.select-css:focus {
	outline: none;
	-webkit-box-shadow: 0 0 1px 1px #E53E30;
	box-shadow: 0 0 1px 1px #E53E30;
	border-color: #E53E30;
}

.error .select-css {
	border-color: #b51220;
}

.error .select-css:focus {
	outline: none;
	-webkit-box-shadow: 0 0 1px 1px #b51220;
	box-shadow: 0 0 1px 1px #b51220;
	border-color: #b51220;
}

/* Set options to normal weight */
.select-css option {
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 1em;
	padding: 15px 0;
	display: block;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
	background-position: left .7em top 50%, 0 0;
	padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
	color: #0a0a0a;
	background-color: #eaeaea;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
	border-color: #aaa;
}

input[type=file] {
	width: 100%;
	padding: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}

input[type=file] + label {
	display: block;
	margin-top: 10px;
	color: green;
}

input[type=file]::-webkit-file-upload-button {
	color: white;
	height: 30px;
	padding: 0 10px;
	background-color: #E53E30;
	border-radius: 5px;
	-webkit-transition: 1s;
	transition: 1s;
	border: none;
	font-size: 14px;
}

input[type=file]::file-selector-button {
	color: white;
	height: 30px;
	padding: 0 10px;
	background-color: #E53E30;
	border-radius: 5px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	border: none;
	font-size: 14px;
}

input[type=file]::-webkit-file-upload-button:hover {
	background-color: #14191f;
	text-decoration: none;
	cursor: pointer;
}

input[type=file]::file-selector-button:hover {
	background-color: #14191f;
	text-decoration: none;
	cursor: pointer;
}


/* Password Complexity check */
.new-password {
	max-width: 600px;
	margin: 0 auto;
}
.password-requirements {
	margin: 0 0 1em 0;
}

.password-requirements p {
	position: relative;
	line-height: 17px;
	padding-left: 0px;
	margin-bottom: 0;
}

.password-requirements p.check.valid {
	color: #10b452;
}

.password-requirements p.check:before {
	font-family: "Material-Design-Iconic-Font";
	font-size: 17px;
	display: inline-block;
	position: relative;
	top: -1px;
	left: auto;
	float: left;
	margin-right: 10px;
	content: '\f269';
	opacity: .1;
}

.password-requirements p.check.valid:before {
	color: #10b452;
	opacity: 1;
}

.password-requirements p + p {
	margin-top: .5em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-weight: 400;
}

.ui-datepicker {
	width: auto;
	padding: 5px;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	border-radius: 0 0 5px 5px;
}

.ui-datepicker .ui-widget-header {
	padding: 0;
	border: 1px solid transparent;
	background: transparent;
	color: #101010;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	display: none;
}

.ui-datepicker table {
	width: 100%;
	font-size: 0.95em;
	margin: 0;
}

.ui-datepicker th {
	color: #101010;
	border-bottom: 2px solid #E53E30;
}

.ui-datepicker td {
	padding: 0px;
	width: 40px;
	height: 40px;
}

.ui-datepicker td span, .ui-datepicker td a {
	width: 40px;
	height: 40px;
	line-height: 34px;
	padding: 2px;
	text-align: center;
	border-radius: 5px;
}

.ui-datepicker .ui-state-default {
	border: 2px solid white;
	background: #fff;
	font-weight: normal;
	color: #101010;
}

.ui-datepicker .ui-state-hover {
	border: 2px solid white;
	border-bottom: 3px solid #E53E30;
	background: rgba(229, 62, 48, .2);
	color: #272727;
}

.ui-datepicker .ui-state-highlight {
	border: 2px solid white;
	border-bottom: 3px solid #E53E30;
	background: rgba(229, 62, 48, .2);
	color: #272727;
}

.ui-datepicker .ui-state-active {
	border: 2px solid white;
	background: #E53E30;
	color: white;
}

.ui-datepicker .ui-priority-secondary {
	opacity: 0.3;
	filter: Alpha(Opacity=30);
}

.ui-datepicker-trigger {
	display: block;
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}


/* Message boxes */
.ui-message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  line-height: 1.1;
  margin: 0;
  padding: .5em;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  font-size: 15px;
}

.ui-message.error {
  color: #b51220;
  background-color: #fde8ea;
  border-color: #f5c6cb;
}

.ui-message.info {
  color: #1765A3;
  background-color: #ddeefb;
  border-color: #abcfeb;
}

.ui-message.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.ui-message.with-top-margin {
  margin-top: .5em;
}

.ui-message.with-bottom-margin {
  margin-bottom: 1em;
}

.ui-message-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1em;
}

.ui-message-content h2, .ui-message-content h3 {
  margin-bottom: 5px;
  padding-top: 3px;
}

.ui-message-content p {
  line-height: 1.3;
  margin: 0;
}

.ui-message-content p + p {
  margin-top: .5em;
}

.ui-message-icon::before {
  display: inline-block;
  font-family: "Material-Design-Iconic-Font";
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  line-height: 1;
}

.ui-message.error .ui-message-icon::before {
  content: '\f1f0';
}

.ui-message.info .ui-message-icon::before {
  content: '\f1f7';
}

.ui-message.success .ui-message-icon::before {
  content: '\f26b';
  border: 2px solid #155724;
  border-radius: 100vh;
  font-size: 18px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  font-weight: 700;
}

.processing {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.processing-content {
	padding-left: 1em;
}

.remaining-time {
	margin-top: 1em;
}

/* Dropzone File Upload ========================================================================================================= */
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 40px;
    margin-top: 5px;
    padding: 15px;
    border: 1px solid #d6d6d6;
    background: white;
    border-radius: 5px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone .dz-message {
    text-align: center;
    margin: 1em 0;
}

.dropzone .dz-message span {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    line-height: 30px
}

.dropzone .dz-message span:before {
    content: '\f21c';
    display: block;
    position: absolute;
    left: 0;
    font-family: "Material-Design-Iconic-Font";
    font-size: 30px;
    font-weight: normal;
    color: #005c97;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.2s ease-out;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.dropzone .dz-message a.browse {
    font-weight: bold;
    color: #005c97;
    text-decoration: none;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
    margin: 0
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 5px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
    display: none !important;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

/* Cookie Consent */
.cc_div *,
.cc_div *:hover,
.cc_div :before,
.cc_div :after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	font-style: inherit;
	font-variant: normal;
	font-weight: inherit;
	font-family: inherit;
	line-height: 1.2;
	font-size: 1em;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-animation: none;
	animation: none;
	margin: 0;
	padding: 0;
	text-transform: none;
	letter-spacing: unset;
	color: inherit;
	background: none;
	border: none;
	border-radius: unset;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	text-align: left;
	visibility: unset;
	height: auto;
	vertical-align: baseline;
}

.cc_div {
	font-size: 16px;
	font-weight: 400;
	font-family: "KometRegular", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: #2d4156;
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
	font-weight: 600;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
	border-radius: .35em;
}

#s-bl .act .b-acc {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.cc_div input,
.cc_div button,
.cc_div a {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cc_div a {
	border-bottom: 1px solid;
}

.cc_div a:hover {
	text-decoration: none;
	border-color: transparent;
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
	-webkit-transition: visibility .25s linear, opacity .25s ease, -webkit-transform .25s ease !important;
	transition: visibility .25s linear, opacity .25s ease, -webkit-transform .25s ease !important;
	-o-transition: visibility .25s linear, opacity .25s ease, transform .25s ease !important;
	transition: visibility .25s linear, opacity .25s ease, transform .25s ease !important;
	transition: visibility .25s linear, opacity .25s ease, transform .25s ease, -webkit-transform .25s ease !important;
}

.c--anim .c-bn {
	-webkit-transition: background-color .25s ease !important;
	-o-transition: background-color .25s ease !important;
	transition: background-color .25s ease !important;
}

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
	-webkit-transition: visibility .4s ease, opacity .4s ease, -webkit-transform .4s ease !important;
	transition: visibility .4s ease, opacity .4s ease, -webkit-transform .4s ease !important;
	-o-transition: visibility .4s ease, opacity .4s ease, transform .4s ease !important;
	transition: visibility .4s ease, opacity .4s ease, transform .4s ease !important;
	transition: visibility .4s ease, opacity .4s ease, transform .4s ease, -webkit-transform .4s ease !important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
	-webkit-transition: visibility .4s ease, opacity .4s ease, -webkit-transform .4s ease !important;
	transition: visibility .4s ease, opacity .4s ease, -webkit-transform .4s ease !important;
	-o-transition: visibility .4s ease, opacity .4s ease, transform .4s ease !important;
	transition: visibility .4s ease, opacity .4s ease, transform .4s ease !important;
	transition: visibility .4s ease, opacity .4s ease, transform .4s ease, -webkit-transform .4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr {
	-webkit-transform: translateY(1.6em);
	-ms-transform: translateY(1.6em);
	transform: translateY(1.6em);
}

#cm.top.slide {
	-webkit-transform: translateY(-1.6em);
	-ms-transform: translateY(-1.6em);
	transform: translateY(-1.6em);
}

#cm.bar.slide {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

#cm.bar.top.slide {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
/* end transitions */

/* Show modals */

.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible !important;
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
	-webkit-transform: scale(1) translateY(-50%);
	-ms-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
	visibility: visible !important;
}

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
	visibility: visible !important;
	opacity: 1 !important;
}

#cm {
	font-family: inherit;
	padding: 1.1em 1.8em 1.4em 1.8em;
	position: fixed;
	z-index: 1;
	background: #fff;
	max-width: 24.2em;
	bottom: 1.250em;
	right: 1.250em;
	-webkit-box-shadow: 0 0.625em 1.875em #000000;
	box-shadow: 0 0.625em 1.875em #000000;
	-webkit-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
	box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
	line-height: initial;
}

#cc_div #cm {
	display: block !important;
}

#c-ttl {
	margin-bottom: .7em;
	font-size: 1.05em;
}

.cloud #c-ttl {
	margin-top: -.15em;
}

#c-txt {
	font-size: 0.9em;
	line-height: 1.5em;
}

.cc_div #c-bns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: .5em;
}

.cc_div .c-bn {
	color: #222222;
	background: #d4d4d4;
	padding: 1em 1.7em;
	display: inline-block;
	cursor: pointer;
	font-size: 0.82em;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	border-radius: 4px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.c-bn.wide {
	width: 100%;
	margin-top: 10px;
}

#s-sv-bn {
	font-size: 0;
	background-color: #E53E30;
	color: white;
}

#s-sv-bn::before {
	font-family: Material-Design-Iconic-Font;
	font-size: 22px;
	text-align: center;
	display: block;
	width: 41.97px;
	height: 41.97px;
	line-height: 41.97px;
	content: '\f297';
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
	float: right;
	margin-left: 1em;
}

#s-cnt #s-rall-bn {
	float: none;
}

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
	background: #d8e0e6;
}

#s-c-bn {
	background: transparent;
}

#s-c-bn:active,
#s-c-bn:hover {
	background: transparent;
	opacity: .7;
}

#s-cnt {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	display: table;
	height: 100%;
	visibility: hidden;
}

#s-bl {
	outline: none;
}

#s-bl .title {
	margin-top: 1.4em;
}

#s-bl .title:first-child {
	margin-top: 0;
}

#s-bl .b-bn {
	margin-top: 0;
}

#s-bl .b-acc .p {
	margin-top: 0;
	padding: 1em;
}

#s-cnt .b-bn .b-tl {
	display: block;
	font-family: inherit;
	font-size: .95em;
	width: 100%;
	position: relative;
	padding: 1.3em 6.4em 1.3em 2.7em;
	background: none;
	-webkit-transition: background-color .25s ease;
	-o-transition: background-color .25s ease;
	transition: background-color .25s ease;
}

#s-cnt .b-bn .b-tl.exp {
	cursor: pointer;
}

#s-cnt .act .b-bn .b-tl {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
	background: #e9eff4;
}

#s-bl .b-bn {
	position: relative;
}

#s-bl .c-bl {
	padding: 1em;
	margin-bottom: .5em;
	border: 1px solid #f1f3f5;
	-webkit-transition: background-color .25s ease;
	-o-transition: background-color .25s ease;
	transition: background-color .25s ease;
}

#s-bl .c-bl:hover {
	background: #f0f4f7;
}

#s-bl .c-bl:last-child {
	margin-bottom: .5em;
}

#s-bl .c-bl:first-child {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	padding: 0;
	margin-top: 0;
	border: none;
	margin-bottom: 2em;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
	background: transparent;
	background: unset;
}

#s-bl .c-bl.b-ex {
	padding: 0;
	border: none;
	background: #f0f4f7;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
	margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
	margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
	margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child {
	margin-bottom: .5em;
}

#s-bl .b-acc {
	max-height: 0;
	overflow: hidden;
	padding-top: 0;
	margin-bottom: 0;
	display: none;
}

#s-bl .act .b-acc {
	max-height: 100%;
	display: block;
	overflow: hidden;
}

#s-cnt .p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: .85em;
	color: #2d4156;
}

.cc_div .b-tg .c-tgl:disabled {
	cursor: not-allowed;
}

#c-vln {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#cs {
	padding: 0 1.7em;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
}

#s-inr {
	height: 100%;
	position: relative;
	max-width: 45em;
	margin: 0 auto;
	-webkit-transform: scale(.96);
	-ms-transform: scale(.96);
	transform: scale(.96);
	opacity: 0;
	padding-top: 3.75em;
	padding-bottom: 3.75em;
	position: relative;
	height: auto;
	overflow: hidden;
	visibility: hidden;
	-webkit-box-shadow: rgba(3, 6, 9, .26) 0px 13px 27px -5px;
	box-shadow: rgba(3, 6, 9, .26) 0px 13px 27px -5px;
}

#s-inr,
#s-hdr,
#s-bns {
	background: #fff;
}

#s-bl {
	overflow-y: auto;
	overflow-y: overlay;
	overflow-x: hidden;
	height: 100%;
	padding: 2em 1em;
	display: block;
	width: 100%;
}

#s-bns {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1em 1em;
	border-top: 1px solid #f1f3f5;
	height: auto;
}

.cc_div .cc-link {
	display: block;
	color: #253b48;
	border-bottom: 1px solid #253b48;
	display: inline;
	padding-bottom: 0;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active {
	border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child {
	color: #fff;
	background: #E53E30;
}

#c-bns.swap button:first-child {
	color: #222222;
	background: #e5ebef;
}

#c-bns.swap button:last-child {
	color: #fff;
	background: #E53E30;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
	background: #E53E30;
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover {
	background: #3c1053;
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
	background: #d8e0e6;
}

#s-hdr {
	position: absolute;
	top: 0;
	width: 100%;
	display: table;
	padding: 0 1em;
	height: 4.75em;
	vertical-align: middle;
	z-index: 2;
	border-bottom: 1px solid #f1f3f5;
}

#s-ttl {
	display: table-cell;
	vertical-align: middle;
	font-size: 1em;
}

#s-c-bn {
	padding: 0;
	width: 1.7em;
	height: 1.7em;
	font-size: 1.45em;
	margin: 0;
	font-weight: initial;
	position: relative;
}

#s-c-bnc {
	display: table-cell;
	vertical-align: middle;
}

.cc_div span.t-lb {
	position: absolute;
	top: 0;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}

#c_policy__text {
	height: 31.250em;
	overflow-y: auto;
	margin-top: 1.250em;
}

#c-s-in {
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	height: 100%;
	height: calc(100% - 2.5em);
	max-height: 37.5em;
}

/** custom checkbox **/
/* The container */
.cc_div .b-tg {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: auto;
	right: 1.2em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}

/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
	position: absolute;
	cursor: pointer;
	display: block;
	top: 0;
	left: 0;
	margin: 0;
	border: 0;
}

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
	position: absolute;
	background: #c5ccd2;
	-webkit-transition: background-color .25s ease, -webkit-box-shadow .25s ease;
	transition: background-color .25s ease, -webkit-box-shadow .25s ease;
	-o-transition: background-color .25s ease, box-shadow .25s ease;
	transition: background-color .25s ease, box-shadow .25s ease;
	transition: background-color .25s ease, box-shadow .25s ease, -webkit-box-shadow .25s ease;
	pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl {
	width: 3.4em;
	height: 1.5em;
	border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro {
	cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
	background: #d5dee2;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
	content: "";
	position: relative;
	display: block;
	left: 0.125em;
	top: 0.125em;
	width: 1.25em;
	height: 1.25em;
	border: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(24, 32, 35, .36);
	box-shadow: 0 1px 2px rgba(24, 32, 35, .36);
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	-o-transition: transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease;
	border-radius: 100%;
}

/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
	-webkit-transform: translateX(1.9em);
	-ms-transform: translateX(1.9em);
	transform: translateX(1.9em);
}

#s-bl table,
#s-bl th,
#s-bl td {
	border: none;
}

#s-bl tbody tr {
	-webkit-transition: background-color .25s ease;
	-o-transition: background-color .25s ease;
	transition: background-color .25s ease;
}

#s-bl tbody tr:hover {
	background: #e9eff4;
}

#s-bl table {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#s-bl td,
#s-bl th {
	padding: 0.8em 0.625em;
	text-align: left;
	vertical-align: top;
	font-size: .8em;
	padding-left: 1.2em;
}

#s-bl th {
	font-family: inherit;
	padding: 1.2em 1.2em;
}

#s-bl thead tr:first-child {
	border-bottom: 1px solid #e9edf2;
}

.force--consent #s-cnt,
.force--consent #cs {
	width: 100vw;
}

#cm-ov,
#cs-ov {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	background: #070707;
	background: rgba(4, 6, 8, .85);
	display: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
	display: block;
}

#cs-ov {
	z-index: 2;
}

.force--consent .cc_div {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	width: 100vw;
	visibility: hidden;
	-webkit-transition: visibility .25s linear;
	-o-transition: visibility .25s linear;
	transition: visibility .25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
	visibility: visible;
}

.force--consent #cm {
	position: absolute;
}

.force--consent #cm.bar {
	width: 100vw;
	max-width: 100vw;
}

html.force--consent.show--consent {
	overflow-y: hidden !important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
	height: auto !important;
	overflow-x: hidden !important;
}
/** END BLOCK PAGE SCROLL */

/** BEGIN ICONS **/
.cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before {
	border: solid #2d4156;
	border-width: 0 2px 2px 0;
	padding: .2em;
	display: inline-block;
	position: absolute;
	content: '';
	margin-right: 15px;
	position: absolute;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	left: 1.2em;
	top: 50%;
}

.cc_div .act .b-bn .b-tl::before {
	-webkit-transform: translateY(-20%) rotate(225deg);
	-ms-transform: translateY(-20%) rotate(225deg);
	transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	padding: .1em;
	display: inline-block;
	padding-bottom: .45em;
	content: '';
	margin: 0 auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: .37em;
	left: .75em;
	position: absolute;
}

#s-c-bn::before,
#s-c-bn::after {
	content: '';
	position: absolute;
	left: .82em;
	top: .58em;
	height: .6em;
	width: 1.5px;
	background: #444d53;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 1em;
	margin: 0 auto;
}

#s-c-bn::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
	height: 100%;
	width: 50%;
	position: absolute;
	right: 0;
	display: block;
	text-align: center;
	-webkit-transition: opacity .15s ease;
	-o-transition: opacity .15s ease;
	transition: opacity .15s ease;
}

.cc_div .on-i {
	left: 0;
	opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after {
	right: .8em;
	top: .42em;
	content: ' ';
	height: .7em;
	width: .09375em;
	display: block;
	background: #E53E30;
	margin: 0 auto;
	position: absolute;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.cc_div .off-i::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cc_div .off-i::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
	opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
	opacity: 0;
}
/** END ICONS **/

#cm.box.middle,
#cm.cloud.middle {
	top: 50%;
	-webkit-transform: translateY(-37%);
	-ms-transform: translateY(-37%);
	transform: translateY(-37%);
	bottom: auto;
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
	-webkit-transform: scale(.95) translateY(-50%);
	-ms-transform: scale(.95) translateY(-50%);
	transform: scale(.95) translateY(-50%);
}

#cm.box.center {
	left: 1em;
	right: 1em;
	margin: 0 auto;
}

/* Start cloud layout */
#cm.cloud {
	max-width: 50em;
	margin: 0 auto;
	text-align: center;
	left: 1em;
	right: 1em;
	overflow: hidden;
	padding: 1.3em 2em;
	width: unset;
}

.cc_div .cloud #c-inr {
	display: table;
	width: 100%;
}

.cc_div .cloud #c-inr-i {
	width: 70%;
	display: table-cell;
	vertical-align: top;
	padding-right: 2.4em;
}

.cc_div .cloud #c-txt {
	font-size: 0.85em;
}

.cc_div .cloud #c-bns {
	min-width: 170px;
	display: table-cell;
	vertical-align: middle;
}

#cm.cloud .c-bn {
	margin: .625em 0 0 0;
	width: 100%;
}

#cm.cloud .c-bn:first-child {
	margin: 0;
}

#cm.cloud.left {
	margin-right: 1.25em;
}

#cm.cloud.right {
	margin-left: 1.25em;
}
/* End cloud layout */

/* Start bar layout */
#cm.bar {
	width: 100%;
	max-width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0;
	position: fixed;
	padding: 2em;
}

#cm.bar #c-inr {
	max-width: 32em;
	margin: 0 auto;
}

#cm.bar #c-bns {
	max-width: 33.75em;
}

#cm.bar #cs {
	padding: 0;
}

.cc_div .bar #c-s-in {
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	height: 100%;
	max-height: 100%;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
	padding-left: 1.6em;
	padding-right: 1.6em;
}

.cc_div .bar #cs {
	padding: 0;
}

/* align bar to right by default */
.cc_div .bar #s-inr {
	margin: 0;
	margin-left: auto;
	margin-right: 0;
	border-radius: 0;
	max-width: 32em;
}

.cc_div .bar.left #s-inr {
	margin-left: 0;
	margin-right: auto;
}

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
	display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.cc_div .bar #s-bl tr {
	border-top: 1px solid #e3e7ed;
}

.cc_div .bar #s-bl td {
	/* Behave  like a "row" */
	border: none;
	position: relative;
	padding-left: 35%;
}

.cc_div .bar #s-bl td:before {
	position: absolute;
	left: 1em;
	padding-right: 0.625em;
	white-space: nowrap;
	content: attr(data-column);
	color: #000;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/* End bar layout */

/* Positions */
#cm.top {
	bottom: auto;
	top: 1.250em;
}

#cm.left {
	right: auto;
	left: 1.250em;
}

#cm.right {
	left: auto;
	right: 1.250em;
}

#cm.bar.left,
#cm.bar.right {
	left: 0;
	right: 0;
}

#cm.bar.top {
	top: 0;
}
/* end positions */

/* Begin IE fixes */
.cc_div.ie #c-vln {
	height: 100%;
	padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
	padding-top: 0;
}

.cc_div.ie #cs {
	max-height: 37.5em;
	position: relative;
	top: 0;
	margin-top: -5.625em;
}

.cc_div.ie .bar #cs {
	margin-top: 0;
	max-height: 100%;
}

.cc_div.ie #cm {
	border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
	top: 0;
}

.cc_div.ie .b-tg {
	padding-left: 1em;
	margin-bottom: 0.7em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
	left: 1.95em;
}

.cc_div.ie #s-bl table {
	overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
	display: none;
}

.cc_div.ie .b-tg .c-tgl {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0.2em;
	height: auto;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
	padding: 1.3em 6.4em 1.3em 1.4em
}

.cc_div.ie .bar #s-bl td:before {
	display: none;
}

.cc_div.ie .bar #s-bl td {
	padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
	position: relative;
}

.cc_div.ie .b-tg .t-lb {
	filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
	filter: alpha(opacity=80);
}

.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.1);
	top: 0;
	left: 0;
	z-index: -1;
}