/*
Theme Name: White Haven
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  clear: both;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

/*****************************CSS Reset - Find ****************************************/
/*=Fonts*/
@font-face {
  font-family: 'BrownPro-Regular';
  src: url('fonts/BrownPro-Regular.eot');
  src: url('fonts/BrownPro-Regular.woff2') format('woff2'),
    url('fonts/BrownPro-Regular.woff') format('woff'),
    url('fonts/BrownPro-Regular.ttf') format('truetype'),
    url('fonts/BrownPro-Regular.svg#BrownPro-Regular') format('svg'),
    url('fonts/BrownPro-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BrownPro-Light';
  src: url('fonts/BrownPro-Light.eot');
  src: url('fonts/BrownPro-Light.woff2') format('woff2'),
    url('fonts/BrownPro-Light.woff') format('woff'),
    url('fonts/BrownPro-Light.ttf') format('truetype'),
    url('fonts/BrownPro-Light.svg#BrownPro-Regular') format('svg'),
    url('fonts/BrownPro-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BrownPro-Bold';
  src: url('fonts/BrownPro-Bold.eot');
  src: url('fonts/BrownPro-Bold.woff2') format('woff2'),
    url('fonts/BrownPro-Bold.woff') format('woff'),
    url('fonts/BrownPro-Bold.ttf') format('truetype'),
    url('fonts/BrownPro-Bold.svg#BrownPro-Regular') format('svg'),
    url('fonts/BrownPro-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/*-------------------------------------------------------------- */
h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, input[type=submit] {}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body, input, textarea {
  color: #666;
  font-size: 12px;
  line-height: 18px;
}

hr {
  background-color: #E7E7E7;
  border: 0;
  height: 1px;
  margin-bottom: 18px;
  clear: both;
  background-color: #8c8c8c;
}

/* Text elements */
p {
  margin-bottom: 18px;
}

ul {
  list-style: square;
  margin: 0 0 18px 1.5em;
}

ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 0 24px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 18px;
}

strong {
  font-weight: bold;
}

cite, em, i {
  font-style: italic;
}

big {
  font-size: 131.25%;
}

ins {
  background: #ffc;
  text-decoration: none;
}

blockquote {
  font-style: italic;
  padding: 0 3em;
}

blockquote cite, blockquote em, blockquote i {
  font-style: italic;
  font-size: 23px;
}

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 1.5em;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

input[type="text"], input[type="number"], input[type="email"], input[type="tel"], textarea {
  padding: 2px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  outline: none;
}

table {
  border: 1px solid #e7e7e7;
  text-align: left;
  margin: 0 -1px 24px 0;
  width: 100%;
}

tr th, thead th {
  color: #888;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 9px 24px;
}

tr td {
  border-top: 1px solid #e7e7e7;
  padding: 6px 24px;
}

tr.odd td {
  background: #F2F7FC;
}

.attachment img {
  max-width: 900px;
}

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
}

.wp-caption img {
  margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
  margin: 5px;
  color: #888;
  font-size: 12px;
}

.wp-smiley {
  margin: 0;
}

.relative-container {
  position: relative;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
  clear: both;
}

#comments .navigation {
  padding: 0 0 18px 0;
}

h3#comments-title, h3#reply-title {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}

h3#comments-title {
  padding: 24px 0;
}

.commentlist {
  list-style: none;
  margin: 0;
}

.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative;
}

.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#comments .comment-body ul, #comments .comment-body ol {
  margin-bottom: 18px;
}

#comments .comment-body p:last-child {
  margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}

.commentlist ol {
  list-style: decimal;
}

.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}

.comment-author {}

.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold;
}

.comment-author .says {
  font-style: italic;
}

.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0;
}

.comment-meta a:link, .comment-meta a:visited {
  color: #888;
  text-decoration: none;
}

.comment-meta a:active, .comment-meta a:hover {
  color: #FF4B33;
}

.commentlist .even {}

.commentlist .bypostauthor {}

.reply {
  font-size: 12px;
  padding: 0 0 24px 0;
}

.reply a, a.comment-edit-link {
  color: #888;
}

.reply a:hover, a.comment-edit-link:hover {
  color: #FF4B33;
}

.commentlist .children {
  list-style: none;
  margin: 0;
}

.commentlist .children li {
  border: none;
  margin: 0;
}

.nopassword, .nocomments {
  display: none;
}

#comments .pingback {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7e7e7;
}

.commentlist li.comment+li.pingback {
  margin-top: -6px;
}

#comments .pingback p {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin: 0;
}

#comments .pingback .url {
  font-style: italic;
  font-size: 13px;
}

/* Comments form */
input[type=submit] {
  color: #333;
}

#respond {
  margin: 24px 0;
  border-top: 1px solid #e7e7e7;
  overflow: hidden;
  position: relative;
}

#respond p {
  margin: 0;
}

#respond .comment-notes {
  margin-bottom: 1em;
}

.form-allowed-tags {
  line-height: 1em;
}

.children #respond {
  margin: 0 48px 0 0;
}

h3#reply-title {
  margin: 18px 0;
}

#comments-list #respond {
  margin: 0 0 18px 0;
}

#comments-list ul #respond {
  margin: 0;
}

#cancel-comment-reply-link {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

#respond .required {
  color: #FF4B33;
  font-weight: bold;
}

#respond label {
  color: #888;
  font-size: 12px;
}

#respond input {
  margin: 0 0 9px;
  width: 98%;
}

#respond textarea {
  width: 98%;
}

#respond .form-allowed-tags {
  color: #888;
  font-size: 12px;
  line-height: 18px;
}

#respond .form-allowed-tags code {
  font-size: 11px;
}

#respond .form-submit {
  margin: 12px 0;
}

#respond .form-submit input {
  width: auto;
  font-size: 14px;
}

body {
  margin: 0;
  padding: 0;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #121212;
}

/*****************************************index section starts here *************************************************************/
header {
  width: 100%;
}

header .logosection {
  width: 20%;
  padding: 30px 0 20px 0;
  float: left;
}

header .logosection a {
  font-size: 52px;
  text-decoration: none;
  color: #fff;
  font-family: 'Pistilli';
}

header .contact {
  float: right;
  display: block;
  width: 160px;
  padding: 17px 0px;
  text-align: center;
  font-size: 18px;
  background: #00aeef;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  margin-right: 30px;
}

header.headtop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.4s ease;
}

header.headtop .logosection a {
  font-size: 35px;
  transition: all 0.4s ease;
}

header.headtop .logosection {
  width: 100%;
  text-align: center;
  padding: 30px 30px 25px 0px;
}

header.headtop .navigation {
  margin: 0px 45px 25px 0px;
}

#nav-toggle {
  display: none;
  position: absolute;
  bottom: auto;
  top: 28px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 27px;
  top: 28px;
}

#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 25px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  left: 0px;
  right: 0;
  margin: 0 auto;
  height: 4px;
  width: 30px;
  background-color: #fff;
  width: 40px;
  background-color: #5c1e6d;
}

#nav-toggle span:before {
  top: -9px;
}

#nav-toggle span:after {
  bottom: -10px;
  bottom: -9px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#nav-toggle.current_page_item span {
  background-color: transparent;
}

#nav-toggle.current_page_item span:before, #nav-toggle.current_page_item span:after {
  top: 0;
}

#nav-toggle.current_page_item span:before {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-toggle.current_page_item span:after {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section1 {
  display: none;
}

#HTab_1_inner {
  display: block;
}

header .navigation {
  width: 80%;
  margin: 30px 0px 25px 0px;
  float: right;
}

header .navigation ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
  width: 100%;
  text-align: right;
}

header .navigation ul li {
  list-style-type: none;
  margin: 0px 0px 0px 9px;
  position: relative;
  display: inline-block;
}

header .navigation ul li a {
  font-size: 10px;
  text-decoration: none;
  color: #9d9d9c;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: 'BrownPro-Bold';
}

@media screen and (min-width:901px) {
  header .navigation ul li:hover a {
    border-bottom: 3px solid #5c1e6d;
    padding-bottom: 5px;
    border-bottom: 7px solid #5c1e6d;
    padding-bottom: 22px;
  }

  .navigation .current-menu-item a {
    border-bottom: 3px solid #5c1e6d;
    padding-bottom: 5px;
    border-bottom: 7px solid #5c1e6d;
    padding-bottom: 22px !important;
    color: #1d1d1b !important;
  }
}

header .social {
  float: right;
}

header .social ul {
  margin: 0px;
  padding: 0px;
  float: left;
}

header .social ul li {
  list-style-type: none;
  display: block;
  float: left;
  margin: 0px 2.5px 0px 2.5px;
}

header .social ul .login a {
  width: auto;
  padding: 5px;
  background: #000000;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'BrownPro-Regular';
}

header .social ul .lang a {
  color: #fff;
  width: 27px;
  background: #00a29a;
  text-align: center;
  display: block;
  padding: 8px 0px;
  text-decoration: none;
  font-family: 'BrownPro-Regular';
  font-size: 12px;
}

.videosection video {
  display: block;
  object-fit: fill;
}

.videosection {
  width: 100%;
}

.videosection .slider-main {
  width: 100%;
  background: #5c1e6d;
  height: auto !important;
}

.videosection .slider-main .section1 {
  width: 100%;
  position: relative;
}

.videosection .slider-main .section1 .ban_content {
  position: absolute;
  top: 10%;
  left: 30px;
}

.videosection .slider-main .section1 .ban_content h5 {
  color: white;
  font-size: 75px;
  text-transform: uppercase;
  position: absolute;
  width: 600px;
  top: 200px;
  font-family: 'BrownPro-Light';
}

.videosection .slider-main .section1 .ban_content h5 span {
  font-family: 'BrownPro-Regular';
}

@media screen and (max-width: 1100px) {
  .videosection .slider-main .section1 .ban_content h5 {
    top: 124px;
    font-size: 64px;
  }
}

@media screen and (max-width: 800px) {
  .videosection .slider-main .section1 .ban_content h5 {
    top: -12px;
    font-size: 42px;
  }

  .videosection .slider-main .section1 .ban_content h5 span {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .videosection .slider-main .section1 .ban_content h5 {
    font-size: 32px;
    width: 250px;
  }
}

.videosection .slider-main .section1 img {
  display: block;
  width: 100%;
}

.videosection .slider-main .section1 .content {
  width: 100%;
  padding: 30px 0px 25px 0px;
}

.videosection .slider-main .section1 .content p {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0px 0px 0px 73px;
  font-family: 'BrownPro-Light';
  margin: 0;
}

.videosection .slider-nav ul {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

.videosection .slider-nav ul li {
  list-style-type: none;
  cursor: pointer;
}

.videosection .slider-nav ul li:last-child {}

.videosection .slider-nav ul li:hover .content1 {
  background: #5c1e6d url(images/arrow.png)no-repeat -1% 50%;
  -webkit-transition: all 0.8s fade-in;
}

.videosection .slider-nav h3::before {
  content: "";
  display: block;
  background-color: #5c1e6d;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.videosection .slider-nav ul li.active h3::before,
.videosection .slider-nav ul li:hover h3::before {
  background-color: #959595;
}

.videosection .slider-nav ul {
  width: 100%;
  margin: 21px 0px 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.videosection .slider-nav h3 {
  color: #231f20;
  font-size: 29px;
  display: flex;
  text-transform: uppercase;
  line-height: 28px;
  font-family: 'BrownPro-Light';
  align-items: center;
  position: relative;
  margin: 15px auto;
  padding-left: 65px;
  height: 52px;
  transition: all 0.5s;
}

.videosection .slider-nav ul li.active h3,
.videosection .slider-nav ul li:hover h3 {
  color: #959595;
}

@media screen and (max-width: 1100px) {
  .videosection .slider-nav ul {
    justify-content: flex-start;
  }

  .videosection .slider-nav h3 {
    margin-right: 20px;
    width: 261px;
  }
}

.feedsection {
  width: 100%;
  padding: 35px 0px 0px 0px;
}

.feedsection .cont1 {
  border-right: 2px solid #c4c4c3;
}

.feedsection .newsfeed1 {
  width: 100%;
  border-bottom: 1px solid #c4c4c3;
  padding: 10px 0px;
}

.feedsection .newsfeed1 a, .feedsection .newsfeed1 a:hover {
  text-decoration: none;
}

.feedsection .newsfeed1 h2 {
  font-size: 24px;
  color: #000000;
  padding-bottom: 15px;
  font-family: 'BrownPro-Light';
}

.feedsection .newsfeed1 h3 {
  font-size: 27px;
  color: #1d1d1b;
  padding: 15px 0px 10px 0px;
  font-family: 'BrownPro-Bold';
}

.feedsection .newsfeed1 .text {
  font-size: 11px;
  color: #9d9d9c;
  display: block;
  padding: 0px 0px 11px 0px;
  font-family: 'BrownPro-Light';
}

.feedsection .newsfeed1 .text1 {
  font-size: 16px;
  color: #1d1d1b;
  display: block;
  padding: 0px 50px 0px 0px;
  font-family: 'BrownPro-Light';
}

.feedsection .newsfeed1 .text2 {
  font-size: 16px;
  color: #1d1d1b;
  display: block;
  padding: 0px 0px 0px 0px;
  font-family: 'BrownPro-Light';
  text-align: justify;
}

.feedsection .newsfeed1 .plus {
  float: right;
  margin: -12px 0px;
  display: block;
}

.feedsection .newsfeed1 .media-heading {
  color: #000;
  padding: 0px 15px 0px 0px;
  font-size: 25px;
  font-family: 'BrownPro-Bold';
}

.media {
  padding-top: 10px;
}

.media-heading {
  color: #000000;
  font-size: 25px;
  font-family: 'BrownPro-Bold';
}

.feedsection .insight {
  width: 100%;
  border-bottom: 1px solid #c4c4c3;
  padding-bottom: 15px;
}

.feedsection .insight h2 {
  font-size: 24px;
  color: #000000;
  padding-bottom: 15px;
  font-family: 'BrownPro-Light';
}

.feedsection .insight h3 {
  font-size: 27px;
  color: #1d1d1b;
  padding: 15px 0px 10px 0px;
}

.feedsection .insight .text {
  font-size: 11px;
  color: #9d9d9c;
  display: block;
  padding: 0px 0px 11px 0px;
  font-family: 'BrownPro-Light';
}

.feedsection .insight .text1 {
  font-size: 16px;
  color: #1d1d1b;
  display: block;
  padding: 0px 50px 0px 0px;
}

.feedsection .insight .text2 {
  font-size: 16px;
  color: #1d1d1b;
  display: block;
  padding: 0px 0px 0px 0px;
  font-family: 'BrownPro-Light';
}

.feedsection .insight .plus {
  float: right;
  margin: 15px 0px 0px 0px;
  display: block;
}

.container.archives-link {
  text-align: center;
  border-top: 1px solid rgba(15, 70, 100, .12);
  margin-top: 20px;
}

.archives-link a {
  font-family: 'BrownPro-Regular';
  color: #1d1d1d;
  font-size: 16px;
  margin: 30px auto;
  display: inline-block;
  border: 2px solid #1d1d1d;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.5s;
}

.archives-link a:hover {
  font-family: 'BrownPro-Regular';
  background-color: #5c1e6d;
  color: #fff;
}

.archives {
  font-family: "BrownPro-Light";
  overflow: hidden;
  width: 25%;
  border: 1px solid #ffffff;
  padding: 10px;
  transition: all 0.5s;
}

.archives:hover {
  border: 1px solid #bdbdbc;
}

.archives .media-body p.text2 {
  font-size: 15px;
  margin-top: 15px;
}

.archives img {
  width: 100%;
}

.archives .archives-inner {
  overflow: hidden;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}

.archives .archive-img {
  display: block;
  max-height: 170px;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  align-items: center;
  max-width: 100%;
  margin-bottom: 15px;
}

.archives .archive-img img {
  min-height: 170px;
  transition: all 0.5s;
}

.archives:hover .archive-img img {
  transform: scale(1.1);
}

.archives .plus {
  width: 20px;
  height: 20px;
  margin: -5px 0px;
  display: block;
  float: right;
}

.archives h3 {
  font-family: "BrownPro-Bold";
  font-size: 18px;
  color: #5c1e6d;
  padding: 0px 0px 10px 0px;
  text-transform: none;
}

.row-archives {
  display: flex;
  flex-wrap: wrap;
}

.banner_sec {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 58vh;
  max-width: 2000px;
  margin: 0 auto;
}

.banner_sec video {
  display: block;
  width: 100%;
  object-fit: COVER;
  min-height: 250px;
}

.banner_sec img {
  width: 100%;
  height: auto;
  display: block;
}

.banner_sec .banner_cont {
  position: absolute;
  top: 97px;
  width: 100%;
}

.banner_sec .banner_cont h1 {
  font-size: 52px;
  color: #1d1d1b;
  font-family: 'BrownPro-Light';
  text-transform: uppercase;
}

.textual_content {
  width: 100%;
}

.textual_content .inner_content {
  width: 100%;
  padding: 0px 0px 80px 0px;
  margin: 0 auto;
}

.textual_content .inner_content h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.textual_content .inner_content h3, .textual_content .inner_content h1 {
  text-align: left;
  font-size: 35px;
  color: #5c1e6d;
  padding: 15px 0px 30px 0px;
  text-transform: uppercase;
  font-family: 'BrownPro-Light';
}

.textual_content .inner_content p, .textual_content .inner_content span, .textual_content ul li, .textual_content ol li{
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  font-family: 'BrownPro-Light';
  text-align: justify;
}

.textual_content .inner_content p strong {
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  font-family: 'BrownPro-Regular';
  text-align: justify;
}

.textual_content .txt19 {
  width: 100%;
  padding: 0px 15px 0px 0px;
  margin: 0 auto;
}

.textual_content .txt19 h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.textual_content .txt19 h3 {
  text-align: left;
  font-size: 35px;
  color: #5c1e6d;
  padding: 0px 0px 15px 0px;
  text-transform: uppercase;
  font-family: 'BrownPro-Light';
}

.textual_content .txt19 h4 {
  text-align: left;
  font-size: 24px;
  color: #5c1e6d;
  padding: 0px 0px 15px 0px;
  font-family: 'BrownPro-Light';
  font-weight: bold;
}

.textual_content .txt19 p {
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  font-family: 'BrownPro-Light';
  text-align: justify;
}

.textual_content .txt19 h5 {
  font-weight: bold;
  font-family: 'BrownPro-Regular';
  color: #000000;
  padding-bottom: 10px;
}

.textual_content.bgMauve {
  background-color: #5c1e6d;
}

.textual_content.bgMauve p {
  font-size: 40px;
  line-height: 34px;
  color: #fff;
  width: 780px;
  margin-left: 0;
  margin-bottom: 0;
  font-family: 'BrownPro-Light';
  padding: 20px 0;
  display: inline-block;
}

.textual_content.bgMauve h2 {
  font-size: 40px;
  line-height: 34px;
  color: #fff;
  margin-left: 0;
  margin-bottom: 0;
  font-family: 'BrownPro-Light';
  padding: 20px 0;
  display: inline-block;
}

.partner {
  width: 100%;
  padding: 40px 0px 25px 0px;
  background: #ebebeb;
  margin-bottom: 110px;
  margin-top: 120px;
}

.partner .container {}

.partner h3 {
  color: #5c1e6d;
  font-size: 35px;
  text-transform: uppercase;
  padding: 0px 0px 19px 65px;
  font-family: 'BrownPro-Light';
}

.partner .prtlogo {
  width: 100%;
  margin: 0 auto;
}

.partner ul {
  padding: 0px;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.partner ul li {
  display: inline-block;
  margin: 0px 20px;
}

.slider {
  width: 100%;
  margin: 0px 0px 40px 0px;
}

.slider .slider_content {
  width: 100%;
}

.slider h3 {
  font-size: 35px;
  color: #5c1e6d;
  padding: 0px 0px 35px 65px;
  text-transform: uppercase;
  font-family: 'BrownPro-Light';
}

.slider .flex-direction-nav a {
  top: 20%;
  top: 9%;
}

.slider .flex-direction-nav .flex-prev {
  left: 5px;
  background: url(images/left-nav.png)no-repeat;
  font-size: 0px;
}

.slider .flex-direction-nav .flex-next {
  right: 5px;
  background: url(images/right-nav.png)no-repeat;
  font-size: 0px;
}

.slider .content1 {}

.slider .content1 .left_sec {
  width: 50%;
  float: left;
  display: block;
  padding: 8px 35px 0px 53px;
  background: #e9e9e9 url(images/divbg.png)repeat-y;
  background-size: 100% 100%;
  max-height: 236px;
  min-height: 236px;
  position: relative;
}

.slider .content1 .left_sec:after {
  position: absolute;
  right: -21px;
  content: "";
  background: url(images/gray-arrow.png)no-repeat;
  width: 21px;
  height: 41px;
  bottom: 15px;
}

.slider .content1 .left_sec h4 {
  color: #1d1d1b;
  font-family: 'BrownPro-Bold';
  font-size: 16px;
}

.slider .content1 .left_sec .text1 {
  display: block;
  font-size: 16px;
  color: #1d1d1b;
  margin: 0px 0px 15px 0px;
  font-family: 'BrownPro-Bold';
}

.slider .content1 .left_sec p {
  font-size: 14px;
  color: #1d1d1b;
  font-family: 'BrownPro-Light';
}

.slider .content1 .right_sec {
  width: 50%;
  float: left;
}

.slider .flexslider .slides img {
  width: auto;
  display: block;
}

.slider .flexslider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#check_blog {
  padding: 0px 0px;
}

.flex-direction-nav a {
  width: 18px;
}

.slider .flexslider .flex-prev, .flexslider .flex-next {
  opacity: 1;
}

.eventslider {
  width: 100%;
  margin: 80px 0px 0px 0px;
  background: #ececec;
  padding: 0px 0px 50px 0px;
}

.eventslider .slider_content {
  width: 100%;
  width: 68%;
  margin: 0 auto;
}

.eventslider h3 {
  font-size: 35px;
  color: #5c1e6d;
  padding: 43px 0px 35px 45px;
  text-transform: uppercase;
  font-family: 'BrownPro-Light';
}

.eventslider .slider_content .slider_inner {}

.eventslider .flex-direction-nav a {
  top: 29%;
}

.eventslider .flex-direction-nav .flex-prev {
  left: 5px;
  background: url(images/left-nav.png)no-repeat;
  font-size: 0px;
}

.eventslider .flex-direction-nav .flex-next {
  right: 5px;
  background: url(images/right-nav.png)no-repeat;
  font-size: 0px;
}

.eventslider .flex-viewport {
  max-height: auto;
}

.eventslider .content1 {
  width: 210px;
  float: left;
  min-height: 125px;
  position: relative;
  margin: 0 7% 0 0;
  border-bottom: 2px solid #5c1e6d;
}

.eventslider .content1:last-child {
  margin: 0px;
}

.eventslider .content1 h4 {
  color: #1d1d1b;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: 'BrownPro-Bold';
}

.eventslider .content1 .text1 {
  display: block;
  font-size: 16px;
  color: #1d1d1b;
  margin: 0px 0px 15px 0px;
}

.eventslider .content1 p {
  font-size: 14px;
  color: #1d1d1b;
  margin: 0px;
  font-family: 'BrownPro-Light';
}

.eventslider .content1 a {
  float: right;
  display: block;
  padding: 0px 0px 0px 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.eventslider .flexslider .slides img {
  width: auto;
  display: block;
}

.eventslider .flexslider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#check_blog1 {
  padding: 0px 35px 0px 60px;
}

.flex-direction-nav a {
  width: 18px;
}

.eventslider .flexslider .flex-prev, .flexslider .flex-next {
  opacity: 1;
}

/*------Private Market------*/
.gallery {
  width: 100%;
  padding: 20px 0px;
  clear: both;
}

.gallery .gallery-content ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 100%;
}

.gallery .gallery-content ul li {
  display: inline-block;
  list-style-type: none;
  width: 50%;
  position: relative;
  float: left;
  overflow: hidden;
}

.gallery .gallery-content ul li .gal_sect {
  width: 600px;
}

.gallery .gallery-content ul li .gal_sect .lft_sect {
  width: 50%;
  height: 273px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  float: left;
  position: relative;
}

.gallery .gallery-content ul li .gal_sect .lft_sect:after {
  position: absolute;
  right: 0px;
  background: url(images/arrow.png) no-repeat;
  width: 22px;
  height: 43px;
  content: "";
  right: -20px;
  bottom: 12px;
  z-index: 2;
}

.gallery .gallery-content ul li .gal_sect .lft_sect img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding-top: 35px;
}

.gallery .gallery-content ul li .gal_sect .rgt_sect {
  width: 50%;
  height: 273px;
  background-color: #888;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: right;
  position: relative;
}

.gallery .gallery-content ul li .gal_sect .rgt_sect .logoPetit {
  max-width: 50%;
  max-height: 50%;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* ------section a potientiellement retirer----
.gallery .gallery-content  ul li  .cancel    {width: 30px; background:#5c1e6d; float: left; text-align:center; position: absolute; top: 0; right: -60px; bottom: 0; transition: right 0.3s; cursor: pointer;}
.gallery .gallery-content  ul li  .cancel:before    {content:""; background:url(images/purple-arrow.png)no-repeat; width: 20px; height: 44px; position: absolute; bottom: 10px; left: -19px;}
.gallery .gallery-content  ul li  .cancel img    {margin-top:25px; width: 24px;}
.gallery  .gallery-content ul li:hover .cancel {right: 0;}
/* ------fin section a potientiellement retirer----*/
.gallery .gallery-content ul li .hover_content {
  text-align: right;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  background: #fff;
  transition: right 0.4s;
  overflow: hidden;
  font-size: 15px;
}

.gallery .gallery-content ul li:hover .hover_content {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 0px 0px;
  z-index: 3;
}

.gallery .gallery-content ul li .hover_content .left_sec {
  width: 50%;
  text-align: right;
  float: left;
  padding: 20px;
  overflow: hidden;
  height: 253px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery .gallery-content ul li .hover_content .left_sec img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.gallery .gallery-content ul li .hover_content .left_sec img:first-child {
  max-width: 75%;
}

.gallery .gallery-content ul li .hover_content .right_sec {
  float: left;
  width: 50%;
  text-align: left;
  padding: 20px 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 253px;
}

.gallery .gallery-content ul li .hover_content .right_sec h5 {
  padding-top: 18px;
  color: #1d1d1b;
  font-family: 'BrownPro-Bold';
}

.gallery .gallery-content ul li .hover_content .right_sec p {
  padding-top: 8px;
  color: #1d1d1b;
  margin: 0px;
  line-height: 14px;
  margin-bottom: 5px;
  font-family: 'BrownPro-Light';
}

.gallery .gallery-content ul li .hover_content .right_sec span {
  display: block;
  font-size: 13px;
  color: #1d1d1b;
  font-family: 'BrownPro-Light';
}

.gallery .gallery-content ul li .hover_content .right_sec ul {
  display: block;
  width: 100%;
  padding-left: 15px
}

.gallery .gallery-content ul li .hover_content .right_sec ul li {
  display: list-item;
  color: #1d1d1b;
  font-family: 'BrownPro-Light';
  list-style-type: disc;
  width: 95%;
  overflow: visible;
}

.gallery .gallery-content ul li .gal_sect .lft_sect1 {
  width: 50%;
  float: left;
  position: relative;
  height: 273px;
  background-color: #5c1e6d;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*.gallery .gallery-content   ul li .gal_sect .lft_sect1 .logoPetit    { display: block; max-width: 50%; max-height: 50%; position: absolute; top: 10px; right: 10px; }
.gallery  ul li .gal_sect .lft_sect1 img    {display: block; max-width: 100%;}*/
.gallery .gallery-content ul li .gal_sect .rgt_sect1 {
  width: 50%;
  float: left;
  position: relative;
  height: 273px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.gallery .gallery-content ul li .gal_sect .rgt_sect1:after {
  position: absolute;
  right: 0px;
  background: url(images/left-arrow.png)no-repeat;
  width: 22px;
  height: 43px;
  content: "";
  left: -20px;
  bottom: 12px;
}

/*.gallery  ul li .gal_sect .rgt_sect1 img    {display: block;   margin: 0 auto;   padding-top:35px; max-width: 100%; }*/
.gallery .gallery-content .icon {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 10px;
  left: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.gallery .gallery-content p.company-name-gauche {
  color: #5c1e6d;
  font-family: 'BrownPro-Light';
  font-size: 26px;
  text-transform: uppercase;
  position: relative;
  top: 45%;
  border-bottom: 1px solid;
  text-align: left;
  padding-bottom: 5px;
  margin-left: 20%;
  line-height: 26px;
}

.gallery .gallery-content p.coming-soon-droite {
  color: #fff;
  font-family: 'BrownPro-Light';
  font-size: 26px;
  text-transform: uppercase;
  position: relative;
  top: 45%;
  border-bottom: 1px solid;
  text-align: right;
  padding-bottom: 5px;
  margin-right: 20%;
  line-height: 26px;
}

.gallery .gallery-content p.coming-soon-gauche {
  color: #fff;
  font-family: 'BrownPro-Light';
  font-size: 26px;
  text-transform: uppercase;
  position: relative;
  top: 45%;
  border-bottom: 1px solid;
  text-align: left;
  padding-bottom: 5px;
  margin-left: 20%;
  line-height: 26px;
}

.gallery .gallery-content p.company-name-droite {
  color: #5c1e6d;
  font-family: 'BrownPro-Light';
  font-size: 26px;
  text-transform: uppercase;
  position: relative;
  top: 45%;
  border-bottom: 1px solid;
  text-align: right;
  padding-bottom: 5px;
  margin-right: 20%;
  line-height: 26px;
}

.gallery .gallery-content p.new-gauche {
  color: #5c1e6d;
  font-size: 26px;
  font-family: 'BrownPro-Light';
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  top: 5%;
  left: -20%;
  border-bottom: 1px solid;
  width: 100%;
  padding-bottom: 5px;
  margin-left: 20%;
}

.gallery .gallery-content p.new-droite {
  color: #5c1e6d;
  font-size: 26px;
  font-family: 'BrownPro-Light';
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  top: 15%;
  border-bottom: 1px solid;
  width: 75%;
  padding-bottom: 5px;
  margin-right: 20%;
}

.gallery .gallery-header ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}

.gallery .gallery-header ul li {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.gallery .gallery-header ul li.texte {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  font-family: 'BrownPro-Light';
  text-transform: uppercase;
  text-align: left;
  margin: 0 40px 0 0;
  font-size: 16px;
}

.gallery .gallery-header ul li.image {
  display: inline-block;
  height: 32px;
  margin: 0 0 0 35px;
}

/* ------ Fin Private markets--------*/
/* ------ Asset Management ------ */
.ethics .boite1, .ethics .boite2, .ethics .boite3, .ethics .boite4 {
  max-width: 100%;
  height: 190px;
}

.ethics .boite1, .ethics .boite2 {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(119, 119, 119, 0.15) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(119, 119, 119, 0.15) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(119, 119, 119, 0.15) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6777777', GradientType=1);
  /* IE6-9 */
}

.ethics .boite3, .ethics .boite4 {
  background: -moz-linear-gradient(left, rgba(119, 119, 119, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(119, 119, 119, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(119, 119, 119, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6777777', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

.steps {
  font-family: "BrownPro-Light";
  font-size: 18px;
  line-height: 24px;
}

.steps ol {
  margin: 0 auto;
  padding: 0;
}

.steps ol li {
  color: #5c1e6d;
  list-style: none;
  font-weight: bold;
  padding: 10px 0 10px 45px;
}

li.step1, li.step2, li.step3, li.step4, li.step5 {
  color: #5c1e6d;
  background-repeat: no-repeat;
  background-position: 0 0;
}

li.step1 {
  background-image: url(images/step1.png);
}

li.step2 {
  background-image: url(images/step2.png);
}

li.step3 {
  background-image: url(images/step3.png);
}

li.step4 {
  background-image: url(images/step4.png);
}

li.step5 {
  background-image: url(images/step5.png);
}

.steps ol ul {
  padding-left: 20px;
  margin-bottom: 20px
}

.steps ol ul li {
  padding: 0;
}

.steps ol ul li strong {
  color: #000000;
  font-family: 'BrownPro-Regular';
  width: 17%;
  padding: 10px 16px 10px;
  margin-right: 30px;
  display: inline-block;
  line-height: 18px;
}

.steps ol ul li p {
  display: inline-block;
  width: 66%;
  color: #000000;
}

li#investor strong, li#investment strong, li#risk strong, li#portfolio strong {
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 3em;
}

li#investor strong {
  background-image: url(images/investor.png);
}

li#investment strong {
  background-image: url(images/investment.png);
}

li#risk strong {
  background-image: url(images/risk.png);
}

li#portfolio strong {
  background-image: url(images/portfolio.png);
}

/* -------- Fin Asset Management -----*/
/* -------- mutuals funds -----*/
.mauve a, .mauve a:hover {
  text-decoration: none;
  cursor: pointer;
}

.lien-mauve {
  background: #5c1e6d;
  color: #fff;
  margin: 15px 15px 0px 0px;
  text-align: center;
  display: flex;
  min-height: 300px;
}

.lien-mauve p {
  padding: 15% 5%;
  font-family: 'BrownPro-Light';
  font-size: 36px;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  display: flex;
  line-height: 48px;
  flex-direction: column;
  justify-content: center;
}

/* -------- Fin mutuals funds-----*/
/* -------- Single.php-----*/
p.source {
  font-size: 15px !important;
  color: #9d9d9c !important;
  display: block;
  padding: 0px 0px 11px 0px;
}

/* -------- Fin Single.php -----*/
/* -------- Insurance -----*/
.insurance_cont_1 {
  height: 225px;
  padding: 40px;
  background: -moz-linear-gradient(left, rgba(119, 119, 119, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(119, 119, 119, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(119, 119, 119, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6777777', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

.insurance_cont_2 {
  height: 225px;
  padding: 40px;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(119, 119, 119, 0.15) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(119, 119, 119, 0.15) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(119, 119, 119, 0.15) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6777777', GradientType=1);
  /* IE6-9 */
}

/* -------- Fin Insurance -----*/
/* -------- Apply for offering -----*/
.diligence {
  font-family: "BrownPro-Light";
  font-size: 18px;
  line-height: 24px;
}

.diligence h4 {
  margin-bottom: 10px !important;
}

.diligence ol {
  margin: 0 auto;
  padding: 0;
}

.diligence ol li {
  color: #5c1e6d;
  list-style: none;
  font-weight: bold;
  padding: 5px 0 10px 60px;
}

li.diligence1, li.diligence2, li.diligence3, li.diligence4, li.diligence5 {
  color: #5c1e6d;
  background-repeat: no-repeat;
  background-position: 0 0;
}

li.diligence1 {
  background-image: url(images/step1.png);
}

li.diligence2 {
  background-image: url(images/step2.png);
}

li.diligence3 {
  background-image: url(images/step3.png);
}

li.diligence4 {
  background-image: url(images/step4.png);
}

li.diligence5 {
  background-image: url(images/step5.png);
}

.diligence ol ul {
  padding-left: 20px;
}

.diligence ol ul li {
  padding: 0;
}

.diligence ol ul li strong {
  color: #000000;
  font-family: 'BrownPro-Regular';
  width: 17%;
  padding: 20px;
  margin-right: 50px;
  display: inline-block;
}

.diligence ol ul li p {
  display: inline-block;
  width: 75%;
  color: #000000;
}

.apply-button a {
  width: 280px;
  font-family: 'BrownPro-Light';
  font-size: 42px !important;
  color: #fff;
  text-transform: uppercase;
  background-color: #5c1e6d !important;
}

/* -------- Fin Insurance -----*/
/* --------Ventures -----*/
.investment-strategies {
  display: flex;
}

.investment-strategies-picture {
  background-repeat: no-repeat;
  background-size: cover;
  width: 43%;
  background-position: center;
  padding-bottom: 130px;
}

.investment-strategies-title {
  width: 50%;
  margin: 20px 0 0 40%;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'BrownPro-Light';
  font-size: 35px;
}

.investment-strategies .tab {
  display: flex;
  flex-direction: column;
  width: 30;
}

.investment-strategies .tabscontainer {
  width: 61%;
}

.investment-strategies {}

.investment-strategies .tabcontent {
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #ebebec;
  padding: 132px 85px 0 85px;
  background-size: cover;
  background-position: bottom center;
}

/* Create an active/current tablink class */
.investment-strategies .tab .tablinks {
  background-color: #ffffff;
  color: #5c1e6d;
  transition: all 0.5s;
  font-family: 'BrownPro-Regular';
  text-decoration: none;
  text-align: center;
  padding: 14px 11px;
  font-size: 59px;
  border-bottom: 2px solid #ebebec;
  line-height: 1;
  display: block;
}

.investment-strategies .tab .tablinks:last-child {
  border-bottom: 0px;
}

.investment-strategies .tab .tablinks.active,
.investment-strategies .tab .tablinks:hover {
  background-color: #5c1e6d;
  color: #ffffff;
}

.investment-strategies .tablinks small {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 1px;
  width: 93px;
  margin: 0 auto;
}

.investment-strategies .tablinks sup {
  font-size: 19px;
  top: -24px;
  padding-right: 3px;
  margin-left: -13px;
}

.investment-strategies .tabcontent.open {
  display: block;
}

.tabcontent .tab-title {
  font-size: 35px;
  color: #5c1e6d;
  padding: 15px 0px 6px 0px;
  text-transform: uppercase;
  font-family: 'BrownPro-Light';
}

.tabcontent .tab-text {
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  font-family: 'BrownPro-Light';
  max-width: 642px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .investment-strategies .tabcontent {
    padding: 80px 60px 80px 60px;
  }

  .investment-strategies .tabscontainer {
    width: 50%;
  }

  .investment-strategies-picture {
    padding-bottom: 0px;
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .investment-strategies {
    flex-direction: column;
  }

  .investment-strategies-picture {
    width: 100%;
    padding-bottom: 44vw;
  }

  .investment-strategies .tab {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .investment-strategies .tabscontainer {
    width: 100%;
  }

  .investment-strategies .tabcontent {}

  .investment-strategies .tab .tablinks {
    width: 100%;
    border-right: 2px solid #ebebec;
    border-bottom: 0px;
  }

  .investment-strategies .tab .tablinks:last-child {
    border-right: 0px;
  }
}

@media screen and (max-width: 640px) {
  .investment-strategies .tab .tablinks {
    font-size: 40px;
  }

  .investment-strategies .tablinks sup {
    font-size: 15px;
  }

  .investment-strategies .tablinks small {
    font-size: 15px;
    width: auto;
  }

  .investment-strategies-title {
    margin: 30px;
    width: 75%;
  }

  .investment-strategies .tabcontent {
    width: 100%;
    padding: 40px 30px;
  }
}

.criterias-container .criteria-title {
  font-size: 25px;
}

.criterias-container .criteria {
  background-repeat: no-repeat;
  background-position: center left;
  padding: 30px 0 5px 125px;
}

@media screen and (max-width: 500px) {
  .investment-strategies .tablinks small {
    font-size: 12px;
    width: 56px;
  }

  .investment-strategies .tab .tablinks {
    padding: 10px;
    font-size: 28px;
  }

  .investment-strategies .tablinks sup {
    font-size: 12px;
    top: -10px;
  }
}

@media screen and (max-width: 400px) {
  .criterias-container .criteria {
    text-align: center;
    background-position: center top;
    padding: 104px 0px 37px;
  }
}

.management-process {
  display: flex;
}

.management-process-picture {
  background-repeat: no-repeat;
  background-size: cover;
  width: 43%;
  background-position: center;
  padding-bottom: 287px;
}

.management-process-title {
  width: 50%;
  margin: 20px 0 0 40%;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'BrownPro-Light';
  font-size: 35px;
}

.management-process .tab {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 0;
}

.management-process .tabscontainer {
  width: 100%;
  height: 100%;
}

.management-process .relative-container {
  width: 60%;
}

.management-process .tabcontent {
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #ebebec;
  padding: 132px 85px 0 85px;
  background-size: cover;
  background-position: bottom center;
}

/* Create an active/current tablink class */
.management-process .tab .tablinks {
  background-color: #ffffff;
  color: #5c1e6d;
  transition: all 0.5s;
  font-family: 'BrownPro-Regular';
  text-decoration: none;
  text-align: center;
  padding: 0px 21px;
  height: 90px;
  width: 90px;
  margin: 0 3px;
  font-size: 85px;
  line-height: 1;
  display: block;
}

.management-process .tab .tablinks.active,
.management-process .tab .tablinks:hover {
  background-color: #5c1e6d;
  color: #ffffff;
}

.management-process .tablinks small {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 1px;
  width: 80px;
  margin: 0 auto;
}

.management-process .tablinks sup {
  font-size: 19px;
  top: -24px;
  padding-right: 3px;
  margin-left: -13px;
}

.management-process .tabcontent.open {
  display: block;
}

@media screen and (max-width: 1024px) {
  .management-process .tabcontent {
    padding: 132px 60px 80px 60px;
  }

  .management-process .tabscontainer {}

  .management-process-picture {
    padding-bottom: 0px;
    width: 50%;
  }

  .management-process {
    flex-direction: column;
  }

  .management-process-picture {
    width: 100%;
    padding-bottom: 44vw;
  }

  .management-process .tab {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .management-process .tabscontainer {
    width: 100%;
  }

  .management-process .relative-container {
    width: 100%;
  }

  .management-process .tab .tablinks {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .management-process .tab .tablinks {
    font-size: 60px;
    height: auto;
    width: 76px;
    padding: 5px 20px;
  }

  .management-process .tablinks sup {
    font-size: 15px;
  }

  .management-process .tablinks small {
    font-size: 15px;
    width: auto;
  }

  .management-process-title {
    margin: 30px;
    width: 75%;
  }

  .management-process .tabcontent {
    padding: 70px 30px 30px;
  }
}

@media screen and (max-width: 500px) {
  .management-process .tab .tablinks {
    font-size: 28px;
    width: 15%;
    padding: 10px 16px;
  }
}

.diligence-process {
  margin-top: 48px;
}

.process-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.process-container::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(images/diligence.png);
  width: 163px;
  height: 163px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.process-container .process {
  padding: 55px 19px 40px 80px;
  width: 50%;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(119, 119, 119, 0.15) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(119, 119, 119, 0.15) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(119, 119, 119, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6777777', GradientType=1);
}

.process-container .process:nth-child(n+3) {
  background: -moz-linear-gradient(left, rgba(119, 119, 119, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(119, 119, 119, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(119, 119, 119, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6777777', endColorstr='#00000000', GradientType=1);
}

.process-container .process h4 {
  margin-bottom: 10px;
}

.diligence-process ul {
  list-style: disc;
  margin-left: 20px;
}

.diligence-process ul li {
  padding: 7px 0;
  font-size: 20px;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .process-container .process {
    padding: 60px;
  }
}

@media screen and (max-width: 768px) {
  .process-container::after {
    background-size: contain;
    width: 100px;
    height: 100px;
  }

  .process-container .process {
    padding: 40px;
  }

  .diligence-process {
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .process-container::after {
    content: none;
  }

  .process-container {
    flex-direction: column;
  }

  .process-container .process {
    width: 100%;
  }

  .process-container .process:nth-child(n+3) {
    background: none;
  }

  .process-container .process:nth-child(odd) {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(119, 119, 119, 0.15) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(119, 119, 119, 0.15) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(119, 119, 119, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6777777', GradientType=1);
  }

  .process-container .process:nth-child(even) {
    background: -moz-linear-gradient(left, rgba(119, 119, 119, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(119, 119, 119, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(119, 119, 119, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6777777', endColorstr='#00000000', GradientType=1);
  }

  .diligence-process .inner_content {
    padding-bottom: 0 !important;
  }
}

.seeking-catalysts {
  background-color: #ebebec;
  padding: 10px 30px;
  height: 650px;
  position: relative;
}

.catalyst-container {
  position: absolute;
  display: block;
  top: 0;
  max-width: 1200px;
  left: 0;
  overflow: hidden;
  right: 0;
  margin: auto;
  bottom: 0;
}

#catalyst-img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 160px;
  width: 417px;
}

.catalyst-container .inner-circle-word {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 332px;
  width: 211px;
  text-align: center !important;
}

.catalyst {
  position: absolute;
  font-size: 24px;
  width: 366px;
}

.catalyst:nth-of-type(1) {
  top: 122px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.catalyst:nth-of-type(2) {
  top: 189px;
  right: 130px;
  text-align: left;
}

.catalyst-container .catalyst:nth-of-type(3) {
  top: 354px;
  text-align: left;
  right: 15px;
}

.catalyst:nth-of-type(4) {
  top: 520px;
  right: 129px;
  text-align: left;
}

.catalyst:nth-of-type(5) {
  text-align: center;
  right: 0;
  bottom: 39px;
  left: 0;
  margin: auto;
}

.catalyst:nth-of-type(6) {
  top: 520px;
  left: 129px;
  text-align: right;
}

.catalyst:nth-of-type(7) {
  text-align: right;
  top: 354px;
  left: 15px;
}

.catalyst:nth-of-type(8) {
  text-align: right;
  top: 189px;
  left: 130px;
}

@media screen and (max-width: 1200px) {
  .catalyst-container {
    top: 102px;
    width: 100vw;
  }

  .seeking-catalysts {
    height: 71vw;
  }

  #catalyst-img {
    right: 0;
    left: 0;
    width: 41vw;
    top: 9vw;
    margin: auto;
  }

  .catalyst-container .inner-circle-word {
    right: 0;
    left: 0;
    top: 27.5vw;
    margin: auto;
    font-size: 3.5vw !important;
    padding: 0 !important;
  }

  .catalyst {
    font-size: 2.4vw;
    width: 36vw;
  }

  .catalyst:nth-of-type(1) {
    right: 0;
    left: 0;
    top: 5vw;
    margin: auto;
  }

  .catalyst:nth-of-type(2) {
    right: 4vw;
    top: 11vw;
  }

  .catalyst-container .catalyst:nth-of-type(3) {
    right: -7vw;
    top: 28vw;
  }

  .catalyst:nth-of-type(4) {
    right: 4vw;
    top: 44.5vw;
  }

  .catalyst:nth-of-type(5) {
    right: 0;
    left: 0;
    margin: auto;
    top: 51vw;
  }

  .catalyst:nth-of-type(6) {
    right: auto;
    left: 4vw;
    top: 44.5vw;
  }

  .catalyst:nth-of-type(7) {
    left: -7vw;
    right: auto;
    top: 28vw;
  }

  .catalyst:nth-of-type(8) {
    left: 4vw;
    right: auto;
    top: 11vw;
  }
}

@media screen and (max-width: 640px) {
  .seeking-catalysts {
    display: none;
  }
}

.decision-making-process .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 0;
}

.decision-making-process-text-container {
  width: 50%;
  padding-right: 60px;
}

.decision-making-process-image {
  width: 50%;
  padding-bottom: 39%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  a.post-thumbnail img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  a.post-thumbnail {
    display: block;
    width: 100%;
  }

  header.entry-header {
    position: relative;
    margin-bottom: 50px;
    padding: 10px;
    z-index: 1;
  }

  .post-type-archive header.page-header {
    position: relative;
    margin-bottom: 50px;
    padding: 20px;
    text-align: center;
    z-index: 1;
  }

  .post-type-archive header.page-header h1 {
    padding: 0;
    text-align: center;
    z-index: 1;
  }

  .decision-making-process .flex-container {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .decision-making-process-text-container {
    width: 100%;
    padding-right: 0;
  }

  .decision-making-process-image {
    width: 100%;
    padding-bottom: 78%;
  }
}

/* --------Fin Ventures -----*/
/* ------ CMDQ ------ */
/* .page-template-cmdq section.banner_sec {
  width: 100%;
  height: auto;
  max-height: unset;
  max-width: unset;
  padding-top: 56.25%;
}

.page-template-cmdq .banner_sec video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
} */
.bloc-desc-logo-conf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-conf {
  margin-left: 40px;
  min-width: calc(20% - 40px);
}

.logo-conf img {
  width: 100%;
}

.videos_conferences {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

.video_conf_item {
  width: calc(50% - 10px);
}

.section-agenda {
  margin: 50px 0;
}

.btns-agenda {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.btns-agenda a {
  width: calc(33.3333% - 20px);
  margin: 0 10px !important;
  display: block;
}

.section-2-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.section-2-left {
  display: flex;
  flex-direction: column;
}

.date {
  display: flex;
  align-items: center;
}

.date p.jour-cmdq {
  color: #5c1e6d;
  font-size: 6rem;
  font-family: 'BrownPro-Regular';
  line-height: 1;
}

.date p.date-cmdq {
  font-size: 2.5rem;
  line-height: 1;
}

.section-2-left .heures .heures-cmdq {
  text-align: center;
  font-size: 2rem;
  font-family: 'BrownPro-Regular';
}

.main-content-cmdq a.btn {
  background: #5c1e6d;
  color: #ffffff;
  margin: 30px 0;
}

.main-content-cmdq a.btn:hover {
  background: #ffffff;
  color: #5c1e6d;
  border-color: #5c1e6d;
  margin: 30px 0;
}

.textual_content .inner_content .section-2-right p.lieu-cmdq {
  font-family: 'BrownPro-Regular', sans-serif;
}

.section-2-right {
  width: 50%;
}

.section-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.anim-bloc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.anim-bloc-img {
  max-width: 25%;
  overflow: hidden;
}

.anim-bloc-text {
  padding-right: 40px;
  max-width: 75%;
}

.anim-bloc-img img {
  width: 100%;
}

.conferenciers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.conf {
  width: calc(33.33333% - 40px);
  min-width: 250px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.conf>img {
  max-width: 190px;
  max-height: 90px;
  margin-bottom: 15px;
}

.conf .logo-conf {
  max-width: 60%;
}

.info-conf p {
  text-align: center !important;
}

.logo-comm {
  max-height: 100px;
}

.portrait-img {
  width: 250px;
  height: 250px;
  overflow: hidden;
  margin-bottom: 10px;
}

.portrait-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.textual_content .inner_content p.conf-name {
  color: #5c1e6d;
  font-family: 'BrownPro-Regular', sans-serif;
  line-height: 1;
  font-size: 16px;
  margin: 0;
}

.textual_content .inner_content p.conf-titre {
  font-family: 'BrownPro-Regular', sans-serif;
  font-size: 16px;
}

.section-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .section-4 .commanditaires:nth-of-type(1) img {
  transform: scale(1);
  max-width: 250px;
}

.section-4 .commanditaires:nth-of-type(2) img {
  transform: scale(0.9);
  max-width: 200px;
}

.section-4 .commanditaires:nth-of-type(3) img {
  transform: scale(0.8);
  max-width: 150px;
} */
.commanditaires {
  margin: 30px 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.textual_content .inner_content .section-4 h3 {
  width: 100%;
}

.flex-comm {
  display: flex;
  justify-content: space-between;
}

.flex-comm .comm-bloc-sep:last-of-type {
  display: none;
}

.comm-bloc {
  width: calc(50% - 40px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comm-bloc-sep {
  width: 1px;
  height: 200px;
  margin: 0 10px;
  background-color: #5c1e6d;
}

a.comm img {
  max-width: 200px;
}

.flex-comm .comm-bloc:nth-of-type(5) img {
  max-width: 150px;
  padding: 20px;
}

.video_conf_item video {
  width: 100%;
  height: 100%;
}

.comm-argent {
  max-width: 100%;
  margin: 30px 0;
}

.section-4 .textual_content.bgMauve h2 {
  margin-left: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  font-size: 1.2rem;
}

.comm-argent .bloc-img img {
  max-width: 150px;
  max-height: 100px;
  width: 100%;
  object-fit: contain;
}

.bloc-img {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100px;
}

@media (max-width:1024px) {
  .videos_conferences {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .video_conf_item {
    width: 100%;
  }

  .anim-bloc-text {
    padding-right: 0px;
    max-width: 100%;
  }

  .anim-bloc {
    flex-direction: column;
  }

  .anim-bloc-img {
    max-width: 250px;
    overflow: hidden;
  }

  .flex-comm {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .comm-bloc-sep {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    background-color: #5c1e6d;
  }

  .comm-bloc {
    width: 100%;
  }

  .section-2-right {
    width: 100%;
  }

  .section-2-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .bloc-desc-logo-conf {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .logo-conf {
    margin-left: 0;
    min-width: unset;
  }

  .btns-agenda {
    flex-direction: column;
  }

  .btns-agenda a {
    width: 100%;
    margin: 10px !important;
    display: block;
  }
}

/* --------Fin CMDQ -----*/
footer {
  width: 100%;
  background: #5c1e6d;
  padding: 43px 0px;
}

footer .container {
  width: 1070px;
}

footer .footer_content .ftlogo {
  display: inline-block;
  padding: 0px 0px;
}

footer .footer_content ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 100%;
}

footer .footer_content ul li {
  display: inline-block;
  width: 13%;
  vertical-align: top;
  margin: 0;
}

footer .footer_content>ul>li:nth-child(1) {
  width: 7%;
  position: relative;
  left: -9px;
  top: 1px;
}

footer .footer_content ul li .sect1 {
  width: 100%;
}

footer .footer_content ul li .sect1 h5 {
  color: #fff;
  font-size: 13px;
  margin: 5px 0px 10px 0px;
  font-family: 'BrownPro-Bold';
  text-transform: uppercase;
}

footer .footer_content ul li .sect1 ul {
  list-style-position: inside;
}

footer .footer_content ul li .sect1 ul li {
  display: block;
  margin: 0px 0px 5px 0px;
  width: auto;
  padding: 0 10px 0 0;
}

footer .footer_content ul li .sect1 ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-family: 'BrownPro-Light';
  position: relative;
  left: 10px;
}

footer .footer_content ul li .sect1 ul li a:before {
  content: "- ";
  left: -10px;
  position: absolute;
}

footer .footer_content ul li:nth-child(1) .sect1 ul li a:before {
  content: "";
  text-indent: 0px;
}

footer .footer_content .sect2 ul li {
  display: inline-block;
  margin: 0 5px;
  width: 15%;
}

footer .footer_content ul li:nth-child(1) .sect1 ul li a {
  font-family: 'BrownPro-Bold';
  text-transform: uppercase;
}

.sect2 {
  float: right;
  width: 120px;
  margin-top: 0px;
  padding-bottom: 40px;
  text-align: right;
}

#logosftr {
  padding: 0px;
}

.subfooter {
  width: 100%;
  padding: 30px 0px 40px 0px;
}

.subfooter .container {
  width: 1070px;
}

.subfooter span {
  color: #000000;
  display: inline-block;
  margin: 0px 22px 0px 0px;
  position: relative;
  font-size: 10px;
  font-family: 'BrownPro-Light';
  text-transform: uppercase;
  font-weight: bold;
}

.subfooter span a {
  text-decoration: none;
  font-size: 10px;
  color: #000000;
}

.subfooter span:before {
  position: absolute;
  content: "";
  background: url(images/divider.jpg)no-repeat;
  width: 1px;
  height: 11px;
  left: -15px;
  top: 5px;
}

.subfooter span:nth-child(1):before {
  display: none;
}

@media (max-width:650px) {
  .subfooter {
    text-align: center;
    padding: 20px 0px 20px 0px;
  }

  .subfooter .container {
    width: 65%;
  }

  .subfooter span:nth-child(1):before {
    display: none;
  }

  .subfooter span:nth-child(3):before {
    display: none;
  }
}

@media (max-width:560px) {
  .subfooter .container {
    width: 80%;
  }
}

@media (max-width:480px) {
  .subfooter .container {
    width: 250px;
    padding: 0px 5px;
  }

  .subfooter span:nth-child(2):before {
    display: none;
  }

  .subfooter span:nth-child(3):before {
    display: inline-block;
  }
}

.slider .slick-prev {
  width: 30px;
  height: 30px;
  background: url(images/left-nav.png)no-repeat;
  background-position: center;
}

.slider .slick-prev:before {
  content: '→';
  content: "";
  width: 30px;
  height: 30px;
}

.slider .slick-next {
  width: 30px;
  height: 30px;
  background: url(images/right-nav.png)no-repeat center;
  right: -25px;
}

.slider .slick-next:before {
  content: '→';
  content: "";
  width: 30px;
  height: 30px;
}

.slider .slick-prev, .slick-next {
  top: 4%;
}

.eventslider .slick-prev {
  width: 30px;
  height: 30px;
  background: url(images/left-nav.png)no-repeat;
}

.eventslider .slick-prev:before {
  content: '→';
  content: "";
  width: 30px;
  height: 30px;
}

.eventslider .slick-next {
  width: 30px;
  height: 30px;
  background: url(images/right-nav.png)no-repeat center;
  right: -35px;
}

.eventslider .slick-next:before {
  content: '→';
  content: "";
  width: 30px;
  height: 30px;
}

.eventslider .slick-prev {
  top: 25%
}

.eventslider .slick-next {
  top: 25%
}

.small_logo {
  height: 100%;
  max-height: 80px;
  object-fit: contain;
  width: auto;
}

.checkboard li {
  height: 164px;
  list-style: none;
  text-align: center;
  position: relative;
  ;
}

/*.checkboard li:nth-child(even) {
  background-color: #F0F0EF;
}*/
.checkboard li .logo {
  position: absolute;
  top: 30%;
  bottom: 30%;
  left: 20%;
  right: 20%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*.filesRow{background: #ededed;max-height: 80px;}*/
.fileList {
  max-width: 1200px;
  margin: 0 auto;
}

.fileList li {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.fileList a {
  display: inline-block;
  height: 80px;
  width: 100%;
  background-color: #ededed;
  padding: 14px 20px 10px 60px;
  display: flex;
  align-items: center;
  /* align vertical */
  color: #5c1e6d;
  font-size: 20px;
  line-height: 20px;
  font-family: 'BrownPro-Light';
  position: relative;
  font-weight: bold;
}

.fileList a:hover {
  text-decoration: none;
}

.fileList li {
  padding: 28px 0;
  text-align: center;
  font-size: 24px;
  font-family: 'BrownPro-Regular';
  display: inline-block;
  line-height: 24px;
  background-color: #ededed;
  color: #5c1e6d;
  position: relative;
  font-weight: bold;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}

.fileList li a {
  text-align: left;
}

.fileList li:first-child {
  border-left: 10px solid #fff;
}

.fileList li:last-child {
  border-right: 10px solid #fff;
}

.fileList a::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 25%;
  background-image: url('images/file.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
}

.linkList {
  max-width: 640px;
  margin: 60px auto;
}

.linkList li {
  list-style: none;
  margin-bottom: 20px;
}

.linkList a {
  display: inline-block;
  width: 100%;
  background-color: #ededed;
  padding: 14px 20px 10px 60px;
  color: #5c1e6d;
  font-size: 20px;
  line-height: 20px;
  font-family: 'BrownPro-Light';
  position: relative;
}

.linkList a::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18%;
  background-image: url('images/url.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 28px;
  width: 28px;
}

.approachList {
  margin: 40px 0 60px 0;
}

.approachList li {
  list-style: none;
}

.approachList img {
  max-width: 100%;
  width: 100%;
}

.approachList li>div:first-child {
  padding: 0;
}

.approachList li>div:last-child {
  padding-left: 30px;
  padding-top: 12px;
}

.approachList li>div:last-child p {
  margin: 0;
  background-color: #5c1e6d;
  padding: 14px 20px 10px 20px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-family: 'BrownPro-Light';
  position: relative;
}

.investmentTypesList li {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  list-style: none;
  margin-bottom: 28px;
  padding-left: 56px;
  position: relative;
  color: #999;
}

.investmentTypesList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  width: 42px;
  height: 42px;
  border: 2px solid #bbb;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.investmentTypesList li:nth-child(1)::before {
  background-image: url('/wp-content/themes/WhiteHaven/images/growth.png');
}

.investmentTypesList li:nth-child(2)::before {
  background-image: url('/wp-content/themes/WhiteHaven/images/income.png');
}

.investmentTypesList li:nth-child(3)::before {
  background-image: url('/wp-content/themes/WhiteHaven/images/mixed.png');
}

.statsSection {
  margin: 60px 15px;
}

.statsSection h3 {
  text-align: left;
  font-size: 35px;
  color: #5c1e6d;
  padding: 0px 0px 15px 0px;
  text-transform: uppercase;
  font-family: 'BrownPro-Light';
}

.statsSection .statsList {
  margin: 0;
  color: #5c1e6d;
}

.statsSection .statsList li {
  list-style: none;
  padding: 20px 15px;
}

.statsSection .statsList li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.6);
}

.statsSection .statsList h4 {
  font-family: 'BrownPro-Regular';
  text-align: center;
  font-size: 2.7rem;
  color: #fff;
  vertical-align: middle;
  margin: 0 auto;
  line-height: 23px;
  display: table-cell;
  letter-spacing: -2px;
  padding-top: 10px;
}

.statsSection .statsList h4 small {
  line-height: 10px;
  font-size: 1.2rem;
  font-family: 'BrownPro-light';
  letter-spacing: 0;
}

.statsSection .statsList h4 sup {
  line-height: 10px;
  font-size: 1.6rem;
}

.statsSection .statsList .numbers {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  background: #5c1e6d;
  display: table;
}

.statsSection .statsList .stat-text {
  height: 100px;
  display: table;
}

.statsSection .statsList p {
  font-family: 'BrownPro-Regular';
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
}

.sectionClients ul li {
  min-height: 100px;
  list-style: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 20px;
}

.sectionInvestment h2 {
  margin: 60px 0 40px 80px;
  color: #5C1E6D;
  font-family: 'BrownPro-Light';
}

.sectionInvestment li {
  list-style: none;
}

.sectionInvestment .areaName {
  min-height: 220px;
}

.sectionInvestment .areaName h4 {
  margin-top: 85px;
  font-size: 16px;
  color: #1d1d1b;
  font-family: 'BrownPro-Light';
  text-transform: uppercase;
}

.sectionInvestment .areaImage {
  min-height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .sectionInvestment .even .areaImage {
    float: right;
  }
}

.applyForOfferingForm {
  font-family: 'BrownPro-Light';
  color: #1d1d1b;
  font-size: 20px;
}

.applyForOfferingForm .col-md-4 {
  padding-top: 18px;
}

.applyForOfferingForm label {
  width: 100%;
  padding-top: 14px;
}

.applyForOfferingForm input, .applyForOfferingForm textarea {
  width: 100%;
  padding: 3px 6px;
  font-size: 20px;
  margin-top: 4px;
}

.applyForOfferingForm .pitch-deck {
  border: 1px solid #ccc;
  padding: 8px 6px;
  background: #f9f9f9;
}

.applyForOfferingForm .pitch-deck input {
  width: 96%;
}

.applyForOfferingForm div.row:nth-child(3) .col-md-9 {
  padding: 25px 15px !important;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 0.8em;
  display: block;
  height: 0;
  position: relative;
  top: 5px;
}

.sectionContact {
  font-family: 'BrownPro-Light';
}

.sectionContact h3, .sectionContact h4 {
  color: #5C1E6D;
}

.sectionContact h5 {
  color: #1D1D1B;
  font-weight: bolder;
  padding-left: 16px;
  position: relative;
}

.sectionContact h5::before {
  content: "";
  position: absolute;
  left: -16px;
  height: 20px;
  width: 20px;
  background-image: url('images/pin.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sectionContact li {
  list-style: none;
  margin-top: 20px;
}

.sectionContact li>p {
  padding-left: 16px;
  color: #1D1D1B;
  font-weight: bold;
}

.sectionContact .wpcf7 {
  font-family: 'BrownPro-Light';
  color: #1d1d1b;
  font-size: 20px;
}

.sectionContact .wpcf7 label {
  width: 100%;
  padding-top: 14px;
}

.sectionContact .wpcf7 input, .sectionContact .wpcf7 textarea {
  width: 100%;
  padding: 3px 6px;
  font-size: 20px;
  margin-top: 4px;
}

.sectionContact .wpcf7 .purpleBtn {
  margin-top: 12px;
}

.sectionContact .wpcf7 .wpcf7-recaptcha>div {
  transform: scale(0.75) translateX(-50px);
  -moz-transform: scale(0.75) translateX(-50px);
  -webkit-transform: scale(0.75) translateX(-50px);
  -o-transform: scale(0.75) translateX(-50px);
  -ms-transform: scale(0.75) translateX(-50px);
}

.sectionContact {
  padding-left: 30px;
  padding-right: 30px;
}
ul.row.loginLinkList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
	margin-top: 30px;
}
.loginLinkList li {
  list-style: none;
}

.loginLinkList li a {
background-color: #9d9d9c;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 65px 25px 60px 25px;
    color: #fff;
    font-size: 25px;
    font-family: 'BrownPro-Light';
    width: 100%;
    height: 100%;
    text-align: center;
}

.loginLinkList li a:hover {
  background: #5c1e6d url(images/arrowgris.png)no-repeat -1% 50%;
  text-decoration: none;
  opacity: 1;
}

/*-----------Visual composer-----------------*/
.wpb_wrapper {
  margin-top: 20px;
}

.wpb_wrapper h4 {
  font-family: 'BrownPro-Regular';
  margin-bottom: 20px;
}

.wpb_wrapper h5 {
  font-family: 'BrownPro-Regular';
  color: #000000;
  margin-bottom: 10px;
}

.video {
  min-height: 400px;
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 200s;
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper:hover {
  opacity: 1;
  transition-duration: 0.3s;
  transition-delay: 0s;
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper.playing,
.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper:active {
  opacity: 1;
  transition-duration: 0.3s;
  transition-delay: 200s;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------New css-----------------*/
#lang_sel_list .lang_sel_sel {
  display: none !important;
}

#lang_sel_list .lang_sel_other {
  color: #fff !important;
  width: 27px;
  background: #00a29a !important;
  text-align: center;
  display: block;
  padding: 8px 0px;
  text-decoration: none;
  font-family: 'BrownPro-Regular';
  font-size: 12px;
}

.media-left img {
  width: 139px;
}

.slider .slick-prev, .slider .slick-next {
  top: -23% !important;
}

.eventslider .content1 {
  width: 95% !important;
}

.eventslider .slick-next, .eventslider .slick-prev {
  top: -46%;
}

.wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0px;
}

/*Helpers*/
.txtWhite {
  color: white !important;
}

.txtCenter {
  text-align: center;
}

.iframeContainer {
  position: relative;
  /*padding-bottom: 56.25%; /* 16:9 */
  padding-bottom: 52%;
  padding-top: 25px;
  height: 0;
}

.iframeContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
}

.whiteBtn {
  display: inline-block;
  background-color: white;
  color: #5C1E6D;
  text-transform: uppercase;
  padding: 36px 40px 26px 40px;
  margin: 20px 0;
  float: right;
  font-size: 48px;
  font-family: 'BrownPro-Light';
}

.purpleBtn {
  background-color: #5C1E6D;
  color: white !important;
  text-transform: uppercase;
  padding: 14px 20px 12px 20px !important;
  border: none;
}

.whiteBtn:hover {
  color: #5C1E6D;
  text-decoration: none;
}

.grosTxt {
  font-size: 16px;
  color: #000000;
  font-family: 'BrownPro-Light';
}

.bigTitle {
  margin-top: 16px;
  font-size: 65px;
  text-transform: uppercase;
  color: #5C1E6D;
  font-family: 'BrownPro-Light';
}

.txtCenterMob {
  text-align: center !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

blockquote p {
  display: inline;
  color: #000000 !important;
  font-size: 1.5em !important;
  line-height: 1.1em !important;
  font-family: 'BrownPro-Light';
  font-style: italic;
}

blockquote::before {
  display: inline;
  content: '“';
  font-size: 23px;
  color: #000000;
  position: relative;
  left: 5px;
  font-family: 'BrownPro-Light';
}

blockquote::after {
  display: inline;
  content: '”';
  font-size: 23px;
  color: #000000;
  position: absolute;
  bottom: 60px;
  font-family: 'BrownPro-Light';
}

@media (min-width: 820px) {
  .treasuremap {
    background-image: url("images/treasure.png");
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: 75%;
    padding: 30px;
  }

  .treasuremap p {
    font-size: 32px !important;
  }
}

.revealBlocks {
  margin-top: 60px;
  margin-bottom: 80px;
}

.revealBlocks li {
  padding: 40px 20px;
  color: white;
  list-style: none;
  text-align: center;
  overflow: hidden;
  min-height: 320px;
}

.revealBlocks li:nth-child(3n+1) {
  background-color: #0098c3;
}

.revealBlocks li:nth-child(3n+2) {
  background-color: #333333;
}

.revealBlocks li:nth-child(3n+3) {
  background-color: #5c1e6d;
}

.revealBlocks li h3 {
  font-family: 'BrownPro-Light';
  position: relative;
  top: 110px;
  trnsition: all 0.3s;
  font-weight: 700;
}

.revealBlocks li .revealBlockContent {
  padding: 20px 10%;
  position: relative;
  opacity: 0;
  top: 200px;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 16px;
}

.revealBlocks li:hover h3 {
  top: 25px;
}

.revealBlocks li:hover .revealBlockContent {
  opacity: 1;
  top: 20px;
}

.newsfeed1 img {
  width: 100%;
}

.txt18 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'BrownPro-Light';
  color: #000000;
  padding-top: 60px;
}

.dropDown {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  margin: 30px auto;
  transition: height 0.2s;
}

.dropDown>li>a {
  padding: 14px 40px 10px 20px;
}

.dropDown>li>a::before {
  content: none;
}

.dropDown>li>a::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 0;
  font-size: 36px;
  bottom: 0;
  display: flex;
  align-items: center;
}

.dropDown.clicked>li>a::after {
  content: "-";
}

.dropDownContainer {
  overflow: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 44px;
  z-index: 10;
  transition: height 0.2s;
}

.dropDownContainer li {
  margin: 0;
}

.dropDown.clicked .dropDownContainer {
  height: 650px;
}

.liste {
  transition: height 0.2s;
}

.wysiwygLinkList {
  max-width: 100%;
  margin: 0px auto;
  background-color: #ededed;
}

.wysiwygLinkList ul {
  background-color: #ededed;
  padding: 20px 0px;
}

.wysiwygLinkList ul.grey_link {
  margin: 0;
}

.wysiwygLinkList ul.grey_link_last {
  margin: 0;
  padding: 0;
}

.wysiwygLinkList ul.grey_link_last a::before {
  top: 25%;
}

.wysiwygLinkList li {
  list-style: none;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 20px;
  display: inline-block;
  width: 45%;
  margin-left: 5px;
  background-image: url('images/url.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.wysiwygLinkList a, .wysiwygLinkList p {
  display: inline-block;
  width: 100%;
  padding: 11px 20px 10px 50px;
  color: #5c1e6d;
  font-size: 20px;
  line-height: 20px;
  font-family: 'BrownPro-Light';
  position: relative;
  font-weight: bold;
}

.wysiwygLinkList p {
  margin: 0;
}

.wysiwygLinkList a:hover {
  text-decoration: none;
}

.wysiwygList {
  max-width: 100%;
  margin: 60px auto;
}

.wysiwygList li {
  list-style: none;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  padding: 14px 20px 10px 20px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-family: 'BrownPro-Light';
  position: relative;
}

h1.timeline-Header-title.u-inlineBlock {
  font-family: 'BrownPro-Light';
  font-size: 24px;
}

.youtube_embed {
  background-image: url('images/insurance-video.png') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.youtube_inclus {
  background-image: url('images/insurance-video-fr.png') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.youtube_embed_1 {
  background-image: url('images/investment-video.png') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.youtube_inclus_1 {
  background-image: url('images/investment-video-fr.png') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.youtube_embed_2 {
  background-image: url('images/fast-forward-video.png') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.youtube_inclus_2 {
  background-image: url('images/fast-forward-video-fr.png') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/*-----------Map.php-----------------*/
#map-title {
  font-family: 'BrownPro-Light';
  color: black;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: -70px;
  width: 300px;
}

.carte {
  position: relative;
  width: 100%;
  height: 470px;
  margin: 0 auto;
  background-color: #DADADA;
  display: block;
}

#provinces {
  height: 460px;
  width: 690px;
  margin: 0 auto;
  background-color: #DADADA;
  margin-left: 30%;
  position: relative;
}

#nunavut {
  position: absolute;
  top: 6px;
  left: 142px;
}

#yukon {
  position: absolute;
  left: 13px;
  top: 89px;
}

#nwter {
  position: absolute;
  left: 76px;
  top: 61px;
}

#bc, #bcfr {
  position: absolute;
  left: 2px;
  top: 171px;
}

#alberta {
  position: absolute;
  left: 69px;
  top: 230px;
}

#ontario {
  position: absolute;
  top: 304px;
  left: 222px;
}

#saskat {
  position: absolute;
  top: 251px;
  left: 114px;
}

#manitoba {
  position: absolute;
  top: 263px;
  left: 177px;
}

#quebec, #quebecfr {
  position: absolute;
  top: 233px;
  left: 322px;
}

#tn {
  position: absolute;
  top: 238px;
  left: 393px;
}

#nb {
  position: absolute;
  top: 371px;
  left: 421px;
}

#ipe {
  position: absolute;
  top: 374px;
  left: 451px;
}

#ns {
  position: absolute;
  top: 364px;
  left: 449px;
}

.mobOnlyLink {
  display: none !important;
}

.acf-input-table .row::before {
  content: none !important;
}

.cd-top {
  float: right;
  position: relative;
  color: #5c1e6d;
  font-size: 3em;
  top: -8px;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:active, .cd-top:focus {
  text-decoration: none;
  color: #5c1e6d;
}

.cd-top:hover {
  text-decoration: none;
  color: #5c1e6d;
  opacity: 1;
}

#charities .mejs-overlay-button {
  background: none;
}

.feedsection .cont1 {
  border-right: 0px;
  padding: 0px;
  max-width: 77%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

img {
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateZ(0);
}

.feedsection .newsfeed1 {
  width: 33.333333%;
  min-width: 250px;
  border: 1px solid #ffffff;
  padding: 10px;
  transition: all 500ms;
  cursor: pointer;
}

.feedsection .newsfeed1:hover {
  border: 1px solid #bdbdbc;
}

.feedsection .newsfeed1:hover .media-left img {
  transform: scale(1.1);
}

.container-flex {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.media {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}

.media-body, .media-left, .media-right {
  display: block;
  vertical-align: top;
  align-items: center;
  max-width: 100%;
}

.media-left {
  margin-bottom: 12px;
  max-height: 170px;
  overflow: hidden;
  padding: 0;
}

.media-left img {
  transition: all 500ms;
}

.feedsection .newsfeed1 .media-heading {
  color: #000;
  padding: 0;
  font-size: 18px;
  font-family: 'BrownPro-Bold';
}

.twitter_feed {
  font-family: 'BrownPro-Light';
  width: 270px;
  display:none;
}

/* .archives-link a {
    font-family: 'BrownPro-Light';
    text-decoration: underline;
    color: #5c1e6d;
    font-size: 20px20px;
    text-transform: uppercase;
    margin: 30px 0;
    display: block;
} */
.display_descktop {
  display: block;
}

.display_mobile {
  display: none;
}

.feedsection .newsfeed1 .plus {
  float: right;
  margin: 0px 0px;
  display: block;
}

@media (max-width: 1200px) {

  /* .feedsection .cont1 {
      width: 100%;
      max-width: unset;
  } */
  .feedsection .newsfeed1 {
    width: 50%;
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .feedsection .cont1 {
    max-width: 72%;
  }
}

@media (max-width: 1023px) {
  .feedsection .cont1 {
    width: 100%;
    max-width: unset;
  }

  .twitter_feed {
    font-family: 'BrownPro-Light';
    width: 100%;
  	display:none;
  }
}

@media (max-width: 767px) {
  .feedsection .newsfeed1, .feedsection .cont1 {
    width: 100%;
    max-width: unset;
  }

  .container-flex {
    flex-direction: column;
  }

  .twitter_feed {
    font-family: 'BrownPro-Light';
    width: 100%;
	display:none;
  }

  .display_descktop {
    display: none;
  }
}

.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup-video video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 75%;
  height: auto;
}

.popup-video .close-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5c1e6d;
  width: 40px;
  height: 40px;
  color: #fff;
  top: 20px;
  right: 20px;
  font-weight: 900;
  border: 3px solid #fff;
}

@media (max-width:900px) {
  .popup-video .close-btn {
    top: 120px;
  }

  .popup-video video {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .popup-video .close-btn {
    top: 85px;
  }
}

.popup-video .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.appbtn {
  display: flex;
  justify-content: center;
}

@media (max-width:576px) {
  .appbtn {
    flex-wrap: wrap;
  }
}

/**************************************************
                ASSET MANAGEMENT
**************************************************/
.main-content-assetManagement {
  overflow-x: hidden;
}

.main-content-assetManagement .textual_content .inner_content {
  padding: 20px 0px 40px;
}

.main-content-assetManagement #section6-assetManagement .inner_content {
  padding-bottom: 0;
}

.iconlist {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.item-list {
  background: linear-gradient(to right, rgba(119, 119, 119, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  width: 20%;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  transition: opacity 500ms;
}

.section-1 .item-list p, .section3 .item-list p {
  font-size: 23px !important;
  color: #5c1e6d !important;
}

.item-list img {
  max-height: 90px;
  max-width: 130px;
  display: block;
  margin-bottom: 20px;
}

section#section2-assetManagement, section#section4-assetManagement, section#section6-assetManagement {
  background: #ebebeb;
}

#section2-assetManagement .item-list {
  background: none;
  width: 33.33333%;
  align-items: baseline;
  justify-content: flex-start;
  padding: 30px;
}

#section2-assetManagement .item-list img {
  max-width: unset;
  max-height: 60px;
  margin-bottom: 30px;
}

.section2-description_image p {
  text-align: left;
}

#section2-assetManagement .item-lis:last-child {
  padding-right: 0px;
}

#section2-assetManagement .item-list:first-child {
  padding-left: 0px;
}

.section3 .item-list {
  width: 25%;
}

.section3-box-border {
  border: 1px solid #5c1e6d;
  margin-left: -27px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.section4-text {
  margin-bottom: 60px;
}

.box-border-col-titre {
  margin-top: -92px;
  font-weight: bold;
  font-family: 'BrownPro-bold';
  -webkit-font-smoothing: antialiased;
  min-height: 24px;
}

.box-border-col {
  padding: 10px;
}

.box-border-col-1 {
  width: 25%;
}

.box-border-col-2 {
  width: 30%;
}

.box-border-col-3 {
  width: 45%;
}

.flex-box-border-col-bloc {
  display: flex;
  justify-content: space-between;
}

.flex-box-border-col-bloc .box-border-col-bloc {
  width: 19%;
}

.box-border-col-bloc {
  background: #5c1e6d;
  color: #ffffff;
  padding: 5px;
  margin-top: 15px;
  font-size: 13px;
  line-height: 1;
  position: relative;
  height: 60px;
}

.flex-box-border-col-bloc .box-border-col-bloc::before {
  display: none;
}

.box-border-col-bloc::before, .flex-box-border-col-bloc .arrow-border-bloc::before {
  content: url('/wp-content/uploads/2018/11/arrow-assetManagement.png');
  left: -14px;
  top: 15px;
  color: #5c1e6d;
  position: absolute;
  display: block;
}

.box-border-col-bloc p {
  margin: 0;
  color: #ffffff !important;
}

.box-border-col-text {
  margin-top: 25px;
}

#section5-assetManagement .section5 {
  position: relative;
  padding-bottom: 35%;
}

.section5 img {
  max-width: 100%;
  position: absolute;
  top: -40px;
  bottom: 0;
  left: 0;
  right: 0;
}

.section5-bloc-text {
  position: absolute;
  max-width: 350px;
}

.section5-bloc-text1 {
  top: 28%;
  left: 0;
}

.section5-bloc-text2 {
  right: 0%;
  top: 27%;
}

.section5-bloc-text3 {
  max-width: 600px;
  top: 81%;
  left: 27%;
}

p.titre_mobile {
  display: none;
}

.section6 {
  display: flex;
}

.section6-text {
  width: 40%;
  padding-right: 25px;
}

.section6-image {
  width: 60%;
  display: flex;
  align-items: baseline;
}

.section6-image img {
  max-width: 100%;
}

#section7-assetManagement, #section7-assetManagement .inner_content {
  padding: 0 !important;
}

.section7 {
  height: 30vw;
  padding: 20px;
}

.section7-text {
  max-width: 41%;
}

.section8-image img {
  max-width: 100%;
}

.section2-description_image h5 {
  font-size: 15px;
  font-family: 'BrownPro-Light';
}

.item-list-recto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-list-verso {
  display: none;
}

.item-list:hover .item-list-verso {
  display: block;
}

.item-list:hover .item-list-recto {
  display: none;
}

.section-1 .item-list .item-list-verso p, .section3 .item-list .item-list-verso p {
  font-size: 16px !important;
  line-height: 1.2 !important;
}

.videosection video {
  display: block;
  object-fit: cover;
}

.videosection .slider-nav h3 {
  height: 60px;
}

.page-template-corporateFinance h1 {
  color: #000 !important;
}

@media (max-width: 1100px) {
  .section3-box-border {
    border: 0px;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }

  #section4-assetManagement.textual_content .inner_content {
    width: 100%;
  }

  .section4-text {
    margin-bottom: 0px;
  }

  .box-border-col {
    padding: 0px;
    width: 100% !important;
  }

  .box-border-col-titre {
    margin-top: 0;
    min-height: unset;
  }

  .box-border-col-bloc::before, .flex-box-border-col-bloc .arrow-border-bloc::before {
    display: none;
  }

  .flex-box-border-col-bloc .box-border-col-bloc {
    width: 19%;
    font-size: 10px;
  }

  .section5 img {
    max-width: 100%;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0 auto;
    display: block;
  }

  #section5-assetManagement .section5 {
    position: relative;
    padding-bottom: 0;
  }

  .section5-bloc-text {
    position: relative;
    max-width: unset;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 30px 0;
  }

  p.titre_mobile {
    display: block;
    font-family: 'BrownPro-Bold' !important;
    -webkit-font-smoothing: antialiased;
  }

  .section5-bloc-text p {
    font-size: 18px !important;
    text-align: left;
  }

  .section6 {
    display: flex;
    flex-direction: column;
  }

  .section6-text {
    width: 100%;
    padding-right: 0;
  }

  .section6-image {
    width: 100%;
    margin-bottom: 0;
    margin-top: 50px;
  }

  .section7 {
    height: auto;
    padding: 20px 20px 80px;
    margin-bottom: -30px;
  }

  .section7-text {
    max-width: unset;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
  }
}

@media (max-width: 992px) {
  .main-content-assetManagement .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .iconlist {
    flex-direction: column;
  }

  .item-list {
    width: 100% !important;
    padding: 10px;
  }

  .item-list-verso {
    display: block;
  }

  .item-list:hover .item-list-verso {
    display: block;
  }

  .item-list:hover .item-list-recto {
    display: flex;
  }

  .flex-box-border-col-bloc {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .flex-box-border-col-bloc .box-border-col-bloc {
    width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  #section2-assetManagement .item-list img {
    max-width: 100%;
  }

  #section2-assetManagement .item-list {
    padding: 0;
  }
}

.videosection .slider-nav ul li {
  width: 30%;
}

@media (max-width: 800px) {
  .videosection .slider-nav ul li {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .videosection .slider-nav h3 {
    margin-right: 20px;
    width: auto !important;
  }
}