#joinlpg {
background-color:#e8edf1; 
   background-position: top right !important;
    background-repeat: no-repeat !important;
    background-size:  auto 99.6% !important;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #013863;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 5px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-family:"Myriad Pro",PTSansCaptionRegular, arial, helvetica, sans-serif;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 1.25em;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
  margin: 0 0 20px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* overflow-x: hidden; */
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: 0;
  height: 80px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
 /* color: #000;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase; */
} 

body:not(.theme-preset-active) #masthead .navbar-nav > li:first-child > a {
  padding: 0.5rem 1.5rem 0.5rem 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #013863;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

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

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 75%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #000;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*--------------------------------------------------------------
## Classes added by Josh Lopes on May 4, 2021
--------------------------------------------------------------*/
/*Page Templates*/
body.page-template-fullwidth .container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

body.page-template-fullwidth .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

/*Fixes*/
#menu-menu-2 {
	max-width: 900px !important;
}

.vc_row.vc_row-o-full-height {
    height: 80vh;
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

wpb_text_column ul li {
	padding-bottom: 10px;
}

/*Helper Classes*/
ul.no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.d-block {
	display: block;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.d-flex.align-center {
	align-items: center;
}

.d-flex.justify-center {
	justify-content: center;
}

.float-right {
	float: right;
}

.move-to-bottom {
	bottom: 0;
}

.full-width {
	width: 100%;
}

.full-height,
.full-height-all-inner > *,
.full-height-all-inner > * > * {
	height: 100%;
}

.masthead-full-vh {
	height: 645px !important;
	/*height: calc(60vh - 113px) !important;*/
}
.masthead-full-vh .wpb_single_image{top: -30px;}
.full-height-all-inner > * {
	padding-top: 0 !important;
}

.min-three-qtr-view-height {
	height: 75vh;
	min-height: 750px;
}

.min-three-qtr-height {
	height: 75%;
	min-height: 750px;
}

.min-three-qtr-width {
	max-width: 560px;
	width: 100%;
}

.min-qtr-height {
	height: 300px;
}

.min-half-height {
	height: 375px;
}

.p-relative {
	position: relative;
}

.play-btn:before {
	background-image: url(inc/assets/images/play-btn.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	content: '';
	display: block;
	height: 70px;
	position: absolute;
		left: calc(50% - 35px);
		top: calc(50% - 35px);
	width: 70px;
	transition: all .25s ease;
}

.play-btn:hover:before {
	height: 76px;
	width: 76px;
	top: calc(50% - 38px);
	left: calc(50% - 38px);
}

.inner-relative .vc_gitem-row-position-middle {
	position: relative !important;
}

.p-absolute {
	position: absolute;
}

.bring-to-front {
	z-index: 100;
}

.bring-to-back {
	z-index: -1;
}

.transition-fast {
	transition: all .25s ease;
}

.transition-slow {
	transition: all .5s ease;
}

.txt-uppercase {
	text-transform: uppercase;
}

.txt-italic {
	font-style: italic;
}

.txt-up {
	font-size: 20px;
}

.txt-big,
.txt-big > * {
	font-size: 26px;
}

.txt-bigger,
.txt-bigger > * {
	font-size: 30px;
}

.txt-left {
	text-align: left !important;
}

.txt-center {
	text-align: center;
}

.txt-shadow-white * {
	text-shadow: 0 0 6px #fff;
}

/*Borders*/
.border-top-thin {
	border-top: 1px solid;
}

.b-gray {
	border-color: #d6d9d8;
}

.border-left-medium {
  border-left: 4px solid;
  padding-left: 15px;
}

.b-blue {
  border-color: #013863;
}

.box-offset {
  background: #fafafa;
  position: relative;
}

.box-offset:before {
  background: #fafafa;
  content: '';
  height: 100%;
  position: absolute;
    right: 100%;
    top: 0;
   width: 150px;
}

.initial-max-height img {
	max-width: initial !important;
}

.inner,
.footer-form {
	float: none !important;
	margin: 0 auto;
	/* max-width: 1200px;
	width: 96% !important; */
}

.inner.bigger-inner {
	max-width: 1500px;
}

.inner.smaller-inner {
	max-width: 850px;
}

.inner.smallest-inner {
	max-width: 700px;
}

.inner.vc_row {
	margin: 0 auto;
	left: 0 !important;
    padding: 0 !important;
}

.full-width {
	width: 100%;
}

.gray-block-after > * {
	position: relative;
	z-index: 10;
}

.gray-block-after:after {
	background: #f3f2f3;
	content: '' !important;
	display: block !important;
	height: 150px !important;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 100% !important;
	visibility: visible !important;
	z-index: 1
}

.no-pad-inner > *,
.no-pad-inner > * > .vc_column-inner {
	padding-top: 0 !important;
}

.no-margin-top,
.no-margin-top > * {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-pad-bottom {
	padding-bottom: 0 !important;
}

.margin-bottom-clear {
	margin-bottom: 1px !important;
}

.margin-bottom-fix {
	margin-bottom: 35px;
}

.margin-right {
	margin-right: 20px;
}

.margin-right-small {
	margin-right: 10px;
}

.padded,
.padded-inner > * {
	padding: 2em !important;
}

.podcast-message-block {
  border-radius: 0px;
  display: block;
  margin: -30px auto 0;
  position: relative;
  width: 92%;
}

.podcast-message-block h4 {
  margin-top: 0;
}

.box-shadow {
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.box-shadow-offset {
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.border-radius {
  border-radius: 10px;
}

.pad-left {
	padding-left: 20px !important;
}

.pad-vertical-small,
.inner.vc_row.pad-vertical-small {
	padding-bottom: 1em !important;
	padding-top: 1em !important;
}


.pad-vertical-double,
.inner.vc_row.pad-vertical-double {
	padding-bottom: 4em !important;
	padding-top: 4em !important;
}

.vc_column_container.pad-vertical-small>.vc_column-inner {
	padding-bottom: 1em !important;
	padding-top: 1em !important;
}

.vc_column_container.pad-vertical-small {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.pad-small {
	padding: .5em;
}

.padded-double-inner > * {
	padding: 4em !important
}

.pad-vertical,
.inner.vc_row.pad-vertical {
	padding-bottom: 2em !important;
	padding-top: 2em !important;
}

.no-pad-vertical-inner > * {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.pad-vertical-top {
	padding-top: 2em !important;
}

.width-minus-small-pad {
	width: calc(100% - 1.5em) !important;
}

.big-pad-vertical,
.inner.vc_row.big-pad-vertical {
	padding-bottom: 3em !important;
	padding-top: 3em !important;
}

.pad-horizontal,
.inner.vc_row.pad-horizontal {
	padding-left: 2em !important;
	padding-right: 2em !important;
}

.pad-horizontal-double {
	padding-left: 4em !important;
	padding-right: 4em !important;
}

.pad-horizontal-small,
.inner.vc_row.pad-horizontal-small {
	padding-left: 1.5em !important;
	padding-right: 1.5em !important;
}

.vc_column_container.pad-horizontal-small>.vc_column-inner {
	padding-left: 1.5em !important;
	padding-right: 1.5em !important;
}

.vc_column_container.pad-horizontal-small {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.vc_col-has-fill.pad-vertical {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.vc_col-has-fill.pad-vertical>.vc_column-inner {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}

.vc_col-has-fill.pad-horizontal {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.vc_col-has-fill.pad-horizontal>.vc_column-inner {
	padding-left: 2em !important;
	padding-right: 2em !important;
}

.vc_row.no-offset {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.vc_col-sm-6.forty-width {
    width: 42%;
}

.indent-top {
	margin-top: calc(-2em - 60px);
}

.indent-bottom {
	margin-bottom: 0;
	top: 45px;
}

.indent-bottom-btn {
	margin-bottom: 0;
	top: 20px;
}

.indent-top-btn {
	margin-top: calc(-2em - 30px);
}

.indent-bottom .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
	background-image: none !important;
	padding-left: 30px;
	padding-right: 30px;
	transition: all .25s ease;
}

.indent-bottom .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
	background-color: rgba(250,250,250,1);
	color: #000;
}

.gold-line {
	background-image: url(inc/assets/images/gold-line.png);
	background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 1em;
}

.blue-line {
	background-image: url(inc/assets/images/blue-line.png);
	background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: .35em;
}

.gold-line-span {
	position: relative;
	padding-bottom: .25em;
}

.gold-line-span:before {
	background-image: url(inc/assets/images/gold-line.png);
	background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 12px;
    width: 130%;
    position: absolute;
    	bottom: 0;
    	left: -15%;
}

/* nav */
.navbar-wrapper {
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	width: calc(100% - 320px);
}

  .header-tools {
    z-index: 100;
  }

  .navbar-wrapper > * {
    height:50%;
  }

  .header-widgets {
    font-size: 80%
  }
  
  .header-widgets > *,
  .header-widgets > * {
    margin-right: 12px;
  }

  .header-widgets > *:last-child {
    margin-right: 0;
  }

  .header-widgets .textwidget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }

  .header-widgets p {
    margin: 0;
  }

/*Text Colors*/
.txt-black {
	color: #000;
}

.txt-white,
.txt-white > a {
	color: #fff;
}

.txt-gray {
	color: #9192a3;
}
.txt-black .vc_btn3 {color:#000 !important;font-weight:bold;}
.transparent-bg,
.transparent-bg > a.vc_btn3.vc_btn3-size-md {
	background-color: rgba(0,0,0,0) !important;
}

.margin-bottom-big {
	margin-bottom: 95px !important;
}

.bg-blue > *,
.bg-blue > a.vc_btn3.vc_btn3-size-md,
.bg-blue > button,
.bg-blue > .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern  {
	background-color: #013863 !important;
	background-image: none !important;
	border-color: #013863 !important;
	color: #fff !important;
}

.bg-dark-gray > a.vc_btn3.vc_btn3-size-md,
.bg-dark-gray > button,
.bg-dark-gray > .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern  {
	background-color: #343a39 !important;
	background-image: none !important;
	border-color: #343a39 !important;
	color: #fff !important;
}

.bg-gray > a.vc_btn3.vc_btn3-size-md,
.bg-gray > button,
.bg-gray > .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	background-color: #9293a4 !important;
	background-image: none !important;
	border-color: #9293a4;
	color: #fff !important;
}


.bg-dark-gray > a.vc_btn3.vc_btn3-size-md,
.bg-dark-gray > button,
.bg-dark-gray > .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	background-color: #343a39 !important;
	background-image: none !important;
	border-color: #343a39;
	color: #fff !important;
}

.bg-light-gray > button,
.bg-light-gray > .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
	background-color: #9192a3;
	background-image: none !important;
	border-color: #9192a3;
	color: #fff;
}

.bg-black > button,
.bg-black > .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
	background-color: #000;
	background-image: none !important;
	border-color: #000;
	color: #fff;
}

.opaque-bg {
	background-color: rgba(250,250,250,.6);
}

/*Text Fonts*/
.txt-sans-serif {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.txt-serif {
	font-family: 'freightbig_bold' !important;
}

.thin-weight {
	font-weight: 200;
}

.txt-bold {
	font-weight: bold;
}

.normal-weight {
	font-weight: 400;
}

.float-left {
	float: left
}

.hide-meta .vc_gitem-post-data.vc_gitem-post-data-source-post_categories {
	display: none !important;
}

.hide-meta .vc_gitem-post-data {
	margin-bottom: 0
}

.hide-meta .vc_gitem-post-data > h2 {
	padding-bottom: 0
}

.slant-half:before {
  background-color: #e8edf1;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 50vw;
}

.slant-half:after {
  background-color: #e8edf1;
  content: '';
  display: block;
  height: 100%;
   /*position: absolute;
 right: -150px;
  top: 0;
  transform: skewX(-30deg);
  width: 500px;*/
}

.slant-half > * {
  position: relative;
  z-index: 10;
}

/*Buttons*/
.new-btn {
	cursor: pointer;
	padding: 8px 42px;
	text-decoration: none;
}

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

.rollover-bg-black:hover {
	background: #000 !important;
}

.rollover-txt-white:hover {
	color: #fff !important;
}

/*Flexbox*/
.flex-box {
	display: flex;
	flex-wrap: wrap;
}

	.flex-box.flex-center {
		align-items: center;
	}
	
	.flex-box.justify-center {
		justify-content: center;
	}
	
	.flex-box.space-between {
		justify-content: space-between;
	}
	
	.flex-box.one-column > * {
		width: 100%;
	}
	
	.flex-box.two-column > * {
		width: 47%;
	}
	
	.flex-box.three-column > * {
		width: 31%;
	}
	
	.flex-box.four-column > * {
		width: 22%;
	}
	
	.flex-box.five-column > * {
		width: 19%;
	}
	
/*BTN Overlay*/
.btn-overlay {
	transition: all .25s ease;
}	

.btn-overlay:hover {
	background: rgba(0,0,0,1) !important;
	color: #fff !important;
	text-decoration: none;
}

/*Header*/
.logo {
  padding: 0;
}

.search-form {
  height: 24px;
  position: relative;
}

  .search-form label,
  .search-form label input {
    height: 100%;
    position: relative;
    transition: all .25s ease;
  }

  .search-form label {
    margin: 0;
  }

  .search-form label input {
    background-color: transparent;
    border-radius: 10px;
    font-size: 96%;
    opacity: 0;
    padding: 8px 10px;
    position: relative;
    width: 0;
    z-index: 6;
  }

  .search-form label input:focus {
    background-color: transparent;
    border-color: #ced4da;
    box-shadow: none;
  }

  .search-form:focus-within label input {
    opacity: 1;
    padding: 8px 25px 8px 10px; 
    width: 130px;
  }

  .search-form label:before {
    border: 2px solid #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
      right: 5px;
      top: 5px;
    width: 10px;
    z-index: 3;
  }

  .search-form label:after {
    background: #000;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
      right: 14px;
      top: 12px;
    transform: rotate(40deg);
    width: 2px;
    z-index: 3;
  }

  .search-form input[type="submit"] {
    border: none;
    height: 100%;
    display: none;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    z-index: 10;
  }

  .search-form:focus-within input[type="submit"] {
    display: block;
  }

.events-menu a {
  background-color: #013863;
  border-radius: 5px;
  color: #fff;
  font-size: 85%;
  padding: 6px 12px;
  position: relative;
  transition: all .25s ease;
}

.events-menu a:hover {
  background-color: #000;
  text-decoration: none;
}
  
  .events-menu a:after {
    content: "\00BB";
    font-size: 1.5em;
    padding-left: 4px;
    position: relative;
    top: 1px;
  }
  
  .audiencetoggle {
	  border: none;
	  cursor: pointer;
	  display: block;
	  height: 14px;
	  opacity: 0;
	  padding: 0;
	  position: absolute;
	  width: 20px;
	  z-index: 10;
  }

    .list-icon {
      height: 14px;
      overflow: hidden;
      position: relative;
      width: 20px;
      z-index: 1;
    }

      .list-icon > span {
        height: 2px;
        left: 0;
        width: 100%;
        transition: all .25s ease;
      }

      .list-icon > span:nth-child(2),
      .list-icon > span:nth-child(3),
      .list-icon > span:nth-child(4) {
        top: calc(50% - 1px);
      }

      .list-icon > span:nth-child(3),
      .list-icon > span:nth-child(4) {
        background: #013863;
        opacity: 0;
      }

      .list-icon > span:nth-child(3):before,
      .list-icon > span:nth-child(4):before,
      .list-icon > span:nth-child(3):after,
      .list-icon > span:nth-child(4):after {
        display: none;
      }

      .list-icon > span:last-child {
        bottom: 0;
      }

      .list-icon > span:before {
        background: #013863;
        content: '';
        height: 100%;
        position:absolute;
          left: 0;
          top: 0;
        transition: all .25s ease;
        width: 3px;
      }

      .list-icon > span:after {
        background: #013863;
        content: '';
        height: 100%;
        position:absolute;
          right: 0;
          top: 0;
        transition: all .25s ease;
        width: calc(100% - 5px);
      }

      .audiencetoggle:checked + .list-icon > span:first-child:before,
      .audiencetoggle:checked + .list-icon > span:nth-child(2):before,
      .audiencetoggle:checked + .list-icon > span:last-child:before {
        left: -30px;
      }

      .audiencetoggle:checked + .list-icon > span:first-child:after,
      .audiencetoggle:checked + .list-icon > span:nth-child(2):after,
      .audiencetoggle:checked + .list-icon > span:last-child:after {
        right: -30px;
      }

      .audiencetoggle:checked + .list-icon > span:nth-child(3),
      .audiencetoggle:checked + .list-icon > span:nth-child(4) {
        opacity: 1;
      }

      .audiencetoggle:checked + .list-icon > span:nth-child(3) {
        transform: rotate(45deg);
      }

      .audiencetoggle:checked + .list-icon > span:nth-child(4) {
        transform: rotate(-45deg);
      }

   .menu-audience-menu-container {
     background-color: #013863;
     border: 0 solid rgba(250,250,250, 0);
     box-shadow: 0 0 5px rgba(0,0,0,0);
     overflow: hidden;
     padding: 0;
     position: absolute;
      right: 0;
      top: calc(100% + 5px);
     transition: all .25s ease;
     width: 0
   }

   .audiencetoggle:checked ~ .menu-audience-menu-container {
     border: 2px solid rgba(250,250,250, .3);
     box-shadow: 0 0 5px rgba(0,0,0,.3);
     width: 150px;
   }

    .menu-audience-menu-container ul li a {
      background: rgba(250,250,250,0);
      color: #fff;
      cursor: pointer;
      display: block;
      font-size: 80%;
      padding: 10px;
      text-indent: 0;
      transition: all .25s ease;
    }

    .menu-audience-menu-container ul li:hover a {
      background: rgba(250,250,250,.3);
      text-indent: 5px;
      text-shadow: 0 2px 0 rgba(0,0,0,.4);
    }

    .menu-audience-menu-container ul li a:hover {
      text-decoration: none;
    }

/*Masthead and Image Backgrounds*/
.masthead h1,
.masthead p {
	color: inherit;
	max-width: 450px;
	width: 100%;
}

.masthead h1 {
	font-size: 3.5em;
	letter-spacing: .02em;
}

.masthead p {
	font-family: 'Avenir LT Std';
	letter-spacing: .18em;
}

.masthead .link-box a {
	margin-right: 24px
}

.masthead .link-box a:last-child {
	margin-right: 0
}

.bg-cover {
	background-size: cover;
}

.bg-center {
	background-position: center;
}

.bg-fixed {
	background-attachment: fixed;
}

/*PODCAST LIST*/
.podcast-list {
	margin-bottom: 0 !important;
}

.podcast-list.favorite-episode {
	margin-bottom: 35px !important;
}

.podcast-list .vc_grid-item .vc_grid-item-mini {
	align-items: center;
	border-bottom: 2px solid #9293a4;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 90%
}

.podcast-list.hide-thumbnail .vc_grid-item:last-child .vc_grid-item-mini {
	border-bottom: none;
}

	.podcast-list .vc_grid-item .vc_grid-item-mini > *:first-child {
		width: 160px;
	}
	
	.podcast-list.hide-thumbnail .vc_grid-item .vc_grid-item-mini > *:first-child {
		display: none;
	}
	
	.podcast-list .vc_grid-item .vc_grid-item-mini > *:last-child {
		padding: 0 0 0 20px;
		width: calc(100% - 160px);
	}
	
	.podcast-list.hide-thumbnail .vc_grid-item .vc_grid-item-mini > *:last-child {
		padding: 0;
		width: 100%;
	}
	
	.podcast-list .vc_grid-item .vc_grid-item-mini h4 {
		font-size: 28px;
		line-height: 120%;
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
	}
	
	.podcast-list.favorite-episode .vc_grid-item .vc_grid-item-mini h4:before {
		content: "Kelly's favorite episode:";
		color: #9192a3;
		display: block;
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
		font-size: 16px;
		letter-spacing: .08em;
		text-transform: uppercase;
	}
	
		.podcast-list .vc_grid-item .vc_grid-item-mini > *:last-child .vc_gitem_row .vc_gitem-col {
			align-items: center;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			padding: 0;
		}
		
			.podcast-list .vc_grid-item .vc_grid-item-mini > *:last-child .vc_gitem_row .vc_gitem-col > *:nth-child(2) {
				display: none;
			}
			
			.podcast-list .vc_grid-item .vc_grid-item-mini > *:last-child .vc_gitem_row .vc_gitem-col .vc_gitem-post-data,
			.podcast-list .vc_grid-item .vc_grid-item-mini > *:last-child .vc_gitem_row .vc_gitem-col .vc_btn3-container.vc_btn3-left {
				margin-bottom: 0;
			}
			
				.podcast-list .vc_grid-item .vc_grid-item-mini > *:last-child .vc_gitem_row .vc_gitem-col .vc_btn3-container.vc_btn3-left > a {
					background-color: rgba(0,0,0,0);
					background-image: url(inc/assets/images/podcast-listen.png);
					background-position: 135px center;
					background-repeat: no-repeat;
					background-size: 30px 30px;
					color: rgba(0,0,0,1);
					height: 60px;
					transition: all .25s ease;
					overflow: hidden;
					padding: 0 40px 0 0;
					position: relative;
					text-indent: -555px;
					width: 176px;
				}
				
				.podcast-list .vc_grid-item .vc_grid-item-mini > *:last-child .vc_gitem_row .vc_gitem-col .vc_btn3-container.vc_btn3-left > a:before {
					content: "LISTEN NOW";
					color: rgba(0,0,0,1);
					display: block;
					font-size: 16px;
					line-height: 60px;
					position: absolute;
					left: 8px;
					top: 0;
					font-weight: bold;
					width: 120px;
					text-indent: 0;
					transition: all .25s ease;
				}
				
				.podcast-list .vc_grid-item .vc_grid-item-mini > *:last-child .vc_gitem_row .vc_gitem-col .vc_btn3-container.vc_btn3-left > a:hover:before {
				    color: rgba(250,250,250,1);
				}
				
				.podcast-list.favorite-episode .vc_grid-item .vc_grid-item-mini > *:last-child .vc_gitem_row .vc_gitem-col .vc_btn3-container.vc_btn3-left > a {
					background-position: center;
					background-size: 45px 45px;
					padding: 0;
					width: 60px;
				}
				
				.podcast-list.favorite-episode .vc_grid-item .vc_grid-item-mini > *:last-child .vc_gitem_row .vc_gitem-col .vc_btn3-container.vc_btn3-left > a:before {
					content: '';
				}
				
				.podcast-list .vc_grid-item .vc_grid-item-mini > *:last-child .vc_gitem_row .vc_gitem-col .vc_btn3-container.vc_btn3-left > a:hover {
					background-color: rgba(0,0,0,1);
					color: rgba(250,250,250,1);
				}
				
				.podcast-list.favorite-episode .vc_grid-item .vc_grid-item-mini > *:last-child .vc_gitem_row .vc_gitem-col .vc_btn3-container.vc_btn3-left > a:hover {
					background-color: rgba(0,0,0,0);
					background-size: 55px 55px;
					color: rgba(0,0,0,1);
				}
			
			.podcast-list .vc_grid-item .vc_grid-item-mini > *:last-child .vc_gitem_row .vc_gitem-col .vc_gitem-post-data:first-child {
				width: calc(100% - 180px);
			}
			
			.podcast-list.favorite-episode .vc_grid-item .vc_grid-item-mini > *:last-child .vc_gitem_row .vc_gitem-col .vc_gitem-post-data:first-child {
				width: calc(100% - 60px);
			}

.podcast-list .vc_grid-item .vc_grid-item-mini .vc_gitem-zone,
.podcast-list .vc_grid-item .vc_grid-item-mini .vc_custom_1419240516480 {
	background-color: rgba(0,0,0,0) !important;
}

/*slider*/
.vc_images_carousel .vc_carousel-control {
	background: #fff;
	color: #000;
	height: 100px !important;
	line-height: 100px;
	opacity: 1 !important;
	width: 90px !important;
}

	.vc_images_carousel .vc_carousel-control > span {
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		margin-top: 0 !important;
		margin-left:  0 !important;
		font-weight: 400;
	}
	
		.vc_images_carousel .vc_carousel-control > span:before {
			content: "" !important;
			font-size: 70px !important;
			line-height: 100px;
			top: 0 !important;
			font-weight: 100;
			border-style: solid;
			border-width: 2px 2px 0 0;
			content: '';
			display: inline-block;
			height: 0.45em;
			left: 5px;
			position: relative;
			top: 30px !important;
			transform: rotate(-45deg);
			vertical-align: top;
			width: 0.45em;
		}
	
.vc_images_carousel .vc_left.vc_carousel-control {
	left: -120px;
}

.vc_images_carousel .vc_carousel-control.vc_left span:before {
	transform: rotate(225deg);
}

.vc_images_carousel .vc_carousel-control.vc_right {
	right: -120px !important;
}


.vc_images_carousel .vc_carousel-control.vc_right span:before {
	transform: rotate(45deg);
	left: -5px;
}

.max-800 {
	min-height: 800px !important;
}

/*Let's Connect Form*/
.lets-connect-form label {
	border-bottom: 2px solid #9293a4 !important;
	width: 100%;
}

	.lets-connect-form label input,
	.lets-connect-form label textarea {
		border: none;
		border-radius: 0;
	}
	
	.lets-connect-form label textarea {
		height: 36px;
	}
	
	.lets-connect-form label input,
	.lets-connect-form label textarea {
		padding-left: 0;
	}
	
	.lets-connect-form p {
		color: #7a7979
	}
	
	.lets-connect-form input[type="submit"] {
		background: #262626;
		border: none !important;
		border-radius: 0;
		color: #fff;
		cursor: pointer;
		font-size: 12px;
		padding: 8px 25px;
		text-transform: uppercase;
		transition: all .25s ease;
	}
	
	.lets-connect-form input[type="submit"]:hover {
		background: #000;
	}

/*Sub Footer*/
.subfooter {
  padding: 3em 0 0;
}
.subfooter a {
  color: inherit;
}

.subfooter ul {
  list-style-type: '-';
  padding-left: 10px;
}

  .subfooter ul li a{
    padding-left: 5px;
  }

    .subfooter .nav > li > a:focus, 
    .subfooter .nav > li > a:hover {
      background-color: transparent;
      text-decoration: underline;
  }

/*Mobile Fixes*/
@media (max-width: 1200px) {
	.navbar-wrapper {
		width: auto;
		align-items: center;
	}

	.header-tools {
	  align-items: center;
	  border-top: 1px solid #fff;
	  justify-content: center;
      position: fixed;
      bottom: -60px;
      left: 0;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      height: 50px;
      transition: all .25s ease;
    }

    .header-tools.show {
      bottom: 0;
    }

      .header-tools:before,
      .header-tools:after {
        content: '';
        height: 100%;
        position: absolute;
          top: 0;
        width: 50%;
      }

      .header-tools:before {
        background-color: #013863 !important;
      }

      .header-tools:after {
        background-color: #343a39 !important;
        right: 0;
      }

      .header-tools > * {
        width: 50%;
      }

      .header-tools > .header-widgets {
        justify-content: space-between;
        padding: 0 1em;
        width: calc(50% - 2em);
      }
    
      .header-widgets {
        font-size: 90%;
      }
      
      .header-widgets .textwidget {
        position: relative;
        z-index: 10;
      }

      .header-widgets .textwidget a {
        color: #fff !important;
      }

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

      .events-menu > li {
        margin-right: 10px;
      }

      .events-menu > li:last-child {
        margin-right: 0;
      }

      .search-form {
        height: 36px;
      }

      .search-form label:before {
        border-color: #fff;
        height: 16px;
        top: 3px;
        width: 16px;
      }

      .search-form label:after {
        background-color: #fff;
        height: 14px;
        right: 20px;
        top: 15px;
        width: 3px;
      }

  .navbar-light .navbar-toggler {
    position: absolute;
    right: 0;
    top: 11px;
  }

  .navbar-collapse {
    background-color: #343a39 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: calc(100vh - 130px);
    width: 100vw;
    position: fixed;
    left: 100vw;
    top: 80px;
    transition: all .25s ease;
    z-index: 10;
  }

  body.admin-bar .navbar-collapse {
    top: 112px;
  }

  .navbar-collapse.show {
    left: 0;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li {
    text-align: center;
  }
  
  #masthead .navbar-nav > li > a,
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a,
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #fff;
    text-indent: 0;
  }
  
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a,
  body:not(.theme-preset-active) #masthead .navbar-nav > li:first-child > a {
    font-size: 1.3em;
    padding: 15px 0;
  }

  .audiencetoggle,
  .list-icon {
    height: 20px;
    width: 25px;
  }

    .list-icon > span:nth-child(3), 
    .list-icon > span:nth-child(4) {
      background-color: #fff
    }

    .list-icon > span:first-child:before, 
    .list-icon > span:nth-child(2):before,
    .list-icon > span:last-child:before, 
    .list-icon > span:first-child:after, 
    .list-icon > span:nth-child(2):after, 
    .list-icon > span:last-child:after {
      background-color: #fff
    }

   .menu-audience-menu-container {
     top: auto;
     right: 0;
     position: fixed;
     bottom: 50px;
   }

   .audiencetoggle:checked ~ .menu-audience-menu-container {
     width: 50vw;
   }

   .menu-audience-menu-container ul li a {
     font-size: 100%
   }
}

@media (max-width: 950px) {
	.bg-fixed{
		background-attachment: inherit;
	}
	.indent-top {
		margin-top: 0;
	}
	.indent-bottom {
		top: 0;
		margin-bottom: inherit;
	}
	.pad-left.no-pad-left-mobile {
		padding-left: 0 !important;
	}
	.padded-double-inner > * {
		padding: 2em !important
	}
	.podcast-list .vc_grid-item .vc_grid-item-mini > *:first-child {
		margin-bottom: 20px;
		width: 100%;
	}
	
	.podcast-list .vc_grid-item .vc_grid-item-mini > *:last-child {
		padding: 0;
		width: 100%
	}
	
	.vc_col-sm-6.forty-width {
	    width: 100%;
	}
	
	.pad-horizontal-double {
		padding-left: 2em !important;
		padding-right: 2em !important;
	}
	.indent-bottom-btn {
		top: 0;
	}
	
	.min-qtr-height {
		height: auto;
	}
	
	.inner.vc_row.no-offset {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.move-to-bottom {
		position: relative !important;
	}
	
	.full-height,
	.full-height-all-inner > *,
	.full-height-all-inner > * > * {
		height: auto;
	}
	
	.masthead-full-vh,
	.vc_custom_1621557284993.masthead-full-vh {
		min-height: auto !important;
		height: auto !important;
	}

}

@media (max-width: 843px) {

  header#masthead {
    height: 50px;
  }

}

@media (max-width: 765px) {
	
	.flex-box.one-column > *,
	.flex-box.two-column > *,
	.flex-box.three-column > *,
	.flex-box.four-column > *,
	.flex-box.five-column > * {
		width: 100%;
	}
	
	.masthead-full-vh,
	.vc_custom_1621557284993.masthead-full-vh {
	     background-position: top center !important;
	    background-size: 100% 300px !important;
	}
	
	.flip-mobile > *:first-child {
		height: 300px;
	}

	.flip-mobile > *:last-child {
		height: auto;
		padding: 30px 0 !important;
	}

	.flip-mobile > *:last-child ul,
	.flip-mobile > *:last-child p,
	.flip-mobile > *:last-child h2 {
		color: #000 !important;
	}

	.flip-mobile > *:first-child > *,
	.flip-mobile > *:first-child > * > *,
	.flip-mobile > *:first-child > * > * > *,
	.flip-mobile > *:first-child > * > * > * > *,
	.flip-mobile > *:first-child > * > * > * > * > *,
	.flip-mobile > *:first-child > * > * > * > * > * > * {
		height: 100% !important;
		width: auto 
	}

	.logo {
	  width: 150px;
	}

	.audiencetoggle:checked ~ .menu-audience-menu-container {
     width: 80vw;
   }

   body.admin-bar .navbar-collapse {
    top: 96px;
  }

}