/* Jquery validation error labels */
.error {
    color: #cc5965;
}
.form input[type="text"].error, .form input[type="email"], input[type="url"], .form label input[type="password"], .form label textarea {
    margin-bottom: 2px!important;
}
#level-error{
    margin-top: -26px;
    margin-bottom: 26px;
}
#i_agree-error {
    margin-top: -12px;
}
.progress li {
    z-index: 0;
}
.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; }

@-webkit-keyframes pulse {
  0% {
    background-color: #fff; }
  50% {
    background-color: #ffdf5b; }
  100% {
    background-color: #fff; } }

@-webkit-keyframes long-pulse {
  0% {
    border-color: #ffdb56; }
  60% {
    border-color: #ffdb56; }
  100% {
    border-color: #ececec; } }

* {
  -webkit-box-sizing: border-box;
          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: "franklin-gothic-urw", "Helvetica Neue", "Helvetica", helvetica, arial, sans-serif;
  font-size: 16px;
  background: #f9f9f9;
  color: #2a2b2d;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

a {
  color: #2a2b2d;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #2a2b2d;
  padding-bottom: 1px;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in; }
  a:hover {
    color: #2a2b2d;
    border-bottom-color: #2a2b2d; }

strong {
  font-weight: bold; }

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

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

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

h1 {
  font-size: 36px;
  font-weight: normal !important; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 21px; }

h1, h2, h3 {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 16px; }

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

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

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

.sw.sw-full {
  max-width: 1600px; }

.sw.wide {
  max-width: 1440px; }

.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: 48px 0; }

.content {
  text-align: left; }

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

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

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

#home section {
  text-align: center; }

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

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

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

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

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

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

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

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

.no-bottom-h1  {

  line-height: 1.2;
  font-weight: normal !important;
  margin-bottom: 2px;
  font-size: 36px; }  

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

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

ul li {
  margin-bottom: 8px; }

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

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

.hero {
  width: 100%;
  position: relative;
  background: #eee;
  overflow: hidden;
  height: 400px; }

#home .hero {
  height: 70vh; }

.hero .bg-img {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: 50%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  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; }

.arrow-left {
  left: 0; }

.arrow-right {
  right: 0; }

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

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

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

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

.callout {
  text-align: center; }

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

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

.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: #1da1f2;
  display: block;
  opacity: 1;
  margin-bottom: 30px; }

header {
  padding: 0;
  position: relative;
  background: #fff; }

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

header svg {
  width: 120px; }

header a {
  display: block;
  line-height: .8; }

.current_page_item a {
  color: #1da1f2; }

.logo img {
  width: 150px; }

.logo a {
  border: none !important; }

.logo a:hover {
  border: none !important; }

.logo a:hover img {
  opacity: .8; }

#menu-main-header-nav li {
  margin-right: 20px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block; }

#menu-main-header-nav li a {
  border-bottom: none;
  color: #2a2b2d; }
  #menu-main-header-nav li a:hover {
    color: #a8aaae; }

.alert-wrap {
  position: fixed;
  bottom: -213px;
  right: 20px;
  width: 350px;
  -webkit-transition: all 600ms ease-in;
  transition: all 600ms ease-in; }
  .alert-wrap .alert {
    background: #2a2b2d;
    color: #d8d8d8;
    border-radius: 6px;
    padding: 30px 30px 45px 30px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    .alert-wrap .alert a {
      color: #d8d8d8; }
  .alert-wrap .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff; }

.alert-wrap.show {
  bottom: 20px;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out; }

.show-error {
  color: #e51b4b;
  font-size: 16px;
  font-weight: normal; }

.message-wrap {
  background: #ffdf5b;
  padding: 20px; }

.message-wrap .message {
  color: #524d36; }

.winner-images img {
  margin-bottom: 32px; }

.prize-details {
  margin: 16px 0; }

.prize-details li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d8d8d8; }

.prize-details li:first-of-type {
  padding-top: 8px;
  border-top: 1px solid #d8d8d8; }

.preview-notice {
  background: #141416;
  padding: 24px 0;
  font-weight: bold;
  color: #ecf0f1; }
  .preview-notice p {
    margin-bottom: 0; }

.text-links {
  margin-top: 16px;
  text-align: center; }

.sidebar ul li {
  margin-bottom: 8px; }

.sidebar ul li.selected a {
  font-weight: bold; }

.sidebar .summary {
  font-weight: bold; }

.sidebar ul li.small-header {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold; }

.sidebar .button {
  width: 100%;
  margin-top: 32px; }

.side-menu li {
  margin-bottom: 16px !important; }

.side-menu li a {
  border-bottom: none; }

.cats-header {
  border-bottom: 4px solid #2a2b2d;
  padding-bottom: 16px; }

.entry-summary li.small-header {
  color: #7f8084;
  border-top: 1px solid #d8d8d8;
  padding-top: 8px; }

.sidebar {
  will-change: min-height; }

.sidebar__inner {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform; }

.fees-categories li, .fees-totals li {
  border-bottom: 1px solid #d8d8d8;
  padding: 4px 0 6px; }

.fees-categories {
  margin-bottom: 8px; }

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

.fees-categories li:last-of-type, .fees-totals li:last-of-type {
  border-bottom: none; }

.col-fee {
  text-align: right; }

#payment h2 {
  margin-bottom: 16px;
  margin-top: 4px; }

#payment .form label {
  margin-bottom: 8px; }

.fees-totals {
  padding-top: 8px;
  border-top: 1px solid #2a2b2d;
  font-weight: bold;
  margin-bottom: 16px; }

.button-wrap .grid-1-2 .button {
  width: 100%; }

#payment .entry {
  background: #fff;
  border-top: 1px solid #2a2b2d;
  padding: 16px;
  position: relative; }

#payment .entry.entry-totals {
  border: none;
  padding-top: 0; }

#payment .entry:last-of-type {
  margin-top: 0;
  border-top: none; }

#payment .entry-edit {
  position: absolute;
  right: 20px;
  font-weight: normal !important; }

#payment .entry-edit a {
  color: #1da1f2;
  border: none; }

#payment .entry:first-of-type {
  border-top: none;
  margin-top: none; }

#payment .button-submit:hover {
  background: #23cc66 !important;
  color: #fff !important; }

#payment .grand-total {
  border-top: 4px solid;
  border-bottom: 4px solid;
  margin-bottom: 32px;
  padding-bottom: 8px;
  font-size: 21px; }

.form label {
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin-bottom: 16px;
  width: 100%; }
  .form label h1 {
    margin-top: 8px;
    margin-bottom: 32px; }
  .form label p {
    font-size: 16px;
    font-weight: normal; }
  .form label input[type="text"], .form label input[type="email"], input[type="url"], .form label input[type="password"], .form label textarea {
    display: block;
    width: 100%;
    margin-bottom: 32px;
    margin-top: 8px;
    font-size: 16px;
    padding: 14px;
    border: 2px solid #d8d8d8; }
  .form label .input-small {
    display: inline-block !important;
    width: 200px !important;
    padding: 8px !important; }
  .form label textarea {
    max-width: 100%;
    min-height: 200px;
    margin-bottom: 8px; }
  .form label .chars-wrap {
    text-align: right;
    font-weight: normal; }

.form #categories > span {
  display: block; }

.form .cat-list li {
  width: 48%;
  display: inline-block; }

.form .cat-wrap {
  margin-bottom: 16px; }

.form .cat-list label {
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 8px; }

.form .cat-list label, .form .cat-list input {
  width: initial; }

.form .cat-list input {
  display: inline-block;
  margin-bottom: 0; }

.form .noInput {
  border: none;
  border-bottom: 4px solid #2a2b2d;
  padding: 12px 0 16px;
  font-weight: bold;
  background: none; }

.form label.required > span:after {
  content: "*";
  color: #e51b4b;
  padding-left: 4px; }

.form .rules {
  font-size: 13px;
  margin-top: 16px; }

.select-form {
  margin-bottom: 24px !important; }

.sidebar {
  will-change: min-height; }

.sidebar__inner {
  background: #fff;
  padding: 20px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform; }

.entry-fee {
  font-weight: bold;
  font-size: 21px; }

.profile-type {
  padding-bottom: 20px;
  width: 80%;
  margin-bottom: 24px !important; }
  .profile-type .grid-cell {
    color: #7f8084; }

.profile-type .type-student:hover, .profile-type .type-pro:hover, .profile-type .type-agent:hover, .profile-type .type-mr:hover, .profile-type .type-ms:hover, .profile-type .type-mrs:hover {
  color: #2a2b2d; }

.profile-type .type-student.selected, .profile-type .type-pro.selected, .profile-type .type-agent.selected, .profile-type .type-mr.selected, .profile-type .type-ms.selected, .profile-type .type-mrs.selected {
  background: #e0e0e0;
  color: #2a2b2d; }

.profile-type .type-student:after, .profile-type .type-pro:after, .profile-type .type-agent:after, .profile-type .type-mr:after, .profile-type .type-ms:after, .profile-type .type-mrs:after {
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
  top: 15px;
  right: 14px;
  color: #ececec; }

.profile-type .type-student:hover:after, .profile-type .type-pro:hover:after, .profile-type .type-agent:hover:after, .profile-type .type-mr:hover:after, .profile-type .type-ms:hover:after, .profile-type .type-mrs:hover:after {
  color: #b9b9b9; }

.profile-type .type-student.selected:after, .profile-type .type-pro.selected:after, .profile-type .type-agent.selected:after, .profile-type .type-mr.selected:after, .profile-type .type-ms.selected:after, .profile-type .type-mrs.selected:after {
  color: #23cc66; }

.profile-type .type-student, .type-mr {
  background: #ececec;
  padding: 20px;
  border: 2px solid #d8d8d8;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  position: relative;
  text-align: center;
  cursor: pointer; }

.profile-type .type-pro, .type-mrs {
  background: #ececec;
  padding: 20px;
  border-top: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  position: relative;
  text-align: center;
  cursor: pointer; }

.profile-type .type-agent, .type-ms {
  background: #ececec;
  padding: 20px;
  border: 2px solid #d8d8d8;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  text-align: center;
  cursor: pointer; }

.profile-type span {
  font-size: 16px;
  cursor: pointer;
  color: #2a2b2d;
  cursor: pointer; }

.profile-type input[type="radio"] {
  display: none; }

.profile-type p:hover {
  border-bottom: 2px solid #d8d8d8; }

.hideme {
  display: none !important; }

.upload-header {
  text-align: center;
  color: #595959;
  background: #ececec;
  padding: 20px; }
  .upload-header h3 {
    font-size: 16px;
    margin-bottom: 8px; }
  .upload-header p {
    margin-bottom: 0;
    font-size: 14px; }

#upload .form h1 {
  margin-bottom: 8px; }

#upload .form h3 {
  font-size: 18px;
  margin-bottom: 8px; }

.discount-wrap {
  display: block; }

.button {
  background: #d0d0d0;
  color: #595959 !important;
  padding: 16px 18px;
  text-align: center;
  margin-right: 0;
  border-radius: 3px;
  border: none;
  min-width: 160px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  display: inline-block; }
  .button:hover {
    background: #cbcbcb; }

.button-small {
  padding: 10px;
  font-size: 12px;
  min-width: initial; }

.button-green {
  background: #23cc66 !important;
  color: #fff !important; }
  .button-green:hover {
    background: #1fb65b !important; }

.button-blue {
  background: #1da1f2 !important;
  color: #fff !important; }
  .button-blue:hover {
    background: #0d95e8 !important; }

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

.delete-button {
  margin-top: 16px;
  color: #e51b4b;
  font-size: 14px;
  border: none; }

.button-main {
  background-color: #2a2b2d; }
  .button-main:hover {
    background-color: #111213; }
  .button-main:hover {
    background: #36383a; }

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

.button-wrap {
  overflow: hidden; }
  .button-wrap .button-submit {
    float: right; }

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

#login .more {
	  margin-top:20px;
}

#login .more a.button {
	padding:16px 8px;
	margin-bottom:32px;
	width:100%;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.image-cover {
  margin-bottom: 1em; }

.preview-pdf .dz-image {
  height: 100px !important; }

.pdf-wrap a {
  border: none !important; }

.pdf-icon, .preview-pdf .dz-image {
  width: 90px !important;
  background: #e51b4b !important;
  height: 120px !important;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.pdf-icon:before, .preview-pdf .dz-image:before {
  content: "PDF"; }

.entry-preview {
  background: #fff;
  border-radius: 4px;
  padding: 50px; }

#preview .entry-title {
  font-size: 28px;
  margin-top: 1em; }

#preview .preview-details, .entry-description {
  margin-top: 1em; }

#preview .preview-details .grid {
  font-size: 15px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d8d8d8; }

#preview .preview-details .grid:first-of-type {
  padding-top: 8px;
  border-top: 1px solid #d8d8d8; }

#preview .entry-description p {
  margin-right: 26px;
  line-height: 1.4;
  font-size: 15px; }

#preview .preview-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px; }

.upload-wrap {
  padding: 20px;
  display: inline-block;
  background: #f4f4f4;
  cursor: pointer;
  margin-bottom: 32px; }

.upload-wrap:hover > .upload-drop {
  border: 1px dashed #2a2b2d; }

.upload-drop {
  border: 1px solid #d8d8d8;
  width: 300px;
  height: 200px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 10px;
  display: table;
  text-align: center;
  padding: 20px;
  color: #7f8084;
  font-size: 13px;
  pointer-events: none; }

.pic-upload {
  height: 24px;
  width: 24px;
  font-size: 24px;
  margin: 0 auto;
  margin-bottom: 20px; }

.max-upload {
  font-weight: bold;
  margin-left: 0 !important; }

.image-deets {
  display: block; }

.pic-upload:before {
  font-family: "Ionicons";
  content: "\f147"; }

.upload-drop .centered {
  pointer-events: none;
  display: table-cell;
  vertical-align: middle; }

.centered {
  display: table; }

.centered > .vert {
  display: table-cell;
  vertical-align: middle; }

.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  vertical-align: top;
  margin: 0 auto;
  min-height: 100px;
  margin-bottom: 10px; }

.dropzone .dz-preview:last-of-type {
  margin-bottom: 0; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  display: none; }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 18px;
  text-align: center;
  position: absolute;
  z-index: 100;
  opacity: 0;
  width: 40px;
  line-height: 18px;
  padding: 10px;
  font-weight: bold;
  margin: 0;
  color: #2a2b2d !important;
  top: 1px;
  right: 1px;
  display: block;
  cursor: pointer;
  height: 40px;
  border: none;
  background: #fff;
  z-index: 100; }

.dropzone .dz-preview:hover > .dz-remove {
  opacity: 1; }

.dropzone .dz-preview .dz-remove:hover {
  color: #e51b4b;
  opacity: 1; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  font-size: 13px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  padding: 3px 5px;
  background-color: rgba(255, 255, 255, 0.4);
  display: inline-block; }

.dropzone .dz-preview .dz-details .dz-filename {
  margin-bottom: 4px;
  font-weight: bold; }

.grid .dz-preview {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%; }

.grid-fixed {
  overflow: hidden;
  height: 200px !important;
  position: relative; }

.grid-fixed img {
  width: 130%;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%); }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.dropzone .dz-preview .dz-image {
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
  height: auto;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 30%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark {
  top: 50% !important; }

.dropzone .dz-preview .dz-success-mark:before {
  font-family: "Ionicons";
  content: "\f120";
  font-size: 54px;
  color: #23cc66; }

.dropzone .dz-preview .dz-error-mark:before {
  font-family: "Ionicons";
  font-size: 100px;
  font-weight: normal;
  color: #e51b4b;
  display: inline-block;
  content: "\f2d7"; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 8px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 200px;
  margin-left: -100px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 3px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #1da1f2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 3px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

.selectize-control.narrow {
  width: 100px; }

.selectize-input {
  padding: 14px;
  background: #fff;
  color: #2a2b2d;
  border: 2px solid #d8d8d8;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.selectize-control.invalid > .selectize-input {
  border-color: #e51b4b; }

.selectize-dropdown {
  line-height: 18px; }

.selectize-control {
  position: relative;
  margin-top: 10px; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-width: auto !important; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  font-size: 16px;
  font-weight: normal;
  border: 2px solid #d8d8d8;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: #ffdb56;
  border: none;
  border-radius: 0; }

.selectize-dropdown [data-selectable] {
  color: #d8d8d8;
  padding: 14px; }

.selectize-dropdown .optgroup-header {
  padding: 14px 10px 10px;
  font-weight: bold;
  background: #ecf0f1;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.selectize-dropdown .active {
  background-color: #ecf0f1;
  color: #2a2b2d; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input:after {
  font-family: "Ionicons";
  content: "\f123";
  color: #7f8084;
  display: block;
  font-size: 12px;
  position: absolute;
  cursor: pointer;
  background: #e0e0e0;
  top: 0;
  padding-top: 18px;
  right: 0;
  vertical-align: middle;
  height: 100%;
  text-align: center;
  width: 30px; }

.selectize-control.single .selectize-input.input-active:after {
  content: "\f126"; }

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #ececec; }

.selectize-input.focus {
  border-color: #d8d8d8;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  border-radius: 3px;
  padding: 14px;
  background: #1da1f2;
  color: #ffffff; }

.selectize-control.multi .selectize-input > div:focus {
  border-bottom-left-radius: none;
  border-bottom-right-radius: none; }

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

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-size: 18px; }

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

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

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

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

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

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

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

.grid-justifyCenter {
  -webkit-box-pack: center;
      -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;
      align-self: center; }

.grid-shrink {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.grid-push {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4; }

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

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

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

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

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

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

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

.grid-1-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%; }

.grid-2-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%; }

.grid-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 350px;
          flex: 0 350px;
  margin-left: 48px; }

@media (-break-sm) {
  .small-grid-fit > .grid-cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .small-grid-full > .grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .small-grid-1-2 > .grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .small-grid-1-3 > .grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%; }
  .small-grid-1-4 > .grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .small-grid-1-4 > .grid-cell {
    -webkit-box-flex: 0;
        -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 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .med-grid-full > .grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .med-grid-1-2 > .grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .med-grid-1-3 > .grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%; }
  .med-grid-1-4 > .grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .med-grid-1-5 > .grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; } }

@media (-break-lg) {
  .large-grid-fit > .grid-cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .large-grid-full > .grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .large-grid-1-2 > .grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .large-grid-1-3 > .grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%; }
  .large-grid-1-4 > .grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .large-grid-1-5 > .grid-cell {
    -webkit-box-flex: 0;
        -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: -64px 0 64px -64px; }

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

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

[data-tooltip]:before,
[data-tooltip]:after {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  bottom: 10px; }

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  margin-bottom: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  padding: 10px;
  border-radius: 2px;
  min-width: 100px;
  background-color: #2a2b2d;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 13px;
  line-height: 1.2; }

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 0;
  border-top: 5px solid #2a2b2d;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
  bottom: 24px; }

.tip {
  cursor: pointer; }

.entries-rows {
  text-align: left; }
  .entries-rows .entry-id,
  .entries-rows .entry-cats,
  .entries-rows .entry-date,
  .entries-rows .entry-images {
    font-size: 14px; }
  .entries-rows .entry-id {
    font-family: courier;
    font-size: 12px; }
  .entries-rows .row-wrap {
    padding-right: 10px;
    position: relative; }
    .entries-rows .row-wrap .button {
      width: 100%; }
      .entries-rows .row-wrap .button:hover {
        background: #23cc66;
        color: #fff !important; }
  .entries-rows .row-wrap:first-of-type {
    padding-left: 10px; }

.entries-rows > .grid {
  font-size: 14px;
  padding: 10px 0;
  background: #f3f3f3;
  border-bottom: 1px solid #d5d5d5; }
  .entries-rows > .grid:hover {
    background: #eee; }

.edit-links a {
  margin-right: 10px; }

.edit-links a:last-of-type {
  margin-right: 0; }

.entries-header {
  font-size: 13px;
  font-weight: bold;
  color: #888888; }
  .entries-header .grid {
    background: #141416; }
    .entries-header .grid:hover {
      background: #141416 !important; }

.cat-wrap-header {
  display: block !important;
  margin-top: 8px !important;
  margin-top: 4px !important; }

.cat-wrap-header label {
  font-weight: bold !important; }

#entry #categories > span {
  font-size: 24px;
  font-weight: normal; }

.cat-wrap ul li {
  margin-bottom: 3px !important; }

.cat-wrap label {
  margin-bottom: 0 !important; }

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

.comp_entry_links h3 {
  font-weight: normal;
  margin-bottom: 0; }

.entries-wrap {
  margin-bottom: 16px; }

ul.tabs {
  margin: 0px;
    padding: 0;
    display: inline-block;
    list-style: none;

   }

ul.tabs li {
  background: none;
  display: inline-block;
  padding: 14px 16px;
  font-size: 14px;
  font-weight:bold;
  margin-bottom:0;
  color:#696767;
  cursor: pointer; }

ul.tabs li.current {
  background: #141416; 
  border: 1px solid #141416;
  color:#fff;
    }
    
 ul.tabs li:not(.current):hover {
  background: #ececec; 
    }
    
ul.tabs li.outstanding {
	margin-right: -4px
}
    
ul.tabs li.outstanding.current {

}

.tab-content {
  display: none; }

.tab-content.current {
  display: inherit; }

@media (max-width: 767px) {
  body {
    font-size: 18px; }
  .sw {
    padding: 0 16px !important; }
  #single .pic {
    margin-top: 0 !important; }
  .mobile {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 30px;
    cursor: pointer; }
  .mobile span {
    height: 2px;
    display: block;
    margin-bottom: 6px;
    background: #2a2b2d; }
  .comp_entry_links a {
    display: inline;
    line-height: 1.4; }
  .entries-wrap .entry-title {
    border-bottom: 1px solid #d8d8d8; }
  .entries-wrap .entry-id, .entries-wrap .entry-cats, .entries-wrap .entry-images, .entries-wrap .entry-date {
    display: none; }
  .entries-wrap .row-wrap {
    padding: 10px; }
  #payment .form .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .button-wrap.grid {
    display: block !important; }
  header a {
    display: inline-block; }
  .mobile span:last-of-type {
    margin-bottom: 0; }
  .entries-header, .entry-toggle {
    display: none; }
  .profile-type {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .button-submit {
    width: 100%;
    margin-bottom: 16px; }
  .cat-wrap {
    margin-bottom: 32px; }
  .form .cat-list li {
    width: 100%;
    display: block; }
  header .menu li {
    display: block !important;
    margin-right: 0;
    padding: 12px;
    text-align: center;
    padding-bottom: 20px; }
  .px3-white {
    display: none; }
  header svg {
    width: 80px; }
  .winner-images img {
    margin-bottom: 16px !important; }
  .grid-sidebar {
    margin-left: 0 !important;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .sidebar {
    margin-top: 32px;
    padding: 0;
    text-align: center;
    display: block; }
  .menu-main-header-nav-container {
    display: none; }
  #menu-header-main {
    text-align: center; }
  #menu-main-header-nav {
    margin-top: 30px;
    display: none; }
  #menu-header-main li:last-of-type {
    padding: 14px 0;
    margin-bottom: 0; }
  .button {
    -webkit-appearance: none !important; }
  .button-links li {
    display: block !important;
    margin-right: 0 !important;
    margin-bottom: 10px; }
  .button-links li a {
    width: 80%; }
  .hero .copy {
    max-width: 100%; }
  .slide-wrap {
    display: table;
    width: 100%; }
  .slide-wrap > .copy {
    display: table-cell;
    vertical-align: middle; }
  .hero p {
    font-size: 18px; }
  .date {
    font-size: 14px; }
  .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; }
  ul.tabs li {
    width: 49%;
    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; } }
