@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;
}

/*Background Gradient Color*/
/*Set Opacity*/
/* Border Radius*/
/* Animate */
/*Rotate*/
body {
  overflow-x: hidden !important;
  font-family: Open Sans;
  font-size: 14px;
  max-width: 100%;
  color: #7e8795;
  line-height: 1.8em;
}

* {
  margin: 0;
  padding: 0;
}

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

img {
  max-width: 100%;
}

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

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

.master-holder .mk-text-block h2,
.master-holder .mk-text-block h3,
.master-holder .mk-text-block h4 {
  font-family: 'Open Sans';
}

@media only screen and (max-width: 959px) {
  .master-holder h1 {
    font-size: 42px;
  }

  .master-holder h2 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 766px) {
  .master-holder h1 {
    font-size: 33px;
  }

  .master-holder h2 {
    font-size: 27px;
  }

  p {
    font-size: 15px;
  }
}
body, .master-holder h1, .master-holder h2, .page-sidebar #mk-sidebar .sidebar-wrapper section.widget_text:not(.widget_custom_html) .widgettitle {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

.mk-header #mk-page-introduce #mk-breadcrumbs .mk-breadcrumbs-inner, .master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers .ms-btn-container a {
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}

.master-holder h1, .gform_wrapper form li.gfield.gsection h2, .page-sidebar #mk-sidebar .sidebar-wrapper section.widget_custom_html .custom-html-widget a.btn strong, body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-8 .mk-text-block h2 {
  font-family: "filson-soft";
}

.master-holder h3, .master-holder h4 {
  font-family: "filson-soft";
}

.master-holder h2 {
  margin-top: 16px;
  letter-spacing: 4px;
  line-height: 1.3em;
  margin-bottom: 24px;
}

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

a {
  color: #38C0D8;
  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;
}

em {
  font-style: normal;
}

body:not(.home) #theme-page .theme-page-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body:not(.home) #theme-page .theme-page-wrapper .theme-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.vc_separator {
  margin: 10px 0 !important;
}

.fs-11 {
  font-size: 11px;
}

/*------------------------------------*\
    HEADER - SITE WIDE
\*------------------------------------*/
.mk-header .mk-header-holder {
  background-image: url("../images/header_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background: #032033 url("../images/header-bg.jpg") no-repeat;
  background-position: calc(50% - 150px) top;
  background-size: auto 82px;
}
@media only screen and (max-width: 1299px) {
  .mk-header .mk-header-holder {
    background-position: calc(100% - 15px) top;
  }
}
@media only screen and (max-width: 766px) {
  .mk-header .mk-header-holder {
    background-position: calc(100% - 2px) top;
  }
}
.mk-header .mk-header-holder .mk-header-toolbar {
  background: none;
  height: 82px;
  transition: all 200ms ease-in-out;
}
@media only screen and (max-width: 780px) {
  .mk-header .mk-header-holder .mk-header-toolbar {
    display: block !important;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mk-header .mk-header-holder .mk-header-toolbar {
    height: 45px;
  }
}
.mk-header .mk-header-holder .mk-header-toolbar .header_widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
  padding-top: 25px;
  margin-left: 203px;
  min-height: 58px;
  position: relative;
}
@media only screen and (max-width: 949px) {
  .mk-header .mk-header-holder .mk-header-toolbar .header_widget {
    margin-left: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .mk-header .mk-header-holder .mk-header-toolbar .header_widget {
    margin-left: 120px;
    padding-top: 5px;
    min-height: 40px;
  }
}
.mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content:first-child {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 60%;
}
.mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content:first-child img {
  max-width: 100%;
  height: auto !important;
}
@media only screen and (max-width: 766px) {
  .mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content:first-child {
    display: none;
  }
}
.mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content:nth-child(2) {
  margin-left: -20px;
  position: absolute;
  right: 190px;
  top: 24px;
}
.mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content:nth-child(2) img {
  width: 34px;
  height: 34px;
}
@media only screen and (max-width: 1189px) {
  .mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content:nth-child(2) {
    right: 190px;
  }
}
@media only screen and (max-width: 766px) {
  .mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content:nth-child(2) {
    top: 0;
    right: 15px;
  }
  .mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content:nth-child(2) img {
    width: 25px;
    height: 25px;
    margin-top: 9px;
  }
}
.mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content .mk-searchform {
  margin-left: -20px;
  position: absolute;
  right: 0;
  top: 24px;
}
@media only screen and (max-width: 1189px) {
  .mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content .mk-searchform {
    right: 10px;
  }
}
@media only screen and (max-width: 766px) {
  .mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content .mk-searchform {
    display: none;
  }
}
.mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content .mk-searchform input {
  background: rgba(250, 250, 250, 0.2);
  border: 0;
  border-radius: 30px;
  color: white;
}
.mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content .mk-searchform input::-webkit-input-placeholder {
  color: white;
}
.mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content .mk-searchform input::-moz-placeholder {
  color: white;
}
.mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content .mk-searchform input:-ms-input-placeholder {
  color: white;
}
.mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content .mk-searchform input:-moz-placeholder {
  color: white;
}
.mk-header .mk-header-holder .mk-header-toolbar .header_widget .widget-content .mk-searchform i {
  display: none;
}
.mk-header .mk-header-holder .mk-header-toolbar .header_widget .textwidget p {
  margin-bottom: 0;
}
.mk-header .mk-header-holder .mk-toolbar-resposnive-icon {
  display: none !important;
}
.mk-header .mk-header-holder .mk-css-icon-menu div {
  background: white;
}
.mk-header .mk-header-holder .mk-header-inner {
  background: none;
  height: auto;
  background: #2894cf;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
}
@media only screen and (max-width: 949px) {
  .mk-header .mk-header-holder .mk-header-inner {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
  }
}
.mk-header .mk-header-holder .mk-header-inner .header-logo a {
  margin-top: -90px;
  height: 163px;
  margin-left: -5px;
}
@media only screen and (max-width: 949px) {
  .mk-header .mk-header-holder .mk-header-inner .header-logo a {
    margin-top: -63px;
    height: 115px;
  }
}
@media only screen and (max-width: 780px) {
  .mk-header .mk-header-holder .mk-header-inner .header-logo a {
    margin-top: -59px;
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .mk-header .mk-header-holder .mk-header-inner .header-logo a {
    margin-top: -40px;
    height: 70px;
    margin-left: 5px;
  }
}
.mk-header .mk-header-holder .mk-header-inner .mk-header-bg {
  /*
  				background: $blue;
  				border-top: 2px solid white;
  				border-bottom: 2px solid white;
  */
  background: transparent;
}
.mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav {
  width: calc(100% - 205px);
}
@media only screen and (max-width: 949px) {
  .mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav {
    width: calc(100% - 195px);
  }
}
@media only screen and (max-width: 780px) {
  .mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav {
    width: calc(100% - 182px);
  }
}
.mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul > li.menu-item {
  height: 59px !important;
  line-height: 33px !important;
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (max-width: 1023px) {
  .mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul > li.menu-item {
    -ms-flex: auto;
        flex: auto;
  }
}
.mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul > li.menu-item a {
  padding: 0px 20px !important;
  height: 100%;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.2em;
  font-size: 13px;
  border-left: 1px solid rgba(1, 1, 1, 0.1);
}
@media only screen and (max-width: 949px) {
  .mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul > li.menu-item a {
    padding: 0px 10px !important;
    font-size: 12px;
  }
}
@media only screen and (max-width: 849px) {
  .mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul > li.menu-item a {
    padding: 0px 7px !important;
  }
}
.mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul > li.menu-item a:after {
  display: none;
}
.mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul > li.menu-item:first-child a {
  border: 0 none;
}
.mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul > li.menu-item.current_page_item:after, .mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul > li.menu-item:hover:after {
  content: "";
  display: block;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2894cf;
  left: calc(50% - 10px);
}
.mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul > li.menu-item ul.sub-menu {
  background: #2894cf !important;
}
.mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul > li.menu-item ul.sub-menu li {
  padding: 0;
}
.mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul > li.menu-item ul.sub-menu li a {
  -ms-flex-pack: left;
      justify-content: left;
  padding: 10px 15px !important;
}
.mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul > li.menu-item ul.sub-menu li a:hover {
  background: white !important;
  color: #2894cf !important;
}
.mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul > li.menu-item ul.sub-menu li.current_page_item a {
  background: white !important;
  color: #2894cf !important;
}
.mk-header .mk-header-holder .mk-header-inner .mk-header-nav-container nav ul.main-navigation-ul > li.menu-item ul.sub-menu ul.sub-menu {
  position: relative;
  left: 0;
  background: #2888B8 !important;
}
.mk-header .mk-header-padding-wrapper {
  padding-top: 146px;
}
.mk-header #mk-page-introduce {
  border-bottom: 2px solid white;
  background-size: 100%;
  background: url("../images/footer-bg.jpg") repeat;
  padding-bottom: 45px;
}
.mk-header #mk-page-introduce h1.page-title {
  font-family: "filson-soft";
  text-transform: capitalize;
  font-size: 52px;
  color: white;
  font-weight: bold;
  margin-left: 11px;
  margin-top: 38px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media only screen and (max-width: 949px) {
  .mk-header #mk-page-introduce h1.page-title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 849px) {
  .mk-header #mk-page-introduce h1.page-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 559px) {
  .mk-header #mk-page-introduce h1.page-title {
    font-size: 28px;
  }
}
.mk-header #mk-page-introduce #mk-breadcrumbs {
  margin-top: -5px;
}
.mk-header #mk-page-introduce #mk-breadcrumbs .mk-breadcrumbs-inner {
  float: none;
  padding-top: 0;
  font-size: 12px;
  /*
  			    @include mq('phablet', max) {
  				    display: none !important;
  				}
  */
}
@media only screen and (max-width: 949px) {
  .mk-header #mk-page-introduce #mk-breadcrumbs .mk-breadcrumbs-inner {
    font-size: 12px;
  }
}
@media only screen and (max-width: 699px) {
  .mk-header #mk-page-introduce #mk-breadcrumbs .mk-breadcrumbs-inner {
    text-align: left;
    font-size: 11px;
  }
}
.mk-header #mk-page-introduce #mk-breadcrumbs .mk-breadcrumbs-inner a {
  color: white;
  margin: 0 5px;
}
.mk-header #mk-page-introduce #mk-breadcrumbs .mk-breadcrumbs-inner a:hover {
  color: #2894cf;
}
.mk-header #mk-page-introduce #mk-breadcrumbs .mk-breadcrumbs-inner span.breadcrumb_last {
  color: #2894cf;
  margin: 0 5px;
}
.mk-header #mk-page-introduce #mk-breadcrumbs .mk-breadcrumbs-inner .separator {
  margin: 0 5px;
}
.mk-header.a-sticky .mk-header-holder .mk-header-inner {
  padding: 3px 0;
}
.mk-header.a-sticky .mk-header-holder .mk-header-toolbar .header_widget .widget-content:nth-child(2),
.mk-header.a-sticky .mk-header-holder .mk-header-toolbar .header_widget .mk-searchform {
  display: none;
}

body:not(.home) .mk-header .mk-header-holder .mk-header-inner .mk-header-bg {
  border-bottom: none;
}
body:not(.home) .mk-header.a-sticky .mk-header-holder .mk-header-inner {
  padding: 5px 0;
}

#mk-footer {
  border-top: 2px solid white;
  background-size: 100%;
  background: url("../images/footer-bg.jpg") repeat;
}
#mk-footer .footer-wrapper {
  padding: 30px 0 40px;
}
#mk-footer .footer-wrapper .mk-padding-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 4px;
  padding: 0 10px;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4 {
  width: 22%;
  padding: 0;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4:nth-child(2) {
  margin-left: 3%;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4:nth-child(3) {
  margin-left: 3%;
}
@media only screen and (max-width: 650px) {
  #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4:nth-child(3) {
    margin-left: 0;
  }
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4:nth-child(4) {
  margin-left: 3%;
}
@media only screen and (max-width: 766px) {
  #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4 {
    width: 22% !important;
  }
}
@media only screen and (max-width: 650px) {
  #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4 {
    width: 46% !important;
  }
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4 .widget {
  margin-bottom: 18px;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4 .widget .widgettitle {
  color: white;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 3px;
  letter-spacing: 0;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4 .widget .widgettitle:after {
  content: "";
  display: block;
  position: absolute;
  position: relative;
  display: block;
  background: #6db4ce;
  width: 100%;
  height: 2px;
  margin-top: 6px;
}
@media only screen and (max-width: 650px) {
  #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4 .widget .widgettitle {
    font-size: 13px;
  }
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4 .widget ul.menu li.menu-item {
  line-height: 23px;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4 .widget ul.menu li.menu-item a {
  padding: 0;
  line-height: normal;
  font-size: 13px;
  color: #adadad;
  font-weight: 400 !important;
}
@media only screen and (max-width: 650px) {
  #mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4 .widget ul.menu li.menu-item a {
    font-size: 13px;
  }
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4 .widget ul.menu li.menu-item a:hover {
  color: #6db4ce;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4 .widget ul.menu li.menu-item a svg {
  display: none;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4 .widget p {
  line-height: 1.4em;
  margin-bottom: 0;
}
#mk-footer .footer-wrapper .mk-padding-wrapper .mk-col-1-4 .widget p img {
  margin-bottom: 0;
  padding-left: 19%;
  max-width: 55%;
}

#sub-footer {
  border-top: 1px solid #474748;
  background: url("../images/sub-footer-bg.jpg") repeat;
}
#sub-footer .mk-footer-copyright {
  color: rgba(255, 255, 255, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 20px 15px !important;
  box-sizing: border-box;
}
@media only screen and (max-width: 766px) {
  #sub-footer .mk-footer-copyright {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#sub-footer .mk-footer-copyright a {
  color: rgba(255, 255, 255, 0.3);
}
#sub-footer .mk-footer-copyright a:hover {
  color: white;
}
#sub-footer .mk-footer-copyright .left {
  text-align: left;
}
@media only screen and (max-width: 766px) {
  #sub-footer .mk-footer-copyright .left {
    margin-bottom: 20px;
    text-align: center;
  }
}
#sub-footer .mk-footer-copyright .right {
  text-align: right;
}
@media only screen and (max-width: 766px) {
  #sub-footer .mk-footer-copyright .right {
    text-align: center;
  }
}
#sub-footer .mk-footer-copyright .right a {
  text-transform: uppercase;
  padding: 0 20px;
}
#sub-footer .mk-footer-copyright .right a:last-child {
  padding-right: 0;
}

/* Theme */
/*------------------------------------*\
    THEME - PAGE SECTION
\*------------------------------------*/
.mk-page-section.flex > .page-section-content > .mk-padding-wrapper {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 699px) {
  .mk-page-section.flex > .page-section-content > .mk-padding-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 639px) {
  .mk-page-section.flex > .page-section-content > .mk-padding-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.mk-page-section.border_bottom {
  border-bottom: 2px dotted #c3c3c3;
}
.mk-page-section.home_intro_text .mk-padding-wrapper .vc_col-sm-6:nth-child(1) {
  width: 52%;
}
@media only screen and (max-width: 766px) {
  .mk-page-section.home_intro_text .mk-padding-wrapper .vc_col-sm-6:nth-child(1) {
    width: 100%;
  }
  .mk-page-section.home_intro_text .mk-padding-wrapper .vc_col-sm-6:nth-child(1) .mk-button-container {
    text-align: left;
  }
}
.mk-page-section.home_intro_text .mk-padding-wrapper .vc_col-sm-6:nth-child(1) p {
  max-width: 485px;
}
@media only screen and (max-width: 766px) {
  .mk-page-section.home_intro_text .mk-padding-wrapper .vc_col-sm-6:nth-child(1) p {
    max-width: 100%;
  }
}
.mk-page-section.home_intro_text .mk-padding-wrapper .vc_col-sm-6:nth-child(2) {
  width: 48%;
}
@media only screen and (max-width: 766px) {
  .mk-page-section.home_intro_text .mk-padding-wrapper .vc_col-sm-6:nth-child(2) {
    display: none;
  }
}
.mk-page-section.home_partners_top {
  /*
  	    @include mq('tablet-small', max) {
  			display: none;
  		}
  */
}
.mk-page-section.home_partners_top .page-section-content {
  width: 100%;
  /*
  			.mk-padding-wrapper{
  
  				@include mq('767', max) {
  					display: flex;
  					flex-wrap: wrap;
  					
  					.wpb_column {
  						width: 50% !important;
  					}
  				}
  				
  				.wpb_column{
  					padding: 0 14px;
  				}
  	
  				.wpb_column:nth-child(1){
  					width: 40%;
  				}
  	
  				.wpb_column:nth-child(2){
  					width: 24%;
  				}
  	
  				.wpb_column:nth-child(3){
  					width: 12%;
  				}
  	
  				.wpb_column:nth-child(4){
  					width: 24%;
  				}
  			}
  */
}
.mk-page-section.home_partners_bottom {
  /*
  	    @include mq('tablet-small', max) {
  			display: none;
  		}
  */
}
.mk-page-section.home_partners_bottom .page-section-content {
  width: 100%;
  /*
  			.mk-padding-wrapper{
  				.wpb_column{
  					padding: 0 14px;
  					width: 50%;
  				}
  			}
  */
}
.mk-page-section.cta_section {
  min-height: 103px;
}
.mk-page-section.cta_section .mk-page-section-inner {
  background: url("../images/ctabg.jpg") no-repeat;
  background-position: calc(50% - 331px) top;
}
@media only screen and (max-width: 1139px) {
  .mk-page-section.cta_section .mk-page-section-inner {
    background-position: calc(100% - 300px) top;
  }
}
@media only screen and (max-width: 849px) {
  .mk-page-section.cta_section .mk-page-section-inner {
    background-position: calc(100% - 200px) top;
  }
}
@media only screen and (max-width: 699px) {
  .mk-page-section.cta_section .mk-page-section-inner {
    background-position: 100% top;
  }
}
.mk-page-section.cta_section .page-section-content {
  height: 100%;
}
.mk-page-section.cta_section .page-section-content .mk-padding-wrapper {
  height: 100%;
}
.mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 1120px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  float: none;
}
.mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column div:nth-child(1) p {
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column div:nth-child(1) p a {
  display: inline-block;
  color: white;
  margin-top: 7px;
  position: relative;
}
.mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column div:nth-child(1) p a strong {
  font-size: 25px;
  font-family: "filson-soft";
  color: white;
}
.mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column div:nth-child(1) p a:after {
  content: "";
  display: block;
  position: absolute;
  font-family: 'fontawesome';
  content: '\f054';
  color: #48a0d2;
  background: white;
  border-radius: 40px;
  padding: 7px 12px;
  top: 50%;
  font-size: 21px;
  width: 37px;
  height: 37px;
  right: -80px;
  margin-top: -19px;
}
@media only screen and (max-width: 479px) {
  .mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column div:nth-child(1) p a:after {
    display: none;
  }
}
.mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column div:nth-child(1) p a:hover {
  opacity: 0.7;
}
.mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column div:nth-child(2) {
  width: 250px;
}
@media only screen and (max-width: 849px) {
  .mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column div:nth-child(2) {
    width: 200px;
  }
}
@media only screen and (max-width: 699px) {
  .mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column div:nth-child(2) {
    display: none;
  }
}
.mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column div:nth-child(2) .mk-text-block {
  width: 100%;
}
.mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column div:nth-child(2) .mk-text-block p {
  width: 100%;
  margin-bottom: 0;
  text-align: right;
}
.mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column div:nth-child(2) .mk-text-block p a {
  display: inline-block;
  padding: 0 10px;
  width: auto;
}
@media only screen and (max-width: 849px) {
  .mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column div:nth-child(2) .mk-text-block p a {
    max-width: 35px;
    padding: 0 5px;
    display: inline-block;
  }
}
.mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column div:nth-child(2) .mk-text-block p a:after {
  display: none;
}
@media only screen and (max-width: 849px) {
  .mk-page-section.cta_section .page-section-content .mk-padding-wrapper .wpb_column div:nth-child(2) .mk-text-block p > img {
    max-width: 30%;
  }
}
.mk-page-section.post_slider_row .page-section-content {
  width: 100%;
}
.mk-page-section.post_slider_row .page-section-content .wpb_row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container {
  float: none;
  -ms-flex: 1;
      flex: 1;
}
.home .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container {
  height: 320px;
}
@media only screen and (max-width: 767px) {
  .home .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container {
    height: auto;
  }
}
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container > div,
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container .post_slider_wrapper,
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container .post-slider-post,
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container .post-slider-post-inner,
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container .slick-list,
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container .slick-slider .slick-track {
  height: 100%;
}
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 766px) {
  .home .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button {
    margin-bottom: 0;
  }
  .home .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button > div {
    width: 100%;
    height: 300px;
    max-height: 70vw;
  }
}
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button > div {
  width: calc(33.333% - 19px);
  height: 320px;
  margin: 0 0 30px !important;
}
.home .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button > div {
  width: 100%;
  margin: 0 0 0 !important;
}
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button > div > div {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 766px) {
  .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button > div {
    width: calc(50% - 12px);
    height: 230px;
    max-height: 45vw;
    margin: 30px 0 0 !important;
  }
}
@media only screen and (max-width: 559px) {
  .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button > div {
    width: 100%;
    height: 230px;
    max-height: 80vw;
  }
}
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block h2 {
  font-size: 28px;
  padding: 15px;
  letter-spacing: 0;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0 89px 0 0;
  border: 2px solid #2894cf;
  box-sizing: border-box;
}
@media only screen and (max-width: 1099px) {
  .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 949px) {
  .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 766px) {
  .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block h2 {
    font-size: 22px;
  }
}
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block p {
  margin-bottom: 0;
  width: 100%;
}
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block p a {
  display: block;
  height: 100%;
  padding: 0 20px;
  background: linear-gradient(to right, #026eb9, #44acdf);
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  color: white;
  border-top-right-radius: 80px;
  font-size: 33px;
  font-weight: 600;
  color: white;
  margin-top: 0px;
  font-family: "filson-soft";
  font-weight: 400;
  line-height: 1em;
  text-align: center;
}
@media only screen and (max-width: 1099px) {
  .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block p a {
    font-size: 29px;
  }
}
@media only screen and (max-width: 959px) {
  .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block p a {
    font-size: 25px;
  }
}
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block p a:before {
  content: "";
  display: block;
  display: inline-block;
  position: relative;
  font-family: 'fontawesome';
  content: '\f054';
  color: #48a0d2;
  background: white;
  border-radius: 40px;
  padding: 2px 0 0 5px;
  top: -22px;
  left: 0px;
  font-size: 35px;
  width: 50px;
  height: 50px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block p a:last-child:not(:first-child) {
  display: none;
}
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block p a br {
  display: none;
}
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block p a em {
  font-size: 14px;
  direction: block;
}
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block p a span {
  margin-left: 63px;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 15px;
}
@media only screen and (max-width: 1099px) {
  .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block p a span {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 959px) {
  .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block p a span {
    margin-left: 20px;
  }
}
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block p a span:after {
  content: "";
  display: inline-block;
  position: absolute;
  font-family: 'fontawesome';
  content: '\f054';
  color: white;
  font-size: 10px;
  margin-left: 11px;
}
.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container.join_button .mk-text-block p a:hover {
  opacity: 0.8;
}

/*------------------------------------*\
    THEME - MASTER SLIDER
\*------------------------------------*/
.master-slider .ms-view {
  min-height: 280px;
}
@media only screen and (max-width: 479px) {
  .master-slider .ms-view {
    min-height: 300px !important;
    height: 300px !important;
  }
}
.master-slider .ms-view .ms-slide-container .ms-slide {
  min-height: 280px;
}
@media only screen and (max-width: 479px) {
  .master-slider .ms-view .ms-slide-container .ms-slide {
    min-height: 300px !important;
    height: 300px !important;
  }
}
.master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-bgcont {
  position: relative;
}
.master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers {
  background: rgba(41, 41, 42, 0.85);
  border-radius: 0 70px 0 0;
  padding: 22px 125px 10px 40px;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 959px) {
  .master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers {
    padding: 22px 60px 10px 40px;
  }
}
@media only screen and (max-width: 559px) {
  .master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers {
    padding: 15px 50px 10px 20px;
  }
}
.master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers > .ms-layer {
  position: relative !important;
  left: auto !important;
  padding: 0 !important;
}
.master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers > .ms-layer h1 {
  font-family: "filson-soft";
  color: #2894cf;
  font-size: 52px;
  text-transform: none;
  letter-spacing: -1px;
  line-height: 1em;
  margin: 10px 0 20px 0 !important;
  font-weight: bold;
  /*
  								&:first-child {
  								    @include mq('phone-wide', max) {
  										margin-top: -30px !important;
  									}
  								}
  */
}
.master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers > .ms-layer h1 strong {
  color: white;
}
@media only screen and (max-width: 1199px) {
  .master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers > .ms-layer h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 766px) {
  .master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers > .ms-layer h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 699px) {
  .master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers > .ms-layer h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 559px) {
  .master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers > .ms-layer h1 {
    font-size: 25px;
    padding: 0;
  }
}
.master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers .ms-btn-container {
  width: auto !important;
  position: relative;
  display: inline-block;
  left: auto !important;
  bottom: auto !important;
  float: left;
  margin-right: 8px;
  min-width: 165px;
  /*
  							&:nth-of-type(2){
  								left: 40px !important;
  							}
  							&:nth-of-type(3){
  								left: 213px !important;
  							}
  */
}
@media only screen and (max-width: 959px) {
  .master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers .ms-btn-container {
    width: 140px !important;
  }
}
@media only screen and (max-width: 559px) {
  .master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers .ms-btn-container {
    float: none;
    display: block;
  }
  .master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers .ms-btn-container:last-child {
    margin-top: 8px;
  }
}
.master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers .ms-btn-container a {
  font-size: 14px !important;
  text-transform: uppercase;
  padding: 8px 15px !important;
  border-radius: 0;
  border-top-right-radius: 21px;
  color: white !important;
  background: #1b73ae;
  background: linear-gradient(0deg, #1b73ae 0%, #4aade1 100%);
  width: 100% !important;
  box-sizing: border-box;
  text-align: center;
}
.master-slider .ms-view .ms-slide-container .ms-slide .ms-slide-layers .ms-anim-layers .ms-btn-container a:hover {
  background: white;
  color: #2894cf !important;
}
@media only screen and (max-width: 959px) {
  .master-slider .ms-bullets.ms-dir-h {
    right: 40px !important;
  }
}
.master-slider .ms-bullets.ms-dir-h .ms-bullets-count .ms-bullet {
  width: 18px;
  height: 18px;
  background: none;
  border: 2px solid white;
  border-radius: 30px;
}
.master-slider .ms-bullets.ms-dir-h .ms-bullets-count .ms-bullet.ms-bullet-selected {
  border-color: #2894cf;
  background: #2894cf;
}

/*------------------------------------*\
    THEME - ANIMATED COLUMNS
\*------------------------------------*/
.anim-cols-wrapper.mk-page-section .mk-page-section-inner {
  border-top: 3px solid white;
  background: #59c0f5;
  background: linear-gradient(186deg, #59c0f5 0%, #125789 100%);
}
.anim-cols-wrapper.mk-page-section .vc_col-sm-12 {
  padding: 0;
}

@media only screen and (max-width: 959px) {
  .mk-animated-columns .animated-column-item {
    width: 33.333% !important;
  }
}
@media only screen and (max-width: 766px) {
  .mk-animated-columns .animated-column-item {
    width: 100% !important;
    background: #29292a !important;
  }
}
.mk-animated-columns .animated-column-item .animated-column-holder {
  height: 100%;
  padding-top: 101px !important;
}
@media only screen and (max-width: 766px) {
  .mk-animated-columns .animated-column-item .animated-column-holder {
    top: -15% !important;
  }
}
.mk-animated-columns .animated-column-item .animated-column-holder > div {
  padding-bottom: 0;
}
.mk-animated-columns .animated-column-item .animated-column-holder > div .animated-column-image-icon {
  width: 140px !important;
  transition: all, 0.2s ease-in-out;
}
@media only screen and (max-width: 766px) {
  .mk-animated-columns .animated-column-item .animated-column-holder > div .animated-column-image-icon {
    width: 90px !important;
  }
}
.mk-animated-columns .animated-column-item .animated-column-holder .animated-column-title {
  font-family: "filson-soft";
  font-size: 25px !important;
  color: white;
  margin-top: 38px;
  font-weight: normal;
  text-transform: capitalize;
  position: relative;
  letter-spacing: 1px;
}
.mk-animated-columns .animated-column-item .s_desc {
  padding: 25px 30px 20px 30px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.6em;
  color: white;
}
@media only screen and (max-width: 766px) {
  .mk-animated-columns .animated-column-item .s_desc {
    top: 50% !important;
  }
}
@media only screen and (max-width: 766px) {
  .mk-animated-columns .animated-column-item .animated-column-btn {
    top: 50% !important;
  }
}
.mk-animated-columns .animated-column-item .mk-button-container a.mk-button {
  border: 0 none;
  color: #00aaff !important;
  padding: 20px 30px 10px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  background: none !important;
}
.mk-animated-columns .animated-column-item .mk-button-container a.mk-button:after {
  content: "";
  display: block;
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: 'fontawesome';
  content: '\f054';
  color: #00aaff;
  font-size: 12px;
  position: relative !important;
  left: 10px;
  opacity: 1;
  -ms-transform: none !important;
      transform: none !important;
}
.mk-animated-columns .animated-column-item .mk-button-container a.mk-button:hover:after {
  left: 20px;
}
.mk-animated-columns .animated-column-item:hover {
  background: #29292a;
}
.mk-animated-columns .animated-column-item:hover .animated-column-holder > div .animated-column-image-icon {
  width: 90px !important;
}

/*------------------------------------*\
    THEME - IMAGES
\*------------------------------------*/
.mk-image.rounded-frame {
  border-radius: 0;
}
.mk-image.rounded-frame img {
  border-radius: 0;
  border-top-right-radius: 113px;
}

/*------------------------------------*\
    THEME - BUTTONS
\*------------------------------------*/
.mk-button-container {
  margin-right: 5px !important;
}
.mk-button-container a.mk-button {
  font-size: 14px;
  box-shadow: none;
  font-weight: 600;
  text-shadow: 0 0;
  text-transform: uppercase;
  padding: 14px 23px;
  min-width: 192px;
  border-top-right-radius: 22px;
  background: linear-gradient(45deg, #0e578b, #53b9ec) !important;
  transition: all, 0.2s ease-in-out;
}
.mk-button-container a.mk-button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 650px) {
  .mk-button-container a.mk-button {
    padding: 15px;
  }
}

/*------------------------------------*\
    THEME - CLIENTS
\*------------------------------------*/
.home_partners_top.home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(1), .home_partners_top.home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(2),
.home_partners_bottom.home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(1),
.home_partners_bottom.home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(2) {
  width: calc(50% - 5px);
}
@media only screen and (max-width: 650px) {
  .home_partners_top.home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(1), .home_partners_top.home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(2),
  .home_partners_bottom.home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(1),
  .home_partners_bottom.home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(2) {
    width: calc(50% - 7px);
  }
}
.home_partners_top .vc_col-sm-12,
.home_partners_bottom .vc_col-sm-12 {
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home_partners_top .vc_col-sm-12 .mk-clients,
.home_partners_bottom .vc_col-sm-12 .mk-clients {
  border: 1px solid #e1e1e1;
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  /*
      @include mq('767', max) {
  		display: flex;
  		flex-wrap: wrap;
  	}
  */
}
.home_partners_top .vc_col-sm-12 .mk-clients:nth-child(1),
.home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(1) {
  width: calc(29% - 7px);
}
.home_partners_top .vc_col-sm-12 .mk-clients:nth-child(2),
.home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(2) {
  width: calc(21% - 7px);
}
.home_partners_top .vc_col-sm-12 .mk-clients:nth-child(3),
.home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(3) {
  width: calc(19.5% - 7px);
}
.home_partners_top .vc_col-sm-12 .mk-clients:nth-child(4),
.home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(4) {
  width: calc(16% - 7px);
}
.home_partners_top .vc_col-sm-12 .mk-clients:nth-child(5),
.home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(5) {
  width: calc(14% - 7px);
}
@media only screen and (max-width: 650px) {
  .home_partners_top .vc_col-sm-12 .mk-clients:nth-child(1),
  .home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(1) {
    width: 100%;
  }
  .home_partners_top .vc_col-sm-12 .mk-clients:nth-child(2),
  .home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(2) {
    width: calc(50% - 7px);
  }
  .home_partners_top .vc_col-sm-12 .mk-clients:nth-child(3),
  .home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(3) {
    width: calc(50% - 7px);
  }
  .home_partners_top .vc_col-sm-12 .mk-clients:nth-child(4),
  .home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(4) {
    width: calc(50% - 7px);
  }
  .home_partners_top .vc_col-sm-12 .mk-clients:nth-child(5),
  .home_partners_bottom .vc_col-sm-12 .mk-clients:nth-child(5) {
    width: calc(50% - 7px);
  }
}
.home_partners_top .vc_col-sm-12 .mk-clients h3.mk-fancy-title.shortcode-heading,
.home_partners_bottom .vc_col-sm-12 .mk-clients h3.mk-fancy-title.shortcode-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  background: none !important;
  font-size: 18px;
  color: #474747;
  position: absolute;
  top: -55px;
  text-align: left !important;
}
@media only screen and (max-width: 949px) {
  .home_partners_top .vc_col-sm-12 .mk-clients h3.mk-fancy-title.shortcode-heading,
  .home_partners_bottom .vc_col-sm-12 .mk-clients h3.mk-fancy-title.shortcode-heading {
    font-size: 15px;
  }
}
@media only screen and (max-width: 849px) {
  .home_partners_top .vc_col-sm-12 .mk-clients h3.mk-fancy-title.shortcode-heading,
  .home_partners_bottom .vc_col-sm-12 .mk-clients h3.mk-fancy-title.shortcode-heading {
    font-size: 14px;
  }
}
.home_partners_top .vc_col-sm-12 .mk-clients h3.mk-fancy-title.shortcode-heading:before,
.home_partners_bottom .vc_col-sm-12 .mk-clients h3.mk-fancy-title.shortcode-heading:before {
  content: "";
  display: block;
  position: absolute;
  display: inline-block;
  font-family: 'fontawesome';
  content: '\f067';
  color: #0c79bb;
  font-size: 14px;
  position: relative;
  padding-right: 5px;
  font-weight: normal;
}
.home_partners_top .vc_col-sm-12 .mk-clients ul,
.home_partners_bottom .vc_col-sm-12 .mk-clients ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: none !important;
  /*
  		&:first-of-type{
  			li:first-child{
  				border-top: 1px solid #e1e1e1;
  			}
  		}
  
  		&:last-child{
  			border-bottom: 1px solid #e1e1e1 !important;
  		}
  		
  		&:nth-child(2) {
  		
  			.vc_col-sm-3:nth-child(4) & {
  				li {
  					border-top: 1px solid #e1e1e1;
  				}
  			}
  		}
  */
}
.home_partners_top .vc_col-sm-12 .mk-clients ul li .client-logo,
.home_partners_bottom .vc_col-sm-12 .mk-clients ul li .client-logo {
  background-size: contain;
  opacity: 1;
  border: 0 none !important;
  padding: 0 10px;
  /*
  					    @include mq('767', max) {
  							height: 110px !important;
  						}
  */
}
.home_partners_top .vc_col-sm-12 .mk-clients ul li .client-logo:hover,
.home_partners_bottom .vc_col-sm-12 .mk-clients ul li .client-logo:hover {
  opacity: .5;
}

/*------------------------------------*\
    POST SLIDER
\*------------------------------------*/
.post_slider_wrapper {
  background: none;
  position: relative;
}
.post_slider_wrapper .post-slider-post .img-wrapper {
  border-top-right-radius: 80px;
  overflow: hidden;
  max-height: 190px;
}
@media only screen and (max-width: 766px) {
  .post_slider_wrapper .post-slider-post .img-wrapper {
    max-height: 300px;
  }
}
.post_slider_wrapper .post-slider-post .img-wrapper img {
  width: 100%;
}
.post_slider_wrapper .post-slider-post .post-slider-post-inner {
  background-color: #f4fbff;
  border-top-right-radius: 80px;
}
.home .post_slider_wrapper .post-slider-post .post-slider-post-inner {
  background-color: #f4fbff;
}
.post_slider_wrapper .post-slider-post .post-content {
  background-color: #f4fbff;
  padding: 15px 15px 0;
}
@media only screen and (max-width: 766px) {
  .post_slider_wrapper .post-slider-post .post-content {
    padding-bottom: 60px;
  }
}
.post_slider_wrapper .post-slider-post .post-content a.title {
  font-family: "filson-soft";
  font-size: 16px;
  display: block;
  color: #333333;
  font-weight: normal;
  line-height: 1.2em;
  max-height: 2.4em;
  overflow: hidden;
}
.post_slider_wrapper .post-slider-post .post-content p.post_text {
  font-size: 13px;
  line-height: 1.1em;
  margin-top: 5px;
}
.post_slider_wrapper .post-slider-post .post-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: absolute;
  bottom: 0;
  height: 28px;
  right: 0;
  left: 0;
  background-color: #f4fbff;
}
.post_slider_wrapper .post-slider-post .post-meta .read-more a {
  font-family: "filson-soft";
  background: linear-gradient(to right, #44acdf, #026eb9);
  color: #ffffff;
  padding: 6px 23px;
  border-top-right-radius: 20px;
  font-weight: 400;
  font-size: 13px;
}
.post_slider_wrapper .post-slider-post .post-meta .post-date {
  float: right;
  margin-right: 20px;
  font-size: 13px;
}
@media only screen and (max-width: 766px) {
  .post_slider_wrapper .post-slider-post .post-meta .post-date {
    font-size: 11px;
  }
}
.post_slider_wrapper .post-slider-post h2 {
  margin: 0;
  color: #777777;
  margin-bottom: 10px;
}
.post_slider_wrapper .post-slider-post p {
  margin: 0;
}
.post_slider_wrapper .post-slider-post.style-2 .post-slider-post-inner {
  background-color: #ffffff;
  border: 2px solid #2894cf;
}
.home .post_slider_wrapper .post-slider-post.style-2 .post-slider-post-inner {
  border: 0 none;
  background: #f4fbff;
}
.post_slider_wrapper .post-slider-post.style-2 .post-content {
  background-color: #ffffff;
  border-top-right-radius: 80px;
  min-height: 300px;
}
@media only screen and (max-width: 766px) {
  .post_slider_wrapper .post-slider-post.style-2 .post-content {
    min-height: 50px;
  }
}
.home .post_slider_wrapper .post-slider-post.style-2 .post-content {
  background: #f4fbff;
}
.post_slider_wrapper .post-slider-post.style-2 .post-meta {
  background: transparent;
}
.home .post_slider_wrapper .post-slider-post.style-2 .post-meta {
  background: #f4fbff;
}
.post_slider_wrapper .post-slider-post.style-2 h2 {
  color: #2894cf;
  font-size: 29px;
  font-family: "filson-soft";
  max-height: 5.2em;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .post_slider_wrapper .post-slider-post.style-2 h2 {
    font-size: 23px;
  }
}
.post_slider_wrapper .post-slider-post.style-2 .post-date {
  font-family: "filson-soft";
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  font-size: 13px;
}
.post_slider_wrapper .post-slider-post.style-2 .post-categories a {
  color: #2894cf;
}
.post_slider_wrapper.slickslider .post-slider-post .post-meta .post-date {
  display: none;
}
.post_slider_wrapper.slickslider .slick-prev, .post_slider_wrapper.slickslider .slick-next {
  position: absolute;
  bottom: 17px;
  right: 50px;
  height: 30px;
  width: 30px;
  background: #2894cf;
  z-index: 100;
  text-indent: -200px;
  overflow: hidden;
  border-radius: 50px;
  border: none;
  outline: none;
}
.post_slider_wrapper.slickslider .slick-prev:after, .post_slider_wrapper.slickslider .slick-next:after {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  content: '\f053';
  font-family: 'fontawesome';
  font-weight: normal;
  font-size: 17px;
  color: white;
  text-indent: 0;
  top: 6px;
  left: -1px;
}
.post_slider_wrapper.slickslider .slick-prev:hover, .post_slider_wrapper.slickslider .slick-next:hover {
  opacity: 0.8;
}
.post_slider_wrapper.slickslider .slick-next {
  right: 15px;
}
.post_slider_wrapper.slickslider .slick-next:after {
  left: 3px;
  content: '\f054';
}
.post_slider_wrapper.no_dates .post-date {
  display: none;
}
.post_slider_wrapper.no_category .post-categories {
  display: none;
}

/*------------------------------------*\
    THEME FANCY TABLES
\*------------------------------------*/
.mk-fancy-table table tr {
  background: none !important;
  border-top: 1px solid #ebebeb;
}
.mk-fancy-table table tr td {
  text-align: left !important;
  font-size: 17px;
  font-weight: 100;
  text-transform: uppercase;
  padding: 8px 0 5px !important;
  background: none;
}
.mk-fancy-table table tr td:first-child {
  width: 105px;
}
.mk-fancy-table table tr td:last-child {
  font-weight: 700;
  color: #2894cf;
}

/*------------------------------------*\
    GRAVITY FORMS
\*------------------------------------*/
.gform_wrapper form {
  background: #f4fbff;
  padding: 0 30px;
  padding: 20px 30px;
}
.page-id-105 .gform_wrapper form {
  padding: 0;
}
.gform_wrapper form li.gfield {
  padding: 0 !important;
  /*
  			&.hide_label {
  				.gfield_label{
  					display: none;
  				}
  			}
  */
}
.gform_wrapper form li.gfield.gf_left_half {
  padding-right: 10px !important;
}
@media only screen and (max-width: 766px) {
  .gform_wrapper form li.gfield.gf_left_half {
    padding-right: 0 !important;
  }
}
.gform_wrapper form li.gfield.gf_right_half {
  padding-left: 10px !important;
}
@media only screen and (max-width: 766px) {
  .gform_wrapper form li.gfield.gf_right_half {
    padding-left: 0 !important;
  }
}
.gform_wrapper form li.gfield .gfield_label {
  color: #2894cf;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
}
.gform_wrapper form li.gfield .ginput_container {
  margin: 0;
  /*
  			select{
  				color: $blue;
  				padding: 13px 15px;
  				border: 1px solid $blue;
  			}
  */
}
.gform_wrapper form li.gfield .ginput_container input, .gform_wrapper form li.gfield .ginput_container textarea, .gform_wrapper form li.gfield .ginput_container select {
  margin: 0;
  border: 1px solid #cbcbcb;
  padding: 13px 15px !important;
  font-size: 15px;
}
.gform_wrapper form li.gfield.gsection {
  padding-top: 40px !important;
  border: 0 none;
}
.gform_wrapper form li.gfield.gsection h2 {
  font-size: 26px;
  font-weight: 500;
}
.gform_wrapper form li.gfield.checkbox-left {
  position: relative;
}
.gform_wrapper form li.gfield.checkbox-left > .gfield_label {
  padding-left: 30px;
}
.gform_wrapper form li.gfield.checkbox-left .ginput_container_checkbox {
  position: absolute;
  left: 0;
  top: -5px;
  margin: 0;
}
.gform_wrapper form li.gfield.checkbox-left li label {
  display: none;
}
.gform_wrapper form li.gfield.padding-top-20 {
  padding-top: 20px !important;
}
.gform_wrapper form .gform_footer {
  padding: 9px 0 10px;
}
.gform_wrapper form .gform_footer input.button {
  font-size: 13px;
  color: white;
  background: linear-gradient(45deg, #0e578b, #53b9ec) !important;
  padding: 11px 31px;
  border-top-right-radius: 20px;
}
.gform_wrapper form .gform_footer input.button:hover {
  opacity: 0.8;
}

/*------------------------------------*\
    BLOG POST CLASSIC LAYOUT
\*------------------------------------*/
.mk-blog-container .mk-blog-classic-item {
  background: #f4fbff;
  border-top-right-radius: 80px;
}
.mk-blog-container .mk-blog-classic-item .featured-image a.full-cover-link {
  display: block;
}
.mk-blog-container .mk-blog-classic-item .featured-image img.blog-image {
  min-height: 378px;
}
.mk-blog-container .mk-blog-classic-item .featured-image .image-hover-overlay {
  background-color: #2894cf !important;
}
.mk-blog-container .mk-blog-classic-item .featured-image .post-type-badge {
  display: none;
}
.mk-blog-container .mk-blog-classic-item .post_details .post_date {
  font-size: 20px;
  text-transform: uppercase;
  color: #6d6d6d;
  font-weight: bold;
  font-family: "filson-soft";
  padding: 17px 47px 5px;
}
.mk-blog-container .mk-blog-classic-item .post_details .post_content {
  padding: 17px 47px 5px;
}
.mk-blog-container .mk-blog-classic-item .post_details .post_content .post_title h2 {
  color: #2894cf;
  font-size: 40px;
  font-weight: normal;
  font-family: "filson-soft";
  margin: 0;
  letter-spacing: 0;
}
.mk-blog-container .mk-blog-classic-item .post_details .post_content .post_data {
  font-size: 15px;
  color: #484848;
  margin: 5px 0;
}
.mk-blog-container .mk-blog-classic-item .post_details .post_footer {
  padding-top: 43px;
  border-bottom: 5px solid #2894cf;
}
.mk-blog-container .mk-blog-classic-item .post_details .post_footer .post_category {
  font-size: 20px;
  font-family: "filson-soft";
  font-weight: 600;
  color: #2894cf;
  margin-left: 47px;
  display: inline-block;
  padding-bottom: 10px;
}
.mk-blog-container .mk-blog-classic-item .post_details .post_footer .post_readmore {
  display: inline-block;
}
.mk-blog-container .mk-blog-classic-item .post_details .post_footer .post_readmore a {
  font-weight: 19px;
  font-family: "filson-soft";
  font-weight: 600;
  color: white;
  background: #2894cf;
  display: inline-block;
  bottom: 0;
  right: 0;
  padding: 20px 25px;
  font-size: 19px;
  text-transform: none;
  border-top-left-radius: 25px;
}
.mk-blog-container .mk-blog-classic-item .post_details .post_footer .post_readmore a svg {
  display: none;
}

/*------------------------------------*\
    MEMBER LIST LAYOUT
\*------------------------------------*/
.member_list {
  width: 100% !important;
  margin-top: 30px !important;
  border-bottom: none !important;
  margin-bottom: 20px !important;
}
.member_list thead {
  display: none;
}
.member_list tbody tr.member {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.member_list tbody tr.member td {
  padding-left: 0;
  padding-right: 0;
}
.member_list tbody tr.member td.member_name {
  display: inline-block;
  font-size: 16px;
  color: #a5a5a5;
  text-align: left;
  width: calc(100% - 105px) !important;
}
.member_list tbody tr.member td.member_detail {
  display: inline-block;
  font-size: 16px;
  width: 95px;
}
.member_list tbody tr.member td.member_detail a {
  color: #a5a5a5;
}
.member_list tbody tr.member td.member_detail a:hover {
  color: #2894cf;
}
.member_list a.member-popup-disabled {
  display: none;
}

.dataTables_info {
  display: none;
}

.dataTables_paginate a {
  padding: 0.2em 0.6em !important;
}
.dataTables_paginate a.paginate_button.current {
  background: #2894cf !important;
  color: white !important;
  border: 1px solid #2894cf !important;
}

.member_list_alphabet {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 70px);
  margin-left: 70px;
  position: relative;
}
.member_list_alphabet .search_title {
  width: 60px;
  position: absolute;
  left: -70px;
  top: 0;
}
.member_list_alphabet span {
  display: inline-block;
  padding: 2px 7px;
  border: 1px solid #2894cf;
  cursor: pointer;
  border-radius: 3px;
  font-size: 12px;
  line-height: normal;
  margin-right: 2px;
}
.member_list_alphabet span.active, .member_list_alphabet span:hover {
  color: white;
  background: #2894cf;
}

.dataTables_filter {
  display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: white !important;
}

.simple-popup-content {
  padding: 60px 40px 40px;
}
.simple-popup-content .member-wrapper .member-logo-wrapper {
  margin: 20px 0 20px 0;
}
.simple-popup-content .member-wrapper .member-logo-wrapper img {
  width: 50%;
}
.simple-popup-content .member-wrapper h5:not(:first-child) {
  margin-top: 40px;
}
.simple-popup-content .member-wrapper h5 {
  font-weight: bold;
}

/*------------------------------------*\
    ESSENTIAL GRID STYLES
\*------------------------------------*/
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper {
  margin-bottom: 17px !important;
  border-radius: 0 70px 0 0;
  overflow: hidden;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-media-wrapper .esg-entry-media {
  padding-bottom: 0 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-media-wrapper .esg-entry-media img {
  display: block !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-media-wrapper .esg-entry-media img[src$="transparent.png"] {
  display: none !important;
  height: 0;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-media-wrapper .esg-entry-media .esg-media-poster {
  display: none;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-reports-publications .esg-entry-content {
  border-bottom-color: #f38a35 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-reports-publications .esg-entry-content .esg-content:nth-child(4) {
  color: #f38a35 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-reports-publications .esg-entry-content .esg-content:nth-child(5) a {
  background: #f38a35 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-submissions .esg-entry-content {
  border-bottom-color: #c63f3a !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-submissions .esg-entry-content .esg-content:nth-child(4) {
  color: #c63f3a !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-submissions .esg-entry-content .esg-content:nth-child(5) a {
  background: #c63f3a !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-policy .esg-entry-content {
  border-bottom-color: #4a54b5 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-policy .esg-entry-content .esg-content:nth-child(4) {
  color: #4a54b5 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-policy .esg-entry-content .esg-content:nth-child(5) a {
  background: #4a54b5 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-standards-codes-of-practice .esg-entry-content {
  border-bottom-color: #92cf28 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-standards-codes-of-practice .esg-entry-content .esg-content:nth-child(4) {
  color: #92cf28 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-standards-codes-of-practice .esg-entry-content .esg-content:nth-child(5) a {
  background: #92cf28 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content {
  padding: 17px 0px 0px 44px;
  background: #e2f5fe;
  margin-bottom: 25px;
  border-bottom: 5px solid #2894cf !important;
}
@media only screen and (max-width: 766px) {
  .esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content {
    padding: 17px 0px 0px 20px;
  }
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(1) {
  font-size: 20px !important;
  text-transform: uppercase !important;
  color: #6d6d6d !important;
  font-weight: bold !important;
  font-family: "filson-soft" !important;
  padding: 0px 0px 20px !important;
  line-height: normal !important;
  background: none !important;
}
@media only screen and (max-width: 766px) {
  .esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(1) {
    font-size: 16px !important;
  }
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(2) {
  color: #2894cf !important;
  font-size: 40px !important;
  font-weight: normal !important;
  font-family: "filson-soft" !important;
  margin: 0 !important;
  letter-spacing: 0 !important;
  line-height: normal !important;
  background: none !important;
  margin-bottom: 5px !important;
  padding-right: 30px !important;
}
@media only screen and (max-width: 766px) {
  .esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(2) {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 559px) {
  .esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(2) {
    font-size: 21px !important;
  }
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(3) {
  font-size: 15px !important;
  color: #484848 !important;
  margin: 5px 0 40px !important;
  line-height: 1.6em !important;
  background: none !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(4) {
  margin-left: 0px !important;
  display: inline-block !important;
  padding-bottom: 10px !important;
  line-height: normal !important;
  background: none !important;
  color: #2894cf !important;
  font-size: 20px !important;
  font-family: "filson-soft" !important;
  font-weight: 600 !important;
  line-height: normal !important;
  display: inline-block !important;
  text-transform: none !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 766px) {
  .esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(4) {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 559px) {
  .esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(4) {
    font-size: 12px !important;
  }
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(4) a {
  color: #2894cf !important;
  font-size: 20px !important;
  font-family: "filson-soft" !important;
  font-weight: 600 !important;
  line-height: normal !important;
  display: inline-block !important;
}
@media only screen and (max-width: 766px) {
  .esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(4) a {
    font-size: 15px !important;
  }
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(5) {
  display: inline-block !important;
  bottom: 0;
  padding: 0px !important;
  background: none !important;
}
@media only screen and (max-width: 766px) {
  .esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(5) {
    bottom: -5px;
  }
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(5) a {
  font-weight: 19px !important;
  font-family: "filson-soft" !important;
  font-weight: 400 !important;
  color: white !important;
  background: #2894cf !important;
  display: inline-block !important;
  padding: 12px 35px 9px !important;
  font-size: 19px !important;
  text-transform: none !important;
  border-radius: 20px 0 0 0 !important;
  line-height: normal !important;
}
@media only screen and (max-width: 766px) {
  .esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(5) a {
    padding: 10px 20px !important;
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 559px) {
  .esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(5) a {
    font-size: 12px !important;
  }
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper .esg-entry-content .esg-content:nth-child(5) a:hover {
  background: black !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-news .esg-entry-content {
  border-bottom: 5px solid #2894cf !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-news .esg-entry-content .esg-content:nth-child(4) {
  color: #2894cf !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-news .esg-entry-content .esg-content:nth-child(5) a {
  background: #2894cf !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-reports .esg-entry-content {
  border-bottom: 5px solid #f38a35 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-reports .esg-entry-content .esg-content:nth-child(4) {
  color: #f38a35 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-reports .esg-entry-content .esg-content:nth-child(5) a {
  background: #f38a35 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-publications .esg-entry-content {
  border-bottom: 5px solid #c63f3a !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-publications .esg-entry-content .esg-content:nth-child(4) {
  color: #c63f3a !important;
}
.esg-grid .esg-overflowtrick ul li.eg-latest-post-dc-wrapper.filter-publications .esg-entry-content .esg-content:nth-child(5) a {
  background: #c63f3a !important;
}

.esg-filter-wrapper {
  width: 100%;
}
.esg-filter-wrapper div {
  display: block;
  width: 100%;
}
.esg-filter-wrapper div.esg-allfilter {
  display: none;
}
.esg-filter-wrapper div.esg-filterbutton {
  font-size: 18px;
  font-weight: 400;
  color: #2894cf !important;
  position: relative;
  border: none;
  box-shadow: none !important;
  border-radius: 0;
  border-left: 5px solid #2894cf !important;
  line-height: 1.2em;
  padding: 10px 40px 10px 20px;
  background: url("../images/sidebar-nav-line.jpg") no-repeat;
  background-position: right bottom;
  margin-bottom: 0;
}
.esg-filter-wrapper div.esg-filterbutton[data-filter~=filter-reports-publications] {
  border-left-color: #f38a35 !important;
}
.esg-filter-wrapper div.esg-filterbutton[data-filter~=filter-submissions] {
  border-left-color: #c63f3a !important;
}
.esg-filter-wrapper div.esg-filterbutton[data-filter~=filter-policy] {
  border-left-color: #4a54b5 !important;
}
.esg-filter-wrapper div.esg-filterbutton[data-filter~=filter-standards-codes-of-practice] {
  border-left-color: #92cf28 !important;
}
.esg-filter-wrapper div.esg-filterbutton[data-filter~=filter-newsletters] {
  border-left-color: !important;
}
.esg-filter-wrapper div.esg-filterbutton:last-child {
  background: none;
}
.esg-filter-wrapper div.esg-filterbutton .esg-filter-checked {
  padding: 2px 2px !important;
  border-radius: 20px;
  right: 10px;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 11px;
  background: #f1f1f1 !important;
}
.esg-filter-wrapper div.esg-filterbutton .esg-filter-checked i {
  margin-top: 3px;
}
.esg-filter-wrapper div.esg-filterbutton .esg-filter-checked i:before {
  font-size: 13px;
  padding-top: 3px;
  color: #f1f1f1;
}
.esg-filter-wrapper div.esg-filterbutton.selected i:before {
  color: #2894cf;
}

/*------------------------------------*\
    THEME - SIDEBAR
\*------------------------------------*/
.page-sidebar {
  margin-top: 50px;
}
@media only screen and (max-width: 766px) {
  .page-sidebar #mk-sidebar .sidebar-wrapper section.style-1 {
    display: none;
  }
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-1 ul.menu-widget {
  border: none;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-1 ul.menu-widget li {
  transition: all 0.2s;
  list-style: none;
  margin-left: 0px;
  background: url("../images/sidebar-nav-line.jpg") no-repeat;
  background-position: right bottom;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-1 ul.menu-widget li a {
  color: #2894cf !important;
  width: 100%;
  font-size: 18px;
  padding: 10px 0px 10px 20px;
  display: block;
  box-sizing: border-box;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-1 ul.menu-widget li a:hover {
  border-right: 5px solid #2894cf;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-1 ul.menu-widget li ul.sub-menu {
  margin-left: 20px !important;
  display: none;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-1 ul.menu-widget li ul.sub-menu li {
  background: none;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-1 ul.menu-widget li:hover ul.sub-menu {
  display: block;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-1 ul.menu-widget li.current_page_item > a {
  background-color: #2894cf;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  color: #ffffff !important;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-1 ul.menu-widget li.current_page_item > a:hover {
  border-right: 5px solid #2894cf;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-2 ul.menu-widget {
  list-style: none;
  border: none;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-2 ul.menu-widget li {
  background-color: #2894cf;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  padding: 10px 10px 10px 40px;
  margin: 0 0 8px 0;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-2 ul.menu-widget li a {
  color: #ffffff !important;
  padding: 0;
}
@media only screen and (max-width: 766px) {
  .page-id-181 .page-sidebar #mk-sidebar .sidebar-wrapper section.style-2 {
    display: none;
  }
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-3 .widgettitle {
  text-transform: unset !important;
  color: #2894cf !important;
  padding-left: 10px;
  font-size: 19px;
  letter-spacing: 0;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-3 ul.menu-widget {
  list-style: none;
  border: none;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-3 ul.menu-widget li {
  border: none;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-3 ul.menu-widget li a {
  color: #2894cf;
  font-size: 18px;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-3 ul.menu-widget li a:before {
  content: "";
  border-color: transparent #2894cf;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.style-3 ul.menu-widget li a:hover {
  color: #606060 !important;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.widget_text:not(.widget_custom_html) {
  border-top: 4px solid #2894cf;
  border-bottom: 4px solid #2894cf;
  padding-top: 10px;
}
.page-id-833 .page-sidebar #mk-sidebar .sidebar-wrapper section.widget_text:not(.widget_custom_html) {
  display: none;
}
@media only screen and (max-width: 766px) {
  .page-id-181 .page-sidebar #mk-sidebar .sidebar-wrapper section.widget_text:not(.widget_custom_html)#text-4 {
    display: none;
  }
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.widget_text:not(.widget_custom_html) .widgettitle {
  color: #2894cf !important;
  font-size: 18px !important;
  text-transform: capitalize !important;
  letter-spacing: 0;
  padding-bottom: 0 !important;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.widget_text:not(.widget_custom_html) .widgettitle:before {
  font-family: "fontawesome";
  content: "\f0da";
  width: 10px;
  height: 10px;
  margin-right: 5px;
  font-size: 12px;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.widget_text:not(.widget_custom_html) .textwidget {
  padding-top: 5px;
  padding-bottom: 20px;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.widget_text:not(.widget_custom_html) .textwidget ul li {
  color: #2894cf !important;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.widget_text:not(.widget_custom_html) .textwidget ul li:before {
  font-family: "fontawesome";
  content: "\f04b";
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.widget_text:not(.widget_custom_html) .textwidget p, .page-sidebar #mk-sidebar .sidebar-wrapper section.widget_text:not(.widget_custom_html) .textwidget img {
  margin-bottom: 0;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.widget_custom_html .custom-html-widget a.btn {
  width: 100%;
  color: #ffffff !important;
  background: linear-gradient(to right, #1571b0, #309dd6);
  border-top-right-radius: 30px;
  padding: 29px 15px;
  margin-bottom: 15px;
  display: block;
  max-width: calc(100% - 30px);
  font-size: 12px;
  font-weight: 600;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.widget_custom_html .custom-html-widget a.btn strong {
  color: #ffffff;
  font-size: 33px;
  font-weight: normal;
  display: block;
}
.page-sidebar #mk-sidebar .sidebar-wrapper section.widget_custom_html .custom-html-widget a.btn:after {
  position: absolute;
  display: inline-block;
  font-family: "fontAwesome";
  content: "\f054";
  color: #48a0d2;
  background: white;
  border-radius: 40px;
  padding: 8px 15px;
  margin-top: -16px;
  right: 15px;
  font-size: 20px;
  width: 40px;
  height: 40px;
}

#mk-sidebar.events_buttons .widget_custom_html .textwidget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#mk-sidebar.events_buttons .widget_custom_html .textwidget a.btn {
  width: 100%;
  color: #ffffff !important;
  background: linear-gradient(to right, #1571b0, #309dd6);
  border-top-right-radius: 30px;
  padding: 22px 15px 20px;
  margin-bottom: 10px;
  display: block;
  max-width: calc(100% - 30px);
  position: relative;
  max-width: 28%;
}
#mk-sidebar.events_buttons .widget_custom_html .textwidget a.btn strong {
  color: #ffffff;
  font-size: 32px;
  font-family: "filson-soft";
  font-weight: normal;
  display: block;
}
#mk-sidebar.events_buttons .widget_custom_html .textwidget a.btn:after {
  position: absolute;
  display: inline-block;
  font-family: "fontawesome";
  content: "\f054";
  color: #48a0d2;
  background: white;
  border-radius: 40px;
  padding: 5px 10px 4px 14px;
  margin-top: -16px;
  right: 15px;
}
#mk-sidebar.events_buttons .widget_custom_html .textwidget a.btn:hover {
  opacity: 0.8;
}

body.page-id-181 .page-sidebar {
  margin-top: -51px !important;
}
body.page-id-181 .page-sidebar #mk-sidebar .sidebar-wrapper .widget_text:first-child {
  border: none !important;
}
body.page-id-181 .page-sidebar #mk-sidebar .sidebar-wrapper .widget_text:first-child .widgettitle {
  font-size: 26px !important;
  font-weight: 600 !important;
  padding-bottom: 0 !important;
  margin-bottom: 15px !important;
  border-bottom: 6px solid #2894cf;
  padding-left: 10px;
}
body.page-id-181 .page-sidebar #mk-sidebar .sidebar-wrapper .widget_text:first-child .widgettitle:before {
  display: none;
}

/*------------------------------------*\
    THEME - SIDEBAR LAYOUT
\*------------------------------------*/
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper {
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}
@media only screen and (max-width: 766px) {
  #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-3 {
  padding: 0 15px 0 0 !important;
  width: 276px;
  -ms-flex-order: 1;
      order: 1;
}
@media only screen and (max-width: 959px) {
  #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-3 {
    width: 246px;
  }
}
@media only screen and (max-width: 766px) {
  #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-3 {
    -ms-flex-order: 2;
        order: 2;
    padding: 20px 15px 48px !important;
    margin: 0 -15px;
    width: calc(100% + 30px) !important;
    box-sizing: border-box;
  }
  .page-id-181 #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-3, .archive.category #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-3 {
    -ms-flex-order: 1;
        order: 1;
  }
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 {
  -ms-flex-order: 2;
      order: 2;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: calc(100% - 278px);
  padding-right: 0;
}
@media only screen and (max-width: 766px) {
  #theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 {
    -ms-flex-order: 1;
        order: 1;
    padding: 1px 0 48px !important;
    width: calc(100% + 0) !important;
    width: 100% !important;
  }
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .mk-page-section-wrapper {
  margin: 0;
  max-width: 100%;
  left: 0 !important;
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .mk-page-section-wrapper .mk-padding-wrapper {
  padding: 0;
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .mk-page-section-wrapper .mk-padding-wrapper .vc_col-sm-12 {
  margin: 0;
  padding: 0;
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-6,
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-8,
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-4 {
  margin-top: 25px;
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-6:first-child .vc_column-inner,
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-8:first-child .vc_column-inner,
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-4:first-child .vc_column-inner {
  padding-left: 0;
}
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-6:last-child .vc_column-inner,
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-8:last-child .vc_column-inner,
#theme-page .two_col_with_sidebar > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 .vc_col-sm-4:last-child .vc_column-inner {
  padding-right: 0;
}

/*------------------------------------*\
    THEME - CTA
\*------------------------------------*/
.vc_col-sm-12 #mk-sidebar .sidebar-wrapper {
  padding: 0 !important;
}
.vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 {
  margin-bottom: 0;
}
.vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper {
  min-height: 103px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 70px;
  background: url("../images/ctabg.jpg") no-repeat;
  background-position: calc(50% - 331px) top;
}
@media only screen and (max-width: 1139px) {
  .vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper {
    background-position: calc(100% - 300px) top;
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 849px) {
  .vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper {
    background-position: calc(100% - 200px) top;
  }
}
@media only screen and (max-width: 699px) {
  .vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper {
    background-position: 100% top;
  }
}
.vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper .cta {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 1120px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  -ms-flex-align: center;
      align-items: center;
}
.vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper .cta p {
  color: white;
}
.vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper .cta p:nth-child(1) {
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper .cta p:nth-child(1) a {
  display: inline-block;
  color: white !important;
  margin-top: 7px;
  position: relative;
}
.vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper .cta p:nth-child(1) a strong {
  font-size: 25px;
  font-family: "filson-soft";
  color: white;
}
.vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper .cta p:nth-child(1) a:after {
  content: "";
  display: block;
  position: absolute;
  font-family: 'fontawesome';
  content: '\f054';
  color: #48a0d2;
  background: white;
  border-radius: 40px;
  padding: 7px 12px;
  top: 50%;
  font-size: 21px;
  width: 37px;
  height: 37px;
  right: -80px;
  margin-top: -19px;
}
@media only screen and (max-width: 479px) {
  .vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper .cta p:nth-child(1) a:after {
    display: none;
  }
}
.vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper .cta p:nth-child(1) a:hover {
  opacity: 0.7;
}
.vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper .cta p:nth-child(2) {
  width: 250px;
  text-align: right;
  margin-bottom: 0;
}
@media only screen and (max-width: 849px) {
  .vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper .cta p:nth-child(2) {
    width: 200px;
  }
}
@media only screen and (max-width: 699px) {
  .vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper .cta p:nth-child(2) {
    display: none;
  }
}
.vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper .cta p:nth-child(2) a {
  display: inline-block;
  padding: 0 10px;
  width: auto;
}
@media only screen and (max-width: 849px) {
  .vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper .cta p:nth-child(2) a {
    max-width: 35px;
    padding: 0 5px;
    display: inline-block;
  }
}
.vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper .cta p:nth-child(2) a:after {
  display: none;
}
@media only screen and (max-width: 849px) {
  .vc_col-sm-12 #mk-sidebar .sidebar-wrapper #custom_html-6 .ctawrapper .cta p:nth-child(2) > img {
    max-width: 30%;
  }
}

/*------------------------------------*\
    THEME - CTA
\*------------------------------------*/
ul.wsp-posts-list ul.wsp-posts-list,
ul.wsp-pages-list,
ul.wsp-events-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.wsp-posts-list ul.wsp-posts-list li,
ul.wsp-pages-list li,
ul.wsp-events-list li {
  width: 47%;
  margin-bottom: 8px;
}
ul.wsp-posts-list ul.wsp-posts-list li a,
ul.wsp-pages-list li a,
ul.wsp-events-list li a {
  color: #646c79;
}
ul.wsp-posts-list ul.wsp-posts-list li a:hover,
ul.wsp-pages-list li a:hover,
ul.wsp-events-list li a:hover {
  color: #2894cf;
}

/* Pages */
/*------------------------------------*\
    PAGE HOME
\*------------------------------------*/
@media only screen and (max-width: 639px) {
  body.home .clients_title {
    display: none;
  }
}
body.home .clients_title .mk-text-block h2 {
  margin-bottom: 0;
  font-size: 33px;
}
body.home .mk-page-section.post_slider_row .wpb_row .column_container {
  /*
  		&:nth-child(3) {
  		
  			@include mq('767', max) {
  				width: 100%;
  			    flex: auto;
  			    margin-top: 30px;
  			}
  		}
  */
}
@media only screen and (max-width: 766px) {
  body.home .mk-page-section.post_slider_row .wpb_row .column_container {
    width: 100%;
    -ms-flex: auto;
        flex: auto;
    margin-top: 30px;
  }
}

/*------------------------------------*\
    PAGE MEMBER DIRECTORY
\*------------------------------------*/
body.page-id-136 .mk-page-section.member_directory .mk-text-block h2 {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0;
  padding-bottom: 5px;
  border-bottom: 5px solid #2894cf;
  margin-bottom: 20px;
}

/*------------------------------------*\
    STANDARD PAGE
\*------------------------------------*/
@media only screen and (max-width: 766px) {
  .page_title_section {
    min-height: 200px !important;
  }
}
.page_title_section h2 {
  color: #ffffff;
  font-weight: normal;
  padding: 0 10px;
  letter-spacing: 0;
  font-size: 37px;
}
@media only screen and (max-width: 699px) {
  .page_title_section h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 559px) {
  .page_title_section h2 {
    font-size: 23px;
  }
}

.page-content h3 {
  color: #777777;
  font-weight: normal;
}
.page-content ul {
  color: #2894cf;
}
.page-content ul li {
  list-style: none;
}
.page-content ul li:before {
  content: "•";
  color: #606060;
  display: inline-block;
  width: 15px;
  margin-left: -12px;
  font-size: 1.2em;
}
.page-content .blue-bg-block {
  background: linear-gradient(to right, #1571b0, #309dd6);
  padding: 30px 25px;
  border-top-right-radius: 30px;
  margin-bottom: 30px !important;
}
.page-content .blue-bg-block p {
  color: #ffffff !important;
  margin-bottom: 0;
  text-align: justify;
}
@media only screen and (max-width: 699px) {
  .page-content .blue-bg-block p {
    text-align: left;
  }
}
.page-content .blue-bg-block strong {
  color: #ffffff !important;
}

/*------------------------------------*\
    PAGE CONTACT
\*------------------------------------*/
body.page-id-105 .mk-text-block h2 {
  font-size: 39px;
  font-family: "filson-soft";
  /*
  			text-transform: uppercase;
  			letter-spacing: 1px;
  */
}
@media only screen and (max-width: 959px) {
  body.page-id-105 .mk-text-block h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 766px) {
  body.page-id-105 .mk-text-block h2 {
    font-size: 29px;
  }
}
body.page-id-105 .mk-text-block h3 {
  margin-top: 25px;
  font-size: 22px;
  text-transform: uppercase;
}
body.page-id-105 .mk-text-block.get_social a {
  display: inline-block;
  margin: 0 -2px 0 9px;
}
body.page-id-105 .mk-page-section.contact_section .mk-padding-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  body.page-id-105 .mk-page-section.contact_section .mk-padding-wrapper .vc_col-sm-5 {
    width: 100%;
    padding: 0 30px;
  }
}
body.page-id-105 .mk-page-section.contact_section .mk-padding-wrapper .vc_col-sm-7 {
  max-width: 640px;
  padding: 5px 28px;
  background: #f4fbff;
}
@media only screen and (max-width: 959px) {
  body.page-id-105 .mk-page-section.contact_section .mk-padding-wrapper .vc_col-sm-7 {
    width: 100%;
    padding: 0 30px;
    max-width: 100%;
  }
}
body.page-id-105 .contact_map .map1, body.page-id-105 .contact_map .wpgmza-filter-widgets {
  display: none;
}
body.page-id-105 .contact_map .wpgmza_map {
  border-top: 5px solid #2894cf;
  border-bottom: 5px solid #2894cf;
}

/*------------------------------------*\
    PAGE EVENTS
\*------------------------------------*/
body.page-id-114 .mk-text-block h2 {
  font-size: 29px;
  font-family: "filson-soft";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 4px solid #2894cf;
}
body.page-id-114 .single_event {
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body.page-id-114 .single_event:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 699px) {
  body.page-id-114 .single_event {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 639px) {
  body.page-id-114 .single_event {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
body.page-id-114 .single_event .ev_img {
  width: 29.5%;
}
@media only screen and (max-width: 699px) {
  body.page-id-114 .single_event .ev_img {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.page-id-114 .single_event .ev_dtls {
  width: 54%;
}
@media only screen and (max-width: 699px) {
  body.page-id-114 .single_event .ev_dtls {
    width: 60%;
  }
}
body.page-id-114 .single_event .ev_dtls .event_name {
  font-size: 20px;
  text-transform: uppercase;
  color: #2894cf;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 1px;
  min-height: 3em;
}
body.page-id-114 .single_event .ev_dtls .event_details {
  font-size: 15px;
  font-weight: 100;
  color: #2894cf;
}
body.page-id-114 .single_event .ev_dtls .event_details span {
  color: #cecece;
}
body.page-id-114 .single_event .ev_dtls .event_link a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 1px 17px 1px 10px;
  border-radius: 0;
  border-top-right-radius: 15px;
  color: white;
  background: #2894cf;
  margin-top: 8px;
  display: inline-block;
  font-weight: 700;
}
body.page-id-114 .single_event .ev_date {
  width: 11%;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}
@media only screen and (max-width: 699px) {
  body.page-id-114 .single_event .ev_date {
    width: 40%;
  }
}
body.page-id-114 .single_event .ev_date .month {
  background-color: #2894cf;
  border-radius: 19px 19px 0 0;
  color: #fff;
  border-bottom: none;
  text-transform: uppercase;
  border: 3px solid #2894cf;
  padding: 6px 2px;
  display: block;
}
body.page-id-114 .single_event .ev_date .date {
  background-color: #fff;
  border-radius: 0 0 19px 19px;
  color: #2894cf;
  border-top: none;
  border: 3px solid #2894cf;
  padding: 7px 3px;
  display: block;
  font-weight: 700;
}
body.page-id-114 .em-calendar-wrapper {
  padding: 5px 14px;
  background: #2894cf;
}
body.page-id-114 .em-calendar-wrapper .em-calendar {
  background: #2894cf;
  color: white;
  margin-top: 10px;
}
body.page-id-114 .em-calendar-wrapper .em-calendar thead td {
  border: none;
  vertical-align: middle;
}
body.page-id-114 .em-calendar-wrapper .em-calendar thead td .em-calnav {
  color: white;
}
body.page-id-114 .em-calendar-wrapper .em-calendar thead td.month_name {
  height: 45px;
  vertical-align: middle;
  color: white;
}
body.page-id-114 .em-calendar-wrapper .em-calendar tbody tr.days-names td {
  font-size: 13px;
  background: none !important;
  border: none !important;
}
body.page-id-114 .em-calendar-wrapper .em-calendar tbody tr td {
  padding: 7px 4px;
  border: 3px solid white;
  background: #ebebeb;
  color: white;
}
body.page-id-114 .em-calendar-wrapper .em-calendar tbody tr td.eventless-pre, body.page-id-114 .em-calendar-wrapper .em-calendar tbody tr td.eventless-post {
  background: #cecece;
}
body.page-id-114 .em-calendar-wrapper .em-calendar tbody tr td.eventful {
  background: #2894cf;
}
body.page-id-114 .em-calendar-wrapper .em-calendar tbody tr td.eventful a {
  color: white;
}

.single-event .mk-blog-single .blog-single-meta,
.single-event .mk-blog-single .single-social-section {
  display: none !important;
}
.single-event .mk-single-content > h2:first-child {
  display: none !important;
}

.single-post .mk-blog-single .blog-single-meta .mk-blog-author,
.single-post .mk-blog-single .blog-single-meta .mk-post-cat,
.single-post .mk-blog-single .single-social-section {
  display: none !important;
}
.single-post .mk-blog-single .mk-post-date,
.single-post .mk-blog-single .mk-post-date a {
  color: white;
  font-style: normal;
}

/*------------------------------------*\
    PAGE POLICY AND PUBLICATIONS
\*------------------------------------*/
body.page-id-153 .mk-page-section.policy_intro .column_container {
  -ms-flex: auto;
      flex: auto;
}
body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-8 {
  -ms-flex: auto;
      flex: auto;
}
@media only screen and (max-width: 766px) {
  body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-8 {
    height: auto;
    margin-bottom: 20px;
  }
}
body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-8 .mk-text-block {
  border: 2px solid #2894cf;
  border-top-right-radius: 80px;
  height: 100%;
}
body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-8 .mk-text-block h2 {
  font-size: 39px;
  text-transform: uppercase;
  padding: 41px 37px;
  margin: 0;
  letter-spacing: 2px;
  line-height: 1.4em;
  font-weight: 700;
  max-height: 5.6em;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-8 .mk-text-block h2 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 849px) {
  body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-8 .mk-text-block h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 766px) {
  body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-8 .mk-text-block h2 {
    max-height: 400px;
  }
}
@media only screen and (max-width: 650px) {
  body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-8 .mk-text-block h2 {
    font-size: 20px;
    padding: 20px 20px;
  }
}
body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-4 {
  -ms-flex: auto;
      flex: auto;
}
@media only screen and (max-width: 766px) {
  body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-4 {
    width: 100%;
    height: auto;
  }
}
body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-4 .post_slider_wrapper .post-slider-post.style-2 .post-slider-post-inner {
  background: #f4fbff;
}
@media only screen and (max-width: 766px) {
  body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-4 .post_slider_wrapper .post-slider-post.style-2 .post-slider-post-inner {
    padding-bottom: 40px;
  }
}
body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-4 .post_slider_wrapper .post-slider-post.style-2 .post-slider-post-inner .post-content {
  background: #f4fbff;
}
@media only screen and (max-width: 766px) {
  body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-4 .post_slider_wrapper .post-slider-post.style-2 .post-slider-post-inner .post-content {
    min-height: 200px;
  }
}
body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-4 .post_slider_wrapper .post-slider-post.style-2 .post-slider-post-inner .post-content h2 {
  color: #2894cf;
  font-size: 30px;
  font-family: "filson-soft";
  max-height: 3.3em;
  overflow: hidden;
  line-height: 1.1em;
  font-weight: 500;
  margin-top: 11px;
}
@media only screen and (max-width: 959px) {
  body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-4 .post_slider_wrapper .post-slider-post.style-2 .post-slider-post-inner .post-content h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 849px) {
  body.page-id-153 .mk-page-section.policy_intro .column_container.vc_col-sm-4 .post_slider_wrapper .post-slider-post.style-2 .post-slider-post-inner .post-content h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 766px) {
  body.page-id-153 .mk-page-section.post_slider_row .page-section-content .wpb_row .column_container {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.page-id-153 .policy_intro.mk-page-section.post_slider_row .page-section-content .wpb_row .column_container > div {
  height: unset;
}

/*------------------------------------*\
    PAGE WHATS NEW (BLOG)
\*------------------------------------*/
/*------------------------------------*\
    BLOG SINGLE PAGE
\*------------------------------------*/
body.single-post header {
  z-index: 0;
}
body.single-post #theme-page {
  z-index: 1;
}
body.single-post #theme-page article.mk-blog-single {
  margin-top: -30px;
}






#mk-sidebar .sidebar-wrapper section.style-2 ul.menu-widget {
  list-style: none;
  border: none;
}
#mk-sidebar .sidebar-wrapper section.style-2 ul.menu-widget li {
  background-color: #2894cf;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  padding: 10px 10px 10px 40px;
  margin: 0 0 8px 0;
}
#mk-sidebar .sidebar-wrapper section.style-2 ul.menu-widget li a {
  color: #ffffff !important;
  padding: 0;
}