@charset "UTF-8";
/* Grid Breakpoints */
.tcb.body .home-features {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  background: #757E84;
  border-top: 5px solid #333F48;
}
.tcb.body .home-features:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle at center bottom, rgba(255, 255, 255, 0.2) 0%, rgba(51, 63, 72, 0.2) 70%);
}
.tcb.body .home-features .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tcb.body .home-features .slick-track [class*=column-] {
  display: flex;
  flex-direction: column;
}
.tcb.body .home-features .grid-row {
  max-width: 1600px;
}
.tcb.body .home-features .header {
  text-align: center;
}
.tcb.body .home-features .feature {
  position: relative;
  cursor: pointer;    
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .tcb.body .home-features .feature {
    min-height: 210px;
  }
}
.tcb.body .home-features .feature:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.tcb.body .home-features .thumbnail {
  text-align: center;
}
.tcb.body .home-features .thumbnail img {
  width: 100%;
  display: inline-block;
}
.tcb.body .home-features .thumbnail a {
  background-size: contain;
}
.tcb.body .home-features .text {
  padding: 15px 30px;
  min-height: 70px;
  display: grid;
  align-items: center;
}
.tcb.body .home-features .title a {
  color: #000000;
}
.tcb.body .home-features .title a:hover {
  color: #004C97;
}
.tcb.body .home-features .title a:hover:after {
  margin-left: 8px;
}
.tcb.body .home-features .title a:after {
  position: absolute;
  width: 10px;
  margin-left: 3px;
  line-height: 1;
  content: "›";
  color: #EDAA00;
  transition: all 0.3s ease;
}
.tcb.body .home-features h1, .tcb.body .home-features h2, .tcb.body .home-features h3, .tcb.body .home-features h4, .tcb.body .home-features h5, .tcb.body .home-features h6 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .tcb.body .home-features h1, .tcb.body .home-features h2, .tcb.body .home-features h3, .tcb.body .home-features h4, .tcb.body .home-features h5, .tcb.body .home-features h6 {
    font-size: 1.1rem;
  }
}
.tcb.body .home-features h1 a, .tcb.body .home-features h2 a, .tcb.body .home-features h3 a, .tcb.body .home-features h4 a, .tcb.body .home-features h5 a, .tcb.body .home-features h6 a {
  color: #000000;
  transition: all 0.3s ease;
}
.tcb.body .home-features h1 a:hover, .tcb.body .home-features h2 a:hover, .tcb.body .home-features h3 a:hover, .tcb.body .home-features h4 a:hover, .tcb.body .home-features h5 a:hover, .tcb.body .home-features h6 a:hover {
  color: #004C97;
}
.tcb.body .home-features .ccm-pagination-wrapper {
  float: none;
  margin: 0 auto;
  padding: 15px 0 0 0;
  border: none;
  text-align: center;
}
.tcb.body .home-features .ccm-pagination-wrapper ul.pagination {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.tcb.body .home-features .ccm-pagination-wrapper ul.pagination li {
  margin: 0;
  display: inline-block;
  line-height: 1;
}

/***** MBT *****/
/* GRID SYSTEM */
.mbt-carousel-container {
  position: relative;
  z-index: 2;
  padding: 0;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
}
@media (min-width: 48.1em) {
  .mbt-carousel-container {
    padding: 0 30px;
  }
}

.mbt-carousel-row {
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
  display: block;
}

.no-gutter .mbt-carousel-row {
  margin-right: 0;
  margin-left: 0;
}

.mbt-carousel-col-1, .mbt-carousel-col-2, .mbt-carousel-col-2_4, .mbt-carousel-col-3, .mbt-carousel-col-4, .mbt-carousel-col-5, .mbt-carousel-col-6, .mbt-carousel-col-7, .mbt-carousel-col-8, .mbt-carousel-col-9, .mbt-carousel-col-10, .mbt-carousel-col-11, .mbt-carousel-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  display: block;
}

.no-gutter .mbt-carousel-col-1, .no-gutter .mbt-carousel-col-2, .no-gutter .mbt-carousel-col-2_4, .no-gutter .mbt-carousel-col-3, .no-gutter .mbt-carousel-col-4, .no-gutter .mbt-carousel-col-5, .no-gutter .mbt-carousel-col-6, .no-gutter .mbt-carousel-col-7, .no-gutter .mbt-carousel-col-8, .no-gutter .mbt-carousel-col-9, .no-gutter .mbt-carousel-col-10, .no-gutter .mbt-carousel-col-11, .no-gutter .mbt-carousel-col-12 {
  padding-right: 0;
  padding-left: 0;
}

.mbt-carousel-container:before,
.mbt-carousel-container:after,
.mbt-carousel-row:before,
.mbt-carousel-row:after {
  display: table;
  content: " ";
}

.mbt-carousel-container:after,
.mbt-carousel-row:after {
  clear: both;
}

@media (min-width: 768px) {
  .mbt-carousel-col-1, .mbt-carousel-col-2, .mbt-carousel-col-2_4, .mbt-carousel-col-3, .mbt-carousel-col-4, .mbt-carousel-col-5, .mbt-carousel-col-6, .mbt-carousel-col-7, .mbt-carousel-col-8, .mbt-carousel-col-9, .mbt-carousel-col-10, .mbt-carousel-col-11, .mbt-carousel-col-12 {
    float: left;
  }

  .mbt-carousel-col-12 {
    width: 100%;
  }

  .mbt-carousel-col-11 {
    width: 91.66666667%;
  }

  .mbt-carousel-col-10 {
    width: 83.33333333%;
  }

  .mbt-carousel-col-9 {
    width: 75%;
  }

  .mbt-carousel-col-8 {
    width: 66.66666667%;
  }

  .mbt-carousel-col-7 {
    width: 58.33333333%;
  }

  .mbt-carousel-col-6 {
    width: 50%;
  }

  .mbt-carousel-col-5 {
    width: 41.66666667%;
  }

  .mbt-carousel-col-4 {
    width: 33.33333333%;
  }

  .mbt-carousel-col-3 {
    width: 25%;
  }

  .mbt-carousel-col-2_4 {
    width: 20%;
  }

  .mbt-carousel-col-2 {
    width: 16.66666667%;
  }

  .mbt-carousel-col-1 {
    width: 8.33333333%;
  }
}
/* PAGE LIST ITEMS */
div.ccm-block-page-list-mbt-carousel-wrapper div.ccm-block-page-list-page-entry-mbt-carousel-item {
  /*overflow: hidden;*/
  /*margin-bottom: 15px;*/
}

.boxed-items div.ccm-block-page-list-mbt-carousel-wrapper div.ccm-block-page-list-page-entry-mbt-carousel-item-box {
  background: white;
  /*color: #333;*/
  border: 0px solid #f6f6f6;
}

.no-gutter div.ccm-block-page-list-mbt-carousel-wrapper div.ccm-block-page-list-page-entry-mbt-carousel-item {
  margin-bottom: 0px;
}

div.ccm-block-page-list-page-entry-mbt-carousel-thumbnail a {
  display: block;
}

.ccm-block-page-list-page-entry-mbt-carousel-thumbnail img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .ccm-block-page-list-page-entry-mbt-carousel-description {
    display: none;
  }
}
@media (min-width: 992px) {
  .ccm-block-page-list-page-entry-mbt-carousel-description {
    display: block;
  }
}
.ccm-block-page-list-page-entry-mbt-carousel-thumbnail a {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.boxed-items div.ccm-block-page-list-page-entry-mbt-carousel-text {
  padding: 10px 15px;
}

div.ccm-block-page-list-page-entry-mbt-carousel-read-more {
  margin-top: 10px;
  text-decoration: underline;
}

.mbt-carousel-container .ccm-block-page-list-header-no-title {
  /*min-height: 36px;*/
  height: 0px;
}

.mbt-carousel-container .ccm-block-page-list-header h5 {
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

/* SLICK CSS */
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  /*height:100%*/
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* SLICK THEME CSS */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/slick.eot");
  src: url("fonts/slickd41d.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.tcb .ccm-page main button.slick-prev, .tcb .ccm-page main button.slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 3;
  position: absolute;
  display: block;
  bottom: -20px;
  width: 45px;
  height: 45px;
  padding: 0px;
  cursor: pointer;
  color: inherit;
  border: none;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.tcb .ccm-page main button.slick-prev:hover, .tcb .ccm-page main button.slick-next:hover {
  opacity: 1;
}

.boxed-items .slick-prev,
.boxed-items .slick-next {
  background: #fff;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #333F48;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.boxed-items .slick-prev:before,
.boxed-items .slick-next:before {
  color: #333F48;
}

.slick-prev {
  left: 0px;
}

.no-gutter .slick-prev {
  right: 0px;
}

[dir=rtl] .slick-prev {
  left: -25px;
  right: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0px;
}

.no-gutter .slick-next {
  right: 0px;
}

[dir=rtl] .slick-next {
  left: auto;
  right: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.tcb .ccm-page main ul.slick-dots {
  z-index: 2;
  position: absolute;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  list-style: none;
}

.ccm-page ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 5px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.ccm-page ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 45px;
  height: 5px;
  padding: 0px;
  cursor: pointer;
  color: inherit;
  border: 0;
  outline: none;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #EDAA00;
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 5px;
  line-height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 5px;
  content: "";
  text-align: center;
  opacity: 1;
  color: inherit;
  background: #333F48;
  opacity: 0.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: inherit;
  background: #EDAA00;
  background: #000000;
}