/*
Theme Name: RRC
Description: Dedicated Wordpress theme for Company Name
*/
@font-face {
  font-family: 'Akko-bold';
  src: url("fonts/linotype_-_akkopro-bold-webfont.woff2") format("woff2"), url("fonts/linotype_-_akkopro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Akko-light';
  src: url("fonts/akkostd-light-webfont.woff2") format("woff2"), url("fonts/akkostd-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Akko';
  src: url("fonts/akkostd-medium-webfont.woff2") format("woff2"), url("fonts/akkostd-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
	Base
/* ========================================================================== */
html {
  font-size: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: 'Akko', sans-serif;
  color: #444;
}

body {
  font-family: 'Akko', sans-serif;
  font-size: 14px;
  line-height: 22px;
  min-width: 320px;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

#page {
  margin-top: 149px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  #page {
    margin-top: 137px;
  }
}
@media (max-width: 767px) {
  #page {
    margin-top: 0;
    padding: 0;
  }
}

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.gm-style img {
  max-width: none;
}

.col-inner--paddingleft {
  padding-left: 25px;
}
@media (max-width: 991px) {
  .col-inner--paddingleft {
    padding-left: 0;
  }
}

.col-flex--center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ==========================================================================
	Links
/* ========================================================================== */
a {
  font-family: 'Akko';
  text-decoration: underline;
  color: #26527c;
}
a img {
  border: 0;
}

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

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Akko-light', sans-serif;
  font-weight: normal;
  line-height: 21px;
  margin: 0 0 14px;
}

h1 {
  font-family: 'Akko', sans-serif;
  font-size: 24px;
}

h2 {
  font-family: 'Akko', sans-serif;
  font-size: 18px;
}

h3 {
  font-family: 'Akko-light', sans-serif;
  font-size: 18px;
}

h4 {
  font-size: 18.2px;
  font-weight: normal;
}

h5,
h6 {
  font-family: 'Akko', sans-serif;
  font-size: 12px;
  line-height: 16px;
}

/* Content Block Elements */
sup {
  font-size: 55%;
  top: -.8em;
}

dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 14px;
}

/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 28px;
}

/* Selection Colors */
::-moz-selection {
  color: #fff;
  background: #444;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #444;
  text-shadow: none;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
button,
.button,
a.button,
input.button {
  display: inline-block;
}

/* Responsive Media Styles */
.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */
.clearfix:after,
.cf:after {
  content: '';
  display: table;
  clear: both;
}

/* Floats */
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  float: none;
  clear: both;
  margin: 20px auto;
  text-align: center;
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
.container {
  /* padding: 0 $container_padding; */
  margin: 0 auto;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}

figure.wp-caption {
  max-width: 100%;
}

.default-content {
  font-family: 'Akko-light', sans-serif;
  padding: 50px 0;
}

.error404 ul {
  text-align: left;
}
.error404 .content.full-width {
  padding: 100px 0;
  text-align: center;
}

.index-content {
  padding: 50px 20px;
}

.content.full-width,
.full-width {
  float: none;
  width: 100%;
}

.article {
  margin-bottom: 14px;
}

.page-blocks-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.sect-separator {
  width: 100%;
  height: 1px;
  opacity: 0.2;
}

/* Navigation */
nav > ul {
  margin: 0;
  padding: 0;
}
nav ul:after {
  content: '';
  display: table;
  clear: both;
}

/* Paginations */
.navigation.pagination {
  clear: both;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 18px;
  font-family: 'Akko-light';
}

.video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 45.8%;
}
@media (max-width: 767px) {
  .video-container {
    padding-bottom: 59%;
  }
}
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-container.video-container-before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.color-1.sect-separator {
  background: #EB0180;
}
.color-1:not(.type-1) {
  color: #EB0180;
}
.color-1.colored-block {
  color: #fff;
  background: #EB0180;
}
.color-1.colored-block a {
  color: #fff;
}
.color-1.colored-block a:hover {
  color: #fff;
}
.color-1 a {
  color: #EB0180;
}
.color-1 a:hover {
  color: #EB0180;
}
.color-1 a.btn-background {
  background-color: #fff;
  color: #EB0180;
}
.color-1 a.btn-background:hover {
  background-color: #EB0180;
  color: #fff;
}
.color-1-inverse {
  color: #fff;
  background: #EB0180;
}
.color-1-inverse a {
  color: #fff;
}
.color-1-inverse a:hover {
  color: #fff;
}

.color-2.sect-separator {
  background: #603508;
}
.color-2:not(.type-1) {
  color: #603508;
}
.color-2.colored-block {
  color: #fff;
  background: #603508;
}
.color-2.colored-block a {
  color: #fff;
}
.color-2.colored-block a:hover {
  color: #fff;
}
.color-2 a {
  color: #603508;
}
.color-2 a:hover {
  color: #603508;
}
.color-2 a.btn-background {
  background-color: #fff;
  color: #603508;
}
.color-2 a.btn-background:hover {
  background-color: #603508;
  color: #fff;
}
.color-2-inverse {
  color: #fff;
  background: #603508;
}
.color-2-inverse a {
  color: #fff;
}
.color-2-inverse a:hover {
  color: #fff;
}

.color-3.sect-separator {
  background: #f6931d;
}
.color-3:not(.type-1) {
  color: #f6931d;
}
.color-3.colored-block {
  color: #fff;
  background: #f6931d;
}
.color-3.colored-block a {
  color: #fff;
}
.color-3.colored-block a:hover {
  color: #fff;
}
.color-3 a {
  color: #f6931d;
}
.color-3 a:hover {
  color: #f6931d;
}
.color-3 a.btn-background {
  background-color: #fff;
  color: #f6931d;
}
.color-3 a.btn-background:hover {
  background-color: #f6931d;
  color: #fff;
}
.color-3-inverse {
  color: #fff;
  background: #f6931d;
}
.color-3-inverse a {
  color: #fff;
}
.color-3-inverse a:hover {
  color: #fff;
}

.color-4.sect-separator {
  background: #939597;
}
.color-4:not(.type-1) {
  color: #939597;
}
.color-4.colored-block {
  color: #fff;
  background: #939597;
}
.color-4.colored-block a {
  color: #fff;
}
.color-4.colored-block a:hover {
  color: #fff;
}
.color-4 a {
  color: #939597;
}
.color-4 a:hover {
  color: #939597;
}
.color-4 a.btn-background {
  background-color: #939597;
  color: #fff;
}
.color-4 a.btn-background:hover {
  color: #fff;
}
.color-4-inverse {
  color: #fff;
  background: #939597;
}
.color-4-inverse a {
  color: #fff;
}
.color-4-inverse a:hover {
  color: #fff;
}

.color-5.sect-separator {
  background: #FFFFFF;
}
.color-5:not(.type-1) {
  color: #FFFFFF;
}
.color-5.colored-block {
  color: #fff;
  background: #FFFFFF;
}
.color-5.colored-block a {
  color: #fff;
}
.color-5.colored-block a:hover {
  color: #fff;
}
.color-5 a {
  color: #FFFFFF;
}
.color-5 a:hover {
  color: #FFFFFF;
}
.color-5 a.btn-background {
  background-color: #FFFFFF;
  color: #fff;
}
.color-5 a.btn-background:hover {
  color: #fff;
}
.color-5-inverse {
  color: #fff;
  background: #FFFFFF;
}
.color-5-inverse a {
  color: #fff;
}
.color-5-inverse a:hover {
  color: #fff;
}

.color-6.sect-separator {
  background: #262626;
}
.color-6:not(.type-1) {
  color: #262626;
}
.color-6.colored-block {
  color: #fff;
  background: #262626;
}
.color-6.colored-block a {
  color: #fff;
}
.color-6.colored-block a:hover {
  color: #fff;
}
.color-6 a {
  color: #262626;
}
.color-6 a:hover {
  color: #262626;
}
.color-6 a.btn-background {
  background-color: #262626;
  color: #fff;
}
.color-6 a.btn-background:hover {
  color: #fff;
}
.color-6-inverse {
  color: #fff;
  background: #262626;
}
.color-6-inverse a {
  color: #fff;
}
.color-6-inverse a:hover {
  color: #fff;
}

.color-7.sect-separator {
  background: #00ADEE;
}
.color-7:not(.type-1) {
  color: #00ADEE;
}
.color-7.colored-block {
  color: #fff;
  background: #00ADEE;
}
.color-7.colored-block a {
  color: #fff;
}
.color-7.colored-block a:hover {
  color: #fff;
}
.color-7 a {
  color: #00ADEE;
}
.color-7 a:hover {
  color: #00ADEE;
}
.color-7 a.btn-background {
  background-color: #00ADEE;
  color: #fff;
}
.color-7 a.btn-background:hover {
  color: #fff;
}
.color-7-inverse {
  color: #fff;
  background: #00ADEE;
}
.color-7-inverse a {
  color: #fff;
}
.color-7-inverse a:hover {
  color: #fff;
}

.color-8.sect-separator {
  background: #595959;
}
.color-8:not(.type-1) {
  color: #595959;
}
.color-8.colored-block {
  color: #fff;
  background: #595959;
}
.color-8.colored-block a {
  color: #fff;
}
.color-8.colored-block a:hover {
  color: #fff;
}
.color-8 a {
  color: #595959;
}
.color-8 a:hover {
  color: #595959;
}
.color-8 a.btn-background {
  background-color: #595959;
  color: #fff;
}
.color-8 a.btn-background:hover {
  color: #fff;
}
.color-8-inverse {
  color: #fff;
  background: #595959;
}
.color-8-inverse a {
  color: #fff;
}
.color-8-inverse a:hover {
  color: #fff;
}

.color-9.sect-separator {
  background: #D1232A;
}
.color-9:not(.type-1) {
  color: #D1232A;
}
.color-9.colored-block {
  color: #fff;
  background: #D1232A;
}
.color-9.colored-block a {
  color: #fff;
}
.color-9.colored-block a:hover {
  color: #fff;
}
.color-9 a {
  color: #D1232A;
}
.color-9 a:hover {
  color: #D1232A;
}
.color-9 a.btn-background {
  background-color: #D1232A;
  color: #fff;
}
.color-9 a.btn-background:hover {
  color: #fff;
}
.color-9-inverse {
  color: #fff;
  background: #D1232A;
}
.color-9-inverse a {
  color: #fff;
}
.color-9-inverse a:hover {
  color: #fff;
}

.color-10.sect-separator {
  background: #FAD4DF;
}
.color-10:not(.type-1) {
  color: #FAD4DF;
}
.color-10.colored-block {
  color: #fff;
  background: #FAD4DF;
}
.color-10.colored-block a {
  color: #fff;
}
.color-10.colored-block a:hover {
  color: #fff;
}
.color-10 a {
  color: #FAD4DF;
}
.color-10 a:hover {
  color: #FAD4DF;
}
.color-10 a.btn-background {
  background-color: #FAD4DF;
  color: #fff;
}
.color-10 a.btn-background:hover {
  color: #fff;
}
.color-10-inverse {
  color: #fff;
  background: #FAD4DF;
}
.color-10-inverse a {
  color: #fff;
}
.color-10-inverse a:hover {
  color: #fff;
}

.color-11.sect-separator {
  background: #91B5C6;
}
.color-11:not(.type-1) {
  color: #91B5C6;
}
.color-11.colored-block {
  color: #fff;
  background: #91B5C6;
}
.color-11.colored-block a {
  color: #fff;
}
.color-11.colored-block a:hover {
  color: #fff;
}
.color-11 a {
  color: #91B5C6;
}
.color-11 a:hover {
  color: #91B5C6;
}
.color-11 a.btn-background {
  background-color: #91B5C6;
  color: #fff;
}
.color-11 a.btn-background:hover {
  color: #fff;
}
.color-11-inverse {
  color: #fff;
  background: #91B5C6;
}
.color-11-inverse a {
  color: #fff;
}
.color-11-inverse a:hover {
  color: #fff;
}

.color-12.sect-separator {
  background: #D5F0FA;
}
.color-12:not(.type-1) {
  color: #D5F0FA;
}
.color-12.colored-block {
  color: #fff;
  background: #D5F0FA;
}
.color-12.colored-block a {
  color: #fff;
}
.color-12.colored-block a:hover {
  color: #fff;
}
.color-12 a {
  color: #D5F0FA;
}
.color-12 a:hover {
  color: #D5F0FA;
}
.color-12 a.btn-background {
  background-color: #D5F0FA;
  color: #fff;
}
.color-12 a.btn-background:hover {
  color: #fff;
}
.color-12-inverse {
  color: #fff;
  background: #D5F0FA;
}
.color-12-inverse a {
  color: #fff;
}
.color-12-inverse a:hover {
  color: #fff;
}

/* =============================================================================
	Layout
/* ========================================================================== */
.date-place-wrapper,
.logo-wrapper {
  display: block;
  float: left;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .logo-wrapper {
    max-width: 154px;
  }
}

.main-header-col {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .main-header-col {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .main-header-col {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .top-header-wrapper {
    padding-bottom: 59px;
  }
}

header.main {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding-top: 37px;
  padding-bottom: 21px;
  transition: all .6s ease;
  background-color: white;
}
@media (max-width: 991px) {
  header.main {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  header.main {
    padding-top: 36px;
    padding-bottom: 5px;
    position: static;
    width: 100%;
  }
}
header.main.sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 15px;
  left: 15px;
  width: calc(100% - 30px);
}

.header-mobile-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .header-mobile-wrapper {
    display: block;
  }
}
body:not(.home) .header-mobile-wrapper {
  display: none;
}

.date-place-wrapper {
  padding-left: 113px;
}
@media (max-width: 991px) {
  .date-place-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .date-place-wrapper {
    display: none;
  }
}
.date-place-wrapper.mobile {
  display: none;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 30%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}
@media (max-width: 767px) {
  .date-place-wrapper.mobile {
    display: block;
    padding-top: 42px;
    padding-left: 18px;
    padding-bottom: 16px;
  }
}
.date-place-wrapper.mobile h5 {
  padding-left: 20px;
}
.date-place-wrapper p {
  line-height: .96;
  margin-bottom: 0;
}
.date-place-wrapper h5 {
  font-size: 26px;
  line-height: .93;
  text-align: left;
  letter-spacing: -.5px;
  color: #5f3b12;
}
@media (max-width: 767px) {
  .date-place-wrapper h5 {
    padding-left: 0;
  }
}
.date-place-wrapper h5 span {
  letter-spacing: 0;
  font-family: 'Akko-light';
}

.wpml-ls-statics-shortcode_actions {
  padding: 30px 0 25px;
  border: 0;
}
.wpml-ls-statics-shortcode_actions a {
  font-size: 18px;
  line-height: 18px;
  margin-right: 14px;
  padding: 0;
  text-decoration: underline;
  text-transform: uppercase;
  color: #939497;
}
.wpml-ls-statics-shortcode_actions a:hover {
  color: #595959;
}
@media (max-width: 767px) {
  .wpml-ls-statics-shortcode_actions a {
    margin: 3px 8px;
  }
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language a {
  color: #595959;
}

nav.main-menu-wrapper {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 15px;
  min-width: 393px;
  padding: 18px 43px 26px;
  transition: all .6s ease;
  -webkit-transform: translateY(-118%);
      -ms-transform: translateY(-118%);
          transform: translateY(-118%);
  background-color: #f7f7f7;
  box-shadow: -13px 8px 128px rgba(16, 16, 16, 0.75);
}
@media (max-width: 767px) {
  nav.main-menu-wrapper {
    right: 0;
    position: absolute;
    width: 100%;
    min-width: 320px;
    padding: 18px 20px 26px;
  }
}
nav.main-menu-wrapper.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
nav.main-menu-wrapper .close-btn {
  font-size: 60px;
  position: absolute;
  top: 42px;
  right: 39px;
  display: block;
  width: 22px;
  height: 22px;
  text-decoration: none;
  color: #5f3b12;
  background: url(images/svg/close_btn.svg) no-repeat center;
  background-size: contain;
  font-family: 'Akko-light';
}
@media (max-width: 767px) {
  nav.main-menu-wrapper .close-btn {
    top: 45px;
    right: 25px;
  }
}

.main-menu.menu {
  font-size: 22px;
  padding-left: 0;
  list-style: none;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .main-menu.menu {
    font-size: 18px;
  }
}
.main-menu.menu li {
  line-height: 20px;
}
@media (max-width: 767px) {
  .main-menu.menu li {
    line-height: 18px;
  }
}
.main-menu.menu > li {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .main-menu.menu > li {
    margin-bottom: 18px;
  }
}
.main-menu.menu > li:last-of-type {
  margin-bottom: 0;
}
.main-menu.menu a + ul {
  margin-top: 3px;
}
.main-menu.menu ul {
  font-size: 18px;
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-transform: none;
}
@media (max-width: 767px) {
  .main-menu.menu ul {
    font-size: 16px;
  }
}
.main-menu.menu ul li {
  line-height: 22px;
}
@media (max-width: 767px) {
  .main-menu.menu ul li {
    line-height: 20px;
  }
}
.main-menu.menu ul a {
  font-family: 'Akko-light';
  text-decoration: none;
}

.logos-wrapper h6 {
  font-size: 12px;
  margin: 0 0 7px;
  color: rgba(38, 38, 38, 0.38);
  font-family: 'Akko-light';
}
.logos-wrapper li {
  margin: 0 15px;
}
.logos-wrapper li:first-child {
  margin-left: 0;
}
.logos-wrapper li:last-child {
  margin-right: 0;
}
.logos-wrapper ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hamburger {
  display: block;
  width: 26px;
  height: 18px;
  margin-right: 22px;
  margin-left: 20px;
  text-decoration: none;
  background: linear-gradient(to bottom, #5f3b12 0%, #5f3b12 20%, transparent 20%, transparent 40%, #5f3b12 40%, #5f3b12 60%, transparent 60%, transparent 80%, #5f3b12 80%, #5f3b12 100%);
  width: 26px;
  height: 18px;
}
@media (max-width: 991px) {
  .hamburger {
    margin-right: 15px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .hamburger {
    margin: 3px 8px;
  }
}

.hamburger-wrapper {
  padding-top: 7px;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1199px) {
  .hamburger-wrapper {
    padding: 7px 0 0;
  }
}
@media (max-width: 767px) {
  .hamburger-wrapper {
    padding: 7px 15px;
  }
}
.hamburger-wrapper span {
  font-size: 26px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hamburger-wrapper span {
    display: none;
  }
}
.hamburger-wrapper span.default {
  color: rgba(95, 59, 18, 0.3);
}

.section-related {
  width: 33.3333%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-related > div {
  position: relative;
  padding-bottom: 118.503%;
}
@media (max-width: 1199px) {
  .section-related > div {
    padding-bottom: 147.008%;
  }
}
@media (max-width: 767px) {
  .section-related {
    width: 100%;
  }
  .section-related > div {
    min-height: 395px;
    padding-bottom: 119%;
  }
}
.section-related .overlay-color-1:before {
  background-color: #EB0180;
}
.section-related .overlay-color-2:before {
  background-color: #603508;
}
.section-related .overlay-color-3:before {
  background-color: #f6931d;
}
.section-related .overlay-color-4:before {
  background-color: #939597;
}
.section-related .overlay-color-5:before {
  background-color: #FFFFFF;
}
.section-related .overlay-color-6:before {
  background-color: #262626;
}
.section-related .overlay-color-7:before {
  background-color: #00ADEE;
}
.section-related .overlay-color-8:before {
  background-color: #595959;
}
.section-related .overlay-color-9:before {
  background-color: #D1232A;
}
.section-related .overlay-color-10:before {
  background-color: #FAD4DF;
}
.section-related .overlay-color-11:before {
  background-color: #91B5C6;
}
.section-related .overlay-color-12:before {
  background-color: #D5F0FA;
}
.section-related h3 {
  line-height: 1;
}
.section-related a {
  text-decoration: none;
}
.section-related__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-related__background:before {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  display: block;
  content: "";
  position: absolute;
}
.section-related__content {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 46px;
  padding-top: 38px;
  color: white;
}
@media (max-width: 1199px) {
  .section-related__content {
    padding: 30px 30px;
  }
}
@media (max-width: 991px) {
  .section-related__content {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .section-related__content {
    padding: 30px 30px;
  }
}
.section-related__content a {
  color: white;
}
.section-related__content .day,
.section-related__content .month {
  line-height: 1;
  margin-bottom: 0;
}
.section-related__content .month {
  font-family: 'Akko', sans-serif;
}
.section-related__links {
  padding-top: 25px;
}
@media (max-width: 991px) {
  .section-related__links {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .section-related__links {
    padding-top: 21px;
  }
}
.section-related__links a {
  font-size: 22px;
  line-height: 30px;
  text-decoration: underline;
  letter-spacing: .3px;
  font-family: 'Akko-light';
}
@media (max-width: 991px) {
  .section-related__links a {
    font-size: 18px;
  }
}
.section-related__title {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 9px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-related__title {
    font-size: 28px;
  }
}

.sponsor-logo-wrapper {
  position: absolute;
  right: 28px;
  bottom: 23px;
}
@media (max-width: 991px) {
  .sponsor-logo-wrapper {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .sponsor-logo-wrapper {
    max-width: none;
    right: 29px;
  }
}
.sponsor-logo-wrapper h6 {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding-bottom: 7px;
  text-align: right;
  font-family: 'Akko-light';
}

.news-column {
  padding: 46px 49px 40px;
  border-right: 3px solid #f7f7f7;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .news-column {
    padding: 46px 30px 40px;
  }
}
@media (max-width: 991px) {
  .news-column {
    padding: 46px 25px;
  }
}
@media (max-width: 767px) {
  .news-column {
    max-width: 100%;
    padding: 43px 30px;
    padding-bottom: 47px;
  }
}
.news-column:last-child {
  border-right: 0;
}
.news-column h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding-bottom: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #9d9d9c;
}
@media (max-width: 767px) {
  .news-column h2 {
    padding-bottom: 10px;
    letter-spacing: 0;
  }
}

/* NEWS POSTS COLUMN */
.posts-news {
  background-color: #f7f7f7;
}
.posts-news:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .posts-news {
    padding-bottom: 40px;
  }
}
.posts-news header {
  padding-bottom: 20px;
}
.posts-news h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #9d9d9c;
  font-family: 'Akko-light';
}
.posts-news h3.title {
  font-weight: normal;
  letter-spacing: 0;
  font-family: 'Akko';
}
.posts-news p {
  line-height: 1.6;
  font-family: 'Akko-light';
}

.read-more {
  display: block;
  padding-top: 17px;
  text-transform: uppercase;
  color: #9d9d9c;
}

.posts-news-wrapper {
  position: relative;
}
.posts-news-wrapper .slick-arrow {
  font-size: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -38px;
  right: 2px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
.posts-news-wrapper .slick-arrow:after {
  width: 11px;
  height: 20px;
  background-image: url(images/arrow.png);
  display: block;
  content: "";
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.posts-news-wrapper .slick-arrow:hover:after {
  background-image: url(images/arrow_hover.png);
}
.posts-news-wrapper .slick-prev {
  right: 33px;
}
.posts-news-wrapper .slick-prev:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* FACEBOOK COLUMN */
/*.facebook-column a {
  display: block;
  padding-top: 5px;
}
*/

.facebook-wrapper {
  padding-top: 5px;
}
.facebook-wrapper .in-photos img{
  width: 100%;	
}

.instagram-wrapper {
  padding-top: 5px;
}

.in-item {
  display: block;
  text-decoration: none;
  position: relative;
  width: 316px!important;
  height: 316px!important;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.in-follow {
  display: block;
  text-transform: uppercase;
  padding-top: 20px;
  color: #9d9d9c;
}

.youtube-wrapper {
  width: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .youtube-wrapper {
    padding: 0;
  }
}

.video-wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  padding-bottom: 45.8%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .video-wrapper {
    padding-bottom: 59%;
  }
}
.video-wrapper > p {
  margin-bottom: 0;
}
.video-wrapper iframe, .video-wrapper .video-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.video-wrapper .video-overlay {
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.video-wrapper .video-overlay:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-wrapper .video-overlay:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 93px;
  height: 93px;
  background-image: url(images/svg/play_btn.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .video-wrapper .video-overlay:after {
    width: 40px;
    height: 40px;
  }
}

.banner {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner > div {
  padding-bottom: 39.7%;
}
@media (max-width: 767px) {
  .banner > div {
    padding-bottom: 118%;
  }
}
.banner__date {
  position: absolute;
  top: 8%;
  width: 100%;
}
@media (max-width: 767px) {
  .banner__date .day-number {
    font-size: 114px;
    line-height: .7;
  }
}
.banner__date .day, .banner__date .month {
  font-size: 38px;
  line-height: 1;
}
.banner__date--paddingleft {
  padding-left: 49px;
}
.banner.image-overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  display: block;
  content: "";
  position: absolute;
}
.banner.image-overlay.overlay-color-1:before {
  background-color: #EB0180;
}
.banner.image-overlay.overlay-color-2:before {
  background-color: #603508;
}
.banner.image-overlay.overlay-color-3:before {
  background-color: #f6931d;
}
.banner.image-overlay.overlay-color-4:before {
  background-color: #939597;
}
.banner.image-overlay.overlay-color-5:before {
  background-color: #FFFFFF;
}
.banner.image-overlay.overlay-color-6:before {
  background-color: #262626;
}
.banner.image-overlay.overlay-color-7:before {
  background-color: #00ADEE;
}
.banner.image-overlay.overlay-color-8:before {
  background-color: #595959;
}
.banner.image-overlay.overlay-color-9:before {
  background-color: #D1232A;
}
.banner.image-overlay.overlay-color-10:before {
  background-color: #FAD4DF;
}
.banner.image-overlay.overlay-color-11:before {
  background-color: #91B5C6;
}
.banner.image-overlay.overlay-color-12:before {
  background-color: #D5F0FA;
}

.page-title {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 0;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 991px) {
  .page-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 38px;
  }
}

.section-content {
  float: none;
  padding: 40px 48px;
  background-color: #fff;
  font-size: 14px;
  line-height: 26px;
  min-height: 358px;
}
.section-content.type-1 {
  font-size: 18px;
  color: #9d9d9c;
}
.section-content.type-1 p {
  line-height: 26px;
}
.section-content.type-2 {
  font-size: 12px;
  line-height: 16px;
  padding: 30px 50px;
}
@media (max-width: 991px) {
  .section-content.type-2 {
    padding: 30px;
  }
}
.section-content.type-2 h2 {
  margin: 0;
}
.section-content.type-2 h3 {
  margin-bottom: 21px;
}
.section-content.type-2 h6 {
  margin: 0;
}
.section-content.type-2 p {
  margin-bottom: 16px;
}
.section-content.type-2 .btn-wrapper {
  margin-top: 27px;
}
.section-content.type-map {
  padding: 15px 15px 15px 0;
}
@media (max-width: 767px) {
  .section-content.type-map {
    padding: 0;
  }
}
.section-content.type-map p {
  margin: 0;
}
.section-content.type-map img {
  width: 100%;
}
.section-content.colored-block {
  min-height: 463px;
}
*:not(.section-content) + .section-content.col-sm-4:not(.colored-block) + .section-content.col-sm-4 {
  background-color: transparent;
}
.section-content h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.section-content h6 {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.section-content p {
  font-family: 'Akko-light';
  margin-bottom: 30px;
  line-height: 22px;
}
.section-content p:last-child {
  margin-bottom: 0;
}
.section-content p + .btn-wrapper {
  margin-top: 30px;
}
.section-content p + a {
  margin-top: 20px;
}
.section-content sup {
  font-size: 55%;
  top: -.8em;
}
.section-content a {
  text-transform: uppercase;
}
.section-content .row {
  line-height: 22px;
  padding-top: 28px;
}
.section-content .row p {
  margin-bottom: 24px;
}
.section-content .row > div + div {
  padding-left: 45px;
}
@media (max-width: 991px) {
  .section-content .row > div + div {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .section-content .row > div + div {
    padding-left: 15px;
    padding-top: 24px;
  }
}
@media (max-width: 991px) {
  .section-content {
    padding: 40px 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-content {
    font-size: 14px;
    line-height: 22px;
  }
  .section-content a {
    font-size: 14px;
    line-height: 22px;
  }
}

.day-number,
.day,
.month {
  color: white;
}

.day-number {
  font-family: 'Akko', sans-serif;
  font-size: 114px;
  line-height: .7;
  display: block;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .day-number {
    font-size: 80px;
  }
}

.month {
  text-transform: uppercase;
}

.day {
  font-family: 'Akko-light';
}

.day,
.month {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .day,
  .month {
    font-size: 28px;
  }
}

.btn-wrapper {
  display: block;
  margin: 0;
  margin-top: 8px;
}

.btn-background {
  background-color: white;
  padding: 4px 5px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: .4px;
  line-height: 15px;
  font-weight: 600;
  font-family: 'Akko-light';
}

.map-w-sidebar {
  position: relative;
  background: #fff;
}
.map-w-sidebar:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  content: '';
  opacity: .2;
}
.map-w-sidebar .section-sidebar {
  font-family: 'Akko-light';
  font-size: 12px;
  line-height: 16px;
  padding: 30px 50px;
}
@media (max-width: 991px) {
  .map-w-sidebar .section-sidebar {
    padding: 30px;
  }
}
.map-w-sidebar .section-sidebar h2 {
  margin: 0;
}
.map-w-sidebar .section-sidebar h3 {
  margin-bottom: 21px;
}
.map-w-sidebar .section-sidebar h6 {
  margin: 0;
}
.map-w-sidebar .section-sidebar p {
  margin-bottom: 16px;
}
.map-w-sidebar .btn-wrapper {
  margin-top: 27px;
}
.map-w-sidebar .section-map {
  padding: 15px 15px 15px 0;
}
@media (max-width: 767px) {
  .map-w-sidebar .section-map {
    padding: 0;
  }
}
.map-w-sidebar .section-map p {
  margin: 0;
}
.map-w-sidebar .section-map img {
  width: 100%;
}
.map-w-sidebar.section-color-1:before {
  background-color: #EB0180;
}
.map-w-sidebar.section-color-1 .section-sidebar {
  color: #EB0180;
}
.map-w-sidebar.section-color-1 .btn-background {
  color: #fff;
  background-color: #EB0180;
}
.map-w-sidebar.section-color-2:before {
  background-color: #603508;
}
.map-w-sidebar.section-color-2 .section-sidebar {
  color: #603508;
}
.map-w-sidebar.section-color-2 .btn-background {
  color: #fff;
  background-color: #603508;
}
.map-w-sidebar.section-color-3:before {
  background-color: #f6931d;
}
.map-w-sidebar.section-color-3 .section-sidebar {
  color: #f6931d;
}
.map-w-sidebar.section-color-3 .btn-background {
  color: #fff;
  background-color: #f6931d;
}
.map-w-sidebar.section-color-4:before {
  background-color: #939597;
}
.map-w-sidebar.section-color-4 .section-sidebar {
  color: #939597;
}
.map-w-sidebar.section-color-4 .btn-background {
  color: #fff;
  background-color: #939597;
}
.map-w-sidebar.section-color-5:before {
  background-color: #FFFFFF;
}
.map-w-sidebar.section-color-5 .section-sidebar {
  color: #FFFFFF;
}
.map-w-sidebar.section-color-5 .btn-background {
  color: #fff;
  background-color: #FFFFFF;
}
.map-w-sidebar.section-color-6:before {
  background-color: #262626;
}
.map-w-sidebar.section-color-6 .section-sidebar {
  color: #262626;
}
.map-w-sidebar.section-color-6 .btn-background {
  color: #fff;
  background-color: #262626;
}
.map-w-sidebar.section-color-7:before {
  background-color: #00ADEE;
}
.map-w-sidebar.section-color-7 .section-sidebar {
  color: #00ADEE;
}
.map-w-sidebar.section-color-7 .btn-background {
  color: #fff;
  background-color: #00ADEE;
}
.map-w-sidebar.section-color-8:before {
  background-color: #595959;
}
.map-w-sidebar.section-color-8 .section-sidebar {
  color: #595959;
}
.map-w-sidebar.section-color-8 .btn-background {
  color: #fff;
  background-color: #595959;
}
.map-w-sidebar.section-color-9:before {
  background-color: #D1232A;
}
.map-w-sidebar.section-color-9 .section-sidebar {
  color: #D1232A;
}
.map-w-sidebar.section-color-9 .btn-background {
  color: #fff;
  background-color: #D1232A;
}
.map-w-sidebar.section-color-10:before {
  background-color: #FAD4DF;
}
.map-w-sidebar.section-color-10 .section-sidebar {
  color: #FAD4DF;
}
.map-w-sidebar.section-color-10 .btn-background {
  color: #fff;
  background-color: #FAD4DF;
}
.map-w-sidebar.section-color-11:before {
  background-color: #91B5C6;
}
.map-w-sidebar.section-color-11 .section-sidebar {
  color: #91B5C6;
}
.map-w-sidebar.section-color-11 .btn-background {
  color: #fff;
  background-color: #91B5C6;
}
.map-w-sidebar.section-color-12:before {
  background-color: #D5F0FA;
}
.map-w-sidebar.section-color-12 .section-sidebar {
  color: #D5F0FA;
}
.map-w-sidebar.section-color-12 .btn-background {
  color: #fff;
  background-color: #D5F0FA;
}

.full-image-section {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.full-image-section > div {
  padding-top: 39.5%;
}
@media (max-width: 767px) {
  .full-image-section > div {
    padding-top: 58.25%;
  }
}

.content-column {
  font-family: 'Akko-light', sans-serif;
  font-size: 14px;
  line-height: 22px;
  min-height: 462px;
  padding: 42px 47px 67px;
}
@media (max-width: 1199px) {
  .content-column {
    padding: 40px 30px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .content-column .slider-nav-arrow {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .content-column .arrow-prev {
    right: 50px;
  }
}
.content-column h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .content-column h2 {
    font-size: 20px;
  }
}
.content-column a {
  text-transform: uppercase;
}
.content-column p {
  margin-bottom: 22px;
}
.content-column h6 {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.content-column .col-heading {
  min-height: 70px;
  padding-right: 50px;
  word-break: break-all;
}
.content-column .col-heading h3 {
  margin: 0;
  text-transform: uppercase;
}
.content-column .col-single-post {
  margin-bottom: 22px;
}
.content-column .col-single-post p:last-child {
  margin-bottom: 0;
}

.slick-slide {
  outline: none;
}

.slider-nav-arrow {
  font-size: 0;
  line-height: 18px;
  position: absolute;
  z-index: 10;
  top: 35px;
  right: 25px;
  width: 18px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
}
@media (max-width: 991px) {
  .slider-nav-arrow {
    right: 10px;
  }
}
.slider-nav-arrow:hover {
  opacity: .4;
}
.slider-nav-arrow svg {
  fill: currentColor;
}

.arrow-prev {
  right: 55px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 991px) {
  .arrow-prev {
    right: 38px;
  }
}

.simple-cols .simple-col {
  font-family: 'Akko-light';
  padding: 42px 47px 67px;
  background: #fff;
  min-height: 358px;
}
.simple-cols .simple-col:nth-of-type(2n) {
  background: transparent;
}
@media (max-width: 1199px) {
  .simple-cols .simple-col {
    padding: 42px 30px;
  }
}
.simple-cols a {
  text-transform: uppercase;
}
.simple-cols p + a {
  margin-top: 20px;
}
.simple-cols h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 25px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.simple-cols h6 {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.acf-map {
  width: 100%;
  padding-top: 40%;
  border: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .acf-map {
    padding-top: 55%;
  }
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

footer.main {
  padding-top: 28px;
  padding-bottom: 24px;
  background-color: #252525;
}
footer.main a,
footer.main p,
footer.main h3 {
  color: white;
}
@media (max-width: 767px) {
  footer.main p {
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .footer-column-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-column {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .footer-column {
    padding-bottom: 66px;
  }
}
@media (max-width: 767px) {
  .footer-column-logos .footer-column__title {
    margin-bottom: 10px;
  }
}
.footer-column__title {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: 'Akko-light';
}
.footer-column__inner {
  padding-left: 29px;
}
@media (max-width: 991px) {
  .footer-column__inner {
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .footer-column__inner {
    padding-left: 26px;
  }
}
.footer-column__logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-left: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-column__logos:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .footer-column__logos {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-column__logos {
    max-width: 100%;
    padding-top: 0;
  }
}
.footer-column__logos a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 57px;
  margin-bottom: 18px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .footer-column__logos a {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .footer-column__logos a {
    padding-right: 8px;
    padding-left: 29px;
  }
}
@media (max-width: 767px) {
  .footer-column__logos a:nth-child(even) {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer-column__logos a:nth-child(odd) {
    padding-left: 0;
  }
}
.footer-column p,
.footer-column a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Akko-light';
}
@media (max-width: 767px) {
  .footer-column p,
  .footer-column a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer-column-contact {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
.footer-column-contact__link {
  line-height: 20px;
  padding-top: 11px;
  padding-right: 75px;
}
@media (max-width: 991px) {
  .footer-column-contact__link {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer-column-contact__link {
    padding-top: 38px;
    padding-right: 75px;
    letter-spacing: .4px;
  }
}
.footer-column-contact__link a {
  font-family: 'Akko';
}
.footer-column-contact__link a {
  text-decoration: underline;
  text-transform: none;
}
@media (max-width: 767px) {
  .footer-column-contact__link a {
    text-transform: uppercase;
  }
}

.socials-wrapper {
  padding-top: 9px;
}
@media (max-width: 991px) {
  .socials-wrapper {
    padding-top: 0;
  }
}
.socials-wrapper a {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .socials-wrapper a {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }
}
.socials-wrapper a svg {
  width: 100%;
}
@media (max-width: 991px) {
  .socials-wrapper a svg {
    width: 30px;
    height: 30px;
  }
}
