/*===============================================================================================================================*/
/*                                                            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;
}
/* 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;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    position: relative;
    line-height: 1;
    font-family: "Montserrat Regular", Arial, sans-serif;
    font-size: 100%;
    color: #243746;
    background: white;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

ol, ul {
    list-style: none;
    margin: 0 0 0.7em 1.5em;
}

ul.certify {
	margin: 10px 0 0 56px;
}

ul.certify + h4,
ul.certify + p,
ul.certify + div.form_section {
	margin-top: 20px;
}

ol.lower_alpha {
	list-style: lower-alpha;
}

ol.lower_roman {
	list-style: lower-roman;
}

li ol.lower_roman {
	margin: .3em 0 .3em 1.5em;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

br.clearfloat {
    font-size: 1px;
    line-height: 0px;
    margin: 0px;
    clear: both;
    height: 0px;
}

br.max_phone_p {
    display: none;
}

h1 {
    font-family: "Montserrat ExtraBold", Arial, sans-serif;
    font-size: 32px;
	text-transform: uppercase;
	color: #E53E30;
    line-height: 1.3;
    margin: 0 0 0.5em;
    letter-spacing: 0.01em;
}

h2 {
    font-family: "Montserrat ExtraBold", Arial, sans-serif;
    font-size: 28px;
	text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 10px;
}

h2.confirmation {
    color: #E53E30;
    margin-bottom: 30px;
}

h3 {
    font-family: "Montserrat SemiBold", Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.3;
    margin-bottom: 10px;
}

h4 {
    font-family: "Montserrat SemiBold", Arial, sans-serif;
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 6px;
}

p, li {
    font-size: 1em;
    line-height: 1.3;
}

p {
    margin-bottom: 0.7em;
}

p.right_align {
	text-align: right;
}

p.footnote {
    font-size: 80%;
}

p + h2,
p + header.form_section_header {
    margin-top: 30px;
}

.questions p {
	font-family: "Montserrat Medium", Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;
}

.grey-bg h1,
.grey-bg h2,
.grey-bg p {
    color: white;
}

p.uppercase {
	text-transform: uppercase;
}

ul {
    list-style: disc;
    margin: 0 0 0.7em 1.5em;
}

ol {
    list-style-type: decimal;
    margin: 0 0 0.7 1.5em;
}

a {
    font-family: "Montserrat SemiBold", Arial, sans-serif;
    color: #186e96;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover,
a:focus {
    color: #415364;
    text-decoration: none;
}

a.add,
a.link,
a.currency {
    display: inline-block;
}

a.add span,
a.link span,
a.currency span {
    text-decoration: none;
}

a.add:hover span,
a.add:focus span,
a.link:hover span,
a.link:focus span,
a.currency:hover span,
a.currency:focus span {
    text-decoration: underline;
}

a.add:before,
a.link:before,
a.currency:before {
    display: inline-block;
    float: left;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1em;
    color: black;
    margin-right: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotate(45deg);
}

a.add:before {
	transform: none;
	content: '\f276';
}

a.link:before {
    content: '\f18e';
}

a.currency:before {
    font-size: 1.4em;
    margin-top: -5px;
    transform: none;
    content: '\f198';
}

a.label_help {
	display: inline-block;
	text-decoration: none;
	outline: none;
}

a.label_help:after {
	position: absolute;
	right: -20px;
	top: -3px;
	display: inline-block;
	float: right;
	font-family: "Material-Design-Iconic-Font";
	text-align: center;
	font-size: 1.5em;
	text-decoration: none;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #E53E30;
	content: '\f1f6';
	margin-left: 10px;
	margin-top: -5px;
	-webkit-transition: color 250ms ease-in-out;
	-o-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}

a.label_help:after {
	font-size: 1.4em;
	position: relative;
	right: auto;
	top: auto;
	float: none;
}

a.label_help:hover:after {
	color: #292929;
}

.nowrap {
    white-space: nowrap;
}

dl {
	font-size: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    padding: 20px 20px 10px;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

dl + dl {
    margin-top: 20px;
}

div.form_section_grouper.alert div.form_section_grouper dl {
	border: none;
	margin-bottom: 0;
	margin-left: -50px;
	padding: 20px 0 10px;
}

dl.payable_to {
	float: left;
	width: calc(50% - 10px);
	border: 1px solid #E53E30;
	margin-right: 20px;
	margin-bottom: 30px;
	padding: 0;
}

dl.payable_to.no_right_margin {
	margin-right: 0px;
}

dt {
	display: inline-block;
    font-family: "Montserrat SemiBold", Arial, sans-serif;
    font-size: 16px;
    text-align: right;
	line-height: 1.3;
	width: calc(100% - 600px);
	padding: 0 30px 10px 0;
	color: #666;
	vertical-align: top;
}

dt.mandatory {
	position: relative;
}

dt.with_textbox {
	width: calc(100% - 600px);
	line-height: 40px;
	padding: 0 14px 0 0;
}

.no-border dt {
	width: calc(100% - 180px);
	padding: 0 30px 0 0;
}

dl.payable_to dt {
	text-align: center;
	width: 100%;
	color: white;
	background: #E53E30;
	padding: .5em 20px
}

dt::after {
    content: ":";
}

dd {
	display: inline-block;
    font-family: "Montserrat Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
	width: 600px;
	margin: 0;
	padding: 0 0 10px 0;
}

dd.with_textbox {
	width: 600px;
}

dd div.form_section label {
	display: none;
}

dd input.form_textbox {
	font-size: 1em;
	margin: 0;
}

.no-border dd {
	width: 180px;
	padding: 0;
}

dl.no-border dt,
dt.last {
	padding: 0 30px 0 0;
}

dt.with_textbox.last {
	padding: 0 14px 0 0;
}

dl.no-border dd,
dd.last {
	padding: 0;
}

dl.payable_to dd {
	font-family: "Montserrat Medium", Arial, sans-serif;
	text-align: center;
	width: 100%;
	padding: 10px;
}

dd.fee {
    font-family: "Montserrat SemiBold",Arial,sans-serif;
    color: red;
}

dd.total,
dt.total {
	font-family: "Montserrat SemiBold",Arial,sans-serif;
    border-top: 3px double #999;
    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;
}

strong {
    font-family: "Montserrat Bold",Arial,sans-serif;
}

div.table {
    display: table;
    width: 100%;
    height: 100%;
}

div.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.nowrap {
    white-space: nowrap;
}
/*===============================================================================================================================*/
/*                                                            WEBSITE.CSS                                                        */
/*===============================================================================================================================*/
div.wrapper {
    position: relative;
    width: auto;
    height: auto;
	/*max-width: 1600px;*/
    margin: 0 auto;
    padding: 0;
}
/* Header ====================================================================================================================== */
div.header_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
	padding: 28px 0;
	background: white;
    transition: all 250ms ease-in-out;
}

header.main {
	max-width: 1183px;
	margin: 0 auto;
	padding: 0 15px;
}

div.logos {
	text-align: center;
}

div.sitebranding,
div.cobranding{
	display: inline-block;
}

div.sitebranding {
    width: 188px;
    height: 50px;
	margin: 0;
    transition: all 250ms ease-in-out;
}

div.cobranding {
    width: 248px;
    height: 100px;
	margin: 0 auto 0 15px;
    padding: 10px 0;
    transition: all 250ms ease-in-out;
}

div.cobranding img,
div.sitebranding img {
    width: 100%;
}
/* Navigation ================================================================================================================== */
#navicon {
    display: none;
}

nav.main {
    position: relative;
    float: right;
    width: auto;
}

nav.main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 110px;
}

nav.main li {
    position: relative;
    display: block;
    float: left;
    height: 110px;
    margin: 0 15px;
    padding: 0;
}

nav.main a {
    display: block;
    font-family: "Montserrat SemiBold", Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: .1em;
    height: 110px;
    color: #212529;
    line-height: 110px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

nav.main a:hover {
    color: #ccc;
    text-decoration: none;
}

nav.main li.selected a {
    color: #E53E30;
    text-decoration: none;
}

nav.main a:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: transparent;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

nav.main a:hover:after {
    background: #ccc;
}

nav.main li.selected a:after {
    background: #E53E30;
}
/* Banner ====================================================================================================================== */
div.banner_wrapper {
    position: relative;
    width: auto;
	background: url("../images/bkg_login-background_chicago.jpg") center no-repeat;
	background-size: cover;
}

div.banner_wrapper:before {
    content: ' ';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    min-height: 145px;
}

div.banner {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
}

div.banner-inner {
    position: relative;
    width: auto;
    max-width: 1183px;
    height: auto;
    margin: 0 auto;
    padding: 100px 15px 54px;
}

div.banner h1 {
    font-family: "Montserrat ExtraBoldItalic", Arial, sans-serif;
    font-size: 44px;
	text-transform: uppercase;
	line-height: 1.1;
	color: white;
    margin: 0;
	max-width: 800px;
}

div.banner p {
    font-family: "Montserrat Regular", Arial, sans-serif;
    font-size: 18px;
    color: white;
    margin-bottom: 0;
	padding-right: 50px;
	max-width: 65%;
}

div.banner p.title {
    font-family: "Montserrat ExtraBoldItalic", Arial, sans-serif;
    font-size: 44px;
	line-height: 1.1;
	color: white;
    margin: 0 0 26px;
}

div.banner p:last-child {
    margin-bottom: 56px;
}
/* Content ===================================================================================================================== */
div.content_wrapper {
    background: white;
    padding: 0;
}

div.content_wrapper.texture-bg {
    background: #fff url("../images/background_texture.jpg") bottom center no-repeat;
}

div.content_wrapper.orange-bg {
	height: 300px;
    background: rgb(242, 248, 250);
}

.orange-bg article.main {
	height: 210px;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

div.content {
    width: auto;
    max-width: 1183px;
    height: auto;
    margin: 0 auto;
    padding: 45px 15px;
}

div.content.form {
    max-width: 1183px;
    padding: 30px 15px 45px 15px;
}

article.callout {
	width: 100%;
	margin-bottom: 30px;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fafafa;
	background: -moz-linear-gradient(45deg, #fafafa 0%, #f9f7f7 99%);
	background: -webkit-linear-gradient(45deg, #fafafa 0%,#f9f7f7 99%);
	background: linear-gradient(45deg, #fafafa 0%,#f9f7f7 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f9f7f7',GradientType=1 );
	border: 1px solid #d6d6d6;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}

article.callout p {
	font-family: "Montserrat Medium", Arial, sans-serif;
	color: #E53E30;
	text-align: center;
}

article.callout p:last-child {
	margin-bottom: 0;
}

article.centered {
	text-align: center;
}
/* Field Help / Errors ========================================================================================================= */
div.form_error {
    background: #a91818;
    padding: 15px;
    margin: 20px 0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.form_error.no_top_margin {
    margin: 0 0 20px 0;
}

div.form_error.no_btm_margin {
    margin: 20px 0 0 0;
}

div.form_error.login {
    margin: 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

div.form_error.form_inline_error {
    clear: both;
    position: relative;
    top: -18px;
}

div.form_error p {
    color: white;
    font-size: 0.85em;
    line-height: 1.5;
}

div.form_error p.form_error {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 27px;
    font-size: 0.85em;
    letter-spacing: 2px;
    color: white;
    background: url("../images/ico_form-error.png") left no-repeat;
}

div.form_error p.item_error {
    color: white;
}

div.form_help_block {
    position: absolute;
    padding-top: 13px;
}

div.form_help_message {
    font-size: 0.85rem;
    position: absolute;
    max-width: 100%;
    border: 1px solid #D6D6D6;
    padding: 15px;
    z-index: 10;
    background: #f5f3f4;
    border-radius: 5px;
    top: 100%;
    margin-top: 15px;
}

div.form_help_message:before {
    content: '';
    position: absolute;
    top: 1px;
    margin-top: -15px;
    left: 30px;
    display: block;
    width: 28px;
    height: 14px;
    background: url(../images/arrow-help.png) no-repeat;
}

div.form_help_message p {
    font-size: 0.85em;
    line-height: 1.5;
}
/* Identification Page ========================================================================================================= */
article.main div.left {
    float: left;
    width: calc(100% - 42%);
	padding-right: 50px;
}

div.login_block_wrapper {
    float: right;
	position: relative;
    width: 100%;
    max-width: 42%;
    padding: 40px;
	background: white;
	z-index: 1000;
	box-shadow: 0 -2px 2px 2px rgba(0,0,0,0.05);
}

div.login_block_wrapper div.sitebranding {
	float: none;
	width: 107px;
	height: 100px;
	margin: 0 auto 30px;
	padding: 0;
}

div.login_block_wrapper div.cobranding{
	margin-bottom: 30px;
}

div.press_block {
    width: auto;
    height: auto;
    margin: 0 auto;
}

header.press_title {
    position: relative;
    height: 52px;
    padding: 0 20px;
    background: #1179aa;
    border-bottom: none;
    border-left: 1px solid #1179aa;
    border-right: 1px solid #1179aa;
    border-top: 1px solid #1179aa;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

header.press_title a.read_more {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 51px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.75em;
    letter-spacing: 1px;
    color: white;
    padding: 0 20px 0 46px;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
    -webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
    background-color: rgba(0,0,0,0.3);
    background-image: url("../images/ico_read-more.png");
    background-position: 20px 50%;
    background-repeat: no-repeat;
}

header.press_title a.read_more:focus,
header.press_title a.read_more:hover {
    background-color: rgba(255,255,255,0.1);
}

header.press_title h2 {
    font-size: 1.1em;
    color: white;
    line-height: 52px;
}

article.press_content {
    padding: 20px;
    border-left: 1px solid #1179aa;
    border-right: 1px solid #1179aa;
    border-bottom: 1px solid #1179aa;
    background: white;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

article.press_content p {
    line-height: 1.5;
    text-align: left;
    font-size: .95em;
}

article.press_content img {
    display: block;
    max-height: 70px;
    margin: 0 auto 15px auto;
    border-radius: 5px;
}

span.ticker_code {
    font-family: "Montserrat SemiBold", Arial, sans-serif;
    color: #E53E30;
}
/* Terms Page ================================================================================================================== */
div.document_block {
    text-align: center;
    margin-top: 30px;
}

ul.important_documents {
    text-align: center;
    list-style: none;
    margin: 0;
}

ul.important_documents li {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 250px;
    margin: 5px;
    cursor: pointer;
    padding: 15px;
    background: #f3f3f3;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    overflow: hidden;
}

ul.important_documents li a {
    display: block;
    width: 100%;
    height: 100%;
}

ul.important_documents li:hover,
ul.important_documents li:focus {
    opacity: 0.8;
}

ul.important_documents li.selected {
    background: #ecf9d2;
    border: 1px solid #a4ce4e;
}

ul.important_documents li.selected:hover,
ul.important_documents li.selected:focus {
    opacity: 1;
}

ul.important_documents li a {
    text-decoration: none;
    color: #333333;
}

ul.important_documents li img {
    width: 100%;
    border: 5px solid white;
    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: 0.8rem;
    margin-bottom: 0px;
    padding: 10px;
    background: rgba(255,255,255,0.6);
    border-top: 1px solid #ccc;
}

div.doc {
    position: relative;
    text-align: center;
}

span.unread,
span.read {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 26px;
}

span.read:before {
    display: block;
    font-family: "Material-Design-Iconic-Font";
    content: '\f26b';
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-align: center;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    margin-left: -12px;
    margin-top: -10px;
    border-radius: 50px;
    background: #a4ce4e;
    border: 1px solid #4e6323;
    -webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
    box-shadow: inset 0 0 0 4px #FFFFFF;
}
/* Form Process Steps ========================================================================================================== */
div.form_process_wrapper {
    width: auto;
    padding: 15px;
    height: auto;
    transition: all 250ms ease-in-out;
	background: #222;

}

div.form_process {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    height: auto;
    text-align: center;
}

div.form_process div.step_process {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

div.step_process p {
    font-family: "Montserrat Medium", Arial, sans-serif;
    line-height: 1.3;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
    padding: 0 0 12px 0;
    color: white;
}

div.step_bubbles {
    height: 36px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

div.step_bubble {
    display: inline-block;
    position: relative;
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    text-align: center;
    border: 2px solid white;
    margin: 0 12px;
}

div.step_bubble:before,
div.step_bubble:after {
    position: absolute;
    top: 15px;
    width: 12px;
    height: 2px;
    background: white;
    content: '';
}

div.step_bubble:before {
    left: -14px;
}

div.step_bubble:after {
    right: -14px;
}

div.step_bubble:first-of-type:before,
div.step_bubble:last-of-type:after {
    display: none;
}

div.step_bubble span {
    font-family: "Montserrat SemiBold",Arial,sans-serif;
    font-size: 16px;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: white;
}

div.step_bubble.current {
    background: #E53E30;
    border-color: #E53E30;
}

div.step_bubble.current span {
    color: white;
}

div.step_bubble.complete {
    background: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.5);
}

div.step_bubble.complete span {
    color: transparent;
}

div.step_bubble.current.complete {
    background: #E53E30;
	border-color: #E53E30;
}

div.step_bubble.complete span:before {
    content: '\f26b';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: left;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.3em;
    font-weight: 700;
    color: white;
    text-align: center;
}

div.step_bubble.current.complete span:before {
    color: white;
}

/* Form Section Header ========================================================================================================= */
header.form_section_header {
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
}

header.form_section_header h2 {
    margin-bottom: 5px;
}

header.form_section_header div.form_section_title {
    float: left;
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
}

header.form_section_header div.form_section_help {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 30px;
    height: 30px;
}

header.form_section_header a.help_icon {
    display: block;
    font-family: "Montserrat SemiBold",Arial,sans-serif;
    text-align: center;
    font-size: 1.3em;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 28px;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #E53E30;
    color: white;
}

header.form_section_header a.help_icon:before {
    content: '?';
    padding-left: 1px;
}

header.form_section_header a.help_icon:hover,
header.form_section_header a.help_icon:focus {
    background: #0a7998;
}

/* Form Sections =============================================================================================================== */
div.form_section_grouper {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #f3f3f3;
	border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.form_section_grouper.with_bottom_margin {
    margin-bottom: 20px;
}

div.form_section_grouper.no_bottom_padding {
    padding: 20px 20px 0 20px;
}

div.form_section_grouper div.form_section_grouper {
    background: white;
}

div.form_section_grouper p.total {
    font-family: "Montserrat Medium",Arial,sans-serif;
    font-size: 1.1em;
}

div.form_section_grouper div.form_section_grouper p:last-child {
    margin-bottom: 0;
}

div.form_section_grouper.alert {
    background: #f9f5ea;
    border: 1px solid #f1ecdb;
}

div.form_section_grouper div.form_section_grouper.alert,
div.form_section_grouper.alert div.form_section_grouper {
    position: relative;
    padding-left: 70px;
    border: 1px solid #fbb357;
}

div.form_section_grouper div.form_section_grouper.info {
    position: relative;
    padding-left: 70px;
    border: 1px solid #46a7c7;
}

div.form_section_grouper.alert p,
div.form_section_grouper.info p {
    padding-top: 5px;
    margin-bottom: 0;
}

span.info,
span.notify {
    position: absolute;
    top: 7px;
    left: 15px;
}

span.info:before,
span.notify:before {
    display: block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 3em;
    text-align: center;
    width: 26px;
    height: 26px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

span.info:before {
    content: '\f1f8';
    color: #46a7c7;
}

span.notify:before {
    content: '\f1f4';
    color: #e4850b;
}

div.form_section_grouper + div.form_section_grouper,
div.form_section_grouper + .form_section_header,
div.hidden + h2,
.dataTables_wrapper + h2 {
    margin-top: 30px;
}

div.form_section_grouper + div.captcha,
ol + div.form_section_grouper {
    margin-top: 20px;
}

div.form_section_grouper + h2 {
    margin-top: 30px;
}

div.hidden,
div.form_section_grouper + h3,
div.form_section_grouper + p,
div.form_section_grouper div.form_section_grouper + div.form_section_grouper {
    margin-top: 20px;
}

div.hidden.less_top_margin {
    margin-top: 10px;
}

div.form_section_grouper + #full_election {
    margin-top: 30px;
}

div.form_wrap {
	margin: 20px 0 0 36px
}

div.form_section {
    position: relative;
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
}

div.form_section.certify {
    margin-left: 36px;
}

.cols_3 div.form_section {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
}

div.form_section.full_width {
    float: none;
    width: 100%;
    margin-right: 0;
}

div.g-recaptcha {
    float: right;
}

div.form_section.no_right_margin {
    margin-right: 0;
}

div.form_section.no_bottom_margin {
    margin-bottom: 0;
}

abbr {
    display: block;
    font-family: "Montserrat SemiBold", Arial, Helvetica, sans-serif;
    font-size: 0.7rem;
    text-align: center;
    float: left;
    width: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

abbr.no_float {
	float: none;
}

abbr.large {
	font-family: "Montserrat Bold", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	margin: 10px 0;
}

.cols_3 abbr {
    font-size: 2em;
    position: absolute;
    right: -30px;
    bottom: 0px;
    width: 30px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

label,
p.label {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: "Montserrat SemiBold", Arial, Helvetica, sans-serif;
    font-size: 0.95em;
    margin-bottom: 5px;
}

label.focussed {
    color: #E53E30;
}

table.standard div.form_section label {
    display: none;
}

cite {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
    font-size: 19px;
    color: red;
	position: absolute;
	margin-left: 3px;
    /*font-size: 0;*/
}

label.checkbox.mandatory:after {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
    font-size: 19px;
    color: red;
	position: absolute;
	margin-left: 3px;
	content: '*';
	bottom: -2px;
}

label.checkbox cite,
label.radio cite {
	bottom: -2px;
}

input.form_textbox {
    width: 100%;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: black;
    font-family: "Montserrat Regular", Arial, sans-serif;
    font-size: 0.85em;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    box-shadow: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

table.standard input.form_textbox {
    font-size: 15.2px;
    text-align: right;
    margin: 0;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    font-family: Arial, sans-serif;
}

input.fixed_width {
	width: 150px
}

textarea.form_textarea {
    font-family: "Montserrat Regular", Arial, sans-serif;
    font-size: 0.85em;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 150px;
    padding: 15px 15px;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: border 0.2s ease-in;
    -webkit-transition: border 0.2s ease-in;
}

input.form_textbox:focus,
input.form_textbox:active,
input.form_textarea:focus,
input.form_textarea:active {
    outline: 0;
    border-left-color: #E53E30;
    border-left-width: 7px;
    border-color: #E53E30;
    padding: 0 15px 0 10px;
}

input.form_textbox.maxlength {
    padding: 0 30px 0 15px;
}

input.form_textbox.error {
    border-color: #a91818;
}

input.form_textbox:diabled {
    background: #ebebe4;
}

span.md-calendar {
	display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 0px;
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 10px;
    border: none;
    outline: none;
    cursor: pointer;
}

span.md-calendar:before {
	display: block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 28px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: '\f332';
	color: #E53E30;
	opacity: 1;
}

span.md-calendar:focus:before,
span.md-calendar:hover:before {
	color: #0a7998;
}

span.countdown {
    position: absolute;
    right: 10px;
    bottom: 20px;
    font-size: 0.8em;
    font-weight: bold;
    color: #666;
}

span.countdown.orange {
    color: orange;
}

span.countdown.red {
    color: red;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}

::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity 250ms; transition: opacity 250ms; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity 250ms; transition: opacity 250ms; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity 250ms; transition: opacity 250ms; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity 250ms; transition: opacity 250ms; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity 250ms; } /* Modern Browsers */

*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */

span.ico {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
}

span.ico:before {
    display: block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 28px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

span.ico.search:before {
    color: grey;
    content: '\f1c3';
}

span.corp_colour {
    font-family: "Montserrat SemiBold";
    color: #E53E30;
}

.watermark {
    color: #bbb !important;
}

div.location {
    max-width: 350px;
    height: auto;
    margin: 0 0 1em 0;
    padding: 20px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    background: white url("../images/bkg_location.png") bottom right no-repeat;
}

.price_point {
	float: left;
	width: 170px;
}

.shares_tendered {
	float: right;
	width: calc(100% - 200px);
}

.shares_tendered label {
	float: left;
	width: 150px;
	line-height: 26px;
}

.shares_tendered input.form_textbox {
	float: right;
	width: calc(100% - 170px);
}

span.is_price_point,
span.is_shares_tendered {
	float: left;
    display: block;
    width: auto;
    font-family: "Montserrat SemiBold", Arial, Helvetica, sans-serif;
    font-size: 0.95em;
    margin: 0 0 5px;
}

span.is_price_point {
	width: 220px;
}
/* Checkboxes / Radio Buttons ================================================================================================== */
label.checkbox:before {
    content: '\f26b';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    font-family: "Material-Design-Iconic-Font";
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 24px;
    margin-left: -36px;
    border: 1px solid #d6d6d6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    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;
}

label.checkbox {
    font-family: "Montserrat Regular", Arial, sans-serif;
    font-size: 0.85em;
    position: relative;
    display: inline-block;
    width: auto;
    min-height: 26px;
    line-height: 1.3;
    cursor: pointer;
    margin: 0 0 10px 38px;
    padding-top: 5px;
}

label.checkbox:last-of-type {
    margin: 0 0 0 38px;
}

input.css_checkbox {
    position: absolute;
    left: -9999px;
}

input.css_checkbox + label.checkbox:before {
    background: #F4F4F4;
    color: white;
    border-color: #d6d6d6;
    -webkit-box-shadow: inset 0 0 0 3px #FFFFFF;
    -moz-box-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: inset 0 0 0 3px #FFFFFF;
}

input.css_checkbox:hover + label.checkbox:before,
input.css_checkbox:focus + label.checkbox:before {
    background: #D6D6D6;
    border-color: #333;
    color: white;
    -webkit-box-shadow: inset 0 0 0 3px #FFFFFF;
    -moz-box-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: inset 0 0 0 3px #FFFFFF;
}

input.css_checkbox:checked:focus + label.checkbox:before,
input.css_checkbox:checked:active + label.checkbox:before {
    border-color: #333;
    color: white;
}

label.checkbox:hover {
    border-color: #333;
}

input.css_checkbox:focus + label.checkbox:before,
input.css_checkbox:active + label.checkbox:before {
    border-color: #333;
    color: white;
}

input.css_checkbox:checked + label.checkbox:before {
    background: #E53E30; /* -----------------------hange the colour of the checkbox background to a corporate colour change this */
    border-color: #333;
    -webkit-box-shadow: inset 0 0 0 3px #FFFFFF;
    -moz-box-shadow: inset 0 0 0 3px #FFFFFF;
    box-shadow: inset 0 0 0 3px #FFFFFF;
}

input.css_checkbox:checked + label.checkbox:before {
    color: white;
}

label.radio:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 26px;
    height: 26px;
    line-height: 1.3;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    margin-top: 0;
    margin-left: -36px;
    border: 1px solid #d6d6d6;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

label.radio {
    font-family: "Montserrat Regular",Arial,sans-serif;
    font-size: 0.85em;
    position: relative;
    display: inline-block;
    width: auto !important;
    min-height: 26px;
    line-height: 1.3;
    cursor: pointer;
    margin: 0 0 10px 38px;
    padding-top: 6px;
}

label.radio span.all_caps {
    font-family: "Montserrat SemiBold",Arial,sans-serif;
    font-size: 1em;
    text-transform: uppercase;
}

label.radio:last-of-type {
    margin: 0 0 0 38px;
}

label.radio.inline {
    margin: 0 20px 0 38px;
}

label.radio.inline:last-of-type {
    margin: 0 0 0 38px;
}

label.radio span.all_caps {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

input.css_radio {
    position: absolute;
    left: -9999px;
}

input.css_radio:checked:focus + label.radio:before,
input.css_radio:checked:active + label.radio:before {
    border-color: #333;
    color: white;
}

label.radio:hover {
    border-color: #d6d6d6;
}

input.css_radio + label.radio:before {
    background: #F4F4F4;
    border-color: #d6d6d6;
    -webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
    -moz-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: #333;
    color: white;
}

input.css_radio:hover + label.radio:before,
input.css_radio:focus + label.radio:before {
    background: #D6D6D6;
    border-color: #333;
    -webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
    -moz-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: #333;
    -webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
    -moz-box-shadow: inset 0 0 0 4px #FFFFFF;
    box-shadow: inset 0 0 0 4px #FFFFFF;
}

input.css_radio:checked + label.radio:before {
    color: white;
}

a.medallion:after {
    content: '\f1f5';
    display: inline-block;
    position: absolute;
    /*float: right;*/
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
    font-weight: 600;
    color: #525252;
    text-align: center;
    width: 28px;
    height: 28px;
    margin-top: -3px;
    /*margin-left: 3px;*/
}
/* Registered Details aside ==================================================================================================== */
div.registration_details {
    position: fixed;
    right: -280px;
    top: 270px;
    width: 280px;
    height: auto;
    z-index: 9000;
}

div.registration_details#rego {
    right: 0;
}

div.registration_details a.init_aside {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Montserrat Medium", Arial, sans-serif;
    width: auto;
    height: 30px;
    line-height: 30px;
    background: #111;
    margin-top: 102px;
    margin-left: -131px;
    padding: 0 20px;
    color: white;
    text-decoration: none;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

aside {
    width: 280px;
    padding: 15px;
    background: #EEE;
    border-radius: 0 0 0 5px;
    border-left: 1px solid #1e4167;
    border-top: 1px solid #1e4167;
    border-bottom: 1px solid #1e4167;
    box-shadow: 20px 5px 5px 5px rgba(0,0,0,0.2);
}

aside h2 {
    margin-bottom: 4px;
    font-size: 1em;
}

aside p {
    font-size: 0.8em;
}

aside a.close_aside {
    cursor: pointer;
}

aside a.close_aside:before {
    content: '\f135';
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.8em;
    font-weight: normal;
    color: #E53E30;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
    cursor: pointer;
}

aside a.close_aside:hover:before {
    color: #000;
}
/* Ask Penny (Paying Agent) ==================================================================================================== */
div.get_help {
    position: fixed;
    bottom: -168px;
    right: 100px;
    width: 231px;
    height: 198px;
	z-index: 9000;
}

div.get_help a.init_help {
    font-family: "Montserrat Regular", Arial, sans-serif;
    font-size: 0.8em;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #923882;
    color: white;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
    padding-left: 10px;
}

div.get_help a.init_help:after {
    content: '\f2fc';
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 30px;
    float: right;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.3em;
    color: white;
    text-align: center;
}

div.get_help a.init_help.open:after {
    content: '\f2f9';
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 30px;
    float: right;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.3em;
    color: white;
    text-align: center;
}
/* Buttons ===================================================================================================================== */
div.button_area {
    width: auto;
    height: auto;
    margin: 20px auto 0 auto;
}

div.button_area p {
	margin-bottom: 0;
}

input.primary_button,
input.secondary_button {
    height: 50px;
    line-height: 1.3;
    margin: 0;
    outline: 0;
    border: 0;
    font-size: .85em;
    font-family: "Montserrat SemiBold", Arial, sans-serif;
    letter-spacing: 1.5px;
    color: white;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    -webkit-appearance: button;
    cursor: pointer;
    white-space: normal;
    text-align: left;
	border-radius: 5px;
}

input.primary_button {
    background-color: #E53E30;
}

input.primary_button:hover,
input.primary_button:focus {
    background-color: #000;
}

input.primary_button.next,
input.primary_button.logoff {
    float: right;
    height: 50px;
    padding: 0 62px 0 25px;
    background-position: right;
    background-repeat: no-repeat;
}

input.primary_button.next {
    background-image: url("../images/ico_next.png");
}

input.primary_button.logoff {
    background-image: url("../images/ico_logoff-primary.png");
}

input.primary_button.logoff:hover,
input.primary_button.logoff:focus {
    background-color: #81b27a;
}

input.secondary_button {
    color: #243746;
    background-color: white;
    border: 1px solid #243746;
}

input.secondary_button:hover,
input.secondary_button:focus {
    color: #415364;
	background: rgba(0,0,0,0.1);
    border: 1px solid #243746;
}

input.secondary_button.back,
input.secondary_button.cancel,
input.secondary_button.logoff,
input.secondary_button.print {
    float: left;
    height: 50px;
    line-height: 46px;
    padding: 0 25px 0 62px;
    background-position: left;
    background-repeat: no-repeat;
}

input.secondary_button.back {
    margin-right: 10px;
    background-image: url("../images/ico_back.png");
}

input.secondary_button.cancel {
    background-image: url("../images/ico_cancel.png");
}

input.secondary_button.logoff {
    background-image: url("../images/ico_cancel.png");
}

input.secondary_button.print {
    background-image: url("../images/ico_print.png");
}

a.primary_button,
a.secondary_button {
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 46px;
    margin: 0;
    padding: 0 40px;
    outline: 0;
    border: 0;
    border-radius: 50px;
    font-size: .85em;
    font-family: "Montserrat SemiBold", Arial, sans-serif;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
    cursor: pointer;
    white-space: normal;
    text-align: center;
    background-color: transparent;
}

a.primary_button {
    color: #0072ED;
    border: 2px solid #0072ED;
}

a.primary_button:focus,
a.primary_button:hover {
    color: white;
    background-color: #0072ED;
}

a.secondary_button {
    color: #243746;
    border: solid 2px #E53E30;
}

a.secondary_button:focus,
a.secondary_button:hover {
    color: #415364;
    border: 2px solid #859CA8;
}
/* Footer ====================================================================================================================== */
div.footer_wrapper {
    position: relative;
    color: white;
	background: rgb(50, 62, 72);
}

footer.top {
    width: auto;
    height: auto;
}

div.footer_top_inner {
    max-width: 1183px;
    margin: 0 auto;
    padding: 20px 15px;
}

.form div.footer_top_inner {
    max-width: 1183px;
}

div.footer_top_inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.footer_top_inner li {
    display: inline-block;
    line-height: 1.3;
    color: white;
    font-size: 1em;
    margin-right: 15px;
}

div.footer_top_inner a {
	font-family: "Montserrat Regular", Arial, sans-serif;
    color: #859ca8;
    text-decoration: none;
}

div.footer_top_inner a:hover,
div.footer_top_inner a.active {
    text-decoration: underline;
}

footer.btm {
    max-width: 1183px;
    margin: 0 auto;
    padding: 30px 15px 50px;
}


.form footer.btm {
    max-width: 1183px;
}

footer.btm p {
    font-size: 12px;
    color: #b3b3b3;
}

footer.btm img {
    opacity: 0.7;
}
/* Back to top */
a.scrollToTop {
    display: block;
    position: fixed;
    overflow: hidden;
    width: 34px;
    height: 34px;
    bottom: 20px;
    right: 35px;
    background: rgba(0,0,0,0.3) url("../images/ico_back-to-top.png") center no-repeat;
    display: none;
    z-index: 9000;
    outline: none;
    border: none;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    border-radius: 4px 4px 0 0;
}

a.scrollToTop:hover {
    background: rgba(0,0,0,0.2) url("../images/ico_back-to-top.png") center no-repeat;
}

a.scrollToTop span {
    display: none;
}

/* Vadialog ==================================================================================================================== */
.vashadow {
    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;
}

.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 {
    background: white;
    display: none;
    position: fixed;
    left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    padding: 40px;
    width: 90%;
    max-width: 800px;
    max-height: 500px;
    overflow: auto;
    -webkit-transition: 500ms ease-out 1s;
    -moz-transition: 500ms ease-out 1s;
    -o-transition: 500ms ease-out 1s;
    transition: 500ms ease-out 1s;
    border-radius: 5px;
	margin-left: auto!important;
	margin-top: auto!important;
}

.vaCloseButton {
    border: none;
    position: absolute;
    left: -10000px;
    display: none;
}

.vadialog h3 {
    font-family: "Montserrat Regular", Arial, sans-serif;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.vadialog h4 {
    font-family: "Montserrat SemiBold", Arial, sans-serif;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.vadialog h5 {
    font-family: "Montserrat SemiBold", Arial, sans-serif;
    font-size: .85em;
    margin-bottom: 10px;
}

a.shadowboxclose {
    text-decoration: none;
}

a.shadowboxclose:before {
    content: '\f135';
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.8em;
    font-weight: normal;
    color: #E53E30;
    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;
}

a.shadowboxclose:hover:before {
    color: #b93918;
}

/* Selectboxit ================================================================================================================== */
select {
	width: 100%!important;
}
.selectboxit-container {
    position: relative;
    display: block;
    vertical-align: top;
	/*z-index: 1000;*/
}

.selectboxit-container * {
    font-size: 0.85em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.selectboxit-container .selectboxit {
    width: auto!important; /* Width of the dropdown button */
    cursor: pointer;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
    position: relative;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.selectboxit-container {
	width: 100%;
    background: white;
}

.selectboxit-container.selectboxit-container {
    width: none;
}

.selectboxit-text {
    max-width: calc(100% - 40px) !important;
}

.selectboxit-container span, .selectboxit-container .selectboxit-options a {
    height: 40px; /* Height of the drop down */
    line-height: 40px; /* Vertically positions the drop down text */
    display: block;
}

.selectboxit-container .selectboxit:focus {
    outline: 0;
}

.selectboxit-container li {
    font-size: 1em;
    padding-left: 0px;
}

.selectboxit-text {
    font-size: 1em;
    color: black;
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
	width: 100%;
}

.selectboxit .selectboxit-option-icon-container {
    margin-left: 5px;
}

.selectboxit-container .selectboxit-options {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%; /* Minimum Width of the dropdown list box options */
    *width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.selectboxit-option .selectboxit-option-anchor {
    font-size: 1em;
    padding: 0 2px;
}

.selectboxit-option .selectboxit-option-anchor:hover {
    text-decoration: none;
}

.selectboxit-option, .selectboxit-optgroup-header {
    text-indent: 5px;
    margin: 0;
    list-style-type: none;
}

.selectboxit-optgroup-header + .selectboxit-option-first {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.selectboxit-arrow-container {
    width: 30px;
    position: absolute;
    right: 0;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -3px;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 30%;
}

.selectboxit-option-icon-container {
    float: left;
}

.selectboxit-rendering {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.selectboxit-btn {
    background-color: #fff;
    color: #333;
    border: 1px solid #D6D6D6;
}

.selectboxit-btn.error {
    border-color: #a91818;
}

.selectboxit-btn.selectboxit-enabled:active {
    color: #333333;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
    text-decoration: none;
    background-position: 0 -15px;
    border-color: #E53E30;
}

.selectboxit-default-arrow {
    width: 0;
    height: 0;
    border-top: 6px solid #E53E30;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.selectboxit-list {
    background-color: white;
    width: 100%;
    min-width: 0 !important;
    border: 2px solid #D6D6D6;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.selectboxit-list .selectboxit-option-anchor {
    color: #333;
}

.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
    background: #ebebe4;
    border-color: #d6d6d6;
}

/* Changes colour of dropdown options bg */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background: #E53E30;
    color: white;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
    color: #999999;
}

a.selectboxit-option-anchor {
    text-decoration: none;
}

/* Colour of placeholder text */
.selectboxit-text[data-val=""] {
    color: #aaa;
}

.hidden_button {
    display: none;
}

/* Accordion ==================================================================================================================== */
div.accordion {
    margin: 30px 0;
}

div.accordion + h2,
div.accordion + h3 {
    margin-top: 30px;
}

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}
/* Basic Theme */
[data-accordion] {
    line-height: 1;
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
    position: relative;
    padding: 0 40px 5px 0;
    border-bottom: 1px solid #007ac1;
    cursor: pointer;
}

[data-accordion] > [data-control]:after {
    font-family: "Material-Design-Iconic-Font";
    content: "\f2f9";
    position: absolute;
    right: 5px;
    top: -5px;
    font-size: 1.5em;
    font-weight: 200;
    color: #f6921e;
    width: auto;
}

[data-accordion].open > [data-control]:after {
    top: -5px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

[data-content] ul:last-of-type,
[data-content] p:last-child {
    margin-bottom: 20px;
}

[data-accordion] [data-content] [data-content] [data-content] {
    background: rgb(228, 255, 228);
}

/* 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;
}
/* Tables ====================================================================================================================== */
table.standard {
    width: 100%;
    margin-bottom: 16px;
    border-collapse: collapse;
}

table.standard thead {
    border-bottom: 2px solid #000;
}

table.standard th {
    font-weight: bold;
}

table.standard thead th {
    text-align: left;
}

table.standard tbody tr {
    border-bottom: 1px solid #d6d6d6;
}

table.standard tbody tr {
    border-bottom: 1px solid #d6d6d6;
}

table.standard tbody tr:nth-child(even) {
    background: rgba(0,0,0,0.03);
}

table.standard td,
table.standard th {
    padding: 10px;
    vertical-align: top;
}

table.standard td {
    font-size: 0.85em;
}

table.standard td:first-child {
    white-space: nowrap;
}

table.standard .left {
    text-align: left;
}

table.standard .right {
    text-align: right;
}

table.standard .bold {
    font-family: "Montserrat SemiBold", Arial,Helvetica,sans-serif;
}

table.standard a {
    color: #095764;
    text-decoration: none;
}

table.standard a:hover {
    color: #388794;
    text-decoration: none;
}

table.standard th.input-column,
table.standard td.input-column {
	padding-right: 21px;
}
/* DataTables =================================================================================================================== */
div.table-wrapper {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc,
.dataTable thead .sorting {
    cursor: pointer;
}

.dataTable thead .sorting {
    position: relative;
}

.dataTable thead .sorting span:after {
    position: relative;
}

.dataTable thead .sorting_asc {
    position: relative;
}

.dataTable thead .sorting_desc {
    position: relative;
}

.dataTable thead .sorting span:after,
.dataTable thead .sorting_asc span:after,
.dataTable thead .sorting_desc span:after {
    display: inline-block;
    position: absolute;
    top: -9px;
    right: 5px;
    font-family: 'Material-Design-Iconic-Font';
    font-style: normal;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #20fdfe;
}

.dataTable thead .sorting span:after {
    content: '\f312';
    color: #777;
    top: 6px;
}

.dataTable thead .sorting_asc span:after {
    content: '\f2f8';
    font-size: 3.5em;
    transform: scaleX(0.7);
}

.dataTable thead .sorting_desc span:after {
    content: '\f2f2';
    font-size: 3.5em;
    transform: scaleX(0.7);
}

.dataTable thead .sorting_asc_disabled {
    background: url("../images/sort_asc_disabled.png") no-repeat center right;
}

.dataTable thead .sorting_desc_disabled {
    background: url("../images/sort_desc_disabled.png") no-repeat center right;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
    margin-top: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #20fdfe;
    border: 1px solid transparent;
    font-size: 0.85em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ccc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white;
    background-color: #20fdfe;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #bbb;
    border: 1px solid transparent;
    background: #eee;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white;
    background-color: #20fdfe;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    color: white;
    background-color: #20fdfe;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.last {
    display: none;
}

.sorting_1 {
    outline: none;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333333;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.dataTable tbody tr.clickable:hover {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 480px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        text-align: center;
        margin: 0 auto;
        float: left;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-right: 0;
        margin-top: 0;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-right: 50px;
        line-height: 0px;
        width: 100%;
        float: left !important;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* Responsive */
table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 6px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 22px;
    display: block;
    float: left;
    margin-right: 5px;
    color: #E53E30;
    height: 18px;
    width: 18px;
    margin-top: -13px;
}

table.dataTable.dtr-inline.collapsed tbody .group_header td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.group_header.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.group_header.parent th:first-child:before {
    display: none;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    content: '\f275';
}

table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
    content: '\f270';
}

table.dataTable.dtr-inline.collapsed tbody td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child.dataTables_empty:before {
    display: none;
}

table.dataTable.dtr-inline.collapsed tbody tr.child td:before {
    display: none;
}

table.dataTable.dtr-column tbody td.control,
table.dataTable.dtr-column tbody th.control {
    position: relative;
    cursor: default;
}

table.dataTable.dtr-column tbody td.control:before,
table.dataTable.dtr-column tbody th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 16px;
    text-align: center;
    line-height: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    content: "+";
    background-color: #31b131;
}

table.dataTable.dtr-column tbody tr.parent td.control:before,
table.dataTable.dtr-column tbody tr.parent th.control:before {
    content: "-";
    background-color: #d33333;
}

table.dataTable tr.child {
    padding: 0.5em 1em;
}

table.dataTable tr.child ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

table.dataTable tr.child ul li {
    border-bottom: none;
    padding: 0.5em 0;
}

table.dataTable tr.child ul li:first-child {
    padding-top: 0;
}

table.dataTable tr.child ul li:last-child {
    border-bottom: none;
}

table.dataTable tr.child span.dtr-title,
table.dataTable tr.child span.dtr-data {
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: left;
}

table.dataTable tr.child span.dtr-title {
    font-weight: bold;
}

table.dataTable tr.child span.dtr-data {
    padding: 0;
}

.ui-widget input, 
.ui-widget select, 
.ui-widget textarea, 
.ui-widget button {
    font-family: "Montserrat Medium", Arial,Helvetica,sans-serif;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 0.9em;
}

.ui-datepicker {
	width: auto;
    padding: 5px;
	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: #212529;
}

.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: #E53E30;	
	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: #212529;
}

.ui-datepicker .ui-state-hover {
    border: 2px solid white;
	border-bottom: 3px solid #E53E30;
    background: #eee;
    color: #E53E30;
}

.ui-datepicker .ui-state-highlight {
    border: 2px solid white;
	border-bottom: 3px solid #E53E30;
    background: #ccf0fa;
    color: #212529;
}

.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);
}

td.mandatory {
	position: relative;
}

dt.mandatory:after,
td.mandatory:after {
    font-family: "Montserrat SemiBold", Arial, sans-serif;
    font-size: 19px;
    color: red;
    position: absolute;
    margin-left: 3px;
    content: '*';
    bottom: -2px;
}

table.standard td.mandatory:after {
    top: 4px;
    bottom: auto;
}