/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
*,
*::after,
*::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}
body.no-overflow-y {
  overflow-y: hidden;
}

.alignfull,
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.container {
  max-width: 140rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.screen-reader-shortcut,
.screen-reader-text {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-shortcut:focus,
.screen-reader-text:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.row {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.row > li {
  margin-bottom: 3rem;
}

a:hover {
  text-decoration: none;
}

.site-main, .site-content {
  padding-bottom: 5rem;
}

.no-results {
  padding-top: 5rem;
}

.show-desktop {
  display: none;
}
@media (min-width: 768px) {
  .show-desktop {
    display: block;
  }
}
.show-desktop img {
  width: 100%;
}

.show-mobile {
  display: block;
}
@media (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}
.show-mobile img {
  width: 100%;
}

/* TYPOGRAPHY */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

h1,
h2 {
  font-weight: 800;
}

h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.3rem;
}

.page-template .container, .page-template-default .container {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  .page-template .container, .page-template-default .container {
    width: 117rem;
  }
}
@media (min-width: 1400px) {
  .page-template .container, .page-template-default .container {
    width: 120rem;
  }
}
@media (min-width: 1440px) {
  .page-template .container, .page-template-default .container {
    width: 140rem;
  }
}
.page-template .container h1,
.page-template .container h2, .page-template-default .container h1,
.page-template-default .container h2 {
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
.page-template .container h3,
.page-template .container h4,
.page-template .container h5,
.page-template .container h6, .page-template-default .container h3,
.page-template-default .container h4,
.page-template-default .container h5,
.page-template-default .container h6 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.read-more {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #333333;
  font-weight: 800;
}
.read-more.green {
  color: #abd002;
}
.read-more.orange {
  color: #ff831a;
}
.read-more.yellow {
  color: #ffcc00;
}
.read-more.pink {
  color: #ef45a4;
}
.read-more.teal {
  color: #33cccc;
}
.read-more.violet {
  color: #9900cc;
}
.read-more.gray {
  color: #666666;
}
.read-more:hover {
  color: #ef45a4;
}

.dotted {
  color: #666666;
}

.page-numbers {
  margin: 0 0 0.5rem;
  min-width: 3rem;
  height: 3rem;
  padding: 0.2rem;
  text-align: center;
  color: #fff;
  background-color: #abd002;
  display: inline-block;
  font-weight: 600;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.page-numbers.current, .page-numbers:hover, .page-numbers:focus {
  background: #666666;
  color: #fff;
  outline: none;
}

.control-post.blue .page-numbers {
  background-color: #1eb2ea;
}
.control-post.blue .page-numbers.current, .control-post.blue .page-numbers:hover, .control-post.blue .page-numbers:focus {
  background: #666666;
  color: #fff;
  outline: none;
}

.nav-previous,
.nav-next {
  display: none;
}

.control-post i,
.paging-navigation i {
  font-size: 2.2rem;
  line-height: 2.8rem;
}

.tax-genres .page-numbers,
.post-type-archive-studio .page-numbers,
.post-type-archive-artist .page-numbers {
  background-color: #ffcc00;
}
.tax-genres .page-numbers.current, .tax-genres .page-numbers:hover, .tax-genres .page-numbers:focus,
.post-type-archive-studio .page-numbers.current,
.post-type-archive-studio .page-numbers:hover,
.post-type-archive-studio .page-numbers:focus,
.post-type-archive-artist .page-numbers.current,
.post-type-archive-artist .page-numbers:hover,
.post-type-archive-artist .page-numbers:focus {
  background: #666666;
  color: #fff;
  outline: none;
}

.breadcrumb-header {
  height: 90px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .breadcrumb-header {
    height: 60px;
  }
}
.breadcrumb-header .breadcrumb-inner {
  position: absolute;
  left: 0;
  right: 0;
  padding: 1.5rem 0 0.4rem;
  background-color: #666666;
}
.breadcrumb-header .breadcrumb-inner.gray {
  background-color: #666666;
}
.breadcrumb-header .breadcrumb-inner.green {
  background-color: #abd002;
}
.breadcrumb-header .breadcrumb-inner.yellow {
  background-color: #ffcc00;
}
.breadcrumb-header .breadcrumb-inner.pink {
  background-color: #ef45a4;
}
.breadcrumb-header .breadcrumb-inner.orange {
  background-color: #ff831a;
}
.breadcrumb-header .breadcrumb-inner.violet {
  background-color: #9900cc;
}
.breadcrumb-header .breadcrumb-inner.teal {
  background-color: #33cccc;
}
.breadcrumb-header .breadcrumb-inner.blue {
  background-color: #1eb2ea;
}
.breadcrumb-header .breadcrumb-inner .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .breadcrumb-header .breadcrumb-inner .breadcrumb {
    float: left;
  }
}
.breadcrumb-header .breadcrumb-inner .breadcrumb .breadcrumb-item {
  font-weight: 300;
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.breadcrumb-header .breadcrumb-inner .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-weight: 800;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 321px) {
  .breadcrumb-header .breadcrumb-inner .breadcrumb .breadcrumb-item a {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .breadcrumb-header .breadcrumb-inner .breadcrumb .breadcrumb-item a {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .breadcrumb-header .breadcrumb-inner .breadcrumb .breadcrumb-item a {
    font-size: 2.8rem;
  }
}
@media (min-width: 321px) {
  .breadcrumb-header .breadcrumb-inner .breadcrumb .breadcrumb-item {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .breadcrumb-header .breadcrumb-inner .breadcrumb .breadcrumb-item {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .breadcrumb-header .breadcrumb-inner .breadcrumb .breadcrumb-item {
    font-size: 2.8rem;
  }
}

.welcome {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
  margin-top: 6px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .welcome {
    float: right;
    margin-bottom: 0;
  }
}
@media (min-width: 321px) {
  .welcome {
    font-size: 1.6rem;
  }
}
.welcome a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.welcome a:hover {
  text-decoration: underline;
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.breadcrumbs-search {
  background: rgba(66, 66, 67, 0.9);
  margin-bottom: 1rem;
  color: #fff;
}
@media (min-width: 768px) {
  .breadcrumbs-search .breadcrumbs-search-left {
    float: left;
  }
}
.breadcrumbs-search a {
  color: #fff;
}
.breadcrumbs-search a:hover {
  text-decoration: underline;
  color: #ef45a4;
}
.breadcrumbs-search p {
  padding: 1rem 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-top: 0;
}
.breadcrumbs-search p.welcome {
  padding-top: 0;
}
@media (min-width: 768px) {
  .breadcrumbs-search p.welcome {
    padding: 1rem 0;
  }
}

@media (min-width: 768px) {
  header.entry-header-page .container .article-title {
    float: left;
  }
}

.single-resource h1 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  font-size: 2.2rem;
}
.single-resource .infos,
.single-resource .studio-map {
  order: 0;
}
.single-resource .video-artist {
  margin-bottom: 2.5rem;
}
.single-resource .infos h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
}
.single-resource .infos > div,
.single-resource .infos h2 {
  margin-bottom: 1rem;
}
.single-resource .infos p {
  margin-bottom: 0;
}
.single-resource .infos ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.single-resource .infos li {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.single-resource .infos li:last-child {
  margin: 0;
}
@media (min-width: 992px) {
  .single-resource .infos {
    order: 1;
  }
}
.single-resource .photo-map #image-gallery {
  margin-bottom: 2.5rem;
}
.single-resource .photo-map #map {
  width: 100%;
  height: 30rem;
}
.single-resource .artists a,
.single-resource .genres a,
.single-resource .studios a {
  background: #ffcc00;
  color: #000;
  display: inline-block;
  padding: 0.5rem;
}
.single-resource .artists a:focus, .single-resource .artists a:hover,
.single-resource .genres a:focus,
.single-resource .genres a:hover,
.single-resource .studios a:focus,
.single-resource .studios a:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.single-resource .studios .events-reference a {
  background: #abd002;
}
.single-resource .online p {
  word-break: break-word;
}
.single-resource .online a {
  color: #000;
  text-decoration: none;
}
.single-resource .online a:focus, .single-resource .online a:hover {
  text-decoration: underline;
}
.single-resource .subtitle {
  font-weight: 400;
  font-size: 2.2rem;
  text-transform: uppercase;
}
.single-resource .subtitle b {
  font-weight: 900;
}

.artist h1,
.studio h1 {
  color: #ffcc00;
}

.artist h1 {
  margin-bottom: 2rem;
}

.studio .subtitle {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.6rem;
}

.event h1 {
  color: #abd002;
}

@media (min-width: 576px) {
  .single-text {
    padding-top: 2rem;
  }
}
.single-text .thumbnail-top img {
  width: 100%;
}
.single-text .entry-title {
  color: #666666;
  margin-bottom: 1rem;
  padding-top: 0;
  font-weight: 800;
  font-size: 2.8rem;
}
.single-text .entry-title a {
  color: #666666;
}
.single-text .entry-title a:hover {
  color: #abd002;
}
.single-text time span {
  color: #666666;
  text-transform: uppercase;
  font-size: 2rem;
}
.single-text .category-container {
  margin-bottom: 2rem;
}
.single-text .category-container a {
  color: #666666;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.single-text .category-container a:last-child span {
  display: none;
}
.single-text .category-container a:hover, .single-text .category-container a:focus {
  color: #abd002;
}
.single-text p {
  margin-bottom: 1.5rem;
}

.latest-news {
  padding: 3rem 0;
}
.latest-news ul {
  margin: 0 -0.5rem;
}
.latest-news ul li {
  padding: 0 0.5rem;
}
.latest-news h2 {
  color: #666666;
  font-weight: 800;
  font-size: 3rem;
}
.latest-news .post-reference-img a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 33.5rem;
}
.latest-news .post-reference-img a img {
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}
.latest-news .post-reference-img a img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.latest-news .post-arctice-information {
  padding: 2rem 0;
}
.latest-news .post-reference-title h2 {
  height: 4.2rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.latest-news .post-reference-title h2 a {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #666666;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.latest-news .post-reference-title h2 a:hover {
  color: #abd002;
}
.latest-news .post-name-category a {
  color: #666666;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.latest-news .post-name-category a:last-child span {
  display: none;
}
.latest-news .post-name-category a:hover, .latest-news .post-name-category a:focus {
  color: #abd002;
}

.event header h2 {
  color: #abd002;
}
.event header h2 a {
  color: #abd002;
}
.event header h2 span {
  font-weight: 400;
}
.event header .entry-title {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
}
.event .event_description h3 {
  font-weight: 700;
}

.article-inner,
.featured-copy {
  margin-bottom: 2.5rem;
}

.scrollbar-inner {
  max-height: 20rem;
}

.scrollbar-inner .scroll-element .scroll-bar {
  background: #fff;
  top: 1rem;
  left: 0.5rem;
  width: 0.5rem;
  height: 5rem !important;
}

.scroll-element_outer {
  background: none !important;
}

.scrollbar-inner.scroll-content.scroll-scrolly_visible {
  padding-right: 1rem;
}

.editorial .subtitle.gray {
  color: #333333;
}
.editorial .subtitle.orange {
  color: #ff831a;
}
.editorial .subtitle.pink {
  color: #ef45a4;
}
.editorial .subtitle.yellow {
  color: #ffcc00;
}
.editorial .subtitle.orangle {
  color: #abd002;
}

.single-gallery .site-content,
.single-gallery .site-main {
  padding-bottom: 0;
}
.single-gallery .single-resource .photo-map #map {
  height: 40rem;
}
.single-gallery .videos-galleries {
  margin: 4rem 0 -1rem;
}
.single-gallery .videos-galleries .video-artist {
  margin-bottom: 3rem;
}
.single-gallery .videos-galleries .video-artist:last-of-type {
  margin-bottom: 0;
}

.gallery #image-gallery {
  padding-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .gallery #image-gallery {
    padding-top: 4rem;
  }
}
.gallery .entry-title {
  font-size: 2.6rem;
  font-weight: 900;
  color: #ffcc00;
  margin-bottom: 2rem;
  text-transform: initial;
}
@media (min-width: 768px) {
  .gallery .entry-title {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .gallery .entry-title {
    font-size: 3rem;
  }
}
.gallery .infor-gallery {
  margin-bottom: 3rem;
}
.gallery .infor-gallery h3 strong {
  font-weight: 700;
}
.gallery .infor-gallery .thumbnail img {
  width: 100%;
}
.gallery .content {
  margin-bottom: 3rem;
}

.single-exhibition .article-inner {
  margin-bottom: 0;
}
.single-exhibition .block-image-reel {
  padding-top: 0;
}

.page-template-template-exhibition .site-padding {
  margin-bottom: 3rem;
}

.content-term-event {
  margin-top: 3rem;
}

.content-category.event .title-cate {
  color: #abd002;
  margin-bottom: 1rem;
}
.content-category.event .title-filter {
  color: #000;
  font-weight: 800;
  font-size: 2.4rem;
}
.content-category.event .terms-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.content-category.event .terms-list li {
  margin: 0 0.2rem 0.2rem 0;
}
.content-category.event .terms-list li a {
  font-size: 1.4rem;
  font-weight: 300;
  color: #000;
  background-color: #abd002;
  padding: 0.2rem 0.5rem;
  display: inline-block;
}
.content-category.event .terms-list li a.active, .content-category.event .terms-list li a:hover {
  color: #fff;
  font-weight: 500;
}
.content-category.event .event-item {
  flex-direction: column;
  padding: 3rem 0;
  border-bottom: 0.3rem dotted #666666;
}
@media (min-width: 768px) {
  .content-category.event .event-item {
    flex-direction: row;
  }
}
.content-category.event .event-item:first-child {
  padding-top: 0;
}
.content-category.event .event-item .event-thumbnail {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .content-category.event .event-item .event-thumbnail {
    margin-right: 2rem;
    margin-bottom: 0;
    max-width: 33.5rem;
    height: 33.5rem;
  }
}
.content-category.event .event-item .event-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-category.event .event-item .event-title a {
  color: #abd002;
  font-weight: 800;
  font-size: 2.2rem;
}
.content-category.event .event-item .event-opening {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.content-category.event .event-item .event-contact {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.content-category.event .event-item .event-contact h4 {
  color: #abd002;
}
.content-category.event .event-item .event-contact p {
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}
.content-category.event .event-item .event-contact a {
  color: #000;
}
.content-category.event .event-item .event-contact a:hover {
  color: #abd002;
}
.content-category.event .event-item .event_excerpt {
  font-weight: 400;
}

.entry-header-with-button {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .entry-header-with-button {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
.entry-header-with-button .entry-header-right {
  display: flex;
  display: -webki-flex;
  margin-top: 10px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .entry-header-with-button .entry-header-right {
    margin-top: 0;
    justify-content: space-between;
  }
}
.entry-header-with-button .entry-header-right .welcome {
  margin-top: 0;
  margin-right: 10px;
}

.modal-add-event.modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-add-event .modal-title {
  color: #abd002;
}
.modal-add-event .modal-description {
  padding: 2rem 0;
  overflow-x: hidden;
}
.modal-add-event .modal-content {
  padding: 2rem;
}
.modal-add-event .modal-button {
  color: #fff;
  background-color: #abd002;
  padding: 0.5rem;
  max-width: max-content;
}

.btn-event {
  border: none;
  background: #fff;
  border: 1px solid #fff;
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.btn-event:focus {
  outline: none;
}
.btn-event:hover {
  color: #abd002;
}

.content-editorial-type .title-cate {
  font-size: 2.2rem;
  color: #333333;
}
.content-editorial-type .title-cate.green {
  color: #abd002;
}
.content-editorial-type .title-cate.orange {
  color: #ff831a;
}
.content-editorial-type .title-cate.yellow {
  color: #ffcc00;
}
.content-editorial-type .title-cate.pink {
  color: #ef45a4;
}
.content-editorial-type .title-cate.teal {
  color: #33cccc;
}
.content-editorial-type .title-cate.violet {
  color: #9900cc;
}

.title-editorial-type {
  font-size: 2.8rem;
  margin-bottom: 0;
}

.editorial-type-list {
  padding: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 0 0 3rem;
}
.editorial-type-infor {
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .editorial-type-infor {
    padding-left: 0;
  }
}
.editorial-type-item {
  padding: 3rem 0;
  border-bottom: 0.3rem dotted #666666;
}
.editorial-type-item:first-child {
  padding-top: 0;
}
.editorial-type-thumbnail {
  position: relative;
  margin-bottom: 1.5rem;
}
.editorial-type-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 25rem;
}
@media (min-width: 768px) {
  .editorial-type-thumbnail {
    margin-bottom: 0;
  }
}
.editorial-type-title a {
  font-weight: 800;
  font-size: 2.4rem;
  color: #333333;
}
.editorial-type-title a.green {
  color: #abd002;
}
.editorial-type-title a.orange {
  color: #ff831a;
}
.editorial-type-title a.yellow {
  color: #ffcc00;
}
.editorial-type-title a.pink {
  color: #ef45a4;
}
.editorial-type-title a.teal {
  color: #33cccc;
}
.editorial-type-title a.violet {
  color: #9900cc;
}
.editorial-type-title a.blue {
  color: #1eb2ea;
}
.editorial-type-title a:hover, .editorial-type-title a:focus {
  text-decoration: underline;
}
.editorial-type-address {
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}
.editorial-type-opening {
  font-size: 1.4rem;
  color: #6d6d6d;
  margin-bottom: 0.5rem;
}
.editorial-type-subtitle, .editorial-type-publised, .editorial-type-text {
  margin-bottom: 0.5rem;
}
.editorial-type-by {
  margin-top: 0.5rem;
}

.editorial-cate-subcate {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 1.5rem;
  color: #fff;
}
.editorial-cate-subcate.green {
  background: #abd002;
}
.editorial-cate-subcate.orange {
  background: #ff831a;
}
.editorial-cate-subcate.yellow {
  background: #ffcc00;
}
.editorial-cate-subcate.pink {
  background: #ef45a4;
}
.editorial-cate-subcate.teal {
  background: #33cccc;
}
.editorial-cate-subcate.violet {
  background: #9900cc;
}

.pager.green .page-numbers {
  border: 0.1rem solid #abd002;
  background-color: #abd002;
}
.pager.orange .page-numbers {
  border: 0.1rem solid #ff831a;
  background-color: #ff831a;
}
.pager.yellow .page-numbers {
  border: 0.1rem solid #ffcc00;
  background-color: #ffcc00;
}
.pager.pink .page-numbers {
  border: 0.1rem solid #ef45a4;
  background-color: #ef45a4;
}
.pager.teal .page-numbers {
  border: 0.1rem solid #33cccc;
  background-color: #33cccc;
}
.pager.violet .page-numbers {
  border: 0.1rem solid #9900cc;
  background-color: #9900cc;
}
.pager.green .page-numbers.current, .pager.green .page-numbers:hover, .pager.green .page-numbers:focus {
  color: #abd002;
  background: #fff;
}
.pager.orange .page-numbers.current, .pager.orange .page-numbers:hover, .pager.orange .page-numbers:focus {
  color: #ff831a;
  background: #fff;
}
.pager.yellow .page-numbers.current, .pager.yellow .page-numbers:hover, .pager.yellow .page-numbers:focus {
  color: #ffcc00;
  background: #fff;
}
.pager.pink .page-numbers.current, .pager.pink .page-numbers:hover, .pager.pink .page-numbers:focus {
  color: #ef45a4;
  background: #fff;
}
.pager.teal .page-numbers.current, .pager.teal .page-numbers:hover, .pager.teal .page-numbers:focus {
  color: #33cccc;
  background: #fff;
}
.pager.violet .page-numbers.current, .pager.violet .page-numbers:hover, .pager.violet .page-numbers:focus {
  color: #9900cc;
  background: #fff;
}

.tax-genres .title-filter {
  font-weight: 800;
  font-size: 2.2rem;
}
.tax-genres-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.tax-genres-list li {
  margin: 0 0.2rem 0.2rem 0;
}
.tax-genres-list li a {
  font-size: 1.4rem;
  font-weight: 300;
  color: #000;
  background-color: #ffcc00;
  padding: 0.1rem 0.5rem;
  display: inline-block;
}
.tax-genres-list li a.active, .tax-genres-list li a:hover {
  color: #fff;
  background-color: rgba(66, 66, 67, 0.9);
}
.tax-genres .content-term ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 0 -0.5rem;
}
.tax-genres .content-term ul li {
  width: 100%;
  padding: 0 0.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .tax-genres .content-term ul li {
    width: 50%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 900px) {
  .tax-genres .content-term ul li {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .tax-genres .content-term ul li {
    width: 25%;
  }
}
.tax-genres .content-term ul li img {
  width: 100%;
  height: 33.5rem;
  object-fit: cover;
}
.tax-genres .content-term ul li .genre-inner {
  position: relative;
  display: block;
}
.tax-genres .content-term ul li .genre-inner:hover:before, .tax-genres .content-term ul li .genre-inner:focus:before {
  opacity: 1;
}
.tax-genres .content-term ul li .genre-inner:hover .genre-inner-term, .tax-genres .content-term ul li .genre-inner:focus .genre-inner-term {
  background: transparent;
}
.tax-genres .content-term ul li .genre-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(236, 182, 39, 0.85);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.tax-genres .content-term ul li .genre-inner .genre-inner-term {
  font-size: 1.6rem;
  position: absolute;
  color: #fff;
  background-color: rgba(66, 66, 67, 0.9);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.tax-genres .content-term ul li .genre-inner .genre-inner-term h4 {
  font-size: 1.6rem;
}
.tax-genres .content-term ul li .genre-inner .genre-inner-term p {
  font-size: 1.4rem;
}
.tax-genres .content-term ul li .genre-inner .genre-inner-after {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.tax-genres .content-term ul li .genre-inner .genre-inner-after h2 {
  margin-bottom: 0.5rem;
}
.tax-genres .content-term ul li .genre-inner .genre-inner-after p {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.tax-genres .content-term ul li .genre-inner .genre-inner-after .after-top {
  width: 100%;
}
.tax-genres.studio .genre-inner:hover .genre-inner-after {
  opacity: 1;
}
.tax-genres.studio .genre-inner:hover .genre-inner-term {
  display: none;
}

.carousel {
  margin-bottom: 3rem;
}
.carousel .carousel-inner {
  padding: 0;
  margin: 0;
  list-style: none;
}
.carousel .carousel-inner li {
  background: #eeeeee;
  text-align: center;
}
.carousel .carousel-inner li img {
  margin: 0;
  height: 30rem;
  max-width: 100%;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .carousel .carousel-inner li img {
    height: 50rem;
    max-width: 100%;
  }
}
.carousel .carousel-inner li .carousel-caption {
  left: auto;
  right: 2rem;
  bottom: 0;
  padding: 1.5rem 0;
}
.carousel .carousel-inner li .carousel-caption p {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .carousel .carousel-inner li .carousel-caption p {
    font-size: 2.2rem;
  }
}
.carousel .carousel-inner li .carousel-caption p .slide-art-name {
  font-style: italic;
}
.carousel .carousel-inner li .carousel-caption p .slide-author {
  font-weight: bold;
}

.single-resource .carousel li img {
  height: 30rem;
  width: auto;
}
@media (min-width: 768px) {
  .single-resource .carousel li img {
    height: 50rem;
  }
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
  width: 10%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 2.5rem;
  height: 5.5rem;
  background-size: 100%;
}

.carousel-control-prev-icon {
  background-image: url("img/arrow-left.png") !important;
}

.carousel-control-next-icon {
  background-image: url("img/arrow-right.png") !important;
}

.block-homepage-carousel #carousel-thumb {
  margin-bottom: 0.3rem;
  height: 30rem;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .block-homepage-carousel #carousel-thumb {
    height: 50rem;
  }
}
.block-homepage-carousel #carousel-thumb .slider-for {
  padding: 0;
  margin: 0;
}
.block-homepage-carousel #carousel-thumb .slider-for .slider-item img {
  height: 30rem;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .block-homepage-carousel #carousel-thumb .slider-for .slider-item img {
    height: 50rem;
  }
}
.block-homepage-carousel #carousel-thumb .slider-for .slider-item .slider-caption {
  right: auto;
  left: 0;
  bottom: 0;
  padding: 1rem;
  position: absolute;
  color: #fff;
  background-color: #ff831a;
  max-width: 31rem;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .block-homepage-carousel #carousel-thumb .slider-for .slider-item .slider-caption {
    max-width: 56rem;
    padding: 1.5rem 3rem;
  }
}
@media (min-width: 992px) {
  .block-homepage-carousel #carousel-thumb .slider-for .slider-item .slider-caption {
    max-width: 70rem;
  }
}
.block-homepage-carousel #carousel-thumb .slider-for .slider-item .slider-caption span {
  font-weight: normal;
}
.block-homepage-carousel #carousel-thumb .slider-for .slider-item .slider-caption.pink {
  background-color: #ef45a4;
}
.block-homepage-carousel #carousel-thumb .slider-for .slider-item .slider-caption.yellow {
  background-color: #ffcc00;
}
.block-homepage-carousel #carousel-thumb .slider-for .slider-item .slider-caption.green {
  background-color: #abd002;
}
.block-homepage-carousel #carousel-thumb .slider-for .slider-item .slider-caption.blue {
  background-color: #1eb2ea;
}
.block-homepage-carousel #carousel-thumb .slider-for .slider-item .slider-caption.violet {
  background-color: #9900cc;
}
.block-homepage-carousel #carousel-thumb .slider-for .slider-item .slider-caption.teal {
  background-color: #33cccc;
}
.block-homepage-carousel #carousel-thumb .slider-for .slider-item .slider-caption h3 {
  font-weight: 800;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .block-homepage-carousel #carousel-thumb .slider-for .slider-item .slider-caption h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .block-homepage-carousel #carousel-thumb .slider-for .slider-item .slider-caption h3 {
    font-size: 3.2rem;
  }
}
.block-homepage-carousel #carousel-thumb .slider-for .slick-prev {
  left: 1rem;
}
@media (min-width: 1200px) {
  .block-homepage-carousel #carousel-thumb .slider-for .slick-prev {
    left: 2%;
  }
}
@media (min-width: 1441px) {
  .block-homepage-carousel #carousel-thumb .slider-for .slick-prev {
    left: 8%;
  }
}
@media (min-width: 1601px) {
  .block-homepage-carousel #carousel-thumb .slider-for .slick-prev {
    left: 15%;
  }
}
.block-homepage-carousel #carousel-thumb .slider-for .slick-next {
  right: 1rem;
}
@media (min-width: 1200px) {
  .block-homepage-carousel #carousel-thumb .slider-for .slick-next {
    right: 2%;
  }
}
@media (min-width: 1441px) {
  .block-homepage-carousel #carousel-thumb .slider-for .slick-next {
    right: 8%;
  }
}
@media (min-width: 1601px) {
  .block-homepage-carousel #carousel-thumb .slider-for .slick-next {
    right: 15%;
  }
}
.block-homepage-carousel #carousel-thumb .slider-for .container {
  padding: 0;
}
@media (min-width: 1200px) {
  .block-homepage-carousel #carousel-thumb .slider-for .container {
    padding: 0 1.5rem;
  }
}
.block-homepage-carousel .slider-nav {
  padding: 0;
  margin: 0 0 2.5rem;
}
.block-homepage-carousel .slider-nav .slick-slide {
  height: auto;
  border: none;
  margin: 0;
  position: relative;
  text-indent: 0;
  opacity: 1;
}
.block-homepage-carousel .slider-nav .slick-slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(109, 110, 112, 0.4);
}
.block-homepage-carousel .slider-nav .slick-slide .carousel-title-thumb {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.8rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .block-homepage-carousel .slider-nav .slick-slide .carousel-title-thumb {
    font-size: 1.6rem;
  }
}
.block-homepage-carousel .slider-nav .slick-slide.slick-current {
  opacity: 1;
  background-color: transparent;
}
.block-homepage-carousel .slider-nav .slick-slide.slick-current:before {
  background-color: rgba(109, 110, 112, 0.8);
}
.block-homepage-carousel .slider-nav img {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  height: 8.5rem;
  object-fit: cover;
}
.block-homepage-carousel .slider-nav .slick-prev, .block-homepage-carousel .slider-nav .slick-next {
  width: 2rem;
  height: 3.6rem;
}
.block-homepage-carousel .slick-prev, .block-homepage-carousel .slick-next {
  width: 2.5rem;
  height: 5.5rem;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100%;
}
.block-homepage-carousel .slick-next, .block-homepage-carousel .slick-next:hover, .block-homepage-carousel .slick-next:focus {
  background-image: url("img/arrow-right.png") !important;
  right: 1rem;
}
@media (min-width: 768px) {
  .block-homepage-carousel .slick-next, .block-homepage-carousel .slick-next:hover, .block-homepage-carousel .slick-next:focus {
    right: 2rem;
  }
}
.block-homepage-carousel .slick-prev, .block-homepage-carousel .slick-prev:hover, .block-homepage-carousel .slick-prev:focus {
  background-image: url("img/arrow-left.png") !important;
  left: 1rem;
}
@media (min-width: 768px) {
  .block-homepage-carousel .slick-prev, .block-homepage-carousel .slick-prev:hover, .block-homepage-carousel .slick-prev:focus {
    left: 2rem;
  }
}

.slick-next::before, .slick-prev::before {
  display: none;
}

#category-list {
  padding: 2rem 0;
}
#category-list ul {
  margin: 0 -0.5rem;
}
#category-list ul li {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
#category-list ul li .category-item {
  position: relative;
  height: 33.5rem;
}
#category-list ul li .category-item:hover .category-item-links, #category-list ul li .category-item:focus .category-item-links {
  opacity: 1;
}
#category-list ul li .category-item-img {
  height: 100%;
}
#category-list ul li .category-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#category-list ul li .category-item-links {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(109, 110, 112, 0.7);
  opacity: 0;
  padding: 4rem 1.5rem 1rem;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
#category-list ul li .category-item-title {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 1.3rem;
  left: 1.3rem;
  z-index: 1;
}
#category-list ul li .category-item-description {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.title-heading {
  margin-bottom: 2rem;
  color: #333333;
}

.container-control {
  position: absolute;
  max-width: 140rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-top: -4.6rem;
}

.control-slide {
  position: absolute;
  width: 2.5rem;
  height: 5.5rem;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent;
  text-indent: 9999px;
  border: none;
  margin: 0 1.5rem;
}
.control-slide:focus {
  outline: none;
  box-shadow: none;
}

.next-slide {
  background-image: url("img/arrow-right.png") !important;
  right: 1rem;
}
@media (min-width: 768px) {
  .next-slide {
    right: 2rem;
  }
}

.prev-slide {
  background-image: url("img/arrow-left.png") !important;
  left: 1rem;
}
@media (min-width: 768px) {
  .prev-slide {
    left: 2rem;
  }
}

.blocks-grid-links {
  margin: 2.9rem 0 2.9rem;
}
.blocks-grid-links .grid-links-list {
  margin: 0 -0.5rem;
}
.blocks-grid-links .grid-links-list .grid-links-item {
  padding: 0 0.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .blocks-grid-links .grid-links-list .grid-links-item {
    margin-bottom: 0;
  }
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner {
  position: relative;
  height: 33.5rem;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner:hover .colour-hover:before {
  opacity: 0.7;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner:hover .colour-hover:after {
  opacity: 0;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner:hover .grid-links-description {
  display: block;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner .colour-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner .colour-hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  z-index: 0;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner .colour-hover.yellow:before {
  background-color: #ffcc00;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner .colour-hover.green:before {
  background-color: #abd002;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner .colour-hover.gray:before {
  background-color: #666666;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner .colour-hover.orange:before {
  background-color: #ff831a;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner .colour-hover.pink:before {
  background-color: #ef45a4;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner .colour-hover.violet:before {
  background-color: #9900cc;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner .colour-hover.teal:before {
  background-color: #33cccc;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner .colour-hover.blue:before {
  background-color: #1eb2ea;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner .colour-hover:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  z-index: 0;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 80%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 80%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 80%);
  top: auto;
  height: 12rem;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner .grid-links-image {
  height: 33.5rem;
  position: relative;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner .grid-links-title {
  color: #fff;
  font-weight: 900;
  font-size: 2.4rem;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner .grid-links-description {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.5rem;
  display: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.blocks-grid-links .grid-links-list .grid-links-item .grid-links-inner .grid-links-infor {
  position: absolute;
  z-index: 1;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 90%;
  text-align: center;
}

.block-profile-card {
  padding: 2rem 0;
}
.block-profile-card .image-profile-card {
  height: 33.5rem;
  max-width: 33.5rem;
}
.block-profile-card .image-profile-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-profile-card .card-body {
  padding: 2rem 0 0;
}
@media (min-width: 768px) {
  .block-profile-card .card-body {
    padding: 2rem;
  }
}
.block-profile-card .card-body .card-logo {
  margin-bottom: 1rem;
}
.block-profile-card .card-body .card-logo img {
  max-width: 100%;
}
.block-profile-card .card-body .card-title {
  font-size: 1.8rem;
  font-weight: 800;
}
.block-profile-card .card-body .card-heading {
  font-size: 1.8rem;
}
.block-profile-card .card-body .card-sub-heading {
  margin-bottom: 3rem;
  font-size: 1.6rem;
}

.block-image-reel {
  padding: 2rem 0;
}
.block-image-reel .slick-reel {
  padding: 0 4rem;
  margin: 0;
  text-align: center;
}
.block-image-reel .slick-reel .item {
  padding: 0 0.5rem;
}
.block-image-reel .slick-reel .item img {
  height: 14rem;
  max-width: 20rem;
  object-fit: cover;
}
.block-image-reel .slick-prev,
.block-image-reel .slick-next {
  width: 2.4rem;
  height: 4rem;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.block-image-reel .slick-next,
.block-image-reel .slick-next:hover,
.block-image-reel .slick-next:focus {
  background-image: url("img/arrow-right-black.png") !important;
  right: 0;
}
.block-image-reel .slick-prev,
.block-image-reel .slick-prev:hover,
.block-image-reel .slick-prev:focus {
  background-image: url("img/arrow-left-black.png") !important;
  left: 0;
}
.block-image-reel .slick-list {
  overflow: auto;
}
@media (min-width: 768px) {
  .block-image-reel .slick-list {
    overflow: hidden;
  }
}

.exhibition-view {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -0.5rem;
}
.exhibition-view .exhibition-grid {
  width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .exhibition-view .exhibition-grid {
    width: 25%;
    flex: 0 0 25%;
  }
}
@media (min-width: 1200px) {
  .exhibition-view .exhibition-grid {
    width: calc(100% / 6);
    flex: 0 0 calc(100% / 6);
  }
}
.exhibition-view .exhibition-grid img {
  width: 100%;
  height: auto;
}

.ekko-lightbox-nav-overlay a {
  opacity: 1;
}

.ekko-lightbox {
  background-color: rgba(0, 0, 0, 0.5);
}
.ekko-lightbox .modal-body {
  padding: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .ekko-lightbox .modal-body {
    margin-bottom: 0;
  }
}
.ekko-lightbox .modal-footer {
  justify-content: flex-start;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  margin-top: -0.1rem;
  font-size: 1.4rem;
  border-radius: 0;
}

.ekko-lightbox-nav-overlay {
  padding: 2rem;
}

.ekko-lightbox-nav-overlay a span {
  width: 2.5rem;
  height: 5.5rem;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-size: 100% 100%;
  padding: 0;
  flex-grow: 0;
}
.ekko-lightbox-nav-overlay a:first-child span {
  background-image: url("img/arrow-left.png") !important;
  text-indent: 9999px;
  background-size: 100%;
}
.ekko-lightbox-nav-overlay a:last-child {
  justify-content: flex-end;
}
.ekko-lightbox-nav-overlay a:last-child span {
  background-image: url("img/arrow-right.png") !important;
  text-indent: 9999px;
  flex-grow: 0;
  background-size: 100%;
}

.block-copy-img .copy-img-copy.right {
  order: 1;
}
.block-copy-img .copy-img-img.right {
  order: 0;
}
.block-copy-img .copy-img-img .list-copy-img .copy-image-image {
  margin-bottom: 2rem;
}
.block-copy-img .copy-img-img .list-copy-img .copy-image-image img {
  width: 100%;
}
.block-copy-img .copy-img-img .list-copy-img .copy-image-image .description {
  padding-top: 1rem;
  font-size: 1.4rem;
}

.frm_error,
.frm_error_style,
.frm_style_formidable-style.with_frm_style .frm_required {
  color: #f00;
}

.frm_style_formidable-style.with_frm_style .frm_required {
  font-weight: 300;
}

.frm_error {
  margin-top: 2px;
}

#frm_field_97_container {
  margin-left: 20px;
}

#field_artist--tile {
  display: none;
}

.page-template-template-application .frm_error_style {
  display: none;
}

.validate-fields .validation-notification {
  display: block;
}

.validation-notification {
  display: none;
  color: #f00;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.validate-fields .normal-notification {
  display: none;
}

#application {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
#application .label-custom {
  font-weight: 900;
  font-size: 1.6rem;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
  margin-bottom: 1.9rem;
}
@media (min-width: 768px) {
  #application .label-custom {
    font-size: 2rem;
  }
}
#application select {
  height: 35px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#application select:focus {
  background-color: #ffffff;
  border-color: #ffcc00;
  box-shadow: none;
  outline: none;
}
#application .subtitle {
  margin-bottom: 3.7rem;
  font-size: 2.2rem;
}
#application .frm-item {
  background-color: #fff5e0;
  padding: 2.5rem 2.5rem 2.5rem 7rem;
  min-height: 17.5rem;
  position: relative;
  height: 100%;
}
#application .frm-item .number-step {
  top: -1rem;
}
#application .col-md-6 {
  margin-bottom: 3rem;
}
#application .btn-continue {
  color: #fff;
  background-color: #ef45a4;
  border: none !important;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  padding: 1rem 2rem;
  border-radius: 0;
  height: 4rem;
  width: 100%;
  text-align: center;
}
@media (min-width: 640px) {
  #application .btn-continue {
    width: auto;
  }
}
@media (min-width: 768px) {
  #application .btn-continue {
    font-size: 1.8rem;
    height: 4.5rem;
  }
}
#application .btn-continue:hover, #application .btn-continue:active, #application .btn-continue:focus {
  opacity: 0.8;
  outline: none;
  background: #ef45a4;
  color: #fff;
  text-decoration: none;
}
#application .frm-form-control {
  background-color: #fff;
  padding: 1.5rem 1rem 1rem 2rem;
}
#application .frm-form-control .frm-form-control-item {
  margin-right: 3rem;
  display: inline-block;
}
#application .frm-form-control .frm-form-control-item label {
  margin-left: 1rem;
}
#application .frm-form-control .frm-form-control-item input[type=radio] {
  width: 15px;
  height: 15px;
  vertical-align: -2px;
}
#application .frm-title-section {
  margin-bottom: 3rem;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  z-index: 1051;
}
.popup .popup-inner {
  max-width: 500px;
  margin: 1.75rem auto;
  position: relative;
  height: 100%;
  pointer-events: none;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transform: -webkit-transform translate(0, -50px);
  transform: translate(0, -50px);
}
.popup .popup-inner .popup-content .popup-body {
  padding: 1rem;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  pointer-events: auto;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup.active .popup-inner {
  -webkit-transform: none;
  transform: none;
}

.bg-searchform {
  background: rgba(239, 69, 164, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.frm-title-section {
  font-weight: 900 !important;
  font-size: 2rem;
  margin: 0;
  position: relative;
}

body .frm_forms {
  font-family: "Montserrat", sans-serif !important;
  color: #000;
}
body .frm_forms .form-control, body .frm_forms select, body .frm_forms input[type=email],
body .frm_forms input[type=text],
body .frm_forms input[type=password],
body .frm_forms input[type=url],
body .frm_forms input[type=tel],
body .frm_forms textarea {
  height: 35px;
  box-shadow: none;
  border-radius: 0 !important;
}
body .frm_forms textarea.form-control,
body .frm_forms textarea {
  height: 100px;
}
body .frm_forms .frm_label_position .frm_primary_label {
  font-weight: 300;
  font-size: 1.5rem;
  margin: 0;
  position: absolute;
  left: 1.3rem;
  top: 0.7rem;
  color: #717171;
  pointer-events: none;
  overflow: hidden;
  height: 2rem;
}
body .frm_forms .form-field {
  position: relative;
  margin-bottom: 10px;
}
body .frm_forms .form-field.frm_form_field .subtitle {
  margin-top: 0;
}
body .frm_forms .form-field.frm_form_field h4 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
body .frm_forms .form-field.frm_form_field h4 sup {
  color: #f00;
}
body .frm_forms .form-field.frm_form_field h4 span {
  text-transform: initial;
  font-weight: 400;
}
body .frm_forms .form-field.frm_form_field h4 a {
  text-transform: initial;
  color: #f00;
}
body .frm_forms .form-field.frm_form_field p {
  font-size: 14px;
}
body .frm_forms .form-field.frm_form_field p a.red {
  text-transform: initial;
  color: #f00;
  font-weight: 700;
}
body .frm_forms .frm_padding {
  padding: 1.5rem 2rem 2rem 4rem;
  margin-bottom: 0;
}
body .frm_forms .frm_padding:first-child {
  padding: 1.5rem 2rem 2rem 4rem;
}
@media (min-width: 768px) {
  body .frm_forms .frm_padding {
    padding: 1.5rem 2.5rem 2.5rem 7rem;
  }
  body .frm_forms .frm_padding:first-child {
    padding: 2.5rem 2.5rem 2.5rem 7rem;
  }
}
body .frm_forms .frm_gray {
  background-color: #ebecec;
}
body .frm_forms .frm_lightpink {
  background-color: #fff5e0;
}
body .frm_forms .frm_teal {
  background-color: #eaf5e4;
}
body .frm_forms .frm_pink {
  background-color: #feeaf3;
}
body .frm_forms .frm_top {
  margin-top: -30px;
}
body .frm_forms .frm_top .frm_pos_top.frm_section_spacing {
  margin-top: 0;
}
body .frm_forms .frm_top .frm_pos_top.frm_section_spacing h3 {
  padding-left: 4rem;
}
@media (min-width: 768px) {
  body .frm_forms .frm_top .frm_pos_top.frm_section_spacing h3 {
    padding-left: 0;
  }
}
body .frm_forms .radio label {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
body .frm_forms .radio label + input {
  margin-left: 1rem;
}
body .frm_forms .frm_inline_block .frm_radio {
  display: inline-block;
  margin-right: 10px;
}
body .frm_forms .frm_label_custom .frm_primary_label {
  color: #717171;
  font-weight: 300;
  margin-bottom: 5px;
}
body .frm_forms .frm_primary_label {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif !important;
}
body .frm_forms .frm_primary_label sup {
  color: #f00;
  font-weight: 300;
  margin: 0 2px;
  font-size: 100%;
  top: 0;
}
body .frm_forms .frm_primary_label span {
  text-transform: initial;
  font-weight: 400;
}
body .frm_forms h3.frm_primary_label {
  margin-top: 0;
}
body .frm_forms .frm_positive .frm_primary_label {
  position: static;
}
body .frm_forms input[type=email],
body .frm_forms input[type=text],
body .frm_forms input[type=password],
body .frm_forms input[type=url],
body .frm_forms input[type=tel],
body .frm_forms textarea {
  background: #fff;
  box-shadow: none;
  height: 35px;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
}
body .frm_forms input[type=email]:focus,
body .frm_forms input[type=text]:focus,
body .frm_forms input[type=password]:focus,
body .frm_forms input[type=url]:focus,
body .frm_forms input[type=tel]:focus,
body .frm_forms textarea:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #ffcc00 !important;
}
body .frm_forms input[type=radio] {
  width: 15px;
  height: 15px;
  margin-top: 1px;
}
body .frm_forms textarea {
  height: 100px;
}
body .frm_forms select {
  box-shadow: none;
  border: 1px solid #ccc;
}
body .frm_forms .frm_submit .frm_button_submit,
body .frm_forms .frm_submit .frm_button_action {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  color: #fff;
  background-color: #ef45a4;
  border: none !important;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  padding: 1rem 2rem;
  border-radius: 0;
  height: 4rem;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  body .frm_forms .frm_submit .frm_button_submit,
body .frm_forms .frm_submit .frm_button_action {
    width: auto;
  }
}
@media (min-width: 768px) {
  body .frm_forms .frm_submit .frm_button_submit,
body .frm_forms .frm_submit .frm_button_action {
    font-size: 1.8rem;
    height: 4.5rem;
  }
}
body .frm_forms .frm_submit .frm_button_submit:hover, body .frm_forms .frm_submit .frm_button_submit:active, body .frm_forms .frm_submit .frm_button_submit:focus,
body .frm_forms .frm_submit .frm_button_action:hover,
body .frm_forms .frm_submit .frm_button_action:active,
body .frm_forms .frm_submit .frm_button_action:focus {
  opacity: 0.8;
  outline: none;
  background: #ef45a4;
  color: #fff;
  text-decoration: none;
}
body .frm_forms .frm_submit .frm_button_submit.blue, body .frm_forms .frm_submit .frm_button_submit.blue:hover, body .frm_forms .frm_submit .frm_button_submit.blue:focus, body .frm_forms .frm_submit .frm_button_submit.blue:active,
body .frm_forms .frm_submit .frm_button_action.blue,
body .frm_forms .frm_submit .frm_button_action.blue:hover,
body .frm_forms .frm_submit .frm_button_action.blue:focus,
body .frm_forms .frm_submit .frm_button_action.blue:active {
  background: #00b8f1;
}
body .frm_forms .frm_submit .frm_button_submit.orange, body .frm_forms .frm_submit .frm_button_submit.orange:hover, body .frm_forms .frm_submit .frm_button_submit.orange:focus, body .frm_forms .frm_submit .frm_button_submit.orange:active,
body .frm_forms .frm_submit .frm_button_action.orange,
body .frm_forms .frm_submit .frm_button_action.orange:hover,
body .frm_forms .frm_submit .frm_button_action.orange:focus,
body .frm_forms .frm_submit .frm_button_action.orange:active {
  background: #ff843f;
}
body .frm_forms .frm_submit .frm_button_submit.green, body .frm_forms .frm_submit .frm_button_submit.green:hover, body .frm_forms .frm_submit .frm_button_submit.green:focus, body .frm_forms .frm_submit .frm_button_submit.green:active,
body .frm_forms .frm_submit .frm_button_action.green,
body .frm_forms .frm_submit .frm_button_action.green:hover,
body .frm_forms .frm_submit .frm_button_action.green:focus,
body .frm_forms .frm_submit .frm_button_action.green:active {
  background: #abd002;
}
body .frm_forms .frm_submit .frm_prev_page {
  color: #fff;
  background-color: #ef45a4;
  border: none !important;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  padding: 1rem 2rem;
  border-radius: 0;
  height: 4rem;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  background-color: #ff831a;
}
@media (min-width: 640px) {
  body .frm_forms .frm_submit .frm_prev_page {
    width: auto;
  }
}
@media (min-width: 768px) {
  body .frm_forms .frm_submit .frm_prev_page {
    font-size: 1.8rem;
    height: 4.5rem;
  }
}
body .frm_forms .frm_submit .frm_prev_page:hover, body .frm_forms .frm_submit .frm_prev_page:active, body .frm_forms .frm_submit .frm_prev_page:focus {
  opacity: 0.8;
  outline: none;
  background: #ef45a4;
  color: #fff;
  text-decoration: none;
}
body .frm_forms .frm_submit .frm_prev_page:hover, body .frm_forms .frm_submit .frm_prev_page:focus, body .frm_forms .frm_submit .frm_prev_page:active {
  background: #ff831a;
}
body .frm_forms .frm_submit.frm_button_orange .frm_button_submit {
  background: #ff843f;
}
body .frm_forms .frm_box_step {
  background-color: #1eb2ea;
  padding: 2rem;
  color: #fff;
  margin-bottom: 1rem;
}
body .frm_forms .frm_box_step h3 {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: 800;
}
body .frm_forms .frm_text_summary {
  padding: 1.5rem 0;
}
@media (min-width: 601px) {
  body .frm_forms .frm_text_summary {
    padding: 9.5rem 0 0;
  }
}
body .frm_forms .frm_text_summary h3 {
  color: #1eb2ea;
  font-weight: 800;
  font-size: 1.8rem;
}
body .frm_forms .frm_tc {
  position: relative;
  padding-left: 5.5rem;
}
body .frm_forms .frm_tc .frm_primary_label {
  color: #1eb2ea;
  font-weight: 800;
  font-size: 1.8rem;
}
body .frm_forms .frm_tc .frm_primary_label .frm_required {
  color: #ff0000;
}
body .frm_forms .frm_tc .frm_switch {
  position: absolute;
  left: 0;
  top: 0;
}
body .frm_forms .button-download {
  border-radius: 16px;
  color: #fff;
  font-size: 1.6rem;
  background-color: #000;
  padding: 0.5rem 1.5rem;
}
body .frm_primary_label.control-label .control-label.frm_visible {
  opacity: 0 !important;
}
body .registration .frm_forms .form-field {
  margin-bottom: 5px;
}
body .registration .frm_forms .form-field.form-group.frm_gray {
  padding: 0.3rem 2.5rem 0.3rem 7.5rem;
}
body .registration .frm_forms input[type=email],
body .registration .frm_forms input[type=text],
body .registration .frm_forms input[type=password],
body .registration .frm_forms textarea {
  background: #fff;
  border: none;
  box-shadow: none;
  border: 1px solid #fff !important;
}
body .registration .frm_forms input[type=email]:focus,
body .registration .frm_forms input[type=text]:focus,
body .registration .frm_forms input[type=password]:focus,
body .registration .frm_forms textarea:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #ffcc00 !important;
  border: 1px solid;
}
body .registration .frm_forms .form-control, body .registration .frm_forms input[type=email],
body .registration .frm_forms input[type=text],
body .registration .frm_forms input[type=password],
body .registration .frm_forms input[type=url],
body .registration .frm_forms input[type=tel],
body .registration .frm_forms textarea, body .registration .frm_forms select {
  height: 35px;
  border-radius: 0;
}
body .registration .frm_forms textarea.form-control,
body .registration .frm_forms textarea {
  height: 100px;
}
body .registration .frm_forms .frm_submit button {
  color: #fff;
  background-color: #ef45a4;
  border: none !important;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  padding: 1rem 2rem;
  border-radius: 0;
  height: 4rem;
  width: 100%;
  text-align: center;
}
@media (min-width: 640px) {
  body .registration .frm_forms .frm_submit button {
    width: auto;
  }
}
@media (min-width: 768px) {
  body .registration .frm_forms .frm_submit button {
    font-size: 1.8rem;
    height: 4.5rem;
  }
}
body .registration .frm_forms .frm_submit button:hover, body .registration .frm_forms .frm_submit button:active, body .registration .frm_forms .frm_submit button:focus {
  opacity: 0.8;
  outline: none;
  background: #ef45a4;
  color: #fff;
  text-decoration: none;
}
body .registration .frm_forms .frm_submit button:hover, body .registration .frm_forms .frm_submit button:focus, body .registration .frm_forms .frm_submit button:active {
  outline: none;
  background-color: #ef45a4;
  color: #fff;
}
body .registration .frm_forms .frm_submit button.frm_prev_page {
  background-color: #ff831a;
}
body .registration .frm_forms .frm_submit button.frm_prev_page:hover, body .registration .frm_forms .frm_submit button.frm_prev_page:focus, body .registration .frm_forms .frm_submit button.frm_prev_page:active {
  background: #ff831a;
}
body .frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container,
body .frm_style_formidable-style.with_frm_style .frm_form_field .frm_show_it {
  font-family: "Montserrat", sans-serif;
}
body .frm_pos_top.frm_section_spacing {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 15px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  body .frm_pos_top.frm_section_spacing {
    font-size: 2rem;
  }
}
body .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  border-top: none;
}
body .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading.frm_padding + .frm_padding {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 2rem;
}
body .frm_submit.frm_third.frm_block_submit {
  float: none;
  margin-left: 0;
  padding-top: 2rem;
  clear: both;
  width: 100%;
}
@media (min-width: 640px) {
  body .frm_submit.frm_third.frm_block_submit {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
}
body .frm_submit.frm_third.frm_block_submit .frm_final_submit {
  color: #fff;
  background-color: #ef45a4;
  border: none !important;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  padding: 1rem 2rem;
  border-radius: 0;
  height: 4rem;
  width: 100%;
  text-align: center;
  margin-top: 0;
}
@media (min-width: 640px) {
  body .frm_submit.frm_third.frm_block_submit .frm_final_submit {
    width: auto;
  }
}
@media (min-width: 768px) {
  body .frm_submit.frm_third.frm_block_submit .frm_final_submit {
    font-size: 1.8rem;
    height: 4.5rem;
  }
}
body .frm_submit.frm_third.frm_block_submit .frm_final_submit:hover, body .frm_submit.frm_third.frm_block_submit .frm_final_submit:active, body .frm_submit.frm_third.frm_block_submit .frm_final_submit:focus {
  opacity: 0.8;
  outline: none;
  background: #ef45a4;
  color: #fff;
  text-decoration: none;
}

.form-control::-webkit-input-placeholder, body .frm_forms input[type=email]::-webkit-input-placeholder,
body .frm_forms input[type=text]::-webkit-input-placeholder,
body .frm_forms input[type=password]::-webkit-input-placeholder,
body .frm_forms input[type=url]::-webkit-input-placeholder,
body .frm_forms input[type=tel]::-webkit-input-placeholder,
body .frm_forms textarea::-webkit-input-placeholder, body .frm_forms select::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: uppercase;
  color: transparent !important;
}

.form-control:-moz-placeholder, body .frm_forms input[type=email]:-moz-placeholder,
body .frm_forms input[type=text]:-moz-placeholder,
body .frm_forms input[type=password]:-moz-placeholder,
body .frm_forms input[type=url]:-moz-placeholder,
body .frm_forms input[type=tel]:-moz-placeholder,
body .frm_forms textarea:-moz-placeholder, body .frm_forms select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: uppercase;
  color: transparent !important;
}

.form-control::-moz-placeholder, body .frm_forms input[type=email]::-moz-placeholder,
body .frm_forms input[type=text]::-moz-placeholder,
body .frm_forms input[type=password]::-moz-placeholder,
body .frm_forms input[type=url]::-moz-placeholder,
body .frm_forms input[type=tel]::-moz-placeholder,
body .frm_forms textarea::-moz-placeholder, body .frm_forms select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: uppercase;
  color: transparent !important;
}

.form-control:-ms-input-placeholder, body .frm_forms input[type=email]:-ms-input-placeholder,
body .frm_forms input[type=text]:-ms-input-placeholder,
body .frm_forms input[type=password]:-ms-input-placeholder,
body .frm_forms input[type=url]:-ms-input-placeholder,
body .frm_forms input[type=tel]:-ms-input-placeholder,
body .frm_forms textarea:-ms-input-placeholder, body .frm_forms select:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: uppercase;
  color: transparent !important;
}

body .frm_visible.frm_hidden_container .frm_primary_label {
  visibility: visible;
}

.number-step {
  color: #fff;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-right: 1rem;
  position: absolute;
  left: -3.4rem;
  top: -4.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .number-step {
    left: -5.5rem;
    font-size: 2rem;
    top: -4.5rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }
}
.number-step.green {
  background-color: #abd002;
}
.number-step.orange {
  background-color: #ff831a;
}
.number-step.yellow {
  background-color: #ffcc00;
}
.number-step.pink {
  background-color: #ef45a4;
}
.number-step.teal {
  background-color: #33cccc;
}
.number-step.violet {
  background-color: #9900cc;
}
.number-step.gray {
  background-color: #666666;
}

.frm-summary-page-wrapper {
  padding: 3px 0;
}

.frm-line-table td,
.frm-line-table th {
  padding: 11px 0;
}

.frm-line-table td h3 {
  margin: 3px 0 28px;
}

.frm_switch input:checked + .frm_slider {
  background-color: #abd002;
}

.frm-row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 768px) {
  .frm-row {
    margin: 0 -15px;
  }
}
.frm-row .frm-row-item {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .frm-row .frm-row-item {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.force-show-label label {
  visibility: visible !important;
}

.frm_dropzone.frm_single_upload,
.frm_dropzone.frm_single_upload.dz-started {
  max-width: none;
}

body .radio-inline {
  padding-left: 0;
}

.error-fields li {
  color: #f00;
}

.form-control, body .frm_forms input[type=email],
body .frm_forms input[type=text],
body .frm_forms input[type=password],
body .frm_forms input[type=url],
body .frm_forms input[type=tel],
body .frm_forms textarea, body .frm_forms select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-image: none;
}

body .frm_forms .form-field {
  font-size: 1.4rem;
}

body .frm_forms .frm_inline_block .frm_radio label,
.frm_form_field .frm_radio label {
  text-transform: uppercase;
}

.frm_gray input[type=email],
.frm_gray input[type=text],
.frm_gray input[type=password],
.frm_gray input[type=url],
.frm_gray input[type=tel],
.frm_gray textarea,
.frm_lightpink input[type=email],
.frm_lightpink input[type=text],
.frm_lightpink input[type=password],
.frm_lightpink input[type=url],
.frm_lightpink input[type=tel],
.frm_lightpink textarea,
.frm_teal input[type=email],
.frm_teal input[type=text],
.frm_teal input[type=password],
.frm_teal input[type=url],
.frm_teal input[type=tel],
.frm_teal textarea,
.frm_pink input[type=email],
.frm_pink input[type=text],
.frm_pink input[type=password],
.frm_pink input[type=url],
.frm_pink input[type=tel],
.frm_pink textarea {
  border: 1px solid #fff;
}

.owl-carousel-image-reel.owl-carousel {
  padding: 0 2.4rem;
}
.owl-carousel-image-reel.owl-carousel .owl-nav.disabled {
  display: block;
}
.owl-carousel-image-reel.owl-carousel .owl-nav button.owl-next, .owl-carousel-image-reel.owl-carousel .owl-nav button.owl-prev {
  outline: none;
}
.owl-carousel-image-reel.owl-carousel .owl-nav button.owl-next i, .owl-carousel-image-reel.owl-carousel .owl-nav button.owl-prev i {
  font-size: 4rem;
}
.owl-carousel-image-reel.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.owl-carousel-image-reel.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel-image-reel.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.site-header {
  height: 7.2rem;
}
@media (min-width: 992px) {
  .site-header {
    height: 7.4rem;
  }
}
.site-header .custom-fixed-header {
  position: relative;
  z-index: 100;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0.3rem 1.2rem rgba(66, 66, 67, 0.7);
}
.site-header .custom-fixed-header.fixed {
  position: fixed;
}
.site-header .custom-fixed-header + * {
  padding-top: 120px;
}
.site-header h2 {
  padding-bottom: 0;
  position: static;
}
.site-header h2::after {
  content: none;
}
.site-header .insideHeader {
  position: relative;
}
@media (min-width: 576px) {
  .site-header .insideHeader {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .site-header .insideHeader {
    display: block;
  }
}
.site-header .site-logo {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .site-header .site-logo {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0.4rem;
    z-index: 10;
    width: 17rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .site-header .site-logo {
    width: 20rem;
  }
}
.site-header .site-logo img {
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-header .site-logo img {
    width: 100%;
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .site-header .site-logo img {
    width: 100%;
    margin: 0;
  }
}
.site-header .site-logo a,
.site-header .site-logo h1 {
  padding: 0;
  margin: 0;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header .resize {
  border-right: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
}
.site-header .resize button {
  background: none;
  border: 0;
  font-size: 2rem;
  padding: 0.75rem;
  border: 2px solid transparent;
  height: 100%;
  min-width: 4.6rem;
  text-align: center;
}
.site-header .resize button:active {
  transform: scale(1.1);
}
.site-header .search-form {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
.site-header .search-form label {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 576px) {
  .site-header .search-form label {
    flex: 1;
  }
}
.site-header .search-form [type=search] {
  height: 100%;
  border: 2px solid transparent;
  padding: 1rem 2rem;
  width: 100%;
}
.site-header .contact-block {
  display: block;
  text-align: center;
  padding: 2rem;
}
@media (min-width: 992px) {
  .site-header .contact-block {
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    background: #abd002;
    right: 1.5rem;
    top: 0;
    z-index: 10;
    width: 20.1rem;
  }
}
.site-header .contact-block p {
  margin: 0;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .site-header .contact-block p {
    font-size: 1.6rem;
  }
}
.site-header .contact-block h2 {
  font-size: 1.6rem;
  margin: 0;
  color: #fff;
}
.site-header .contact-block a {
  color: #666666;
}
.site-header .contact-block [href*="tel:"] {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .site-header .contact-block [href*="tel:"] {
    font-size: 2.8rem;
  }
}
.site-header .header-right {
  padding: 0;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  z-index: 2;
  bottom: auto;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media (min-width: 992px) {
  .site-header .header-right {
    right: 2rem;
    transform: none;
    bottom: 1rem;
    top: 0.5rem;
    right: 1.5rem;
  }
}
.site-header .header-right .header-facebook {
  margin-bottom: 0.5rem;
}
.site-header .header-right .header-facebook a {
  color: #fff;
  background: #ef45a4;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 3rem;
}

.header-search button {
  color: #666666;
  border: none;
  background: none;
  padding: 0;
}
.header-search button i {
  font-size: 3rem;
}
.header-search button:focus {
  outline: none;
}
.header-search .facebook {
  display: block;
  margin-bottom: 5px;
  margin-right: 5px;
}

header.entry-header-page {
  background-color: #666666;
  color: #fff;
  padding: 1.5rem 0 1.3rem;
  margin-bottom: 3rem;
}
header.entry-header-page.gray {
  background-color: #666666;
}
header.entry-header-page.green {
  background-color: #abd002;
}
header.entry-header-page.yellow {
  background-color: #ffcc00;
}
header.entry-header-page.pink {
  background-color: #ef45a4;
}
header.entry-header-page.orange {
  background-color: #ff831a;
}
header.entry-header-page.violet {
  background-color: #9900cc;
}
header.entry-header-page.teal {
  background-color: #33cccc;
}
header.entry-header-page.blue {
  background-color: #1eb2ea;
}
header.entry-header-page .title {
  margin-bottom: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.8rem;
  margin-top: 0;
}

#homepage .entry-header-page {
  margin-bottom: 0;
  background-color: #666666;
  padding: 1.5rem 0 1.4rem;
}

.search-from-container button {
  border: none;
  background: none;
}
.search-from-container button.search-submit {
  background: none;
  color: #fff;
  font-size: 2.8rem;
}
.search-from-container form {
  display: flex;
  justify-content: center;
}
.search-from-container label {
  flex: 1;
}
.search-from-container input {
  font-size: 1.6rem;
  font-weight: 400;
}

#search-form .modal-header,
#search-form .modal-content,
#search-form .modal-body {
  background: none;
  border: 0;
  padding: 0;
}

.modal-backdrop {
  display: none;
}

.title-result {
  margin-top: 3rem;
  color: #666666;
  font-weight: 700;
}
.title-result .term-query {
  color: #ef45a4;
}

.serp-result {
  margin-bottom: 4rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #E7EDF0;
}
.serp-result h2 a {
  color: #666666;
  text-decoration: none;
  font-weight: 700;
}
.serp-result h2 a:hover, .serp-result h2 a:focus {
  text-decoration: underline;
}

.content-404 {
  color: #666666;
}
.content-404 h2 {
  font-weight: 700;
}

.aplication-dahsboard .header-dashboard {
  margin-bottom: 2rem;
}
.aplication-dahsboard .header-dashboard .entry-title {
  color: #ffcc00;
  margin-bottom: 0.2rem;
  font-weight: 800;
}
.aplication-dahsboard .header-dashboard .subtitle {
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: inherit;
}
.aplication-dahsboard ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.aplication-dahsboard .content-profile .annoucement {
  margin-bottom: 3rem;
}
.aplication-dahsboard .content-profile .annoucement .copy {
  margin-bottom: 2rem;
  background: #1eb2ea;
  color: #fff;
  padding: 2rem 2rem 3rem;
  font-weight: 500;
}
.aplication-dahsboard .content-profile .annoucement .copy a {
  color: #fff;
  text-decoration: underline;
}
.aplication-dahsboard .content-profile .annoucement .copy a:hover {
  text-decoration: none;
}
.aplication-dahsboard .content-profile .annoucement h1 {
  text-transform: initial;
}
.aplication-dahsboard .content-profile .annoucement h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .aplication-dahsboard .content-profile .annoucement h2 {
    font-size: 3rem;
  }
}
.aplication-dahsboard .content-profile .annoucement h3 {
  font-size: 1.8rem;
}
.aplication-dahsboard .content-profile .annoucement h4 {
  font-size: 1.5rem;
}
.aplication-dahsboard .content-profile .annoucement h5 {
  font-size: 1.4rem;
}
.aplication-dahsboard .content-profile .annoucement h6 {
  font-size: 1.3rem;
}
.aplication-dahsboard .profile-item {
  padding: 2rem;
  margin-bottom: 2rem;
}
.aplication-dahsboard .profile-item.profile-item-last {
  margin-bottom: 3rem;
}
.aplication-dahsboard .profile-item.gray {
  background-color: #d1d2d4;
}
.aplication-dahsboard .profile-item.light-pink {
  background-color: #feeed4;
}
.aplication-dahsboard .profile-item ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.aplication-dahsboard .profile-item ul li {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .aplication-dahsboard .profile-item ul li {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .aplication-dahsboard .profile-item ul li {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
.aplication-dahsboard .profile-item h2 {
  font-size: 2rem;
}
.aplication-dahsboard .profile-item h3 {
  color: #7e7f82;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
}
.aplication-dahsboard .profile-item p {
  font-size: 1.5rem;
}
.aplication-dahsboard .button-action a {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  color: #fff;
  background-color: #ef45a4;
  border: none !important;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  padding: 1rem 2rem;
  border-radius: 0;
  height: 4rem;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .aplication-dahsboard .button-action a {
    width: auto;
  }
}
@media (min-width: 768px) {
  .aplication-dahsboard .button-action a {
    font-size: 1.8rem;
    height: 4.5rem;
  }
}
.aplication-dahsboard .button-action a:hover, .aplication-dahsboard .button-action a:active, .aplication-dahsboard .button-action a:focus {
  opacity: 0.8;
  outline: none;
  background: #ef45a4;
  color: #fff;
  text-decoration: none;
}
.aplication-dahsboard .button-action a.blue, .aplication-dahsboard .button-action a.blue:hover, .aplication-dahsboard .button-action a.blue:focus, .aplication-dahsboard .button-action a.blue:active {
  background: #00b8f1;
}
.aplication-dahsboard .button-action a.orange, .aplication-dahsboard .button-action a.orange:hover, .aplication-dahsboard .button-action a.orange:focus, .aplication-dahsboard .button-action a.orange:active {
  background: #ff843f;
}
.aplication-dahsboard .button-action a.green, .aplication-dahsboard .button-action a.green:hover, .aplication-dahsboard .button-action a.green:focus, .aplication-dahsboard .button-action a.green:active {
  background: #abd002;
}

.application-status {
  background-color: #ebecec;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .application-status {
    padding: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .application-status {
    padding: 2rem;
  }
}
.application-status h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.application-status ul {
  padding-right: 0rem;
}
@media (min-width: 992px) {
  .application-status ul {
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .application-status ul {
    padding-right: 7rem;
  }
}
.application-status ul li {
  color: #949599;
  font-weight: 700;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.application-status ul li i {
  margin-right: 1rem;
  font-size: 3rem;
}
.application-status ul li i.fa-check-circle {
  color: #ffcc00;
}
.application-status ul li i.fa-times-circle {
  color: #ef45a4;
}

.button-app {
  color: #fff;
  background-color: #ef45a4;
  border: none !important;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  padding: 1rem 2rem;
  border-radius: 0;
  height: 4rem;
  width: 100%;
  text-align: center;
  background: #1eb2ea;
  padding: 1rem 1.5rem;
  display: inline-block;
}
@media (min-width: 640px) {
  .button-app {
    width: auto;
  }
}
@media (min-width: 768px) {
  .button-app {
    font-size: 1.8rem;
    height: 4.5rem;
  }
}
.button-app:hover, .button-app:active, .button-app:focus {
  opacity: 0.8;
  outline: none;
  background: #ef45a4;
  color: #fff;
  text-decoration: none;
}
.button-app:hover, .button-app:focus, .button-app:active {
  background: #1eb2ea;
  opacity: 0.8;
  text-decoration: none;
}

.registration .subtitle {
  padding: 0;
  margin: 0 0 36px;
  text-transform: inherit;
  font-weight: 800;
  font-size: 2.2rem;
}
.registration ul {
  padding: 0 0 0 2rem;
  margin-bottom: 40px;
}

.menu-toggle {
  border: 0;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: auto;
  z-index: 30;
  font-size: 2.2rem;
  transition: transform 0.45s;
  background: none;
}
.menu-toggle .fa-bars {
  display: inline-block;
  color: #ef45a4;
  font-size: 3.2rem;
}
.menu-toggle .fa-times {
  display: none;
}
.menu-toggle.expanded {
  transform: translateX(calc(100vw - 4rem));
  color: #fff;
  background: #000;
  top: 0;
  left: 0;
  right: auto;
}
.menu-toggle.expanded .fa-times {
  display: inline-block;
}
.menu-toggle.expanded .fa-bars {
  display: none;
}

#mega-menu-wrap-primary .mega-menu-toggle {
  display: none !important;
}

.main-navigation {
  opacity: 0;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: translateX(-100vw);
  transition: transform 0.5s;
  background: #3e3e40;
  padding-top: 4rem;
  padding-bottom: 6rem;
  max-width: 140rem;
  margin: 0 auto;
  overflow-y: auto;
}
.main-navigation.displayed {
  opacity: 1;
}
.main-navigation.expanded {
  transform: translateX(0);
}
@media (min-width: 992px) {
  .main-navigation {
    display: block;
    opacity: 1;
    width: 100%;
    z-index: 1;
    transform: none;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    height: 7.4rem;
    position: relative;
    overflow-y: initial;
  }
}
@media (min-width: 1200px) {
  .main-navigation {
    padding-right: 3rem;
    height: 7.4rem;
  }
}
.main-navigation #mega-menu-wrap-primary,
.main-navigation #mega-menu-wrap-primary #mega-menu-primary {
  height: 100%;
  position: static;
  display: block;
  background: #3e3e40;
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary,
.main-navigation #mega-menu-wrap-primary #mega-menu-primary {
    background: none;
  }
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary p a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  display: block;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary p a:hover {
  color: #ffcc00;
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary p a {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    padding: 0 3rem;
    margin: 0;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    display: block;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0;
  }
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #fff;
  font-size: 1.6rem;
  margin: 0 1.5rem;
  padding: 0;
  border-bottom: 1px solid;
  text-decoration: none;
  font-weight: 900;
  padding: 0 1.5rem;
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: rgba(66, 66, 67, 0.9);
  }
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    display: flex;
    height: 100%;
    border: 0;
    margin: 0;
    align-items: center;
    padding: 3.2rem 1.5rem 0.2rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 2rem;
  }
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus, .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  background: #3e3e40;
  color: #fff;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-green > a.mega-menu-link:focus, .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-green > a.mega-menu-link:hover {
  color: #abd002;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-blue > a.mega-menu-link:focus, .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-blue > a.mega-menu-link:hover {
  color: #1eb2ea;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  background: transparent;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover {
  background: #3e3e40;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  background: #fff;
  color: #abd002;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover {
  background: #3e3e40;
}
@media (min-width: 601px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
.main-navigation #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
.main-navigation #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    background: #3e3e40;
    padding: 2.5rem 1.5rem;
    margin-top: 0;
  }
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: #3e3e40;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #fff;
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
    color: #abd002;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #abd002;
  }
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-orange > a.mega-menu-link:focus, .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-orange > a.mega-menu-link:hover {
    color: #ff831a;
  }
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-orange.mega-current-menu-item > a.mega-menu-link {
    color: #ff831a;
  }
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-green > a.mega-menu-link:focus, .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-green > a.mega-menu-link:hover {
    color: #abd002;
  }
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-green.mega-current-menu-item > a.mega-menu-link {
    color: #abd002;
  }
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-yellow > a.mega-menu-link:focus, .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-yellow > a.mega-menu-link:hover {
    color: #ffcc00;
  }
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-yellow.mega-current-menu-item > a.mega-menu-link {
    color: #ffcc00;
  }
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-blue > a.mega-menu-link:focus, .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-blue > a.mega-menu-link:hover {
    color: #1eb2ea;
  }
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-blue.mega-current-menu-item > a.mega-menu-link {
    color: #1eb2ea;
  }
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu {
  padding-left: 0;
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu {
    padding-left: 4rem;
  }
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0 1.5rem;
  margin-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0.5rem;
    margin-bottom: 0;
  }
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  text-transform: none;
  color: #fff;
  font-size: 1.6rem;
  border-bottom: 1px solid;
  font-weight: 700;
  margin-bottom: 0.5rem;
  border: none;
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
    font-size: 2.2rem;
    border: 0;
    font-weight: 900;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #fff;
  }
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.sub-menu-orange a.mega-menu-link:hover {
  color: #ff831a;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.sub-menu-pink a.mega-menu-link:hover {
  color: #ef45a4;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.sub-menu-yellow a.mega-menu-link:hover {
  color: #ffcc00;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.sub-menu-green a.mega-menu-link:hover {
  color: #abd002;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.sub-menu-violet a.mega-menu-link:hover {
  color: #9900cc;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.sub-menu-blue a.mega-menu-link:hover {
  color: #1eb2ea;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
  padding-left: 2rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
    padding-left: 0;
  }
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
  margin-bottom: 0.5rem;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item h2 {
  font-size: 2rem;
  font-weight: 800;
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
  color: #fff;
  position: relative;
  padding-left: 1rem !important;
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    padding-left: 0;
    font-weight: normal;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 700;
  }
}
.main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:before {
  content: "-";
  position: absolute;
  color: #fff;
  top: -0.4rem;
  left: 0;
}
@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:focus, .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover {
    color: #abd002;
  }
}

@media (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-orange > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-orange > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #ff831a;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-orange > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h2 {
  font-weight: 900;
  color: #fff;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-orange > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h2 {
    font-size: 2.4rem;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-orange > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h2 span {
  color: #ff831a;
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-green > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-green > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #abd002;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-green > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h2 {
  font-weight: 900;
  color: #fff;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-green > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h2 {
    font-size: 2.4rem;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-green > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h2 span {
  color: #abd002;
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-yellow > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-yellow > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #ffcc00;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-yellow > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h2 {
  font-weight: 900;
  color: #fff;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-yellow > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h2 {
    font-size: 2.4rem;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-yellow > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h2 span {
  color: #ffcc00;
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-blue > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-blue > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #1eb2ea;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-blue > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h2 {
  font-weight: 900;
  color: #fff;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-blue > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h2 {
    font-size: 2.4rem;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.menu-blue > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h2 span {
  color: #1eb2ea;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on.menu-orange > a.mega-menu-link {
  color: #ff831a;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on.menu-green > a.mega-menu-link {
  color: #abd002;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on.menu-yellow > a.mega-menu-link {
  color: #ffcc00;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on.menu-blue > a.mega-menu-link {
  color: #1eb2ea;
}

@media (min-width: 992px) {
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-blue.mega-current-menu-item > a.mega-menu-link {
    color: #1eb2ea;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: block;
}
@media (min-width: 601px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: right;
  }
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
  }
}

.mega-menu-description {
  display: none !important;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

.footer-content {
  background-color: rgba(66, 66, 67, 0.9);
  padding: 3rem 0 4rem;
}
.footer-content .login-footer {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #949599;
  font-weight: 900;
}
.footer-content .login-footer:hover {
  text-decoration: none;
  color: #abd002;
}
.footer-content .menu-footer ul li a {
  color: #fff;
}
.footer-content .menu-footer ul li a:hover {
  color: #abd002;
}
.footer-content .menu-footer--main ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 992px) {
  .footer-content .menu-footer--main ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-content .menu-footer--main ul li {
  padding: 0;
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .footer-content .menu-footer--main ul li {
    padding: 0 1.2rem;
    margin: 0;
  }
}
.footer-content .menu-footer--main ul li a {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #949599;
  font-weight: 900;
}
.footer-content .menu-footer--main ul li a:hover {
  text-decoration: none;
}
.footer-content .menu-footer--main ul ul {
  display: block;
}
.footer-content .menu-footer--main ul ul li {
  padding: 0;
  margin: 0;
}
.footer-content .menu-footer--main ul ul li a {
  color: #d0d1d3;
  font-size: 1.4rem;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
}
.footer-content .menu-footer--main ul ul li a:hover {
  text-decoration: none;
}
.footer-content .menu-footer--main ul ul li a::before {
  content: ">";
  postion: absolute;
  left: 0;
  top: 0.1rem;
  padding-right: 0.7rem;
}
.footer-content .menu-footer--right ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-content .menu-footer--right ul li {
  margin-bottom: 0.5rem;
}
.footer-content .menu-footer--right ul li:nth-child(3) {
  margin-bottom: 5rem;
}
.footer-content .menu-footer--right ul li a {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #949599;
  font-weight: 900;
}
.footer-content .menu-footer--right .credits ul li {
  margin-bottom: 0;
}
.footer-content .menu-footer--right .credits ul li a {
  color: #d0d1d3;
  font-size: 1.4rem;
  text-transform: capitalize;
  font-weight: 400;
}
.footer-content .menu-footer--right .credits ul li a:hover {
  color: #abd002;
}
.footer-content .widget-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #949599;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.padded {
  padding: 30px;
  margin-bottom: 30px;
}

.padded-vertial {
  padding: 20px 0;
}

.padded-bottom {
  margin-bottom: 20px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.get-direction {
  color: #000;
  text-decoration: underline;
  font-size: 1.8rem;
}
.get-direction:hover, .get-direction:focus {
  color: #000;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
