@font-face {
  font-family: 'Founders Grotesk';
  src: url('fonts/FoundersGrotesk-Regular.woff2') format('woff2'),
      url('fonts/FoundersGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Founders Grotesk Bold';
  src: url('fonts/FoundersGrotesk-Bold.woff2') format('woff2'),
      url('fonts/FoundersGrotesk-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Founders Grotesk Semibold';
  src: url('fonts/FoundersGrotesk-Semibold.woff2') format('woff2'),
      url('fonts/FoundersGrotesk-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
    width: auto;
    height:;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
    width: auto;
    height:;
    
    
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
    width: auto;
    height:;
    
    
}
.img-16-9:before {
  content: '';
  float: left;
  padding-bottom: 56.25%; }

.img-16-9:after {
  content: '';
  display: table;
  clear: both; }

.img-3-4:before {
  content: '';
  float: left;
  padding-bottom: 133.33333%; }

.img-3-4:after {
  content: '';
  display: table;
  clear: both; }

.img-4-3:before {
  content: '';
  float: left;
  padding-bottom: 75%; }

.img-4-3:after {
  content: '';
  display: table;
  clear: both; }

.img-1-1:before {
  content: '';
  float: left;
  padding-bottom: 100%; }

.img-1-1:after {
  content: '';
  display: table;
  clear: both; }

@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot?v=2.0.1");
  src: url("fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("fonts/ionicons.woff?v=2.0.1") format("woff"), url("fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.button {
  background: #d8d8d8;
  padding: 14px 20px;
  text-align: center;
  margin-right: 0;
  min-width: 200px;
  font-size: 16px;
  display: inline-block; }
  .button:hover {
    background: #fbfbfb; }

a.button, a.button:hover {
  color: #2a2b2d; }

.button-main {
  background-color: #31c0ce; }
  .button-main:hover {
    background-color: #279aa5; }
  .button-main:hover {
    background: #46c6d3; }

a.button-main, a.button-main:hover {
  color: #fff; }

.button-dark {
  display: inline-flex;
  height: 69px;
  padding: 0 30px;
  background: #37deb0;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  flex: auto;
  font-family: 'Founders Grotesk Bold';
  white-space: nowrap;
}
.button-dark:hover,
.button-dark:focus {
  text-decoration: none;
}
.rotated-45 {
  transform: rotate(-45deg);
}
.button-dark span {
  line-height: 1;
  display: inline-block;
  font-size: 25px;
  height: 69px;
  line-height: 3.2;
  margin-right: 13px;
  letter-spacing: 0.7px;
}
.button-dark i {
  color: #fff;
  transform: rotate(-45deg);
  font-size: 27px;
  transition: all 150ms ease-in;
}
.button-dark:hover i,
.button-dark:focus i {
  color: #37deb0;
}

.button-light {
  display: inline-flex;
  height: 69px;
  padding: 0 30px;
  background: #fff;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
  flex: auto;
  font-family: 'Founders Grotesk Bold';
}
.button-light:hover,
.button-light:focus {
  text-decoration: none;
  background: #37deb0;
}
.button-light i {
  color: #37deb0;
  transform: rotate(-45deg);
  font-size: 27px;
  transition: all 150ms ease-in;
}
.button-light:hover i,
.button-light:focus i {
  color: #fff;
}
.button-light span {
  line-height: 1;
  display: inline-block;
  font-size: 25px;
  height: 69px;
  line-height: 3.2;
  margin-right: 13px;
  letter-spacing: 0.7px;
}
.button-secondary {
  background-color: #2a2b2d; }
  .button-secondary:hover {
    background-color: #111213; }
  .button-secondary a {
    color: #fff; }
  .button-secondary:hover {
    background: #36383a; }

a.button-secondary, a.button-secondary:hover {
  color: #fff; }

.more {
  display: block; }

* {
  box-sizing: border-box;
  outline: none; }

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*img {
  display: block;
  width: 100%;
  height: auto; }
  */

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #2a2b2d; }

html {
  height: 100%; }

body {
  font-family: "Founders Grotesk", "Helvetica Neue", "Helvetica", helvetica, arial, sans-serif;
  font-size: 16px;
  color: #2a2b2d;
  line-height: 1.4;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
      flex-direction: column; }

a {
  color: #2a2b2d;
  text-decoration: none;
  transition: all 150ms ease-in; }

a:hover {
  text-decoration: underline; }

h1 {
  font-size: 36px;
  margin-bottom: 24px; }

h2 {
  font-size: 28px;
  margin-bottom: 16px; }

h3 {
  font-weight: bold !important;
  font-size: 21px;
  margin-bottom: 16px; }

h4 {
  font-weight: bold !important;
  font-size: 16px;
  margin-bottom: 0; }

strong {
  font-weight: bold; }

p {
  margin-bottom: 16px;
  line-height: 1.4; }

p:last-of-type {
  margin-bottom: 64px;
  line-height: 1.4; }


.featured p:last-of-type, .alert p:last-of-type {
  margin-bottom: 0; }

p + h2 {
  margin-top: 32px; }

h1, h2, h3 {
  line-height: 1.3; }

.grid-wrap {
  background: #fff;
  width: 100%; }

.wrap {
  -ms-flex: 1;
      flex: 1; }

.sw {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 0 70px; }

.sw.wide {
  max-width: 1090px;
  padding: 0; }

.sw.narrow {
  padding: 0;
  max-width: 850px; }

.sw.medium {
  padding: 0;
  max-width: 960px; }

.sw.v-narrow {
  max-width: 650px; }

/* structure */
#home section {
  text-align: center; }

section {
  padding: 48px 0; }

section.hero, section .featured {
  margin: 0;
  padding: 0; }

section + .callout, section + .featured {
  margin: 0;
  padding: 89px 0; }

.portrait {
  width: 200px;
  height: auto;
  float: right;
  margin: 0 0 20px 20px; }

.grid + .more {
  margin-top: 48px; }

.button + .more {
  margin-top: 24px; }

.featured + .news {
  margin-top: 0 !important; }

#home section {
  text-align: center; }

.sidebar {
  padding: 48px 0 0 48px; }

.sidebar li {
  border-bottom: 1px solid #d8d8d8;
  padding: 16px 0; }

.sidebar li:first-of-type {
  border-top: 1px solid #d8d8d8; }

.copy {
  text-align: left;
  padding-top: 10px; }

.grid-pad .copy {
  padding: 20px; }

.text-centered {
  text-align: center; }

.button-links li {
  display: inline-block;
  margin-right: 16px; }

.button-links li:last-of-type {
  margin-right: 0; }

/* Winners */
.winners {
  background: #111111;
  padding-top: 98px;
  padding-bottom: 103px;
}
.winners .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 189px;
}
.winners-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 33px;
}
.winners-header h2 {
  font-family: 'Founders Grotesk Bold';
  font-size: 37.5px;
  line-height: 1.11;
  text-align: left;
  color: #37deb0;
  margin-top: 0;
  flex: 0 0 26%;
}
.winners-header.winners-header p:first-of-type {
  margin-top: 0;
  text-align: left;
  font-family: 'Founders Grotesk';
  font-size: 25px;
  line-height: 1.5;
  color: #ffffff;
  padding-left: 27px;
  margin-bottom: 0;
  box-sizing: border-box;
}
.winners .slick-slide {
  margin: 0 8.5px;
}
.winners .slick-list {
  margin: 0 -8.5px;
}
.winners .slick-arrow {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 22;
  font-size: 30px;
}
.winners .slick-arrow:hover {
  cursor: pointer;
}
.winners .slick-arrow.fa-arrow-left {
  left: -189px;
}
.winners .slick-arrow.fa-arrow-right {
  right: -189px;
}
.winners .sw {
  overflow: auto;
}
.winner-project {
  color: #37deb0;
  font-size: 25px;
  letter-spacing: 1.3px;
  font-family: 'Founders Grotesk Semibold';
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.winner-name {
  font-family: 'Founders Grotesk Bold';
  font-size: 37.5px;
  line-height: 1;
  color: #ffffff;
}
.winner-studio {
  font-size: 25px;
  font-weight: normal;
  color: #fff;
}
.winners .more {
  text-align: right;
}
.category-wrap {
  margin-bottom: 64px; }

.category-wrap h2 {
  margin-bottom: 32px; }

.winner-body h3 {
  line-height: 1;
  margin-bottom: 8px; }

.winner-body h3 span {
  margin-top: 8px; }

/* Testimonials */
.testimonial .copy {
  text-align: center; }

.testimonial p:last-of-type {
  margin-bottom: 8px; }

/* Featured */
.featured .copy {
  color: #fff;
  transition: all 250ms ease-in; }

.featured .highlight {
  display: block; }

/* images */
.pic {
  width: 100%;
  background-size: cover;
  background-color: #fff;
  position: relative;
  background-position: 50%;
  transition: opacity 250ms ease-in;
  padding-top: 100%;
  margin-bottom: 30px;
}

.pic:after {
  content: '';
  display: table;
  clear: both; }

/* Content pages */
.page .hero {
  margin-bottom: 32px; }

.page h1 {
  margin-bottom: 16px; }

.page p:first-of-type {
  margin-top: 32px; }

.page ul {
  margin-bottom: 32px; }

.page ul li {
  margin-bottom: 8px;
  font-size: 25px;
 }

.page ul + h2 {
  margin-top: 48px; }

.page .fee {
  margin-bottom: 32px;
  margin-top: 16px; }

/* Sharing */
.socialshares {
  margin-bottom: 32px; }

.socialshares-btn {
  width: 32px;
  padding: 6px;
  height: 32px;
  margin-right: 16px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #ccc;
  cursor: pointer; }

.socialshares-btn:hover {
  border-color: #2a2b2d; }

.socialshares-btn:hover svg {
  fill: #2a2b2d; }

.socialshares-btn svg {
  fill: #ccc; }

.hero {
  width: 100%;
  position: relative;
  background: #141416;
  overflow: hidden;
  height: 400px; }
.hero-info{
  font-family: 'Founders Grotesk Bold';
  font-size: 38.5px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}

.hero-wrap {
  height: 100%; }

.hero .bg-img {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: 50%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in; }

.hero .bg-img.loaded {
  opacity: 1; }

.hero .copy {
  background-color: rgba(255, 255, 255, 0.95);
  margin: 0 auto;
  text-align: center;
  max-width: 650px;
  position: relative;
  padding: 50px 30px;
  z-index: 1; }

.hero .attr {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 8px;
  background: #ecf0f1;
  font-size: 10px;
  z-index: 1; }

.slide-wrap {
  height: 100%; }

.hero .attr:before {
  content: "Photo: "; }

/* Hero Slider */
.slider {
  height: 100%;
  width: 300%;
  overflow: hidden;
  position: absolute; }

.slide {
  height: 100%;
  width: 100vw;
  position: relative;
  float: left;
  background-position: -100px 0; }

.hero nav div.icon {
  position: absolute;
  z-index: 2;
  font-size: 48px;
  color: #fff;
  cursor: pointer; }

.hero .slick-arrow {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 22;
  font-size: 30px;
}
.hero .slick-arrow:hover {
  cursor: pointer;
}
.hero .slick-arrow.fa-arrow-left {
  left: 0;
}
.hero .slick-arrow.fa-arrow-right {
  right: 0;
}

.arrow-left:hover:before {
  opacity: .8; }

.arrow-right:hover:before {
  opacity: .8; }

.callout {
  text-align: left;
}
.callout h2 {
  font-size: 37.5px;
  font-weight: bold;
  line-height: 1.11;
  font-family: 'Founders Grotesk Bold';
  text-transform: uppercase;
  margin-bottom: 21px;
}
.callout.callout p{
  font-family: 'Founders Grotesk';
  font-size: 25px;
  line-height: 1.5;
  text-align: left;
  color: #000000;
  margin-top: 0;
  margin-bottom: 21px;
}
.callout p a {
  font-family: 'Founders Grotesk Semibold';
  color: #000;
}
.callout .button-links .button {
  padding: 0 22.6px;
}
.page-intro {
  margin-bottom: 32px; }

.page-intro p:last-of-type {
  margin-bottom: 0; }

.date {
  display: inline-block;
  font-size: 16px;
  font-weight: 500; }

#home .testimonials {
  padding: 80px 0;
  text-align: center;
  background-color: #31c0ce; }

.testimonial .copy p {
  color: #fff;
  font-size: 24px;
  padding: 0 20px; }

.testimonial .copy span {
  color: #141416;
  opacity: .4;
  display: inline-block;
  margin-top: 20px; }

footer .testimonials {
  background-color: #141416;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 50px; }

footer .testimonials .copy {
  width: 75%;
  margin: 0 auto; }

footer .testimonial .copy span {
  color: #31c0ce;
  display: block;
  opacity: 1;
  margin-bottom: 30px; }

.footer-form__holder {
	max-width: 600px;
	margin: 0 auto 93px auto;
}

.footer-form__holder h2 {
	font-size: 37.5px;
	font-weight: bold;
	line-height: 1.11;
	font-family: 'Founders Grotesk Bold';
	margin-top: 0;
	margin-bottom: 18px;
	color: #fff;
	text-align: center;
}

.footer-form__holder button {
	border: none;
}
.footer-form__holder button span {
	margin: 0;
}
.footer-form__holder label {
	color: #fff;
	font-size: 25px;
}
header {
  padding: 18px 0 16px 0;
  position: relative; }

header a {
  font-family: 'Founders Grotesk'!important;
  font-size: 12px;
  letter-spacing: 1.7px;
  color: #000000;
  text-transform: uppercase;
}

header li:last-of-type {
  margin-right: 0 !important; }

#menu-main-header-nav {
  text-align: right;
  font-size: 16px; }

.current_page_item a {
  color: #31c0ce; }

#menu-main-header-nav li {
  margin-right: 34px;
  display: inline-block; }

.alert {
  padding: 11px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .5px;
  text-align: center;
  transition: all 200ms ease-in;
  background-color: #96edf5; }
  .alert:hover {
    background-color: #67e5f1; }

footer {
  margin-top: 64px;
  background: #ecf0f1; }

footer #menu-social-menu li, footer #menu-footer-nav li {
  margin-bottom: 0; }

footer #menu-social-menu li:last-of-type, footer #menu-footer-nav li:last-of-type {
  margin-bottom: 0; }

.footer-wrap {
  margin-top: 40px; }

footer p:last-of-type {
  margin-bottom: 16px;
  font-weight: bold; }

#colophon {
  padding: 20px 0;
  margin-top: 80px;
  color: #ecf0f1;
  font-weight: bold;
  background: #141416; }

input[type="text"], input[type="email"], input[type="password"], textarea {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  margin-top: 8px;
  font-size: 16px;
  padding: 14px;
  border: 2px solid #d8d8d8; }

textarea {
  max-width: 100%;
  min-height: 200px;
  margin-bottom: 8px; }

select {
  font-family: "Founders Grotesk", helvetica, sans-serif;
  outline: none;
  border: none;
  color: #7f8084;
  padding: 14px 14px 14px 20px;
  width: 100%;
  font-weight: bold;
  height: 45px;
  background: #d8d8d8;
  font-size: 14px; }

#form-comp-submit select {
  width: 240px;
  float: right; }

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }

.grid-cell {
  -ms-flex: 1;
      flex: 1; }

.grid-flex > .grid-cell {
  display: -ms-flexbox;
  display: flex; }

.grid-top {
  -ms-flex-align: start;
      align-items: flex-start; }

.grid-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.grid-center {
  -ms-flex-align: center;
      align-items: center; }

.grid-justifyCenter {
  -ms-flex-pack: center;
      justify-content: center; }

.grid-cell-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.grid-cell-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.grid-cell-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.grid-cell-autoSize {
  -ms-flex: none;
      flex: none; }

.grid-fit {
  -ms-flex: 1;
      flex: 1; }

.grid-full {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }

.grid-1-2 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%; }

.grid-1-3 {
  -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%; }

.grid-2-3 {
  -ms-flex: 0 0 66.66%;
      flex: 0 0 66.66%; }

.grid-1-4 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%; }

.grid-3-4 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%; }

.grid-1-5 {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%; }
.grid-1-6 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%; }
.grid-2-5 {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%; }

@media (-break-sm) {
  .small-grid-fit > .grid-cell {
    -ms-flex: 1;
        flex: 1; }
  .small-grid-full > .grid-cell {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  .small-grid-1-2 > .grid-cell {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  .small-grid-1-3 > .grid-cell {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%; }
  .small-grid-1-4 > .grid-cell {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  .small-grid-1-4 > .grid-cell {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%; } }

@media (max-width: 767px) {
  .grid, .grid-flex > .grid-cell {
    display: block; }
  .grid-gutters.gutter-fat, .grid-gutters.gutter-wide, .grid-gutters, .grid-gutters > .grid-cell {
    margin: 0 !important;
    padding: 0 !important; } }

@media (-break-md) {
  .med-grid-fit > .grid-cell {
    -ms-flex: 1;
        flex: 1; }
  .med-grid-full > .grid-cell {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  .med-grid-1-2 > .grid-cell {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  .med-grid-1-3 > .grid-cell {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%; }
  .med-grid-1-4 > .grid-cell {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  .med-grid-1-5 > .grid-cell {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%; } }

@media (-break-lg) {
  .large-grid-fit > .grid-cell {
    -ms-flex: 1;
        flex: 1; }
  .large-grid-full > .grid-cell {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  .large-grid-1-2 > .grid-cell {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  .large-grid-1-3 > .grid-cell {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%; }
  .large-grid-1-4 > .grid-cell {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  .large-grid-1-5 > .grid-cell {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%; } }

.grid-gutters {
  margin: -16px 0 16px -16px; }

.grid-gutters > .grid-cell {
  padding: 16px 0 0 16px; }

.grid-gutters.gutters-wide {
  margin: -32px 0 32px -32px; }

.grid-gutters.gutters-wide > .grid-cell {
  padding: 32px 0 0 32px; }

.grid-gutters.gutters-fat {
  margin: -48px 0 48px -48px; }

.grid-gutters.gutter-fat > .grid-cell {
  padding: 48px 0 0 48px; }

@media (-break-sm) {
  .small-grid-gutters {
    margin: -1em 0 1em -1em; }
  .small-grid-gutters > .grid-cell {
    padding: 1em 0 0 1em; }
  .small-grid-guttersLg {
    margin: -1.5em 0 1.5em -1.5em; }
  .small-grid-guttersLg > .grid-cell {
    padding: 1.5em 0 0 1.5em; }
  .small-grid-guttersXl {
    margin: -2em 0 2em -2em; }
  .small-grid-guttersXl > .grid-cell {
    padding: 2em 0 0 2em; } }

@media (-break-md) {
  .med-grid-gutters {
    margin: -1em 0 1em -1em; }
  .med-grid-gutters > .grid-cell {
    padding: 1em 0 0 1em; }
  .med-grid-guttersLg {
    margin: -1.5em 0 1.5em -1.5em; }
  .med-grid-guttersLg > .grid-cell {
    padding: 1.5em 0 0 1.5em; }
  .med-grid-guttersXl {
    margin: -2em 0 2em -2em; }
  .med-grid-guttersXl > .grid-cell {
    padding: 2em 0 0 2em; } }

@media (-break-lg) {
  .large-grid-gutters {
    margin: -1em 0 1em -1em; }
  .large-grid-gutters > .grid-cell {
    padding: 1em 0 0 1em; }
  .large-grid-guttersLg {
    margin: -1.5em 0 1.5em -1.5em; }
  .large-grid-guttersLg > .grid-cell {
    padding: 1.5em 0 0 1.5em; }
  .large-grid-guttersXl {
    margin: -2em 0 2em -2em; }
  .large-grid-guttersXl > .grid-cell {
    padding: 2em 0 0 2em; } }

@media (max-width: 767px) {
  body {
    font-size: 18px; }
  .sw {
    padding: 0 8px !important; }
  #form-comp-submit select {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  #single .pic {
    margin-top: 0 !important; }
  .mobile {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 30px; }
  .mobile span {
    height: 2px;
    display: block;
    margin-bottom: 6px;
    background: #fff; }
  .mobile span:last-of-type {
    margin-bottom: 0; }
  header .menu li {
    display: block !important;
    margin-right: 0;
    padding: 12px;
    text-align: center;
    padding-bottom: 20px; }
  .px3-white {
    display: none; }
  .winner-images img {
    margin-bottom: 16px !important; }
  .sidebar {
    margin-top: 32px;
    padding: 0;
    text-align: center; }
  .menu-main-header-nav-container {
    display: none; }
  #menu-header-main {
    text-align: center; }
  #menu-main-header-nav {
    margin-top: 30px; }
  #menu-header-main li:last-of-type {
    padding: 14px 0;
    margin-bottom: 0; }
  .button-links li {
    display: block !important;
    margin-right: 0 !important;
    margin-bottom: 10px; }
  .button-links li a {
    width: 80%; }
  .hero {
    height: initial !important; }

  .hero .copy {
    max-width: 100% !important;
    max-width: 100% !important;
    right: 0 !important;
    padding: 20px !important;
    position: static !important; }
  .hero .bg-img {
    position: static;
    height: 400px; }
  .slide-wrap {
    display: table;
    width: 100%; }
  .slider {
    position: static;
    height: initial; }
  .hero p {
    font-size: 26px; }
  .date {
    font-size: 14px; }
  .intro p {
    padding: 0 20px; }
  .content ul li:before {
    font-size: 9px; }
  #single-juror .bio-pic {
    margin-top: 0 !important; }
  .main-juror .copy {
    padding: 0; }
  .grid-cell .copy {
    margin-bottom: 32px;
    text-align: center; }
  footer {
    text-align: center;
    margin-top: 40px; }
  footer li {
    margin-bottom: 16px !important; }
  #colophon {
    margin-top: 40px; }
  footer .gutter-fat > .grid-cell {
    margin-bottom: 20px !important; } }

.swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.swiper-slide-container {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

swiper-wrapper {
  z-index: 3; }

.swiper-pagination {
  z-index: 2; }

.swiper-button-next, .swiper-button-prev {
  z-index: 4; }
  
  @media screen and (max-width: 480px) {
  	.page ul li {
    	font-size: 18px
    }
  }
  
  
/* winners slider css */

  #slider_2620 .sa_hover_container .img-holder {
    padding-top: 100%;
    position: relative;
  }

  #slider_2620 .sa_hover_container .img-holder > div {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }

  #slider_2620 .sa_hover_container .img-holder > div img {
    display: block;
width: 100vw;
height: 100vh;
object-fit: cover;
max-width: 100%;
max-height: 100%;
  }
  
  #slider_2620 .sa_hover_container h3 {
  color: #2a2b2d;
  font-size: 16px;
  padding: 20px 15px 0;
  background: #fff;
  min-height: 90px
  
  }

  .page-id-2621 .callout{
    background: #37deb0!important;
    padding: 50px 0;
  }
  
  
  .winners-gallery__holder {
     background: #37deb0;
     padding-top: 50px;
  }
   .winners-gallery__holder .featured {
   background: transparent!important;
   }
  
  .winners-gallery__holder .highlight {
  background: transparent!important;
  padding-left: 10px;
  }
  
  #home section.why-register .winners-gallery__holder .owl-item h3 {
  font-size: 16px;
  min-height: 90px
  }