/* This stylesheet will manage over-all styles for all pages */

html {
  display: block;
  padding: 0!important;
  margin: 0!important;
  /* overflow-x: hidden; */
  position: relative;
}

body {
  display: block;
  padding: 0!important;
  margin: 0!important;
  font-family: 'Calibri', sans-serif;
  background-color: #FFF;
  /* overflow-x: hidden; */
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Calibri', sans-serif;
  color: #12345A;
}

p {
  font-family: 'Calibri', sans-serif;
  font-size: 16px;
}

li {
  font-family: 'Calibri', sans-serif;
  font-size: 16px;
}

h1 {
  font-size: 35px;
}


blockquote p {
  padding-bottom: 0.5rem;
}

abbr[data-original-title], abbr[title]{
  text-decoration: none!important;
}

.events-page{
  background: #12345A!important;
}

#calendar1{
  display: block;
  overflow: hidden;
  padding-bottom: 140px;
}

#calendar1 .fc-day,
#calendar1 .fc-day-header,
#calendar1 .fc-list-item,
#calendar1 .fc-scroller{
  background: white;
}

.events-page h1,
.events-page #current-date{
  color: white!important;
}

.fc-toolbar h2{
  color: white!important;
  font-size: 22px!important;
  font-family: 'Calibri', sans-serif;
}

#calendar1 .fc-center{
  margin-left: -40px!important;
}

.events-page span.border{
  background: white!important;
}

.events-page .fc-button-primary{
  color: #12345A;
  background: white;
}

.tooltip{
  opacity: 1;
}
/* .tooltip .tooltip-arrow {
  display: none!important;
  background: none!important;
  border: none!important;
  visibility: hidden!important;
} */

.font-weight-bold{
  font-family: 'CalibriBold', sans-serif!important;
  font-weight: bold!important;
}

.affiliates-card .col-6{
  margin-bottom: 80px;
}

.affiliates-logo{
  display: block;
  margin: 0 auto 0 auto!important;
}

.navbar-nav .dropdown-menu{
  border-bottom: 1px solid rgba(0,0,0,.15)!important;
  background: #12345A!important;
}

#intro{
  padding-top: 30px!important;
}

a:hover{
  text-decoration: none!important;
}

.widget-contact{
  text-align: center;
}

.widget-contact address{
  font-size: 16px;
  line-height: 24px;
  color: white;
}

.widget-contact address strong{
  display: block;
  margin-bottom: 10px;
}

.contact-form{
  margin-bottom: 80px;
  display: block;
}

.margin-top{
  margin-top: 80px!important;
}

.link-block, .service-info {
  position: relative;
  min-height: 150px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0.15rem;
  border-radius: 20px;
  text-decoration: none !important;
  background-color: #6C777F !important;
  transition: all 0.15s ease-in-out;

  /*  transition-delay: 0.05s;*/
}

.link-item {
  margin: 1rem 0.15rem;
}

.link-pic {
  width: 100%;
  margin-bottom: 0.75rem;
  display: block;
  margin-bottom: -20px;
  z-index: -1;
  border: 2px solid black;
}

.service-info ul{
  color: white !important;
}

.link-block hr, .service-info hr {
  border-color: transparent;/*#002268;*/
  border-width: 3px;
  margin: 0 0 10px 0;
}

.link-block:focus {
  outline: none;
}

.topic_name, .service-info h5 {
  color: #002268 !important;
  font-weight: bold;
  font-size: 27.5px;
  margin-bottom: 2.5px;
}

.topic_desc {
  color: #FFF;
  margin-left: 1rem;
  margin-right: 1rem;
}

.topic_desc p, p.topic_desc {
  font-size: calc(15px + 0.50vw);
}

.link-shade {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  /*  transition-delay: 0.75s;*/
  font-size: .01rem;
  border-bottom-right-radius: 5px 20px;
  border-top-right-radius: 5px 20px;
  outline: none;
}

.topic_desc p, p.topic_desc {
  transition: all 0.3s ease-in-out;
}

a:hover .link-block .link-shade {
  opacity: 1;
  background-color: #002268;
  width: 2.25rem;
  color: #6C777F;
  font-size: 4.5rem;
  outline: none;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  overflow-y: hidden;
}

a:hover .link-block, a:hover .service-info {
  padding-right: 2rem;
  padding-left: 0;
  margin-left: 0;
}

.topic_desc p, p.topic_desc {
  transition-duration: 0.15s !important;
}


a:hover .topic_desc p, a:hover p.topic_desc {
  margin-left: 5px;
  margin-bottom: 0.125rem;
}

.link-block p {
  margin-bottom: 0.15rem;
  text-align: center;
}

.link-block p:last-of-type {
  margin-bottom: 1.5rem;
}

.topic-link:hover {
  text-decoration: none;
}

.topic-link:focus {
  outline: none;
}

#top {
  background-color: white;
  margin-top: 470px;
  padding: 30px 20px 50px 20px;
}

.top {
  min-height: 150px;
}

.about {
  background: #707070!important;
  padding: 60px 0;
  margin-bottom: 50px;
}

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

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

.about .col-md-4{
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.about .col-md-3.with-border{
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.about .col-md-6.with-border{
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.about .col-md-4.no-border{
  border-left: none!important;
}

.about a {
  color: #002268 !important;
}

#current-date{
  margin-bottom: 30px;
}

.about hr {
  border-color: #FFF;
}

.about h1, .about h2, .about h3, .about h4, .about h5, .about h6 {
  color: #FFF;
}

.about h5{
  font-family: 'CalibriMedium', sans-serif;
  font-size: 35px;
  margin-bottom: 20px;
}

.about h6{
  font-family: 'CalibriBold', sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}

.about p{
  font-family: 'CalibriMedium', sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: white;
}

.card-block{
  margin-bottom: 40px!important;
}

.card-deck .card{
  overflow: hidden;
  background-color: #12345A!important;
  border: 1px solid #707070!important;
}

.card-deck .empty{
  border: none!important;
}

.card-deck .card-body{
  position: relative;
  background-color: #12345A!important;
}

.card-deck a .card-body svg{
  position: absolute;
  color: white!important;
  top: 1.125rem;
  right: 1.125rem;
}

.card-deck  a:hover .card-body svg{
  color: white!important;
}

.card-deck a h5{
  font-family: 'CalibriMedium', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-left: 0!important;
  padding-left: 0!important;
}

.card-deck a p{
  font-family: 'Calibri', sans-serif;
  font-size: 16px;
  color: white;
}

.container-fluid {
  background-color: white;
  margin-bottom: 0;
}

.container-fluid.no-margin {
  background-color: transparent!important;
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}

.container-fluid.no-margin .about{
  padding-bottom: 0!important;
}

em {
  font-style: italic;
}

abbr {
  text-decoration: none !important;
}

.topic-link {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.next {
  padding-top: 20px;
}

.navs {
  /*  transform: skewX(3deg);*/
  outline: none;
}

.long-intro {
  padding-bottom: 80px;
}

.client-quote {
  color: #FFF;
  font-size: 32px;
  border: none;
  text-align: center;
  padding: 30px;
}

.client-quote .fa-quote-left{
  display: block;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  color: white;
}

.client-quote .fa-quote-right{
  float: right;
  margin-top: 5px;
  width: 25px;
  height: 25px;
  color: white;
  margin-bottom: 40px!important;
}

.client-quote footer {
  clear: both;
  text-align: center;
  color: #FFF;
}

.client-quote p {
  display: block;
  font-family: 'Calibri', sans-serif!important;
  font-weight: 100!important;
  font-size: 32px!important;
  line-height: 45px;
  margin: 20px 0!important;
}

#calendar1{
  position: relative;
}

.fc-close{
color: white;}

.fc-header.fc-widget-header{
  background: #12345A!important;
}

.fc-time, .fc-title{
  color: white!important;
}

.blockquote-footer{
  font-size: 16px;
  font-family: 'CalibriMedium', sans-serif;
}

.list-header {
  margin-bottom: 0.15rem;
}

#blank-space {
  background-attachment: local;
  background: #FFF;
  height: 2px;
  width: 100%;
  padding: 20px 0;
}

#back-button {
  margin-top: 50px;
}

.questions p {
  margin: 0;
  padding: 0.05rem; 0.5rem;
}

.questions {
  margin: 1.5rem 0;
}

.testify {
  padding: 30px 0;
  background-color: #12345A!important;
  color: #FFF;
  margin-bottom: 40px;
}

.callout {
  padding: 40px 0px;
  margin-top: 0px;
  background-color: white;
  /* height: 300px; */
  overflow: hidden;
  position: relative;
}

.callout.lg {
  min-height: 300px !important;
}

.callout h1 {
  display: block;
  color: #12345A;
  font-size: 35px;
  font-family: 'CalibriMedium', sans-serif;
  font-weight: normal;
  text-align: center;
  /* text-transform: uppercase; */
}

.callout.long h1 {
  font-size: 2.25vw;
}

.callout-photo-container {
  display: block;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 20px;
}

.callout-photo-container-left {
  display: block;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
}

.callout-photo-container-right {
  display: block;
  text-align: right;
  vertical-align: middle;
  overflow: hidden;
}

.callout-photo {
  height: 166px;
  width: 166px;
  display: block;
  margin: 0 auto;
}

img.flip {
  /*
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  */
  transform: scaleX(-1);
  /*
  filter: FlipH;
  -ms-filter: "FlipH";*/
}

img.top {
  width: 100%
}

.carousel-item {
  margin-top: 10px!important;
}

.container-event {
  padding-top: 10px !important;
}

.event-tagline {
  margin-top: 5px !important;
}

.event-header {
  font-size: calc(28px + 1.25vw);
}

.carousel-inner .carousel-item {
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.page-header {
  font-size: 35px;
  font-family: 'CalibriMedium', sans-serif;
}

.event-name p {
  font-size: calc(12px + 0.50vw);
  font-weight: bold;
  margin-bottom: 5px;
}

.event-date p, .event-loc p {
  font-size: calc(12px + 0.50vw);
  margin-bottom: 5px;
}

.event-date, event-loc {
  height: 35px;
}

.value {
  padding: 0 0 20px 0px;
  font-size: 24px!important;
  line-height: 40px!important;
  margin: 10px 0;
}

.values-content{
  display: block;
  margin: 0 0 50px 0!important;
  overflow: hidden;
  background: transparent!important;
}

.values-content h1{
  margin-bottom: 40px;
}

.values-content h5{
  font-size: 16px!important;
  line-height: 26px!important;
  margin: 0 0 10px 0!important;
  padding: 0px!important;
}

.navbar-brand {
  font-size: calc(15px + 0.50vw);
}

.part2 {
  margin-top: 75px;
}

.small-space {
  padding-bottom: 20px;
}

#intro.medium-space {
  padding: 100px 0 40px 0!important;
}

.medium-space h1{
  margin-bottom: 20px!important;
}

.medium-space p{
  color: #404244;
}

.medium-space p.text-center,
.medium-space p.text-justify{
  font-size: 20px!important;
  line-height: auto!important;
  color: #12345A!important;
}

.medium-space .quote-people{
  font-weight: bold!important;
  color: #404244!important;
  margin-top: 30px!important;
  display: block!important;
  text-align: center!important;
  margin-bottom: 50px;
}

.medium-space span.border{
  display: block;
  height: 5px;
  width: 30px;
  background: #12345A;
  opacity: 0.5;
  margin: 0px auto 30px auto;
}

#feedback svg{
  color: white!important;
}

#feedback .fa-quote-right{
  float: right;
  clear: both;
  margin-bottom: 0px;
  width: 20px;
  height: 20px;
  color: white!important;
  overflow: hidden;
}

#feedback .fa-quote-left{
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  color: white!important;
}

#feedback .card-body{
  background: #12345A!important;
  overflow: hidden;
  display: block;
}

#feedback .card-body .card-text{
  font-size: 14px!important;
  line-height: 22px!important;
  color: white!important;
  font-family: 'Calibri', sans-serif!important;
}

#feedback .card-body .card-user{
  margin-top: 20px;
  color: white!important;
  font-family: 'CalibriMedium', sans-serif!important;
  font-weight: bold;
}

.leadership-block{

}

.leadership-block .card-deck .card{
  border: none!important;
}

.leadership-block .card-deck .card .card-img-top{
  width: 150px!important;
  height: 150px!important;
  display: block!important;
  margin: 0 auto!important;
}

.leadership-block .card-deck .card .card-img-top{
  width: 150px!important;
  height: 150px!important;
  display: block!important;
  margin: 0 auto 20px auto!important;
}

.leadership-block .card-deck .card .card-title{
  font-size: 26px;
  margin-bottom: 5px;
  color: white!important;
  text-align: center;
  font-family: 'CalibriMedium', sans-serif;
}
.leadership-block .card-deck .card .card-pos{
  font-size: 16px!important;
  margin-bottom: 20px;
  color: white!important;
  text-align: center;
  font-family: 'CalibriMedium', sans-serif;
  font-weight: bold;
}
.leadership-block .card-deck .card .card-text{
  font-family: 'Calibri', sans-serif;
  font-size: 16px!important;
  line-height: 24px!important;
  color: white!important;
}

.card.placeholder-card{
  border: none!important;
  background-color: white!important;
}

@media (max-width: 34em) {
  #image-box{
    background-size: 200% 100%!important;
  }
  .padding-right{
    padding-right: 0px!important;
  }
  .placeholder-card{
    display: none!important;
  }
  .card-block{
    margin-bottom: 10px!important;
  }
}
/*
Small devices (landscape phones, 34em and up ( 544px ))
*/
@media (min-width: 34em) {
  .padding-right{
    padding-right: 30px!important;
  }
  #feedback .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

/*
Medium devices (tablets, 48em and up (768px))
*/
@media (min-width: 48em) {
  .padding-right{
    padding-right: 50px!important;
  }
  #feedback .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

/*
Large devices (desktops, 62em and up(992px) )
*/
@media (min-width: 62em) {
  .padding-right{
    padding-right: 200px!important;
  }
  #feedback .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

#top h3 {
  font-family: 'Arial', 'Helvetica', sans-serif;
}

.seeing{
  padding: 80px 0 60px 0;
}

#main-slideshow{
  margin-top: 75px;
  height: 630px;
  position: relative;
  background: white url("/img/mountain_xxxl.jpg") no-repeat top center;
  background-size: 100% 100%;
}

#see_more{
  position: absolute;
  bottom: 0px;
  left: calc(50% - 10px);
}

.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 100%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);

  @-webkit-keyframes hover {
    50% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
    }

    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }

  @keyframes hover {
    50% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
    }

    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }

  @-webkit-keyframes hover-shadow {
    0% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
      opacity: .4;
    }

    50% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
      opacity: 1;
    }

    100% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
      opacity: .6;
    }
  }

  @keyframes hover-shadow {
    0% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
      opacity: .4;
    }

    50% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
      opacity: 1;
    }

    100% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
      opacity: .6;
    }
  }
