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;
}

* html .grp {
  height: 1%;
}

*:first-child + html .grp {
  min-height: 1px;
}

.grp:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Desktop - Parent footer wrapper */
.footer {
  box-sizing: border-box;
  float: left;
  padding: 0 20px;
  width: 100%;
  /* Top Footer brand, sign-up and social icons */
  /* Positions webpuzzle logo right */
}
.footer .brand {
  align-items: center;
  display: flex;
  justify-content: space-between;
  /* Social icons */
}
.footer .brand a {
  display: inline-flex;
}
.footer .brand .social {
  align-items: center;
  display: flex;
  gap: 12px;
  /* Sets icon size */
}
.footer .brand .social img {
  height: 26px;
  width: 26px;
}
.footer .brand, .footer .copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}
.footer .copyright img.webpuzzle {
  float: right;
  padding-bottom: 20px;
}
@media (max-width: 1220px) {
  .footer {
    text-align: center;
    /* Tablet - Top Footer brand, sign-up and social icons */
    /* Positions webpuzzle logo centrally  */
  }
  .footer .brand {
    flex-wrap: wrap;
  }
  .footer .copyright img.webpuzzle {
    float: none;
    padding-bottom: 0;
  }
}

/*
	********************************************

        Newsletter widget stylings

	********************************************

    1.   Desktop newsletter base styling
    1.1  Tablet/Mobile newsletter base styling
    2.   Desktop Homepage newsletter styling
    3.   In Article Desktop newsletter widget styling
    3.1  In Article Tablet/Mobile newsletter widget styling
    4.   End of article - Desktop end of article styling
    4.1  End of article - Desktop end of article styling
    5.   Footer - Desktop newsletter styling
    5.1  Footer - Tablet newsletter styling
    5.2  Footer - Mobile newsletter styling

	********************************************
*/
.newsletter-wrapper {
  background: #18181b;
  box-sizing: border-box;
  padding: 32px 20px;
  width: 100%;
}

.newsletter-widget {
  align-items: center;
  color: #FFF;
  display: flex;
  justify-content: center;
}
.newsletter-widget h2 {
  line-height: 32px;
  margin-bottom: 6px;
  padding: 0 0 0 0;
}
.newsletter-widget p {
  padding: 0 0 0 0;
}
.newsletter-widget .newsletter-form {
  display: inline-flex;
  margin-left: 24px;
}
.newsletter-widget .newsletter-form input {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.75' height='11' viewBox='0 0 13.75 11'%3E%3Cpath d='M5.031,19A1.057,1.057,0,0,1,4,17.969V9.031A1.057,1.057,0,0,1,5.031,8H16.719A1.057,1.057,0,0,1,17.75,9.031v8.938A1.057,1.057,0,0,1,16.719,19Zm5.844-5.191L5.031,9.977v7.992H16.719V9.977Zm0-1.031L16.65,9.031H5.117Zm-5.844-2.8v0Z' transform='translate(-4 -8)' fill='%2370707b'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 12px 14px;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  color: #70707B;
  height: 44px;
  font-size: 16px;
  display: block;
  line-height: normal;
  min-width: 360px;
  padding: 12px 12px 12px 36px;
  width: 100%;
}
.newsletter-widget .newsletter-form button {
  background-color: #E4E4E7;
  border-radius: 4px;
  border: none;
  color: #18181b;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 8px;
  padding: 12px 24px;
  transition: background-color 0.2s ease-in-out;
}
.newsletter-widget .newsletter-form button:hover {
  background-color: #D1D1D6;
  cursor: pointer;
}

@media (max-width: 1220px) {
  .newsletter-wrapper {
    padding: 24px 20px 26px 20px;
  }
  .newsletter-wrapper .newsletter-widget {
    align-items: flex-start;
    flex-direction: column;
  }
  .newsletter-wrapper .newsletter-widget h2 {
    margin-bottom: 2px;
  }
  .newsletter-wrapper .newsletter-widget .newsletter-form {
    margin-top: 9px;
    margin-left: 0;
    width: 100%;
  }
  .newsletter-wrapper .newsletter-widget .newsletter-form input {
    background-position: 10px;
    min-width: auto;
    padding: 10px 10px 10px 34px;
  }
}
.newsletter-wrapper.homepage-signup {
  background-color: #F4F4F4;
  margin-bottom: 40px;
}
.newsletter-wrapper.homepage-signup .newsletter-widget {
  color: #18181B;
}
.newsletter-wrapper.homepage-signup .newsletter-widget .newsletter-form input {
  border: 1px solid #D1D1D6;
}
.newsletter-wrapper.homepage-signup .newsletter-widget .newsletter-form button {
  background-color: #18181b;
  color: #FFF;
}
.newsletter-wrapper.homepage-signup .newsletter-widget .newsletter-form button:hover {
  background-color: #46464f;
}

.content .newsletter-wrapper {
  margin-bottom: 40px;
}
.content .newsletter-wrapper.in-article-signup {
  background: transparent;
  border: 1px solid #70707B;
}
.content .newsletter-wrapper.in-article-signup .newsletter-widget {
  align-items: center;
  flex-direction: revert;
}
.content .newsletter-wrapper.in-article-signup .newsletter-widget p {
  color: #18181B;
  padding: 0 0 0 0;
}
.content .newsletter-wrapper.in-article-signup .newsletter-widget .newsletter-form {
  margin: 0;
  width: auto;
}
.content .newsletter-wrapper.in-article-signup .newsletter-widget .newsletter-form button {
  background-color: #F4F4F5;
  border: 1px solid rgba(3, 36, 77, 0.7);
  color: #18181b;
  margin-left: 16px;
}
.content .newsletter-wrapper.in-article-signup .newsletter-widget .newsletter-form button:hover {
  background-color: #18181b;
  color: #FFF;
}
.content h2 + .newsletter-wrapper, .content img + .newsletter-wrapper, .content h3 + .newsletter-wrapper, .content h4 + .newsletter-wrapper {
  margin-top: 40px;
}
.content p + .newsletter-wrapper {
  margin-top: 15px;
}
.content p .newsletter-wrapper {
  margin: 40px 0;
}
@media (max-width: 1220px) {
  .content h2 + .newsletter-wrapper, .content img + .newsletter-wrapper, .content h3 + .newsletter-wrapper, .content h4 + .newsletter-wrapper {
    margin-top: 32px;
  }
  .content p + .newsletter-wrapper {
    margin-top: 15px;
  }
  .content p .newsletter-wrapper {
    margin: 32px 0;
  }
}

.content .newsletter-wrapper .newsletter-widget .newsletter-text h2 {
  scroll-margin-top: revert;
}
.content .newsletter-wrapper .newsletter-widget .newsletter-text p {
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 0 0;
}
.content .newsletter-wrapper .newsletter-widget .newsletter-form {
  margin-left: 20px;
}
.content .newsletter-wrapper .newsletter-widget .newsletter-form input {
  min-width: 280px;
}

@media (max-width: 1220px) {
  .content .newsletter-wrapper .newsletter-widget .newsletter-form {
    margin-left: 0;
  }
  .content .newsletter-wrapper .newsletter-widget .newsletter-form input {
    min-width: auto;
  }
}
.newsletter-wrapper.footer-signup {
  background: none;
  padding: 0 0 0 0;
  width: auto;
}
.newsletter-wrapper.footer-signup .newsletter-widget {
  color: #18181b;
}
.newsletter-wrapper.footer-signup .newsletter-widget p {
  padding: 0 24px 0 24px;
}
.newsletter-wrapper.footer-signup .newsletter-widget .newsletter-form {
  margin: 0;
}
.newsletter-wrapper.footer-signup .newsletter-widget input {
  border: 1px solid #D1D1D6;
}
.newsletter-wrapper.footer-signup .newsletter-widget button {
  background-color: #18181b;
  color: #FFF;
}
.newsletter-wrapper.footer-signup .newsletter-widget button:hover {
  background-color: #46464f;
}

@media (max-width: 1220px) {
  .newsletter-wrapper.footer-signup {
    padding: 0 0 0 0;
    order: 3;
    width: 100%;
  }
  .newsletter-wrapper.footer-signup .newsletter-widget {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 12px;
  }
  .newsletter-wrapper.footer-signup .newsletter-widget > div {
    width: 100%;
  }
  .newsletter-wrapper.footer-signup .newsletter-widget p {
    padding: 0 24px 0 0;
  }
  .newsletter-wrapper.footer-signup .newsletter-widget .newsletter-form {
    flex-grow: 1;
  }
}
@media (max-width: 1220px) {
  .newsletter-wrapper {
    min-height: 89px;
  }
  .newsletter-wrapper.footer-signup {
    padding: 0;
  }
  .newsletter-wrapper.footer-signup .newsletter-widget p {
    padding: 0 0 9px 0;
  }
}
/* 


    Typography partial

    ------------------------------------------------------------------

    Our type is set to a baseline grid of 24. Multiples of this number
    will maintain the best vertical rhythm.

    ==================================================================

    Vertical rhythm ~ 6, 12, 18, 24, 30, 36, 42, 48, 54, 60, 66, 72.

	A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

*/
body {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

button {
  font-family: "aktiv-grotesk", sans-serif;
}

/* 

	Typography elements: 

		- Elements
			- Sub-classes of those elements

*/
h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 18px 0 20px 0;
}

h3 {
  font-size: 21px;
  font-weight: 700;
  padding: 18px 0 18px 0;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  padding: 18px 0 18px 0;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  padding: 18px 0 18px 0;
}

h6 {
  font-size: 18px;
  font-weight: 700;
  padding: 18px 0 18px 0;
  text-transform: uppercase;
}

p {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  padding: 0 0 24px 0;
}

strong, b {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

p + blockquote {
  margin-top: 42px;
}

blockquote {
  box-sizing: border-box;
  border-left: 5px solid rgb(116, 51, 135);
  margin: 0 0 36px 48px;
  padding: 24px;
}

ul {
  margin: 0 0 0 0;
  padding: 24px 0 24px 48px;
  list-style-type: disc;
}
ul li {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}

ol {
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 0 0;
  padding: 0 0 24px 35px;
  list-style-type: decimal;
}
ol li {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}

a {
  color: rgb(116, 51, 135);
  text-decoration: none;
  transition: all 0.25s ease;
}
a:hover {
  color: rgb(70, 27, 83);
  text-decoration: underline;
}

p > .button {
  margin-top: 36px;
}

.button, .wp-content .button {
  background: rgb(116, 51, 135);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-weight: 700;
  margin: 0 0 0 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
}
.button:hover, .wp-content .button:hover {
  background: rgb(70, 27, 83);
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.button.inactive, .wp-content .button.inactive {
  background: rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: rgba(255, 255, 255, 0.45);
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

/*
	********************************************

        Newsletter sign up form

	********************************************

    1.   Desktop newsletter styling

	********************************************
*/
#newsletterForm #form .inner h1, #newsletterForm-promo-only #form .inner h1 {
  padding: 0;
}
#newsletterForm #form .inner h1 + p, #newsletterForm-promo-only #form .inner h1 + p {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 26px;
}
#newsletterForm #form .inner #required, #newsletterForm-promo-only #form .inner #required {
  color: #70707B;
  margin-bottom: 16px;
  padding: 0 0 0 0;
}
#newsletterForm #form .inner h2, #newsletterForm-promo-only #form .inner h2 {
  padding-top: 24px;
  margin-bottom: 10px;
}
#newsletterForm #form .inner h2 span, #newsletterForm-promo-only #form .inner h2 span {
  color: #70707B;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 8px;
}
#newsletterForm #form .inner h2 + p, #newsletterForm-promo-only #form .inner h2 + p {
  margin-bottom: 6px;
}
#newsletterForm #form .inner .field, #newsletterForm-promo-only #form .inner .field {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}
#newsletterForm #form .inner .field .label, #newsletterForm-promo-only #form .inner .field .label {
  padding: 0;
  width: 158px;
}
#newsletterForm #form .inner .field input, #newsletterForm-promo-only #form .inner .field input {
  height: 40px;
  margin: 0;
  padding: 12px;
}
#newsletterForm #form .inner .field .label-checkbox, #newsletterForm-promo-only #form .inner .field .label-checkbox {
  margin: 0;
  order: 1;
  padding: 0 0 0 6px;
}
#newsletterForm #form .inner .field select, #newsletterForm-promo-only #form .inner .field select {
  height: 40px;
  margin: 0 0 0 0;
  padding: 0 12px 0 9px;
}
#newsletterForm #form .inner .field input[type=checkbox], #newsletterForm-promo-only #form .inner .field input[type=checkbox] {
  height: 14px;
  margin-bottom: 4px;
  width: 14px;
}
#newsletterForm #form .inner #radio-buttons .field, #newsletterForm-promo-only #form .inner #radio-buttons .field {
  align-items: baseline;
  display: flex;
}
#newsletterForm #form .inner #radio-buttons .field input[type=radio], #newsletterForm-promo-only #form .inner #radio-buttons .field input[type=radio] {
  height: 14px;
  width: 14px;
}
#newsletterForm #form .inner #botdetect-captcha, #newsletterForm-promo-only #form .inner #botdetect-captcha {
  margin: 40px 0 16px 0;
}
#newsletterForm #form .inner .BDC_CaptchaDiv, #newsletterForm-promo-only #form .inner .BDC_CaptchaDiv {
  display: flex;
}
@media (max-width: 960px) {
  #newsletterForm #form .inner h2, #newsletterForm-promo-only #form .inner h2 {
    padding-top: 11px;
  }
  #newsletterForm #form .inner h1 + p, #newsletterForm-promo-only #form .inner h1 + p {
    margin-bottom: 18px;
  }
  #newsletterForm #form .inner #required, #newsletterForm-promo-only #form .inner #required {
    margin-bottom: 9px;
  }
  #newsletterForm #form .inner .field, #newsletterForm-promo-only #form .inner .field {
    display: block;
  }
  #newsletterForm #form .inner .field .label, #newsletterForm-promo-only #form .inner .field .label {
    margin-bottom: 4px;
  }
  #newsletterForm #form .inner .field input[type=checkbox], #newsletterForm-promo-only #form .inner .field input[type=checkbox] {
    margin-top: 4px;
  }
  #newsletterForm #form .inner #radio-buttons br, #newsletterForm-promo-only #form .inner #radio-buttons br {
    display: none;
  }
}

.wp-content #form input, .wp-content #form select {
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 300px;
}
.wp-content .content.editorial #form .inner h1 {
  line-height: 45px;
  padding: 0 0 0px;
  margin-bottom: 4px;
}
.wp-content .content.editorial #form .inner h1 + p {
  margin-bottom: 19px;
  padding: 0;
}
.wp-content .content.editorial #form .inner h2 {
  padding: 15px 0 5px 0;
}
.wp-content .content.editorial #form .inner h2:last-of-type {
  padding: 20px 0 5px 0;
}
.wp-content .content.editorial #form .inner p {
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 15px 0;
}
.wp-content .content.editorial #form .inner p:last-of-type {
  padding: 0 0 5px 0;
}
.wp-content .content.editorial #form .inner .field .label {
  float: left;
  padding: 5px 0;
  width: 180px;
}
.wp-content .content.editorial #form .inner .field input[type=text], .wp-content .content.editorial #form .inner .field input[type=email], .wp-content .content.editorial #form .inner .field .country-list {
  height: 35px;
  margin: 0 0 20px 0;
  width: 300px;
}
.wp-content .content.editorial #form .inner .field input[type=checkbox] {
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
  width: auto;
  float: left;
}
.wp-content .content.editorial #form .inner .field .label-checkbox {
  display: inline-block;
  padding: 0 0 0 8px;
  margin: 0 0 15px;
  width: calc(100% - 22px);
}
.wp-content .content.editorial #form .inner .g-recaptcha {
  display: flex;
  margin: 15px 0 15px 0;
}
.wp-content .content.editorial #form .inner .g-recaptcha > div iframe {
  margin: 0 0 0 0;
}
.wp-content .content.editorial #form .inner #yourFirstCaptchaUserInput {
  width: 300px;
  display: block;
}
.wp-content .content.editorial #form .inner #botdetect-captcha {
  margin: 10px 0 10px 0;
}
.wp-content .content.editorial #form .inner button {
  cursor: pointer;
  padding: 15px 30px;
  margin-top: 10px;
  max-width: 300px;
}

@media (max-width: 960px) {
  .wp-content #form input, .wp-content #form select {
    border: 1px solid rgba(0, 0, 0, 0.25);
    width: 100%;
  }
  .wp-content .content.editorial #form .inner h1 {
    font-size: 30px;
    line-height: normal;
  }
  .wp-content .content.editorial #form .inner h2 {
    padding: 5px 0 5px 0;
    margin: 0 0 5px 0;
  }
  .wp-content .content.editorial #form .inner p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 15px 0;
  }
  .wp-content .content.editorial #form .inner .field .label {
    padding: 0 0 5px 0;
    width: 100%;
  }
  .wp-content .content.editorial #form .inner .field input[type=text], .wp-content .content.editorial #form .inner .field input[type=email] {
    margin: 0 0 10px 0;
    width: 100%;
    max-width: 100%;
  }
}
/*
	********************************************

        Website structure

	********************************************

    1.   Fixed Branding
    1.1  Fixed Branding Mobile
    2.   Navigation
    2.2  Navigation Mobile
    3.   Row Backgrounds and Rows
    3.1  Row Backgrounds and Rows Mobile
    4.   Content Mobile
    5.   Footer
    5.1  Footer Mobile
    6.   Cookie Statement

	********************************************
*/
.body {
  padding-top: 90px;
}

.search-body {
  padding-top: 90px;
}

.advert {
  float: left;
  width: 100%;
}

.vibrant-canvas {
  display: none;
}

.menu-trigger a {
  float: left;
  line-height: 0;
}

.wp-content {
  float: left;
  width: 100%;
}

.wp-content a {
  text-decoration: underline;
}

.at-custom-mobile-bar {
  z-index: 2 !important;
}

.ui.uncover.sidebar {
  z-index: 3;
}

.top-leaderboard, .middle-leaderboard, .bottom-leaderboard {
  background: rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  float: left;
  text-align: center;
  width: 100%;
}
.top-leaderboard div, .middle-leaderboard div, .bottom-leaderboard div {
  margin: 15px 0;
}

#fixed-branding {
  background-color: rgb(0, 0, 0);
  display: none;
  float: left;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
#fixed-branding.home {
  background: linear-gradient(45deg, #000000, rgb(116, 51, 135), #000000);
  display: block;
}
#fixed-branding ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#fixed-branding ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#fixed-branding ul li img {
  max-height: 200px;
}
#fixed-branding p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  padding: 24px 0 0 0;
  margin: 0 0 0 0;
  letter-spacing: 1px;
}

@media screen and (min-width: 280px) and (max-width: 900px) {
  #fixed-branding.home {
    display: none;
  }
}
.navigation {
  align-items: center;
  background: rgb(0, 0, 0);
  border-bottom: 5px solid;
  border-image-source: linear-gradient(45deg, rgb(29, 11, 34), rgb(116, 51, 135), rgb(29, 11, 34));
  border-image-slice: 1;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  display: flex;
  float: left;
  height: 90px;
  padding: 20px 10px 20px 10px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 3;
}
.navigation > a {
  height: 50px;
}
.navigation ul {
  align-items: center;
  align-self: center;
  gap: 20px;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding: 0;
  margin: 0;
  text-align: center;
}
.navigation ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08rem;
  line-height: 14px;
  margin: 0 0 0 0;
  text-transform: uppercase;
}
.navigation ul li a, .navigation ul li span {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: block;
  padding: 0;
  padding-top: 0;
}
.navigation ul li ul li {
  text-transform: none;
}
.navigation ul li .newsletter-nav-link {
  display: none;
}
.navigation .dropdown-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 2px 7px rgba(0, 0, 0, 0.18);
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.navigation .logo {
  padding-right: 0;
  width: 50px;
  height: 50px;
}
.navigation .menu-trigger, .navigation .breadcrumb {
  color: rgb(255, 255, 255);
  display: none;
  letter-spacing: 0.04rem;
  padding-top: 4px;
}
.navigation .newsletter-nav-link {
  align-items: center;
  color: #FFF;
  display: inline-flex;
  height: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-transform: uppercase;
}
.navigation .newsletter-nav-link svg {
  height: 14px;
  width: 18px;
  margin-right: 5px;
  margin-bottom: 2px;
  box-sizing: border-box;
}
.navigation .follow-us {
  padding-left: 10px;
  float: right;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 0 0;
  padding: 0 10px 0 20px;
  text-transform: uppercase;
}
.navigation .follow-us a, .navigation .follow-us span {
  color: rgb(255, 255, 255);
}
.navigation .follow-us img {
  max-width: 26px;
}
.navigation .follow-us ul li {
  display: flex;
  justify-content: center;
}
.navigation.fixed-header {
  position: fixed;
  z-index: 1001;
}

@media screen and (min-width: 1250px) and (max-width: 1360px) {
  .navigation .follow-us {
    padding: 0 10px 0 15px;
  }
}
@media (max-width: 1280px) {
  .navigation .newsletter-nav-link {
    display: none;
  }
  .navigation ul li .newsletter-nav-link {
    display: inline-flex;
  }
  .navigation ul li .newsletter-nav-link svg {
    margin-bottom: 0;
  }
  .navigation ul li:last-child {
    display: inline-flex;
  }
}
@media screen and (min-width: 280px) and (max-width: 900px) {
  .navigation {
    justify-content: space-between;
    padding: 20px 5px 20px 10px;
  }
  .navigation ul {
    display: none;
  }
  .navigation .follow-us {
    display: none;
  }
  .navigation .breadcrumb {
    display: block;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04rem;
    line-height: 20px;
    padding: 4px 5px 0 5px;
    margin: 0 0 0 0;
    text-transform: uppercase;
  }
  .navigation .menu-trigger {
    padding-left: 0;
    float: right;
    display: block;
  }
  .navigation .menu-trigger img {
    width: 50px;
    height: 50px;
  }
  .search-body {
    padding-top: 135px;
  }
}
.navigation .dropdown-content {
  background: #000;
}

.navigation .dropdown-content a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navigation .dropdown-content li {
  background: rgba(0, 0, 0, 0);
}

/*
    Social Media Drop Down
*/
.navigation .far-right a {
  background: rgba(0, 0, 0, 0);
}

/*
    Border Radius on Desktop Drop Downs
*/
.navigation .dropdown:hover a {
  color: rgb(255, 255, 255);
}

.navigation .dropdown:hover .dropdown-content a {
  color: #FFF;
}

.navigation .dropdown:hover .dropdown-content a:hover {
  background: linear-gradient(45deg, rgb(70, 27, 83), rgb(29, 11, 34));
  color: #FFF;
}

a .fa {
  color: #fff;
}

/* SIDEBAR VISIBLE */
.sidebar.ui.vertical.menu {
  background: #000000;
}

.sidebar.visible .navigation {
  border-image-source: linear-gradient(45deg, rgb(116, 51, 135), rgb(29, 11, 34));
}

.sidebar.visible .navigation li {
  color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar.visible .navigation li:hover {
  background: linear-gradient(45deg, rgb(70, 27, 83), rgb(29, 11, 34));
}

.sidebar.visible .navigation li:hover a {
  color: #FFF;
}

.sidebar.visible .navigation .dropdown.dropped {
  background: linear-gradient(180deg, rgb(70, 27, 83), rgb(70, 27, 83));
}

.sidebar.visible .navigation .dropdown.dropped > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0 15px 20px;
}

.sidebar.visible .navigation > ul {
  background: #000;
}

.sidebar.visible .navigation .dropdown .dropdown-content {
  background: rgb(29, 11, 34);
}

.sidebar.visible .navigation .dropdown-content li:hover {
  background: linear-gradient(90deg, rgb(70, 27, 83), rgb(29, 11, 34));
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.sidebar.visible .navigation .dropdown-content a {
  background: transparent;
  color: rgb(255, 255, 255);
}

.sidebar.visible .navigation .dropdown-content a:hover {
  background: transparent;
}

.row-background {
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
  /* Events / Experiences Results Page */
  /* 404 error message content */
}
.row-background .half-background {
  background: linear-gradient(180deg, #fff 0%, rgba(0, 0, 0, 0.05) 100%);
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 50%;
  left: 0;
  z-index: -1;
}
.row-background .row-title {
  box-sizing: border-box;
  float: left;
  padding: 0 85px 15px 85px;
  width: 100%;
}
.row-background .row-title h1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 30px;
  padding: 15px 0 5px 0;
  margin: 0 0 10px 0;
}
.row-background .row-title h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  padding: 15px 0 5px 0;
  margin: 0 0 10px 0;
}
.row-background .row-title p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}
.row-background .row {
  box-sizing: border-box;
  display: flex;
  float: left;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 0 0 0;
  padding: 0 70px 0 70px;
  position: relative;
  width: 100%;
}
.row-background .row .item {
  color: rgb(0, 0, 0);
  flex-grow: 1;
  flex-basis: auto;
  box-sizing: border-box;
  padding: 0 15px 60px 15px;
  max-width: 25%;
  text-decoration: none;
}
.row-background .row .item:hover h2 {
  text-decoration: underline;
}
.row-background .row .item h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 28px;
  padding: 0 0 3px 0;
  max-width: 95%;
}
.row-background .row .item img {
  border-radius: 6px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  float: left;
  height: auto;
  min-height: 90px;
  margin: 0 0 13px 0;
  max-width: 940px;
  width: 100%;
}
.row-background .row.award .item {
  max-width: 100%;
  padding-bottom: 30px;
}
.row-background .carousel-button-prev {
  position: absolute;
  outline: none;
  left: 20px;
  bottom: calc(50% - 21px);
  z-index: 1;
}
.row-background .carousel-button-next {
  position: absolute;
  outline: none;
  right: 20px;
  bottom: calc(50% - 21px);
  z-index: 1;
}
.row-background.homepage-heading {
  background: rgba(0, 0, 0, 0.02);
  text-align: center;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.row-background.homepage-heading h2 {
  font-size: 30px;
  padding: 35px 0 0 0;
  margin: 0 0 0 0;
  letter-spacing: -0.035em;
}
.row-background.homepage-heading .row-title {
  padding: 0 85px 0 85px;
}
.row-background.the-list {
  background: rgba(0, 0, 0, 0.02);
  align-items: center;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 40px;
  /* Newsletter widget  */
}
.row-background.the-list .row-title {
  padding: 35px 0 30px 0;
  text-align: center;
}
.row-background.the-list .row-title h1 {
  font-size: 32px;
  padding: 0 0 0 0;
}
.row-background.the-list .half-background {
  background: linear-gradient(180deg, #fff 0%, #F5F5F5 100%);
  height: 15.5%;
  max-height: 270px;
  top: 0;
}
.row-background.the-list .list-nav {
  display: inline-block;
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  width: 100%;
}
.row-background.the-list .list-nav li {
  display: inline-block;
  margin: 0 0 0 0;
}
.row-background.the-list .list-nav li a {
  border: 1px solid transparent;
  display: inline-block;
  padding: 9px 12px;
  font-weight: 700;
}
.row-background.the-list .list-nav li a.active {
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  border: 1px solid rgb(116, 51, 135);
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
}
.row-background.the-list .row {
  max-width: 1600px;
  justify-content: flex-start;
  /*.item:nth-child(4n-7) {  
      margin-left: 0;
  }
  .item:nth-child(4n+4) {  
      margin-right: 0;
  } */
}
.row-background.the-list .row.load-more {
  justify-content: center;
  padding: 0 0 40px 0;
}
.row-background.the-list .row.load-more a {
  border: 1px solid rgb(116, 51, 135);
  border-radius: 6px;
  padding: 9px;
  width: 25%;
  max-width: 150px;
  text-align: center;
}
.row-background.the-list .row .item {
  background: #FFF;
  color: #000;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  flex-grow: 1;
  flex-basis: auto;
  margin: 0 1% 30px 1%;
  max-width: 23%;
  width: 100%;
  padding: 0 0 17px 0;
  text-decoration: none;
  text-align: center;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out, opacity 0.2s ease-out;
  transition-delay: 0.1s;
  transform: translateZ(0);
}
.row-background.the-list .row .item:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
  transform: translate(0, -4px);
  z-index: 10;
}
.row-background.the-list .row .item:hover h2 {
  text-decoration: none;
}
.row-background.the-list .row .item img {
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  float: left;
  margin: 0 0 0 0;
  max-width: 100%;
  width: 100%;
}
.row-background.the-list .row .item h2 {
  box-sizing: border-box;
  display: block;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  margin: 0 0 0 0;
  padding: 0 20px;
  max-width: 100%;
  width: 100%;
}
.row-background.the-list .row .item p {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  padding: 0 20px;
  margin: 0 0 0 0;
}
.row-background.the-list .row .item .position {
  box-shadow: none;
  color: #000;
  float: left;
  font-family: didoni-urw, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  height: 32px;
  margin: 5px 0 21px 0;
  padding: 8px 0 0 0;
  text-align: center;
  width: 100%;
}
.row-background.the-list .row .item .position:after {
  border-bottom: 1px solid;
  border-color: #dcdcdc;
  content: "";
  display: block;
  width: 50px;
  margin: 10px auto 0 auto;
}
.row-background.the-list .row.no-hover {
  padding-top: 0;
  padding-bottom: 30px;
}
.row-background.the-list .row.no-hover.t51-100 .item {
  border: none;
}
.row-background.the-list .row.no-hover .item {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 0 0 20px 0;
  margin: 0 1% 2% 1%;
  max-width: 23%;
  width: 100%;
}
.row-background.the-list .row.no-hover .item:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  transform: none;
}
.row-background.the-list .row.no-hover .item:first-of-type img {
  border-bottom: 0;
}
.row-background.the-list .content.editorial {
  max-width: 1570px;
}
.row-background.the-list .newsletter-widget {
  max-width: 1420px;
  margin: 0px auto;
}
.row-background.the-list .newsletter-widget .newsletter-text {
  flex: 1;
}
.row-background.the-list .individual-awards {
  justify-content: flex-start;
}
.row-background.the-list .individual-awards .item {
  padding-bottom: 0;
  max-width: 31.3%;
}
.row-background.the-list .individual-awards .item:first-of-type img {
  border-bottom: 0;
}
.row-background.the-list .individual-awards .item img {
  margin-bottom: 15px;
}
.row-background.the-list .individual-awards .item h2 {
  margin-bottom: 2px;
}
.row-background.the-list .individual-awards .item p {
  padding: 0 15px 19px 15px;
  line-height: 21px;
}
.row-background.the-list.no-image .row {
  padding-top: 10px;
  padding-bottom: 30px;
}
.row-background.the-list.no-image .row .item {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 0 0 20px 0;
  margin-bottom: 2%;
  max-width: 23%;
  width: 100%;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  transform: none;
}
.row-background.the-list.no-image .row .item:first-of-type img {
  border-bottom: 0;
}
.row-background.the-list.no-image .row .item .position {
  margin: 9px 0 20px 0;
}
.row-background.stories {
  background: rgba(0, 0, 0, 0.02);
  margin: 0 0 0 0;
  padding: 35px 0 40px 0;
}
.row-background.stories .half-background {
  background: rgba(0, 0, 0, 0.02);
  height: 230px;
  top: 0;
}
.row-background.stories .row-title {
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  text-align: center;
}
.row-background.stories .row-title h1 {
  font-size: 32px;
  letter-spacing: 0.025em;
  margin-bottom: 8px;
}
.row-background.stories .row-title h2 {
  font-size: 25px;
  letter-spacing: 0.025em;
  margin-bottom: 5px;
  padding: 0 32px;
}
.row-background.stories.botb {
  background: linear-gradient(180deg, #C39D68, #F5F5F5, #FFF);
}
.row-background.stories.botb .row-title h1 {
  color: #FFF;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.row-background.stories.botb .row-title p {
  max-width: 55%;
  color: #FFF;
  display: inline-block;
  padding: 20px 0 20px 0;
}
.row-background.stories.botb .row-title img {
  margin: 10px 0 0 0;
}
.row-background.stories.botb .row {
  justify-content: flex-start;
}
.row-background.stories.botb .row .item {
  background: linear-gradient(45deg, #be9762, #C39D68, #dec6a6);
  color: rgb(255, 255, 255);
  max-width: 23%;
  margin: 0 1% 2% 1%;
  padding: 5px 5px 20px 5px;
}
.row-background.stories.botb .row .item h2:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-image-source: none;
  border-image-slice: 0;
  margin-top: 14px;
}
.row-background.stories.botb .row .item p {
  color: rgb(255, 255, 255);
}
.row-background.stories.botb .row .item img {
  border-radius: 4px;
}
.row-background.stories .row {
  justify-content: space-between;
  max-width: 1600px;
  padding: 0 20px 0 20px;
}
.row-background.stories .row .item {
  border-radius: 6px;
  max-width: 32%;
  padding: 0 0 20px 0;
  margin-bottom: 2%;
  text-align: center;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out, opacity 0.2s ease-out;
  transition-delay: 0.1s;
  transform: translateZ(0);
  color: #000;
  background: #FFF;
}
.row-background.stories .row .item img {
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  height: auto;
  float: left;
  margin: 0 0 16px 0;
  max-width: 100%;
  min-height: 93px;
  width: 100%;
}
.row-background.stories .row .item h2 {
  clear: none;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 11px 0;
  padding: 0;
  display: inline-block;
}
.row-background.stories .row .item h2:after {
  border-bottom: 1px solid;
  border-color: #dcdcdc;
  content: "";
  display: block;
  width: 50px;
  margin: 11px auto 0 auto;
}
.row-background.stories .row .item p {
  padding: 0 32px;
  margin: 0 0 0 0;
  font-size: 16px;
}
.row-background.stories .row .item:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
  transform: translate(0, -4px);
  z-index: 999;
}
.row-background.stories .row .item:hover h2 {
  text-decoration: none;
}
.row-background.stories .row .item.lead-article {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 0;
  /* Tablet Homepage lead article styling */
}
.row-background.stories .row .item.lead-article img {
  max-width: 66%;
  margin: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  min-height: 143px;
}
.row-background.stories .row .item.lead-article div {
  box-sizing: border-box;
  padding: 0 40px;
  width: 50%;
}
.row-background.stories .row .item.lead-article h1 {
  clear: both;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 19px 0;
  padding: 0;
}
.row-background.stories .row .item.lead-article h1:after {
  border-bottom: 1px solid;
  border-color: #dcdcdc;
  content: "";
  display: block;
  width: 100px;
  margin: 16px auto 0 auto;
}
@media (max-width: 1220px) {
  .row-background.stories .row .item.lead-article div {
    padding: 0 20px;
  }
}
.row-background.stories-feed {
  background: rgba(0, 0, 0, 0.02);
}
.row-background.stories-feed .half-background {
  background: rgba(0, 0, 0, 0.02);
  height: 230px;
  top: 0;
}
.row-background.stories-feed .row-title {
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.row-background.stories-feed .row-title h1 {
  font-size: 24px;
  letter-spacing: 0.025em;
}
.row-background.stories-feed .row-title h2 {
  color: rgb(0, 0, 0);
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
  letter-spacing: 0.005em;
}
.row-background.stories-feed .row-title h2 span {
  float: right;
  font-size: 16px;
  font-weight: 400;
  padding-top: 8px;
  letter-spacing: normal;
  text-transform: none;
}
.row-background.stories-feed .row {
  justify-content: left;
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
}
.row-background.stories-feed .row .item {
  max-width: 25%;
  padding-bottom: 30px;
}
.row-background.stories-feed .row .item h2 {
  clear: both;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
}
.row-background.stories-feed .row .item p {
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-transform: uppercase;
}
.row-background.video {
  background: rgb(0, 0, 0);
  background: linear-gradient(45deg, #000, rgb(70, 27, 83), #000);
  float: left;
  padding: 40px 0 40px 0;
  margin-top: 0;
  position: relative;
  width: 100%;
}
.row-background.video .row-title {
  max-width: 1600px;
  padding: 0 0 15px 0;
}
.row-background.video .row-title h2 {
  color: rgb(255, 255, 255);
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
  letter-spacing: 0.005em;
}
.row-background.video .row-title h2 a {
  color: rgb(255, 255, 255);
}
.row-background.video .row-title h2 span {
  float: right;
  font-size: 16px;
  font-weight: 400;
  padding-top: 5px;
  letter-spacing: normal;
  text-transform: none;
}
.row-background.video .row {
  display: block;
  padding: 0;
  max-width: 1600px;
}
.row-background.video .row .item {
  float: left;
  width: 100%;
  max-width: 100%;
}
.row-background.video .row .item img {
  margin: 0 0 15px 0;
}
.row-background.video .row .item h2 {
  color: rgb(255, 255, 255);
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.row-background.video .main-video {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  padding-right: 20px;
  float: left;
  width: 50%;
}
.row-background.video .main-video .item {
  padding-bottom: 0;
}
.row-background.video .main-video .item h2 {
  font-size: 25px;
  line-height: normal;
  margin: 0 0 10px 0;
}
.row-background.video .main-video .item p:first-of-type {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0 1px 0;
  padding: 0;
  text-transform: none;
  text-transform: uppercase;
}
.row-background.video .main-video .item p {
  max-width: 80%;
  padding: 0 0 0 0;
}
.row-background.video .related-video {
  box-sizing: border-box;
  padding-left: 20px;
  float: left;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.row-background.video .related-video .item {
  padding-bottom: 30px;
  width: 50%;
}
.row-background.video .related-video .item img {
  float: left;
  width: 100%;
}
.row-background.video .related-video .item h2 {
  float: left;
  font-size: 20px;
  line-height: 27px;
  max-width: 100%;
  text-align: left;
  padding-right: 10px;
}
.row-background.video .related-video .item p {
  float: left;
  padding: 0;
  margin: 0 0 0 0;
  line-height: normal;
  max-width: 100%;
  text-align: left;
  text-transform: none;
}
.row-background.video .related-video .item p:first-of-type {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0 7px 0;
  text-transform: uppercase;
}
.row-background.video .item {
  color: rgb(255, 255, 255);
}
.row-background.video .item p:first-of-type, .row-background.video .item p:last-of-type {
  color: rgb(255, 255, 255);
}
.row-background.profile.botb {
  background: linear-gradient(180deg, #C39D68, #F5F5F5, #FFF) !important;
}
.row-background.profile.botb .row-title {
  text-align: center;
}
.row-background.profile.botb .row-title h1 {
  font-size: 25px;
  letter-spacing: 0.025em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.row-background.profile.botb .row-title img {
  margin-bottom: 5px;
}
.row-background.profile.botb .half-background {
  background: linear-gradient(45deg, #be9762, #C39D68, #c6a16e) !important;
}
.row-background.profile .half-background {
  height: 57%;
  bottom: 43%;
}
.row-background.profile .row-title {
  padding: 0px 85px 15px 85px;
  width: 100%;
}
.row-background.profile .row-title h1 {
  color: rgb(255, 255, 255);
  text-align: center;
}
.row-background.profile .row-title h2 {
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  line-height: 18px;
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
}
.row-background.profile .row-title .prev-profile {
  float: left;
  margin: 0 0 0 0;
  width: 80px;
  text-align: left;
}
.row-background.profile .row-title .prev-profile img {
  float: left;
  transform: rotate(90deg);
  margin: 3px 5px 0 0;
  height: 13px;
  width: 13px;
}
.row-background.profile .row-title .next-profile {
  float: right;
  margin: 0 0 0 0;
  width: 80px;
  text-align: right;
}
.row-background.profile .row-title .next-profile img {
  float: right;
  transform: rotate(270deg);
  margin: 3px 0 0 5px;
  height: 13px;
  width: 13px;
}
.row-background.profile .row-title a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
}
.row-background.profile .row .item {
  float: left;
  max-width: 100%;
  padding-bottom: 30px;
}
.row-background.event-wrapper {
  flex-direction: column;
  padding-top: 0;
}
.row-background.event-wrapper .event-header {
  align-items: flex-end;
  box-sizing: border-box;
  height: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.row-background.event-wrapper .event-header:after {
  background: linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.4) 30%, rgba(33, 33, 33, 0.8071603641) 100%);
  bottom: 0;
  content: "";
  height: 80%;
  left: 0;
  position: absolute;
  width: 100%;
}
.row-background.event-wrapper .event-header img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.row-background.event-wrapper .event-header h1 {
  box-sizing: border-box;
  color: #FFF;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.088rem;
  padding: 0 20px;
  margin: 0 auto 20px auto;
  max-width: 1600px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 690px) {
  .row-background.event-wrapper .event-header {
    height: 200px;
  }
  .row-background.event-wrapper .event-header h1 {
    font-size: 36px;
    letter-spacing: -0.072rem;
    line-height: 38px;
  }
}
.row-background.event-wrapper .event-results-container {
  margin: 0 auto;
  max-width: 1600px;
  padding-bottom: 32px;
  width: 100%;
  /* Location Tags and results amount */
  /*  Location Header */
  /* Experience Results */
}
@media (max-width: 690px) {
  .row-background.event-wrapper .event-results-container {
    padding-bottom: 18px;
  }
}
.row-background.event-wrapper .event-results-container .locations-wrapper {
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  padding-top: 24px;
  padding: 24px 0 20px 20px;
  width: 100%;
}
@media (max-width: 690px) {
  .row-background.event-wrapper .event-results-container .locations-wrapper {
    padding: 20px 0 20px 20px;
  }
}
.row-background.event-wrapper .event-results-container .locations-wrapper + .event-listing-wrapper {
  margin-top: 19px;
}
@media (max-width: 690px) {
  .row-background.event-wrapper .event-results-container .locations-wrapper + .event-listing-wrapper {
    margin-top: 7px;
  }
}
.row-background.event-wrapper .event-results-container .location-tags::-webkit-scrollbar {
  display: none;
}
.row-background.event-wrapper .event-results-container .location-tags {
  align-items: center;
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  white-space: nowrap;
}
.row-background.event-wrapper .event-results-container .location-tags button {
  align-items: center;
  background-color: rgb(242, 242, 242);
  border-radius: 50px;
  border: none;
  color: rgb(0, 0, 0);
  display: flex;
  font-size: 16px;
  font-family: "aktiv-grotesk", sans-serif;
  line-height: 16px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  letter-spacing: -0.016rem;
  text-transform: capitalize;
  outline: none;
  padding: 12px 16px 10px 16px;
  transition: background 0.3s ease-in-out;
  -webkit-appearance: none;
}
.row-background.event-wrapper .event-results-container .location-tags button:hover {
  background-color: rgb(223, 223, 223);
  cursor: pointer;
}
.row-background.event-wrapper .event-results-container .location-tags button.active {
  background-color: rgb(116, 51, 135);
  color: #fff;
}
@media (max-width: 1220px) {
  .row-background.event-wrapper .event-results-container .location-tags {
    width: 100%;
  }
}
.row-background.event-wrapper .event-results-container .total-results span {
  font-weight: 600;
  letter-spacing: -0.048rem;
}
@media (max-width: 690px) {
  .row-background.event-wrapper .event-results-container .total-results {
    flex-grow: 1;
  }
}
.row-background.event-wrapper .event-results-container .clear-results {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  padding: 0 0 0 12px;
  height: 40px;
  border-left: 1px solid rgb(223, 223, 223);
}
.row-background.event-wrapper .event-results-container .clear-results:hover {
  text-decoration: underline;
}
@media (max-width: 690px) {
  .row-background.event-wrapper .event-results-container .clear-results {
    padding-right: 20px;
    border-left: none;
    padding-left: 0;
  }
}
.row-background.event-wrapper .event-results-container .event-listing-wrapper {
  margin-top: 39px;
}
@media (max-width: 690px) {
  .row-background.event-wrapper .event-results-container .event-listing-wrapper {
    margin-top: 35px;
  }
}
.row-background.event-wrapper .event-results-container .event-result-header {
  box-sizing: border-box;
  margin-bottom: 34px;
  padding: 0 20px;
}
.row-background.event-wrapper .event-results-container .event-result-header .event-brand {
  color: rgb(81, 81, 81);
  font-size: 18px;
  letter-spacing: 0.072rem;
  line-height: 32px;
  margin-bottom: 3px;
  padding: 0;
  text-transform: uppercase;
}
.row-background.event-wrapper .event-results-container .event-result-header h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.08rem;
  padding: 0;
  margin-bottom: 17px;
}
.row-background.event-wrapper .event-results-container .event-result-header p {
  padding: 0;
  max-width: 660px;
}
@media (max-width: 690px) {
  .row-background.event-wrapper .event-results-container .event-result-header {
    margin-bottom: 26px;
  }
  .row-background.event-wrapper .event-results-container .event-result-header .event-brand {
    font-size: 16px;
    letter-spacing: 0.064rem;
    line-height: 24px;
    margin-bottom: 1px;
  }
  .row-background.event-wrapper .event-results-container .event-result-header h2 {
    font-size: 32px;
    letter-spacing: -0.064rem;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.row-background.event-wrapper .event-results-container .event-result {
  margin-bottom: 42px;
  padding: 0 20px;
}
.row-background.event-wrapper .event-results-container .event-result .event-result-lead {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 690px) {
  .row-background.event-wrapper .event-results-container .event-result .event-result-lead {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 17px;
  }
}
.row-background.event-wrapper .event-results-container .event-result .event-result-lead .lead-meta .date {
  font-size: 20px;
  letter-spacing: -0.04rem;
  line-height: 30px;
  margin-bottom: -2px;
  padding: 0;
}
.row-background.event-wrapper .event-results-container .event-result .event-result-lead .lead-meta h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.064rem;
  padding: 0;
}
.row-background.event-wrapper .event-results-container .event-result .event-result-lead .lead-meta .result-sponsor {
  color: rgb(81, 81, 81);
  font-size: 14px;
  line-height: 18px;
  margin-top: 9px;
  padding: 0;
}
@media (max-width: 690px) {
  .row-background.event-wrapper .event-results-container .event-result .event-result-lead .lead-meta .date {
    font-size: 18px;
    letter-spacing: -0.016rem;
    line-height: 28px;
    margin-bottom: 0;
  }
  .row-background.event-wrapper .event-results-container .event-result .event-result-lead .lead-meta h2 {
    font-size: 24px;
    letter-spacing: -0.048rem;
    line-height: 34px;
  }
  .row-background.event-wrapper .event-results-container .event-result .event-result-lead .lead-meta .result-sponsor {
    margin-top: 7px;
  }
}
.row-background.event-wrapper .event-results-container .event-result .event-result-lead .result-total {
  padding: 0;
}
.row-background.event-wrapper .event-results-container .event-result .event-result-lead .result-total span {
  font-weight: 600;
}
@media (max-width: 690px) {
  .row-background.event-wrapper .event-results-container .event-result .event-result-lead .result-total {
    margin-top: 10px;
  }
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul li {
  border-radius: 8px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul li a:hover {
  color: rgb(116, 51, 135);
}
@media (max-width: 1220px) {
  .row-background.event-wrapper .event-results-container .event-result .event-cards ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 690px) {
  .row-background.event-wrapper .event-results-container .event-result .event-cards ul {
    grid-template-columns: 1fr;
  }
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .result-swiper-container {
  display: flex;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .result-img-carousel {
  min-width: 0;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-inactive-color: #FFF;
  --swiper-pagination-bullet-inactive-opacity: 0.4;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 3px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .result-img-carousel swiper-slide {
  display: flex;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .result-img-carousel img {
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .sold-out-tag {
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  letter-spacing: 0.012rem;
  line-height: 14px;
  padding: 8px;
  position: absolute;
  text-transform: uppercase;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 16px;
  margin-bottom: 20px;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02rem;
  line-height: 24px;
  margin-bottom: 14px;
  margin-top: 13px;
  padding: 0;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .card-sponsor {
  color: rgb(81, 81, 81);
  font-size: 14px;
  line-height: 20px;
  margin-top: -9px;
  margin-bottom: 13px;
  padding: 0;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .type, .row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .address, .row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .price {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 10px;
  min-height: 20px;
  line-height: 20px;
  padding-left: 24px;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .type a, .row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .address a, .row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .price a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .type {
  background-image: url("../svg/calendar-icon.svg");
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .address {
  background-image: url("../svg/address-icon.svg");
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .price {
  background-image: url("../svg/price-icon.svg");
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .collapsable-container {
  flex-grow: 1;
  margin-bottom: 13px;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .collapsable-container.open .result-description {
  height: auto;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .collapsable-container.open .result-description:after {
  display: none;
}
@media (max-width: 690px) {
  .row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .collapsable-container {
    display: none;
  }
  .row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .collapsable-container.open {
    display: block;
  }
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .result-description {
  height: 48px;
  margin-top: 13px;
  overflow: hidden;
  position: relative;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .result-description p {
  padding: 0;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .result-description:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0.8) 100%);
  bottom: 0;
  content: "";
  height: 80%;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 690px) {
  .row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .result-description:after {
    display: none;
  }
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .card-buttons {
  display: flex;
  justify-content: space-between;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .card-buttons .toggle-info, .row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .card-buttons .book {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  outline: none;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .card-buttons .toggle-info:hover, .row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .card-buttons .book:hover {
  cursor: pointer;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .card-buttons .toggle-info {
  background: none;
  background-image: url("../svg/add-icon.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px;
  border: none;
  color: rgb(0, 0, 0);
  padding: 0 20px 0 0;
  margin: 0;
  -webkit-appearance: none;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .card-buttons .toggle-info:hover {
  text-decoration: underline;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .card-buttons .toggle-info.show-less {
  background-image: url("../svg/show-less-icon.svg");
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .card-buttons .book {
  background-color: rgb(116, 51, 135);
  background-image: url("../svg/right-arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
  border: none;
  border-radius: 50px;
  color: rgb(255, 255, 255);
  padding: 12px 32px 12px 16px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .card-buttons .book:hover {
  background-color: #542562;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .card-buttons .book.blank {
  pointer-events: none;
  opacity: 0.2;
}
.row-background.event-wrapper .event-results-container .event-result .event-cards ul .card-meta .card-buttons .book.blank:hover {
  background-color: rgb(116, 51, 135);
  opacity: 0.2;
}
.row-background .error-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 44px 10px;
  max-width: 1196px;
  width: 100%;
}
.row-background .error-block #errorPageContent {
  padding: 0 24px 0 0;
  width: 50%;
}
.row-background .error-block #errorPageContent h2 {
  font-size: 120px;
  line-height: normal;
  padding: 0 0 0 0;
}
.row-background .error-block #errorPageContent h3 {
  font-size: 46px;
  padding: 0 0 40px 0;
  line-height: normal;
}
.row-background .error-block #errorPageContent p {
  font-size: 18px;
  line-height: 30px;
  padding: 0 0 16px 0;
}
.row-background .error-block #errorPageContent p:last-of-type {
  padding: 0 0 0 0;
}
.row-background .error-block #errorPageContent .homepageCountdown {
  font-weight: 700;
}
.row-background .error-block .error-image {
  height: auto;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 960px) {
  .row-background .error-block {
    flex-direction: column;
    padding: 20px 10px;
  }
  .row-background .error-block #errorPageContent {
    padding: 0 0 24px 0;
    width: 100%;
  }
  .row-background .error-block #errorPageContent h2 {
    font-size: 96px;
    line-height: normal;
    padding: 0 0 6px 0;
  }
  .row-background .error-block #errorPageContent h3 {
    font-size: 32px;
    padding: 0 0 30px 0;
  }
  .row-background .error-block #errorPageContent p {
    padding: 0 0 12px 0;
  }
  .row-background .error-block .error-image {
    height: auto;
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .row-background .error-block {
    padding: 12px 10px;
  }
  .row-background .error-block #errorPageContent h2 {
    font-size: 64px;
    padding: 0 0 4px 0;
  }
  .row-background .error-block #errorPageContent h3 {
    font-size: 24px;
    padding: 0 0 24px 0;
  }
  .row-background .error-block #errorPageContent p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 10px 0;
  }
}

.row-background-gradient {
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  text-align: center;
}
.row-background-gradient .row-title h2 {
  color: rgb(255, 255, 255);
  padding-bottom: 10px;
}
.row-background-gradient .row-title p {
  color: rgb(255, 255, 255);
}

.previous-list-nav {
  padding-left: 0;
  padding-right: 0;
}

.previous-award-carousel a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.previous-award-carousel a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

@media screen and (min-width: 280px) and (max-width: 900px) {
  #fixed-branding.home {
    display: none;
  }
  .row-background {
    padding-top: 10px;
  }
  .row-background .row-title {
    box-sizing: border-box;
    float: left;
    padding: 0 15px 20px 15px;
    width: 100%;
  }
  .row-background .row-title h2 {
    line-height: normal;
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 3px;
  }
  .row-background .row {
    box-sizing: border-box;
    display: flex;
    float: left;
    justify-content: space-around;
    justify-content: left;
    padding: 0 0 0 0;
    margin: 0 0 50px 0;
    position: relative;
    width: 100%;
  }
  .row-background .row.profile {
    margin-bottom: 0;
    padding-left: 5px;
  }
  .row-background .row.profile .item {
    max-width: 100%;
    padding-bottom: 10px;
  }
  .row-background .row .item {
    float: left;
    width: 50%;
    max-width: 50%;
    padding: 0 10px 30px 10px;
  }
  .row-background .row .item h2 {
    font-size: 18px;
    line-height: 25px;
    padding: 0 0 0 0;
  }
  .row-background.homepage-heading {
    background: rgba(0, 0, 0, 0.02);
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .row-background.homepage-heading .row-title {
    padding: 0 85px 0 85px;
  }
  .row-background.homepage-heading .row-title h2 {
    font-size: 30px;
    font-weight: 700;
    padding: 35px 0 0 0;
    margin: 0 0 0 0;
    letter-spacing: -0.035em;
  }
  .row-background.the-list .row.no-hover .item {
    margin: 0 0 20px 0;
  }
  .row-background.the-list .row-title h1 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
  }
  .row-background.the-list .row-title p {
    padding-top: 12px;
  }
  .row-background.the-list .half-background {
    height: 240px;
  }
  .row-background.the-list .list-nav {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .row-background.the-list .row {
    justify-content: space-between;
    padding: 0 15px;
  }
  .row-background.the-list .row.load-more {
    padding: 0 0 20px 0;
  }
  .row-background.the-list .row .item {
    max-width: 48%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .row-background.the-list .row .item:first-of-type {
    max-width: 100%;
    width: 100%;
  }
  .row-background.the-list .row .item:first-of-type h2 {
    font-size: 19px;
  }
  .row-background.the-list .row .item:first-of-type .position {
    font-size: 24px;
  }
  .row-background.the-list .row .item img {
    margin-bottom: 13px;
  }
  .row-background.the-list .row .item h2 {
    font-size: 16px;
    line-height: 21px;
    box-sizing: border-box;
    padding: 0 12px;
  }
  .row-background.the-list .row .item p {
    font-size: 14px;
    padding: 0 12px;
  }
  .row-background.the-list .row .item .position {
    font-size: 21px;
    height: auto;
    float: none;
    margin: 0 0 12px 0;
    padding: 0 0 0 0;
  }
  .row-background.the-list .row .item .position:after {
    border-bottom: 1px solid #dcdcdc;
    border-image-source: none;
    border-image-slice: 0;
    content: "";
    display: block;
    width: 50px;
    margin: 10px auto 0 auto;
  }
  .row-background.the-list .individual-awards .item {
    max-width: 100%;
  }
  .row-background.the-list .individual-awards .item:first-of-type h2 {
    font-size: 16px;
    line-height: 21px;
    box-sizing: border-box;
    padding: 0 12px;
  }
  .row-background.the-list .individual-awards .item p {
    padding: 4px 15px 14px 15px;
    line-height: 21px;
  }
  .row-background.the-list .row.list.t51-100 .item {
    max-width: 48%;
  }
  .row-background.the-list .row.list.t51-100 .item:first-of-type {
    max-width: 48%;
  }
  .row-background.the-list .row.list.t51-100 .item:first-of-type h2 {
    font-size: 16px;
    line-height: 21px;
    box-sizing: border-box;
    padding: 0 12px;
  }
  .row-background.the-list.no-image .row {
    padding-top: 0;
    padding-bottom: 0;
  }
  .row-background.the-list.no-image .row .item {
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 0 15px 0;
    max-width: 47.5%;
    width: 100%;
    padding: 15px 15px 15px 15px;
  }
  .row-background.the-list.no-image .row .item .position {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 21px;
    padding-top: 0;
  }
  .row-background.the-list.no-image .row .item:first-of-type h2 {
    font-size: 16px;
  }
  .row-background.stories.botb {
    padding: 15px 0 20px 0;
  }
  .row-background.stories.botb .row-title {
    padding-bottom: 0px;
  }
  .row-background.stories.botb .row-title h1 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .row-background.stories.botb .row-title p {
    font-size: 16px;
    padding-bottom: 37px;
    max-width: 90%;
  }
  .row-background.stories.botb .row-title img {
    max-width: 250px;
  }
  .row-background.stories.botb .row {
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 10px 0 10px;
  }
  .row-background.stories.botb .row .item {
    max-width: 48%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .row-background.stories .half-background {
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.035) 0%, rgba(0, 0, 0, 0) 100%);
    height: 160px;
  }
  .row-background.stories .row {
    margin-bottom: 0;
    padding: 0 10px 0 10px;
  }
  .row-background.stories .row .item {
    max-width: 48%;
    padding-bottom: 0;
    margin-bottom: 4%;
  }
  .row-background.stories .row .item.lead-article {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
  }
  .row-background.stories .row .item.lead-article img {
    max-width: 100%;
    margin: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 6px;
  }
  .row-background.stories .row .item.lead-article div {
    box-sizing: border-box;
    padding: 0px 16px 0 16px;
    margin: 16px 0 23px 0;
    width: 100%;
  }
  .row-background.stories .row .item.lead-article h1 {
    font-size: 26px;
    padding: 0;
    margin-bottom: 16px;
  }
  .row-background.stories .row .item.lead-article h1:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-image-source: none;
    border-image-slice: 0;
    margin: 14px auto 0 auto;
  }
  .row-background.stories .row .item.lead-article p {
    margin-bottom: 0;
  }
  .row-background.stories .row .item img {
    margin-bottom: 11px;
  }
  .row-background.stories .row .item h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin: 0 0 8px 0;
    padding: 0 12px;
  }
  .row-background.stories .row .item h2:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-image-source: none;
    border-image-slice: 0;
    margin: 7px auto 0 auto;
  }
  .row-background.stories .row .item p {
    color: rgba(0, 0, 0, 0.95);
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 15px 0;
    padding: 0 12px 0 12px;
  }
  .row-background.stories .row-title h2 {
    font-size: 22px;
    font-weight: 700;
  }
  .row-background.stories-feed .half-background {
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.035) 0%, rgba(0, 0, 0, 0) 100%);
    height: 160px;
  }
  .row-background.stories-feed .row-title h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-background.stories-feed .row {
    margin-bottom: 20px;
  }
  .row-background.stories-feed .row .item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .row-background.stories-feed .row .item img {
    float: left;
    width: 33%;
  }
  .row-background.stories-feed .row .item h2 {
    clear: none;
    font-size: 16px;
    line-height: 21px;
    float: right;
    margin-bottom: 4px;
    margin-top: 0;
    padding-top: 0;
    width: 63%;
  }
  .row-background.stories-feed .row .item p {
    clear: none;
    float: right;
    width: 63%;
  }
  .row-background.lead-article:before {
    height: 150px;
  }
  .row-background.lead-article .item {
    padding-bottom: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .row-background.lead-article .item img {
    margin-bottom: 15px;
  }
  .row-background.lead-article .item h2 {
    font-size: 25px;
    line-height: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    max-width: 100%;
    width: 100%;
  }
  .row-background.lead-article .item p {
    font-size: 18px;
    line-height: 25px;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .row-background.lead-article .item p:first-of-type {
    font-size: 14px;
  }
  .row-background.lead-article .item p:last-of-type {
    display: block;
  }
  .row-background.video {
    background: linear-gradient(0deg, #000, rgb(70, 27, 83), #000);
    color: rgb(255, 255, 255);
    float: left;
    padding: 20px 0 0 0;
    position: relative;
    width: 100%;
  }
  .row-background.video .row-title {
    padding-bottom: 20px;
  }
  .row-background.video .row-title h2 {
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 3px;
    text-transform: uppercase;
  }
  .row-background.video .row {
    display: block;
    margin-bottom: 20px;
  }
  .row-background.video .row .item {
    float: left;
    width: 100%;
    max-width: 100%;
  }
  .row-background.video .main-video {
    border-right: none;
    box-sizing: border-box;
    padding-right: 0;
    float: left;
    width: 100%;
  }
  .row-background.video .main-video .item {
    padding-bottom: 20px;
  }
  .row-background.video .main-video .item img {
    margin-bottom: 11px;
  }
  .row-background.video .main-video .item h2 {
    font-size: 21px;
    line-height: normal;
    margin-bottom: 6px;
  }
  .row-background.video .main-video .item p:first-of-type {
    display: none;
  }
  .row-background.video .main-video .item p {
    max-width: 100%;
  }
  .row-background.video .related-video {
    box-sizing: border-box;
    padding-left: 0;
    float: left;
    width: 100%;
  }
  .row-background.video .related-video .item {
    padding-bottom: 10px;
    width: 100%;
  }
  .row-background.video .related-video .item img {
    float: left;
    width: 45%;
  }
  .row-background.video .related-video .item h2 {
    box-sizing: border-box;
    float: right;
    width: 55%;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin: 0 0 0 0;
    padding: 0 0 0 15px;
  }
  .row-background.video .related-video .item p {
    float: right;
    padding: 0 0 5px 0;
    margin: 0 0 0 0;
    line-height: normal;
    width: 60%;
    text-align: left;
  }
  .row-background.video .related-video .item p:first-of-type {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
  }
  .row-background.video .related-video .item p:last-of-type {
    display: none;
  }
  .row-background.video .item {
    color: rgb(255, 255, 255);
  }
  .row-background.video .item p:first-of-type, .row-background.video .item p:last-of-type {
    color: rgb(255, 255, 255);
  }
  .row-background.profile .row-title {
    padding: 10px 15px 20px 15px;
    margin: 0 0 0 0;
  }
  .row-background.profile .row-title h1 {
    padding: 15px 10px 5px 10px;
  }
  .row-background-gradient {
    padding-top: 60px;
  }
}
.content {
  clear: both;
  margin: 0 auto;
  padding: 40px 0 80px 0;
  width: 800px;
}
.content h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  margin: 0 0 15px -2px;
  line-height: 48px;
}
.content h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  padding: 30px 0 20px 0;
}
.content p {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 30px;
}
.content .details {
  font-size: 18px;
  padding: 5px 0 10px 0;
  margin: 0 0 0 0;
}
.content .details a, .content .details p {
  display: block;
  padding: 0 0 15px 35px;
  margin: 0 0 0 0;
}
.content .details a.location, .content .details p.location {
  background-image: url(../svg/icon-location.svg);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 19px;
}
.content .details a.telephone, .content .details p.telephone {
  background-image: url(../svg/icon-telephone.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 19px;
}
.content .details a.website, .content .details p.website {
  background-image: url(../svg/icon-website.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 19px;
}
.content .details a.twitter, .content .details p.twitter {
  background-image: url(../svg/x-logo-black.svg);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 19px;
}
.content .details a.facebook, .content .details p.facebook {
  background-image: url(../svg/icons8-facebook.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 19px;
}
.content .details a.instagram, .content .details p.instagram {
  background-image: url(../svg/icons8-instagram.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 19px;
}
.content .details a.email, .content .details p.email {
  background-image: url(../svg/icon-email.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 19px;
}
.content .social-details {
  font-size: 18px;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 5px 0 10px 0;
}
.content .social-details li {
  padding: 0 0 15px 35px;
  margin: 0 0 0 0;
}
.content .social-details li.twitter {
  background-image: url(../svg/x-logo-black.svg);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 19px;
}
.content .social-details li.facebook {
  background-image: url(../svg/icons8-facebook.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 19px;
}
.content .social-details li.instagram {
  background-image: url(../svg/icons8-instagram.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 19px;
}
.content img {
  border-radius: 5px;
  height: auto;
  float: left;
  margin: 15px 0 30px 0;
  width: 100%;
  max-width: 100%;
}
.content img.accolade {
  border-radius: 0;
  box-shadow: none;
  float: right;
  margin: 5px 0 0 0;
  width: auto;
}
.content .iframe {
  border-radius: 6px;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.content .iframe iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .intro-quote {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgb(116, 51, 135);
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.012rem;
  margin-top: 26px;
  padding: 24px 40px;
  text-align: center;
}
.content.profile {
  padding-top: 0;
}
.content.profile .position {
  background: rgb(116, 51, 135);
  color: #fff;
  box-shadow: none;
  border-radius: 200px;
  float: right;
  margin: 0;
  height: 51px;
  width: 70px;
  padding: 19px 0 0 0;
  text-align: center;
  font-family: didoni-urw, serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
}
.content.profile h1 {
  font-size: 41px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  line-height: 48px;
  margin: 0 0 6px -2px;
}
.content.profile h1 + p {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 21px;
}
.content.profile .intro-quote {
  color: rgb(116, 51, 135);
  line-height: normal;
  padding: 20px 110px 20px 110px;
  text-align: center;
}
.content.profile .intro-quote + p {
  padding-top: 35px;
}
.content.profile .accolades {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 6px;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: flex-start;
  margin-bottom: 34px;
  padding: 20px;
  width: 100%;
  align-items: center;
}
.content.profile .accolades .accolade {
  padding-right: 20px;
}
.content.profile .accolades img {
  float: left;
  box-shadow: none;
  height: 50px;
  width: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.content.profile .accolades ul {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  float: left;
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content.profile .accolades ul li {
  padding: 0;
  margin: 0;
  width: 100%;
}
.content.profile .on-the-pass {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  float: right;
  margin: 0 0 20px 30px;
  padding: 0 0 25px 0;
  max-width: 30%;
  border-radius: 6px;
}
.content.profile .on-the-pass img {
  float: none;
  box-shadow: none;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: auto;
  margin: 0 0 0 0;
  width: 100%;
}
.content.profile .on-the-pass h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 4px 0 5px 0;
  padding: 8px 5px 0 15px;
}
.content.profile .on-the-pass p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0 0;
  padding: 0 15px 0 15px;
}
.content.individual {
  padding-top: 0;
}
.content.individual h2:first-of-type {
  text-align: center;
  font-size: 36px;
  line-height: 30px;
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
}
.content.individual h2:first-of-type + p {
  font-weight: 500;
  text-align: center;
  padding-bottom: 0;
}
.content.individual .intro-quote + p {
  margin-top: 40px;
  padding: 0;
}
.content.individual img {
  width: 100%;
  margin-bottom: 0;
}
.content.individual img + em {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 12px;
  font-style: italic;
  padding: 10px 0 25px 0;
  margin: 0 0 0 0;
}
.content.individual .accolades {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 6px;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
  padding: 20px;
  width: 100%;
}
.content.individual .accolades .accolade {
  width: 270px;
  padding-right: 20px;
}
.content.individual .accolades img {
  float: left;
  padding-right: 20px;
  box-shadow: none;
  width: auto;
  margin: 0 20px 0 0;
  padding: 0 0 0 0;
}
.content.individual .accolades ul {
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  min-height: 50px;
}
.content.individual .accolades ul li {
  padding: 0;
  margin: 0;
}
.content.people {
  width: 960px;
  padding: 50px 0;
}
.content.people .people-list {
  clear: both;
  float: left;
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
  width: 100%;
}
.content.people .people-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  float: left;
  padding: 20px 0 20px 0;
  margin: 0 0 0 0;
  width: 100%;
}
.content.people .people-list li:last-child {
  border-bottom: 0;
}
.content.people .people-list li .name-and-contact {
  box-sizing: border-box;
  float: left;
  width: 40%;
}
.content.people .people-list li .name-and-contact img.avatar {
  border-radius: 6px;
  height: auto;
  float: left;
  margin: 0 20px 0 0;
  max-width: 120px;
  width: 100%;
}
.content.people .people-list li .name-and-contact img {
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  float: none;
  padding: 0 0 0 0;
  margin: 5px 10px 0 0;
  width: 20px;
}
.content.people .people-list li .bio {
  border-left: 1px solid rgb(116, 51, 135);
  box-sizing: border-box;
  float: right;
  font-size: 14px;
  line-height: 21px;
  min-height: 120px;
  padding-left: 35px;
  padding-top: 4px;
  width: 60%;
}
.content.people .people-list li .bio p {
  font-size: 14px;
  line-height: 21px;
}
.content.people .people-list li h2 {
  font-size: 22px;
  padding: 0 0 0 0;
  margin: 0 0 5px 0;
}
.content.people .people-list li h2 + p {
  color: #444444;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 20px 5px 0;
  padding: 0 0 0 0;
  padding-bottom: 5px;
  font-weight: 400;
}
.content.people .people-list li .description {
  clear: both;
  padding-top: 20px;
}
.content.people .people-list li .contact-icons {
  padding-bottom: 10px;
}
.content.article {
  width: 100%;
  max-width: 940px;
  padding-top: 45px;
}
.content.article img {
  border-radius: 0;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.content.article .inner {
  box-sizing: border-box;
  float: left;
  padding: 0 70px;
  width: 100%;
}
.content.article .inner h1 {
  font-size: 35px;
  line-height: normal;
  padding: 0 0 15px 0;
  margin: 0 0 0 0;
}
.content.article .inner h2 {
  font-size: 24px;
  padding: 30px 0 0 0;
  margin: 0 0 0 0;
}
.content.article .inner h2 + p {
  padding-top: 15px;
}
.content.article .inner h3 {
  font-size: 21px;
  padding: 24px 0 0 0;
  margin: 0 0 0 0;
}
.content.article .inner h3 + p {
  padding-top: 15px;
}
.content.article .inner h4 {
  font-size: 18px;
  padding: 24px 0 0 0;
  margin: 0 0 0 0;
}
.content.article .inner h4 + p {
  padding-top: 15px;
}
.content.article .inner h5 {
  font-size: 16px;
  padding: 24px 0 0 0;
  margin: 0 0 0 0;
}
.content.article .inner h5 + p {
  padding-top: 15px;
}
.content.article .inner h6 {
  font-size: 16px;
  padding: 24px 0 0 0;
  margin: 0 0 0 0;
  text-transform: uppercase;
}
.content.article .inner h6 + p {
  padding-top: 15px;
}
.content.article .inner p {
  font-size: 18px;
  padding: 24px 0 0 0;
  margin: 0 0 0 0;
}
.content.article .inner p.credit {
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
  font-style: italic;
  padding: 3px 0 0 0;
}
.content.article .inner ol {
  font-size: 18px;
  padding: 20px 0 0 40px;
  margin: 0 0 0 0;
}
.content.article .inner ol li {
  line-height: 35px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.content.article .inner ul {
  font-size: 18px;
  padding: 20px 0 0 40px;
  margin: 0 0 0 0;
}
.content.article .inner ul li {
  line-height: 27px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.content.article .inner img {
  float: none;
  padding: 24px 0 0 0;
  margin: 0 0 0 0;
}
.content.article .article-author {
  float: left;
  display: flex;
  align-items: center;
  margin: 10px 0 34px 0;
  width: 100%;
}
.content.article .article-author img {
  float: left;
  border-radius: 100%;
  height: auto;
  margin: 0 10px 0 0;
  max-width: 50px;
  width: 100%;
}
.content.article .article-author p {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.content.article .tags {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.content.article .tags ul {
  display: block;
  font-size: 12px;
  list-style: none;
  padding: 25px 0 15px 0;
  text-align: left;
  width: 100%;
}
.content.article .tags ul li {
  color: rgba(0, 0, 0, 0.35);
  display: inline;
}
.content.article .tags ul li a {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  color: #000;
  display: inline-block;
  font-weight: 700;
  line-height: 30px;
  padding: 0 6px 0 6px;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.content.article .tags ul li a:hover {
  border: 1px solid #000;
  color: #fff;
  background: #000;
}
.content.editorial {
  width: 100%;
  max-width: 940px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.content.editorial img {
  border-radius: 0;
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
}
.content.editorial .inner {
  box-sizing: border-box;
  float: left;
  padding: 0 70px;
  width: 100%;
}
.content.editorial .inner h1 {
  font-size: 35px;
  line-height: normal;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.content.editorial .inner h2 {
  font-size: 24px;
  padding: 30px 0 0 0;
  margin: 0 0 0 0;
}
.content.editorial .inner h2 + p {
  padding-top: 15px;
}
.content.editorial .inner h3 {
  font-size: 21px;
  padding: 24px 0 0 0;
  margin: 0 0 0 0;
}
.content.editorial .inner h3 + p {
  padding-top: 15px;
}
.content.editorial .inner h4 {
  font-size: 18px;
  padding: 24px 0 0 0;
  margin: 0 0 0 0;
}
.content.editorial .inner h4 + p {
  padding-top: 15px;
}
.content.editorial .inner h5 {
  font-size: 16px;
  padding: 24px 0 0 0;
  margin: 0 0 0 0;
}
.content.editorial .inner h5 + p {
  padding-top: 15px;
}
.content.editorial .inner h6 {
  font-size: 16px;
  padding: 24px 0 0 0;
  margin: 0 0 0 0;
  text-transform: uppercase;
}
.content.editorial .inner h6 + p {
  padding-top: 15px;
}
.content.editorial .inner p {
  font-size: 18px;
  padding: 24px 0 0 0;
  margin: 0 0 0 0;
}
.content.editorial .inner p.credit {
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
  font-style: italic;
  padding: 3px 0 0 0;
}
.content.editorial .inner ol {
  font-size: 18px;
  padding: 20px 0 0 40px;
  margin: 0 0 0 0;
}
.content.editorial .inner ol li {
  line-height: 35px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.content.editorial .inner ul {
  font-size: 18px;
  padding: 20px 0 0 40px;
  margin: 0 0 0 0;
}
.content.editorial .inner ul li {
  line-height: 27px;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
}
.content.editorial .inner img {
  float: none;
  padding: 24px 0 0 0;
  margin: 0 0 0 0;
}
.content.editorial .article-author {
  float: left;
  display: flex;
  align-items: center;
  margin: 10px 0 34px 0;
  width: 100%;
}
.content.editorial .article-author img {
  float: left;
  border-radius: 100%;
  margin: 0 10px 0 0;
  width: 50px;
}
.content.editorial .article-author p {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.content.sponsor {
  padding-top: 35px;
}
.content.sponsor h1 {
  font-size: 28px;
  clear: both;
  line-height: 30px;
  padding: 0 0 5px 0;
  margin: 0 0 0 0;
  text-align: center;
}
.content.sponsor h1 + p {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.content.sponsor .logo-container {
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border-radius: 6px;
  margin-left: 20px;
  float: right;
  padding: 20px;
  text-align: center;
  width: 40%;
}
.content.sponsor .logo-container img {
  width: 100%;
  margin: 0 0 0 0;
}
.content.product-list .product {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 0 0 30px 0;
  margin: 0 0 15px 0;
}
.content.product-list .product:last-of-type {
  border-bottom: none;
}
.content.product-list .product .product-picture {
  width: 100%;
  max-width: 200px;
}
.content.product-list .product .product-description {
  padding-left: 30px;
}
.content.product-list .product .product-price {
  font-weight: 600;
}

#previous-award-winners .swiper-container {
  min-width: 100%;
}

@media screen and (min-width: 280px) and (max-width: 960px) {
  .content {
    box-sizing: border-box;
    padding: 0 15px 80px 15px;
    width: 100%;
  }
  .content h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px 0;
  }
  .content p {
    line-height: 27px;
  }
  .content iframe {
    min-height: 100%;
    max-height: 100%;
    width: 100% !important;
  }
  .content.article {
    padding-top: 25px;
  }
  .content.article .inner {
    padding: 0 0;
  }
  .content.editorial {
    padding-top: 25px;
  }
  .content.editorial .inner {
    padding: 0 0;
  }
  .content.people {
    width: 100%;
    padding: 35px 15px;
  }
  .content.people .people-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 26px 0 20px 0;
  }
  .content.people .people-list li .name-and-contact {
    float: left;
    width: 100%;
  }
  .content.people .people-list li .name-and-contact h2 {
    margin-bottom: 5px;
  }
  .content.people .people-list li .name-and-contact img.avatar {
    margin: 0 15px 10px 0;
    max-width: 90px;
    width: 100%;
  }
  .content.people .people-list li .name-and-contact img {
    padding: 0 0 0 0;
    margin: 5px 10px 15px 0;
  }
  .content.people .people-list li:last-child {
    padding-bottom: 0;
  }
  .content.people .people-list li .bio {
    float: right;
    width: 100%;
    border-left: none;
    padding-left: 0;
    padding-top: 5px;
  }
  .content.people .people-list li .bio p {
    font-size: 14px;
    line-height: 21px;
  }
  .content.people .people-list li h2 {
    font-size: 21px;
    padding: 5px 0 0 0;
    margin: 0 0 0 0;
  }
  .content.people .people-list li h2 + p {
    margin: 0 0 0 0;
  }
  .content.individual h1 + p {
    font-size: 21px;
  }
  .content.profile .swiper-container {
    min-width: 100%;
  }
  .content.profile h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 6px 0;
  }
  .content.profile .position {
    background: rgb(116, 51, 135);
    color: #fff;
    box-shadow: none;
    border-radius: 200px;
    float: right;
    margin: 7px 0 0 0;
    height: 43px;
    width: 59px;
    padding: 16px 0 0 0;
    text-align: center;
    font-family: didoni-urw, serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
  }
  .content.profile .accolades {
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
  }
  .content.profile .accolades .accolade {
    display: flex;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
  }
  .content.profile .accolades img {
    float: none;
    padding-right: 0;
    max-width: 100%;
    height: 36px;
    width: 120px;
  }
  .content.profile .accolades ul {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: none;
    float: left;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 12px 0 0 0;
    list-style: none;
    width: 100%;
  }
  .content.profile .accolades ul li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    text-align: center;
  }
  .content.profile .intro-quote {
    padding: 24px 40px;
  }
  .content.profile .on-the-pass {
    background: rgba(0, 0, 0, 0.05);
    float: right;
    margin: 0 0 25px 30px;
    padding: 0 0 0 0;
    max-width: 100%;
    width: 100%;
    border-radius: 6px;
    display: flex;
    align-content: center;
    align-items: center;
  }
  .content.profile .on-the-pass img {
    width: auto;
    height: auto;
    max-width: 45%;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
  }
  .content.profile .on-the-pass h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 4px 0 0px 0;
    padding: 8px 5px 0 15px;
  }
  .content.profile .on-the-pass h3:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
  .content.profile .on-the-pass p {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 0 0;
    padding: 0 10px 0 15px;
  }
  .content.sponsor {
    padding-top: 15px;
  }
  .content.sponsor h1 {
    padding: 0 0 10px 0;
  }
  .content.sponsor h1 + p {
    margin-bottom: 0;
  }
  .content.sponsor .logo-container {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .content.sponsor .logo-container img {
    float: none;
    width: 80%;
    padding: 0;
    margin: 0;
  }
  .content.product-list {
    padding-top: 30px;
  }
  .content.product-list h1 {
    margin-bottom: 30px;
  }
  .content.product-list .product {
    border-bottom: 0;
    flex-wrap: wrap;
    padding: 0 0 50px 0;
    margin: 0 0 0 0;
  }
  .content.product-list .product:last-of-type {
    border-bottom: none;
  }
  .content.product-list .product .product-picture {
    box-sizing: border-box;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 100%;
  }
  .content.product-list .product .product-picture img {
    margin: 0;
    width: 100%;
  }
  .content.product-list .product .product-description {
    padding: 0 0 0 0;
  }
  .botb .row-title img {
    max-width: 250px;
  }
  #previous-award-winners .half-background {
    background: linear-gradient(180deg, #fff 0%, rgba(0, 0, 0, 0.03) 100%);
  }
}
.footer-logos {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  padding: 30px 10px 20px 10px;
  max-width: 1600px;
  width: 100%;
}
.footer-logos h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 24px;
  padding-bottom: 10px;
  letter-spacing: -0.015em;
  margin-bottom: 20px;
  max-width: 1600px;
  width: 100%;
}
.footer-logos h2 span {
  float: right;
  margin-top: 3px;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
}
.footer-logos .footer-logos-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  width: 100%;
  float: left;
}
.footer-logos .footer-logos-row a {
  padding: 5px 15px;
}
.footer-logos .footer-logos-row img {
  height: auto;
  width: 240px;
  max-width: 140px;
}
.footer-logos .footer-logos-row:first-of-type img {
  width: 360px;
  max-width: 236px;
}
.footer-logos .footer-logos-row:last-of-type {
  margin-bottom: 0;
}
.footer-logos .footer-logos-row:last-of-type img {
  width: 160px;
  max-width: 100px;
}

@media screen and (min-width: 901px) and (max-width: 1600px) {
  .footer-logos {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 280px) and (max-width: 900px) {
  .footer-logos .footer-logos-row {
    margin-bottom: 30px;
  }
  .footer-logos .footer-logos-row a {
    padding: 5px;
  }
  .footer-logos .footer-logos-row img {
    width: auto;
    height: 60px;
  }
  .footer-logos .footer-logos-row:first-of-type img {
    width: auto;
    height: 90px;
  }
  .footer-logos .footer-logos-row:last-of-type {
    margin-bottom: 0;
  }
  .footer-logos .footer-logos-row:last-of-type img {
    width: auto;
    height: 60px;
  }
}
#form input, #form select {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-sizing: border-box;
  padding: 5px;
  margin: 0 0 10px 0;
  width: 100%;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#form .facebook {
  background: url(../svg/icons8-facebook.svg);
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: calc(100% - 5px);
  background-size: 20px 20px;
}
#form .twitter {
  background-image: url(../svg/x-logo-black.svg);
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: calc(100% - 5px);
  background-size: 20px 20px;
}
#form .instagram {
  background: url(../svg/icons8-instagram.svg);
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: calc(100% - 5px);
  background-size: 20px 20px;
}
#form .wechat {
  background: url(../svg/icons8-weixin.svg);
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: calc(100% - 5px);
  background-size: 20px 20px;
}
#form input[type=hidden] {
  display: none;
}
#form button {
  background: rgb(116, 51, 135);
  border-radius: 3px;
  border: 0;
  color: rgb(255, 255, 255);
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  padding: 15px;
  width: 100%;
  transition: background 0.2s ease;
}
#form button:hover {
  background-color: #542562;
}
#form iframe {
  height: auto;
  max-height: 100px;
  min-height: 100px;
}
#form h2 {
  margin-bottom: 15px;
}
#form p {
  line-height: normal;
}
#form p.copyright {
  font-size: 14px;
}

#botdetect-captcha {
  margin: 25px 0 25px 0;
}
#botdetect-captcha img {
  padding: 0;
}

/* Previous list line color theme */
.js .cd-h-timeline__date.cd-h-timeline__date--selected::after,
.js .cd-h-timeline__date:hover::after,
.js .cd-h-timeline__filling-line {
  background-color: #af3dd1;
}

.js .cd-h-timeline__date.cd-h-timeline__date--older-event::after,
.js .cd-h-timeline__navigation:hover,
.js .cd-h-timeline__date.cd-h-timeline__date--selected::after,
.js .cd-h-timeline__date:hover::after {
  border-color: #af3dd1;
} /* Color theme ends */
.navigation input.cancel {
  background-image: none;
}

.dimmed .navigation {
  z-index: 1000;
}

.ui.vertical.menu.sidebar {
  background: #000000;
  overflow: visible !important;
  top: -1px;
}

.auto-overflow {
  overflow: auto;
  height: 100%;
  width: 100%;
}

.ui.menu.sidebar .item {
  color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: auto;
  font-size: 15px;
  padding: 20px 5px 20px 20px;
  text-align: left;
  text-transform: uppercase;
}

.ui.menu.sidebar .item img {
  display: inline-block !important;
}

.ui.menu.sidebar .item:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.ui.menu.sidebar .social {
  box-sizing: border-box;
  padding: 20px 15px;
  width: 100%;
}

.ui.menu.sidebar .item img {
  margin: auto;
}

.ui.menu.sidebar i.close {
  position: absolute;
  right: 0;
  height: 60px;
  padding: 15px 0;
  width: 60px;
  line-height: 45px;
  font-size: 30px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}

.ui.menu.sidebar .social img {
  margin: 0 8px 0 10px;
  max-width: 26px;
  max-height: 26px;
}

#close-search {
  display: none;
}

.row-background-gradient,
.row-background {
  position: relative;
}

.row-background-gradient:before,
.row-background:before {
  display: none;
}

.half-background {
  height: 50%;
  background: linear-gradient(180deg, #fff 0%, rgba(0, 0, 0, 0.05) 100%);
  position: absolute;
  width: 100%;
  bottom: 50%;
  left: 0;
  z-index: -1;
}

.search-results.show-map .row .item {
  width: 25%;
}

.ui.toggle.checkbox.show-map input[type=checkbox] {
  width: 60px;
  height: 25px;
  left: -5px;
  top: -2px;
}

.filters .show-map input {
  margin-top: 13px;
}

.off .ui.toggle.checkbox .box:before, .ui.toggle.checkbox.show-map label:before {
  background: #ccc !important;
}

.off .ui.toggle.checkbox .box:before, .ui.toggle.checkbox.show-map label:after {
  background: #000 !important;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
}

.ui.toggle.checkbox input:checked ~ .box:before, .ui.toggle.checkbox input:checked ~ label:before {
  background: #fff !important;
}

.ui.toggle.checkbox input:focus:checked ~ .box:before, .ui.toggle.checkbox input:focus:checked ~ label:before {
  background: #fff !important;
}

.filters .show-map label span {
  color: #fff;
  position: absolute;
  left: -47px;
}

.search-body .map {
  position: fixed;
  top: 90px;
  right: 0;
}

.map {
  height: calc(100vh - 90px);
  position: relative;
}

.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.search-body .map.stop {
  position: absolute;
}

.advertising {
  width: 100%;
  width: calc(100% - 140px);
  padding: 0 80px;
  height: 200px;
  position: absolute;
  overflow: hidden;
}

.advertising > div {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: -70px;
  background: #e6e6e6;
}

.advertising > div img {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.navigation .ui.search {
  flex-grow: 1;
}

.navigation .ui.search .ui.input {
  width: 100%;
}

/* Search results */
.ui.search > .results {
  box-shadow: none;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
}

.ui.category.search > .results .category .results {
  border: 0;
}

.ui.category.search .results {
  width: 100%;
  top: 43px;
  left: 0;
}

.ui.category.search > .results .category {
  background: #fff;
  border-bottom: 1px solid #DCDCDC;
  display: block;
  padding: 5px 0 10px 0;
}

.ui.category.search > .results .category:last-child {
  border: 0;
}

.ui.category.search > .results .category > .name,
.ui.category.search > .results .category > .results {
  display: block;
}

.ui.category.search > .results .category > .name {
  border: 0;
  padding-bottom: 2px;
  font-weight: bold;
  color: #000;
  padding-left: 15px;
  width: 100%;
  box-sizing: border-box;
}

.ui.category.search > .results .category .result {
  border: 0 !important;
  padding: 0.5em 1em;
}

.ui.category.search > .results .category .result:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ui.search > .results .result .title {
  font-weight: normal;
}

.results .content {
  padding: 0;
  border: 0 !important;
  width: 100%;
}

.filters.fixed-filters {
  top: 90px;
}

@media only screen and (max-width: 640px) {
  .swiper-next,
  .swiper-prev {
    display: none;
  }
}
@media only screen and (max-width: 1025px) {
  html, body {
    max-width: 100% !important;
  }
  .ui.visible[class*="very wide"].right.sidebar ~ .fixed, .ui.visible[class*="very wide"].right.sidebar ~ .pusher {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .very.wide {
    width: 100% !important;
  }
  .ui.menu.sidebar i.close {
    height: 50px;
    padding: 10px 0 20px 0;
  }
  .ui.menu.sidebar .item {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navigation.advanced-search {
    height: 100%;
    position: fixed;
    top: 80px;
    background: #fff;
    z-index: 1000;
  }
  #close-search {
    display: block;
    margin: auto;
    height: 50px;
    text-align: center;
    clear: both;
    position: absolute;
    width: 100%;
    bottom: 150px;
    left: 0;
    display: none;
  }
  #close-search img {
    width: 50px;
  }
  #close-search span {
    display: block;
    width: 200px;
    margin: auto;
    text-transform: uppercase;
    font-size: 14px;
  }
  .advanced-search #close-search {
    display: block;
  }
  .ui.category.search > .results {
    width: 100%;
    max-width: 100%;
    top: 38px;
    left: 0;
    height: 370px;
    overflow: auto;
  }
  .search-results {
    float: right !important;
  }
  .advertising {
    padding: 0 10px;
    width: 100%;
  }
  .advertising > div {
    margin-left: 0;
  }
  .search-body .map {
    position: relative;
    top: 0;
    z-index: 0;
  }
  .map {
    float: left;
    margin: 0;
    top: 0 !important;
  }
  .search-results,
  .map {
    width: 100% !important;
  }
  .search-results > .row {
    padding: 0 5px !important;
  }
  .search-results .row .item {
    width: 50% !important;
    max-width: 50% !important;
  }
  .filters.fixed-filters {
    top: 75px;
  }
}
/* Firefox one slide fix */
/*
    FBW-583
    A50BR - Fix Restaurant Profile Image Carousel Sizing On Initial Load

    Bug Fix Notes: 
        - Amend the .swiper-container min-width: 50% to 100%/
        - Upgrading swiper js

*/
.swiper-container {
  min-width: 100%;
}

@media screen and (min-width: 280px) and (max-width: 900px) {
  .swiper-container {
    min-width: 100%;
  }
}
/* pagination */
.pagNum {
  float: left;
  list-style: none;
  width: 25px !important;
  height: 25px;
  background: #fff;
  text-align: center;
  line-height: 25px;
  margin-right: 5px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.active-page {
  background: #ccc;
}

.list-nav a {
  cursor: pointer;
}

.row-background.the-list {
  overflow: hidden;
}

.row.list {
  opacity: 0;
  visibility: visible;
  position: absolute;
  transition: all 0.5s, opacity 0.2s;
  pointer-events: none;
  left: -100%;
}

.row.list:not(.visible-list) {
  top: 159px;
}

@media screen and (max-width: 480px) and (min-width: 280px) {
  .row.list:not(.visible-list) {
    top: 189px;
  }
}
.row.visible-list {
  position: relative;
  opacity: 1;
  left: 0;
  pointer-events: auto;
}

.row.invisible-list {
  animation: mymove 0.5s 1;
  left: -100%;
  opacity: 0;
  visibility: visible;
}

@keyframes mymove {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
/******* Loader ********/
.spinner {
  width: 40px;
  height: 40px;
  background-color: rgb(116, 51, 135);
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: 100021;
}

#loader.loaded {
  display: none !important;
}

.navigation {
  align-items: center;
  justify-content: space-between;
}

.navigation li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

li.dropdown span {
  color: #fff;
}

/*
    Desktop Drop Downs
*/
.navigation .dropdown-content {
  display: block;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  position: absolute;
  min-width: 160px;
  padding-top: 30px;
  margin-left: -15px;
  top: 54px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.navigation .dropdown-content a {
  float: none;
  font-weight: 400;
  box-sizing: border-box;
  padding: 15px 15px;
  display: block;
  text-align: left;
}

.navigation .dropdown-content li {
  display: block;
  padding: 0;
}

/*
    Social Media Drop Down
*/
.navigation .far-right {
  right: 5px;
  min-width: 86px;
  text-align: center;
}

.navigation .far-right a {
  text-align: center;
}

/*
    Border Radius on Desktop Drop Downs
*/
.navigation .dropdown-content li:last-child, .navigation .dropdown-content li:last-child a, .far-right a:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.navigation .dropdown:hover a {
  text-decoration: underline;
}

.navigation .dropdown:hover .dropdown-content a {
  text-decoration: none;
}

.navigation .dropdown:hover .dropdown-content a:hover {
  text-decoration: underline;
}

.navigation .dropdown:hover > .dropdown-content {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #000;
  position: absolute;
  margin-left: 3px;
  z-index: 2;
  display: none;
  margin-top: 27px;
}

.dropdown:hover .arrow-down {
  display: none;
}

.close-sidebar {
  display: none;
}

.drop-down-arrow {
  float: right;
  height: 18px;
  width: 18px;
  display: none;
  transition: transform 0.3s ease-in-out;
}

@media screen and (max-width: 1280px) {
  .drop-down-arrow {
    display: block;
  }
  .navigation .menu-trigger {
    display: block;
    padding-left: 0;
  }
  .navigation .menu-trigger img {
    width: 50px;
    height: 50px;
  }
  .navigation ul,
  .navigation .follow-us {
    display: none;
  }
  .navigation .breadcrumb {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 0 0;
    padding-bottom: 0;
    display: block;
  }
  .navigation .dropdown-content, .navigation .dropdown-content li:last-child, .navigation .dropdown-content li:last-child a {
    border-radius: 0;
  }
}
/* SIDEBAR VISIBLE */
.sidebar.ui.vertical.menu {
  width: 100%;
}

.sidebar.visible .follow-us,
.sidebar.visible .open-sidebar {
  display: none;
}

.sidebar.visible .drop-down-arrow,
.sidebar.visible .close-sidebar {
  display: block;
}

.sidebar.visible .drop-down-arrow {
  margin: 0 20px 0 0;
  line-height: 0;
}

.sidebar.visible .dropdown:hover .arrow-down {
  display: none;
}

.sidebar.visible {
  z-index: 10;
}

.sidebar.visible a {
  transition: all 0s;
}

.sidebar.visible .navigation li,
.sidebar.visible .navigation > ul {
  display: flex;
  text-align: left;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}

.sidebar.visible .navigation li {
  height: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  padding: 18px 0 18px 20px;
  text-align: left;
}

.sidebar.visible .navigation li ul li {
  text-transform: none;
}

.sidebar.visible .navigation li a, .sidebar.visible .navigation li span {
  box-sizing: border-box;
  padding: 0 0 0 0;
}

.sidebar.visible .navigation .dropdown.dropped {
  display: block;
  border-bottom: 0;
  padding: 0 0 0 0;
  outline: none;
}

.sidebar.visible .navigation .dropdown.dropped span {
  padding: 18px 0 18px 20px;
  display: inline-block;
}

.sidebar.visible .navigation .dropdown.dropped .dropdown-content a {
  padding: 0;
}

.sidebar.visible .navigation .dropdown.dropped .drop-down-arrow {
  transform: rotate(180deg);
  margin-top: 17px;
}

.sidebar.visible .navigation > ul {
  width: 100%;
  position: absolute;
  top: 90px;
  padding-bottom: 90px;
  left: 0;
  height: 100dvh;
  display: block;
  overflow-y: auto;
}

.stop-scroll {
  overflow: hidden;
}

.sidebar.visible .navigation .dropdown .dropdown-content {
  top: 0;
  padding: 0;
  z-index: auto;
  opacity: 1;
  display: none;
  position: relative;
  margin-top: 0;
  margin-left: 0;
}

.sidebar.visible .navigation .dropdown.dropped .dropdown-content {
  display: block;
}

.sidebar.visible .navigation .dropdown-content a {
  background: transparent;
  border: 0;
  padding: 0 0 0 30px;
  margin: 0;
}

.sidebar.visible .navigation .dropdown-content a:hover {
  background: transparent;
}

.sidebar.visible .dropdown-content .dropdown-content {
  margin-left: 10px;
  margin-top: 0;
}

.sidebar.visible .far-right {
  right: 0;
}

/* Cookie Statement Styling */
#cmp {
  float: left;
  padding: 48px 20px;
  width: 100%;
}
#cmp > div:first-child {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  max-width: 800px;
  width: 100%;
}
#cmp h1 {
  font-weight: 600;
  line-height: normal;
}
#cmp .cookie-date {
  font-size: 18px;
  line-height: 30px;
  margin-top: 17px;
}

/*# sourceMappingURL=screen-events.css.map */
