/*================================================================================================================================*/
/*                                                            BASE.CSS                                                            */
/*================================================================================================================================*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	position: relative;
	line-height: 1.3;
	font-family: "Lato Regular",Arial,Helvetica,sans-serif !important;
	font-size: 100%;
    font-style: normal;
    font-weight: 400;
    color: #333;
	background: #14191f;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

br.max_phone_p {
	display: none;
}

img {
	border: 0px;
}

div.captcha img {
	width: auto;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 1.8em;
	font-weight: 400;
	margin-bottom: 18px;
}

h2 {
	font-size: 1.6em;
	font-weight: 400;
	margin-bottom: 14px;
}

h2.withLeftMargin {
	margin-left: 25%;
}

h3 {
	font-size: 1em;
	margin-bottom: 12px;
}

h4 {
	font-size: 0.85em;
	margin-bottom: 5px;
}

p, li {
	font-size: .95em;
}

p {
	margin-bottom: 1em;
}

label {
	font-size: .95em;
}

cite {
	font-weight: 700;
	color: red;
}

form {
	display: inline;
}

input, select, textarea {
	vertical-align: middle;
}

input.watermark {
	color: #999 !important;
}

input.number {
	color: black !important;
}

input {
	-webkit-appearance: none;
	border-radius: 0;
}

ul, ol {
	margin: 0 0 18px 30px;
}

div#bottom-left-content ul,
div#bottom-right-content ul {
	margin: 0;
}

strong {
	font-weight: 700;
}

a {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.valAccCode {
	visibility: visible !important;
	display: block !important;
}

.showThis {
	visibility: visible !important;
	display: block !important;
}

span.nowrap {
	white-space: nowrap;
}
.container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: justify;
    align-content: space-between;
	justify-content: space-between;
}
/*================================================================================================================================*/
/*                                                           TABLES                                                               */
/*================================================================================================================================*/
/* Static Content =============================================================================================================== */
table.standard {
	width: 100%;
	margin-bottom: 16px;
	border-collapse: collapse;
}

table.standard thead {
	background: #ddd;
}

table.standard th {
	font-weight: 600;
}

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 .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;
}
/* Name and Address Details ===================================================================================================== */
table.naming_standards {
	border-collapse: collapse;
}

table.naming_standards td,
table.naming_standards th {
	padding: 5px;
	border: 1px solid #ddd;
}

table.naming_standards td {
	vertical-align: top;
	font-size: 0.85em;
}

table.naming_standards td.title {
	padding: 10px 5px;
	background: #eee;
}

table.naming_standards th {
	text-align: left;
	padding: 10px 5px;
	background: #ddd;
}
/* Buttons ===================================================================================================================== */
div.button_area {
	width: auto;
	max-width: 1200px;
	height: auto;
	min-height: 74px;
	margin: 0 auto;
	padding-top: 30px;
}

div.button_area.residency {
	margin-top: 30px;
}

input.primary {
	font-size: 1em;
	background: #BE2D1A;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	margin: 0;
	outline: 0;
	border: 0;
	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;
	float: right;
}

input.primary:hover,
input.primary:focus {
	background: #333333;
	color: white;
}

input.primary.next {
	padding: 0 40px 0 15px;
	background-color: #BE2D1A;
	background-image: url("../images/ico_next.png");
	background-position: right;
	background-repeat: no-repeat;
}

input.primary.next:hover,
input.primary.next:focus {
	background-color: #af000d;
	text-decoration: none;
}

input.primary:disabled {
	opacity: .4;
	pointer-events: none;
}

input.secondary {
	font-size: 1em;
	height: 42px;
	line-height: 42px;
	margin: 0;
	outline: 0;
	border: 0;
	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;
	background-color: black;
	background-position: left 50%;
	background-repeat: no-repeat;
	padding: 0 15px 0 40px;
	float: left;
}

input.secondary.print {
	background-image: url("../images/ico_print.png");
	padding-left: 60px;
}

input.secondary.cancel {
	background-image: url("../images/ico_cancel.png");
}

input.secondary.back {
	margin-right: 10px;
	background-image: url("../images/ico_back.png");
}

input.secondary:hover,
input.secondary:focus {
	background-color: #404040;
}

a.confirm-button {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color: white;
	background-color: #BE2D1A;
}

a.confirm-button:hover,
a.confirm-button:focus {
	background-color: #af000d;
}
/*================================================================================================================================*/
/*                                                           WEBSITE.CSS                                                          */
/*================================================================================================================================*/
div.wrapper {
	position: relative;
	width: auto;
	padding: 0;
}

div.wrapper.tm_enabled {
	padding: 43px 0 0 0;
}
/* Header ======================================================================================================================= */
section.header_wrapper {

	width: 100%;
	padding: 1em 0 0;
	z-index: 100;
	background: white;
	z-index: 1000;
}

.scrolled section.header_wrapper {
	padding: .9375em 1.25em;
	background: white;
	z-index: 500;
	box-shadow: 0 3px 2px 2px rgba(0,0,0,0.2);
}

section.header_wrapper.form {
	background: white;
}

header.main {
	position: relative;
	width: auto;
	max-width: 1200px;
	min-height: 40px;
	margin: 0 auto;
	-webkit-transition: min-height 250ms ease-in-out;
	-o-transition: min-height 250ms ease-in-out;
	transition: min-height 250ms ease-in-out;
}

.scrolled header.main {
	min-height: 26px;
}

div.sitebranding {
	width: 209px;
	height: 115px;
	margin: .8125em 0;
	-webkit-transition: width 250ms ease-in-out, height 250ms ease-in-out;
	-o-transition: width 250ms ease-in-out, height 250ms ease-in-out;
	transition: width 250ms ease-in-out, height 250ms ease-in-out;
}

.scrolled div.sitebranding {
	width: 109px;
	height: 60px;
	margin: .4375em 0;
}

div.sitebranding img {
	width: 100%
}

img.is-scrolled,
.scrolled img.not-scrolled {
	display: none;
}

.scrolled img.is-scrolled {
	display: block;
}
/* Banner & Navigation ========================================================================================================== */
section.banner_wrapper {
	position: relative;
	width: auto;
	height: auto;
	background: #111111 url("../images/dmo_banner_04.jpg") center no-repeat;
	background-size: cover;
}

/*section.banner_wrapper::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	content: '';
}*/

div.banner {
	position: relative;
	width: auto;
	max-width: 1200px;
	height: 300px;
	height: auto;
	margin: 0 auto;
	padding: 5em 1.25em 2em;
}

.banner p {
	font-size: 1.4em;
}

div.offer_title {
	text-align: left;
	padding: 1.5em;
	max-width: 50%;
}

div.offer_title.form {
	position: relative;
	float: right;
	width: auto;
	height: auto;
	padding: 0;
}

div.banner p.offer_title {
	font-size: 1.6em;
	font-weight: 700;
	color: #282828;
	margin-bottom: .2em;
}

div.offer_title.form p.offer_title {
	font-size: 1.2em;
	margin-bottom: 0;
	line-height: 40px;
	-webkit-transition: line-height 250ms ease-in-out;
	-o-transition: line-height 250ms ease-in-out;
	transition: line-height 250ms ease-in-out;
}

.scrolled div.offer_title.form p.offer_title {
	line-height: 26px;
}

div.offer_title p:last-child {
	margin-bottom: 0;
}

div.banner div.button_area {
	height: auto;
	background: none;
	padding-top: 0;
}

div.banner div.button_area p {
	font-size: 1em;
}

a.btn_offer_document {
	float: left;
	display: inline-block;
	width: auto;
	height: auto;
	margin-bottom: 1em;
	padding: 15px 40px 15px 55px;
	line-height: 1.3;
	text-align: left;
	color: white;
	font-size: 1em;
	font-weight: normal;
	background-color: #BE2D1A;
	background-image: url("../images/ico_offer-document.png"), url("../images/ico_next.png");
	background-image: url("../images/ico_offer-document.png"), url("../images/ico_next.png");
	background-image: url("../images/ico_offer-document.png"), url("../images/ico_next.png");
	background-position: left, right;
	background-repeat: no-repeat;
}

a.btn_offer_document:hover {
	text-decoration: none;
	background-color: #af000d;
}

a.secondary_button {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1.3;
	font-size: .95em;
	text-align: left;
	margin-right: 10px;
	padding: 10px 40px 10px 15px;
	color: white;
	background-color: black;
	background-image: url("../images/ico_next.png");
	background-position: right;
	background-repeat: no-repeat;
}

a.secondary_button:focus,
a.secondary_button:hover { /* GA added Dec 15 */
	background-color: #404040;
}

a.secondary_button + a.secondary_button {
	margin-top: 10px;
}

#navicon,
.mobile-nav {
	display: none;
}

div.navigation_wrapper {
	width: auto;
	height: 44px;
	padding: 0 30px;
	background: rgba(255,255,255,0.9);
}

nav.main {
	position: relative;
	width: auto;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

nav.main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 44px;
}

nav.main li {
	display: block;
	float: left;
	height: 44px;
	margin: 0;
	padding: 0;
}

nav.main a {
	font-weight: 600;
	display: block;
	height: 44px;
	padding: 0 20px;
	color: #BE2D1A;
	line-height: 44px;
	font-size: 1em;
	font-weight: normal;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

nav.main a:hover,
nav.main a.active,
nav.main li.selected a {
	background-color: rgba(255,255,255,0.8);
	color: #BE2D1A;
	text-decoration: none;
}
/* Content ====================================================================================================================== */
.left_float {
	float: left;
}

.right_float {
	float: right;
}

.hide {
	display: none;
}
/* JLB - disabled to allow room for error boxes */
_div.inputs {
	width: 65.5%;
	min-height: 40px;
	padding: 15px;
	background-color: #f5f5f5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section.content_wrapper {
	width: auto;
	height: auto;
	padding: 40px 0 50px 0;
	background-color: white;
	flex: 1;
}

div.content_wrapper_inner {
	width: auto;
	max-width: none;
	margin: 0 auto;
	padding: 0px;
	background: white;
}

div.content {
	position: relative;
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
}

div.form_section.form_section_accept_terms {
	min-height: 45px;
	padding: 15px;
	background-color: #f3f3f3;
}

div.content.form.no_border {
	border-bottom: none;
}

article.main {
	float: right;
	width: 73%;
}

article.main.full_width {
	float: none;
	width: 100%;
}

article.main h1 {
	font-size: 2em;
	font-weight: 400;
}

article.main h2 {
	font-size: 1.4em;
	font-weight: 400;
}

article.main a,
.vadialog a {
	color: #BE2D1A;
	text-decoration: underline;
}

article.main a:hover,
article.main a:focus,
.vadialog a:hover,
.vadialog a:focus {
	text-decoration: none;
}

aside {
	width: 25%;
	background: transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 4px 6px -2px rgb(0 0 0 / 5%), 0 10px 15px -3px rgb(0 0 0 / 10%);
	border: 1px solid #e9e9e9;
}

aside h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 15px;
	background: #f3f3f3;
	border-bottom: 3px solid #BE2D1A;
}

aside p {
	font-size: .9em;
	margin-bottom: 0;
	padding: .25em 1em;
}

aside p:first-of-type {
	padding-top: 1em;
}

aside p:last-of-type {
	padding-bottom: 1em;
}
/* Important Dates ============================================================================================================== */
.dates-outer-wrapper {
	background-color: #f3f3f3;
	padding: 3em 0;
	text-align: center;
}

.dates-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
}

.dates-wrapper .key-date {
	position: relative;
	width: calc(33.3333% - 2.5em);
	margin: 1.25em;
	padding: 1em;
	background: #ededed;
	box-shadow: 0 4px 6px -2px rgb(0 0 0 / 5%), 0 10px 15px -3px rgb(0 0 0 / 10%);
	height: inherit;
}

.dates-wrapper .key-date h3 {
	position: relative;
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: .6em;
	text-align: center;
}

.dates-wrapper .key-date p {
	font-size: 1em;
	line-height: 1.4;
}

.dates {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	background: #fafafa;
	-webkit-box-shadow: inset 0 0 0 10px #ededed;
	box-shadow: inset 0 0 0 10px #ededed;
}

.dates.center {
	justify-content: center;
}

.dates + .dates + p {
	margin-top: 1.5em;
}

.dates.no-bg {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dates .date {
	width: 110px;
	text-align: center;
	background: #ededed;
}

.dates .date.open, .dates .date.close {
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: .5em;
}

.dates .date.time-open, .dates .date.time-close {
	font-size: .75em;
	text-transform: uppercase;
	padding: .25em;
	color: white;
	box-shadow: 0 4px 6px -2px rgb(0 0 0 / 5%), 0 10px 15px -3px rgb(0 0 0 / 10%);
}

.dates .date.open {
	color: #008580;
	border-bottom: 3px solid #008580;
}

.dates .date.close {
	color: #BE2D1A;
	border-bottom: 3px solid #BE2D1A;
}

.dates .date.time-open {
	background: #008580;
}

.dates .date.time-close {
	background: #BE2D1A;
}

.dates .date .date-inner {
	color: #282828;
	padding: .5em;
	background: white;
	box-shadow: 0 4px 6px -2px rgb(0 0 0 / 5%), 0 10px 15px -3px rgb(0 0 0 / 10%);
}

.dates .date .date-inner p.large {
	font-size: 150%;
	font-weight: 700;
	margin-bottom: .25em;
	line-height: 1;
}

.dates .date .date-inner p.fw-semibold {
	font-size: .7em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.dates .date .date-inner p.time {
	margin-top: .2em;
}

.dates-wrapper .key-date p:last-of-type {
	margin-bottom: 0;
}

.dates-wrapper .key-date .button {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: .8em;
	text-align: right;
	background: black;
	border-color: black;
	padding-left: 10px;
	padding-right: 25px;
}

.dates-wrapper .key-date .button:focus, .dates-wrapper .key-date .button:hover {
	background: #404040;
	border-color: #404040;
}

.dates-wrapper .key-date .button::after {
	display: inline-block;
	font-family: 'Material-Design-Iconic-Font';
	font-size: 30px;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2fb';
	position: absolute;
	right: 7px;
	top: 0;
	margin-left: 10px;
	color: white;
}
/* Form Pages =================================================================================================================== */
div.form_process_wrapper {
	width: auto;
	padding: 20px 15px;
	height: auto;
	background-color: #14191f;
}

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-weight: bold;
	line-height: 1.3;
	font-size: 1.2em;
	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-weight: bold;
	font-size: 16px;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: white;
}

div.step_bubble.current {
	background: #BE2D1A;
	border-color: #BE2D1A;
}

div.step_bubble.current span {
	color: white;
}

div.step_bubble.complete {
	background: rgba(255,255,255,0.2);
	border-color: rgba(255,255,255,0.2);
}

div.step_bubble.complete span {
	color: transparent;
}

div.step_bubble.current.complete {
	background: #BE2D1A;
	border-color: #BE2D1A;
}

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;
}

div.content.form {
	max-width: none;
	margin: 0;
	border-bottom: 1px solid #d6d6d6;
}

div.content.form.no_border {
	border-bottom: none;
}

div.form_block {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

div.form_block.first {
	padding: 0 0 15px 0;
}

div.form_block.no_padding_btm {
	padding: 0;
}

div.form_block.no_top_padding {
	padding: 0 0 15px 0;
}

div.form_section_header {
	position: relative;
	width: auto;
	max-width: 1200px;
	margin-bottom: 30px;
	padding: 14px;
	background-color: #f3f3f3;
	clear: left;
}

div.form_section_header h2 {
	font-size: 1.2em;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: normal;
}

div.form_section_title {
	float: left;
	width: 26%;
	margin-right: 2%;
}

div.form_section_preamble {
	float: left;
	width: 64%;
	margin-right: 2%;
}

div.form_section_preamble p {
	margin: 0;
	padding: 0;
}

div.form_section_help {
	float: right;
	width: 40px;
	height: 40px;
}

div.form_section_help a.help_icon {
	background: #008580;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	font-weight: 600;
	font-size: 1.3em;
}

div.form_section_help a.help_icon:before {
	content: '?';
}

div.form_section_help a.help_icon:hover,
div.form_section_help a.help_icon:focus {
	background: #04ada7;
}

div.form_section {
	position: relative;
	width: auto;
	height: auto;
	padding: 0 14px;
}

div.form_section.top_padding {
	padding: 30px 14px 0 14px;
}

div.form_section_left {
	position: relative;
	float: left;
	width: 26%;
	min-height: 1px;
	margin-right: 2%;
}

label.bold {
	display: block;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 10px;
}

div.form_section_middle {
	position: relative;
	float: left;
	width: 41.5%;
}

div.form_section_middle.not-input p {
	margin-bottom: 0;
	padding-top: 12px;
}

div.form_section_middle img {
	margin-bottom: 15px;
}

div.form_section_middle.wide {
	width: 72%;
}

div.form_section_middle .selectboxit-container {
	margin-bottom: 15px;
}

/*div.form_section_middle div.app_amount {
	width: 100%;
	margin-bottom: 15px;
	padding: 20px;
	background: #edeeee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.form_section_middle div.app_amount p {
	margin-bottom: 0;
	line-height: normal;
}*/

.app_amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	align-items: center;
	color: #004085;
	width: 100%;
	padding: 1em;
	background: #ebf4fe;
	border: 1px solid #cce5ff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}

.app_amount p {
	margin-bottom: 0;
	line-height: normal;
	color: #004085;
}

span.applied_amount {
	display: block;
	font-size: 140%;
}

span.icon {
	display: block;
	margin-right: 1em;
}

span.icon:before {
	display: block;
	font-family: "Material-Design-Iconic-Font";
	font-size: 34px;
	content: "\f1f8";
	color: #004085;
	margin-top: -3px;
}

div.form_section_left label {
	display: inline-block;
	float: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-right: 0;
	text-align: right;
	font-weight: 600;
}

div.form_section label.two_lines {
	line-height: normal;
}

div.form_section_left.wide label.shorter {
	width: 32%;
	margin-left: 3.35%;
}

input.textbox {
	display: block;
	width: 100%;
	height: 38px;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #d6d6d6;
	font-size: 0.85em;
	margin-bottom: 15px;
	padding: 0 2%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: black !important;
	-webkit-transition: border 0.2s ease-in;
	transition: border 0.2s ease-in;
	border-radius: 4px;
}

input.textbox:disabled {
	pointer-events: none;
	background: #f3f3f3;
}

input.textbox:focus,
input.textbox:active {
	outline: 0;
	border-left-color: #BE2D1A;
	border-left-width: 5px;
	border-color: #BE2D1A;
}

span.labelbox {
	display: block;
	width: 100%;
	height: auto;
	-moz-box-shadow: none;
	background-color: #edeeee;
	font-size: 0.85em;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 12px 2%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: black !important;
}

.IE8 div.form_section_middle input.textbox {
	padding: 10px 2% 0 2%;
	height: 28px;
}

input.textbox.designation {
	float: left;
	width: 85%;
}

input.textbox.sharecalc {
	float: left;
	width: calc(100% - 30px);
	border-radius: 0 4px 4px 0;
	border-left: 0;
}

input.textbox.sharecalc:focus,
input.textbox.sharecalc:active{
	border-left: 1px solid #BE2D1A;
	border-left-width: 5px;
}

input.textbox.chesshin {
	/*float: left;*/
	width: 96%;
}

input.textbox.postcode {
	width: 5%;
}

input.textbox.bsb {
	float: left;
	width: 15%;
	margin-bottom: 5px;
}

input.textbox.account {
	float: left;
	width: 54%;
	margin-bottom: 5px;
}

div.form_section_middle abbr {
	text-align: center;
	float: left;
	width: 30px;
	font-size: 1.2em;
	line-height: 36px;
	margin: 0;
	background: #f3f3f3;
	border: 1px solid #d6d6d6;
	border-right: 0;
	border-radius: 4px 0 0 4px;

}

div.form_section_middle abbr.middle {
	width: 8%;
	margin: 0;
	text-align: center;
}

div.form_section_middle abbr.right {
	text-align: left;
	width: 10%;
	margin: 0 0 0 1%;
}

span.bsb,
span.account {
	display: block;
	float: left;
	width: 19%;
	margin-bottom: 15px;
	font-size: 0.6em;
	color: #999;
}
/* Checkboxes / Radio Buttons --------------------------------------------------------------------------------------------------- */
div.form_radio_group {
	margin-bottom: 10px;
}

label.checkbox:before {
	content: '\f26b';
	display: block;
	float: left;
	font-family: "Material-Design-Iconic-Font";
	font-size: 1.2em;
	font-weight: 700;
	color: white;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 28px;
	margin-left: -40px;
	border: 1px solid #BBBBBB;
	border-radius: 4px;
	-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.multiline:before {
	margin-top: -10px;
}

label.checkbox {
	display: inline-block;
	width: auto;
	min-height: 30px;
	line-height: 30px;
	cursor: pointer;
	margin: 0 0 0 44px;
}

label.checkbox.multiple {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1.3;
	padding-top: 10px;
	cursor: pointer;
}

input.css_checkbox {
	position: absolute;
	left: -9999px;
}

input.css_checkbox + label.checkbox:before {
	background: #F4F4F4;
	color: white;
	border-color: #BBBBBB;
}

input.css_checkbox:hover + label.checkbox:before {
	background: #D7D7D7;
	border-color: #BE2D1A;
	color: white;
}

input.css_checkbox:checked:focus + label.checkbox:before,
input.css_checkbox:checked:active + label.checkbox:before {
	border-color: #BE2D1A;
	color: white;
}

label.checkbox:hover {
	border-color: #BE2D1A;
}

input.css_checkbox:focus + label.checkbox:before,
input.css_checkbox:active + label.checkbox:before {
	border-color: #BE2D1A;
	color: white;
}

input.css_checkbox:checked + label.checkbox:before {
	background: #BE2D1A; /* --------------------------------------- To change the colour of the checkbox background to a corporate colour change this */
	border-color: #BE2D1A;
}

input.css_checkbox:checked + label.checkbox:before {
	color: white;
}

label.radio:before {
	content: '';
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-left: -40px;
	border: 1px solid #BBBBBB;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

label.radio {
	display: inline-block;
	width: auto;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	margin: 0 0 10px 40px;
}

label.radio.multiple {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1.3;
	cursor: pointer;
	margin-top: 6px;
}

label.radio.multiple:before {
	margin-top: -6px;
}

label.radio.inline {
	margin-right: 20px;
}

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: #BE2D1A;
	color: white;
}

label.radio:hover {
	border-color: #BE2D1A;
}

input.css_radio + label.radio:before {
	background: #F4F4F4;
	border-color: #BBBBBB;
	-webkit-box-shadow: inset 0 0 0 6px #FFFFFF;
	-moz-box-shadow: inset 0 0 0 6px #FFFFFF;
	box-shadow: inset 0 0 0 6px #FFFFFF;
}

input.css_radio:focus + label.radio:before,
input.css_radio:active + label.radio:before {
	border-color: #BE2D1A;
	color: white;
}

input.css_radio:hover + label.radio:before {
	background: #D7D7D7;
	border-color: #BE2D1A;
	-webkit-box-shadow: inset 0 0 0 6px #FFFFFF;
	-moz-box-shadow: inset 0 0 0 6px #FFFFFF;
	box-shadow: inset 0 0 0 6px #FFFFFF;
}

input.css_radio:checked + label.radio:before {
	background: #BE2D1A; /* --------------------------------------- To change the colour of the radio button background to a corporate colour change this */
	border-color: #BE2D1A;
	-webkit-box-shadow: inset 0 0 0 6px #FFFFFF;
	-moz-box-shadow: inset 0 0 0 6px #FFFFFF;
	box-shadow: inset 0 0 0 6px #FFFFFF;
}

input.css_radio:checked + label.radio:before {
	color: white;
}

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-weight: 500;
	font-size: 1em;
	margin: 0;
	position: absolute;
	left: 25px;
	top: 8px;
	height: 24px;
	line-height: 24px;
	color: #444;
}

div.testmode a {
	font-weight: 600;
	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 {
	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;
}
/* Help and Error =============================================================================================================== */
div.form_section_right {
	position: relative;
	float: right;
	width: 29%;
	height: auto;
}

div.form_section_right div.insitu_email_box {
	z-index: 50;
	display: none;
	width: 100%;
	background: url("../images/insitu-email-box.png") 0px 9px no-repeat;
	display: none;
	position: absolute;
	height: auto;
}

div.form_section_right div.insitu_help_box {
	z-index: 100;
	display: none;
	width: 100%;
	background: url("../images/insitu-help-box.png") 0px 9px no-repeat;
	display: none;
	position: absolute;
	height: auto;
}

div.form_section_right div.insitu_error_box,
.PAC {
	z-index: 200;
	width: 100%;
	height: auto;
	background: url("../images/insitu-error-box.png") 0px 9px no-repeat;
	position: relative;
}

div.appform_right div.emailbox,
div.form_section_right div.emailbox {
	_position: absolute;
	_height: auto;
}

div.form_section_right div.insitu_email_message,
div.form_section_right div.insitu_error_message,
div.form_section_right div.insitu_help_message,
.PACerr {
	width: auto;
	margin-left: 13px;
	padding: 15px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

div.form_section_right div.insitu_error_message,
.PACerr {
	background: #e4002b;
}

div.form_section_right div.insitu_help_message {
	background: #353943;
}

div.form_section_right div.insitu_email_message {
	background: #F0E68C;
}

div.form_section_right div.insitu_error_message p,
div.form_section_right div.insitu_help_message p,
.PACerr p {
	color: white;
	margin: 0;
	line-height: normal;
}

div.form_section_right div.insitu_email_message p {
	color: black;
	margin: 0;
	line-height: normal;
	font-size: 0.7em;
}
/* Residency Page layout overrides ---------------------------------------------------------------------------------------------- */
/* JLB - Disabled some attributes with underscorces to allow error messages to appear */
div.form_section.residency {
	padding: 0;
}

div.form_section.residency div.form_section_left {
	_width: 38%;
}

div.form_section.residency div.form_section_left label {
	text-align: left;
}

div.form_section.residency div.form_section_middle {
	_float: right;
	_width: 60%;
}

div.form_section.residency div.form_section_middle .selectboxit-container,
div.form_section.residency div.form_section_middle input.textbox {
	margin-bottom: 0;
}

div.form_section.residency div.form_section_right {
	_display: none;
}
/* BPAY table =================================================================================================================== */
div.bpay {
	width: 285px;
	padding: 10px;
	border: 2px solid #0F204B;
	margin: 0px;
	margin-bottom: 16px;
	font-size: 0.85em;
	background: white;
}

div.bpay p {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	color: #0F204B;
	font-size: 0.85em;
	line-height: 1;
}

div.bpay_top {
	width: auto;
	height: 66px;
	margin-bottom: 8px;
}

div.bpay_btm {
	width: auto;
	height: auto;
}

div.bpay_btm p.title {
	font-weight: bold;
	font-size: 1.05em;
}

div.bpay_btm p {
	font-size: 0.78em;
	line-height: 1.4;
}

div.bpay_logo {
	float: left;
	width: 43px;
	height: 66px;
	margin-right: 8px;
}

div.bpay_details {
	float: left;
	width: 210px;
	height: 66px;
	border: 1px solid #0F204B;
	padding: 13px 0px 15px 10px;
}

div.bpay_details p {
	font-weight: bold;
	line-height: normal;
	padding-top: 0px;
	font-size: 1.11em;
}

p.footnote {
	clear: both;
	padding-top: 20px;
	text-align: right;
}

span.broker {
	display: block;
	float: right;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	color: black;
	border: 1px solid #d70a2d;
}
/* Review page Layout =========================================================================================================== */
div.review_block {
	float: left;
	width: 30.33333333333%;
	min-height: 100px;
	margin: 0 1.5%;
}

div.review_block h3 {
	margin-bottom: 0px;
}
/* Footer  ====================================================================================================================== */
.footer-wrapper {
	width: 100%;
	height: auto;
	background-color: #303030;
    background-image: -webkit-gradient(linear, top, bottom, from(#454545), to(#303030));
    background-image: -webkit-linear-gradient(top, #454545, #303030);
    background-image: -moz-linear-gradient(top, #454545, #303030);
    background-image: -o-linear-gradient(top, #454545, #303030);
    background-image: linear-gradient(#454545, #303030);
	position: relative;
}

footer.transaction-site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1.25em 3.125em;
}

footer.transaction-site p {
	font-size: .75em;
	text-transform: uppercase;
	color: white;
	margin: 0;
}

footer.transaction-site div.footer-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

footer.transaction-site div.footer-right {
	width: 66px;
}

div.footer-right div.logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 66px;
}

div.footer-right div.logos div.cpu-logo {
	width: 185px;
	height: 60px;
	padding-right: 1.875em;
}

div.footer-right div.logos div.cpu-logo img {
	margin: .9375em 0;
}

div.footer-right div.logos div.reach-logo {
	width: 66px;
	height: 60px;
}

div.footer-right div.logos div.reach-logo img {
	margin: .625em 0;
}

footer.links {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: .625em 3.125em;
	background: rgba(0,0,0,0.2)
}

footer.links div.footer-left {
	float: left;
	width: 80%;
}

footer.links div.footer-right {
	float: right;
	width: 20%;
	text-align: right;
}

footer.links ul {
	list-style: none;
	height: auto;
	margin: 0;
	padding: 0;
}

footer.links li {
	display: inline-block;
	line-height: normal;
	color: white;
	font-size: 0.8em;
	margin-right: .625em;
	line-height: 1.6;
}

footer.links p {
	color: white;
	font-size: 0.7em;
	margin: 0;
}

footer.links a {
	color: white;
	text-decoration: underline;
}

footer.links a:hover,
footer.links a.active,
footer.links li.selected a {
	text-decoration: none;
}

footer.information {
	background: #0f1317;
	text-align: center;
	padding: .5em;
}

footer.information p {
	font-size: .85em;
	color: #bbb;
	margin: .5em;
}

footer.information:last-child {
	margin: 0;
}

footer.information a {
	color: #BE2D1A;
	text-decoration: underline;
}

footer.information a:focus,
footer.information a:hover {
	text-decoration: none;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* End New Standardised AU Footer */
/* Back to top */
a.scrollToTop {
	display: block;
	position: fixed;
	overflow: hidden;
	width: 34px;
	height: 34px;
	bottom: 20px;
	right: 20px;
	background: #BE2D1A;
	display: none;
	z-index: 1000;
	outline: none;
	border: none;
	border-radius: 100%;
	margin-bottom: .75em;
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}

a.scrollToTop:before {
	content: '\f2fc';
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-family: "Material-Design-Iconic-Font";
	font-size: 1.6em;
	font-weight: 600;
	color: white;
	text-align: center;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

a.scrollToTop:hover:before {
	background: #af000d;
	cursor: pointer;
}

a.scrollToTop span {
	display: none;
}


/*================================================================================================================================*/
/*                                                           JQUERY PLUGINS                                                       */
/*================================================================================================================================*/

/* Section Help Popup Windows =================================================================================================== */
.vadialog {
	position: fixed;
	width: 90%;
	height: auto;
	max-height: 300px;
	max-width: 800px;
	overflow: auto;
	background: white;
	border-radius: 0px;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 2em;
	-webkit-transition: 500ms ease-out 1s;
	-moz-transition: 500ms ease-out 1s;
	-o-transition: 500ms ease-out 1s;
	transition: 500ms ease-out 1s;
}

.vaCloseButton {
	border: none;
	position: absolute;
	left: -10000px;
	display: none;
}

.vadialog img {
	width: 100% !important;
}

.vadialog h3 {
	font-size: 1.4em;
	font-weight: 400;
}

.vadialog p:last-of-type {
	margin-bottom: 0;
}

.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;
}

.vaOffscreen {
	position: absolute;
	left: -9999px;
}

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: 2em;
	font-weight: normal;
	color: #BE2D1A;
	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:focus:before,
a.shadowboxclose:hover:before {
	color: #af000d;
}
/* Selectboxit ================================================================================================================== */
.selectboxit-container {
	position: relative;
	display: block;
	vertical-align: top;
	/*width: 100%;*/
}

.selectboxit-container * {
	font: 14px Helvetica, Arial;
	-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;
	border-radius: 4px;
}

.selectboxit-container {
	background: white;
}

.selectboxit-container.selectboxit-container {
	width: none;
}

.selectboxit-text {
	max-width: none !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;
	text-decoration: none;
}

.selectboxit-container .selectboxit:focus {
	outline: 0;
}

.selectboxit-container li {
	padding-left: 0px;
}

.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
	background: #f3f3f3;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
}

.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: 45%;
	right: 0;
	left: 0;
}

.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;
	border: 1px solid #d6d6d6;
	color: #333;
}

.selectboxit-btn.selectboxit-enabled:active {
	color: #333333;
	border: 1px solid #d6d6d6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
	text-decoration: none;
	background-position: 0 -15px;
	border-color: #BE2D1A;
}

.selectboxit-default-arrow {
	width: 0;
	height: 0;
	border-top: 5px solid #BE2D1A;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.selectboxit-list {
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
	width: 100%;
	min-width: 0 !important;
}

.selectboxit-list .selectboxit-option-anchor {
	color: #333;
}
/* Changes colour of dropdown options bg */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	color: #ffffff;
	background-color: #BE2D1A;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
	color: #999999;
}
/* Accordion ==================================================================================================================== */
.accordion {
	width: 500px;
	overflow: hidden;
	margin: 10px auto;
	color: #474747;
	background: #414141;
	padding: 10px;
}

.accordion section:target {
	background: #FFF;
	padding: 10px;
}

.accordion section:target:hover {
	background: #FFF;
}

.accordion section:target h2 {
	width: 100%;
}

.accordion section:target h2 a {
	color: #333;
	padding: 0;
}

.accordion section:target p {
	display: block;
}

.accordion section h2 a {
	padding: 8px 10px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #eee;
	text-decoration: none;
}

.accordion section {
	float: left;
	overflow: hidden;
	color: #333;
	cursor: pointer;
	background: #333;
	margin: 3px;
}

.accordion section:hover {
	background: #444;
}

.accordion section p {
	display: none;
}

.accordion section:after {
	position: relative;
	font-size: 24px;
	color: #000;
	font-weight: 600;
}

.accordion section:nth-child(1):after {
	content: '1';
}

.accordion section:nth-child(2):after {
	content: '2';
}

.accordion section:nth-child(3):after {
	content: '3';
}

.accordion section:nth-child(4):after {
	content: '4';
}

.accordion section:nth-child(5):after {
	content: '5';
}

.horizontal section {
	width: 5%;
	height: 250px;
	-moz-transition: width 0.2s ease-out;
	-webkit-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	-ms-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}

h3.acchead {
	background-color: #ddd;
	padding: 10px;
	cursor: pointer;
}

div.accordion_content p {
	padding: 0 10px;
}

/*======================================================================================*/
/* Added classes by JB for Glen                                                         */

/* no_left_section - Makes form_section_left zero width and extends form_section_middle */
div.no_left_section div.form_section_left {
	width: 0%;
	margin-right: 0;
}

div.no_left_section div.form_section_middle {
	width: 68%;
}
/* form_section_conditions - Reconfigures confirm checkbox to have button to the right */
div.form_section_conditions {
	float: left;
	width: 65%;
	padding: 0;
}
/* JLB - Removed attributes with underscore to allow for error message box */
div.form_section_conditions div.form_section_middle {
	_width: 100%;
}
#sb-container {display:none}



.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-weight: 500;
}

.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: black;
	border-bottom: 2px solid black;
}

.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 #005cb9;
	background: #eee;
	color: #005cb9;
}

.ui-datepicker .ui-state-highlight {
	border: 2px solid white;
	border-bottom: 3px solid #005cb9;
	background: #ddd;
	color: #212529;
}

.ui-datepicker .ui-state-active {
	border: 2px solid white;
	background: #005cb9;
	color: white;
}

.ui-datepicker .ui-priority-secondary {
	opacity: 0.3;
	filter: Alpha(Opacity=30);
}

.ui-datepicker-trigger {
	display: block;
	position: absolute;
	top: 6px;
	right: 8px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

input.form_textbox:disabled + .ui-datepicker-trigger {
	display: none
}
/* 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;
            }