/* Main style file. Override general styles here. Specific module or page type
styles, often have their on css files, which are called only if necessary. */

/*
* =============================
* === Base ===
* =============================
*/

html {
  position: relative;
  min-height: 100%;
  /*  Usually default font-size of the browser is 16px. Setting font-size: 100% will make 1rem = 16px. But it will make calculations a little difficult. A better way is to set font-size: 62.5%. Because 62.5% of 16px is 10px. Which makes 1rem = 10px. */
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1.2222222222;
  font-size: 24px;
  /* font-size: calc(1.2rem + (1.6 - 1.2) * ((100vw - 32rem) / (120 - 32))); */
  font-size: calc(1.6rem + (1.8 - 1.6) * ((100vw - 32rem) / 88));
  color: rgb(29, 29, 31);
  overflow-x: hidden;
}


/* 
Proxima Nova Black
font-family: proxima-nova,sans-serif;
font-weight: 900;
font-style: normal;

Proxima Nova Bold
font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: normal;


Proxima Nova Semibold
font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;


Proxima Nova Regular
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;


Proxima Nova Italic
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: italic;


Proxima Nova Medium
font-family: proxima-nova, sans-serif;
font-weight: 500;
font-style: normal;
*/


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.4;
}

/* $font-size-base is equal to the body font size, in this case 16px */

/* $font-size-base * 2.5 */

h1,
.h1 {
  font-size: 8.3em;
  font-size: 64px;
  line-height: 1.2168674699;
  margin: 0.4em 0;
  font-weight: 900;
}

/* $font-size-base * 2 */

h2,
.h2 {
  font-size: 6.5em;
  font-size: 56px;
  margin: 0.6em 0;
  font-weight: 900;
  line-height: 1.2153846154;
}

/* $font-size-base * 1.75 */

h3,
.h3 {
  font-family: 'Inter', sans-serif;
  font-size: 5.1em;
  font-size: 38px;
  margin: 0.7em 0;
  font-weight: 600;
  line-height: 1.1960784314;
}

/* $font-size-base * 1.5 */

h4,
.h4 {
  font-size: 31px;
  margin: 0.8em 0;
  font-weight: 400;
  line-height: 1.1951219512;
}

/* $font-size-base * 1.25 */

h5,
.h5 {
  font-family: 'Inter', sans-serif;
  font-size: 3.2em;
  font-size: calc(2.2rem + (3.2 - 2.2) * ((100vw - 32rem) / 88));
  margin: 0.8em 0;
  font-weight: initial;
  line-height: 1.1875;
}

/* $font-size-base */

h6,
.h6 {
  font-family: 'Inter', sans-serif;
  font-size: 2.5em;
  font-size: calc(2.0rem + (2.5 - 2.0) * ((100vw - 32rem) / 88));
  margin: 0.8em 0;
  font-weight: 600;
  line-height: 1.1875;
}

p {
  font-family: 'Inter', sans-serif;
  margin: 1em 0;
  font-size: 24px;
  line-height: 1.5;
  color: #4D4D4D;
}

strong {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}

em {
  font-family: proxima-nova, sans-serif;
  font-style: italic;
}

li {
  color: #4D4D4D;
}

code {
  background: rgba(0, 0, 0, .05);
}

iframe {
  max-width: 100%;
}

.dropdown-toggle:focus,
a:focus {
  outline-style: dashed;
  outline-color: #b21212;
  outline-offset: 1px;
  outline-width: 4px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #cc1c1c;
}

a {
  color: #b21212;
  font-size: 24px;
}

a:focus,
a:hover {
  color: #cc1c1c;
}

a[target="_blank"]:after {
  content: '\f35d';
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-left: 5px;
}

.edit-link {
  color: #B21212;
  text-transform: uppercase;
  font-weight: 500;
}

.edit-link-alt, .edit-link-alt a {
  color: white;
}

.btn {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 100%;
  line-height: 1.2222222222;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-size: calc(1.6rem + (1.8 - 1.6) * ((100vw - 32rem) / 88));
  border-radius: 0;
  padding: 1rem 2.5rem;
  text-transform: capitalize;
  cursor: pointer;
}

.btn-md {
  padding: 2rem 3.5rem;
  font-size: calc(1.8rem + (2.0 - 1.8) * ((100vw - 32rem) / 88));
  line-height: 1.2222222222;
  border-radius: 0;
}

.btn-lg {
  padding: 3rem 4.5rem;
  font-size: calc(2.0rem + (2.2 - 2.0) * ((100vw - 32rem) / 88));
  line-height: 1.2222222222;
  border-radius: 0;
}

.text-primary {
  color: #b21212 !important;
}

.btn-link {
  color: #b21212;
  text-align: left;
  text-transform: initial;
}

.btn-link:focus,
.btn-link:hover {
  color: #cc1c1c;
}

.btn-primary {
  color: #fff;
  background-color: #b21212;
  border-color: #b21212;
  border-radius: 4px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #cc1c1c;
  border-color: #c11a1a;
}

.btn-primary.focus, 
.btn-primary:focus {
  color: #fff;
  background-color: #cc1c1c;
  border-color: #c11a1a;
  box-shadow: 0 0 0 3px rgba(226, 44, 44, 0.5);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 3px rgba(226, 44, 44, 0.5);
  }

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cc1c1c;
  background-image: none;
  border-color: #c11a1a;
}


.btn-download {
  display: inline-flex;
  align-items: center;
}

.btn-download i {
  font-size: 30px;
  margin-right: 20px;
}

.btn-download span {
  text-align: left;
}

.btn-light {
  border-radius: 4px;
}

.link-dark {
  color: #383838;
}

.link-dark:focus,
.link-dark:hover {
  color: #181818;
}


.link-light {
  color: #fff;
}

.link-light:focus,
.link-light:hover {
  color: #eee;
}


.link-primary {
  color: #b21212;
}

.link-primary:focus,
.link-primary:hover {
  color: #cc1c1c;
}

.alert {
  font-size: 1.6rem;
}

.alert a {
  font-size: inherit;
  font-weight: bold;
}


/* wysiwyg override styles for the editor */

.wysiwyg table {
  width: 100%;
  margin-bottom: 1.6rem;
  background-color: transparent;
}

.wysiwyg table td,
.wysiwyg table th {
  padding: 1.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.wysiwyg #ys-editor {
  background-color: #0000001a;
  padding: 25px;
  margin-bottom: 25px;
}

/* Bootstrap tweaks */

.navbar-brand {
  font-size: 2rem;
}

.navbar {
  padding: .96rem 1.6rem;
}

.navbar .dropdown-menu {
  margin: 0;
}

.dropdown-menu {
  font-size: inherit;
  min-width: 16rem;
  padding: .8rem 0;
  margin: .2rem 0 0;
  border-radius: .4rem;
}

.dropdown-menu.nested {
  left: 100%;
  top: 0;
}

.dropdown-item {
  padding: .4rem 2.4rem;
  font-size: 18px;
}

.dropdown-item:hover {
  background-color: #b21112;
  color: white;
}

.nav-link {
  padding: .96rem 1.6rem;
  font-size: 18px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6875rem;
    padding-left: .6875rem;
  }
  .navbar-expand-lg .form-inline {
    margin-left: 3rem;
  }
  .dropdown-submenu .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
  }
}

/**** Side Nav Menu Customization****/

.side-nav {
  top: -50px;
  z-index: 1;
  position: absolute;
  background-color: white;
  width: calc(100% - 30px);
  box-shadow: 0px 16px 36px 0px rgba(0, 0, 0, 0.3);
}

.side-nav>h3:first-child {
  margin-top: 0;
}

.side-nav .nav .nav {
  margin: 5px 0 10px 15px;
}

.side-nav ul li.active, .side-nav ul li:hover {
  background-color: #F2F2F2;
  cursor: pointer;
}

.side-nav li:not(:last-of-type) {
  border-bottom: 1px solid #F2F2F2;
}

.side-nav .nav li a {
  padding: 20px 25px;
  color: #767676;
}

.side-nav .nav li.active>a {
  font-weight: 600;
}

.side-nav .nav .nav .nav {
  /* font-size: 12px !important; */
}

.side-nav .nav li a:hover {
  color: #333 !important;
  background: none !important;
}

.side-nav .nav .nav {
  position: relative;
}

.side-nav .nav .nav:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;
}

.side-nav-mobile .side-nav {
  position: relative;
  width:  100%;
  top: 0;
}

@media (min-width: 992px) {
  .side-nav-mobile {
    display: none;
  }
}
  
@media (max-width: 992px) {
  .side-nav-desktop {
    display: none;
  }
}

/*
* =============================
* === Blog ===
* =============================
*/
#recent-posts-prezly .recent-post {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

#recent-posts-prezly .recent-post .summary {
  flex-grow: 1;
}

#recent-posts-prezly .recent-post img {
  height: 300px;
  width: fit-content;
  object-fit: cover;
}

#recent-posts-prezly .recent-post a[target="_blank"]:after {
  content: "";
}

#recent-posts-prezly .recent-post a:hover {
  text-decoration: none;
}

/*
* =============================
* === Breadcrumb ===
* =============================
*/

.breadcrumb {
  margin-top: 1.6rem;
  padding: 1.2rem 1.6rem;
  margin-bottom: 1.6rem;
  border-radius: .4rem;
}

.breadcrumb li {
  color: #4A4A4A;
  text-transform: uppercase;
}

.breadcrumb li+li::before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding: 0 5px;
}

.breadcrumb a {
  font-size: 18px;
  text-transform: uppercase;
}

/*
* =============================
* === Util ===
* =============================
*/

.theme-color {
  color: #DB1D23;
}

.remove-el-mt h1,
.remove-el-mt h2,
.remove-el-mt h3,
.remove-el-mt p {
  margin-top: 0;
}

.no-js {
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  right: 2.5%;
  width: 95%;
  padding: 15px;
  background-color: red;
  color: #eee;
  z-index: 500;
  text-align: center;
}

.save_button {
  position: fixed;
  top: 100px;
  left: 25px;
  z-index: 50;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 1.4em;
  margin-bottom: 1em;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
* =============================
* === Sign Up Modal ===
* =============================
*/
.modal .close {
  font-size: 30px;
  color: white;
  opacity: 1;
}

.modal .modal-title {
  margin-top: 0;
  font-weight: 900;
  font-size: 4rem;
}

.modal .modal-header {
  padding: 15px 20px;
  background-color: #b21212;
  color: white;
}

.modal h2 {
  margin-top: 0;
}

.modal .button {
  font-family: 'Inter', sans-serif;
  line-height: initial;
  height: auto;
  font-weight: 500;
  font-size: 16px;
  padding: 15px 25px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal .button:hover {
  background-color: white;
  color: var(--primary-color);
}

.modal .mc-field-group input {
  font-size: 18px;
}

.modal div#mce-responses {
  margin: 0;
}

/*
* =============================
* === Default Page ===
* =============================
*/
.default-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #E33030;
  height: 400px !important;
  padding: 50px 15px;
}

.default-header.img-wrapper {
  padding: 0;
}

.default-header.img-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.default-header h1 {
  color: white;
}

.default-header .logo-container img {
  max-width: 100%;
}

.default-header .logo-container .img-col {
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .default-header .logo-container .img-col {
    justify-content: flex-start;
  }
}

/*
* =============================
* === Contact Page ===
* =============================
*/
.contact-social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-social a {
  margin-right: 25px;
}

.contact-social a:hover {
  text-decoration: none;
}

.contact-social i {
  color: white;
  font-size: 40px;
  height: 60px;
  background-color: #B21212;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #B21212;
  transition: 0.25s all ease-in-out;
}

.contact-social i:hover {
  color: #B21212;
  background-color: white;
}

.contact-forms {
  padding-bottom: 10rem;
  overflow: hidden;
}

.headquarters {
  background-color: #E5E5E5;
  padding: 25px 50px;    
  position: absolute;
  width: 100%;
}

.general-form {
  background-color: #E5E5E5;
}

@media (max-width: 992px) {
  .headquarters {
    position: relative;
    margin-top: 10rem;
  }
}

/* newsletter signup */
.newsletter-signup {
  padding-top: 22px;
  padding-bottom: 22px;
  padding: 22px 2px;
}

.form__heading {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #383838;
  padding-bottom: 8px;
  border-bottom: 2px solid #DDDDDD;
}

.form__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #383838
}

.form__heading + .form__description {
  margin-top: 24px;
}

.form__description + .field-group,
.field-group + .form__actions {
  margin-top: 40px;
}

.field-group label {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #383838;
}

.field-group [type='email'],
.field-group [type='text'] {
  display: block;
  margin-top: 8px;
  border: 1px solid #ACACAC;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #383838;
  padding: 12px 8px;
  width: 100%;
  max-width: 280px;
}

.field-group__label--required {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  color: #626262;
}

.field-group + .field-group {
  margin-top: 32px;
}

.form__actions input[type="submit"] {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  max-width: 280px;
}

.field__group,
.form_actions {
  margin-left: auto;
  margin-right: auto;
}


/*
* =============================
* === Blog Page ===
* =============================
*/

.cards .card {
  background-color: #b21212;
  display: flex;
  flex: 1 1 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-transform: none;
  max-height: 500px;
}

.cards .card:before {
  background-color: #cf4d4e;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.cards a.card:hover .text {
  text-decoration: underline;
}

.card .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cards .card .card--bg {
  filter: grayscale(100%) contrast(1) blur(0px);
  flex: 1 0 100%;
  max-width: 100%;
  mix-blend-mode: multiply;
  object-fit: cover;
  opacity: 1;
  position: relative;
  width: 100%;
  height: inherit;
}

.cards .card .card--overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

/*  
@media (max-width: 992px) {
  .blog-page .block--image-text .section-content {
    padding-top: calc(2.5rem + (8.0 - 2.5) * ((100vw - 32rem) / 88));
    padding-bottom: calc(2.5rem + (8.0 - 2.5) * ((100vw - 32rem) / 88));
    padding-left: calc(2.5rem + (8.0 - 2.5) * ((100vw - 32rem) / 88));
    padding-right: calc(2.5rem + (8.0 - 2.5) * ((100vw - 32rem) / 88));
  }
}
.pagination .page-item {
  display: flex;
}

.pagination .page-item .page-link {
  background-color: #B04D43;
  color: white;
  border-color: #B04D43;
  border-radius: 4px;
  padding: 6px 12px;
  margin: 0 4px;
  align-items: center;
  display: flex;
  padding: 4px 12px;
  font-weight: 600;
}

.pagination .page-item .page-link:hover, .pagination .page-item.active .page-link  {
  background-color: white;
  color: #b21212;
}

.pagination .page-item.page-next .page-link, .pagination .page-item.page-prev .page-link { 
  background-color: transparent;
  color: #b21212;
  border-color: transparent;
}

.pagination .page-item.page-next.disabled .page-link, .pagination .page-item.page-prev.disabled .page-link {
  color: grey;
}

.pagination .page-item.page-last .page-link, .pagination .page-item.page-first .page-link  {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.pagination .page-item.page-last .page-link svg, .pagination .page-item.page-first .page-link svg {
  font-size: 24px;
}


@media (max-width: 576px) {
  .post-navigation {
    flex-direction: column;
  }
  .post-navigation button {
    width: 100%;
    margin-bottom: 1rem;
  }
}
*/

/*
* =============================
* === Customs ===
* =============================
*/

.hero {
  background-color: #b21212;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.img-wrapper {
  background-color: #b21212;
  display: flex;
  flex: 1 1 100%;
  height: calc(100vh - 100px);
  min-height: 670px;
  overflow: hidden;
  position: relative;
}

.img-wrapper .bg-img {
  filter:              grayscale(100%) contrast(1) blur(0px);
  flex:                1 0 100%;
  max-width:           100%;
  mix-blend-mode:      multiply;
  object-fit:          cover;
  opacity:             1;
  position:            relative;
  width:               100%;
}

.img-wrapper::before {
  background-color:    #cf4d4e;
  bottom:              0;
  content:             '';
  height:              100%;
  left:                0;
  mix-blend-mode:      multiply;
  position:            absolute;
  right:               0;
  top:                 0;
  width:               100%;
  z-index:             1;
}

.hero-banner-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 2;
}

.hero-overlay-top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.hero .container {
  min-height: 675px;
  position: relative;
  padding-bottom: 65px;
}

.hero-main {
  font-weight: 900;
  text-align: left;
  letter-spacing: -1.2px;
}

.hero-text {
  width: 50%;
}

.down-to-content {
  width: 65px;
  height: 65px;
  background-color: #fff;
  position: absolute;
  text-align: center;
  color: #b21212;
  left: 15px;
  bottom: 0;
  font-size: 3rem;
  line-height: 65px;
  display: black;
}

@media (max-width: 768px) {
  .hero-text {
    width: 100%;
  }
  .img-wrapper {
    min-height: calc(100vh - 100px);
    height: auto;
  }
}

.section {
  margin-top: calc(2.5rem + (12.0 - 5.0) * ((100vw - 32rem) / 88));
  margin-bottom: calc(2.5rem + (12.0 - 5.0) * ((100vw - 32rem) / 88));
  position: relative;
  align-items: center;
}

.section.has-bg {
  color: #fff;
}

.section-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-headline {
  letter-spacing: -0.58px;
  margin-top: 0;
}

.section-sub-headline {
  letter-spacing: 0.46px;
}

.section-intro {
  letter-spacing: 0.22px;
  color: rgb(134, 134, 139);
}

.section-intro-elevated {
  font-size: calc(1.6rem + (3.2 - 1.6) * ((100vw - 32rem) / 88));
  line-height: calc(1.8rem + (3.6 - 1.8) * ((100vw - 32rem) / 88));
  
  color: rgb(134, 134, 139);
  font-weight: bold;
  letter-spacing: 0.15px;
}

.section-img {
  box-shadow: 0px 16px 36px 0px rgba(0, 0, 0, 0.3);
}

.section-content {
  padding-top: calc(2.5rem + (8.0 - 2.5) * ((100vw - 32rem) / 88));
  padding-bottom: calc(2.5rem + (8.0 - 2.5) * ((100vw - 32rem) / 88));
  padding-left: calc(2.5rem + (8.0 - 2.5) * ((100vw - 32rem) / 88));
  padding-right: calc(2.5rem + (8.0 - 2.5) * ((100vw - 32rem) / 88));
}

/* right side */
.align-right .section-content {
  padding-left: 25px;
  padding-right: 25px;
}

.section.has-bg .section-intro-elevated,
.section.has-bg .section-intro {
  color: #fff;
}

.section.cta {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section .embed-code {
  padding-left: 30px;
}

#governance-consulting img {
  box-shadow: none;
}

#governance-consulting {
  margin-bottom: 0;
}

.cta.has-bg {
  margin-top: 0;
  margin-bottom: 0;
}

/* Has background offset the image */



.has-bg .section-img {
  box-shadow: 0px 16px 36px 0px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .align-right .section-content {
    padding-left: 0;
    padding-right: 0;
  }

  .has-bg.align-right .section-img {
    transform: translate(-5%, -25%);
  }

  .has-bg .section-img {
    transform: translate(5%, -25%);
  }
  
  .section-content {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .has-bg .section-content {
    padding-left: calc(2.5rem + (8.0 - 2.5) * ((100vw - 32rem) / 88));
  }
  
  .has-bg.align-right .section-content {
    padding-right: calc(2.5rem + (8.0 - 2.5) * ((100vw - 32rem) / 88));
  }
}

@media (max-width: 768px) {
  .cta .section-intro-elevated {
    text-align: center;
  }
}

/*
* =============================
* === Footer Social Links ===
* =============================
*/

.ft .social-link {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.ft .social-link a {
  margin-right: 8px !important;
  margin-bottom: 0px !important;
  color: white !important;
  text-decoration: none !important;
}
.ft .social-link a i {
  font-size: 30px;
  width: 50px;
  height: 50px;
  background-color: #B21212;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #B21212;
  transition: 0.25s all ease-in-out;
}
.social-link a i:hover {
  color: #B21212;
  background-color: white;
}



@media (min-width: 768px) {
  .ft .social-link a i {
    font-size: 16px;
    width: 24px;
    height: 24px;
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}






.ft .section-intro-elevated {
  color: #1d1d1f;
}

.ft__logo {
  width: 112px;
}

/*
* =============================
* === Responsive ===
* =============================
*/

/* .dropdown:hover>.dropdown-menu,
.dropdown:focus>.dropdown-menu {
  display: block;
} */

body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100vh;
}

.bd {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.ft {
  color: #86868b;
}

.ft-top {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ft-top .sitemap a {
  display: block;
  color: #1D1D1F;
  margin-bottom: 2rem;
  font-size: 22px;
}

.ft-top .sitemap a:hover:not(.btn) {
  text-decoration: underline;
} 

.ft-top span {
  font-size: 22px;
}

.ft-top .sitemap .sitemap-title {
  font-weight: 600;
  margin-bottom: 5rem;
}

.ft-top .sitemap-col {
  margin-bottom: 5rem;
}

.ft-top .btn-download {
  font-size: 22px;
  color: white !important;
  display: flex !important;
}

.ft-top .social-link {
  display: flex;
}

.ft-bottom {
  background-color: #383838;
  color: #ffffff;
}

.ft-bottom p {
  color: white;
  font-size: 18px;
}

.ft-bottom a {
  color: #fff;
  font-size: 18px;
}

.ft-bottom a:hover,
.ft-bottom a:focus {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .end-col {
    padding-left: 50px;
  }
}

@media (max-width: 768px) {
  .ft-top .social-col, .ft-top .download-col {
    margin-bottom: 5rem;
  }
  .ft-top .download-col {
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 5rem;
  }
  .ft-top .social-col {
    align-content: flex-start;
    justify-content: flex-start;
  }
  .ft-bottom {
    padding: 1em 0;
  }
  .ft-bottom .col-md-6 p {
    text-align: center !important;
  }
}

/*
* =============================
* ==== Block Common  ====
* =============================
*/
.block--default img {
  max-width: 100%;
  height: auto;
  box-shadow: 0px 16px 36px 0px rgba(0, 0, 0, 0.3);
}

.disable-image-shadows img {
  box-shadow: none;
}

.learn-more {
  align-items: center;
}

.learn-more svg {
  margin-left: 5px;
}

.block--padding {
  margin-top: calc(1.2rem + (12.0 - 5.0) * ((100vw - 32rem) / 88));
  margin-bottom: calc(1.2rem + (12.0 - 5.0) * ((100vw - 32rem) / 88));
}

/* Slick Sliders */
.slick-dots li.slick-active button::before {
  color: black;
}

.slick-dots li button::before {
  font-size: 20px;
  color: white;
  opacity: 1;
}

.slick-dots li button:hover::before {
  color: black;
}

@media (max-width: 992px) {
  .buttons-flex {
    display: flex;
    flex-direction: column;
  }
  .buttons-flex .btn {
    width: fit-content;
    margin-left: 0 !important;
    margin-top: 1rem;
  }
}

/*
* =============================
* ==== Block Image Links  ====
* =============================
*/

.block--image-links a[target="_blank"]:after {
  content: none;
}

.block--image-links img {
  height: 80px;
  width: 100%;
}

/*
* =============================
* ==== Block Team  ====
* =============================
*/
.block--team .team-member {
  padding-top: 8rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 5rem;
}

.block--team .team-member .btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.block--team .team-member .btn:not(.collapsed) {
  background-color: #4D4D4D;
}

.block--team .team-member .card {
  border: none;
  background: none;
}

.block--team .team-member .img-silly {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.25s ease-in-out opacity;
}

.block--team .team-member .member-images:hover .img-silly {
  opacity: 1;
}

/**** Overlay ****/
.member-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #f3f3f3;
  width: 100%;
  height: 0%;
  z-index: 101;
  transition: 0.5s ease-in-out height;
  display: flex;
  align-items: center;
}

.member-overlay .close {
  position: absolute;
  right: 0;
  top: -95px;
  display: none;
  color: #222222;
  opacity: 1;
  font-size: 30px;
  padding: 15px;
  cursor: pointer;
}

.member-overlay .close-container {
  display: flex;
  align-items: center;
}

.member-overlay .close-container i { 
  margin-left: 10px;
}

.member-overlay .content {
  display: none;
  width: 100%;
  height: inherit;
  padding: 100px 0;
  overflow-y: scroll;
}

/*
* =============================
* ==== Block Testimonials  ====
* =============================
*/
.block--testimonials {
  min-height: 850px;
  display: flex;
  align-items: center;  
}

.block--testimonials .title-block {
  background-color: #E5E5E5;
  padding: 2rem 0;
  position: relative;
  width: 66.66%;
}

.block--testimonials .title-block .grey-bg {
  height: 100%;
  position: absolute;
  width: 200%;
  top: 0;
  right: 0;
  background-color: #e5e5e5;
  z-index: -1;
}

.block--testimonials .title-block h2 {
  max-width: 65%;
}

.block--testimonials .slider-block {
  background-color: #b21212;
  margin-left: calc(1.35 * 33.33%);
  max-width: 50%;
  padding: 50px 60px;
  position: absolute;
  top: 40%;
  right: 15px;
}

.block--testimonials p {
  color: white;
}

.block--testimonials .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block--testimonials .quote {
  font-size: 60px;
  font-weight: 600;
  color: white;
  font-family: 'Inter', sans-serif;
  position: absolute;
}

.block--testimonials .quote-open {
  top: 20px;
  left: 20px;
}

.block--testimonials .quote-close {
  bottom: 20px;
  right: 20px;
}

@media(max-width: 992px) {
  .block--testimonials {
    margin-top: calc(2.5rem + (12.0 - 5.0) * ((100vw - 32rem) / 88)) !important;
  }
  .block--testimonials .title-block {
    width: 100%;
  }
  .block--testimonials .slider-block {
    position: relative;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    right: 0;
  }
}

@media(max-width: 778px) {
  .block--testimonials .title-block h2 {
    max-width: 100%;
    padding-right: 25px;
  }
}

/*
* =============================
* ==== Block Videos  ====
* =============================
*/

:root {
  --video-width: 100vw;
  --video-aspect-ratio: 0.5;
}

.block--video .wrapper {
  position: relative;
  margin: auto;
  width: var(--video-width);
  padding-top: calc(var(--video-width) * var(--video-aspect-ratio));
}

.block--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  :root {
    --video-width: 550px;
  }
}

@media (min-width: 778px) {
  :root {
    --video-width: 600px;
  }
}

@media (min-width: 992px) {
  :root {
    --video-width: 750px;
  }
}

@media (min-width: 1200px) {
  :root {
    --video-width: 1000px;
  }
}

@media (min-width: 1440px) {
  :root {
    --video-width: 1200px;
  }
}

@media (min-width: 1600px) {
  :root {
    --video-width: 1300px;
  }
}

@media (min-width: 1920px) {
  :root {
    --video-width: 1540px;
  }
}

/*
* =============================
* ==== Block Values  ====
* =============================
*/
.block--values .card-holder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 10rem;
}

.block--values .card-holder img {
  height: 125px;
  margin-bottom: -20px;
  z-index: 2;
} 

.block--values .value-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
}

.block--values .card-top {
  background-color: #383838;
  text-align: center;
  padding: 5px;
  
}

.block--values .card-top p {
  color: white;
}

.block--values .card-bottom {
  background-color: #B21212;
  padding: 25px;
  color: white;
  flex-grow: 1;
}

/*
* =============================
* ==== Block Stats  ====
* =============================
*/
.block--stats {
  background-color: #E5E5E5;
}

.block--stats .img-holder {
  max-width: 100%;
  height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.block--stats img {
  max-width: 100%;
}

.block--stats .content-holder {
  text-align: center;
  max-width: 235px;
  margin: auto;
}

/*
* =============================
* ==== Block Logos  ====
* =============================
*/
.block--logos img {
  max-width: 100%;
  max-height: 125px;
}

.block--logos .img-col {
  padding-top: 5rem;
}

/*
* =============================
* ==== Block Image With Text  ====
* =============================
*/
.block--image-text .buttons-flex a:nth-of-type(2) {
  margin-left: 2rem;
}

@media(max-width: 992px) {
  .block--image-text .buttons-flex a:nth-of-type(2) {
    margin-left: 0;
    margin-top: 2rem;
  }
}

@media(max-width: 768px) {
  .block--image-text .img-col {
    padding-top: calc(2.5rem + (8.0 - 2.5) * ((100vw - 32rem) / 88));
    padding-bottom: calc(2.5rem + (8.0 - 2.5) * ((100vw - 32rem) / 88));
    padding-left: calc(2.5rem + (8.0 - 2.5) * ((100vw - 32rem) / 88));
    padding-right: calc(2.5rem + (8.0 - 2.5) * ((100vw - 32rem) / 88));
  }
}

/*
* =============================
* ==== Block Image Quote  ====
* =============================
*/
.block--image-quote {
  width: 100%;
}

.block--image-quote .row {
  min-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  box-shadow: 0px 16px 36px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 576px) {
  .block--image-quote .row {
    padding: 25px;
  }
}

/*
* =============================
* ==== Block Collapsibles  ====
* =============================
*/
.block--collapsibles {
  width: -webkit-fill-available;
}

.block--collapsibles .collapsible {
  display: block;
}

.block--collapsibles .collapsible button {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  text-align: left;
  font-size: 31px;
  text-transform: none;
  align-items: center;
}

.block--collapsibles .collapsible i {
  margin-right: 12px;
}

.block--collapsibles .collapsible .open .fa-caret-down {
  display: none;
}

.block--collapsibles .collapsible .closed .fa-caret-up {
  display: none;
}

.block--collapsibles .collapsible .card-body {
  background-color: #F2F2F2;
  border: none;
  padding: 25px;
}

@media (min-width: 1200px) {
  .block--collapsibles .collapsible button i {
    font-size: 40px;
  }
}

/*
* =============================
* ==== Block Image With BG  ====
* =============================
*/
.block--image-with-bg {
  color: white;
}

.block--image-with-bg .text-col {
  padding: 50px 0;
}

.block--image-with-bg ul li {
  color: white;
}

.block--image-with-bg .section-bg {
  background-color: #E33030;
  background-image: url(/files/red-background.jpg);
}


/*
* =============================
* ==== Block Checklist  ====
* =============================
*/
.block--checklist ul {
  list-style: none;
  font-weight: 400;
  line-height: 1.7;
  margin: auto;
  width: fit-content;
  font-size: 24px;
  padding-left: 40px;
}

.block--checklist ul li {
  margin: 1rem 0;
}

.block--checklist ul li p {
  margin: 0;
}

.block--checklist li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  /* margin-right: 15px; */
  display: inline-block;
  margin-left: -40px; /* same as padding-left set on li */
}

/*
* =============================
* ==== Blocks Misc  ====
* =============================
*/

.cta-download-links {
  justify-content: center;
}
.cta-download-links a[target="_blank"]:after {
  content: '';
}

.cta-download-links a:hover {
  text-decoration: none;
}

.cta-download-links img {
  height: 100px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .cta-default-title {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .cta-download-links {
    flex-direction: column;
  }
  .cta-download-links a:first-of-type {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .cta-download-links {
    flex-direction: column;
  }
  .cta-download-links a:first-of-type {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .cta-download-links {
    flex-direction: row;
    justify-content: end;
  }
  .cta-download-links a:first-of-type {
    margin-bottom: 0;
  }
}

/*** CHECKLIST STYLE ***/
.checklist-style ul {
  list-style: none;
  font-weight: 400;
  line-height: 1.7;
  width: fit-content;
  font-size: 24px;
}

/* .checklist-style ul li {
  display: flex;
} */

.checklist-style li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
/*   margin-right: 15px;
 */  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 40px; /* same as padding-left set on li */
}

/*
* =============================
* ==== Small Container  ====
* =============================
*/
.sm-container {
  margin: auto;
  max-width: 100%;
  padding: 0 15px;
}

/*
* =============================
* ==== Increase grid size  ====
* =============================
*/

@media (min-width: 576px) {
  .sm-container {
    max-width: 550px;
  }
}

@media (min-width: 778px) {
  .sm-container {
    max-width: 600px;
  }
}

@media (min-width: 992px) {
  .sm-container {
    max-width: 750px;
  }
}

@media (min-width: 1200px) {
  .sm-container {
    max-width: 1000px;
  }
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .sm-container {
    max-width: 1200px;
  }
  .container {
    max-width: 1380px;
  }
}

@media (min-width: 1600px) {
  .sm-container {
    max-width: 1300px;
  }
  .container {
    max-width: 1540px;
  }
  
  body {
    font-size: 18.9091px !important;
  }
  
  .navbar .nav-link {
    font-size: 18.9091px;
  }
  
  h1,
  .h1 {
    font-size: 87.5455px;
  }
  
  h2,
  .h2 {
    font-size: 69.5455px;;
  }
  
  h3,
  .h3 {
    font-size: 55.5455px;
  }
  
  h4,
  .h4 {
    font-size: 45.7727px;
  }
  
  h5,
  .h5 {
    font-size: 36.5455px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1540px;
  }
  
  .bd,
  .ft,
  .ft-top,
  .hd {
    max-width: 1860px;
    margin-right: auto;
    margin-left: auto;
    width: 1860px;
    position: relative;
  }
}



/* 
* Extra small devices (portrait phones, less than 576px) 
* No media query since this is the default in Bootstrap
*/

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}

@media (max-width: 576px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
  p {
    font-size: 18px;
  }
}

/*!--------------------------------------------------------------------
no-js
-----------------------------------------------------------------------*/

.no-js {
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  right: 2.5%;
  width: 95%;
  padding: 15px;
  background-color: #000;
  color: #fff;
  border: 5px solid #AF151E;
  z-index: 1500;
  text-align: center;
}

.noscript-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1400;
  background-color: rgba(0, 0, 0, 0.7);
}

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/

#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff;
}

* html #outdated {
  position: absolute;
}

#outdated h6 {
  font-size: 25px;
  line-height: 28.8px;
  margin: 30px 0 10px;
}

#outdated p {
  font-size: 16px;
  line-height: 19.2px;
  margin: 0;
}

#outdated #btnUpdateBrowser {
  font-size: 16px;
  line-height: 19.2px;
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  /*need for IE*/
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  cursor: pointer;
  background-color: #000;
}

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #ffffff;
}

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
}

#outdated .last[dir='rtl'] {
  right: auto !important;
  left: 25px !important;
}

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
}


