/*
Theme Name: TIES Theme
Author: Marc Kreidler and Alex Nicaise
Author URI: https://centerforinquiry.org
Template: bootstrap-basic4
Text Domain: ties
Domain Path: /languages/
*/

* {
  font-family: 'Lato', Helvetica, Sans-Serif;
}

.bmd-layout-canvas a:not(.white-button-on-orange):not(.orange-button-on-white):not(.menu-item):not(.navbar-brand):not(.ngss):not(.white-button-header){
  color: #084D93;
}

.bmd-layout-canvas a:not(.white-button-on-orange):not(.orange-button-on-white):not(.menu-item):not(.navbar-brand):not(.ngss):not(.white-button-header):hover{
  color: #084D93;
  text-decoration: underline;
}

body{
  min-width: 100vw;
  min-height: 100vh;
  background-image: linear-gradient(#4198F0, #084D93);
  overflow-x: hidden;
}

.bmd-layout-canvas{
  min-width: 100vw;
  min-height: 100vh;
}

#logo {
  max-height: 80px;
  width: auto;
}

.off-white {
  background-color: #FAFAFA;
}

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

/* Main Styles ========================================== */

/* BLUE BUTTONS */

.blue-button {
  background-color: #084d93;
  border: 3px solid transparent;
  padding: 10px 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

.blue-button:hover {
  background-color: #074582;
  color: white;
}

.blue-button:active{
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,.25);
}

button.blue-button-ghost {
  background-color: transparent;
  color: #084d93;
  border: 3px solid #084d93;
  border-radius: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

button.blue-button-ghost:hover {
  background-color: #084d93;
  color: white;
  border: 3px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

button.blue-button-ghost:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,.25);
}

.blue-home-buttons{
  display: block;
  margin: auto;
  width: 400px;
}

@media screen and (max-width: 491px){
.blue-home-buttons{
  display: block;
  margin: auto;
  width: 265px;
}
}

/* GREY BUTTONS */

.grey-button {
  border: 3px solid transparent !important;
  border-radius: 5px !important;
  background-color: #333 !important;
  color: white !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  padding: 10px 30px !important;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25) !important;
          box-shadow: 0px 3px 5px rgba(0,0,0,.25) !important;
}

.grey-button:hover {
  background-color: #545454 !important;
  color: white !important;
}

.grey-button:active {
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25) !important;
          box-shadow: 0px 1px 3px rgba(0,0,0,.25) !important;
}

.grey-button-search {
  border: 3px solid transparent;
  border-radius: 5px;
  background-color: #333;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 30px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

.grey-button-search:hover{
  background-color: #545454;
  color: white;
}

.grey-button-search:active{
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,.25);
}

button.grey-button-outline {
  background-color: transparent;
  border: 3px solid #333;
  border-radius: 5px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 30px;
  text-align: center;
}

button.grey-button-outline:hover {
  background-color: #333;
  color: white;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

button.grey-button-outline:active{
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,.25);
}

/* ORANGE BUTTONS */

button.member-button {
  font-weight: 800;
  background-color: #EA5213;
  color: #FFF;
  border: 5px solid transparent;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 2em;
  text-align: center;
  line-height: 1em;
}

button.member-button:hover {
  background-color: #c64417;
  color: #FFF;
}

button.member-button:active{
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,.25);
}

.orange-button{
  background-color: #EA5213;
  color: white;
  border: 3px solid transparent;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

.orange-button:hover{
  background-color: #c64417;
  color: white;
}

.orange-button:active{
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,.25);
}

.orange-button-ghost{
  background-color: transparent;
  color: #EA5213;
  border: 3px solid #EA5213;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

.orange-button-ghost:hover{
  background-color: #c64417;
  color: white;
  border-color: #c64417;
}

.orange-button-ghost:active{
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,.25);
}

/* WHITE BUTTONS */

button.white-button-on-orange{
  background-color: white;
  border: 3px solid transparent;
  border-radius: 5px;
  color: #EA5213;
  padding: 10px 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

button.white-button-on-orange:hover {
  background-color: #EEE;
  color: #EA5213;
}

button.white-button-on-orange:active{
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,.25);
}

button.white-button-on-blue{
  background-color: white;
  border: 3px solid transparent;
  border-radius: 5px;
  color: #084d93;
  padding: 10px 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

button.white-button-on-blue:hover {
  background-color: #EEE;
  color: #084d93;
}

button.white-button-on-blue:active{
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,.25);
}

button.white-button-on-grey{
  background-color: white;
  border: 3px solid transparent;
  border-radius: 5px;
  color: #333;
  padding: 10px 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

button.white-button-on-grey:hover {
  background-color: #EEE;
  color: #333;
}

button.white-button-on-grey:active{
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,.25);
}


button.white-button-outline {
  background-color: transparent;
  border: 3px solid white;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 30px;
  text-align: center;
}

button.white-button-outline:hover {
  background-color: white;
  color: #EA5213;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
          box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

button.white-button-outline:active{
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,.25);
}

/* End Button Styles */

.btn{
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.025em;
  text-transform: capitalize;
  border: none !important;
}

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

.navbar .white-button-header{
  border: none !important;
  background-color: white;
  border-radius: 1000px;
  padding: 10px 30px;
  color: #4198F0;
}

.navbar .white-button-header:hover, .navbar .white-button-header:active, .navbar .white-button-header:focus, .navbar .white-button-header:focus-within {
  border: none !important;
  background-color: #EAEAEA;
  box-shadow: none !important;
  color: #4198F0;
}

.orange-button-on-white, .wpcf7-submit{
  border: none !important;
  background-image: linear-gradient(#FBB040, #F15A29);
  border-radius: 1000px;
  border: 0px;
  padding: 10px 30px;
  color: white;
}

.orange-button-on-white:hover, .orange-button-on-white:active, .orange-button-on-white:focus, .orange-button-on-white:focus-within, .wpcf7-submit:hover {
  border: none !important;
  box-shadow: none !important;
  color: white;
}

.btn-center {
  display: block;
  margin: auto;
}

/* Header ~~~~~ */

#ties-logo{
  height: 100%;
  max-height: 40px;
  width: auto;
}

.navbar{
  background-color: transparent;
  box-shadow: none;
  padding: 50px;
}

.navbar-toggler{
  border-color: rgba(0,0,0,0.0) !important;
}

.navbar-toggler .toggle-line{
  display: block;
  width: 25px;
  height: 4px;
  background-color: white;
  margin-bottom: 5px;
}

.navbar-toggler .toggle-line:last-of-type{
  margin-bottom: 0px;
}

.bmd-layout-drawer{
  padding-top: 50px;
}

.navbar h4{
  color: white;
  margin-top: 2px;
}

.social-media-icons{
  text-align: center;
}

.fa-facebook-f, .fa-twitter{
  margin-right: 10px;
  margin-left: 10px;
}

.fa-facebook-f:hover:before, .fa-twitter:hover:before{
  color: #DDD;
}

/* Home ~~~~~ */
.home .col-12.shadow {
  background-color: transparent !important;
  box-shadow: none !important;
}

.home .entry-header hr {
  border-color: white;
}

.home .wp-block-columns {
  align-items: center;
  padding: 0px;
}

.home .wp-block-column{
  padding: 0px;
}


.home .entry-content p, 
.home .entry-content h1,
.home .entry-content h2,
.home .entry-content h3,
.home .entry-content h4,
.home .entry-content h5 {
  color: white;
}

.video-band {
  background-color: #084D93;
  border-radius: 10px;
  padding: 0px !important;
}

.video-band .wp-block-column:not(:first-child) {
  padding: 50px;
}

.icon-band {
  margin: 75px 0px 75px;
}

.icon-band.wp-block-columns {
  align-items: flex-end;
}

.icon-band .wp-block-column img {
  width: 100px;
}

.article-horizontal-list .col-md-9 a, .article-horizontal-list .col-md-9 a h5, .article-horizontal-list .col-md-12 a, .article-horizontal-list .col-md-12 a h5 {
  color: #333;
}

.article-horizontal-list {
  background-color: #eee;
  border-radius: 5px;
  margin: 15px 0px;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}

.article-horizontal-list .stacked-article-photo {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100% !important;
}

.stacked-article-photo {
  margin-bottom: 0px !important;
  height: auto !important;
}

.extra-padding, .article-horizontal-list .col-md-12{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 25px;
}

@media screen and (min-width: 767px){
  .article-horizontal-list .stacked-article-photo {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    width: 100% !important;
  }
}

@media screen and (max-width: 767px){
  .stacked-article-photo{
    height: 200px !important;
  }
}

blockquote{
  background-color: #eee;
  padding: 30px 20px 10px 20px !important;
  border-left: 5px solid #084d83 !important;
  margin-bottom: 15px !important;
}

/* Body ~~~~~ */

.mc-row{
  display: flex;
  justify-content: center;
}

.row.mc-row:first-of-type{
  margin-top: 100px;
}

.row.mc-row:last-of-type{
  margin-bottom: 100px;
}

#menu-main{
  list-style: none;
  border: 0px;
}

.bmd-layout-drawer .list-group ul li{
  font-size: 1rem;
  text-align: center;
}

.list-group-item :first-child{
  margin-right: 0;
}

.nav-link{
  text-transform: capitalize;
}

.bmd-layout-drawer>header .navbar-brand{
  font-size: 1.5rem;
  padding-left: 0;
  margin-right: 0;
  text-align: center;
  color: #333;
}

.bmd-layout-drawer .list-group a:not(.btn) {
  color: #999;
}

.bmd-layout-drawer .list-group a:hover:not(.btn) {
  text-decoration: underline;
}

.bmd-layout-drawer .btn{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  margin-top: 20px;
}

#hero-text-outer{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

#hero-text{
  margin-right: 25px;
}

#hero-text p, #hero-text h3 {
  color: white;
  margin-bottom: 25px;
}

#hero-illus{
  /*width: 100%;*/
  max-width: 600px;
  float: left;
  height: auto;
}

.fourohfour-search-container{
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  background-color: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.fourohfour-search-container .widget{
  width: 100%;
  margin-top: 25px;
  max-width: 440px;
}

.fourohfour-search, .is-focused .fourohfour-search{
  border: 1px solid #EAEAEA;
  background-image: none;
  text-align: center;
}

.fourohfour-search-container .grey-button{
  background-color: #999;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.divider-row{
  display: flex;
  justify-content: center;
  padding: 100px 0px;
}

.divider-row img{
  width: 100%;
  max-width: 300px;
  height: 225px;
}

#divider-row-2 img, #divider-row-3 img{
  width: auto;
  height: 225px;
}

#map-text-outer{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#map-text{
  margin-left: 25px;
}

#map-text p, #map-text h3{
  color: white;
}

#map-illus{
  width: 100%;
  max-width: 650px;
  float: left;
}

.mc-card{
  padding: 125px 50px 50px 50px;
  background-color: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  min-height: 100%;
}

.mc-card .btn:not(:last-of-type){
  margin-bottom: 15px;
}

#bertha-img img{
  border-radius: 100%;
}

#workshop-illus, #bertha-img{
  position: absolute;
  top: -88px;
}

#bertha-img img, #workshop-illus img{
  width: 175px;
  height: 175px;
}


/* Media Q's ========================================== */

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

  .row.mc-row:first-of-type{
    flex-direction: column-reverse !important;
    margin-top: 50px;
  }

  .row.mc-row:last-of-type{
    margin-bottom: 50px;
  }

  .row.mc-row:first-of-type .col-12.col-lg-6{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #hero-illus{
    max-width: 550px;
    margin-bottom: 50px;
  }

  #hero-text-outer{
    align-items: center;
  }

  #hero-text{
    text-align: center;
    max-width: 400px;
    margin-right: 0px;
  }

  .row.mc-row:nth-child(3) .col-12{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #map-illus{
    max-width: 550px;
    margin-bottom: 50px !important;
    float: none;
    margin: auto;
    display: block;
  }

  #map-text-outer{
    align-items: center;
  }

  #map-text h3, #map-text p{
    margin-bottom: 25px;
  }

  #map-text{
    max-width: 400px;
    margin-left: 0px;
    text-align: center;
  }

  .mc-card{
    padding-top: 100px;
  }

  #bertha-img, #workshop-illus{
    top: -75px;
  }

  #bertha-img img, #workshop-illus img{
    width: 150px;
    height: 150px;
  }

  .container {
    min-width: 100%;
  }

}

@media screen and (max-width: 768px){
  #bertha-img {
    top: 10px;
  }

  .row.mc-row .col-12.col-md-6:first-of-type .mc-card{
    margin-top: 100px;
  }

  #workshop-illus{
    top: 60px
  }

  .row.mc-row .col-12.col-md-6:last-of-type .mc-card{
    margin-top: 140px;
  }

  .mc-card{
    min-height: auto !important;
  }
}

@media screen and (max-width: 767px){
  #ties-logo{
    max-height: 50px;
  }
}

@media screen and (max-width: 576px){
  .navbar{
    padding: 25px;
  }

  .divider-row{
    padding: 50px 0px;
  }

  #workshop-illus{
    top: 50px
  }

  .row.mc-row .col-12.col-md-6:last-of-type .mc-card{
    margin-top: 130px;
  }

  .mc-card{
    padding-left: 25px;
    padding-right: 25px;
  }

  #hero-illus{
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  #hero-illus{
    width: 100%;
  }
}

/* Search Results */

.search-icon{
  float: left;
  width: 100px;
  margin-right: 20px;
}

.pagination div:hover, .pagination .total{
  color: #084D93 !important;
}

.search-listing{
  margin: 35px 0px
}

/* End Search Results */

.navbar .fa-search{
  margin-left: 35px;
}

.fa-search{
  color: white;
}

.fa-search:hover{
  color: #EAEAEA !important;
  text-decoration: none !important;
}

/* Search Start */

.search .search-filter-results, .search form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.searchandfilter ul {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

.searchandfilter ul li {
  padding-right: 0px;
  padding: 0px 0 10px;
  width: 100%;
}

.searchandfilter label {
  width: 100%;
}

.searchandfilter ul li input {
  width: 100%;
  background-color: #eee;
  border: none;
  padding: 5px 10px;
  font-size: 1.25em;
  height: 38px;
}

.searchandfilter li[data-sf-field-input-type="select"] {
  width: 100%;
}

.searchandfilter select {
  background-color: #eee;
  border: none;
  margin: 0px 1px;
  padding: 5px 10px;
  font-size: 1em;
}

.searchandfilter select.sf-input-select {
  width: 100%;
  font-size: 1em;
  float: none;
  height: 36px;
}

.chosen-container {
  background-color: #eee;
  width: 100%;
  border: 0px;
  height: 36px;
  border-radius: 5px;
}

.chosen-single {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  font-size: 16px;
  margin-top: 6px;
}

.chosen-single:hover {
  color: black;
  text-decoration: none;
}

p.result-amount {
  margin: 0px 0 50px;
}

.pagination {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  float: none;
  margin: 20px auto;
}

.pagination div {
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination div:hover, .pagination .total {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.pagination div a {
  text-decoration: none;
}

.nav-previous {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.nav-next {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.fas {
  font-size: 75%;
  color: grey;
  position: relative;
  bottom: 2px;
}

.search-listing  {
  display: flex;
  align-items: center;
}

.search-listing img {
  margin-right: 15px;
}

/* Search End */

/* Start Footer */

#site-footer .current-menu-item a{
  color: white !important;
}

#site-footer {
  background-color: #084d93;
  color: white;
}

#site-footer a {
  color: white !important;
}

#site-footer h6{
  color: white !important;
}

#site-footer img.header-icon {
  padding: 0px;
}

@media screen and (max-width: 767px){
.footer-logo {
  max-width: 100px !important;
}
}

.site-footer {
  border: none;
}

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

#site-footer hr {
  color: white;
  border-bottom: 1px white solid;
}

.footer-right h4, .footer-right p{
  color: white;
  text-transform: none;
}

.footer-right img{
  max-width: 200px;
}

.footer-left h3, .footer-left h4, .footer-left li{
  color: white;
  text-transform: uppercase;
}

.footer-left hr{
  margin-left: 0;
  margin-top: 0;
  width: 60px;
  border-width: 4px;
  border-color: #FFF;
  float: left;
}

@media screen and (max-width: 767px){
  .footer-left{
    margin-right: 0 !important;
  }
}

.footer-menu ul {
  padding: 0px;
  list-style-type: none;
}

.footer-menu li {
  text-align: left;
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: .5rem;
  margin-left: 0px;
}


.container-fluid.blue.d-block.d-print-none.mt-5{
  padding-left: 0px;
  padding-right: 0px;
}

/* End Footer */

/* Marc Adjustments */

img.header-icon {
    width: 40px;
    padding: 0px;
    border-radius: 100%;
    display: inline-block;
}

.header-icon:hover {
    position: relative;
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}

.page-template-workshops-page .col-12.col-lg-12, .page-template-webinars-page .col-12.col-lg-12, .page .col-12.col-lg-12, .single .col-12.col-lg-12 { 
  background-color: #FAFAFA;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  
}

.page-template-workshops-page h2, .page-template-webinars-page h2, .page-template-default h2{ 
  margin-bottom: 25px; 
}

article {
    padding: 50px 50px 100px 50px;
    width: 100%;
    /*max-width: 700px; */
}

.page-template-home-page article {
  padding: inherit;
  background-color: transparent;
  border-radius: none;
  max-width: 100%;
}

.page-outer-row {
  padding: 0px 25px;
}

@media screen and (max-width: 576px){
  article {
    padding: 50px 10px;
  }
}


.entry-header h1{
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}

.entry-header hr{
  width: 50px;
  border-top: 4px solid #333;
  margin-top: 0px;
  margin-bottom: 50px;
}

#featured-webinars, .blog-latest{
  margin: 25px 0px;
}

#featured-webinars img{
  min-width: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: center center;
}

#featured-webinars p:last-of-type{
  margin-bottom: 25px;
}

#featured-webinars .white-button-on-orange:hover{
  text-decoration: none;
}

#webinar-date{
  color: #999;
  margin-bottom: 15px;
}

form{
  margin-bottom: 0px;
}


.tnp-subscription{
  text-align: center;
  padding: 25px 0px;
}

.tnp-subscription h3{
  margin-bottom: 25px;
}

.tnp-subscription input[type="email"]{
  width: 100%;
  margin-bottom: 25px;
  padding: 10px;
  text-align: center;
  border: 1px solid #EAEAEA
}

.tnp-submit {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

#comments {
  display: none;
}

ul.workshops {
  list-style-type: none;
  font-size: 1.2em;
}

ul.workshops li {
  margin-bottom: 10px;
}

/* Block 8 Styles */

.article-thumbs {
  height: calc(56vw - 65px);
  margin-bottom: 15px;
}

@media screen and (min-width: 576px) {
.article-thumbs {
  height: 230px;
}
}

@media screen and (min-width: 768px) {
.article-thumbs {
  height: 331px;
}
}

@media screen and (min-width: 992px) {
.article-thumbs {
  height: 225px;
}
}

@media screen and (min-width: 1200px) {
.article-thumbs {
  height: 177px;
}
}

.img-fit {
  background-repeat: none;
  background-size: cover;
  background-position: center center;
}


/* Forms */

.wpcf7-form{
  display: flex;
  flex-direction: column;
  align-items: center;
}

span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea{
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #EAEAEA;
}

.wpcf7-file{
  border: none !important;
}

.wpcf7-form p{
  margin-top: 25px;
}

iframe {
  width: 100%;
}

.ngss, .ngss small {
  color: grey !important;
}  

a.ngss:hover {
  color: grey !important;
}

.checkbox-container .field-wrap {
  display: block !important;
}

.checkbox-container .nf-field-label {
  margin-bottom: 10px !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  background-color: #084d93 !important;
  border-radius: 5px;
  border: 3px solid transparent;
  padding: 10px 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
  box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
  background-color: #074582 !important;
  color: white !important;
}

hr.ninja-forms-field {
  margin-bottom: 25px !important;
}

/* Pages */

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0px auto;
}


ul.thumbnails {
  list-style-type: none;
  display: block;
  margin: 0px -15px;
  padding: 0px;
}

ul.thumbnails li {
  padding: 0px 15px;
}

ul.thumbnails img {
  width: 100%;
}

.caption {
  text-align: center;
}

figcaption {
  text-align: center;  
}

.row-fluid {
  display: flex;
}  

.row-fluid>.span6 {
  padding: 5px;
}

figcaption {
  font-size: .8em;
  font-weight: bold;
}  

figure.span6 {
  flex-basis: 50%;
}

figure.span4 {
  flex-basis: 33.3333%;
}

figure.span3 {
  flex-basis: 25%;
}

.row-fluid::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (min-width: 1200px) {
  li.span2 {
    width: 16.8%;
    float: left;
  }

  li.span3 {
    width: 25%;
    float: left;
  }

  li.span4 {
    width: 33.333%;
    float: left;
  }

  li.span5 {
    width: 41.6%;
    float: left;
  }

  li.span6 {
    width: 50%;
    float: left;
  }
}

table.transcription tbody tr th {
  min-width: 75px;
}

.pull-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}

.pull-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 20px;
}

/* TEMPORARY */
iframe {
  max-width: 100%;
}

hr {
  border-top: 2px solid #ea5213;
}

h4 {
  color: black;
  font-weight: 600;
}

.search-listing {
  margin: 0px 0px !important;
  min-height: 200px;
  flex-wrap: nowrap !important;
}

.search-listing .img-fit {
  background-size: contain !important;
}

.search-listing img {
  float: left;
  display: inline-block;
}

.listing-text {
  float: left;
  display: inline-block;
}


/* ----------------------------------- Blocks ------------------------------------- */

.lg-button button {
  font-size: 1.5em;
  padding: .75rem 1.5rem;
} 

/* Bootstrapified Gutenberg Blocks */
.wp-block-columns {
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap !important;
}

.wp-block-column:not(:first-child) {
  margin-left: 0px;
}

.wp-block-column {
  padding-right: 15px;
  padding-left: 15px;
}

.wp-block-column {
  flex-basis: 100%;
}

.bleed {
  padding-left: 15px;
  padding-right: 15px;
}

.bleed .wp-block-column {
  padding: 0px;
  margin-bottom: 0px;
}

.bleed .wp-block-cover {
  margin-bottom: 0px;
}

.bleed .wp-block-embed {
  margin-bottom: 0px;
}

.center-column {
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .has-2-columns.sm .wp-block-column {
    flex-basis: 50%;
  }

  .has-2-columns.sm.one-third .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-2-columns.sm.one-third .wp-block-column:not(:first-child) {
    flex-basis: 66.6666%;
  }

  .has-2-columns.sm.two-third .wp-block-column {
    flex-basis: 66.6666%;
  }

  .has-2-columns.sm.two-third .wp-block-column:not(:first-child) {
    flex-basis: 33.3333%;
  }

  .has-3-columns.sm .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-4-columns.sm .wp-block-column {
    flex-basis: 25%;
  }

  .has-5-columns.sm .wp-block-column {
    flex-basis: 20%;
  }

  .has-6-columns.sm .wp-block-column {
    flex-basis: 16.6666%;
  }
}

@media screen and (min-width: 768px) {
  .has-2-columns .wp-block-column {
    flex-basis: 50%;
  }

  .has-2-columns.one-third .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-2-columns.one-third .wp-block-column:not(:first-child) {
    flex-basis: 66.6666%;
  }

  .has-2-columns.two-third .wp-block-column {
    flex-basis: 66.6666%;
  }

  .has-2-columns.two-third .wp-block-column:not(:first-child) {
    flex-basis: 33.3333%;
  }

  .has-3-columns .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-4-columns .wp-block-column {
    flex-basis: 25%;
  }

  .has-5-columns .wp-block-column {
    flex-basis: 20%;
  }

  .has-6-columns .wp-block-column {
    flex-basis: 16.6666%;
  }

  .lg .wp-block-column, .xl .wp-block-column {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 992px) {
  .has-2-columns.lg .wp-block-column {
    flex-basis: 50%;
  }

  .has-2-columns.lg.one-third .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-2-columns.lg.one-third .wp-block-column:not(:first-child) {
    flex-basis: 66.6666%;
  }

  .has-2-columns.lg.two-third .wp-block-column {
    flex-basis: 66.6666%;
  }

  .has-2-columns.lg.two-third .wp-block-column:not(:first-child) {
    flex-basis: 33.3333%;
  }

  .has-3-columns.lg .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-4-columns.lg .wp-block-column {
    flex-basis: 25%;
  }

  .has-5-columns.lg .wp-block-column {
    flex-basis: 20%;
  }

  .has-6-columns.lg .wp-block-column {
    flex-basis: 16.6666%;
  }

  .xl .wp-block-column {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .has-2-columns.xl .wp-block-column {
    flex-basis: 50%;
  }

  .has-2-columns.xl.one-third .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-2-columns.xl.one-third .wp-block-column:not(:first-child) {
    flex-basis: 66.6666%;
  }

  .has-2-columns.xl.two-third .wp-block-column {
    flex-basis: 66.6666%;
  }

  .has-2-columns.xl.two-third .wp-block-column:not(:first-child) {
    flex-basis: 33.3333%;
  }

  .has-3-columns.xl .wp-block-column {
    flex-basis: 33.3333%;
  }

  .has-4-columns.xl .wp-block-column {
    flex-basis: 25%;
  }

  .has-5-columns.xl .wp-block-column {
    flex-basis: 20%;
  }

  .has-6-columns.xl .wp-block-column {
    flex-basis: 16.6666%;
  }
}

/* Collapse Content */
.blue-button {
  background-color: #084d93 !important;
  border: 3px solid transparent;
  padding: 10px 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.25);
  box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

.blue-button:hover {
  background-color: #074582;
  color: white;
}

/* Highlight Block */
.program-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  width: 100%;
}

.program-list img{
  width: 100%;
  height: 100%;
  max-width: 350px;
  max-height: 350px;
  margin: auto;
  text-align: center;
}

.program-list .col-xl-6{
  padding: 0px 30px !important;
}

.program-list .row {
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,.25);
          box-shadow: 0px 10px 15px rgba(0,0,0,.25);
  padding: 50px 25px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  min-width: 100%;
}

.program-image-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      -webkit-align-content: center;
          align-content: center;
  text-align: center;
}

.program-image-column h2 {
  color: white;
  font-size: 2.25em;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px){
  .program-image-column {
    border-right: none !important;
  }
}

@media screen and (max-width: 575px){
  .program-list .row {
    padding: 40px 20px !important;
  }
  .program-list .col-xl-6{
    padding: 0px !important;
  }
}

/* Image Top */
.conference-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  width: 100%;
  margin-bottom: 100px;
}

.conference-list .row{
  width: 100%;
}

.conference-list .col-lg-6{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          -webkit-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.conference-list .row .card:nth-child(7){
  margin: 0px auto !important;
}

.conference-list .card-img-top {
  height: 250px;
}

.conference-list a {
  width: 100%;
}

.conference-list .card {
  padding: 0px;
  border: none;
  margin-right: 15px;
  margin-bottom: 30px;
}

.conference-list .card p {
  text-align: center;
  margin: 30px auto;
}

@media screen and (max-width: 767px){
  .conference-list .col-lg-6{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 15px);
            -webkit-flex: 0 0 calc(100% - 15px);
            flex: 0 0 calc(100% - 15px);
    max-width: calc(100% - 15px);
  }
  .conference-list .card {
    margin-right: 0px !important;
    margin-left: 7.5px;
  }
}

/* Simple Slider */
#carouselPrograms {
  border-radius: 10px;
  border: 0px solid transparent;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
}

#carouselPrograms .carousel-item {
  border-radius: 10px;
  border: 3px solid transparent;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
          box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  padding: 10px;
}

#carouselPrograms #slide {
  display: flex;
  align-items: center;
}  

.slide-image {
  width: 50%;
  max-width: 250px;
  margin: auto;
  padding: 20px;
}

.slide-image img {
  border-radius: 100%;
}

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

@media screen and (min-width:576px){
  .slide-image {
    width: 100%;
    max-width: 100%;
  }

  .slide-text {
    text-align: left;
    padding: 30px;
  }
}

.carousel-indicators .active {
  background-color: black;
}

.carousel-indicators li {
  background-color: grey;
}

#carouselPrograms .carousel-item {
  padding-bottom: 40px;
}

@media screen and (min-width:576px){
  #carouselPrograms .carousel-item {
    padding-bottom: 0px;
  }
}

#carouselPrograms .carousel-item {
  min-height: 530px;
}

#carouselPrograms .carousel-item-next, #carouselPrograms .carousel-item-prev, #carouselPrograms .carousel-item.active {
  display: flex;
}  

@media screen and (min-width: 576px) {
  #carouselPrograms .carousel-item {
    min-height: 450px;
  }
}

@media screen and (min-width: 768px) {
  #carouselPrograms .carousel-item {
    min-height: 400px;
  }
}

@media screen and (min-width: 992px) {
  #carouselPrograms .carousel-item {
    min-height: 400px;
  }

  #carouselPrograms .carousel-item h3 {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1200px) {
  #carouselPrograms .carousel-item h3 {
    font-size: 1.75em;
  }
}

/* Staff Block */
.staff-block {
  margin-bottom: 25px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}

.staff-block h4 {
  color: #084d93 !important;
  font-weight: 600;
}

.staff-block .col-7.col-sm-4.col-md-3.col-lg-7.col-xl-3 {
  text-align: right;
}

#staff-list hr:last-child{
  display: none;
}

.staff-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}

div.staff-info {
  text-align: center;
}

@media screen and (min-width:576px) {
  div.staff-info {
    text-align: left;
  }

  .staff-block {
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             -webkit-justify-content: flex-start;
             justify-content: flex-start;
  }
}

@media screen and (min-width:1200px) {
  div.staff-info {
    padding-left: 25px;
  }
}

/* Sub Heading */
.sub-header {
  padding-top: 50px;
  text-transform: uppercase;
}

.sub-header hr{
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 25px;
  width: 80px;
  border-width: 2px;
  border-color: #333;
  float: left;
}

/* Highlight Stacked */
.branch-about-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  margin: 25px 7.5px;
  padding: 50px; 
  text-align: center;
}

.page-template-our-work-page .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.branch-about-icon{
  height: 125px;
  width: 125px;
  margin-bottom: 25px; 
}

/*.branch-about-row h4, .branch-about-row p, .branch-about-row a{
  color: white !important;
}*/

.branch-about-row a{
  text-decoration: underline;
}

@media screen and (max-width: 1200px){
  .branch-about-row{
    margin: 12.5px auto; 
  }
}

/* Icon Card Block */
.perks-col{
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
  background-color: #fdfdfd;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px;
  border-radius: 5px;
  text-align: center;
}

.perks-col img{
  max-height: 150px;
  margin: 25px auto;
}

.perks-col h5{
  margin-bottom: 25px;
}

/* 404 Page */

.four-header{
  font-size: 10em;
  font-weight: 900;
  color: white;
}

#fourohfour-row {
  margin-top: 50px;
  margin-bottom: 100px;
}

#fourohfour-row img{
  max-width: 450px;
  max-height: 450px;
}

#fourohfour-row h2{
  margin-top: -15px;
  color: white;
}

#fourohfour-row p{
  color: white;
}

#fourohfour-button{
  background-color: #333333 !important;
  color: white !important;
  box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

#fourohfour-button:hover{
  background-color: #666666 !important;
  box-shadow: none;
}

#fourohfour-row .col-12.col-md-8.col-lg-6, #fourohfour-row .col-12.col-md-8.col-lg-5{
  padding: 0px;
}

.fourohfour-search-container{
  margin-top: 2rem !important;
  box-shadow: 0px 10px 20px rgba(0,0,0,.25);
}

#fourohfour-row .grey-button:hover .fa-search{
  color: white !important
}

@media screen and (max-width: 992px){
  #fourohfour-row {
    padding-top: 0px;
}

#fourohfour-row .col-12.col-md-8.col-lg-6, #fourohfour-row .col-12.col-md-8.col-lg-5{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
}

@media screen and (max-width: 567px){
  .four-header{
    font-size: 5em;
  }
}


/* Alex Add-Ons */

.bmd-layout-drawer ul#menu-main-menu{
  list-style: none !important;
}

.bmd-layout-drawer .list-group-item{
  border-bottom: none;
}

.wp-block-columns:first-child{
  margin-bottom: 50px;
  display: flex;
}

.wp-block-columns:first-child .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  order: 0;
}

.wp-block-columns:first-child .wp-block-column:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.lg.bleed.video-band .wp-block-column:nth-child(2) .btn {
  margin-top: 10px
}

.lg.bleed.video-band .wp-block-column:nth-child(2) {
  padding: 0px 50px;
}

.wp-block-columns:first-child .wp-block-column:nth-child(1) .btn {
  margin-top: 10px;
}

#sidebar-right{
  border-left: 1px solid #dedede;
  padding: 25px 15px;
}

#sidebar-right aside{
  border: none !important;
}

#section-menu li{
  list-style: none;
}

#support.widget img {
  display: inline;
  height: 25px;
  margin-top: -5px;
  margin-right: 10px;
}

#support h4.orange-button{
  padding: 10px 30px;
}

@media screen and (min-width: 767px){
  .article-horizontal-list.row{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px){
  .wp-block-columns:first-child .wp-block-column:first-child {
    display: flex;
    order: 1;
  }
  
  .wp-block-columns:first-child .wp-block-column:nth-child(1) {
    text-align: center;
  }
}

@media screen and (max-width: 991px){
  .lg.bleed.video-band{
    max-width: 600px;
    margin: auto;
  }
    .lg.bleed.video-band .wp-block-column{
    min-width: 100% !important;
  }
  .lg.bleed.video-band .wp-block-column:nth-child(2){
    text-align: center;
    padding: 35px
  }
  #sidebar-right{
    display: none;
  }
}

/* Homepage Stats */

.home .entry-header h1 {
  margin-bottom: 15px;
}

.stats h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

.stats i {
  text-align: center;  
  display: block;
  color: #074582;
  font-size: 3em;
}

.stats .right-border-white {
  border-right: 4px dotted white;
}

.stats .middle {
  border: none;
}

@media screen and (min-width: 782px) {
  .stats .right-border-white {
    border-right: 4px dotted white;
  }
}
