@charset "UTF-8";
:root {
  --dark-blue: #216089;
  --light-blue: #48b7e5;
  --black: #000000;

  --tmc-blue: #34aee3;
  --tmc-red: #e32726;
  --tmc-green: #61a60e;
  --tmc-yellow: #ffb819;
  
  --tmc-blue-state: #2795c5;
  --tmc-red-state: #cf2121;
  --tmc-green-state: #54900b;
  --tmc-yellow-state: #e8a209;
  
  --tmc-dark: #000;
  --tmc-gray: #efefef;
  --tmc-graytext: #999;

  --tmc-font-family: 'Gotham', sans-serif;
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Light.woff2") format("woff2"),
    url("../fonts/Gotham-Light.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Regular.woff2") format("woff2"),
    url("../fonts/Gotham-Regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Italic.woff2") format("woff2"),
    url("../fonts/Gotham-Italic.woff") format("woff");
  font-style: italic;
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"),
    url("../fonts/Gotham-Medium.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-MediumItalic.woff2") format("woff2"),
    url("../fonts/Gotham-MediumItalic.woff") format("woff");
  font-style: italic;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"),
    url("../fonts/Gotham-Bold.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BoldItalic.woff2") format("woff2"),
    url("../fonts/Gotham-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}

/* Font Icons */
@font-face {
  font-family: "tmc";
  src: url("../fonts/tmc.eot?55351383");
  src: url("../fonts/tmc.eot?55351383#iefix") format("embedded-opentype"),
    url("../fonts/tmc.woff2?55351383") format("woff2"),
    url("../fonts/tmc.woff?55351383") format("woff"),
    url("../fonts/tmc.ttf?55351383") format("truetype"),
    url("../fonts/tmc.svg?55351383#tmc") format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "tmc";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-linkedin:before {
  content: "\e800";
} /* '' */
.icon-rss:before {
  content: "\e801";
} /* '' */
.icon-googleplay:before {
  content: "\e802";
} /* '' */
.icon-twitter:before {
  content: "\e803";
} /* '' */
.icon-skype:before {
  content: "\e804";
} /* '' */
.icon-youtube:before {
  content: "\e805";
} /* '' */
.icon-facebook:before {
  content: "\e806";
} /* '' */
.icon-pinterest:before {
  content: "\e807";
} /* '' */
.icon-star:before {
  content: "\e808";
} /* '' */
.icon-star-empty:before {
  content: "\e809";
} /* '' */
.icon-arrow-left:before {
  content: "\e8a8";
} /* '' */
.icon-arrow-right:before {
  content: "\e8a9";
} /* '' */
.icon-clear:before {
  content: "\e8aa";
} /* '' */
.icon-arrow-up:before {
  content: "\e8ab";
} /* '' */
.icon-arrow-down:before {
  content: "\e8ac";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
body {
  position: relative;
  font: 400 1.6rem/1.625 "Gotham", sans-serif;
  color: #393939;
  background-color: #fff;
  background-position: left top;
  background-repeat: repeat-y;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile,
.desktop {
  width: 100%;
}
.mobile {
  display: inline-block;
}
.desktop {
  display: none;
}
@media only screen and (min-width: 767px) {
  .desktop {
    display: inline-block;
  }
  .mobile {
    display: none;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
/* Header */
.header {
  background-color: var(--tmc-dark);
  color: #fff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.logo {
  display: block;
  max-width: 100px;
}
.header .container,
.header-container-fluid {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .logo {
    max-width: 112px;
  }
}

@media (min-width: 992px) {
  .logo {
    max-width: none;
  }
}

.scroll-margin {
  scroll-margin-top: 110px;
}

.menu,
.over-menu {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.4rem;
}

.menu > li:not(:last-child) {
  margin-right: 2rem;
}

.menu a {
  color: inherit;
  position: relative;
  transition: color .25s ease, background .2s ease;
}

.menu .menu-item-has-children > a {
  padding-right: 2.2rem;
}

.menu > .menu-item-has-children > a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'%3E%3C/line%3E%3Cpolyline points='7 7 17 7 17 17'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2rem;
  margin-top: -0.9rem;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.35s ease;
  width: 2rem;
}

.menu .active:after {
  fill: var(--tmc-blue);
  transform: rotate(90deg);
}

.menu .current-menu-parent > a,
.menu .current-menu-item > a,
.menu .open > a,
.menu a:hover {
  color: var(--tmc-blue);
}



.menu .current-menu-parent > a:after,
.menu .open > a:after,
.menu a:hover:after,
.menu .active.menu-item-has-children > a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2334aee3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'%3E%3C/line%3E%3Cpolyline points='7 7 17 7 17 17'%3E%3C/polyline%3E%3C/svg%3E");
}

.menu .open > a:after,
.menu a:hover:after,
.menu .active.menu-item-has-children > a:after {
  transform: rotate(90deg);
}

/*
.menu > li > ul {
  max-height: calc(100vh - 11rem);
  overflow-y: auto;
}

// Chorm & safari 
.menu > li > ul::-webkit-scrollbar {
  display: none;
}

// Hide scrollbar for IE, Edge and Firefox 
.menu > li > ul {
  -ms-overflow-style: none;  // IE and Edge 
  scrollbar-width: none;  // Firefox
}
*/

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu > li > ul {
  font-size: 1.5rem;
  left: 1.5rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: calc(100% - 3rem);
}

.menu ul li {
  background: var(--tmc-dark);
  position: relative;
}

.menu > li > ul > li:not(:last-child) {
  border-bottom: 0.1rem solid rgba(239, 239, 239, 0.25);
}

.menu ul > li > a {
  display: block;
  padding: 1.975rem 3rem;
  padding-right: 6.2rem;
  position: relative;
  width: 100%;
}

.menu ul ul > li > a {
  display: inline-block;
  width: auto;
}

.menu ul > .current-menu-item:not(.open) > a:not(:hover),
.menu .current-menu-ancestor:not(.open) > a:not(:hover) {
  color: var(--tmc-blue);
}

.menu ul > li.open > a,
.menu ul > li > a:hover {
  background-color: var(--tmc-blue);
  color: var(--tmc-dark);
}

/* Variants */
.menu ul > .red.current-menu-parent:not(.open) > a:not(:hover),
.menu ul > .red.current-menu-item:not(.open) > a:not(:hover),
.menu ul > .red.current-menu-parent .current-menu-item > a:not(:hover){
  color: var(--tmc-red);
}

.menu ul > .red.open > a,
.menu ul > .red > a:hover {
  background-color: var(--tmc-red);
}

.menu .green.current-menu-parent:not(.open) > a:not(:hover),
.menu ul > .green.current-menu-item:not(.open) > a:not(:hover),
.menu ul > .green.current-menu-parent .current-menu-item > a:not(:hover){
  color: var(--tmc-green);
}

.menu ul > .green.open > a,
.menu ul > .green > a:hover {
  background-color: var(--tmc-green);
}

.menu .yellow.current-menu-parent:not(.open) > a:not(:hover),
.menu ul > .yellow.current-menu-item:not(.open) > a:not(:hover),
.menu ul > .yellow.current-menu-parent .current-menu-item > a:not(:hover){
  color: var(--tmc-yellow);
}

.menu ul > .yellow.open > a,
.menu ul > .yellow > a:hover {
  background-color: var(--tmc-yellow);
}

/* Animation */
.menu > .open > ul  {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.menu > li > ul > li {
  opacity: 0;
}

.menu > li > ul > li:nth-of-type(1) {
  animation-delay: 0.6s;
}

.menu > li > ul > li:nth-of-type(2) {
  animation-delay: 0.5s;
}

.menu > li > ul > li:nth-of-type(3) {
  animation-delay: 0.4s;
}

.menu > li > ul > li:nth-of-type(4) {
  animation-delay: 0.3s;
}

.menu > li > ul > li:nth-of-type(5) {
  animation-delay: 0.2s;
}

.menu > li > ul > li:nth-of-type(6) {
  animation-delay: 0.1s;
}

.menu > .open > ul > li {
  animation: fromLeft 0.25s ease forwards;
}

@keyframes fromLeft {
  0% {
    opacity: 0;
    right: 20%;
  }

  100% {
    opacity: 1;
    right: 0;
  }
}

/* Menu Button */
.menu-button {
  align-items: center;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  height: 6.2rem;
  justify-content: center;
  margin-top: -3.1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transition: background 0.35s ease;
  width: 6.2rem;
}

div.menu-button {
  cursor: pointer;
}

.menu-button svg {
  stroke: #fff;
  transition: stroke 0.35s ease, transform 0.35s ease;
}

div.menu-button:hover {
  background-color: var(--tmc-blue-state);
}

.menu ul > li:hover div.menu-button svg {
  transform: rotate(45deg);
}

.menu ul > .open:hover div.menu-button svg,
.menu ul > .open div.menu-button svg {
  transform: rotate(-90deg);
}

.menu ul > .current-menu-item svg {
  stroke: var(--tmc-blue);
}
.menu ul > .red.current-menu-item svg {
  stroke: var(--tmc-red);
}
.menu ul > .green.current-menu-item svg {
  stroke: var(--tmc-green);
}
.menu ul > .yellow.current-menu-item svg {
  stroke: var(--tmc-yellow);
}

.menu ul > .open svg,
.menu ul > li > a:hover svg,
.menu-button:hover svg {
  stroke: var(--tmc-dark) !important;
}

/* Variants */
.green div.menu-button:hover {
  background-color: var(--tmc-green-state);
}

.red div.menu-button:hover {
  background-color: var(--tmc-red-state);
}

.yellow div.menu-button:hover {
  background-color: var(--tmc-yellow-state);
}

.menu ul ul {
  background-color: var(--tmc-dark);
  display: none;
  padding: 1.5rem 5rem;
}

.menu ul ul li {
  background-color: transparent;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}

.menu ul ul li a {
  border-bottom: none;
  padding: 0;
}

.menu ul ul .active > a,
.menu ul ul a:hover,
.menu ul ul a:focus {
  background-color: transparent;
  color: var(--tmc-blue);
}
/* Variants */

.menu ul .red ul .active > a,
.menu ul .red ul a:hover,
.menu ul .red ul a:focus {
  color: var(--tmc-red);
}

.menu ul .green ul .active > a,
.menu ul .green ul a:hover,
.menu ul .green ul a:focus {
  color: var(--tmc-green);
}

.menu ul .yellow ul .active > a,
.menu ul .yellow ul a:hover,
.menu ul .yellow ul a:focus {
  color: var(--tmc-yellow);
}

@media (min-width: 1200px) {
  .menu {
    font-size: 1.6rem;
    margin-top: 0;
  }

  .menu > li:not(:last-child) {
    margin-right: 3rem;
  }
}

/* Over Menu */
.over-menu {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  margin-top: 0.2rem;
  text-transform: uppercase;
}

.over-menu li {
  align-items: center;
  display: flex;
  min-height: 24px;
  position: relative;
}

.over-menu a {
  color: inherit;
}

.over-menu a:hover,
.over-menu a:focus {
  color: var(--tmc-blue);
}

.over-menu > li:not(:last-child) {
  margin-right: 3rem;
}

.over-menu svg {
  fill: #fff;
  margin-left: 0.4rem;
  margin-top: -0.3rem;
  transition: fill 0.35s ease;
  vertical-align: middle;
}

.over-menu a:hover svg,
.over-menu a:focus svg {
  fill: var(--tmc-blue);
}

@media (max-width: 1199px) {
  .contact-toggle {
    display: none;
  }
}

/* Search Form */
.search-form {
  display: none;
  margin: 0;
  max-width: 200px;
  padding: 0;
  position: relative;
}

.search-form input {
  border: 0.1rem solid #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  height: 2.4rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.2rem 1rem;
  width: 100%;
}

.search-form input:focus {
  outline: none !important;
}

/* Mobile Menu */
.menu-toggle {
  -ms-align-items: center;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3rem;
  line-height: 1.2;
  margin: 0 0 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.4s ease;
  width: 3.4rem;
}

.menu-toggle:focus,
.menu-toggle:hover,
.menu-toggle:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.toggle-bar {
  background: #fff;
  border-radius: 0;
  display: block;
  height: 0.4rem;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform 0.35s ease;
  width: 100%;
}

.menu-text {
  padding-top: 0.1rem;
  transition: all 0.25s ease;
}

.toggle-bar-top {
  top: 0;
}

.toggle-bar-bottom {
  top: 26px;
}

.menu-toggle.active {
  background: transparent;
  z-index: 999;
}

.menu-toggle.active .toggle-bar {
  background-color: #fff;
}

.menu-toggle.active .toggle-bar-top {
  transform: translateY(13px) rotate(45deg);
}

.menu-toggle.active .toggle-bar-bottom {
  transform: translateY(-13px) rotate(-45deg);
}

.menu-toggle.active .menu-text {
  opacity: 0;
  transform: translateX(-100%);
}

.menu-show .logo,
.menu-show .menu-toggle {
  position: relative;
  z-index: 1000;
}

/* Make header fixed */
.mobile-menu-container {
  background-color: rgba(0, 0, 0, 0.95);
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  padding-bottom: 50px;
  padding-top: 140px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  visibility: hidden;
  z-index: 999;
}

.menu-show .mobile-menu-container,
.menu-out .mobile-menu-container {
  transition: all 0.4s ease;
}

.menu-show .mobile-menu-container {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-container .search-container {
  display: block;
  justify-content: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  min-height: 2.8rem;
  padding-left: 0;
  position: relative;
  text-align: center;
}

.mobile-menu-container .search-form {
  max-width: 200px;
  width: 100%;
}

.mobile-menu-container .search-container:before {
  display: none;
}

.mobile-menu-container .search-toggle {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 1.4rem;
}

.mobile-menu-container .search-container input {
  border-color: #fff;
}

.mobile-menu-container .search-toggle svg {
  fill: var(--tmc-blue);
  margin-left: 0.4rem;
  margin-top: -0.1rem;
}

.mobile-nav {
  margin: 0 auto;
  max-width: 360px;
}

.mobile-menu,
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  margin-bottom: 1.2rem;
  position: relative;
}

.mobile-menu a {
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
}

.mobile-menu .menu-item-has-children > a {
  padding-right: 2rem;
  position: relative;
}

.mobile-menu .menu-item-has-children > a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'%3E%3C/line%3E%3Cpolyline points='7 7 17 7 17 17'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 10px;
  line-height: 1;
  margin-top: -5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
  transition: transform 0.25s, background 0.25s;
  width: 12px;
}

.mobile-menu .menu-item-has-children > .open:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2334aee3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'%3E%3C/line%3E%3Cpolyline points='7 7 17 7 17 17'%3E%3C/polyline%3E%3C/svg%3E");
  transform: rotate(0);
}

.mobile-menu ul {
  display: none;
  padding-bottom: 1.2rem;
  padding-top: 1rem;
}

.mobile-menu li li {
  margin-bottom: 0.7rem;
}

.mobile-menu ul li:last-child {
  margin-bottom: 0;
}

.mobile-menu ul a {
  font-size: 1.6rem;
  font-weight: 400;
}

.mobile-menu .current-menu-parent > a,
.mobile-menu .current-menu-item > a,
.mobile-menu a.open,
.mobile-menu .active > a,
.mobile-menu a:hover,
.mobile-menu a:focus {
  color: var(--tmc-blue);
}

.mobile-menu a:hover:after,
.mobile-menu a:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2334aee3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'%3E%3C/line%3E%3Cpolyline points='7 7 17 7 17 17'%3E%3C/polyline%3E%3C/svg%3E");
}

/* Menu Item Animations */
.mobile-menu-container .search-container,
.mobile-menu > li {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.35s ease;
}

.mobile-menu-container .search-container {
  transition-delay: 0.1s;
}

.mobile-menu > li:nth-child(1) {
  transition-delay: 0.2s;
}

.mobile-menu > li:nth-child(2) {
  transition-delay: 0.3s;
}

.mobile-menu > li:nth-child(3) {
  transition-delay: 0.4s;
}

.mobile-menu > li:nth-child(4) {
  transition-delay: 0.5s;
}

.mobile-menu > li:nth-child(5) {
  transition-delay: 0.6s;
}

.mobile-menu > li:nth-child(6) {
  transition-delay: 0.7s;
}

.mobile-menu > li:nth-child(7) {
  transition-delay: 0.8s;
}

.menu-show .search-container,
.menu-show .mobile-menu > li {
  opacity: 1;
  transform: translateY(0);
}

/* Out Animation */
.menu-out .mobile-menu > li:nth-child(7) {
  transition-delay: 0s;
}

.menu-out .mobile-menu > li:nth-child(6) {
  transition-delay: 0.1s;
}

.menu-out .mobile-menu > li:nth-child(5) {
  transition-delay: 0.2s;
}

.menu-out .mobile-menu > li:nth-child(4) {
  transition-delay: 0.3s;
}

.menu-out .mobile-menu > li:nth-child(3) {
  transition-delay: 0.4s;
}

.menu-out .mobile-menu > li:nth-child(2) {
  transition-delay: 0.5s;
}

.menu-out .mobile-menu > li:nth-child(1) {
  transition-delay: 0.6s;
}

.menu-out .mobile-menu-container .search-container {
  transition-delay: 0.7s;
}

.menu-out .mobile-menu-container {
  transition-delay: 0.9s;
}

@media screen and (min-width: 768px) {
  .mobile-menu-container .search-container input {
    height: 28px;
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
  }
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }

  .mobile-menu-container {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .mobile-menu-container {
    padding-top: 12rem;
  }

  .mobile-menu-container .search-container {
    margin-bottom: 1.8rem;
    max-width: 180px;
  }

  .mobile-menu-container .search-form {
    max-width: 180px;
  }

  .mobile-menu-container .search-toggle {
    font-size: 1.3rem;
  }

  .mobile-menu li {
    margin-bottom: 0.9rem;
  }

  .mobile-menu a {
    font-size: 1.8rem;
  }

  .mobile-menu li li {
    margin-bottom: 0.4rem;
  }

  .mobile-menu ul a {
    font-size: 1.4rem;
  }

  .mobile-menu ul {
    padding-bottom: 1rem;
    padding-top: 0.8rem;
  }
}

/**/
/* Alert Bar */
/**/
.alert-bar {
  color: #fff;
  background: var(--black);
  position: relative;
  z-index: 10;
  text-align: center;
  border-top: 0.1rem solid #393939;
  border-bottom: 0.1rem solid #393939;
  
}
.bg-red {
  background-color: var(--tmc-red) !important
}
.alert-bar p:last-of-type {
  margin-bottom: 0;
}
.alert-bar strong,
.alert-bar a {
  color: inherit;
}
.alert-bar a:not(:hover) {
  text-decoration: none !important;
}
.alert-bar a {
  font-weight: bold;
}
.alert-bar .editor-content {
  padding: 2rem 0;
  position: relative;
}
.alert-bar .container {
  position: relative;
}
.alert-bar em {
  padding-left: 1rem;
}
.close {
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
  padding: 1rem;
  display: inline-block;
  cursor: pointer;
  top: 2rem;
  right: -3rem;
}
@media (max-width: 767px) {
  .close {
    right: -1.5rem;
  }
}

.close:before,
.close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 60%;
  width: 2px;
  background: var(--black);
}
.secondary-bg,
.secondary-bg .close:before,
.secondary-bg .close:after {
  background: var(--dark-blue);
}
.tertiary-bg,
.tertiary-bg .close:before,
.tertiary-bg .close:after {
  background: #63a70a;
}
.quaternary-bg,
.quaternary-bg .close:before,
.quaternary-bg .close:after {
  background: var(--light-blue);
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/**/
/* stylesheets coming from new sub pages */
/**/
.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Inputs */
.contact-form {
  color: #fff;
}
.contact-form h2 {
  color: inherit;
  font-weight: bold
}
@media(min-width: 768px) {
  .contact-form h2 {
    font-size: 4.2rem;
    
  }
}
.contact-form label {
  color: inherit;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="search"],
.contact-form input[type="url"],
.contact-form textarea {
  -webkit-appearance: none;
  background-color: #fff;
  border: 0.1rem solid var(--black);
  border-radius: 0;
  box-shadow: none;
  color: var(--black);
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  height: 50px;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin: 0 0 2.5rem;
  padding: 1.2rem 1.5rem !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.contact-form ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.contact-form :-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.contact-form ::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.contact-form ::placeholder {
  color: #999;
  opacity: 1;
}

.contact-form textarea {
  height: auto;
  margin-bottom: 4rem;
  min-height: 160px;
  resize: vertical;
}

/* Buttons */
[type="submit"] {
  cursor: pointer;
}

.button {
  align-items: center;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 0 0 0 4.5rem !important;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
}

.button-text {
  align-items: center;
  background-color: var(--black);
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  height: 4rem;
  justify-content: center;
  min-width: 180px;
  padding: .1rem 4rem 0;
  transition: all 0.4s ease;
  font-size: 1.5rem
}

.button-icon {
  align-items: center;
  background-color: var(--black);
  content: '';
  display: flex;
  height: 4rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color .3s ease;
  width: 4rem;
}

.button-icon svg {
  fill: #fff;
  transform: rotate(-45deg);
  transition: transform .35s ease, color .4s ease;
  width: 2.2rem;
}

.button:hover,
.button:focus {
  outline: none;
}

.button:hover .button-text,
.button:focus .button-text {
  background-color: var(--tmc-dark);
  color: #fff;
}

.button:hover .button-icon,
.button:focus .button-icon {
  background-color: var(--tmc-dark);
}

.button:hover svg,
.button:focus svg {
  transform: rotate(0);
}

/* Button White*/
.button-white .button-icon,
.button-white .button-text {
  background-color:#fff;
  color: var(--tmc-dark);
}

.button-white .button-icon svg {
  fill: var(--tmc-dark);
}

.button-white:hover .button-icon svg,
.button-white:focus .button-icon svg {
  fill: #fff;
}

.form-desc,
.gform_required_legend {
  font-size: 1.5rem;
  margin-bottom: 5rem !important;
  margin-top: 1rem;
}

form .row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

form .row > * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="password"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="search"]:focus,
.contact-form input[type="url"]:focus,
.contact-form textarea:focus {
  border-color: var(--black);
  box-shadow: 0 0 0 0.1rem var(--black);
  outline: none;
}
svg.x-twitter {
  fill: white;
  margin-bottom: -2px;
}
svg.x-twitter:hover {
  fill: var(--light-blue);
}
.cta svg.x-twitter:hover {
  fill: var(--dark-blue);
}
.article-action a:hover svg.x-twitter {
  fill: black
}
.gform_required_legend {
  display: none;
}
.custom-button + .custom-button {
  margin-top: 1.5rem;
}