/*===============================================================================================================================*/
/*                                                            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: Arial, sans-serif;
	font-size: 100%;
	color: #494949;
	background: #00467f;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
ol {
	list-style: decimal;
	margin: 0 0 10px 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 {
    display: none;
}
br.hidden {
	display: none;
}
h1, h2, h3, h4 {
    /*font-family: "Montserrat SemiBold", Arial, sans-serif;*/
	font-weight: bold;
}
h3 {
	margin-bottom: 10px;
}
strong {
	font-weight: 700;
}
p, li {
	font-size: 0.95rem;
	line-height: 1.3;
}
a {
	color: #1e4167;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}
a:hover,
a:focus {
	text-decoration: none;
}
cite {
	font-size: 0;
}
cite:before {
	/*font-family: "Montserrat SemiBold", Arial, sans-serif;*/
	font-size: 19px;
	font-weight: bold;
	color: red;
	display: inline-block;
	content: '*';
	position:  absolute;
}
a.link {
    display:inline-block;
	/*font-family: "Montserrat Regular", Arial, sans-serif;*/
	font-size: 1em;
	color: #1e4167;
	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;
	/*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);
	text-decoration: none!important;
}
.nowrap {
	white-space: nowrap;
}
/*===============================================================================================================================*/
/*                                                            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;  
}
/* Buttons ===================================================================================================================== */
div.button_area {
	width: auto;
	height: auto;
	margin: 20px auto 0 auto;
}
input.primary_button,
input.secondary_button {
	font-weight: bold;
	height: 63px;
	line-height: 1.3;
	margin: 0;
	outline: 0;
	border: 0;
	border-radius: 5px;
	font-size: 0.75em;
	/*font-family: "Montserrat Regular", Arial, sans-serif;*/
	letter-spacing: 1.5px;
	text-transform: uppercase;
	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;
	max-width: 260px;
	text-align: left;
}
input.primary_button {
	background-color: #659B5E;
}
input.primary_button.proceed {
	text-indent: -30px;
	background-image: url("../images/ico_proceed.png");
	background-position: 195px 50%;
	background-repeat: no-repeat;
}
input.primary_button.next,
input.primary_button.save,
input.primary_button.logoff {
	float: right;
	height: 63px;
	padding: 0 57px 0 25px;
	background-position: right;
	background-repeat: no-repeat;
}
input.primary_button.next {
	background-image: url("../images/ico_next.png");	
}
input.primary_button.save {
	margin-right: 10px;
	background-color: grey;
	background-image: url("../images/ico_save.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.primary_button:hover,
input.primary_button:focus {
	background-color: #81b27a;
}
input.secondary_button {
	color: black;
	background-color: white;
	border: 1px solid black;
}
input.secondary_button:hover,
input.secondary_button:focus {
	background-color: #ccc;
}
input.secondary_button.back,
input.secondary_button.logoff,
input.secondary_button.print {
	float: left;
	height: 63px;
	line-height: 63px;
	margin-right: 10px;
	padding: 0 25px 0 62px;
	background-position: left;
	background-repeat: no-repeat;
}
input.secondary_button.back {
	background-image: url("../images/ico_back.png");	
}
input.secondary_button.logoff {
	background-image: url("../images/ico_logoff-secondary.png");	
}
input.secondary_button.print {
	background-image: url("../images/ico_print.png");
}
ol.numbered-list {
 list-style-type:decimal;
 margin-left:25px;
}
ol.numbered-list li {
	margin-bottom:10px;
}
/* Header ====================================================================================================================== */
section.header_wrapper {
	width: auto;
	height: auto;
	background: white;
}
section.header_wrapper.login {
	width: auto;
	height: auto;
	background: none;
	border-bottom: none;
}
header.main {
	width: auto;
	max-width: 1100px;
	height: auto;
	padding: 0;
	margin: 0 auto;
}
div.sitebranding {
	float: left;
	width: 315px;
	height: 40px;
	width: 167px;
	height: 50px;
	margin: 20px 0;
	background: white;
}
div.sitebranding img {
	width: 100%;
}
div.offer_title {
	width: auto;
	height: 73px;
}
div.offer_title p {
	font-size: 0.85em !important;
}
div.offer_title p.title {
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
	line-height: 73px;
	color: #2a5f66;
}

div.navigation_wrapper {
    width: auto;
    height: 40px;
    padding: 0 30px;
    background: rgba(255,255,255,0.9);
}

nav.main {
	float:right;
    position: relative;
    width: auto;
	color: #808285;
	margin: 20px 0;
}

nav.main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 40px;
}

nav.main li {
	display: block;
	float: left;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid;
	border-width: 0 1px 0 0;
}
nav.main li:last-child {
	border:0;
}

nav.main a {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight:600;
	display: block;
	height: 40px;
	padding: 0 20px;
	color: #808285;
	line-height: 40px;
	font-size: 0.9em;
	font-weight: normal;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	text-decoration: none;
}

nav.main a:hover,
nav.main a.active,
nav.main li.selected a {
	background-color: rgba(255,255,255,0.8);
	color: #00467f;
	text-decoration: none;
}
/* Banner ====================================================================================================================== */
section.banner_wrapper {
	position: relative;
	width: auto;
	height: auto;
	padding: 0;
	background: #00467f url("../images/5530.jpg") top right no-repeat;
	background-size: contain
}
div.banner_overlay {
    width: auto;
    height: auto;
    background: url("../images/bannerOverlay.png") top right no-repeat;
	background-size: contain
}
div.banner {
	position: relative;
	width: auto;
	max-width: 1100px;
	margin: 0 auto;
	padding: 150px 0px;
}
.identification div.banner {
	padding: 100px 0px;
}
div.offer_intro {
	width: auto;
	max-width: 60%;
}
div.offer_intro p {
	/*font-family: "Montserrat Light", Arial, sans-serif;*/
	font-size: 1.5em;
	color: white;
}
div.offer_intro h1,
div.offer_intro p.title {	
	font-size: 2.3rem;
	margin-bottom: 0px;
	letter-spacing: 2px;
	color: white;
	line-height: 1.1;
}
a.offer_document {
	/*font-family: "Montserrat Regular", Arial, sans-serif;*/
	display: inline-block;
	width: auto;
	height: auto;
	padding: 20px 20px 20px 77px;
	line-height: 1.3;
	text-align: left;
	color: white;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #6b489c;
	background-image: url("../images/ico_offer-document.png");
	background-position: 20px 50%;
	background-repeat: no-repeat;
	border-radius: 5px;
	text-decoration: none;
}
a.offer_document:hover {	
	background-color: #333333;
}
/* Content ===================================================================================================================== */
section.content_wrapper {
	background: white;
}
section.content_wrapper.body_bg {
	min-height: 270px;
	background: #f4f4f4;
}
section.content_wrapper.login {
	margin-top: 100px;
}
div.content {
	width: auto;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
}
p {
	line-height: 1.3;
	margin-bottom: 10px;
}
p.intro {
	font-size: 1.4em;
	line-height: 1.2;
	margin-bottom: 20px;
}
article.main {
	margin-bottom: 40px;
}
article.main.login {
	margin-bottom: 0px;
}
article.main h1 {
	/*font-family: "Montserrat Light", Arial, sans-serif;*/
	font-size: 2.2em;
	color: #063579;
	margin-bottom: 15px;
}
article.main h2 {
	/*font-family: "Montserrat Regular", Arial, sans-serif;*/
	font-size: 1.3em;
	color: #1e4167;
	margin-bottom: 10px;
}
article.main h3 {
	/*font-family: "Montserrat Regular", Arial, sans-serif;*/
	font-size: 1rem;
	margin-bottom: 10px;
}
article.main.form h3 {
	margin-top: 20px;
}
article.main.form h3.no_top_margin {
	margin-top: 0px;
}
article.main ul {
    list-style: disc;
    margin: 0 0 15px 1.5em;
}
article.main li {
    line-height: 1.3;
}
article.main div.left {
	float: left;
	width: calc(100% - 400px);
	line-height: 1.3;
	padding: 20px 40px 20px 0;
	border-right: 1px solid #d6d6d6;
}
div.document_block {
	text-align: center;
	margin-top: 30px;
}
ul.important_documents {
	text-align: center;
	list-style: none;
}
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 {
	/*margin-bottom: 15px;*/
	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;
}
ul.important_documents li.selected p {
	/*background: #a4ce4e;
	border-top: none;*/
}
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;
}
div.press_block {
	width: auto;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	/*box-shadow: 0 0 10px 10px rgba(0,0,0,0,8);*/
}
header.press_title {
	position: relative;
	height: 52px;
	padding: 0 20px;
	background: #ccc;
	border-bottom: none;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	-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-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 0.65em;
	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;

	background: #666 url("../images/ico_read-more.png") 20px 50% no-repeat;
}
header.press_title h2 {
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	line-height: 52px;
}
article.press_content {
	padding: 20px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	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: 0.875em;
}
article.press_content img {
	display: block;
	margin: 0 auto 15px auto;
	border-radius: 5px;
}
span.ticker_code {
	font-family: "Montserrat SemiBold", Arial, sans-serif;
	color: #b91530;
}
/* Login Block ----------------------------------------------------------------------------------------------------------------- */
div.login_block_wrapper {
	float: right;
	width: 100%;
	max-width: 350px;
	padding: 20px 0
	/*border: 1px solid #CCCCCC;*/
	/*border-radius: 10px;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);*/
}
div.form_block.login {
	width: 100%;
}
/*div.form_block.login div.form_section_login {
	padding: 10px;
	background: #F4F4F4;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
}*/
div.form_block.login div.form_section_login.rc-recaptcha {
	margin-bottom: 5px;
	padding: 0;
	background: none;
	border-radius: 0;
	border: none;
}
div.form_block.login div.form_section_login.btm {
	margin: 10px 0;
}
.g-recaptcha .rc-anchor-light {
    margin: 0 auto;
}
div.form_block.login div.form_left {
	position: relative;
	float: left;
	width: 100px;
	height: 50px;
	padding-left: 15px;
	background: #d6d6d6;
	border-radius: 5px 0 0 5px;
}
div.form_block.login div.form_left:after {
	display: block;
	position: absolute;
	top: 50%;
	right: -18px;
	margin-top: -12px;
	content: '';
	width: 0; 
	height: 0; 
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;

	border-left: 18px solid #d6d6d6;
}
div.form_block.login div.form_left label {
	/*font-family: "Montserrat SemiBold", Arial, sans-serif;*/
	font-size: 14px;
	color: #00467f;
	line-height: 50px;
	letter-spacing: 0.5px;
}
div.form_block.login div.form_left label.focussed {
    color: #003E6D;
}
div.form_block.login div.form_middle {
	float: right;
	width: calc(100% - 100px);
	height: 50px;
	padding-left: 30px;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
div.form_block.login div.form_middle input.form_textbox {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	outline: none;
	background: none;
	/*font-family: "Montserrat Regular", Arial, sans-serif;*/
	font-size: 0.85em;
	letter-spacing: 0px;
	color: #1e4167;
	margin: 0;
	padding: 0;
}
/*div.login_block_wrapper input.primary_button {
	width: 100%;
	margin: 0;
}*/
span.proceed {
	display: inline-block;
	line-height: 60px;
	width: 22px;
	height: 22px;
	background: url("../images/ico_proceed.png") center no-repeat;
}
/* Form Sections --------------------------------------------------------------------------------------------------------------- */
section.form_process_wrapper {
	width: auto;
	padding: 20px 30px;
	height: auto;
	background: #00467f;
}
div.form_process {
	width: auto;
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 0;
	height: auto;
	text-align: center;
}
div.form_process div.top {
	height: 30px;
	margin: 0 auto 10px auto;
}
div.form_process.two_step div.top {
	width: 280px;
}
div.form_process.three_step div.top {
	width: 420px;
}
div.form_process.four_step div.top {
	width: 560px;
}
div.form_process.five_step div.top {
	width: 700px;
}
div.form_process div.top div.step_indicator {
	float: left;
	width: 140px;
	height: 30px;
}
div.form_process div.top div.left,
div.form_process div.top div.right {
	position: relative;
	top: 14px;
	float: left;
	width: 55px;
	height: 2px;
	background: white;
}
div.form_process div.top div.left.no_bg,
div.form_process div.top div.right.no_bg {
	background: none;
}
div.form_process div.top div.step_bubble {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	text-align: center;
	border: 2px solid white;
}
div.form_process div.top div.step_bubble.current {
	background: white;
	-webkit-box-shadow: inset 0 0 0 3px #00467f;
	   -moz-box-shadow: inset 0 0 0 3px #00467f;
			box-shadow: inset 0 0 0 3px #00467f;
}
div.form_process div.top div.step_bubble.complete {
	background: white;
}
div.form_process div.top div.step_bubble.complete span:before {
	content: '\f26b';
    display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 28px;
	float: left;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.3em;
	font-weight: 600;
    color: #00467f;
    text-align: center;
}
div.form_process div.bottom {
	height: auto;
	margin: 0 auto;
}
div.form_process.two_step div.bottom {
	width: 280px;
}
div.form_process.three_step div.bottom {
	width: 420px;
}
div.form_process.four_step div.bottom {
	width: 560px;
}
div.form_process.five_step div.bottom {
	width: 700px;
}
div.form_process div.bottom div.wizard_step {
	float: left;
	width: 140px;
	height: auto;
	padding: 0 10px;
}
div.form_process div.bottom div.wizard_step p {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 0.9rem;
	line-height: normal;
	font-weight: normal;
	color: white;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 0;
}
div.form_process div.bottom div.wizard_step.hide {
	display: block;
}
/* Form Section blocks -------------------------------------------------------------------------- */
header.form_section_header {
	position: relative;
	width: auto;
	height: auto;
	margin-bottom: 20px;
	border-bottom: 1px solid #1e4167;
}
header.form_section_header h1 {
	/*font-family: "Montserrat Light", Arial, sans-serif;*/
	font-size: 1.8em;
	font-weight: normal;
	line-height: normal;
	color: #1e4167;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
dl {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dbe6f1;
	margin-bottom: 20px;
	padding: 20px;
	background: white;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
dl + dl {
	
}

dl h4 {
    font-size: 1.1em;
    margin: 8px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
}

dt {
	float: left;
	clear: left;
	width: 50%;
	text-align: right;
	font-size: 0.95rem;
	font-weight: 600;
	color: #1e4167;
}
dt::after {
	content: ":";
}

dt.fee {
	padding-top: .5em;
}

dt.potential {
	border-top: 3px double white;
    border-bottom: 1px solid white;
}
dd {
	margin: 0 0 0 55%;
	padding: 0 0 0.5em 0;
	font-size: 0.95rem;
}

dd.fee {
    color: red;
	padding-top: .5em;
}

dd.fee.total {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

dd.net {
    color: green;
	padding-top: .5em;
}

dd.net.total {
    border-top: 3px double #666;
    border-bottom: 1px solid #666;
}

.registered dt {
	width: 300px;
	text-align: left;
	color: #666;
}

.registered dd {
	font-weight: 400;
	margin: 0 0 0 320px;
	color: #666;
}


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;
}
div.form_section {
	position: relative;
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.cols_3 div.form_section {
	position: relative;
    float: left;
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
}
div.form_section.full_width {
	float: none;
	width: 100%;
	margin-right: 0;
}
div.form_section.no_margin_right {
	margin-right: 0;
}
div.form_section.no_btm_margin {
	margin-bottom: 0;
}
div.form_section.btm_margin {
	margin-bottom: 10px;
}
div.form_section.reason {
	margin-top:1em;
}
div.form_section.top_margin {
	margin-top:10px;
}
abbr {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 0.7rem;
	text-align: center;
	float: left;
	width: 20px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
}
.cols_3 abbr {
	/*font-family: "Montserrat Bold", Arial, Helvetica, sans-serif;*/

	font-size: 2em;
	font-weight: bold;
	position: absolute;
	right: -30px;
	bottom: 21px;
    width: 30px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}
abbr.overlaid {
	position: absolute;
	left: 5px;
	bottom: 0;
	font-size: 1rem;
	font-weight: bold;
	transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
a#addSpecificLot {
	text-decoration: none;
	position: absolute;
	right: -20px;
	bottom: 0px;
    width: 20px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}
a#addSpecificLot:before {
	content: '\f276';
    display: block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 20px;
    color: #00467f;
    text-align: center;
    width: 20px;
    height: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}
label,
p.label {
	/*font-family: "Montserrat Regular", Arial, sans-serif;*/
	width: 100%;
	font-size: 0.875em;
	font-weight: bold;
	color: black;
	position: relative;
	
}
div.form_section.no_bottom_margin {
	margin-bottom:0;
}
div.form_section label.focussed {
    color: #003E6D;
}
div.form_section_grouper {
	width: 100%;
	height: auto;
	padding: 20px;
	background: #eaf1f9;
	border: 1px solid #dbe6f1;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
div.form_section_grouper.no_btm_padding {
	padding: 20px 20px 0 20px;
}
div.form_section_grouper.alert {
	background: #f9f5ea;
	border: 1px solid #f1ecdb;
}
div.form_section_grouper.alert div.form_section_grouper {
	position: relative;
	padding-left: 70px;
	border: 1px solid #fbb357;
}
div.form_section_grouper.alert div.form_section_grouper p {
	font-size: 1rem;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 0;
}
span.notify {
	position: absolute;
	top: 7px;
	left: 15px;
}
span.notify:before {
	content: '\f1f4';
    display: block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 50px;
    color: #e4850b;
    text-align: center;
    width: 26px;
    height: 26px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
div.form_section_grouper + div.form_section_grouper,
div.form_section_grouper + dl{
	margin-top: 1em;
}
div.form_section_grouper div.form_section_grouper {
	background: white;
}
div.form_section_grouper + h2,
div#tax_w9,
div#tax_w8imy,
div#tax_w8bene,
div#tax_w8ben {
	margin-top: 30px;
}
div.form_section_gtrouper + h3,
div.form_section_grouper + p,
p + h2,
p + h3 {
	margin-top: 20px;
}
.login p + h2 {
	margin-top: 0;
}
/*p + div.form_section,
p + div.form_section + div.form_section {
	margin-top: 10px;
}*/
input.form_textbox {
	margin: 5px 0 0;
    width: 100%;
    max-width: 100%;
	height: 40px;
	line-height: 40px;
    padding: 0 15px;
    color: black;
    /*font-family: "Montserrat Light", Arial, sans-serif;*/
    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;
}
input.form_textbox.with_overlaid {
	padding: 0 15px 0 25px;
}
input.form_textbox:focus,
input.form_textbox:active {
	outline:0;
	border-left-color: #003E6D;
	border-left-width: 7px;
	border-color:#1e4167;
    padding: 0 15px 0 10px;
}
input.form_textbox.with_overlaid:focus,
input.form_textbox.with_overlaid:active {
	padding: 0 15px 0 25px;
}
input.form_textbox.with_overlaid:focus + abbr.overlaid,
input.form_textbox.with_overlaid:active + abbr.overlaid {
	left: 10px;
}
input.form_textbox.error {
	border-color:#a91818;
}
input.form_textbox:diabled {
	background: #ebebe4;
}
::-webkit-input-placeholder {
	color: #7f8185;
}
:-moz-placeholder { /* Firefox 18- */
	color: #7f8185;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #7f8185;
}
:-ms-input-placeholder {
	color: #7f8185;
}
div.details_block {
    width: 100%;
    height: auto;
    margin: 0;
    border: 1px solid #dbe6f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4cd8b0+0,0e3350+30,ffffff+30,ffffff+30 */
    background: #0894d0; /* Old browsers */
    background: -moz-linear-gradient(left, #F9F7F7 0%, #F9F7F7 30%, #FCFCFC 30%, #FCFCFC 30%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #F9F7F7 0%,#F9F7F7 30%,#FCFCFC 30%,#FCFCFC 30%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #F9F7F7 0%,#F9F7F7 30%,#FCFCFC 30%,#FCFCFC 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F7F7', endColorstr='#FCFCFC',GradientType=1 ); /* IE6-9 */
}

div.details_block div.left {
	width: 30%;
	float: left;
	padding: 15px;
	min-height: 50px;
}

div.details_block div.left.with_border_btm {
	width: 28%;
	border-bottom: 1px solid #d6d6d6;
}

div.details_block div.left.min_height {
	min-height: 100px;
}

div.details_block div.left h3 {	
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0;
}

div.details_block div.right {
	width: 66%;
	float: right;
	margin: 0 2%;
	padding: 15px 0;
}

div.details_block div.right h3 {
	margin-top: 0;
}

div.details_block div.right.with_border_btm {
	border-bottom: 1px solid #c9cdcf;
}

div.details_block div.right p {
	/*font-family: "Montserrat Light";*/
	font-size: 0.9em;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 0;
	padding: 0;
}

div.details_block.with_border div.left {
	padding: 15px 15px 15px 0;
}

div.details_block.with_border div.left_inner {
	min-height: 50px;
	margin-right: 15px;
	border-bottom: 1px solid #62686c;
}

div.details_block.with_border div.right {
	width: 78%;
	border-bottom: 1px solid #c9cdcf;
}
div.form_captcha abbr {
    text-align: right;
    display: inline-block;
	white-space: nowrap;
	margin-right: 5%;
    color: #1e4167;
	font-weight: bold;
}
input.form_captcha {
    width: 35% !important;
	display: inline-block !important;
}
span.corp_colour {
	font-weight: bold;
	color: #00467f;
}
/* Checkboxes / Radio Buttons --------------------------------------------------------------------------------------------------- */
span.css_checkbox label:before,
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;

}
span.css_checkbox label,
label.checkbox {
	/*font-family: "Montserrat Light", Arial, sans-serif;*/
	font-weight: normal;
	position: relative;
	display: inline-block;
	width: auto;
	min-height: 26px;
	line-height: 1.3;
	cursor: pointer;
	margin: 0 0 0 38px;
	padding-top: 5px;
}
span.css_checkbox label;last-of-type,
label.checkbox:last-of-type {
	margin: 0 0 0 38px;
}
span.css_checkbox input,
input.css_checkbox {
  position: absolute;
  left: -9999px;
}
span.css_checkbox input + label:before,
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;
}
span.css_checkbox input:hover + label:before,
span.css_checkbox input:focus + label:before,
input.css_checkbox:hover + label.checkbox:before,
input.css_checkbox:focus + label.checkbox:before{
	background: #D6D6D6;
	border-color: #d6d6d6;
	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;
}
span.css_checkbox input:checked:focus + label:before,
span.css_checkbox input:checked:active + label:before,
input.css_checkbox:checked:focus + label.checkbox:before,
input.css_checkbox:checked:active + label.checkbox:before {
	border-color: #d6d6d6;
	color: white;
}
span.css_checkbox label:hover,
label.checkbox:hover {
	border-color: #d6d6d6;
}
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: #d6d6d6;
	color: white;
}
span.css_checkbox input:checked + label:before,
input.css_checkbox:checked + label.checkbox:before {
	background: #00467f; /* --------------------------------------- To change the colour of the checkbox background to a corporate colour change this */
	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;
}
span.css_checkbox input:checked + label:before,
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 Light",Arial,sans-serif;*/
	font-weight: normal;
	position: relative;
	display: inline-block;
	width: auto!important;
	min-height: 26px;
	line-height: 1.3;
	cursor: pointer;
	margin: 0 0 10px 38px;
	padding-top: 5px;
}
label.radio:last-of-type {
	margin: 0 0 0 38px;
}
label.radio.inline {
	margin: 0 20px 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: #d6d6d6;
	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: #d6d6d6;
	color: white;
}
input.css_radio:hover + label.radio:before,
input.css_radio:focus + label.radio:before {
	background: #D6D6D6;
	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:checked + label.radio:before {
	background: #00467f; /* --------------------------------------- To change the colour of the radio button background to a corporate colour change this */
	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:checked + label.radio:before {
	color: white;
}
/* 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.75em;
	line-height: 1.5;
}
div.form_error p.form_error {
	/*font-family: "Montserrat Regular", Arial, sans-serif;*/
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 27px;
	font-size: 0.9em;
	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: relative;
	padding-top: 13px;
}
div.form_help_message {
	font-size: 0.95rem;
	position: relative;
	max-width: 100%;
	border: 1px solid #D6D6D6;
	padding: 15px;
	z-index: 10;
	background: #f5f3f4;
	border-radius: 5px;
	top: 12px;
	margin-bottom: 15px;
}
.login div.form_help_message {
	position: relative;
	max-width: 260px;
	width: 260px;
	border: 1px solid #D6D6D6;
	padding: 15px;
	z-index: 10;
	background: #f5f3f4;
	border-radius: 5px;
	top: 3px;
	left: -180px;
	margin: 0;
	margin-bottom: 15px;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
}
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;
}
.login div.form_help_message:before {
	left: 55px;
}
div.form_help_message p {
	font-size: 0.875em;
	line-height: 1.5;
}
div.form_error.extra_margin {
	margin-bottom:20px;
	margin-top:0;
}
div.form_error.no_margin {
	margin:0px;
}
/* Form Section Help ---------------------------------------------------------------- */
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;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	outline: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	background: #1e4167;
	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: #81b27a;
}
/* Right Column Aside ---------------------------------------------------------------------------------------------------------- */
div.registration_details {
	position: fixed;
	right: -280px;
	top: 250px;
	width: 280px;
	height: auto;
	z-index: 500;
}
div.registration_details#rego {
	right: 0;
}
div.registration_details a.init_aside {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	/*font-family: "Montserrat Regular", Arial, sans-serif;*/
	width: auto;
	height: 30px;
	line-height: 30px;
	background: #1e4167;
	margin-top: 94px;
	margin-left: -123px;
	padding: 0 20px;
	color: white;
	text-decoration: none;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	-webkit-transition: none;
	   -moz-transition: none;
			transition: none;
}
aside {
	float: left;
	width: 280px;
	padding: 15px;
	background: #EEE;
    vertical-align: top;
	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 {
	/*font-family: "Montserrat Regular", Arial, sans-serif;*/
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 1em;
	text-align: left;
	letter-spacing: 1px;
}
aside p {
	text-align: left;
	font-size: 0.75em;
	letter-spacing: 1px;
	margin-bottom: 20px;
	line-height: 1.5;
}
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.3em;
	font-weight: normal;
    color: #1e4167;
    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;
}
/* Test Mode =================================================================================================================== */
div.testmode {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 43px;
	padding: 8px 0;
	background: #ffd2d2;
	border-bottom: 3px solid #da1818;
	z-index: 1000;
}
div.testmode p {
	display: block;
	/*font-family: "Montserrat Regular", Arial, sans-serif;*/
	font-size: 1em;
	margin: 0;
	position: absolute;
	left: 25px;
	top: 8px;
	height: 24px;
	line-height: 24px;
	color: #444;
}
div.testmode a {
	/*font-family: "Montserrat Regular", Arial, sans-serif;*/
	font-size: 0.85em;
	color: white;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	right: 25px; 
	bottom: -30px;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 15px;
	border-radius: 0 0 5px 5px;
	background: #da1818;
}
div.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';
}
div.testmode a.closed:after {
	content: '\f2f9';
}
div.testmode a.open:after {
	content: '\f2fc';
}
ul.tm_enabled {
	list-style: none;
	text-align: center;
	margin: 0;
}
ul.tm_enabled li {
	/*font-family: "Montserrat Regular", Arial, sans-serif;*/
	font-size: 0.85em;
	display: inline-block;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 10px 0 0;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
ul.tm_enabled li:last-child {
	margin: 0;
}
ul.tm_enabled li span.status {
	display: inline-block;
	height: 24px;
	line-height: 22px;
	color: white;
	margin: 0 0 0 5px;
	padding: 0 10px;
	border-radius: 5px;
}
ul.tm_enabled li span.status.green {
	background: #24b935;
	border: 1px solid #167a21;
}
ul.tm_enabled li span.status.grey {
	background: #ccc;
	color: #777;
	border: 1px solid #999;
}
ul.tm_enabled li span.status.red {
	background: #da1818;
	border: 1px solid #7d1010;
}
/* Footer ====================================================================================================================== */
section.footer_wrapper {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	background: #00467f; 
}
footer.top {
	width: auto;
	min-height: 50px;
	margin: 0 auto;
	background: rgba(255,255,255,0.1)
}
footer.top ul {
	list-style: none;
	text-align: center;
	height: 50px;
	margin: 0;
	padding: 0;
}
footer.top li {
	display: inline-block;
	line-height: 50px;
	color: white;
	font-size: 0.85em;
}
footer.top li span {
	padding: 0 10px;
	color: white;
}
footer.top a {
	color: white;
	text-decoration: none;
}
footer.top a:hover,
footer.top a.active,
footer.top li.selected a {
	text-decoration: underline;
}
footer.btm {
	width: auto;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
}
footer.btm h3 {
	color: white;
	font-size: 1.15em;
	margin-bottom: 15px;
}
footer.btm p {
	font-size: 0.9em;
	width: auto;
	margin: 0 auto;
	line-height: 1.25;
	margin-bottom: 12px;
	color: white;
}
footer.btm a {
	color: white;
}
footer.btm a:hover {
	text-decoration: underline;
}
footer.built_by {
	width: auto;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
}
footer.built_by img {
	float: right;
	height: 30px;
}
footer.built_by p {
	color: white;
	font-size: 0.75em;
	line-height: 30px;
	margin-bottom: 0;
}
/* Back to top */
a.scrollToTop{
	display: block;
	position:fixed;
	overflow:hidden;
	width:34px;
	height:34px;
	bottom:20px;
	right:20px;
	background: rgba(0,0,0,0.3) url("../images/ico_back-to-top.png") center no-repeat;
	display: none;
	z-index:1000;
	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;
}
/*================================================================================================================================*/
/*                                                           TABLES                                                               */
/*================================================================================================================================*/
/* Static Content =============================================================================================================== */
table.standard {
	width: 100%;
	margin-bottom: 16px;
	border-collapse: collapse;
}
table.standard thead {
	background: #ddd;
}
table.standard th {
	font-weight: bold;
}
table.standard thead th {
	text-align: left;
}
table.standard tr:nth-child(even) {
	background: #f1f1f1;
}
table.standard td,
table.standard th {
	padding: 10px;
    vertical-align: top;
}
table.standard td {
	font-size: 0.85em;
}
table.standard td.available {
	font-weight: bold;
	color: green;
}
table.standard td a.notice {
	display: inline-block;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 5px;
	color: white;
	background: #00467f;
}
table.standard td a.notice:hover {
	opacity: 0.7;
}
table.standard .left {
	text-align: left;
}
table.standard .right {
	text-align: right;
}
table.standard a {
	color: #095764;
	text-decoration: none;
}
table.standard a:hover {
	color: #388794;
	text-decoration: none;
}
/*===============================================================================================================================*/
/*                                                           JQUERY PLUGINS                                                      */
/*===============================================================================================================================*/
div.rc-recaptcha {
	overflow: hidden;
	padding: 3px 0px; 
	height:82px; 
	border-bottom: none !important;
}
/* Section Help Popup Windows =================================================================================================== */
.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:50%;
	top:50%;
	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;
}
.vaCloseButton { border: none; position: absolute; left: -10000px; display: none; }
.vadialog h2 {
	/*font-family: "Montserrat Regular";*/
	font-size: 1.5em;
	margin-bottom: 15px;
}
.vadialog p {
	font-size: em;
	line-height: 1.3;
}
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.3em;
	font-weight: normal;
    color: #1e4167;
    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;
}
/* Selectboxit ================================================================================================================== */
.form_combobox.selectbox {
	width: 100%!important;
}
.selectboxit-container {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 5px 0 3px;
}
.selectboxit-container * {
  /*font-family: "Montserrat Regular", Arial, sans-serif;*/
  font-size: 13.3333333px;

  -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: 220px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  display: block;
  width: 100%!important;
  -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 {
	background: white;
}
.selectboxit-container.selectboxit-container {
	width: none;
}
.selectboxit-text {
	max-width: 80% !important;
}
.selectboxit-focus .selectboxit-text {

}
.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 {
	padding-left: 0px;
}
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.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 {
  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: #1e4167;
}
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 6px solid #1e4167;
  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 {
  /*opacity: 0.65;
  filter: alpha(opacity=65);*/
  -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: #1e4167;
    color: white;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
a.selectboxit-option-anchor {
    text-decoration: none;
}

.hidden_button {
    display:none;
}