@charset "UTF-8";
/* Default Responsive Layouts */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

body {
  overflow-x: hidden !important;
  max-width: 100%;
  color: #7e8795;
}

* {
  margin: 0;
  padding: 0;
}

p {
  text-align: left;
  margin-bottom: 30px;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2;
}

h2 {
  font-size: 24px;
  font-weight: normal;
}

/*Background Gradient Color*/
/*Set Opacity*/
/* Border Radius*/
/* Animate */
/*Rotate*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');


/* POPPINS REG */
body,
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column .wpb_wrapper p,
body:not(.home) .master-holder h3,
.master-holder h6,
.dataTables_wrapper table.dataTable tbody tr td:nth-child(2) {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400 !important;
}


body .master-holder h1, body .master-holder h3, body .master-holder h4, .master-slider .ms-view .ms-slide-layers .ms-layer p,
.master-slider .ms-slide .ms-slide-layers .ms-layer p, body.home .home_share_block .share_price table tbody tr td:last-child, body.page-id-35 h6 {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400 !important;
}

/* POPPINS SEMI-BOLD */
.master-holder h2, 
.mk-header .mk-classic-menu-wrapper ul.main-navigation-ul li.menu-item a.menu-item-link,
.master-slider .ms-view .ms-slide-layers .ms-layer p a,
.master-slider .ms-slide .ms-slide-layers .ms-layer p a, 
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column .wpb_wrapper h2,
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column .wpb_wrapper p a,
.item .date,
.vc_btn3-container.video_view_more a.vc_btn3,
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2 .widget p strong,
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2 .widget.widget_nav_menu .menu li a, 
.mk-image .mk-image-holder .mk-image-caption, .gform_wrapper .gform_body .gfield .gfield_label, 
#mk-sidebar .widget .widgettitle, #mk-sidebar .widget.widget_nav_menu .menu li a, 
#mk-sidebar .widget.widget_nav_menu .menu-investor-filter-container ul.menu li a, 
body.page-id-35 h4, body.page-id-35 p strong, 
.dataTables_wrapper table.dataTable tbody tr td .file_share_button, 
.dataTables_wrapper table.dataTable tbody tr td:nth-child(3) a, 
.dataTables_wrapper table.dataTable.news tbody tr td.title {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600 !important;
}

/* POPPINS BOLD */
.master-holder h1, 
body .master-holder h2,
body:not(.home) .master-holder h2, 
.master-holder h3, 
.mk-page-title-box .mk-page-title-box-content .mk-grid .mk-page-title-box-title,
.master-slider .ms-view .ms-slide-layers .ms-layer h1,
.master-slider .ms-slide .ms-slide-layers .ms-layer h1, 
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column .wpb_wrapper .share_price,
body.home .mk-page-section:not(.home_share_block) h2,
.item .title,
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2 .widget .widgettitle,
body:not(.home) .master-holder h4,
#mk-sidebar .widget .widgettitle,
.video_block.latest .title h2   {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700 !important;
}




body:not(.home) .master-holder h2 {
  margin-bottom: 7px;
  text-transform: none !important;
}
@media only screen and (max-width: 1099px) {
  body:not(.home) .master-holder h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 899px) {
  body:not(.home) .master-holder h2 {
    font-size: 24px;
  }
}

body:not(.home) .master-holder h3 {
  line-height: 1.3em;
}
@media only screen and (max-width: 766px) {
  body:not(.home) .master-holder h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 650px) {
  body:not(.home) .master-holder h3 {
    font-size: 22px;
  }
}

p {
  margin-bottom: 13px;
}

/*Global App */
.grid:after {
  content: "";
  display: table;
  clear: both;
}

a {
  //color: #38C0D8;
  color : #037b62;
  text-decoration: none;
  transition: all 250ms ease-in-out;
}
a:hover {
  color: #646c79;
}

.pagination {
  margin: 20px 0 40px;
  display: block;
  text-align: center;
}
.pagination a, .pagination span {
  padding: 6px;
  border: 1px solid #38C0D8;
  color: white;
  border-radius: 30px;
  font-size: 13px;
  line-height: 9px;
  height: 22px;
  width: 22px;
  display: inline-block;
  box-sizing: border-box;
  background: #38C0D8;
}
.pagination a {
  text-decoration: none;
}
.pagination a.prev {
  width: 79px;
}
.pagination a.next {
  width: 57px;
}
.pagination a:hover {
  color: #38C0D8;
  background-color: white;
}
.pagination span {
  background: white;
  color: #38C0D8;
}

body .wrapper {
  border: 5px solid white;
  overflow: hidden;
}
body .wrapper main {
  padding-top: 95px;
}
body .wrapper main article {
  overflow: hidden;
}
body .post-edit-link, body #vc_load-inline-editor {
  display: none;
}

body .master-holder h1, body .master-holder h3, body .master-holder h4 {
  font-weight: normal;
  color: #333333;
}

body .master-holder h2 {
  font-weight: normal;
  color: #333333;
}

body .master-holder h3 {
  color: #037B62;
}

body:not(.home) .master-holder h4 {
  font-size: 25px;
  color: #037B62;
  margin-bottom: 5px;
}

em {
  font-style: normal;
}

/*------------------------------------*\
    HEADER - SITE WIDE
\*------------------------------------*/
.mk-header .header-logo a {
  display: inline-block;
  max-width: 272px;
  margin-top: 3px;
  margin-left: 11px;
}
.mk-header .header-logo a img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .mk-header .header-logo a {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .mk-header .mk-classic-menu-wrapper ul.main-navigation-ul {
    padding-left: 25px;
  }
}
.mk-header .mk-classic-menu-wrapper ul.main-navigation-ul li.menu-item a.menu-item-link {
  font-size: 16px;
  color: #6e7c83;
  padding: 14px 11px 16px !important;
  letter-spacing: 0px;
}
.mk-header .mk-classic-menu-wrapper ul.main-navigation-ul li.menu-item:not(:first-child) a.menu-item-link {
  margin-left: 5px;
}
.mk-header .mk-classic-menu-wrapper ul.main-navigation-ul li.menu-item:not(:first-child):before {
  content: "/";
  display: inline-block;
  position: absolute;
  font-size: 19px;
  color: #037B62;
}
.mk-header .mk-classic-menu-wrapper ul.main-navigation-ul li.menu-item .sub-menu li.menu-item:before {
  display: none;
}
.mk-header .mk-classic-menu-wrapper .main-nav-side-search {
  float: right;
  margin-right: 25px;
}
.mk-header .mk-classic-menu-wrapper .main-nav-side-search .mk-search-trigger {
  color: #037B62;
}
.mk-header .mk-classic-menu-wrapper .main-nav-side-search .mk-search-trigger i svg {
  height: 22px !important;
  width: 22px !important;
}

#mk-footer {
  margin-top: 20px;
}
#mk-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 123, 98, 0.9);
  z-index: -1;
}
#mk-footer .footer-wrapper {
  padding: 37px 0 43px;
}
@media only screen and (max-width: 766px) {
  #mk-footer .footer-wrapper .mk-padding-wrapper {
    padding: 0 35px;
  }
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2 .widget .widgettitle {
  font-size: 20px;
  letter-spacing: 0;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2 .widget .widgettitle:after {
  content: "";
  width: 95%;
  height: 1px;
  position: relative;
  background: white;
  display: block;
  margin-top: 14px;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2 .widget.widget_nav_menu {
  padding: 0;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2 .widget.widget_nav_menu .menu li a {
  color: white;
  padding: 1px 0px;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2 .widget.widget_nav_menu .menu li a:hover {
  color: #49C096;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2 .widget p {
  font-size: 15px;
  color: white;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2 .widget p strong {
  font-size: 15px;
  color: white;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2:nth-of-type(1) .widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2:nth-of-type(1) .widget .widgettitle {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2:nth-of-type(1) .widget blockquote {
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  padding: 0;
  background: none;
}
@media only screen and (max-width: 1099px) {
  #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2:nth-of-type(1) .widget blockquote {
    width: 100% !important;
    -ms-flex: auto;
        flex: auto;
  }
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2:nth-of-type(1) .widget blockquote:before {
  display: none;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2:nth-of-type(1) .widget blockquote p {
  color: white;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2 > .mk-col-1-2:nth-child(1) {
  width: 70%;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2 > .mk-col-1-2:nth-child(2) {
  width: 30%;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-2 > .mk-col-1-2:nth-child(2) img {
  max-width: 155px;
}
#mk-footer #sub-footer {
  background-color: #ABADB0;
}
#mk-footer #sub-footer .mk-footer-copyright {
  padding: 19px 20px !important;
  letter-spacing: 0;
  line-height: 22px;
}
#mk-footer #sub-footer .mk-footer-copyright a {
  display: inline-block;
}
#mk-footer #sub-footer .mk-footer-copyright a img {
  margin-left: 5px;
  max-width: 125px;
  margin-top: -3px;
}
#mk-footer #sub-footer .mk-footer-copyright a:hover {
  opacity: 0.5;
}

/* Theme */
/*------------------------------------*\
    THEME - PAGE SECTION
\*------------------------------------*/
.mk-page-section.flex .wpb_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mk-page-section.flex .wpb_row .wpb_column {
  -ms-flex: 1;
      flex: 1;
  float: none;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column {
  width: 100%;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column:nth-of-type(1) {
  background: #87898b;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column:nth-of-type(2) {
  background: #49C096;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column:nth-of-type(2) p a {
  color: #037b62;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column:nth-of-type(2) p.links {
  margin: 0 0 10px;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column:nth-of-type(2) p.links a {
  margin: 0;
  color: white;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column:nth-of-type(2) p.links a:hover {
  color: #037B62;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column:nth-of-type(3) {
  background: #abadb0;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column:nth-of-type(3) p a {
  color: #037b62;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column:nth-of-type(3) p.links {
  margin: 0 0 10px;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column:nth-of-type(3) p.links a {
  margin: 0;
  color: white;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column:nth-of-type(3) p.links a:hover {
  color: #037B62;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column .wpb_wrapper {
  padding: 27px 0 25px 10px;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column .wpb_wrapper h2 {
  font-size: 26px;
  color: white;
  margin-bottom: 5px;
}
@media only screen and (max-width: 999px) {
  .mk-page-section.home_share_block .wpb_row.vc_row .wpb_column .wpb_wrapper h2 {
    font-size: 22px;
  }
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column .wpb_wrapper .share_price {
  color: white;
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column .wpb_wrapper p {
  font-size: 15px;
  color: white;
  margin-bottom: 1px;
  line-height: 1.4em;
}
.mk-page-section.home_share_block .wpb_row.vc_row .wpb_column .wpb_wrapper p a {
  margin-top: 10px;
  display: block;
}
@media only screen and (max-width: 1099px) {
  .mk-page-section.home_share_block .page-section-content {
    width: 100%;
  }
}
.mk-page-section.with_divider .page-section-content:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(24% - 10px);
  height: calc(100% - 60px);
  width: 1px;
  background: #B7BDC1;
}
@media only screen and (max-width: 1023px) {
  .mk-page-section.with_divider .page-section-content:before {
    left: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .mk-page-section.with_divider .page-section-content:before {
    display: none;
  }
}
@media only screen and (max-width: 766px) {
  .mk-page-section .page-section-content > .mk-padding-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 766px) {
  .mk-page-section .image-onmobile {
    padding-bottom: 50px;
  }
}

/*------------------------------------*\
    THEME - ROW
\*------------------------------------*/
.vc_inner.wpb_row.full_width.vc_row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

/*------------------------------------*\
    THEME - TEXTBLOCK
\*------------------------------------*/
/*------------------------------------*\
    THEME - MASTER SLIDER
\*------------------------------------*/
.master-slider {
  box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 766px) {
  .master-slider .ms-view,
  .master-slider .ms-slide {
    height: 270px !important;
  }
}
.master-slider .ms-view .ms-slide-layers,
.master-slider .ms-slide .ms-slide-layers {
  overflow: visible;
}
.master-slider .ms-view .ms-slide-layers:before,
.master-slider .ms-slide .ms-slide-layers:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/slider_bg_before.png");
  background-repeat: repeat;
  width: 100vw;
  left: -100vw;
  height: 100%;
}
.master-slider .ms-view .ms-slide-layers .ms-layer,
.master-slider .ms-slide .ms-slide-layers .ms-layer {
  height: 100%;
  background: url("../images/slider_bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 100px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.master-slider .ms-view .ms-slide-layers .ms-layer h1,
.master-slider .ms-slide .ms-slide-layers .ms-layer h1 {
  font-size: 45px;
  margin-top: 0;
  color: white;
  letter-spacing: -1px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 1199px) {
  .master-slider .ms-view .ms-slide-layers .ms-layer h1,
  .master-slider .ms-slide .ms-slide-layers .ms-layer h1 {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 766px) {
  .master-slider .ms-view .ms-slide-layers .ms-layer h1,
  .master-slider .ms-slide .ms-slide-layers .ms-layer h1 {
    font-size: 36px;
    text-align: left !important;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .master-slider .ms-view .ms-slide-layers .ms-layer h1,
  .master-slider .ms-slide .ms-slide-layers .ms-layer h1 {
    padding: 0 30px;
    font-size: 34px;
  }
}
@media only screen and (max-width: 399px) {
  .master-slider .ms-view .ms-slide-layers .ms-layer h1,
  .master-slider .ms-slide .ms-slide-layers .ms-layer h1 {
    font-size: 30px;
  }
}
.master-slider .ms-view .ms-slide-layers .ms-layer p,
.master-slider .ms-slide .ms-slide-layers .ms-layer p {
  color: white;
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .master-slider .ms-view .ms-slide-layers .ms-layer p,
  .master-slider .ms-slide .ms-slide-layers .ms-layer p {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 766px) {
  .master-slider .ms-view .ms-slide-layers .ms-layer p,
  .master-slider .ms-slide .ms-slide-layers .ms-layer p {
    font-size: 18px;
    text-align: left !important;
    line-height: 25px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 399px) {
  .master-slider .ms-view .ms-slide-layers .ms-layer p,
  .master-slider .ms-slide .ms-slide-layers .ms-layer p {
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
  }
  .master-slider .ms-view .ms-slide-layers .ms-layer p br,
  .master-slider .ms-slide .ms-slide-layers .ms-layer p br {
    display: none;
  }
}
.master-slider .ms-view .ms-slide-layers .ms-layer p a,
.master-slider .ms-slide .ms-slide-layers .ms-layer p a {
  font-size: 15px;
  color: white;
  padding: 8px 7px 8px 15px;
  text-transform: uppercase;
  background: #49C096;
  position: relative;
}
.master-slider .ms-view .ms-slide-layers .ms-layer p a:after,
.master-slider .ms-slide .ms-slide-layers .ms-layer p a:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 14px solid #49C096;
  right: -14px;
  top: 0px;
}
@media only screen and (max-width: 559px) {
  .master-slider .ms-view .ms-slide-layers .ms-layer,
  .master-slider .ms-slide .ms-slide-layers .ms-layer {
    background-image: url("../images/slider_bg_before.png");
    background-repeat: repeat;
    padding-right: 0 !important;
    width: 100%;
    text-align: center;
  }
}

/*------------------------------------*\
    THEME - TITLE BOX
\*------------------------------------*/
@media only screen and (max-width: 766px) {
  .mk-page-title-box {
    height: 170px !important;
  }
}
.mk-page-title-box .mk-page-title-box-content {
  background-image: url("../images/slider_bg_long.png");
  background-repeat: no-repeat;
  background-position: right 50vw center;
}
.mk-page-title-box .mk-page-title-box-content .mk-grid {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -ms-flex-align: center;
      align-items: center;
}
.mk-page-title-box .mk-page-title-box-content .mk-grid .mk-page-title-box-title {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 45px !important;
  text-transform: none !important;
  max-width: 450px;
  margin-left: 10px !important;
  letter-spacing: -1px !important;
  color: white !important;
}
@media only screen and (max-width: 1099px) {
  .mk-page-title-box .mk-page-title-box-content .mk-grid .mk-page-title-box-title {
    margin-left: 35px !important;
  }
}
@media only screen and (max-width: 766px) {
  .mk-page-title-box .mk-page-title-box-content .mk-grid .mk-page-title-box-title {
    font-size: 35px !important;
    line-height: 1.2em !important;
  }
}
@media only screen and (max-width: 949px) {
  .mk-page-title-box .mk-page-title-box-content {
    background-position: left -2550px center;
  }
}
@media only screen and (max-width: 1099px) {
  .mk-page-title-box {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}

/*------------------------------------*\
    THEME - IMAGE
\*------------------------------------*/
.mk-image .mk-image-holder .mk-image-caption {
  position: relative;
  background: none !important;
  padding: 0;
  margin: 10px 0;
  color: #806F59;
  font-size: 15px;
}
.mk-image .mk-image-holder .mk-image-caption span.mk-caption-desc {
  font-size: 14px;
}

/*------------------------------------*\
    THEME - GRAVITY FORMS
\*------------------------------------*/
.gform_wrapper {
  margin-top: 0;
}
.gform_wrapper .gform_body .gfield {
  margin-top: 25px;
}
.gform_wrapper .gform_body .gfield .gfield_label {
  font-size: 15px;
}
.gform_wrapper .gform_body .gfield .ginput_container input, .gform_wrapper .gform_body .gfield .ginput_container textarea {
  border: none;
  padding: 7px 5px !important;
  background: #F2F2F2;
}

/*------------------------------------*\
    THEME - SIDEBAR
\*------------------------------------*/
#mk-sidebar .widget {
  position: relative;
}
#mk-sidebar .widget:not(:first-child) {
  margin-top: 80px;
}
#mk-sidebar .widget:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  width: 92%;
  height: 1px;
  top: -35px;
  background: rgba(110, 124, 131, 0.4);
}
#mk-sidebar .widget:not(:first-child) .widgettitle {
  padding-bottom: 0;
}
#mk-sidebar .widget .widgettitle {
  font-size: 25px;
  color: #037B62;
  text-transform: none;
  margin-bottom: 25px;
}
#mk-sidebar .widget.widget_nav_menu .menu {
  border: none;
}
#mk-sidebar .widget.widget_nav_menu .menu li {
  border: none;
  position: relative;
}
#mk-sidebar .widget.widget_nav_menu .menu li:before {
  content: "";
  display: inline-block;
  position: absolute;
  color: #ABBD26;
  font-family: fontawesome;
  padding-right: 7px;
  font-size: 10px;
  top: 7px;
}
#mk-sidebar .widget.widget_nav_menu .menu li a {
  border: none;
  background: none;
  font-size: 15px;
  margin-left: 6px;
}
#mk-sidebar .widget.widget_nav_menu .menu li a:hover {
  color: #ABBD26;
}
#mk-sidebar .widget.widget_nav_menu .menu li a svg {
  display: none;
}
#mk-sidebar .widget.widget_nav_menu .menu li.current-menu-item a {
  color: #ABBD26;
}
#mk-sidebar .widget.widget_nav_menu .menu-investor-filter-container ul.menu {
  border: none;
  max-width: 80%;
}
#mk-sidebar .widget.widget_nav_menu .menu-investor-filter-container ul.menu li {
  border: none;
  background: none;
  margin-bottom: 10px;
}
#mk-sidebar .widget.widget_nav_menu .menu-investor-filter-container ul.menu li:before {
  display: none;
}
#mk-sidebar .widget.widget_nav_menu .menu-investor-filter-container ul.menu li a {
  margin-left: 0;
  width: 100%;
  font-size: 15px;
  background: #F1F2F4;
  color: #037B62;
}
#mk-sidebar .widget.widget_nav_menu .menu-investor-filter-container ul.menu li a:hover {
  background: #49C096;
  color: white;
}
#mk-sidebar .widget.widget_nav_menu .menu-investor-filter-container ul.menu li.current-menu-item a {
  background: #49C096;
  color: white;
}

/* Pages */
/*------------------------------------*\
    PAGE HOME
\*------------------------------------*/
body.home .theme-content > .mk-page-section-wrapper:first-child {
  z-index: 100;
}
body.home .mk-page-section:not(.home_share_block) h2 {
  color: #464646;
  line-height: 1.2;
  margin-bottom: 20px;
}
body.home .home_share_block .share_price table {
  background: none !important;
  border: none;
}
body.home .home_share_block .share_price table thead {
  display: none;
}
body.home .home_share_block .share_price table tbody tr {
  background: none !important;
}
body.home .home_share_block .share_price table tbody tr td {
  border: none;
  display: inline-block;
  padding: 11px 0;
  color: white;
}
body.home .home_share_block .share_price table tbody tr td:first-child {
  padding-right: 5px;
}
body.home .home_share_block .share_price table tbody tr td:not(:last-child) {
  font-size: 36px;
  padding-top: 4px;
}
@media only screen and (max-width: 766px) {
  body.home .home_share_block .share_price table tbody tr td:not(:last-child) {
    font-size: 28px;
  }
}
body.home .home_share_block .share_price table tbody tr td:last-child {
  display: block;
  width: 100%;
  display: none;
}
body.home .home_share_block .wpb_row.vc_row .wpb_column .wpb_wrapper p .date {
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 0;
}
body.home .home_share_block .wpb_row.vc_row .wpb_column .wpb_wrapper p br {
  display: none;
}

/*------------------------------------*\
    PAGE DIRECTORS
\*------------------------------------*/
body.page-id-35 h4 {
  font-size: 25px;
  color: #806F59;
  margin-bottom: 0;
}
body.page-id-35 p strong {
  font-size: 17px;
  color: #ABBD26;
}

/*------------------------------------*\
    PAGE REPORTS
\*------------------------------------*/
/*------------------------------------*\
    PAGE DIRECTORS
\*------------------------------------*/
body.page-id-43 h3 {
  line-height: 1.2em !important;
}
body.page-id-43 .link_list:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  height: 100%;
  width: 1px;
  background: #B7BDC1;
}
@media only screen and (max-width: 767px) {
  body.page-id-43 .link_list:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.page-id-43 .link_list ul {
    margin-left: 0;
  }
}
body.page-id-43 .link_list ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 3px;
  position: relative;
  padding-left: 15px !important;
}
body.page-id-43 .link_list ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  color: #037B62;
  font-family: fontawesome;
  padding-right: 7px;
  font-size: 10px;
  left: 0;
  top: 5px;
  line-height: 14px;
}
body.page-id-43 .link_list ul li a {
  font-size: 15px;
  color: #037B62;
}
body.page-id-43 .link_list ul li a:hover {
  color: #806F59;
}

/*------------------------------------*\
    WPFD PLUGIN - PAGE
\*------------------------------------*/
.mediaTableMenu {
  display: none;
}

.post_list_year_select_wrap {
  display: inline-block;
  position: relative;
  vertical-align: text-top;
}
@media only screen and (max-width: 650px) {
  .post_list_year_select_wrap {
    display: block;
    width: 79px;
    clear: both;
  }
  .post_list_year_select_wrap #post_list_year_select {
    margin-top: 10px !important;
    margin-left: 0 !important;
  }
}
.post_list_year_select_wrap:before {
  content: "";
  display: inline-block;
  position: absolute;
  color: white;
  font-family: fontawesome;
  padding-right: 7px;
  right: -5px;
  top: 17px;
  font-size: 10px;
}
@media only screen and (max-width: 1099px) {
  .post_list_year_select_wrap:before {
    top: 15px;
  }
}
@media only screen and (max-width: 899px) {
  .post_list_year_select_wrap:before {
    top: 12px;
  }
}
@media only screen and (max-width: 650px) {
  .post_list_year_select_wrap:before {
    top: 21px;
  }
}
.post_list_year_select_wrap:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 18px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 15px solid #037B62;
  top: 5px;
  right: -14px;
}
@media only screen and (max-width: 1099px) {
  .post_list_year_select_wrap:after {
    top: 3px;
  }
}
@media only screen and (max-width: 899px) {
  .post_list_year_select_wrap:after {
    top: 0;
  }
}
@media only screen and (max-width: 650px) {
  .post_list_year_select_wrap:after {
    top: 10px;
  }
}
.post_list_year_select_wrap #post_list_year_select {
  display: inline-block;
  background: #037B62;
  color: white;
  width: 80px;
  margin-left: 20px;
  padding-right: 0;
  min-width: 0;
  vertical-align: middle;
}
.post_list_year_select_wrap #post_list_year_select::-ms-expand {
  display: none;
}

.wpfd-content-encounter {
  overflow: visible !important;
  background: none;
}
.wpfd-content-encounter .wpfd-container-encounter {
  overflow: visible;
  width: 100%;
}

.dataTables_wrapper #post_data_table_filter {
  display: none;
}
.dataTables_wrapper table.dataTable {
  overflow: visible;
  box-shadow: none;
  border: none;
  background: none;
  margin-top: 22px;
}
.dataTables_wrapper table.dataTable thead {
  display: none;
}
.dataTables_wrapper table.dataTable tbody tr {
  border: none !important;
}
.dataTables_wrapper table.dataTable tbody tr td {
  border: none !important;
  padding: 7px 0 7px 0px !important;
  vertical-align: top;
}
.dataTables_wrapper table.dataTable tbody tr td .file_share_button {
  background: #037B62;
  font-size: 11px;
  color: white;
  padding: 3px 15px 3px;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.dataTables_wrapper table.dataTable tbody tr td .file_share_button .share_panel {
  display: none;
  position: absolute;
  background: #E6E7E9;
  padding: 0 0 6px;
  left: -50%;
  width: 120px;
  text-align: center;
  z-index: 10;
  margin-top: 10px;
}
.dataTables_wrapper table.dataTable tbody tr td .file_share_button .share_panel:before {
  content: "";
  display: block;
  position: relative;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #E6E7E9;
  left: calc(50% - 8px);
  top: -8px;
}
.dataTables_wrapper table.dataTable tbody tr td .file_share_button .share_panel a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
  margin: 0 5px;
}
.dataTables_wrapper table.dataTable tbody tr td .file_share_button .share_panel a.twitter {
  background-image: url("../images/share_twitter.png");
}
.dataTables_wrapper table.dataTable tbody tr td .file_share_button .share_panel a.linkedin {
  background-image: url("../images/share_linkedin.png");
}
.dataTables_wrapper table.dataTable tbody tr td .file_share_button .share_panel a.mailto {
  background-image: url("../images/share_mail.png");
}
.dataTables_wrapper table.dataTable tbody tr td .file_share_button.active .share_panel {
  display: block;
}
.dataTables_wrapper table.dataTable tbody tr td .file_share_button.active .share_panel a {
  cursor: pointer;
}
.dataTables_wrapper table.dataTable tbody tr td:nth-child(1) {
  width: 10%;
  text-align: left;
}
.dataTables_wrapper table.dataTable tbody tr td:nth-child(2) {
  width: 24%;
  text-align: center;
}
@media only screen and (max-width: 766px) {
  .dataTables_wrapper table.dataTable tbody tr td:nth-child(2) {
    padding: 9px 7px !important;
    font-size: 14px;
    line-height: 1.2em;
  }
}
.dataTables_wrapper table.dataTable tbody tr td:nth-child(3) {
  text-align: left;
  position: relative;
  padding-left: 15px !important;
}
.dataTables_wrapper table.dataTable tbody tr td:nth-child(3):before {
  content: "";
  display: inline-block;
  position: absolute;
  color: #037B62;
  font-family: fontawesome;
  padding-right: 7px;
  font-size: 10px;
  left: 0;
  top: 12px;
  line-height: 14px;
}
.dataTables_wrapper table.dataTable tbody tr td:nth-child(3) a {
  font-size: 15px;
  color: #037B62;
}
.dataTables_wrapper table.dataTable tbody tr td:nth-child(3) a:hover {
  color: #49C096;
}
.dataTables_wrapper table.dataTable.news {
  margin-top: 35px;
}
.dataTables_wrapper table.dataTable.news tbody tr {
  padding: 10px 0;
}
.dataTables_wrapper table.dataTable.news tbody tr td {
  display: block;
  text-align: left;
  width: 100%;
  padding: 4px 0 !important;
}
.dataTables_wrapper table.dataTable.news tbody tr td.title {
  font-size: 25px;
  line-height: 1.1;
}
.dataTables_wrapper table.dataTable.news tbody tr td.title a {
  color: #806F59;
}
.dataTables_wrapper table.dataTable.news tbody tr td.title a:hover {
  color: #ABBD26;
}
.dataTables_wrapper table.dataTable.news tbody tr td.download {
  margin-bottom: 12px;
}
.dataTables_wrapper table.dataTable.news tbody tr td.download .file_share_button {
  padding: 2px 15px;
  font-size: 10px;
  line-height: normal;
}
.dataTables_wrapper .dataTables_info {
  display: none;
}
.dataTables_wrapper .dataTables_paginate {
  width: 100%;
  text-align: center;
}
.dataTables_wrapper .dataTables_paginate a, .dataTables_wrapper .dataTables_paginate a.paginate_button {
  background: none !important;
  border: none !important;
  font-size: 15px;
}
.dataTables_wrapper .dataTables_paginate a.current, .dataTables_wrapper .dataTables_paginate a:hover, .dataTables_wrapper .dataTables_paginate a.paginate_button.current, .dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
  color: #037B62 !important;
}

/*------------------------------------*\
    SINGLE NEWS PAGES
\*------------------------------------*/
body.single.single-post header #mk-page-introduce {
  display: none;
}
body.single.single-post .mk-blog-single h2.blog-single-title {
  margin-bottom: 20px;
}
body.single.single-post .theme-page-wrapper {
  position: relative;
}
body.single.single-post .theme-page-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(24% - 10px);
  height: calc(100% - 20px);
  top: 10px;
  width: 1px;
  background: #B7BDC1;
}
@media only screen and (max-width: 1023px) {
  body.single.single-post .theme-page-wrapper:before {
    left: 25%;
  }
}
@media only screen and (max-width: 767px) {
  body.single.single-post .theme-page-wrapper:before {
    display: none;
  }
}

/*------------------------------------*\
    PAGE CONTACT
\*------------------------------------*/
body.page-id-48 .contact_form:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  height: 100%;
  width: 1px;
  background: #B7BDC1;
}
@media only screen and (max-width: 767px) {
  body.page-id-48 .contact_form:before {
    display: none;
  }
}
body.page-id-48 .gform_wrapper {
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  body.page-id-48 .gform_wrapper {
    padding-left: 0;
  }
}

/*------------------------------------*\
    PAGE CONTACT
\*------------------------------------*/
body.search #mk-page-introduce,
body.wpfd_file-template-default #mk-page-introduce {
  background: #ABBD26;
  padding: 40px 0;
}
body.search #mk-page-introduce .page-title,
body.wpfd_file-template-default #mk-page-introduce .page-title {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 10px !important;
  font-size: 45px !important;
  text-transform: uppercase !important;
  max-width: 450px;
  letter-spacing: -1px;
  color: white !important;
  line-height: 50px;
  font-weight: inherit;
  color: #ddd;
  letter-spacing: 3px;
  text-transform: initial;
  font-weight: normal;
}
body.search #mk-page-introduce .page-subtitle,
body.wpfd_file-template-default #mk-page-introduce .page-subtitle {
  color: white;
  margin: 0 0 0 10px !important;
}
body.search #mk-page-introduce #mk-breadcrumbs,
body.wpfd_file-template-default #mk-page-introduce #mk-breadcrumbs {
  display: none;
}
body.search h4.the-title a,
body.wpfd_file-template-default h4.the-title a {
  color: #806F59;
}
body.search .search-loop-meta span,
body.wpfd_file-template-default .search-loop-meta span {
  display: none;
}

body.wpfd_file-template-default #mk-page-introduce {
  background: #ABBD26;
  padding: 40px 0;
}
body.wpfd_file-template-default #mk-page-introduce .page-title {
  max-width: 80%;
  font-size: 40px;
}
body.wpfd_file-template-default .wpfd-file.wpfd-single-file {
  max-width: 1060px;
  margin: 50px auto 200px;
  position: relative;
  display: block;
}


/* New styles */
.contact-us-details h4 {
  font-weight: 600 !important;
}
.contact-us-details strong {
  color: #6e7c83 !important;
}

.gform_button[type=submit]{
  background: #037B62 !important;
}