@charset "UTF-8";
/*
Theme Name: TraverseConnect
Based on - Theme URI: https://github.com/tidythemes/blankslate
Author: Lake Effect Associates
Author URI: https://www.ledigital.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 1.2.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

TraverseConnect WordPress Theme © 2011-2019 Lake Effect Associates
BlankSlate is distributed under the terms of the GNU GPL
*/
/*
@import './sass/normalize';

/* apply a natural box layout model to all elements, but allowing components to change */
/*
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 16px;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: $sans;
  color: $text;
}

#wrapper {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}

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

// @import './sass/partials/accessibility';

.wrapper {
	position: relative;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}
*/
/*
@import './sass/variables/mq';

// $mq-show-breakpoints: (mobile, mobileLandscape, tablet, desktop, wide); 


$mq-breakpoints: (
    mobile:  320px,
    tablet:  740px,
    desktop: 980px,
    wide:    1300px,

    // Tweakpoints
    desktopAd: 810px,
    mobileLandscape: 480px
);

*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

button {
  outline: 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

q {
  display: inline;
  font-style: italic; }

q:before {
  content: '"';
  font-style: normal; }

q:after {
  content: '"';
  font-style: normal; }

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  padding: 2px; }

big {
  font-size: 120%; }

small, sup, sub {
  font-size: 80%; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

dd {
  margin-left: 20px; }

kbd, tt {
  font-family: courier;
  font-size: 12px; }

ins {
  text-decoration: underline; }

del, strike, s {
  text-decoration: line-through; }

dt {
  font-weight: bold; }

address, cite, var {
  font-style: italic; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.entry-content ul, .entry-content ol {
  list-style-type: disc;
  list-style-position: inside; }

/*
@import "../../node_modules/rfs/scss";
*/
html {
  font-family: serif;
  color: #333333; }

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  margin: 0 0 1rem 0; }

p, a, h1, h2, h3, h4, h5, h6, li, span, html {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal; }

p {
  line-height: 22px;
  margin-bottom: 22px; }

p, li {
  font-size: 15px;
  color: #333333;
  font-weight: 300; }

p strong {
  font-weight: bold; }

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

p a {
  text-decoration: underline; }

h1 {
  font-size: 54px;
  color: #30567e;
  font-weight: 700; }

h2 {
  font-size: 36px;
  color: #4e6d7b;
  font-weight: 700; }

h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.25;
  color: #5e7a87; }

h4 {
  font-size: 22px;
  color: #5e7a87;
  font-weight: 600; }

h5 {
  font-size: 18px;
  color: #5e7a87;
  font-weight: 500; }

h6 {
  font-size: 13px;
  color: #7c98a2;
  font-weight: 500; }

.italic {
  font-style: italic; }

.intro-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400; }

/*
h1 {
  @include font-size(36);
  color: $blue;
  font-weight: 600;
}

h2 {
  @include font-size(34);
}

h3 {
  @include font-size(29);
}

h4 {
  @include font-size(24);
}

h5 {
  @include font-size(22);
}

h6 {
  @include font-size(20);
}

p {

}

ul {

}

a {
  color: blue;
  &:hover,
  &:focus {
    color: darken( blue, 20%);
  }
}

.button {
  &:hover,
  &:focus {

  }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

.home-header {
  background: blue;
  width: 100%; }

/* -------------HOME PAGE------------- */
.home-header {
  background: #eaeaea;
  min-height: 550px;
  min-height: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.header-circles {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .header-circles {
    display: none; } }

.home-header .circle {
  width: 30%;
  height: auto;
  max-height: 300px;
  max-width: 300px;
  border-radius: 50%;
  margin: 7px;
  position: relative;
  overflow: hidden; }
  .home-header .circle:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%; }

.header-circles .circle-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /*Flip effect */
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d; }

/* Position the front and back side */
.circle-front, .circle-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid white;
  backface-visibility: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  backface-visibility: hidden;
  -webkit-box-align: center; }

.circle-front {
  display: none; }

.circle-back {
  background: rgba(255, 255, 255, 0.85);
  flex-direction: column; }
  .circle-back .desc {
    display: none; }
  .circle-back .divider {
    display: none; }
  .circle-back a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px; }
  .circle-back h4 {
    color: #30567e;
    font-size: 28px;
    margin-bottom: .2em;
    text-align: center; }
  .circle-back i {
    font-size: 25px; }

.circle-front h3 {
  font-size: 36px;
  font-weight: bold;
  color: #30567e;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0; }

@media (min-width: 960px) {
  .home-header {
    min-height: 550px; }
  .home-header .circle:hover .circle-inner, .home-header .circle:focus .circle-inner {
    transform: rotateY(180deg); }
  .circle-front {
    display: flex;
    background: rgba(255, 255, 255, 0.85);
    color: black; }
  .circle-back {
    background-color: white;
    transform: rotateY(180deg);
    padding: 15px 30px; }
  .circle-back .divider {
    margin: 0px 0 10px; }
  .circle-front h3 {
    font-size: 36px;
    font-weight: bold;
    color: #30567e;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    margin: 0; }
  .circle-back h4 {
    font-size: 14px;
    font-weight: bold;
    color: #3a6899;
    text-transform: uppercase;
    max-width: 150px;
    margin: auto; }
  .circle-back .divider {
    display: block; }
  .circle-back p.desc {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333; }
  .circle-back i {
    color: #6686bc;
    font-size: 35px; }
  a .circle-back:hover i {
    transform: none; }
  .circle-back a {
    text-decoration: none; } }

/* --------------Home Mobile Hero Section (squares) -------*/
.home-header-mobile {
  display: none; }

@media (max-width: 599px) {
  .home-header-mobile {
    display: block; }
  .home-header .header-circles {
    display: none; }
  .header-squares {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    width: calc(100% - 12px);
    margin: auto; }
  .home-square {
    width: 32.5%;
    height: 30vw;
    background: #0694af;
    background: rgba(6, 148, 175, 0.5);
    display: flex;
    flex-direction: column;
    padding: 5px;
    justify-content: space-between;
    min-height: 170px;
    border: 1px solid white; }
  .home-square:nth-of-type(2) {
    background: #00589d;
    background: rgba(0, 88, 157, 0.5); }
  .home-square:last-of-type {
    background: #5e7a87;
    background: rgba(94, 122, 135, 0.5); }
  .home-square a, .home-square h3 {
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase; }
  .home-square i {
    font-size: 28px; }
  .home-square a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; } }

.home-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.home-about-big, .home-about-small {
  padding: 45px 45px 65px 45px;
  margin: 20px 0px;
  color: white;
  display: flex;
  justify-content: start;
  flex-direction: column;
  position: relative; }

.home-about-big {
  background: #3a6899;
  width: 59%;
  width: calc(60% - 10px);
  min-width: 350px; }

.home-about-big:hover {
  background: #00589d; }

.home-about-big p {
  color: white; }

.home-about-small {
  background: #7c98a2;
  width: 39%;
  width: calc(40% - 10px);
  min-width: 350px; }

@media (max-width: 959px) {
  .home-about-small, .home-about-big {
    padding-left: 20px;
    padding-right: 20px;
    width: 49%;
    min-width: 276px; } }

@media (max-width: 799px) {
  .home-about-small, .home-about-big {
    width: 100%;
    margin-bottom: 0; } }

.home-about-small:hover {
  background: #718b94; }

.home-about h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: white; }

.home-about h3 {
  margin-bottom: 30px;
  color: white; }

.home-about a {
  color: white;
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none; }

.home-about a i {
  transition: .2s; }

.home-about-big:hover i, .home-about-small:hover i {
  transform: translate(5px, 0); }

/* ---------------- Homepage 3 Blocks section -------------*/
.home .block-single {
  width: 32%;
  padding: 35px 35px 75px;
  color: white;
  position: relative;
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  filter: brightness(100%); }
  @media (max-width: 959px) {
    .home .block-single {
      width: 100%;
      margin-bottom: 10px; } }
.home .block-single:hover {
  -webkit-filter: brightness(85%);
  -moz-filter: brightness(85%);
  -o-filter: brightness(85%);
  -ms-filter: brightness(85%);
  filter: brightness(85%); }

.home .block-wrapper {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.home .block-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: white; }

.home .block-text {
  font-size: 25px;
  font-weight: bold;
  color: white; }

.home .block-single a {
  color: white;
  position: absolute;
  bottom: 20px;
  right: 30px;
  text-decoration: none; }

.block-single i {
  transition: .2s; }

.block-single:hover i {
  transform: translate(10px, 0); }

.block-single a:hover i {
  transform: none; }

/* ---------------- Ad Section Placeholder -------------*/
.home-ad-single {
  flex-basis: 100%;
  flex: 1;
  min-height: 200px;
  padding-bottom: 83.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
  margin-bottom: 15px; }
  .home-ad-single:hover {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18);
    border-color: black; }

.home .home-ad-section, .page .home-ad-section {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap; }

.home-ad-section a {
  width: 24%; }
  @media (max-width: 799px) {
    .home-ad-section a {
      width: 49%;
      margin-bottom: 15px; } }
.home-ad-section p {
  color: white;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  text-align: center; }

.entry-content {
  padding: 0; }

.section-title {
  text-align: left;
  max-width: 1230px;
  margin: 0 auto 40px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 599px) {
    .section-title {
      font-size: 28px; } }
.center-subtitles .section-title {
  text-align: center;
  padding: 0; }

h1.entry-title {
  color: #30567e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 35px; }
  @media (max-width: 599px) {
    h1.entry-title {
      font-size: 32px; } }
header.header {
  max-width: 1230px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }

.entry-content li {
  list-style-position: outside;
  margin-left: 1em;
  margin-bottom: 10px;
  line-height: 1.45; }

strong {
  font-weight: bold; }

/* ------------- Single Article styling -------------*/
.single-post article,
.single-investor_post article {
  margin-bottom: 50px; }
  .single-post article header,
  .single-investor_post article header {
    background: #eef1f3;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .single-post article .header-info,
  .single-investor_post article .header-info {
    padding: 60px 40px;
    width: 50%; }
    @media (max-width: 959px) {
      .single-post article .header-info,
      .single-investor_post article .header-info {
        width: 100%;
        max-width: 100%;
        padding: 40px 15px; } }
    .single-post article .header-info .meta-sep:after,
    .single-investor_post article .header-info .meta-sep:after {
      content: " \B7 ";
      font-size: 38px;
      margin-left: 5px;
      margin-right: 5px; }

.single-post .featured-image,
.single-investor_post .featured-image {
  width: 50%;
  height: 400px;
  max-width: 615px; }
  @media (max-width: 959px) {
    .single-post .featured-image,
    .single-investor_post .featured-image {
      width: 100%;
      max-width: 100%;
      max-height: 54vw; } }
  .single-post .featured-image img,
  .single-investor_post .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.single-post .entry-meta,
.single-investor_post .entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 25px; }

.single-post ul.post-categories li a,
.single-investor_post ul.post-categories li a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none; }

.single-post h1.entry-title,
.single-investor_post h1.entry-title {
  margin-top: 20px;
  color: #393D3F;
  text-transform: initial;
  font-size: 40px;
  line-height: 48px;
  max-width: 650px; }
  @media (max-width: 959px) {
    .single-post h1.entry-title,
    .single-investor_post h1.entry-title {
      max-width: 100%;
      font-size: 30px;
      line-height: 1.3; } }
.single-post .article-info,
.single-investor_post .article-info {
  display: flex;
  align-content: center; }

.single-post .article-main,
.single-investor_post .article-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  justify-content: space-between; }

.single-post .article-sidebar,
.single-investor_post .article-sidebar {
  width: 300px;
  min-width: 300px; }
  @media (max-width: 959px) {
    .single-post .article-sidebar,
    .single-investor_post .article-sidebar {
      width: 100%; } }
.single-post .article-sidebar img,
.single-investor_post .article-sidebar img {
  width: 100%;
  height: 200px;
  object-fit: cover; }

.single-post footer.entry-footer,
.single-investor_post footer.entry-footer {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #AEAFAD; }
  @media (max-width: 959px) {
    .single-post footer.entry-footer,
    .single-investor_post footer.entry-footer {
      margin-bottom: 50px; } }
  .single-post footer.entry-footer a,
  .single-investor_post footer.entry-footer a {
    color: #AEAFAD; }

@media (max-width: 599px) {
  .entry-meta span.meta-sep {
    display: none; } }

.entry-meta a,
.entry-meta span {
  color: #90918F;
  text-decoration: none;
  font-size: 14px; }

@media (max-width: 599px) {
  .entry-meta span {
    width: 100%; } }

span.cat-links, span.tag-links {
  display: block; }

.article-sidebar div#related_posts > ul > li {
  margin-bottom: 50px; }
  @media (max-width: 959px) {
    .article-sidebar div#related_posts > ul > li {
      width: 46%;
      margin-right: 4%; } }
  @media (max-width: 599px) {
    .article-sidebar div#related_posts > ul > li {
      width: 100%; } }
@media (max-width: 959px) {
  .article-sidebar div#related_posts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; } }

.article-sidebar div#related_posts h4 {
  text-transform: uppercase;
  font-size: 13px;
  color: #525350; }

.relatedcontent h3 {
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #393D3F;
  text-decoration: none;
  margin-bottom: 5px; }

.relatedcontent h3 a {
  text-decoration: none;
  margin-bottom: 5px; }

.relatedthumb img {
  margin-bottom: 7px; }

.article-main .article-content {
  padding-right: 50px;
  width: 67%;
  width: calc(70% - 25px); }
  @media (max-width: 959px) {
    .article-main .article-content {
      width: 100%;
      padding: 0 10px; } }
.article-info > img {
  margin: 0 10px 0 0;
  border-radius: 50%;
  border: 3px solid lightgray;
  max-width: 70px;
  height: 100%; }

.single-post ul.single-post-categories {
  margin-bottom: 30px;
  text-decoration: none; }

.single-post ul.single-post-categories a {
  text-decoration: none;
  text-transform: uppercase; }

.request-meeting-room {
  margin: 30px 0; }

.room-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.room-single {
  background: #eef1f3;
  width: 60%;
  flex-basis: 60%; }
  @media (max-width: 799px) {
    .room-single {
      flex-grow: 1;
      width: 100%;
      flex-basis: 100%;
      margin-bottom: 40px; } }
.room-single img {
  width: 100%; }

.room-details {
  padding: 15px; }

.investor-options {
  margin: 50px auto; }
  .investor-options .investor-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap; }

.invest-option-single {
  width: 23%;
  text-align: center;
  margin-bottom: 50px; }
  @media (max-width: 959px) {
    .invest-option-single {
      width: 48%; } }
  @media (max-width: 599px) {
    .invest-option-single {
      width: 100%; } }
.invest-option-single .inner-box {
  border: 1px solid #d6dde1;
  border-radius: 6px;
  padding: 40px 15px;
  transition: .2s;
  margin-bottom: 10px; }
  .invest-option-single .inner-box h3 {
    text-transform: uppercase;
    color: #00589d; }
  .invest-option-single .inner-box a {
    background: #0694AF;
    color: white;
    text-decoration: none;
    padding: 8px 45px;
    border-radius: 6px;
    margin: 15px 0; }
  .invest-option-single .inner-box p.cost {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px; }
  .invest-option-single .inner-box p.details {
    margin-bottom: 20px; }
  .invest-option-single .inner-box:hover {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18); }
    .invest-option-single .inner-box:hover a {
      background: #0687A0; }

.parent-pageid-159 h1.entry-title {
  display: none; }

.bio-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.bio-details {
  width: 25%; }
  @media (max-width: 799px) {
    .bio-details {
      width: 100%; } }
.bio-details .bio-image {
  padding: 15px;
  transition: .2s;
  margin-bottom: 10px;
  max-width: 320px;
  margin: auto;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18); }
  .bio-details .bio-image img {
    width: 100%; }
  .bio-details .bio-image:hover {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5); }

.bio-details p, .bio-details a {
  margin: 5px 0;
  font-weight: 300;
  color: #333; }

.bio-text {
  width: 75%;
  padding-left: 25px;
  padding-right: 25px; }
  @media (max-width: 799px) {
    .bio-text {
      width: 100%;
      padding: 0; } }
.bio-details p, .bio-details a {
  font-size: 14px;
  text-decoration: none;
  color: #333;
  display: block;
  line-height: 1.4;
  margin-bottom: 10px; }

.bio-details a:hover {
  color: #3a6899; }

/* ------------ Archive Styling----------- */
.article-wrap article .featured-image img {
  width: 100%;
  max-width: 180px;
  height: 180px;
  object-fit: cover; }
  @media (max-width: 599px) {
    .article-wrap article .featured-image img {
      max-width: 100%;
      height: 180px;
      height: 45vw; } }
.article-wrap .featured-image {
  width: 25%;
  min-width: 180px; }
  @media (max-width: 599px) {
    .article-wrap .featured-image {
      max-width: 100%;
      width: 100%; } }
.article-wrap .header-info {
  width: 68%;
  max-width: 550px; }
  @media (max-width: 959px) {
    .article-wrap .header-info {
      max-width: 100%;
      width: 68%;
      width: calc(100% - 230px); } }
  @media (max-width: 599px) {
    .article-wrap .header-info {
      max-width: 100%;
      width: 100%; } }
.article-wrap article header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.archive-meta {
  margin: 10px 0 69px;
  color: #393D3F;
  max-width: 675px;
  display: flex;
  align-items: center; }

.archive-meta img {
  margin: 0 20px 0 0;
  max-width: 75px;
  height: auto; }

.article-wrap article {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eef1f3; }

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

.article-wrap main#content {
  max-width: 65%;
  flex-basis: 65%; }
  @media (max-width: 959px) {
    .article-wrap main#content {
      max-width: 100%;
      flex-basis: 100%; } }
.article-wrap aside#sidebar {
  max-width: 30%;
  flex-basis: 30%; }
  @media (max-width: 959px) {
    .article-wrap aside#sidebar {
      max-width: 100%;
      flex-basis: 100%; } }
.article-wrap ul.post-categories li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px; }

.article-wrap ul.post-categories {
  margin-bottom: 15px; }
  @media (max-width: 599px) {
    .article-wrap ul.post-categories {
      margin: 20px 0; } }
.article-wrap h2.entry-title a {
  color: #393D3F;
  font-size: 28px;
  font-weight: 700; }

.article-wrap .meta-sep:after {
  content: " \B7 ";
  /* font-size: 38px; */
  margin-left: 5px;
  margin-right: 5px; }

/* Archive Sidebar */
.article-wrap input.search-field {
  padding: 8px;
  border: 1px solid #cccccc;
  width: 100%; }

.article-wrap input.search-field {
  padding: 8px;
  border: 1px solid #cccccc;
  width: 100%; }

.article-wrap form.search-form button {
  display: none !important; }

.article-wrap aside#sidebar h3.widget-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #525350; }

.article-wrap aside#sidebar h3.widget-title::after {
  content: '';
  white-space: pre;
  height: 4px;
  width: 70px;
  background: #d8d8d8;
  display: block;
  margin-top: 5px; }

.article-wrap aside#sidebar ul.xoxo > li {
  margin-bottom: 30px; }

.article-wrap li#search-2 h3.widget-title {
  display: none; }

.article-wrap .widget-container > ul > li {
  padding: 10px 0; }

.article-wrap li#recent-posts-2 > ul > li a {
  color: #393D3F; }

.article-wrap li#recent-posts-2 > ul > li a:hover {
  color: #30567E; }

.article-wrap aside#sidebar ul.xoxo .widget_recent_entries {
  margin-bottom: 15px; }

.article-wrap .news-categories ul li {
  margin-bottom: 20px; }

.article-wrap .news-categories ul li a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500; }

.news-categories .cat1 a {
  color: #FF8833; }

.news-categories .cat2 a {
  color: #4570E6; }

.news-categories .cat3 a {
  color: #299617; }

.news-categories .cat4 a {
  color: #DA3287; }

.news-categories .cat5 a {
  color: #CD4A4A; }

.article-wrap li#custom_html-7 div.textwidget {
  height: 200px;
  background: #7c98a2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  transition: .2s; }

.article-wrap li#custom_html-7 div.textwidget:hover {
  background: #718b94; }

.article-wrap li#custom_html-7 h4, li#custom_html-7 a {
  color: white; }

.article-wrap li#custom_html-7 h4 {
  font-size: 28px;
  letter-spacing: .8px;
  line-height: normal; }

.article-wrap li#custom_html-7 a {
  font-size: 18px; }

/* ------------- Pagination ----------*/
.pagination {
  margin: 50px auto; }

.page-numbers:not(.prev):not(.next) {
  border: 1px solid #95acb8;
  width: 34px;
  line-height: 32px;
  border-radius: 100%;
  display: inline-block;
  text-align: center; }

.page-numbers.current, .page-numbers:not(.prev):not(.next):hover {
  color: white;
  background: #95acb8; }

/* Search Results page */
.search-results .search-item .entry-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #525350;
  margin: 5px auto; }

.search-item {
  padding: 30px 0;
  border-bottom: 1px solid #eef1f3; }

.search-item:first-of-type {
  border-top: 1px solid #eef1f3; }

.search-item .entry-date {
  font-weight: 200;
  color: #90918F;
  font-size: 14px;
  line-height: 34px;
  display: inline-block; }

p.news-icon {
  display: inline-block;
  background: #95acb8;
  color: white;
  padding: 1px 10px;
  margin: 0 10px;
  font-size: 12px;
  border-radius: 4px; }

.article-info p {
  margin-bottom: 8px; }

/* Regional Dashboard - GRID ------------*/
.regional-dashboard.wrapper {
  display: grid;
  margin-bottom: 25px;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  grid-gap: 25px; }

.category-card {
  background: green;
  padding: 50px 45px;
  height: 300px;
  display: flex;
  grid-column: span 2;
  /* Spans two columns */
  grid-column: 1 / 3;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 599px) {
    .category-card {
      grid-column: span 1; } }
.category-card h3, .category-card p {
  color: white; }

.category-card h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700; }

.category-card p {
  font-size: 20px;
  line-height: 29px;
  font-weight: 300;
  margin-bottom: 0; }

.stat-card {
  border: 1px solid #d6dde1;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
  height: 300px; }
  .stat-card:hover {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18); }

.stat-card-front, .stat-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 40px;
  backface-visibility: hidden;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.stat-card-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.stat-card-back p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px; }

.stat-card.is-flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.stat-more {
  display: block;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.stat-more p {
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 10px;
  color: #393d3f;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400; }

.stat-more i {
  font-size: 20px;
  display: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.stat-card:hover .stat-more i {
  display: initial; }

.stat-number p {
  color: #393D3F;
  font-size: 44px;
  font-weight: 700; }

.stat-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.stat-number i {
  font-size: 33px; }

.stat-number .fa-horizontal-rule {
  background: #ffcc00;
  border-radius: 50%;
  padding: 7px 5px 5px;
  color: white;
  font-size: 19px; }

.stat-number .fa-caret-circle-up {
  color: #88d904; }

.stat-number .fa-caret-circle-down {
  color: #d9001b; }

.stat-card-title {
  height: 60px; }

.stat-card-title h5 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 0; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

#search input {
  outline: none; }

#search input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: inherit;
  font-size: 100%; }

#search input::-webkit-search-decoration,
#search input::-webkit-search-cancel-button {
  display: none; }

#search input[type=search] {
  background: #ffffff00 url(/wp-content/themes/TCconnect/img/search-icon.png) no-repeat 9px 100%;
  border: none;
  padding: 4px 30px 4px 32px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s; }

/*
#search input[type=search]:focus {

	background-color: #fff;
	border-color: #66CC75;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
*/
#search input:-moz-placeholder {
  color: #999; }

#search input::-webkit-input-placeholder {
  color: #999; }

#search .search-form input[type=search] {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer; }

#search .search-form input[type=search]:hover {
  background-color: #fff; }

#search .search-form input[type=search]:focus {
  width: 130px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto; }

#search .search-form input:-moz-placeholder {
  color: transparent; }

#search .search-form input::-webkit-input-placeholder {
  color: transparent; }

input.search-submit {
  display: none; }

button.search-submit {
  border: none;
  outline: 0;
  background: #95acb8;
  padding: 8px 10px 7px;
  border-radius: 0 3px 3px 0;
  margin-left: -4px;
  color: white;
  opacity: 0;
  transition: .2s;
  width: 0px; }

input.search-field:focus + button {
  opacity: 1;
  display: inline-block;
  width: initial; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

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

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

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

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.site-footer {
  padding: 0; }

/* -------------FOOTER------------- */
footer#footer {
  background: #eef1f3; }

.footer-menu {
  background: #3a6899; }
  .footer-menu p, .footer-menu h5 {
    color: white; }
  .footer-menu li.menu-item a {
    color: white;
    line-height: 1.65;
    text-decoration: none;
    font-size: 14px; }

.footer-menu .footer-desktop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  padding: 50px 0 90px; }
  .footer-menu .footer-desktop h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    color: white; }
  .footer-menu .footer-desktop ul {
    text-align: center; }
  @media (min-width: 960px) {
    .footer-menu .footer-desktop ul {
      text-align: left; } }
/*
.footer-mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
 @include tablet-landscape-up {
    display: none;
  }
  li.menu-item {
    text-align: center;
  }
  li.menu-item a {
    font-size: 20px;
  }
}
*/
.connect-with-us {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px; }
  .connect-with-us i {
    font-size: 28px;
    margin: 0 14px;
    color: #525350; }
  .connect-with-us h3 {
    font-size: 25px;
    margin-bottom: 0; }
  @media (max-width: 599px) {
    .connect-with-us {
      justify-content: center; } }
.footer-logo {
  width: 25%;
  min-width: 200px;
  display: flex;
  align-items: center; }
  .footer-logo .logo {
    max-width: 100%;
    width: 300px;
    padding: 25px; }

.footer-column {
  width: 17%;
  min-width: 165px; }

.footer-menu-1 p {
  font-size: 14px;
  margin-bottom: 8px; }

.footer-menu-1 i {
  margin-right: 5px; }

div#copyright {
  position: absolute;
  bottom: 20px;
  right: 8px;
  color: white; }

div#copyright a {
  color: white; }

.champion-investors {
  padding: 30px 30px 50px; }
  .champion-investors h5 {
    text-align: center;
    margin-bottom: 35px; }
  .champion-investors .partners ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .champion-investors .partners li {
    max-width: 20%;
    flex-basis: 125px;
    min-width: 125px;
    width: 125px;
    min-height: 80px;
    display: flex;
    align-items: center; }
  .champion-investors .partners img {
    padding: 10px;
    width: 100%;
    max-width: 125px; }

@media (min-width: 960px) {
  .footer-menu .footer-desktop ul {
    text-align: left; } }

@media screen and (max-width: 960px) {
  .footer-logo {
    flex-basis: 100%;
    margin-bottom: 20px; }
  .footer-column, .footer-logo {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px; }
  .footer-column p {
    font-size: 14px;
    margin-bottom: 8px;
    color: white; }
  .footer-column a {
    color: white; }
  .footer-menu .footer-column h5 {
    font-size: 16px;
    text-align: center; }
  .footer-menu li.menu-item a {
    font-size: 14px; }
  .footer-menu-1 {
    order: 5; }
  .footer-menu-4 {
    order: 4; } }

@media screen and (max-width: 600px) {
  .footer-logo {
    flex-basis: 100%;
    margin-bottom: 20px; }
  .footer-column, .footer-logo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; }
  .footer-column p {
    font-size: 16px;
    margin-bottom: 8px; }
  .footer-menu .footer-column h5 {
    font-size: 18px;
    text-align: center; }
  .footer-menu li.menu-item a {
    font-size: 16px; }
  div#copyright {
    position: initial;
    text-align: center;
    order: 6;
    margin-top: 30px; } }

/*
.site-header {
  @include padding-top(2em);
  @include padding-bottom(2em);


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

  #branding {
    max-width: 200px;

    @include mq(500px){
      max-width: 320px;
    }
  }

#site-title h1 {
  margin: 0;
}

#site-description {
  display: none;
}

/* ------------Before Site Header------------- */
.before-nav {
  display: block;
  height: 30px;
  background: #eef1f3; }

.before-nav {
  display: flex;
  justify-content: flex-end; }

.menu-before-header-nav-container ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-right: 40px; }

.menu-before-header-nav-container ul li {
  margin-left: 15px; }

.menu-before-header-nav-container ul li a {
  color: #525350;
  text-decoration: none;
  font-size: 13px; }

/* ------------SITE HEADER------------- */
div#search {
  float: right; }

header #branding {
  max-width: 180px;
  position: absolute;
  left: 20px;
  width: 50%; }

header #branding img.custom-logo {
  width: 100%;
  height: auto;
  padding: 15px 15px 15px 0; }

header #branding h1 {
  margin: 0; }

header .content-container {
  position: relative;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18);
  display: flex;
  justify-content: center; }

ul#menu-main-menu {
  display: flex;
  margin: 25px auto; }

ul#menu-main-menu li {
  margin: 0 15px;
  text-transform: uppercase;
  font-size: 14px; }

ul#menu-main-menu li a {
  color: #333333;
  font-weight: 500;
  text-decoration: none; }

ul#menu-main-menu li a:hover {
  color: #3a6899; }

.bold-menu a {
  font-weight: 600 !important;
  text-transform: uppercase !important; }

/* --------- Max Mega Menu --------*/
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-family: 'proxima-nova', 'Montserrat', sans-serif; }

#mega-menu-wrap-main-menu .mega-menu-toggle {
  width: 60px; }

.mega-toggle-blocks-center, .mega-toggle-blocks-right {
  display: none; }

.mega-menu-column > .mega-sub-menu > .mega-menu-item:first-of-type > a {
  font-weight: 600 !important;
  text-transform: uppercase !important; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding-bottom: 0; }

.mega-menu-item p {
  color: white; }

.mega-menu-item li {
  max-height: 18px;
  overflow: hidden; }

a.menu-cta {
  color: white;
  font-weight: 400;
  font-size: 20px; }

.mega-menu-item .textwidget p.cta {
  font-size: 22px;
  font-weight: bold; }

li#mega-menu-item-recent-posts-3 a {
  color: white;
  text-decoration: none;
  font-weight: 300;
  font-size: 13px; }

.mega-sub-menu .tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0;
  margin-bottom: 0; }

.mega-sub-menu .tribe-events-list-widget-events a, .mega-sub-menu p.tribe-events-widget-link a {
  color: white;
  text-decoration: none;
  font-weight: 400; }

.mega-sub-menu .tribe-events-list-widget .tribe-event-duration {
  display: none; }

/* ---------Webcam button --------*/
.webcam-btn {
  position: absolute;
  top: 0;
  right: 30px;
  width: 100px;
  height: 75px;
  border-radius: 0 0 10px 10px;
  background: #0694AF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  z-index: 1000; }
  .webcam-btn :hover {
    background: #0687A0; }
  .webcam-btn a {
    color: white;
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 0 10px 10px; }
  .webcam-btn p {
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0;
    line-height: 1.2; }

.mobile-user-login {
  display: none; }

/* -----      Site Banner    ------ */
.site-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background: #0694af; }

.site-banner p {
  margin: 0;
  color: white;
  font-weight: 500;
  margin-right: 15px; }

.site-banner a {
  color: white;
  background: #00589D;
  padding: 7px 0;
  text-align: center;
  width: 115px;
  border: 2px solid white;
  border-radius: 5px; }

/* Fixed Header */
#header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1440px;
  z-index: 1000;
  background: white; }

.admin-bar header#header {
  top: 32px; }

/* ------------- 2 Box CTA -------------*/
.two-box-wrapper {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 15px;
  display: grid; }

.box-single {
  padding: 35px 40px 80px;
  color: white;
  display: flex;
  justify-content: start;
  flex-direction: column;
  position: relative;
  background: #3a6899; }

.box-single:hover {
  background: #30567e; }

.box-single p, .box-single li {
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400; }

.box-single:last-of-type {
  background: #7b98a2; }

.box-single:last-of-type:hover {
  background: #718b94; }

.box-single h6 {
  text-transform: uppercase;
  font-size: 13px;
  color: white;
  margin: 0;
  font-weight: 400; }

.box-single h2 {
  margin-bottom: 30px;
  color: white;
  font-size: 36px;
  line-height: normal; }

.box-single a {
  color: white;
  position: absolute;
  bottom: 40px;
  right: 30px;
  font-size: 18px;
  text-decoration: none; }

.box-single h3, .box-single h4, .box-single h5, .box-single h6 {
  color: white; }

.three-box-wrapper .box-single {
  padding: 35px 35px 75px;
  color: white;
  position: relative;
  background: #3a6899;
  width: 32.5%; }
  @media (max-width: 1199px) {
    .three-box-wrapper .box-single {
      padding: 35px 15px 75px; } }
  @media (max-width: 959px) {
    .three-box-wrapper .box-single {
      width: 100%;
      margin-bottom: 20px; } }
.three-box-wrapper .box-single:hover {
  background: #30567e; }

.three-box-wrapper {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.three-box-wrapper .box-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: white; }

.three-box-wrapper .box-text {
  font-size: 25px;
  font-weight: bold;
  color: white; }

.three-box-wrapper .box-single a {
  color: white;
  position: absolute;
  bottom: 40px;
  right: 30px;
  text-decoration: none; }

.three-box-wrapper h3 {
  color: white; }

.box-single:nth-of-type(2) {
  background: #7b98a2; }

.box-single:nth-of-type(2):hover {
  background: #718b94; }

.box-single:last-of-type {
  background: #0694AF; }

.box-single:last-of-type:hover {
  background: #33a7bd; }

/* ------------- Accordion -------------*/
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background: white;
  color: #5E7A87;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 18px;
  font-weight: 500; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: white; }

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden; }

.accordion-single {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 15px; }

.accordion-single:first-of-type {
  border-top: 1px solid #d4d4d4; }

.accordion-single .accordion {
  font-family: 'proxima-nova';
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #5E7A87;
  padding-right: 50px;
  position: relative; }

.accordion-container {
  margin-top: 50px;
  margin-bottom: 50px; }

.accordion i {
  float: right; }

.panel .partner-links {
  max-width: 600px; }

.panel .partner-links a {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #30567E;
  line-height: 21px;
  font-weight: 400; }
  @media (max-width: 599px) {
    .panel .partner-links a {
      width: 100%; } }
.partner-links li {
  color: #30567E; }

.accordion-single .accordion:hover, .accordion-single .accordion:focus {
  outline: #0687A0 solid thin; }

.accordion-single .accordion::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  float: right;
  position: absolute;
  right: 17px; }

.accordion-single .panel {
  display: none;
  padding: 5px 20px; }

.accordion-single.active .accordion::after {
  content: "\f077"; }

.accordion-single.active .panel {
  display: block; }

/*  ----------Chamber Programs ---------*/
.chamber-programs {
  margin: 20px auto 50px; }

.chamber-programs .wrapper.programs-list a {
  border: 1px solid #d6dde1;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  width: 49%;
  width: calc(50% - 10px);
  margin-bottom: 20px; }
  @media (max-width: 799px) {
    .chamber-programs .wrapper.programs-list a {
      width: 100%; } }
/*
  .chamber-programs .wrapper.programs-list {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    grid-gap: 15px;
    display: -ms-grid;
    display: grid;
  }
  */
.chamber-programs .wrapper.programs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.program-box img {
  width: 80%;
  max-height: 200px;
  margin-bottom: 25px; }

.program-box img.program-image {
  object-fit: cover; }

.program-box .logo {
  max-width: 250px;
  margin: 5px 0;
  max-height: 60px;
  width: auto; }

.program-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px; }

.chamber-programs .subheader {
  margin-bottom: 60px; }

.program-box h3 {
  margin: 5px 0;
  color: #00589d;
  text-transform: uppercase;
  height: 60px;
  display: flex;
  align-items: flex-end; }

.program-box p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400; }

.program-box:hover {
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18); }

.program-box i {
  font-size: 40px; }

.cta-bar {
  background: #f4f6f7;
  padding: 10px 30px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 80px;
  transition: .2s; }
  .cta-bar:hover {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18); }

.cta-bar .cta-content p,
.cta-bar .cta-content h3 {
  margin: 14px 0; }

.cta-bar .cta-content h3 {
  color: #3a6899; }

.cta-bar .cta-content {
  width: 70%; }
  @media (max-width: 599px) {
    .cta-bar .cta-content {
      width: 100%; } }
.cta-bar .cta-link {
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
  width: 20%;
  min-width: 115px; }
  @media (max-width: 599px) {
    .cta-bar .cta-link {
      width: 100%; } }
.cta-bar.custom-link {
  padding: 25px 50px;
  max-width: 1200px; }

.cta-bar.custom-link .cta-link {
  align-self: initial;
  width: 30%; }

.cta-bar.custom-link .cta-link a {
  font-size: 18px;
  color: #3A6899; }

/* ---------------- Homepage Event blocks -------------*/
.events-slider .wrapper:not(.events-footer) {
  padding: 30px 15px;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  grid-gap: 15px;
  display: grid; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .events-slider .wrapper:not(.events-footer) {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media (max-width: 959px) {
    .events-slider .wrapper:not(.events-footer) {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
.event-single {
  position: relative;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18);
  position: relative;
  transition: .2s; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .event-single {
      flex-basis: 24%; } }
  @media (max-width: 959px) {
    .event-single {
      flex-basis: 49%;
      width: 49%;
      width: calc(50% - 10px);
      margin-bottom: 20px; } }
  @media (max-width: 599px) {
    .event-single {
      flex-basis: 100%;
      width: 100%; } }
.event-single:hover {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5); }

.event-header {
  background: #eef1f3;
  height: 143px;
  padding: 20px;
  overflow: hidden; }

.event-title {
  font-size: 22px;
  color: #525350;
  font-weight: bold;
  transition: .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.event-single:hover .event-title {
  color: #00589d; }

.event-info {
  padding: 20px 20px 80px 20px; }

.event-info i {
  width: 25px;
  color: #333333;
  font-size: 18px; }

.event-time, .event-location, .event-price {
  display: inline-block;
  display: flex;
  align-items: start; }

a.event-link {
  position: absolute;
  bottom: 15px;
  color: #333333;
  text-decoration: none; }

.event-info p {
  color: #393D3F;
  font-weight: 300;
  margin-bottom: 0;
  max-width: 90%;
  max-width: calc(100% - 25px); }

.event-info span {
  margin-bottom: 5px; }

.events-slider.events-sidebar .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px; }

.three-box-cta.module {
  padding-top: 0; }

.event-sidebar-content {
  width: 70%;
  flex-basis: 70%; }
  @media (max-width: 959px) {
    .event-sidebar-content {
      width: 100%;
      flex-basis: 100%; } }
.event-sidebar-content + .event-single {
  max-height: 450px;
  min-width: 250px;
  width: 27%; }

.event-sidebar-content .three-box-wrapper.wrapper {
  justify-content: start; }

.event-sidebar-content .three-box-wrapper .box-single {
  margin-right: 5px; }

.title-section {
  width: 100%;
  max-width: 1230px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }

.wrapper.events-sidebar-inner {
  width: auto; }

.events-slider.events-sidebar.wrapper:not(.events-cta) {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.events-slider.events-sidebar.wrapper:not(.events-cta) .events-sidebar-title {
  margin-right: 40px; }

@media (max-width: 959px) {
  .events-slider.events-sidebar.wrapper:not(.events-cta) {
    flex-wrap: wrap; }
  .events-slider.events-sidebar .wrapper {
    justify-content: center; }
  .events-slider.events-sidebar.wrapper:not(.events-cta) .events-sidebar-title {
    margin-right: 0; } }

.events-cta .three-box-wrapper .box-single {
  flex-grow: 1; }

.events-slider.events-sidebar.events-cta .wrapper {
  justify-content: space-between; }
  @media (max-width: 959px) {
    .events-slider.events-sidebar.events-cta .wrapper {
      justify-content: center; } }
/* ------------- Icon List -------------*/
.icon-image {
  height: 70px;
  width: 70px;
  min-width: 70px;
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dadada; }

.icon-image img {
  width: 100%; }

.icon-image i {
  font-size: 45px; }

.icon-list-item {
  display: flex;
  align-items: center;
  margin: 25px auto; }

.icon-list-content {
  max-width: 700px; }

.icon-list-content p {
  margin: 0; }

/* ------------- Navigation Boxes -------------*/
.nav-boxes .wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media (max-width: 959px) {
    .nav-boxes .wrapper {
      justify-content: space-between; } }
.nav-boxes a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.nav-box {
  border: 1px solid #d6dde1;
  width: 32.5%;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  transition: .3s;
  margin-bottom: 20px;
  margin-right: 1.25%; }
  @media (max-width: 959px) {
    .nav-box {
      width: 49%;
      padding: 20px 10px;
      margin-right: 0; } }
  @media (max-width: 799px) {
    .nav-box {
      width: 100%;
      padding: 20px 10px; } }
  .nav-box:hover {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18); }

.nav-box:nth-child(3n+3) {
  margin-right: 0; }

.nav-box, .nav-box h2, .nav-box p {
  text-decoration: none;
  color: initial; }

.nav-box h2 {
  color: #00589d;
  font-weight: 600; }

.nav-boxes .nav-box i {
  color: #00589d;
  font-size: 35px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.nav-boxes .nav-box:hover i {
  -webkit-transform: translate(15px, 0);
  -ms-transform: translate(15px, 0);
  transform: translate(15px, 0); }

/* ---------------- News section -------------*/
.latest-news {
  background: #eef1f3;
  padding: 50px;
  margin-bottom: 25px; }
  @media (max-width: 959px) {
    .latest-news {
      padding: 50px 15px; } }
.latest-news .divider {
  margin-bottom: 30px; }

.latest-news .news-block {
  /* background: white; */
  margin-bottom: 30px; }

.news-block ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.news-single {
  margin-bottom: 1px;
  width: 48%;
  background: white;
  padding: 10px;
  position: relative;
  display: flex;
  overflow: hidden; }
  .news-single:hover {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18); }
  @media (max-width: 959px) {
    .news-single {
      width: 100%; } }
.news-single a {
  display: flex;
  text-decoration: none;
  color: black; }

.news-date {
  width: 75px;
  min-width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d6dde1;
  flex-direction: column; }

.news-date p {
  color: #7C98A2;
  margin: 0;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px; }

.news-date span {
  display: block;
  font-size: 26px;
  margin: 0;
  font-weight: 400; }

.news-info h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 0; }

.news-info p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500; }

.news-info {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }

.news-info i {
  position: absolute;
  right: 10px;
  opacity: 0;
  transition: .2s; }

.news-single:hover .news-info i {
  opacity: 1; }

.inner-news .news-block:not(.all-news) .news-info h5 {
  display: none; }

.inner-news .news-single {
  padding: 0; }

.inner-news .news-date {
  min-height: 65px;
  background: #0694af;
  border: 0; }

.inner-news .news-date p {
  color: white; }

/* ------------- People Grid ------------- */
.people-grid .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start; }
  @media (max-width: 959px) {
    .people-grid .wrapper {
      justify-content: center; } }
.people-grid.center-grid .wrapper {
  justify-content: center; }

.person-single {
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 25px;
  background: #eef1f3;
  max-width: 300px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18); }

@media (min-width: 600px) {
  .person-single {
    width: 48%;
    flex-basis: 220px;
    flex-grow: 1;
    max-width: 260px;
    margin: 10px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18);
    margin-bottom: 25px; } }

@media (min-width: 960px) {
  .person-single {
    width: 24%;
    flex-basis: 230px;
    flex-grow: 1;
    max-width: 280px;
    margin: 10px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18);
    margin-bottom: 25px; } }

/*

.people-grid .wrapper {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 15px;
  display: grid;
}

.person-single {
  @include box-shadow;
  background: #eef1f3;
  &:hover {
    @include box-shadow-heavy;
  }
}
*/
.person-image {
  background: white;
  padding: 15px; }

.person-image img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  max-height: 250px;
  height: 250px; }
  @media (max-width: 599px) {
    .person-image img {
      max-height: 400px;
      min-height: 40vwpx; } }
.person-details {
  padding: 15px;
  min-height: 125px; }

.person-details h4 {
  font-size: 18px;
  margin-bottom: 5px; }

.person-details p, .person-details a {
  font-size: 14px;
  text-decoration: none;
  color: #333;
  display: block;
  line-height: 1.4;
  margin-bottom: 10px; }

.person-single:hover .person-details a {
  color: #3a6899; }

/* Image Behavior - Logos */
.logo-behavior .person-image {
  height: 263px;
  overflow: hidden;
  display: flex;
  align-items: center; }

.logo-behavior .person-image img {
  height: unset;
  object-fit: contain; }

/* ------------- Photo Grid -------------*/
.photo-details {
  position: absolute;
  bottom: -21px;
  opacity: 0;
  transition: .3s;
  width: 100%;
  text-align: center; }
  .photo-details p {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    width: 100%;
    padding: 15px; }

.photo-single:hover .photo-details {
  opacity: 1; }

.photo-single {
  position: relative; }
  .photo-single:hover {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18); }

.photo-grid .wrapper {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 15px;
  display: grid; }

.photo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.photo-image {
  border: 1px solid #e4e4e4;
  height: 275px; }

/* ------------- Section Divider -------------*/
.section-divider {
  border-top: 1px solid #eef1f3;
  position: relative; }

.section-divider .divider {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -2px; }

.divider {
  height: 4px;
  width: 86px;
  margin: 10px 0; }

.divider.center {
  margin: 10px auto; }

.blue {
  background: #6686bc; }

.gray {
  background: #95acb8; }

.light-transparent {
  background: rgba(255, 255, 255, 0.25); }

/* ------------- Section Divider Alternating BG color -------------*/
.section-divider-alt + div {
  background: #f4f6f7; }

/* ------------- Simple Content ----------------*/
.subheader {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400; }

/* ------------- Simple Content w/ Sidebar ----------------*/
.simple-sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.simple-sidebar-left {
  width: 65%; }
  @media (max-width: 959px) {
    .simple-sidebar-left {
      /*   text-align: center;  */
      width: 100%; } }
.simple-sidebar-left img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto; }

.simple-sidebar-right {
  width: 30%; }
  @media (max-width: 959px) {
    .simple-sidebar-right {
      width: 100%;
      margin: auto;
      text-align: center; } }
@media (max-width: 959px) {
  .simple-sidebar-right .divider {
    margin: auto; } }

.simple-content a {
  font-weight: 500;
  text-decoration: underline; }

/* ------------- Testimonials ----------------*/
.testimonial-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d8d8d8;
  padding: 20px;
  border-radius: 5px; }

.testimonial-single:hover {
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18); }

.testimonials .wrapper .testimonials-wrapper {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-gap: 15px;
  display: -ms-grid;
  display: grid; }
  @media (max-width: 599px) {
    .testimonials .wrapper .testimonials-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); } }
.testimonial-left img {
  max-width: 158px;
  width: 100%;
  margin-bottom: 15px; }

.testimonial-left h4 {
  font-size: 18px;
  font-weight: bold; }

.testimonial-left h5 {
  font-size: 16px; }

.testimonial-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  flex-basis: 83%; }

.testimonial-right p {
  font-size: 14px;
  font-style: italic; }

.testimonial-right a {
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-decoration: none;
  color: #00589d;
  font-size: 14px; }

.testimonial-left {
  flex-basis: 32%;
  width: 32%; }

.text-image {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: center; }

.text-image-left {
  width: 75%;
  padding-right: 40px; }

.text-image-right {
  width: 25%;
  padding: 0 25px 25px;
  text-align: center;
  min-width: 200px; }

@media (max-width: 959px) {
  .text-image-left {
    width: 100%;
    padding-right: 0px; }
  .text-image-right {
    width: 25%;
    padding: 0 0px 25px;
    text-align: center; } }

.text-image .subheader p {
  font-size: 20px;
  line-height: 1.3;
  margin: 20px 0; }

.text-image-right img {
  max-width: 100%;
  margin-bottom: 20px; }

.text-image-right img:hover {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18);
  border: 0; }

.text-image-right a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  background: #0694AF;
  padding: 8px 20px;
  border-radius: 5px;
  border: 0;
  display: block;
  font-size: 14px;
  transition: .2s; }

.text-image-right a:hover {
  background: #0687A0; }

.text-image-image a i {
  transition: .2s; }

.text-image-image a:hover i.fa-arrow {
  transform: translate(10px, 0); }

/* ------ Text and CTA ----- */
.text-cta-left {
  width: 71%; }
  @media (max-width: 959px) {
    .text-cta-left {
      width: 100%; } }
.text-cta-left img {
  max-width: 100%;
  object-fit: cover;
  height: auto; }

.text-cta-right {
  width: 23%;
  text-align: center;
  background: #eef1f3;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 250px;
  transition: .2s; }
  @media (max-width: 959px) {
    .text-cta-right {
      width: 100%;
      margin: auto; } }
.text-cta-right img {
  max-width: 100%; }

.text-cta-right:hover {
  background-color: teal; }

.text-cta-right:hover p, .text-cta-right:hover h5, .text-cta-right:hover a {
  color: white; }

.text-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/* ------------- Video Callout -------------*/
.video-callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap; }

.video-section-text {
  padding-left: 30px;
  width: 28%; }

.video-section {
  width: 72%; }

@media (max-width: 959px) {
  .video-section-text {
    width: 100%;
    padding-left: 0;
    padding-top: 30px; }
    .video-section-text h6 {
      text-align: center; }
    .video-section-text .divider {
      margin: 10px auto; }
  .video-section {
    width: 100%; } }

.video-section-text h6 {
  color: #525350; }

.video-section .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

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

/* ------------Breadcrumbs------------ */
p#breadcrumbs {
  font-size: 14px; }

.yoast-breadcrumbs {
  margin: 25px 45px 45px; }
  @media (max-width: 959px) {
    .yoast-breadcrumbs {
      margin: 15px; } }
span.breadcrumb_last {
  font-weight: bold; }

#breadcrumbs a {
  text-decoration: none;
  color: #90918F; }

/* ---------------- PAGE STYLES -------------*/
body {
  max-width: 1440px;
  margin: auto; }

.center {
  text-align: center; }

.wrapper {
  width: 100%;
  max-width: 1230px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }

.wrapper-small {
  width: 100%;
  max-width: 1110px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto; }

a i {
  transition: .2s; }

a:hover i.fa-arrow-right {
  transform: translate(5px, 0); }

a:hover .circle-back i.fa-arrow-right {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

hr {
  border: none;
  border-top: 1px solid #e0e0e0; }

.module {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.section-divider {
  margin-top: 20px;
  margin-bottom: 20px; }

/* ----------------   Hide Custom HTML Widget CTA Titles  -------------------*/
.widget_text > h4.mega-block-title {
  display: none !important; }

/* ----------------   Hide Latest News in menu Title  -------------------*/
li#mega-menu-item-recent-posts-3 .mega-block-title {
  display: none !important; }

@media only screen and (max-width: 960px) {
  #header.fixed {
    position: initial !important; }
  .hide-mobile {
    display: none !important; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item {
    border-bottom: 1px solid #698490;
    margin-left: 10px;
    margin-right: 10px; }
  .content-container {
    flex-direction: column-reverse; }
  .webcam-btn {
    display: none; }
  header #branding {
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 1000; }
  .before-nav {
    display: none; }
  .mega-menu-item .mega-menu-item-type-widget, .mega-menu-item .divider {
    display: none !important; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    text-decoration: none; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    padding-top: 15px;
    padding-bottom: 15px; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 97%; }
  #mega-menu-main-menu .mega-menu-item .mega-sub-menu a.mega-menu-link:hover {
    text-decoration: none !important; }
  li#mega-menu-item-507 a {
    text-align: center !important;
    background: #059898 !important;
    border-radius: 5px !important;
    color: white !important;
    width: 90% !important;
    margin: 10px auto !important; }
  .mobile-user-login {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px; }
  .mobile-user-login i {
    font-size: 30px; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0; }
  ul#mega-menu-main-menu {
    max-width: 500px;
    margin-left: 20px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18) !important; }
  nav#menu {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18); }
  #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
    max-width: 500px;
    margin-left: 20px;
    position: absolute;
    width: 500px;
    z-index: 1000;
    max-width: 100%; } }

@media only screen and (max-width: 600px) {
  #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
    max-width: unset;
    margin-left: 0px;
    width: 100%;
    z-index: 1000;
    max-width: 100%;
    position: static; } }

@media only screen and (max-width: 1200px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 8px 0px 8px; } }

@media only screen and (min-width: 961px) {
  span.mega-indicator {
    display: none !important; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu {
    margin-left: 40px; }
  ul.mega-sub-menu .widget_recent_entries ul li {
    margin-bottom: 5px; } }

/* ------------ Add Arrow to link with class .arrow-link ----------- */
a.arrow-link:after, li#recent-posts-2 > ul > li a:after {
  content: " \f061 ";
  font-family: "Font Awesome 5 Pro";
  opacity: 0;
  transition: .2s; }

a.arrow-link:hover:after, li#recent-posts-2 > ul > li a:hover:after {
  opacity: 1; }

/*-------- Investor Benefits pages--------*/
.investor-benefits {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap; }

.benefits-outline {
  width: 25%;
  flex-basis: 25%;
  background: #f4f6f7;
  padding: 20px; }

.benefits-details {
  width: 70%;
  flex-basis: 70%; }

@media (max-width: 959px) {
  .investor-benefits {
    justify-content: center; }
  .benefits-details {
    flex-basis: 100%;
    width: 100%; }
  .benefits-outline {
    width: 100%;
    flex-basis: 100%;
    max-width: 360px;
    margin-bottom: 50px; } }

.benefits-details .accordion-container {
  margin-top: 0; }

.benefits-outline h3, .benefits-outline > p {
  text-align: center;
  margin-bottom: 5px; }

.benefits-outline h3 {
  margin-top: 20px; }

.benefits-outline h5 {
  line-height: 24px; }

.benefits-outline > p {
  margin-bottom: 20px; }

.benefits-outline a.button {
  color: white;
  text-decoration: none;
  font-weight: 400;
  background: #0694AF;
  padding: 8px 20px;
  border-radius: 5px;
  border: 0;
  display: block;
  font-size: 14px;
  transition: .2s;
  text-align: center;
  margin-bottom: 20px; }

.benefits-outline a.button:hover {
  background: #0687A0; }

.benefits-outline ul li {
  padding: 5px 0;
  letter-spacing: normal;
  color: #95acb8;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400; }

.benefits-outline ul {
  list-style-type: square;
  list-style-position: inside; }

.benefits-details .accordion {
  font-size: 18px;
  font-weight: 500; }

.nf-form-cont {
  max-width: 1230px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }

.half-width {
  width: 49%;
  display: inline-block; }
  @media (max-width: 799px) {
    .half-width {
      width: 100%; } }
.third-width {
  width: 33%;
  display: inline-block; }
  @media (max-width: 799px) {
    .third-width {
      width: 100%; } }
.float-right {
  float: right; }
  @media (max-width: 799px) {
    .float-right {
      float: none; } }
.nf-form-wrap .nf-form-content input:not([type=button]) {
  border-radius: 4px;
  border: 1px solid rgba(241, 241, 243, 0.93);
  background-color: #ffffff;
  box-sizing: border-box;
  font-family: 'proxima-nova';
  color: #535350;
  text-align: left; }

.nf-form-wrap .nf-form-content input:not([type=button]), .nf-form-wrap .ninja-forms-field.nf-element, .nf-form-wrap .nf-form-content .list-select-wrap > div select {
  border-radius: 4px;
  border: 1px solid rgba(241, 241, 243, 0.93);
  background-color: #ffffff;
  font-family: 'proxima-nova';
  color: #535350;
  text-align: left; }

.nf-form-wrap .nf-form-content input[type=button] {
  border-radius: 4px;
  background-color: #0694af;
  box-sizing: border-box;
  font-weight: 200;
  color: #ffffff;
  text-transform: uppercase; }

.nf-form-wrap .ninja-forms-field:placeholder {
  color: gainsboro; }

/* Remove "Login" from top of page on business directory listings */
.page-id-1298 .yoast-breadcrumbs, .page-id-1298 header.header {
  display: none; }

/* Color instagram icons on business directory */
div#gzns .gz-social-instagram i {
  background-color: #3b5998;
  border-color: #3b5998; }
