:root {
  /*--main-font:'Lora', serif;*/
  --main-font: "Public Sans", Helvetica, Arial, Lucida, sans-serif;
  --heading-font: "Public Sans", Helvetica, Arial, Lucida, sans-serif;
}

* {
  font-family: var(--main-font);
  font-weight: 400;
  box-sizing: border-box;
}

body {
  position: relative;
  overflow-x: hidden;
}

h1 h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-weight: 700;
}

/************************************
* Globals
*************************************/

.container {
  max-width: 100%;
  margin: 0 0.5rem;
}

.MainHeaderContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
}

.MainLogo {
  display: block;
  text-decoration: none;
}

.MainLogo h1 {
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.5px;
  margin: 0;
  color: #152c56;
  font-family: "Times New Roman", Times, serif;
}

.MainLogo h1 span {
  font-family: "Times New Roman", Times, serif !important;
}

.LawyerBTN {
  display: inline-block;
  color: white;
  background-color: #2b527b;
  padding: 0.8rem 2rem;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
}

.LawyerBTN:hover {
  background-color: #326090;
}

footer.GlobalFooter {
  border-top: 2px solid #0278cc;
}

.FooterFirstLine {
  text-align: center;
  font-size: 0.8rem;
  margin: 2rem 0;
}
.FooterItemLink {
  color: #016cba;
  text-decoration: none;
}

.PageTitle {
  background-color: #fafafa;
  padding: 1.5rem 0;
  width: 100%;
  margin: 1rem 0 2rem;
}

.PageTitle .container h1 {
  font-weight: normal;
  font-size: 0.9rem;
  margin: 0;
}
.PageTitle .container h1 a {
  color: black;
}

@media (min-width: 360px) {
  .MainLogo h1 {
    font-size: 1.4rem;
  }
}

@media (min-width: 568px) {
  .MainLogo h1 {
    font-size: 1.9rem;
  }

  .PageTitle .container h1 {
    font-size: 1rem;
  }
}

/*================
* ( Main Menu Header )
==================*/

.MainNavList {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.MainNavItem {
  margin-right: 2rem;
}

.MainNavList .MainNavItem:last-child {
  margin-right: 0;
}

.MainNavItem__Link {
  text-decoration: none;
  color: #222;
}

.MainNavItem__Link:hover {
  color: black;
}

.MainNavItem__Link.active {
  font-weight: bold;
  color: black;
}

/**===============================
** ( Global assets )
==================================**/

.SectionHeading {
  font-weight: 700;
  color: black;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

/**====================================
** (//////// Slider //////////)
=======================================**/

.MainSlider {
  display: flex;
  min-height: 200px;
  width: 100%;
  height: auto;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.MainSlider__Image {
  width: 100%;
  height: auto;
}

.MainSlider__Title {
  font-size: 2rem;
  color: #2b527b;
  font-weight: bold;
  margin: 0;
}

.MainSlider__Description {
  color: #7c7c7c;
  font-size: 1.1rem;
  line-height: 1.5;
  width: 70%;
}

.MainSlider__Col--First {
  width: 100%;
  background-image: url(../images/slider.png);
  background-size: cover;
  background-position: center;
  padding: 1.5rem 0;
}

.MainSlider__Col--Last {
  display: none;
}

@media (min-width: 540px) {
  .MainSlider__Title {
    font-size: 2.4rem;
  }

  .MainSlider__Description {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .MainSlider {
    flex-wrap: nowrap;
    align-items: center;
  }

  .MainSlider__Col--Last {
    display: block;
    width: 60%;
  }

  .MainSlider__Col--First {
    width: 50%;
    margin-right: 30px;
    padding: 0;
    background-image: none;
    text-align: left;
  }

  .MainSlider__Description {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .MainSlider__Title {
    font-size: 2.6rem;
  }

  .MainSlider__Col--Last {
    width: auto;
  }

  .MainSlider__Col--First {
    width: 500px;
    margin-right: 70px;
    padding: 0;
    background-image: none;
    text-align: left;
  }
}

/**====================================
** ( ////// Oukr Sills ///// )
=======================================**/

.OurSkills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.SectionHeading.OurSkillTitle {
  text-align: center;
}

/**================
** Skill Card
===================**/

.SkillCard {
  padding: 40px 10px 10px;
  width: 100%;
  text-align: center;
  max-width: 100%;
  margin: 1rem 0;
  margin-bottom: 6rem;
  box-sizing: border-box;
  position: relative;
  height: 300px;
}

.SkillCard__Image {
  width: 100%;
}

.SkillCard__Image svg {
  height: 40px;
  width: auto;
  fill: #616161;
  color: black;
}

.SkillCard__Title {
  font-size: 1.2rem;
  margin: 1.4rem 0;
  min-height: 44px;
}

.SkillCard__Desc {
  font-size: 0.9rem;
  padding-right: 2rem;
}

.SkillCard__Footer {
  width: 100%;
  text-align: center;
}

.SkillCard__Link {
  display: inline-block;
  font-size: 0.9rem;
  padding: 0;
  color: #555555;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #555555;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
}

.SkillCard__Link:hover {
  color: #2b527b;
  border-color: #2b527b;
}

.SkillCard__Link--Flipped {
  display: block;
  padding: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 1rem;
  border: 2px solid white;
  margin-top: 7px;
  color: white;
  border-color: white;
  border-radius: 100%;
}

.SkillCard__Link--Flipped:hover {
  background-color: #616161;
}

.SkillCard__Link--Flipped:hover svg {
  color: white;
}

.SkillCard__Content {
  width: 100%;
  max-height: 380px;
  margin-right: 0.2rem;
  overflow-y: hidden;
  line-height: 1.5;
  overflow-x: hidden;
  text-align: left;
}

.SkillCard__Services {
  color: white;
  padding: 15px 1rem;
  margin: 0;
  list-style: none;
  height: 350px;
}

ul.SkillCard__Services li:before {
  content: "\2714\0020";
  margin-right: 0px;
}

.card {
  width: 100%;
  height: 380px;
  position: absolute;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  top: 0;
  left: 0;
  text-align: center;
}

.card > div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-content: center;
  font-weight: bold;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.card .front {
  background-color: #f5f5f5;
}

.card .back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: #2b527b;
}
.card.flipped {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/**====================================
** (//////// Our Lawyers //////////)
=======================================**/

.LawyerCard {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.LawyerCard__Image {
  margin: 1rem 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 0;
}

.LawyerCard__Image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.LawyerCard__Desc {
  flex: 1 0;
  width: 100%;
  background-color: #f5f5f5;
  padding: 55px 20px;
  box-sizing: border-box;
  margin-right: 0;
}

.LawyerCard__Desc p {
  color: #262626;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.LawyerCard__Title {
  font-size: 1.7rem;
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

/**====================================
** (//////// CTA  //////////)
=======================================**/

.LawyerCTA {
  border: 1px solid #dfdede;
  padding: 3rem 2rem;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.LawyerCTA h4 {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin: 0 0 1rem 0;
  font-family: var(--main-font);
}

.LawyerFooterAd,
.LawyerFoundation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3rem 0;
}

.LawyerFooterAd__First,
.LawyerFooterAd__Last,
.LawyerFoundation__First,
.LawyerFoundation__Last {
  width: 100%;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

.LawyerFooterAd__First {
  background-color: #2b527b;
  color: white;
  margin-right: 0rem;
  margin-bottom: 1rem;
}

.LawyerFooterAd__Last {
  margin-left: 0rem;
  border: 1px solid #dfdede;
}

.LawyerFooterAd__First h2,
.LawyerFooterAd__Last h2 {
  margin: 0;
  font-weight: bold;
  text-align: center;
}

.LawyerFooterAd__First p {
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}

.LawyerFooterAd__Last p {
  color: #414040;
  font-size: 0.9rem;
  text-align: center;
}

.LawyerFooterAd__Last p span {
  display: inline-block;
  margin-left: 0px;
}

.LawyerFooterAd__Last > p > a {
  display: block;
  margin-bottom: 1rem;
}

.LawyerFooterAdLast__Number {
  width: 140px;
}

.LawyerFoundation__First,
.LawyerFoundation__Last {
  border: 1px solid #dfdede;
}

.LawyerFoundation__Last {
  margin-top: 1rem;
  text-align: center;
}

.LawyerFooterAdLast__Number img,
.LawyerFooterAd__Icon {
  height: 12px;
  width: auto;
  margin-right: 5px;
}

.LawyerFoundation_Logos img {
  width: 100%;
  height: auto;
}

.LawyerFoundation__First h2 {
  margin: 0 0 1rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .LawyerFooterAd,
  .LawyerFoundation {
    justify-content: space-around;
    margin: 3rem 0;
    flex-wrap: nowrap;
  }

  .LawyerFooterAd__First,
  .LawyerFooterAd__Last,
  .LawyerFoundation__First,
  .LawyerFoundation__Last {
    width: 50%;
  }

  .LawyerFooterAd__First,
  .LawyerFoundation__First {
    margin-right: 1rem;
    margin-bottom: 0rem;
  }

  .LawyerFooterAd__Last,
  .LawyerFoundation__Last {
    margin-left: 1rem;
  }

  .LawyerFoundation__Last h3{
    font-size: 2rem;
    color: #222;
    margin:0 0 1rem 0;
  }
  .LawyerFoundation__Last .LawyerBTN{
    font-size:1.2rem;
    margin-top:1rem;
  }
  

  .LawyerFoundation__Last {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .LawyerFooterAd__First h2,
  .LawyerFooterAd__Last h2,
  .LawyerFooterAd__Last p,
  .LawyerFooterAd__First p {
    text-align: left;
  }
  .LawyerFooterAd__Last--Contact {
    width: 100%;
    padding: 2rem 1rem;
    box-sizing: border-box;
    margin: 0;
  }

  .LawyerFoundation__First h2 {
    text-align: left;
  }

  .LawyerFoundation_Logos img {
    max-width: 450px;
  }
}

@media (min-width: 992px) {
  .LawyerFooterAd__Last > p > a {
    display: inline;
    margin: 0;
  }

  .LawyerFooterAd__Last > p > a {
    display: block;
  }
}

@media (min-width: 1200px) {
  .LawyerFooterAd__Last > p > a {
    display: inline-block;
  }
}

.LawyerFooterAd__First ul {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.LawyerFooterAd__First ul li {
  margin-bottom: 1rem;
}

.OurPartners {
  margin: 4rem 0;
}

.OurPartners img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}

/************************************
* Globals Responsive
*************************************/

@media (min-width: 576px) {
  .container {
    max-width: 95%;
    margin: auto;
  }

  .LawyerBTN {
    padding: 1rem 2.5rem;
  }
}

@media (min-width: 992px) {
  .SkillCard {
    text-align: left;
  }

  .LawyerCard {
    min-height: 300px;
    justify-content: space-around;
  }

  .LawyerCard__Image {
    margin: 1rem;
    width: auto;
    height: 300px;
    margin-left: 0;
  }

  .LawyerCard__Image img {
    width: auto;
    height: 100%;
  }

  .LawyerCard__Image--Right {
    order: 2;
    margin-right: 0;
    margin-left: 1rem;
  }

  .LawyerCard__Desc {
    margin: 1rem;
    width: 70%;
    height: 300px;
    margin-right: 0;
    padding: 10px 15px;
  }

  .LawyerCard__Desc--Left {
    margin-left: 0;
    margin-right: 1rem;
  }

  .LawyerCTA {
    flex-wrap: nowrap;
    padding: 3rem 2rem;
    margin: 2rem 0;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .LawyerCTA h4 {
    margin: 0;
  }

  .LawyerCard__Title,
  .LawyerCard__Desc p {
    text-align: left;
  }

  .OurSkills {
    justify-content: space-between;
  }

  .SkillCard {
    padding: 40px 30px 0px;
    min-width: 31%;

    max-width: 31%;
  }
}

@media (min-width: 768px) and (max-width: 991.99px) {
  .container {
    max-width: 90%;
  }
}

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

  .SectionHeading.OurSkillTitle {
    text-align: left;
  }
}

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

  .LawyerCard__Desc p {
    font-size: 1.2rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

a {
  text-decoration: none;
}

.container {
  width: 1170px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar,
.navbar > .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
}
@media (max-width: 768px) {
  .navbar,
  .navbar > .container {
    display: block;
  }
}

.navbar {
  background-color: #fff;
  padding: 0;
  /*
  |-----------------------------------
  | Start navbar logo or brand etc..
  |-----------------------------------
  */
  /*
  |-----------------------------------
  | Start navbar menu
  |-----------------------------------
  */
}

.navbar .navbar-header {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .navbar .navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.navbar .navbar-header .navbar-toggler {
  cursor: pointer;
  border: none;
  display: none;
  outline: none;
  padding: 0.5rem;
  transition: all ease 0.3s;
}

@media (max-width: 768px) {
  .navbar .navbar-header .navbar-toggler {
    display: block;
  }
}
.navbar .navbar-header .navbar-toggler span {
  height: 2px;
  width: 22px;
  background-color: #929aad;
  display: block;
  transition: all ease 0.3s;
}
.navbar .navbar-header .navbar-toggler span:not(:last-child) {
  margin-bottom: 0.2rem;
}
.navbar .navbar-header > a {
  font-weight: 500;
  color: #2b527b;
}
.navbar .navbar-menu {
  display: flex;
  align-items: center;
  flex-basis: auto;
  flex-grow: 1;
}

.navbar:hover .navbar-header .navbar-toggler {
  background-color: #326090;
  transition: all ease 0.3s;
}

.navbar:hover .navbar-header .navbar-toggler span {
  background-color: white;
  transition: all ease 0.3s;
}

.navbar-mobile-menu {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(50, 95, 143, 0.9);
  padding-top: 1rem;
}

.visibleMenu {
  display: block;
}

.navbar-mobile-nav {
  list-style: none;
  color: white;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}

.navbar-mobile-nav li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1.3rem;
}
.navbar-mobile-nav li a:hover {
  background-color: white;
  color: #2b527b;
}
.navbar-mobile-menu-close {
  display: block;
  margin-left: auto;
  border: 0;
  color: #2b527b;
  background-color: white;
  cursor: pointer;
  height: 25px;
  padding: 0;
  width: 25px;
  margin-right: 1rem;
  font-weight: bold;
  font-size: 0.9rem;
  border-radius: 100%;
}
.navbar-mobile-menu-close:hover {
  background-color: black;
  color: white;
}

@media (max-width: 768px) {
  .navbar .navbar-menu {
    display: none;
    text-align: center;
  }
}
.navbar .navbar-menu .navbar-nav {
  margin-left: auto;
  flex-direction: row;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .navbar .navbar-menu .navbar-nav {
    width: 100%;
    display: block;
    border-top: 1px solid #eee;
    margin-top: 1rem;
  }
}
.navbar .navbar-menu .navbar-nav > li > a {
  font-family: var(--main-font);
  color: #2b527b;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 1rem;
}
.navbar .navbar-menu .navbar-nav > li > a:hover {
  color: #4075ad;
}

.navbar .navbar-menu .navbar-nav > li.active a {
  font-weight: bold;
}

.ContactPage {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
}

.ContactPage__FirstCol,
.ContactPage__LastCol {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
  text-align: center;
}

.ContactPage__LastCol {
  padding: 2rem 1rem;
  border: 1px solid #dfdede;
}

.ContactPage__LastCol h2 {
  font-weight: bold;
  margin: 0 0 1rem 0;
}

@media (min-width: 992px) {
  .ContactPage {
    flex-wrap: nowrap;
  }

  .ContactPage__FirstCol,
  .ContactPage__LastCol {
    width: 47%;
    box-sizing: border-box;
    text-align: left;
  }
  .ContactPage__LastCol {
    padding: 2rem;
  }
}

.map {
  height: 100%;
  min-height: 400px;
  margin-top: 2rem;
}

/* Contact Form */

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font-family: var(--heading-font);
}

#contact {
  margin: 0;
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: auto;
  border: none;
  background: #2b527b;
  color: #fff;
  margin: 0 0 5px;
  padding: 0.5rem 1.5rem;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #326090;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.PressArticlePage {
  max-width: 1024px;
  margin: auto;
}

.PressArticlePage > hr {
  height: 1px;
  background-color: #e4e3e3;
  border: none;
}

.MainPressArticle {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  border: 1px solid #ededed;
}

.MainPressArticle img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.MainPressArticle__Content {
  background-color: white;
  padding: 2rem 1rem;
  width: 100%;
  margin-top: -20px;
  position: relative;
}

.MainPressArticle__Content span {
  color: #7c7b7b;
}

.MainPressArticle__Content h2 {
  color: #222;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0.5rem 0;
}

.MainPressArticle__Content a:hover h2 {
  text-decoration: underline;
  color: #222;
}

.MainPressArticle__Content p {
  color: #414040;
}

.MainPressArticle__Content > a {
  color: #2b527b;
  font-weight: bold;
  font-size: 1rem;
}

.MainPressArticle__Content > a:hover {
  text-decoration: underline;
}

.SubpressArticles {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 30px 0 60px;
}

.SubpressArticle__Col {
  width: 100%;
  padding: 1rem;
}

.SubpressArticle__Col--Articles {
  display: flex;
  flex-wrap: wrap;
}

.SubpressArticleMain {
  width: 100%;
}

.SubpressArticleMain a > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin-bottom: 0.5rem;
}

.SubpressArticleMain a .date,
.SubpressArticles__Content a.date {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #414040;
  display: block;
  text-decoration: none;
}

.SubpressArticleMain h2,
.SubpressArticles__Content h2 {
  margin: 0.5rem 0 0;
  font-weight: bold;
  color: #222;
  letter-spacing: -1px;
}

.SubpressArticleMain a:hover h2,
.SubpressArticles__ContentTitle:hover {
  color: #222;
  text-decoration: underline;
}

.SubpressArticles__Content h2 {
  margin: 0.5rem 0 0.5rem -2px;
  font-size: 1.2rem;
}

.SubpressArticleMain p {
  color: #414040;
  margin: 0.5rem 0;
}

.SubpressArticleMain a,
.SubpressArticles__Content a {
  color: #2b527b;
  font-weight: bold;
  font-size: 0.9rem;
  width: 100%;
}

.SubpressArticles__Content a {
  font-size: 0.9rem;
}

.SubpressArticleMain a:last-child:hover,
.SubpressArticles__Content a:last-child:hover {
  color: #5291d4;
  text-decoration: underline;
}

.SubpressArticleMain a:hover span.date {
  text-decoration: none;
}

.SubpressArticles__Item {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.SubpressArticles__Image {
  width: 25%;
}

.SubpressArticles__Image img {
  width: 100%;
  height: auto;
}

.SubpressArticles__Content {
  flex: 1 0;
  margin-left: 1rem;
}

@media (min-width: 400px) {
  .MainPressArticle__Content h2 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .MainPressArticle {
    border: 0;
  }

  .MainPressArticle__Content {
    position: absolute;
    bottom: -50px;
    max-width: 600px;
  }

  .MainPressArticle img {
    max-height: 500px;
  }
}

@media (min-width: 992px) {
  .SubpressArticle__Col {
    width: 49%;
    padding: 1rem;
  }
  .SubpressArticles {
    flex-wrap: nowrap;
  }

  .SubpressArticle__Col--Articles {
    border-left: 1px solid rgb(228, 227, 227);
    padding-left: 2rem;
  }

  .SubpressArticles__Image {
    max-height: 55px;
    overflow: hidden;
  }
}

.btn-cookie {
  background-color: #2b527b;
  font-size: 0.9rem;
  padding: 5px 1rem;
  color: white;
  border: 0;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.btn-cookie:hover,
.btn-cookie:focus {
  color: white;
  outline: 0;
  cursor: pointer;
}

/* COOKIE BOX */
.cookies-box {
  position: fixed;
  z-index: 99;
  bottom: 2rem;
  left: 2rem;
  width: 250px;
  background-color: white;
  padding: 1.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #ededed;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.cookies-box::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60px;
  width: 60px;
  position: absolute;
  top: -2rem;
  left: calc(50% - 1.5rem);
}

.cookies-box .cookie-text {
  font-size: 0.75rem;
  color: #555;
  margin: 0 0 0.5rem;
}

.cookies-box .cookie-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookies-box .cookie-links > a {
  color: rgb(126, 125, 125);
  font-size: 0.75rem;
  text-decoration: none;
}

.ContactPageMap .map img {
  width: 100%;
  height: auto;
}
