/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/*  CLEARFIX  **********/



.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}




/*  BODY  **********/

body
{
	position: relative;
	background: url(../images/bg-gradient.jpg);
	background-position: bottom left;
	background-size: cover; 
	background-attachment: fixed;
	font-family: 'Roboto', sans-serif;
	padding-left: 15px;
	padding-right: 15px;
}



/*  HEADER  **********/



header
{
	position: relative;
	top: 0px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 12px;
  padding-bottom: 10px;
}

#logo_header
{
	position: relative;
	margin-right: auto;
	order: 1;
	transition: opacity 0.3s;
}

#logo_header img
{
	height: 36px;
}

#logo_header:hover
{
	opacity: 0.8;
}

#header_nav
{
	margin-left: auto;
	order: 2;
	text-align: right;
}

#header_nav a img
{
	position: relative;
	height: 14px;
	margin-right: 5px;
	margin-bottom: -2px;
}

#header_nav a
{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
}

#header_nav a:not(:last-of-type)
{
	margin-right: 19px;
}

#header_nav a:hover
{
	text-decoration: underline;
}


/*  HEADER NAV DROPDOWN  **********/




#header_nav span
{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
	margin-left: 10px;
	z-index: 500;
	cursor: pointer;
}

#header_nav span img
{
	position: relative;
	height: 14px;
	margin-right: 5px;
	margin-bottom: -2px;
}

#header_nav span em
{
	position: relative;
	top: -2px;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	width: 0;
	height: 0;
	border-width: 5px 3.5px 0 3.5px;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	margin-top: 0;
	margin-left: 5px;
}

#header_nav span .nav_dropdown
{
	position: absolute;
	top: 15px;
	right: 0;
	text-align: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: rgba(5,12,31,.85);
	padding: 5px 15px 10px 15px;
	visibility: hidden;
  	opacity: 0;
  	transition-property: opacity, visibility;
  	transition-duration: .3s, 0s;
  	transition-delay: 0s, .3s;
}

#header_nav .nav_dropdown li a
{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height: 1.75;
	display: block;
}

#header_nav .nav_dropdown li a:hover
{
	text-decoration: underline;
}

#header_nav span:hover .nav_dropdown
{
	visibility: visible;
  	opacity: 1;
  	transition-delay: 0s, 0s;
}



/*  BREADCRUMBS  **********/



#breadcrumbs_container
{
	position: relative;
	top: 0px;
	width: 100%;
	max-width: 1600px;
	text-align: center;
	margin: 0 auto;
}


.steps_nav
{
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.steps_nav li
{
    position: relative;
    display: inline-block;
    width: 135px;
    text-align: center;
}

.steps_nav li div
{
    display: inline-block;
}

.nav_message
{
    position: relative;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.nav_square
{
    position: absolute;
    top: 25px;
    left:60px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    z-index: 100;
}

.nav_line
{
    position: absolute;
    top: 32px;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: 50;
}

.nav_active .nav_square
{
    background-color: #183BED;
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
}

.nav_done .nav_square
{
    background-color: #183BED;
}

.nav_done .nav_line
{
	background-color: #183BED;
}





/*  CONTAINER  **********/



#container
{
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

#container h1
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
}



/*  LOGIN  **********/



#login_container
{
	position: relative;
	width: 100%;
	max-width: 680px;
}

#login_header img
{
    display: none;
}

#login_header
{
	position: relative;
	top: 0px;
	width: 100%;
	margin-bottom: 20px;
    width: 100%;
    height: 34px;
    background-image: url(../images/logo-stt-new-h.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

#login_content_container
{
	position: relative;
	top: 0px;
	width: 100%;
	background-color: rgba(243,239,235,0.2);
	padding: 36px;
	box-sizing: border-box;
}

#login_content
{
	position: relative;
	top: 0px;
	width: 100%;
	background-color: rgba(243,239,235,0.8);
	padding: 30px 70px;
	box-sizing: border-box;
}

#login_content h1
{
	text-align: center;
	line-height: 30px;
	color: #00305c;
	margin-top: 0;
	margin-bottom: 25px;
}

.login_line
{
	position: relative;
	top: 0px;
	left: 0px;
	widows: 100%;
	box-sizing: border-box;
	border-left: 47px solid #183ced;
	background-color: #0C305D;
	margin-bottom: 10px;
}

.login_line img
{
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
	left: -32px;
	width: 17px;
}

.login_line input[type=text]
{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: none;
	border: none;
	/*line-height: 47px;*/
	line-height: 1.5;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.login_line input[type=text]::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
	color: #fff;
	opacity: 0.75;
}

.login_line input[type=text]::-moz-placeholder
{ /* Firefox 19+ */
	color: #fff;
	opacity: 0.75;
}

.login_line input[type=text]:-ms-input-placeholder
{ /* IE 10+ */
	color: #fff;
	opacity: 0.75;
}

.login_line input[type=text]:-moz-placeholder
{ /* Firefox 18- */
	color: #fff;
	opacity: 0.75;
}

.login_line input[type=password]
{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: none;
	border: none;
	/*line-height: 47px;*/
	line-height: 1.5;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.login_line input[type=password]::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
	color: #fff;
	opacity: 0.75;
}

.login_line input[type=password]::-moz-placeholder
{ /* Firefox 19+ */
	color: #fff;
	opacity: 0.75;
}

.login_line input[type=password]:-ms-input-placeholder
{ /* IE 10+ */
	color: #fff;
	opacity: 0.75;
}

.login_line input[type=password]:-moz-placeholder
{ /* Firefox 18- */
	color: #fff;
	opacity: 0.75;
}

.login_captcha_placeholder
{
	position: relative;
	top: 0px;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

.login_submit_line
{
	position: relative;
	top: 0px;
	width: 100%;
}

.login_submit_line p
{
	position: relative;
	float: left;
	margin: 0;
	font-size: 18px;
	line-height: 48px;
	color: #00305c;
}

.login_submit_line p a
{
	color: #00305c;
	font-weight: 500;
	text-decoration: none;
}

.login_submit_line p a:hover
{
	text-decoration: underline;
}

.login_submit_line input[type=submit]
{
	position: relative;
	float: right;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	background-color: #183ced;
	padding: 0 50px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.login_submit_line input[type=submit]:hover
{
	background-color: #0C305D;
}



/*  CONTENT CONTAINER  **********/



#content_container
{
	position: relative;
	width: 100%;
	max-width: 1600px;
	background-color: rgba(243,239,235,0.2);
	padding: 36px;
	box-sizing: border-box;
	margin: 0 auto 15px auto;

}

#content
{
	position: relative;
	width: 100%;
	min-height: 50vh;
	display: flex;
	background-color: rgba(243,239,235,0.8);
	padding: 35px 40px;
	box-sizing: border-box;
	flex-direction: column;
}

#content h1
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 25px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 24px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 8px;
	border-bottom: 1px solid #00305c;
	color: #00305c;
}

#content h1 span
{
	font-weight: 700;
}

#content h2
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 25px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 20px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 8px;
	border-bottom: 1px solid #00305c;
	color: #00305c;
}

#content h2 span
{
	font-weight: 700;
}

#content>p
{
	position: relative;
	font-size: 18px;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 15px;
	color: #00305c;
}

#content>p strong
{
	font-weight: 700;
}

#content>p small
{
	font-size: 15px;
}

#content>p a
{
	color: #00305c;
	font-weight: 500;
	text-decoration: underline;
}

#content>p a:hover
{
	text-decoration: none;
}



/*  VERIFY EMAIL  **********/



#email_verify_container
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 600px;
	margin-top: 30px;
}

.email_verify_line
{
	position: relative;
	top: 0px;
	left: 0px;
	widows: 100%;
	box-sizing: border-box;
	border-left: 47px solid #183BED;
	background-color: #0C305D;
	margin-bottom: 10px;
}

.email_verify_line img
{
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
	left: -34px;
	width: 21px;
}

.email_verify_line input[type=text]
{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: none;
	border: none;
	line-height: 47px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.email_verify_line input[type=text]::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
	color: #fff;
	opacity: 0.75;
}

.email_verify_line input[type=text]::-moz-placeholder
{ /* Firefox 19+ */
	color: #fff;
	opacity: 0.75;
}

.email_verify_line input[type=text]:-ms-input-placeholder
{ /* IE 10+ */
	color: #fff;
	opacity: 0.75;
}

.email_verify_line input[type=text]:-moz-placeholder
{ /* Firefox 18- */
	color: #fff;
	opacity: 0.75;
}

.email_verify_line input[type=email]
{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: none;
	border: none;
	line-height: 47px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.email_verify_line input[type=email]::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
	color: #fff;
	opacity: 0.75;
}

.email_verify_line input[type=email]::-moz-placeholder
{ /* Firefox 19+ */
	color: #fff;
	opacity: 0.75;
}

.email_verify_line input[type=email]:-ms-input-placeholder
{ /* IE 10+ */
	color: #fff;
	opacity: 0.75;
}

.email_verify_line input[type=email]:-moz-placeholder
{ /* Firefox 18- */
	color: #fff;
	opacity: 0.75;
}

.login_captcha_placeholder
{
	position: relative;
	top: 0px;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

.email_verify_submit_line
{
	position: relative;
	top: 0px;
	width: 100%;
}

.email_verify_submit_line input[type=submit]
{
	position: relative;
	float: right;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	background-color: #183BED;
	padding: 0 75px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.email_verify_submit_line input[type=submit]:hover
{
	background-color: #0B305D;
}

.email_verify_submit_line input[type=button]
{
	position: relative;
	background: none;
	border: none;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	background-color: #183BED;
	padding: 0 15px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.email_verify_submit_line input[type=button]:hover
{
	background-color: #0B305D;
}




/*  PERSONAL INFO  **********/



#personal_information
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 25px;
}

#personal_information h3
{
	flex-basis: 100%;
	margin-top: 0;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.3;
	font-weight: 400;
	color: #00305c;
}

.personal_info_1
{
	order: 1;
	flex-basis: 50%;
	box-sizing: border-box;
	padding-right: 25px;
}

.personal_info_2
{
	order: 2;
	flex-basis: 50%;
	box-sizing: border-box;
	padding-left: 15px;
}

.personal_line
{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 10px;
	align-items: center;
}

.personal_info_1 .personal_line:nth-of-type(2),
.personal_info_2 .personal_line:nth-of-type(2)
{
	margin-top: 15px;
}

.personal_line:last-of-type
{
	margin-bottom: 0;
}

.personal_line label
{
	order: 1;
	flex-basis: 25%;
	color: #00305C;
}

.line_no_mname
{
	justify-content: flex-end;
}

.line_no_mname label
{
	flex-basis: 74.9%;
}

.personal_line input[type=text],
.personal_line input[type=email]
{
	order: 2;
	flex-basis: 74.9%;
	box-sizing: border-box;
	background: none;
	border: none;
	background-color: #0C305D;
	line-height: 47px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.personal_line input[type=text]:disabled,
.personal_line input[type=email]:disabled,
.personal_line select:disabled
{
	opacity: 0.5;
}

.personal_line select
{
	order: 2;
	flex-basis: 74.9%;
	box-sizing: border-box;
	background: none;
	border: none;
	background-color: #0C305D;
	height: 47px;
	padding-left: 12px;
	padding-right: 0;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}


#occupation-search-container
{
	position: relative;
}

#occupation-search-container:after
{
	content: '';
	position: absolute;
	bottom: 25px;
	right: 10px;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	z-index: 1000;
}

#search-occupation:active,
#search-occupation:focus
{
	outline: none;
}

#employment_information
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 25px;
}

#employment_information h3
{
	flex-basis:100%;
	margin-top: 0;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.3;
	font-weight: 400;
	color: #00305c;
}

.employment_info_1
{
	order: 1;
	flex-basis: 50%;
	box-sizing: border-box;
	padding-right: 15px;
}

.employment_info_2
{
	order: 2;
	flex-basis: 50%;
	box-sizing: border-box;
	padding-left: 15px;
}

#billing_information
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 55px;
}

#billing_information h3
{
	flex-basis:100%;
	margin-top: 0;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.3;
	font-weight: 400;
	color: #00305c;
}

#billing_info_1
{
	order:1;
	flex-basis:50%;
	box-sizing: border-box;
	padding-right: 15px;
}

#billing_info_2
{
	order:2;
	flex-basis:50%;
	box-sizing: border-box;
	padding-left: 15px;
}

.billing_line
{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 10px;
	align-items: center;
	color: #00305c;
}

.employment_line:last-of-type
{
	margin-bottom: 0;
}

.billing_line span:nth-of-type(1)
{
	order: 1;
	flex-basis: 30%;
}

.billing_line span:nth-of-type(2)
{
	order: 2;
	flex-basis: 60%;
	font-weight: 700;
}

.form_submit_container
{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*justify-content: flex-end;*/
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.form_submit_container span
{
	color: #00305C;
}

.form_submit_container span em
{
	color: #ff0000;
}

.form_submit_container input[type=submit]
{
	position: relative;
	/*float: right;*/
	background: none;
	border: none;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	background-color: #183BED;
	padding: 0 75px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.form_submit_container input[type=submit]:hover
{
	background-color: #0B305D;
}

.manual_entry_info
{
	position: absolute;
	top: 49px;
	right: 0;
	width: 75%;
	text-align: left;
	font-size: 12px;
	color: #5D5D5D;
}

.occupations_container
{
	position: absolute;
	top: 50px;
	right: 0;
	width: 75%;
	height: auto;
	max-height: 220px;
	z-index: 1000;
	box-sizing: border-box;
	padding: 10px;
	overflow-y: auto;
	background-color: #E8E8E8;
	border: 1px solid #0C305D;
	box-shadow: 3px 3px 5px rgba(0,0,0,.3);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	visibility: hidden;
}

.occupations_container span
{
	position: relative;
	flex-basis: 48%;
	cursor: pointer;
	line-height: 1.3;
	font-size: 13px;
	color: #00305C;
	margin-bottom: 5px;
}

.occupations_container span:hover
{
	text-decoration: underline;
}

.occupations_search_results {
	display: none;
	position: absolute;
	top: -200px;
	left: -200px;
	height: 10px;
	width: 10px;
	border-top: none;
	overflow: hidden;

	background-color: #0C305D;
	border-left: 2px solid #0060df;
	border-right: 2px solid #0060df;
	border-bottom: 2px solid #0060df;
	border-radius: 0 0 0 0;
}

.occupations_search_results_inner {
	position: relative;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.125rem;

	color: #436896;
}

.occupations_search_results_inner .inen {
	text-align: center;
}

.occupations_search_results_final {
	position: relative;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	color: #6a717e;
}

.occupations_search_results_final_inner {
	position: absolute;
	top: 16px;
	left: 5px;
	right: 2px;
	bottom: 4px;
	overflow-x: hidden;
	overflow-y: auto;
}

.occupations_search_results_final_inner > .sdrow {
	width: 100%;
	padding-bottom: 5px;
	margin-top: 7px;

	border-bottom: 1px dashed #27548a;
}

.occupations_search_results_final_inner > .sdrow > a, .occupations_search_results_final_inner > .sdrow > a:visited {
	display: inline-block;
	text-decoration: none;
	vertical-align: top;

	color: #637ea0;
}

.occupations_search_results_final_inner > .sdrow > a:hover {
	color: #ffffff;
}

.occupations_search_results_final_inner > .sdrow > a > span {
	display: block;
	word-break: normal;
	font-size: 1.125rem;
	line-height: 1.3;
	margin-left: 12px;
}

.personal_line input[type=text].hilite {
	border-left: 2px solid #0060df;
	border-right: 2px solid #0060df;
	border-top: 2px solid #0060df;
}

.personal_line_close_button
{
	position: absolute;
	top: 14px;
	right: 7px;
	color: red;
	font-weight: bold;
	line-height: 1;
	z-index: 100;
	padding: 3px 7px;
	background-color: #fff;
	border-radius: 3px;
	cursor: pointer;
}




/*  REVIEW SETTINGS  **********/



#review_settings_container
{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

#review_settings_content
{
	flex-basis: 50%;
	order: 1;
}

.review_settings_line
{
	position: relative;
	margin-bottom: 25px;
}

.review_settings_line:nth-last-child(2)
{
	margin-top: 50px;
}

.review_settings_line:last-of-type form
{
		display: flex;
		flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 0;
}

.review_settings_line:last-of-type input[type=button]:nth-of-type(1),
.review_settings_line:last-of-type input[type=submit]:nth-of-type(1)
{
	order: 1;
	align-self: flex-start;
}

.review_settings_line:last-of-type input[type=button]:nth-of-type(2),
.review_settings_line:last-of-type input[type=submit]:nth-of-type(2)
{
	order: 2;
	align-self: flex-end;
}

.review_settings_line span
{
	color: #00305C;
}

.review_settings_line span:nth-of-type(1)
{
	display: inline-block;
	width: 30%;
}

.review_settings_line span:nth-of-type(2)
{
	display: inline-block;
	width: 69.9%;
	font-weight: 700;
}

.review_settings_line p
{
	position: relative;
	font-size: 18px;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 15px;
	color: #00305c;
}

.review_settings_line p strong
{
	font-weight: 700;
}

.review_settings_line:last-of-type input[type=button],
.review_settings_line:last-of-type input[type=submit]
{
	position: relative;
	float: right;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	background-color: #183BED;
	padding: 0 75px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.review_settings_line:last-of-type input[type=button]:hover,
.review_settings_line:last-of-type input[type=submit]:hover
{
	background-color: #0B305D;
}


#firm_info_container
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#firm_info_container h4
{
	margin-bottom: 10px;
	color: #00305c;
	font-weight: 500;
}

#firm_info_container p
{
	line-height: 1.5;
	color: #00305c;
	margin-top: 0px;
}

#firm_info_container p a
{
	color: #00305c;
	font-weight: 500;
}

#firm_info_container p a:hover
{
	text-decoration: none;
}

#review_settings_btn_container
{
	text-align: right;
}

#review_settings_btn_container button
{
	position: relative;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	background-color: #4878AD;
	padding: 0 25px;
	cursor: pointer;
	transition: background-color 0.3s;
}

#review_settings_btn_container button:hover
{
	background-color: #0C305D;
}





/*  AGREEMENTS  **********/




#agreements_list_container
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*justify-content: flex-start;*/
    justify-content: space-between;
    align-items: stretch;
}

#agreements_list_container h2
{
	flex-basis: 100%;
	margin-top: 0;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.3;
	font-weight: 400;
	color: #00305c;
	border-bottom: 0;
}

#agreements_list_container p
{
	color: #00305c;
	margin-top: 0;
}

.agreements_to_sign_container
{
	order: 1;
	flex-basis: 55%;
	box-sizing: border-box;
	padding-right: 20px;
	border-right: 1px solid #0C305D;
}

.agreements_to_sign_container h2
{
	font-weight: 700 !important;
	background-color: #0C305D;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff !important;
}

.agreements_to_sign_container>h3
{
	font-weight: 500 !important;
	color: #0C305D;
	padding-bottom: 5px;
	border-bottom: 1px solid #0C305D;
	text-transform: uppercase;
}

.agreements_to_sign_container>p
{
	font-weight: 500;
}

.agreements_unsigned_container
{
	order: 2;
	flex-basis: 45%;
	box-sizing: border-box;
	padding-left: 20px;
}


#agreements_to_sign
{
	display: flex;
	flex-direction: row;
   	flex-wrap: wrap;
   	justify-content: space-between;
}

.one_agreement
{
	position: relative;
	flex-basis: 49%;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 13px;
	text-decoration: none;
	background-color: #02D4DC ;
	transition: background-color 0.3s;
}

.one_agreement:before
{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0;
	height: 0;
  	border-left: 10px solid #CED5DE;
  	border-right: 10px solid transparent;
  	border-bottom: 10px solid transparent;
}

.one_agreement h4
{
	flex-basis: 100%;
	margin-top: 0;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.3;
	font-weight: 500;
	color: #fff;
	border-bottom: 0;
}

.one_agreement p
{
	color: #fff !important;
	margin-top: 0;
	margin-bottom: 10px;
}

.one_agreement:hover
{
	background-color: #0C305D;
}

.one_agreement ul
{
	position: relative;
	margin: 0;
	list-style-type: square;
	color: #fff;
	padding-left: 15px;
	font-size: 15px;
}

.one_agreement ul li:not(:last-of-type)
{
	margin-bottom: 5px;
}

.proceed_container_text p a
{
	color: #00305C;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
}

.proceed_container_text p a:hover
{
	text-decoration: underline;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
   
	.agreements_to_sign_container
	{
	    flex-basis: 55%;
	}

   	.agreements_unsigned_container
	{
		flex-basis: 40%;
	}

	.one_agreement
	{
		flex-basis: 46.5%;
	}
}




/*  SIGNED AGREEMENTS  **********/



.one_agreement_signed
{
	position: relative;
	top: 0px;
	width: 100%;
	margin-bottom: 15px;
	font-weight: 500;
	color: #00305c;
}

.one_agreement_signed a
{
	position: relative;
	margin-right: 20px;
	top: 2px;
}

.one_agreement_signed a img
{
	width: 11px;
	padding: 3px;
	border: 1px solid #0C305D;
}

.one_agreement_signed span:nth-of-type(1)
{
	display: inline-block;
	width: 140px;
}

.one_agreement_signed span:nth-of-type(2)
{
	display: inline-block;
	/*color: #fff;*/
	/*background-color: #0C305D;*/
	line-height: 1;
	/*padding: 5px 10px;*/
	/*text-transform: uppercase;*/
	text-transform: lowercase;
	/*width: 200px;*/
	font-weight: 300 !important;
}

.proceed_container
{
	flex: 0 0 100%;
	order: 3;
	/*flex-basis: 100%;*/
	text-align: right;
}

.proceed_container a
{
	display: inline-block;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	background-color: #4878AD;
	padding: 0 25px;
	transition: background-color 0.3s;
	text-decoration: none;
}

.proceed_container a:hover
{
	background-color: #0C305D;
}











/*  ENTITLEMENTS  **********/




#entitlements_list_container
{
    display: flex;
	flex-direction: row;
   	flex-wrap: wrap;
}

#entitlements_list_container p
{
	color: #00305c;
	margin-top: 0;
	flex-basis: 100%;
	margin-bottom: 50px;
	line-height: 1.5;
}

.one_entitlement
{
	position: relative;
	flex-basis: 25%;
	margin-bottom: 13px;
	box-sizing: border-box;
	padding-right: 30px;
	margin-bottom: 50px;
}

.one_entitlement:nth-child(5n)
{
	padding-right: 0;
}

.one_entitlement h4
{
	flex-basis: 100%;
	margin-top: 0;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.3;
	font-weight: 500;
	color: #00305c;
	border-bottom: 1px solid #00305c;
}

.one_entitlement label
{
	display: block;
	color: #00305c;
	margin-bottom: 10px;
}

.one_entitlement label input[type=checkbox]
{
	margin-right: 10px;
}

.one_entitlement label input[type=checkbox]:disabled + span
{
	color: #646464;
}

.one_entitlement.pending_approval small
{
	display: block;
	position: relative;
	font-weight: 12px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 25px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	background-color: #00305C;
	margin-bottom: 5px;
}

#entitlements_button_container
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#entitlements_button_container a
{
	display: inline-block;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	background-color: #4878AD;
	padding: 0 25px;
	transition: background-color 0.3s;
	text-decoration: none;
}

#entitlements_button_container a:hover
{
	background-color: #0C305D;
}

#entitlements_button_container input[type=submit],
#entitlements_button_container input[type=button]
{
	position: relative;
	float: right;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	background-color: #4878AD;
	padding: 0 25px;
	cursor: pointer;
	transition: background-color 0.3s;
}

#entitlements_button_container input[type=submit]:hover,
#entitlements_button_container input[type=button]:hover
{
	background-color: #0C305D;
}




/*  SINGLE AGREEMENT  **********/


.single_agreement h3
{
	position: relative;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: 500;
	color: #00305c;
	border-bottom: 0;
}

.single_agreement h4
{
	position: relative;
	margin-top: 0;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: 500;
	color: #00305c;
	border-bottom: 0;
}

.single_agreement p
{
	position: relative;
	top: 0px;
	left: 0px;
	color: #00305c;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 15px;
}

.single_agreement p a
{
	color: #00305c;
	font-weight: 500;
}

.single_agreement p a:hover
{
	text-decoration: none;
}

.single_agreement p strong
{
	font-weight: 500;
}

.single_agreement blockquote
{
	line-height: 1.5;
	color: #00305c;
}

.single_agreement blockquote strong
{
	font-weight: 500;
}

.one_agreement_line
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 15px;
	align-items: center;
}

.one_agreement_line_top
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 15px;
	align-items: top;
}

.agreement_column_half {

	box-sizing: border-box;
	flex-basis: 50%;

	&:has(.label_inline) {

		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 1rem;

		label {

			&:has(input[type=checkbox]) {
				width: unset;
			}
		}
	}
}



.one_agreement_line .agreement_column_half:nth-of-type(1)
{
	padding-right: 25px;
}

.one_agreement_line .agreement_column_half:nth-of-type(2)
{
	padding-left: 25px; 
}

.agreement_column_half label
{
	position: relative;
	display: inline-block;
	width: 25%;
	color: #00305C;
	text-transform: uppercase;
}

.agreement_column_half input[type=text]
{
	width: 74.9%;
	box-sizing: border-box;
	background: none;
	border: none;
	background-color: #0C305D;
	line-height: 47px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}




.agreement_column_half_longer_label
{
	box-sizing: border-box;
	flex-basis: 50%;
}

.one_agreement_line .agreement_column_half_longer_label:nth-of-type(1)
{
	padding-right: 25px; 
}

.one_agreement_line .agreement_column_half_longer_label:nth-of-type(2)
{
	padding-left: 25px; 
}

.agreement_column_half_longer_label label
{
	position: relative;
	display: inline-block;
	width: 54.9%;
	color: #00305C;
	text-transform: uppercase;
}

.agreement_column_half_longer_label input[type=text]
{
	width: 45%;
	box-sizing: border-box;
	background: none;
	border: none;
	background-color: #0C305D;
	line-height: 47px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}



.agreement_column_half_no_label
{
	box-sizing: border-box;
	flex-basis: 50%;
}

.agreement_column_half_no_label input[type=text]
{
	width: 100%;
	box-sizing: border-box;
	background: none;
	border: none;
	background-color: #0C305D;
	line-height: 47px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.agreement_column_third
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	flex-basis: 33%;
}

.one_agreement_line .agreement_column_third:nth-of-type(1)
{
	padding-right: 15px;
}

.one_agreement_line .agreement_column_third:nth-of-type(2)
{
	padding-left: 15px;
	padding-right: 15px;
}

.one_agreement_line .agreement_column_third:nth-of-type(3)
{
	padding-left: 15px;
}

.agreement_column_third label
{
	position: relative;
	display: inline-block;
	width: 25%;
	color: #00305C;
	text-transform: uppercase;
}

.agreement_column_third input[type=text]
{
	width: 74.9%;
	box-sizing: border-box;
	background: none;
	border: none;
	background-color: #0C305D;
	line-height: 47px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.col_qt_cont
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 15px;
	align-items: center;
}

.col_qt_cont label
{
	width: 100%;
}

.col_qt_cont label input[type=radio],
.col_qt_cont label input[type=checkbox]
{
	margin-right: 10px;
}

.col_qt_cont>input[type=text]
{
	margin-bottom: 10px;
}

.single_agreement ol,
.single_agreement ul
{
	color: #00305C;
}

.single_agreement ol strong,
.single_agreement ul strong
{
	font-weight: 500;
}

.single_agreement ol.list_alpha
{
    list-style-type: lower-alpha;
}

.single_agreement ol.list_upper_alpha
{
    list-style-type: upper-alpha;
}

.single_agreement ol.list_roman
{
    list-style-type: lower-roman;
}

.single_agreement ol li
{
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 5px;
}

.single_agreement ol li a,
.single_agreement ul li a
{
	color: #00305c;
	font-weight: 500;
}

.single_agreement ol li a:hover,
.single_agreement ul li a:hover
{
	text-decoration: none;
}


.radio_in_list
{
	color: #00305C;
}

.radio_in_list input[type=radio]
{
	margin-right: 10px;
}

.radio_in_list label
{
	text-transform: uppercase;
}

.radio_in_list label:first-of-type
{
	margin-right: 15px;
}

.checkbox_in_list
{
	color: #00305C;
}

.checkbox_in_list input[type=checkbox]
{
	margin-right: 10px;
}

.checkbox_in_list label
{
	text-transform: uppercase;
}

.checkbox_in_list label:first-of-type
{
	margin-right: 15px;
}




.single_agreement table
{
    margin-bottom: 15px;
    width: 100%;
}

.single_agreement table tr td
{
    border: 1px solid #0C305D;
    padding: 5px 10px;
    color: #00305C;
}

.single_agreement table tr td strong
{
	font-weight: 500;
}

.single_agreement table tr td[colspan]
{
    background-color: #0C305D;
    color: #fff;
}

.label_solo
{
	color: #00305C;
	text-transform: uppercase;
	width: 100% !important;
}

.label_solo strong
{
	font-weight: 500;
}

.label_solo input[type=checkbox]
{
	margin-right: 10px;
}

.agreement_column_qt
{
	box-sizing: border-box;
	flex-basis: 25%;
}

.agreement_column_qt label
{
	position: relative;
	display: inline-block;
	color: #00305C;
	text-transform: uppercase;
}

.agreement_column_qt label:nth-of-type(1)
{
	margin-right: 15px;
}

.agreement_column_qt label input[type=radio]
{
	margin-right: 10px;
}




.one_agreement_submit_container
{
	position: relative;
	text-align: right;
}

.one_agreement_submit_container label
{
	position: relative;
	display: inline-block;
	color: #00305C;
	text-transform: uppercase;
	margin-right: 15px;
}

.one_agreement_submit_container input[type=text]
{
	box-sizing: border-box;
	background: none;
	border: none;
	background-color: #0C305D;
	line-height: 48px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	width: 30%;
	margin-right: 15px; 
}

.one_agreement_submit_container input[type=submit]
{
	position: relative;
	top: 3px;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	background-color: #183ced;
	padding: 0 50px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.one_agreement_submit_container input[type=submit]:hover
{
	background-color: #0C305D;
}

.text-info
{
	font-size: 15px;
	font-weight: 700;
	color: #00305C;
	text-transform: uppercase;
}


.jconfirm-box
{
	border-radius: 0 !important;
	color: #00305C !important;
}

.jconfirm-title
{
	font-weight: 500;
	text-transform: uppercase;
	color: #00305C !important;
}

.ent_update_confirm_list
{
	padding-left: 20px;
	color: #00305C !important;
	font-size: 16px !important;
	list-style-type: square !important;
	margin-top: 10px !important;
}

.ent_update_confirm_list li
{
	margin-bottom: 15px !important;
}

.ent_update_confirm_list li:last-of-type
{
	margin-bottom: 0 !important;
}

.jconfirm-buttons button
{
	border-radius: 0 !important;
	color: #fff !important;
	background-color: #4878AD !important;
	transition: background-color 0.3s !important;
	width: 90px !important;
	text-align: center !important;
}

.jconfirm-buttons button:hover
{
	background-color: #0B305D !important;
}

.jconfirm-buttons button:nth-of-type(1)
{
	margin-right: 10px !important;
}



/*  NON PRO QUESTIONNAIRE  **********/


#npq_container
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: top;
}

.npq_column
{
	flex-basis: 50%;
	box-sizing: border-box;
}

.npq_column:nth-of-type(1)
{
	padding-right: 25px;
}

.npq_column:nth-of-type(2)
{
	padding-left: 25px;
}

.npq_form_line
{
	margin-bottom: 15px;
}

.npq_form_line label
{
	color: #00305C;
}

.npq_form_line label input[type=radio]
{
	margin-right: 5px;
}

.npq_form_line label:nth-of-type(1)
{
	margin-right: 15px;
}

#continue_exit_container
{
	display: flex;
	justify-content: space-between;
}

#continue_exit_container a
{
	position: relative;
	font-size: 24px;
	line-height: 48px;
	margin-right: auto;
	order: 1;
	color: #fff;
	text-transform: uppercase;
	background-color: #183BED;
	padding: 0 50px;
	cursor: pointer;
	transition: background-color 0.3s;
	text-decoration: none;
}

#continue_exit_container a:hover
{
	background-color: #0B305D;
}

#continue_exit_container button
{
	position: relative;
	background: none;
	border: none;
	margin-left: auto;
	order: 2;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	background-color: #183BED;
	padding: 0 50px;
	cursor: pointer;
	transition: background-color 0.3s;
}

#continue_exit_container button:hover
{
	background-color: #0B305D;
}

#continue_exit_container input[type=submit]
{
	position: relative;
	background: none;
	border: none;
	margin-left: auto;
	order: 2;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	background-color: #183BED;
	padding: 0 50px;
	cursor: pointer;
	transition: background-color 0.3s;
}

#continue_exit_container input[type=submit]:hover
{
	background-color: #0B305D;
}




/*  ERROR CONTAINER  **********/



#error_container
{
	position: relative;
	width: 100%;
	max-width: 1600px;
	background-color: rgba(243,239,235,0.2);
	padding: 36px;
	box-sizing: border-box;
	margin: 15px auto 15px auto;

}

#error_content
{
	position: relative;
	width: 100%;
	min-height: 50vh;
	background-color: rgba(243,239,235,0.8);
	padding: 35px 40px;
	box-sizing: border-box;
}

#error_content h1
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 25px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 24px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 8px;
	border-bottom: 1px solid #00305c;
	color: #00305c;
}

#error_content h1 span
{
	font-weight: 700;
}

#error_content h2
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 25px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 20px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 8px;
	border-bottom: 1px solid #00305c;
	color: #00305c;
}

#error_content h2 span
{
	font-weight: 700;
}

#error_content p
{
	position: relative;
	font-size: 18px;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 25px;
	color: #00305c;
}

#error_content p strong
{
	font-weight: 700;
}

#error_content p small
{
	font-size: 15px;
}

#error_container #error_content a
{
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	background-color: #4878AD;
	padding: 5px 50px;
	cursor: pointer;
	transition: background-color 0.3s;
	text-decoration: none;
	display: inline;
}

#error_container #error_content a:hover
{
	background-color: #0C305D;
}

.section_addendum
{
	color: #00305c;
	line-height: 1.5;
	font-weight: 400;
}

.section_addendum input[type=text]
{
	box-sizing: border-box;
	background: none;
	border: none;
	background-color: #0C305D;
	line-height: 47px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.section_addendum label
{
	display: block;
}

.section_addendum label input[type=radio]
{
	margin-right: 5px;
}




/*  MESSAGE CONTAINER  **********/




.message_container
{
	position: relative;
	top: 0px;
	width: 100%;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 15px;
	background-color: #00305C;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}



/*  ERROR MESSAGE  **********/



.error_msg
{
	position: relative;
	box-sizing: border-box;
	border: 2px solid #FF0005;
	line-height: 1;
	padding: 10px;
}

.success_message {
	position: relative;
	box-sizing: border-box;
	border: 2px solid #056e28;
	line-height: 22px;
	padding: 10px;
}




/*  ALERT  **********/



.message_alert
{
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	color: #00305c;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}



/*  COPYRIGHT  **********/



#copyright_container
{
	position: relative;
	top: 0px;
	width: 100%;
	text-align: center;
}

#copyright_container p
{
	color: #fff;
	font-size: 15px;
}

/* DEV ADDED **********/

.input-block-f-hid {
    display: none !important;
}

#cptcln, #cptcln_dis {
    display: none;
}




/*  VIEW PROFILE CONTAINER  **********/




#view_profile_container
{
	position: relative;
	top: 0px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.view_profile_section
{
	position: relative;
	box-sizing: border-box;
	flex-basis: 50%;
	text-align: left;
	color: #00305c;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.view_profile_section:nth-of-type(1)
{
	padding-right: 25px;
	border-right: 1px solid #0C305D;
}

.view_profile_section:nth-of-type(2)
{
	padding-left: 25px;
}

.view_profile_section>h2
{
	position: relative;
	top: 0px;
	flex: 0 0 100%;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 26px !important;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 8px;
	margin-bottom: 25px;
	border-bottom: 1px solid #00305c;
}

.view_profile_section h3
{
	position: relative;
	margin-top: 0;
	margin-bottom: 15px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 500;
}

.view_profile_section p
{
	position: relative;
	font-size: 18px;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 15px;
}

.view_profile_section p strong
{
	font-weight: 500 !important;
}

.view_profile_section p small
{
	font-size: 15px;
}

.view_profile_section p a
{
	color: #00305c;
	font-weight: 500;
	text-decoration: underline;
}

.view_profile_section p a:hover
{
	text-decoration: none;
}

.view_profile_section ul
{
	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	list-style-type: none;
}

.view_profile_section ul:last-of-type
{
	margin-bottom: 0;
}

.view_profile_section ul li
{
	margin-bottom: 15px;
}

.view_profile_section ul li:last-of-type
{
	margin-bottom: 0;
}

.view_profile_section ul li strong
{
	font-weight: 500 !important;
	margin-right: 10px;
}

.user_profile_section
{
	position: relative;
	flex: 0 0 100%;
	margin-bottom: 30px;
}

#personal_data_btn_container
{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

#personal_data_btn_container a
{
	position: relative;
	display: block;
	flex-basis: 49%;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background-color: #4878AD;
	padding: 0;
	transition: background-color 0.3s;
}

#personal_data_btn_container a:hover
{
	background-color: #0C305D;
}

#contact_addresses
{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.one_contact_address
{
	flex-basis: 49%;
	margin-bottom: 15px;
	box-sizing: border-box;
	background-color: rgba(72, 120, 173, 0.3);
	padding: 15px;
}

.one_contact_address h4
{
	position: relative;
	margin-top: 0;
	margin-bottom: 15px !important;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 500;
}

.one_contact_address p
{
	line-height: 1.5;
	font-size: 16px !important;
	margin-bottom: 0 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
   
	.view_profile_section
	{
		flex-basis: 48%;
	}

	.one_contact_address
	{
		flex-basis: 44%;
	}
}





/*	CBOE	*/


.cboe_section
{
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}

.label_full
{
	color: #00305C;
	text-transform: uppercase;
	width: 100% !important;
}

.label_full strong
{
	font-weight: 500;
}

.label_full input[type=checkbox]
{
	margin-right: 10px;
}

.label_inline {

	strong {
		font-weight: 500;
	}

	input[type=checkbox] {
		margin-right: 10px;
	}
}

.cboe_section>.label_full
{
	display: block;
}

.cboe_section>.label_full:not(:last-of-type)
{
	margin-bottom: 15px;
}

.cboe_sub
{
	padding-top: 15px;
}




/*	UTP	*/


.utp_section
{
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #00305C;
}

.utp_section:nth-of-type(1)
{
	border-top: 1px solid #00305C;	
}

.utp_section .one_agreement_line:last-of-type
{
	margin-bottom: 0;
}



/*	READONLY INPUTS	*/



input[type=text]:read-only
{
	background-color: #797979 !important;
}

.required_asterisk
{
	position: absolute;
	top: 0px;
	right: -10px;
    color: #ff0000;
    font-size: 16px;
}

.required_asterisk.noshow {
	display: none !important;
}





/*  SECURITY CHANGE PASSWORD  **********/

#change_form_container
{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 15px;
}

#profile_security
{
	position: relative;
	flex-basis: 49%;
}

#change_password_wrapper
{
	position: relative;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
}

#change_password_wrapper h3
{
	flex-basis: 100%;
	margin-top: 0;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.3;
	font-weight: 400;
	color: #00305c;
}

.change_pass_line
{
	position: relative;
	flex-basis: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 10px;
	align-items: center;
	justify-content: space-between;
}

.change_pass_line:last-of-type
{
	margin-bottom: 0;
}

.change_pass_line label
{
	order: 1;
	flex: 0 0 30%;
	color: #00305C;
	padding-right: 15px;
	flex-grow: 0;
	box-sizing: border-box;
}

.change_pass_line input[type=text],
.change_pass_line input[type=email],
.change_pass_line input[type=password]
{
	order: 2;
	box-sizing: border-box;
	background: none;
	border: none;
	background-color: #0C305D;
	line-height: 47px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	flex-grow: 1;
}


.change_pass_line input[type=password]
{
	padding-right: 50px;
}

.change_pass_line input[type=text]:disabled,
.change_pass_line input[type=email]:disabled,
.change_pass_line input[type=password]:disabled
{
	opacity: 0.5;
}

.change_pass_line select
{
	order: 2;
	flex-basis: 74.9%;
	box-sizing: border-box;
	background: none;
	border: none;
	background-color: #0C305D;
	height: 47px;
	padding-left: 12px;
	padding-right: 0;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.change_pass_line img
{
	position: absolute;
	top: 15px;
	right: 10px;
	width: 30px;
	height: auto;
	cursor: pointer;
}

.pass_change_submit_container
{
	display: flex;
	flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 25px;
}

.pass_change_submit_container span
{
	color: #00305C;
}

.pass_change_submit_container span em
{
	color: #ff0000;
}

.pass_change_submit_container input[type=submit]
{
	position: relative;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	background-color: #183ced;
	padding: 0 75px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.pass_change_submit_container input[type=submit]:hover
{
	background-color: #0C305D;
}

.pass_disclaimer {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #363e46;
}

#pass_requirements
{
	position: relative;
	flex-basis: 47%;
	color: #00305c;
}

#pass_requirements h3
{
	position: relative;
	margin-top: 0;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1;
	font-weight: 400;
}

#pass_requirements ul
{
	position: relative;
	margin: 0 0 20px 15px;
	padding: 0 0 0 15px;
	font-size: 16px;
}

#pass_requirements ul li
{
	list-style-type: square;
	line-height: 1.5;
	margin-bottom: 10px;
}

#pass_requirements small
{
	position: relative;
	font-size: 14px;
	color: #00305c;
}