@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
body {
	font-family: 'Montserrat', sans-serif;
    color: var(--ntp-theme-text-color);
    background-repeat: repeat;
    padding-top: 98px;
    background: #E6E9EA;
	transition: padding-top 0.2s linear;
}
body.cookies-not-set {
    padding-top: calc(98px + 50px);
}
a {
	color:#E40046;
	transition: all 0.2s linear;
}
a:hover {
    text-decoration: underline;
	transition: all 0.2s linear;
}
input[type="submit"] {
    cursor: pointer;
}

h2, h3, h4, h5, h6 {
	color:#000000;
}
h1 {
	color:#000000;
	font-size: 36px;
	line-height: 42px;
    font-weight: 400;
	/*display: none;*/
}
.pseudo-h2 {
	margin-bottom: 20px;
}
.pseudo-h2,
.h2, h2 {
	font-size: 36px;
	line-height: 42px;
	font-weight: 400;
}
h3 {
	color:#000000;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	font-weight: 400;
}
@media screen and (min-width: 992px) and (max-width: 1599px) {
	h2,
	h1 {
		font-size: 34px;
	}
}
img {
	max-width: 100%;
	height: auto;
}
::selection {
	background: #3E4D55;
	color: #fff;
}
::-moz-selection {
	background: #3E4D55;
	color: #fff;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
@media screen and (min-width: 768px ) {
	.row > .row {
		width: 100%;
	}
}
.site-logo {
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
}
.site-logo img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.admin-bar .header {
    top: 32px;
}
body.admin-bar  {
    
}
.font-weight-light {
	font-weight: 300;
}
.font-weight-normal {
	font-weight: 400;
}
.font-weight-semibold {
	font-weight: 500;
}
.font-weight-bold {
	font-weight: 600;
}
.font-size-24 {
	font-size: 24px;
	line-height: 32px;
}
.font-size-36 {
	font-size: 36px;
	line-height: 42px;
}
.simplex-black,
.black {
    color: #000000;
}
.blue {
    color: #E40046;
}
.simplex-green,
.green {
    color: #E40046;
}
.simplex-purple,
.purple {
    color: #bb2891;
}
.medium {
    font-size: 24px;
	line-height: 32px;
}
.npd,
.nopad {
	padding:0;
}
.nomarg {
	margin: 0;
}
.wpcf7-submit,
.button-primary {
    background: #000000;
    color: #fff;
    border: 0;
    line-height: 40px;
    font-size: 16px;
    padding: 0 15px;
    outline: none;
	transition: all 0.2s linear;
}
.wpcf7-submit:hover ,
.button-primary:hover {
    opacity: 0.5;
	transition: all 0.2s linear;
}
.button-primary:focus {
    outline: none;
	transition: all 0.2s linear;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: 0;
    text-align: left;
    margin: 0;
    padding: 0;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
}
footer .scrollup {
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #e6e9ea;
    text-align: center;
    margin-right: 0;
    margin-left: auto;
    margin-top: 14px;
    border: 1px solid #e6e9ea;
    border-radius: 50%;
    font-size: 10px;
	transition: all 0.2s linear;
}
footer .scrollup a {
    display: block;
    color: #e6e9ea;
	transition: all 0.2s linear;
}
footer .scrollup a .material-icons {
    font-size: 15px;
    line-height: 30px;
}
footer .scrollup:hover {
    background: #34444d;
    border-color: #34444d;
	transition: all 0.2s linear;
}
.row.section,
section {
	margin: 0;
}
header.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
	height: 60px;
    z-index: 1000;
    background: #081F2C;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	padding: 0;
}
header.header::after {
	content: ' ';
	position: absolute;
	bottom: -8px;
	height: 8px;
	left: 0;
	right: 0;
    background-image: linear-gradient(91deg, #081F2C 7%, #3E4D55 32%, #E6E9EA 48%);
}
@media (min-width: 1600px) {
	.container {
		max-width: 1200px;
	}
}
.header-container {
    padding: 0;
    height: 100%;
}
section.page {
    min-height: 280px;
}
.home section.page {
    padding-top: 60px;
    padding-bottom: 60px;
}
footer.site-footer {
    background: #081F2C;
    color: #75787b;
    padding: 0;
}
footer.site-footer a {
    color: #75787b;
}
.footer-top {
	margin: 0;
    height: 60px;
    border-bottom: 1px solid #34444d;
}
.footer-top .block {
	padding: 0;
}
.footer-bottom {
    margin: 0;
    background: #081F2C;
    text-align: center;
    padding: 25px 0 15px;
}
.footer-bottom .block > div {
    display: inline-block;
}
.copyrights {
	margin: 0;
    padding: 10px 0;
    background: rgba(62 77 85 / 80%);
	font-size: 14px;
    color: #e6e9ea;
	font-weight: 500;
}
.copyrights .about-simplex {
    font-size: 12px;
    text-align: right;
}
.v-align {
    justify-content: center;
    display: flex;
    align-items: center;
}
ul.menu {
    margin: 0;
	padding: 0;
}
.parent-pageid-115 .wp-block-file .wp-block-file__button,
.page-id-5458 .wp-block-file .wp-block-file__button,
.page-id-5450 .wp-block-file .wp-block-file__button,
.page-id-115 .wp-block-file .wp-block-file__button,
.btn {
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    line-height: 46px;
    padding: 0 10px;
	min-width: 150px;
	text-align: center;
    text-transform: uppercase;
}
a.btn-white {
    background: #fff;
    color: #E40046;
    display: inline-block;
}
.page-id-5458 .wp-block-file .wp-block-file__button,
.page-id-5450 .wp-block-file .wp-block-file__button,
.page-id-115 .wp-block-file .wp-block-file__button,
a.btn-green {
    color: #fff;
    display: inline-block;
}
.page-id-5458 .wp-block-file .wp-block-file__button,
.page-id-5450 .wp-block-file .wp-block-file__button,
.page-id-115 .wp-block-file .wp-block-file__button,
.btn-green {
    background-color: #E40046;
    border: 1px solid #E40046;
    color: #fff;
}
.btn-green{
	min-width: 150px;
}
.btn-green:hover {
    background-color: rgba(232 38 98 / 85%);
    border: 1px solid rgba(232 38 98 / 85%);
    color: #fff;
}
.btn-white:hover {
    background-color: #E40046;
    border: 1px solid #fff;
    color: #fff;
}
.btn-green:focus,
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none !important;
}
.banking-login-btn:focus,,
.banking-login-btn:active,,
.banking-login-btn:hover,
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus,
.btn-white,
.btn-green,
.btn-primary {
	outline: 0;
	box-shadow: none !important;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle,
.btn-green:active{
    background-color: #E40046;
    border: 1px solid #E40046;
    color: #fff;
}
.wFormContainer .actions .primaryAction {
    background-color: #E40046 !important;
    line-height: 46px !important;
    padding: 0 20px !important;
    min-width: 150px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
    outline: 0 !important;
    border: 1px solid #E40046 !important;
}
.wForm :link {
    color: #E40046 !important;
}
.wFormContainer .oneField.errFld div.errMsg,
.wFormContainer .wForm .wFormTitle,
.wFormContainer .reqMark:after {
    color: #E40046 !important;
}
.wFormContainer .oneField.errFld .inputWrapper input[type='text'], .wFormContainer .oneField.errFld .inputWrapper input[type='password'], .wFormContainer .oneField.errFld .inputWrapper textarea, .wFormContainer .oneField.errFld .inputWrapper select {
    border-color: #E40046 !important;
}
.page-template-page-debit-card .wFormContainer .wForm .wFormTitle,
.page-template-page-become-partner .wFormContainer .wForm .wFormTitle {
    padding: 0 !important;
    margin: 0 !important;
}
.wFormContainer .wForm form {
    padding: 0 !important;
}
.wFormContainer .actions .primaryAction:hover {
    background-color: #E40046 !important;
    border: 1px solid #E40046 !important;
    color: #fff;
}
.wFormContainer .wForm .inputWrapper > *,
.wFormContainer .wForm .inputWrapper {
    width: 100%;
}
.wFormContainer .wForm .inputWrapper input[type="text"], 
.wFormContainer .wForm .inputWrapper input[type="password"], 
.wFormContainer .wForm .inputWrapper select, 
.wFormContainer .wForm .inputWrapper textarea {
    width: 100% !important;
    line-height: 32px;
    border-radius: 4px !important;
    border-color: #e6e9ea !important;
}
.wFormContainer .label.preField {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #7e8a9a !important;
    margin-bottom: 0 !important;
}
.wForm label *, .wForm .label * {
    font-weight: 400 !important;
}
/* NEWS */
#simplex-news .twitter-pane h2 {
    font-size: 36px;
    line-height: initial;
}
#simplex-news .twitter-pane a {
    color: #E40046;
	font-weight: 600;
}
#simplex-news .twitter-pane {
    font-size: 14px;
}
.twitter-frame {
    max-height: 840px;
    max-width: 660px;
    margin: auto;
    overflow: hidden;
}
sup {
    color: #E40046;
}
.navigation {
	text-align: center;
}
.navigation ul {
    padding: 0;
    text-align: center;
}
.navigation .wrap {
    margin: 10px auto 20px;
}
.navigation .material-icons {
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    margin-top: 2px;
}
.navigation .material-icons.next {
    float: right;
    position: absolute;
    left: 0;
}
.navigation .material-icons.prev {
    float: left;
    position: absolute;
    left: 0;
}
.navigation li a {
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
    color: #000000;
    text-decoration:none;
}
 
.navigation li {
    position: relative;
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
}
 
.navigation li a:hover,
.navigation li.active a {
    color: #E40046;
}

.newsletter-box {
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 300px;
    padding: 30px;
    border-radius: 7px;
    box-shadow: 0 11px 10px 0 rgb(0 0 0 / 5%);
    top: 232px;
    right: -330px;
	transition: all 0.2s linear;
}
.newsletter-box.open {
    right: 0;
	transition: all 0.2s linear;
}
.newsletter-box .close {
    position: absolute;
    content: ' ';
    background: url(../images/close-black.png) no-repeat;
    background-size: 50%;
    background-position: 50%;
    width: 35px;
    height: 35px;
    top: 5px;
	transition: all 0.2s linear;
}
.newsletter-box.open .close {
    right: 5px;
	transition: all 0.2s linear;
}
.newsletter-box:not(.open) .close {
    left: -65px;
    background: #31b63e;
    background-color: #31b63e;
    transition: all 0.2s linear;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    opacity: 1;
    border-radius: 4px 0px 0px 4px;
    text-shadow: none;
}
.newsletter-box.open .close i {
	display: none;
}
.newsletter-box .wFormContainer .wForm .wFormTitle {
    margin: 0;
    padding: 0 !important;
    font-weight: 400;
    line-height: initial;
    border: 0;
}
.newsletter-box .wFormContainer .wForm .wFormTitle span {
    font-size: 18px !important;
}
.newsletter-box .wFormContainer .wFormFooter {
    display: none;
}
.newsletter-box .wFormContainer .htmlSection {
    margin: 5px 0px ;
    padding: 0;
}
.wFormContainer .errMsg {
    color: #000000 !important;
    font-weight: 400 !important;
}
/* END NEWS */
@media screen and (min-width: 992px) {
	.main-menu {
		padding: 0;
	}
	.navbar-col {
		padding-left: 0;
	}
	.navbar {
		padding: 0;
		margin: 0;
		border: 0;
		height: 100%;
	}
	.footer-top ul.menu,
	header.header ul.menu {
		margin: 0;
		float: left;
	}
	.footer-bottom ul.menu > li {
		text-align: center;
		list-style: none;
		display: inline-block;
		margin-right: 40px;
	}
	.footer-bottom ul.menu > li a {
		color: #e6e9ea;
		font-weight: 500;
		font-size: 14px;
	}
	.footer-bottom ul.menu > li:hover a,
	.footer-bottom ul.menu > li.current-menu-item a {
		color:#E40046;
		text-decoration: none;
	}
	.collapse.dont-collapse-sm {
		display: block;
		height: auto !important;
		visibility: visible;
	}
	footer.site-footer .footer-top ul.menu > li.menu-item-has-children > a::after,
	header.header ul.menu > li.menu-item-has-children > a::after {
		position: absolute;
		content: "\f0d7";
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		font-size: 14px;
		margin-left: 3px;
		transition: all 0.2s linear;
	}
	footer.site-footer .footer-top ul.menu > li.menu-item-has-children:hover > a::after,
	header.header ul.menu > li.menu-item-has-children:hover > a::after {
		transform: rotate(180deg);
		transition: all 0.2s linear;
	}
	.header .navbar-col {
		flex: 0 0 150px;
		max-width: 150px;
		height: 100%;
	}
	.header .navbar-header {
		height: 100%;
	}
	.header .simplex-head-btn {
		flex: 0 0 150px;
		max-width: 150px;
	}
	.header .main-menu {
		flex: 0 0 calc(100% - 300px);
		max-width: calc(100% - 300px);
	}
	.navbar-toggle {
		display: none;
	}
	.main-menu-row {
		display: block;
	}
	.navbar .hamburger {
		display: none;
	}
	.footer-bottom .hamburger {
		display: none;
	}
	.footer-top ul.menu > li,
	header.header ul.menu > li {
		color: #000829;
		text-align: center;
		list-style: none;
		display: inline-block;
		float: left;
		position: relative;
	}
	.footer-top ul.menu > li > a {
		color: #e6e9ea;
	}
	.footer-top ul.menu > li > a,
	header.header ul.menu > li > a {
		font-family: Montserrat;
		line-height: 1.29;
		letter-spacing: normal;
		font-size: 13px;
		line-height: 20px;
		color: #ffffff;
		display: block;
		padding-bottom: 20px;
		padding-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	ul.menu > li > .sub-menu {
		background: #ffffff;
		display: none;
		position: absolute;
		z-index: 5;
		min-width: 220px;
		margin: 0;
		padding: 10px 0;
		box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
		border-radius: 0 0 4px 4px;
	}
	header.header .sub-menu > li {
		list-style-type: none;
		display: block;
		width: 100%;
		text-align: left;
		padding: 10px 15px;
		font-size: 16px;
		transition: all 0.2s linear;
	}
	header.header .sub-menu > li a {
		font-size: 13px;
		color: #7e8a9a;
		display: block;
		transition: all 0.2s linear;
	}
	footer.site-footer .sub-menu > li {
		list-style-type: none;
		display: block;
		width: 100%;
		text-align: left;
		padding: 5px 15px;
		font-size: 16px;
		transition: all 0.2s linear;
	}
	footer.site-footer .sub-menu > li a {
		font-size: 13px;
		color: #7e8a9a;
		display: block;
		transition: all 0.2s linear;
	}
	.footer-top .menu > li.current-menu-item > a,
	header.header .menu > li.current-menu-item > a {
		background-color: #3E4D55;
		transition: all 0.2s linear;
	}
	ul.menu > li > a:hover {
		background-color: rgba(255, 255, 255, 0.1);
		transition: all 0.2s linear;
		text-decoration: none;
	}
	ul.menu .sub-menu > li:hover {
		background-color: #E6E9EA;
		transition: all 0.2s linear;
	}
	ul.menu .sub-menu > li:hover a {
		color: #7e8a9a;
		text-decoration: none;
	}
	header.header .sub-menu > li.current-menu-item {
		transition: all 0.2s linear;
	}
	header.header .sub-menu > li.current-menu-item a {
		color: #E40046;
		transition: all 0.2s linear;
	}
	.footer-top ul.menu > li > a, header.header ul.menu > li > a {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px ) {	
	.mobile-only {
		display: none !important;
	}
}
.simplex-head-btn {
    text-align: right;
}
.simplex-head-btn a {
	font-size: 11px;
	font-weight: 500;
    display: inline-block;
    min-width: unset;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 4px;
	transition: all 0.2s linear;
    outline: none;
    box-shadow: none;
}
.simplex-head-btn a:hover,
.simplex-head-btn a:focus {
    background-color: #E40046;
    border-color: transparent;
    color: #fff;
	transition: all 0.2s linear;
    outline: none;
    box-shadow: none;
}
.breadcrumbs {
	display: none;
    text-align: right;
    color: #333;
    font-size: 14px;
	margin: 0;
	line-height: 36px;
    margin-bottom: 20px;
}

html[lang="en-US"] .breadcrumbs {
    text-align: left;
}
.crumb {
    margin-left: 3px;
}
html[lang="en-US"] .crumb {
    margin-left: 0;
    margin-right: 3px;
}
.breadcrumbs .separator,
.breadcrumbs .crumb {
	display: inline;
}
.breadcrumbs .separator {
	min-width: 20px;
    font-size: 10px;
    text-align: center;
}
.crumb::after,
.breadcrumbs .separator::after {
	content: "\f100";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
}
html[lang="en-US"] .crumb::after,
html[lang="en-US"] .breadcrumbs .separator::after {
	content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
}
.crumb:last-child::after{
	content: "" !important;
}
.breadcrumbs a {
    font-size: 14px;
	color: #333;
}

/* Single Post */
.post-wrapper {
    padding: 30px;
    border-radius: 7px;
    box-shadow: 0 11px 10px 0 rgb(0 0 0 / 5%);
    background-color: #ffffff;
    margin-bottom: 30px;
}
.post-wrapper h1 {
    margin-bottom: 20px;
    font-weight: 400;
}
.post-meta {
	font-size: 14px;
	color: #7e8a9a;
    margin-bottom: 60px;
}
.post-meta a {
	font-size: 14px;
    color: #E40046;
}
.post-media {
    margin-bottom: 30px;
}
.post-media img {
    width: 100%;
}

/* Footer Promo */
#footer-promo {
	margin-bottom:60px;
}
.promo-wrapper {
    padding: 15px 30px;
    background-color: #E40046;
    width: 100%;
    color: #fff;
	margin: 0;
    margin-bottom: 30px;
    border-radius: 7px;
    box-shadow: 0 11px 10px 0 rgb(0 0 0 / 5%);
}
.promo-wrapper .w-logo {
    background-color: #E40046;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    height: 80px;
}
.promo-wrapper .title {
    font-size: 24px;
    margin-bottom: 12px;
}
.promo-wrapper .link {
    margin-bottom: 12px;
}
.promo-wrapper .link a {
	font-size: 16px;
    color: #fff;
    display: inline-block;
	position: relative;
}
.promo-wrapper .link a .material-icons {
    font-size: 18px;
    position: absolute;
    margin-top: 3px;
    margin-left: 5px;
}
/* Footer Social */
.social-icons {
    display: inline-block;
}
.social-icons ul {
    padding: 0;
    margin: 0;
}
.social-icons ul li.social-button {
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	display: inline-block;
    margin-right: 6px;
}
.social-icons ul li.social-button::last-child {
    margin-right: 0;
}
.social-icons ul .social-button:hover {
	background-color: #34444d;
}
.social-icons ul .social-button a {
	color: #e6e9ea;
	display: block;
}
.social-icons ul .social-button:hover a {
	color: #E40046;
}
.page-template-status {
    background: #fff;
}
.status-page-template {
    margin-bottom: 60px;
}
.status-page-template .description a {
    color: #E40046;
	text-decoration: underline;
}
/* About Page */
.page-template-page-about .post-header {
    margin-bottom: 40px;
}
.page-template-page-about .post-header .post-title {
	padding: 0;
}
.page-template-page-about .post-header .left {
    width: 420px;	
    padding: 0 15px;
}
.page-template-page-about .post-header .left .wrapper {
    border-radius: 7px;
    box-shadow: 0 11px 10px 0 rgb(0 0 0 / 5%);
    background-color: rgb(228 0 70 / 85%);
    color: #fff;
    padding: 30px;
    font-size: 32px;
    line-height: 42px;
    height: 100%;
}
.page-template-page-about .post-header .right {
	padding: 0 15px;
}
@media screen and (min-width: 768px) {
	.page-template-page-about .post-header .right {
		width: calc(100% - 420px);
	}
}
.page-template-page-about .post-header .right .wrapper {
    border-radius: 7px;
    box-shadow: 0 11px 10px 0 rgb(0 0 0 / 5%);
    background-color: #fff;
    color: #000000;
    padding: 30px;
    font-size: 24px;
    height: 100%;
}
.page-template-page-about .description {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
}
.page-template-page-about .join-us-link a {
    font-size: 18px;
    color: #E40046;
    display: inline-block;
    position: relative;
}
.page-template-page-about .join-us-link a .material-icons {
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: -30px;
}
.about-leadership h2  {
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: 400;
}
.about-leadership .leader {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
}
.leaders .profile-image {
    width: 250px;
    flex: 0 0 250px;
    max-width: 250px;
}
.leaders .profile-image .wrapper {
    height: 250px;
	overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 11px 10px 0 rgb(0 0 0 / 5%);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leaders .profile-image .wrapper img {
    min-height: 100%;
    max-width: unset !important;
    width: 120%;
    height: auto;
}
.leaders .profile {
    width: calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
}
.leaders .profile .wrapper {
    height: 250px;
	overflow: hidden;
    padding: 30px;
    border-radius: 7px;
    box-shadow: 0 11px 10px 0 rgb(0 0 0 / 5%);
    background-color: #ffffff;
}
.leaders .profile .job-title {
	font-size: 24px;
	color: #E40046;
	margin-bottom: 18px;
}
.leaders .profile h3 {
	font-size: 36px;
}
.leaders .profile .divider-line {
    content: ' ';
    position: absolute;
    left: 40%;
    border-bottom: 1px solid #cad6e6;
    width: calc(60% - 120px);
    top: 70px;
}
.leaders .profile .bio {
	font-size: 14px;
	clear: both;
}
.leaders .profile .head-title {
    width: calc(100% - 100px);
    float: left;
}
.leaders .profile .head-social {
    width: 100px;
    float: right;
}
.leaders .social-icon {
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    float: right;
    margin-top: 10px;
    margin-left: 20px;
}
.leaders .social-icon a {
    color: #2867b2;
    display: block;
    font-size: 26px;
}
.leaders .social-icon.linkedin a {
	color: #0077b5;
}
.leaders .social-icon.twitter a {
	color: #1DA1F2;
}
.pull-left {
    margin-left: auto;
    order: 2;
}

/* Page */ 
.section .page-content {
    position: relative;
    padding: 30px 15px;
    border-radius: 7px;
    box-shadow: 0 11px 10px 0 rgb(0 0 0 / 5%);
    background-color: #ffffff;
    margin-bottom: 30px;
}
.page-template-page-legal .page-content {
    padding: 30px;
}
.section .page-content.no-padding {
    padding: 0;
}
.section .page-content.no-padding .main-content{
    padding: 30px;
}
.page-template-page-legal .content {
    font-size: 14px;
}
.page-template-default .content {
    font-size: 14px;
}
.page-template-page-legal .content ol li,
.page-template-page-legal .content ul li,
.page-template-default .content ol li,
.page-template-default .content ul li {
    margin-bottom: 15px;
}
.page-template-page-legal .content .col-12 > ol > li::marker,
.page-template-default .content .col-12 > ol > li::marker {
	font-size: 24px;
}
.page-template-page-legal .content ol li > h3,
.page-template-default .content ol li > h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
}
.page-template-page-legal .content h2,
.page-template-default .content h2,
.page-template-default .content ol > li > strong .has-inline-color {
    font-size: 24px;
    font-weight: 400;
    color: #000000 !important;
}

.post-header {
    /*margin-bottom: 20px;*/
}
.page-template-default .content ol > li > ol {
    padding: 0;
}
/* Homepage */
.section .page-content > .content-row {
	margin-left: 0;
	margin-right: 0;
}
.home .content p {
    margin: 0;
}
.home #about-simplex h1,
.home #about-simplex h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
}
.home #about-simplex .content {
    font-size: 18px;
    line-height: 24px;
}
.home #simplex-logo-slider .swiper-container {
    margin-bottom: 60px;
}
.home #simplex-logo-slider .content {
    padding: 0 15px;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
}
.home #simplex-logo-slider .slide {
    text-align: center;
}
.home #simplex-logo-slider .slide .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.home #simp-row-1 h2,
.home #simp-row-3 h2 {
	font-size: 24px;
	line-height: 32px;
    margin-bottom: 50px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px)  {
	.home #simp-row-1 .left img {
		margin-top: 70px;
		max-width: 400px;
		margin-left: -80px;
	}
	.home #simp-row-3 .right img {
		max-height: 270px;
		width: auto;
	}
}
@media screen and (min-width: 1400px) {
	.home #simp-row-1 .left img {
		right: 30px;
		margin-top: 70px;
		max-width: unset;
		margin-left: -160px;
	}
}
@media screen and (min-width: 768px) {
	.home #simp-row-1 .left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.home #simp-row-1 .right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
		padding-right: 90px;
		font-size: 18px;
		margin-left: auto;
		order: 2;
	}
}
.home #simp-row-1 li,
.home #simp-row-3 li {
    margin-bottom: 60px;
    font-size: 18px;
    list-style-type: none;
	position: relative;
}
.home #simp-row-1 li::before,
.home #simp-row-3 li::before {
    content: ' ';
    width: 16px;
    height: 16px;
    background: #E40046;
    position: absolute;
    left: -40px;
    margin-top: 5px;
    border-radius: 50%;
}
.home #simp-row-2 {
    padding: 0;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
	.home #simplex-card .page-content {
		min-height: 330px;
		overflow: hidden;
	}
	.home #simplex-card .left img {
			margin-top: -210px;
			opacity: 0;
	}
	.credit-card-float {
		margin-top: -210px;
		margin-right: -90px;
		opacity: 0;
	}
}
.animationSlideDown {
    -webkit-animation-name: slideDown;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
	animation-fill-mode:forwards;
}
@-webkit-keyframes slideDown {
	from { 
		margin-top: -210px;
		transition: all 0.2s linear;
		opacity: 0;
	}
	to { 
		margin-top: 0;
		transition: all 0.2s linear;
		opacity: 1;
	}
}
.animationSlideDownLeft {
    -webkit-animation-name: slideDownLeft;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
	animation-fill-mode:forwards;
}
@-webkit-keyframes slideDownLeft {
	from { 
		margin-top: -210px;
		margin-right: -90px;
		transition: all 0.2s linear;
		opacity: 0;
	}
	to { 
		margin-top: 0;
		margin-right: 0;
		transition: all 0.2s linear;
		opacity: 1;
	}
}
#simplex-card h2 {
	font-size: 24px;
    line-height: initial;
}
#counter-boxes.row {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 75px 0;
    background: url(../images/card-v-1-background-v-4-res-spined.png) no-repeat;
    background-size: 100%;
    position: relative;
    min-height: 260px;
}
#counter-boxes.row .layer{
    background-color: rgb(228 0 70 / 85%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
#counter-boxes .wrapper{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
#counter-boxes.row .counter-box-title {
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
	margin-bottom: 15px;
}
#simp-row-3 .right {
	text-align:right;
}
#simp-row-3 .right img {
	max-height: 346px;
    width: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1399px)  {
	#simp-row-3 .right img {
		position: absolute;
		right: -50px;
		bottom: 0;
	}
}
@media screen and (min-width: 1400px) {
	#simp-row-3 .right img {
		position: absolute;
		right: -100px;
		bottom: 0;
	}
}
#simplex-middle-cta .page-content {
    background-color: rgb(228 0 70 / 85%);
    color: #fff;
}
#simplex-middle-cta .page-content .content-row {
    width: 100%;
    display: flex;
    justify-content: center;
}
#simplex-middle-cta {
	font-size: 24px;
	line-height: 36px;
}
#simplex-middle-cta p {
    margin: 0;
}
#simplex-middle-cta .btn {
    background: #fff;
    color: #E40046;
    margin: 0 20px;
}
#simplex-testimonials-slider .wrapper {
    padding: 0 30px;
}
#simplex-testimonials-slider .content {
    font-size: 24px;
    line-height: 32px;
    height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
#simplex-testimonials-slider .caption { 
    font-size: 18px;
    line-height: 24px; 
    color: #7e8a9a;
	text-align: center;
}
#simplex-testimonials-slider .author { 
    font-size: 24px;
    line-height: 32px; 
	color: #E40046;
	text-align: center;
}

#simplex-testimonials-slider .container.page-content {
    position: relative;
}
#simplex-testimonials-slider .swiper-container {
    max-width: 780px;
    margin: auto;
    margin-bottom: 80px;
}
#simplex-testimonials-slider .swiper-pagination {
    margin: 0;
    position: initial;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    outline: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 24px;
}
.swiper-pagination-bullet:last-child {
    margin-right: 0	;
}
.page-template-page-careers .swiper-pagination-bullet,
.page-template-page-join-us .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    background: #E40046;
}
.page-template-page-join-us .swiper-pagination-bullet-active {
    background: #fff;
}
#simplex-testimonials-slider .slider-button .material-icons {
	font-size: 36px;
	line-height: 36px;
	transition: all 0.2s linear;
}
#simplex-testimonials-slider .slider-button:hover .material-icons {
	color: #E40046;
	transition: all 0.2s linear;
}
#simplex-testimonials-slider .slider-button {
    position: absolute;
    height: 36px;
    top: calc(50% - 20px);
    color: #E40046;
    cursor: pointer;
    outline: none;
}
#simplex-testimonials-slider .slider-button-next {
    right: 45px;
}
#simplex-testimonials-slider .slider-button-prev {
    left: 45px;
}
#simplex-news .image-wrapper {
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
	border: solid 1px rgba(157, 171, 190, 0.5);
}
#simplex-news h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}
#simplex-news .news-feed-link {
    text-align: right;
}
#simplex-news .news-feed-link a {
	color: #E40046;
	font-size: 14px;
	line-height: 18px;
}
#simplex-news h3 {
    height: 55px;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
#simplex-news .post-item {
    margin-bottom: 40px;
}
#simplex-news .meta-wrapper {
    color: #7e8a9a;
}
#simplex-card .page-content::before {
	content: ' ';
    position: absolute;
    background: url(../images/simplex-symbol.svg) no-repeat;
    background-size: 100%;
    background-position: 50% -115px;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.twitter-frame {
	border: solid 1px rgba(157, 171, 190, 0.5);
}

.page-template-page-partners h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 60px;
}
.page-template-page-partners .left-content .page-content {
	position: relative;
    background-color: rgb(228 0 70 / 85%);
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    height: calc(100% - 30px);
}
.page-template-page-partners .left-content .page-content:after {
	content: ' ';
    background: url(../images/card-v-1-background-v-4-res-spined-vertical.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.page-template-page-partners .left-content h2 {
	color: #fff;
}
.page-template-page-partners .logo-grid-title,
.page-template-page-partners .logo-grid {
	margin-left: 0;
	margin-right: 0;
}
.page-template-page-partners .logo-item {
    margin-bottom: 50px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.page-template-page-partners .logo-item .wrapper {
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-page-partners .logo-item .wrapper img {
    max-height: 40px;
    width: auto;
}
@media screen and (min-width: 768px) {
	.page-template-page-partners .post-content > .content {
		width: calc(100% - 450px);
		flex: unset;
		max-width: unset;
	}
	.page-template-page-partners .post-content > .left-content {
		width: 450px;
		flex: unset;
		max-width: unset;
	}
}
.page-template-page-partners #simplex-content #simp-row-1 {
    font-size: 18px;
}
.page-template-page-partners .post-content > .content .wFormContainer h3 {
	padding: 0 !important;
}
.wFormContainer .wFormHeader,
.page-template-page-partners .wFormContainer .wFormFooter{
	display: none; /*TEMP*/
}
.wFormContainer .wForm {
    margin-top: 0 !important;
}
.wFormContainer .actions .primaryAction {
	float: right;
}
.page-template-page-partners .post-content > .left-content .top h2  {
	margin-bottom: 20px;
}
.page-template-page-partners .post-content > .left-content .top {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 45px;
}
.page-template-page-partners .testimonials {
    text-align: center;
}
.page-template-page-partners .testimonials .author {  
	font-size: 14px;
	font-weight: 600;
}
.page-template-page-partners .testimonials .caption {  
	font-size: 14px;
    line-height: 20px;
}
.page-template-page-partners .testimonials .swiper-pagination {  
    position: initial;
    max-width: 70%;
    margin: 75px auto 0;
}
.page-template-page-partners .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.page-template-page-partners .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: #fff;
}
.page-template-page-partners .swiper-pagination-bullet:last-child {
    margin-right: 0	;
}

/* iFrame Page */
@media screen and (min-width: 768px) {
	.page-template-page-iframe-right .section .page-content {
		margin-bottom: -130px;
		padding-bottom: 200px;
	}
}
.page-template-page-iframe-right h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
}
.page-template-page-iframe-right .left-content {
    font-size: 18px;
    border-right: 1px solid #c2cddc;
}
.page-template-page-iframe-right .left-content > .row {
    margin: 0;
}
ul.card-benefits,
ul.green-circles-list,
.page-template-page-iframe-right .left-content ul {
    padding-left: 60px;
}
ul.green-circles-list .bold {
    font-weight: 600;
}
ul.green-circles-list li,
.page-template-page-iframe-right .left-content ul li {
    margin-bottom: 60px !important;
    list-style-type: none;
    position: relative;
}
ul.green-circles-list li::before,
.page-template-page-iframe-right .left-content ul li::before {
    content: ' ';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #E40046;
    position: absolute;
    left: -60px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    top: -12.5px;
}
ul.green-circles-list li:nth-child(1)::before,
.page-template-page-iframe-right .left-content ul li.digit-one::before {
	content: '1';
}
ul.green-circles-list li:nth-child(2)::before,
.page-template-page-iframe-right .left-content ul li.digit-two::before {
	content: '2';
}
ul.green-circles-list li:nth-child(3)::before,
.page-template-page-iframe-right .left-content ul li.digit-three::before {
	content: '3';
}
ul.green-circles-list li:nth-child(4)::before,
.page-template-page-iframe-right .left-content ul li.digit-four::before {
	content: '4';
}


.account-header h2 {
	font-size: 36px;
	line-height: 42px;
}
.account-header h3 {
	color: #E40046;
	font-size: 24px;
	line-height: 32px;
    margin-bottom: 40px;
}
.account-options {
    margin-bottom: 140px;
}
.account-options .btn {
    margin: 20px 0;
}
.account-payments .row {
    max-width: 80%;
    margin: auto;
}
.review-pane::before {
    content: ' ';
    position: absolute;
    background: url(../images/simplex-symbol.svg) no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    top: -30px;
    right: -15px;
    width: 100%;
    height: 100%;
}


/* Account */
.page-template-page-account #simplex_main .page-content {
	position: relative;
}
/*
.page-template-page-account #simplex_main .page-content::before {
    content: ' ';
    position: absolute;
    background: url(../images/simplex-symbol.svg) no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    top: 0;
    right: 0;
    width: 50%;
    height: 86%;
}
*/
@media screen and (min-width: 768px){
	.page-template-page-account .account_logos {
		max-width: 70%;
		margin: auto;
	}
}
.page-template-page-account .logo-item {
    margin: 100px 0 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
}
.page-template-page-account .logo-item .wrapper {
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-page-account .logo-item .wrapper img {
    max-height: 40px;
    width: auto;
}
.page-template-page-account .logo-item .wrapper {
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-page-account .subheader {
    margin-bottom: 50px;
}
.page-template-page-account .get-started {
    font-size: 14px;
    margin-bottom: 30px;
}
.page-template-page-account .get-started h3 {
    font-size: 18px;
}
.page-template-page-account #simp-row-1 h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    width: 100%;
    color: #bb2891;
    margin-bottom: 50px;
}
.page-template-page-account .icon-box {
	text-align: center;
}
.page-template-page-account .icon-box h4 {
    font-size: 18px;
    line-height: 21px;
    color: #bb2891;
    margin-bottom: 40px;
	position: relative;
}
.page-template-page-account .icon-box h4::after {
    content: ' ';
	width: 100px;
	border-bottom: 1px solid #c2cddc;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 50px);
}
.page-template-page-account .icon-box .desc {
    min-height: 80px;
    font-size: 14px;
}
.page-template-page-account .icon-box .icon-wrap {
    width: 110px;
    margin: auto;
    margin-bottom: 20px;
}
.page-template-page-account .icon-box img {
    width: auto;
    height: 90px;
}
.page-template-page-account .icon-box .btn {
    color: #fff !important
}

.page-template-page-account #simp-row-2 {
	position: relative;
	overflow: hidden;
}
.page-template-page-account #simp-row-2::before {
    content: ' ';
    background: url(../images/card-background.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 7px;
    z-index: 0;
}
.page-template-page-account #simp-row-2 .btn {
    margin-top: 60px;
}
.green-info {
    margin-top: -30px;
    margin-bottom: -30px;
    margin-left: 110px;
	max-width: 370px;
    background-color: #E40046;
    color: #fff;
	padding: 80px 30px 30px;
	font-size: 18px;
}
.green-info h2 {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
	font-weight: 400;
    margin-bottom: 20px;

}
.credit-card-float {
    max-width: 375px;
    z-index: 1;
    position: absolute;
    right: 90px;
    height: 445px;
    width: auto;
    top: calc(50% - 220px);
}
.page-template-page-account #simp-row-3 .nav-tabs li {
    display: inline-block;
}
.page-template-page-account #simp-row-3 .nav-tabs li a{
    color: #7e8a9a;
    font-size: 24px;
	font-weight: 500;
    padding: 0 20px;
    text-decoration: none;
}

.page-template-page-account #simp-row-3 .nav-tabs {
    margin-bottom: 60px;
    border: 0;
}
.page-template-page-account #simp-row-3 .nav-tabs li a.active{
    color: #E40046;
    border-bottom: 4px solid;
    padding-bottom: 5px;
}
.page-template-page-account #simp-row-3 .btn {
    float: right;
    margin-top: 30px;
}
.page-template-page-account #simplex-logo-slider .title {
	margin-bottom: 40px;
}
.page-template-page-account #simplex-logo-slider .title h2 {
    font-size: 24px;
    line-height: 32px;
	font-weight: 400;
}
.tab-content .fade {
	opacity: 1;
}
.built-for-you h2 {
    font-size: 28px;
    line-height: 32px;
	font-weight: 400;
	color: #000000;
}

/* Account / Card - page-id-2565 */

.page-id-2565 #simp-row-1 {
	padding-top: 0;
	position: relative;
}
.page-id-2565 #simp-row-1::before {
}
.page-id-2565 #simp-row-1 .text {
	padding-top: 30px;
    font-size: 18px;
}
.iframe-col .page_iframe,
.partners-power-column-right {
	max-width: 500px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
	.iframe-col,
	.partners-power-column-right {
		border-left: 1px solid #c2cddc;
	}
}
.page-content .top h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
}

.iframe_top_content h2 {
	color:#000000;
	font-size: 24px;
	line-height: 32px;
    font-weight: 400;
}
.iframe_top_content small {
    font-size: 14px;
}
#simplex-quote-widget {
    height: 530px;
    min-height: 530px;
}
#simplex-quote-widget iframe {
    min-height: 620px;
    border: 0;
}
.page-template-page-sell-crypto .btn-green,
.page-template-page-buy-crypto .btn-green {
    margin-left: 15px;
}
.page-template-page-sell-crypto b, 
.page-template-page-sell-crypto strong {
    font-weight: 500;
}
.page-template-page-buy-crypto .page-content .top,
.page-template-page-sell-crypto .page-content .top {
	margin-bottom: 50px;
}
.subheader{
    font-size: 24px;
    color: #E40046;
}
.page-template-page-become-partner .col-top h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
    color: #E40046;
}

.page-id-2570 h1 {
    display: none;
}
.page-id-2570 h2 {
    font-size: 36px;
    line-height: 42px;
    color: #000000;
	font-weight: 400;
}
.page-id-2570 #simp-row-1 .left h2 {
    font-size: 24px;
    line-height: 32px;
    color: #E40046;
    margin-bottom: 50px;
	font-weight: 400;
}
.page-id-2570 #simp-row-1 .right h2 {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
	font-weight: 400;
    margin-bottom: 50px;
}

.page-id-2570 .individuals-logo-container {
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 50px auto 30px;
}

.spacer-20 {
    margin: 20px 0;
    height: 1px;
}
.spacer-40 {
    margin: 40px 0;
    height: 1px;
}
.spacer-60 {
    margin: 60px 0;
    height: 1px;
}
.spacer-80 {
    margin: 80px 0;
    height: 1px;
}
.spacer-100 {
    margin: 100px 0;
    height: 1px;
}
.our-partners .logos {
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto 50px;
}
.our-partners .partner-logo {
    height: 40px;
	text-align: center;
    margin: 0 20px;
    align-items: center;
    display: flex;
}
.our-partners .partner-logo img {
    max-height: 100%;
	width: auto;
}
.page-id-2570 #simp-row-2 h2 {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
	font-weight: 400;
    margin-bottom: 50px;
}

.cn-buttons-container, .cn-text-container {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
#cn-notice-buttons {
    float: right;
}
#cn-notice-text {
    float: left;
    margin: 15px 0;
	position: relative;
    padding-left: 30px;
}
#cn-notice-text::before{
    content: ' ';
    position: absolute;
    background: url(../images/cookie.svg) no-repeat;
    background-size: 100%;
    background-position: 50%;
	width: 20px;
	height: 20px;
	left: 0;
}
#cookie-notice .cn-button {
    margin: 9px 0 9px 10px !important;
    border: none;
    background-color: #E40046;
    border: 1px solid #E40046 !important;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    padding: 0px 40px;
	font-family: 'Montserrat', sans-serif;
}
.cn-close-icon:after, 
.cn-close-icon:before {
    background-color: #000000;
}
#cookie-notice {
    background-color: #daf0d5 !important;
    top: 68px;
    bottom: auto !important;
    z-index: 999 !important;
}
.admin-bar #cookie-notice {
    top: 100px;
}
#cookie-notice .cookie-notice-container {
    padding: 0px;
    max-width: 1200px;
    margin: auto;
}
@media screen and (max-width: 1599px) and (min-width: 1200px){
	#cookie-notice .cookie-notice-container {
		max-width: 1140px;
	}
	.cn-buttons-container, .cn-text-container {
		font-size: 16px;
	}
}
@media screen and (max-width: 1199px) and (min-width: 1024px){
	#cookie-notice .cookie-notice-container {
		max-width: 960px;
	}
	.cn-buttons-container, .cn-text-container {
		font-size: 13px;
	}
}
@media screen and (max-width: 1023px) and (min-width: 768px){
	#cookie-notice .cookie-notice-container {
		max-width: 750px;
	}
}

/* BLOG */
#simplex_blog h1 {
    font-weight: 400;
    margin: 30px 0;
}
#simplex_blog h5 {
	font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
#simplex_blog h5 a {
    color: #000000;
	text-decoration: none !important;
}
#simplex_blog .post-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
#simplex_blog .post-meta__category{
	color: #7e8a9a;
	font-size: 14px;
    font-weight: 400;
}
.post-desc .read-more,
#simplex_blog .post-meta__category a {
	font-size: 14px;
    font-weight: 400;
    color: #E40046;
}
#simplex_blog .post-meta__logo {
    position: absolute;
    margin-left: 10px;
}
#simplex_blog .post-meta__logo img {
	filter: grayscale(100%);
}
#simplex_blog .middle-banner-inner .btn {
    margin-bottom: 20px;
}
#simplex_blog .middle-banner-inner {
    padding: 20px 30px;
    background-color: #E40046;
    border-radius: 7px;
    color: #fff;
    font-size: 36px;
}
#simplex_blog .middle-banner-inner-bg {
    background: url(../images/card-v-1-background-v-4-res-spined.png) no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 0;
    border-radius: 7px;
    margin-bottom: 30px;
}

/* Join Us */
@media screen and (min-width: 768px) {
	.page-template-page-join-us h1 {
		max-width: 580px;
	}
	.page-template-page-join-us #join-simplex .side-content {
		max-width: 375px;
	}
	.page-template-page-careers #join-simplex .main-content {
		order: 2;
	}
	.page-template-page-join-us #join-simplex .main-content {
		max-width: calc(100% - 375px);
		flex: 0 0 calc(100% - 375px);
		order: 2;
	}
	.page-template-page-join-us .top-content {
		max-height: 535px;
		overflow: hidden;
	}
	.page-template-page-careers .top-content {
		max-height: 430px;
		overflow: hidden;
	}
	.page-template-page-join-us .side-content .top-slider {
		border-radius: 7px 0 0 7px;
		overflow: hidden;
	}
}
#follow-simplex .social-network-icon,
#follow-simplex .social-label {
    display: inline-block;
	margin-right: 30px;
	font-size: 24px;
}
#follow-simplex .social-network-icon .wrapper {
    max-width: 30px;
    max-height: 30px;
}
#follow-simplex h2 {
    margin-bottom: 20px;
}
#simplex-join-banner {
    font-size: 24px;
    color: #fff;
}
#simplex-join-banner strong {
    font-size: 18px;
    font-weight: 600;
}
#simplex-in-short {
    font-size: 24px;
}
#simplex-in-short p {
    margin-bottom: 30px;
}
.page-template-page-join-us #simplex-bottom-line {
    font-size: 18px;
}
.page-template-page-join-us h3 {
    color: #E40046;
    font-size: 24px;
}
.page-template-page-join-us h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
}
.page-template-page-join-us #simplex-bottom-line .side-content {
	max-width: 400px;
}
@media screen and (min-width: 768px) {
	.page-template-page-join-us #simplex-bottom-line .main-content {
		max-height: 470px;
		overflow: hidden;
	}
	.page-template-page-join-us #simplex-bottom-line .main-content {
		max-width: calc(100% - 400px);
		flex: 0 0 calc(100% - 400px);
	}
}
#the-simplexians h2 {
	margin-bottom: 80px;
}
#the-simplexians .button-inner-row {
	text-align: right;
}
.simplexian {
    font-size: 18px;
    text-align: center;
    margin-bottom: 120px;
}
.simplexian .img-wrap {
	height: 180px;
}
.simplexian img {
    max-height: 160px;
	max-width: 130px;
}
.simplexian .suffix,
.simplexian .number {
    font-size: 36px;
    color: #bb2891;
}
.simplexian .top_text,
.simplexian .bottom_text {
    max-width: 85%;
	margin: 10px auto;
}


.jobs-header {
    margin-bottom: 40px;
}
.job-item a {
	text-decoration: none;
}
.job-item .wrapper {
    height: 140px;
    border: solid 1px rgba(157, 171, 190, 0.5);
    padding: 30px 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 40px;
    position: relative;
	transition: all 0.2s linear;
}
.job-item:hover .wrapper {
    border-color: transparent;
    background: #E6E9EA;
    transition: all 0.2s linear;
}
.job-item .title {
    color: #E40046;
    font-size: 18px;
    margin-bottom: 10px;
}
.job-item .description {
    max-height: 150px;
	overflow: hidden;
}
.job-item .details {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
}
@media screen and (min-width: 768px) {
	.page-template-page-join-us .top-slider .swiper-container,
	.page-template-page-careers .swiper-container {
		border-radius: 8px 0 0 8px;
	}
	.page-template-page-join-us .bottom-slider .swiper-container {
		border-radius: 0 8px 8px 0 ;
	}
}
.select2-results__option {
    padding-left: 20px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #ced5de;
    box-shadow: 0 5px 10px rgb(177 177 177 / 50%);
    z-index: 999;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced5de;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #E6E9EA;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #E40046;
    color: white;
}
.swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.logo_gallery .swiper-wrapper .swiper-slide {
	height: 90px;
}
.logo_gallery .swiper-wrapper .swiper-slide img {
    max-height: 100%
}
.page-template-page-careers .top-slider .swiper-wrapper .swiper-slide {
    height: 430px;
}
.page-template-page-join-us .bottom-slider .swiper-wrapper .swiper-slide {
    height: 470px;
}
.page-template-page-join-us .top-slider .swiper-wrapper .swiper-slide {
    height: 535px;
}
.page-template-page-careers .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 430px;
}
@media screen and (min-width: 768px) {
	#simplex-view-job-position .career-form {
		padding-left: 30px;
	}
	/*
	#join-simplex .page-content {
		max-height: 400px;
		overflow: hidden;
	}
	*/
}
#simplex-view-job-position .career-form h2 {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 32px;
}
#simplex-view-job-position .page-content .content {
    border-right: 1px solid #c2cddc;
}
#simplex-view-job-position .page-content .row {
    margin: 0;
}
#simplex-view-job-position .details {
    margin-bottom: 30px;
}
#simplex-view-job-position .details .material-icons,
.job-item .details .material-icons {
    font-size: 16px;
    color: #000000;
    float: left;
    margin-right: 5px;
    line-height: 20px;
}
#simplex-view-job-position .location,
.job-item .location {
	margin-right: 20px;
	position: relative;
}
#simplex-view-job-position .location::after,
.job-item .location::after {
	content: '|';
	position: absolute;
	right: -15px;
	color: #9dabbe;
}
#simplex-view-job-position .location,
.job-item .location,
#simplex-view-job-position .department,
.job-item .department {
    display: inline-block;
	color: #081f2c;
}
.form-control {
    display: block;
    width: 100%;
    line-height: 32px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e6e9ea;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
.form-control:focus {
    border-color: #e6e9ea;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #e6e9ea;
}
.form-control input::placeholder {
	color: #c2cddc;
	font-size: 14px;
}
.form-control[type="file"] {
	padding: 0;
}
#form-messages,
#form-action-messages {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    border-radius: 4px;
	display: none;
}
.msg-error {
    border: 1px solid #f7a6a6;
    background: #ffbebed6;
    color: #000000;
}
.msg-neutral {
    background: #e6e9ea;
    color: #ffffff;
}
.msg-success {
    background: #E40046;
    color: #ffffff;
}
.form-row {
    margin: 0;
    margin-bottom: 30px;
	position: relative;
}
.form-row.required.showRequired:after {
	content: 'Required';
	position: absolute;
	font-size: 9px;
    color: #e81a2e;
    bottom: -12px;
	transition: all 0.2s linear;
}
.form-row.required:after {
	content: '*';
    position: absolute;
    font-size: 14px;
    color: #e81a2e;
    bottom: 11px;
    left: 4px;
}
#apply_career_form .form-row textarea,
#apply_career_form .form-row label:nth-child(2) {
	
}
.page-template-page-debit-card {
}
ul.card-benefits {
    padding-left: 60px;
}
ul.green-circles-list .bold {
    font-weight: 600;
}
ul.card-benefits li {
    margin-bottom: 60px !important;
    list-style-type: none;
    position: relative;
	font-size: 24px;
}
ul.card-benefits li.icon-person::before {
    content: ' ';
    width: 25px;
    height: 60px;
    background: url(../images/icon-person-g.png) no-repeat;
    background-size: 100%;
    background-position: 50%;
    position: absolute;
    left: -60px;
    text-align: center;
    line-height: 50px;
    top: -12.5px;
}
ul.card-benefits li.icon-box::before {
    content: ' ';
    width: 35px;
    height: 60px;
    background: url(../images/icon-box-g.png) no-repeat;
    background-size: 100%;
    background-position: 50%;
    position: absolute;
    left: -60px;
    text-align: center;
    line-height: 50px;
    top: -12.5px;
}
ul.card-benefits li.icon-graph-down::before {
    content: ' ';
    width: 35px;
    height: 60px;
    background: url(../images/icon-graph-down-g.png) no-repeat;
    background-size: 100%;
    background-position: 50%;
    position: absolute;
    left: -60px;
    text-align: center;
    line-height: 50px;
    top: -12.5px;
}
.page-template-page-debit-card .wp-bootstrap-blocks-container {
	padding: 0;
}

@media screen and (min-width: 768px) {
	.oneField#tfa_27-D,
	.oneField#tfa_2-D,
	.oneField#tfa_3-D,
	.oneField#tfa_4-D {
		width: 50% !important;
		float: left;
	}
	.blog .oneField#tfa_2-D,
	.blog .oneField#tfa_3-D,
	.blog .oneField#tfa_4-D,
	.blog .oneField#tfa_6-D,
	.oneField#tfa_6-D {
		width: 100% !important;
		float: left;
	}
	.oneField#tfa_27-D input,
	.oneField textarea,
	.oneField select,
	.oneField input:not([type="radio"]),
	.oneField input:not([type="checkbox"]) {
		width: 100% !important;
	}
	.oneField input[type="checkbox"] {
		width: initial!important;
	}
	.oneField#tfa_10-D,
	.oneField#tfa_19-D,
	.oneField#tfa_11 {
		width: 100% !important;
		float: left;
	}
	.align-right-no-mobile {
		text-align: right;
		display: flex;
		justify-content: flex-end;
	}
}
.oneField#tfa_27-D input {
	width: 100% !important;
}
.wForm .htmlSection {
	width: 100%;
	float: left;
}
#apply_career_form label {
	color: #7e8a9a;
}
ol.easy-footnotes-wrapper {
    padding: 0 15px;
}
li.easy-footnote-single {
	color: #E40046;
	margin-bottom: 10px;
}
li.easy-footnote-single a {
    color: #E40046;
}

/* Loader */
.simp-loader-dots {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 13px;
}
.simp-loader-dots div {
    position: absolute;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    background: #E40046;
}
.simp-loader-dots div:nth-child(1) {
  left: 8px;
  animation: simp-loader-dots1 0.6s infinite;
}
.simp-loader-dots div:nth-child(2) {
  left: 8px;
  animation: simp-loader-dots2 0.6s infinite;
}
.simp-loader-dots div:nth-child(3) {
  left: 32px;
  animation: simp-loader-dots2 0.6s infinite;
}
.simp-loader-dots div:nth-child(4) {
  left: 56px;
  animation: simp-loader-dots3 0.6s infinite;
}
@keyframes simp-loader-dots1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes simp-loader-dots3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes simp-loader-dots2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
#counterMsg,
#counterMsgLoader {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}
#crunch-butto-block_5fa013f490b7f {
    margin: 40px 0;
}
.aligncenter {
    text-align: center;
}
/* End Loader */

/* Error 404 */
.error404 .content {
    text-align: center;
    padding: 30px 15px;
}
.error404 .content h1 {
    font-size: 140px;
    font-weight: 300;
    line-height: initial;
    margin: 0;
}

/* Support Messages Page */
@media screen and (min-width:480px) {
	#support-messages {
		min-height: calc(100vh - 275px);
	}
}
#support-messages h1 {
    margin: 0;
    padding: 30px 0 30px;
}
#support-messages .support-message {
	margin-bottom: 40px;
}
#support-messages .support-message h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #E40046;
}
#support-messages .message-list {
    margin-bottom: 60px;
}
#support-messages .message-list .message-timedate {
    margin-bottom: 15px;
    font-size: 11px;
    color: #75787b;
}
#support-messages .support-message .message-body {
    font-size: 14px;
}
header.motd {
    padding-top: 20px;
    height: 80px;
}
header .motd-box {
    width: 100%;
    height: 20px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 0;
    background: #30343a;
    color: #fff;
}
header .motd-msg {
    color: #fff;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
	display: inline-block;
}
header .motd-msg.scrolling {
	padding-left: 100%;
	animation: marquee 30s linear infinite;
}
header .motd-msg.scrolling .divider:after {
	content: '';
	display: none;
}
header .motd-msg.scrolling .divider {
    margin: 0 100vw 0 0;
}
header .motd-msg .divider {
    position: relative;
    margin: 0 80px 0 0;
}
header .motd-msg .divider:after {
    content: ' | ';
    position: absolute;
    right: -40px;
    top: -6px;
    color: #8d8e90;
    line-height: 20px;
}
header .motd-msg .divider:last-child:after {
	content: '';
	display: none;
}
header .motd-box a {
    position: relative;
    top: -3px;
    color: #c5c5c5;
    display: inline-block;
	transition: all 0.2s linear;
}
header .motd-box a:hover {
    color: #fff;
	transition: all 0.2s linear;
	text-decoration: none;
}
@keyframes marquee {
  to {
    transform: translateX(-100%);
  }
}
.trustpilot-widget {
	display: none;
}
.goto-banking-col {
    margin-left: auto;
    order: 2;
}
a.banking-login-btn {
    color: #E40046;
    font-size: 14px;
    text-decoration: underline;
    outline: none;
	box-shadow: unset;
}
/* Legal Sheets Nav */
#legal-sheets-nav .menu {
	box-shadow: 0 11px 10px 0 rgb(0 0 0 / 5%);
    margin: 0;
    text-align: center;
    background: #fff;
}
.content #legal-sheets-nav .menu {
	box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
	#legal-sheets-nav {
		height: 40px;
	}
	section#legal-sheets-nav {
		margin-bottom: 30px;
	}
	.scrolled #legal-sheets-nav .menu {
		position: fixed;
		left: 0;
		right: 0;
		top: 68px;
		z-index: 1;
	}
	.admin-bar.scrolled #legal-sheets-nav .menu {
		top: 100px;
	}
}
#legal-sheets-nav .menu > li {
    display: inline-block;
	margin: 0;
    margin-right: 40px;
}
#legal-sheets-nav .menu > li a {
    line-height: 40px;
    font-size: 13px;
    color: #E40046;
	position: relative;
	display: block;
}
#legal-sheets-nav .menu > li.current-menu-item a {
	text-decoration: underline;
}
#legal-sheets-nav .menu > li a:after {
    content: ' ';
    border-left: 1px solid #ddd;
    top: 10px;
    bottom: 10px;
    position: absolute;
    right: -20px;
}
#legal-sheets-nav .menu > li:last-child a:after {
    content: '';
    display: none;
}

/* Speca.IO */
.cardx.shadowx h2 {
    color: #E40046 !important;
}
.cardx.shadowx .btn-outline-success {
    background-color: #fff;
    border: 1px solid #E40046;
	color: #E40046;
}
.cardx.shadowx .btn-outline-success:hover {
    background-color: rgba(232 38 98 / 85%) !important;
    border: 1px solid rgba(232 38 98 / 85%) !important;
	color: #fff !important;
}
.cardx.shadowx .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(240 115 153 / 55%) !important;
}
.cardx.shadowx .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff !important;
    background-color: rgba(232 38 98 / 85%) !important;
    border: 1px solid rgba(232 38 98 / 85%) !important;
}

/*One Trust*/
#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler {
    border-color: #E40046 !important;
    background: #E40046 !important;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    color: #E40046 !important;
    background-color: #FFFFFF;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
    background-color: #E40046 !important;
    border-color: #E40046 !important;
    color: #FFFFFF;
}