/*!
	Theme Name: NEIdeas
	Description: Custom Theme for NEIdeas
	Author: Build Create Studios
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* line 5, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }

/* line 103, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

/* line 32, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* FONT */
/* COLORS */
/* GRID SYSTEM */
/* BREAK TO MOBILE */
/* Functions */
/* FONT SIZE REM */
/* BACKGROUND RGBA */
/* BACKGROUND HEX TO RGBA */
/* DISPLAY INLINE-BLOCK FOR ALL! */
/* BOX SIZING */
body {
  font-size: 18px;
  line-height: 1.4em;
  font-family: "tradegothiccondensed", Helvetica, Arial, sans-serif;
  color: #231f20; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 0.4em; }

h1 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #14b7cc; }
  @media screen and (max-width: 50em) {
    h1 {
      font-size: 24px;
      font-size: 1.5rem; } }

h2 {
  font-size: 24px;
  font-size: 1.5rem; }
  @media screen and (max-width: 50em) {
    h2 {
      font-size: 20.8px;
      font-size: 1.3rem; } }

h3 {
  font-size: 22.4px;
  font-size: 1.4rem; }
  @media screen and (max-width: 50em) {
    h3 {
      font-size: 19.2px;
      font-size: 1.2rem; } }

h4 {
  font-size: 19.2px;
  font-size: 1.2rem; }
  @media screen and (max-width: 50em) {
    h4 {
      font-size: 16px;
      font-size: 1rem; } }

h5, h6 {
  font-size: 16px;
  font-size: 1rem; }

strong {
  font-family: "tradegothicregular"; }

/* clear */
.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

.clearer {
  clear: both;
  height: 0;
  line-height: 0;
  display: block; }

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%; }

a {
  color: #14b7cc;
  text-decoration: none;
  transition: all ease-in-out .25s; }

a:hover {
  color: #14b7cc; }

a:focus {
  outline: 0; }

a:hover, a:active {
  outline: 0; }

input:focus {
  outline: 0; }

iframe {
  display: block; }

.hidden {
  display: none; }

::selection, ::-moz-selection {
  background: #14b7cc;
  color: #ffffff; }

.col4grid {
  width: 23%;
  float: left;
  margin-bottom: 2%; }
  @media screen and (max-width: 58.4em) {
    .col4grid {
      width: 32%; } }
  @media screen and (max-width: 40.5em) {
    .col4grid {
      width: 49%; } }
  @media screen and (max-width: 26em) {
    .col4grid {
      clear: left;
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }
  .col4grid.mid-col-left {
    margin-left: 2%;
    margin-right: 1%; }
    @media screen and (max-width: 58.4em) {
      .col4grid.mid-col-left {
        margin-left: 0%;
        margin-right: 0%; } }
    @media screen and (max-width: 58.4em) {
      .col4grid.mid-col-left.three-col-mid {
        margin-left: 2%;
        margin-right: 2%; } }
    @media screen and (max-width: 40.5em) {
      .col4grid.mid-col-left.three-col-mid {
        margin-left: 0%;
        margin-right: 0%; } }
  @media screen and (max-width: 58.4em) {
    .col4grid.three-col-mid {
      margin-left: 2%;
      margin-right: 2%; } }
  @media screen and (max-width: 40.5em) {
    .col4grid.three-col-mid {
      margin-left: 0;
      margin-right: 0; } }
  .col4grid.mid-col-right {
    margin-right: 2%;
    margin-left: 1%; }
    @media screen and (max-width: 58.4em) {
      .col4grid.mid-col-right {
        margin-right: 0;
        margin-left: 0; } }
    @media screen and (max-width: 58.4em) {
      .col4grid.mid-col-right.three-col-mid {
        margin-left: 2%;
        margin-right: 2%; } }
    @media screen and (max-width: 40.5em) {
      .col4grid.mid-col-right.three-col-mid {
        margin-left: 0;
        margin-right: 0; } }
    @media screen and (max-width: 40.5em) {
      .col4grid.mid-col-right.three-col-mid.two-col-clear {
        margin-right: 2%; } }
    @media screen and (max-width: 26em) {
      .col4grid.mid-col-right.three-col-mid.two-col-clear {
        margin-left: 0;
        margin-right: 0; } }
  .col4grid.four-col-clear {
    clear: left; }
    @media screen and (max-width: 58.4em) {
      .col4grid.four-col-clear {
        clear: none; } }
  @media screen and (max-width: 58.4em) {
    .col4grid.three-col-clear {
      clear: left; } }
  @media screen and (max-width: 40.5em) {
    .col4grid.three-col-clear {
      clear: none; } }
  @media screen and (max-width: 40.5em) {
    .col4grid.two-col-clear {
      clear: left;
      margin-right: 2%; } }
  @media screen and (max-width: 26em) {
    .col4grid.two-col-clear {
      margin-left: 0;
      margin-right: 0; } }
  .col4grid img {
    width: 100%; }

.col3grid {
  width: 32%;
  float: left;
  margin-bottom: 2%; }
  @media screen and (max-width: 40.5em) {
    .col3grid {
      width: 48%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media screen and (max-width: 26em) {
    .col3grid {
      width: 100%;
      margin-bottom: 4%; } }
  .col3grid.mid-col {
    margin-left: 2%;
    margin-right: 2%; }
    @media screen and (max-width: 40.5em) {
      .col3grid.mid-col {
        margin-left: 1%;
        margin-right: 1%; } }
  .col3grid.first-col {
    clear: left; }
    @media screen and (max-width: 40.5em) {
      .col3grid.first-col {
        clear: none; } }
  @media screen and (max-width: 40.5em) {
    .col3grid.two-col-clear {
      clear: left; } }

/* global box-sizing */
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* scroll to top link */
#top-link {
  cursor: pointer;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  display: none;
  position: fixed;
  bottom: 10px;
  right: 5%;
  padding: 0px 8px;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  height: 1.1em;
  border-radius: 2px;
  z-index: 9999;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  #top-link:hover {
    background: #000000;
    background: black; }

.wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-width: 900px; }
  @media screen and (max-width: 65.625em) {
    .wrapper {
      width: 95%; } }
  @media screen and (min-width: 0em) {
    .wrapper {
      min-width: 0; } }
  .wrapper.full {
    max-width: 1100px; }

.bg-overlay.winners {
  position: relative;
  z-index: 1;
  background: url("images/confetti3.jpg") top center no-repeat;
  background-size: cover; }
  .bg-overlay.winners .wrapper {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 50%, white 90%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, white), color-stop(50%, white), color-stop(90%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 50%, white 90%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 50%, white 90%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 50%, white 90%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 10%, white 50%, white 90%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */ }

.page-title {
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 37.5em) {
    .page-title {
      font-size: 24px;
      font-size: 1.5rem;
      padding: 0.5em; } }
  @media screen and (max-width: 25em) {
    .page-title {
      font-size: 19.2px;
      font-size: 1.2rem; } }

#main .wrapper {
  padding-top: 30px; }

.xtra-padding {
  margin: 0 10% 40px; }
  @media screen and (max-width: 56.25em) {
    .xtra-padding {
      margin: 0 0 20px; } }

.read-more {
  display: block;
  margin-top: 15px;
  color: #231f20; }

.button {
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 15px 30px 10px;
  border: none;
  background: #14b7cc;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  transition: all ease-in-out .25s; }
  .button:hover {
    color: #ffffff;
    background: #0f8d9e; }

.ribbon {
  position: relative;
  background: #14b7cc;
  padding: 1rem;
  color: #fff;
  margin-bottom: 1.8em; }
  @media screen and (max-width: 65.625em) {
    .ribbon {
      max-width: 80%;
      margin: 0 auto 1.5em; } }
  @media screen and (max-width: 28.125em) {
    .ribbon {
      margin: 0 auto 1.2em; } }
  .ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -1rem;
    border: 1em solid #0f8d9e;
    z-index: -1; }
  .ribbon:before {
    left: -3.5rem;
    border-right-width: 3rem;
    border-left-color: transparent; }
    @media screen and (max-width: 37.5em) {
      .ribbon:before {
        border-right-width: 1.5rem;
        left: -2rem; } }
  .ribbon:after {
    right: -3.5rem;
    border-left-width: 3rem;
    border-right-color: transparent; }
    @media screen and (max-width: 37.5em) {
      .ribbon:after {
        border-left-width: 1.5rem;
        right: -2rem; } }
  .ribbon.black {
    background: #312b2c; }
    .ribbon.black:before, .ribbon.black:after {
      border: 1em solid #000000; }
    .ribbon.black:before {
      border-left-color: transparent; }
    .ribbon.black:after {
      border-right-color: transparent; }

.slides img {
  display: block; }

.cursor-default {
  cursor: default; }
  .cursor-default > a {
    cursor: default; }

.user-content p, #tinymce p {
  margin-bottom: 0.8em; }
.user-content img, #tinymce img {
  width: auto;
  max-width: 100%; }
.user-content ul, #tinymce ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .user-content ul li, #tinymce ul li {
    list-style-position: inside;
    list-style: disc;
    margin-left: 20px; }
.user-content ol, #tinymce ol {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .user-content ol li, #tinymce ol li {
    list-style-position: inside;
    list-style: decimal;
    margin-left: 20px; }
.user-content blockquote, #tinymce blockquote {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #444;
  padding-left: 20px;
  font-style: italic; }
.user-content strong, #tinymce strong {
  font-family: "tradegothicregular"; }
.user-content hr, #tinymce hr {
  border: none;
  border-top: 1px solid #e7e7e7;
  margin: 30px 0;
  padding: 0; }
.user-content small, #tinymce small {
  font-size: 15.2px;
  font-size: 0.95rem; }
.user-content sup, #tinymce sup {
  vertical-align: super;
  font-size: 9.6px;
  font-size: 0.6rem; }

.persistant-top-bar {
  padding: 5px 0px;
  text-align: center;
  background: #14b7cc;
  color: #ffffff; }
  .persistant-top-bar a {
    color: #231f20; }

#header .wrapper {
  position: relative;
  max-width: 1100px; }
  #header .wrapper .header-banner {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100px;
    height: auto; }
    @media screen and (max-width: 46.875em) {
      #header .wrapper .header-banner {
        max-width: 70px; } }
  #header .wrapper .logo {
    width: 100%;
    text-align: center;
    padding: 25px 0px 15px 0px; }
    #header .wrapper .logo img {
      max-width: 100%; }
      @media screen and (max-width: 56.25em) {
        #header .wrapper .logo img {
          width: 160px; } }
  #header .wrapper .header {
    height: 100px;
    line-height: 100px; }
  #header .wrapper .main-nav {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #e7e7e7; }
    @media screen and (max-width: 56.25em) {
      #header .wrapper .main-nav {
        width: 100%;
        clear: both;
        display: none;
        padding-top: 0; } }
    #header .wrapper .main-nav > ul > li {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      position: relative;
      padding-bottom: 20px; }
      @media screen and (max-width: 56.25em) {
        #header .wrapper .main-nav > ul > li {
          display: block;
          margin-left: 0;
          padding: 10px 0px;
          border-top: 1px solid #e7e7e7; } }
      @media screen and (max-width: 56.25em) {
        #header .wrapper .main-nav > ul > li:first-child {
          border-top: none; } }
      #header .wrapper .main-nav > ul > li.apply > a {
        display: block;
        background: #14b7cc;
        color: #ffffff; }
        @media screen and (max-width: 56.25em) {
          #header .wrapper .main-nav > ul > li.apply > a {
            width: 100%; } }
      #header .wrapper .main-nav > ul > li.apply > a:hover {
        color: #fff;
        background: #0f8d9e; }
      #header .wrapper .main-nav > ul > li a {
        color: #231f20;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        text-transform: uppercase;
        padding: 5px 14px; }
      #header .wrapper .main-nav > ul > li a:hover {
        color: #f78d2d; }
      #header .wrapper .main-nav > ul > li:hover .sub-menu {
        display: block; }
        @media screen and (max-width: 56.25em) {
          #header .wrapper .main-nav > ul > li:hover .sub-menu {
            display: none; } }
      #header .wrapper .main-nav > ul > li > .sub-menu {
        display: none;
        position: absolute;
        top: 2.6em;
        width: 150px;
        left: 50%;
        margin-left: -75px;
        padding: 5px;
        z-index: 9999;
        text-align: center;
        background: #14b7cc;
        border: 1px solid #ffffff; }
        @media screen and (max-width: 56.25em) {
          #header .wrapper .main-nav > ul > li > .sub-menu {
            position: static;
            margin: 10px 0 5px;
            background: none;
            width: 100%; } }
        #header .wrapper .main-nav > ul > li > .sub-menu:after, #header .wrapper .main-nav > ul > li > .sub-menu:before {
          bottom: 100%;
          left: 50%;
          border: inset transparent;
          border-bottom-style: solid;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        #header .wrapper .main-nav > ul > li > .sub-menu:after {
          border-color: none;
          border-bottom-color: #14b7cc;
          border-width: 10px;
          margin-left: -10px; }
          @media screen and (max-width: 56.25em) {
            #header .wrapper .main-nav > ul > li > .sub-menu:after {
              border: none;
              margin: 0; } }
        #header .wrapper .main-nav > ul > li > .sub-menu:before {
          border-color: none;
          border-bottom-color: #ffffff;
          border-width: 11px;
          margin-left: -11px; }
          @media screen and (max-width: 56.25em) {
            #header .wrapper .main-nav > ul > li > .sub-menu:before {
              border: none;
              margin: 0; } }
        #header .wrapper .main-nav > ul > li > .sub-menu.nav-shift {
          left: auto;
          right: 0;
          text-align: right; }
          #header .wrapper .main-nav > ul > li > .sub-menu.nav-shift .triangle span {
            left: auto;
            right: 20px; }
        #header .wrapper .main-nav > ul > li > .sub-menu > li {
          padding: 0 10px;
          margin: 0; }
          #header .wrapper .main-nav > ul > li > .sub-menu > li:first-child a {
            border-top: none; }
        #header .wrapper .main-nav > ul > li > .sub-menu a {
          font-size: 16px;
          font-size: 1rem;
          line-height: 1em;
          display: block;
          color: #ffffff;
          padding: 15px 0 10px;
          width: 100%;
          border-top: 1px solid #ffffff; }
          @media screen and (max-width: 56.25em) {
            #header .wrapper .main-nav > ul > li > .sub-menu a {
              color: #231f20;
              margin: 0 0 20px;
              padding: 0; } }
          #header .wrapper .main-nav > ul > li > .sub-menu a:hover {
            text-decoration: underline; }
      @media screen and (max-width: 56.25em) {
        #header .wrapper .main-nav > ul > li .search-box {
          margin: 0 auto; } }
  #header .wrapper .nav-handle {
    text-align: center;
    display: none;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 20px; }
    @media screen and (max-width: 56.25em) {
      #header .wrapper .nav-handle {
        display: block; } }

.archive .sidebar {
  margin-top: 40px; }

.sidebar {
  width: 25%;
  float: right;
  border: 1px solid #000000;
  border-top: 20px solid #000000;
  border-bottom: 20px solid #000000; }
  @media screen and (max-width: 56.25em) {
    .sidebar {
      width: 100%; } }
  .sidebar > div {
    border-top: 1px solid #000000;
    padding: 15px 20px; }
  .sidebar .sidebar-title {
    font-size: 32px;
    font-size: 2rem;
    color: #ffffff;
    background: #000000;
    padding: 20px 20px 15px;
    margin-bottom: 0; }
  .sidebar .sidebar-social {
    padding: 20px 20px 15px; }
    .sidebar .sidebar-social h5 {
      font-size: 22.4px;
      font-size: 1.4rem;
      font-family: "tradegothicregular"; }
  .sidebar .sidebar-widget > div {
    margin-top: 10px; }
    .sidebar .sidebar-widget > div:first-child {
      margin-top: 0; }
  .sidebar .sidebar-widget h3 {
    text-transform: uppercase;
    font-family: "tradegothicregular"; }
  .sidebar .sidebar-widget ul {
    margin-left: 20px; }

#footer .wrapper {
  max-width: 1100px; }
  #footer .wrapper .content {
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-top: 100px;
    border-top: 1px solid #000000;
    padding: 20px 0;
    text-transform: uppercase; }
    @media screen and (max-width: 56.25em) {
      #footer .wrapper .content {
        margin-top: 50px; } }
    #footer .wrapper .content .footer-nav {
      float: left; }
    #footer .wrapper .content .footer-social {
      float: right; }
    #footer .wrapper .content .footer-nav,
    #footer .wrapper .content .footer-social {
      margin-bottom: 20px;
      text-align: center; }
      @media screen and (max-width: 40.625em) {
        #footer .wrapper .content .footer-nav,
        #footer .wrapper .content .footer-social {
          width: 100%; } }
      #footer .wrapper .content .footer-nav li,
      #footer .wrapper .content .footer-social li {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline; }
        #footer .wrapper .content .footer-nav li a,
        #footer .wrapper .content .footer-social li a {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          line-height: 16px;
          border-left: 1px solid #000000;
          margin-left: 10px;
          padding-left: 10px; }
        #footer .wrapper .content .footer-nav li:first-child a,
        #footer .wrapper .content .footer-social li:first-child a {
          border-left: none;
          margin-left: 0;
          padding-left: 0; }
    #footer .wrapper .content .affiliates {
      text-align: center; }
      #footer .wrapper .content .affiliates img {
        vertical-align: middle;
        margin: 0 10px 20px; }

#home-popup {
  display: none;
  background: #14b7cc;
  color: #ffffff; }
  #home-popup .mailchimp-signup {
    margin-top: 20px; }
  #home-popup .links {
    margin-top: 40px;
    text-align: center; }
    #home-popup .links a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      margin: 0 10px;
      cursor: pointer; }
      #home-popup .links a.button {
        background: #ffffff;
        color: #14b7cc; }
  #home-popup .highlight {
    border-top: 1px dotted #ffffff;
    border-bottom: 1px dotted #ffffff;
    padding: 20px 0;
    margin: 20px 0; }

.fancybox-skin {
  background: #14b7cc !important; }

#popup-trigger {
  display: none; }

.home #main {
  margin-top: 30px; }
  .home #main .wrapper {
    max-width: 1100px;
    padding-top: 0; }
  .home #main .map-wrap {
    margin-top: -10px; }
.home .splash {
  margin-bottom: 60px; }
  @media screen and (max-width: 56.25em) {
    .home .splash {
      margin: 0 0 30px; } }
  .home .splash .splash-container {
    position: relative; }
    .home .splash .splash-container .splash-image {
      width: 100%; }
    .home .splash .splash-container .splash-text-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .home .splash .splash-container .splash-text-container .splash-text {
        display: table;
        width: 100%;
        height: 100%; }
        .home .splash .splash-container .splash-text-container .splash-text h2 {
          font-size: 48px;
          font-size: 3rem; }
          @media screen and (max-width: 56.25em) {
            .home .splash .splash-container .splash-text-container .splash-text h2 {
              font-size: 32px;
              font-size: 2rem; } }
          @media screen and (max-width: 37.5em) {
            .home .splash .splash-container .splash-text-container .splash-text h2 {
              font-size: 24px;
              font-size: 1.5rem; } }
        .home .splash .splash-container .splash-text-container .splash-text .splash-banner {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          color: #ffffff; }
.home .contest-button-container {
  text-align: center;
  margin: 40px 0; }
  @media screen and (max-width: 56.25em) {
    .home .contest-button-container {
      margin: 20px 0; } }
  .home .contest-button-container .wrapper {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 40px 0; }
  .home .contest-button-container .contest-button {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0px 20px 20px; }
    @media screen and (max-width: 31.25em) {
      .home .contest-button-container .contest-button {
        margin: 20px 0; } }
    .home .contest-button-container .contest-button a {
      position: relative; }
      @media screen and (max-width: 31.25em) {
        .home .contest-button-container .contest-button a img {
          width: 290px; } }
      .home .contest-button-container .contest-button a .countdown {
        position: absolute;
        bottom: -10px;
        left: 72px; }
        @media screen and (max-width: 31.25em) {
          .home .contest-button-container .contest-button a .countdown {
            bottom: -17px;
            left: 21px; } }
        .home .contest-button-container .contest-button a .countdown .countdown-box {
          border: none; }
          .home .contest-button-container .contest-button a .countdown .countdown-box .number {
            font-size: 80px;
            font-size: 5rem;
            line-height: 0.8em;
            margin-top: 7px; }
            @media screen and (max-width: 31.25em) {
              .home .contest-button-container .contest-button a .countdown .countdown-box .number {
                font-size: 56px;
                font-size: 3.5rem;
                margin-top: 5px; } }
          .home .contest-button-container .contest-button a .countdown .countdown-box .days {
            font-size: 32px;
            font-size: 2rem; }
            @media screen and (max-width: 31.25em) {
              .home .contest-button-container .contest-button a .countdown .countdown-box .days {
                font-size: 24px;
                font-size: 1.5rem; } }
.home .featured-slider {
  margin: 40px;
  position: relative; }
  @media screen and (max-width: 56.25em) {
    .home .featured-slider {
      margin: 20px; } }
  .home .featured-slider .flex-direction-nav .flex-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 15px;
    height: 20px;
    text-indent: -9999em;
    background: url("images/prev.png") center center no-repeat; }
  .home .featured-slider .flex-direction-nav .flex-next {
    position: absolute;
    top: 50%;
    right: -40px;
    width: 15px;
    height: 20px;
    text-indent: -9999em;
    background: url("images/next.png") center center no-repeat; }
  .home .featured-slider .slides .slide-item .item-link {
    display: block; }
  .home .featured-slider .slides .slide-item .item-image {
    width: 100%;
    height: auto; }
  .home .featured-slider .slides .slide-item .item-content {
    margin-left: 45%; }
    @media screen and (max-width: 25em) {
      .home .featured-slider .slides .slide-item .item-content {
        margin-left: 0; } }
.home .winners-container .winners-slider {
  margin: 40px;
  position: relative; }
  @media screen and (max-width: 56.25em) {
    .home .winners-container .winners-slider {
      margin: 20px; } }
  .home .winners-container .winners-slider .flex-direction-nav .flex-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 15px;
    height: 20px;
    text-indent: -9999em;
    background: url("images/prev.png") center center no-repeat; }
  .home .winners-container .winners-slider .flex-direction-nav .flex-next {
    position: absolute;
    top: 50%;
    right: -40px;
    width: 15px;
    height: 20px;
    text-indent: -9999em;
    background: url("images/next.png") center center no-repeat; }
  .home .winners-container .winners-slider .slides .item {
    width: 46%;
    float: left;
    overflow: hidden;
    margin: 0 2%; }
    @media screen and (max-width: 43.75em) {
      .home .winners-container .winners-slider .slides .item {
        width: 100%;
        margin: 20px 0; } }
    .home .winners-container .winners-slider .slides .item h3 {
      font-size: 25.6px;
      font-size: 1.6rem; }
    .home .winners-container .winners-slider .slides .item a {
      color: #14b7cc; }
    .home .winners-container .winners-slider .slides .item .item-thumb {
      float: left;
      width: 40%; }
      @media screen and (max-width: 25em) {
        .home .winners-container .winners-slider .slides .item .item-thumb {
          width: 100%;
          margin-bottom: 20px; } }
      .home .winners-container .winners-slider .slides .item .item-thumb img {
        width: 100%; }
    .home .winners-container .winners-slider .slides .item .item-content {
      margin-left: 45%; }
      @media screen and (max-width: 25em) {
        .home .winners-container .winners-slider .slides .item .item-content {
          margin-left: 0; } }
.home .secondary .events {
  border-left: 1px solid #000000; }
.home .secondary .news,
.home .secondary .events,
.home .secondary .instagram-feed {
  float: left;
  width: 33%;
  border-right: 1px solid #000000;
  border-bottom: 10px solid #000000;
  margin-bottom: 20px; }
  @media screen and (max-width: 37.5em) {
    .home .secondary .news,
    .home .secondary .events,
    .home .secondary .instagram-feed {
      display: block;
      width: 100%;
      border-right: 1px solid #000000;
      border-left: 1px solid #000000; } }
  .home .secondary .news h3,
  .home .secondary .events h3,
  .home .secondary .instagram-feed h3 {
    font-size: 27.2px;
    font-size: 1.7rem;
    background: #000000;
    color: #ffffff;
    padding: 20px;
    margin-bottom: 0;
    font-family: "wisdom_scriptregular"; }
    @media screen and (max-width: 66.25em) {
      .home .secondary .news h3,
      .home .secondary .events h3,
      .home .secondary .instagram-feed h3 {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (max-width: 50em) {
      .home .secondary .news h3,
      .home .secondary .events h3,
      .home .secondary .instagram-feed h3 {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (max-width: 37.5em) {
      .home .secondary .news h3,
      .home .secondary .events h3,
      .home .secondary .instagram-feed h3 {
        font-size: 25.6px;
        font-size: 1.6rem; } }
  .home .secondary .news img,
  .home .secondary .events img,
  .home .secondary .instagram-feed img {
    max-width: 100%; }
  .home .secondary .news > div,
  .home .secondary .events > div,
  .home .secondary .instagram-feed > div {
    padding: 20px; }

.has-sidebar {
  width: 70%;
  float: left; }
  @media screen and (max-width: 56.25em) {
    .has-sidebar {
      width: 100%; } }

.has-featured-image {
  position: relative;
  margin-bottom: 60px;
  text-align: center; }
  .has-featured-image img {
    width: 78%; }
  .has-featured-image .ribbon {
    position: absolute;
    bottom: 0;
    left: 9%;
    width: 82%;
    max-width: 82% !important;
    margin: 0; }
    @media screen and (max-width: 37.5em) {
      .has-featured-image .ribbon {
        font-size: 24px;
        font-size: 1.5rem;
        padding: 10px 0 8px; } }
    @media screen and (max-width: 37.5em) {
      .has-featured-image .ribbon.black:before {
        border: 0.8em solid #000000;
        border-left-color: transparent; } }
    @media screen and (max-width: 37.5em) {
      .has-featured-image .ribbon.black:after {
        border: 0.8em solid #000000;
        border-right-color: transparent; } }

.single #main {
  margin-top: 20px; }
.single .featured-image {
  margin-bottom: 40px; }
  .single .featured-image img {
    width: 100%; }
.single .thumb-container {
  width: 25%;
  float: left;
  margin-bottom: 20px; }
  @media screen and (max-width: 37.5em) {
    .single .thumb-container {
      width: 100%; } }
  .single .thumb-container img {
    width: 100%; }
.single .user-content-text {
  margin-left: 30%; }
  @media screen and (max-width: 37.5em) {
    .single .user-content-text {
      margin-left: 0; } }
.single .event-info {
  color: #14b7cc;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1.2em;
  line-height: 1.2em;
  overflow: hidden; }
  .single .event-info a {
    float: left;
    color: #b5b5b5; }
.single .job-title {
  display: block;
  color: #14b7cc;
  font-size: 16px;
  font-size: 1rem; }

.contests .contest {
  text-align: center;
  margin: 80px 0; }
  .contests .contest .user-content {
    text-align: left;
    margin-bottom: 2rem; }

.no-posts {
  margin-top: 40px; }

.grid {
  margin: 40px 0; }
  .grid h3 {
    padding: 10px; }
    .grid h3 span {
      margin-top: 5px;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #14b7cc;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1em; }

.stack {
  margin: 40px 0; }
  @media screen and (max-width: 37.5em) {
    .stack {
      margin-top: 30px; } }
  .stack .item {
    margin-bottom: 40px; }
    .stack .item .image {
      float: left;
      width: 30%; }
      @media screen and (max-width: 37.5em) {
        .stack .item .image {
          width: 100%;
          margin-bottom: 20px; } }
      .stack .item .image img {
        width: 100%;
        height: auto; }
    .stack .item .content {
      margin-left: 35%; }
      @media screen and (max-width: 37.5em) {
        .stack .item .content {
          margin-left: 0; } }
      .stack .item .content h3 {
        font-size: 28.8px;
        font-size: 1.8rem; }
        .stack .item .content h3 a {
          color: #14b7cc; }
      .stack .item .content .button {
        margin-top: 20px; }
      .stack .item .content .event-info {
        color: #14b7cc;
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 10px;
        line-height: 1.2em;
        overflow: hidden; }
        .stack .item .content .event-info a {
          float: left;
          color: #b5b5b5; }

@media screen and (max-width: 65.625em) {
  .peoples-choice .ribbon {
    max-width: 100%; } }
@media screen and (max-width: 65.625em) {
  .peoples-choice .ribbon:before, .peoples-choice .ribbon:after {
    display: none; } }
.peoples-choice .ribbon span {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  color: #b5b5b5;
  border-top: 1px solid #231f20;
  max-width: 70%;
  margin: 5px auto 0;
  padding-top: 5px; }
  @media screen and (max-width: 37.5em) {
    .peoples-choice .ribbon span {
      font-size: 19.2px;
      font-size: 1.2rem;
      max-width: 100%; } }
  @media screen and (max-width: 25em) {
    .peoples-choice .ribbon span {
      font-size: 16px;
      font-size: 1rem; } }
.peoples-choice aside {
  float: left;
  width: 25%; }
  @media screen and (max-width: 43.75em) {
    .peoples-choice aside {
      width: 100%;
      margin-bottom: 20px; } }
  .peoples-choice aside img {
    margin-bottom: 20px;
    float: left; }
    @media screen and (max-width: 43.75em) {
      .peoples-choice aside img {
        width: 40%;
        margin-right: 5%; } }
    @media screen and (max-width: 28.125em) {
      .peoples-choice aside img {
        width: 100%;
        margin-right: 0; } }
  .peoples-choice aside > div {
    float: left; }
    @media screen and (max-width: 43.75em) {
      .peoples-choice aside > div {
        width: 55%;
        font-size: 19.2px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 28.125em) {
      .peoples-choice aside > div {
        width: 100%; } }
    .peoples-choice aside > div .button {
      cursor: default;
      margin-bottom: 20px; }
      @media screen and (max-width: 43.75em) {
        .peoples-choice aside > div .button {
          font-size: 19.2px;
          font-size: 1.2rem;
          padding: 10px 15px 5px;
          display: block; } }
    .peoples-choice aside > div blockquote {
      color: #231f20;
      font-size: 24px;
      font-size: 1.5rem; }
      @media screen and (max-width: 43.75em) {
        .peoples-choice aside > div blockquote {
          font-size: 19.2px;
          font-size: 1.2rem; } }
      .peoples-choice aside > div blockquote i {
        color: #14b7cc;
        font-size: 32px;
        font-size: 2rem; }
.peoples-choice .peoples-choice-main {
  float: left;
  width: 70%;
  margin-left: 5%; }
  @media screen and (max-width: 43.75em) {
    .peoples-choice .peoples-choice-main {
      width: 100%;
      margin-left: 0; } }
  .peoples-choice .peoples-choice-main .video {
    margin-bottom: 20px; }
  .peoples-choice .peoples-choice-main .button {
    cursor: default;
    display: block;
    margin-top: 40px; }

.single-applications .ribbon {
  position: relative; }
  @media screen and (max-width: 65.625em) {
    .single-applications .ribbon {
      max-width: 100%; } }
  @media screen and (max-width: 65.625em) {
    .single-applications .ribbon:before, .single-applications .ribbon:after {
      display: none; } }
  .single-applications .ribbon span {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    color: #ffffff;
    border-top: 1px solid #0f8d9e;
    max-width: 70%;
    margin: 5px auto 0;
    padding-top: 5px; }
    @media screen and (max-width: 37.5em) {
      .single-applications .ribbon span {
        font-size: 19.2px;
        font-size: 1.2rem;
        max-width: 100%; } }
    @media screen and (max-width: 25em) {
      .single-applications .ribbon span {
        font-size: 16px;
        font-size: 1rem; } }
  .single-applications .ribbon img {
    position: absolute;
    top: 70px;
    right: -50px; }
.single-applications .application-featured {
  margin-top: -58px; }
.single-applications .secondary {
  width: 100%;
  margin: 20px 0; }
  .single-applications .secondary .quick-facts {
    float: left;
    width: 38%;
    padding: 20px 10px; }
    .single-applications .secondary .quick-facts ul {
      border-right: 1px solid #e7e7e7;
      padding-right: 10px; }
      .single-applications .secondary .quick-facts ul strong {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 90px;
        text-align: right;
        margin-right: 10px; }
        @media screen and (max-width: 53.125em) {
          .single-applications .secondary .quick-facts ul strong {
            display: block;
            text-align: left; } }
    .single-applications .secondary .quick-facts a {
      word-wrap: break-word;
      text-decoration: underline; }
  .single-applications .secondary .description {
    padding: 20px 10px;
    float: left;
    width: 60%;
    margin-left: 2%; }
.single-applications .tertiary .idea-for-growth {
  float: left;
  width: 60%;
  color: #231f20;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1em; }
  @media screen and (max-width: 37.5em) {
    .single-applications .tertiary .idea-for-growth {
      width: 100%;
      margin-bottom: 20px;
      font-size: 22.4px;
      font-size: 1.4rem; } }
  .single-applications .tertiary .idea-for-growth p {
    font-size: 25.6px;
    font-size: 1.6rem;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .single-applications .tertiary .idea-for-growth blockquote {
    color: #14b7cc;
    font-size: 22.4px;
    font-size: 1.4rem; }
  .single-applications .tertiary .idea-for-growth i {
    color: #231f20;
    float: left;
    font-size: 48px;
    font-size: 3rem;
    margin-right: 15px; }
.single-applications .tertiary .secondary-image {
  float: left;
  width: 38%;
  margin-left: 2%; }
  @media screen and (max-width: 37.5em) {
    .single-applications .tertiary .secondary-image {
      width: 100%;
      margin-left: 0; } }

.application .secondary {
  float: left;
  width: 30%; }
  @media screen and (max-width: 37.5em) {
    .application .secondary {
      width: 100%; } }
  .application .secondary .secondary-image,
  .application .secondary .quick-facts,
  .application .secondary .description,
  .application .secondary .idea-for-growth {
    margin-bottom: 20px; }
.application .application-content {
  float: right;
  width: 65%; }
  @media screen and (max-width: 37.5em) {
    .application .application-content {
      width: 100%; } }

.winner-info {
  margin-bottom: 40px; }

.faqs-list {
  margin: 40px 0; }
  .faqs-list .faq-title {
    background: #e7e7e7;
    cursor: pointer; }
    .faqs-list .faq-title:hover span {
      color: #14b7cc; }
    .faqs-list .faq-title h3 {
      font-size: 19.2px;
      font-size: 1.2rem;
      padding: 15px 25px 10px;
      margin-right: 40px; }
    .faqs-list .faq-title span {
      float: right;
      color: #ffffff;
      transition: color 0.25s ease;
      margin-right: 20px;
      margin-top: 10px;
      font-size: 24px;
      font-size: 1.5rem; }
  .faqs-list .user-content {
    padding: 25px; }

.thank-you .location-map {
  width: 98%;
  height: 400px;
  margin: -48px auto 40px; }

.single-contest .content-area {
  float: right;
  width: 70%; }
  @media screen and (max-width: 56.25em) {
    .single-contest .content-area {
      width: 100%; } }
  .single-contest .content-area .newsletter-signup {
    margin: 2rem 0 0;
    max-width: 500px; }
    @media screen and (max-width: 56.25em) {
      .single-contest .content-area .newsletter-signup {
        float: none;
        margin: 2em auto 0; } }
    .single-contest .content-area .newsletter-signup h2 {
      color: #14b7cc;
      font-family: "tradegothiccondensed";
      font-size: 1.6em !important;
      margin-bottom: 30px !important; }
    .single-contest .content-area .newsletter-signup input[type="submit"] {
      padding: 9px 15px 6px !important;
      font-size: 1.2em !important;
      line-height: 1.2em !important;
      height: auto !important; }
    .single-contest .content-area .newsletter-signup .mc-field-group {
      width: 100% !important; }
    .single-contest .content-area .newsletter-signup #mc_embed_signup form {
      padding: 0; }
  .single-contest .content-area .user-content .clearer {
    clear: none; }
.single-contest .countdown {
  float: left;
  width: 25%; }
  @media screen and (max-width: 56.25em) {
    .single-contest .countdown {
      width: 100%; } }
  .single-contest .countdown .countdown-box {
    width: 100%; }
    @media screen and (max-width: 56.25em) {
      .single-contest .countdown .countdown-box {
        width: 250px;
        margin: 0 auto 2em;
        float: none; } }

.countdown .countdown-box {
  text-align: center;
  border: 1px solid #b5b5b5;
  padding: 20px;
  width: 250px;
  margin-right: 2rem;
  float: left;
  color: #b5b5b5; }
  .countdown .countdown-box .number {
    font-size: 128px;
    font-size: 8rem;
    color: #14b7cc;
    line-height: 1em;
    margin-top: 15px; }
  .countdown .countdown-box .days {
    text-transform: uppercase;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1em; }

.ambassadors .grid li {
  margin-bottom: 40px; }
  .ambassadors .grid li h3 {
    margin: 0;
    margin-bottom: 10px;
    padding: 0; }
.ambassadors #map-canvas {
  width: 98%;
  height: 400px;
  margin: -48px 1% 40px; }
  .ambassadors #map-canvas img {
    max-width: none; }

.full-width {
  width: 95%;
  margin: 0 auto; }
  .full-width .map-wrap {
    margin-top: 0;
    border: 1px solid #b5b5b5; }

.map-wrap {
  margin-top: -48px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .map-wrap #filter-form {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    background: #e7e7e7;
    padding: 20px 10px;
    border-right: 1px solid #b5b5b5;
    width: 250px; }
    .map-wrap #filter-form .tab {
      border: 1px solid #b5b5b5;
      border-left: none;
      background: #e7e7e7;
      position: absolute;
      right: -16px;
      top: 16px;
      padding: 3px 4px 1px;
      cursor: pointer; }
    .map-wrap #filter-form h4 {
      font-size: 22.4px;
      font-size: 1.4rem;
      border-bottom: 1px solid #b5b5b5;
      padding-bottom: 5px;
      margin-bottom: 15px; }
    .map-wrap #filter-form p {
      margin-bottom: 10px; }
    .map-wrap #filter-form .contest-year {
      margin-left: 0; }
      .map-wrap #filter-form .contest-year li {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        list-style: none;
        margin-left: 10px; }
        .map-wrap #filter-form .contest-year li:first-child {
          margin-left: 0; }
        .map-wrap #filter-form .contest-year li img {
          vertical-align: middle; }
    .map-wrap #filter-form .chosen-container {
      max-width: 100%; }
      .map-wrap #filter-form .chosen-container input {
        font-family: "tradegothiccondensed"; }
    .map-wrap #filter-form select {
      width: 100%; }
    .map-wrap #filter-form input[type="submit"] {
      margin-top: 20px;
      cursor: pointer; }
    .map-wrap #filter-form .date-founded select {
      float: left;
      width: 65%; }
    .map-wrap #filter-form .date-founded input {
      float: left;
      width: 33%;
      margin-left: 2%; }
    .map-wrap #filter-form .date-founded .to {
      display: block;
      text-align: center;
      clear: both; }
    .map-wrap #filter-form .number-employees input,
    .map-wrap #filter-form .annual-gross input {
      float: left;
      width: 43%; }
    .map-wrap #filter-form .number-employees span.to,
    .map-wrap #filter-form .annual-gross span.to {
      text-align: center;
      float: left;
      width: 14%; }
    .map-wrap #filter-form .clear-form {
      display: block;
      margin-top: 30px;
      float: right;
      text-decoration: underline;
      cursor: pointer; }
  .map-wrap #map-canvas {
    width: 100%; }
    .map-wrap #map-canvas img {
      max-width: none; }

.map-results-list {
  margin-top: 40px; }
  .map-results-list h3 {
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 5px;
    margin-bottom: 20px; }
    .map-results-list h3 button {
      margin-left: 10px;
      padding: 5px;
      cursor: pointer; }
  .map-results-list h4 {
    cursor: pointer;
    font-family: "tradegothicregular"; }
    .map-results-list h4 .edit-result {
      font-size: 16px;
      font-size: 1rem; }
    .map-results-list h4 > i {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      width: 20px; }
  .map-results-list .result-info {
    margin-left: 25px;
    margin-bottom: 10px; }
  .map-results-list .more {
    margin-left: 25px; }
  .map-results-list ul li {
    margin-bottom: 20px; }

#tribe-events-pg-template {
  padding: 20px !important; }
  @media screen and (max-width: 56.25em) {
    #tribe-events-pg-template {
      padding-top: 0 !important; } }
  #tribe-events-pg-template .tribe-events-loop {
    max-width: none; }
    #tribe-events-pg-template .tribe-events-loop > div {
      padding: 20px 0; }
    #tribe-events-pg-template .tribe-events-loop .icon-date {
      float: left;
      width: 5%;
      text-align: center;
      font-size: 32px;
      font-size: 2rem;
      color: #b5b5b5; }
      #tribe-events-pg-template .tribe-events-loop .icon-date .icon {
        margin-bottom: 15px; }
      #tribe-events-pg-template .tribe-events-loop .icon-date .date {
        font-family: "tradegothiccondensed"; }
    #tribe-events-pg-template .tribe-events-loop .event-wrap {
      float: right;
      width: 90%;
      border-left: 1px solid #e7e7e7;
      padding-left: 5%; }
      #tribe-events-pg-template .tribe-events-loop .event-wrap .pipe {
        margin: 0 10px;
        color: #b5b5b5; }
      #tribe-events-pg-template .tribe-events-loop .event-wrap .read-more {
        display: inline;
        color: #14b7cc; }
  #tribe-events-pg-template .tribe-events-event-image {
    float: left;
    max-width: 100%;
    margin-right: 20px; }
    @media screen and (max-width: 25em) {
      #tribe-events-pg-template .tribe-events-event-image {
        margin-top: 20px !important;
        margin-right: 0 !important;
        max-width: none !important; } }

input, textarea, select {
  border-radius: 0;
  border: 1px solid #b5b5b5;
  padding: 5px !important;
  color: #231f20;
  outline: none;
  font-family: "tradegothiccondensed";
  font-size: 20.8px;
  font-size: 1.3rem; }

.search input {
  width: 65%;
  float: left;
  font-size: 16px !important;
  padding: 9px 8px 5px !important; }
.search .search-submit {
  width: 35%;
  float: left;
  background: #000000;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-family: "tradegothiccondensed";
  padding: 10px 10px 5px;
  cursor: pointer; }

#comments {
  margin: 40px 0; }
  #comments .comments-title {
    background: #000000;
    color: #ffffff;
    padding: 20px 20px 15px;
    margin: 0;
    font-size: 32px;
    font-size: 2rem; }
  #comments .comment-list {
    padding: 0 10px; }
    #comments .comment-list li {
      padding: 30px 0;
      border-top: 1px solid #000000; }
      #comments .comment-list li:first-child {
        border-top: none; }
      #comments .comment-list li .comment-meta {
        float: left;
        width: 20%;
        text-transform: uppercase; }
        @media screen and (max-width: 40.625em) {
          #comments .comment-list li .comment-meta {
            width: 100%;
            margin-bottom: 20px; } }
        #comments .comment-list li .comment-meta .comment-author {
          font-size: 25.6px;
          font-size: 1.6rem;
          line-height: 1em;
          color: #14b7cc; }
        #comments .comment-list li .comment-meta .comment-date {
          font-family: "tradegothicregular"; }
      #comments .comment-list li .comment-content {
        margin-left: 25%; }
        @media screen and (max-width: 40.625em) {
          #comments .comment-list li .comment-content {
            margin-left: 0; } }
      #comments .comment-list li .reply {
        margin-left: 5%; }
        #comments .comment-list li .reply li {
          padding-bottom: 0; }
  #comments #respond {
    margin-top: 20px;
    padding: 10px; }
    #comments #respond #reply-title, #comments #respond .form-allowed-tags {
      display: none; }
    #comments #respond #commentform > p {
      position: relative; }
    #comments #respond #commentform label {
      position: absolute;
      top: 8px;
      left: 10px;
      color: #b5b5b5; }
    #comments #respond #commentform input[type="text"] {
      padding-left: 80px;
      width: 300px;
      margin-bottom: 10px; }
    #comments #respond #commentform textarea {
      padding-left: 80px;
      width: 100%; }
    #comments #respond #commentform .comment-notes {
      margin-bottom: 10px; }
    #comments #respond #commentform .form-submit #submit {
      border: none;
      background: #000000;
      color: #ffffff;
      cursor: pointer;
      font-size: 19.2px;
      font-size: 1.2rem;
      text-transform: uppercase;
      padding: 15px 15px 10px;
      margin: 0; }

.wrapper .gform_wrapper .admin_only {
  display: none; }

.logged-in .wrapper .gform_wrapper .admin_only {
  display: block; }

.wrapper .gform_wrapper {
  margin-top: 40px !important; }
  .wrapper .gform_wrapper .gsection {
    border-bottom: 1px solid #e7e7e7 !important; }
    .wrapper .gform_wrapper .gsection .gsection_title {
      color: #14b7cc;
      text-transform: uppercase;
      font-size: 32px;
      font-size: 2rem;
      font-weight: normal !important; }
    .wrapper .gform_wrapper .gsection .gsection_description {
      font-family: "tradegothiccondensed";
      color: #b5b5b5; }
  .wrapper .gform_wrapper label {
    font-weight: normal !important;
    font-family: "tradegothicregular";
    text-transform: uppercase;
    margin-bottom: 0 !important; }
  .wrapper .gform_wrapper input[type="text"], .wrapper .gform_wrapper textarea, .wrapper .gform_wrapper select {
    width: 100% !important; }
  .wrapper .gform_wrapper .ginput_complex input[type="text"],
  .wrapper .gform_wrapper .ginput_complex .ginput_right input[type="text"] {
    width: 100% !important; }
  .wrapper .gform_wrapper .gform_page_footer {
    border: none !important;
    margin-top: 40px !important; }
    .wrapper .gform_wrapper .gform_page_footer input[type="button"],
    .wrapper .gform_wrapper .gform_page_footer input[type="submit"] {
      padding: 10px 15px 7px !important; }
  .wrapper .gform_wrapper .gfield {
    position: relative;
    margin-bottom: 20px; }
    .wrapper .gform_wrapper .gfield.salutation {
      clear: left !important;
      float: left;
      width: 10% !important;
      min-width: 90px;
      margin-left: 0 !important; }
      @media screen and (max-width: 37.5em) {
        .wrapper .gform_wrapper .gfield.salutation {
          width: 100% !important;
          margin-left: 0 !important; } }
    .wrapper .gform_wrapper .gfield.first-name {
      clear: none !important;
      float: left;
      width: 37% !important;
      margin-left: 2% !important; }
      @media screen and (max-width: 37.5em) {
        .wrapper .gform_wrapper .gfield.first-name {
          width: 100% !important; } }
    .wrapper .gform_wrapper .gfield.third {
      clear: none !important;
      float: left;
      width: 30% !important;
      margin-left: 2% !important; }
      @media screen and (max-width: 37.5em) {
        .wrapper .gform_wrapper .gfield.third {
          width: 100% !important;
          margin-left: 0 !important; } }
    .wrapper .gform_wrapper .gfield.quarter {
      clear: none !important;
      float: left;
      width: 23.5% !important;
      margin-left: 2% !important; }
      @media screen and (max-width: 37.5em) {
        .wrapper .gform_wrapper .gfield.quarter {
          width: 100% !important;
          margin-left: 0 !important; } }
    .wrapper .gform_wrapper .gfield.two-col {
      clear: none !important;
      float: left;
      width: 49% !important;
      margin-left: 2% !important; }
      @media screen and (max-width: 37.5em) {
        .wrapper .gform_wrapper .gfield.two-col {
          width: 100% !important;
          margin-left: 0 !important; } }
    .wrapper .gform_wrapper .gfield.first {
      clear: left !important;
      margin-left: 0 !important; }
    .wrapper .gform_wrapper .gfield .gfield_radio li {
      float: left;
      margin: 0 10px 10px !important; }
      .wrapper .gform_wrapper .gfield .gfield_radio li label {
        float: left;
        line-height: inherit !important;
        margin-left: 5px !important; }
    .wrapper .gform_wrapper .gfield .gfield_description {
      position: absolute;
      bottom: 110%;
      left: 20px;
      display: none;
      max-width: 300px;
      background: #14b7cc;
      background: rgba(20, 183, 204, 0.9);
      color: #ffffff;
      font-family: "tradegothiccondensed";
      padding: 10px 10px 7px; }
      .wrapper .gform_wrapper .gfield .gfield_description:after {
        top: 100%;
        left: 30px;
        border: inset transparent;
        border-top-style: solid;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(20, 183, 204, 0);
        border-top-color: rgba(20, 183, 204, 0.9);
        border-width: 10px;
        margin-left: -10px; }
      .wrapper .gform_wrapper .gfield .gfield_description.validation_message {
        position: static;
        display: block;
        max-width: none;
        background: transparent;
        color: #790000;
        font-family: "tradegothiccondensed";
        padding: 0; }
        .wrapper .gform_wrapper .gfield .gfield_description.validation_message:after {
          display: none; }
    .wrapper .gform_wrapper .gfield:hover .gfield_description {
      display: block; }
    .wrapper .gform_wrapper .gfield .gsection.ambassador {
      margin-bottom: 0;
      margin-top: 40px; }
    .wrapper .gform_wrapper .gfield .legal {
      color: #b5b5b5;
      font-size: 14.4px;
      font-size: 0.9rem;
      line-height: 1.2em;
      font-family: "tradegothiccondensed";
      text-transform: none;
      margin-left: 20px; }
      .wrapper .gform_wrapper .gfield .legal li {
        list-style: decimal !important;
        overflow: visible !important; }

.wp-core-ui .button.button-large,
.wp-core-ui .button-group.button-large .button {
  height: auto !important; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #000000 !important; }

.month-picker-year-table .year {
  float: right;
  margin-right: 25px !important; }

.gform_wrapper .form_saved_message .form_saved_message_emailform form {
  text-align: left; }
  .gform_wrapper .form_saved_message .form_saved_message_emailform form input[type="text"] {
    padding: 1em 0.5em 0.8em !important;
    max-width: 300px; }
  .gform_wrapper .form_saved_message .form_saved_message_emailform form input[type="submit"] {
    margin: 0.5em 0; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/* MODERNIZR CLASSES USED FOR FEATURE DECTECTION */
/* IE 9 and below */
.no-flexbox {
  /* IE 9 only*/
  /* IE 8 and below */ }
  .no-flexbox.no-canvas {
    /* IE 8 only */
    /* IE 7 and below */ }
    .no-flexbox.no-canvas .main-nav {
      padding-top: 20px; }
    .no-flexbox.no-canvas .ribbon {
      padding: 10px 0; }
      .no-flexbox.no-canvas .ribbon:before, .no-flexbox.no-canvas .ribbon:after {
        display: none; }
    .no-flexbox.no-canvas .search .search-submit {
      padding: 6px 10px 2px; }

/*
* ##--------------------#
* ## layout structure
* #---------------------#
**/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0; }

.flex.row {
  flex-direction: row;
  -webkit-flex-flow: row wrap; }

.flex.col {
  flex-direction: column;
  -webkit-flex-flow: column wrap; }

.flex {
  /*
  * ##--------------------#
  * ## columns
  * #---------------------#
  **/
  /*
  * ##--------------------#
  * ## alignments
  * #---------------------#
  **/
  /*
  * ##--------------------#
  * ## responsive
  * #---------------------#
  **/ }
  .flex.row {
    justify-content: center; }
  .flex.col.nowrap {
    -webkit-flex-flow: column; }
  .flex .item_full {
    width: 100%;
    flex-basis: 100%; }
  .flex .item_1_2 {
    width: 50%;
    flex-basis: 50%; }
  .flex .item_1_3 {
    width: calc(100%/3);
    flex-basis: calc(100%/3); }
  .flex .item_2_3 {
    width: calc((100%/3)*2);
    flex-basis: calc((100%/3)*2); }
  .flex .item_1_4 {
    width: 25%;
    flex-basis: 25%; }
  .flex .item_3_4 {
    width: 75%;
    flex-basis: 75%; }
  .flex .item_1_5 {
    width: 20%;
    flex-basis: 20%; }
  .flex .item_2_5 {
    width: 40%;
    flex-basis: 40%; }
  .flex .item_3_5 {
    width: 60%;
    flex-basis: 60%; }
  .flex .item_4_5 {
    width: 80%;
    flex-basis: 80% !important; }
  .flex .item_1_6 {
    width: calc(100%/6);
    flex-basis: calc(100%/6); }
  .flex .item_5_6 {
    width: calc((100%/6)*5);
    flex-basis: calc((100%/6)*5); }
  .flex .item_1_7 {
    width: calc(100%/7);
    flex-basis: calc(100%/7); }
  .flex .item_2_7 {
    width: calc((100%/7)*2);
    flex-basis: calc((100%/7)*2); }
  .flex .item_3_7 {
    width: calc((100%/7)*3);
    flex-basis: calc((100%/7)*3); }
  .flex .item_4_7 {
    width: calc((100%/7)*4);
    flex-basis: calc((100%/7)*4); }
  .flex .item_5_7 {
    width: calc((100%/7)*5);
    flex-basis: calc((100%/7)*5); }
  .flex .item_6_7 {
    width: calc((100%/7)*6);
    flex-basis: calc((100%/7)*6); }
  .flex .item_800 {
    max-width: 800px;
    width: 100%;
    flex-basis: 100%; }
  .flex .item_1_2-gutter-right {
    width: calc(50% - 1.618rem);
    flex-basis: calc(50% - 1.618rem); }
    .flex .item_1_2-gutter-right:nth-child(odd) {
      margin-right: .89rem; }
    .flex .item_1_2-gutter-right:nth-child(even) {
      margin-left: .89rem; }
    @media (max-width: 50em) {
      .flex .item_1_2-gutter-right {
        width: calc(100%);
        flex-basis: calc(100%); }
        .flex .item_1_2-gutter-right:nth-child(odd) {
          margin-right: 0; }
        .flex .item_1_2-gutter-right:nth-child(even) {
          margin-left: 0; } }
  .flex .item_1_4-gutter {
    width: calc(25% - 1.618rem);
    flex-basis: calc(25% - 1.618rem); }
    @media (max-width: 50em) {
      .flex .item_1_4-gutter {
        width: calc(100%);
        flex-basis: calc(100%); } }
  .flex.afs {
    align-items: flex-start; }
  .flex.afc {
    align-items: center; }
  .flex.afe {
    align-items: flex-end; }
  .flex.jfs {
    justify-content: flex-start; }
  .flex.jfc {
    justify-content: center; }
  .flex.jfe {
    justify-content: flex-end; }
  .flex.jfsa {
    justify-content: space-around; }
  .flex.jfsb {
    justify-content: space-between; }
  .flex.jfse {
    justify-content: space-evenly; }
  .flex.full {
    width: 100%;
    flex-basis: 100%; }
  @media (max-width: 50em) {
    .flex .item_1_2:not(.nobreak), .flex .item_1_3:not(.nobreak), .flex .item_2_3:not(.nobreak), .flex .item_3_5:not(.nobreak), .flex .item_2_5:not(.nobreak), .flex .item_5_7:not(.nobreak), .flex .item_2_7:not(.nobreak), .flex .item_1_5:not(.nobreak) {
      width: 100% !important;
      flex-basis: 100% !important; }
    .flex .item_1_4 {
      width: auto !important;
      flex-basis: auto !important; }
    .flex .item_1_6 {
      width: 50% !important;
      flex-basis: 50% !important;
      margin-bottom: .89rem; } }
  @media (max-width: 37.5em) {
    .flex .item_1_4:not(.nobreak), .flex .item_2_3:not(.nobreak) {
      width: 100% !important;
      flex-basis: 100% !important; } }

.home #header {
  position: absolute;
  width: 100%;
  z-index: 9; }
  .home #header .wrapper {
    text-align: center; }
    .home #header .wrapper .logo {
      width: auto;
      display: inline-block;
      margin: 0 auto;
      background-color: white; }
.home #main {
  margin-top: 0; }
.home .content .user-content em {
  font-family: "TradeGothicLT-CondEighteenObl";
  letter-spacing: .2px; }
.home .content .winners {
  padding: 3.326rem 0; }
  .home .content .winners .item_1_3 {
    padding: 1px;
    overflow: hidden; }
    .home .content .winners .item_1_3 a.flex {
      position: relative;
      padding: 8.405rem 1.618rem;
      line-height: 2.3rem;
      color: #fff;
      background-position: 50%;
      background-size: cover; }
      .home .content .winners .item_1_3 a.flex span.year {
        font-size: 4rem;
        position: relative;
        z-index: 1;
        font-weight: 600; }
      .home .content .winners .item_1_3 a.flex span:not(.year) {
        font-size: 2rem;
        letter-spacing: 1px;
        position: relative;
        z-index: 1; }
      .home .content .winners .item_1_3 a.flex:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .77; }
      .home .content .winners .item_1_3 a.flex:hover {
        transform: scale(1.1); }
    .home .content .winners .item_1_3:nth-child(1) a:after {
      background-color: #14B4CA; }
    .home .content .winners .item_1_3:nth-child(2) a:after {
      background-color: #F78D2D; }
    .home .content .winners .item_1_3:nth-child(3) a:after {
      background-color: #46D397; }
    .home .content .winners .item_1_3:nth-child(4) a:after {
      background-color: #484848; }
    .home .content .winners .item_1_3:nth-child(5) a:after {
      background-color: #CA1414; }
.home .home-sidebar .color-wrap {
  background-color: #F78D2D;
  padding: 1.618rem;
  color: #fff; }
  .home .home-sidebar .color-wrap .sb_content {
    text-transform: uppercase;
    font-size: 1.3rem; }
  .home .home-sidebar .color-wrap h3 {
    position: relative;
    padding-bottom: .89rem;
    margin-bottom: .89rem;
    color: #fff;
    line-height: 1.3em;
    font-size: 1.618rem;
    font-weight: 600; }
    .home .home-sidebar .color-wrap h3:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 80%;
      height: 3px;
      background-color: #fff; }
  .home .home-sidebar .color-wrap .gform_wrapper {
    margin-bottom: 0; }
    .home .home-sidebar .color-wrap .gform_wrapper form {
      display: flex;
      flex-direction: row; }
      .home .home-sidebar .color-wrap .gform_wrapper form .gform_heading {
        display: none; }
      .home .home-sidebar .color-wrap .gform_wrapper form .gform_body {
        width: 75%;
        flex-basis: 75%;
        padding-right: .89rem; }
        .home .home-sidebar .color-wrap .gform_wrapper form .gform_body li.gfield {
          margin: 0;
          padding: 0; }
          .home .home-sidebar .color-wrap .gform_wrapper form .gform_body li.gfield .ginput_container {
            margin: 0; }
            .home .home-sidebar .color-wrap .gform_wrapper form .gform_body li.gfield .ginput_container input {
              margin: 0;
              padding: .89rem 1.618rem !important;
              font-style: italic;
              background: transparent;
              color: white;
              border-color: white;
              opacity: 1; }
              .home .home-sidebar .color-wrap .gform_wrapper form .gform_body li.gfield .ginput_container input::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: white; }
              .home .home-sidebar .color-wrap .gform_wrapper form .gform_body li.gfield .ginput_container input::-moz-placeholder {
                /* Firefox 19+ */
                color: white; }
              .home .home-sidebar .color-wrap .gform_wrapper form .gform_body li.gfield .ginput_container input:-ms-input-placeholder {
                /* IE 10+ */
                color: white; }
              .home .home-sidebar .color-wrap .gform_wrapper form .gform_body li.gfield .ginput_container input:-moz-placeholder {
                /* Firefox 18- */
                color: white; }
      .home .home-sidebar .color-wrap .gform_wrapper form .gform_footer {
        width: 25%;
        flex-basis: 25%;
        margin: 0;
        padding: 0;
        position: relative;
        background: #fff; }
        .home .home-sidebar .color-wrap .gform_wrapper form .gform_footer input {
          margin: 0;
          color: transparent;
          font-family: 'Font Awesome 5 Free';
          text-transform: none;
          padding: .89rem 1.618rem !important;
          border: 1px solid white;
          background: transparent;
          position: relative;
          z-index: 1; }
        .home .home-sidebar .color-wrap .gform_wrapper form .gform_footer i {
          color: #F78D2D;
          left: 32%;
          position: absolute;
          top: 19%;
          z-index: 0;
          font-size: 2rem; }

/*# sourceMappingURL=style.css.map */
