html,
body {
    height: 100%;
}

@font-face {
    font-family: 'Brandon Text';
    src: url('../fonts/BrandonTextWeb-Regular.woff2') format('woff2'),
        url('../fonts/BrandonTextWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Text';
    src: url('../fonts/BrandonTextWeb-Bold.woff2') format('woff2'),
        url('../fonts/BrandonTextWeb-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Monospace';
    src: url('../fonts/brandon_monospace.woff2') format('woff2'),
        url('../fonts/brandon_monospace.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: #ffffff;
    color: #393939;
    font-family: "Brandon Text";
    font-size: 16px;
    box-sizing: border-box;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.login_page {
    background: #1b2733;
    color: #ffffff;
}

pre,
code {
    font-family: inherit !important;
    margin: 0px !important;
}

form {
    height: 100%;
}

article,
aside,
body,
div,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
label,
nav,
object,
p,
section,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt {
    border: 0px;
    outline: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

table,
table td {
    padding: 0px;
    border: none;
    border-collapse: collapse;
}

header,
nav,
section,
article,
aside,
footer {
    display: block;
}

a img {
    border: 0px;
    outline: none;
}

input[type="text"]:focus {
    background: #f4f4f4;
}

table tr,
table tr td,
ul li,
input[type="button"],
input[type="submit"] {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

a {
    color: #c3c4be;
    text-decoration: none;
    border: 0px;
    outline: none;
    outline: 0px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

input,
select,
select option,
textarea,
button {
    font-family: 'Brandon Text';
    outline: 0px !important;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    color: #888888;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    height: 44px;
    font-size: 16px;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    flex: 1;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
    border: 1px solid #ff6400;
}

input[type="button"],
input[type="submit"] {
    height: 44px;
    border: 0px;
    font-size: 16px;
    text-transform: uppercase;
    background: #1f767d;
    color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    border-radius: 2px;
}

input[type="button"]:hover,
input[type="submit"]:hover {
    background: #1b2733;
}

b,
strong {
    font-weight: bold !important;
}

p {
    text-align: justify;
    padding-bottom: 22px;
    line-height: 26px;
}

.note {
    text-align: justify;
    color: #999;
    font-size: 13px;
    padding: 0px 20px 15px 20px;
}

h1 {
    color: #c3c4be;
    font-size: 38px;
    line-height: 38px;
    margin: 0px;
    padding-bottom: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.main_fullpage {
    width: 100%;
    min-height: calc(100% - 92px);
    display: flex;
}

.wrapper {
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
}

.login_page .wrapper {
    display: flex;
    flex-wrap: wrap;
    min-height: 100%;
    align-items: center;
    justify-content: center;
}

header {
    width: 100%;
    height: 105px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    background: rgba(27, 39, 51, 0.8);
    margin: 0px auto;
    border-top: 4px solid #ff6400;
    z-index: 99;
}

header nav {
    margin: 0px auto;
    max-width: 1064px;
    width: 100%;
    padding-left: 20px;
    min-height: 105px;
    position: relative;
    box-sizing: border-box;
}

.logo {
    bottom: 36px;
    position: absolute;
}

header nav {
    width: 100%;
}

.main_nav {
    display: none;
}

.mobile_navigation {
    display: block;
}

.mobile_navigation a {
    color: #E49E25;
    font-size: 18px;
    text-decoration: none;
}

.mobile_navigation a:hover {
    color: #ffffff;
}

.mobile_navigation ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    list-style: none;
    display: none;
    width: 100%;
    position: fixed;
    height: calc(100vh - 105px);
    width: 100%;
    left: 0px;
    background: rgba(27, 39, 51, 0.8);
    left: 0px;
    top: 105px;
    z-index: 22;
    box-sizing: border-box;
    overflow-y: auto;
}

.mobile_navigation ul li {
    display: block;
    margin: 0px auto 5px auto;
    padding: 0px;
    list-style: none;
    width: 100%;
    max-width: 1024px;
    text-align: left;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.mobile_navigation ul li:nth-child(1) {
    transition-delay: 0.3s;
}

.mobile_navigation ul li:nth-child(2) {
    transition-delay: 0.45s;
}

.mobile_navigation ul li:nth-child(3) {
    transition-delay: 0.6s;
}

.mobile_navigation ul li:nth-child(4) {
    transition-delay: 0.75s;
}

.mobile_navigation ul li:nth-child(5) {
    transition-delay: 0.9s;
}

.mobile_navigation ul li:nth-child(6) {
    transition-delay: 1.05s;
}

.mobile_navigation ul li:nth-child(7) {
    transition-delay: 1.2s;
}

.mobile_navigation ul li:nth-child(8) {
    transition-delay: 1.35s;
}

.mobile_navigation ul li:nth-child(9) {
    transition-delay: 1.5s;
}

.mobile_navigation ul.show li {
    opacity: 1;
}

.mobile_navigation ul li a {
    display: inline-block;
    box-sizing: border-box;
    font-size: 32px;
    color: #ffffff;
    line-height: 50px;
    text-decoration: none;
    font-weight: 200;
    padding-right: 48px;
    position: relative;
}

.mobile_navigation ul li a:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 28px;
    background-color: #ffffff;
    top: 50%;
    right: 18px;
    z-index: -1;
    transition: all .6s ease-out;
    opacity: 0;
}

.mobile_navigation ul li a:after {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 12px;
    width: 12px;
    right: 18px;
    margin: 0px 0px 0px 50px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin-top: -6px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    transition: all .6s ease-out;
    opacity: 0;
}

.mobile_navigation ul li a:hover:after {
    opacity: 1;
    right: 3px;
}

.mobile_navigation ul li a:hover:before {
    opacity: 1;
    right: 1px;
}

.mobile_navigation {
    text-align: right;
}

.menu_button {
    text-decoration: none;
    color: #ffffff !important;
    z-index: 5;
    cursor: pointer;
    height: 20px;
    width: 32px;
    font-size: 0px;
    box-sizing: border-box;
    border-top: 2px solid #ffffff;
    z-index: 100;
    display: inline-block;
    top: 42.5px;
    right: 20px;
    position: relative;
}

.menu_button:before {
    height: 2px;
    background: #ffffff;
    width: 32px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    display: block;
    content: "";
    transform: rotate(0deg);
    transition: transform .3s;
}

.menu_button:after {
    height: 2px;
    background: #ffffff;
    width: 32px;
    position: absolute;
    top: 100%;
    margin-top: -2px;
    display: block;
    content: "";
    transform: rotate(0deg);
    transition: transform .3s;
}

.menu_button:hover {
    border-top: 2px solid #ff6400;
}

.menu_button:hover:before,
.menu_button:hover:after {
    background: #ff6400;
}

.menu_button.open {
    width: 27px;
    margin-right: 5px;
}

.menu_button.open:after {
    width: 22px;
}

article {
    max-width: 1064px;
    width: 100%;
    padding: 60px 20px;
    margin: 0px auto;
    box-sizing: border-box;
}

/*Inner pages*/

.banner {
    width: 100%;
    height: 300px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    background: #1f767d url(../media/bg_banner.png) left top repeat;
}

.banner div {
    width: 100%;
    height: 300px;
    background: url(../media/v1_img01.png) right top no-repeat;
    margin: 0px auto;
}

.login_page .banner,
.login_page .title_page {
    display: none;
}

.login_form .fp_link a[href="#fp_form"]:hover {
    background: #f2f2f2;
    padding: 0 8px;
    color: #000;
}

.title_page {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.title_page h1 {
    width: 100%;
    color: #c3c4be;
    max-width: 1064px;
    padding: 0;
    font-size: 38px;
    font-weight: 600;
    opacity: 0;
    padding-top: 60px;
    box-sizing: border-box;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Brandon Text";
    font-weight: 600;
}

.title_page.show h1 {
    padding-top: 100px;
    opacity: 1;
}

footer {
    width: 100%;
    min-height: 92px;
    box-sizing: border-box;
    padding: 30px 0px 30px 0px;
    background: #1b2733;
}

footer p {
    padding: 6px 20px 0px 20px;
    box-sizing: border-box;
    margin: 0px auto;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.footer_nav {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.footer_nav li {
    margin: 0px 10px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    text-align: center;
}

.footer_nav li a {
    text-transform: uppercase;
    text-decoration: none;
}

.table_data_st2 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px;
}

.table_data_st2 td .mobile_view {
    display: none;
}

.contact_us_info {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    list-style: none;
    display: table;
    width: 100%;
}

.contact_us_info>li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.contact_us_info li.address > div:first-child {
    background: rgba(12, 98, 93, 1);
    padding: 1.5rem;
    padding-top: 0;
    box-sizing: border-box;
}

.contact_us_info>li>div {
    display: inline-block;
}

.contact_us_info>li p {
    line-height: 32px;
    font-size: 18px;
    margin: 0px;
    color: #ffffff;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 0;
}

.contact_us_info>li p a:hover {
    color: #fff;
    font-size: 20px;
}

.contact_us_info>li p:before {
    content: "";
    width: 17px;
    height: 27px;
    background: url(../media/map_point.png) 0px 0px no-repeat;
    position: absolute;
    left: 20px;
    top: 13px;
    opacity: 0.5;
}

input[disabled],
input[disabled]:hover {
    background: #aaaaaa;
    cursor: not-allowed;
}

.contact_us_info>li>div {
    width: 48%;
}

.contact_us_info:last-child {
    border: 0px;
}

.map_holder {
    width: 100%;
}

.map {
    height: 510px;
    width: 100%;
}

.map_holder .map1,
.map_holder #map2 {
    width: 100%;
}

.map_holder #map2 iframe,
.map_holder .map1 iframe {
    width: 100%;
    border: 0px;
    height: 510px;
}

/*User nav*/

.user_nav {
    position: absolute;
    right: 20px;
    top: 10px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.user_nav li {
    display: inline-block;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 14px;
    color: #ffffff;
}

.user_nav li.change_password_link,
.user_nav li.logout_link {
    display: none;
}

.changepassword_page article table {
    max-width: 720px;
    margin: auto;
}

.leftcol {
    width: 230px;
}

.left_menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.left_menu li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
    line-height: 32px;
    display: block;
    border-bottom: 1px solid #aaaaaa;
    cursor: pointer;
}

.left_menu li a {
    line-height: 32px;
    display: inline-block;
    padding-left: 5px;
    color: #727272;
    font-size: 14px;
}

.left_menu li i {
    font:var(--fa-font-solid);
    color: inherit;
    font-size: 17px;
    margin-left: 12px;
}

.left_menu li.active {
    background: #0c625d;
    color: #ffffff;
}

.left_menu li.active a {
    color: #ffffff;
}

.left_menu li:hover {
    background: #eeeeee;
    color: #727272;
}

.left_menu li.active:hover a {
    color: #727272;
}

.rightcol {
    /* padding-left: 50px; */
}

.buttons input {
    margin: 0px 5px 0px 0px !important;
}

.twocol select {
    width: 224px;
    height: 42px;
}

.min_height iframe {
    width: 100%;
}

.inputText {
    width: 224px;
}

fieldset.inputChecks {
    width: 224px;
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
}

.labelInput {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    min-width: 133px;
}

.optional,
.required {
    padding-top: 18px;
    display: flex;
    position: relative;
    margin-top: 12px;
}

.required .selectOne {
    width: 100%;
}

.required .error_message {
    position: absolute;
    bottom: 48px;
    left: 133px;
}

.buttons {
    padding-top: 20px;
    padding-left: 137px;
    text-align: left;
}

.PwdRulesHeader {
    font-weight: bold;
}

.ThankYouMsg {
    font-weight: bold;
}

.sub_nav {
    width: 100%;
    box-sizing: border-box;
}

.sub_nav>ul {
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #1b2733;
}

.sub_nav>ul li ul {
    padding: 0px;
    margin: 0px auto;
    list-style: none;
}

.sub_nav_l2 {
    margin-bottom: 18px;
}

.sub_nav_l2 ul {
    padding: 0px;
    margin: 0px auto;
    list-style: none;
}

.sub_nav>ul>li {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #888888;
    text-transform: uppercase;
}

.sub_nav>ul>li>a {
    color: #888888;
    cursor: pointer;
}

.sub_nav>ul>li>a:hover {
    color: #ff6400;
}

.sub_nav_l2 ul li.sel a,
.sub_nav>ul>li.sel>a {
    color: #1b2733;
}

.sub_nav_l2 ul li:before,
.sub_nav>ul>li ul li:before,
.sub_nav>ul>li:before {
    content: "/";
    margin: 0px 15px;
    color: #aaaaaa;
}

.sub_nav_l2 ul li:first-child:before,
.sub_nav ul li:first-child:before {
    display: none;
}

.sub_nav_l2 ul li,
.sub_nav>ul li ul li {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
}

.sub_nav_l2 ul li a,
.sub_nav>ul li ul li a {
    color: #888888;
    font-size: 18px;
}

.sub_nav_l2 ul li a:hover,
.sub_nav>ul li ul li a:hover {
    color: #ff6400;
}

.sub_nav_l2 ul li.sel a,
.sub_nav>ul li ul li.active a {
    color: #1b2733;
}

.pages_wrapper {
    padding: 60px 20px;
    box-sizing: border-box;
    max-width: 1064px;
    width: 100%;
    margin: 0px auto;
}

.pages_wrapper .item {
    padding-top: 60px;
}

.dd_reporting_date.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.doc_panel_year.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    max-width: 200px;
    margin-bottom: 20px;
}

.main_container {
    width: 100%;
}

.main_container article {
    max-width: 1170px;
    width: 100%;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    padding-bottom: 30px;
    box-sizing: border-box;
    margin: auto;
    box-sizing: border-box;
}

.main_container+footer {
    position: relative;
}

.main_container .text>table {
    width: 100%;
}

.checkbox_type {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.checkbox_type>input[type="checkbox"] {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 666;
}

.checkbox_type>input[type="checkbox"]+span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #1b2733;
    vertical-align: top;
    background: #ffffff;
}

.checkbox_type>input[type="checkbox"]:checked+span {
    background: #1f767d;
    border: 1px solid #1f767d;
}

.checkbox_type>input[type="checkbox"]:checked+span:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
}

.checkbox_type.chbox_disabled>input[type="checkbox"]+span {
    background: #f4f3f8;
    border-color: #dddddd;
}

/* Footer disclaimer Begin */
.footer_disclaimer {
    min-height: 150px;
    display: block;
    width: 100%;
}

.footer_disclaimer_block {
    padding: 10px;
    box-sizing: border-box;
    background: #ffffff;
    position: fixed;
    bottom: 0px;
    width: 100%;
    min-height: 150px;
    z-index: 9999;
}

.footer_disclaimer:before {
    background: rgba(0, 0, 0, 0.2);
    display: block;
    content: "";
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 9998;
}

.footer_disclaimer_block p {
    padding-bottom: 12px;
    line-height: normal;
}

.footer_disclaimer .button_holder {
    text-align: center;
}

.footer_disclaimer .button_holder input {
    margin: 0px 5px;
}

.twocol {
    padding-bottom: 18px;
}

.lgt-modal {
    position: fixed;
    top: 0;
    left: 50%;
    display: none;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
    max-width: 460px;
    z-index: 9999;
}

/* Returns Control */
.returns_class_select {
    margin-bottom: 30px;
}

.table_data4 {
    width: 100%;
    border-bottom: 1px solid #0c625d;
    margin-bottom: 20px;
}

.table_data4 th {
    padding: 7px 7px 7px 7px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #0c625d;
    vertical-align: middle;
    text-align: right;
}

.table_data4 td {
    padding: 7px 7px 7px 7px;
    font-size: 14px;
    text-align: right;
}

.td_return_date {
    text-align: left !important;
    font-weight: bold;
}

.table_data4 tr:nth-child(even) td {
    background: #f4f4f4;
}

/*#region Two factor Login */

.tf_IsLandline {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tf_extension {
    width: 130px;
    letter-spacing: 2px;
}

.tf_lb_extension {
    display: none;
    padding-top: 15px;
}

.tf_buttons {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}


.pnlVerifyMFA {
    max-width: 550px;
    width: 100%;
}

.pnl_provider_login {
    width: 100%;
    margin: 0px auto;
}

.pnlCode {
    margin-bottom: 10px;
}

.cbRememberMFA {
    font-size: 14px;
}

.cbRememberMFA input[type="checkbox"] {
    margin: 0px 7px 0px 0px;
    vertical-align: middle;
}

.cbRememberMFA label {
    vertical-align: middle;
}

.pnlRememberMFA {
    padding-top: 10px;
    margin-bottom: 20px;
}

.pnlSendCode .lnkCallMe {
    margin-bottom: 10px;
}

.lnkCallMe {
    display: block;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 10px;
    margin: 20px 0px;
}

.lblCode {
    font-size: 21px;
    line-height: 25px
}

.tfaCode {
    width: 100%;
    letter-spacing: 2px;
}

.btnSendCode {
    width: 200px;
    height: 48px;
    float: left;
    margin-right: 20px;
    font-size: 24px;
}

.btnVerifyCode {
    width: 200px;
    height: 48px;
    float: right;
    font-size: 24px;
}

.msgTwoFactor {
    font-size: 21px;
}

.msgMFAChangePassword,
.msgMfaPromptMessage {
    font-size: 21px;
}

.btnNextProvider {
    width: 180px;
    height: 30px !important;
    float: right;
    font-size: 15px !important;
    display: none;
}

.btnEmailMe {
    width: 200px;
    height: 30px !important;
    float: left;
    margin-right: 20px;
    font-size: 15px !important;
    display: none;
}

.btnTextMe {
    width: 200px;
    height: 30px !important;
    float: left;
    margin-right: 20px;
    font-size: 15px !important;
    display: none;
}

.btnCallMe {
    width: 200px;
    height: 30px !important;
    float: left;
    margin-right: 20px;
    font-size: 15px !important;
    display: none;
}

.pnlProviders ul {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}

.pnlProviders ul li {
    margin: 0px 0px 12px 0px;
    padding: 0px;
    list-style: none;
}

.pnlProviders ul li label {
    display: block;
    box-sizing: border-box;
    padding: 10px 10px;
    border: 1px solid #eeeeee;
    background: #eeeeee;
}

.pnlProviders ul li label:hover {
    border-color: #c8c8c8;
}

.pnlProviders ul li label.selected {
    border-color: #c8c8c8;
}

.pnlProviders ul li label input {
    margin-right: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.lblRequireMFA {
    margin-bottom: 20px;
}

.mfaEmailSwitch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.mfaEmailSwitch input {
    opacity: 0;
}

.mfaEmailSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.mfaEmailSlider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.mfaEmailSlider {
    background-color: #0c625d;
}

input:focus+.mfaEmailSlider {
    box-shadow: 0 0 1px #0c625d;
}

input:checked+.mfaEmailSlider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.mfaEmailSlider.round {
    border-radius: 34px;
}

.mfaEmailSlider.round:before {
    border-radius: 50%;
}

.container_settings,
.container_section_settings,
.container_control_settings {
    position: relative;
    z-index: 99;
    background: #438eb9 !important;
}

#main_container > .container_section_settings:first-of-type {
    top: 100px;
}

.sum_menu_block li a:before,
.sum_menu_block li a:after,
table tr,
table tr td,
header,
a,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.sum_menu_block {
    background: #215259;
    text-align: center;
    width: 100%;
    height: 50px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

.sum_menu_block li {
    display: inline-block;
    margin: 0px;
    list-style: none;
    transform: skewX(-22deg);
    overflow: hidden;
}

.sum_menu_block li a {
    text-decoration: none;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    color: #f2f2f2;
    position: relative;
    background: #215259;
    padding: 0px 13px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transform: skewX(22deg);
}

.sum_menu_block li a:after {
    display: block;
    content: "";
    background: transparent;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    transform: skewX(-22deg);
}

.sum_menu_block .container_section_settings {
    transform: skewX(22deg);
    width: 90% !important;
}

.sum_menu_block li a:hover:after {
    background: rgba(255, 255, 255, 0.2);
}

.sum_menu_block li a.active {
    color: #000;
}

.sum_menu_block li a.active:after,
.sum_menu_block li.active a,
.sum_menu_block li.active {
    background: #f2f2f2;
    color: #000;
}

@media (max-width: 830px) {
    .main_container article>table {
        width: 100%;
    }

    .sum_menu_block {
        height: auto;
        background: #f2f2f2;
    }

    .sum_menu_block li {
        display: block;
        width: 100%;
        transform: skewX(0deg);
    }

    .sum_menu_block li a {
        font-size: 17px;
        width: 100%;
        transform: skewX(0deg);
        background: #f2f2f2;
        color: #c3c4be;
        line-height: 45px;
        display: block;
        margin: 0px;
        border-bottom: 1px solid #d9d9d9;
    }

    .sum_menu_block li a:hover {
        color: #e02890;
        background: transparent;
    }

    .sum_menu_block li a.active {
        background: #215259;
        color: #ffffff;
    }

    .sum_menu_block li a:before,
    .sum_menu_block li a:after {
        display: none;
    }
}

.team_page .partner {
    display: flex;
}

.team_page .partner p {
    margin: 0;
}

.team_page .partner p strong {
    font-size: 20px;
}

.team_page .details p em span,
.team_page .details p span {
    font-size: 16px !important;
    line-height: 26px;
}

.team_page .partner img {
    display: block;
}

.team_page .partner .details {
    margin-left: 40px;
    margin-top: 30px;
}

.team_page .partner .details p {
    padding-bottom: 15px;
    line-height: 20px;
}

.team_page article {
    max-width: 1100px;
}

.team_page aside {
    max-width: 200px;
    padding: 0;
}

.team_bios {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
    vertical-align: top;
    display: table;
    height: 640px;
}

.team_bios > li.left_col {
    padding: 0px;
}
.team_bios > li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top;
    color: #1c1c1c;
    background: rgba(255, 255, 255, 0.85);
}

.team_bios > li.left_col aside {
    background: transparent;
}
aside {
    width: 310px;
    box-sizing: border-box;
    min-height: 390px;
    background: rgba(255, 255, 255, 0.54);
    padding: 23px 10px 23px 23px;
}

.team_bios > li.left_col ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}


.team_bios > li.left_col ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: block;
    padding-bottom: 10px;
}

.team_bios {
    display: flex;
    gap: 40px;
}

.team-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.team-item {
    display: none;
}

.team-item.active {
    display: block;
}

.team-group-item.sel a {
    font-family: "Brandon Text";
    font-weight: 600;
    color: #000;
}

.team-group-item a {
    color: #888;
    cursor: pointer;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
}

.team_title {
    font-weight: normal !important;
    font-family: Brandon Text;
    font-style: italic;
    font-size: 14px;
    padding-bottom: 8px;
}

.team-item h2 {
    font-size: 20px !important;
    font-weight: 600;
    font-family: "Brandon Text";
    text-transform: none;
    padding-bottom: 6px;
}

.investment h3 {
    margin-bottom: 12px;
    text-align: center;
}

.investment .table_data_st3 td {
    text-align: center !important;
}

.team-item p {
    text-align: justify;
    font-size: 16px;
}

.contact_page .address {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

@media (max-width: 657px) {
    .contact_page .address {
        flex-direction: column;
    }

    .contact_us_info>li>div {
        width: 100%;
        margin-bottom: 36px;
    }
}