/*!
Theme Name: Scriptapalooza TV
Author: Tom Siodlak
Author URI: https://tomsiodlak.com/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscore
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Underscore is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 768px) {
  .columns .column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

:focus {
  outline: 0; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /*
	&.freeze {
		height: 100vh;
		overflow: hidden;
	}
	*/ }
  body.freeze #page {
    height: 100vh;
    overflow: hidden; }
  body.home:before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    background: #f3fbff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3fbff), to(#ffffff));
    background: -o-linear-gradient(top, #f3fbff 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f3fbff 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3fbff', endColorstr='#ffffff',GradientType=0 ); }

header,
footer,
section {
  display: block; }

.wrap {
  max-width: 960px;
  margin: auto;
  padding: 0 30px; }

section {
  padding: 45px 0; }
  @media (min-width: 1100px) {
    section {
      padding: 60px 0; } }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

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

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

a {
  color: #000;
  outline: none; }
  a:hover, a:focus, a:active {
    color: #373737; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }
  a.phone_number {
    text-decoration: none; }

.learn_more {
  display: inline-block;
  color: #013C79;
  text-decoration: none;
  font-size: 16px; }
  .learn_more:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    position: relative;
    right: -10px;
    top: 1px; }

.button {
  display: inline-block;
  font-weight: 900;
  font-size: 15px;
  padding: 11px 46px;
  border-radius: 0;
  border: 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none; }
  .button:hover {
    background: #373737;
    text-decoration: none;
    color: #fff; }

.titleRegular,
.titleExtraSmall,
.titleSmall,
.titleMedium,
.titleLarge,
.titleHome,
.titleColumn,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0 0 24px 0;
  color: #000;
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  font-weight: 900; }

.titleSmall, h3, h3.titleSmall {
  font-size: 16px;
  margin: 0 0 20px 0; }

.titleMedium, h2, h2.titleMedium {
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 30px; }
  @media (min-width: 768px) {
    .titleMedium, h2, h2.titleMedium {
      font-size: 20px; } }

.titleColumn {
  font-size: 30px;
  margin-bottom: 34px; }

.titleHome {
  font-size: 22px;
  margin-bottom: 34px; }
  @media (min-width: 768px) {
    .titleHome {
      font-size: 30px; } }

.titleLarge, h1, h1.titleLarge {
  font-size: 25px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .titleLarge, h1, h1.titleLarge {
      font-size: 40px; } }

large, .large {
  font-weight: 400;
  font-size: 20px;
  line-height: 38px; }
  @media (min-width: 768px) {
    large, .large {
      font-size: 22px; } }

body,
button,
input,
select,
optgroup,
textarea {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #152A3B; }

strong, b {
  font-weight: 700; }

p {
  margin: 0;
  margin-bottom: 24px; }
  p:last-child {
    margin-bottom: 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

section.main_content {
  padding-bottom: 0; }
  @media (min-width: 768px) {
    section.main_content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  section.main_content ul {
    margin: 0 0 30px 0;
    padding: 0; }
    section.main_content ul li {
      list-style-type: none;
      margin: 0 0 10px 0;
      padding: 0 20px;
      position: relative; }
      section.main_content ul li:before {
        position: absolute;
        left: 0;
        top: -4px;
        content: '+';
        font-weight: 900;
        display: block;
        font-size: 19px; }
  section.main_content p {
    line-height: 27px; }

section.page_nav {
  padding: 0;
  padding-top: 40px;
  text-align: center; }
  @media (min-width: 768px) {
    section.page_nav {
      padding-top: 0; } }
  section.page_nav ul {
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      section.page_nav ul {
        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; } }
    section.page_nav ul li {
      display: block;
      margin: 0;
      padding: 0;
      list-style-type: none;
      border-top: 2px solid #013C79;
      border-bottom: 1px solid #013C79;
      border-left: 2px solid #013C79;
      border-right: 2px solid #013C79;
      width: 100%; }
      @media (min-width: 768px) {
        section.page_nav ul li {
          display: inline-block;
          width: auto;
          border-left: 0 solid #013C79;
          border-right: 0 solid #013C79;
          border-bottom: 2px solid #013C79;
          -webkit-box-shadow: 2px 0 0 0 #013C79;
                  box-shadow: 2px 0 0 0 #013C79; } }
      section.page_nav ul li:first-child {
        border-radius: 4px 4px 0 0; }
        @media (min-width: 768px) {
          section.page_nav ul li:first-child {
            border-radius: 4px 0 0 4px;
            -webkit-box-shadow: inset 2px 0 0 0 #013C79, 2px 0 0 0 #013C79;
                    box-shadow: inset 2px 0 0 0 #013C79, 2px 0 0 0 #013C79; } }
      section.page_nav ul li:last-child {
        border-radius: 0 0 4px 4px;
        border-bottom: 2px solid #013C79; }
        @media (min-width: 768px) {
          section.page_nav ul li:last-child {
            border-radius: 0 4px 4px 0; } }
  section.page_nav a {
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 8px 10px; }
    @media (min-width: 768px) {
      section.page_nav a {
        padding: 13px 30px; } }
    section.page_nav a:hover, section.page_nav a.active {
      background: #013C79;
      color: #fff; }

@media (min-width: 768px) {
  section.two_column .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 768px) {
  section.two_column .column-title {
    width: 30%;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media (min-width: 768px) {
  section.two_column .column-content {
    width: 80%;
    line-height: 32px; } }

section.two_column ul {
  margin: 0 0 30px 0;
  padding: 0; }
  section.two_column ul li {
    list-style-type: none;
    margin: 0 0 4px 0;
    padding: 0 20px;
    position: relative; }
    section.two_column ul li:before {
      position: absolute;
      left: 0;
      top: -2px;
      content: '+';
      font-weight: 900;
      display: block;
      font-size: 19px; }
      @media (min-width: 768px) {
        section.two_column ul li:before {
          top: 0; } }

section.two_column ol {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter; }
  section.two_column ol li {
    counter-increment: my-awesome-counter;
    list-style-type: none;
    margin: 0 0 4px 0;
    padding: 0; }
    @media (min-width: 768px) {
      section.two_column ol li {
        padding: 0 20px; } }
    section.two_column ol li::before {
      content: counter(my-awesome-counter) ". ";
      color: #000;
      font-weight: 900;
      left: 0;
      top: 0; }
    section.two_column ol li ol {
      counter-reset: my-awesome-counter; }
      section.two_column ol li ol li {
        counter-increment: my-awesome-counter; }
        section.two_column ol li ol li::before {
          content: counter(my-awesome-counter, lower-latin) ". "; }

section.two_column ul.category-columns {
  margin: 0 0 30px 0;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  max-width: 500px; }
  section.two_column ul.category-columns li {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 700;
    color: #858585; }
    section.two_column ul.category-columns li:before {
      display: none; }

@media (min-width: 768px) {
  section.two_column ul.two-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; } }

@media (min-width: 768px) {
  section.two_column ul.three-col {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3; } }

.wp-block-image .alignleft,
.wp-block-image .alignright {
  margin-top: 0; }

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

.search-results .single-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #777777; }
  .search-results .single-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0; }
  .search-results .single-item .titleRegular a {
    text-decoration: none;
    color: #152A3B; }
    .search-results .single-item .titleRegular a:hover {
      color: #013C79; }
  .search-results .single-item .description {
    margin-bottom: 20px; }

.page_hero {
  background-color: #152A3B;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .page_hero {
      padding: 0; } }
  .page_hero .titleLarge {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    text-align: center; }
    @media (min-width: 768px) {
      .page_hero .titleLarge {
        text-align: left; } }
  .page_hero .wrap {
    height: 100%; }
    @media (min-width: 768px) {
      .page_hero .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media (min-width: 768px) {
    .page_hero .inner {
      max-width: 460px; } }
  .page_hero .description {
    line-height: 21px; }
    .page_hero .description a {
      color: #fff; }
  .page_hero .learn_more {
    color: #83B702; }
    .page_hero .learn_more:hover {
      color: #5f8501; }

.page_testimonials {
  padding: 40px 0;
  background: #83B702;
  font-size: 23px;
  font-weight: 300;
  line-height: 29px;
  text-align: center;
  color: #fff; }
  .page_testimonials .icon_wrap {
    text-align: center;
    color: #fff;
    font-size: 48px;
    margin-bottom: 30px; }
  .page_testimonials .author {
    font-size: 19px; }
  .page_testimonials .slick-dots {
    text-align: center;
    margin-bottom: 0; }
    .page_testimonials .slick-dots > li {
      display: inline-block; }
    .page_testimonials .slick-dots > li:only-child {
      display: none; }
    .page_testimonials .slick-dots li.slick-active button {
      -webkit-box-shadow: inset 0 0 0 2px #83B702;
              box-shadow: inset 0 0 0 2px #83B702; }
    .page_testimonials .slick-dots button {
      border: 2px solid #fff;
      background: #fff; }

body .wp-block-image .alignright {
  float: none;
  width: 100%;
  margin: auto; }
  @media (min-width: 768px) {
    body .wp-block-image .alignright {
      margin-left: 40px;
      margin-top: 0;
      float: right;
      width: auto; } }

#page:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 50%; }

.default-page {
  padding: 10px 0; }

.slick-prev {
  left: -150px; }

.slick-next {
  right: -150px; }

.slick-prev, .slick-next {
  font-size: 60px;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #83B702;
  border: none;
  outline: none;
  background: transparent;
  z-index: 2; }

.slick-dots {
  margin: 30px 0 20px 0;
  padding: 0;
  text-align: center; }
  .slick-dots li {
    margin: 0 6px;
    padding: 0;
    list-style-type: none;
    display: inline-block; }
    .slick-dots li.slick-active button {
      background: #013C79;
      -webkit-box-shadow: 0 0 0 2px #013C79;
              box-shadow: 0 0 0 2px #013C79; }
  .slick-dots button {
    -webkit-appearance: none;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: transparent;
    outline: none;
    text-indent: -99999px;
    cursor: pointer;
    border: 0;
    -webkit-box-shadow: 0 0 0 2px #777777;
            box-shadow: 0 0 0 2px #777777;
    padding: 0; }

.chocolate_slideshow .slick-prev {
  left: 45px; }

.chocolate_slideshow .slick-next {
  right: 45px; }

.contact {
  text-align: center;
  background-image: url(img/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

div.wpcf7 {
  margin: auto;
  max-width: 507px; }
  div.wpcf7 .field {
    margin-bottom: 20px; }
  div.wpcf7 input,
  div.wpcf7 textarea {
    background: #fff;
    font-size: 18px;
    padding: 10px;
    display: block;
    width: 100%;
    outline: none;
    border: 0;
    border: 1px solid #979797;
    border-radius: 0; }
  div.wpcf7 textarea {
    height: 130px; }
  div.wpcf7 input[type="submit"] {
    border: 0;
    text-align: center;
    background: #FC5BAD;
    color: #fff;
    padding: 15px 10px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600; }
    div.wpcf7 input[type="submit"]:hover {
      background: #fb2994; }

#wpadminbar {
  position: fixed; }

.admin-bar .site-header {
  top: 46px; }
  @media only screen and (min-width: 783px) {
    .admin-bar .site-header {
      top: 32px; } }

.admin-bar .mobile_menu .close {
  top: 95px; }

.admin-bar .mobile_menu .menu-mobile-menu-container {
  top: 160px; }

.mobile_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #013C79;
  z-index: 3;
  height: 100vh;
  overflow-y: scroll; }
  .mobile_menu .close {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer; }
  .mobile_menu .menu-mobile-menu-container {
    position: relative;
    top: 120px;
    padding-bottom: 60px; }
  .mobile_menu ul {
    margin: 0;
    padding: 0; }
    .mobile_menu ul li {
      margin: 0 0 20px 0;
      padding: 0;
      list-style-type: none;
      text-align: center; }
  .mobile_menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none; }
  .mobile_menu .sub-menu {
    display: none;
    margin-top: 15px; }
    .mobile_menu .sub-menu a {
      font-size: 15px;
      color: #c3e4f5; }
  @media (min-width: 1100px) {
    .mobile_menu {
      display: none !important; } }

.site-header {
  padding: 20px 0;
  border-top: 7px solid #013C79; }
  .site-header .wrap {
    max-width: 1260px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site-header .main-menu-left,
  .site-header .main-menu-right,
  .site-header .site-branding {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .site-header .site-branding {
    width: 70%; }
    @media (min-width: 1100px) {
      .site-header .site-branding {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: auto; } }
    .site-header .site-branding p {
      margin: 0; }
    .site-header .site-branding a:hover {
      opacity: 0.7; }
    .site-header .site-branding img {
      max-width: 90px; }
      @media (min-width: 1100px) {
        .site-header .site-branding img {
          max-width: 170px; } }
    .site-header .site-branding .site-title {
      display: inline-block;
      margin: 0; }
      @media (min-width: 1100px) {
        .site-header .site-branding .site-title {
          max-width: 228px; } }
      .site-header .site-branding .site-title img.color {
        display: block; }
        @media (min-width: 1100px) {
          .site-header .site-branding .site-title img.color {
            display: none; } }
      .site-header .site-branding .site-title img.ko {
        display: none; }
        @media (min-width: 1100px) {
          .site-header .site-branding .site-title img.ko {
            display: block; } }
  .site-header .main-menu-left,
  .site-header .main-menu-right {
    display: none; }
    @media (min-width: 1100px) {
      .site-header .main-menu-left,
      .site-header .main-menu-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .site-header .main-menu-left a,
    .site-header .main-menu-right a {
      color: #000;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
      position: relative;
      padding: 34px 0; }
      .site-header .main-menu-left a:hover,
      .site-header .main-menu-right a:hover {
        opacity: 0.7; }
  .site-header ul {
    margin: 0;
    padding: 0; }
    .site-header ul li {
      margin: 0 42px 0 0;
      padding: 0;
      list-style-type: none;
      display: inline-block; }
      .site-header ul li:last-child {
        margin: 0; }
  .site-header .current-menu-item a,
  .site-header .current-menu-ancestor a {
    position: relative; }
    .site-header .current-menu-item a:before,
    .site-header .current-menu-ancestor a:before {
      display: block;
      position: absolute;
      content: '';
      width: 100%;
      left: 0;
      top: 55px;
      height: 2px;
      margin: 5px 0;
      background: #000; }
  .site-header .menu-item-has-children {
    position: relative; }
    .site-header .menu-item-has-children:hover {
      position: relative; }
  .site-header li:hover > .sub-menu {
    display: block; }
  .site-header .sub-menu {
    display: none;
    position: absolute;
    top: 50px;
    width: 200px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #013C79;
    left: 0;
    z-index: 22; }
    .site-header .sub-menu:before {
      bottom: 100%;
      left: 30px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #013C79;
      border-width: 10px;
      margin-left: -10px; }
    .site-header .sub-menu a {
      text-transform: none;
      color: #fff;
      font-weight: 600;
      padding: 0;
      display: block;
      font-size: 14px; }
      .site-header .sub-menu a:before {
        display: none; }
    .site-header .sub-menu li {
      margin: 0 0 10px 0;
      width: 100%;
      display: block; }
      .site-header .sub-menu li:before {
        display: none; }
    .site-header .sub-menu .sub-menu {
      left: 115px;
      top: -10px; }
  @media (min-width: 1100px) {
    .site-header .main-menu-left {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 50px; } }
  @media (min-width: 1100px) {
    .site-header .main-menu-right {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-left: 50px; } }

#content {
  margin-top: 20px; }
  @media (min-width: 1100px) {
    #content {
      margin-top: 0; } }

.hamburger {
  font-size: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%; }
  @media (min-width: 1100px) {
    .hamburger {
      display: none; } }
  .hamburger i {
    color: #152A3B;
    cursor: pointer; }

.site-footer {
  background: #373737;
  background-image: url(img/bg.jpg);
  background-size: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 100% auto;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 24px; }
  .site-footer iframe {
    min-height: 160px; }
  .site-footer .titleMedium {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0; }
    .site-footer .titleMedium:after {
      display: block;
      content: '';
      height: 2px;
      width: 70px;
      background: #777777;
      margin-top: 20px;
      margin-bottom: 20px; }
  .site-footer .footer-main {
    border-bottom: 2px solid #777777;
    padding: 30px 0; }
    @media (min-width: 768px) {
      .site-footer .footer-main {
        padding: 50px 0; } }
    @media (min-width: 768px) {
      .site-footer .footer-main .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .site-footer .social {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .site-footer .social {
        width: 30%;
        margin-bottom: 0; } }
    .site-footer .social .social-icons li {
      display: inline-block;
      margin-right: 10px; }
      .site-footer .social .social-icons li:last-child {
        margin-right: 0; }
      .site-footer .social .social-icons li.youtube img {
        position: relative;
        top: -4px; }
    .site-footer .social .social-icons a:hover {
      opacity: .7; }
  .site-footer .footer-menu {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .site-footer .footer-menu {
        width: 30%;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .site-footer .newsletter {
      width: 40%; } }
  .site-footer .copyright {
    padding: 30px 0;
    text-align: center;
    font-size: 12px; }
    @media (min-width: 768px) {
      .site-footer .copyright {
        font-size: 14px; } }
  .site-footer ul {
    margin: 0 0 30px;
    padding: 0; }
    .site-footer ul:last-child {
      margin-bottom: 0; }
    .site-footer ul li {
      margin: 0 0 10px 0;
      padding: 0;
      list-style-type: none; }
      .site-footer ul li:last-child {
        margin-bottom: 0; }
  .site-footer p {
    margin: 0; }
  .site-footer a {
    color: #fff;
    text-decoration: none; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
body.home section .title_area {
  text-align: center; }

section.home_hero {
  text-align: center;
  padding-top: 0; }
  section.home_hero .inner {
    max-width: 710px;
    margin: auto; }
  section.home_hero .title {
    font-size: 25px;
    font-weight: 900;
    margin: 0 0 20px 0; }
  section.home_hero .description {
    font-size: 18px;
    color: #7A7A7A;
    line-height: 34px;
    text-align: left;
    margin-bottom: 30px; }
  section.home_hero .cta {
    margin-top: 30px;
    font-weight: bold;
    font-size: 18px; }

section.home_primary {
  background: #373737;
  background-image: url(img/bg.jpg);
  background-size: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 100% auto;
  position: relative;
  color: #fff; }
  @media (min-width: 768px) {
    section.home_primary {
      padding: 80px 0; } }
  section.home_primary .wrap {
    max-width: 1040px; }
    @media (min-width: 768px) {
      section.home_primary .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  section.home_primary .column {
    margin-bottom: 30px; }
    section.home_primary .column:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      section.home_primary .column {
        width: 50%;
        margin-bottom: 0; } }
  section.home_primary .column-video {
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 768px) {
      section.home_primary .column-video {
        padding-right: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    section.home_primary .column-video .video {
      margin-bottom: 15px; }
    section.home_primary .column-video .title {
      font-weight: bold;
      color: #fff;
      font-size: 13px; }
  section.home_primary article {
    margin-bottom: 30px; }
    section.home_primary article:last-child {
      margin-bottom: 0; }
  section.home_primary ul {
    margin: 0 0 0 20px;
    padding: 0; }
    section.home_primary ul li {
      margin: 0 0 10px 0; }
  section.home_primary .titleMedium {
    color: #F8AF00;
    text-transform: uppercase;
    letter-spacing: 1px; }

section.home_winners {
  position: relative;
  overflow: hidden; }
  section.home_winners .wrap {
    max-width: 1200px; }
  @media (min-width: 768px) {
    section.home_winners .winners_slideshow {
      margin-left: -30px;
      margin-right: -30px; } }
  section.home_winners .single-item {
    padding: 0 30px;
    text-align: center; }
  section.home_winners .titleSmall {
    margin-bottom: 5px; }
  section.home_winners .author {
    font-size: 14px; }
  section.home_winners img {
    display: block;
    margin: auto;
    width: 100%;
    border-radius: 5px; }
    @media (min-width: 768px) {
      section.home_winners img {
        height: 340px;
        width: auto; } }
  section.home_winners .image {
    margin-bottom: 30px;
    min-height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

section.home_video {
  background: #013C79;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  overflow: hidden;
  position: relative; }
  section.home_video .wrap {
    min-height: 540px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 22; }
  section.home_video .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(24, 36, 65, 0.4);
    z-index: 10; }
  section.home_video .typewrite {
    display: inline-block; }
  @media (min-width: 768px) {
    section.home_video {
      font-size: 52px; } }

section.home_featuredin .wrap {
  max-width: 1200px; }

section.home_featuredin .titleMedium {
  text-transform: uppercase;
  font-size: 18px; }

section.home_featuredin .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

section.home_featuredin .slick-slide {
  height: inherit !important; }

section.home_featuredin .single-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

section.home_featuredin img {
  display: block;
  margin: auto; }

section.home_success_stories .single-item {
  margin-bottom: 50px;
  line-height: 30px; }

section.home_success_stories .slick-slide div:last-child .single-item {
  margin-bottom: 20px;
  line-height: 30px; }

section.home_success_stories .story {
  position: relative;
  padding-left: 20px;
  font-size: 15px; }
  @media (min-width: 768px) {
    section.home_success_stories .story {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  section.home_success_stories .story .image {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      section.home_success_stories .story .image {
        width: 30%;
        margin-bottom: 0;
        padding-right: 15px; } }
    section.home_success_stories .story .image img {
      max-width: 90px;
      border-radius: 100%; }
      @media (min-width: 768px) {
        section.home_success_stories .story .image img {
          max-width: 100%; } }
  @media (min-width: 768px) {
    section.home_success_stories .story .text {
      width: 70%; } }
  section.home_success_stories .story:before {
    /*
			position: absolute;
			left: 0;
			top: 0;
			content: '+';
			font-weight: 900;
			display: block;
			font-size: 19px;
			*/ }

section.home_producedby {
  background: #373737;
  background-image: url(img/bg.jpg);
  background-size: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 100% auto;
  position: relative;
  color: #fff;
  text-align: center; }
  section.home_producedby .wrap {
    max-width: 1200px; }
  section.home_producedby .titleHome {
    color: #fff; }
  section.home_producedby .description {
    max-width: 960px;
    margin: auto;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      section.home_producedby .description {
        font-size: 18px;
        line-height: 29px; } }
  section.home_producedby .producedby_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 768px) {
      section.home_producedby .producedby_images {
        margin-left: -30px;
        margin-right: -30px; } }
  section.home_producedby .single-item {
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      section.home_producedby .single-item {
        width: 25%;
        margin-bottom: 0;
        padding: 0 30px; } }
    section.home_producedby .single-item img {
      display: block;
      margin: auto; }

section.home_tv {
  color: #fff;
  background: #F8AF00;
  text-align: center; }
  @media (min-width: 768px) {
    section.home_tv .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  section.home_tv .column-tv {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      section.home_tv .column-tv {
        width: 35%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0; } }
    section.home_tv .column-tv img {
      max-width: 130px;
      display: block;
      margin: auto; }
      @media (min-width: 768px) {
        section.home_tv .column-tv img {
          max-width: 100%; } }
  @media (min-width: 768px) {
    section.home_tv .column-content {
      width: 65%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  section.home_tv .title {
    font-size: 30px;
    line-height: 25px;
    font-weight: 900;
    text-align: center; }
    @media (min-width: 768px) {
      section.home_tv .title {
        font-size: 58px;
        line-height: 70px;
        position: relative;
        top: 30px;
        text-align: left; } }

.prizes_prizes .titleMedium {
  color: #013C79;
  font-family: 'Merriweather', serif;
  margin-bottom: 0; }

.prizes_prizes .sub_headline {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #CECCCC; }

section.faqs {
  padding-top: 0; }
  section.faqs .titleMedium {
    color: #013C79;
    font-family: 'Merriweather', serif;
    margin-bottom: 5px; }
  section.faqs .single-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #CECCCC; }
    section.faqs .single-item .description {
      line-height: 30px; }
    section.faqs .single-item ul {
      margin: 0 0 30px 0;
      padding: 0; }
      section.faqs .single-item ul li {
        list-style-type: none;
        margin: 0 0 10px 0;
        padding: 0 20px;
        position: relative; }
        section.faqs .single-item ul li:before {
          position: absolute;
          left: 0;
          top: 0;
          content: '+';
          font-weight: 900;
          display: block;
          font-size: 19px; }
    section.faqs .single-item ul.two-col {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; }
    section.faqs .single-item ul.three-col {
      max-width: 700px;
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; }
      @media (min-width: 768px) {
        section.faqs .single-item ul.three-col {
          columns: 3;
          -webkit-columns: 3;
          -moz-columns: 3; } }
    section.faqs .single-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: 0; }

.paypal-form {
  margin-top: 10px; }
  .paypal-form input[type="image"] {
    background: #000;
    padding: 15px 40px; }
    .paypal-form input[type="image"]:hover {
      opacity: 0.7; }

@media (min-width: 768px) {
  section.judges {
    padding: 20px 0; } }

@media (min-width: 768px) {
  section.judges .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px; } }

section.judges .single-item {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    section.judges .single-item {
      width: 33.33%;
      padding: 0 20px; } }

section.judges .titleMedium {
  font-weight: 600;
  text-decoration: underline;
  font-family: 'Merriweather', serif;
  margin-bottom: 0; }

section.judges .titleSmall {
  color: #013C79;
  font-weight: 600;
  font-family: 'Merriweather', serif;
  margin-bottom: 0; }

section.judges .type, section.judges .credits {
  font-size: 14px;
  line-height: 28px; }

@media (min-width: 768px) {
  section.feedback_examples {
    padding: 20px 0; } }

@media (min-width: 768px) {
  section.feedback_examples .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px; } }

section.feedback_examples .single-item {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    section.feedback_examples .single-item {
      width: 33.33%;
      padding: 0 20px; } }

section.feedback_examples .inner {
  border: 3px solid #CECCCC;
  border-radius: 5px;
  padding: 20px;
  height: 100%; }

.instructions {
  text-align: center;
  font-size: 13px;
  font-family: 'Merriweather', serif;
  font-weight: 600;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .instructions {
      margin-bottom: 60px; } }

.interviews_videos {
  text-align: center; }
  @media (min-width: 768px) {
    .interviews_videos .inner-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -30px;
      margin-right: -30px; } }
  .interviews_videos .single-item {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .interviews_videos .single-item {
        width: 50%;
        padding: 0 30px; } }
  .interviews_videos .video {
    margin-bottom: 10px; }
  .interviews_videos .titleSmall {
    font-weight: 600;
    font-family: 'Merriweather', serif;
    font-size: 14px; }

@media (min-width: 768px) {
  .headlines .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px; } }

.headlines .headline-row {
  margin-bottom: 30px; }
  .headlines .headline-row:last-child {
    margin-bottom: 0; }

.headlines .single-item {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .headlines .single-item {
      width: 50%;
      padding: 0 30px; } }

.headlines .title_area {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CECCCC; }
  .headlines .title_area .titleMedium {
    font-family: 'Merriweather', serif;
    color: #013C79; }

.headlines .titleMedium {
  margin-bottom: 3px; }

.headlines .titleSmall {
  font-weight: 600;
  font-family: 'Merriweather', serif;
  font-size: 14px; }

.headlines ul {
  margin: 0;
  padding: 0; }
  .headlines ul li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none; }

section.winners .titleColumn {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #CECCCC; }

@media (min-width: 768px) {
  section.winners .winners_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    margin-right: -30px; } }

@media (min-width: 768px) {
  section.winners .winners_cat .single-item {
    width: 33.33%;
    padding: 0 30px; } }

section.winners .winners_cat .titleMedium {
  color: #013C79;
  font-weight: 600;
  font-family: 'Merriweather', serif;
  margin-bottom: 10px; }

section.winners .winners_cat .prize {
  font-weight: 600;
  margin-bottom: 10px; }

section.winners .winners_cat .description {
  line-height: 30px; }

.page-template-page-winners section.two_column {
  padding-bottom: 0; }
  .page-template-page-winners section.two_column:last-child {
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .page-template-page-winners section.two_column:last-child {
        padding-bottom: 60px; } }
  @media (min-width: 768px) {
    .page-template-page-winners section.two_column .column-title {
      width: 36%; } }
  @media (min-width: 768px) {
    .page-template-page-winners section.two_column .column-content {
      width: 64%; } }
  .page-template-page-winners section.two_column .titleMedium {
    color: #013C79;
    font-weight: 600;
    font-family: 'Merriweather', serif;
    margin-bottom: 0; }

@media (min-width: 768px) {
  .page-template-page-about section.two_column .column-title {
    width: 20%; } }

@media (min-width: 768px) {
  .page-template-page-about section.two_column .column-content {
    width: 80%; } }

.advisory_board {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .advisory_board {
      padding-top: 0; } }
  .advisory_board .single-item {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #CECCCC; }
    .advisory_board .single-item:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .advisory_board .single-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .advisory_board .column-image {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .advisory_board .column-image {
        margin-bottom: 0;
        width: 20%;
        padding-right: 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    .advisory_board .column-image img {
      max-width: 150px; }
      @media (min-width: 768px) {
        .advisory_board .column-image img {
          max-width: 100%; } }
  @media (min-width: 768px) {
    .advisory_board .column-content {
      width: 80%; } }
  .advisory_board .titleSmall,
  .advisory_board .titleMedium {
    font-weight: 600;
    font-family: 'Merriweather', serif;
    margin-bottom: 10px; }
  .advisory_board .description {
    line-height: 30px; }

body.page-template-page-contact .main_content .page_content {
  max-width: 820px; }

.contact {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .contact {
      padding-top: 10px; } }
  .contact ul {
    margin: 0;
    padding: 0; }
    .contact ul li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  .contact .hide_label label {
    display: none; }
  .contact .hide_label .gfield_checkbox label {
    display: inline-block;
    margin-left: 10px; }
  .contact input[type="text"],
  .contact input[type="email"],
  .contact input[type="tel"],
  .contact input[type="phone"],
  .contact textarea {
    padding: 12px 16px;
    border-radius: 4px;
    background: transparent;
    border: 2px solid #CECCCC;
    color: #9A9A9A;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    -webkit-appearance: none; }
    .contact input[type="text"]::-webkit-input-placeholder,
    .contact input[type="email"]::-webkit-input-placeholder,
    .contact input[type="tel"]::-webkit-input-placeholder,
    .contact input[type="phone"]::-webkit-input-placeholder,
    .contact textarea::-webkit-input-placeholder {
      color: #9A9A9A; }
    .contact input[type="text"]:-ms-input-placeholder,
    .contact input[type="email"]:-ms-input-placeholder,
    .contact input[type="tel"]:-ms-input-placeholder,
    .contact input[type="phone"]:-ms-input-placeholder,
    .contact textarea:-ms-input-placeholder {
      color: #9A9A9A; }
    .contact input[type="text"]::-ms-input-placeholder,
    .contact input[type="email"]::-ms-input-placeholder,
    .contact input[type="tel"]::-ms-input-placeholder,
    .contact input[type="phone"]::-ms-input-placeholder,
    .contact textarea::-ms-input-placeholder {
      color: #9A9A9A; }
    .contact input[type="text"]::placeholder,
    .contact input[type="email"]::placeholder,
    .contact input[type="tel"]::placeholder,
    .contact input[type="phone"]::placeholder,
    .contact textarea::placeholder {
      color: #9A9A9A; }
  .contact textarea {
    height: 100px;
    max-width: 100%; }
  .contact select {
    padding: 12px 16px;
    border-radius: 11px;
    background: #CECCCC;
    color: #9A9A9A;
    border: 0;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    -webkit-appearance: none; }
  @media (min-width: 768px) {
    .contact .gf_left_half,
    .contact .gf_right_half {
      width: 50%;
      display: inline-block; } }
  @media (min-width: 768px) {
    .contact .gf_left_half,
    .contact .gf_left_third {
      padding-right: 10px; } }
  @media (min-width: 768px) {
    .contact .gf_right_half,
    .contact .gf_right_third {
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .contact .gf_middle_third {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 768px) {
    .contact .gf_left_third,
    .contact .gf_middle_third,
    .contact .gf_right_third {
      width: 33.33%;
      display: inline-block; } }
  .contact .ginput_container_select {
    position: relative; }
    .contact .ginput_container_select:after {
      display: inline-block;
      content: '\f078';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 11px;
      pointer-events: none;
      color: #9A9A9A;
      position: absolute;
      top: 14px;
      right: 25px; }
  .contact .gfield_checkbox input[type="checkbox"] {
    opacity: 0; }
  .contact .gfield_checkbox label:before {
    display: block;
    content: '';
    width: 28px;
    height: 29px;
    display: inline-block;
    -webkit-appearance: none;
    background: #fff;
    border-radius: 2px;
    position: relative;
    left: -9px;
    top: 8px; }
  .contact .gfield_checkbox input[type="checkbox"]:checked + label:before {
    background: #013C79;
    -webkit-box-shadow: inset 0px 0 0 4px #fff;
            box-shadow: inset 0px 0 0 4px #fff; }
  .contact .gfield_error input[type="text"],
  .contact .gfield_error input[type="email"],
  .contact .gfield_error input[type="tel"],
  .contact .gfield_error input[type="phone"],
  .contact .gfield_error textarea,
  .contact .gfield_error select,
  .contact .gfield_error input[type="checkbox"] {
    background: pink;
    color: red; }
    .contact .gfield_error input[type="text"]::-webkit-input-placeholder,
    .contact .gfield_error input[type="email"]::-webkit-input-placeholder,
    .contact .gfield_error input[type="tel"]::-webkit-input-placeholder,
    .contact .gfield_error input[type="phone"]::-webkit-input-placeholder,
    .contact .gfield_error textarea::-webkit-input-placeholder,
    .contact .gfield_error select::-webkit-input-placeholder,
    .contact .gfield_error input[type="checkbox"]::-webkit-input-placeholder {
      color: red; }
    .contact .gfield_error input[type="text"]:-ms-input-placeholder,
    .contact .gfield_error input[type="email"]:-ms-input-placeholder,
    .contact .gfield_error input[type="tel"]:-ms-input-placeholder,
    .contact .gfield_error input[type="phone"]:-ms-input-placeholder,
    .contact .gfield_error textarea:-ms-input-placeholder,
    .contact .gfield_error select:-ms-input-placeholder,
    .contact .gfield_error input[type="checkbox"]:-ms-input-placeholder {
      color: red; }
    .contact .gfield_error input[type="text"]::-ms-input-placeholder,
    .contact .gfield_error input[type="email"]::-ms-input-placeholder,
    .contact .gfield_error input[type="tel"]::-ms-input-placeholder,
    .contact .gfield_error input[type="phone"]::-ms-input-placeholder,
    .contact .gfield_error textarea::-ms-input-placeholder,
    .contact .gfield_error select::-ms-input-placeholder,
    .contact .gfield_error input[type="checkbox"]::-ms-input-placeholder {
      color: red; }
    .contact .gfield_error input[type="text"]::placeholder,
    .contact .gfield_error input[type="email"]::placeholder,
    .contact .gfield_error input[type="tel"]::placeholder,
    .contact .gfield_error input[type="phone"]::placeholder,
    .contact .gfield_error textarea::placeholder,
    .contact .gfield_error select::placeholder,
    .contact .gfield_error input[type="checkbox"]::placeholder {
      color: red; }
  .contact .gfield_error .gfield_checkbox label:before {
    -webkit-box-shadow: inset 0px 0 0 4px pink;
            box-shadow: inset 0px 0 0 4px pink; }
  .contact .gfield_error .gform_drop_area {
    border: 2px dashed red; }
  .contact .validation_error {
    text-align: center;
    color: red;
    padding: 20px;
    text-decoration: underline; }
  .contact .validation_message {
    display: none; }
  .contact .gform_footer {
    text-align: center; }
  .contact input[type="submit"].button {
    padding: 20px 5px;
    display: block;
    width: 100%;
    margin-top: 10px;
    background: #F8AF00;
    border-radius: 5px;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer; }
    @media (min-width: 768px) {
      .contact input[type="submit"].button {
        padding: 20px 110px;
        display: inline-block;
        width: auto; } }
  .contact .gform_validation_container {
    display: none; }
