/*DEFINE WEBSITE COLORS*/
/*DEFINE CUSTOM FONTS (remove if not needed)*/
/*START TEMPLATE STYLES*/
a,
img {
  border: none;
  text-decoration: none;
  outline: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display',
 serif;
  color: #292BAE;
  font-weight: 600;
  line-height: normal;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 5.6rem;
}

h4 {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

h5 {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

footer ul,
header ul {
  list-style: none;
}

fieldset {
  border: 0;
}

input {
  padding: 0;
  margin: 0;
}

a {
  color: #292BAE;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
}

a:hover {
  color: #505050;
  text-decoration: none;
}

.pageAlign {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 50px;
}

.pageAlignFluid {
  margin: 0 auto;
  max-width: 2020px;
  padding: 0 50px;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.relative {
  position: relative;
}

.fullWidth {
  float: left;
  width: 100%;
}

.invisible {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body,
input,
select,
textarea {
  font-family: 'Roboto',
 sans-serif;
  font-weight: 400;
  /*REMOVE if we DON'T use Google fonts*/
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  color: #505050;
  font-size: 14px;
  background: #fff;
  line-height: 20px;
}

p {
  margin-bottom: 3rem;
  line-height: 20px;
}

::-moz-selection {
  background: #292BAE;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #292BAE;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #292BAE;
  /* Gecko Browsers */
  color: #fff;
}

.responsive-nav {
  margin: 0 auto;
  background-color: #292BAE;
  color: #292BAE;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.responsive-nav button {
  padding: 0;
  background: none;
  border: none;
  position: relative;
  height: 40px;
  width: 33px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}

.responsive-nav button:hover .line {
  background: #292BAE;
}

.line {
  position: absolute;
  height: 4px;
  width: 30px;
  background: #292BAE;
  left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.line-t {
  top: 4px;
}

.line-m {
  top: 18px;
}

.line-b {
  top: 33px;
}

.menu-on {
  -webkit-transform: translateY(5px) translateX(12px);
          transform: translateY(5px) translateX(12px);
}

.menu-on .line-m,
.menu-on:hover .line-m {
  background: transparent;
  opacity: 0;
}

.menu-on .line {
  top: 18px;
  width: 39px;
}

.menu-on .line-t {
  -webkit-transform: rotate(45deg) translate(-12px, 12px);
          transform: rotate(45deg) translate(-12px, 12px);
}

.menu-on .line-b {
  -webkit-transform: rotate(-45deg) translate(-12px, -12px);
          transform: rotate(-45deg) translate(-12px, -12px);
}

ol {
  padding-left: 15px;
}

body {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.overlay {
  overflow: hidden;
}

body.overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #292BAE;
  height: 100%;
  opacity: 0.15;
  z-index: 4;
}

* {
  -webkit-tap-highlight-color: transparent;
}

a:hover h2 {
  color: #505050;
}

a:hover h2:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

a h2 {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  margin: 0 0 20px 0;
}

a h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -15px;
  right: -15px;
  background: #292BAE;
  height: 4px;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding-top: 20px;
  z-index: 20;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.scrolling {
  padding-top: 0;
}

header.scrolling .inside {
  border-top: 4px solid transparent;
}

header.scrolling nav {
  border-top: 4px solid transparent;
  top: 0;
}

header .inside {
  border-top: 4px solid #292BAE;
  border-bottom: 4px solid #292BAE;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .inside .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 20px 0;
}

header .left {
  height: 35px;
}

header a.logo {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

header .center {
  margin: 0 auto;
  height: 35px;
}

header p {
  margin: 0;
  font-weight: 700;
  color: #292BAE;
}

header .responsive-nav {
  position: relative;
  z-index: 3;
}

header nav {
  position: absolute;
  top: 20px;
  background: #fff;
  border-top: 4px solid #292BAE;
  border-bottom: 4px solid #292BAE;
  left: 0;
  right: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
}

header nav.active {
  opacity: 1;
  visibility: visible;
}

header nav img {
  height: 30px;
}

header nav .container {
  padding: 30px 0 !important;
  display: block !important;
}

header nav ul {
  margin: 0;
  margin-top: 30px;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

header nav ul:after {
  content: "";
  display: block;
  clear: both;
}

header nav ul li {
  position: relative;
  float: left;
  clear: left;
}

header nav ul li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}

header nav ul li:hover a {
  color: #505050;
}

header .socials {
  margin-top: 20px;
}

.socials a.social {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 15px;
  background: no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.socials a.social:hover {
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
}

.socials a.social.em {
  background-image: url(../images/icon-email.svg);
}

.socials a.social.fb {
  background-image: url(../images/icon-facebook.svg);
}

.socials a.social.in {
  background-image: url(../images/icon-instagram.svg);
}

.socials a.social.yt {
  background-image: url(../images/icon-youtube.svg);
}

.socials a.social.ln {
  background-image: url(../images/icon-linkedin.svg);
}

section.columns {
  overflow: hidden;
}

section.columns h2 {
  text-transform: uppercase;
}

section.columns .container .slick-list {
  width: 100%;
}

section.columns.type1 {
  padding: 40px 0 20px 0;
}

section.columns.type1 .container {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.columns.type2 {
  padding: 0px 0 20px 0;
}

section.columns.type2 .container {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.columns.type2 h2 {
  font-size: 26px;
  text-transform: none !important;
}

section.columns.type3 {
  padding-bottom: 20px;
}

section.columns.type3 .container {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.columns.type3 .pageAlign > h2 {
  text-transform: uppercase;
  margin-left: 15px;
}

section.columns.type3 .border {
  border-top: 4px solid #292BAE;
  margin-bottom: 15px;
}

section.columns.type3 .block-link:hover + .block-info a h2 {
  color: #505050;
}

section.columns .col30 {
  float: left;
  width: 33.3333%;
  padding: 10px;
}

section.columns .col30 .image {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

section.columns .col30 .image .img-resize {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.columns .col30 .image .img-resize img {
  max-width: none;
}

section.columns .col30 .block-info {
  padding: 15px 15px 15px 15px;
}

section.columns .col30 .block-info:hover h2 {
  color: #505050;
}

section.columns .col30 .block-info h2 {
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.columns .col30 .block-info h2:after {
  display: none;
}

section.columns .col30 .block-info .details {
  color: #292BAE;
  text-transform: uppercase;
}

section.columns .col30 .block-info .details a {
  text-decoration: none !important;
}

section.columns .col30 .block-info p {
  margin: 0;
  margin-top: -10px;
}

section.columns .col30 .block-info p:after {
  content: "[...]";
}

section.columns a.block-link {
  display: block;
  text-decoration: none;
}

section.columns a.block-link:hover h2 {
  color: #505050;
}

section.columns a.block-link h2 {
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.columns a.block-link h2:after {
  display: none;
}

section.columns a.block-link span {
  display: block;
}

section.page-title {
  border-bottom: 4px solid #292BAE;
  margin-bottom: 40px;
}

section.page-title .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
}

section.page-title .filter-sorting {
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.page-title h2 {
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
}

section.page-title .filter {
  position: relative;
  display: block;
  width: 250px;
  max-width: 50%;
  float: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #292BAE;
  padding: 30px 15px 10px 15px;
}

section.page-title .filter:hover:after, section.page-title .filter.active:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

section.page-title .filter:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 6px;
  background: #292BAE;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.page-title .filter .dropdown-select {
  position: absolute;
  top: 100%;
  margin-top: 3px;
  right: 0;
  left: 0;
  border: 1px solid #292BAE;
  border-bottom: 8px solid #292BAE;
  z-index: 2;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
}

section.page-title .filter .dropdown-select.active {
  opacity: 1;
  visibility: visible;
}

section.page-title .filter .dropdown-select a {
  display: block;
  text-decoration: none;
  padding: 5px 0;
}

section.people {
  padding-bottom: 40px;
}

section.people .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

section.people .container .col25 {
  width: 25%;
  padding: 10px;
  margin-bottom: 20px;
}

section.people .container .col25 a {
  display: block;
  text-decoration: none;
  color: #505050;
}

section.people .container .col25 a:hover h2 {
  color: #505050;
}

section.people .container .col25 span {
  display: block;
}

section.people .container .col25 .image {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

section.people .container .col25 .image .img-resize {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.people .container .col25 .image .img-resize img {
  max-width: none;
}

section.people .container .col25 h2 {
  margin-left: 15px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.people .container .col25 h2:after {
  display: none;
}

section.people .container .col25 .content {
  padding: 0 15px;
}

section.people .container .col25 .content strong {
  display: block;
}

section.people .container .col25 .content p {
  margin: 0;
}

section.two-column {
  overflow: hidden;
  padding-bottom: 40px;
}

section.two-column h3 {
  font-size: 4.2rem;
}

section.two-column ol {
  padding-left: 15px;
}

section.two-column.type2 .left {
  width: 70%;
}

section.two-column.type2 .right {
  width: 30%;
}

section.two-column.type2 .right figure {
  width: 100%;
}

section.two-column .container:after {
  content: "";
  display: block;
  clear: both;
}

section.two-column .left {
  float: left;
  width: 50%;
  padding-right: 50px;
}

section.two-column .left a {
  color: #292BAE;
  text-decoration: none;
}

section.two-column .left a:hover {
  color: #000;
}

section.two-column .read-more {
  cursor: pointer;
  margin-bottom: 50px;
}

section.two-column .read-more:hover {
  color: #292BAE;
}

section.two-column figcaption {
  padding: 15px 0;
}

section.two-column .right {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

section.two-column .right figure {
  padding: 10px;
  margin: 0;
  float: left;
  width: 50%;
  display: block;
}

section.two-column .right figcaption {
  font-size: 10px;
  line-height: 15px;
  padding: 15px;
}

section.two-column h3 {
  margin: 0 0 30px 0;
}

.more-information-accordition .title {
  font-size: 16px;
  font-weight: 700;
  color: #292BAE;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px 0;
}

.more-information-accordition .title span {
  text-transform: none;
  color: #505050;
  font-weight: 400;
  font-size: 14px;
}

.more-information-accordition .title.active, .more-information-accordition .title:hover {
  color: #505050;
}

.more-information-accordition .answer ol li,
.more-information-accordition .answer ul li {
  margin-bottom: 5px;
}

form {
  margin-top: 50px;
  width: 700px;
  max-width: 100%;
}

form label {
  cursor: pointer;
}

form input[type="text"],
form input[type="email"],
form input[type="number"],
form textarea {
  border: none;
  background: #fafafa;
  border: 2px solid #e9e9e9;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 300;
  width: 100%;
  display: block;
}

form input[type="submit"] {
  display: inline-block;
  background: #292BAE;
  color: #fff;
  padding: 13px 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 10px;
  margin-left: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border: none;
  font-size: 16px;
  width: 150px;
  text-transform: uppercase;
  cursor: pointer;
}

form input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}

form textarea {
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 600px;
}

form .checkbox {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

form .checkbox input[type="checkbox"] {
  position: absolute;
  top: 3px;
  left: 0;
}

.simple-content {
  padding: 30px 0 45px 0;
}

.simple-content .container {
  width: 750px;
  max-width: 100%;
}

.simple-content a:hover {
  text-decoration: underline;
}

footer {
  position: relative;
  z-index: 5;
  background: #dfdff3;
  padding: 50px 0;
  color: #292BAE;
  font-weight: 700;
}

footer .col20-extra-mobile, footer .bottom-extra-mobile {
  display: none;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer p {
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
}

footer .bottom {
  margin-top: auto;
  font-size: 10px;
}

footer .bottom a {
  text-decoration: none;
  margin-right: 20px;
}

footer .bottom a:hover {
  color: #000;
}

footer .col30, footer .col20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .col30 {
  width: 33%;
  padding-right: 30px;
}

footer .col30 img {
  height: 30px;
  margin-bottom: 30px;
}

footer .col30 h4 {
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

footer .col30 h4 a {
  text-decoration: none;
}

footer .col30 h4 a:hover {
  color: #000;
}

footer .col20 {
  width: 17%;
  padding-right: 30px;
}

footer .col20 img {
  height: 70px;
  margin: 20px 0;
}

footer .col20 img:last-child {
  margin-bottom: 0;
}

footer .col20:last-child {
  padding-right: 0;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  text-transform: uppercase;
  margin-bottom: 5px;
}

footer ul li a {
  text-decoration: none;
}

footer ul li a:hover {
  color: #000;
}

.slick-dots {
  position: relative;
  position: static;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  background: #dfdff3;
}

.slick-dots li.slick-active {
  background: #292BAE;
}

.slick-dots li:only-child {
  display: none;
}

[data-aos="clip-top"] {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}

[data-aos="clip-top"].aos-animate {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.mobileOnlyPic {
  display: none;
}

.news-more {
  display: none;
}

@media only screen and (min-width: 1230px) {
  section.page-title .filter {
    max-width: none;
    width: 265px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  html {
    font-size: 50%;
  }
  section.people .container .col25 {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 850px) {
  section.columns .col30 {
    width: 50%;
    -webkit-transition: none !important;
    transition: none !important;
  }
  section.people .container .col25 {
    width: 50%;
  }
}

@media only screen and (max-width: 700px) {
  h2, h3 {
    font-size: 3rem;
  }
  .simple-content {
    padding: 0;
  }
  .simple-content .container > img {
    margin-right: 15px !important;
  }
  .mobileOnlyPic {
    display: block;
    margin: 0;
  }
  .pageAlign {
    padding: 0 27px;
  }
  body:not(.homepage) header .center {
    display: none !important;
  }
  body:not(.homepage) .push-content {
    height: 100px !important;
  }
  body.has-title:not(.has-filters) .push-content {
    height: 88px !important;
  }
  header {
    padding-top: 0;
  }
  header.scrolling .inside {
    border-top: 4px solid #292BAE;
  }
  header.scrolling .center {
    opacity: 0;
    visibility: hidden;
  }
  header.scrolling nav {
    border-top: 4px solid #292BAE;
  }
  header .inside {
    padding: 20px 0;
  }
  header .inside .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  header .center {
    position: absolute;
    top: 93px;
    left: 0;
    right: 0;
    padding: 13px 22px;
    border-bottom: 4px solid #292BAE;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: auto;
  }
  header .left {
    height: auto;
  }
  header .right {
    margin-left: auto;
  }
  header .responsive-nav button {
    margin-right: 5px;
  }
  header .responsive-nav .line-m {
    top: 16px;
  }
  header .responsive-nav .line-b {
    top: 30px;
  }
  header .responsive-nav .menu-on .line-t {
    top: 15px;
  }
  header .responsive-nav .menu-on .line-b {
    top: 15px;
  }
  header a.logo {
    background: url(../images/logo-footer.svg) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    text-indent: -9000000px;
    width: 102px;
    height: 30px;
    position: relative;
    z-index: 3;
    -webkit-transform: none;
            transform: none;
  }
  header nav {
    border-top: 4px solid #292BAE;
    position: fixed;
    bottom: 0;
    top: 0;
  }
  header nav .pageAlign, header nav .container {
    height: 100%;
  }
  header nav .container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header nav img {
    display: none;
  }
  header nav ul {
    font-size: 2.8rem;
  }
  header nav ul li a {
    padding: 15px 0;
  }
  header nav .socials {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    margin-top: auto;
  }
  .push-content {
    height: 120px !important;
  }
  section.page-title .filter-sorting {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -15px;
    padding: 0 15px;
  }
  section.page-title .filter {
    padding: 5px 0 5px 0;
    width: 120px;
    margin-right: 20px;
    margin-right: 27px;
  }
  section.page-title .filter:after {
    height: 5px;
  }
  section.page-title .filter .dropdown-select {
    left: -27px;
    border-left: none;
    border-right: none;
    width: 100vw;
    padding: 15px 27px;
    border-bottom: 4px solid #292BAE;
  }
  section.page-title .title {
    width: 100%;
  }
  section.columns a h2 {
    margin: 20px 0 20px 0;
  }
  section.columns.type2 .col30 {
    padding-bottom: 30px;
  }
  section.columns.type2 .col30 .image {
    float: left;
    width: 30%;
    padding-bottom: 30%;
  }
  section.columns.type2 .col30 h2 {
    float: left;
    width: 70%;
    margin-left: 0;
    padding-left: 20px;
    margin-top: 5px;
    font-size: 2.8rem;
  }
  section.columns.type3 .border {
    margin-bottom: 0;
  }
  section.columns.type3 .slick-dots {
    display: none !important;
  }
  section.columns.type3 .news-more {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  section.columns.type3 .news-more a {
    color: #505050;
    text-decoration: none;
  }
  section.columns .col30 {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    -webkit-transition: none !important;
    transition: none !important;
  }
  section.columns .col30 .image {
    margin-bottom: 0;
  }
  section.columns .col30 .block-info {
    padding-bottom: 27px;
    padding-left: 0;
    padding-right: 0;
  }
  section.columns .col30 .block-info .details {
    padding-top: 8px;
  }
  section.columns .col30 .block-info h2 {
    margin: 10px 0;
  }
  section.people .container .col25 {
    width: 100%;
  }
  section.people .container .col25 .image {
    width: 30%;
    float: left;
    padding-bottom: 30%;
    margin-bottom: 0;
  }
  section.people .container .col25 h2 {
    margin-top: 2px;
    margin-left: 0;
    padding-left: 20px;
    float: left;
    width: 70%;
  }
  section.people .container .col25 .content {
    margin-left: 0;
    float: left;
    width: 70%;
    padding-left: 20px;
  }
  section.two-column h3 {
    font-size: 3rem;
  }
  section.two-column.type2 .left {
    width: 100%;
  }
  section.two-column.type2 .right {
    width: auto;
  }
  section.two-column .left {
    width: 100%;
    padding-right: 0;
  }
  section.two-column .right {
    width: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 -10px;
    margin-top: 30px;
  }
  section.two-column .right figure {
    width: 100%;
  }
  section.two-column .right figcaption {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
  }
  footer {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  footer p {
    font-size: 14px;
    line-height: 18px;
  }
  footer .socials a.social {
    width: 22px;
    height: 18px;
  }
  footer .bottom {
    display: none;
  }
  footer .col30, footer .col20 {
    width: 100%;
    padding-right: 0;
  }
  footer .col30:nth-child(2) {
    margin-top: 30px;
  }
  footer .col20 {
    display: block;
    margin-bottom: 20px;
  }
  footer .col20:after {
    content: "";
    display: block;
    clear: both;
  }
  footer .col20 img {
    float: left;
    display: inline-block;
    margin: 0;
  }
  footer .col20 img:last-child {
    float: right;
    margin-right: 0;
  }
  footer .col20 .bottom {
    margin-top: 25px;
    display: block;
  }
  footer .col20-extra-mobile,
  footer .bottom-extra-mobile {
    display: block;
  }
  footer .col20-extra-mobile {
    width: 50%;
    float: left;
    display: none;
  }
  footer .col20:nth-child(3) div {
    width: 50%;
    float: left;
  }
  footer .col20:nth-child(3) div img {
    float: none;
  }
  footer .col20:nth-child(4) {
    float: left;
    margin-top: 20px;
    width: 100%;
  }
  footer .col20:nth-child(4) ul {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  footer .col20:nth-child(4) ul li {
    margin-bottom: 10px;
  }
  footer .bottom-extra-mobile {
    font-size: 10px;
    border-top: none;
    width: 100%;
    margin-top: 20px;
    font-weight: 700;
  }
  footer .bottom-extra-mobile p {
    font-weight: 700;
    margin: 0;
    /* br {
                    display:none;
                } */
  }
  footer .bottom-extra-mobile span {
    display: block;
    margin-top: 20px;
  }
  footer .bottom-extra-mobile a {
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
  }
  footer .bottom-extra-mobile a:hover {
    text-decoration: underline;
  }
}
/*# sourceMappingURL=styles.css.map */