@charset "UTF-8";
/* Functions */
/* Icons */
/* Utilities */
/* Buttons */
/* Responsiveness */
/* Typography */
@import url("https://use.typekit.net/iaz4yoz.css");
/* Colors */
/* Global */
/* Post list */
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8em;
}
a {
  color: #349f0e;
}
.et_pb_text sup, .et_pb_text sub, .mc-posts-detail sup, .mc-posts-detail sub {
  font-size: 0.8em;
}
.et_pb_text ol, .et_pb_text ul, .mc-posts-detail ol, .mc-posts-detail ul {
  padding-left: 2em;
}
.et_pb_text ol li, .et_pb_text ul li, .mc-posts-detail ol li, .mc-posts-detail ul li {
  line-height: 1.8em !important;
  list-style-type: none;
}
.et_pb_text ol li::before, .et_pb_text ul li::before, .mc-posts-detail ol li::before, .mc-posts-detail ul li::before {
  box-sizing: border-box;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  display: inline-block;
  text-align: right;
}
.et_pb_text ol, .mc-posts-detail ol {
  list-style: none;
  counter-reset: li;
}
.et_pb_text ol li, .mc-posts-detail ol li {
  counter-increment: li;
}
.et_pb_text ol li::before, .mc-posts-detail ol li::before {
  content: counter(li) ". ";
  color: #349f0e;
}
.et_pb_text ul li::before, .mc-posts-detail ul li::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-family: 300;
  font-weight: "Font Awesome 5 Pro";
  font-size: 1em;
  color: #349f0e;
}
.white ol li::before, .white ul li::before {
  color: #fff;
}
.home #page-container {
  padding-top: 0 !important;
}
.home #main-header {
  background: transparent;
}
.et_pb_section .et_pb_row, .et_section_specialty .et_pb_row, .container {
  width: calc(100% - 80px);
}
@media (min-width: 981px) {
  .et_pb_section .et_pb_row, .et_section_specialty .et_pb_row, .container {
    width: calc(100% - 120px);
  }
}
#ctf .ctf-author-box .ctf-author-name {
  font-size: 16px;
  margin-left: 0px !important;
}
#ctf .ctf-tweet-content {
  color: #fff;
}
#ctf .ctf-tweet-content .ctf-tweet-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
#ctf .ctf-tweet-content .ctf-tweet-text a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.privacy-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.privacy-wrapper h4 {
  font-weight: 600;
  font-size: 24px;
}
.privacy-wrapper .column {
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  padding: 30px;
}
@media (min-width: 981px) {
  .privacy-wrapper .column {
    padding: 2vw;
  }
}
.privacy-wrapper .column-12 {
  width: 100%;
}
.privacy-wrapper .column-4 {
  width: 100%;
}
@media (min-width: 981px) {
  .privacy-wrapper .column-4 {
    width: 33.3333333333%;
  }
}
#footer-bottom a {
  margin-left: 2em;
}
.related-content-wrapper {
  background: #f9f9f9;
}
body.search .divioverlay-links, body.search .sidebar-overlay, body.search .overlay-container {
  display: none !important;
}
.overlay .et_pb_section.overlay-wrapper {
  background: transparent !important;
  /*
  height: 100vh !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  */
}
.overlay .et_pb_section.overlay-wrapper .et_pb_row {
  background: #fff !important;
}
.overlay .et_pb_section.overlay-wrapper .et_pb_row:nth-child(1) {
  padding: 0;
}
.overlay .et_pb_section.overlay-wrapper .et_pb_row:nth-child(2) {
  padding: 60px;
}
.overlay .et_pb_section.overlay-wrapper .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.mc-overlay-container {
  background-color: #fff;
  padding: 40px !important;
}
.mc-overlay-container:nth-child(1) {
  padding-bottom: 0;
}
.et_pb_scroll_top.et-pb-icon {
  bottom: 61px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 0;
  font-size: 60px;
  background: black;
}
.gform_wrapper ul li.gfield {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding: 20px 24px;
  letter-spacing: normal;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  padding: 20px 30px;
  background-color: #349F0E;
  color: white;
  border: none;
}
.el_modal_popup .el_modal_popup_inner_wrap {
  width: 70%;
}
.el_modal_popup .el_modal_popup_header_title {
  word-break: keep-all;
}
@media (min-width: 981px) {
  .et_pb_slider_0 .et-pb-arrow-next {
    right: 22px !important;
    opacity: 1 !important;
  }
  .et_pb_slider_0 .et-pb-arrow-prev {
    left: 22px !important;
    opacity: 1 !important;
  }
}
.mobile_menu_bar::before {
  color: #349f0e;
}
#main-header {
  box-shadow: none;
}
#top-header {
  background: #349f0e;
}
#top-header {
  text-transform: uppercase;
}
#top-menu li a {
  line-height: 1.4em;
  text-transform: uppercase;
}
#top-menu li.current-menu-item > a, #top-menu li.current-menu-ancestor > a {
  color: #349f0e;
}
#top-menu .sub-menu {
  border-color: #349f0e;
}
@media (max-width: 1330px) {
  #top-menu {
    display: none;
  }
}
@media (max-width: 1330px) {
  #et_mobile_nav_menu {
    display: block;
  }
}
#logo {
  max-width: 172px !important;
}
.home #page-container {
  padding-top: 0 !important;
}
.home #main-header, .home #top-header {
  background: transparent;
}
.home #main-header .container, .home #top-header .container {
  max-width: calc(100% - 100px);
}
.home #top-header.et-fixed-header {
  background: #222;
}
.home #main-header.et-fixed-header {
  background: #0e4967;
}
.home #top-menu > li a {
  color: #fff;
}
.home #top-menu > li li a {
  color: #000;
}
.home #et_search_icon::before {
  color: #fff;
}
@media only screen and (max-width: 1330px) {
  .et_fixed_nav #main-header, .et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header {
    position: absolute !important;
  }
}
/* General list */
.mc-posts-list {
  /* Custom lists below */
  /* Videos List */
  /* Search results List */
}
@media (min-width: 981px) {
  .mc-posts-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -2%;
  }
}
.mc-posts-list .list-item {
  width: 100%;
  flex-shrink: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 981px) {
  .mc-posts-list .list-item {
    padding-top: 2%;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 2%;
    width: 33.3333333333%;
  }
}
.mc-posts-list .hidden {
  display: none;
}
.mc-posts-list .list-thumbnail {
  background-size: cover;
  background-position: center;
  display: block;
  display: none;
}
.mc-posts-list .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.mc-posts-list .list-thumbnail img {
  display: none;
}
.mc-posts-list .list-thumbnail.boxed {
  background: #f9f9f9;
  position: relative;
  background-image: none !important;
  border-bottom: 1px solid #ebebeb;
}
.mc-posts-list .list-thumbnail.boxed img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.mc-posts-list .list-title {
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 981px) {
  .mc-posts-list .list-title {
    font-weight: 700;
    font-size: 30px;
  }
}
.mc-posts-list .list-date, .mc-posts-list .list-title, .mc-posts-list .list-excerpt {
  display: block;
  margin-top: 4%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.mc-posts-list .list-date {
  color: rgba(0, 0, 0, 0.5);
}
.mc-posts-list .list-read-more {
  display: inline-block;
  margin-top: 2%;
}
.mc-posts-list .list-read-more span {
  display: none;
}
.mc-posts-list .list-read-more::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-family: 300;
  font-weight: "Font Awesome 5 Pro";
  font-size: 1em;
  font-size: 28px;
  color: #000;
}
.mc-posts-list.stagger-list .list-item {
  opacity: 0;
}
.mc-posts-list.stagger-list .list-item.display {
  opacity: 1;
}
.mc-posts-list.video-list .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media (min-width: 981px) {
  .mc-posts-list.news-home::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 2%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
  }
}
.mc-posts-list.news-home .list-item {
  padding-top: 0;
}
@media (min-width: 981px) {
  .mc-posts-list.news-home .list-item {
    width: 50%;
  }
}
.mc-posts-list.news-home .list-item:nth-child(1) {
  padding-right: 3vw;
}
.mc-posts-list.news-home .list-item:nth-child(2) {
  padding-left: 3vw;
}
.mc-posts-list.display-thumbnails .list-thumbnail {
  display: block;
  border: 1px solid #ebebeb;
}
.mc-posts-list.display-thumbnails .list-item-wrapper {
  padding: 0 !important;
  border: none !important;
  display: flex;
  flex-direction: column;
}
.mc-posts-list.display-thumbnails .list-content-wrapper {
  padding: 2vw;
  border: 1px solid #ebebeb;
  border-top: none;
  flex: 1 1 auto;
}
.mc-posts-list.staff_member-list .list-title {
  font-family: "Jost", sans-serif;
}
@media (min-width: 981px) {
  .mc-posts-list.staff_member-list .list-item {
    width: 50%;
  }
}
.mc-posts-list.staff_member-list .list-email::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-family: 300;
  font-weight: "Font Awesome 5 Pro";
  font-size: 1em;
}
.mc-posts-list.staff_member-list .list-phone::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-family: 300;
  font-weight: "Font Awesome 5 Pro";
  font-size: 1em;
}
.mc-posts-list.staff_member-list .list-email::before, .mc-posts-list.staff_member-list .list-phone::before {
  margin-right: 0.5em;
}
.mc-posts-list.staff_member-list .list-date {
  display: none;
}
.mc-posts-list.staff_member-list .list-thumbnail {
  display: block;
}
.mc-posts-list.staff_member-list .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media (min-width: 981px) {
  .mc-posts-list.secretariat-list .list-item {
    width: 25%;
  }
}
.mc-posts-list.boxed-list .list-item-wrapper {
  height: 100%;
  border: 1px solid #ebebeb;
  padding: 2vw;
}
.mc-posts-list.boxed-list .list-read-more::after, .mc-posts-list.boxed-list .list-date {
  color: #349f0e;
}
.mc-posts-list.accordion .list-item {
  width: 100%;
  padding-top: 0;
}
.mc-posts-list.accordion .list-excerpt {
  display: none;
}
.mc-posts-list.accordion .list-title, .mc-posts-list.accordion .list-excerpt {
  margin: 0;
}
.mc-posts-list.accordion .list-title {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
  position: relative;
}
.mc-posts-list.accordion .list-title::after {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-family: 300;
  font-weight: "Font Awesome 5 Pro";
  font-size: 1em;
  position: absolute;
  right: 0;
  top: 23px;
}
.mc-posts-list.accordion .list-title.active {
  color: #349f0e;
}
.mc-posts-list.accordion .list-title.active::after {
  transform: rotate(90deg);
}
.mc-posts-list.accordion .list-excerpt {
  padding-bottom: 20px;
}
.mc-posts-list.logo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -2%;
}
.mc-posts-list.logo .list-item {
  width: 100%;
  padding-top: 2%;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 2%;
}
@media (min-width: 768px) {
  .mc-posts-list.logo .list-item {
    width: 50%;
  }
}
@media (min-width: 981px) {
  .mc-posts-list.logo .list-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .mc-posts-list.logo .list-item {
    width: 25%;
  }
}
.mc-posts-list.logo .hidden {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #349f0e;
}
.mc-posts-list.logo .hidden span {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 10%;
  line-height: 1.3em;
}
.mc-posts-list.logo .hidden span::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-family: 300;
  font-weight: "Font Awesome 5 Pro";
  font-size: 1em;
  display: block;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.mc-posts-list.logo .list-thumbnail {
  display: block;
}
.mc-posts-list.logo .list-item-wrapper {
  height: auto !important;
  position: relative;
}
.mc-posts-list.logo .list-item-wrapper:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.logo .list-item-wrapper:hover .hidden {
  opacity: 1;
}
.mc-posts-list.logo .list-thumbnail {
  position: relative;
  background-image: none !important;
  border-bottom: 1px solid #ebebeb;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.mc-posts-list.logo .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.logo .list-thumbnail img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.mc-posts-list.logo .list-thumbnail img {
  display: block;
}
.mc-posts-list.logo .list-content-wrapper {
  display: none;
  background: #333;
  position: relative;
  left: 0;
  top: 0;
}
.mc-posts-list.search-results .list-item {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.mc-posts-list.search-results .list-item .list-item-wrapper {
  border-top: 1px solid #ccc;
  padding-top: 2em;
  padding-right: 0;
  padding-bottom: 2em;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.mc-related-attachments {
  padding: 0 !important;
}
.mc-related-attachments li {
  list-style-type: none;
}
.mc-related-attachments a {
  display: inline-block;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 1em;
  border: 1px solid #349f0e;
}
.mc-related-attachments a::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-family: 300;
  font-weight: "Font Awesome 5 Pro";
  font-size: 1em;
  margin-right: 0.5em;
}
.mc-button {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  background-color: #349f0e;
  border: 1px solid #349f0e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.mc-button:hover {
  background-color: #3cb610;
}
.mc-button:hover {
  border-color: #3cb610;
}
.mc-button:hover {
  color: #fff;
}
.mc-button.white {
  background-color: transparent;
  border: 1px solid #fff;
}
.mc-button.white:hover {
  background-color: rgba(13, 13, 13, 0);
}
.mc-button.white:hover {
  border-color: white;
}
.mc-button-small {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid #349f0e;
  padding-bottom: 0.2em;
}
.mc-button-small.blue {
  color: #0e4967;
  border-color: #0e4967;
}
.mc-button-small.white {
  color: #fff;
  border-color: #fff;
}
.entry-content .calendar-wrapper {
  /* Disable calendar scroll
	.fc-scroller {
		overflow: visible !important;
		height: auto !important;
	}
	*/
}
.entry-content .calendar-wrapper tr, .entry-content .calendar-wrapper td {
  padding: 0;
}
.entry-content .calendar-wrapper table {
  margin: 0;
}
.entry-content .calendar-wrapper .fc-content, .entry-content .calendar-wrapper .fc-divider, .entry-content .calendar-wrapper .fc-list-heading td, .entry-content .calendar-wrapper .fc-list-view, .entry-content .calendar-wrapper .fc-popover, .entry-content .calendar-wrapper .fc-row, .entry-content .calendar-wrapper tbody, .entry-content .calendar-wrapper td, .entry-content .calendar-wrapper th, .entry-content .calendar-wrapper thead {
  border-color: #ebebeb;
}
.entry-content .calendar-wrapper .fc-head-container, .entry-content .calendar-wrapper .fc-widget-content {
  padding: 0;
}
.entry-content .calendar-wrapper .fc-event {
  background-color: #349f0e;
  border-color: #349f0e;
}
.entry-content .calendar-wrapper .fc-day-number {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.entry-content .calendar-wrapper .fc-today {
  background-color: #f9f9f9;
}
.entry-content .calendar-wrapper .fc-today .fc-day-number {
  background-color: #0e4967;
  color: white;
}
/* Isotope filter */
.filters-button-group button {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  background-color: #0e4967;
  border: 1px solid #0e4967;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  margin-top: 0 1px;
  margin-right: 1px;
  margin-bottom: 0;
}
.filters-button-group button:hover {
  background-color: #11597d;
}
.filters-button-group button:hover {
  border-color: #11597d;
}
.filters-button-group button:hover {
  color: #fff;
}
.filters-button-group .is-checked {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  background-color: #349f0e;
  border: 1px solid #349f0e;
  color: #fff;
}
.filters-button-group .is-checked:hover {
  background-color: #3cb610;
}
.filters-button-group .is-checked:hover {
  border-color: #3cb610;
}
.filters-button-group .is-checked:hover {
  color: #fff;
}
.mc-filters .filter-reset {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  background-color: #0e4967;
  border: 1px solid #0e4967;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  margin-top: 20px;
  margin-right: 1px;
  margin-bottom: 1px;
  margin-left: 0;
  font-size: 14px;
}
.mc-filters .filter-reset:hover {
  background-color: #11597d;
}
.mc-filters .filter-reset:hover {
  border-color: #11597d;
}
.mc-filters .filter-reset:hover {
  color: #fff;
}
.mc-filters .filter-group {
  border: 1px solid #ddd;
  padding: 10px;
}
.mc-filters .filter-group legend {
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 5px;
  color: #000;
}
.mc-filters .filter-group.filter-group-button button {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  background-color: #0e4967;
  border: 1px solid #0e4967;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  margin-top: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  margin-left: 0;
  font-size: 14px;
}
.mc-filters .filter-group.filter-group-button button:hover {
  background-color: #11597d;
}
.mc-filters .filter-group.filter-group-button button:hover {
  border-color: #11597d;
}
.mc-filters .filter-group.filter-group-button button:hover {
  color: #fff;
}
.mc-filters .filter-group.filter-group-button button:hover {
  cursor: pointer;
}
.mc-filters .filter-group.filter-group-button .mixitup-control-active {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  background-color: #349f0e;
  border: 1px solid #349f0e;
  color: #fff;
}
.mc-filters .filter-group.filter-group-button .mixitup-control-active:hover {
  background-color: #3cb610;
}
.mc-filters .filter-group.filter-group-button .mixitup-control-active:hover {
  border-color: #3cb610;
}
.mc-filters .filter-group.filter-group-button .mixitup-control-active:hover {
  color: #fff;
}
.mc-filters .filter-group.filter-group-select select {
  padding-top: 1em;
  padding-right: 3em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: inline-block;
  color: #444;
  line-height: 1.3;
  font-size: 14px;
  border: 1px solid #0e4967;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("https://www.beveragecarton.eu//wp-content/themes/beveragecarton//images/arrow-down.svg"), linear-gradient(to bottom, #eee 0%, #eee 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.mc-filters .filter-group.filter-group-select select::-ms-expand {
  display: none;
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  padding-right: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* hover style just for information */
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper input:checked ~ .checkmark {
  background-color: #349f0e;
  border: 1px solid #349f0e;
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #0e4967;
  /*Mark*/
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper:hover input ~ .checkmark {
  background-color: #0e4967;
  border: 1px solid #0e4967;
}
.mc-filters .filter-group.filter-group-checkbox .checkbox-wrapper label:hover:before {
  border: 2px solid #4778d9 !important;
}
.pods-pagination-paginate {
  display: flex;
  flex-direction: row;
  margin-top: 1em;
}
.pods-pagination-paginate .page-numbers {
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  text-align: center;
  color: white;
  margin: 0 0 0 1px;
  background-color: #0e4967;
  border: 1px solid #0e4967;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
}
.pods-pagination-paginate .page-numbers:hover {
  background-color: #11597d;
}
.pods-pagination-paginate .page-numbers:hover {
  border-color: #11597d;
}
.pods-pagination-paginate .page-numbers:hover {
  color: #fff;
}
.pods-pagination-paginate .page-numbers.current {
  background-color: #349f0e;
  border: 1px solid #349f0e;
}
.pods-pagination-paginate .page-numbers.current:hover {
  background-color: #3cb610;
}
.pods-pagination-paginate .page-numbers.current:hover {
  border-color: #3cb610;
}
.pods-pagination-paginate .page-numbers.prev::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-family: 300;
  font-weight: "Font Awesome 5 Pro";
  font-size: 1em;
}
.pods-pagination-paginate .page-numbers.next::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-family: 300;
  font-weight: "Font Awesome 5 Pro";
  font-size: 1em;
}
/* --------- Default Post detail --------- */
.page-heading-wrapper {
  background: #0e4967;
  padding-top: 2vw !important;
  padding-right: 0;
  padding-bottom: 2vw !important;
  padding-left: 0;
}
.page-heading-wrapper .et_pb_row {
  padding-top: 0 !important;
  padding-right: 0;
  padding-bottom: 0 !important;
  padding-left: 0;
}
.page-heading-wrapper .page-title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 0 !important;
  text-transform: uppercase;
}
@media all {
  .page-heading-wrapper .page-title {
    font-size: 30px;
  }
}
.single #main-content .container {
  padding-top: 0 !important;
}
.single-detail .container {
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
}
.single-detail .container::before {
  display: none;
}
.single-detail .detail-title {
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.3em;
}
@media all {
  .single-detail .detail-title {
    font-size: 40px;
  }
}
.single-detail .detail-thumbnail img {
  width: 100%;
  display: block;
}
.single-detail .detail-date {
  font-weight: 600;
  font-size: 12px;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  border-bottom: 1px solid #ebebeb;
}
.single-detail.single-detail-application .detail-date {
  display: none;
}
.single-detail.single-detail-staff_member p {
  font-family: "Jost", sans-serif;
}
.single-detail.single-detail-staff_member .detail-date {
  font-size: 16px;
  font-weight: 300;
}
.single-detail.single-detail-staff_member .detail-email::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-family: 300;
  font-weight: "Font Awesome 5 Pro";
  font-size: 1em;
}
.single-detail.single-detail-staff_member .detail-phone::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-family: 300;
  font-weight: "Font Awesome 5 Pro";
  font-size: 1em;
}
.single-detail.single-detail-staff_member .detail-email, .single-detail.single-detail-staff_member .detail-phone {
  margin-right: 1.5em;
}
.single-detail.single-detail-staff_member .detail-email::before, .single-detail.single-detail-staff_member .detail-phone::before {
  margin-right: 0.5em;
}
/* -- Tabs -- */
ul.mc-tabs {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-direction: row;
}
ul.mc-tabs li {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  background-color: #0e4967;
  border: 1px solid #0e4967;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
}
ul.mc-tabs li:hover {
  background-color: #11597d;
}
ul.mc-tabs li:hover {
  border-color: #11597d;
}
ul.mc-tabs li:hover {
  color: #fff;
}
ul.mc-tabs li.current {
  background-color: #349f0e;
  border: 1px solid #349f0e;
  color: #fff;
}
ul.mc-tabs li.current:hover {
  background-color: #3cb610;
}
ul.mc-tabs li.current:hover {
  border-color: #3cb610;
}
ul.mc-tabs li.current:hover {
  color: #fff;
}
.mc-tabs-content {
  display: none;
}
.mc-tabs-content.current {
  display: block;
}
/* -- Slider: Slick Slider -- */
.slider, .carousel {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.slider .slick-list, .slider .slick-track, .slider .slick-slide, .slider .slide, .carousel .slick-list, .carousel .slick-track, .carousel .slick-slide, .carousel .slide {
  height: 100%;
}
.slider .slick-list > div, .slider .slick-track > div, .slider .slick-slide > div, .slider .slide > div, .carousel .slick-list > div, .carousel .slick-track > div, .carousel .slick-slide > div, .carousel .slide > div {
  height: 100%;
}
.slider .slick-prev, .slider .slick-next, .carousel .slick-prev, .carousel .slick-next {
  z-index: 999;
}
.slider .slick-prev::before, .slider .slick-next::before, .carousel .slick-prev::before, .carousel .slick-next::before {
  color: #349f0e;
  opacity: 1;
  font-size: 24px !important;
}
.slider .slick-prev, .carousel .slick-prev {
  left: -20px;
}
.slider .slick-prev::before, .carousel .slick-prev::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-family: 300;
  font-weight: "Font Awesome 5 Pro";
  font-size: 1em;
}
.slider .slick-next, .carousel .slick-next {
  right: -20px;
}
.slider .slick-next::before, .carousel .slick-next::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: "normal";
  font-family: 300;
  font-weight: "Font Awesome 5 Pro";
  font-size: 1em;
}
.slider .slick-dots, .carousel .slick-dots {
  bottom: -60px;
}
.slider .slick-dots li button::before, .carousel .slick-dots li button::before {
  font-size: 14px;
}
.slider .slick-dots li.slick-active button::before, .carousel .slick-dots li.slick-active button::before {
  color: #349f0e;
}
.slider .slide {
  background-position: center;
  background-size: cover;
}
.slider .slick-prev {
  left: 30px;
}
.slider .slick-next {
  right: 30px;
}
.home-slider .slider {
  height: 50vh;
}
.home-slider .slider .slide::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.home-slider .slider .slide-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  width: 80%;
  position: relative;
  z-index: 2;
}
.home-slider .slider .slide-content-wrapper {
  margin: auto auto auto 0;
  width: calc(100% - 60px);
  text-align: left;
}
@media (min-width: 768px) {
  .home-slider .slider .slide-content-wrapper {
    width: 70%;
  }
}
@media (min-width: 981px) {
  .home-slider .slider {
    height: 60vh;
    min-height: 800px;
  }
}
.home-slider .slider .slide-text, .home-slider .slider .mc-slide-button {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .home-slider .slider .slide-text, .home-slider .slider .mc-slide-button {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 981px) {
  .home-slider .slider .slide-text, .home-slider .slider .mc-slide-button {
    font-size: 18px;
  }
}
.home-slider .slider .slide-title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  font-size: 2.5vw;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.1em;
}
@media (max-width: 2400px) {
  .home-slider .slider .slide-title {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .home-slider .slider .slide-title {
    line-height: 1.3em;
  }
}
@media (min-width: 0px) and (max-width: sm) {
  .home-slider .slider .slide-title {
    line-height: 1.3em;
    font-size: 30px !important;
  }
}
.home-slider .slider .slide-title span {
  color: #349f0e;
}
.home-slider .slider .slide-text {
  font-size: 14px;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .home-slider .slider .slide-text {
    font-size: 16px;
    line-height: 1.8em;
  }
}
.home-slider .slick-prev {
  left: 0px;
}
@media (min-width: 1200px) {
  .home-slider .slick-prev {
    left: -30px;
  }
}
.home-slider .slick-next {
  right: 0;
}
@media (min-width: 981px) {
  .home-slider .slick-next {
    right: -30px;
  }
}
.carousel.mc-posts-list {
  margin-top: 0;
  margin-right: -20px;
  margin-bottom: 60px;
  margin-left: -20px;
  display: block;
}
.carousel.mc-posts-list .slick-slide {
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 20px;
  display: block;
  float: left;
}
.carousel.mc-posts-list .list-item {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  height: 100%;
}
.carousel.mc-posts-list .list-item-wrapper {
  height: 100%;
}
.carousel .slick-prev {
  left: -10px;
}
@media (min-width: 1200px) {
  .carousel .slick-prev {
    left: -30px;
  }
}
.carousel .slick-next {
  right: -10px;
}
@media (min-width: 981px) {
  .carousel .slick-next {
    right: -30px;
  }
}
/* -- Tabs -- */
ul.mc-tabs {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-direction: row;
}
ul.mc-tabs li {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  background-color: #0e4967;
  border: 1px solid #0e4967;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
}
ul.mc-tabs li:hover {
  background-color: #11597d;
}
ul.mc-tabs li:hover {
  border-color: #11597d;
}
ul.mc-tabs li:hover {
  color: #fff;
}
ul.mc-tabs li.current {
  background-color: #349f0e;
  border: 1px solid #349f0e;
  color: #fff;
}
ul.mc-tabs li.current:hover {
  background-color: #3cb610;
}
ul.mc-tabs li.current:hover {
  border-color: #3cb610;
}
ul.mc-tabs li.current:hover {
  color: #fff;
}
.mc-tabs-content {
  display: none;
}
.mc-tabs-content.current {
  display: block;
}
/* --------- Photo Gallery --------- */
.mc-var-dump {
  width: 100%;
  background: #333;
  padding: 80px;
  color: #fff;
}
code, .code {
  font-family: Courier New, monospace;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 30px;
  margin: 0;
  width: 100%;
  font-weight: 900;
}
code strong, code em, .code strong, .code em {
  color: #349f0e;
}
