/* Functions */
/* Icons */
/* Utilities */
/* Buttons */
/* Responsiveness */
/* Typography */
/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/38d07d");
 @font-face {
 font-family: 'ChromoxomePro-Bold';src: url('../../../fonts/webfonts/38D07D_0_0.eot');src: url('../../../fonts/webfonts/38D07D_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/38D07D_0_0.woff2') format('woff2'),url('webfonts/38D07D_0_0.woff') format('woff'),url('webfonts/38D07D_0_0.ttf') format('truetype');}
 @font-face {font-family: 'ChromoxomePro-ExtraLight';src: url('webfonts/38D07D_1_0.eot');src: url('webfonts/38D07D_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/38D07D_1_0.woff2') format('woff2'),url('webfonts/38D07D_1_0.woff') format('woff'),url('webfonts/38D07D_1_0.ttf') format('truetype');}
 @font-face {font-family: 'ChromoxomePro-Light';src: url('webfonts/38D07D_2_0.eot');src: url('webfonts/38D07D_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/38D07D_2_0.woff2') format('woff2'),url('webfonts/38D07D_2_0.woff') format('woff'),url('webfonts/38D07D_2_0.ttf') format('truetype');}
 @font-face {font-family: 'ChromoxomePro-Medium';src: url('webfonts/38D07D_3_0.eot');src: url('webfonts/38D07D_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/38D07D_3_0.woff2') format('woff2'),url('webfonts/38D07D_3_0.woff') format('woff'),url('webfonts/38D07D_3_0.ttf') format('truetype');}
 @font-face {font-family: 'ChromoxomePro-SemiBold';src: url('webfonts/38D07D_4_0.eot');src: url('webfonts/38D07D_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/38D07D_4_0.woff2') format('woff2'),url('webfonts/38D07D_4_0.woff') format('woff'),url('webfonts/38D07D_4_0.ttf') format('truetype');}
 */
/* @import must be at top of file, otherwise CSS will not work */
/* 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: "ChromoxomePro-Light", sans-serif;
  font-weight: 300;
  font-size: 21px;
  font-size: 1.3125rem;
  color: rgba(0, 0, 0, 1);
  line-height: 1.8em;
}
@media (max-width: 468px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  body {
    font-size: 18px;
  }
}
a {
  color: rgba(241, 89, 42, 1);
}
.et_pb_text h2, .mc-posts-detail h2, .et_pb_text h3, .mc-posts-detail h3, .et_pb_text h4, .mc-posts-detail h4, .et_pb_text h5, .mc-posts-detail h5, .et_pb_text h6, .mc-posts-detail h6, .et_pb_text ol, .mc-posts-detail ol, .et_pb_text ul, .mc-posts-detail ul, .et_pb_text p, .mc-posts-detail p {
  color: #000;
}
.et_pb_text h1, .mc-posts-detail h1, .et_pb_text h2, .mc-posts-detail h2, .et_pb_text h3, .mc-posts-detail h3, .et_pb_text h4, .mc-posts-detail h4, .et_pb_text h5, .mc-posts-detail h5, .et_pb_text h6, .mc-posts-detail h6 {
  font-family: 'ChromoxomePro-Bold';
  font-weight: normal;
  text-transform: uppercase;
}
.et_pb_text strong, .mc-posts-detail strong {
  font-family: 'ChromoxomePro-Bold';
  font-weight: normal;
}
.et_pb_text sup, .mc-posts-detail sup, .et_pb_text sub, .mc-posts-detail sub {
  font-size: 0.8em;
}
.et_pb_text ol, .mc-posts-detail ol, .et_pb_text ul, .mc-posts-detail ul {
  padding-left: 2em;
}
.et_pb_text ol li, .mc-posts-detail ol li, .et_pb_text ul li, .mc-posts-detail ul li {
  list-style-type: none;
}
.et_pb_text ol li::before, .mc-posts-detail ol li::before, .et_pb_text ul 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: rgba(241, 89, 42, 1);
}
.et_pb_text ul li::before, .mc-posts-detail ul li::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '\f105';
  display: inline-block;
  font-weight: 'normal';
  color: rgba(241, 89, 42, 1);
}
.et_pb_section .et_pb_row, .et_section_specialty .et_pb_row {
  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;
  width: 95%;
}
@media (max-width: 479px) {
  .et_pb_section .et_pb_row, .et_section_specialty .et_pb_row {
    width: 95%;
  }
}
@media (min-width: 1405px) {
  .et_pb_section .et_pb_row, .et_section_specialty .et_pb_row {
    max-width: 1400px;
  }
}
@media (max-width: 479px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 1405px) {
  .container {
    max-width: 1400px;
  }
}
.home .et_pb_section_0 {
  margin-top: -158px;
}
@media (min-width: 1100px) {
  .home .et_pb_section_0 {
    margin-top: -135px;
  }
}
#main-header {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
}
#main-header #logo {
  margin-left: 30px;
  margin-right: 30px;
}
#main-header .centered-inline-logo-wrap {
  width: auto !important;
}
.et-fixed-header#main-header {
  background-color: rgba(81, 123, 153, 1) !important;
  box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.1) !important;
}
body:not(.home) #main-header {
  background-color: rgba(81, 123, 153, 1) !important;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1) !important;
}
#et-secondary-menu {
  text-align: center;
  float: none;
}
.et-fixed-header#top-header {
  background-color: #f1592a;
}
#top-menu-nav {
  margin-left: 50px;
}
header#main-header #top-menu li > a {
  color: rgba(255, 255, 255, 1) !important;
  text-transform: uppercase;
  font-family: 'ChromoxomePro-Medium';
}
header#main-header #top-menu li.current-menu-item > a {
  color: rgba(255, 255, 255, 1) !important;
}
header#main-header #top-menu .sub-menu {
  background-color: rgba(241, 89, 42, 1);
  border-color: rgba(241, 89, 42, 1);
}
header#main-header #et_search_icon::before {
  color: rgba(255, 255, 255, 1) !important;
}
.mobile_menu_bar::before {
  color: rgba(241, 89, 42, 1);
}
.et_mobile_menu {
  border-top-color: rgba(241, 89, 42, 1);
}
.section-icon-text .et_pb_column_0, .section-icon-text .et_pb_column_1 {
  margin-bottom: 10px;
}
.home-blurb h3::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 0.7em;
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 0.9em;
}
.home-blurb h3 span {
  display: block;
}
@media (max-width: 600px) {
  .home-blurb h3 br {
    display: none;
  }
}
.vertical-top {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.vertical-top::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 40px;
  background: rgba(0, 0, 0, 1);
}
@media (min-width: 1100px) {
  .vertical-top::before {
    height: 80px;
  }
}
.vertical-top span {
  display: block;
  margin-top: 0.5em;
  letter-spacing: 0.1em;
}
.large-text-block {
  font-family: 'ChromoxomePro-Bold';
  margin: 0 auto;
}
.large-text-block .vertical-top {
  font-size: 0.9375rem;
}
@media (min-width: 1100px) {
  .large-text-block .vertical-top {
    font-size: 1.875rem;
  }
}
.large-text-block .heading {
  text-transform: uppercase;
  line-height: 1.875rem;
  font-size: 1.875rem;
  color: rgba(0, 0, 0, 1);
}
@media (min-width: 1100px) {
  .large-text-block .heading {
    line-height: 3.75rem;
    font-size: 3.75rem;
  }
}
.large-text-block .sub-heading {
  font-family: 'ChromoxomePro-Light';
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 980px) {
  .large-text-block {
    max-width: 1024px;
  }
}
.red-heading {
  color: rgba(241, 89, 42, 1);
}
.red-heading::before {
  background: rgba(241, 89, 42, 1);
}
.blue-heading {
  color: rgba(81, 123, 153, 1);
}
.blue-heading::before {
  background: rgba(81, 123, 153, 1);
}
.white-heading {
  color: rgba(255, 255, 255, 1) !important;
}
.white-heading::before {
  background: rgba(255, 255, 255, 1);
}
.gform_wrapper {
  overflow: hidden;
}
.gform_wrapper .gfield_label {
  display: none;
}
.gform_wrapper ul.gform_fields {
  padding: 0;
}
.gform_wrapper .gfield {
  list-style-type: none;
  float: left;
  width: 100%;
}
.gform_wrapper .gfield input, .gform_wrapper .gfield textarea {
  background-color: rgba(255, 255, 255, 0);
  padding: 17px 30px 15px 30px !important;
  line-height: 1em;
  border-color: rgba(0, 0, 0, 1);
  width: 100%;
}
.gform_wrapper input, .gform_wrapper .button {
  font-size: 1.3125rem;
}
.gform_wrapper .button {
  background: rgba(255, 255, 255, 0);
  padding: 17px 30px 15px 30px !important;
  border: 1px solid rgba(0, 0, 0, 1);
}
.gform_wrapper .ginput_container_consent {
  margin: 2% 0;
}
@media (max-width: 980px) {
}
.gform_wrapper .ginput_container_consent input, .gform_wrapper .ginput_container_consent label {
  display: inline-block;
}
@media (max-width: 980px) {
  .gform_wrapper .ginput_container_consent input, .gform_wrapper .ginput_container_consent label {
    display: inline;
  }
}
.gform_wrapper .ginput_container_consent input {
  width: auto;
}
.mc-newsletter-form_wrapper {
  display: inline-block;
}
.mc-newsletter-form_wrapper .gfield {
  padding-left: 1%;
  padding-right: 1%;
}
.mc-newsletter-form_wrapper .gfield#field_1_4, .mc-newsletter-form_wrapper .gfield#field_1_2 {
  width: 50%;
}
@media (max-width: 980px) {
  .mc-newsletter-form_wrapper .gfield#field_1_4, .mc-newsletter-form_wrapper .gfield#field_1_2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.mc-newsletter-form_wrapper .gfield input[type="text"].placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.mc-newsletter-form_wrapper .gfield input[type="text"]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.mc-newsletter-form_wrapper .gfield input[type="text"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.mc-newsletter-form_wrapper .gfield input[type="text"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.mc-newsletter-form_wrapper .gfield input[type="text"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.mc-contact-form_wrapper {
  overflow: hidden;
}
.mc-contact-form_wrapper .gform_fields {
  margin: -10px;
  overflow: hidden;
}
.mc-contact-form_wrapper .gform_fields .gfield {
  width: 100%;
  clear: none;
  padding: 10px;
}
.mc-contact-form_wrapper .gform_fields .gfield input {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  padding: 17px 30px 15px 30px !important;
  line-height: 1em;
  border-color: rgba(0, 0, 0, 1);
}
.mc-contact-form_wrapper .gform_fields .gfield#field_2_5, .mc-contact-form_wrapper .gform_fields .gfield#field_2_2 {
  width: 50%;
}
@media (max-width: 980px) {
  .mc-contact-form_wrapper .gform_fields .gfield#field_2_5, .mc-contact-form_wrapper .gform_fields .gfield#field_2_2 {
    width: 100%;
  }
}
.mc-contact-form_wrapper .ginput_container_consent input {
  width: auto !important;
}
.mc-contact-form_wrapper .ginput_container_consent input, .mc-contact-form_wrapper .ginput_container_consent label {
  display: inline;
}
.mc-contact-form_wrapper .button {
  background-color: rgba(255, 255, 255, 0) !important;
  padding: 17px 30px 15px 30px !important;
  border-color: rgba(0, 0, 0, 1);
  margin-top: 15px;
}
#ctf .ctf-tweet-content {
  text-align: center;
}
#ctf .ctf-tweet-content .ctf-tweet-text {
  line-height: 1.3em;
  color: rgba(255, 255, 255, 1);
}
@media (min-width: 980px) {
  #ctf .ctf-tweet-content .ctf-tweet-text {
    font-size: 1.5rem;
  }
}
#ctf .ctf-tweet-content .ctf-tweet-text a {
  color: rgba(255, 255, 255, 1);
  font-family: 'ChromoxomePro-Bold';
}
#ctf .ctf-tweet-content .ctf-tweet-media, #ctf .ctf-tweet-content .ctf-lightbox-link {
  float: none;
  max-width: 300px;
  display: inline-block;
  margin-top: 50px;
}
.et_header_style_split .mobile_nav .select_page {
  color: #fff !important;
}
/* --------- Default Post List --------- */
.mc-posts-list, .autherlist {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}
.mc-posts-list .list-item, .autherlist .list-item {
  width: 100%;
  flex-shrink: 1;
  padding-left: 2%;
  padding-top: 2%;
}
@media (min-width: 980px) {
  .mc-posts-list.mc-posts-list-2-col .list-item, .autherlist.mc-posts-list-2-col .list-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .mc-posts-list.mc-posts-list-3-col .list-item, .autherlist.mc-posts-list-3-col .list-item {
    width: 50%;
  }
}
@media (min-width: 980px) {
  .mc-posts-list.mc-posts-list-3-col .list-item, .autherlist.mc-posts-list-3-col .list-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .mc-posts-list.mc-posts-list-4-col .list-item, .autherlist.mc-posts-list-4-col .list-item {
    width: 50%;
  }
}
@media (min-width: 980px) {
  .mc-posts-list.mc-posts-list-4-col .list-item, .autherlist.mc-posts-list-4-col .list-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .mc-posts-list.mc-posts-list-5-col .list-item, .autherlist.mc-posts-list-5-col .list-item {
    width: 50%;
  }
}
@media (min-width: 980px) {
  .mc-posts-list.mc-posts-list-5-col .list-item, .autherlist.mc-posts-list-5-col .list-item {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .mc-posts-list.mc-posts-list-6-col .list-item, .autherlist.mc-posts-list-6-col .list-item {
    width: 50%;
  }
}
@media (min-width: 980px) {
  .mc-posts-list.mc-posts-list-6-col .list-item, .autherlist.mc-posts-list-6-col .list-item {
    width: 16.6666666667%;
  }
}
/* --------- Customize list by post type --------- */
.mc-posts-list {
  /* Search results */
  /* Custom list. Add as many as needed */
}
.mc-posts-list .list-item.hidden {
  display: none;
}
.mc-posts-list .list-terms {
  background: rgba(241, 89, 42, 1);
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  text-transform: uppercase;
  font-family: 'ChromoxomePro-Bold';
  font-size: 0.875rem;
  padding: 0 1em;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.mc-posts-list .list-terms::after {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '\f02b';
  display: inline-block;
  font-weight: 'normal';
  margin-left: 0.5em;
}
.mc-posts-list .list-item-wrapper {
  position: relative;
  height: 100%;
  background: rgba(249, 249, 249, 1);
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 90px;
  padding-left: 30px;
}
.mc-posts-list .list-item-wrapper.has-image {
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
}
.mc-posts-list .list-item-wrapper.has-image .list-content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
.mc-posts-list .list-item-wrapper.has-image .list-terms {
  display: none;
}
.mc-posts-list .list-item-wrapper.has-image .list-thumbnail {
  position: relative;
}
.mc-posts-list .list-item-wrapper.has-image .list-thumbnail .list-terms {
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 0;
  margin: 0;
}
.mc-posts-list .list-date {
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.mc-posts-list .list-title {
  width: 100%;
  margin: 0;
}
.mc-posts-list .list-title a {
  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;
  color: rgba(0, 0, 0, 1);
  font-family: 'ChromoxomePro-Bold';
  font-size: 1.875rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.mc-posts-list .list-title a:hover {
  color: rgba(241, 89, 42, 1);
}
.mc-posts-list .list-read-more {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.mc-posts-list .mc-button {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  text-align: left;
}
.mc-posts-list .mc-button:hover {
  color: rgba(241, 89, 42, 1);
}
.mc-posts-list .mc-button:hover::after {
  background-color: rgba(241, 89, 42, 1);
}
.mc-posts-list .list-thumbnail {
  display: block;
  background-position: center;
  background-size: cover;
}
.mc-posts-list .list-thumbnail img {
  display: none;
}
.mc-posts-list .list-thumbnail:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.mc-posts-list.search-results {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 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-bottom: 2em;
  margin-bottom: 0;
}
.mc-posts-list.search-results .list-item .list-item-wrapper:hover {
  padding-left: 2em;
  padding-right: 2em;
}
.mc-posts-list.home-news, .mc-posts-list.home-topics {
  margin-left: 0;
}
.mc-posts-list.home-news .list-item, .mc-posts-list.home-topics .list-item {
  padding: 0;
  position: relative;
}
.mc-posts-list.home-news .list-item-wrapper, .mc-posts-list.home-topics .list-item-wrapper {
  padding: 0;
}
.mc-posts-list.home-news .list-thumbnail, .mc-posts-list.home-topics .list-thumbnail {
  position: relative;
  z-index: 0;
}
.mc-posts-list.home-news .list-thumbnail::after, .mc-posts-list.home-topics .list-thumbnail::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.mc-posts-list.home-news .list-thumbnail:before, .mc-posts-list.home-topics .list-thumbnail:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.home-news .list-thumbnail img, .mc-posts-list.home-topics .list-thumbnail img {
  display: none;
}
.mc-posts-list.home-news .list-content-wrapper, .mc-posts-list.home-topics .list-content-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  padding: 30px 60px 30px 30px;
}
.mc-posts-list.home-news .list-date, .mc-posts-list.home-topics .list-date {
  font-family: 'ChromoxomePro-Bold';
  font-size: 0.875rem;
  text-transform: uppercase;
}
.mc-posts-list.home-news .list-title, .mc-posts-list.home-topics .list-title {
  padding: 2em 0 3em 0;
}
.mc-posts-list.home-news .list-title a, .mc-posts-list.home-topics .list-title a {
  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;
  color: rgba(255, 255, 255, 1);
  font-family: 'ChromoxomePro-Bold';
  font-size: 1.875rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.mc-posts-list.home-news .list-title a:hover, .mc-posts-list.home-topics .list-title a:hover {
  color: rgba(241, 89, 42, 1);
}
.mc-posts-list.home-news .list-excerpt, .mc-posts-list.home-topics .list-excerpt {
  display: none;
}
.mc-posts-list.home-news .list-read-more, .mc-posts-list.home-topics .list-read-more {
  text-align: left;
  padding: 0;
}
.mc-posts-list.home-news .list-read-more:hover, .mc-posts-list.home-topics .list-read-more:hover {
  color: rgba(241, 89, 42, 1);
}
.mc-posts-list.home-news .list-read-more:hover::after, .mc-posts-list.home-topics .list-read-more:hover::after {
  background-color: rgba(241, 89, 42, 1);
}
.mc-posts-list.home-news .list-item {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .mc-posts-list.home-news .list-item {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .mc-posts-list.home-news .list-item {
    width: 33.3333333333%;
  }
}
.mc-posts-list.home-news .list-thumbnail:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 50%;
}
@media (max-width: 479px) {
  .mc-posts-list.home-news .list-thumbnail:before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
}
@media (min-width: 980px) {
  .mc-posts-list.home-news .list-thumbnail:before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
}
.mc-posts-list.home-topics {
  display: block;
}
.mc-posts-list.home-topics .list-item {
  width: 100%;
  float: left;
}
.mc-posts-list.home-topics .list-item .list-thumbnail:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 50%;
}
@media (min-width: 1100px) {
  .mc-posts-list.home-topics .list-item .list-thumbnail:before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
}
.mc-posts-list.home-topics .list-item:nth-child(2) .list-thumbnail:before, .mc-posts-list.home-topics .list-item:nth-child(3) .list-thumbnail:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 50%;
}
@media (min-width: 1100px) {
  .mc-posts-list.home-topics .list-item {
    width: 50%;
  }
}
.mc-posts-list.home-topics .list-content-wrapper {
  max-width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1100px) {
  .mc-posts-list.home-topics .list-content-wrapper {
    text-align: left;
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    max-width: 80%;
  }
}
.mc-posts-list.home-topics .list-title {
  padding: 0;
  margin: 0;
}
.mc-posts-list.home-topics .list-excerpt {
  display: block;
  line-height: 1.3em;
  margin: 30px 0 0 0;
}
@media (max-width: 460px) {
  .mc-posts-list.home-topics .list-excerpt {
    display: none;
  }
}
@media (min-width: 980px) {
}
.mc-posts-list.home-topics .list-read-more {
  display: none;
}
.mc-posts-list.video-list .mc-button {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  text-align: left;
}
.mc-posts-list.video-list .mc-button:hover {
  color: rgba(241, 89, 42, 1);
}
.mc-posts-list.video-list .mc-button:hover::after {
  background-color: rgba(241, 89, 42, 1);
}
.mc-posts-list.video-list.video-home .list-excerpt, .mc-posts-list.video-list.video-home .list-terms {
  display: none !important;
}
.mc-posts-list.partners-list .list-item-wrapper, .mc-posts-list.publication-list .list-item-wrapper {
  display: flex;
}
.mc-posts-list.partners-list .list-thumbnail, .mc-posts-list.publication-list .list-thumbnail {
  border: 1px solid rgba(249, 249, 249, 1);
  width: 20%;
  position: relative;
}
.mc-posts-list.partners-list .list-thumbnail:before, .mc-posts-list.publication-list .list-thumbnail:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.mc-posts-list.partners-list .list-thumbnail img, .mc-posts-list.publication-list .list-thumbnail img {
  display: block;
  width: 100%;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mc-posts-list.partners-list .list-content-wrapper, .mc-posts-list.publication-list .list-content-wrapper {
  border: 1px solid rgba(249, 249, 249, 1);
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  padding: 30px;
}
@media (max-width: 460px) {
  .mc-posts-list.publication-list .list-item-wrapper, .mc-posts-list.partners-list .list-item-wrapper {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 460px) {
  .mc-posts-list.publication-list .list-content-wrapper, .mc-posts-list.partners-list .list-content-wrapper {
    order: 2;
    width: 100%;
  }
}
.mc-posts-list.publication-list .list-thumbnail, .mc-posts-list.partners-list .list-thumbnail {
  background-image: none !important;
  background-color: #fff;
  width: 40%;
}
@media (max-width: 460px) {
  .mc-posts-list.publication-list .list-thumbnail, .mc-posts-list.partners-list .list-thumbnail {
    width: 100%;
    order: 1;
  }
}
@media (min-width: 980px) {
  .mc-posts-list.publication-list .list-thumbnail, .mc-posts-list.partners-list .list-thumbnail {
    width: 20%;
  }
  .mc-posts-list.publication-list .list-thumbnail:before, .mc-posts-list.partners-list .list-thumbnail:before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
}
.mc-posts-list.publication-list .list-thumbnail img, .mc-posts-list.partners-list .list-thumbnail img {
  width: auto;
}
.mc-posts-list.publication-list .list-item-wrapper, .mc-posts-list.partners-list .list-item-wrapper {
  padding-bottom: 0;
}
.mc-posts-list.publication-list .list-read-more, .mc-posts-list.partners-list .list-read-more {
  position: relative;
  left: auto;
  bottom: auto;
}
.mc-posts-list.publication-list .sub-wrapper, .mc-posts-list.partners-list .sub-wrapper {
  width: 100%;
}
.mc-posts-list.video-list .list-thumbnail:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mc-posts-list.video-list .list-item-wrapper {
  position: relative;
  padding-bottom: 80px;
  height: 100%;
}
.mc-posts-list.video-list .list-title {
  width: 100%;
  margin: 0;
}
.mc-posts-list.video-list .list-title a {
  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;
  color: rgba(0, 0, 0, 1);
  font-family: 'ChromoxomePro-Bold';
  font-size: 1.875rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.mc-posts-list.video-list .list-title a:hover {
  color: rgba(241, 89, 42, 1);
}
.mc-posts-list.video-list .mc-button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.mc-posts-list.video-list .mc-button:hover {
  color: rgba(241, 89, 42, 1);
}
.mc-posts-list.video-list .mc-button:hover::after {
  background-color: rgba(241, 89, 42, 1);
}
.mc-posts-list.video-list .list-terms {
  display: inline-block;
  background: rgba(241, 89, 42, 1);
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-family: 'ChromoxomePro-Bold';
  font-size: 0.875rem;
  padding: 0 1em;
  margin-bottom: 20px;
}
.mc-posts-list.video-list .list-terms::after {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '\f02b';
  display: inline-block;
  font-weight: 'normal';
  margin-left: 0.5em;
}
.mc-posts-list.projects-list .list-thumbnail {
  background: #fff;
  border: 1px solid #f9f9f9;
}
.mc-posts-list.projects-list .list-thumbnail img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.mc-posts-list.authors-list .list-thumbnail:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.autherlist .mc_grid_item {
  width: 100%;
  flex-shrink: 1;
  padding-left: 2%;
  padding-top: 2%;
}
@media (min-width: 768px) {
  .autherlist .mc_grid_item {
    width: 50%;
  }
}
@media (min-width: 980px) {
  .autherlist .mc_grid_item {
    width: 25%;
  }
}
.autherlist .author-image {
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
.autherlist .author-image:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.autherlist .author-image img {
  display: none;
  width: 100%;
}
.autherlist .author-text-box {
  text-align: center;
}
.autherlist .author-full-name a {
  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;
  color: rgba(0, 0, 0, 1);
  font-family: 'ChromoxomePro-Bold';
  font-size: 1.875rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.autherlist .author-full-name a:hover {
  color: rgba(241, 89, 42, 1);
}
.mc-button {
  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: transparent;
  border: 1px solid transparent;
  color: #000;
  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: 'ChromoxomePro-Bold';
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1em;
}
.mc-button:hover {
  background-color: rgba(13, 13, 13, 0);
}
.mc-button:hover {
  border-color: rgba(13, 13, 13, 0);
}
.mc-button:hover {
  color: #000;
}
.mc-button span {
  display: block;
}
.mc-button::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;
  content: '';
  display: inline-block;
  width: 1.3em;
  height: 1px;
  background-color: rgba(0, 0, 0, 1);
}
.mc-button:hover::after {
  width: 2em;
}
.mc-button.white {
  color: #fff;
}
.mc-button.white:hover {
  color: #fff;
}
.mc-button.white::after {
  background-color: rgba(255, 255, 255, 1);
}
.mc-button.red {
  color: #f1592a;
}
.mc-button.red:hover {
  color: #f1592a;
}
.mc-button.red::after {
  background-color: rgba(241, 89, 42, 1);
}
/* 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: rgba(241, 89, 42, 1);
  border-color: rgba(241, 89, 42, 1);
}
.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: rgba(249, 249, 249, 1);
}
.entry-content .calendar-wrapper .fc-today .fc-day-number {
  background-color: rgba(81, 123, 153, 1);
  color: rgba(255, 255, 255, 1);
}
/* Isotope filter */
.filters-button-group button {
  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: #517b99;
  border: 1px solid #517b99;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  margin: 0 1px 1px 0;
}
.filters-button-group button:hover {
  background-color: #5b88a8;
}
.filters-button-group button:hover {
  border-color: #5b88a8;
}
.filters-button-group button:hover {
  color: #fff;
}
.filters-button-group .is-checked {
  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: #f1592a;
  border: 1px solid #f1592a;
  color: #fff;
}
.filters-button-group .is-checked:hover {
  background-color: #f36c42;
}
.filters-button-group .is-checked:hover {
  border-color: #f36c42;
}
.filters-button-group .is-checked:hover {
  color: #fff;
}
.filter_post ul {
  padding: 0;
}
.filter_post ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.nice-select {
  border-radius: 0;
  margin-bottom: 40px;
}
.nice-select.open .list {
  width: 700px !important;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}
.nice-select.open .list li {
  display: block;
  float: left;
  padding: 0 20px;
  margin: 0;
  width: 25%;
}
.list-search-wrapper {
  background-color: rgba(241, 89, 42, 1);
  padding: 20px;
  text-align: center;
}
.list-search-wrapper .text-input, .list-search-wrapper .submit {
  background-color: rgba(255, 255, 255, 1);
  margin: 0;
  border: none;
  display: inline-block;
  width: 50%;
  font-size: 0.875rem;
  padding: 10px 20px;
}
.list-search-wrapper .submit {
  width: auto;
  color: rgba(241, 89, 42, 1);
  font-family: 'ChromoxomePro-Bold';
  font-weight: normal;
}
.load-more-wrapper {
  text-align: center;
  border-top: 1px solid rgba(249, 249, 249, 1);
  margin-top: 2%;
}
.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: rgba(255, 255, 255, 1);
  margin: 0 0 0 1px;
  background-color: #517b99;
  border: 1px solid #517b99;
  color: #fff;
}
.pods-pagination-paginate .page-numbers:hover {
  background-color: #5b88a8;
}
.pods-pagination-paginate .page-numbers:hover {
  border-color: #5b88a8;
}
.pods-pagination-paginate .page-numbers:hover {
  color: #fff;
}
.pods-pagination-paginate .page-numbers.current {
  background-color: #f1592a;
  border: 1px solid #f1592a;
  color: #fff;
  font-weight: 900;
}
.pods-pagination-paginate .page-numbers.current:hover {
  background-color: #f36c42;
}
.pods-pagination-paginate .page-numbers.current:hover {
  border-color: #f36c42;
}
.pods-pagination-paginate .page-numbers.current:hover {
  color: #fff;
}
.pods-pagination-paginate .page-numbers.prev::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '\f104';
  display: inline-block;
  font-weight: 'normal';
}
.pods-pagination-paginate .page-numbers.next::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '\f105';
  display: inline-block;
  font-weight: 'normal';
}
.wp-pagenavi {
  border: none;
}
.wp-pagenavi span.current {
  color: #f1592a !important;
  font-family: 'ChromoxomePro-Bold';
  font-weight: normal;
}
.wp-pagenavi a:hover {
  color: #f1592a !important;
}
/* --------- Default Post detail --------- */
.et_pb_section.page-heading-wrapper {
  background-color: rgba(249, 249, 249, 1);
  padding: 0;
}
@media (min-width: 980px) {
  .et_pb_section.page-heading-wrapper {
    padding: 30px 0 20px 0;
  }
}
.et_pb_section.page-heading-wrapper .page-title {
  font-size: 44px;
  font-size: 2.75rem;
  text-transform: uppercase;
  font-family: 'ChromoxomePro-Bold';
  padding: 0;
  color: #f1592a;
}
.single-body {
  padding-top: 0;
}
.single-gallery {
  background-color: rgba(249, 249, 249, 1);
}
.single-gallery .vertical-top span {
  margin-bottom: 30px;
}
.single-detail .detail-title {
  font-family: 'ChromoxomePro-Bold';
  font-size: 1.875rem;
  line-height: 1.875rem;
}
@media (min-width: 1100px) {
  .single-detail .detail-title {
    line-height: 3.75rem;
    font-size: 3.75rem;
  }
}
.single-detail .detail-thumbnail img {
  width: 100%;
  display: block;
}
.single-detail .detail-date, .single-detail .detail-position {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
/* -- Tabs -- */
ul.mc-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  flex-direction: row;
}
ul.mc-tabs li {
  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: #517b99;
  border: 1px solid #517b99;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
}
ul.mc-tabs li:hover {
  background-color: #5b88a8;
}
ul.mc-tabs li:hover {
  border-color: #5b88a8;
}
ul.mc-tabs li:hover {
  color: #fff;
}
ul.mc-tabs li.current {
  background-color: #f1592a;
  border: 1px solid #f1592a;
  color: #fff;
}
ul.mc-tabs li.current:hover {
  background-color: #f36c42;
}
ul.mc-tabs li.current:hover {
  border-color: #f36c42;
}
ul.mc-tabs li.current:hover {
  color: #fff;
}
.mc-tabs-content {
  display: none;
}
.mc-tabs-content.current {
  display: block;
}
/* -- Slider: Slick Slider -- */
.slider .slick-list, .slider .slick-track, .slider .slick-slide, .slider .slide {
  height: 100%;
}
.slider .slick-list > div, .slider .slick-track > div, .slider .slick-slide > div, .slider .slide > div {
  height: 100%;
}
.slider .slide-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
.slider .slide-content-wrapper {
  align-self: center;
  margin: auto;
  width: 70%;
  text-align: center;
  padding: 30px;
}
.slider .slide {
  background-position: center;
  background-size: cover;
}
.slider .slick-prev, .slider .slick-next {
  z-index: 999;
}
.slider .slick-prev::before, .slider .slick-next::before {
  font-size: 30px;
  font-size: 1.875rem;
}
.slider .slick-prev {
  left: 50px;
}
.slider .slick-prev::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '\f104';
  display: inline-block;
  font-weight: 'normal';
}
.slider .slick-next {
  right: 50px;
}
.slider .slick-next::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '\f105';
  display: inline-block;
  font-weight: 'normal';
}
.home-slider .slider {
  height: 100vh;
}
@media (min-width: 768px) {
  .home-slider .slider {
    height: 70vh;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home-slider .slider {
    height: 100vh;
  }
}
@media (min-width: 1100px) {
  .home-slider .slider {
    height: 70vh;
  }
}
.home-slider .slider.slick-dotted {
  margin-bottom: 0;
}
.home-slider .slider .slide::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.3;
}
.home-slider .slider .slide-container {
  position: relative;
  z-index: 999;
  text-transform: uppercase;
}
.home-slider .slider .slide-title {
  color: rgba(255, 255, 255, 1);
  font-family: 'ChromoxomePro-Bold';
  font-size: 1rem;
  line-height: 1.1em;
}
.home-slider .slider .slide-title::before {
  content: '';
  display: none;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 1);
}
@media (min-width: 980px) {
  .home-slider .slider .slide-title::before {
    height: 60px;
  }
}
@media (min-width: 1100px) {
  .home-slider .slider .slide-title::before {
    height: 100px;
  }
}
.home-slider .slider .slide-title span {
  display: block;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .home-slider .slider .slide-title {
    font-size: 1.875rem;
  }
}
@media (min-width: 980px) {
  .home-slider .slider .slide-title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1100px) {
  .home-slider .slider .slide-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1405px) {
  .home-slider .slider .slide-title {
    font-size: 3.75rem;
  }
}
.home-slider .slider .slide-title br {
  display: none;
}
@media (min-width: 980px) {
  .home-slider .slider .slide-title br {
    display: block;
  }
}
.home-slider .slider .slide-text {
  padding-bottom: 0;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  font-size: 0.75rem;
  line-height: 1.3em;
  display: none;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .home-slider .slider .slide-text {
    font-size: 0.875rem;
    display: block;
  }
}
@media (min-width: 980px) {
  .home-slider .slider .slide-text {
    font-size: 1rem;
  }
}
@media (min-width: 1100px) {
  .home-slider .slider .slide-text {
    font-size: 1.125rem;
  }
}
@media (min-width: 1405px) {
  .home-slider .slider .slide-text {
    font-size: 1.5rem;
  }
}
.home-slider .mc-button:hover {
  color: rgba(241, 89, 42, 1);
}
.home-slider .mc-button:hover::after {
  background-color: rgba(241, 89, 42, 1);
}
.home-slider .slick-next::before, .home-slider .slick-prev::before {
  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;
}
.home-slider .slick-next:hover::before, .home-slider .slick-prev:hover::before {
  color: rgba(241, 89, 42, 1);
}
/* -- Tabs -- */
ul.mc-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  flex-direction: row;
}
ul.mc-tabs li {
  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: #517b99;
  border: 1px solid #517b99;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
}
ul.mc-tabs li:hover {
  background-color: #5b88a8;
}
ul.mc-tabs li:hover {
  border-color: #5b88a8;
}
ul.mc-tabs li:hover {
  color: #fff;
}
ul.mc-tabs li.current {
  background-color: #f1592a;
  border: 1px solid #f1592a;
  color: #fff;
}
ul.mc-tabs li.current:hover {
  background-color: #f36c42;
}
ul.mc-tabs li.current:hover {
  border-color: #f36c42;
}
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 strong, code em, .code em {
  color: #f1592a;
}
.test {
  padding-top: 56.25%;
  background: red;
}
