/*!
 Theme Name:   Cog Framework Child
 Description:  Cog Framework Child Theme
 Author:       Zoltan Kiraly
 Author URI:   http://cogdesign.com
 Template:     cog-framework
 Version:      1.0.0
 Text Domain:  cog-framework-child
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
p {
  line-height: 22px;
}
@font-face {
  font-family: 'akc';
  src: url('font/akc.eot?4514422');
  src: url('font/akc.eot?4514422#iefix') format('embedded-opentype'), url('font/akc.woff?4514422') format('woff'), url('font/akc.ttf?4514422') format('truetype'), url('font/akc.svg?4514422#akc') format('svg');
  font-weight: normal;
  font-style: normal;
}
.akc-icon {
  font-family: "akc";
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #828288;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
@font-face {
  font-family: 'akc-kadamati';
  src: url('font/kadamati/akc-kadamati.eot?or37qg');
  src: url('font/kadamati/akc-kadamati.eot?or37qg#iefix') format('embedded-opentype'), url('font/kadamati/akc-kadamati.ttf?or37qg') format('truetype'), url('font/kadamati/akc-kadamati.woff?or37qg') format('woff'), url('font/kadamati/akc-kadamati.svg?or37qg#akc-kadamati') format('svg');
  font-weight: normal;
  font-style: normal;
}
.akc-kadamati-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'akc-kadamati' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.kadamati-icon-Arrow:before {
  content: "\e900";
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.avenir_regular {
  font-family: 'montserrat';
  font-weight: 400;
}
.avenir_italic {
  font-family: 'montserrat';
  font-style: italic;
  font-weight: 400;
}
.avenir_bold {
  font-family: 'montserrat';
  font-weight: 700;
}
.avenir_bold_italic {
  font-family: 'montserrat';
  font-style: italic;
  font-weight: 700;
}
.gentium_bold {
  font-family: 'Gentium Basic', serif;
  font-weight: 700;
}
.gentium_bold_italic {
  font-family: 'Gentium Basic', serif;
  font-weight: 700;
  font-style: italic;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
a:hover {
  color: #828288;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
a.no-hover {
  color: inherit;
}
pre {
  background: #F7F7F7;
  border: 1px solid #ddd;
  padding: 15px;
}
::-webkit-input-placeholder {
  color: #828288;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #828288;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #828288;
}
:-ms-input-placeholder {
  color: #828288;
}
.clear {
  clear: both;
}
/*=======================
LESS variables
=========================*/
/*=======================
Template Colors
=========================*/
/*=======================
Margins
=========================*/
.m-t-lg {
  margin-top: 40px;
}
.m-b-lg {
  margin-bottom: 40px;
}
.m-l-lg {
  margin-left: 40px;
}
.m-r-lg {
  margin-right: 40px;
}
.m-t {
  margin-top: 30px;
}
.m-b {
  margin-bottom: 30px;
}
.m-l {
  margin-left: 30px;
}
.m-r {
  margin-right: 30px;
}
.m-t-sm {
  margin-top: 20px;
}
.m-b-sm {
  margin-bottom: 20px;
}
.m-l-sm {
  margin-left: 20px;
}
.m-r-sm {
  margin-right: 20px;
}
.m-t-xs {
  margin-top: 10px;
}
.m-b-xs {
  margin-bottom: 10px;
}
.m-l-xs {
  margin-left: 10px;
}
.m-r-xs {
  margin-right: 10px;
}
/*=======================
Basic styling
=========================*/
body {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  font-family: 'montserrat';
  font-weight: 400;
}
em {
  font-style: italic;
}
strong {
  font-family: 'montserrat';
  font-weight: 700;
}
.clear {
  clear: both;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.secondary {
  color: #8f8f8f;
}
input[type=search],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
/*=======================
Fonts
=========================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
}
p {
  margin-bottom: 10px;
}
h1 {
  font-family: 'Gentium Basic', serif;
  font-weight: 700;
  font-size: 80px;
  text-align: center;
  line-height: 80px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
h2 {
  font-family: 'Gentium Basic', serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
h3 {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
}
h4 {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}
h5 {
  font-family: 'montserrat';
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  line-height: 26px;
}
h6 {
  font-size: 18px;
}
a.link {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
a.link.find-out-more {
  margin-bottom: 6px;
}
/*=======================
Wordpress specifics
=========================*/
.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.aligncenter {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.entry-content ul {
  list-style-type: disc;
  padding-left: 20px;
}
.entry-content ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content iframe,
.entry-content video,
.entry-content embed {
  max-width: 100%;
}
.entry-content a {
  text-decoration: underline;
}
.page-content p {
  font-size: 18px;
  line-height: 30px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*=======================
Header
=========================*/
.site-branding {
  float: left;
}
/*=======================
Navigation
=========================*/
#masthead {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
}
.site-title {
  background: url('img/logo.svg');
}
.site-title svg {
  width: 300px;
  height: 26px;
}
.site-title svg path {
  fill: black;
}
body.dark .site-title svg path {
  fill: white;
}
body.dark.menu-active .site-title svg path {
  fill: black;
}
body.light .site-title svg path {
  fill: black;
}
.menu-toggle {
  position: absolute !important;
  margin-left: -49px !important;
  top: 23px !important;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.site-title {
  position: relative;
  padding: 2px 0 0;
}
.site-title a {
  position: relative;
  z-index: 90;
}
.icon-menu {
  font-size: 30px;
  margin-top: -2px;
}
.menu-toggle {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.menu-header-container {
  float: right;
  margin-top: 9px;
}
.menu-description {
  position: absolute;
  background: #f3f3f3;
  left: 0;
  right: 0;
  top: 100%;
  display: inline-block;
  font-family: 'Gentium Basic', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 54px;
  line-height: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #8f8f8f;
  display: none;
  z-index: 5;
  width: 100%;
  overflow: hidden;
}
.menu-description .text {
  padding: 33px 0 41px 0;
  overflow: hidden;
  min-height: 1px;
  position: relative;
}
.site-branding:hover .menu-description {
  visibility: visible;
  height: auto;
}
.narrow-description .menu-description .text {
  width: 67.5%;
}
.back-to-top {
  font-size: 16px;
  font-family: 'montserrat';
  font-weight: 700;
  background: #828288;
  color: #fff;
  cursor: pointer;
  position: fixed;
  padding: 8px 8px;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.back-to-top.has-height {
  display: none;
}
.back-to-top.hasScrolled.has-height {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  display: block;
}
.back-to-top i {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
#site-navigation {
  padding: 23px 0 21px 0;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
#site-navigation.notScrolled:hover {
  background: #f3f3f3;
  -webkit-transition: background-color 10ms ease;
  -moz-transition: background-color 10ms ease;
  -o-transition: background-color 10ms ease;
  transition: background-color 10ms ease;
  -webkit-transition-delay: 10ms;
  -moz-transition-delay: 10ms;
  -o-transition-delay: 10ms;
  transition-delay: 10ms;
}
#site-navigation.hasScrolled .menu-description {
  height: 0;
}
#site-navigation.hasScrolled .menu-description.toggled {
  background: #f3f3f3;
}
#site-navigation.hasScrolled.toggled .site-branding:hover .menu-description {
  height: auto;
}
#site-navigation:hover .site-title a {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
#site-navigation:hover .menu-header-container {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
#site-navigation.toggled {
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #f3f3f3;
}
#site-navigation.toggled .site-title a,
#site-navigation.toggled .menu-header-container {
  opacity: 1 !important;
  visibility: visible !important;
}
#site-navigation.toggled .menu-description {
  visibility: visible;
  height: auto;
}
#site-navigation.toggled ul li a {
  color: #828288;
}
#site-navigation.toggled ul li a:hover {
  color: #000;
}
#site-navigation ul li {
  float: left;
  padding-left: 25px;
  font-size: 16px;
}
#site-navigation ul li:hover {
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}
#site-navigation ul li:hover .menu-description {
  visibility: visible;
}
#site-navigation ul li.current-menu-item a,
#site-navigation ul li.current-page-ancestor a {
  color: #000;
  border-bottom: 1px solid #000;
}
body.dark #site-navigation ul li.current-menu-item a,
body.dark #site-navigation ul li.current-page-ancestor a {
  border-color: white;
}
body.dark.menu-active #site-navigation ul li.current-menu-item a,
body.dark.menu-active #site-navigation ul li.current-page-ancestor a,
body.light #site-navigation ul li.current-menu-item a,
body.light #site-navigation ul li.current-page-ancestor a {
  border-color: black;
}
#site-navigation ul li a {
  color: black;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
body.dark #site-navigation ul li a {
  color: white;
}
body.dark.menu-active #site-navigation ul li a {
  color: black;
}
body.light #site-navigation ul li a {
  color: black;
}
#site-navigation ul li:first-child {
  margin-left: 0;
}
#site-navigation ul li:hover .sub-menu {
  display: block;
}
#site-navigation ul li .sub-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  text-align: left;
  background: #ddd;
  padding: 10px;
}
#site-navigation ul li .sub-menu li {
  margin-left: 0;
}
.post-type-archive-event #site-navigation .whats-on-menu-item a,
.post-type-archive-production #site-navigation .productions-menu-item a {
  color: black;
  border-bottom: 1px solid black;
}
#content {
  padding-top: 115px;
}
/*=====================================
Homepage
=======================================*/
.content-section .date {
  font-family: 'montserrat';
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  padding-right: 0;
}
.next-section {
  text-align: center;
}
.next-section i {
  width: 36px;
  font-size: 13px;
  color: #8f8f8f;
  margin-top: 40px;
  cursor: pointer;
}
/*=====================================
Slick styling
=======================================*/
.slick-slider i {
  z-index: 99;
  position: absolute;
  top: 50%;
  font-size: 72px;
  margin-top: -36px;
  cursor: pointer;
}
.slick-slider i.icon-right {
  right: 0;
}
.slick-slider i.icon-left {
  left: 0;
}
body.dark .slick-slider i {
  color: white;
}
body.light .slick-slider i {
  color: black;
}
.slick-slider .slick-disabled,
.arrows-container .slick-disabled,
.slick-slider .slick-disabled:hover,
.arrows-container .slick-disabled:hover {
  color: #c1c1c4 !important;
  cursor: default;
}
.video-slide iframe {
  z-index: -1;
}
.video-container video {
  position: absolute;
  object-fit: cover;
  object-position: left;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video-container h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  max-width: 700px;
}
.hero {
  height: 730px;
  width: 100%;
  position: relative;
  display: block;
}
.single-detail .hero.hero-video .bg, .single-production .hero.hero-video .bg, .single-article .hero.hero-video .bg{
	display: block;
	position: absolute;
	inset: 0;
}
.single-detail .hero.hero-video video, .single-production .hero.hero-video video, .single-article .hero.hero-video video{
  z-index: 1;
}
.single-detail h2,  .single-production h2, .single-article h2 {
  z-index: 3;
}
.hero-video {
  overflow: hidden;
}
.carousel-base-styling {
  margin: 30px 0 90px 0;
}
.carousel-base-styling.all-events-listing {
  margin-bottom: 0;
}
.carousel-base-styling .slick-slide {
  outline: 0;
}
.carousel-base-styling h2 {
  font-family: 'montserrat';
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  margin-bottom: 7px;
  font-weight: 700;
  -webkit-text-size-adjust: none;
}
.carousel-base-styling img {
  margin-bottom: 20px;
}
.carousel-base-styling span {
  display: block;
  margin-bottom: 5px;
}
.carousel-base-styling i.icon-right {
  right: -136px;
}
.carousel-base-styling i.icon-left {
  left: -136px;
}
.carousel-base-styling a {
  -webkit-text-size-adjust: none;
}
.base-h2 h2 {
  font-size: 60px;
  line-height: 60px;
  font-family: 'Gentium Basic', serif;
  font-weight: 700;
}
.base-h2 {
  font-size: 20px;
  line-height: 24px;
}
.carousel-base-styling .text,
.padded-text {
  padding-right: 20px;
}
.text p.date {
  margin-bottom: 6px;
  line-height: 22px;
  font-size: 18px;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 0px;
}
.grey-bg {
  background: #e6e6e7;
}
.primary-bg {
  background: #828288;
}
.secondary-bg {
  background: #8f8f8f;
}
.ternary-bg {
  background: #f3f3f3;
}
.white-color {
  color: #fff;
}
.primary-color {
  color: #828288;
}
.secondary-color {
  color: #8f8f8f;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
}
.content-section {
  margin: 36px 0 70px 0;
  display: inline-block;
  width: 100%;
}
.content-section.newsletter {
  margin-bottom: 90px;
}
.content-section.m-t-lg {
  margin-top: 90px;
}
.content-section.carousel-section {
  margin-top: 13px;
  margin-bottom: 0;
}
.content-section.carousel-section.video {
  background-color: #E6E6E7;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 45px;
  margin-bottom: 10px;
}
.content-section.carousel-section.video .series-description {
  margin-bottom: 20px;
}
.content-section.carousel-section.video a.open-popup-link {
  aspect-ratio: 16/9;
}
.content-section.carousel-section.video a.open-popup-link img {
  height: 100%;
  object-fit: cover;
}
.content-section.carousel-section .slick-slider h4 {
  font-size: 16px;
}
@media (min-width: 480px) {
  body.dark .content-section.carousel-section .slick-slider i {
    color: #828288;
  }
}
.content-section p {
  padding-right: 30px;
}
.content-style a {
  text-decoration: underline;
}
.single-article {
  margin-bottom: 90px;
}
.credit-section {
  float: left;
  width: 100%;
  background: #e6e6e7;
  padding: 12px 0;
  font-size: 12px;
}
.social-content {
  max-width: 80%;
  margin: 0 auto;
}
#tweets li {
  width: 100%;
}
.social-feed {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.social-feed a:hover i {
  color: #828288;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-feed i {
  color: #fff;
  font-size: 47px;
  margin: 25px 0 22px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-feed li {
  background: #8f8f8f;
  display: inline-block;
  vertical-align: top;
  width: 33.33333333%;
  text-align: center;
  min-height: 320px;
  box-sizing: border-box;
  position: relative;
}
.social-feed li.instagram,
.social-feed li.facebook {
  background-position: center center;
  background-size: 150%;
  background-repeat: no-repeat;
  background-size: cover;
}
.social-feed li.twitter .overlay {
  background-image: url('https://pbs.twimg.com/media/CcDjo5nW8AE3dy5.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.social-feed li a {
  font-family: 'montserrat';
  font-weight: 700;
}
.social-feed li a:hover {
  color: inherit;
}
.social-feed li .instagram-link {
  font-family: 'montserrat';
  font-weight: 400;
}
.social-feed li li {
  position: static;
  min-height: 0;
  background: transparent;
}
.social-feed .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.image-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #f3f3f3;
  height: 500px;
  width: 100%;
  text-align: center;
}
.image-section h4 {
  margin-top: 22px;
}
.quote {
  font-size: 36px;
  line-height: 42px;
  color: #f3f3f3;
  font-family: 'Gentium Basic', serif;
  font-weight: 700;
  font-style: italic;
}
.stars {
  font-size: 60px;
  color: #f3f3f3;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  font-family: 'Gentium Basic', serif;
  font-weight: 700;
  font-style: italic;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .table-centered {
  display: table-cell;
  vertical-align: middle;
}
.section-title {
  color: #828288;
  border-bottom: 1px solid #828288;
  margin: 0 0 26px 0;
  padding-bottom: 3px;
}
.article-title {
  margin: 40px 0;
}
article h4 {
  margin-bottom: 9px;
}
.embed-container {
  margin: 0 0 50px 0;
}
.embed-container h4 {
  margin-top: 10px;
}
/*=======================
Footer
=========================*/
.btn {
  background: #828288;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'montserrat';
  font-weight: 700;
}
.btn:hover {
  text-decoration: none;
  color: #fff;
}
.site-footer {
  background: #e6e6e7;
  padding: 26px 0 50px 0;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: -3px;
}
.site-footer p {
  margin-bottom: 11px;
}
.site-footer .btn {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cog-credit {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  align-items: center;
  height: 30px;
  cursor: pointer;
  padding-left: 0 !important;
  width: 0;
  margin: 20px 0 0 0;
}
.cog-credit a {
  flex: 1 0 auto;
  align-self: center;
  width: 0;
  margin-left: 10px;
  overflow: hidden;
  transition: width 0.8s ease;
  white-space: nowrap;
  font-size: 12px;
}
.cog-credit .cog svg {
  width: 30px;
  height: 30px;
  transition: all 0.8s ease;
}
.cog-credit a svg {
  width: 125px;
  border-bottom: 1px solid #000000;
}
.active {
  flex-direction: row;
  padding-right: 0px;
}
.active .cog svg {
  transform: rotate(-360deg);
  margin-right: 10px;
}
.active a {
  width: 125px;
  margin-left: 0;
  margin-right: 10px;
}
@media (min-width: 1440px) {
  .cog-credit {
    margin: 20px 0 0 auto;
    flex-direction: row-reverse;
  }
  .active {
    flex-direction: row-reverse;
  }
  .active a {
    margin-right: 10px;
    margin-left: 0;
  }
}
.menu-footer-menu-container {
  margin-bottom: 11px;
  display: block;
}
.ace a {
  margin: 2px 4px 0 8px;
  display: block;
}
.ace a:hover {
  text-decoration: none;
}
.copyright p {
  margin-bottom: 0;
  padding-right: 80px;
}
.icon-arts {
  font-size: 62px;
  width: 300px;
  margin: 0;
  height: 81px;
  color: #000;
  text-align: left;
}
.social {
  overflow: hidden;
  margin-top: 20px;
}
.social li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.social a:hover {
  text-decoration: none;
}
.social a:hover i {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #828288;
}
.social i {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  margin: 0;
  font-size: 30px;
  color: #000;
  text-align: left;
  width: auto;
}
#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #828288;
  font-size: 20px;
  color: #828288;
  line-height: 24px;
  padding: 25px 4px 5px 0px;
  margin-bottom: 8px;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'montserrat';
  font-weight: 400;
}
#mc_embed_signup input[type="email"] {
  margin-bottom: 0;
}
#mc_embed_signup .button {
  cursor: pointer;
  background: #828288;
  font-size: 20px;
  color: #fff;
  font-family: 'montserrat';
  font-weight: 700;
  border: 0;
  width: 100%;
  margin-top: 21px;
  padding: 8px 0;
  font-size: 16px;
  max-width: 140px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mc_embed_signup .mc-field-group.content__gdprBlock h4 {
  margin: 30px 0 10px;
  color: #828288;
}
#mc_embed_signup .mc-field-group.content__gdprBlock label.checkbox {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}
#mc_embed_signup .mc-field-group.content__gdprBlock input[type=checkbox] {
  margin: 0 10px 0 0;
}
#mc_embed_signup .mc-field-group.content__gdprBlock p {
  margin: 1em 0;
}
#mc_embed_signup .mc-field-group.content__gdprBlock a {
  text-decoration: underline;
}
#loading {
  display: block;
  margin: 0 auto;
  width: 32px;
}
#loading #infscr-loading {
  margin: 30px 0;
  background: url('img/loader.gif') no-repeat center 0;
  width: 32px;
  height: 32px;
  background-size: contain;
  border: 0;
  color: #fff;
}
#loading #infscr-loading img,
#loading #infscr-loading div {
  display: none;
}
/*=====================================
Slideshow component
=======================================*/
.slick-dots {
  display: none !important;
}
.slideshow {
  float: left;
  width: 100%;
  height: 730px;
  position: relative;
  top: 0;
  overflow: hidden;
}
.slideshow .item {
  height: 730px;
}
.slideshow .item:first-child {
  display: block;
}
.slideshow .item .loader-bg {
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.slideshow .item .video-slide .bg {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slideshow.slick-initialized .item {
  height: 730px;
  display: block;
}
.slideshow.slick-initialized .video-slide .bg {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: -1;
  position: relative;
}
.slideshow.slick-initialized .video-slide .loader-bg {
  z-index: -1;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}
.slideshow .item {
  position: relative;
  height: 730px;
}
.slideshow .item .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: #f3f3f3;
  text-align: center;
  min-height: 730px;
  z-index: 99;
}
.slideshow .item ul li {
  display: inline-block;
  margin: 0 30px;
}
.slideshow h1 {
  font-family: 'Gentium Basic', serif;
  font-weight: 700;
  font-size: 80px;
  color: #f3f3f3;
  text-align: center;
  line-height: 80px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 26px 30px;
}
.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 730px;
  width: 100%;
}
.slideshow h2,
.production h2 {
  font-family: 'Gentium Basic', serif;
  font-weight: 700;
  font-size: 60px;
  color: #f3f3f3;
  text-align: center;
  line-height: 60px;
  letter-spacing: 0.12em;
  margin: 20px 0;
  text-transform: uppercase;
}
body.dark .slideshow {
  color: white;
}
body.dark .slideshow h1,
body.dark .slideshow h2,
body.dark .slideshow a {
  color: white;
}
body.light .slideshow {
  color: black;
}
body.light .slideshow h1,
body.light .slideshow h2,
body.light .slideshow a {
  color: black;
}
.slideshow-intro,
.production p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.link-large {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 20px;
  color: #f3f3f3;
  text-align: center;
  line-height: 24px;
}
.link-large.no-excerpt {
  margin-top: 10px;
  display: block;
}
.link-large:hover {
  color: #828288;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.color-black {
  color: #000;
}
.type-body {
  font-family: 'montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.type-1 {
  font-family: 'Gentium Basic', serif;
  font-weight: 700;
  font-size: 100px;
  text-align: center;
  line-height: 100px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.type-2 {
  font-family: 'Gentium Basic', serif;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.type-3 {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
}
.type-4 {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  line-height: 26px;
}
.type-5 {
  font-family: 'montserrat';
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  line-height: 26px;
}
.type-6 {
  font-family: 'Gentium Basic', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 60px;
  text-align: center;
  line-height: 65px;
}
.type-7 {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.type-8 {
  font-family: 'montserrat';
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
}
.type-9 {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 19px;
}
.type-10 {
  font-family: 'Gentium Basic', serif;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
/*=====================================
What's on
=======================================*/
#map {
  width: 100%;
  height: 730px;
}
.infoBox {
  padding: 0 15px 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #bcbdbb;
  max-height: 380px;
  overflow: auto;
}
.infoBox img {
  width: 18px;
  height: 18px;
  float: right;
}
.infoBox .date {
  font-family: 'montserrat';
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  text-align: left;
  margin: -3px 0 4px 0;
}
.infoBox .type-body {
  margin: 5px 0 3px 0;
}
.infoBox .type-9 {
  margin-top: 8px;
  display: block;
}
.map-event-tooltip {
  float: left;
  margin: 15px 0 0 0;
}
.map-event-tooltip img {
  width: 117px;
  height: auto;
  float: left;
  margin-right: 10px;
}
.tooltip-event-content {
  width: 215px;
  float: left;
}
#past-events {
  margin-left: -5px;
}
/*=====================================
Archive pages
=======================================*/
#search {
  margin: 25px 0 30px 0;
}
.filters {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .filters {
    align-items: flex-start;
    flex-direction: column;
  }
}
.filters li {
  font-size: 20px;
  display: inline-block;
  text-align: left;
}
@media (max-width: 768px) {
  .filters li {
    margin-left: 0 !important;
  }
}
.filters li.type-5 {
  margin: 0 7px;
}
.filters li.type-4 {
  margin: 0 5px 0 20px;
}
.filters li.active a,
.filters li label.active {
  color: #8f8f8f;
}
.filters li:first-child {
  margin-left: 0;
}
.filters label {
  cursor: pointer;
}
.filters input {
  width: 0;
  height: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.filters .push-right {
  margin-left: auto !important;
}
@media (max-width: 768px) {
  .filters .push-right {
    margin-left: 0 !important;
  }
}
.post-type-archive-explore .filters .type-4,
.tax-resource_type .filters .type-4,
.post-type-archive-explore .filters .type-5,
.tax-resource_type .filters .type-5 {
  margin: 0 10px;
}
.selectability-offscreen {
  position: absolute;
  left: -999em;
}
.selectability {
  display: inline-block;
  max-width: 300px;
  cursor: pointer;
}
.selectability [role*=textbox] {
  padding: 5px 10px 0px 10px;
}
@media (max-width: 768px) {
  .selectability [role*=textbox] {
    padding: 10px 0px 15px 0px;
  }
}
.selectability [role*=textbox]::after {
  font-family: 'akc';
  content: " \e807 ";
  font-size: 9px;
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 15px;
}
.selectability[aria-expanded="true"] [role*=textbox]::after {
  content: " \e80a ";
}
.selectability[aria-expanded=true] [role*=listbox] {
  text-align: left;
  padding: 0 10px 10px 10px;
  background-color: white;
  position: absolute;
  z-index: 99;
}
.selectability [role=option] {
  color: #000;
  cursor: pointer;
  font-size: 18px;
  line-height: 32px;
  outline-style: 13px;
}
.selectability [role=option][aria-disabled=false]:hover,
.selectability [role=option][aria-disabled=false]:focus {
  color: #8f8f8f;
  outline: 0;
}
.selectability [aria-disabled=true] {
  color: #999;
}
.archived-productions .image-section {
  height: 400px;
}
.archived-productions p,
.archived-productions .link-large {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  height: 0;
}
.archived-productions li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.archived-productions li .overlay {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.archived-productions li:hover p,
.archived-productions li:hover .link-large {
  height: auto;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.archived-productions li:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.archived-productions li .container {
  width: 100%;
}
.archived-productions h2 {
  font-family: 'Gentium Basic', serif;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0;
  line-height: 48px;
}
.archived-productions p {
  font-family: 'montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.loop-event h2 {
  text-transform: none;
}
.loop-event img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.no-text-transform {
  text-transform: none;
}
/*=====================================
Single production
=======================================*/
.single-carousel {
  padding: 25px 0 40px 0;
  margin: 70px 0 40px 0;
  border: 1px solid #8f8f8f;
  border-left: 0;
  border-right: 0;
}
.single-carousel h2 {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.single-carousel span {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 19px;
}
.single-carousel .date {
  font-family: 'montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.credits-block {
  margin-bottom: 70px;
}
#video-container,
.video-slideshow-container {
  position: relative;
  margin-bottom: 10px;
}
#video-container i,
.video-slideshow-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  color: #fff;
  font-size: 200px;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#video-container .play,
.video-slideshow-container .play {
  cursor: pointer;
}
.video-slideshow {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.video-slideshow.slick-slider.slick-initialized {
  max-height: 100vh;
  opacity: 1;
}
.video-slideshow i.slick-arrow {
  color: #c1c1c4;
}
body.dark .video-slideshow i.slick-arrow {
  color: #c1c1c4;
}
.see-all {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 90px;
  display: block;
}
.carousel-style-2 {
  margin: 7px 0 35px 0;
}
.carousel-style-2 img {
  margin-bottom: 10px;
}
.carousel-style-2 .name {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 19px;
}
.carousel-offset {
  margin-bottom: 0;
}
.carousel-offset i.icon-left {
  left: 0;
}
.carousel-offset i.icon-right {
  right: 0;
}
.carousel-offset .slick-slide img {
  width: 100%;
}
.carousel-style-4 {
  margin: 7px 0 60px 0;
}
.carousel-style-4 img {
  margin-bottom: 10px;
}
.carousel-style-4 i {
  color: #dadadb;
}
.carousel-style-4 .slick-disabled {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.carousel-style-4 a:hover {
  color: #f3f3f3;
}
.arrows-container {
  margin-left: -10px;
}
.arrows-container i {
  font-size: 25px;
  cursor: pointer;
}
.no-mb {
  margin-bottom: 0 !important;
}
.no-mt {
  margin-top: 0 !important;
}
/*=====================================
About
=======================================*/
.child-menu {
  text-align: center;
  margin-bottom: 60px;
}
.child-menu li {
  margin: 0 15px;
  font-family: 'montserrat';
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
}
.child-menu li a:hover,
.child-menu li.current_page_item a {
  color: #828288;
}
.child-menu .go-to {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  line-height: 26px;
  text-align: left;
}
.page-template-template-biographies-php .child-menu li.page-item-16 a {
  color: #828288;
}
.page-template-template-biographies-php .grid-list a {
  display: block;
}
.page-template-template-biographies-php .grid-list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.text-section {
  margin: 90px 0;
}
/*=====================================
Explore
=======================================*/
.explore-posts {
  margin: 30px 0;
}
.explore-posts h3,
.explore-posts div,
.explore-posts a {
  margin-bottom: 7px;
}
.post-explore .type-9 {
  margin: 3px 0 5px 0;
}
.post-explore .date {
  margin-bottom: 6px;
}
#ajax-list.carousel-base-styling {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#ajax-list.full-width {
  width: 100% !important;
  margin: 0 !important;
}
.wp-pagenavi {
  display: none;
}
/*=====================================
CSS Components
=======================================*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.image-source-link {
  color: #98C3D1;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #828288;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 58px;
  height: 56px;
  line-height: 44px;
  position: absolute;
  right: 88px;
  top: 30px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  font-style: normal;
  font-size: 54px;
  font-weight: 400;
}
.mfp-close:before {
  font-family: 'akc';
  content: '\e80b';
  width: 57px;
  height: 50px;
  float: right;
  color: #828288;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 29px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  text-align: right;
}
.mfp-counter {
  display: none;
}
.mfp-arrow {
  position: absolute;
  margin: 0;
  bottom: 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  font-family: 'akc';
  font-size: 54px;
  color: #828288;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  content: '\e80c';
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  content: '\e808';
  margin-left: 39px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0 90px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 80px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  background: #000;
  z-index: -1;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0 0 -40px 0;
}
.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  background: #fff;
  margin-top: -90px;
  bottom: 0;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
  width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*=======================
Grid system
=========================*/
.col-centered {
  float: none !important;
  margin: 0 auto!important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.visible {
  display: block;
}
.visible-md,
.visible-sm,
.visible-xs {
  display: none;
}
.hidden {
  display: none;
}
.hidden-md {
  display: block;
}
.hidden-sm {
  display: block;
}
.hidden-xs {
  display: block;
}
.mixin-col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.mixin-span_first {
  margin-left: 0;
}
/* 1. 12 Column Grid 0px - Infinity
-----------------------------------------------------------------------------

Column 1:    6.5%
Column 2:    15.0%
Column 3:    23.5%
Column 4:    32.0%
Column 5:    40.5%
Column 6:    49.0%
Column 7:    57.5%
Column 8:    66.0%
Column 9:    74.5%
Column 10:    83.0%
Column 11:    91.5%
Column 12:    100%

----------------------------------------------------------------------------- */
/* --- Gridpak variables ---*/
.row .col-1,
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5,
.row .col-6,
.row .col-7,
.row .col-8,
.row .col-9,
.row .col-10,
.row .col-11 {
  margin-left: 2%;
}
.row .col-1:first-child,
.row .col-2:first-child,
.row .col-3:first-child,
.row .col-4:first-child,
.row .col-5:first-child,
.row .col-6:first-child,
.row .col-7:first-child,
.row .col-8:first-child,
.row .col-9:first-child,
.row .col-10:first-child,
.row .col-11:first-child {
  margin-left: 0;
}
.col-1 {
  width: 6.5%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-2 {
  width: 15%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-3 {
  width: 23.5%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-4 {
  width: 32%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-5 {
  width: 40.5%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-6 {
  width: 49%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-7 {
  width: 57.5%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-8 {
  width: 66%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-9 {
  width: 74.5%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-10 {
  width: 83%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-11 {
  width: 91.5%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-12 {
  margin-left: 0;
  width: 100%;
}
.row {
  float: left;
  width: 100%;
}
/*=======================
List elements
=========================*/
.grid-list img {
  height: auto;
  margin-bottom: 14px;
  display: block;
}
.grid-list a {
  display: block;
}
.grid-list li {
  display: inline-block;
  vertical-align: top;
  float: none !important;
  margin-bottom: 4%;
  margin-left: 0;
}
.grid-list.list-3 li {
  width: 33.33333333%;
  margin-left: 0;
}
.grid-list.list-4 li {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  width: 23.5%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
  width: 25%;
  margin-left: 0;
}
@media all and (max-width: 980px) {
  .visible-md {
    display: block;
  }
  .visible,
  .visible-sm,
  .visible-xs {
    display: none;
  }
  .hidden {
    display: none;
  }
  .hidden-md {
    display: none;
  }
  .hidden-sm {
    display: block;
  }
  .hidden-xs {
    display: block;
  }
  .row .col-12-md {
    margin-left: 0;
  }
  .col-1-md {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 6.5%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-2-md {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 15%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-3-md {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 23.5%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-4-md {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 32%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-5-md {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 40.5%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-6-md {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 49%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-7-md {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 57.5%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-8-md {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 66%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-9-md {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 74.5%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-10-md {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 83%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-11-md {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 91.5%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-12-md {
    margin-left: 0;
    width: 100%;
  }
  .grid-list.list-4 li {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 32%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
    width: 25%;
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .visible-sm {
    display: block;
  }
  .visible,
  .visible-md,
  .visible-xs {
    display: none;
  }
  .hidden {
    display: none;
  }
  .hidden-md {
    display: none;
  }
  .hidden-sm {
    display: none;
  }
  .hidden-xs {
    display: block;
  }
  .row .col-12-sm {
    margin-left: 0;
  }
  .col-1-sm {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 6.5%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-2-sm {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 15%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-3-sm {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 23.5%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-4-sm {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 32%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-5-sm {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 40.5%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-6-sm {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 49%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-7-sm {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 57.5%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-8-sm {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 66%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-9-sm {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 74.5%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-10-sm {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 83%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-11-sm {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 91.5%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
  }
  .col-12-sm {
    margin-left: 0;
    width: 100%;
  }
  .grid-list.list-3 li,
  .grid-list.list-4 li {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 49%;
    border-left-width: 0;
    padding: 0%;
    margin-left: 2%;
    margin-left: 0;
  }
  .visible-sm.visible-xs {
    display: block !important;
  }
}
@media all and (max-width: 480px) {
  .visible-xs {
    display: block;
  }
  .visible,
  .visible-md,
  .visible-sm {
    display: none;
  }
  .hidden {
    display: none;
  }
  .hidden-md {
    display: none;
  }
  .hidden-sm {
    display: none;
  }
  .hidden-xs {
    display: none;
  }
  .col-1,
  .col-1-md,
  .col-1-sm,
  .col-2,
  .col-2-md,
  .col-2-sm,
  .col-3,
  .col-3-md,
  .col-3-sm,
  .col-4,
  .col-4-md,
  .col-4-sm,
  .col-5,
  .col-5-md,
  .col-5-sm,
  .col-6,
  .col-6-md,
  .col-6-sm,
  .col-7,
  .col-7-md,
  .col-7-sm,
  .col-8,
  .col-8-md,
  .col-8-sm,
  .col-9,
  .col-9-md,
  .col-9-sm,
  .col-10,
  .col-10-md,
  .col-10-sm,
  .col-11,
  .col-11-md,
  .col-11-sm,
  .col-12 {
    width: 100%;
    margin-left: 0 !important;
  }
  .grid-list li {
    margin-bottom: 8%;
  }
  .grid-list.list-3 li,
  .grid-list.list-4 li {
    width: 100%;
    margin-left: 0 !important;
    margin-left: 0;
  }
  .visible-sm.visible-xs {
    display: block !important;
  }
}
.search-form {
  display: block;
}
.search-form input {
  border: 1px solid #000;
  padding: 4px 10px;
  float: left;
  box-sizing: border-box;
}
.search-submit {
  background: #000000;
  color: #fff;
}
.wp-pagenavi {
  float: right;
}
.wp-pagenavi span,
.wp-pagenavi a {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
  color: #000;
}
.wp-pagenavi span.current {
  color: #999999;
  cursor: default;
  background-color: #f5f5f5;
}
.wp-pagenavi a:hover {
  color: #e93d29;
  background-color: #f5f5f5;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid #ededed;
  width: 100%;
  float: left;
  box-sizing: border-box;
  font-size: 18px;
  padding: 15px 10px;
  margin-bottom: 15px;
}
.contact-form input[type="submit"] {
  background: #e2e6e8;
  color: #000;
  width: auto;
  min-width: 110px;
  float: right;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* -----------------------------------------------------------------------------

  HAMBURGER ICONS COMPONENT

----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 13px;
  left: 0px;
  right: 0px;
  height: 4px;
  background: #828288;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #828288;
  content: "";
}
.c-hamburger span::before {
  top: -9px;
}
.c-hamburger span::after {
  bottom: -9px;
}
/**
 * Style 1
 *
 * Rotating hamburger icon (rot), that simply rotates 90 degrees when activated.
 * Nothing too fancy, simple transition.
 */
.c-hamburger--rot span {
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}
/* active state, i.e. menu open */
.c-hamburger--rot.is-active span {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx span {
  transition: background 0s 0.3s;
  -webkit-transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
}
/**
 * Style 3
 *
 * Hamburger to left-arrow (htla). Hamburger menu transforms to a left-pointing
 * arrow. Usually indicates an off canvas menu sliding in from left that
 * will be close on re-click of the icon.
 */
.c-hamburger--htla span {
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}
.c-hamburger--htla span::before {
  transform-origin: top right;
  -webkit-transform-origin: top right;
  transition: transform 0.3s, width 0.3s, top 0.3s;
  -webkit-transition: transform 0.3s, width 0.3s, top 0.3s;
}
.c-hamburger--htla span::after {
  transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
  -webkit-transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
/* active state, i.e. menu open */
.c-hamburger--htla.is-active span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.c-hamburger--htla.is-active span::before,
.c-hamburger--htla.is-active span::after {
  width: 50%;
}
.c-hamburger--htla.is-active span::before {
  top: 0;
  transform: translateX(calc(30px/2 - 0px + 4px)) translateY(calc(4px/2)) rotate(45deg);
  -webkit-transform: translateX(calc(30px/2 - 0px + 4px)) translateY(4px/2) rotate(45deg);
}
.c-hamburger--htla.is-active span::after {
  bottom: 0;
  transform: translateX(calc(30px/2 - 0px + 4px)) translateY(-4px/2) rotate(-45deg);
  -webkit-transform: translateX(calc(30px/2 - 0px + 4px)) translateY(-4px/2) rotate(-45deg);
}
/**
 * Style 4
 *
 * Hamburger to right-arrow (htra). Hamburger menu transforms to a
 * right-pointing arrow. Usually indicates an off canvas menu sliding in from
 * right that will be close on re-click of the icon.
 */
.c-hamburger--htra span {
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}
.c-hamburger--htra span::before {
  transform-origin: top left;
  -webkit-transform-origin: top left;
  transition: transform 0.3s, width 0.3s, top 0.3s;
  -webkit-transition: transform 0.3s, width 0.3s, top 0.3s;
}
.c-hamburger--htra span::after {
  transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
/* active state, i.e. menu open */
.c-hamburger--htra.is-active span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
  width: 50%;
}
.c-hamburger--htra.is-active span::before {
  top: 0;
  transform: translateX(-4px) translateY(4px/2) rotate(-45deg);
  -webkit-transform: translateX(-4px) translateY(4px/2) rotate(-45deg);
}
.c-hamburger--htra.is-active span::after {
  bottom: 0;
  transform: translateX(-4px) translateY(-4px/2) rotate(45deg);
  -webkit-transform: translateX(-4px) translateY(-4px/2) rotate(45deg);
}
.grid-list.carousel-init {
  margin-bottom: 40px;
}
.grid-list.carousel-init li {
  float: left !important;
  margin-bottom: 0;
}
.hero.hero-video .bg {
  display: none;
}
.mfp-title {
  font-size: 22px;
  line-height: 24px;
  color: #000;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: 'montserrat';
  font-style: italic;
  font-weight: 700;
}
.mfp-title .title {
  margin-bottom: 10px;
}
.mfp-content figcaption {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.post-type-archive-event #content {
  padding-top: 40px;
}
.mfp-wrap .mfp-close {
  display: none;
}
.mfp-wrap .mfp-container .mfp-close {
  display: block;
  cursor: pointer;
}
.page-id-136 .child-menu,
.page-id-138 .child-menu,
.page-id-140 .child-menu,
.page-id-142 .child-menu {
  display: none;
}
/*=======================
Responsiveness
=========================*/
/*=======================
	Desktop
	=========================*/
@media (max-width: 1245px) {
  .carousel-base-styling i.icon-right {
    right: -90px;
  }
  .carousel-base-styling i.icon-left {
    left: -90px;
  }
}
/*=======================
	Desktop small
	=========================*/
@media (max-width: 1120px) {
  .carousel-base-styling i.icon-right {
    right: -23px;
  }
  .carousel-base-styling i.icon-left {
    left: -23px;
  }
  .carousel-base-styling.carousel,
  .carousel-base-styling.carousel-style-4 {
    overflow: hidden;
  }
  .carousel-base-styling.single-carousel {
    padding: 25px 45px 40px 45px;
  }
  .social-feed li {
    min-height: 330px;
  }
  .menu-toggle {
    margin-left: -24px !important;
  }
  .carousel-init {
    padding: 0 45px;
  }
}
/*=======================
	Tablet landscape
	=========================*/
@media (max-width: 1030px) {
  .social-feed li.instagram {
    background-size: 180%;
  }
  .social-feed li.twitter {
    background-size: 240%;
  }
  #map {
    height: 530px;
  }
  .container {
    width: 96%;
    margin: 0 2%;
  }
  #ajax-list.carousel-base-styling {
    width: 96%;
    margin: 0 2%;
  }
  .carousel.carousel-base-styling {
    margin-bottom: 20px;
  }
  .carousel.carousel-base-styling i.icon-right {
    right: -2%;
  }
  .carousel.carousel-base-styling i.icon-left {
    left: -2%;
  }
  .carousel-base-styling i.icon-right {
    right: -37px;
  }
  .carousel-base-styling i.icon-left {
    left: -37px;
  }
  .carousel-style-2-init.carousel-base-styling i.icon-left,
  .carousel-base-styling.carousel-style-4 i.icon-left {
    left: -23px;
  }
  .carousel-base-styling.carousel-style-2-init i.icon-right,
  .carousel-base-styling.carousel-style-4 i.icon-right {
    right: -23px;
  }
  .single-carousel {
    padding: 25px 50px 40px 70px;
  }
  .icon-arts {
    font-size: 49px;
  }
  .menu-toggle {
    display: block;
    margin-left: 0px !important;
    zoom: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }
  #site-navigation ul {
    display: none;
    float: left;
    width: 100%;
  }
  #site-navigation ul li {
    padding-left: 0;
    font-size: 20px;
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
    float: none;
  }
  #site-navigation ul li a {
    color: #000;
  }
  #site-navigation.toggled .menu {
    display: block;
  }
  #site-navigation.toggled .menu li a {
    color: #000;
  }
  .menu-header-container {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .site-branding {
    margin-left: 45px;
  }
  .image-section {
    height: 380px;
  }
  .content-section {
    margin: 40px 0 27px 0;
  }
  .image-section h4 {
    margin-top: 15px;
  }
  .back-to-top {
    right: 2%;
  }
  .menu-description {
    display: none !important;
  }
  .slideshow .video-container,
  .hero .video-container {
    display: none;
  }
  .slideshow .video-slide .bg,
  .hero.hero-video .bg {
    display: block;
  }
  .slideshow .video-slide .bg {
    background-size: cover !important;
    background-position: center center !important;
  }
  #ajax-list .carousel-base-styling {
    padding: 0 20px 0 40px;
  }
  .slideshow .slick-slide {
    height: 600px;
  }
  .slideshow .slick-slide .text {
    min-height: 600px;
  }
  .slideshow.slick-initialized .video-slide .bg {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .slideshow,
  .slideshow.slick-initialized .item,
  .hero,
  .bg {
    height: 600px;
  }
  .mfp-close {
    font-size: 42px;
    height: 41px;
    line-height: 37px;
    width: 44px;
    right: 60px;
  }
  .mfp-title {
    padding-left: 50px;
  }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    margin-left: 0;
  }
  button.mfp-arrow {
    width: 30px;
    margin-right: 15px;
  }
}
/*=======================
	Tablet portrait
	=========================*/
@media (max-width: 768px) {
  .carousel.carousel-base-styling i.icon-right {
    right: -4%;
  }
  .carousel.carousel-base-styling i.icon-left {
    left: -4%;
  }
  .social-feed li.twitter {
    background-size: 440%;
  }
  .social-feed li.instagram {
    background-size: 400%;
  }
  .social-feed li.facebook {
    background-size: 300%;
  }
  .article-title {
    font-size: 60px;
    line-height: 60px;
  }
  .filters {
    text-align: left;
  }
  .type-4 {
    font-size: 20px;
    line-height: 22px;
  }
  .type-5 {
    font-size: 20px;
    line-height: 22px;
  }
  #map {
    display: none;
  }
  .icon-arts {
    font-size: 62px;
  }
  .ace a {
    margin-bottom: 8px;
    margin-left: 0;
  }
  .section-title {
    font-size: 28px;
    line-height: 32px;
  }
  .quote {
    font-size: 30px;
    line-height: 32px;
  }
  .social-feed .container {
    margin: 0;
    width: 100%;
  }
  .carousel-base-styling.carousel-style-2 {
    padding: 0 0;
    overflow: hidden;
  }
  .see-all {
    margin-bottom: 0;
  }
  .single-production .see-all {
    margin-bottom: 45px;
  }
  #ajax-list .carousel-base-styling {
    margin-bottom: 30px;
    padding: 0;
  }
  #ajax-list.all-events-listing .carousel-base-styling {
    padding: 0 20px 0 40px;
  }
  #site-navigation {
    padding-bottom: 10px;
  }
  .social i {
    font-size: 40px;
  }
  .carousel-section,
  .social-feed {
    float: left;
  }
  .container {
    width: 94%;
    margin: 0 3%;
  }
  #video-container i {
    font-size: 160px;
    margin-top: -80px;
    margin-left: -80px;
  }
  #content {
    padding-top: 73px;
  }
  .social-feed li {
    min-height: 400px;
  }
  .post-type-archive-event #content {
    padding-top: 80px;
  }
  .tax-resource_type .filters {
    text-align: center;
  }
}
/*=======================
	Mobile
	=========================*/
@media (max-width: 700px) {
  .post-type-archive-event #content {
    padding-top: 80px;
  }
  .filters li.archived-filter {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .archived-productions h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .archived-productions .image-section {
    height: 320px;
    overflow: hidden;
  }
  .archived-productions li .container {
    width: 96%;
  }
  .slideshow .slick-slide h1 {
    font-size: 40px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .slideshow .slick-slide {
    height: 300px;
  }
  .slideshow .slick-slide .text {
    min-height: 300px;
  }
  .slideshow,
  .slideshow.slick-initialized .item,
  .hero,
  .bg {
    height: 300px;
  }
  .article-title {
    font-size: 30px;
    line-height: 30px;
  }
  .slideshow h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .filters {
    text-align: left;
  }
  .filters li.type-4 {
    margin-left: 0;
    display: block;
    text-align: left;
  }
  .filters li.type-5 {
    margin-left: 0;
    display: inline-block;
    text-align: left;
  }
  .selectability [role*=textbox] {
    padding-left: 0;
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .carousel.carousel-base-styling.center-arrows i.icon-right,
  .carousel.carousel-base-styling.center-arrows i.icon-left {
    top: 50%;
  }
  .footer-third-column {
    margin-top: 20px;
  }
  .child-menu li {
    display: block;
    float: none;
  }
  .child-menu li.go-to {
    text-align: center;
  }
  .social-feed li.twitter,
  .social-feed li.instagram,
  .social-feed li.facebook {
    background-size: 150%;
  }
  .social-feed {
    margin-top: 0;
  }
  .social-feed li {
    width: 100%;
    min-height: 300px;
  }
  #video-container i {
    font-size: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }
  .next-section {
    display: none;
  }
  .social {
    display: table;
    width: 100%;
    margin-top: 20px;
  }
  .social li {
    float: none;
    display: table-cell;
    margin-right: 0;
  }
  .social li:last-child {
    text-align: right;
  }
  .social li a {
    text-align: center;
    display: block;
  }
  .slideshow .slick-slide ul li {
    margin: 9px 30px;
  }
  .slideshow .slick-slide ul li:first-child {
    margin-top: 0;
  }
  .alignleft,
  .alignright {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .c-hamburger {
    width: 25px;
  }
  .site-title svg {
    width: 241px;
    margin-top: 2px;
  }
  .archived-productions li {
    width: 100%;
  }
  .bg,
  .hero {
    height: 480px;
  }
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .article-title {
    margin: 25px 0;
  }
  .content-section.m-t-lg {
    margin-top: 45px;
  }
  .text-section {
    margin: 45px 0;
  }
  .grid-list img {
    margin-bottom: 11px;
  }
  .text p.date {
    margin-bottom: 3px;
  }
  .carousel-base-styling span {
    margin-bottom: 3px;
  }
  .base-h2 h2,
  .production h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .grid-list.all-events-listing {
    overflow: hidden;
    padding: 0 20px 0 40px;
    margin: 10px 0 20px 0;
  }
  .slick-slider i {
    font-size: 54px;
    margin-top: -25px;
    color: white !important;
  }
  .type-7 {
    font-size: 18px;
    line-height: 22px;
  }
  .quote {
    font-size: 24px;
    line-height: 26px;
  }
  .image-section h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .carousel-base-styling i.icon-right {
    right: -29px;
    top: 120px;
  }
  .carousel-base-styling i.icon-left {
    left: -29px;
    top: 120px;
  }
}
@media (max-width: 360px) {
  .type-4 {
    font-size: 16px;
  }
  .type-5 {
    font-size: 16px;
    line-height: 22px;
  }
  #ajax-list.carousel-base-styling,
  .container {
    width: 280px;
    margin: 0 auto;
  }
  .icon-arts {
    width: 280px;
    font-size: 61px;
  }
}
.error404 #page,
.page-id-136 #page,
.page-id-138 #page,
.page-id-140 #page,
.page-id-142 #page {
  min-height: 100%;
  margin-bottom: -256px;
}
.carousel-base-styling i.icon-left {
  top: 124px;
}
.carousel-base-styling i.icon-right {
  top: 124px;
}
@media (max-width: 360px) {
  .carousel-base-styling i.icon-left {
    top: 100px;
  }
  .carousel-base-styling i.icon-right {
    top: 100px;
  }
}
@media (min-width: 540px) {
  .carousel-base-styling i.icon-left {
    top: 88px;
  }
  .carousel-base-styling i.icon-right {
    top: 88px;
  }
}
@media (min-width: 768px) {
  .carousel-base-styling i.icon-left {
    top: 84px;
  }
  .carousel-base-styling i.icon-right {
    top: 84px;
  }
}
@media (min-width: 820px) {
  .carousel-base-styling i.icon-left {
    top: 92px;
  }
  .carousel-base-styling i.icon-right {
    top: 92px;
  }
}
@media (min-width: 912px) {
  .carousel-base-styling i.icon-left {
    top: 104px;
  }
  .carousel-base-styling i.icon-right {
    top: 104px;
  }
}
@media (min-width: 1024px) {
  .carousel-base-styling i.icon-left {
    top: 116px;
  }
  .carousel-base-styling i.icon-right {
    top: 116px;
  }
}
@media (min-width: 1200px) {
  .carousel-base-styling i.icon-left {
    top: 118px;
  }
  .carousel-base-styling i.icon-right {
    top: 118px;
  }
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "akc";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-instagram:before {
  content: '\e800';
}
/* '' */
.icon-facebook:before {
  content: '\e802';
}
/* '' */
.icon-twitter:before {
  content: '\e803';
}
/* '' */
.icon-close:before {
  content: '\e809';
}
/* '' */
.icon-twitter-1:before {
  content: '\f099';
}
/* '' */
.icon-facebook-1:before {
  content: '\f09a';
}
/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}
/* '' */
.icon-instagram-1:before {
  content: '\f16d';
}
/* '' */
.icon-linkedin-ak:before {
  content: '\e812';
}
/* '' */
.leaving-popup {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -o-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease-in, -moz-transform 0s linear 0.3s;
  -o-transition: opacity 0.3s ease-in, -o-transform 0s linear 0.3s;
  transition: opacity 0.3s ease-in,-webkit-transform 0s linear 0.3s,-moz-transform 0s linear 0.3s,-o-transform 0s linear 0.3s,transform 0s linear 0.3s;
}
@media (max-width: 767px) {
  .leaving-popup {
    overflow-y: scroll;
  }
}
.leaving-popup.on {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.leaving-popup .leaving-popup-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .leaving-popup .leaving-popup-container {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
.leaving-popup-wrap {
  color: #fff;
}
.leaving-popup-wrap h2 {
  text-align: left;
  font-family: 'montserrat';
  font-weight: 700;
  letter-spacing: initial;
  font-size: 36px;
  line-height: 40px;
  text-transform: none;
  border-bottom: 1px solid #828288;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .leaving-popup-wrap h2 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 20px;
  }
}
.leaving-popup-wrap .text {
  font-family: 'montserrat';
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin: -5px 0 15px;
}
.leaving-popup-wrap .text p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .leaving-popup-wrap .text {
    font-size: 15px;
    line-height: 19px;
  }
}
.leaving-popup-wrap a.button {
  background: #828288;
  color: #fff;
  display: block;
  cursor: pointer;
  padding: 8px 10px;
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .leaving-popup-wrap a.button {
    margin-bottom: 20px;
  }
}
#mc_embed_signup_popup {
  border-top: 1px solid #828288;
  padding-top: 25px;
}
#mc_embed_signup_popup h3 {
  font-family: 'montserrat';
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 35px;
}
#mc_embed_signup_popup input[type="text"],
#mc_embed_signup_popup input[type="email"] {
  font-family: 'montserrat';
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: white;
  background: transparent;
  outline: none;
  margin-bottom: 35px;
  padding: 0 0 5px;
}
#mc_embed_signup_popup input[type="submit"] {
  background: #828288;
  color: #fff;
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  padding: 6px 10px;
  width: 100%;
  border: none;
  cursor: pointer;
}
#mc_embed_signup_popup ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
#mc_embed_signup_popup ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
#mc_embed_signup_popup :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
#mc_embed_signup_popup :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
#mc_embed_signup_popup :focus {
  outline-color: transparent;
  outline-style: none;
}
@media (max-width: 767px) {
  #mc_embed_signup_popup {
    padding-top: 18px;
  }
  #mc_embed_signup_popup h3 {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 12px;
  }
  #mc_embed_signup_popup input[type="text"],
  #mc_embed_signup_popup input[type="email"] {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  #mc_embed_signup_popup input[type="submit"] {
    float: right;
    width: 33.4%;
  }
}
.close-leaving-popup {
  position: fixed;
  right: 40px;
  top: 50px;
  z-index: 100;
  font-size: 40px;
  line-height: 1;
}
.close-leaving-popup span {
  color: #fff;
}
@media (max-width: 767px) {
  .close-leaving-popup {
    font-size: 30px;
    top: 25px;
    right: 10px;
  }
}
html.no-scroll,
html.no-scroll body {
  overflow: hidden;
}
.promotional-timeline-block {
  position: relative;
  overflow: hidden;
}
.promotional-timeline-block .bg.bg-resize {
  height: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.promotional-timeline-block .bg.bg-resize img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  max-width: 1000%;
  max-height: 1000%;
  min-height: 0;
  min-width: 0;
}
.promotional-timeline-block .container {
  position: relative;
  z-index: 1;
}
.promotional-timeline-block .block-content {
  padding-top: 100px;
}
.promotional-timeline-block .block-content h2 {
  text-align: center;
  color: #fff;
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 45px;
  line-height: 65px;
  letter-spacing: initial;
  text-transform: initial;
  max-width: 900px;
  margin: 0 auto;
}
.promotional-timeline-block .popup-external-link {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 22px;
  margin: 40px 0 0px;
  text-align: center;
}
.promotional-timeline-block .popup-external-link a {
  color: #fff;
}
.promotional-timeline-block .production-link {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 22px;
  margin: 40px 0 0px;
  text-align: center;
  margin-bottom: 110px;
}
.promotional-timeline-block .production-link a {
  color: #fff;
}
@media (max-width: 767px) {
  .promotional-timeline-block .block-content {
    padding: 90px 0;
  }
  .promotional-timeline-block .block-content h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .promotional-timeline-block .popup-external-link,
  .promotional-timeline-block .production-link {
    margin-top: 17px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
.multistep {
  display: flex;
  margin-top: 80px;
  height: 110px;
}
.multistep .multistep-step {
  padding: 0;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.multistep .multistep-step .multistep-stepname {
  margin-bottom: 4px;
  color: #828288;
  font-size: 16px;
  font-family: 'montserrat';
  font-weight: 400;
  width: 180%;
  margin-left: -40%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.multistep .multistep-step .multistep-stepname h4 {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 22px;
  white-space: nowrap;
}
.multistep .multistep-step .multistep-dot {
  position: absolute;
  right: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  display: block;
  margin-top: -4px;
  margin-left: -3.5px;
  border-radius: 50%;
  background: #828288;
}
.multistep .multistep-step .multistep-dot:after {
  content: ' ';
  border-radius: 50px;
  position: absolute;
  top: 4px / 2;
  bottom: 4px / 2;
  left: 4px / 2;
  right: 4px / 2;
  background: #828288;
}
.multistep .multistep-step .progress {
  position: absolute;
  width: 100%;
  height: 4px / 2;
  margin-top: - 4px / 2 / 2;
  box-shadow: none;
  border-radius: 0;
}
.multistep .multistep-step .progress .progress-bar {
  box-shadow: none;
  background: #828288;
  height: 4px / 2;
}
.multistep .multistep-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.multistep .multistep-step:first-child .multistep-stepname {
  opacity: 1 !important;
  margin-top: 15px !important;
}
.multistep .multistep-step:last-child .progress {
  width: 50%;
}
.multistep .multistep-step:last-child .multistep-stepname {
  opacity: 1 !important;
  margin-top: 15px !important;
}
.multistep .multistep-step.complete .multistep-dot {
  background: #fff;
}
.multistep .multistep-step.complete .multistep-dot:after {
  background: #fff;
}
.multistep .multistep-step.complete .progress > .progress-bar {
  width: 100%;
  background: #fff;
}
.multistep .multistep-step.complete .multistep-stepname {
  color: #fff;
}
.multistep .multistep-step.complete .multistep-stepname:hover a {
  color: #fff;
}
.multistep .multistep-step:hover .multistep-stepname {
  opacity: 1;
  margin-top: 15px;
}
.multistep .multistep-step.current .multistep-dot {
  background: #fff;
}
.multistep .multistep-step.current .multistep-dot:after {
  background: #fff;
}
.multistep .multistep-step.current .progress > .progress-bar {
  width: 50%;
}
.multistep .multistep-step.current:first-child > .progress > .progress-bar {
  width: 0%;
}
.multistep .multistep-step.current:last-child > .progress > .progress-bar {
  width: 100%;
}
.multistep:hover .multistep-step:first-child .multistep-stepname,
.multistep:hover .multistep-step:last-child .multistep-stepname {
  opacity: 0 !important;
  margin-top: 0px !important;
}
.multistep:hover .multistep-step:first-child:hover .multistep-stepname,
.multistep:hover .multistep-step:last-child:hover .multistep-stepname {
  opacity: 1 !important;
  margin-top: 15px !important;
}
@media (max-width: 767px) {
  .multistep {
    display: none;
  }
}
.page-template-template-landing-page .article-title {
  margin-top: 90px;
}
.page-template-template-landing-page .kadamati-icon-Arrow {
  color: #bbb;
  margin-left: 2px;
  margin-right: 2px;
  display: inline;
}
.page-template-template-landing-page .videos_slider {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-landing-page .videos_slider .video-wrapper {
  position: relative;
}
.page-template-template-landing-page .downloads ul {
  list-style: none;
  overflow: hidden;
}
.page-template-template-landing-page .downloads ul li {
  margin-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.page-template-template-landing-page .post-password-form {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .page-template-template-landing-page .video-meta {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
  }
  .page-template-template-landing-page .video-meta .pull-right {
    float: none;
  }
  .page-template-template-landing-page .downloads .pull-right {
    float: none;
  }
  .page-template-template-landing-page .videos_slider .video-wrapper i {
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Safari */
    transform: translate(-50%, -50%);
    margin: auto;
  }
}
.donate-button-wrap {
  margin: 20px auto 90px;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.kit-section {
  margin: 90px 0 50px;
}
@media (max-width: 1023px) {
  .kit-section {
    margin: 70px 0 30px;
  }
}
@media (max-width: 768px) {
  .kit-section {
    margin: 60px 0 0px;
  }
}
.keep-in-touch-links {
  margin: 20px 0 40px;
}
.keep-in-touch-links ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.keep-in-touch-links a {
  color: #000;
  font-size: 30px;
  padding: 5px 10px;
  margin: 0px;
}
.keep-in-touch-links span.akc-icon {
  color: #000;
  width: auto;
}
.keep-in-touch-links span.akc-icon:before {
  width: auto;
  margin: 0;
}
.single-article .hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 43px;
}
.single-article .hero.hero-quote {
  background-color: #828287;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 730px;
}
.single-article .hero.hero-quote .container.article-quote .row p {
  color: #fff;
  font-size: 54px;
  line-height: 62px;
  text-align: center;
}
.single-article .hero.hero-quote .container.article-quote .row p.avenir_bold.quotee {
  font-size: 36px;
  line-height: 49px;
}
@media (max-width: 768px) {
  .single-article .hero.hero-quote {
    min-height: 500px;
  }
  .single-article .hero.hero-quote .container.article-quote .row p {
    font-size: 38px;
    line-height: 46px;
  }
  .single-article .hero.hero-quote .container.article-quote .row p.avenir_bold.quotee {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .single-article .hero.hero-quote {
    min-height: 300px;
  }
  .single-article .hero.hero-quote .container.article-quote .row p {
    font-size: 22px;
    line-height: 30px;
  }
  .single-article .hero.hero-quote .container.article-quote .row p.avenir_bold.quotee {
    font-size: 16px;
    line-height: 24px;
  }
}
.single-detail .hero-video h2,
.single-production .hero-video h2,
.single-article .hero-video h2,
.single-detail .hero h2,
.single-production .hero h2,
.single-article .hero h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 100px;
  line-height: 120px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .single-detail .hero-video h2,
  .single-production .hero-video h2,
  .single-article .hero-video h2,
  .single-detail .hero h2,
  .single-production .hero h2,
  .single-article .hero h2 {
    font-size: 50px;
    line-height: 63px;
  }
}
.single-detail h2,
.single-production h2,
.single-article h2 {
  font-size: 36px;
  line-height: 49px;
  color: #828287;
  text-transform: initial;
  letter-spacing: 0;
}
.single-detail ul#scroll-to-nav,
.single-production ul#scroll-to-nav,
.single-article ul#scroll-to-nav {
  margin-top: 18px;
  margin-bottom: 41px;
  display: flex;
  justify-content: space-around;
}
.single-detail ul#scroll-to-nav li,
.single-production ul#scroll-to-nav li,
.single-article ul#scroll-to-nav li {
  font-family: 'montserrat';
  color: #828287;
  font-weight: 700;
}
.single-detail ul#scroll-to-nav li:first-of-type,
.single-production ul#scroll-to-nav li:first-of-type,
.single-article ul#scroll-to-nav li:first-of-type {
  font-family: 'montserrat';
  font-weight: 400;
}
.single-detail ul#scroll-to-nav li a,
.single-production ul#scroll-to-nav li a,
.single-article ul#scroll-to-nav li a {
  color: #828287;
}
.single-detail .details .container,
.single-production .details .container,
.single-article .details .container {
  overflow: hidden;
}
.single-detail .details .det-version p,
.single-production .details .det-version p,
.single-article .details .det-version p {
  font-family: 'montserrat';
  font-weight: 700;
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
}
.single-detail .details .det-version p br,
.single-production .details .det-version p br,
.single-article .details .det-version p br {
  margin-top: 0.4rem;
  display: block;
  content: '';
}
.single-detail .details .main-txt-block,
.single-production .details .main-txt-block,
.single-article .details .main-txt-block {
  margin-bottom: 40px;
}
.single-detail .details .detail-block,
.single-production .details .detail-block,
.single-article .details .detail-block {
  padding: 15px;
  margin-top: 23px;
}
.single-detail .details .detail-block h3,
.single-production .details .detail-block h3,
.single-article .details .detail-block h3 {
  color: #fff;
  display: block;
  font-size: 22px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.single-detail .details .detail-block p,
.single-production .details .detail-block p,
.single-article .details .detail-block p {
  color: #fff;
  margin: 20px 0;
  line-height: 22px;
}
.single-detail .details .detail-block .btn,
.single-production .details .detail-block .btn,
.single-article .details .detail-block .btn {
  padding: 10px 0;
  color: #000;
  width: 100%;
  max-width: 219px;
  text-align: center;
  background: #E6E6E7;
  display: inline-block;
}
.single-detail .details .support-us-block,
.single-production .details .support-us-block,
.single-article .details .support-us-block {
  background: grey;
}
.single-detail .details .streaming-block,
.single-production .details .streaming-block,
.single-article .details .streaming-block {
  background: #000;
}
.single-detail .events-block,
.single-production .events-block,
.single-article .events-block {
  margin-bottom: 20px;
}
.single-detail .events-block h2,
.single-production .events-block h2,
.single-article .events-block h2 {
  color: #000;
  font-size: 20px;
  line-height: 27px;
}
.single-detail #section-video-series .slick-slider a.open-popup-link,
.single-production #section-video-series .slick-slider a.open-popup-link,
.single-article #section-video-series .slick-slider a.open-popup-link {
  position: relative;
}
.single-detail .credits-people,
.single-production .credits-people,
.single-article .credits-people {
  margin: 15px 0 60px;
}
.single-detail .credits-people .container,
.single-production .credits-people .container,
.single-article .credits-people .container {
  text-align: center;
}
.single-detail .credits-people .container:first-of-type,
.single-production .credits-people .container:first-of-type,
.single-article .credits-people .container:first-of-type {
  text-align: left;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  margin-bottom: 15px;
}
.single-detail .credits-people .container:first-of-type .holder,
.single-production .credits-people .container:first-of-type .holder,
.single-article .credits-people .container:first-of-type .holder {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.single-detail .credits-people .container:first-of-type .holder .col-4,
.single-production .credits-people .container:first-of-type .holder .col-4,
.single-article .credits-people .container:first-of-type .holder .col-4 {
  width: 33.333333%;
  margin-left: 0;
}
.single-detail .credits-people .container:first-of-type .holder .col-4 p,
.single-production .credits-people .container:first-of-type .holder .col-4 p,
.single-article .credits-people .container:first-of-type .holder .col-4 p {
  margin-bottom: 0.2rem;
}
.single-detail .credits-people .container:first-of-type .holder.people-dropdown,
.single-production .credits-people .container:first-of-type .holder.people-dropdown,
.single-article .credits-people .container:first-of-type .holder.people-dropdown {
  display: none;
}
.single-detail .credits-people .container .show-people,
.single-production .credits-people .container .show-people,
.single-article .credits-people .container .show-people {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.single-detail .credits-people .container .show-people .akc-icon,
.single-production .credits-people .container .show-people .akc-icon,
.single-article .credits-people .container .show-people .akc-icon {
  transform: rotate(90deg);
  font-size: 30px;
}
.single-detail .credits-people .container .show-people.less .akc-icon,
.single-production .credits-people .container .show-people.less .akc-icon,
.single-article .credits-people .container .show-people.less .akc-icon {
  transform: rotate(270deg);
}
.single-detail .exporation-title,
.single-production .exporation-title,
.single-article .exporation-title {
  margin-bottom: 40px;
}
.single-detail .ca-explore-section,
.single-production .ca-explore-section,
.single-article .ca-explore-section {
  margin-bottom: 60px;
  padding-top: 0;
}
.single-detail .ca-explore-section:first-of-type,
.single-production .ca-explore-section:first-of-type,
.single-article .ca-explore-section:first-of-type {
  padding-top: 60px;
}
.single-detail .ca-explore-section p,
.single-production .ca-explore-section p,
.single-article .ca-explore-section p {
  margin-bottom: 5px;
}
.single-detail .ca-explore-section .play,
.single-production .ca-explore-section .play,
.single-article .ca-explore-section .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.single-detail .ca-explore-section .ca-explore-video .ca-explore-video-card video,
.single-production .ca-explore-section .ca-explore-video .ca-explore-video-card video,
.single-article .ca-explore-section .ca-explore-video .ca-explore-video-card video {
  user-select: none;
}
.single-detail .mfp-container,
.single-production .mfp-container,
.single-article .mfp-container {
  background: #000000;
}
.single-detail .mfp-container.mfp-image-holder,
.single-production .mfp-container.mfp-image-holder,
.single-article .mfp-container.mfp-image-holder {
  background: #fff;
}
.single-detail .mfp-container.mfp-image-holder .mfp-figure .img-container,
.single-production .mfp-container.mfp-image-holder .mfp-figure .img-container,
.single-article .mfp-container.mfp-image-holder .mfp-figure .img-container {
  padding: 0;
}
.single-detail .mfp-container .mfp-figure,
.single-production .mfp-container .mfp-figure,
.single-article .mfp-container .mfp-figure {
  background: #000000;
}
.single-detail .mfp-container .mfp-figure .vid-container,
.single-production .mfp-container .mfp-figure .vid-container,
.single-article .mfp-container .mfp-figure .vid-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.single-detail .mfp-container .mfp-figure .vid-container .mfp-videoHolder,
.single-production .mfp-container .mfp-figure .vid-container .mfp-videoHolder,
.single-article .mfp-container .mfp-figure .vid-container .mfp-videoHolder {
  max-width: 1000px;
}
.single-detail .mfp-container .mfp-figure .vid-container .mfp-videoHolder video,
.single-production .mfp-container .mfp-figure .vid-container .mfp-videoHolder video,
.single-article .mfp-container .mfp-figure .vid-container .mfp-videoHolder video {
  width: 100%;
  pointer-events: all;
}
.single-detail .mfp-container .mfp-figure .vid-container .mfp-videoHolder.playing + .play,
.single-production .mfp-container .mfp-figure .vid-container .mfp-videoHolder.playing + .play,
.single-article .mfp-container .mfp-figure .vid-container .mfp-videoHolder.playing + .play {
  display: none !important;
}
.single-detail .mfp-container .mfp-figure .vid-container.playing .play,
.single-production .mfp-container .mfp-figure .vid-container.playing .play,
.single-article .mfp-container .mfp-figure .vid-container.playing .play {
  display: none !important;
}
.single-detail .mfp-container .mfp-figure .vid-container .mfp-close,
.single-production .mfp-container .mfp-figure .vid-container .mfp-close,
.single-article .mfp-container .mfp-figure .vid-container .mfp-close {
  right: -120px;
  top: -10px;
  z-index: 100;
  font-size: 2rem;
  font-weight: 300;
}
.single-detail .mfp-container .mfp-figure .vid-container i.akc-icon.icon-play,
.single-production .mfp-container .mfp-figure .vid-container i.akc-icon.icon-play,
.single-article .mfp-container .mfp-figure .vid-container i.akc-icon.icon-play {
  color: #fff;
  font-size: 60px;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  cursor: pointer;
}
.single-detail .mfp-container .mfp-figure .vid-container .pause,
.single-production .mfp-container .mfp-figure .vid-container .pause,
.single-article .mfp-container .mfp-figure .vid-container .pause {
  bottom: 10% !important;
}
.single-detail .mfp-container .mfp-arrow,
.single-production .mfp-container .mfp-arrow,
.single-article .mfp-container .mfp-arrow {
  bottom: calc(50% - 40px);
}
@media (max-width: 700px) {
  .single-detail ul#scroll-to-nav,
  .single-production ul#scroll-to-nav,
  .single-article ul#scroll-to-nav {
    display: block;
  }
  .single-detail ul#scroll-to-nav li,
  .single-production ul#scroll-to-nav li,
  .single-article ul#scroll-to-nav li {
    display: block;
    margin-top: 5px;
  }
}
@media (max-width: 500px) {
  .single-detail .col-8,
  .single-production .col-8,
  .single-article .col-8 {
    width: 100%;
  }
  .single-detail .single-carousel,
  .single-production .single-carousel,
  .single-article .single-carousel {
    margin-top: 25px;
    padding: 15px 45px 15px 0;
  }
  .single-detail h2,
  .single-production h2,
  .single-article h2 {
    font-size: 28px;
    line-height: 37px;
  }
  .single-detail .events-block,
  .single-production .events-block,
  .single-article .events-block {
    margin-bottom: 0;
  }
  .single-detail .events-block .slick-slider i,
  .single-production .events-block .slick-slider i,
  .single-article .events-block .slick-slider i {
    color: #828288;
  }
  .single-detail .events-block .slick-slider i.icon-right,
  .single-production .events-block .slick-slider i.icon-right,
  .single-article .events-block .slick-slider i.icon-right {
    top: calc(50% + 10px);
  }
  .single-detail .events-block .slick-slider i.icon-left,
  .single-production .events-block .slick-slider i.icon-left,
  .single-article .events-block .slick-slider i.icon-left {
    display: none !important;
  }
  .single-detail #section-video-series .carousel-base-styling.carousel-style-2,
  .single-production #section-video-series .carousel-base-styling.carousel-style-2,
  .single-article #section-video-series .carousel-base-styling.carousel-style-2 {
    margin-bottom: 0;
  }
  .single-detail #section-credits h2,
  .single-production #section-credits h2,
  .single-article #section-credits h2 {
    margin-bottom: 10px;
  }
  .single-detail .credits-people .container:first-of-type .holder .col-4,
  .single-production .credits-people .container:first-of-type .holder .col-4,
  .single-article .credits-people .container:first-of-type .holder .col-4 {
    width: 100%;
  }
  .single-detail .credits-people .col-4,
  .single-production .credits-people .col-4,
  .single-article .credits-people .col-4 {
    width: 100%;
  }
  .single-detail .exporation-title,
  .single-production .exporation-title,
  .single-article .exporation-title {
    margin-bottom: 20px;
  }
  .single-detail .exploration-ajax .ca-explore-section,
  .single-production .exploration-ajax .ca-explore-section,
  .single-article .exploration-ajax .ca-explore-section {
    margin-bottom: 0;
  }
  .single-detail .mfp-container .mfp-figure,
  .single-production .mfp-container .mfp-figure,
  .single-article .mfp-container .mfp-figure {
    margin: 0 20px;
  }
  .single-detail .mfp-container .mfp-figure .vid-container,
  .single-production .mfp-container .mfp-figure .vid-container,
  .single-article .mfp-container .mfp-figure .vid-container {
    max-width: calc(100% - 40px);
  }
  .single-detail .mfp-container .mfp-figure .vid-container i.akc-icon.icon-play,
  .single-production .mfp-container .mfp-figure .vid-container i.akc-icon.icon-play,
  .single-article .mfp-container .mfp-figure .vid-container i.akc-icon.icon-play {
    left: 50%;
  }
  .single-detail .mfp-container .mfp-figure .vid-container .mfp-close,
  .single-production .mfp-container .mfp-figure .vid-container .mfp-close,
  .single-article .mfp-container .mfp-figure .vid-container .mfp-close {
    right: 10px;
    top: -40px;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .single-detail .mfp-container .mfp-figure,
  .single-production .mfp-container .mfp-figure,
  .single-article .mfp-container .mfp-figure {
    margin: 0;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .single-detail .mfp-container .mfp-figure .vid-container,
  .single-production .mfp-container .mfp-figure .vid-container,
  .single-article .mfp-container .mfp-figure .vid-container {
    max-width: 100%;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .single-detail .mfp-container .mfp-figure .vid-container i.akc-icon.icon-play,
  .single-production .mfp-container .mfp-figure .vid-container i.akc-icon.icon-play,
  .single-article .mfp-container .mfp-figure .vid-container i.akc-icon.icon-play {
    font-size: 37px;
    margin: 0 12px;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .single-detail .mfp-container .mfp-figure .vid-container .mfp-close,
  .single-production .mfp-container .mfp-figure .vid-container .mfp-close,
  .single-article .mfp-container .mfp-figure .vid-container .mfp-close {
    top: -210px;
    right: 20px;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .single-detail .mfp-container .mfp-figure .vid-container .mfp-close svg,
  .single-production .mfp-container .mfp-figure .vid-container .mfp-close svg,
  .single-article .mfp-container .mfp-figure .vid-container .mfp-close svg {
    width: 30px;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .single-detail .mfp-container .mfp-figure .vid-container .pause,
  .single-production .mfp-container .mfp-figure .vid-container .pause,
  .single-article .mfp-container .mfp-figure .vid-container .pause {
    width: 37px;
    height: 37px;
    margin: 0 12px;
  }
  .single-detail .mfp-container .mfp-figure .vid-container .video-controls,
  .single-production .mfp-container .mfp-figure .vid-container .video-controls,
  .single-article .mfp-container .mfp-figure .vid-container .video-controls {
    bottom: 40px;
  }
}
@media (max-width: 500px) and (max-width: 500px) and (max-width: 500px) {
  .single-detail .mfp-container .mfp-figure .vid-container .pause svg,
  .single-production .mfp-container .mfp-figure .vid-container .pause svg,
  .single-article .mfp-container .mfp-figure .vid-container .pause svg {
    width: 37px;
    height: 37px;
    margin: 0;
  }
}
.slick-arrow {
  color: #828287;
}
.content-section.join-social {
  background-color: #828287;
  margin: 0;
  padding: 30px 0;
  margin-bottom: -5px;
}
.content-section.join-social .col-10 {
  display: flex;
  align-items: center;
}
.content-section.join-social .col-10 span {
  color: #E6E6E7;
  margin-right: 10px;
  font-size: 20px;
}
.content-section.join-social .col-10 .social-wrap {
  display: flex;
  align-items: center;
}
.content-section.join-social .col-10 .social-wrap span {
  margin-right: 2em;
}
.content-section.join-social .col-10 .social {
  margin-top: 0;
  font-size: 24px;
}
.content-section.join-social .col-10 .social i {
  color: #E6E6E7;
  margin: 0 10px;
}
.content-section.join-social .col-10 .social li {
  margin: 0;
}
.content-section.join-social .col-10 .btn {
  background: #E6E6E7;
  color: #000;
  padding: 5px 0;
  max-width: 333px;
  text-align: center;
  width: 100%;
}
@media (max-width: 970px) {
  .content-section.join-social .social-wrap {
    display: flex;
    align-items: center;
  }
  .content-section.join-social .social-wrap span {
    margin-right: 10px !important;
  }
}
@media (max-width: 933px) {
  .content-section.join-social .social li {
    padding-bottom: 15px;
  }
}
@media (max-width: 800px) {
  .content-section.join-social .col-10 {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .content-section.join-social .col-10 span {
    flex: 0 0 40%;
    margin-right: 0 !important;
  }
  .content-section.join-social .col-10 .social-wrap {
    min-width: 333px;
  }
  .content-section.join-social .col-10 .social {
    flex: 0 0 60%;
    display: flex;
    justify-content: flex-end;
  }
  .content-section.join-social .col-10 .social i {
    font-size: 30px;
    margin: 0 1px;
  }
  .content-section.join-social .col-10 .social li {
    padding-bottom: 0;
  }
  .content-section.join-social .col-10 .social .icon-linkedin-ak:before {
    margin-right: 0;
  }
  .content-section.join-social .col-10 .btn {
    margin: 28px auto 0;
  }
}
@media (max-width: 500px) {
  .content-section.join-social .col-10 .btn {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .content-section.join-social .social-wrap {
    flex-direction: column;
    min-width: 0 !important;
  }
  .content-section.join-social .social-wrap .social {
    display: block;
    width: auto;
    margin-top: 10px;
  }
  .content-section.join-social .social-wrap .social .akc-icon:before {
    margin-right: 20px;
  }
}
.page-template-template-banners .ca-banners-section .ca-banner-card-content {
  text-shadow: none;
}
.page-template-template-banners .ca-banner-title,
.page-template-template-banners .ca-banner-description {
  padding-bottom: 0.75rem;
}
.page-template-template-banners .ca-banner-link a {
  font-size: 20px;
  line-height: 27px;
}
.page-template-template-banners .ca-grid-link p {
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 700px) {
  .page-template-template-banners .ca-banner-card h2 {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 46px;
  }
  .page-template-template-banners .ca-banner-card .ca-banner-description {
    display: none;
  }
}
.page-template-template-grid-overview .ca-grid-section .ca-grid-card-content {
  text-shadow: none;
}
.page-template-template-grid-overview .ca-grid-section .ca-grid-card-content > div {
  padding: 0 20px;
}
.page-template-template-grid-overview .ca-grid-section .ca-grid-inner .ca-grid-card .ca-grid-title {
  padding-bottom: 0.5rem;
}
.page-template-template-grid-overview .ca-grid-section .ca-grid-inner .ca-grid-card .ca-grid-description {
  padding-bottom: 0.5rem;
}
.page-template-template-grid-overview .ca-grid-section .ca-grid-inner .ca-grid-card .ca-grid-description p {
  line-height: 22px;
}
.page-template-template-grid-overview .ca-grid-section .ca-grid-inner .ca-grid-card .ca-grid-link p {
  font-size: 16px;
  line-height: 22px;
}
.page-template-template-grid-overview .ca-grid-section .ca-grid-inner .ca-grid-card .ca-grid-card-content {
  text-shadow: none;
}
@media (max-width: 700px) {
  .page-template-template-grid-overview .ca-grid-section .ca-grid-inner .ca-grid-card {
    width: 100vw;
  }
  .page-template-template-grid-overview .ca-grid-section .ca-grid-inner .ca-grid-card .ca-grid-description {
    display: none;
  }
  .page-template-template-grid-overview .ca-grid-section .ca-grid-inner .ca-grid-card .ca-grid-title h2 {
    line-height: 46px;
  }
}
@media (max-width: 700px) {
  .ca-intro-text-section.white .ca-title h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
.page-template-template-listing .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b.switch-arrow {
  transform: rotate(270deg);
  margin-top: -15px;
}
@media (max-width: 501px) {
  .page-template-template-listing .grid-list.list-4 li {
    width: 100%;
  }
  .page-template-template-listing .grid-list.list-4 li img {
    width: 100%;
  }
}
.page-template-template-resources .grid-list,
.page-template-template-listing .grid-list {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-resources .grid-list li a.more-link,
.page-template-template-listing .grid-list li a.more-link {
  margin-top: 15px;
}
.page-template-template-resources .grid-list li .listing-excerpt,
.page-template-template-listing .grid-list li .listing-excerpt {
  width: 95%;
}
.page-template-template-resources .grid-list li .select-holder,
.page-template-template-listing .grid-list li .select-holder {
  display: flex;
  align-items: center;
}
.ontime_position_play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  color: #fff;
  font-size: 80px;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  cursor: pointer;
}
.intro-block {
  font-size: 20px;
  line-height: 27px;
}
.main-txt-block p {
  line-height: 22px;
  margin-bottom: 20px;
}
.article-introduction .container {
  margin-bottom: 20px;
  margin-top: 42px;
  overflow: hidden;
}
.article-introduction .main-txt-block p:last-of-type,
.article-introduction .main-txt-block img {
  margin-bottom: 0;
}
.cta-block {
  overflow: hidden;
}
.cta-block .cta-section {
  margin-bottom: 20px;
  padding: 15px;
}
.cta-block .cta-section h3 {
  color: #fff;
  display: block;
  font-size: 22px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cta-block .cta-section p {
  color: #fff;
  line-height: 22px;
}
.cta-block .cta-section .btn {
  padding: 10px 0;
  color: #000;
  width: 100%;
  max-width: 219px;
  text-align: center;
  background: #E6E6E7;
  display: inline-block;
}
.cta-block .cta-section .btn:hover {
  background: #F4F4F4;
}
.cta-block .cta-section.light {
  background: grey;
}
.cta-block .cta-section.dark {
  background: #000;
}
.downloads-block {
  margin-bottom: 20px;
}
.downloads-block .container {
  overflow: hidden;
}
.downloads-block h2 {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 10px;
  color: #000;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.downloads-block p {
  line-height: 22px;
}
.downloads-block .downloads {
  background-color: #F4F4F4;
  padding: 15px;
}
.downloads-block .downloads .single-download {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.downloads-block .downloads .single-download .download-info p {
  margin-bottom: 0;
}
.downloads-block .downloads .single-download .download-link svg {
  max-width: 60px;
  width: 100%;
  margin-top: -10px;
}
.text-block {
  margin-bottom: 5px;
}
.text-block .container {
  overflow: hidden;
}
.text-block .container p {
  line-height: 22px;
}
.trailer-block {
  margin-bottom: 17px;
}
.trailer-block .container {
  overflow: hidden;
}
.trailer-block .trailer-sub-header {
  font-size: 22px;
  line-height: 30px;
}
.trailer-block .trailer-description {
  margin-bottom: 20px;
  line-height: 22px;
}
.trailer-block .trailer-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.trailer-block .mfp-close:before {
  display: none;
}
.trailer-block .ca-explore-video-card {
  max-height: 562px;
  height: 562px;
  position: relative;
}
.trailer-block .ca-explore-video-card .video-controls {
  display: flex !important;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  bottom: 20px;
  z-index: 100;
}
.trailer-block .ca-explore-video-card.playing #video-image {
  display: none;
}
.trailer-block .ca-explore-video-card #video-image {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 2;
}
.trailer-block .ca-explore-video-card video {
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  left: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .trailer-block .ca-explore-video-card {
    height: 552.95px;
  }
}
@media (max-width: 820px) {
  .trailer-block .ca-explore-video-card {
    height: 442.78px;
  }
}
@media (max-width: 768px) {
  .trailer-block .ca-explore-video-card {
    height: 406.6px;
  }
}
@media (max-width: 414px) {
  .trailer-block .ca-explore-video-card {
    height: 217.83px;
  }
}
.trailer-block .play {
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
}
.trailer-block .play i {
  color: #fff;
  font-size: 60px;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  cursor: pointer;
}
.trailer-block .pause {
  display: none;
  height: 60px;
  color: #fff;
  zoom: 1;
  z-index: 100;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  cursor: pointer;
}
.trailer-block .pause svg {
  width: 60px;
  height: 60px;
  margin: 0 12px;
}
.trailer-block.vid-container .play i {
  bottom: 11% !important;
}
.trailer-block.vid-container .pause {
  bottom: 11%;
  left: 8%;
}
.trailer-block .show-btn {
  display: block;
}
@media (max-width: 500px) {
  .trailer-block {
    margin-bottom: 0;
  }
  .trailer-block .trailer-sub-header {
    font-size: 20px;
    line-height: 37px;
    margin: 0;
  }
}
.timeline {
  cursor: pointer;
  height: 6px;
  background-color: #333333;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.timeline span {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 0px;
}
.controls {
  display: flex;
  align-items: center;
  z-index: 100;
  margin: 0 auto;
}
.controls .wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.timeline-container {
  height: 7px;
  cursor: pointer;
  width: 700px;
  padding-top: 4px;
  display: flex;
  justify-content: flex-end;
}
.timeline {
  background-color: rgba(100, 100, 100, 0.5);
  height: 3px;
}
.duration-container {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #fff;
  font-size: 16px;
  margin: 0 14px;
}
span.select2.select2-container.select2-container--default {
  flex: 1;
  width: auto !important;
  margin-right: 20px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  margin-left: 8px;
  margin-right: 30px;
  border-bottom: 1px solid #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url('../../themes/cog-framework-child/img/AKC-Icons_Arrow-Right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  border: none;
  height: 25px;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 25px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background-color: #e7e6e6;
  color: #000;
}
.select2-results__option--selectable {
  background-color: #fff;
  color: #000;
}
span.select2-dropdown.select2-dropdown--above {
  border: none;
}
.select2-container--open .select2-dropdown--below {
  border: none;
}
.select2-results li:hover {
  color: #828288;
}
p.loading-exp.show {
  max-height: 40px;
}
p.loading-exp {
  max-height: 0;
  overflow: hidden;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.exploration-see-more,
.credits-see-more {
  margin-bottom: 20px;
  max-height: 40px;
  overflow: hidden;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.exploration-see-more.loading,
.credits-see-more.loading {
  max-height: 0;
  margin-bottom: 0;
}
.exploration-see-more i,
.credits-see-more i {
  transform: rotate(90deg);
  font-size: 30px;
}
.exploration-see-more,
.credits-see-more {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home #content > section.ca-explore-section {
  background-color: rgba(244, 244, 244, 0.5);
}
.home section.ca-featured-items-section.ca-explore-section {
  margin-bottom: 0;
}
.icon-paused {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  color: #fff;
  font-size: 80px;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  cursor: pointer;
}
.icon-paused svg {
  width: 80px;
  height: 80px;
}
.play .icon-play {
  display: block;
}
.play .icon-paused {
  display: none;
}
.play.paused .icon-play {
  display: none;
}
.play.paused .icon-paused {
  display: block;
}
.section-ttl {
  margin-bottom: 7px;
}
.ratio {
  position: relative;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.ratio::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 66.66%;
}
.smaller-text {
  font-size: 75px !important;
  line-height: 90px !important;
}
@media (max-width: 500px) {
  .smaller-text {
    font-size: 32px !important;
    line-height: 42px !important;
  }
}
.password-protect-form {
  padding: 20px 0 50px 0;
  margin-bottom: 40px;
}
.password-protect-form p {
  margin-bottom: 20px;
}
.password-protect-form input {
  height: 30px;
  width: 200px;
  padding: 0 12px;
  margin-left: 12px;
  border: 1px solid #000000;
  color: #000000;
}
.password-protect-form input[type="submit"] {
  height: 32px;
  width: 90px;
  margin-left: 0;
  padding-bottom: 1px;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.video-controls {
  display: flex !important;
  align-items: center;
  justify-content: space-around;
  position: relative;
  bottom: 80px;
  z-index: 100;
}
.playing .play {
  display: none !important;
}
.playing .pause {
  display: inline-block;
}
.events-block .carousel-base-styling i.icon-left {
  top: 88px;
}
.events-block .carousel-base-styling i.icon-right {
  top: 88px;
}
@media (max-width: 912px) {
  .events-block .carousel-base-styling i.icon-left {
    top: 104px;
  }
  .events-block .carousel-base-styling i.icon-right {
    top: 104px;
  }
}
@media (max-width: 1024px) {
  .slick-slider i {
    color: white !important;
  }
  .events-block .slick-slider i {
    color: #828287 !important;
  }
}
.gform-theme--foundation .gform_fields {
  row-gap: 24px !important;
}
.gform-theme--foundation .gform_fields select,
.gform-theme--foundation .gform_fields input,
.gform-theme--foundation .gform_fields textarea {
  border-radius: 0 !important;
}
.gform-theme--foundation .gform_fields select:focus,
.gform-theme--foundation .gform_fields input:focus,
.gform-theme--foundation .gform_fields textarea:focus {
  outline: 3px solid #828287;
  /* border-color: transparent; */
  outline-offset: -1px;
}
.gform-theme--foundation .gform_fields .gfield_label {
  font-size: 16px;
  font-weight: 700;
}
.gform-theme--foundation .gform_fields label.gform-field-label.gform-field-label--type-sub {
  font-size: 16px;
}
.gform_button {
  padding: 10px 20px !important;
  margin: 0 !important;
  width: auto !important;
  display: flex !important;
  justify-content: center !important;
  background: #E6E6E7 !important;
  color: #000 !important;
  margin: 0 auto;
  border-radius: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}
.gform_button:hover {
  background: #828287 !important;
  color: #fff !important;
}
.gform_button:focus {
  outline: 0 !important;
  border: 0 !important;
}
.gform_validation_errors {
  border-radius: 0 !important;
}
.carousel-offset .slick-slide img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 0;
}
