@charset "UTF-8";

/*. loading styles */
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p,
.wf-loading li,
.wf-loading blockquote,
.wf-loading a,
.wf-loading label,
svg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  visibility: hidden;
}

.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active p,
.wf-active li,
.wf-active blockquote,
.wf-active a,
.wf-active label,
svg {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  transition: opacity 0.3s linear;
}

/*. Color Variables */
/*. General Styles */
.entry-title,
.edit-link,
.skip-link,
.site-title,
.widget-title,
.menu-toggle,
.post-navigation,
.addtoany_share_save_container {
  display: none;
}

/* Event page fixes */
.tribe-events {
  margin-top: 350px;
}
@media (max-width: 768px) {
.tribe-events {
  margin-top: 400px;
}
}
.tribe-events-schedule {
  display: block;
}
.tribe-events-schedule h2 {
  font-family: inherit;
  font-weight: 300;
}
.tribe-events-single-event-title {
  color: inherit;
  font-family: inherit;
  font-weight: 300;
}

.tribe-events-content p {
    font: 100% mr-eaves-xl-modern, sans-serif;
    color: #333333;
    line-height: 22px;
    font-size: 18px;
}
.tribe-events-content a {
  border-bottom: none;
  color: #c8623d;
}
/*. Temporary 'Fixes' */
@media (min-width: 768px) {

  .page #site-navigation,
  .post #site-navigation,
  .single-city #site-navigation,
  .single-post #site-navigation,
  .single-tribe_events #site-navigation,
  .post-type-archive-tribe_events #site-navigation,
  .archive #site-navigation,
  .search-results #site-navigation {
    display: block !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    left: 0;
  }

  .page .navMenu,
  .post .navMenu,
  .single-city .navMenu,
  .single-post .navMenu,
  .single-tribe_events .navMenu,
  .post-type-archive-tribe_events .navMenu,
  .archive .navMenu,
  .search-results .navMenu {
    top: 0px;
  }

  .page #pods_widget_list-2,
  .post #pods_widget_list-2,
  .single-city #pods_widget_list-2,
  .single-post #pods_widget_list-2,
  .single-tribe_events #pods_widget_list-2,
  .post-type-archive-tribe_events #pods_widget_list-2,
  .archive #pods_widget_list-2,
  .search-results #pods_widget_list-2 {
    display: none;
  }

  .page .entry-footer,
  .post .entry-footer,
  .single-city .entry-footer,
  .single-post .entry-footer,
  .single-tribe_events .entry-footer,
  .post-type-archive-tribe_events .entry-footer,
  .archive .entry-footer,
  .search-results .entry-footer {
    display: none;
  }
}

.page-id-110 #pods_widget_list-2 {
  display: block;
}

.container {
  padding: 0px;
}

body {
  font: 100% mr-eaves-xl-modern, sans-serif;
  color: #333333;
  overflow-x: hidden;
  font-weight: 100;
}

h1,
h2,
h3 {
  margin: 0px;
  font-weight: 100;
}

h1 {
  font-size: 46px !important;
}

p {
  font-size: 18px;
}

a,
a:hover {
  text-decoration: none;
}

a {
  color: #c8623d;
  overflow: hidden;
}

a:hover {
  color: #9c4222;
}

ul,
ol,
p {
  line-height: 22px;
  font-size: 18px;
  font-weight: 100;
}

td {
  padding: 0px 5px;
  font-size: 18px;
}

blockquote {
  border-left: 3px solid #fff;
  margin: 40px 0 20px;
}

blockquote p {
  font-size: 18px;
  line-height: 25px;
}

.rightColumn {
  float: right;
}

.navbar-nav {
  list-style: none;
  margin: 0px -40px;
}

.navbar-nav li {
  width: 100%;
}

.row {
  margin: 0px;
}

@media (max-width: 768px) {
  .container {
    width: auto;
  }
}

@media (max-width: 425px) {
  .container {
    padding: 0px;
  }
}

.container .addtoany_share_save_container {
  display: block;
  margin-left: 40px;
  margin-top: -20px;
}

@media (max-width: 425px) {
  .container .addtoany_share_save_container {
    margin-left: 20px;
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .col-md-6 {
    width: 100%;
  }
}

.entry-content {
  width: 100% !important;
}

select,
input,
textarea {
  border: 1px solid;
  border-radius: 0px;
}

.text_white {
  color: #ffffff;
}

.btn {
  white-space: normal;
  border-radius: 0px;
}

.btn:hover {
  text-decoration: none;
}

.orangeHyperlink,
.wpcf7-submit,
.search-submit {
  height: auto;
  width: 100%;
  background: #c8623d;
  padding: 15px 45px 15px 15px;
  color: #ffffff !important;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
}

.orangeHyperlink:hover,
.wpcf7-submit:hover,
.search-submit:hover {
  color: white;
}

.orangeHyperlink:after,
.wpcf7-submit:after,
.search-submit:after {
  content: '»';
  background: #9c4222;
  height: 100%;
  width: 40px;
  padding: 0px 15px;
  margin-left: 10px;
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
}

.orangeHyperlink:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  height: 1px;
  width: 1px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  border-radius: 50%;
  background: #aaa;
  z-index: 1;
  box-shadow: 0px 0px 0px 30px #fff;
}

.orangeHyperlink:hover:before {
  animation: ripple-animation 2s;
}

.orangeHyperlink:visited,
.orangeHyperlink:active {
  color: white !important;
}

/*  RIPPLE EFFECT FOR BUTTONS */
@keyframes ripple-animation {
  from {
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: 0.4;
  }

  to {
    transform: scale(100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

/*  END RIPPLE EFFECT FOR BUTTONS */
/*. TOP NAV HIDE AND SHOW HOME PAGE ONLY */
.navMenu {
  position: fixed;
  top: -67px;
  width: 100%;
  background: white;
  z-index: 99;
  transition: all .3s;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

@media (max-width: 768px) {
  .navMenu {
    display: none !important;
  }
}

.home .main-navigation {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity .3s linear;
}

@media (max-width: 768px) {
  .home .main-navigation {
    display: none !important;
  }
}

.home .main-navigation.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  top: 0;
}

@media (max-width: 768px) {
  .home .main-navigation.show {
    display: none !important;
  }
}

.home .main-navigation.hide {
  display: block !important;
}

.page #site-navigation,
.post #site-navigation {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.post .statements div {
  font-size: 18px;
  line-height: 30px;
}

.post .statements div a {
  margin: 5px 0px;
}

/*. Keeping laptop from having a tablet layout before it's appropriate */
@media (min-width: 925px) {
  .col-md-2 {
    width: 16.666667%;
  }
}

@media (min-width: 769px) {
  .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 925px) {
  .col-md-12 {
    width: 100%;
  }
}

/*. Page Header */
.hero_image {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 990px) {
  .hero_image {
    max-height: 430px;
  }
}

/*. Navigation */
.site-branding {
  float: left;
  top: 0px;
}

@media (max-width: 1200px) {
  .site-branding {
    margin-right: 10px;
  }
}

.site-branding a img {
  width: 43px;
  height: 46px;
}

nav {
  background: #fff;
  padding: 10px 0px;
}

nav .nav-menu {
  list-style: none;
  height: 20px;
  margin-top: 14px;
}

nav .nav-menu li {
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px 15px;
  position: relative;
  display: inline-block;
}

@media (max-width: 1199px) {
  nav .nav-menu li {
    font-size: 19px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  nav .nav-menu li {
    margin: 0px 7px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  nav .nav-menu li {
    margin: 0px 5px;
    font-size: 16px;
  }
}

nav .nav-menu .menu-item:hover .sub-menu {
  display: block;
  width: 195px;
  margin-left: -15px;
}

nav .nav-menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  padding-left: 0px;
}

nav .nav-menu .menu-item .sub-menu li {
  margin: 0px;
  width: 100%;
}

nav .nav-menu .menu-item .sub-menu li a {
  padding: 12px 15px;
  font-size: 18px;
  text-transform: none;
  display: block;
}

nav .nav-menu .menu-item .sub-menu li a img {
  padding: 0px;
}

nav .nav-menu .menu-item .sub-menu li a:hover {
  background: #f1f1f1;
  width: 100%;
}

nav .nav-menu .menu-item-116 a {
  color: #9c4222;
}

nav .nav-menu .menu-item-115 a {
  color: #c8623d;
}

nav .nav-menu .menu-item-481 a {
  color: #607a3f;
}

nav .nav-menu .menu-item-113 a {
  color: #8ab059;
}

nav .nav-menu .menu-item-112 a {
  color: #24285d;
}

nav .nav-menu .menu-item-121 a {
  color: #546bc2;
}

nav .nav-menu .menu-item-211,
nav .nav-menu .menu-item-212,
nav .nav-menu .menu-item-213,
nav .nav-menu .menu-item-214,
nav .nav-menu .menu-item-215 {
  float: right;
  margin: 0px 5px;
  display: inline-block;
}

@media (max-width: 991px) and (min-width: 768px) {

  nav .nav-menu .menu-item-211,
  nav .nav-menu .menu-item-212,
  nav .nav-menu .menu-item-213,
  nav .nav-menu .menu-item-214,
  nav .nav-menu .menu-item-215 {
    margin: 0px 3px;
  }
}

nav .nav-menu .menu-item-211 a img,
nav .nav-menu .menu-item-212 a img,
nav .nav-menu .menu-item-213 a img,
nav .nav-menu .menu-item-214 a img,
nav .nav-menu .menu-item-215 a img {
  padding-right: 0px !important;
  margin-top: -5px;
  padding-left: 3px !important;
}

@media (max-width: 991px) and (min-width: 768px) {

  nav .nav-menu .menu-item-211 a img,
  nav .nav-menu .menu-item-212 a img,
  nav .nav-menu .menu-item-213 a img,
  nav .nav-menu .menu-item-214 a img,
  nav .nav-menu .menu-item-215 a img {
    height: 20px;
  }
}

nav .nav-menu .menu-item-211 a .menu-image-title,
nav .nav-menu .menu-item-212 a .menu-image-title,
nav .nav-menu .menu-item-213 a .menu-image-title,
nav .nav-menu .menu-item-214 a .menu-image-title,
nav .nav-menu .menu-item-215 a .menu-image-title {
  visibility: hidden;
  color: white;
  background: #24285d;
  text-align: center;
  width: -webkit-max-content;
  width: max-content;
  position: absolute;
  margin: 27px 0px 0px -40px;
  padding: 5px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  font-size: 13px;
}

nav .nav-menu .menu-item-211 a .menu-image-title:before,
nav .nav-menu .menu-item-212 a .menu-image-title:before,
nav .nav-menu .menu-item-213 a .menu-image-title:before,
nav .nav-menu .menu-item-214 a .menu-image-title:before,
nav .nav-menu .menu-item-215 a .menu-image-title:before {
  display: none;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #24285d;
  margin: 3px 8px;
}

nav .nav-menu .menu-item-211 a:hover .menu-image-title,
nav .nav-menu .menu-item-211 a:hover .menu-image-title:before,
nav .nav-menu .menu-item-212 a:hover .menu-image-title,
nav .nav-menu .menu-item-212 a:hover .menu-image-title:before,
nav .nav-menu .menu-item-213 a:hover .menu-image-title,
nav .nav-menu .menu-item-213 a:hover .menu-image-title:before,
nav .nav-menu .menu-item-214 a:hover .menu-image-title,
nav .nav-menu .menu-item-214 a:hover .menu-image-title:before,
nav .nav-menu .menu-item-215 a:hover .menu-image-title,
nav .nav-menu .menu-item-215 a:hover .menu-image-title:before {
  visibility: visible;
}

nav .nav-menu .menu-item-215 a .menu-image-title {
  margin-left: -17px;
}

nav .nav-menu .menu-item-214 a .menu-image-title {
  margin-left: -18px;
}

nav .nav-menu .menu-item-213 a .menu-image-title {
  margin-left: 3px;
}

nav .nav-menu .menu-item-212 a .menu-image-title {
  margin-left: -20px;
}

nav .nav-menu .menu-item-211 a .menu-image-title {
  margin-left: -7px;
}

nav .nav-menu .menu-item-818 {
  float: right;
  margin: 0px 5px 3px;
  display: inline-block;
}

@media (max-width: 991px) and (min-width: 768px) {
  nav .nav-menu .menu-item-818 {
    margin: 0px 3px;
  }
}

nav .nav-menu .menu-item-818 a .menu-image-title {
  visibility: visible;
  color: #9c4222;
  margin-right: 5px;
  font-weight: 500;
}

@media (max-width: 991px) and (min-width: 768px) {
  nav .nav-menu .menu-item-818 a .menu-image-title {
    font-size: 15px;
  }
}

nav .nav-menu .menu-item-818 a img {
  margin-top: -5px;
  padding-left: 0px;
}

@media (max-width: 991px) and (min-width: 768px) {
  nav .nav-menu .menu-item-818 a img {
    height: 20px;
    padding-left: 3px !important;
  }
}

/* GENERAL PAGE STYLES */
/*. Left Column - Specific to Cities Pages */
.type-city .leftColumn {
  line-height: 20px;
  padding: 0px;
}

@media (max-width: 768px) {
  .type-city .leftColumn {
    width: 100%;
    padding: 0px 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .type-city .leftColumn {
    padding: 0px;
  }
}

.type-city .leftColumn .bg_overlay_black {
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  height: 170px;
  padding: 30px 20px;
}

.type-city .leftColumn .map_mini {
  margin: 25px 0px;
  background-size: 105% !important;
  background-position: center !important;
}

@media (max-width: 768px) {
  .type-city .leftColumn .map_mini {
    background-size: cover !important;
    background-position: center !important;
    height: 500px;
    display: -webkit-box;
  }
}

@media (max-width: 437px) {
  .type-city .leftColumn .map_mini {
    background-position: -75px -135px !important;
    padding: 0px;
  }
}

@media (max-width: 375px) {
  .type-city .leftColumn .map_mini {
    background-position: -128px -135px !important;
    background-size: 140% !important;
  }
}

.type-city .leftColumn .map_mini .townName,
.type-city .leftColumn .map_mini .townLocation,
.type-city .leftColumn .map_mini .countryName {
  position: absolute;
  color: white;
}

.type-city .leftColumn .map_mini .map_mini-overlay {
  height: 410px;
  width: 220px;
}

@media (max-width: 768px) {
  .type-city .leftColumn .map_mini .map_mini-overlay {
    width: 100%;
    height: 180px;
    display: block;
    margin-top: 500px;
  }
}

@media (max-width: 437px) {
  .type-city .leftColumn .map_mini .map_mini-overlay {
    height: 180px;
    margin-top: 300px;
  }
}

@media (max-width: 349px) {
  .type-city .leftColumn .map_mini .map_mini-overlay {
    height: 325px;
  }
}

@media (max-width: 320px) {
  .type-city .leftColumn .map_mini .map_mini-overlay {
    margin-top: 240px;
  }
}

.type-city .leftColumn .map_mini .map_mini-overlay .facts,
.type-city .leftColumn .map_mini .map_mini-overlay .links {
  float: left;
  width: auto;
  margin-right: 30px;
  line-height: 22px;
}

@media (max-width: 991px) and (min-width: 768px) {

  .type-city .leftColumn .map_mini .map_mini-overlay .facts,
  .type-city .leftColumn .map_mini .map_mini-overlay .links {
    width: 145px;
    margin-right: 20px;
  }
}

@media (max-width: 768) and (min-width: 438px) {

  .type-city .leftColumn .map_mini .map_mini-overlay .facts,
  .type-city .leftColumn .map_mini .map_mini-overlay .links {
    margin-right: 10%;
  }
}

@media (max-width: 437px) {

  .type-city .leftColumn .map_mini .map_mini-overlay .facts,
  .type-city .leftColumn .map_mini .map_mini-overlay .links {
    margin-right: 10px;
    width: 150px;
  }
}

@media (max-width: 359px) {

  .type-city .leftColumn .map_mini .map_mini-overlay .facts,
  .type-city .leftColumn .map_mini .map_mini-overlay .links {
    width: 140px;
  }
}

@media (max-width: 349px) {

  .type-city .leftColumn .map_mini .map_mini-overlay .facts,
  .type-city .leftColumn .map_mini .map_mini-overlay .links {
    width: 100%;
    margin-bottom: 10px;
  }
}

.type-city .leftColumn .map_mini .map_mini-overlay .facts h3,
.type-city .leftColumn .map_mini .map_mini-overlay .links h3 {
  text-transform: uppercase;
}

.type-city .leftColumn .map_mini .map_mini-overlay .facts p,
.type-city .leftColumn .map_mini .map_mini-overlay .links p {
  line-height: 24px;
  font-size: 18px;
}

@media (max-width: 381px) {

  .type-city .leftColumn .map_mini .map_mini-overlay .facts p,
  .type-city .leftColumn .map_mini .map_mini-overlay .links p {
    font-size: 17px;
  }
}

.type-city .leftColumn .map_mini .map_mini-overlay .facts p a,
.type-city .leftColumn .map_mini .map_mini-overlay .links p a {
  color: #ffffff;
}

.type-city .leftColumn .map_mini .map_mini-overlay .links {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .type-city .leftColumn .map_mini .map_mini-overlay .links {
    margin-top: 0px;
  }
}

@media (max-width: 437px) {
  .type-city .leftColumn .map_mini .map_mini-overlay .links {
    width: 110px;
  }
}

@media (max-width: 768px) {
  .type-city .leftColumn .gallery {
    margin-top: 215px;
  }
}

@media (max-width: 425px) {
  .type-city .leftColumn .gallery {
    margin-top: 50px;
    padding: 0px 20px;
  }
}

@media (max-width: 349px) {
  .type-city .leftColumn .gallery {
    margin-top: 130px;
  }
}

.type-city .leftColumn .gallery .gallery-icon {
  margin: 7px;
  float: left;
}

@media (min-width: 768px) {
  .type-city .leftColumn .gallery .gallery-icon img {
    height: 100px;
    width: 100px;
  }
}

.type-city .leftColumn .gallery #gallery-1 {
  margin: 0px;
  padding: 0px;
}

.type-city .leftColumn {
  float: left !important;
}

.type-city .rightColumn {
  float: right;
}

@media (max-width: 425px) {
  .type-city .rightColumn .lifted .video {
    margin: 0px 20px;
  }
}

/*. Right Column & Left Column Content */
.rightColumn,
.leftColumn {
  padding: 0px;
}

.rightColumn .lifted,
.leftColumn .lifted {
  margin-top: -220px;
}

.rightColumn .lifted .headline,
.leftColumn .lifted .headline {
  padding: 25px 40px 10px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {

  .rightColumn .lifted .headline,
  .leftColumn .lifted .headline {
    padding: 25px 40px 10px;
  }
}

@media (max-width: 425px) {

  .rightColumn .lifted .headline,
  .leftColumn .lifted .headline {
    padding: 20px 20px 10px;
  }
}

.rightColumn .lifted .headline h1,
.leftColumn .lifted .headline h1 {
  text-transform: uppercase;
  font-size: 48px;
}

@media (max-width: 425px) {

  .rightColumn .lifted .headline h1,
  .leftColumn .lifted .headline h1 {
    font-size: 43px;
    line-height: 38px;
  }
}

.rightColumn .lifted .headline h2,
.leftColumn .lifted .headline h2 {
  font-size: 30px;
  line-height: 36px;
}

.rightColumn .lifted .summary,
.leftColumn .lifted .summary {
  font-size: 18px;
  /*. for blog posts that aren't wrapped */
  padding: 40px;
  background: #ffffff;
}

@media (max-width: 425px) {

  .rightColumn .lifted .summary,
  .leftColumn .lifted .summary {
    padding: 20px;
  }
}

.rightColumn .lifted .summary p,
.leftColumn .lifted .summary p {
  text-align: left !important;
}

.rightColumn .lifted .summary h3,
.leftColumn .lifted .summary h3 {
  margin-top: 25px;
  line-height: 40px;
  font-weight: 100;
}

.rightColumn .lifted .summary ul,
.leftColumn .lifted .summary ul {
  padding-left: 20px;
  font-size: 18px;
  /*margin-bottom: 45px;*/
}

.rightColumn .lifted .summary .addtoany_share_save_container,
.leftColumn .lifted .summary .addtoany_share_save_container {
  display: block;
  margin-left: 0px;
  margin-top: 20px;
}

.rightColumn .lifted .video,
.leftColumn .lifted .video {
  margin: 0px 40px;
}

.rightColumn .lifted .video p,
.leftColumn .lifted .video p {
  margin-bottom: 0px;
  padding: 20px 0px;
}

.rightColumn .lifted .video p iframe,
.leftColumn .lifted .video p iframe {
  width: 100%;
  height: 306px;
}

.rightColumn .lifted .video .videoDescription,
.leftColumn .lifted .video .videoDescription {
  background: #d8d8d8;
  height: 84px;
  padding: 15px;
}

.rightColumn .lifted .video .videoDescription .boldState,
.leftColumn .lifted .video .videoDescription .boldState {
  font-size: 20px;
}

.rightColumn .lifted .map_mini .map_mini-overlay,
.leftColumn .lifted .map_mini .map_mini-overlay {
  padding: 20px 15px;
  width: 100%;
  height: 170px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  position: relative;
}

@media (max-width: 991px) and (min-width: 768px) {

  .rightColumn .lifted .map_mini .map_mini-overlay,
  .leftColumn .lifted .map_mini .map_mini-overlay {
    padding: 15px;
    height: 160px;
  }
}

.rightColumn .lifted .map_mini .map_mini-overlay h3,
.leftColumn .lifted .map_mini .map_mini-overlay h3 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 24px;
}

.rightColumn .lifted .map_mini .map_mini-overlay p,
.leftColumn .lifted .map_mini .map_mini-overlay p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  font-weight: 100;
}

.rightColumn .lifted .map_mini .map_mini-overlay a,
.leftColumn .lifted .map_mini .map_mini-overlay a {
  color: #ffffff;
}

.rightColumn .lifted .map_mini .map_mini-overlay a:hover,
.leftColumn .lifted .map_mini .map_mini-overlay a:hover {
  color: #c8623d;
}

.leftColumn {
  float: left !important;
}

.statements {
  float: right;
  padding: 40px;
  margin: 20px 0px;
  background: #eaeaea;
}

.statements h2 {
  text-transform: uppercase;
}

.statements h3 {
  line-height: 24px;
}

.statements hr {
  margin: 30px 0px;
  border-top: rgba(155, 155, 155, 0.6) 1px solid;
}

.statements img {
  width: 100%;
  height: auto;
}

.single-post .summary p img {
  float: left;
  margin: 10px 10px 10px 0px;
}

@media (max-width: 425px) {
  .single-post .summary p img {
    width: 100%;
  }
}

.single-post .hero_image {
  background: url("/wp-content/uploads/global-relations.jpg") no-repeat center;
  background-size: cover;
}

/* END GENERAL PAGE STYLES */
/*. GLOBAL MAP WIDGET */
#text-9 {
  margin: 40px 0px;
  /*. star - need image or create it with CSS */
  /*. circles */
}

@media (max-width: 991px) {
  #text-9 {
    margin: 0px;
  }
}

#text-9 .globalMap {
  background: url("/wp-content/uploads/map-world.png") no-repeat;
  background-size: 100%;
  height: 600px;
  width: 116%;
  position: absolute;
  right: 0;
  z-index: -1;
}

@media (max-width: 1200px) and (min-width: 992px) {
  #text-9 .globalMap {
    height: 360px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  #text-9 .locationLinks {
    padding: 0px 40px 40px;
  }
}

#text-9 .locationLinks h1 {
  text-transform: uppercase;
  font-size: 45px;
}

#text-9 .locationLinks div h3 {
  text-transform: uppercase;
  line-height: 40px;
}

#text-9 .locationLinks div h3 a {
  color: #333333;
  padding: 2px 50px 2px 10px;
  margin: 0 0 0 -10px;
  position: relative;
  display: block;
  overflow: visible;
}

#text-9 .locationLinks div h3 a:after {
  display: none;
  content: '»';
  background: #9c4222;
  height: 44px;
  width: 40px;
  padding: 0px 15px;
  margin-left: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

#text-9 .locationLinks div h3 a:hover {
  background: #c8623d;
  color: #ffffff;
}

#text-9 .locationLinks div h3 a:hover:after {
  display: inline-block;
}

#text-9 .locationLinks .locationDescription {
  margin: 25px 0px 15px;
}

#text-9 .point {
  background: #c8623d;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 0px #c8623d;
  position: absolute;
  transition: all .1s ease-in .1s;
}

@media (max-width: 991px) {
  #text-9 .point {
    display: none;
  }
}

#text-9 .point:before {
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  height: 24px;
  width: 24px;
  border: 1px solid #c8623d;
  border-radius: 50% 50%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 8px 2px #c8623d;
  transition: all .1s ease-in .15s;
}

#text-9 .point:after {
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  height: 40px;
  width: 40px;
  border: 1px solid #c8623d;
  border-radius: 50% 50%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 8px 2px #c8623d;
  transition: all .1s ease-in .2s;
}

#text-9 a:hover .point {
  background: #fff;
  box-shadow: 0px 0px 8px 2px #c8623d;
}

#text-9 a:hover .point:after,
#text-9 a:hover .point:before {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

#text-9 .point-1 {
  top: 36.2%;
  right: -10%;
  background: transparent;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #text-9 .point-1 {
    top: 21.5%;
    right: -36%;
  }
}

#text-9 .point-2 {
  top: 680%;
  right: -159%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #text-9 .point-2 {
    top: 339%;
    right: -171%;
  }
}

#text-9 .point-3 {
  top: 188%;
  right: -101%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #text-9 .point-3 {
    top: -50%;
    right: -120%;
  }
}

#text-9 .point-4 {
  top: 247%;
  right: -162%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #text-9 .point-4 {
    top: -32%;
    right: -172%;
  }
}

#text-9 .point-5 {
  top: 450%;
  right: -108%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #text-9 .point-5 {
    top: 87%;
    right: -124%;
  }
}

#text-9 .point-6 {
  top: -35%;
  right: -181%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #text-9 .point-6 {
    top: -276%;
    right: -187%;
  }
}

#text-9 .point-7 {
  top: -300%;
  right: -93%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #text-9 .point-7 {
    top: -535%;
    right: -113%;
  }
}

#text-9 .point-8 {
  top: -222%;
  right: -17%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #text-9 .point-8 {
    top: -519%;
    right: -45%;
  }
}

#text-9 .point-9 {
  top: -535%;
  right: -91%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #text-9 .point-9 {
    top: -760%;
    right: -111%;
  }
}

#text-9 .point-10 {
  top: -196%;
  right: -89%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #text-9 .point-10 {
    top: -433%;
    right: -109%;
  }
}

#text-9 h3 p {
  display: none;
}

/*. FOOTER WIDGET */
/* Partners Section */
.partnerships {
  padding: 35px 0px;
  background: #eaeaea;
}

.partnerships h1 {
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.partnerships .logos {
  float: none;
  display: block;
  margin: 0px auto;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .partnerships .logos {
    width: 535px;
  }
}

@media (max-width: 767px) {
  .partnerships .logos {
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .partnerships .logos .col-md-1 {
    float: left;
  }
}

@media (max-width: 768px) {
  .partnerships .logos .col-md-1 {
    margin: 20px auto;
  }
}

.partnerships .logos .fortWorth {
  height: 36px;
  width: 190px;
  margin-top: 12px;
}

.partnerships .logos .dfw {
  height: 24px;
  width: 102px;
  margin-top: 18px;
}

.partnerships .logos .texasHealth {
  height: 29px;
  width: 168px;
  margin-top: 15px;
}

.partnerships .logos .membersCircle {
  height: 59px;
  width: 90px;
}

.partnerships .logos .sundanceSquare {
  height: 38px;
  width: 156px;
  margin-top: 11px;
}

.partnerships .logos .bbPartners {
  height: 36px;
  width: 147px;
  margin-top: 12px;
}

.partnerships .logos .linebarger {
  height: 33px;
  width: 167px;
  margin-top: 13px;
}

.partnerships .logos .raeMichaelHyatt {
  height: 34px;
  width: 120px;
  margin-top: 13px;
}

/*. Links Section */
.footerBase {
  background: #9c4222;
  padding: 85px 0px;
}

.footerBase .baseContainer {
  width: 1210px;
  float: none;
  margin: 0px auto;
  padding: 20px 40px;
}

@media (max-width: 1210px) {
  .footerBase .baseContainer {
    width: auto;
    margin: auto;
  }
}

.footerBase .baseContainer .topSection .col-sm-2,
.footerBase .baseContainer .topSection .col-sm-8 {
  padding: 0px;
}

@media only screen and (max-device-width: 768px) and (min-device-width: 600px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .footerBase .baseContainer .topSection {
    height: 90px;
  }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .footerBase .baseContainer .topSection {
    height: 90px;
  }
}

@media only screen and (max-device-width: 768px) and (min-device-width: 600px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .footerBase .baseContainer .topSection .col-md-2 {
    padding: 0px;
  }
}

@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .footerBase .baseContainer .topSection .col-md-2 {
    padding: 0px;
  }
}

.footerBase .baseContainer .topSection .col-md-2 .whiteLogo {
  height: 73px;
  width: 62px;
}

.footerBase .baseContainer .topSection h3 {
  text-transform: uppercase;
  color: #ffffff;
  line-height: 20px;
  padding-top: 35px;
}

.footerBase .baseContainer div .col-sm-4 {
  height: 275px;
}

@media (max-width: 768px) {
  .footerBase .baseContainer div .col-sm-4 {
    height: -webkit-fit-content;
    height: fit-content;
  }
}

@media (max-width: 768px) {
  .footerBase .baseContainer div .col-md-2 {
    padding: 5px 0px;
  }
}

@media only screen and (max-device-width: 768px) and (min-device-width: 600px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .footerBase .baseContainer div .col-md-2 {
    margin-bottom: 36px;
  }
}

.footerBase .baseContainer div .col-md-2 a,
.footerBase .baseContainer div .col-md-2 p {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
}

.footerBase .baseContainer div .col-md-2 .blog-link {
  margin-top: 30px;
}

.footerBase .baseContainer div .col-md-2 .socialNetwork {
  padding: 0px;
  margin: 10px 0px;
  height: 18px;
  margin-bottom: 10px;
}

.footerBase .baseContainer div .col-md-2 .socialNetwork div {
  height: 17px;
  width: 17px;
  margin-right: 10px;
  padding: 0px;
  float: left;
}

.footerBase .baseContainer div .col-md-2 .socialNetwork div a {
  height: 18px;
  width: 18px;
  line-height: 0px;
  display: block;
}

.footerBase .baseContainer div .col-md-2 .socialNetwork div a img {
  display: block;
}

/* END FOOTER WIDGET */
/* HOME PAGE STYELS */
.home .no-results {
  display: none;
}

.home .post {
  display: none;
}

.home .posts-navigation {
  display: none;
}

.home .rightColumn,
.home .leftColumn {
  padding-bottom: 0px;
}

/* Home Page Top Header Widget */
#text-12 {
  width: 100%;
  top: 0;
  position: relative;
  margin-bottom: -100px;
}

@media (max-width: 768px) {
  #text-12 {
    display: none;
  }
}

#text-12 .container {
  max-width: 1200px;
}

#text-12 .container .col-md-2 a img {
  padding: 13px;
  background: white;
}

#text-12 .container .col-md-6 {
  float: right;
}

@media (max-width: 991px) {
  #text-12 .container .col-md-6 {
    margin-top: -165px;
  }
}

#text-12 .container .col-md-6 ul {
  list-style: none;
  padding: 0px;
  float: right;
}

#text-12 .container .col-md-6 ul li:hover a p {
  display: block;
}

#text-12 .container .col-md-6 ul .donations {
  width: 100px;
}

#text-12 .container .col-md-6 ul .donations img {
  float: right;
}

#text-12 .container .col-md-6 ul .donations:hover a p {
  background: transparent;
}

#text-12 .container .col-md-6 ul .donations a p {
  background: transparent;
  display: block;
  position: inherit;
  float: left;
  margin: 6px 5px 0px 0px;
  background: transparent;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  color: #9c4222;
  height: -webkit-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-weight: 500;
}

#text-12 .container .col-md-6 ul li {
  float: left;
  margin: 0px 7px;
}

#text-12 .container .col-md-6 ul li a {
  color: #333333;
}

#text-12 .container .col-md-6 ul li a img {
  margin-top: 3px;
}

#text-12 .container .col-md-6 ul li a p {
  display: none;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #24285d;
  margin: 3px 8px;
}

#text-12 .container .col-md-6 ul li a .internTooltip,
#text-12 .container .col-md-6 ul li a .contactTooltip,
#text-12 .container .col-md-6 ul li a .faqTooltip,
#text-12 .container .col-md-6 ul li a .newsTooltip,
#text-12 .container .col-md-6 ul li a .searchTooltip {
  display: none;
  text-align: center;
  padding: 5px;
  position: absolute;
  z-index: 1;
  background: #24285d;
  color: white;
  font-size: 13px !important;
  text-align: center;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  line-height: normal;
  margin-top: -4px;
  border-bottom: 0px !important;
}

#text-12 .container .col-md-6 ul li a .internTooltip {
  margin-left: -23px;
}

#text-12 .container .col-md-6 ul li a .contactTooltip {
  margin-left: -26px;
}

#text-12 .container .col-md-6 ul li a .faqTooltip {
  margin-left: -5px;
}

#text-12 .container .col-md-6 ul li a .newsTooltip {
  margin-left: -27px;
}

#text-12 .container .col-md-6 ul li a .searchTooltip {
  margin-left: -14px;
}

/* Homepage refresh slideshow */
#pods_widget_list-3 .hero_image_slideshow {
  height: calc(100vh - 182px);
}

@media only screen and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #pods_widget_list-3 .hero_image_slideshow {
    height: 700px;
    height: calc(100vh - 238px);
  }
}

@media only screen and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #pods_widget_list-3 .hero_image_slideshow {
    height: 700px;
    height: calc(100vh - 238px);
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #pods_widget_list-3 .hero_image_slideshow {
    height: calc(100vh - 30px);
  }
}

/* Primary Section Widget */
#text-10 .container .rightColumn .lifted {
  margin-top: -207px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #text-10 .container .rightColumn .lifted {
    margin-top: -278px;
  }
}

@media (max-width: 991px) {
  #text-10 .container .rightColumn .lifted {
    margin-top: -324px;
  }
}

@media (max-width: 768px) {
  #text-10 .container .rightColumn .lifted {
    margin-top: -186px;
  }
}

@media (max-width: 425px) {
  #text-10 .container .rightColumn .lifted {
    margin-top: -125px;
  }
}

#text-10 .container .rightColumn .lifted .headline,
#text-10 .container .rightColumn .lifted .summary {
  padding: 20px 20px 10px;
}

/* Secondary Section Widget */
#text-11 {
  height: 700px;
  background: url("/wp-content/uploads/scmd-2107.jpg") no-repeat center;
  background-size: cover;
}

@media (max-width: 800px) {
  #text-11 {
    margin-top: -14px;
  }
}

@media only screen and (min-device-width: 476px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #text-11 {
    height: 700px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 475px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #text-11 {
    height: 260px;
  }
}

@media (max-width: 425px) {
  #text-11 {
    height: 590px;
  }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #text-11 .container {
    margin-top: 70px;
  }
}

#text-11 .container .leftColumn .lifted {
  margin-top: 485px;
}

@media (max-width: 991px) and (min-width: 769px) {
  #text-11 .container .leftColumn .lifted {
    margin-top: 390px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 475px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #text-11 .container .leftColumn .lifted {
    margin-top: 100px;
  }
}

@media (max-width: 425px) {
  #text-11 .container .leftColumn .lifted {
    margin-top: 315px;
    margin-bottom: 40px;
  }
}

#text-11 .container .leftColumn .lifted .headline {
  height: 100px;
}

@media (min-width: 1200px) {
  #text-11 .container .leftColumn .lifted .headline {
    height: 85px;
  }
}

@media (max-width: 991px) {
  #text-11 .container .leftColumn .lifted .headline {
    height: 100px;
  }
}

@media (max-width: 425px) {
  #text-11 .container .leftColumn .lifted .headline {
    padding: 10px 20px;
  }
}

#text-11 .container .leftColumn .lifted .headline h2 {
  font-size: 38px;
  text-transform: uppercase;
}

#text-11 .container .leftColumn .lifted .summary {
  height: 130px;
  padding: 0px;
  overflow: hidden;
}

@media (max-width: 991px) {
  #text-11 .container .leftColumn .lifted .summary {
    height: 210px;
  }
}

@media (max-width: 768px) {
  #text-11 .container .leftColumn .lifted .summary {
    height: 170px;
    padding: 0px 30px;
  }
}

@media (max-width: 425px) {
  #text-11 .container .leftColumn .lifted .summary {
    height: auto;
    padding: 0px 20px;
  }
}

#text-11 .container .leftColumn .lifted .summary .col-md-9 {
  padding: 15px;
}

@media (max-width: 768px) {
  #text-11 .container .leftColumn .lifted .summary .col-md-9 {
    padding: 15px 0px;
  }
}

@media (max-width: 425px) {
  #text-11 .container .leftColumn .lifted .summary .col-md-9 {
    height: 120px;
  }
}

#text-11 .container .leftColumn .lifted .summary .col-md-9 p {
  float: left;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #text-11 .container .leftColumn .lifted .summary .col-md-9 p {
    padding-right: 20px;
  }
}

#text-11 .container .leftColumn .lifted .summary .col-md-3 {
  padding: 0px;
}

#text-11 .container .leftColumn .lifted .summary .col-md-3 a {
  background: #c8623d;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  margin: 0px;
  height: 100%;
  width: 158px;
  float: right;
  padding: 15px;
  border: 0px;
  border-radius: 0px;
  padding: 10px 45px 10px 10px;
}

@media (max-width: 991px) {
  #text-11 .container .leftColumn .lifted .summary .col-md-3 a {
    width: 100%;
  }
}

@media (max-width: 425px) {
  #text-11 .container .leftColumn .lifted .summary .col-md-3 a {
    padding: 10px 20px;
    height: 70px;
  }
}

#text-11 .container .leftColumn .lifted .summary .col-md-3 a h3 {
  color: #ffffff;
  text-align: left;
  line-height: 28px;
  margin-top: 0px;
}

#text-11 .container .leftColumn .lifted .summary .col-md-3 p {
  display: none;
}

#text-11 .container .leftColumn .lifted .summary .col-md-3 p a {
  display: none;
}

/* Fixed Navigation Widget */
@media (max-width: 800px) {
  #nav_menu-4 {
    display: none;
  }
}

#nav_menu-4 .menu-fixed-home-menu-container .menu {
  list-style: none;
  margin: 30px auto;
  height: 18px;
  width: 950px;
}

@media (max-width: 991px) {
  #nav_menu-4 .menu-fixed-home-menu-container .menu {
    width: 800px;
  }
}

#nav_menu-4 .menu-fixed-home-menu-container .menu li {
  float: left;
  font-size: 26px;
  text-transform: uppercase;
  margin: 0px 20px;
  position: relative;
  display: inline-block;
}

@media (max-width: 991px) {
  #nav_menu-4 .menu-fixed-home-menu-container .menu li {
    margin: 0px 10px;
  }
}

#nav_menu-4 .menu-fixed-home-menu-container .menu .menu-item-482 a {
  color: #9c4222;
}

#nav_menu-4 .menu-fixed-home-menu-container .menu .menu-item-487 a {
  color: #c8623d;
}

#nav_menu-4 .menu-fixed-home-menu-container .menu .menu-item-486 a {
  color: #607a3f;
}

#nav_menu-4 .menu-fixed-home-menu-container .menu .menu-item-485 a {
  color: #8ab059;
}

#nav_menu-4 .menu-fixed-home-menu-container .menu .menu-item-484 a {
  color: #24285d;
}

#nav_menu-4 .menu-fixed-home-menu-container .menu .menu-item-483 a {
  columns: #546bc2;
}

/* END HOME STYLES */
/*. NEWSLETTER STYLES */
.post-207 .summary h3 {
  margin-top: 0px;
}

/*. ABOUT US STYLES */
.post-102 .statements h3 {
  margin-bottom: 5px;
}

.post-102 .statements p {
  margin-bottom: 25px;
}

/* OUR SISTER CITIES STYLES */
.post-277 .statements {
  display: none;
}

.post-277 .leftColumn {
  float: right;
}

.post-277 #text-9 {
  margin-top: -75px;
}

/*. COMMUNITY PARTNERS AND SUPPORTERS STYLES */
.post-353 td {
  padding: 20px 5px;
}

/*. BLOG HOMEPAGE */
@media (max-width: 768px) {

  .post-119 .leftColumn,
  .post-119 .statements {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .post-119 .summary {
    height: 800px;
  }
}

/* VOLUNTEER PAGE STYLES */
.post-403 .statements div h3 {
  margin: 20px 0px 10px !important;
}

/*. BLOG HOMEPAGE - LIST POSTINGS */
#text-13 {
  margin: 0px auto -400px;
  position: relative;
  top: -400px;
}

@media (min-width: 1200px) {
  #text-13 {
    max-width: 1170px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #text-13 {
    width: 1000px;
    padding: 0px 15px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #text-13 {
    width: 750px;
  }
}

@media (max-width: 768px) {
  #text-13 {
    position: absolute;
    top: 330px;
    width: 100%;
  }
}

#text-13 .textwidget {
  width: 50%;
  padding: 0px 20px;
  background: white;
}

@media (max-width: 768px) {
  #text-13 .textwidget {
    width: 100%;
  }
}

#text-13 .pt-cv-content:after,
#text-13 .pt-cv-content a {
  display: none;
}

#text-13 .pt-cv-wrapper .pt-cv-view {
  margin: 0px;
  padding: 0px 20px;
}

#text-13 .pt-cv-wrapper .pt-cv-view .pt-cv-content-item {
  border-bottom: 1px solid #333;
  padding: 20px 0px;
  height: 115px;
}

#text-13 .pt-cv-wrapper .pt-cv-view .pt-cv-content-item:last-child {
  border-bottom: 0px;
}

#text-13 .pt-cv-wrapper .pt-cv-view .pt-cv-content-item .pt-cv-ifield .pt-cv-title {
  margin: 25px 0px 5px;
  padding: 25px 0px 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#text-13 .pt-cv-wrapper .pt-cv-view .pt-cv-content-item .pt-cv-ifield .pt-cv-title a._self {
  color: #c8623d;
}

#text-13 .pt-cv-wrapper .pt-cv-view .pt-cv-content-item .pt-cv-ifield .pt-cv-title a._self:hover {
  color: #9c4222;
}

#text-13 .pt-cv-wrapper .pt-cv-view .pt-cv-content-item .pt-cv-ifield .pt-cv-content {
  font-size: 18px;
}

#text-13 .pt-cv-wrapper .pt-cv-view .pt-cv-content-item .pt-cv-ifield .pt-cv-meta-fields {
  position: absolute;
  top: 0;
  margin-top: 25px;
  font-size: 18px;
}

#text-13 li a {
  color: #333333;
}

#text-13 li.active a {
  background-color: #9c4222;
  color: white;
}

/*. BLOG HOMEPAGE */
/*-------Events Promo--------*/
#pods_widget_list-2 {
  width: 1140px;
  margin: 0px auto 40px;
  position: relative;
}

@media (max-width: 1180px) {
  #pods_widget_list-2 {
    width: 940px;
  }
}

@media (max-width: 991px) {
  #pods_widget_list-2 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  #pods_widget_list-2 {
    width: 100%;
    margin-top: 90px;
  }
}

#pods_widget_list-2 h2 {
  display: block;
  font-size: 45px;
  text-transform: uppercase;
  margin: 16px 20px;
}

.events_promo a {
  width: 50%;
  height: 166.666px;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  background: #d8d8d8;
  color: #000;
  padding: 0 20px;
  border-bottom: 1px solid white;
  transition: all .3s linear;
}

@media (max-width: 1180px) {
  .events_promo a {
    height: 137.3px;
  }
}

@media (max-width: 991px) {
  .events_promo a {
    height: 105.3px;
  }
}

@media (max-width: 800px) {
  .events_promo a {
    width: 100%;
  }
}

.events_promo a h2 {
  font-size: 30px !important;
  margin: 0px !important;
}

@media (max-width: 991px) {
  .events_promo a h2 {
    font-size: 25px !important;
  }
}

@media (max-width: 991px) {
  .events_promo a p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .events_promo a pafter {
    content: 'more »';
  }
}

.events_promo a:last-child {
  border-bottom: 0px;
}

.events_promo:nth-child(2) .events_promo-image {
  z-index: 2;
}

.events_promo a:hover,
.events_promo:hover {
  background: #546bc2;
  color: #fff;
}

.events_promo a:hover .events_promo-image,
.events_promo:hover .events_promo-image {
  z-index: 3;
}

.events_promo .events_promo-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin-top: 65px;
}

@media (max-width: 1180px) {
  .events_promo .events_promo-image {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .events_promo .events_promo-image {
    display: none;
  }
}

@media (max-width: 1180px) {
  .events_promo .events_promo-image img {
    width: 100%;
  }
}

/* END EVENTS PROMO */
/* TRIBE EVENTS STYLES */
/* category select dropdown */
#categories-2 {
  margin-top: 90px;
  font-size: 18px;
}

/* end category select dropdown */
.archive .entry-content {
  width: 100%;
}

@media (max-width: 768px) {
  .archive .col-md-6 {
    width: 100%;
  }
}

#tribe-events-content-wrapper {
  margin-top: 475px;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  /* category filter */
}

@media (max-width: 1199px) and (min-width: 992px) {
  #tribe-events-content-wrapper {
    width: 970px !important;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  #tribe-events-content-wrapper {
    width: 750px;
  }
}

@media (max-width: 790px) {
  #tribe-events-content-wrapper {
    width: 100%;
    padding: 0px 20px;
    margin-top: 405px;
  }
}

@media (max-width: 320px) {
  #tribe-events-content-wrapper {
    margin-top: 440px;
  }
}

#tribe-events-content-wrapper .tribe-events-filters-horizontal {
  background: transparent !important;
  position: relative !important;
  padding: 0px !important;
  margin: 0px !important;
  width: 300px !important;
}

#tribe-events-content-wrapper .tribe-events-filters-horizontal .tribe-events-filters-content {
  background: transparent;
  border: none;
  float: left;
}

#tribe-events-content-wrapper .tribe-events-filters-horizontal .tribe-events-filters-content label,
#tribe-events-content-wrapper .tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filter_control {
  display: none;
}

#tribe-events-content-wrapper .tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form {
  display: block !important;
}

#tribe-events-content-wrapper .tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe_events_filter_item {
  border: 1px solid;
  padding: 4px;
  float: left;
  margin-right: 10px;
}

#tribe-events-content-wrapper .tribe-events-filters-horizontal .tribe-events-filters-content #tribe_events_filters_form .tribe_events_filter_item h3 {
  font-size: 18px;
  padding: 2px 16px 2px 6px;
}

#tribe-events-content-wrapper .tribe-events-filters-horizontal .tribe-events-filters-content input {
  margin: 0px 25px 0px 0px;
  font-size: 18px;
  border-radius: 0px;
  float: left;
  height: 32px;
}

#tribe-events-content-wrapper #tribe-events-bar {
  margin: 0px auto;
  float: right;
}

@media (max-width: 768px) {
  #tribe-events-content-wrapper #tribe-events-bar {
    float: none;
    margin: 0px auto 20px;
  }
}

#tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form {
  margin: 0px;
  font-size: 18px;
}

#tribe-events-content-wrapper #tribe-events-bar .tribe-clearfix {
  margin-top: 40px;
}

#tribe-events-content-wrapper #tribe-events-bar .tribe-bar-views-list {
  display: none;
}

#tribe-events-content-wrapper #tribe-events-bar #tribe-bar-collapse-toggle {
  /*text-align: center;
			position: absolute;
			width: 100vw;
			left: 0;
			margin-top: -35px;*/
  display: none;
}

#tribe-events-content-wrapper #tribe-events-bar #tribe-bar-views,
#tribe-events-content-wrapper #tribe-events-bar .tribe-bar-filters {
  float: left;
}

#tribe-events-content-wrapper #tribe-events-bar #tribe-bar-views .tribe-clearfix,
#tribe-events-content-wrapper #tribe-events-bar .tribe-bar-filters .tribe-clearfix {
  margin: 0px;
}

#tribe-events-content-wrapper #tribe-events-bar #tribe-bar-views {
  width: 150px;
}

@media (max-width: 425px) {
  #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-views {
    display: none;
  }
}

#tribe-events-content-wrapper #tribe-events-bar .tribe-bar-filters {
  width: 350px;
}

@media (max-width: 424px) {
  #tribe-events-content-wrapper #tribe-events-bar .tribe-bar-filters {
    width: 320px;
  }
}

#tribe-events-content-wrapper #tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner div {
  float: left;
  margin: 0px 5px;
}

@media (max-width: 424px) {
  #tribe-events-content-wrapper #tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner div {
    margin: 5px 5px 5px 0px;
  }
}

#tribe-events-content-wrapper .tribe-events-month,
#tribe-events-content-wrapper .tribe-events-calendar {
  margin: 0px auto !important;
  font-size: 18px;
  margin: 0px auto;
}

@media (min-width: 1200px) {

  #tribe-events-content-wrapper .tribe-events-month,
  #tribe-events-content-wrapper .tribe-events-calendar {
    width: 1170px !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {

  #tribe-events-content-wrapper .tribe-events-month,
  #tribe-events-content-wrapper .tribe-events-calendar {
    width: 970px !important;
  }
}

@media (max-width: 991px) and (min-width: 769px) {

  #tribe-events-content-wrapper .tribe-events-month,
  #tribe-events-content-wrapper .tribe-events-calendar {
    width: 750px;
  }
}

@media (max-width: 768px) {
  #tribe-events-content-wrapper .tribe-events-calendar tr td {
    height: auto;
  }
}

a.tribe-events-ical.tribe-events-button,
.tribe-bar-date-filter {
  display: none;
}

.tribe-events-list .tribe-events-loop .tribe-events-list-separator-month {
  font-size: 26px;
}

.tribe-events-list .event_list {
  margin: 20px auto;
}

.tribe-events-list .event_list .event_list_image {
  float: left;
  width: 300px;
  padding: 0 10px 0 0;
  margin-right: 30px;
}

@media (max-width: 700px) {
  .tribe-events-list .event_list .event_list_image {
    margin-right: 15px;
  }
}

@media (max-width: 600px) {
  .tribe-events-list .event_list .event_list_image {
    width: 160px;
    padding: 0px;
  }
}

@media (max-width: 424px) {
  .tribe-events-list .event_list .event_list_image .tribe-events-event-image {
    display: none;
  }
}

.tribe-events-list .event_list .event_list_image .tribe-events-event-image a img {
  float: none;
  margin: 0;
  width: 100%;
}

@media (max-width: 600px) {
  .tribe-events-list .event_list .event_list_image .tribe-events-event-image a img {
    height: auto;
  }
}

.tribe-events-list .event_list .event_list_text {
  float: left;
  width: calc(100% - 345px);
}

@media (max-width: 600px) {
  .tribe-events-list .event_list .event_list_text {
    width: calc(100% - 175px);
  }
}

@media (max-width: 424px) {
  .tribe-events-list .event_list .event_list_text {
    width: 100%;
  }
}

.tribe-events-list .event_list .event_list_text .tribe-events-list-event-description a {
  font-size: 18px;
}

.tribe-events-list .event_list .tribe-events-list-event-title {
  border: none;
  display: block;
  font-size: 30px;
  letter-spacing: 0;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.tribe-events-list .event_list .tribe-events-event-meta {
  border: 0;
  clear: both;
  float: none;
  font-size: initial;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0 10px;
  overflow: visible;
}

.tribe-events-list .tribe-events-nav-previous {
  font-size: 30px;
}

.tribe-events-single-event-description a.orangeHyperlink {
  margin: 20px 0px;
}

.tribe_events-content div#tribe-events-header ul.tribe-events-sub-nav {
  font-size: 16px;
}

.tribe_events-content table.tribe-events-calendar div#tribe-events-footer ul {
  font-size: 16px;
}

.tribe-events-schedule {
  margin-top: 30px;
}

@media (max-width: 425px) {
  .tribe-events-schedule {
    padding: 0px 20px;
  }
}

.tribe-events-schedule .tribe-events-cost {
  display: block;
  margin-right: 10px;
  font-weight: bold;
  font-size: 24px;
  margin: 10px 0 5px;
}

.tribe-events-schedule h2 {
  font-size: 42px;
}

.tribe-events-schedule .events_venue,
.tribe-events-schedule .event_organizer {
  padding-left: 0px;
  margin-top: 10px;
}

.tribe-events-schedule .events_venue h3,
.tribe-events-schedule .event_organizer h3 {
  font-size: 24px;
  text-transform: uppercase;
}

.tribe-events-schedule .events_venue p,
.tribe-events-schedule .event_organizer p {
  margin: 0px;
  font-size: 18px;
}

.tribe-events-schedule .events_venue .tribe-events-address,
.tribe-events-schedule .event_organizer .tribe-events-address {
  font-size: 18px;
}

.single-tribe_events .tribe-events-single-event-description {
  margin-bottom: 0px !important;
}

/*. CONTACT US STYLES */
.page-id-203 input,
.page-id-203 label,
.page-id-203 textarea {
  width: 100%;
}

/*. EVENTS CALENDAR BANNER STYLES and SEARCH RESULTS BANNER STYLES */
#text-14,
#text-17 {
  width: 100vw;
  position: absolute;
  top: 0;
}

#text-14 .hero-events,
#text-17 .hero-events {
  background: url("/wp-content/uploads/global-relations.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 63%;
  height: 430px;
}

#text-14 .lifted,
#text-17 .lifted {
  margin-top: -85px;
}

@media (max-width: 425px) {

  #text-14 .lifted,
  #text-17 .lifted {
    margin-top: -68px;
  }
}

#text-14 .lifted .headline,
#text-17 .lifted .headline {
  margin-left: -2px;
}

/*. SEARCH PAGE WIDGET */
.page-id-209 .statements {
  background: transparent;
}

.page-id-209 aside {
  position: relative;
  margin: -255px auto 0px;
}

@media (min-width: 1200px) {
  .page-id-209 aside {
    width: 1170px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .page-id-209 aside {
    width: 970px;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  .page-id-209 aside {
    width: 750px;
  }
}

@media (max-width: 768px) {
  .page-id-209 aside {
    margin: -250px auto 50px;
  }
}

.page-id-209 aside section {
  height: 111px;
  width: 50%;
  background: white;
}

@media (max-width: 768px) {
  .page-id-209 aside section {
    max-width: initial;
    height: 130px;
    width: 100%;
  }
}

.page-id-209 aside section form {
  width: 500px;
  margin: 0px auto;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .page-id-209 aside section form {
    width: 400px;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  .page-id-209 aside section form {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .page-id-209 aside section form {
    width: 88%;
  }
}

.page-id-209 aside section form label {
  font-size: 20px;
  width: 100%;
}

.page-id-209 aside section form label span {
  display: none;
}

.page-id-209 aside section form label input.search-field {
  margin: 10px 0px;
  width: 100%;
}

/*. SEARCH RESULTS STYLES */
.search-results .site-content {
  margin-top: calc(100vh - 755px);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .search-results .site-content {
    margin-top: calc(100vh - 435px);
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .search-results .site-content {
    margin-top: calc(100vh - 100px);
  }
}

.search-results #main {
  margin: 0px auto;
  position: relative;
}

@media (min-width: 1200px) {
  .search-results #main {
    width: 1170px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .search-results #main {
    width: 970px;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  .search-results #main {
    width: 750px;
  }
}

@media (max-width: 768px) {
  .search-results #main {
    width: 100%;
    padding: 20px;
  }
}

.search-results .page-header,
.search-results .navigation.posts-navigation {
  margin-left: auto;
  margin-right: auto;
}

.search-results article {
  font-size: 18px;
  margin: 20px auto;
  max-width: 1165px;
  padding: 0px 40px;
}

.search-results article header h2 {
  display: block;
}

.search-results .navigation.posts-navigation h2 {
  display: none;
}

.search-results .navigation.posts-navigation .nav-links {
  font-size: 18px;
}

/*. MOBILE NAVIGATION WIDGET STYLES */
#text-16 {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 80px;
  background: white;
  z-index: 99;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

@media (min-width: 769px) {
  #text-16 {
    display: none;
  }
}

@media (max-width: 354px) {
  #text-16 {
    height: 83px;
  }
}

#text-16 .container {
  padding: 0px 20px;
}

#text-16 .nav-icon {
  float: right;
  font-size: 28px;
  cursor: pointer;
  color: #24285d;
  padding: 10px;
  border-radius: 30px;
  margin-top: -10px;
}

#text-16 .mobile-branding {
  float: left;
  margin: 15px 0px;
}

#text-16 .mobile-branding img {
  height: 50px;
}

#text-16 .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.4s;
}

#text-16 .overlay a,
#text-16 .overlay button {
  padding: 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  display: block;
  transition: 0.1s;
  float: left;
}

#text-16 .overlay ul {
  list-style: none;
  padding-left: 0px;
}

#text-16 .overlay .dropdown-toggle {
  float: left;
  width: 100%;
}

#text-16 .overlay br {
  display: none;
}

#text-16 .overlay .about-us,
#text-16 .overlay .about-us a {
  color: #9c4222;
}

#text-16 .overlay .what-we-do,
#text-16 .overlay .what-we-do a {
  color: #c8623d;
}

#text-16 .overlay .sister-cities,
#text-16 .overlay .sister-cities a {
  color: #607a3f;
}

#text-16 .overlay .join-in,
#text-16 .overlay .join-in a {
  color: #8ab059;
}

#text-16 .overlay .events,
#text-16 .overlay .events a {
  color: #24285d;
}

#text-16 .overlay .blog,
#text-16 .overlay .blog a {
  width: 100%;
  color: #546bc2;
}

#text-16 .overlay .blog:hover,
#text-16 .overlay .blog a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
}

#text-16 .overlay .subMenu {
  margin-top: 50px;
  margin-bottom: 30px;
}

#text-16 .overlay .subMenu a {
  margin-top: 10px;
  font-size: 18px;
  color: #24285d;
  padding: 2px 8px;
  width: 100%;
}

#text-16 .overlay .subMenu br {
  display: block;
}

#text-16 .overlay .socialMenu a {
  float: left;
  color: #24285d;
}

#text-16 .overlay-content {
  position: relative;
  text-align: left;
  margin: 60px 20px 0px;
  font-size: 24px;
  text-transform: uppercase;
}

#text-16 .overlay-content .dropdown p {
  display: none;
}

#text-16 .overlay-content .dropdown a {
  width: 85vw;
}

#text-16 .overlay-content .dropdown a p {
  display: none;
  font-size: 28px;
}

#text-16 .overlay-content .dropdown a .left {
  display: block;
  float: left;
}

#text-16 .overlay-content .dropdown a .right {
  display: block;
  float: right;
}

#text-16 .overlay-content .dropdown-menu {
  position: relative;
  margin-top: -10px;
  padding-left: 20px;
  top: auto;
  box-shadow: none;
  border: none;
}

#text-16 .overlay-content .dropdown-menu a {
  text-transform: capitalize;
}

#text-16 .closebtn {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-height: 450px) {
  #text-16 .overlay .closebtn {
    top: 15px;
    right: 35px;
  }
}