@charset "UTF-8";
/*VENDOR MENU CSS */
.main-nav {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  background-color: #ffffff;
  min-height: 81px;
}

.nav-brand {
  padding-bottom: 0;
  max-width: 162px;
  width: 100%;
  float: left;
  margin: 0;
  padding: 20px 0 0 0;
}

.main-nav:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand a {
  display: block;
  color: #333;
  font-family: "MetropolisRegular";
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  border-bottom: 0;
}

@media (min-width: 769px) {
  #main-menu {
    float: right;
    clear: none;
  }
}
/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 13px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #000;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 769px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }

  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
/* IGNORE: Unrelated generic demo styles */
/*VARIABLES*/
/*BASE*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
}

.wrapper {
  max-width: 1200px;
  margin: auto;
}

.container {
  max-width: 1920px;
  margin: auto;
  padding: 50px 0;
}

body {
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
  line-height: normal;
  font-family: "MetropolisRegular";
  font-weight: 400;
  font-style: normal;
  background: #fff;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.background {
  background-color: #ffffff;
}

img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}

pre {
  margin-top: 0;
  margin-bottom: 25px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/*ICON CONTROL*/
.icon svg {
  width: 20px;
  height: 20px;
  vertical-align: baseline;
}

.icon .cls-1 {
  fill: #ffffff;
}

a:hover .cls-1 {
  fill: #000;
}

.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.b-lazy.b-loaded {
  opacity: 1;
}

/*TYPOGRAPHY*/
@font-face {
  font-family: "MetropolisBlack";
  src: url(../css/fonts/Metropolis-Black.otf) format("truetype");
}
@font-face {
  font-family: "MetropolisBold";
  src: url(../css/fonts/Metropolis-Bold.otf) format("truetype");
}
@font-face {
  font-family: "MetropolisExtraBold";
  src: url(../css/fonts/Metropolis-ExtraBold.otf) format("truetype");
}
@font-face {
  font-family: "MetropolisExtraLight";
  src: url(../css/fonts/Metropolis-ExtraLight.otf) format("truetype");
}
@font-face {
  font-family: "MetropolisLight";
  src: url(../css/fonts/Metropolis-Light.otf) format("truetype");
}
@font-face {
  font-family: "KaruLight";
  src: url(../css/fonts/Karu-Light.otf) format("truetype");
}
@font-face {
  font-family: "MetropolisMedium";
  src: url(../css/fonts/Metropolis-Medium.otf) format("truetype");
}
@font-face {
  font-family: "MetropolisRegular";
  src: url(../css/fonts/Metropolis-Regular.otf) format("truetype");
}
@font-face {
  font-family: "MetropolisSemiBold";
  src: url(../css/fonts/Metropolis-SemiBold.otf) format("truetype");
}
@font-face {
  font-family: "MetropolisThin";
  src: url(../css/fonts/Metropolis-Thin.otf) format("truetype");
}
h1 {
  margin: 0;
  font-size: 32px;
  padding-bottom: 25px;
  line-height: 0.9;
  color: #f93306;
  font-weight: 600;
  width: 100%;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "MetropolisMedium";
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: 24px;
  padding-bottom: 25px;
  font-weight: 500;
  font-family: "MetropolisMedium";
}

h3 {
  margin: 0;
  font-size: 20.8px;
  padding-bottom: 25px;
  font-weight: 500;
  font-family: "MetropolisMedium";
}

h4 {
  margin: 0;
  font-size: 16px;
  padding-bottom: 25px;
  font-weight: 500;
  font-family: "MetropolisMedium";
}

h5 {
  margin: 0;
  font-size: 12.8px;
  padding-bottom: 25px;
  font-weight: 500;
  font-family: "MetropolisMedium";
}

h6 {
  margin: 0;
  font-size: 11.2px;
  padding-bottom: 25px;
  font-weight: 500;
  font-family: "MetropolisMedium";
}

p {
  margin: 0;
  padding-bottom: 25px;
}

.h1 {
  margin: 0;
  font-size: 32px;
  line-height: 0.9;
  color: #f93306;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-weight: 500;
  font-family: "MetropolisMedium";
}

.h2 {
  font-size: 24px;
  padding-bottom: 25px;
  font-weight: 500;
  font-family: "MetropolisMedium";
}

.h3 {
  font-size: 20.8px;
  padding-bottom: 25px;
  font-weight: 500;
  font-family: "MetropolisMedium";
}

.h4 {
  font-size: 16px;
  padding-bottom: 25px;
  font-weight: 500;
  font-family: "MetropolisMedium";
}

.h5 {
  font-size: 12.8px;
  padding-bottom: 25px;
  font-weight: 500;
  font-family: "MetropolisMedium";
}

.h6 {
  font-size: 11.2px;
  padding-bottom: 25px;
  font-weight: 500;
  font-family: "MetropolisMedium";
}

p {
  font-size: 16px;
}

a {
  text-decoration: none;
}

a:hover {
  color: #f93306;
  text-decoration: none;
}

/*******************************/
/*Utilities*
/*******************************/
#panel,
#flip {
  padding: 5px;
  text-align: center;
  background-color: #c1c4b9;
  border: solid 1px #c3c3c3;
  text-align: left;
  width: 25%;
}

#flip {
  background: url(../images/svg/icons-pack/black-arrow-down.svg) no-repeat scroll right center;
  background-origin: content-box;
  background-size: 6%;
}

#flip:hover {
  cursor: pointer;
}

#panel {
  padding: 1em;
  display: none;
  max-height: 300px;
}

.dropdown-menu {
  background-color: #000000;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
  min-height: 663px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

hr {
  text-align: center;
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
  border: none;
  margin-top: 0;
  margin-bottom: 50px;
}

.make-relative {
  position: relative;
}

.parralax {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position: center center;
}

.parralax-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 999999;
  text-transform: uppercase;
}

.parralax-overlay {
  background: #000;
  min-height: 209px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.15;
}

.paging div, .paging a {
  display: inline-block;
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-family: "MetropolisRegular";
  font-weight: 400;
  padding: 5px 8px;
  vertical-align: top;
}

.paging div {
  background-color: #f93306;
}

.paging a:hover, .paging a:focus, .paging a:active {
  background-color: #f93306;
}

.paging .next, .paging .prev {
  background-color: transparent;
  padding: 0;
  display: inline-block;
}

.paging .next:hover, .paging .prev:hover {
  background-color: transparent;
}

.nextArrow {
  width: 20px;
  height: 25px;
}

.paging .next {
  margin-left: 15px;
}

.paging .prev {
  margin-right: 15px;
}

/*################### CUSTOM TICKBOX ################*/
/* The container */
.tickbox_container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.tickbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.tickbox_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #dee2e6;
  border: #adb5bd solid 1px;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.tickbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.tickbox_container input:checked ~ .checkmark {
  background-color: #f93306;
}

/* Create the checkmark/indicator (hidden when not checked) */
.tickbox_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.tickbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.tickbox_container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  outline: none;
}

/*##############################################################*/
.flex-center {
  display: flex;
  align-items: center;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.minHeightPage {
  min-height: 55vh;
}

.notificationError {
  background: none repeat scroll 0 0 #FBD6D8;
  padding: 15px;
  display: none;
  margin: 10px 0px 10px 0px !important;
  color: #CC0033;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0;
}

.actionButtons__redBtn:hover {
  outline: 5px solid #f93306;
}

.actionButtons__blackBtn:hover {
  outline: 5px solid #000;
}

.makeRelative {
  position: relative;
}

/*LISTS*/
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul li {
  color: #000000;
}

ul ul {
  padding-bottom: 0px;
}

ol {
  margin-left: 25px;
}

ol ol {
  padding-bottom: 0px;
}

dl dd {
  padding-bottom: 12px;
}

/*Header List*/
.topbar ul {
  list-style-type: none;
  margin-left: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.topbar ul li {
  display: inline-block;
  color: #ffffff;
  margin-right: 0.5em;
}

.topbar ul li:last-child {
  margin-right: 0;
}

.topbar img {
  width: 20px;
  height: 20px;
}

.top-left ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.top-left ul li {
  display: inline-block;
  color: #ffffff;
  margin-right: 0.5em;
}

.top-left a {
  text-decoration: none;
  font-weight: 400;
}

.top-left a:hover {
  color: #666666;
}

.breadcrumb {
  margin-left: 0;
}

.dropdown-menu.show li {
  display: block;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.dropdown-menu.show li:hover a {
  color: #000000;
}

/*Footer List*/
.top-footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.top-footer li {
  display: inline-block;
  margin-right: 1em;
}

.top-footer .icon-test svg {
  width: 25px;
  height: 25px;
  vertical-align: baseline;
}

.top-footer a:hover .cls-1 {
  fill: black;
}

/*TABLES*/
table {
  margin-bottom: 25px;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 5px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

tr:nth-child(even) td {
  border: 1px solid #fff;
}

.instagram__gallery {
  box-sizing: border-box;
}

.latestActivities__button.instagram__btn {
  margin-top: 25px;
}

/*******************************/
/*HEADER*
/*******************************/
.headerTop {
  width: 100%;
  margin: auto;
  background-color: #f93306;
  height: 40px;
}

.headerTop ul {
  list-style-type: none;
  margin-bottom: 0;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.headerTop ul li {
  display: inline-block;
  color: #fff;
  margin-left: 10px;
}
.headerTop ul a {
  color: #fff;
}

img.logo {
  max-width: 223px;
  width: 100%;
  margin: auto;
}

.brand__logo {
  max-width: 200px;
  width: 100%;
}

.headerTop .icon svg {
  fill: white;
  width: 23px;
  height: 23px;
}

i.logoSvg svg {
  max-width: 162px;
}

i.logoSvg .a {
  fill: #f93306 !important;
}

.headerTop__counter {
  background-color: #000;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  padding: 1em 0 1em 0;
}

.headerTop__counter #demo {
  display: inline-block;
  width: 220px !important;
  text-align: left;
}

/*******************************/
/*MENU CUSTOM*
/*******************************/
.menu-container {
  max-width: 1920px;
  width: 100%;
  background-color: #ffffff;
  margin: auto;
}

#main-menu a {
  color: #000;
  font-size: 16px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "MetropolisRegular";
  font-weight: 400;
  text-transform: uppercase;
}

#main-menu li:last-child a {
  font-family: "MetropolisMedium";
  font-weight: 500;
  padding: 15px 25px;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 50px;
  letter-spacing: 1px;
  background-color: #f93306;
  color: #fff;
}

#main-menu li:last-child a:hover {
  font-family: "MetropolisMedium";
  font-weight: 500;
  padding: 15px 25px;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 50px;
  letter-spacing: 1px;
  background-color: #000;
  color: #fff;
}

#main-menu ul a {
  padding: 10px 20px;
}

#main-menu a.highlighted, #main-menu a:hover, #main-menu a:focus {
  color: #f93306;
}

#main-menu ul a {
  color: #000;
}

#main-menu ul li:last-child a {
  font-family: "MetropolisRegular";
  font-weight: 400;
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  letter-spacing: 1px;
  margin: 0 !important;
}

#main-menu ul li:last-child a:hover {
  color: #f93306;
  background-color: #fff;
  padding: 10px 20px;
  font-family: "MetropolisRegular";
  font-weight: 400;
}

#main-menu ul {
  margin-top: 0 !important;
}

.sm-mint a {
  white-space: nowrap !important;
}

/*******************************/
/*LAYOUT*
/*******************************/
.sidebar__newsHolder a {
  color: #000;
}

.sidebar__newsHolder a:hover {
  color: #f93306;
}

.backToBlog a {
  color: #000;
}

.backToBlog a:hover {
  color: #f93306;
}

.errorPage a {
  color: #f93306;
}

.errorPage a:hover {
  color: #000;
  cursor: pointer;
}

.tableUnique__steps {
  margin-bottom: 0;
}

.tableUnique__steps td {
  border: none;
  padding: 0;
}

.tableUnique__steps tr td:last-child {
  padding: 15px;
  padding-right: 0;
}

.tableUnique__steps tr {
  background-color: transparent;
}

/*******************************/
/*SLIDER*
/*******************************/
.slider-banner {
  max-height: 587px;
  background-color: #f5f5f5;
}

.slider-banner .wrapper {
  max-width: 1920px;
  margin: auto;
}

.slider-banner .owl-item .item img {
  max-height: 587px;
}

.owl-carousel button.owl-dot {
  background: #fff;
  color: inherit;
  border: none;
  padding: 10px !important;
  font: inherit;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-align: center;
  margin-right: 5px;
  max-width: 20px;
  width: 100%;
  max-height: 5px;
  outline: none;
  border-radius: 50%;
}

.owl-carousel button.owl-dot.active {
  background: #f93306;
}

.owl-dots {
  position: absolute;
  top: 90%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
}

.owl-prev,
.owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  top: 50%;
  outline: none !important;
}

.owl-next {
  right: 17%;
}

.owl-prev {
  left: 17.666%;
}

.leaderMessage {
  width: 100%;
  background: #f93306;
}

.leaderMessage p {
  color: #fff;
  padding: 30px 0;
}

.leaderMessage__image {
  max-width: 100%;
  max-height: 415px;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.slider-item {
  position: relative;
}

.slider-item img {
  max-width: 1920px;
  margin: auto;
}

.slider__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 3%);
  -webkit-transform: translate(-50%, 3%);
  -moz-transform: translate(-50%, 3%);
  -ms-transform: translate(-50%, 3%);
  -o-transform: translate(-50%, 3%);
  text-align: center;
  z-index: 998;
}

.slider__header {
  font-family: "MetropolisExtraBold";
  font-weight: 900;
  max-width: 500px;
  width: 100%;
  color: #fff;
  font-size: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
  line-height: 48px;
}

.slider__button {
  background: #f93306;
  color: #fff;
  padding: 15px 25px;
  display: block;
  max-width: 180px;
  text-align: center;
  margin: auto;
}

.slider__button:hover {
  color: #fff;
  background: #000;
}

.leaderMessage__details p {
  font-size: 18px;
  font-family: "MetropolisRegular";
  font-weight: 400;
}

.standOut {
  font-size: 26px;
  font-family: "MetropolisSemiBold";
  font-weight: 600;
  line-height: 31.2px;
}

button.owl-prev, button.owl-next {
  width: 30px;
}

.slider-item {
  position: relative;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
  max-width: 100%;
}

/*******************************/
/*BANNER*
/*******************************/
#banner {
  background-color: #fff;
}

.banner__holder {
  max-width: 1920px;
  margin: auto;
  max-height: 380px;
  width: 100%;
  overflow: hidden;
}

#banner img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
  max-height: 380px;
  overflow: hidden;
}

/*******************************/
/*DEFAULT*
/*******************************/
.subtext {
  width: 100%;
  text-align: center;
  color: #f93306;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  font-family: "MetropolisMedium";
  margin-bottom: 20px;
}

.homePage h1, .homePage .h1 {
  font-weight: 500;
  font-family: "MetropolisMedium";
  font-size: 32px;
  margin-bottom: 50px;
  padding-bottom: 0;
}

.stepsContainer {
  margin: 0 -10px;
  text-align: center;
}

.step {
  max-width: 19%;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 50px;
  vertical-align: top;
}

.step__icon .icon svg {
  width: 90px;
  height: 90px;
}

.step__icon .icon svg .cls-1 {
  fill: #f93306;
}

.step__icon img {
  width: 60px;
  height: 60px;
  margin: auto;
}

.step__head {
  font-weight: 500;
  font-family: "MetropolisMedium";
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #f93306;
}

.step__body {
  font-family: "MetropolisRegular";
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}

a.steps__button {
  font-weight: 500;
  font-family: "MetropolisMedium";
  color: #fff;
  background-color: #f93306;
  padding: 15px 25px;
  display: block;
  margin: auto;
  max-width: 380px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

a.steps__button:hover {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

.joinBanner {
  background-color: #000;
  padding: 30px 0;
}

.joinBanner__text {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  font-family: "MetropolisMedium";
  line-height: 45px;
}

.joinBanner__button {
  font-weight: 500;
  font-family: "MetropolisMedium";
  text-decoration: none;
  background-color: #fff;
  color: #000;
  padding: 15px 25px;
  text-transform: uppercase;
  display: inline-block;
  max-width: 224px;
  text-align: center;
}

.joinBanner__button:hover {
  text-decoration: none;
  background-color: #f93306;
  color: #fff;
  padding: 15px 25px;
  font-weight: 500;
  font-family: "MetropolisMedium";
}

.joinBanner .row {
  margin: 0 -15px;
}

.newsItems__mainItem {
  margin-bottom: 50px;
}

.mainItem__newsImage {
  background-color: #f5f5f5;
}

.mainItem__newsImage img {
  max-width: 100%;
  width: auto;
  max-height: 292px;
  margin: auto;
}

.mainItem__newsDetails, .mainItem__newsImage, .mainItem__actionButtons {
  display: inline-block;
  vertical-align: top;
}

.mainItem__newsImage {
  width: 55%;
  overflow: hidden;
}

.mainItem__newsDetails {
  width: 42%;
  padding: 0 20px;
  padding-right: 0;
}

.mainItem__newsDetails .newsDetails__head {
  margin-top: 0;
}

.mainItem__actionButtons {
  width: 32.3%;
  max-width: 388px;
}

.actionButtons__redBtn, .actionButtons__blackBtn {
  display: block;
  width: 100%;
  font-weight: 500;
  font-family: "MetropolisMedium";
  padding: 51px 1em;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 33.6px;
}

.mainItem__actionButtons .actionButtons__blackBtn {
  margin-top: 20px;
  background-color: #000;
  color: #fff;
}

.mainItem__actionButtons .actionButtons__blackBtn:hover {
  margin-top: 20px;
  background-color: #f93306;
  color: #fff;
  cursor: pointer;
}

.mainItem__actionButtons .actionButtons__redBtn {
  background-color: #f93306;
  color: #fff;
}

.mainItem__actionButtons .actionButtons__redBtn:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.latestActivities {
  background-color: #f7f7f7;
}

.latestActivities h2 {
  font-size: 32px;
  font-weight: 500;
  font-family: "MetropolisMedium";
  text-transform: uppercase;
  line-height: 1;
}

.latestActivities__button {
  display: inline-block;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "MetropolisMedium";
  background-color: #f93306;
  color: #fff;
  margin-top: 25px;
}

.latestActivities__button:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.mainItem__containNews {
  display: inline-block;
  vertical-align: top;
  width: 68%;
  max-width: 807px;
}

/*******************************/
/*CONTENT*
/*******************************/
#content-page .container {
  padding-top: 0;
  padding-bottom: 0;
}

#content-page h1 {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 25px;
}

.topspacer {
  margin-top: 50px;
}

#content-page table th {
  background-color: #000;
  color: #fff;
  font-weight: 400;
}

.errorPage h1 {
  text-align: left;
}

#content-page .col-md-8 a {
  color: #f93306;
}

#content-page .col-md-8 a:hover {
  color: #f93306;
  text-decoration: underline;
  cursor: pointer;
}

/*******************************/
/*CONTACT*
/*******************************/
.contactPage .container {
  padding-top: 0;
  padding-bottom: 0;
}

.contactPage .col-md-8 .container {
  padding: 50px 0;
}

.mt__20 {
  margin-top: 20px;
}

.socialLinks {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}

.socialLinks__item .icon .cls-1 {
  fill: #f93306;
}

.socialLinks__item {
  display: inline-flex;
}

.socialLinks__item:last-of-type {
  padding-right: 50px;
}

.socialLinks__item .icon {
  display: block;
  width: 100%;
  text-align: center;
}

.socialLinks__item .icon svg {
  width: 34px;
  height: 34px;
  margin-bottom: 15px;
}

.contactPage .form__btn {
  border: none;
  background-color: #f93306;
  color: #fff;
  max-width: 124px;
}

.contact__form h2 {
  font-family: "MetropolisMedium";
  font-size: 24px;
  text-transform: uppercase;
}

.contactPage .form__btn:hover, .contactPage .form__btn:focus {
  background-color: #000;
  color: #fff;
}

.contactPage .sidebar__buttons:last-child {
  margin-top: 20px;
}

.contactPage a {
  color: #000;
}

.contactPage a:hover, .contactPage a:focus {
  color: #f93306;
  cursor: pointer;
}

em.icon {
  line-height: 35px;
  height: 35px;
  margin-bottom: 20px;
}

em.icon img {
  margin: auto;
}

/*******************************/
/*NEWS*
/*******************************/
.newsHome .container {
  padding-bottom: 30px;
}

.newsHome h2 {
  font-size: 32px;
  font-weight: 500;
  font-family: "MetropolisMedium";
  text-transform: uppercase;
  line-height: 1;
}

.newsHome h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "MetropolisMedium";
  text-transform: uppercase;
  line-height: 1;
}

.newsDetails__head {
  color: #000;
  font-weight: 500;
  font-family: "MetropolisMedium";
  font-size: 18px;
  text-transform: uppercase;
  line-height: 21.6px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.newsDetails__head p {
  padding: 0;
  margin: 0;
}

.newsDetails__subText p {
  font-family: "MetropolisRegular";
  font-weight: 400;
  text-transform: uppercase;
  color: #f93306;
  margin-bottom: 25px;
  padding: 0;
}

.newsDetails__body {
  font-family: "MetropolisRegular";
  font-weight: 400;
  color: #000;
  line-height: 19.2px;
}

.newsDetails__button {
  background-color: #f93306;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  max-width: 180px;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
}

.newsDetails__button:hover {
  background-color: #000;
  color: #fff;
}

.newsItem__image img {
  width: auto;
  max-width: 100%;
  max-height: 292px;
  margin: auto;
}

.newsItems__secondaryItems .row {
  margin: 0 -15px;
}

.newsLising__newsItem {
  margin-bottom: 20px;
}

#newsPage h1 {
  text-align: left;
  padding-bottom: 25px;
}

#newsPage__articles .newsLising__newsItem {
  margin-bottom: 50px;
}

.filterNews {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.filterNews label {
  font-size: 24px;
  line-height: 28.8px;
  font-family: "MetropolisMedium";
  font-weight: 500;
  margin-right: 25px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.filterButtons {
  margin: 0;
  padding: 0;
}

.filterButtons li {
  display: inline-block;
  margin-right: 17px;
}
.filterButtons li a {
  font-family: "MetropolisMedium";
  font-weight: 500;
  display: inline-block;
  padding: 10px 15px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19.2px;
}
.filterButtons li a:hover, .filterButtons li a:focus, .filterButtons li a:active {
  background-color: #f93306;
}

.newsPage__paging {
  display: block;
  text-align: center;
}

.newsItem__image {
  overflow: hidden;
  background: #f5f5f5;
}

.newsPage__greyBlock {
  background: #f5f5f5;
}

.newsPage .newsItems__mainItem {
  margin-bottom: 0;
}

#newsPage__articles .container {
  padding-bottom: 0;
}

.newsPage__paging {
  padding-bottom: 50px;
}

.newsItems__secondaryItems .container {
  padding-top: 0;
}

.sidebar__newsHolder a:last-of-type .newsHolder__item {
  margin-bottom: 0;
}

/*******************************/
/*NEWS ARTICLES*
/*******************************/
.newsArticlePage .container {
  padding: 0;
}

.newsArticlePage table th {
  background-color: #000;
  color: #fff;
  font-weight: 400;
}

.newsArticlePage h1 {
  text-align: left;
  padding-top: 50px;
}

.newsArticlePage__articleImage {
  width: 100%;
  background-color: #f7f7f7;
  margin-bottom: 30px;
}

.newsArticlePage__articleImage img {
  max-width: 1600px;
  height: auto;
  margin: auto;
  width: auto;
  max-width: 100%;
}

.newsArticlePage__sidebar {
  background-color: #f7f7f7;
}

.articleImage__description {
  padding: 10px;
  background-color: #f7f7f7;
}

.articleImage__description p {
  padding: 0;
  margin: 0;
  font-family: "MetropolisSemiBold";
  font-size: 14px;
  font-weight: 600;
}

.backToBlog {
  padding-top: 50px;
  padding-bottom: 50px;
}

.backToBlog a {
  font-family: "MetropolisMedium";
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
}

.backToBlog a svg {
  margin-right: 5px;
}

.sidebar__buttons .actionButtons__redBtn {
  background-color: #f93306;
  color: #fff;
}

.sidebar__buttons .actionButtons__redBtn:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.sidebar__buttons .actionButtons__blackBtn {
  margin-top: 20px;
  background-color: #000;
  color: #fff;
}

.sidebar__buttons .actionButtons__blackBtn:hover {
  margin-top: 20px;
  background-color: #f93306;
  color: #fff;
  cursor: pointer;
}

.sidebar__image {
  max-width: 130px;
}

.sidebar__image img {
  width: 100%;
  height: auto;
  max-height: 86px;
}

.newsHolder__item {
  margin-bottom: 25px;
  max-height: 86px;
}

.sidebar__newsDetail p {
  font-family: "MetropolisMedium";
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.newsArticlePage__sidebar h2 {
  font-family: "MetropolisMedium";
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 50px;
}

.sidebar__news {
  padding-bottom: 50px;
}

.newsArticlePage__sidebar, .newsArticle__articleInformation {
  padding: 0 25px;
  padding-bottom: 50px;
}

.newsArticlePage__articleImages img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.newsArticlePage__articleImages .row {
  margin: 0 -15px;
}

.newsArticle__articleInformation .newsDetails__subText p {
  font-family: "MetropolisRegular";
  font-weight: 400;
  text-transform: uppercase;
  color: #f93306;
  margin-bottom: 25px;
  padding: 0;
}

.newsArticle__articleInformation ul {
  padding-left: 15px;
}

.newsArticlePage__articleImages {
  margin-bottom: -30px;
}

.newsArticlePage__articleImages {
  margin-bottom: -30px;
}

.newsArticle__articleInformation p {
  line-height: 19.2px;
}

.newsArticle__articleInformation a {
  color: #f93306;
}

.newsArticle__articleInformation a:hover {
  color: #000;
  cursor: pointer;
}

.memberSignUp h1 {
  text-align: left;
  padding-bottom: 25px;
}

.memberSignUp h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "MetropolisBold";
  font-weight: 700;
}

.memberHeader h2 {
  padding-bottom: 0;
}

.memberHeader .tickbox_container {
  margin-bottom: 0;
  margin-left: 20px;
}

.memberHeader {
  padding-bottom: 25px;
  padding-top: 10px;
}

.memberNotices .tickbox_container {
  margin-left: 20px;
  margin-bottom: 0;
}

.memberNotices label {
  margin-bottom: 0;
}

.custom_btn {
  background-color: #f93306;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  max-width: 180px;
  width: 100%;
  display: inline-block;
}

.custom_btn:hover {
  background-color: #000;
}

.border-none {
  border: 0;
}

.memberInfo__block {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #f7f7f7;
  padding: 20px;
}

.memberInfo__block p:last-child {
  padding: 0;
  margin: 0;
}

.yourFit {
  margin: 0;
  line-height: 38px;
}

.memberSignUp .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.memberSignUp select {
  background-image: url(../images/svg/dropArrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px bottom 10px;
  list-style: none;
  padding-left: 20px;
  background-size: 25px;
  padding-right: 50px;
}

.teamBio {
  display: flow-root;
}

.teamGroup .row {
  margin: 0 -15px;
}

.teamBio p:last-of-type {
  padding-bottom: 0;
}

.teamBio__img {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  max-width: 100%;
  width: auto;
  background: grey;
}

.teamBio h1 {
  text-align: left;
  padding-bottom: 15px;
}

.teamBio .designation {
  padding-bottom: 15px;
}

/*TEAM PAGE*/
.teamPage hr {
  text-align: center;
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
  border: none;
  margin-top: 0;
  margin-bottom: 50px;
  margin-top: 35px;
}

.teamPage h1 {
  text-align: left;
  padding-bottom: 15px;
}

.teamGroup {
  padding: 25px 0;
}

.teamGroup h2 {
  padding-bottom: 20px;
}

.teamGroup__itemDetail h3 {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.teamGroup__itemDetail p {
  text-transform: capitalize;
  font-size: 16px;
  padding-bottom: 0;
}

.teamGroup__itemDetail {
  padding: 15px;
  text-align: center;
}

.teamGroup__item img {
  width: auto;
  max-width: 100%;
  background: grey;
  margin: auto;
}

.teamGroup__imgHolder {
  position: relative;
}

.imgOverlay {
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.teamGroup__imgHolder .icon svg {
  width: 30px;
  height: 30px;
  vertical-align: baseline;
}

.teamGroup__item:hover .imgOverlay {
  display: flex;
}

.teamGroup__item:hover .teamGroup__itemDetail {
  background-color: #f93306;
  color: #fff;
}

.teamGroup:last-of-type {
  padding-bottom: 0;
}

.teamBio ul {
  padding-left: 15px;
}

.teamBio__info {
  list-style-type: none;
}

.teamBio__info a {
  color: #000;
  display: inline-block;
  vertical-align: super;
}

.teamBio__info a:hover {
  color: #f93306;
}

.teamBio__info #bio__phone::before {
  content: "";
  background-image: url(../images/svg/biophone.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 34px;
  margin-right: 5px;
  padding-right: 34px;
  margin-right: 10px;
  font-size: 34px;
}

.teamBio__info #bio__cell::before {
  content: "";
  background-image: url(../images/svg/biocell.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 34px;
  margin-right: 5px;
  padding-right: 34px;
  margin-right: 10px;
  font-size: 34px;
}

.teamBio__info #bio__mail::before {
  content: "";
  background-image: url(../images/svg/biomail.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 34px;
  margin-right: 5px;
  padding-right: 34px;
  margin-right: 10px;
  font-size: 34px;
}

.teamBio__info #bio__linkedin::before {
  content: "";
  background-image: url(../images/svg/biolinkedin.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 34px;
  margin-right: 5px;
  padding-right: 34px;
  margin-right: 10px;
  font-size: 34px;
}

.teamBio__info li {
  margin-bottom: 15px;
}

.teamBio__info li:last-child {
  margin-bottom: 0px;
}

.teamGroup__item a {
  color: #000;
}

.teamGroup__item a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/*******************************/
/*FOOTER*
/*******************************/
footer {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  position: relative;
  background: #f93306;
}

/*++++++++++++++++++*/
/*+++footer middle++++*/
/*++++++++++++++++++*/
.footer__footerMiddle {
  padding: 50px 0;
}

.footerMiddle__details h3 {
  font-family: "MetropolisMedium";
  font-weight: 500;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
}

.footerMiddle__details ul {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
  margin-bottom: 0;
}

.footerMiddle__details ul li, .footerMiddle__details ul li a, .footerMiddle__details ul li p {
  color: #fff;
  text-transform: uppercase;
  line-height: 19.2px;
  font-family: "MetropolisMedium", "MetropolisMediumIE";
  font-weight: 500;
}

.footerMiddle__details a:hover, .footerMiddle__details a:focus, .footerMiddle__details a:active {
  color: #000000;
}

.footerMiddle__details {
  text-align: left;
}

.footerMiddle__details .footerMiddle__socialMedia {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}

.footerMiddle__socialMedia li {
  display: inline-block;
  margin-right: 15px;
}

.footerMiddle__details--bottomAlign img {
  max-width: 185px;
  margin: auto;
  margin-bottom: 25px;
  width: 100%;
}

.footerMiddle__socialMedia .icon svg {
  width: 35px;
  height: 35px;
}

/*++++++++++++++++++*/
/*+++footer bottom++++*/
/*++++++++++++++++++*/
.footer__footerBottom {
  color: #fff;
}

.footerBottom__details {
  padding: 15px 0;
  border-top: 1px solid #fff;
}

.footer__footerBottom p, .footer__footerBottom a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "MetropolisMedium";
  font-weight: 500;
  line-height: 14.4px;
  padding: 0;
  margin: 0;
}

.footer__footerBottom a:hover, .footer__footerBottom a:active, .footer__footerBottom a:focus {
  color: #000;
}

i.logoSvgFooter svg {
  max-width: 177px;
  margin-bottom: 25px;
}

.footerMiddle__details:last-of-type {
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
