/*

Theme Name: RDBA

*/

* {
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        width 0.3s ease 0s, border 0.3s ease 0s;

    -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        width 0.3s ease 0s, border 0.3s ease 0s;

    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s,
        width 0.3s ease 0s, border 0.3s ease 0s;

    margin: 0 auto;
}

@font-face {
    font-family: 'OpenSans';

    src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans.woff') format('woff'),
        url('fonts/OpenSans.ttf') format('truetype'),
        url('fonts/OpenSans.svg#OpenSans') format('svg');

    font-weight: normal;

    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';

    src: url('fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Semibold.woff') format('woff'),
        url('fonts/OpenSans-Semibold.ttf') format('truetype'),
        url('fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');

    font-weight: normal;

    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-CondensedBold';

    src: url('fonts/OpenSans-CondensedBold.eot?#iefix')
            format('embedded-opentype'),
        url('fonts/OpenSans-CondensedBold.woff') format('woff'),
        url('fonts/OpenSans-CondensedBold.ttf') format('truetype'),
        url('fonts/OpenSans-CondensedBold.svg#OpenSans-CondensedBold')
            format('svg');

    font-weight: normal;

    font-style: normal;
}

@font-face {
    font-family: 'OFLGoudyStM';

    src: url('fonts/OFLGoudyStM.eot?#iefix') format('embedded-opentype'),
        url('fonts/OFLGoudyStM.otf') format('opentype'),
        url('fonts/OFLGoudyStM.woff') format('woff'),
        url('fonts/OFLGoudyStM.ttf') format('truetype'),
        url('fonts/OFLGoudyStM.svg#OFLGoudyStM') format('svg');

    font-weight: normal;

    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;

    font-family: inherit;

    font-size: 100%;

    font-style: inherit;

    font-weight: inherit;

    margin: 0;

    outline: 0;

    padding: 0;

    vertical-align: baseline;

    background-color: transparent;
}

li {
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;

    max-width: 100%;
}

html {
    overflow-y: scroll;

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
    color: #666666;

    font-family: 'OpenSans';

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    background-color: #ffffff;
}

body {
    background-color: #ffffff;
}

a {
    /* color: #991b1e; */
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    /* 
    margin: 0 0 32px; */
}

h1 {
    font-size: 36px;

    line-height: 44px;
}

h2 {
    font-size: 26px;

    line-height: 34px;

    margin: 0 0 21px;

    color: #996600;
}

h3 {
    /* font-size: 22px;

    line-height: 28px;

    font-family: 'OpenSans-CondensedBold';

    text-transform: uppercase;

    color: #990000;

    margin: 0 0 1px 0;

    background-color: #ffffff; */
}

h4 {
    font-size: 18px;

    line-height: 24px;

    color: #000000;

    background-color: #ffffff;
}

h5 {
    font-size: 16px;

    line-height: 20px;

    font-family: 'OpenSans-CondensedBold';

    color: #000000;
}

h6 {
    font-size: 14px;

    line-height: 18px;

    font-family: 'OpenSans-CondensedBold';

    margin: 0 0 4px 0;

    color: #000000;
}

address {
    font-style: italic;

    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;

    cursor: help;
}

b,
strong {
    font-weight: 700;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark,
ins {
    background-color: #fff9c0;

    text-decoration: none;
}

p {
    /* margin-bottom: 24px;

    font-family: 'OpenSans';

    line-height: 24px;

    font-size: 16px;

    color: #666666;

    background-color: #ffffff; */
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;

    font-size: 15px;

    -webkit-hyphens: none;

    -moz-hyphens: none;

    -ms-hyphens: none;

    hyphens: none;

    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    margin-bottom: 24px;

    max-width: 100%;

    overflow: auto;

    padding: 12px;

    white-space: pre;

    white-space: pre-wrap;

    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;

    -moz-hyphens: none;

    -ms-hyphens: none;

    hyphens: none;

    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';

    content: none;
}

blockquote {
    color: #767676;

    font-size: 16px;

    font-style: italic;

    font-weight: 600;

    line-height: 1.2631578947;

    margin-bottom: 22px;
}

blockquote cite,
blockquote small {
    color: #2b2b2b;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup,
sub {
    font-size: 75%;

    height: 0;

    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    font-size: 16px;

    list-style: none;

    /* margin: 0 0 24px 20px; */

    font-family: 'OpenSans';

    background-color: #ffffff;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 0 0 0 20px;
}

img {
    -ms-interpolation-mode: bicubic;

    border: 0;

    vertical-align: middle;

    max-width: 100%;

    height: auto;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);

    margin: 0 0 24px;

    padding: 11px 12px 0;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    font-size: 16px;

    margin: 0;

    max-width: 100%;

    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(
        hsla(0, 0%, 100%, 0),
        hsla(0, 0%, 100%, 0)
    ); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;

    cursor: pointer;

    font-family: 'OpenSans-CondensedBold';
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
}

input[type='search'] {
    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;

    padding: 0;
}

textarea {
    overflow: auto;

    vertical-align: top;
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;

    border-spacing: 0;

    border-width: 1px 0 0 1px;

    margin-bottom: 34px;

    width: 100%;
}

caption,
th,
td {
    font-weight: normal;

    text-align: left;
}

th {
    border-width: 0 1px 1px 0;

    font-weight: bold;

    /* padding: 6px; */
}

td {
    border-width: 0 1px 1px 0;

    padding: 6px;
}

del {
    color: #000000;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);

    border: 0;

    height: 1px;

    margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles

 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.

 */

:selection {
    background-color: #cc0001;

    color: #ffffff;

    text-shadow: none;
}

::-moz-selection {
    background-color: #cc0001;

    color: #ffffff;

    text-shadow: none;
}

/**

 * 2.0 Repeatable Patterns

 * -----------------------------------------------------------------------------

 */

/* Input fields */

input,
textarea {
    border: 1px solid #dddddd;

    border-radius: 2px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    -o-border-radius: 2px;

    -ms-border-radius: 2px;

    color: #2b2b2b;

    padding: 8px 10px 7px;
}

textarea {
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);

    outline: 0;
}

/* Buttons */

button,
.button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    /* background-color: #991b1e; */
    /* 
    border: 0;

    border-radius: 0px;

    color: #ffffff;

    font-size: 18px;

    padding: 10px 30px 11px;

    text-transform: uppercase;

    vertical-align: bottom;

    font-family: 'OpenSans-CondensedBold'; */
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
    /* background-color: #7c141e; */

    /* color: #ffffff; */
}

button:active,
.button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
    /* background-color: #991b1e; */

    color: #ffffff;
}

.search-field {
    width: 100%;
}

.search-submit {
    display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #939393;
}

:-moz-placeholder {
    color: #939393;
}

::-moz-placeholder {
    color: #939393;

    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/**

 * Make sure images with WordPress-added height and width attributes are

 * scaled correctly.

 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*='align'],
img[class*='wp-image-'],
img[class*='attachment-'],
#site-header img {
    height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
    height: auto;

    max-width: 100%;

    vertical-align: middle;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
    margin-bottom: 24px;

    max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
    margin-bottom: 0;
}

/* Alignment */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;

    margin-left: auto;

    margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 7px;

    margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    padding-top: 17px;

    width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
    margin-bottom: 17px;
}

.wp-caption {
    margin-bottom: 24px;
}

.wp-caption img[class*='wp-image-'] {
    display: block;

    margin: 0;
}

.wp-caption {
    color: #767676;
}

.wp-caption-text {
    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    font-size: 12px;

    font-style: italic;

    line-height: 1.5;

    margin: 9px 0;
}

div.wp-caption .wp-caption-text {
    padding-right: 10px;
}

div.wp-caption.alignright img[class*='wp-image-'],
div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;

    padding-right: 0;
}

.wp-smiley {
    border: 0;

    margin-bottom: 0;

    margin-top: 0;

    padding: 0;
}

.hide {
    display: none;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
    -webkit-font-smoothing: antialiased;

    display: inline-block;

    font: normal 16px/1 Genericons;

    text-decoration: inherit;

    vertical-align: text-bottom;
}

.comment-form label {
    display: block;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
    width: 100%;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
    color: #55d737;

    font-weight: 900;
}

/*************customized styles starts**************/

#main {
    width: 100%;
    /* overflow-x: hidden !important; */
    /* overflow: auto; */
    position: relative;
}

.main-page {
    width: 100%;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.inner-content {
    /*max-width:1005px;*/
    margin: 0 auto;
    width: 100%;
}

.btn a {
}

.link {
    /* border-radius: 40px !important;
    background: rgb(244, 244, 244);
    display: flex;
    width: 130px;
    height: 44px;
    align-items: center;
    border-style: none !important; */
}
#content-section
    > div
    > div.inner-content
    > article
    > div
    > div
    > div
    > a
    > span {
    color: rgb(0, 0, 0);
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    padding: 0;
    margin: 0;
    height: 44px;
    padding-top: 10px !important;
    border-width: 0;
}

.arrow_img {
    padding-left: 13px;
}
.link a {
    font-family: 'OpenSans';
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#content-section > div > div.inner-content > article > div > div > span > span {
    padding-bottom: 3px;
    padding-left: 16px;
}

img.alignnone {
}

html {
    overflow-x: hidden !important;
}

/*********** Header ***********/

header.header-container {
    background-color: #fff;
    float: left;
    width: 100%;
}

.top_header .button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
}

.header-content {
    display: table;
    width: 100%;
}

.top_header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    margin-top: 16px;
    height: 44px;
}

.top_header .top_left {
    margin-right: 12px;
    background: rgb(191, 29, 47);
    width: 139px;
    height: 44px;
    border-radius: 40px;
}

.broker_btn {
    margin-right: 12px;
    background: rgb(191, 29, 47);
    width: 139px;
    height: 44px;
    border-radius: 40px;
    border: 0;
    display: flex;
}
.broker_btn:hover {
}
.broker_btn-link {
    color: rgb(244, 244, 244);
    width: 139px;
    height: 44px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main > div > header > div > div > div.top_header > div.top_left > a:hover {
    transition: background-color 0.2s;
    background-color: rgba(171, 14, 31, 1);
}

.top_header .top_left .broker.btn a {
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.top_header .top_right {
    width: 81px;
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgb(244, 244, 244);
    border-radius: 40px;
    margin-right: 80px;
}
.top_right_btn {
    width: 81px;
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    border-radius: 40px;
}
#main > div > header > div > div > div.top_header > div.top_right > a:hover {
    transition: background-color 0.2s;
    background-color: #ece7e7;
}
.login.btn a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 24px;
}

span.lang {
    display: block;
    text-align: right;
    margin: 6px 3px 0 0;
}

span.lang a {
    color: #999999;
    font-family: 'OpenSans-CondensedBold';
    text-transform: uppercase;
    font-size: 14px;
}

span.lang a:hover {
    color: rgb(172, 168, 168);
}

#logo-container {
    width: 223px;
    margin-left: 70px;
    position: relative;
    clear: both;
    top: -50px;
}

#logo-container .logo {
    margin-bottom: -29px;
}

header .menu-container.desktop-menu {
    display: flex;
    align-items: center;
    height: 48px;
    background: rgb(191, 29, 47);
    padding-left: 80px;
}
header .menu-container.desktop-menu > nav {
    margin: 0;
    width: 100%;
}
header .menu-container.mobile-menu {
    display: none;
}

header .menu-container.desktop-menu nav ul#menu-main-menu > li.nav-item a {
    display: inline-block;
    background-color: #ffffff;
}

header
    .menu-container.desktop-menu
    nav
    ul#menu-main-menu
    > li.nav-item
    .nav-submenu {
    width: 220px;
}
nav ul#menu-main-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    background: rgb(191, 29, 47);
}
li:last-child {
    padding-right: 40px;
    /* margin-left: auto; */
}
#menu-item-6203 {
    margin-left: 284px;
}
#menu-item-6203 > a::after {
    padding-left: 12px;
}
#menu-item-6201 {
    width: 10px;
    height: 10px;
}
#menu-item-6203 > ul {
    margin: 0;
    padding: 0;
}

nav ul#menu-main-menu > li:first-child:before {
    display: none;
}

nav ul#menu-main-menu li > a {
    color: rgb(255, 255, 255);
    display: inline-block;
}

header
    .menu-container.desktop-menu
    nav
    ul#menu-main-menu
    > li.nav-item
    .nav-submenu-item
    a {
    border-bottom: 1px solid #cccccc;
    padding: 8px 15px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    text-align: left;
}

header
    .menu-container.desktop-menu
    nav
    ul#menu-main-menu
    > li.nav-item
    .nav-submenu
    a:hover {
    background-color: #e7e7e7;
}

/*NEW SUB HEADER STYLES*/

ul.menu li {
    padding-right: 44px;
    position: relative;
    background: rgb(191, 29, 47);
}

ul.sub-menu {
    display: none;
    list-style: none;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255) !important;
}
ul.sub-menu.menu li,
ul.sub-menu * {
    background: rgb(255, 255, 255) !important;
}
ul.menu li:hover ul.sub-menu {
    display: block;
    position: absolute;
    z-index: 99;
    margin: 0 0 0 0;
    background-color: #f7f7f7;
    padding-top: 24px;
    padding-left: 20px;
}

ul.menu li:hover ul.sub-menu li {
    text-align: left;
    white-space: nowrap;
    background-color: #f7f7f7;
    padding-bottom: 16px;
}

ul.sub-menu li a {
    font-family: 'OpenSans';
}

ul.menu > li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: ' \f107';
}

nav ul#menu-main-menu li ul li > a {
    font-family: 'OpenSans';
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
nav ul#menu-main-menu li ul li > a:hover {
    color: rgb(191, 29, 47);
}
#menu-item-6203 > ul {
    margin-left: -95px;
    width: 100px;
    height: 80px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-right: 5px;
}
#menu-item-6810 {
    padding-top: 8px;
    padding-left: 12px;
    width: 100%;
    height: 16px;
}
#menu-item-6201 {
    padding-top: 8px;
    padding-left: 12px;
    width: 100%;
    height: 16px;
}
#menu-item-6810 > a::after {
    content: '✓';
    width: 24px;
    height: 24px;
    color: #000000;
    margin-left: 39px;
    /* background: url('/wp-content/uploads/2024/05/check_mark.png') no-repeat; */
}
@media only screen and (max-width: 1000px) {
    ul.sub-menu {
        display: block;
        background-color: #3d3d3b;
    }

    ul.sub-menu li {
        padding-left: 15px;
        background-color: #3d3d3b;
    }
    nav ul#menu-main-menu li ul li > a {
        font-family: 'OpenSans';
        font-size: 12pt;
    }
}

/*********** HOME BANNER ************/

#banner-container {
    float: left;
    width: 100%;
    /* border-top: 8px solid #edeae1;
    border-bottom: 8px solid #edeae1; */

    /*background-color:-moz-linear-gradient(90deg, #373737 0%, #6e6e6e 100%); 

background-color: -webkit-gradient(linear, 90deg, color-stop(0%, #373737), color-stop(100%, #6e6e6e)); 

background-color: -webkit-linear-gradient(90deg, #373737 0%, #6e6e6e 100%); 

background-color: -o-linear-gradient(90deg, #373737 0%, #6e6e6e 100%); 

background-color: -ms-linear-gradient(90deg, #373737 0%, #6e6e6e 100%);

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737', endColorstr='#6e6e6e', GradientType='0'); 

background-color: linear-gradient(0deg, #373737 0%, #6e6e6e 100%);*/

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6e6e', endColorstr='#373737',GradientType=0 );

    color: #ffffff;
}

#banner-container.home .banner-img {
    display: flex;
    border: 0 none;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.banner-img {
    float: left;
    width: 100%;
    position: relative;
}

.banner-img > img {
    width: 100%;
    min-height: 526px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.banner-img h2,
.deposit-broker .banner-content p:first-of-type {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 36px;
    letter-spacing: normal;
    background-color: transparent;
    font-family: 'OpenSans-CondensedBold';
    font-size: 36px;
    line-height: 44px;
}

.banner-img h2 span,
.deposit-broker .banner-content p:first-of-type span {
    display: block;
    color: #ffffff;
    background-color: transparent;
}

.banner-img .investor h2 span {
    font-size: 69px;
    line-height: 60px;
    margin-top: -6px;
}

.banner-content {
    position: absolute;
    left: 15px;
    bottom: 3.4%;
}

.banner-content .arrow {
    width: 71px;
    height: 71px;
    display: block;
    margin: 0 auto;
    position: relative;
    right: 10px;
}

.banner-content .arrow a:hover img {
    opacity: 0.8;
}
#banner-container > div > div > div.investor > div.investors_bg {
    position: absolute;
    width: 260px;
    height: 109px;
    left: 460px;
    right: -460px;
    top: 307px;
    bottom: -306px;
    background: rgb(244, 244, 244);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#banner-container > div > div > div.investor > div.investors_bg:hover {
    background: #ece7e7;
}
#banner-container
    > div
    > div
    > div.investor
    > div.investors_bg
    > a
    > p.investors_bg_txt {
    padding-top: 33px;
    padding-left: 26px;
    width: 206px;
}
#banner-container > div > div > div.investor > div.investors_bg > a {
    color: black;
    display: block;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    width: 260px;
    height: 109px;
}
#banner-container > div > div > div.investor > div.investors_bg > p > a > img {
    padding-right: 26px;
}
#banner-container > div > div > div.investor > div.investors_bg > button {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 204px;
    height: 56px;

    border-left: 0;
    border-right: 0;
    padding: 0;
}
#banner-container > div > div > div.investor > div.investors_bg > button > img {
    margin: 0;
}
#banner-container > div > div > div.investor > div.investors_bg > a > img {
    padding: 0;
    margin: 0;
}
#banner-container
    > div
    > div
    > div.deposit-broker
    > div.investors_bg
    > a
    > img {
    padding: 0;
    margin: 0;
}
.investor,
.deposit-broker {
    position: relative;
    width: 50%;
    float: left;
    background: #eaeaea;
}

.investor .banner-content .arrow {
    right: 15px;
    float: right;
}
#banner-container > div > div > div.deposit-broker > div.investors_bg {
    position: absolute;
    width: 260px;
    height: 109px;
    left: 461px;
    right: -460px;
    top: 307px;
    bottom: -306px;
    background: rgb(244, 244, 244);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#banner-container > div > div > div.deposit-broker > div.investors_bg:hover {
    background: #ece7e7;
}
#banner-container > div > div > div.deposit-broker > div.investors_bg > a {
    color: black;
    display: block;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    width: 260px;
    height: 109px;
}
#banner-container
    > div
    > div
    > div.deposit-broker
    > div.investors_bg
    > a
    > p.investors_bg_txt {
    padding-top: 33px;
    padding-left: 26px;
    width: 206px;
}
#banner-container
    > div
    > div
    > div.deposit-broker
    > div.investors_bg
    > p
    > a
    > img {
    padding-right: 26px;
}

.banner-img .thumbnail img {
    width: 100%;
    height: 415px;
    background: #eaeaea;
}

.img-hover {
    background-color: #bf1e2e;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    z-index: 1;
    padding: 11.8% 4% 10% 7.38%;
    box-sizing: border-box;
}

.img-hover div.banner-hover-cnt {
    margin: auto auto;
    letter-spacing: -0.04px;
    float: left;
    width: 100%;
    background-color: #bf1e2e;
    color: #ffffff;
}

.img-hover div.banner-hover-cnt .header-banner-content > p:first-of-type {
    margin: 0 0 21px;
    font-family: 'OpenSans-CondensedBold';
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    background-color: #bf1e2e;
    color: #ffffff;
}

.img-hover div.banner-hover-cnt p {
    margin-bottom: 14px;
    background-color: #bf1e2e;
    color: #ffffff;
}

.img-hover div.banner-hover-cnt .lb {
    color: #ffffff;
    letter-spacing: normal;
    background-color: #bf1e2e;
    font-family: 'OpenSans-CondensedBold';
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 1px;
    text-transform: uppercase;
}

.img-hover div.banner-hover-cnt ul {
    list-style: none;
    margin: 0 0 46px 0;
    padding: 0;
    background-color: #bf1e2e;
}

.img-hover div.banner-hover-cnt ul li {
    background: url(images/bullet.png) 0 10px no-repeat;
    padding-left: 21px;
    background-color: #bf1e2e;
    color: #ffffff;
}

.investor:hover .img-hover,
.deposit-broker:hover .img-hover {
    opacity: 1;
    visibility: visible;
}

.hover-content {
    color: #ffffff;
    display: flex;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    background-color: #bf1e2e;
}

.hover-content .learn-more {
    height: auto;
}

.deposit-broker .banner-content {
    left: 12.2%;
    width: 82%;
}

.deposit-broker .banner-content p:first-of-type {
    margin: 0 0 29px 0;
}

.deposit-broker .banner-content p:first-of-type span {
    font-size: 50px;
    line-height: 45px;
    margin-top: -5px;
    background-color: transparent;
    color: #ffffff;
}

.deposit-broker .img-hover div.banner-hover-cnt ul {
    margin: 0 0 31px 0;
}

/*** French *****/
html:lang(fr-FR) .page-template-default .banner-content .banner_title {
    bottom: -7px;
}
html:lang(fr-FR) .page-template-default .banner-content h1 {
    width: 610px;
}
html:lang(fr-FR) .page-template-contactus .banner-content.contact {
    bottom: -1px;
}
html:lang(fr-FR) .page-template-contactus .banner-content.contact h1 {
    width: 296px;
}
nav ul#menu-main-menu li > a {
    font-size: 16px;
}
html:lang(fr-FR) #menu-item-7515 {
    margin-left: 220px;
}
html:lang(fr-FR) .investor .banner-content .arrow {
    left: 22px !important;
    right: 0;
}
html:lang(fr-FR) .img-hover {
    padding: 5% 4% 10% 5.38%;
}
html:lang(fr-FR)
    .img-hover
    div.banner-hover-cnt
    .header-banner-content
    > p:first-of-type {
    margin: 0 0 10px;
}
html:lang(fr-FR) .img-hover div.banner-hover-cnt ul {
    margin: 0 0 36px;
}
html:lang(fr-FR)
    #content-section
    > div
    > div.intro_cnt
    > div:nth-child(2)
    > div.col_one_half_title
    > a {
    width: auto;
}
html:lang(fr-FR)
    #content-section
    > div
    > div.intro_cnt
    > div:nth-child(2)
    > div.col_one_half_title
    > a
    > span {
    width: auto;
}
html:lang(fr-FR)
    #banner-container
    > div
    > div
    > div.investor
    > div.investors_bg {
    position: absolute;
    width: 290px;
    height: 109px;
    left: 430px;
    right: -460px;
    top: 307px;
    bottom: -306px;
    background: rgb(244, 244, 244);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
}
html:lang(fr-FR)
    #banner-container
    > div
    > div
    > div.investor
    > div.investors_bg:hover {
    background: #ece7e7;
}
html:lang(fr-FR)
    #banner-container
    > div
    > div
    > div.deposit-broker
    > div.investors_bg {
    width: 340px;
    left: 209px;
    display: block;
}
html:lang(fr-FR)
    #banner-container
    > div
    > div
    > div.deposit-broker
    > div.investors_bg {
    position: absolute;
    width: 290px;
    height: 109px;
    left: 431px;
    right: -460px;
    top: 307px;
    bottom: -306px;
    background: rgb(244, 244, 244);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
html:lang(fr-FR)
    .page-template-front-page
    #content-section
    > div
    > div.intro_cnt
    > div.col_one_half
    > div.col_one_half_img
    > div.su-vimeo.su-u-responsive-media-yes {
    width: 656px;
}
html:lang(fr-FR)
    .page-template-front-page
    #content-section
    > div
    > div.intro_cnt
    > div.col_one_half
    > div.col_one_half_img
    > div.su-vimeo.su-u-responsive-media-yes
    > iframe {
    width: 656px;
    height: 368px;
}
html:lang(fr-FR)
    #banner-container
    > div
    > div
    > div.deposit-broker
    > div.investors_bg:hover {
    background: #ece7e7;
}

html:lang(fr-FR)
    #banner-container
    > div
    > div
    > div.deposit-broker
    > div.investors_bg
    > a {
    color: black;
    width: 260px;
    height: 109px;
    display: block;
}
html:lang(fr-FR)
    #banner-container
    > div
    > div
    > div.deposit-broker
    > div.investors_bg
    > p
    > a
    > img {
    padding-right: 26px;
}
html:lang(fr-FR)
    #banner-container
    > div
    > div
    > div.investor
    > div.investors_bg
    > a {
    color: black;
    width: 260px;
    height: 109px;
    display: block;
}
html:lang(fr-FR) .investors_bg_txt {
    width: 206px;
    padding-top: 33px;
    padding-left: 26px;
}

html:lang(fr-FR)
    #banner-container
    > div
    > div
    > div.investor
    > div.investors_bg
    > p
    > a
    > img {
    padding-right: 26px;
}
html:lang(fr-FR)
    .page-template-front-page
    #content-section
    > div
    > div.inner-content
    > article
    > div
    > div
    > div
    > a {
    width: 205px;
}
html:lang(fr-FR)
    .page-template-front-page
    #content-section
    > div
    > div.inner-content
    > article
    > div
    > div
    > div
    > a
    > span {
    width: auto;
}
html:lang(fr-FR) .top_header .top_right {
    width: 122px;
}
html:lang(fr-FR) .top_header .top_left {
    width: 304px;
    display: flex;
    justify-content: center;
}
html:lang(fr-FR) body.home .content-section-right .find-broker {
    margin: 18px 0 0;
}
html:lang(fr-FR) .login.btn a {
    font-family: 'OpenSans';
}
html:lang(fr-FR)
    #main
    > div
    > header
    > div
    > div
    > div.top_header
    > div.top_left
    > span
    > a {
    color: rgb(255, 255, 255);
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
html:lang(fr-FR)
    #main
    > div
    > header
    > div
    > div
    > div.top_header
    > div.top_left
    > span {
    display: flex;
    align-items: center;
    margin-right: 0;
    width: 304px;
    justify-content: center;
}
html:lang(fr-FR)
    #main
    > div
    > header
    > div
    > div
    > div.top_header
    > div.top_left
    > span:hover {
    transition: background-color 0.2s;
    background-color: rgba(171, 14, 31, 1);
}
html:lang(fr-FR)
    #main
    > div
    > header
    > div
    > div
    > div.top_header
    > div.top_right
    > span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
html:lang(fr-FR)
    #main
    > div
    > header
    > div
    > div
    > div.top_header
    > div.top_right
    > span:hover {
    transition: background-color 0.2s;
    background-color: #ece7e7;
}
html:lang(fr-FR) ul.menu li {
    padding-right: 26px;
}

html:lang(fr-FR) #menu-item-7517 > a::after {
    content: '✓';
    width: 24px;
    height: 24px;
    color: #000000;
    margin-left: 39px;
}
html:lang(fr-FR) #menu-item-7515 > ul {
    margin-left: -95px;
    height: 80px;
}
html:lang(fr-FR) #menu-item-7516 {
    padding-top: 8px;
}
html:lang(fr-FR) #menu-item-7517 {
    padding-bottom: 2px;
}
html:lang(fr-FR) li > ul,
li > ol {
    margin: 0;
}
html:lang(fr-FR) ul.menu li:hover ul.sub-menu {
    padding-top: 0;
}
html:lang(fr-FR) .swiper-slide_profession {
    padding-bottom: 0;
}
html:lang(fr-FR) .swiper-slide_name {
    padding-top: 0;
}
html:lang(fr-FR) #swiper-wrapper > div.swiper-slide > div {
    margin-top: 30px;
}
html:lang(fr-FR) #swiper-wrapper > div.swiper-slide {
    justify-content: space-evenly;
}
html:lang(fr-FR) .content-section-left {
    height: auto;
}
html:lang(fr-FR) .accordion {
    margin-bottom: 60px;
}
html:lang(fr-FR) .page-template-default .su-vimeo {
    height: 658px;
}
html:lang(fr-FR) .page-id-5329 .su-vimeo.su-u-responsive-media-yes {
    width: auto;
}
html:lang(fr-FR)
    .page-id-7741
    #content-section
    > div
    > div
    > div
    > div.content-section-left
    > div
    > div.col_one_half
    > div.col_one_half_title
    > h2 {
    width: 500px;
}
html:lang(fr-FR)
    .page-id-7741
    #content-section
    > div
    > div
    > div
    > div.content-section-left
    > div
    > div.col_one_half {
    /* height: auto;
     */
    height: 425px;
}
html:lang(fr-FR) .page-id-7741 .value_membership_container {
    padding-bottom: 76px;
    height: auto;
}
html:lang(fr-FR) .page-id-7741 #banner-container > div > div > div > div {
    width: 1426px;
}
html:lang(fr-FR) .page-id-7741 #banner-container > div > div > div > div > h1 {
    width: 513px;
}
html:lang(fr-FR)
    .page-id-7741
    #content-section
    > div
    > div
    > div
    > div.content-section-left
    > div
    > div.col_one_half
    > div.col_one_half_title
    > a {
    width: 173px;
}
html:lang(fr-FR)
    .page-id-7741
    #content-section
    > div
    > div
    > div
    > div.content-section-left
    > div
    > div.col_one_half
    > div.col_one_half_title
    > a
    > span {
    width: auto;
}
html:lang(fr-FR) .page-id-5329 .find-broker {
    display: none;
}
html:lang(fr-FR) .page-id-5310 .video_webinars_title,
html:lang(fr-FR) .video_webinars_pg {
    padding-left: 0 !important;
}
html:lang(fr-FR) .default-page-content {
    padding-bottom: 0 !important;
}
html:lang(fr-FR)
    #content-section
    > div
    > div
    > div.default-page-content
    > div.su-vimeo.su-u-responsive-media-yes {
    margin-top: 72px;
}

html:lang(fr-FR) .page-id-416 #banner-container > div > div > div > div {
    width: 1425px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: -19px;
}
html:lang(fr-FR) .page-id-416 #banner-container > div > div > div > div > h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 76px;
    color: black;
    padding-left: 37px;
    width: 462px;
    background: rgb(244, 244, 244);
    padding-right: 0px;
    height: 90px;
    padding-top: 13px;
    clip-path: polygon(
        0% 40px,
        40px 0%,
        100% 0%,
        100% 20px,
        100% 100%,
        100% 100%,
        20px 100%,
        0 100%
    );
    padding-bottom: 0;
}

.page-id-430
    #content-section
    > div
    > div
    > div
    > div.content-section-left
    > div
    > div
    > ul
    > div.value_membership_container_right
    > li:nth-child(2) {
    /* height: auto; */
    padding-bottom: 24px;
}
html:lang(fr-FR) #banner-container.inner-banner.fi .banner-content h1 {
    width: 390px;
}

html:lang(fr-FR)
    #banner-container.inner-banner.fi
    .banner-content
    .banner_title {
    width: 1426px;
}
html:lang(fr-FR)
    .page-id-430
    #content-section
    > div
    > div
    > div
    > div.content-section-left
    > div
    > div
    > ul
    > div.value_membership_container_right
    > li:nth-child(1) {
    height: auto;
    /* padding-bottom: 24px; */
    height: 152px;
}
html:lang(fr-FR)
    .page-id-430
    #content-section
    > div
    > div
    > div
    > div.content-section-left
    > div
    > div
    > ul
    > div.value_membership_container_right
    > li:nth-child(3) {
    /* height: auto; */
    padding-bottom: 24px;
}
html:lang(fr-FR)
    .page-id-430
    #content-section
    > div
    > div
    > div
    > div.content-section-left
    > div
    > div {
    height: auto;
    padding-bottom: 106px;
}
html:lang(fr-FR) .page-id-430 #become-a-member > div > span > a {
    width: auto;
}
html:lang(fr-FR) .page-id-430 .learn-more a:after {
    margin-left: 19px;
}
html:lang(fr-FR) .page-id-430 .learn-more {
    width: 281px;
}
html:lang(fr-FR)
    .page-id-430
    #content-section
    > div
    > div
    > div
    > article
    > div
    > div
    > div
    > a
    > span {
    width: auto;
}
html:lang(fr-FR)
    .page-id-430
    #content-section
    > div
    > div
    > div
    > article
    > div
    > div
    > div
    > a {
    width: 222px;
}
html:lang(fr-FR)
    .page-id-430
    #content-section
    > div
    > div
    > div
    > article
    > div
    > div
    > div
    > a
    > span
    > img {
    padding-left: 20px;
}
html:lang(fr-FR)
    .page-id-435
    #content-section
    > div
    > div
    > div
    > div.contact-us-left
    > address
    > div:nth-child(1) {
    padding-top: 32px;
}
html:lang(fr-FR)
    .page-id-435
    #content-section
    > div
    > div
    > div
    > div.contact-us-left
    > address
    > div:nth-child(2) {
    padding-top: 6px;
}
html:lang(fr-FR) .page-id-437 .body.find-a-broker h2 {
    margin: 0;
}
html:lang(fr-FR)
    .page-id-437
    #content-section
    > div
    > div
    > div.broker-content
    > p:nth-child(2) {
    padding-top: 20px;
}
html:lang(fr-FR) .page-id-437 h2 {
    margin: 0;
    padding-top: 20px;
    color: rgb(0, 0, 0);
}
html:lang(fr-FR) .page-id-437 .broker-content .rdba_txt {
    padding-top: 10px;
    padding-left: 80px;
}
html:lang(fr-FR) .page-id-437 .find-broker {
    margin-top: 50px;
}
/*********** CONTENT **************/

#content-section {
    float: left;
    width: 100%;
    background-color: #ffffff;
}

.intro_cnt {
    /*margin:10px 0 0 16px; width:95%;*/
}
.intro_cnt h3 {
    background-color: #ffffff;
    color: #996600;
    font-size: 18px;
    line-height: 34px;
    margin: 0 0 21px;
    font-family: 'OpenSans';
    font-weight: 400;
    text-transform: none;
}
#content-section > div > div.intro_cnt > div.fin_institut_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 82px;
    width: 100%;
}
.fin_institut_img {
    display: flex;
    align-items: center;
    height: 90px;
    padding-top: 64px;
}
.b2b {
    padding-left: 98px;
    height: 79px;
}
.brid {
    width: 89px;
    height: 88px;
    padding-left: 132px;
}
.trust {
    padding-left: 131px;
}
.duca {
    padding-left: 64px;
    padding-right: 48px;
    height: 70px;
}
.mcan {
    width: 79px;
}
#content-section > div > div.intro_cnt > div:nth-child(1) > p > img {
    width: 100%;
}
.intro_cnt h2 {
    color: rgb(0, 0, 0);
    font-family: 'OpenSans';
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    padding: 0;
    margin: 0;
    padding-bottom: 52px;
}
.intro {
    color: #996600;
    line-height: 34px;
}

#content-section > div > div.intro_cnt > div:nth-child(2) {
    display: flex;
    width: 1225px;
    height: 368px;
    /* margin-top: 147px; */
    margin-left: 80px;
}
#content-section
    > div
    > div.intro_cnt
    > div:nth-child(2)
    > div.col_one_half_title {
    width: 510px;
    height: 270px;
    padding-left: 109px;
}

#content-section
    > div
    > div.intro_cnt
    > div:nth-child(2)
    > div.col_one_half_img
    > img {
    width: 656px;
    height: 368px;
}

#content-section
    > div
    > div.intro_cnt
    > div:nth-child(2)
    > div.col_one_half_title
    > h2 {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    padding: 0;
    margin: 0;
}

#content-section
    > div
    > div.intro_cnt
    > div:nth-child(2)
    > div.col_one_half_title
    > p {
    margin-top: 34px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 48px;
    font-family: 'OpenSans';
}
#content-section
    > div
    > div.intro_cnt
    > div:nth-child(2)
    > div.col_one_half_title
    > a {
    border-radius: 40px !important;
    width: 132px;
    height: 44px;
    background-color: rgb(191, 29, 47) !important;
    border-color: rgb(255, 255, 255) !important;
}

#content-section
    > div
    > div.intro_cnt
    > div:nth-child(2)
    > div.col_one_half_title
    > a
    > span {
    border-top-width: none;
    border-bottom-width: none;
    border-top-style: none;
    border-bottom-style: none;
    width: 92px;
    height: 24px;
    margin: 0;
    padding: 0;
    padding-left: 20px !important;
    padding-top: 10px !important;
    color: rgb(255, 255, 255);
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

/*********** Financial Institution Members ***********/

.page-template-finansial_institution_of_members
    #content-section
    > .container
    > .fi-cnt
    > .inner-content
    > .content-section-left {
    height: 100%;
    padding: 0;
}
.page-template-finansial_institution_of_members
    #content-section
    > div
    > div
    > div
    > div.content-section-left
    > div
    > div.col_one_half {
    display: flex;
    width: 1225px;
    height: 368px;
    margin-top: 147px;
    margin-left: 80px;
}
.page-template-finansial_institution_of_members
    #content-section
    > div
    > div
    > div
    > div.content-section-left
    > div
    > div.col_one_half
    > div.col_one_half_title {
    width: 510px;
    height: 270px;
    padding-left: 109px;
}
.page-template-finansial_institution_of_members
    #content-section
    > div
    > div
    > div
    > div.content-section-left
    > div
    > div.col_one_half
    > div.col_one_half_title
    > h2 {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    padding: 0;
    margin: 0;
}
.page-template-finansial_institution_of_members
    #content-section
    > div
    > div
    > div
    > div.content-section-left
    > div
    > div.col_one_half
    > div.col_one_half_title
    > p {
    margin-top: 34px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 48px;
    font-family: 'OpenSans';
}
.page-template-finansial_institution_of_members
    #content-section
    > div
    > div
    > div
    > div.content-section-left
    > div
    > div.col_one_half
    > div.col_one_half_title
    > a {
    color: #ffffff;
    background-color: #bf1d2f;
    border-color: #991826;
    border-radius: 5px;
    border-radius: 40px !important;
    width: 132px;
    height: 44px;
    background-color: rgb(191, 29, 47) !important;
    border-color: rgb(255, 255, 255) !important;
}
.page-template-finansial_institution_of_members
    #content-section
    > div
    > div
    > div
    > div.content-section-left
    > div
    > div.col_one_half
    > div.col_one_half_title
    > a
    > span {
    color: #ffffff;
    padding: 0px 16px;
    font-size: 13px;
    line-height: 26px;
    border-color: #d3616e;
    border-radius: 5px;
    text-shadow: none;
    border-top-style: none;
    border-bottom-style: none;
    width: 92px;
    height: 24px;
    margin: 0;
    padding: 0;
    padding-left: 20px !important;
    padding-top: 10px !important;
    color: rgb(255, 255, 255);
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}
.page-template-finansial_institution_of_members
    #banner-container
    > div
    > div
    > div
    > div {
    width: 1426px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: -15px;
}
.page-template-finansial_institution_of_members
    #banner-container
    > div
    > div
    > div
    > div
    > h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 76px;
    color: black;
    padding-left: 37px;
    width: 600px;
    background: rgb(244, 244, 244);
    padding-right: 0px;
    height: 90px;
    padding-top: 13px;
    clip-path: polygon(
        0% 40px,
        40px 0%,
        100% 0%,
        100% 20px,
        100% 100%,
        100% 100%,
        20px 100%,
        0 100%
    );
}
.page-template-finansial_institution_of_members
    #content-section
    > div
    > div
    > div
    > div.accordion {
    padding-left: 80px;
    padding-top: 86px;
    padding-bottom: 96px;
    height: auto;
}
.page-template-finansial_institution_of_members
    #content-section
    > div
    > div
    > div
    > div.accordion
    > div.accordion_title {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 48px;
}
/*********** Financial Institution Swiper ***********/

.fin_institut_title .swiper {
    width: 100%;
    height: 265px;
}

.fin_institut_title .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
}

.fin_institut_title .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}
.page-template-front-page .fin_institut_title .intro_cnt h2 {
    padding-bottom: 0;
}
.page-template-front-page
    #content-section
    > div
    > div.intro_cnt
    > div.fin_institut_title
    > h2 {
    padding-bottom: 0;
}
/* .fin_institut_title .swiper-slide-active {
    left: -55px;
} */

/*********** Recent Section ***********/

.recent-section {
    /* width: 100%; */
    padding: 0;
    margin: 0;
    margin-top: 75.5px;
    display: table;
    padding-left: 80px;
    /* padding-right: 80px; */
}
.title_news {
    display: flex;
    flex-direction: column;
}
.title_news_btn {
    display: flex;
    justify-content: space-between;
}
.page-template-front-page
    #content-section
    > div
    > div.inner-content
    > article
    > div
    > div
    > div
    > a {
    width: 130px;
    height: 44px;
    border-radius: 40px !important;
    background: rgb(244, 244, 244);
    border-width: 0;
}
.page-template-front-page
    #content-section
    > div
    > div.inner-content
    > article
    > div
    > div
    > div
    > a
    > span {
    width: 130px;
    height: 44px;
    border-radius: 40px !important;
    background: rgb(244, 244, 244);
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.page-template-front-page
    #content-section
    > div
    > div.inner-content
    > article
    > div
    > div
    > div
    > a
    > span:hover {
    background: #ece7e7 !important;
}
.page-template-financial-institution
    #banner-container
    > div
    > div
    > div
    > div
    > h1 {
    width: 413px !important;
}
.page-template-financial-institution
    #content-section
    > div
    > div
    > div
    > article
    > div
    > div
    > div
    > a {
    width: 130px;
    height: 44px;
    border-radius: 40px !important;
    background: rgb(244, 244, 244);
    border-width: 0;
}
.page-template-financial-institution
    #content-section
    > div
    > div
    > div
    > article
    > div
    > div
    > div
    > a
    > span {
    width: 130px;
    height: 44px;
    border-radius: 40px !important;
    background: rgb(244, 244, 244);
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.page-template-financial-institution
    #content-section
    > div
    > div
    > div
    > article
    > div
    > div
    > div
    > a
    > span:hover {
    background: #ece7e7 !important;
}
.recent-left {
    float: left;
    max-width: 387px;
    margin: 60px 0 0 3px;
    box-sizing: border-box;
    width: 100%;
}

.recent-right {
    float: right;
    width: 48.6%;
}

.recent-container h4 {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'OpenSans';
    text-transform: none;
}

/********** Recent List *******/

.recent-list {
    float: left;
    width: 100%;
    display: flex;
    padding-top: 48px;
}

.recent-list_li {
    float: left;
    width: 411px;
    height: 356px;
    padding: 0;
    margin: 0;
}
.recent-list_container {
    background: rgb(244, 244, 244);
    width: 411px;
    height: 356px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.recent-list_title {
    color: rgb(0, 0, 0);
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    padding-top: 25px;
    padding-left: 32px;
    height: 96px;
}
.recent-list_text {
    color: #000000;
    font-family: 'OpenSans';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    /* padding-top: 32px; */
    padding-left: 32px;
}

.recent-list_container span > a {
    color: rgb(191, 29, 47);
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}
.recent-list_container span > a:hover {
    color: #ab0e1f;
}
.recent-list_btn {
    width: 114px;
    height: 28px;
    display: flex;
    padding-left: 32px;
    padding-bottom: 35px;
}
.page-template-financial-institution .recent-list_btn {
    padding-bottom: 0;
}
.recent-list_arrow {
    padding-left: 11px;
    padding-bottom: 2px;
}

#content-section
    > div
    > div.inner-content
    > article
    > div
    > div
    > article
    > article:nth-child(2) {
    padding-left: 32px;
}
#content-section
    > div
    > div.inner-content
    > article
    > div
    > div
    > article
    > article:nth-child(3) {
    padding-left: 32px;
}
#content-section
    > div
    > div.inner-content
    > article
    > div
    > div
    > article
    > article:nth-child(1)
    > div
    > span
    > a
    .recent-list
    .link {
    position: relative;
    top: -5px;
    clear: both;
}

/********** Find A Broker *********/

.find-broker {
    float: left;
    width: 100%;
    display: flex;
    height: 700px;
    background: rgb(244, 244, 244);
    margin-top: 98px;
}
.page-id-132 .find-broker {
    margin-top: 0;
}
.find-broker .heading {
    width: 100%;
    display: table;
}

.find-broker .heading h4 {
    background: rgb(244, 244, 244);
    color: rgb(0, 0, 0);
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
}

.find-broker .heading .find-icon {
    display: table-cell;
    width: 81px;
}

.find-broker .heading .txt {
    display: table-cell;
    position: relative;
    vertical-align: top;
}

.find-broker .heading .txt span {
    display: block;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 8px;
}

.find-broker .searchType {
    width: 540px;
    padding-left: 80px;
    padding-top: 24px;
}

.PhoneLinkOrg {
    color: rgb(132, 131, 131);
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.find-broker .heading .txt span a {
    color: #666666;
}

.find-broker .heading .txt span a:hover {
    color: #bf1e2e;
}

.find-broker .map {
    width: 100%;
    float: left;
    margin: 23px 0 0 0;
}

.find-broker .map img {
    margin: 0 0 0 2px;
    width: 100%;
}

#googleMapHolder {
    margin-top: 0;
    height: auto !important;
    width: 841px;
}

#googleMapHolder #map-canvas {
    margin-bottom: 0;
    width: 100%;
    border: 1px solid #c6c0c0;
    box-sizing: border-box;
    margin-top: 0;
}

#result-holder div.brokerResult {
}

div.brokerResult p {
    font-size: 14px;
    line-height: 20px;
}

.broker-content .searchType {
    margin-bottom: 1px;
    padding: 40px 27px 18px 27px;
    background-color: #f4f2eb;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.broker-content .searchType input#brokersearchText,
#uniform-brokerSearchProvince {
    border-radius: 0;
    float: left;
    height: 46px;
    width: 351px !important;
    margin: 0 8px 0 0;
    background-color: #ffffff;
    box-sizing: border-box;
}

div.selector span {
    width: 100% !important;
    box-sizing: border-box;
}

#brokerSearchProvince option {
    padding: 10px 0 10px 10px;
}

.searchinput {
    float: left;
    width: 100%;
    display: block;
    float: none;
    font-family: 'OpenSans-CondensedBold';
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    color: #000000;
    margin: 0 0 13px;
}

label.radio-label {
    cursor: pointer;
    display: block;
    margin: 4px 25px 10px 0;
    padding: 0 0 0 25px;

    position: relative;
    box-sizing: border-box;
}

.radio-label.radio-label-postal {
    display: inline-block;
}

label.radio-label div.radio {
    left: 0;
    position: absolute;
    top: 0;
}

div.pager a {
    display: inline-block !important;
}

#btnBrokerSearch {
    border: 0 none;
    box-shadow: none;
    font-size: 18px;
    font-family: 'OpenSans-CondensedBold';
    background-color: #991b1e;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    border-radius: 0;
    padding: 10.5px 55px 11.5px 24px;
    position: relative;
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-position: right 23px center;
    height: 46px;
    float: left;
}

#btnBrokerSearch:hover {
    background-color: #bf1e2e;
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-position: right 23px center;
}

.broker-content #result-holder {
    margin: 27px 0 0 0;
}

.broker-content div.pagerHead {
    font-family: 'OpenSans-CondensedBold';
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
}

.broker-content div.pager {
    margin-bottom: 11px;
}

.broker-content div.brokerResult div.tradeName {
    font-family: 'OpenSans-CondensedBold';
    color: #404040;
    font-size: 16px;
    margin: 0 0 3px;
    font-weight: normal;
}

.broker-content div.brokerResult,
.broker-content div.brokerResult div.streetAddress {
    font-size: 14px;
}

.broker-content .URL a {
    text-decoration: underline;
    margin: 15px 0 0 0;
}

body.find-a-broker .broker-content {
    max-width: 882px;
    width: 100%;
}

body.find-a-broker h2 {
    margin: 0 0 42px;
}

body.find-a-broker h3 {
    margin: 0 0 25px;
}

/*********** BECOME A MEMBER **********/

#become-a-member {
    float: left;
    width: 100%;
    height: 302px;
    background-color: #bf1d2f;
    text-align: center;
}
#become-a-member > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#become-a-member h2 {
    color: rgb(255, 255, 255);
    /* font-family: 'Open Sans'; */
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    width: 570px;
    padding: 0;
    margin: 0;
    padding-top: 63px;
}

.learn-more {
    display: inline-block;
    clear: both;
    width: 100%;
    text-align: center;
    width: 155px;
    height: 44px;
    border-radius: 40px;
    background: rgb(244, 244, 244);
    margin-top: 32px;
}

.learn-more a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* padding-top: 10px;
    padding-left: 20px; */
    width: 155px;
    height: 44px;
}

.learn-more a:hover {
    /* transition: all 0.2s;
    color: gray; */
}
.learn-more:hover {
    background: #ece7e7;
}
.learn-more a:after {
    background: url(/wp-content/uploads/2024/05/arrow_black.png) no-repeat;
    content: '';
    width: 23px;
    height: 23px;
    margin-left: 9px;
    margin-top: 8px;
    color: rgb(0, 0, 0) !important;
}

/*********** FOOTER ************/

#footer-container {
    float: left;
    width: 100%;
    color: #000000;
    background-color: #f4f4f4;
    height: 302px;
}
#footer-container .container {
    display: flex;
    flex-direction: column;
    padding-top: 46px;
    margin-left: 22px;
    width: auto;
}
#footer-container .footer_menu_block {
    display: flex;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
#footer-container .footer_menu_li {
    display: flex;
    flex-direction: column;
    width: 270px;
    padding-left: 58px;
}
#footer-container .footer_menu_li a {
    padding-top: 16px;
}
#footer-container .footer_menu_text {
    color: rgb(0, 0, 0);
    font-family: 'OpenSans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 59px;
    padding-left: 58px;
}
#footer-container span,
#footer-container ul {
    font-size: 14px;
    float: left;
}

#footer-container span {
    margin: 0 0 0 15px;
    float: left;
}

#footer-container ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #e7e7e7;
}

#footer-container ul li {
    display: inline-block;
    background-color: #e7e7e7;
}

#footer-container a {
    color: #000000;
}

#footer-container a:hover {
    color: #bf1e2e;
}

.web-design-by {
    margin-left: 0 !important;
}

.web-design-by:after {
    display: none !important;
}

/******** BANNER INNER PAGES ********/

#banner-container.inner-banner,
#banner-container.inner-banner-small {
    border-bottom: 0 none;
}

#banner-container.inner-banner h1,
#banner-container.inner-banner-small h1 {
    /* font-size: 65px;
    line-height: 48px; */
    margin: 0;
    /* background-color: transparent; */
}

#banner-container.inner-banner .banner-content,
#banner-container.inner-banner-small .banner-content {
    /* left: 0;
    margin-bottom: 49px;
    max-width: 1005px;
    width: auto;
    right: 0;
    margin-left: 80px; */
}

#banner-container.inner-banner-small .banner-img > img {
    min-height: 159px;
}

/******** INNER PAGE *******/
.content-section-left {
    float: left;
    width: 737px;
    height: 450px;
    padding-top: 102px;
    padding-left: 80px;
}
.investors_title {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    margin: 0;
    padding: 0;
}
.investors_pg {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 34px;
}
.content-section-right {
    float: right;
    width: 411px;
    height: 349px;
    margin-right: 80px;
}
#content-section
    > div
    > div
    > div
    > div.content-section-right
    > div
    > div.heading {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 40px;
}
.content-section-right_btn {
    width: 347px;
    height: 44px;
    padding-top: 28px;
}
.content-section-right_link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 347px;
    height: 44px;
    border-radius: 40px;
    background: rgb(191, 29, 47);
}
.content-section-right_link:hover {
    transition: background-color 0.2s;
    background-color: #ab0e1f;
}
.content-section-right_link_span:hover {
    transition: background-color 0.2s;
    background-color: #ab0e1f;
}
/******** Investors *********/

.investor-cnt {
    float: left;
    width: 100%;
}

.content-section-left .investor-cnt p {
    margin-bottom: 24px;
}

.content-section-right .find-broker {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 411px;
    height: 349px;
    margin-top: 102px;
}

.page-template-landing-page #content-section {
}

.page-template-landing-page .banner-content h1 {
    left: 12.5%;
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    padding-left: 80px;
    padding-bottom: 29px;
}

/******** Accordion *********/

.accordion {
    float: left;
    width: 100%;
    padding-top: 90px;
    padding-left: 80px;
    padding-right: 80px;
    width: 1280px;
    height: 740px;
}

#acc_left {
    float: left;
    width: 49.1%;
}

#acc_right {
    float: right;
    width: 49.11%;
}

.accordion h3.ui-accordion-header {
    font-family: 'OpenSans';
    text-transform: none;
    margin: 13px 0 0;
    padding: 1em 2.5em 1.05em 1.5em;
    background-color: #f4f4f4;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.accordion h3.ui-accordion-header.ui-accordion-header-active,
.accordion h3.ui-accordion-header.ui-state-hover {
    background-color: #991b1e;
    color: #ffffff;
    border: 1px solid #991b1e;
}

.accordion div.ui-accordion-content {
    padding: 1.55em 1.5em 0;
}

.accordion div.ui-accordion-content li {
    line-height: 24px;
    color: #666666;
}

.accordion .ui-state-default .ui-icon,
.accordion .ui-button:default .ui-icon {
    background: url(https://www.rdba.ca/wp-content/uploads/2024/05/cross_black.png)
        no-repeat;
    height: 15px;
    width: 15px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 20px auto auto;
}

.accordion .ui-state-active .ui-icon,
.accordion .ui-button:active .ui-icon {
    background: url(https://www.rdba.ca/wp-content/uploads/2024/05/cross_black.png)
        no-repeat;
    height: 15px;
    width: 15px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 20px auto auto;
}

/***** Popup ******/

.fancybox-wrap {
    left: 0 !important;
    margin: 0 auto;
    max-width: 1035px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
    min-width: 260px !important;
}

.fancybox-inner {
    width: 100% !important;
    height: 502px !important;
    overflow: hidden !important;
}

.fancybox-inner .popup-content {
    float: right;
    width: 48.45%;
    overflow: hidden;
}

.fancybox-inner .title {
    margin-top: 40px;
    background-color: #f9f9f9;
    font-family: OpenSans;
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
}

.fancybox-inner p {
    background-color: #f9f9f9;
}

.fancybox-inner .thumb {
    float: left;
    width: 48.5%;
}

.fancybox-inner .thumb img {
    width: 100%;
}
.person-des {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 32px;
    padding-right: 40px;
    height: 476px;
    /* overflow: scroll;
    scrollbar-width: none; */
}
.fancybox-outer {
    height: 502px;
}
.page-template-boardofdiractors
    #myDiv11
    > div.popup-content
    > div.person-des
    > p {
    overflow: scroll;
    height: 400px;
    scrollbar-width: none;
}
.page-template-boardofdiractors
    #myDiv8
    > div.popup-content
    > div.person-des
    > p {
    overflow: scroll;
    height: 400px;
    scrollbar-width: none;
}
.page-template-boardofdiractors
    #myDiv2
    > div.popup-content
    > div.person-des
    > p {
    overflow: scroll;
    height: 400px;
    scrollbar-width: none;
}
.page-template-boardofdiractors
    #myDiv3
    > div.popup-content
    > div.person-des
    > p {
    overflow: scroll;
    height: 400px;
    scrollbar-width: none;
}
.page-template-boardofdiractors
    #myDiv5
    > div.popup-content
    > div.person-des
    > p {
    overflow: scroll;
    height: 400px;
    scrollbar-width: none;
}
.nx {
    width: 44px;
    height: 44px;
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    left: -60px;
}

.pr {
    width: 44px;
    height: 44px;
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    right: -60px;
    /* overflow: hidden; */
}

/******** Financial Institutions *******/

.page-template-financial-institution .accordion {
    height: 100%;
    margin: 0;
    padding: 0;
}
.page-template-financial-institution .recent-section {
    height: 100%;
    padding: 0;
    padding-bottom: 120px;
    padding-top: 80px;
    padding-left: 80px;
}
.page-template-financial-institution .rdba .rdba_txt {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 34px 0px;
    padding-left: 80px;
}
.value_membership_container {
    width: 1440px;
    height: 984px;
    background: rgb(244, 244, 244);
    margin-top: 66px;
}
.value_membership_container_right {
    padding-left: 25px;
}
.value_membership_container > ul {
    list-style: none;
}
.value_membership_title {
    padding-top: 76px;
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    padding-left: 80px;
}
.value_membership_container > ul {
    display: flex;
    margin: 0;
    padding-left: 80px;
    padding-top: 32px;
    background: rgb(244, 244, 244);
}
.value_membership_container .value_membership_container_right > li,
.value_membership_container .value_membership_container_left > li {
    width: 628px;
    height: 152px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background: rgb(255, 255, 255);
    margin-bottom: 32px;
    display: flex;
    align-items: center;
}
.value_membership_container .value_membership_container_right li:last-child {
    padding: 0;
    margin: 0;
}
#content-section
    > div
    > div
    > div
    > div.content-section-left
    > div
    > div
    > ul
    > div.value_membership_container_left
    > li:nth-child(3) {
    padding-right: 0;
}
.value_membership_container .value_membership_container_right > li > p {
    padding-left: 16px;
    /* padding-top: 16px; */
    padding-right: 16px;
}
.value_membership_container .value_membership_container_left > li > p {
    /* padding-top: 16px; */
    padding-right: 16px;
    padding-left: 16px;
}
/* .value_membership_container
    .value_membership_container_right
    > li
    > p:nth-child(1) {
    color: rgb(191, 29, 47);
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    padding-left: 16px;
    padding-top: 24px;
} */
/* .value_membership_container
    .value_membership_container_left
    > li
    > p:nth-child(1) {
    color: rgb(191, 29, 47);
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    padding-left: 16px;
    padding-top: 24px;
} */

.value_membership_container_left > li:nth-child(4) {
    height: 180px;
    padding: 0;
}
.page-template-financial-institution .recent-section span {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    margin: 0;
    height: 44px;
    padding-top: 10px !important;
    border-width: 0;
}
.page-template-financial-institution .recent-list_container span > a {
    font-family: OpenSans;
}

.page-template-financial-institution .content-section-left {
    height: 100%;
    padding: 0;
    width: 847px;
}
.page-template-financial-institution .banner-content {
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    /* padding-left: 80px;
    bottom: 49px; */
}
#banner-container.inner-banner.fi .banner-content .banner_title {
    width: 1426px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: -15px;
}
#banner-container.inner-banner.fi .banner-content h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 76px;
    color: black;
    padding-left: 37px;
    width: 490px;
    background: rgb(244, 244, 244);
    padding-right: 0px;
    height: 90px;
    padding-top: 13px;
    clip-path: polygon(
        0% 40px,
        40px 0%,
        100% 0%,
        100% 20px,
        100% 100%,
        100% 100%,
        20px 100%,
        0 100%
    );
}

.fi-cnt {
    float: left;
    width: 100%;
    padding: 7px 0 0;
}

.rdba {
    float: left;
    width: 100%;
    margin: 0;
}

.rdba h2 {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    margin: 0;
    padding: 0;
    padding-left: 80px;
    padding-top: 102px;
    width: 737px;
}

.what-rdba {
    float: left;
    width: 100%;
    margin: 0 0 53px;
}

.what-rdba h3 {
    margin: 0 0 11px 0;
}

.fi-cnt .recent-container {
    float: left;
    width: 100%;
    padding: 0;
}
.page-template-financial-institution
    #content-section
    > div
    > div
    > div
    > article
    > div
    > div
    > article
    > article:nth-child(2) {
    padding-left: 32px;
}
.page-template-financial-institution
    #content-section
    > div
    > div
    > div
    > article
    > div
    > div
    > article
    > article:nth-child(3) {
    padding-left: 32px;
}
.page-template-financial-institution .fi-cnt .accordion {
    padding-left: 80px;
    padding-top: 86px;
    padding-bottom: 96px;
}
.page-template-financial-institution .fi-cnt .accordion .accordion_title {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 48px;
}

/******* Sidebar ********/

.member-login {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.page-template-financial-institution .content-section-right {
    background: rgb(244, 244, 244);
    margin-top: 102px;
}
.page-template-financial-institution .content-section-right .member-login {
    color: rgb(0, 0, 0);
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    margin-left: 32px;
    width: 347px;
    text-align: center;
}
.page-template-financial-institution .content-section-right .member-login > p {
    padding-top: 40px;
}
.member-login .btn {
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 40px;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.member-login .btn a {
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-template-financial-institution
    #content-section
    > div
    > div
    > div
    > div.content-section-right
    > div:nth-child(2)
    > p {
    padding: 0;
}
.page-template-financial-institution
    #content-section
    > div
    > div
    > div
    > div.content-section-right
    > div:nth-child(2) {
    height: 44px;
    margin-top: 12px;
}
.page-template-financial-institution
    #content-section
    > div
    > div
    > div
    > div.content-section-right
    > div:nth-child(1)
    > span {
    color: rgb(255, 255, 255);
    background: rgb(191, 29, 47);
    margin-top: 32px;
    width: 347px;
    height: 44px;
}
.page-template-financial-institution
    #content-section
    > div
    > div
    > div
    > div.content-section-right
    > div:nth-child(1)
    > span
    > a {
    color: rgb(255, 255, 255);
}
.page-template-financial-institution
    #content-section
    > div
    > div
    > div
    > div.content-section-right
    > div:nth-child(1)
    > span:hover {
    background: #ab0e1f;
}
.page-template-financial-institution
    #content-section
    > div
    > div
    > div
    > div.content-section-right
    > div:nth-child(2)
    > span {
    color: rgb(191, 29, 47);
    box-sizing: border-box;
    border: 1px solid rgb(191, 29, 47);
    border-radius: 40px;
    background: rgb(255, 255, 255);
    padding: 0;
    margin: 0;
    width: 347px;
    height: 44px;
}
.page-template-financial-institution
    #content-section
    > div
    > div
    > div
    > div.content-section-right
    > div:nth-child(2)
    > span:hover {
    background: #ece7e7;
}
.page-template-financial-institution
    #content-section
    > div
    > div
    > div
    > div.content-section-right
    > div:nth-child(2)
    > span
    > a {
    color: rgb(191, 29, 47);
}
/******* Directors ******/
.page-template-aboutus .banner-content {
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
}
.page-template-aboutus #banner-container > div > div > div > div {
    width: 1426px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: -11px;
}
.page-template-aboutus #banner-container > div > div > div > div > h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 76px;
    color: black;
    padding-left: 37px;
    width: 273px;
    background: rgb(244, 244, 244);
    padding-right: 0px;
    height: 90px;
    padding-top: 13px;
    clip-path: polygon(
        0% 40px,
        40px 0%,
        100% 0%,
        100% 20px,
        100% 100%,
        100% 100%,
        20px 100%,
        0 100%
    );
}
html:lang(fr-FR) .page-id-440 #banner-container > div > div > div > div {
    bottom: -12px;
}
.page-template-aboutus .content-section-left {
    height: auto;
    padding-bottom: 92px;
}
.about-cnt {
    float: left;
    width: 100%;
}
.about-cnt .content-section-left > h2 {
    padding: 0;
    margin: 0;
    padding-bottom: 34px;
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
}
.about-cnt .content-section-left > p:nth-child(3) {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.about-cnt .content-section-left .about_cnt_txt {
    padding-bottom: 40px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.directors {
    float: left;
    margin-bottom: 130px;
    margin-left: 80px;
    width: 100%;
    height: 100%;
}

.directors h3 {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 48px;
    padding-left: 80px;
}

.directors-content {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
}
.directors-list div.thumbnail {
    width: 302px;
    /* height: 342px; */
}

.directors-list div.title {
    width: 302px;
    height: 80px;
}

.swiper-wrapper.directors-content {
    width: 302px;
    padding-left: 80px;
}
.directors-list {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    width: 302px;
    height: 422px;
    margin-right: 25px;
}
.directors-list div.thumbnail {
    width: 302px;
}

.directors-list div.title {
    width: 302px;
    height: 60px;
    margin-top: 20px;
}
.directors-list div.title h6 {
    color: rgb(0, 0, 0);
    font-family: OpenSans;
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
}
.directors-list div.title span {
    color: rgb(132, 131, 131);
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 4px;
}
.swiper-wrapper.directors-content {
    width: 302px;
}
.directors-list:nth-child(5n + 1) {
    margin-left: 0;
}

.directors-list .title {
    font-size: 12px;
    line-height: 14px;
    font-family: 'OpenSans-Semibold';
    color: #000000;
}
.directors_title {
    display: flex;
    justify-content: space-between;
}
.directors_title a {
    border-radius: 40px;
    background: rgb(244, 244, 244);
    width: 88px;
    height: 44px;
    text-align: center;
    margin-right: 80px;
}
.directors_title a span {
    color: rgb(0, 0, 0);
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 10px;
    width: 88px;
    display: block;
}
.directors_title a:hover {
    background: #ece7e7;
}
.directors-list .title a {
    color: #000000;
}

.directors-list .title a:hover {
    color: #bf1e2e;
}
.about-cnt .fin_institut_title {
    /* height: 442px; */
    padding-bottom: 99px;
    background: rgb(244, 244, 244);
    clear: both;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-cnt .fin_institut_title h2 {
    color: rgb(0, 0, 0);
    font-family: OpenSans;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    padding-top: 73px;
    padding-left: 0;
    margin: 0;
}
.about-cnt .fin_institut_title a {
    border-radius: 40px;
    background: rgb(255, 255, 255);
    width: 194px;
    height: 44px;
    display: block;
    margin-bottom: 64px;
    margin-top: 40px;
}
.about-cnt .fin_institut_title a:hover {
    background: #ece7e7;
}
.about-cnt .fin_institut_title span {
    color: rgb(0, 0, 0);
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 194px;
    padding-top: 10px;
    width: 194px;
    display: block;
}
/******* FI Members ******/

.fi-members {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
}

.fi-members-list {
    float: left;
    margin: 27px 0 0;
    text-align: center;
}

.logo-list {
    display: inline-block;
    margin: 0 0.35% 19px 3%;
    padding: 0;
}

.logo-thumb {
    display: block;
    position: relative;
}

/******* NEWS ******/

#banner-container.inner-banner-small .banner-content.news {
    width: 1441px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: -1px;
    left: 0;
}
#banner-container.inner-banner-small .banner-content.news h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 76px;
    color: black;
    padding-left: 37px;
    width: 316px;
    background: rgb(244, 244, 244);
    padding-right: 0px;
    height: 90px;
    padding-top: 13px;
    clip-path: polygon(
        0% 40px,
        40px 0%,
        100% 0%,
        100% 20px,
        100% 100%,
        100% 100%,
        20px 100%,
        0 100%
    );
}

.news_head h4 {
    border-bottom: 1px solid #dfdaca;
}

.news-left {
    display: grid;
    justify-items: stretch;
    grid-template-columns: 411px 411px 411px;
    grid-template-rows: auto;
    gap: 24px;
    margin-top: 91px;
    margin-bottom: 48px;
}

#content-section
    > div
    > div
    > div
    > div.news-container
    > div.news-left
    > article:nth-child(1) {
    width: 845px;
    height: 372px;
    box-sizing: border-box;
    border-top: 3px solid rgb(191, 29, 47);
    background: rgb(244, 244, 244);
    margin-left: 80px;
    grid-column: 1 / span 2;
}
#content-section
    > div
    > div
    > div
    > div.news-container
    > div
    > article:nth-child(1)
    > h3 {
    width: 347px;
    height: 64px;
}
#content-section
    > div
    > div
    > div
    > div.news-container
    > div
    > article:nth-child(1)
    > p {
    width: 781px;
    height: 128px;
}
.date-meta {
    float: left;
    width: 100%;
    color: rgb(132, 131, 131);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.news-left article {
    padding-left: 32px;
    padding-top: 28px;
    background: rgb(244, 244, 244);
    width: 379px;
    height: 344px;
    margin: 0;
    margin-left: 80px;
    margin-top: 8px;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.news-left article h3 {
    color: rgb(0, 0, 0);
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    padding-top: 8px;
    padding-bottom: 32px;
    overflow: hidden;
    display: -webkit-box;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 32px;
}
.news-left article p {
    width: 347px;
    height: 128px;
}
.news-left article a {
    color: rgb(191, 29, 47);
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 25px;
}
.news-left article a:hover {
    color: #ab0e1f;
}
.news-left article p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.news-cnt .link {
    text-align: center;
    border-radius: 40px;
    background: rgb(244, 244, 244);
    width: 104px;
    height: 44px;
    margin-right: 80px;
    margin-bottom: 110px;
}
.news-cnt .link a {
    color: rgb(0, 0, 0);
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 104px;
    height: 44px;
    display: block;
    padding-top: 10px;
}
.news-cnt .link:hover {
    background: #ece7e7;
    border-radius: 40px;
}
.news-cnt .link div {
    width: 24px;
    height: 26px;
}
.news-cnt .link img {
    padding: 0;
    margin: 0;
    margin-left: 8px;
    width: 16px;
    margin-bottom: 2px;
}

.link.prev-news a:before {
    background: url(https://www.rdba.ca/wp-content/uploads/2024/05/cross_black.png)
        no-repeat;
    content: '';
    display: inline-block;
    height: 23px;
    margin: 0 11px 0 0;
    vertical-align: top;
    width: 23px;
}

.link.prev-news a:after {
    display: none;
}

/******* Contact ******/

.page-template-contactus .banner-content.contact {
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    width: 1425px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: -1px;
    left: 16px;
}
.page-template-contactus .banner-content.contact h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 76px;
    color: black;
    padding-left: 37px;
    width: 257px;
    background: rgb(244, 244, 244);
    padding-right: 0px;
    height: 90px;
    padding-top: 13px;
    clip-path: polygon(
        0% 40px,
        40px 0%,
        100% 0%,
        100% 20px,
        100% 100%,
        100% 100%,
        20px 100%,
        0 100%
    );
}
.contact-us-content {
    display: table;
    width: 100%;
}
.contact-us-left {
    float: left;
}
.contact-us-left_title {
    padding-top: 102px;
    padding-left: 80px;
}
.contact-us-left_title h3 {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    width: 100%;
}
.contact-us-left_title p {
    padding-top: 24px;
    width: 278px;
    height: 56px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.contact-us-left_title_pg {
    display: flex;
    width: 320px;
    height: 56px;
    align-items: center;
}
.contact-us-left_title img {
    width: 11.31px;
    height: 14.73px;
    padding-bottom: 3px;
    margin: 0;
    margin-right: 12.5px;
}
.contact-us-left address {
    font-style: normal;
    margin: 0;
    width: 411px;
    margin-top: 46px;
    margin-bottom: 120px;
    margin-left: 80px;
}
.contact-us-left address .adress_title {
    width: 411px;
    height: 64px;
    background: rgb(191, 29, 47);
}
address .adress_title p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding-left: 24px;
    padding-top: 18px;
}
.contact-us-right {
    float: right;
    width: 845px;
    height: 495px;
    margin-right: 80px;
    margin-top: 45px;
}
#content-section > div > div > div > div.contact-us-right > iframe {
    width: 845px;
    height: 495px;
}
.contact-us-left .adress_phone,
.contact-us-left .adress_email {
    display: flex;
    color: rgb(132, 131, 131);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background: rgb(244, 244, 244);
}
#content-section
    > div
    > div
    > div
    > div.contact-us-left
    > address
    > div:nth-child(2) {
    padding-top: 32px;
    padding-left: 24px;
}
#content-section
    > div
    > div
    > div
    > div.contact-us-left
    > address
    > .adress_phone {
    padding-top: 6px;
    padding-left: 24px;
    background: rgb(244, 244, 244);
}
#content-section
    > div
    > div
    > div
    > div.contact-us-left
    > address
    > .adress_email {
    padding-top: 6px;
    padding-left: 24px;
    background: rgb(244, 244, 244);
    padding-bottom: 44px;
}

.contact-us-left .adress_phone .adress_phone_number,
#content-section
    > div
    > div
    > div
    > div.contact-us-left
    > address
    > div
    > p.adress_email_txt
    > a {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 10px;
}
#content-section
    > div
    > div
    > div
    > div.contact-us-left
    > address
    > div:nth-child(6) {
    margin-top: 24px;
}
#content-section > div > div > div > div.contact-us-left > address > p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding-top: 32px;
    padding-left: 24px;
    background: rgb(244, 244, 244);
}
.contact-us-right iframe {
    margin: 0;
}

.contact-us-right small {
    float: right;
    font-size: 16px;
}

@media only screen and (max-width: 1200px) {
    .container {
        box-sizing: border-box;
        /* padding: 0 15px; */
        width: 100%;
    }

    .banner-img > img {
        min-height: 43vw;
    }

    .intro_cnt {
        margin: 0 0 0 0;
    }

    .img-hover,
    html:lang(fr-FR) .img-hover {
        padding: 5.1% 4% 10% 5%;
    }

    .img-hover div.banner-hover-cnt .header-banner-content > p:first-of-type,
    html:lang(fr-FR)
        .img-hover
        div.banner-hover-cnt
        .header-banner-content
        > p:first-of-type {
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 28px;
    }

    .img-hover div.banner-hover-cnt ul,
    html:lang(fr-FR) .img-hover div.banner-hover-cnt ul {
        margin: 0 0 18px;
    }

    .img-hover div.banner-hover-cnt p,
    .img-hover div.banner-hover-cnt ul {
        font-size: 14px;
        line-height: 22px;
    }

    .banner-img .container {
        padding: 0;
    }

    #banner-container.inner-banner .banner-content,
    #banner-container.inner-banner-small .banner-content {
        left: 20px;
        right: 20px;
    }
}

@media only screen and (max-width: 1100px) {
    nav ul#menu-main-menu li > a {
    }
    html:lang(fr-FR) nav ul#menu-main-menu li > a {
        margin: 0 3px 0 7px;
        letter-spacing: 0.01em;
    }
}

@media only screen and (max-width: 1110px) {
    html:lang(fr-FR) #footer-container {
        text-align: center;
    }

    html:lang(fr-FR) #footer-container span,
    #footer-container ul {
        float: none;
    }

    html:lang(fr-FR) #footer-container span {
        float: none;
        margin: 0;
        display: block;
    }

    html:lang(fr-FR) #footer-container ul li::after,
    #footer-container ul li:first-child::before {
        display: none;
    }

    html:lang(fr-FR) #footer-container ul li::before {
        content: '|';
        display: inline-block;
        padding: 0 7px;
    }
    html:lang(fr-FR) #footer-container ul li:first-child::before,
    #footer-container span:first-of-type::after {
        display: none;
    }
}

@media only screen and (max-width: 1030px) {
    #footer-container {
        text-align: center;
    }

    #footer-container span,
    #footer-container ul {
        float: none;
    }

    #footer-container span {
        float: none;
        margin: 0;
        display: block;
    }

    #footer-container ul li::after,
    #footer-container ul li:first-child::before {
        display: none;
    }

    #footer-container ul li::before {
        content: '|';
        display: inline-block;
        padding: 0 7px;
    }
    #footer-container ul li:first-child::before,
    #footer-container span:first-of-type::after {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .mobile-menu #lang_sel {
        position: absolute;
        top: 10px;
        right: 20px;
    }

    /*.mobile-menu .nav{ top: 45px;}*/

    /***** Header *****/

    .header-content {
        padding: 16px 0 13px;
    }

    .top_header {
        display: none;
    }

    #logo-container {
        top: 0;
    }

    #logo-container .logo {
        margin-bottom: 0;
    }

    #logo-container .logo img {
        width: 279px;
    }

    header .menu-container.desktop-menu {
        display: none;
    }

    header .menu-container.mobile-menu {
        display: block;
    }

    header .menu-container.mobile-menu ul {
        margin: 0;
    }

    .mobile-buttons {
        padding: 0 24px;
        font-weight: normal;
    }

    .mobile-buttons .btn a {
        min-width: 130px;
        font-weight: normal;
    }

    .mobile-buttons span.lang {
        text-align: left;
    }

    h1,
    #banner-container.inner-banner h1,
    #banner-container.inner-banner-small h1,
    #banner-container.inner-banner.fi .banner-content h1 {
        font-size: 40px;
        line-height: 44px;
    }

    /******* Banner ******/

    #banner-container.inner-banner .banner-content {
        bottom: 13.5%;
    }

    #banner-container.inner-banner-small .banner-img > img {
        min-height: 110px;
    }

    .img-hover div.banner-hover-cnt p,
    .img-hover div.banner-hover-cnt ul {
        font-size: 12px;
        line-height: 18px;
    }

    .img-hover div.banner-hover-cnt ul li {
        background-position: 0 8px;
    }

    .hover-content .learn-more a {
        font-size: 14px;
        padding: 9px 46px 11px 11px;
    }

    .hover-content .learn-more a::after {
        top: 7px;
        right: 12px;
    }

    .deposit-broker .banner-content p:first-of-type span,
    .banner-img .investor h2 span {
        font-size: 40px;
        line-height: 38px;
        margin-top: 0;
    }

    #banner-container .header-banner-content {
        display: none;
    }

    .img-hover {
        display: none;
    }

    /******* Become a member *****/

    #become-a-member {
        padding: 38px 0;
    }

    /****** News *****/

    .news_head {
        width: 100%;
    }
}

@media only screen and (max-width: 980px) {
    .content-section-left {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .content-section-right {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }

    /****Financial Institution ****/

    .rdba {
        margin: 0 0 35px 0;
    }

    .rdba h2 {
        margin: 0 0 23px 0;
    }

    .fi-cnt .recent-container {
        padding: 0;
    }

    /***** Find Broker *****/

    .content-section-right .find-broker {
        margin: 0;
    }

    .find-broker .heading .find-icon,
    .find-broker .heading .txt {
        vertical-align: middle;
    }

    /***** About *****/

    .about-cnt {
        margin: 0 0 40px 0;
    }
    .directors {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 920px) {
    /****** Directors ******/

    .directors-list {
        width: 22.54%;
    }

    .directors-list:nth-child(5n + 1) {
        margin-left: 3.28%;
    }

    .directors-list:nth-child(8n + 1) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 840px) {
    .recent-section {
        padding: 30px 0 0;
    }

    .recent-left {
        margin: 0 auto;
        float: none;
        max-width: 100%;
    }

    .find-broker .heading .txt span a::after,
    .find-broker .heading .txt span a:hover::after {
        right: -19px;
    }

    .recent-right {
        width: 100%;
        margin: 30px 0 0 0;
    }
}

@media only screen and (max-width: 800px) {
    .logo-list {
        width: 29.9%;
    }
}

@media only screen and (max-width: 767px) {
    /****** Banner *****/

    #banner-container.inner-banner h1,
    #banner-container.inner-banner.fi .banner-content h1,
    #banner-container.inner-banner-small h1 {
        font-size: 24px;
        line-height: 28px;
    }

    #banner-container.home h1,
    .deposit-broker .banner-content p:first-of-type span,
    .deposit-broker .banner-content p:first-of-type,
    .banner-img .investor h2 span {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }

    .banner-img .container {
        padding: 0;
    }

    .inner-banner .banner-img > img,
    .inner-banner-small .banner-img img {
        max-width: 100%;
        min-height: 80px !important;
    }

    .img-hover div.banner-hover-cnt p,
    .img-hover div.banner-hover-cnt ul {
        display: none;
    }

    .img-hover div.banner-hover-cnt {
        padding: 0;
    }

    .banner-content .arrow {
        width: 40px;
        height: 40px;
    }

    #banner-container.inner-banner .banner-content,
    #banner-container.inner-banner-small .banner-content,
    #banner-container.home .investor .banner-content {
        left: 20px;
    }

    /*p, li { font-size:14px; line-height:22px;}*/

    /******* Home *****/

    .intro_cnt {
        margin-left: 0;
        width: 100%;
    }

    /******* Accordion *******/

    #acc_left,
    #acc_right {
        width: 100%;
    }

    .accordion h3.ui-accordion-header {
        font-size: 14px;
        line-height: 20px;
    }

    .accordion .ui-state-default .ui-icon,
    .accordion .ui-button:default .ui-icon {
        margin: auto 10px auto auto !important;
    }

    /*******   News *****/

    .news-left,
    .news-right {
        width: 100%;
        padding: 0;
        display: block;
    }

    /******* Contact *****/

    .contact-us-content {
        padding: 0;
    }

    .contact-us-left,
    .contact-us-right {
        width: 100%;
    }

    .contact-us-right iframe {
        height: 280px;
    }

    .contact-us-right small {
        font-size: 12px;
    }

    /******* Footer *******/

    #footer-container span,
    #footer-container ul li {
        font-size: 12px;
        line-height: 18px;
    }

    /***** Directors *****/

    .directors-list {
        width: 31.13%;
    }

    .directors-list:nth-child(8n + 1) {
        margin-left: 3.28%;
    }

    .directors-list:nth-child(6n + 1) {
        margin-left: 0;
    }

    /**** Popup ****/

    .fancybox-inner .thumb {
        float: left;
        width: 100%;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .fancybox-inner .thumb img {
        width: auto;
    }

    .fancybox-inner .popup-content {
        width: 100%;
        text-align: center;
    }

    .fancybox-inner .title::after {
        margin-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    #logo-container {
        text-align: left;
    }

    #result-holder div.brokerResult {
        width: 100%;
        margin: 0 0 15px 0;
        min-height: inherit;
    }

    .searchinput {
        font-size: 16px;
    }

    label.radio-label {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 580px) {
    .broker-content .searchType input#brokersearchText,
    #uniform-brokerSearchProvince {
        width: 100% !important;
        margin: 0 0 10px 0;
    }

    div.googleMapHolder,
    #googleMapHolder #map-canvas {
        height: 280px !important;
    }

    #uniform-brokerSearchProvince {
        margin-top: -24px;
    }
}

@media only screen and (max-width: 550px) {
    #footer-container span,
    #footer-container ul {
        width: 100%;
    }
}

@media only screen and (max-width: 540px) {
    .logo-list {
        width: 46.6%;
    }

    .logo-thumb img {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    #logo-container {
        text-align: left;
    }

    #logo-container .logo img {
        width: 207px;
    }

    #banner-container.home h2,
    .deposit-broker .banner-content p:first-of-type span,
    .deposit-broker .banner-content p:first-of-type,
    .banner-img .investor h2 span {
        font-size: 18px;
        line-height: 20px;
    }
    .banner-img h2 {
        text-align: left;
    }

    .investor,
    .deposit-broker {
        width: 100%;
    }

    .home .banner-img .thumbnail img {
        display: none;
    }

    .home .investor {
        background-color: #be1d30;
    }

    .home .deposit-broker {
        background-color: #981a21;
    }

    .home .banner-content {
        position: relative;
        left: 0 !important;
        padding: 24px 23px 36px 22px;
        box-sizing: border-box;
        display: table;
        width: 237px;
    }

    .home .banner-content h2,
    .home .banner-content p:first-of-type {
        display: table-cell;
        font-size: 17px !important;
        vertical-align: middle;
    }

    .home .banner-content h2 span,
    .home .banner-content p:first-of-type span {
        font-size: 30px;
        margin: 0;
    }

    .banner-content .arrow {
        display: table-cell;
        float: none !important;
        right: 17px !important;
        vertical-align: bottom;
    }

    .banner-content .arrow img {
        width: 32px;
        height: 32px;
    }

    .investor .banner-content .arrow {
        top: 4px;
    }

    .home .deposit-broker .banner-content {
        padding: 20px 23px 36px 22px;
        width: 330px;
    }

    .home .deposit-broker .banner-content p:first-of-type {
        font-size: 16px !important;
    }

    .home .deposit-broker .banner-content p:first-of-type span {
        font-size: 22px;
        width: 218px;
    }

    blockquote.alignleft,
    figure.wp-caption.alignleft,
    img.alignleft,
    blockquote.aligncenter,
    img.aligncenter,
    .wp-caption.aligncenter,
    blockquote.alignright,
    figure.wp-caption.alignright,
    img.alignright,
    .alignnone {
        width: 100%;
    }

    h2,
    .intro {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .intro_cnt h3 {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }

    #become-a-member {
        padding: 37px 0 57px;
    }

    #become-a-member h2 {
        margin: 0 0 38px;
    }

    #content-section {
        padding: 10px 0 25px;
    }

    .intro_cnt {
        margin-top: 0;
    }

    .recent-section {
        padding: 17px 0 0;
    }

    .recent-right {
        margin: 24px 0 0;
    }

    .recent-container h4 {
        /*margin: 0 0 2px;*/
        padding: 0 0 11px;
    }

    #footer-container,
    html:lang(fr-FR) #footer-container {
        text-align: left;
        padding: 17px 0 47px;
    }

    #footer-container .left,
    #footer-container .right {
        float: left;
        width: 100%;
    }

    #footer-container span,
    #footer-container ul li {
        float: left;
    }

    #footer-container ul {
        display: inline;
    }
    html:lang(fr-FR) #footer-container span,
    html:lang(fr-FR) #footer-container ul li {
        font-size: 11px;
    }

    /**** Find Broker ****/

    .find-broker {
        padding: 36px 23px 55px 21px;
    }
    html:lang(fr-FR) .find-broker {
        padding: 36px 18px 55px 14px;
    }

    /*.find-broker .heading .find-icon { width:30px; padding:0 8px 0 0 }*/

    .find-broker .heading .txt span {
        font-size: 14px;
        line-height: 22px;
    }

    .find-broker .map {
        text-align: center;
    }

    .find-broker .map img {
        width: 100%;
    }

    .person-des {
        float: left;
        max-height: 300px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 430px) {
}

@media only screen and (max-width: 414px) {
    /****** Directors ******/

    .directors-list {
        width: 48.35%;
    }

    .directors-list:nth-child(6n + 1) {
        margin-left: 3.28%;
    }

    .directors-list:nth-child(4n + 1) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 413px) {
    .mobile-menu #lang_sel li {
        width: 85px !important;
    }
}

@media only screen and (max-width: 380px) {
    html:lang(fr-FR) .mobile-buttons .btn a {
        font-size: 16px;
        padding: 10px 10px 10px 50px;
        max-width: 130px;
    }
    html:lang(fr-FR) .menu-mobile-menu-french-container .nav-list {
        margin: 24px 0 0 0;
    }
    html:lang(fr-FR) .button {
        font-size: 15px;
    }
    html:lang(fr-FR) .login.btn a {
        line-height: 22px;
    }
}

@media only screen and (max-width: 320px) {
    #banner-container.inner-banner h1,
    #banner-container.inner-banner.fi .banner-content h1,
    #banner-container.inner-banner-small h1 {
        font-size: 20px;
        line-height: 24px;
    }
}

/***************Retina CSS***************/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (min-device-pixel-ratio: 2) {
    input.submit-btn[type='submit'] {
        background-size: 14px 14px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3),
    only screen and (min-resolution: 3dppx),
    only screen and (min-resolution: 350dpi) {
}

@media screen and (min-width: 768px) {
    a[href^='tel:'],
    a[href^='fax:'] {
        pointer-events: none;

        cursor: default;
    }
}

@media all {
    .accordion .ui-state-default .ui-icon,
    .accordion .ui-state-active .ui-icon {
        display: inline;
        background: url(https://www.rdba.ca/wp-content/uploads/2024/05/cross_black.png)
            no-repeat;
        height: 15px;
        width: 15px;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto 20px auto auto;
    }

    .accordion .ui-state-default .ui-icon,
    .accordion .ui-button:default .ui-icon {
        background: url(https://www.rdba.ca/wp-content/uploads/2024/05/cross_black.png)
            no-repeat;
        height: 15px;
        width: 15px;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto 20px auto auto;
    }

    .accordion .ui-state-active .ui-icon,
    .accordion .ui-button:active .ui-icon {
        background: url(https://www.rdba.ca/wp-content/uploads/2024/05/cross_black.png)
            no-repeat;
        height: 15px;
        width: 15px;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto 20px auto auto;
    }
}

/*Custom code*/

h2.screen-reader-text {
    display: none;
}

.nav-previous.link.prev-news {
    float: left;
}

.news-full-width {
    width: 100%;
}

.link.prev-news {
    float: left;
}

.link.next-news {
    float: right;
}

.page_item.page-item-188.current_page_item {
    display: none;
}

.top_right #lang_sel {
    display: block;
    margin: 15px 0 0;
}

.top_right #lang_sel li {
    width: 190px !important;
}

/*RDBA broker advantage index page*/
.gicHolder_report_link_container {
    display: flex;
    align-items: center;
    width: 628px;
    height: 76px;
    background: rgb(244, 244, 244);
}
.gicHolder_report_link_img {
    width: 24px;
    height: 30px;
    padding-left: 26px;
    margin: 0;
}
.gicHolder_report_link {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding-left: 22px;
}
#content-section > div > div > div > div:nth-child(3) {
    /* margin-top: 56px; */
}
#content-section > div > div > div > div:nth-child(4) {
    margin-top: 16px;
}
#content-section > div > div > div > div:nth-child(5) {
    margin-top: 16px;
    margin-bottom: 120px;
}
.page-id-896 .find-broker {
    display: none;
}
.page-id-896 .default-page-content > div {
    padding: 0;
}
.page-id-896 #content-section > div > div > div > div.legal > p {
    padding-bottom: 56px;
}
.page-id-896 .default-page-content {
    padding: 0;
}
/*Deposit Insurers’ Annual Reports*/
.page-id-6035 .find-broker {
    display: none;
}
.page-id-6035 .default-page-content {
    padding: 0;
}
.page-template-default .banner-content .banner_title {
    width: 1426px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: -14px;
}
.page-template-default .banner-content h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 76px;
    color: black;
    padding-left: 37px;
    width: 654px;
    background: rgb(244, 244, 244);
    padding-right: 0px;
    height: 90px;
    padding-top: 13px;
    clip-path: polygon(
        0% 40px,
        40px 0%,
        100% 0%,
        100% 20px,
        100% 100%,
        100% 100%,
        20px 100%,
        0 100%
    );
}
.page-id-6035 .default-page-content > div {
    padding-left: 0;
}
.annual_reports {
    width: 915px;
    padding-left: 189px !important;
    padding-top: 79px;
    padding-bottom: 100px;
}
.annual_reports_link {
    display: flex;
    border-bottom: 1px solid rgb(194, 194, 194);
    display: flex;
    align-items: center;
}
.annual_reports_link a {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    height: 68px;
    padding-left: 80px;
    border-width: 0;
}
.annual_reports_link_txt {
    width: 159px;
}
.annual_reports_link_img {
    width: 14px;
    height: 14px;
    padding-left: 13px;
}

/*Videos & Webinars*/
.page-id-5310 .find-broker {
    display: none;
}
.page-id-5310 .default-page-content {
    padding: 0;
}
.page-id-5310 .default-page-content > div {
    padding-left: 0;
}
.page-id-5310 .su-vimeo.su-u-responsive-media-yes {
    width: 628px;
}
.page-id-5310
    #content-section
    > div
    > div
    > div.default-page-content
    > div.video_webinars
    > div:nth-child(1) {
    margin-left: 80px;
}
.page-id-5310
    #content-section
    > div
    > div
    > div.default-page-content
    > div:nth-child(3) {
    margin-left: 80px;
    margin-bottom: 130px;
}
.page-id-5310 .video_webinars {
    margin-bottom: 64px;
}
.page-id-5310 .video_webinars_title,
.video_webinars_pg {
    padding-left: 80px;
}
.video_webinars {
    display: flex;
    padding-left: 80px;
    padding-top: 72px;
}
.video_webinars > div {
    display: flex;
    flex-direction: column;
    padding-right: 29px;
}
.page-template-default .su-vimeo {
    width: 628px;
    height: 351px;
    padding: 0;
    margin: 0;
}
.default-page-content {
    padding-bottom: 130px;
}
.default-page-content > div {
    padding-left: 80px;
}
.video_webinars_header_txt {
    background: rgb(244, 244, 244);
    height: 268px;
}
.video_webinars_title {
    color: rgb(0, 0, 0);
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    padding-top: 72px;
}
.video_webinars_pg {
    width: 771px;
    color: rgb(132, 131, 131);
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    padding-top: 20px;
}
.video_webinars_txt {
    color: rgb(0, 0, 0);
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    padding: 0;
    padding-top: 19px;
    margin: 0;
}

/*FINANCIAL INSTITUTION MEMBERS*/
.page-template-finansial_institution_of_members .fi-members .fi-members_title {
    height: 184px;
    background: rgb(244, 244, 244);
}
.page-template-finansial_institution_of_members .fi-members h3 {
    color: rgb(0, 0, 0);
    font-family: OpenSans;
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    text-align: center;
    padding-top: 72px;
}
.page-template-finansial_institution_of_members .fi-members-list {
    width: 1132px;
    margin-left: 154px;
    margin-bottom: 120px;
    margin-top: 77px;
}
/*Board of Directors*/

.board-directors .directors {
    width: auto;
    margin: 0;
}
.board-directors .directors .directors_title_header {
    padding: 0;
    margin: 0;
    background: rgb(244, 244, 244);
    height: 184px;
}
.board-directors .directors h3 {
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: OpenSans;
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 56px;
}
.board-directors .directors-content {
    display: table;
    margin-bottom: 70px;
    margin-left: 80px;
    margin-top: 68px;
}
.board-directors .directors-list {
    margin-right: 24px;
    height: 385px;
    margin-bottom: 60px;
}
/*Post-Template-Default*/

.post-template-default .inner-content a {
    width: 166px;
    height: 44px;
    display: flex;
    margin-top: 48px;
    margin-left: 80px;
    border-radius: 40px;
    background: rgb(244, 244, 244);
    align-items: center;
}
.post-template-default .inner-content a span {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 20px;
}
.post-template-default .inner-content span img {
    width: 16px;
    height: 12px;
    margin-right: 5px;
    margin-bottom: 3px;
}
.post-template-default .inner-content a:hover {
    background: #ece7e7;
}
.post-template-default .inner-content h3 {
    /* height: 72px; */
    width: 800px;
    color: rgb(0, 0, 0);
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    /* text-align: center; */
}
.post-template-default .inner-content .post-template-default_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 16.5px;
}
.post-template-default .inner-content .date-meta {
    display: flex;
    justify-content: center;
    padding-top: 16px;
}
.post-template-default .inner-content p {
    display: flex;
    justify-content: center;
    width: 700px;
    color: rgb(0, 0, 0);
    font-size: 19px;
    font-weight: 400;
    line-height: 35px;
    padding-bottom: 54px;
}
.post-template-default .inner-content .post-template-default_pg {
    margin-top: 41px;
    margin-bottom: 63px;
}
.post-template-default_text a,
.post-template-default .link_news_events {
    width: auto !important;
    height: auto !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: contents !important;
}
.post-template-default_pg ul {
    width: 700px;
    color: rgb(0, 0, 0);
    font-size: 19px;
    font-weight: 400;
    line-height: 35px;
}
.post-template-default_pg li {
    padding-bottom: 20px;
}
.post-template-default_pg {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 700px;
}
.su-youtube.su-u-responsive-media-yes {
    width: 700px;
}
.su-vimeo.su-u-responsive-media-yes {
    width: 700px;
}

.postid-4705
    #content-section
    > div
    > div
    > div
    > div.post-template-default_pg
    > p:nth-child(10),
.postid-4705
    #content-section
    > div
    > div
    > div
    > div.post-template-default_pg
    > p:nth-child(11),
.postid-4705
    #content-section
    > div
    > div
    > div
    > div.post-template-default_pg
    > p:nth-child(12),
.postid-4705
    #content-section
    > div
    > div
    > div
    > div.post-template-default_pg
    > p:nth-child(13),
.postid-4705
    #content-section
    > div
    > div
    > div
    > div.post-template-default_pg
    > p:nth-child(14) {
    display: block;
}
.post-template-default_pg h1 {
    padding-bottom: 54px;
}
#content-section
    > div
    > div
    > div
    > div.post-template-default_pg
    > p:nth-child(8),
#content-section
    > div
    > div
    > div
    > div.post-template-default_pg
    > p:nth-child(9) {
    display: block;
}

.postid-2087
    #content-section
    > div
    > div
    > div
    > div.post-template-default_pg
    > p:nth-child(10) {
    display: block;
}
.postid-2056,
.postid-1701,
.postid-1646
    #content-section
    > div
    > div
    > div
    > div.post-template-default_pg
    > p:nth-child(4) {
    display: block;
}
.postid-2027,
.postid-1550
    #content-section
    > div
    > div
    > div
    > div.post-template-default_pg
    > p {
    display: block;
}
.postid-1966,
.postid-1955,
.postid-2056,
.postid-2465,
.postid-1861,
.postid-1780,
.postid-1754
    #content-section
    > div
    > div
    > div
    > div.post-template-default_pg
    > p:nth-child(1) {
    display: block;
}
.postid-1861,
.postid-1780,
#content-section
    > div
    > div
    > div
    > div.post-template-default_pg
    > p:nth-child(2) {
    display: block;
}
.postid-1780,
.postid-1754
    #content-section
    > div
    > div
    > div
    > div.post-template-default_pg
    > p:nth-child(3) {
    display: block;
}
.postid-1701
    #content-section
    > div
    > div
    > div
    > div.post-template-default_pg
    > p:nth-child(6) {
    display: block;
}
.page-id-132 #banner-container > div > div > div {
    width: 1426px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: -1px;
}
.page-id-132 #banner-container > div > div > div > h1 {
    width: 294px;
}
.page-id-41 #banner-container > div > div > div > div {
    width: 1425px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: -18px;
}
.page-id-41 #banner-container > div > div > div > div > h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 76px;
    color: black;
    padding-left: 37px;
    padding-bottom: 0;
    width: 369px;
    background: rgb(244, 244, 244);
    padding-right: 0px;
    height: 90px;
    padding-top: 13px;
    clip-path: polygon(
        0% 40px,
        40px 0%,
        100% 0%,
        100% 20px,
        100% 100%,
        100% 100%,
        20px 100%,
        0 100%
    );
}
