/*===============================================================================================================================*/
/*                                                            RESET.CSS                                                          */
/*===============================================================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    position: relative;
    line-height: 1;
    font-family: "Museo", Arial, sans-serif;
    font-size: 100%;
    color: #35434d;
    background: #0e253e;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body.scrolled {
	padding-top: 70px
}

ol, ul {
    list-style: none;
    margin: 0 0 0 1.5em;
}

ul {
    list-style: disc;
    margin: 0 0 1em 1.5em;
}

ul + p {
	margin-top: 1em;
}

ol {
    list-style-type: decimal;
    margin: 0 0 1em 1.5em;
}

ol.lower_alpha {
	list-style: lower-alpha;
}

ol.lower_roman {
	list-style: lower-roman;
}

li ol.lower_roman {
	margin: .3em 0 .3em 1.5em;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

br.clearfloat {
    font-size: 1px;
    line-height: 0px;
    margin: 0px;
    clear: both;
    height: 0px;
}

br.max_phone_p {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Museo 500", Arial, sans-serif;
}

h1 {
    
    font-size: 2em;
    line-height: 1.0625;
    margin: 0 0 0.5em;
}

h2 {
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: .5em;
}

h2.confirmation {
    color: #9bb430;
}

h3 {
    font-size: 1.3em;
    line-height: 1.3;
    margin-bottom: .5em;
}

h4 {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: .5em;
}

p, li {
    font-size: 1em;
    line-height: 1.4em;
}

p {
    margin-bottom: 1em;
}

p.right_align {
	text-align: right;
}

p.footnote {
    font-size: 80%;
}

p + h2,
p + header.form_section_header {
    margin-top: 30px;
}

.login_block_wrapper p + h2 {
	margin-top: 0;
}

.blue_bg p {
    color: white;
}

a {
    color: #0072ED;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a.add,
a.link,
a.currency {
    display: inline-block;
}

a.add span,
a.link span,
a.currency span {
    text-decoration: none;
}

a.add:hover span,
a.add:focus span,
a.link:hover span,
a.link:focus span,
a.currency:hover span,
a.currency:focus span {
    text-decoration: underline;
}

a.add:before,
a.link:before,
a.currency:before {
    display: inline-block;
    float: left;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1em;
    color: black;
    margin-right: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotate(45deg);
}

a.add:before {
	transform: none;
	content: '\f276';
}

a.link:before {
    content: '\f18e';
}

a.currency:before {
    font-size: 1.4em;
    margin-top: -5px;
    transform: none;
    content: '\f198';
}

.nowrap {
    white-space: nowrap;
}

dl {
    width: 100%;
    overflow: hidden;
    border: 1px solid #edeae4;
    margin-bottom: 20px;
    padding: 20px;
    background: #edeae4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

dl.dividend {
	border: 1px solid #cfe3cf;
    background: #cfe3cf;
}

dt {
    font-weight: bold;
    font-size: 1em;
    text-align: right;
    line-height: 1.3;
    float: left;
    clear: left;
    width: 350px;
    color: #666;
}

dt::after {
    content: ":";
}

dt.no-after::after {
    content: "";
}

dd {
    font-size: 1em;
    line-height: 1.3;
    margin: 0 0 0 350px;
    padding: 0 0 0.5em 20px;
}

dd:last-of-type {
    padding: 0 0 0 20px;
}

dt.fee {
    padding: .5em 0;
}

dd.fee {
    font-weight: bold;
    color: red;
    padding: .5em 0 0.5em 20px;
}

dt.fee.total,
dd.fee.total {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

dd.net {
    font-weight: bold;
    color: green;
    padding: .5em 0 0.5em 20px;
}

dt.potential {
    border-top: 3px double #999;
    border-bottom: 1px solid #999;
}

dd.net.total {
    border-top: 3px double #999;
    border-bottom: 1px solid #999;
}

strong {
    font-weight: bold;
}

div.table {
    display: table;
    width: 100%;
    height: 100%;
}

div.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.nowrap {
    white-space: nowrap;
}
/*===============================================================================================================================*/
/*                                                            WEBSITE.CSS                                                        */
/*===============================================================================================================================*/
div.wrapper {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
/* Header ====================================================================================================================== */
div.header_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 250ms ease-in-out;
	z-index: 1000;
}

div.header_wrapper.form {
    background: linear-gradient(135deg,#6cb8d4 0%,#589bb7 3.41%,#45809d 7.46%,#356a88 12.13%,#295977 17.57%,#214e6c 24.31%,#1c4765 33.76%,#1b4563 60%);
}

.scrolled div.header_wrapper {
	position: fixed;
	background: linear-gradient(135deg,#6cb8d4 0%,#589bb7 3.41%,#45809d 7.46%,#356a88 12.13%,#295977 17.57%,#214e6c 24.31%,#1c4765 33.76%,#1b4563 60%);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
}

header.main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 15px;
}

.scrolled header.main {
	padding: 10px 15px;
}

div.sitebranding {
    width: 236px;
    height: 70px;
    transition: all 250ms ease-in-out;
}

.scrolled div.sitebranding {
    width: 168px;
    height: 50px;
}

.header-inner {
	flex: 1;
}

div.sitebranding img {
    width: 100%;
}

div.offer_title p {
	font-weight: bold;
	font-size: 1.2em;
	color: white;
	margin-bottom: 0;
}
/* Navigation ================================================================================================================== */
#navicon {
    display: none;
}

nav.main {
    position: relative;
    float: right;
    width: auto;
}

nav.main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 110px;
}

nav.main li {
    position: relative;
    display: block;
    float: left;
    height: 110px;
    margin: 0 15px;
    padding: 0;
}

nav.main a {
    display: block;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: .1em;
    height: 110px;
    color: #212529;
    line-height: 110px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

nav.main a:hover {
    color: #ccc;
    text-decoration: none;
}

nav.main li.selected a {
    color: #9bb430;
    text-decoration: none;
}

nav.main a:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: transparent;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

nav.main a:hover:after {
    background: #ccc;
}

nav.main li.selected a:after {
    background: #9bb430;
}
/* Banner ====================================================================================================================== */
div.header-outer {
	position: relative;
	background: url("../images/bkg_banner-wrapper.jpg") center no-repeat;
	background-size: cover;
}

div.banner_wrapper {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: center;    
	
}

div.banner {
	position: relative;
	width: 100%;
	max-width: 1200px;
    height: auto;    
	margin: 0 auto;
	padding: 0 15px 30px 15px;
	text-align: left;
}

div.banner-title {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
    height: auto;
	text-align: left;
	padding: 100px 0;
}

div.banner p {
    font-size: 1.1em;
    margin-bottom: 0;
	color: white;
	max-width: 60%
}

div.banner p.title {
    font-size: 3em;
    margin-bottom: .8rem;
	max-width: 100%
}
/* Content ===================================================================================================================== */
div.content_wrapper {
    background: white;
    padding: 0;
}

div.content_wrapper.alt {
    background: #edeae4;
}

div.content {
    width: auto;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 45px 15px;
}

.centered {
	text-align: center;
}

.qr-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 2em;
}

.qr-code {
	margin: 0 2em 2em 0;
}

.key {
	display: inline-block;
	padding: 1em;
	background: #edeae4;
	border-radius: 4px;
}

.key p {
	font-size: 1.4em;
	margin-bottom: 0;
}

.key p span {
    display: inline-block;
    font-family: "Courier New", sans-serif;
	font-weight: bold;
	margin-left: 1em
}

.in-check-group {
	margin-bottom: 2em;
	padding-left: 38px;
}

.callout {
	position: relative;
	margin-bottom: 2em;
	padding: 20px 20px 20px 60px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
}

.callout p {
	margin-bottom: 0;
}

.callout.information {
	color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.callout.success {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

span.icon {
	position: absolute;
	top: 17px;
	left: 20px;
	width: 30px;
	height: 30px;
}

span.icon::before {
    font-family: "Material-Design-Iconic-Font";
    font-size: 30px;
    text-align: center;
}

span.icon.success::before {
    content: '\f269';
}

span.icon.information::before {
    content: '\f1f8';
}
/* Field Help / Errors ========================================================================================================= */
button.help_icon {
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	padding: 0;
	background: #777;
    border-radius: 5px;
	cursor: pointer;
	border: none;
	color: white;
	-webkit-appearance: none;
	-webkit-transition: background 250ms ease-in-out;
		 -o-transition: background 250ms ease-in-out;
			transition: background 250ms ease-in-out;
}

button.help_icon.full_height {
	height: calc(100% - 10px);
}

.error button.help_icon {
	border-radius: 0 5px 0 0;
}

.form_radio_group button.help_icon,
.form_radio_group button.help_icon {
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: 5px;
}

.form_radio_group button.help_icon.flush,
.form_radio_group button.help_icon.flush {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 5px;
}

button.help_icon:before {
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	content: '?';
}

button.help_icon:focus,
button.help_icon:hover {
	color: white;
	background: #333;
	outline: none;
}

div.form_input_help {
    position: absolute;
	width: 100%;
    max-width: 100%;
    padding: 10px;
    z-index: 10;
    background: #333;
    border-radius: 5px;
    top: 100%;
	right: 0;
    margin-top: 15px;
}

div.form_input_help.top {
    top: auto;
	bottom: 100%;
    margin-top: 0px;
	margin-bottom: 15px;
}

div.form_input_help.max_width {
    max-width: 554px;
}

div.form_input_help:before {
    content: '';
    position: absolute;
    top: 1px;
    margin-top: -15px;
    right: 5px;
    display: block;
    width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #333;
}

div.form_input_help.top:before {
    top: 100%;
    margin-top: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #333;
	border-bottom: none;
}

.form_radio_group div.form_input_help:before {
	right: 10px;
}

.form_radio_group.flush div.form_input_help:before {
	right: 5px;
}

div.form_input_error {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    background: #e4002b;
}

div.form_input_error p,
div.form_input_help p {
    font-size: 1em;
    line-height: 1.2;
	color: white;
	margin-bottom: 0;
	padding-left: 25px;
}

.form_section_grouper div.form_input_error p:last-of-type,
.form_section_grouper div.form_input_help p:last-of-type {
	margin-bottom: 0;
}

div.form_input_error p:before,
div.form_input_help p:before {
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 19px;
    color: white;
    text-align: center;
}

div.form_input_help p:before {
    content: '\f1f6';
}

div.form_input_error p:before {
    content: '\f1f1';
}
/* Identification Page ========================================================================================================= */
div.login-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

article.main div.left {
    flex: 1;
	padding-right: 30px;
}

div.login_block_wrapper {
    width: 450px;
    padding: 0 0 0 30px;
    border-left: 1px solid #d1d5db;
}
/* Terms Page ================================================================================================================== */
div.document_block {
    text-align: center;
    margin-top: 30px;
}

ul.important_documents {
    text-align: center;
    list-style: none;
    margin: 0;
}

ul.important_documents li {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 250px;
    margin: 5px;
    cursor: pointer;
    padding: 15px;
    background: #f3f3f3;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
}

ul.important_documents li a {
    display: block;
    width: 100%;
    height: 100%;
}

ul.important_documents li:hover,
ul.important_documents li:focus {
    opacity: 0.8;
}

ul.important_documents li.selected {
    background: #ecf9d2;
    border: 1px solid #a4ce4e;
}

ul.important_documents li.selected:hover,
ul.important_documents li.selected:focus {
    opacity: 1;
}

ul.important_documents li a {
    text-decoration: none;
    color: #333333;
}

ul.important_documents li img {
    width: 100%;
    border: 5px solid white;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.02);
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.02);
}

ul.important_documents li p {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    font-size: 0.8rem;
    margin-bottom: 0px;
    padding: 10px;
    background: rgba(255,255,255,0.6);
    border-top: 1px solid #ccc;
}

div.doc {
    position: relative;
    text-align: center;
}

span.unread,
span.read {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 26px;
}

span.read:before {
    display: block;
    font-family: "Material-Design-Iconic-Font";
    content: '\f26b';
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-align: center;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    margin-left: -12px;
    margin-top: -10px;
    border-radius: 50px;
    background: #a4ce4e;
    border: 1px solid #4e6323;
    -webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
    box-shadow: inset 0 0 0 4px #FFFFFF;
}
/* Form Process Steps ========================================================================================================== */
div.form_process_wrapper {
    width: auto;
    padding: 10px 30px 15px;
    height: auto;
    transition: all 250ms ease-in-out;
}

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: #9bb430;
    border-color: #9bb430;
}

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: #9bb430;
    border-color: #9bb430;

}

div.step_bubble.complete span:before {
    content: '\f26b';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: left;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.3em;
    font-weight: 700;
    color: white;
    text-align: center;
}

div.step_bubble.current.complete span:before {
    color: white;
}

/* Form Sections =============================================================================================================== */
div.form_section_grouper {
    width: 100%;
    height: auto;
}

div.form_section_grouper.centered {
	text-align: center;
}

div.form_section_grouper.instructions_bar {
    background: #e3f8fe;
    border: 1px solid #c4dde4;
	text-align: center;
}

div.text_block.white {
	width: 100%;
    height: auto;
    padding: 20px 20px 0;
    background: white;
    border: 1px solid #d1d5db;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-bottom: 20px;
}

div.form_section_grouper div.form_section_grouper {
	margin-bottom: 20px;
    background: white;
}

div.form_section_grouper.instructions_bar div.text_block {
    border-color: #c4dde4;
}

div.form_radio_group div.form_section_grouper {
	margin-bottom: 5px;
}

.error div.form_section_grouper {
    border-color: #e4002b;
    border-radius: 5px 5px 0 0;
}

div.form_section_grouper p.total {
    font-size: 1.1em;
}

div.form_section_grouper.alert {
    background: #f9f5ea;
    border: 1px solid #f1ecdb;
}

div.form_section_grouper div.form_section_grouper.alert,
div.form_section_grouper.alert div.form_section_grouper {
    position: relative;
    padding-left: 70px;
    border: 1px solid #fbb357;
}

div.form_section_grouper div.form_section_grouper.info {
    position: relative;
    padding-left: 70px;
    border: 1px solid #46a7c7;
}

div.form_section_grouper.alert p,
div.form_section_grouper.info p {
    padding-top: 5px;
    margin-bottom: 0;
}

span.info,
span.notify {
    position: absolute;
    top: 7px;
    left: 15px;
}

span.info:before,
span.notify:before {
    display: block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 3em;
    text-align: center;
    width: 26px;
    height: 26px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

span.info:before {
    content: '\f1f8';
    color: #46a7c7;
}

span.notify:before {
    content: '\f1f4';
    color: #e4850b;
}

div.form_section_grouper + h2 {
    margin-top: 30px;
}

div.hidden,
div.hidden + h3,
div.form_section_grouper + h3,
div.form_section_grouper + p,
div.form_section_grouper div.form_section_grouper + div.form_section_grouper {
    margin-top: 20px;
}

div.hidden.less_top_margin {
    margin-top: 10px;
}

div.form_wrap {
	margin: 0 0 0 36px
}

div.form_input {
    position: relative;
    float: left;
    width: calc(50% - 10px);
    margin: 0 20px 1em 0;
}

div.form_input:nth-of-type(even) {
	margin-right: 0;
}

.with_abbr div.form_input {
	margin-right: 0;
}

.cols_3 div.form_input {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
}

div.form_input:last-of-type {
	margin-right: 0;
}

div.form_input.full_width {
    float: none;
    width: 100%;
    margin-right: 0;
}

div.form_section_grouper div.form_section_grouper div.form_input.full_width {
	margin-bottom: 0;
}

div.g-recaptcha {
    float: right;
}

abbr {
    display: block;
    font-weight: bold;
	font-size: .65em;
    text-align: center;
    line-height: 40px;
    float: left;
    width: 20px;
    height: 40px;
    margin-top: 1.6em;
}

.cols_3 abbr {
    font-size: 2em;
    position: absolute;
    right: -30px;
    bottom: 0px;
    width: 30px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

label,
div.form_section_grouper p.label {
    position: relative;
    display: inline-block;
    width: auto;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 5px;
}

label.check-radio-group {
	margin-bottom: 1em;
}

label.focussed {
    /*color: #9bb430;*/
}

cite {
	font-weight: bold;
	font-size: 19px;
	color: red;
	position: absolute;
	margin-left: 3px;
}

cite.not-label {
	position: initial;
	margin-left: 0;
}

.error label,
.error p.label {
    color: #e4002b;
}

label.mandatory:after,
label.checkbox.mandatory:after,
p.label.mandatory:after {
	font-weight: bold;
    font-size: 19px;
    color: #e4002b;
	position: absolute;
	margin-left: 3px;
	content: '*';
	bottom: -2px;
}

label.checkbox.mandatory:after {
	bottom: auto;
}

a.label_help {
    display: inline-block;
	position: absolute;
    text-decoration: none;
    outline: none;
	padding: 0;
	border: none;
	width: 19px;
	height: 19px;
}

a.label_help:after {
    position: absolute;
    right: -20px;
    top: -3px;
    display: inline-block;
    float: right;
    font-family: "Material-Design-Iconic-Font";
    text-align: center;
    font-size: 1.5em;
    text-decoration: none;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #9bb430;
    content: '\f1f6';
    margin-left: 5px;
    margin-top: -5px;
    -webkit-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}

input.form_textbox {
    width: 100%;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: black;
    font-family: "Museo", Arial, sans-serif;
    font-size: 1em;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    box-shadow: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.with_help input.form_textbox {
	width: calc(100% - 50px);
}

input.fixed_width {
	width: 150px
}

textarea.form_textarea {
    font-family: "Museo", Arial, sans-serif;
    font-size: 1em;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 150px;
    padding: 15px 15px;
    border: 1px solid #d1d5db;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: border 0.2s ease-in;
    -webkit-transition: border 0.2s ease-in;
}

input.form_textbox:focus,
input.form_textbox:active,
input.form_textarea:focus,
input.form_textarea:active {
    outline: 0;
    border-width: 1px;
    border-color: #9bb430;
    padding: 0 17px 0 13px;
}

input.form_textbox.maxlength {
    padding: 0 30px 0 15px;
}

.error input.form_textbox {
    border-color: #e4002b;
    border-radius: 5px 5px 0 0;
}

input.form_textbox:disabled {
    background: #ebebe4;
}

span.md-calendar {
	display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 0px;
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 10px;
    border: none;
    outline: none;
    cursor: pointer;
}

.with_help span.md-calendar {
	right: 40px;
}

span.md-calendar:before {
	display: block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 28px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: '\f332';
	color: #9bb430;
}

span.md-calendar:focus:before,
span.md-calendar:hover:before {
	color: #ccc;
}

span.countdown {
    position: absolute;
    right: 10px;
    bottom: 20px;
    font-size: 0.8em;
    font-weight: bold;
    color: #666;
}

span.countdown.orange {
    color: orange;
}

span.countdown.red {
    color: red;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}

::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity 250ms; transition: opacity 250ms; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity 250ms; transition: opacity 250ms; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity 250ms; transition: opacity 250ms; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity 250ms; transition: opacity 250ms; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity 250ms; } /* Modern Browsers */

*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */

span.ico {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
}

span.ico:before {
    display: block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 28px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

span.ico.search:before {
    color: grey;
    content: '\f1c3';
}

span.corp_colour {
    font-weight: bold;
    color: #9bb430;
}

.watermark {
    color: #bbb !important;
}
/* Checkboxes / Radio Buttons ================================================================================================== */
div.form_check_group,
div.form_radio_group {
	position: relative;
    width: 100%;
    height: auto;
	margin-bottom: 1em;
}

div.form_check_group.with_help,
div.form_radio_group.with_help {
    padding: 15px 55px 5px 15px;
}

.error div.form_check_group,
.error div.form_radio_group {
    border-color: #e4002b;
	border-radius: 5px 5px 0 0;
}

label.checkbox:before {
    content: '\f26b';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    font-family: "Material-Design-Iconic-Font";
    font-size: 17px;
    font-weight: 700;
    color: white;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 24px;
    margin-left: -36px;
    border: 1px solid #d1d5db;
    -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;
	border-radius: 4px;
}

label.checkbox {
    font-family: "Museo", Arial, sans-serif;
	font-weight: normal;
    font-size: 1em;
    position: relative;
    display: inline-block;
    width: auto;
    min-height: 26px;
    line-height: 1.3;
    cursor: pointer;
    margin: 0 0 10px 38px;
    padding-top: 3px;
}

input.css_checkbox {
    position: absolute;
    left: -9999px;
}

input.css_checkbox + label.checkbox:before {
    background: white;
    color: white;
    border-color: #d1d5db;
}

input.css_checkbox:hover + label.checkbox:before,
input.css_checkbox:focus + label.checkbox:before {
    background: white;
    border-color: #d1d5db;
    color: white;
}

input.css_checkbox:checked:focus + label.checkbox:before,
input.css_checkbox:checked:active + label.checkbox:before {
    border-color: #d1d5db;
    color: white;
}

label.checkbox:hover {
    border-color: #d1d5db;
}

input.css_checkbox:focus + label.checkbox:before,
input.css_checkbox:active + label.checkbox:before {
    border-color: #d1d5db;
    color: white;
}

input.css_checkbox:checked + label.checkbox:before {
    background: #9bb430; /* -----------------------hange the colour of the checkbox background to a corporate colour change this */
    border-color: #9bb430;
}

input.css_checkbox:checked + label.checkbox:before {
    color: white;
}

input.css_checkbox:disabled, input.css_checkbox:disabled + label.checkbox {
    pointer-events: none
}

input.css_checkbox:disabled:checked + label.checkbox:before {
    background: #ccc; /* -----------------------hange the colour of the checkbox background to a corporate colour change this */
    border-color: #ccc;
}

input.css_checkbox:disabled + label.checkbox {
    color: #ccc;
}

label.radio:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 24px;
    height: 24px;
    line-height: 1.3;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    margin-top: 0;
    margin-left: -36px;
    border: 1px solid #d1d5db;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

label.radio {
    font-family: "Museo",Arial,sans-serif;
	font-weight: normal;
    font-size: 1em;
    position: relative;
    display: inline-block;
    width: auto !important;
    min-height: 26px;
    line-height: 1.3;
    cursor: pointer;
    margin: 0 0 10px 38px;
    padding-top: 3px;
}

.error label.radio {
    color: #000;
}

label.radio span.all_caps {
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
}

a.help {
	font-family: "Museo",Arial,sans-serif;
	font-size: 1em;
	position: relative;
	padding-right: 20px;
}

a.help:after {
    content: '\f1f6';
    display: inline-block;
    position: absolute;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.5em;
    color: #0072ED;
    text-align: center;
    top: -6px;
	margin-left: 4px;
}

label.radio.inline {
    margin: 0 20px 10px 38px;
}

label.radio.inline:last-of-type {
    margin: 0 0 10px 38px;
}

label.radio span.all_caps {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

input.css_radio {
    position: absolute;
    left: -9999px;
}

input.css_radio:checked:focus + label.radio:before,
input.css_radio:checked:active + label.radio:before {
    border-color: #d1d5db;
    color: white;
}

label.radio:hover {
    border-color: #d1d5db;
}

input.css_radio + label.radio:before {
    background: white;
    border-color: #d1d5db;
}

input.css_radio:focus + label.radio:before,
input.css_radio:active + label.radio:before {
    border-color: #d1d5db;
    color: white;
}

input.css_radio:hover + label.radio:before,
input.css_radio:focus + label.radio:before {
    background: white;
    border-color: #d1d5db;
}

input.css_radio:checked + label.radio:before {
    background: #FFFFFF;
    border-color: #9bb430;
    -webkit-box-shadow: inset 0 0 0 6px #9bb430;
    -moz-box-shadow: inset 0 0 0 6px #9bb430;
    box-shadow: inset 0 0 0 6px #9bb430;
}

input.css_radio:checked + label.radio:before {
    color: white;
}

/* Buttons ===================================================================================================================== */
div.button_area {
    width: auto;
    height: auto;
    margin: 20px auto 0 auto;
}

div.button_area p {
	margin-bottom: 0;
}

input.primary_button,
input.secondary_button {
	height: 40px;
	line-height: 1;
	margin: 0;
	outline: 0;
	border: 0;
	border-radius: 100vh;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	-webkit-appearance: button;
	cursor: pointer;
	white-space: normal;
	text-align: left;
}

input.primary_button {
	float: right;
	padding: 0 48px 0 20px;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #abc441;
}

input.float-right {
	float: right;
}

input.margin-right {
	margin-right: 10px;
}

input.primary_button.next {
	background-image: url("../images/ico_next.png");
}

input.primary_button.verify {
	background-image: url("../images/ico_verify.png");
}

input.primary_button.finished {
	background-image: url("../images/ico_check.png");
}

input.primary_button:hover,
input.primary_button:focus {
	background-color: #9bb430;
}

input.primary_button:disabled {
	background-color: #ccc;
	cursor: default;
	opacity: 0.7;
	pointer-events: none;
}

input.secondary_button {
	color: #181616;
	background-color: transparent;
	border: 1px solid #181616;
}

input.secondary_button {
	float: left;
	padding: 0 20px 0 44px;
	background-position: left;
	background-repeat: no-repeat;
}

input.secondary_button.back {
	margin-right: 10px;
	background-image: url("../images/ico_back.png");
}

input.secondary_button.cancel {
	background-image: url("../images/ico_cancel.png");
}

input.secondary_button.print {
	background-image: url("../images/ico_print.png");
}

input.secondary_button:hover,
input.secondary_button:focus {
	background-color: rgba(0, 0, 0, 0.15);
}

.input-wrapper {
	position: relative;
}

.input-wrapper {
	position: relative;
	display: flex;
	flex-direction: row;
	justifiy-content: space-between;
}

button.show, button.hide {
    position: absolute;
    top: 8px;
    right: 10px;
	display: block;
	background: none;
	outline: none;
	border: none;
	height: 20px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

button.hide {
	display: none;
}

button.show span.icon:before, button.hide span.icon:before {
    display: inline-block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.8em;
    color: #9bb430;
    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;
}

button.show span.icon:before {
	content: '\f15c';
}

button.hide span.icon:before {
	content: '\f15b';
}

a.verify {
	margin: 3px 0 3px 10px;
	height: 34px;
	line-height: 34px;
	outline: 0;
	border: 0;
	border-radius: 100vh;
	font-size: 1.2em;
	font-family: "Roboto Condensed", Arial, sans-serif;
	color: white;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	-webkit-appearance: button;
	cursor: pointer;
	white-space: normal;
	text-align: left;
	padding: 0 40px 0 16px;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #1b4563;
	background-image: url("../images/ico_verify.png");
	text-decoration: none;
}

a.verify:focus, a.verify:hover {
	background-color: #6cb8d4;
}

#emailVerified p, #phoneVerified p {
	font-weight: bold;
	line-height: 40px;
	color: green;
	margin-left: 10px;
}
/* Footer ====================================================================================================================== */
div.footer_wrapper {
    position: relative;
	background: linear-gradient(135deg,#6cb8d4 0%,#589bb7 3.41%,#45809d 7.46%,#356a88 12.13%,#295977 17.57%,#214e6c 24.31%,#1c4765 33.76%,#1b4563 60%);
}

footer.nav {
    width: auto;
    height: auto;
	margin: 0 auto;
	padding: 0 15px;
	background: white;
}

footer.nav ul {
	list-style: none;
	text-align: left;
	height: 50px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

footer.nav li {
	display: inline-block;
	line-height: 50px;
	font-size: .8em;
}

footer.nav a {
    position:relative;
	text-decoration:none;
	margin-left: 16px
}

footer.nav a:hover,
footer.nav a.active {
    text-decoration: underline;
}

footer.main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
    padding: 20px 15px;
}

.footer-address {
	order: 1;
	position: relative;
	top: -60px;
}

.footer-reach {
	order: 2;
}

.footer-reach p {
	font-size: .8em;
	color: #ccc;
	margin-top: 10px;
}

.footer-logos {
	order: 1;
}

.footer-entrust-logo {
	width: 250px;
	height: 99px;
	border-bottom: 1px solid #48728f;
	padding-bottom: 25px;
	margin-bottom: 15px;
}

.footer-vector-logo {
	width: 140px;
	height: 75px;
}

.footer-entrust-logo img, .footer-vector-logo img {
	width: 100%;
}

footer.transaction-site {
	padding: 20px 50px;
	background: #222a35;
	background: linear-gradient(135deg,#6cb8d4 0%,#589bb7 3.41%,#45809d 7.46%,#356a88 12.13%,#295977 17.57%,#214e6c 24.31%,#1c4765 33.76%,#1b4563 60%);
}

footer.transaction-site p {
	font-weight: bold;
	font-size: .75em;
	text-transform: uppercase;
	color: white;
	margin: 0;
}

footer.transaction-site div.footer-left {
	float: left;
	width: 210px
}

footer.transaction-site div.footer-left p {
	padding: 22px 0 0
}

footer.transaction-site div.footer-right {
	float: right;
	width: calc(100% - 210px);
	text-align: right;
}

div.footer-right div.tagline {
	float: left;
	width: calc(100% - 282px);
}

div.footer-right div.tagline p {
	padding: 22px 30px 0 0
}

div.footer-right div.logos {
	float: right;
	width: 282px;
}

div.footer-right div.logos div.cpu-logo {
	float: left;
	width: 185px;
	height: 60px;
	padding-right: 30px;
}

div.footer-right div.logos div.cpu-logo img {
	margin: 15px 0;
}

div.footer-right div.logos div.reach-logo {
	float: right;
	width: 97px;
	height: 60px;
	padding-left: 30px;
	border-left: 1px solid white;
}

div.footer-right div.logos div.reach-logo img {
	margin: 10px 0;
}
/* Back to top */
a.scrollToTop {
	display: block;
	position: fixed;
	overflow: hidden;
	width: 33px;
	height: 33px;
	bottom: 0px;
	right: 15px;
	color: #abc441;
	border: 2px solid #abc441;
	background: transparent;
	display: none;
	z-index: 9000;
	outline: none;
	-webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out, border-color 0.2s ease-out;
	transition: color 0.2s ease-out, border-color 0.2s ease-out;
	text-decoration: none;
	text-align: center;
	border-radius: 100vh;
	margin-bottom: 10px;
}

a.scrollToTop:before {
	display: block;
	font-family: 'Material-Design-Iconic-Font';
	font-size: 30px;
	line-height: 31px;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2fc';
}

a.scrollToTop:hover {
	color: #9bb430;
	border-color: #9bb430;
}

a.scrollToTop span {
	display: none;
}

/* Vadialog ==================================================================================================================== */
.vashadow {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.vaCloseButton {
    float: right;
    border-radius: 0px;
    font-family: "wheel";
    color: grey;
    font-size: 20px;
    border: none;
    margin-right: -40px;
    margin-top: -35px;
    background: white;
}

.vaOffscreen {
    position: absolute;
    left: -9999px;
}

.vadialog {
    background: white;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 40px;
    width: 90%;
    max-width: 400px;
    max-height: 500px;
    overflow: auto;
    -webkit-transition: 500ms ease-out 1s;
    -moz-transition: 500ms ease-out 1s;
    -o-transition: 500ms ease-out 1s;
    transition: 500ms ease-out 1s;
    border-radius: 5px;
}

.vaCloseButton {
    border: none;
    position: absolute;
    left: -10000px;
    display: none;
}

.vadialog h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.vadialog h4 {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.vadialog h5 {
    font-size: .85em;
    margin-bottom: 10px;
}

a.shadowboxclose {
    text-decoration: none;
}

a.shadowboxclose:before {
    content: '\f135';
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.8em;
    font-weight: normal;
    color: #9bb430;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.2s ease-out;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

a.shadowboxclose:hover:before {
    color: #0180a8;
}

/* SumoSelect ================================================================================================================== */
select {
	width: 100% !important
}

.SumoSelect p {
	font-size: 0.85em;
	margin: 0;
}

.SumoSelect {
	width: 100%;
}

.SumoSelect * {
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.SelectBox {
	line-height: 38px;
	padding: 0px 15px;
}

.sumoStopScroll {
	overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
	display: none;
}

.SumoSelect .search-txt {
	display: none;
	outline: none;
}

.SumoSelect .no-match {
	display: none;
	padding: 6px;
}

.SumoSelect.open .search-txt {
	display: inline-block;
	font-size: 1em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 0px 15px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	background: #f2fbfd;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.SumoSelect.open .search-txt:focus,
.SumoSelect.open .search-txt:active {
	outline: 0;
	border-left-color: #9bb430;
	border-left-width: 7px;
	border-color: #9bb430;
	/*padding: 0px 15px 0 10px;*/
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
	visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.SelectClass {
	z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
	font-family: "Museo", Arial, sans-serif;
	font-size: 1em;
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	margin-bottom: 0;
}

.SumoSelect > .optWrapper > .options li.opt label {
	font-size: 1em;
	font-weight: normal;
}

.SumoSelect {
	display: block;
	position: relative;
	outline: none;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
	/*box-shadow: 0 0 2px #7799D0;
	border-color: #9bb430;*/
}

.SumoSelect:focus > .CaptionCont {
	border-color: #9bb430;
}

/* SumoSelect colour changes */
.SumoSelect > .CaptionCont {
	position: relative;
	border: 1px solid #d1d5db;
	min-height: 40px;
	background-color: #fffffff;
	border-radius: 5px;
	margin: 0;
}

.SumoSelect.open > .CaptionCont {
	border-color: #9bb430;
	border-width: 1px;
}
/* end SumoSelect colour changes */

.SumoSelect > .CaptionCont > span {
	display: block;
	padding-right: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
}
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
	color: #aaa;
}

.SumoSelect > .CaptionCont > label {
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	width: 40px;
	margin-bottom: 0;
}

.SumoSelect > .CaptionCont > label > i {
	width: 40px;
	height: 38px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.SumoSelect > .CaptionCont > label > i::before {
	display: block;
	font-family: "Material-Design-Iconic-Font";
	font-size: 24px;
	text-align: center;
	content: '\f2f9';
}


.SumoSelect > .optWrapper {
	display: none;
	z-index: 1000;
	top: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
	border-radius: 3px;
	overflow: hidden;
}

.SumoSelect.open > .optWrapper {
	top: 40px;
	display: block;
}

.SumoSelect.open > .optWrapper.up {
	top: auto;
	bottom: 100%;
	margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
}

.SumoSelect > .optWrapper > .options {
	border-radius: 2px;
	position: relative;
	/*Set the height of pop up here (only for desktop mode)*/
	max-height: 250px;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
	border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
	border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
	opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
	padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
	padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
	max-height: 100%;
	box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
	padding: 6px 15px;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
	border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
	border-radius: 0 0 2px 2px;
	border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
	background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
	background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
	display: block;
	cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
	display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
	cursor: default;
	padding: 8px 6px;
	font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	bottom: 0;
	margin: auto;
	max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
	background-color: #eee;
	pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
	filter: alpha(opacity=20); /* Netscape */
	-moz-opacity: 0.2; /* Safari 1.x */
	-khtml-opacity: 0.2; /* Good browsers */
	opacity: 0.2;
}


/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
	padding-left: 35px;
	cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
	position: absolute;
	display: block;
	width: 30px;
	top: 0;
	bottom: 0;
	margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #AEAEAE;
	border-radius: 2px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
	display: none;
	border-top: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
	border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
	display: block;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
	display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
	padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
	box-shadow: 0 0 2px #a1c0e4;
	border-color: #a1c0e4;
	outline: none;
	background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
	display: inline-block;
	cursor: pointer;
	padding: 12px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
	background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
	border-right: 1px solid #DBDBDB;
	border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
	border-radius: 0 0 3px 0;
}
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
	padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
	padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
	padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
	background-color: rgb(17, 169, 17);
	box-shadow: none;
	border-color: transparent;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: center center;
}
/*disabled state*/
.SumoSelect.disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
	border-color: #ccc;
	box-shadow: none;
	background: #eee;
}

/**Select all button**/
.SumoSelect .select-all {
	border-radius: 3px 3px 0 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 0 3px 35px;
	height: 20px;
	cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
	cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
	background-color: #ccc;
}


/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
	padding-left: 5px;
	text-decoration: underline;
}

/* Accordion ==================================================================================================================== */
div.accordion {
    margin: 30px 0;
}

div.accordion + h2,
div.accordion + h3 {
    margin-top: 30px;
}

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}
/* Basic Theme */
[data-accordion] {
    line-height: 1;
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
    position: relative;
    padding: 0 40px 5px 0;
    border-bottom: 1px solid #007ac1;
    cursor: pointer;
}

[data-accordion] > [data-control]:after {
    font-family: "Material-Design-Iconic-Font";
    content: "\f2f9";
    position: absolute;
    right: 5px;
    top: -5px;
    font-size: 1.5em;
    font-weight: 200;
    color: #f6921e;
    width: auto;
}

[data-accordion].open > [data-control]:after {
    top: -5px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

[data-content] ul:last-of-type,
[data-content] p:last-child {
    margin-bottom: 20px;
}

[data-accordion] [data-content] [data-content] [data-content] {
    background: rgb(228, 255, 228);
}

/* Dropzone File Upload ========================================================================================================= */
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/* Tables ====================================================================================================================== */
table.standard {
    width: 100%;
    margin-bottom: 16px;
    border-collapse: collapse;
}

table.standard thead {
    border-bottom: 2px solid #007ac1;
}

table.standard th {
    font-weight: bold;
}

table.standard thead th {
    text-align: left;
}

table.standard tbody tr {
    border-bottom: 1px solid #d1d5db;
}

table.standard tbody tr {
    border-bottom: 1px solid #d1d5db;
}

table.standard tbody tr:nth-child(even) {
    background: rgba(0,0,0,0.03);
}

table.standard td,
table.standard th {
    padding: 10px;
    vertical-align: top;
}

table.standard td {
    font-size: 0.85em;
}

table.standard .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;
}
/* DataTables =================================================================================================================== */
div.table-wrapper {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc,
.dataTable thead .sorting {
    cursor: pointer;
}

.dataTable thead .sorting {
    position: relative;
}

.dataTable thead .sorting span:after {
    position: relative;
}

.dataTable thead .sorting_asc {
    position: relative;
}

.dataTable thead .sorting_desc {
    position: relative;
}

.dataTable thead .sorting span:after,
.dataTable thead .sorting_asc span:after,
.dataTable thead .sorting_desc span:after {
    display: inline-block;
    position: absolute;
    top: -9px;
    right: 5px;
    font-family: 'Material-Design-Iconic-Font';
    font-style: normal;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #007ac1;
}

.dataTable thead .sorting span:after {
    content: '\f312';
    color: #777;
    top: 6px;
}

.dataTable thead .sorting_asc span:after {
    content: '\f2f8';
    font-size: 3.5em;
    transform: scaleX(0.7);
}

.dataTable thead .sorting_desc span:after {
    content: '\f2f2';
    font-size: 3.5em;
    transform: scaleX(0.7);
}

.dataTable thead .sorting_asc_disabled {
    background: url("../images/sort_asc_disabled.png") no-repeat center right;
}

.dataTable thead .sorting_desc_disabled {
    background: url("../images/sort_desc_disabled.png") no-repeat center right;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
    margin-top: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #007ac1;
    border: 1px solid transparent;
    font-size: 0.85em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ccc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white;
    background-color: #007ac1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #bbb;
    border: 1px solid transparent;
    background: #eee;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white;
    background-color: #007ac1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    color: white;
    background-color: #007ac1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.last {
    display: none;
}

.sorting_1 {
    outline: none;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333333;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.dataTable tbody tr.clickable:hover {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 480px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        text-align: center;
        margin: 0 auto;
        float: left;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-right: 0;
        margin-top: 0;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-right: 50px;
        line-height: 0px;
        width: 100%;
        float: left !important;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* Responsive */
table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 6px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 22px;
    display: block;
    float: left;
    margin-right: 5px;
    color: #9bb430;
    height: 18px;
    width: 18px;
    margin-top: -13px;
}

table.dataTable.dtr-inline.collapsed tbody .group_header td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.group_header.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.group_header.parent th:first-child:before {
    display: none;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    content: '\f275';
}

table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
    content: '\f270';
}

table.dataTable.dtr-inline.collapsed tbody td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child.dataTables_empty:before {
    display: none;
}

table.dataTable.dtr-inline.collapsed tbody tr.child td:before {
    display: none;
}

table.dataTable.dtr-column tbody td.control,
table.dataTable.dtr-column tbody th.control {
    position: relative;
    cursor: default;
}

table.dataTable.dtr-column tbody td.control:before,
table.dataTable.dtr-column tbody th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 16px;
    text-align: center;
    line-height: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    content: "+";
    background-color: #31b131;
}

table.dataTable.dtr-column tbody tr.parent td.control:before,
table.dataTable.dtr-column tbody tr.parent th.control:before {
    content: "-";
    background-color: #d33333;
}

table.dataTable tr.child {
    padding: 0.5em 1em;
}

table.dataTable tr.child ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

table.dataTable tr.child ul li {
    border-bottom: none;
    padding: 0.5em 0;
}

table.dataTable tr.child ul li:first-child {
    padding-top: 0;
}

table.dataTable tr.child ul li:last-child {
    border-bottom: none;
}

table.dataTable tr.child span.dtr-title,
table.dataTable tr.child span.dtr-data {
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: left;
}

table.dataTable tr.child span.dtr-title {
    font-weight: bold;
}

table.dataTable tr.child span.dtr-data {
    padding: 0;
}

.ui-widget input, 
.ui-widget select, 
.ui-widget textarea, 
.ui-widget button {
    font-family: "Museo", Arial,Helvetica,sans-serif;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
}

.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: #9bb430;	
	border-bottom: 2px solid #9bb430;
}

.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 #9bb430;
    background: #eee;
    color: #9bb430;
}

.ui-datepicker .ui-state-highlight {
    border: 2px solid white;
	border-bottom: 3px solid #9bb430;
    background: #ccf0fa;
    color: #212529;
}

.ui-datepicker .ui-state-active {
    border: 2px solid white;
    background: #9bb430;
    color: white;
}

.ui-datepicker .ui-priority-secondary {
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

/* Phone Control */
.phone-wrap {
    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;
}

.phone-wrap .code-dropdown {
    width: 130px;
    margin-right: .5em;
}

.phone-wrap .code-dropdown .optWrapper {
    width: 300px;
}

.phone-wrap .number-input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.code-dropdown .SumoSelect > .optWrapper > .options li.opt label {
	position: relative;
	padding-left: 24px;
	display: flex;
	align-items: center;
}

.phone-wrap .code-dropdown .SumoSelect > .optWrapper > .options li.opt label:before {
    position: absolute;
	left: 0px;
    width: 16px;
    height: 11px;
    margin-right: 5px;
    margin-top: -1px;
    background: #ccc;
    background-repeat: no-repeat;
    background-image: url("../images/flags.png");
	content: '';
}

.phone-wrap .code-dropdown .SumoSelect > .optWrapper > .options li.opt.no-flag label:before,
.phone-wrap .code-dropdown .SumoSelect > .optWrapper > .options li:first-child.opt label:before {
    background: none;
}

.SumoSelect > .optWrapper > .options li.opt.flag.AFG label:before {
    background-position: -32px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ZAF label:before {
    background-position: -256px -154px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ALA label:before {
    background-position: -224px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ALB label:before {
    background-position: -80px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.DZA label:before {
    background-position: -112px -33px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.DEU label:before {
    background-position: -32px -33px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.AND label:before {
    background-position: 0px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.AGO label:before {
    background-position: -128px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.AIA label:before {
    background-position: -64px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ATA label:before {
    background-position: -48px -165px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ATG label:before {
    background-position: -48px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SAU label:before {
    background-position: -128px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ARG label:before {
    background-position: -144px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ARM label:before {
    background-position: -96px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ABW label:before {
    background-position: -208px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.AUS label:before {
    background-position: -192px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.AUT label:before {
    background-position: -176px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.AZE label:before {
    background-position: -240px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BHS label:before {
    background-position: -192px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BHR label:before {
    background-position: -80px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BGD label:before {
    background-position: -16px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BRB label:before {
    background-position: 0px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BLR label:before {
    background-position: -256px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BEL label:before {
    background-position: -32px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BLZ label:before {
    background-position: 0px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BEN label:before {
    background-position: -112px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BMU label:before {
    background-position: -128px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BTN label:before {
    background-position: -208px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BOL label:before {
    background-position: -160px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BES label:before {
    background-position: -64px -165px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BIH label:before {
    background-position: -256px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BWlabel:before {
    background-position: -240px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BVT label:before {
    background-position: -224px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BRlabel:before {
    background-position: -176px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BRN label:before {
    background-position: -144px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BGR label:before {
    background-position: -64px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BFlabel:before {
    background-position: -48px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BDI label:before {
    background-position: -96px -11px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CPV label:before {
    background-position: -240px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CYM label:before {
    background-position: -128px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.KHM label:before {
    background-position: 0px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CMR label:before {
    background-position: -160px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CAN label:before {
    background-position: -16px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CHL label:before {
    background-position: -144px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CHN label:before {
    background-position: -176px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CXR label:before {
    background-position: -96px -165px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CYP label:before {
    background-position: 0px -33px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CCK label:before {
    background-position: -112px -165px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.COL label:before {
    background-position: -192px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.COM label:before {
    background-position: -32px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.COD label:before {
    background-position: -48px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.COG label:before {
    background-position: -80px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.COK label:before {
    background-position: -128px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.KOR label:before {
    background-position: -80px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.PRK label:before {
    background-position: -64px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CRI label:before {
    background-position: -208px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CIV label:before {
    background-position: -112px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.HRV label:before {
    background-position: -192px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CUB label:before {
    background-position: -224px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CUW label:before {
    background-position: -256px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.DNK label:before {
    background-position: -64px -33px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.DJI label:before {
    background-position: -48px -33px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.DOM label:before {
    background-position: -96px -33px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.DMlabel:before {
    background-position: -80px -33px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.EGY label:before {
    background-position: -160px -33px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SLV label:before {
    background-position: -160px -132px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ARE label:before {
    background-position: -16px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ECU label:before {
    background-position: -128px -33px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ERI label:before {
    background-position: -208px -33px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ESP label:before {
    background-position: -224px -33px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.EST label:before {
    background-position: -144px -33px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SWZ label:before {
    background-position: -208px -132px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.USlabel:before {
    background-position: 0px -154px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ETH label:before {
    background-position: -240px -33px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.FLK label:before {
    background-position: -32px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.FRO label:before {
    background-position: -64px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.FJI label:before {
    background-position: -16px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.FIN label:before {
    background-position: 0px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.FRlabel:before {
    background-position: -80px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GAB label:before {
    background-position: -96px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GMB label:before {
    background-position: -256px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GEO label:before {
    background-position: -144px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SGS label:before {
    background-position: -64px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GHlabel:before {
    background-position: -208px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GIB label:before {
    background-position: -224px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GRC label:before {
    background-position: -48px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GRD label:before {
    background-position: -128px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GRL label:before {
    background-position: -240px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GLP label:before {
    background-position: -16px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GUM label:before {
    background-position: -96px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GTM label:before {
    background-position: -80px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GGY label:before {
    background-position: -192px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GIN label:before {
    background-position: 0px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GNQ label:before {
    background-position: -32px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GNB label:before {
    background-position: -112px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GUY label:before {
    background-position: -128px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GUF label:before {
    background-position: -160px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.HTI label:before {
    background-position: -208px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.HMD label:before {
    background-position: -160px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.HND label:before {
    background-position: -176px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.HKG label:before {
    background-position: -144px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.HUN label:before {
    background-position: -224px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.IMN label:before {
    background-position: -48px -66px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.UMI label:before {
    background-position: -256px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.IND label:before {
    background-position: -64px -66px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.IOT label:before {
    background-position: -80px -66px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.IDN label:before {
    background-position: -256px -55px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.IRN label:before {
    background-position: -112px -66px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.IRQ label:before {
    background-position: -96px -66px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.IRL label:before {
    background-position: 0px -66px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ISL a:before {
    background-position: -128px -66px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ISR label:before {
    background-position: -16px -66px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ITlabel:before {
    background-position: -144px -66px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.JAM label:before {
    background-position: -192px -66px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.JPN label:before {
    background-position: -224px -66px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.JEY label:before {
    background-position: -176px -66px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.JOR label:before {
    background-position: -208px -66px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.KAZ label:before {
    background-position: -144px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.KEN label:before {
    background-position: -240px -66px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.KGZ label:before {
    background-position: -256px -66px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.KIR label:before {
    background-position: -16px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.KWT label:before {
    background-position: -112px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.LAO label:before {
    background-position: -160px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.LSO label:before {
    background-position: -256px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.LVlabel:before {
    background-position: -32px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.LBN label:before {
    background-position: -176px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.LBR label:before {
    background-position: -240px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.LBY label:before {
    background-position: -48px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.LIE label:before {
    background-position: -208px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.LTU label:before {
    background-position: 0px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.LUX label:before {
    background-position: -16px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MAC label:before {
    background-position: -224px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MKD label:before {
    background-position: -160px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MDG label:before {
    background-position: -128px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MYS label:before {
    background-position: -112px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MWI label:before {
    background-position: -80px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MDV label:before {
    background-position: -64px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MLI label:before {
    background-position: -176px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MLT label:before {
    background-position: -32px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MNP label:before {
    background-position: -240px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MAR label:before {
    background-position: -64px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MHL label:before {
    background-position: -144px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MTQ label:before {
    background-position: -256px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MUS label:before {
    background-position: -48px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MRT label:before {
    background-position: 0px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MYT label:before {
    background-position: -240px -154px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MEX label:before {
    background-position: -96px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.FSM label:before {
    background-position: -48px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MDlabel:before {
    background-position: -128px -165px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MCO label:before {
    background-position: -80px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MNG label:before {
    background-position: -208px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MNE label:before {
    background-position: -112px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MSR label:before {
    background-position: -16px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MOZ label:before {
    background-position: -128px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MMR label:before {
    background-position: -192px -88px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.NAM label:before {
    background-position: -144px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.NRU label:before {
    background-position: -16px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.NPL label:before {
    background-position: 0px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.NIC label:before {
    background-position: -224px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.NER label:before {
    background-position: -176px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.NGlabel:before {
    background-position: -208px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.NIU label:before {
    background-position: -32px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.NFK label:before {
    background-position: -192px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.NOR label:before {
    background-position: -256px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.NCL label:before {
    background-position: -160px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.NZL label:before {
    background-position: -48px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.OMN label:before {
    background-position: -64px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.UGlabel:before {
    background-position: -240px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.UZB label:before {
    background-position: -32px -154px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.PAK label:before {
    background-position: -160px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.PLW label:before {
    background-position: 0px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.PSE label:before {
    background-position: -240px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.PAN label:before {
    background-position: -80px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.PNG label:before {
    background-position: -128px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.PRY label:before {
    background-position: -16px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.NLD label:before {
    background-position: -240px -99px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.PER label:before {
    background-position: -96px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.PHL label:before {
    background-position: -144px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.PCN label:before {
    background-position: -208px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.POL label:before {
    background-position: -176px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.PYF label:before {
    background-position: -112px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.PRI label:before {
    background-position: -224px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.PRT label:before {
    background-position: -256px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.QAT label:before {
    background-position: -32px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SYR label:before {
    background-position: -192px -132px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CAF label:before {
    background-position: -64px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.REU label:before {
    background-position: -48px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ROU label:before {
    background-position: -64px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.GBR label:before {
    background-position: -112px -44px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.RUS label:before {
    background-position: -96px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.RWlabel:before {
    background-position: -112px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ESH label:before {
    background-position: -176px -33px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.BLM label:before {
    background-position: -144px -165px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SHN label:before {
    background-position: -240px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.LClabel:before {
    background-position: -192px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.KNlabel:before {
    background-position: -48px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SMR label:before {
    background-position: -48px -132px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.MAF label:before {
    background-position: -160px -165px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SXM label:before {
    background-position: -176px -132px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SPM label:before {
    background-position: -192px -110px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.VAT label:before {
    background-position: -48px -154px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.VCT label:before {
    background-position: -64px -154px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SLB label:before {
    background-position: -144px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.WSM label:before {
    background-position: -192px -154px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ASM label:before {
    background-position: -160px 0px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.STP label:before {
    background-position: -144px -132px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SEN label:before {
    background-position: -64px -132px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SRB label:before {
    background-position: -80px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SYC label:before {
    background-position: -160px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SLE label:before {
    background-position: -32px -132px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SGP label:before {
    background-position: -224px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SVK label:before {
    background-position: -16px -132px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SVN label:before {
    background-position: -256px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SOM label:before {
    background-position: -80px -132px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SDN label:before {
    background-position: -192px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SSD label:before {
    background-position: -128px -132px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.LKlabel:before {
    background-position: -224px -77px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SWE label:before {
    background-position: -208px -121px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CHE label:before {
    background-position: -96px -22px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SUR label:before {
    background-position: -112px -132px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.SJM label:before {
    background-position: 0px -132px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.TJK label:before {
    background-position: -48px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.TWN label:before {
    background-position: -192px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.TZlabel:before {
    background-position: -208px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.TCD label:before {
    background-position: -80px -165px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.CZE label:before {
    background-position: -16px -33px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ATF label:before {
    background-position: -256px -132px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.THlabel:before {
    background-position: -16px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.TLS label:before {
    background-position: -80px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.TGO label:before {
    background-position: 0px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.TKL label:before {
    background-position: -64px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.TON label:before {
    background-position: -128px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.TTO label:before {
    background-position: -160px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.TUN label:before {
    background-position: -112px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.TKM label:before {
    background-position: -96px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.TClabel:before {
    background-position: -224px -132px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.TUR label:before {
    background-position: -144px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.TUV label:before {
    background-position: -176px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.UKR label:before {
    background-position: -224px -143px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.URY label:before {
    background-position: -16px -154px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.VUT label:before {
    background-position: -144px -154px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.VEN label:before {
    background-position: -80px -154px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.VGB label:before {
    background-position: -96px -154px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.VIR label:before {
    background-position: -112px -154px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.VNM label:before {
    background-position: -128px -154px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.WLF label:before {
    background-position: -176px -154px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.YEM label:before {
    background-position: -224px -154px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ZMB label:before {
    background-position: -16px -165px;
}

.SumoSelect > .optWrapper > .options li.opt.flag.ZWE label:before {
    background-position: -32px -165px;
}