@charset "UTF-8";
html {
  box-sizing: border-box;
}

.error404 #main-header {
  background-image: url("../images/blog_header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: inherit;
}

a {
  transition: all 0.3s ease;
}
a.cta-link, a.text-link {
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
  color: #B8101F;
  font-weight: 600;
  position: relative;
  padding-right: 35px;
  font-family: "canada-type-gibson", Helvetica, Arial, sans-serif;
}
a.cta-link:after, a.text-link:after {
  content: "";
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
}
a.cta-link:hover, a.text-link:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

body.admin-bar:not(.modal-open) p,
body.mce-content-body:not(.modal-open) p,
body.orbit:not(.modal-open) p {
  margin-bottom: 20px;
  padding-bottom: 0;
}
body.admin-bar:not(.modal-open) p.intro,
body.mce-content-body:not(.modal-open) p.intro,
body.orbit:not(.modal-open) p.intro {
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
  color: #364F6C;
  font-family: "canada-type-gibson", Helvetica, Arial, sans-serif;
}
body.admin-bar:not(.modal-open) hr,
body.admin-bar:not(.modal-open) .et_pb_divider,
body.mce-content-body:not(.modal-open) hr,
body.mce-content-body:not(.modal-open) .et_pb_divider,
body.orbit:not(.modal-open) hr,
body.orbit:not(.modal-open) .et_pb_divider {
  border: none;
  height: 10px;
  position: relative;
}
body.admin-bar:not(.modal-open) hr:before,
body.admin-bar:not(.modal-open) .et_pb_divider:before,
body.mce-content-body:not(.modal-open) hr:before,
body.mce-content-body:not(.modal-open) .et_pb_divider:before,
body.orbit:not(.modal-open) hr:before,
body.orbit:not(.modal-open) .et_pb_divider:before {
  content: "";
  height: 1px;
  background-color: #B8101F;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.admin-bar:not(.modal-open) hr:after,
body.admin-bar:not(.modal-open) .et_pb_divider:after,
body.mce-content-body:not(.modal-open) hr:after,
body.mce-content-body:not(.modal-open) .et_pb_divider:after,
body.orbit:not(.modal-open) hr:after,
body.orbit:not(.modal-open) .et_pb_divider:after {
  content: "";
  height: 5px;
  background-color: #B8101F;
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
}
body.admin-bar:not(.modal-open) h1,
body.admin-bar:not(.modal-open) h2,
body.admin-bar:not(.modal-open) h3,
body.admin-bar:not(.modal-open) h4,
body.admin-bar:not(.modal-open) h5,
body.admin-bar:not(.modal-open) h6,
body.mce-content-body:not(.modal-open) h1,
body.mce-content-body:not(.modal-open) h2,
body.mce-content-body:not(.modal-open) h3,
body.mce-content-body:not(.modal-open) h4,
body.mce-content-body:not(.modal-open) h5,
body.mce-content-body:not(.modal-open) h6,
body.orbit:not(.modal-open) h1,
body.orbit:not(.modal-open) h2,
body.orbit:not(.modal-open) h3,
body.orbit:not(.modal-open) h4,
body.orbit:not(.modal-open) h5,
body.orbit:not(.modal-open) h6 {
  font-family: "canada-type-gibson", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  color: #0d2345;
  letter-spacing: 0;
}
body.admin-bar:not(.modal-open) h1 a,
body.admin-bar:not(.modal-open) h2 a,
body.admin-bar:not(.modal-open) h3 a,
body.admin-bar:not(.modal-open) h4 a,
body.admin-bar:not(.modal-open) h5 a,
body.admin-bar:not(.modal-open) h6 a,
body.mce-content-body:not(.modal-open) h1 a,
body.mce-content-body:not(.modal-open) h2 a,
body.mce-content-body:not(.modal-open) h3 a,
body.mce-content-body:not(.modal-open) h4 a,
body.mce-content-body:not(.modal-open) h5 a,
body.mce-content-body:not(.modal-open) h6 a,
body.orbit:not(.modal-open) h1 a,
body.orbit:not(.modal-open) h2 a,
body.orbit:not(.modal-open) h3 a,
body.orbit:not(.modal-open) h4 a,
body.orbit:not(.modal-open) h5 a,
body.orbit:not(.modal-open) h6 a {
  color: #B8101F;
}
body.admin-bar:not(.modal-open) h1 a:hover,
body.admin-bar:not(.modal-open) h2 a:hover,
body.admin-bar:not(.modal-open) h3 a:hover,
body.admin-bar:not(.modal-open) h4 a:hover,
body.admin-bar:not(.modal-open) h5 a:hover,
body.admin-bar:not(.modal-open) h6 a:hover,
body.mce-content-body:not(.modal-open) h1 a:hover,
body.mce-content-body:not(.modal-open) h2 a:hover,
body.mce-content-body:not(.modal-open) h3 a:hover,
body.mce-content-body:not(.modal-open) h4 a:hover,
body.mce-content-body:not(.modal-open) h5 a:hover,
body.mce-content-body:not(.modal-open) h6 a:hover,
body.orbit:not(.modal-open) h1 a:hover,
body.orbit:not(.modal-open) h2 a:hover,
body.orbit:not(.modal-open) h3 a:hover,
body.orbit:not(.modal-open) h4 a:hover,
body.orbit:not(.modal-open) h5 a:hover,
body.orbit:not(.modal-open) h6 a:hover {
  color: #39A5B3;
  text-decoration: none;
}
body.admin-bar:not(.modal-open) h1,
body.mce-content-body:not(.modal-open) h1,
body.orbit:not(.modal-open) h1 {
  font-size: 48px;
  line-height: 54px;
}
body.admin-bar:not(.modal-open) h2,
body.mce-content-body:not(.modal-open) h2,
body.orbit:not(.modal-open) h2 {
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
}
body.admin-bar:not(.modal-open) h2:after,
body.mce-content-body:not(.modal-open) h2:after,
body.orbit:not(.modal-open) h2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 7px;
  background-color: #FFC10E;
  bottom: -10px;
  left: 0;
}
body.admin-bar:not(.modal-open) h2[style="text-align: center;"]:after, body.admin-bar:not(.modal-open) h2.centered_header:after,
body.mce-content-body:not(.modal-open) h2[style="text-align: center;"]:after,
body.mce-content-body:not(.modal-open) h2.centered_header:after,
body.orbit:not(.modal-open) h2[style="text-align: center;"]:after,
body.orbit:not(.modal-open) h2.centered_header:after {
  left: 50%;
  transform: translateX(-50%);
}
body.admin-bar:not(.modal-open) h2.right_header,
body.mce-content-body:not(.modal-open) h2.right_header,
body.orbit:not(.modal-open) h2.right_header {
  right: 0;
}
body.admin-bar:not(.modal-open) h3,
body.mce-content-body:not(.modal-open) h3,
body.orbit:not(.modal-open) h3 {
  font-size: 30px;
  line-height: 34px;
}
body.admin-bar:not(.modal-open) h4,
body.mce-content-body:not(.modal-open) h4,
body.orbit:not(.modal-open) h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #595c5f;
  letter-spacing: 3px;
  text-transform: uppercase;
}
body.admin-bar:not(.modal-open) h5,
body.mce-content-body:not(.modal-open) h5,
body.orbit:not(.modal-open) h5 {
  font-size: 20px;
  line-height: 22px;
}
body.admin-bar:not(.modal-open) h6,
body.mce-content-body:not(.modal-open) h6,
body.orbit:not(.modal-open) h6 {
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
body.admin-bar:not(.modal-open) blockquote,
body.mce-content-body:not(.modal-open) blockquote,
body.orbit:not(.modal-open) blockquote {
  padding-left: 30px;
  color: #0d2345;
  font-size: 28px;
  line-height: 40px;
  position: relative;
  border: none;
  font-style: italic;
  font-family: "canada-type-gibson", Helvetica, Arial, sans-serif;
}
body.admin-bar:not(.modal-open) blockquote:before,
body.mce-content-body:not(.modal-open) blockquote:before,
body.orbit:not(.modal-open) blockquote:before {
  content: "";
  background-color: #0d2345;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
}
body.admin-bar:not(.modal-open) .entry-content ul:not([class]),
body.admin-bar:not(.modal-open) .entry-content ol:not([class]),
body.mce-content-body:not(.modal-open) .entry-content ul:not([class]),
body.mce-content-body:not(.modal-open) .entry-content ol:not([class]),
body.orbit:not(.modal-open) .entry-content ul:not([class]),
body.orbit:not(.modal-open) .entry-content ol:not([class]) {
  padding-left: 30px;
}
@media (min-width: 981px) {
  body.admin-bar:not(.modal-open) .entry-content ul:not([class]),
body.admin-bar:not(.modal-open) .entry-content ol:not([class]),
body.mce-content-body:not(.modal-open) .entry-content ul:not([class]),
body.mce-content-body:not(.modal-open) .entry-content ol:not([class]),
body.orbit:not(.modal-open) .entry-content ul:not([class]),
body.orbit:not(.modal-open) .entry-content ol:not([class]) {
    padding-left: 1em;
  }
}
body.admin-bar:not(.modal-open) .entry-content ul:not([class]) li:not([class]),
body.admin-bar:not(.modal-open) .entry-content ol:not([class]) li:not([class]),
body.mce-content-body:not(.modal-open) .entry-content ul:not([class]) li:not([class]),
body.mce-content-body:not(.modal-open) .entry-content ol:not([class]) li:not([class]),
body.orbit:not(.modal-open) .entry-content ul:not([class]) li:not([class]),
body.orbit:not(.modal-open) .entry-content ol:not([class]) li:not([class]) {
  line-height: 35px;
}

.et_pb_fullwidth_header_container.left .et_pb_module_header:after {
  right: auto;
  left: 0 !important;
}
.et_pb_fullwidth_header_container.right .et_pb_module_header:after {
  left: auto;
  right: 0 !important;
}
.et_pb_fullwidth_header_container.center .et_pb_module_header:after {
  left: 50%;
  transform: translateX(-50%);
}

.timeline_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 1100px) {
  .timeline_label {
    margin-bottom: 40px !important;
  }
}
.timeline_label:after {
  display: none;
}

.cd-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (min-width: 1100px) {
  .cd-container {
    margin-top: 2em !important;
    padding-top: 2em !important;
  }
}
.cd-container:before {
  display: none;
}
@media (min-width: 1170px) {
  .cd-container:before {
    display: block;
  }
}
.cd-container .cd-timeline-block .cd-timeline-img {
  display: none;
}
@media (min-width: 1170px) {
  .cd-container .cd-timeline-block .cd-timeline-img {
    display: block;
  }
}
.cd-container .cd-timeline-block .cd-timeline-content {
  background: transparent;
  position: relative;
  box-shadow: none;
  padding-top: 30px;
  margin-left: 0;
}
.cd-container .cd-timeline-block .cd-timeline-content:before {
  display: none;
}
.cd-container .cd-timeline-block .cd-timeline-content .cd-date {
  display: none;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  top: 0;
  width: auto;
  background-color: #FFC10E;
  color: #0d2345;
  padding: 0px 5px;
  opacity: 1;
  font-weight: 600;
}
.cd-container .cd-timeline-block .cd-timeline-content .cd-timeline-content-liner h2:first-child {
  display: none;
}
.cd-container .cd-timeline-block:nth-child(even) .cd-date {
  right: 50% !important;
  transform: translateX(50%);
  left: auto !important;
}

.et_pb_blog_grid .column article {
  border: none;
}
.et_pb_blog_grid .column article .et_pb_image_container a {
  position: relative;
}
.et_pb_blog_grid .column article .et_pb_image_container a:after {
  content: "";
  position: absolute;
  height: 7px;
  width: 100%;
  background-color: #FFC10E;
  left: 0;
  bottom: 0;
}

.et_pb_video_overlay_hover a {
  height: 67px;
  width: 67px;
  border: 5px solid #FFC10E;
  border-radius: 50%;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background: linear-gradient(to bottom, #1E497B, #072347);
}
.et_pb_video_overlay_hover a:before {
  font-family: FontAwesome;
  content: "";
  color: #FFC10E;
  font-size: 30px;
  position: absolute;
  left: 55%;
  top: 49%;
  transform: translate(-50%, -50%);
}

@media (max-width: 981px) {
  .et_pb_section.media_right .et_pb_row {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 981px) {
  .et_pb_section.media_right .et_pb_row .et_pb_column:nth-child(1) {
    order: 2;
  }
  .et_pb_section.media_right .et_pb_row .et_pb_column:nth-child(2) {
    order: 1;
    margin-bottom: 30px;
  }
}

.image_50_50 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (min-width: 981px) {
  .image_50_50 .et_pb_row_1_2_1_2 .et_pb_column .et_pb_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.video_gallery_50_50 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.video_gallery_50_50.left .et_pb_row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 981px) {
  .video_gallery_50_50.left .et_pb_row {
    flex-direction: row;
    align-items: center;
  }
}
.video_gallery_50_50.left .et_pb_row .et_pb_column {
  position: relative;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}
.video_gallery_50_50.left .et_pb_row .et_pb_column .et_pb_image {
  border: 30px solid #fff;
  background-color: #fff;
}
@media (min-width: 981px) {
  .video_gallery_50_50.left .et_pb_row .et_pb_column .et_pb_image {
    background-color: transparent;
    border: none;
  }
}
.video_gallery_50_50.left .et_pb_row .et_pb_column:nth-child(1) {
  z-index: 2;
}
@media (min-width: 981px) {
  .video_gallery_50_50.left .et_pb_row .et_pb_column:nth-child(1) {
    width: 50%;
  }
}
.video_gallery_50_50.left .et_pb_row .et_pb_column:nth-child(2) {
  z-index: 3;
  background-color: #fff;
  padding: 30px;
}
@media (min-width: 981px) {
  .video_gallery_50_50.left .et_pb_row .et_pb_column:nth-child(2) {
    z-index: 1;
    padding: 40px 50px 40px 10%;
    margin-left: -10%;
    width: 60%;
  }
}
.video_gallery_50_50.right .et_pb_row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 981px) {
  .video_gallery_50_50.right .et_pb_row {
    flex-direction: row;
    align-items: center;
  }
}
.video_gallery_50_50.right .et_pb_row .et_pb_image {
  border: 30px solid #fff;
  background-color: #fff;
}
@media (min-width: 981px) {
  .video_gallery_50_50.right .et_pb_row .et_pb_image {
    background-color: transparent;
    border: none;
  }
}
.video_gallery_50_50.right .et_pb_row .et_pb_column {
  position: relative;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}
.video_gallery_50_50.right .et_pb_row .et_pb_column:nth-child(1) {
  order: 2;
  z-index: 1;
  background-color: #fff;
  padding: 30px;
}
@media (min-width: 981px) {
  .video_gallery_50_50.right .et_pb_row .et_pb_column:nth-child(1) {
    order: 1;
    padding: 40px 10% 40px 50px;
    margin-right: -10%;
    width: 60%;
  }
}
.video_gallery_50_50.right .et_pb_row .et_pb_column:nth-child(2) {
  z-index: 1;
  order: 1;
  margin-bottom: 30px;
}
@media (min-width: 981px) {
  .video_gallery_50_50.right .et_pb_row .et_pb_column:nth-child(2) {
    z-index: 2;
    margin-bottom: 0;
    order: 2;
    width: 50%;
    margin-left: 5.5%;
  }
}

.number_counter {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  background-color: #F2F2F2 !important;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.number_counter .et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.number_counter .et_pb_row .et_pb_column .et_pb_number_counter {
  font-family: "canada-type-gibson", Helvetica, Arial, sans-serif;
}
.number_counter .et_pb_row .et_pb_column .et_pb_number_counter .percent {
  margin-bottom: 36px;
  position: relative;
}
.number_counter .et_pb_row .et_pb_column .et_pb_number_counter .percent:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFC10E;
  bottom: -20px;
}
.number_counter .et_pb_row .et_pb_column .et_pb_number_counter .percent p span {
  font-size: 72px;
  color: #0D2345;
  line-height: 72px;
  letter-spacing: 4px;
}
.number_counter .et_pb_row .et_pb_column .et_pb_number_counter .title {
  font-size: 26px;
  line-height: 29px;
  color: #000;
  font-weight: 300;
}

.testimonial_section {
  background-color: #E2E2E2;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.testimonial_section .et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.testimonial_section .et_pb_testimonial {
  padding-top: 0 !important;
}
.testimonial_section .et_pb_testimonial:before {
  height: 67px;
  width: 67px;
  padding: 13px;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: 0;
  margin-bottom: 26px;
  transform: translateX(-50%);
  display: block;
  border: 5px solid #FFC10E;
  border-radius: 50%;
  font-family: FontAwesome !important;
  content: "";
  color: #FFC10E;
  font-size: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background: linear-gradient(to bottom, #1E497B, #072347) !important;
}
.testimonial_section .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner p {
  display: block;
  margin-bottom: 26px;
  padding-bottom: 0;
}
.testimonial_section .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_author {
  font-weight: 600;
  color: #0D2345;
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  margin-top: 0;
}
.testimonial_section .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_meta {
  font-weight: 600;
  color: #0D2345;
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
}
.et_pb_gallery {
  background-color: #999;
}
.et_pb_gallery .et-pb-slider-arrows .et-pb-arrow-prev, .et_pb_gallery .et-pb-slider-arrows .et-pb-arrow-next {
  height: 50px;
  width: 50px;
  border: 5px solid #FFC10E;
  border-radius: 50%;
  margin: 0;
  transform: translateY(-50%);
  color: #FFC10E;
  font-size: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background: linear-gradient(to bottom, #1E497B, #072347) !important;
}
.et_pb_gallery .et-pb-slider-arrows .et-pb-arrow-prev:before, .et_pb_gallery .et-pb-slider-arrows .et-pb-arrow-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-family: FontAwesome !important;
  color: #FFC10E;
}
.et_pb_gallery .et-pb-slider-arrows .et-pb-arrow-prev {
  opacity: 1;
  left: 15px;
}
.et_pb_gallery .et-pb-slider-arrows .et-pb-arrow-prev:before {
  left: 47%;
  content: "";
}
.et_pb_gallery .et-pb-slider-arrows .et-pb-arrow-next {
  opacity: 1;
  right: 15px;
}
.et_pb_gallery .et-pb-slider-arrows .et-pb-arrow-next:before {
  left: 52%;
  content: "";
}
.et_pb_gallery .et-pb-controllers a {
  height: 19px;
  width: 19px;
  border-radius: 50%;
  background-color: #FFC10E;
}
.et_pb_gallery .et-pb-controllers a.et-pb-active-control {
  background-color: #0D2345 !important;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters {
  margin-top: 20px;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
  display: flex;
}
@media (max-width: 768px) {
  .et_pb_filterable_portfolio .et_pb_portfolio_filters ul li {
    width: 100% !important;
  }
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters ul li a {
  height: 100%;
}
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item a .et_portfolio_image {
  overflow: hidden;
}
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item a .et_portfolio_image .et_overlay {
  width: 105%;
  height: 105%;
  border: none;
}
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item .et_pb_module_header {
  margin-top: 10px;
}
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper .et_pb_portfolio_items .et_pb_portfolio_item .et_pb_module_header a span {
  color: #202020;
  font-size: 15px;
}

.et_pb_team_member .et_pb_team_member_image {
  margin-left: auto;
  margin-right: auto;
}
.et_pb_team_member .et_pb_team_member_description {
  display: inline-block;
}
.et_pb_team_member .et_pb_team_member_description .et_pb_module_header {
  margin-top: 20px;
  margin-bottom: 0;
}

.et_pb_section .et_pb_column .et_pb_module .et_pb_toggle_title {
  color: #0d2345 !important;
  margin-bottom: 0 !important;
}
.et_pb_section .et_pb_column .et_pb_module .et_pb_toggle_title:before {
  font-size: 32px;
}

.tribe_organizer-template-default #main-header {
  background-image: url("../images/blog_header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.et-cart-info {
  display: none;
}
