.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("../eot/ionicons790f.eot?v=2.0.1");
  src: url("../eot/ionicons790f.eot?v=2.0.1#iefix") format("embedded-opentype"), url("../ttf/ionicons790f.ttf?v=2.0.1") format("truetype"), url("../woff/ionicons790f.woff?v=2.0.1") format("woff"), url("../svg/ionicons790f.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-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; 
	text-align: center;
}

* {
  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; }
.partners img{
    width: 100%;
}
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: "franklin-gothic-urw", "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: 1600px;
  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-top: 0; 
    padding-bottom: 40px;
}

.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 */
.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; }

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

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

#home .hero {
  height: 70vh;
}

.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 nav div.arrow-left, .hero nav div.arrow-right {
  width: 100px;
  height: 100%;
  top: 0;
  z-index: 2; }

.video-holder {
	position: relative;
	padding-top: 80%;
	overflow: hidden;
}
.hero-video, .rll-youtube-player {
	z-index: 3;	
	height: 100%;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.arrow-left {
  left: 0; }

.arrow-right {
  right: 0; }

.arrow-left:before {
  font-family: "Ionicons";
  position: absolute;
  top: 40%;
  content: "\f3d2";
  left: 40px;
  opacity: 1;
  transition: all 100ms ease-in; }

.arrow-right:before {
  font-family: "Ionicons";
  position: absolute;
  content: "\f3d3";
  top: 40%;
  right: 40px;
  opacity: 1;
  transition: all 100ms ease-in; }

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

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

.callout {
  text-align: center; 
  padding: 64px 0 30px!important;
}

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

header {
  padding: 18px 0 16px 0;
  position: relative; }

header a {
  font-size: 14px; }

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: 12px;
  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: #9BD4FF; }

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

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

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: "helvetica neue", 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-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: 28px;
    right: 15px;
    width: 30px; 
	}
  .mobile span {
    height: 2px;
    display: block;
    margin-bottom: 6px;
    background: #000a14; }
  .mobile span:last-of-type {
    margin-bottom: 0; }
  header .menu li {
    display: block !important;
    margin-right: 0;
    
    text-align: center;
     }
  .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;
	margin-bottom: 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 .copy {
    max-width: 100% !important;
    right: 0 !important;
    padding: 20px !important;
	left: 0!important;
    position: absolute !important; }
  
  .slide-wrap {
    display: table;
    width: 100%; }
  .slider {
    position: static;
    height: initial; }
  .hero p {
    font-size: 18px; }
  .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%;
  height: 100%;
  margin: 0 auto;
  position: relative; }

.swiper-wrapper,
.swipper-slide {
	height: 100%;}

.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; }
  /* dropdown menu styles */
  header > .sw.wide {
    overflow: unset;
  }
  .menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu li {
    position: relative;
  }
  .menu li ul {
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #000a14;
    background-clip: padding-box;
    border: 1px solid #000a14;
  }
  .menu li ul.open {
    display: block;
  }
  .menu li ul li {
    width: 100%;
    background: transparent!important;
    padding: 0;
  }
  .menu li ul li a {
    color: #fff;
    display: block;
    padding: 20px 10px;
  }
  .menu li ul li a:hover {
    text-decoration: none;
    background: #87cefa;
  }
@media screen and (max-width: 767px) {
  .menu li ul {
    position: static;
    float: none;
    width: 100%;
    background: #000;
  }
  .jury {
    max-width: 60%;
    margin: 0 auto!important;
    text-align: center;
  }
  .jury + h2 {
    text-align: center;
  }
  .footer-wrap img {
    margin: 0 auto;
  }
  .friends.grid,
  .partner.grid,
  .partners .grid {
    display: flex;
    margin-bottom: 30px!important;
  }
  .friends .grid-cell.grid-1-5,
  .partner .grid-cell.grid-1-5,
  .partners .grid-cell.grid-1-5 {
    flex: 0 0 50%;
    padding: 0 30px!important;
  }
}

@media screen and (max-width: 479px) {
  .jury {
    max-width: 90%;
  }
}
