body {
  font-family: Inter, serif;
}

html {
  overflow-y: scroll;
  background: #fff;
  scroll-behavior: smooth;
}

.opacity-07 {
  opacity: 0.7;
}

.btn {
  padding: 0.5rem 0.9rem;
}

.bootstrap-scope a.btn-scope {
  padding: 8px 33px;
  font-size: 22px;
  line-height: 0.9;
}

.bootstrap-scope img {
  border-radius: 2px !important;
}

body.bootstrap-scope {
  padding-right: 0 !important;
}

.bootstrap-scope header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}

.bootstrap-scope .hamburger-box {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 43px;
  top: 1px;
}

.bootstrap-scope .hamburger-inner,
.bootstrap-scope .hamburger-inner:after,
.bootstrap-scope .hamburger-inner:before {
  position: absolute;
  width: 45px;
  height: 2px !important;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 1px;
  background-color: #000;
}

.bootstrap-scope .hamburger-inner:before {
  top: -16px;
}

.bootstrap-scope .hamburger-inner:after {
  bottom: -10px;
}

.bootstrap-scope .hamburger--collapse .hamburger-inner:after {
  top: -32px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}

.bootstrap-scope .hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transform: translate3d(0, -16px, 0) rotate(-45deg);
}

.hamburger.is-active,
.hamburger {
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1;
}

.bootstrap-scope .mt-nav {
  margin-top: 0;
  padding-top: 49px;
}

.bootstrap-scope .mt-sticky {
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.bootstrap-scope .rounded {
  border-radius: 0.3rem !important;
}

.display-read p,
.display-read ol,
.display-read ul {
  font-size: 25px !important;
  line-height: 36px !important;
}
.display-read p {
  margin-bottom: 40px;
}

.display-read li {
  margin-bottom: 30px;
}

.bootstrap-scope .max-width-button {
  width: 190px;
  display: inline-block;
}

.bootstrap-scope .max-width-app-logo {
  max-width: 150px;
  display: inline-block;
}

.bootstrap-scope .max-profile {
  max-width: 145px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.bootstrap-scope .text-tiny {
  font-size: smaller;
  letter-spacing: 0;
  text-shadow: 0.01px 0.01px 0.01px #001469;
}

.bootstrap-scope
  a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #001469 !important;
  border: 1px solid #001469 !important;
}

.bootstrap-scope a#CybotCookiebotDialogBodyLevelButtonAccept,
.bootstrap-scope a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #001469 !important;
  border: 1px solid #001469 !important;
}

.bootstrap-scope .btn-scope-orange {
  border: 2px solid #ffa500;
  color: #ffa500;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bootstrap-scope .btn-scope-green {
  border: 2px solid #608b1b;
  color: #608b1b;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bootstrap-scope .btn-scope-blue {
  border: 2px solid #001469;
  color: #001469;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bootstrap-scope .list-access li {
  font-size: 18px !important;
}

.bootstrap-scope .pointer {
  cursor: pointer;
}

/************************* NAV *************************/

.bootstrap-scope .max-nav {
  max-width: 1350px;
}

.bootstrap-scope nav .social {
  margin-top: 40px;
  font-size: 14px;
}

.bootstrap-scope nav .social a,
.bootstrap-scope nav .social span.labe {
  opacity: 0.5;
  color: white;
}

.bootstrap-scope nav .social a:hover {
  opacity: 1;
}

.navbar-top-right-container {
  display: none;
}

.navbar-top-right-containe span a {
  opacity: 0.5;
}

.navbar-top-right-container span a:hover svg {
  fill: #12325c;
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 1024px) {
  .navbar-top-right-container {
    display: block;
  }
}

a.nav-link:focus {
  color: #0b3256 !important;
}

.hamburger-mobile-menu {
  display: none;
}

.navbar {
  padding: 0.2rem 0rem;
}

a.nav-link:hover {
  color: #0b3256 !important;
  cursor: pointer;
}

.content-divider {
  border-right: 1px solid #dee2e6;
  height: 18rem;
  margin-top: 10px;
}

.dropdown-menu {
  position: absolute;
  left: -15px;
  right: -15px;
  margin-top: 12px;
  border: 0px;
  box-shadow: inset 1px 1px 5px #adb5bd;
}

.dropdown-menu-inside-container {
  line-height: 1.87;
}

.dropdown-header {
  color: #adb5bd;
  font-size: 14px;
  padding: 0.5rem 1rem;
}

.dropdown-menu a {
  font-size: 16px;
}

.menu-mid-section {
  width: 45%;
  height: 18rem;
  margin-top: 10px;
}

.menu-right-section {
  padding: 10px 15px;
}

.menu-right-sub-section {
  background-color: #f1f2f8;
  cursor: "pointer";
}

.menu-right-sub-section p {
  font-size: 12px;
}

.dropdown-item {
  padding: 0.25rem 1rem;
}

a.dropdown-item:active {
  background-color: #fff !important;
}

a.dropdown-item:hover {
  color: #0b3256 !important;
  cursor: pointer;
}

.scope-btn {
  border: 0.1rem solid #001469;
}
/* Rotate icon on menu open and close*/
.toggle-btn.active .dropdown-icon {
  transform: rotate(180deg);
  color: #00325d;
}

.bootstrap-scope .scope-logo {
  height: 66px;
  padding: 0.8rem;
}

.bootstrap-scope .shadow-logo {
  -webkit-box-shadow: 0 0 5px 0.8px rgba(0, 0, 0, 0.24) !important;
  -moz-box-shadow: 0 0 5px 0.8px rgba(0, 0, 0, 0.24) !important;
  box-shadow: 0 0 5px 0.8px rgba(0, 0, 0, 0.24) !important;
}

.bootstrap-scope header {
  background: white;
}

.bootstrap-scope header a.logo-link {
  margin-right: 4px;
}

/************************* CONTACT WIDGET *************************/

.bootstrap-scope address.home {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 2;
  margin-top: -80px;
}

.bootstrap-scope address.home #tel {
  top: 0;
  position: absolute;
  left: auto;
  right: 0;
}

.bootstrap-scope address.home #email {
  top: 41px;
  position: absolute;
  left: auto;
  right: 0;
}

.bootstrap-scope address.home #map {
  top: 82px;
  position: absolute;
  left: auto;
  right: 0;
}

.bootstrap-scope .modal-backdrop.show {
  opacity: 0.02;
}

.btn-light {
  color: #001469;
}

/***********************BURGER*********************/

.bootstrap-scope .mobile-header-nav {
  display: none;
  position: absolute;
  top: 0;
  padding-top: 115px !important;
  height: auto;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px 4px 0.5px rgba(0, 0, 0, 0.15);
}

.bootstrap-scope .mobile-header-nav.smallLogo {
  top: 65px;
}

button.close span {
  font-size: 4rem;
  font-weight: 100;
  color: #00325d;
}

.bootstrap-scope .hamburger {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  margin-top: 0;
  margin-right: 0;
}

.bootstrap-scope .hamburger svg rect {
  fill: #00325d;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
}

.bootstrap-scope .hamburger:hover svg rect {
  opacity: 1;
}

.bootstrap-scope .hamburger.smallLogo {
  padding: 15px;
}

.bootstrap-scope .hamburger:hover {
  cursor: pointer;
}
.bootstrap-scope .hamburger .menu-item {
  background: #001469;
  display: block;
  height: 3px;
  margin: 0 0 11px;
  transition: all 0.3s ease-in-out;
  width: 40px;
}

.bootstrap-scope .hamburger.open .menu-item {
  margin: 5px 0 5px;
}

.bootstrap-scope .hamburger.open .menu-item:first-child {
  transform: rotate(45deg);
  transform-origin: 10px;
}

.bootstrap-scope .hamburger.open .menu-item:nth-child(2) {
  opacity: 0;
}

.bootstrap-scope .hamburger.open .menu-item:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 8px;
}

/***********************BURGER*********************/

/*MENU CSS PURE JS*/

.bootstrap-scope #nav .show-subnav {
  display: block !important;
}

/*MENU CSS PURE JS*/

/*********************** FOOTER *********************/

.bootstrap-scope footer h3 {
  font-size: 0.9rem;
  font-weight: normal;
  margin-bottom: 13px;
}

.bootstrap-scope footer h2 {
  font-size: 0.75rem;
  font-weight: normal;
  margin-top: 2rem;
}

.bootstrap-scope footer .social {
  text-align: left;
}

.footer-nav a,
.copyright {
  font-size: 0.9rem;
  font-weight: normal;
}

/**************************BOOTSTRAP OVERRITE********************************/

.bootstrap-scope .border-bottom {
  border-bottom: 1px solid #d5dee5 !important;
}

.bootstrap-scope .text-secondary {
  color: #666 !important;
}

.bootstrap-scope .shadow-scope {
  box-shadow: 0 0.15rem 0.1rem rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: 0 0.15rem 0.1rem rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 0.15rem 0.1rem rgba(0, 0, 0, 0.25) !important;
}
.bootstrap-scope .shadow-news {
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.13) !important;
  -webkit-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.13) !important;
  -moz-box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.13) !important;
}

.bootstrap-scope .text-primary {
  color: #001469 !important;
}

.bootstrap-scope .border-primary {
  border-color: rgba(0, 51, 95, 0.45) !important;
}

.bootstrap-scope .btn-outline-primary span:first-child {
  color: #838383;
}
.bootstrap-scope .btn-outline-primary span:nth-child(2) {
  color: #001469;
}

.bootstrap-scope .btn-outline-primary:hover span:first-child {
  color: #fff;
}

.bootstrap-scope .btn-outline-primary:hover span:nth-child(2) {
  color: #ffffff;
}

.bootstrap-scope .btn-outline-light span:first-child {
  color: #fff;
}
.bootstrap-scope .btn-outline-light span:nth-child(2) {
  color: #fff;
}

.bootstrap-scope .btn-outline-light:hover span:first-child {
  color: #838383;
}

.bootstrap-scope .btn-outline-light:hover span:nth-child(2) {
  color: #001469;
}

.bootstrap-scope #header {
  padding: 0px 15px;
}

.bootstrap-scope img.scope-border {
  border: 1px solid #eaeaea !important;
}

.bootstrap-scope .list-scope li {
  margin-bottom: 15px;
}

.bootstrap-scope .list-scope-policies li {
  margin-bottom: 15px;
}

.bootstrap-scope .list-scope,
.bootstrap-scope .list-scope span {
  padding-left: 20px;
  text-indent: -15px;
}

.bootstrap-scope .list-scope span {
  text-indent: 0;
  padding: 0;
}

.bootstrap-scope .section-common.bg-white hr {
  border-top: 1px solid #a6b7c536;
}

.bootstrap-scope svg.fa-circle {
  font-size: 5px;
  position: relative;
  top: -3px;
}

.bootstrap-scope .form-control:focus {
  outline: none;
  box-shadow: none;
}

.bootstrap-scope .display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-scope .display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-scope .display-7 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-scope .display-8 {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-scope .display-9 {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
}

.bootstrap-scope span.position-relative > span {
  position: absolute;
  top: -100px;
}

.bootstrap-scope span.position-relative.news > span {
  position: absolute;
  top: -100px;
}

.bootstrap-scope .modal {
  z-index: 999999;
}
.bootstrap-scope .font-weight-normal {
  font-weight: 500 !important;
}

.bootstrap-scope .font-weight-normal-l {
  font-weight: 400 !important;
}

.bootstrap-scope .btn-sm-text {
  font-size: smaller;
}

.bootstrap-scope .btn-lg-text {
  font-size: 1.8rem;
}

.bootstrap-scope .bg-scope-light-blue {
  background: #f3f7fa;
}

.bootstrap-scope .bg-scope-light-blue-dark {
  background: #63819b;
}

.bootstrap-scope .text-light-blue {
  color: #63819b !important;
}

.bootstrap-scope .border-bottom {
  border-color: #d5dee5;
}

.bootstrap-scope .btn-document {
  display: block;
  width: 100%;
  color: #001469;
  background: #fff;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 20px;
  padding-left: 20px;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
}

.img-section-hero-mb {
  display: none;
}

/****************************** SECTION HERO ******************************/
/* Container holding the image and the text */
.section-hero-text {
  top: 10%;
}

/****************************** SECTION FEATURED PRODUCTS ******************************/

.featured-products-image {
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  transition: background-size 1s ease-in-out;
  position: relative;
  z-index: 1;
}

.img-gradient {
  display: inline-block;
  position: relative;
  height: 450px;
}

.featured-products-text {
  top: 50%;
  z-index: 102;
  text-align: left;
}
.featured-products-subtext {
  font-size: 14px;
}

.featured-products-image {
  transition: transform 0.5s ease;
}

.featured-products-image:hover {
  background-size: 130%;
  transition: all 1s;
}

.img-gradient:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.bootstrap-scope .img-section-hero {
  background: #f1f4f9;
  width: 100%;
  z-index: 0;
  position: relative;
}

@media (min-width: 576px) {
  .bootstrap-scope .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
    width: 100%;
  }
}

.fa-scope-size {
  font-size: 18px;
  margin-right: 17px;
}

.bootstrap-scope .fa-scope-size svg {
  font-size: 18px;
  margin-right: 17px;
}

.bootstrap-scope .btn-hero {
  position: absolute;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  left: 0;
}

.bootstrap-scope .btn-hero-pause {
  top: 0;
  right: 0;
}

.bootstrap-scope .btn-hero-pause {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 0;
  opacity: 0.7;
  color: white;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  right: auto;
}

.bootstrap-scope .btn-hero-pause:hover {
  opacity: 1;
}

#video-placeholder {
  left: 0;
}

.cosa {
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  max-height: 600px;
}

.bootstrap-scope .bg-hero {
  background: #f1f2f7;
}

.bootstrap-scope .btn-hero img {
  max-width: 45px;
}

.bootstrap-scope .btn-hero:hover {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 1;
}

/****************************** RESPONSIVE ******************************/

@media only screen and (min-width: 768px) {
  header nav ul {
    border-right: 1px solid #666 !important;
  }
}

/*****  MENU RESPONSIVE ****/
@media only screen and (max-width: 992px) {
  .hamburger-mobile-menu {
    display: block;
  }
  .dropdown-menu {
    margin-top: 150px;
    overflow: overlay;
  }
  .dropdown-menu-inside-container {
    line-height: 2.2;
  }
  /* Hide desktop background image */
  .img-section-hero {
    display: none;
  }
  /* Display mobile background image */
  .img-section-hero-mb {
    display: block;
    height: 1000px;
  }
  /* Display text over images in center */
  .featured-products-text {
    top: 20%;
    text-align: center;
  }
  .featured-products-section {
    max-width: 84%;
  }
  .img-gradient {
    height: 300px;
    width: 100%;
  }
  .featured-products-image {
    height: 300px;
  }
  .featured-products {
    transform: translate(0%, -32%);
    margin-bottom: -150px;
  }
  .hero-section-buttons {
    display: inline-grid;
  }
  .btn-watch-video {
    margin-top: 20px;
  }
}

/* For tablets screens */
@media only screen and (min-width: 500px) and (max-width: 955px) {
  .img-section-hero-mb {
    height: 600px;
  }
  .featured-products {
    transform: translate(0%, -10%);
    margin-bottom: -50px;
  }
  .dropdown-menu {
    height: 1000px;
    margin-top: 0;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 780px) {
  .dropdown-menu {
    margin-top: 150px;
  }
}

/****************************** SECTION WHAT WE DO ******************************/

.bootstrap-scope .section-content {
  padding: 3rem;
}

@media only screen and (min-width: 1024px) {
  .bootstrap-scope .section-content {
    padding: 4rem 0;
  }

  .ca-profile-img {
    width: 230px;
  }
  
  .bootstrap-scope .sect ion-common.section-presence img.max-profile {
    max-width: 100px;
    min-width: inherit !important;
    /* border-radius: 2px; */
  }
}

/* For Tabs and Laptop Screens */
@media only screen and (min-width: 1200px) and (max-width: 1580px) {
  .featured-products {
    transform: translate(0%, -30%);
  }
  .featured-products-section {
    max-width: 84%;
  }
}

/* For Laptop Screens */
@media only screen and (min-width: 1580px) and (max-width: 1720px) {
  .featured-products {
    transform: translate(0%, -50%);
  }
  .featured-products-section {
    max-width: 68%;
  }
  .section-what-we-do {
    max-height: 250px;
  }
}

/* For Laptop and Desktop Screens */
@media only screen and (min-width: 1720px) and (max-width: 1920px) {
  .featured-products {
    transform: translate(0%, -70%);
  }
  .featured-products-section {
    max-width: 66%;
  }
  .section-what-we-do {
    max-height: 150px;
  }
}

@media only screen and (min-width: 1920px) {
  .featured-products {
    transform: translate(0%, -92%);
  }
}

.bootstrap-scope img.img-section-what-we-do {
  max-width: 280px;
}

/******************************SLIDE NEWS ***************************************/

.bootstrap-scope .carousel-item {
  height: auto;
  min-height: 342px;
}

.bootstrap-scope .bg-slide {
  background: #f3f7fa;
}

.bootstrap-scope .scope-control {
  position: relative;
  font-size: 25px;
  width: 35px;
  display: inline-block;
  margin-top: 0;
  background: #001469;
  color: white !important;
}

.bootstrap-scope .carousel-indicators {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .bootstrap-scope .section-news {
    padding: 3rem 0;
  }
}

@media only screen and (min-width: 1580px) {
  .bootstrap-scope .scope-control {
    position: absolute;
    font-size: 45px;
    width: 45px;
    display: inline-flex;
    margin-top: inherit;
    background: none;
    color: #001469 !important;
  }

  .bootstrap-scope .carousel-indicators {
    display: none;
  }

  .bootstrap-scope .scope-control.carousel-control-prev {
    left: -60px;
  }

  .bootstrap-scope .scope-control.carousel-control-next {
    right: -60px;
  }
}

.bootstrap-scope .section-hero {
  position: relative;
  text-align: center;
  background-color: #f3f5f6 !important;
  max-height: 500px;
  overflow: hidden;
}

.bootstrap-scope.bootstrap-scope-startpage .section-hero {
  position: relative;
  text-align: center;
  background-color: #f3f5f6 !important;
  height: 350px;
}

@media only screen and (min-width: 450px) {
  .bootstrap-scope.bootstrap-scope-startpage .section-hero {
    height: 500px;
  }
}

@media only screen and (min-width: 700px) {
  .bootstrap-scope.bootstrap-scope-startpage .section-hero {
    height: 450px;
  }
}

.bootstrap-scope.bootstrap-scope-startpage .img-section-hero {
  position: relative;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .bootstrap-scope .section-hero {
    height: 512px;
  }

  .bootstrap-scope.bootstrap-scope-startpage .img-section-hero {
    top: 0;
  }

  .bootstrap-scope .img-section-hero {
    top: -70px;
    position: relative;
  }
}

.hide-cmp {
  right: -169px;
  top: 200px;
  position: relative;
  transition: all 0.8s ease-in-out;
}

.show-cmp {
  left: auto !important;
  transition: all 0.3s ease-in-out;
}

.bootstrap-scope address.home .show-cmp a {
  visibility: visible;
  opacity: 1;
  display: block;
}

.bootstrap-scope address.home a {
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: all 0.3s ease-in-out;
}

.bootstrap-scope address.home #tel > span {
  height: 40px !important;
  padding: 8px 12px 8px 12px;
}

.bootstrap-scope address.home #tel > a {
  height: 40px;
  width: 130px !important;
  padding: 8px 12px 8px 0;
}

.bootstrap-scope address.home #email > span {
  height: 40px !important;
  padding: 8px 12px 8px 12px;
}

.bootstrap-scope address.home #email > a {
  height: 40px;
  width: 170px !important;
  padding: 8px 12px 8px 0;
}

.bootstrap-scope address.home #map {
  padding: 4px 12px 4px 12px;
}

.bootstrap-scope address.home #map .svg-inline--fa.fa-w-12 {
  width: 1em;
  height: 2em;
}

/****************************** SECTION CAREERS ***************************************/

@media only screen and (min-width: 1024px) {
  .bootstrap-scope .section-careers {
    padding: 4rem 0;
  }
}

/****************************** SECTION COMMON ***************************************/

.bootstrap-scope .section-common {
  padding: 2rem 0;
}

@media only screen and (min-width: 1024px) {
  .bootstrap-scope .section-common {
    padding: 4rem 0;
  }
}

/*************************************SUBPAGE ABOUT****************************************/

.bootstrap-scope .profile-pic {
  max-width: 200px;
}
.bootstrap-scope .img-locations {
  position: absolute;
  width: auto;
  overflow: hidden;
  opacity: 0.1;
  right: 0;
}

@media only screen and (min-width: 992px) {
  .bootstrap-scope .img-locations {
    opacity: 1;
    position: static;
    overflow: hidden;
  }
}

.bootstrap-scope #scope-video .modal-dialog {
  max-width: 1300px;
}

.bootstrap-scope .btn:focus span,
.bootstrap-scope .btn:focus span.app-name {
  color: inherit;
}

.bootstrap-scope .btn-outline-primary.btn-outline-primary-scope:active {
  background: #001469;
  color: white;
  border-color: #001469;
}

.bootstrap-scope .legal.text-body p {
  margin-bottom: 15px;
}

.bootstrap-scope.bootstrap-scope-boards-and-ambassadors h3.display-8 {
  min-height: 75px;
}

.bootstrap-scope .close {
  line-height: 0;
}

.bootstrap-scope .col-12.col-md-9.display-read.text-primary a {
  text-decoration: underline;
}
.bootstrap-scope #locationsModal .max-profile {
  max-width: 100px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.bootstrap-scope .max-logo {
  max-width: 300px;
}

.bootstrap-scope hr {
  margin-bottom: 1rem;
}

.bootstrap-scope #privacy-policy h2 {
  margin-top: 30px;
}

table.table.toptop thead tr th {
  vertical-align: top;
}
