/*
Theme Name: Inprint
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>Inprint</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Inprint
Tags:

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.

 Inprint is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> Variables and Mixins
---------------------------------------------------------------*/
/* Colors*/
/* Typography */
/* Graphic Elements */
/* Structure */
/*--------------------------------------------------------------
>>> Normalize
---------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  box-sizing: border-box; }

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */ }

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

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/*--------------------------------------------------------------
>>> Global Styles
---------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #f6f5f1; }

.site-header, .slider .text-content, .container, .wrap {
  width: 90%;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto; }
  .site-header:after, .slider .text-content:after, .container:after, .wrap:after {
    content: " ";
    display: block;
    clear: both; }
  .site-header:after, .slider .text-content:after, .container:after, .wrap:after {
    content: " ";
    display: block;
    clear: both; }

.site-content {
  margin-top: 1em; }

.anchor {
  visibility: hidden;
  display: block; }
  .anchor--section {
    position: relative;
    top: -100px; }

/*--------------------------------------------------------------
>>> Elements. Basic Forms such as buttons
---------------------------------------------------------------*/
.screen-reader-text {
  display: none; }

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

/*------- Typography -------*/
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

body,
button,
input,
select,
textarea {
  color: #4c4c4c;
  font-family: "Alegreya", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------- headings -------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800 !important;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

h1 {
  font-size: 39px;
  font-size: 2.4375rem; }

h2 {
  font-size: 31.248px;
  font-size: 1.953rem; }

h3 {
  font-size: 25px;
  font-size: 1.5625rem; }

h4 {
  font-size: 20px;
  font-size: 1.25rem; }

h5 {
  font-size: 16px;
  font-size: 1rem; }

/*------- Copy -------*/
p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: bold; }

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

blockquote {
  margin: 0 0em; }

address {
  margin: 0 0 1.5em; }

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

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

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

.page .entry-title {
  text-align: center;
  margin-top: 1.5em; }

blockquote,
.callout {
  font-size: 26px;
  font-size: 1.625rem;
  font-style: italic;
  color: #ef7622;
  margin-bottom: .75em;
  padding: 25px 0;
  display: block; }

blockquote p {
  margin-bottom: 0; }

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

.header-logo, .footer-logo {
  background: url(../images/inprint-logo.svg);
  background-size: contain;
  background-repeat: no-repeat; }
  .lt-ie9 .header-logo, .lt-ie9 .footer-logo {
    background: url(../images/inprint-logo.png); }

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

th {
  font-weight: bold; }

/********** Image Bands/Color Overlays **********/
.image-band {
  background-position: center top;
  background-attachment: fixed; }

footer.image-band {
  background-size: cover;
  background-position: center center; }

[class*="-overlay"] {
  width: 100%;
  height: 100%; }

.gray-overlay {
  background: rgba(138, 138, 141, 0.75); }

.orange-overlay {
  background: rgba(239, 118, 34, 0.75); }

.black-overlay {
  background: rgba(48, 41, 34, 0.75); }

/*********** Section Headers ***********/
.tribe-events-list-separator-month,
.section-header {
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  line-height: 1;
  margin: 3rem 0;
  clear: both;
  display: block; }
  .tribe-events-list-separator-month span,
  .section-header span {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    border: 3px double #8a8a8d;
    background-color: white; }
    .tribe-events-list-separator-month span::before,
    .section-header span::before {
      right: 100%; }
    .tribe-events-list-separator-month span::after,
    .section-header span::after {
      left: 100%; }
    .tribe-events-list-separator-month span::after, .tribe-events-list-separator-month span::before,
    .section-header span::after,
    .section-header span::before {
      content: "";
      position: absolute;
      height: 3px;
      border-bottom: 1px solid #8a8a8d;
      border-top: 1px solid #8a8a8d;
      width: 1000px;
      top: 15px; }

/*********** Graphic Elements ************/
/* Date Flag */
.date-ribbon {
  background: #ef7622;
  position: relative;
  padding: 10px 15px 5px;
  text-align: center;
  color: white;
  line-height: 0.9;
  margin-right: 15px;
  margin-bottom: 30px;
  float: left; }
  .date-ribbon .month,
  .date-ribbon .month-year {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-weight: 800;
    text-transform: uppercase; }
  .date-ribbon .month {
    letter-spacing: 2px; }
  .date-ribbon .month-year {
    letter-spacing: 0;
    line-height: 2; }
  .date-ribbon .day {
    font-size: 33px;
    font-size: 2.0625rem;
    letter-spacing: 1px; }

.date-ribbon:after,
.date-ribbon:before {
  border-top: 15px solid #ef7622;
  content: '';
  height: 0;
  position: absolute;
  top: 100%;
  width: 0; }

.date-ribbon:after {
  border-left: 50px solid transparent;
  right: 0;
  width: 50%; }

.date-ribbon:before {
  border-right: 50px solid transparent;
  left: 0;
  width: 50%; }

@font-face {
  font-family: 'inprint';
  src: url("../fonts/inprint.eot?s8wg7u");
  src: url("../fonts/inprint.eot?#iefixs8wg7u") format("embedded-opentype"), url("../fonts/inprint.woff?s8wg7u") format("woff"), url("../fonts/inprint.ttf?s8wg7u") format("truetype"), url("../fonts/inprint.svg?s8wg7u#inprint") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="i-"], [class*=" i-"] {
  font-family: 'inprint';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.i-down-double:before {
  content: "\e606"; }

.i-down-single:before {
  content: "\e60f"; }

.i-left-double:before {
  content: "\e610"; }

.i-left-single:before {
  content: "\e611"; }

.i-right-double:before {
  content: "\e612"; }

.i-right-single:before {
  content: "\e613"; }

.i-up-double:before {
  content: "\e614"; }

.i-up-single:before {
  content: "\e615"; }

.i-heart:before {
  content: "\f004"; }

.i-star:before {
  content: "\f005"; }

.i-gift:before {
  content: "\f06b"; }

.i-twitter:before {
  content: "\f099"; }

.i-facebook:before {
  content: "\f09a"; }

.i-instagram:before {
  content: "\f16d"; }

.i-newspaper:before {
  content: "\f1ea"; }

.i-pinterest:before {
  content: "\f0d2"; }

.i-microphone2:before {
  content: "\e607"; }

.i-graduate:before {
  content: "\e608"; }

.i-megaphone:before {
  content: "\e609"; }

.i-pen:before {
  content: "\e603"; }

.i-pencil:before {
  content: "\e60a"; }

.i-pen2:before {
  content: "\e60b"; }

.i-pin:before {
  content: "\e60c"; }

.i-dollar:before {
  content: "\e604"; }

.i-bookmark2:before {
  content: "\e605"; }

.i-envelope:before {
  content: "\e60d"; }

.i-envelope-open:before {
  content: "\e60e"; }

.i-book:before {
  content: "\e600"; }

.i-ticket:before {
  content: "\e601"; }

.i-ticket2:before {
  content: "\e602"; }

/*********** Miscellaneous Calendar Elements **********/
.tribe-events-sub-nav {
  margin-top: 25px !important; }
  .tribe-events-sub-nav a {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-weight: 800;
    padding: 10px 25px;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    -webkit-transition: .25s all ease;
            transition: .25s all ease;
    display: inline-block;
    letter-spacing: 2px;
    line-height: 1.1;
    border: 3px double #8a8a8d;
    text-decoration: none;
    color: #8a8a8d;
    background-color: transparent; }
    .tribe-events-sub-nav a:visited {
      color: #8a8a8d; }
    .tribe-events-sub-nav a:hover, .tribe-events-sub-nav a:focus {
      color: white;
      background-color: #8a8a8d; }

.tribe-events-nav-previous {
  float: left; }

.tribe-events-nav-next {
  float: right; }

@media (max-width: 600px) {
  .tribe-events-nav-previous a,
  .tribe-events-nav-next a {
    width: 100%;
    margin-bottom: 5px;
    display: block !important; }

  .tribe-events-nav-previous,
  .tribe-events-nav-next {
    width: 100%; } }
#tribe-events .tribe-events-notices {
  background: #6bc1bf;
  border: none;
  color: white;
  border-radius: 0;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem; }

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

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

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

.field-wrap:last-child {
  margin-bottom: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  padding: 15px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-transition: .25s all ease;
          transition: .25s all ease;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1.1;
  border: 3px double #ef7622;
  text-decoration: none;
  color: #ef7622;
  background-color: transparent; }
  button:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited {
    color: #ef7622; }
  button:hover, button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    color: white;
    background-color: #ef7622; }

.button {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  padding: 15px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-transition: .25s all ease;
          transition: .25s all ease;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1.1;
  border: 3px double #ef7622;
  text-decoration: none;
  color: #ef7622;
  background-color: transparent; }
  .button:visited {
    color: #ef7622; }
  .button:hover,
  .button:focus {
    color: white;
    background-color: #ef7622; }

.tribe-events-filter-view.tribe-filters-closed #page #tribe_events_filters_wrapper #tribe_events_filters_toggle,
.small-button {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  padding: 10px 25px;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  -webkit-transition: .25s all ease;
          transition: .25s all ease;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1.1;
  border: 3px double #ef7622;
  text-decoration: none;
  color: #ef7622;
  background-color: transparent; }
  .tribe-events-filter-view.tribe-filters-closed #page #tribe_events_filters_wrapper #tribe_events_filters_toggle:visited,
  .small-button:visited {
    color: #ef7622; }
  .tribe-events-filter-view.tribe-filters-closed #page #tribe_events_filters_wrapper #tribe_events_filters_toggle:hover, .tribe-events-filter-view.tribe-filters-closed #page #tribe_events_filters_wrapper #tribe_events_filters_toggle:focus,
  .small-button:hover,
  .small-button:focus {
    color: white;
    background-color: #ef7622; }

.large-button {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  padding: 20px 40px;
  text-transform: uppercase;
  -webkit-transition: .25s all ease;
          transition: .25s all ease;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1.1;
  border: 3px double #ef7622;
  text-decoration: none;
  color: #ef7622;
  background-color: transparent; }
  .large-button:visited {
    color: #ef7622; }
  .large-button:hover,
  .large-button:focus {
    color: white;
    background-color: #ef7622; }

.white-button {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  padding: 15px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-transition: .25s all ease;
          transition: .25s all ease;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1.1;
  border: 3px double white;
  text-decoration: none;
  color: white;
  background-color: transparent; }
  .white-button:visited {
    color: white; }
  .white-button:hover, .white-button:focus {
    color: white;
    background-color: white; }
  .white-button:hover, .white-button:focus {
    color: #ef7622;
    background-color: white; }

.post-edit-link {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  padding: 10px 25px;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  -webkit-transition: .25s all ease;
          transition: .25s all ease;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1.1;
  border: 3px double #ef7622;
  text-decoration: none;
  color: #ef7622;
  background-color: transparent; }
  .post-edit-link:visited {
    color: #ef7622; }
  .post-edit-link:hover, .post-edit-link:focus {
    color: white;
    background-color: #ef7622; }

footer button,
footer input[type="button"],
footer input[type="reset"],
footer input[type="submit"] {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  padding: 10px 25px;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  -webkit-transition: .25s all ease;
          transition: .25s all ease;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1.1;
  border: 3px double white;
  text-decoration: none;
  color: white;
  background-color: transparent; }
  footer button:visited,
  footer input[type="button"]:visited,
  footer input[type="reset"]:visited,
  footer input[type="submit"]:visited {
    color: white; }
  footer button:hover, footer button:focus,
  footer input[type="button"]:hover,
  footer input[type="button"]:focus,
  footer input[type="reset"]:hover,
  footer input[type="reset"]:focus,
  footer input[type="submit"]:hover,
  footer input[type="submit"]:focus {
    color: white;
    background-color: white; }
  footer button:hover, footer button:focus,
  footer input[type="button"]:hover,
  footer input[type="button"]:focus,
  footer input[type="reset"]:hover,
  footer input[type="reset"]:focus,
  footer input[type="submit"]:hover,
  footer input[type="submit"]:focus {
    color: #ef7622;
    background-color: white; }

.tickets-button {
  display: block;
  text-align: center; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box; }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #4c4c4c;
  padding: 3px 10px 3px 10px;
  background-color: white;
  border: 1px solid #eceae2;
  border-bottom: 3px double #eceae2;
  box-shadow: none;
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 400;
  outline: none;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #4c4c4c;
    border-color: #ef7622;
    text-transform: none;
    letter-spacing: 0;
    background-color: white; }
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="url"]:hover,
  input[type="password"]:hover,
  input[type="search"]:hover,
  textarea:hover {
    border-bottom-color: #ef7622; }
  footer input[type="text"], footer
  input[type="email"], footer
  input[type="url"], footer
  input[type="password"], footer
  input[type="search"], footer
  textarea {
    background-color: rgba(255, 255, 255, 0.3);
    color: white; }

::-webkit-input-placeholder {
  color: #9b9167; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9167; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9167; }

:-ms-input-placeholder {
  color: #9b9167; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

label {
  font-family: "Verlag A", "Verlag B", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 1px;
  text-align: left; }

.field-wrap {
  margin-bottom: 10px !important; }

.ninja-forms-required-items {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ef7622; }

h2.ninja-forms-form-title {
  font-size: 22px;
  font-size: 1.375rem; }

/*--------------------------------------------------------------
>>> Wordpress utitily classes
---------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

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

.aligncenter {
  display: block;
  margin: 0 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; }

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

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets */ }
  .widget select {
    max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

#comments {
  border-top: 3px double #8a8a8d;
  padding-top: 2em; }

.comments-title,
.comment-reply-title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1px; }

.comment-list,
.comment-list ol {
  list-style: none; }

.comment-list {
  margin: 0; }

.comment-list li.depth-1 {
  background-color: white; }

.comment-list li {
  padding: 15px; }

.comment-list li.depth-2,
.comment-list li.depth-3,
.comment-list li.depth-4,
.comment-list li.depth-5 {
  background-color: #f6f5f1; }

.comment-author {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  float: left; }

.comment-metadata {
  text-decoration: none;
  text-align: right; }

.comment-meta {
  border-bottom: 3px double #eceae2;
  padding-bottom: 5px;
  margin-bottom: 5px; }
  .comment-meta:after {
    content: " ";
    display: block;
    clear: both; }

.comment-content p {
  margin-bottom: 10px; }

.comment-respond {
  margin-top: 15px; }

.reply {
  text-align: right;
  margin-bottom: 10px;
  font-family: "Verlag A", "Verlag B", sans-serif; }
  .reply a {
    text-decoration: none; }

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

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

/*--------------------------------------------------------------
>>> Modules, Groups of Elements (Header, Footer, etc. Event block)
---------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #ef7622; }
  a:visited {
    color: #ec6b11; }
  a:hover, a:focus, a:active {
    color: #d4600f; }

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.navigation a {
  text-decoration: none; }

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

body {
  border-top: 8px solid #ef7622; }

.site-header {
  position: relative;
  margin-top: 15px;
  z-index: 99; }

.site-branding {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-indent: -9999px; }
  .site-branding h1, .site-branding h2 {
    display: none; }

.header-logo {
  width: 200px;
  height: 97px;
  margin: 25px auto; }

/*------------------------------------------------------------
For Readers/Writers Navigation
-------------------------------------------------------------*/
.for-navigation {
  width: 100%;
  border-bottom: 3px double #8a8a8d;
  line-height: 0; }

.for-navigation > ul > li {
  display: inline-block;
  width: 49%;
  text-align: center; }

.menu-arrow {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 480px) {
    .menu-arrow {
      font-size: 18px;
      font-size: 1.125rem; } }

.for-navigation > ul > li > a {
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
  padding: 12px 20px;
  line-height: 1;
  color: #4c4c4c;
  display: inline-block; }

.for-navigation > ul > li > a:hover {
  color: #ef7622; }

.for-navigation > ul > li.for-open > a,
.for-navigation > ul > li.for-open > a:hover {
  color: #fff;
  background: #ef7622; }

/* sub-menu */
.for-navigation .for-sub {
  display: none;
  position: absolute;
  background: #ef7622;
  width: 100%;
  left: 0; }

.for-open .for-sub {
  display: block; }
  .for-open .for-sub a {
    color: white; }

.for-navigation .for-sub-inner:before,
.for-navigation .for-sub-inner:after {
  content: " ";
  display: table; }

.for-navigation .for-sub-inner:after {
  clear: both; }

.for-navigation .sub-menu {
  text-align: left;
  padding: 15px; }
  .for-navigation .sub-menu:after {
    content: " ";
    display: block;
    clear: both; }

.nav-thumbnail-wrapper {
  width: 65px;
  padding-right: 15px; }
  @media (min-width: 740px) {
    .nav-thumbnail-wrapper {
      width: 100px;
      padding-right: 25px; } }

.nav-thumbnail {
  border-radius: 50%; }

.for-navigation .sub-menu li {
  line-height: 1.5;
  padding: 10px;
  border-bottom: 1px solid #f2914d; }
  .for-navigation .sub-menu li:hover {
    background-color: #f1853a; }
  .for-navigation .sub-menu li:last-child {
    border-bottom: none; }
.for-navigation .sub-menu a {
  display: table; }
.for-navigation .sub-menu div {
  display: table-cell;
  vertical-align: middle; }
.for-navigation .sub-menu h4 {
  clear: none;
  margin: 0 0 3px 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 608px) {
    .for-navigation .sub-menu h4 {
      font-size: 16px;
      font-size: 1rem; } }

.nav-description {
  display: block;
  float: left;
  line-height: 1.3;
  font-size: 15px;
  font-size: 0.9375rem; }

@media (min-width: 740px) {
  .for-navigation .sub-menu li {
    width: 49.15254%;
    float: left; }
    .for-navigation .sub-menu li:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .for-navigation .sub-menu li:nth-child(2n + 2) {
      margin-left: 50.84746%;
      margin-right: -100%;
      clear: none; }
    .for-navigation .sub-menu li:nth-last-child(2):nth-child(odd) {
      border-bottom: none; } }

/* Breakpoints for Sub-Menu */
/* End Breakpoints for Sub-Menu*/
/*--------------------------------------------
Secondary Navigation
--------------------------------------------*/
#secondary-navigation {
  text-align: center;
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 1px; }
  #secondary-navigation .menu:after {
    content: " ";
    display: block;
    clear: both; }

#secondary-navigation li {
  display: inline-block;
  padding: 5px; }

/*------- combined breakpoints for header -------*/
@media (max-width: 374px) {
  .sub-menu .nav-thumbnail-wrapper {
    display: none !important; }

  .for-navigation .sub-menu {
    padding: 5px; } }
@media (max-width: 740px) {
  #secondary-navigation .menu {
    padding-right: 0; } }
@media (min-width: 400px) {
  /*
    .for-navigation > ul > li > a {
      @include font-size(2);
    }
  */
  #secondary-navigation {
    font-size: 12px;
    font-size: 0.75rem; }
    #secondary-navigation li {
      padding: 10px; } }
@media (min-width: 480px) {
  .menu-arrow {
    font-size: 18px;
    font-size: 1.125rem; }

  .for-navigation > ul > li > a {
    font-size: 24px;
    font-size: 1.5rem; } }
@media (min-width: 608px) {
  .menu-arrow {
    font-size: 24px;
    font-size: 1.5rem; }

  .for-navigation > ul > li > a {
    font-size: 32px;
    font-size: 2rem; }

  #secondary-navigation {
    font-size: 14px;
    font-size: 0.875rem; } }
@media (min-width: 740px) {
  .site-branding {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .header-logo {
    margin-left: 1.69492%;
    margin-right: 0; }

  .for-navigation {
    text-align: right;
    margin-top: -80px; }

  .for-navigation > ul > li {
    width: auto; }

  #secondary-navigation .menu {
    text-align: right;
    padding-right: 15px; }

  #secondary-navigation li {
    margin-left: 15px;
    padding: 5px; } }
@media (min-width: 896px) {
  .menu-arrow {
    font-size: 24px;
    font-size: 1.5rem; }

  .for-navigation > ul > li > a {
    font-size: 44px;
    font-size: 2.75rem; } }
.site-footer {
  width: 100%; }
  .site-footer .container {
    padding: 50px 0; }
  .site-footer nav a {
    color: white;
    display: block;
    margin-bottom: 10px; }
    .site-footer nav a:hover {
      color: #ef7622; }

/*mobile one column*/
.footer-social,
.footer-for-menu,
.footer-secondary-menu,
.footer-mission,
.logo-wrap,
.site-info {
  padding: 30px 6.77966% 0; }
  @media (min-width: 38em) {
    .footer-social,
    .footer-for-menu,
    .footer-secondary-menu,
    .footer-mission,
    .logo-wrap,
    .site-info {
      padding: 15px 0; } }

.footer-social {
  color: white; }
  @media (min-width: 48em) {
    .footer-social {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%; } }

.footer-social-icons {
  text-align: center; }
  @media (min-width: 900px) {
    .footer-social-icons {
      margin-bottom: -20px; } }

.social-icon {
  text-decoration: none;
  display: inline-block;
  width: 22%;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  color: white; }
  .social-icon:hover {
    color: #ef7622; }

.social-icon span {
  display: block;
  text-indent: -9999px; }

@media (min-width: 700px) {
  .footer-form {
    padding: 0 15px; } }
@media (max-width: 38em) {
  .site-footer nav a {
    margin-bottom: 3px; } }
.footer-for-menu > ul > li:first-of-type {
  margin-bottom: 30px; }

@media (min-width: 38em) {
  .footer-for-menu {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%; }
    .footer-for-menu > ul > li {
      width: 48.71795%;
      float: left;
      margin-right: 2.5641%; }
      .footer-for-menu > ul > li:last-of-type {
        float: right;
        margin-right: 0; } }
@media (min-width: 48em) {
  .footer-for-menu {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; }
    .footer-for-menu > ul > li {
      width: 48.27586%;
      float: left;
      margin-right: 3.44828%; } }

@media (min-width: 38em) {
  .footer-secondary-menu {
    width: 32.20339%;
    float: right;
    margin-right: 0; } }
@media (min-width: 48em) {
  .footer-secondary-menu {
    width: 23.72881%;
    float: right;
    margin-right: 0; } }

.footer-for-menu > ul > li > a,
.footer-secondary-menu {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  font-size: 1.375rem; }

.footer-mission {
  display: block;
  width: 100%;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
  color: #ef7622;
  clear: both; }
  @media (min-width: 52em) {
    .footer-mission {
      font-size: 32px;
      font-size: 2rem; } }

@media (min-width: 38em) {
  .logo-wrap {
    width: 32.20339%;
    float: left;
    margin-left: 0;
    margin-right: -100%; } }
@media (min-width: 48em) {
  .logo-wrap {
    width: 23.72881%;
    float: left;
    margin-left: 0;
    margin-right: -100%; } }

.footer-logo {
  width: 190px;
  height: 92px;
  margin-top: 25px;
  max-width: 100%; }

.site-info {
  color: white; }
  @media (min-width: 38em) {
    .site-info {
      margin-top: 32px;
      width: 66.10169%;
      float: left;
      margin-left: 33.89831%;
      margin-right: -100%; }
      .site-info .inprint-address {
        width: 35.89744%;
        float: left;
        margin-right: 2.5641%; }
      .site-info .copyright-info {
        width: 61.53846%;
        float: right;
        margin-right: 0; } }
  @media (min-width: 48em) {
    .site-info {
      width: 74.57627%;
      float: left;
      margin-left: 25.42373%;
      margin-right: -100%; }
      .site-info .inprint-address {
        width: 31.81818%;
        float: left;
        margin-right: 2.27273%; }
      .site-info .copyright-info {
        width: 65.90909%;
        float: right;
        margin-right: 0; } }

.page-header {
  margin-bottom: 35px; }

.page-header > div {
  padding: 25px; }

.page-title,
.page-intro {
  color: white; }

.page-title {
  font-size: 20px;
  font-size: 1.25rem; }

.header-overlay {
  background-color: #4c4c4c;
  background-color: rgba(48, 41, 34, 0.85); }

.page-header.no-background {
  background-color: #ef7622; }

@media (min-width: 480px) {
  .page-header > div {
    padding: 50px 6.77966% 25px; }

  .page-title {
    font-size: 22px;
    font-size: 1.375rem; } }
@media (min-width: 768px) {
  .page-header > div {
    width: 57.62712%; }

  .page-title {
    font-size: 26px;
    font-size: 1.625rem; } }
@media (min-width: 1000px) {
  .page-header > div {
    width: 49.15254%;
    margin-left: 8.47458%; }

  .page-title {
    font-size: 32px;
    font-size: 2rem; } }
.page-header + .entry-content {
  margin: 0 auto 20px auto; }
  @media (min-width: 768px) {
    .page-header + .entry-content {
      margin: 0 6.77966% 20px; } }
  @media (min-width: 1000px) {
    .page-header + .entry-content {
      margin: 0 15.25424% 20px; } }

.page-header:only-child {
  margin-bottom: 0; }

.page-template-video .page-header.no-background {
  background: none; }
  .page-template-video .page-header.no-background > div {
    padding: 0;
    margin: 25px auto 0;
    width: 100%; }
    @media (min-width: 768px) {
      .page-template-video .page-header.no-background > div {
        margin: 25px auto 0;
        width: 66.10169%; } }
  .page-template-video .page-header.no-background .page-title {
    color: #ef7622; }

.main-section {
  padding: 50px 0; }
  .main-section:first-of-type {
    padding-top: 0; }

.slider .text-content > div {
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(48, 41, 34, 0.85);
  color: white;
  padding: 1.5em;
  z-index: 2000; }
.slider .text-content h3 {
  margin: 0;
  font-size: 22px;
  font-size: 1.375rem; }
.slider .text-content p {
  margin: 1em 0; }
@media (max-width: 800px) {
  .slider .text-content h3 {
    font-size: 18px;
    font-size: 1.125rem; }
  .slider .text-content p {
    margin-top: 5px; } }
@media (min-width: 600px) {
  .slider .text-content a.white-button {
    position: absolute;
    bottom: 1.5em;
    right: 1.5em;
    left: 1.5em;
    text-align: center; } }

@media (min-width: 800px) {
  .slider .text-content > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40.67797%;
    height: 100%; } }
@media (min-width: 960px) {
  .slider .text-content > div {
    width: 32.20339%; } }
.slider .image-content {
  line-height: 0;
  max-height: 500px;
  overflow: hidden; }
  .slider .image-content img {
    width: 100%; }
  @media (max-width: 600px) {
    .slider .image-content img {
      width: 200% !important;
      max-width: none !important; } }

.owl-controls {
  text-align: center;
  margin-top: 10px; }

.owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life saver*/ }

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px;
  display: block;
  background-color: #dad6c6; }

.owl-dots .owl-dot.active span {
  background-color: #ef7622; }

.flexible-section {
  margin-bottom: 75px; }
  .flexible-section:after {
    content: " ";
    display: block;
    clear: both; }

/*------- text columns -------*/
@media (min-width: 700px) {
  .toggle-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid; }
    .toggle-columns > p {
      display: inline-block; } }
/*------- Subheading -------*/
.flex-subheading {
  text-align: center;
  margin: 35px; }

.section-text-wrap {
  margin: 0 auto 20px auto; }
  @media (min-width: 768px) {
    .section-text-wrap {
      margin: 0 6.77966% 20px; } }
  @media (min-width: 1000px) {
    .section-text-wrap {
      margin: 0 15.25424% 20px; } }

.button-group {
  text-align: center;
  margin-bottom: 25px; }

/*------- Callout/Paragraph Split Layout -------*/
.cp-split:after {
  content: " ";
  display: block;
  clear: both; }
.cp-split p:last-of-type {
  margin-bottom: 0; }

.cp-callout {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  color: #ef7622;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1em; }

@media (min-width: 700px) {
  .cp-callout {
    width: 31.03448%;
    float: left;
    margin-right: 3.44828%; }

  .cp-main {
    width: 65.51724%;
    float: right;
    margin-right: 0; } }
/*------- Callout -------*/
.callout-text {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ef7622; }
  @media (min-width: 768px) {
    .callout-text {
      font-size: 22px;
      font-size: 1.375rem; } }

/*------- Quote -------*/
.quote-text {
  font-size: 26px;
  font-size: 1.625rem;
  font-style: italic;
  color: #6bc1bf; }

.quote-author {
  text-align: right;
  display: block;
  font-family: "Verlag A", "Verlag B", sans-serif;
  color: #c4bda4; }

/*------- callout and quote shared styles -------*/
.callout-wrap,
.quote-wrap {
  margin-bottom: 25px;
  padding: 25px;
  display: block; }
  @media (min-width: 768px) {
    .callout-wrap,
    .quote-wrap {
      padding: 25px 6.77966%; } }
  @media (min-width: 1000px) {
    .callout-wrap,
    .quote-wrap {
      padding: 25px 15.25424%; } }

/*------- Gallery -------*/
.flex-gallery .gutter {
  width: 3.44828%; }
  @media (min-width: 650px) {
    .flex-gallery .gutter {
      width: 3.44828%; } }
  @media (min-width: 880px) {
    .flex-gallery .gutter {
      width: 1.69492%; } }

.flex-gallery-item {
  display: block;
  width: 48.27586%;
  margin-bottom: 3.44828%; }
  @media (min-width: 650px) {
    .flex-gallery-item {
      width: 31.03448%;
      margin-bottom: 3.44828%; } }
  @media (min-width: 880px) {
    .flex-gallery-item {
      width: 23.72881%;
      margin-bottom: 1.69492%; } }

/*------- slideshow -------*/
.flex-slideshow img {
  display: block;
  margin: 0 auto;
  max-height: 400px;
  width: auto; }

.flex-slideshow.owl-carousel {
  margin-top: 25px;
  margin-bottom: 25px; }
  .flex-slideshow.owl-carousel .owl-stage-outer {
    background-color: white; }
  @media (min-width: 650px) {
    .flex-slideshow.owl-carousel {
      width: 65.51724%;
      margin: 25px auto;
      display: block; } }
  .flex-slideshow.owl-carousel .owl-item img {
    width: auto !important; }

.flex-slideshow .owl-next {
  float: right; }

.flex-slideshow .owl-prev {
  float: left; }

.flex-slideshow .owl-controls {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  color: #ef7622;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem; }

/*------- Sponsor Logos -------*/
.sponsor-logo {
  max-width: 100%;
  display: inline-block;
  margin: 15px; }
  .sponsor-logo img {
    vertical-align: middle; }

.sponsors {
  margin: 0 auto;
  text-align: center;
  list-style: none;
  padding: 0; }

.gutter {
  width: 3.44828%; }
  @media (min-width: 900px) {
    .gutter {
      width: 1.69492%; } }

.content-grid:after {
  content: " ";
  display: block;
  clear: both; }

.content-grid-item,
.home-grid-item {
  padding: 25px;
  width: 100%;
  margin-bottom: 3.44828%; }
  @media (min-width: 640px) {
    .content-grid-item,
    .home-grid-item {
      width: 48.27586%; } }
  @media (min-width: 900px) {
    .content-grid-item,
    .home-grid-item {
      width: 32.20339%; }
      .content-grid-item.double-wide,
      .home-grid-item.double-wide {
        width: 66.10169%; }
        .content-grid-item.double-wide .button,
        .content-grid-item.double-wide .input[type="submit"],
        .home-grid-item.double-wide .button,
        .home-grid-item.double-wide .input[type="submit"] {
          display: inline-block;
          text-align: center;
          width: auto; } }

.home-grid-item-heading {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.3;
  display: block;
  border-bottom: 3px double #8a8a8d;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.home-grid-blog-wrapper h4 {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px; }

.content-grid-item,
.home-grid-item,
.video-grid-item {
  margin-bottom: 3.44828%; }
  @media (min-width: 900px) {
    .content-grid-item,
    .home-grid-item,
    .video-grid-item {
      margin-bottom: 1.69492%; } }
  .content-grid-item .button,
  .content-grid-item input[type="submit"],
  .home-grid-item .button,
  .home-grid-item input[type="submit"],
  .video-grid-item .button,
  .video-grid-item input[type="submit"] {
    display: block;
    text-align: center;
    width: 100%; }
  .content-grid-item p:last-child, .content-grid-item h3:last-child,
  .home-grid-item p:last-child,
  .home-grid-item h3:last-child,
  .video-grid-item p:last-child,
  .video-grid-item h3:last-child {
    margin-bottom: 0; }

.content-grid-item h3 {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px; }

.home-flexible-grid {
  background-color: #eceae2; }

.home-grid-thumb-wrapper img {
  display: block;
  border-bottom: 5px solid #ef7622; }

.home-grid-item-heading {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  border-bottom: 3px double #8a8a8d;
  padding-bottom: 10px; }

.event-grid-single,
.content-grid-item,
.home-grid-item,
.video-grid-item {
  background-color: white;
  -webkit-transition: 0.25s box-shadow ease;
          transition: 0.25s box-shadow ease; }
  .event-grid-single:hover,
  .content-grid-item:hover,
  .home-grid-item:hover,
  .video-grid-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); }

/*------- home grid -------*/
.question h3 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
  display: inline;
  letter-spacing: 0; }

.quizArea {
  margin-bottom: none; }

/*------- Video Grid -------*/
.video-grid-item {
  padding: 0; }
  @media (min-width: 640px) {
    .video-grid-item {
      width: 48.27586%; } }
  @media (min-width: 900px) {
    .video-grid-item {
      width: 49.15254%;
      margin-bottom: 1.69492%; } }

.video-grid-item-details {
  border-top: 5px solid #6bc1bf;
  padding: 0 25px 25px 25px; }

.video-heading {
  margin-top: 15px; }

.video-description {
  clear: both; }

.video-grid-item .date-ribbon {
  background-color: #6bc1bf; }
  .video-grid-item .date-ribbon:after, .video-grid-item .date-ribbon:before {
    border-top-color: #6bc1bf; }

/*------- Event Grid -------*/
.event-grid:after {
  content: " ";
  display: block;
  clear: both; }
.event-grid .event-grid-single {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  background-color: white; }
  .event-grid .event-grid-single .event-grid-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .event-grid .event-grid-single:after {
    content: " ";
    display: block;
    clear: both; }
  .event-grid .event-grid-single .date-ribbon {
    margin-left: 15px; }
  .event-grid .event-grid-single img {
    width: 100%;
    border-bottom: 5px solid #ef7622;
    display: block; }
  .event-grid .event-grid-single h3 {
    clear: none !important;
    margin: 15px;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .event-grid .event-grid-single h3 a {
      text-decoration: none; }
  @media (min-width: 500px) {
    .event-grid .event-grid-single {
      width: 48.27586%;
      float: left; }
      .event-grid .event-grid-single:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .event-grid .event-grid-single:nth-child(2n + 2) {
        margin-left: 51.72414%;
        margin-right: -100%;
        clear: none; }
      .event-grid .event-grid-single h3 {
        font-size: 16px;
        font-size: 1rem; } }
  @media (min-width: 768px) {
    .event-grid .event-grid-single {
      width: 32.20339%;
      float: left; }
      .event-grid .event-grid-single:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .event-grid .event-grid-single:nth-child(3n + 2) {
        margin-left: 33.89831%;
        margin-right: -100%;
        clear: none; }
      .event-grid .event-grid-single:nth-child(3n + 3) {
        margin-left: 67.79661%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 1000px) {
    .event-grid .event-grid-single {
      font-size: 18px;
      font-size: 1.125rem; } }
  .event-grid .event-grid-single .start-time {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    margin: -10px 15px 15px; }

.home-calendar-button {
  text-align: center; }

/*------- Workshop Grid -------*/
.workshop-grid-single {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 25px;
  margin-bottom: 25px;
  border-top: 7px solid #6bc1bf; }
  .workshop-grid-single:after {
    content: " ";
    display: block;
    clear: both; }

.course-name h2 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 1px; }

.course-day {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 2px; }

.course-date {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3; }

.course-time {
  font-size: 20px;
  font-size: 1.25rem; }

.course-day,
.course-time {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  line-height: 1.3; }

.course-cost {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Verlag A", "Verlag B", sans-serif; }

.course-info {
  margin-bottom: 15px; }

@media (max-width: 700px) {
  .course-button {
    margin-bottom: 15px; } }
.workshop-instructor-bio {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Verlag A", "Verlag B", sans-serif; }

#tribe-bar-form {
  position: relative;
  margin-top: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

#tribe-bar-collapse-toggle {
  display: none;
  float: left;
  padding: 20px;
  background-color: #ef7622;
  color: white; }
  #tribe-bar-collapse-toggle.tribe-bar-filters-open {
    background-color: #ef7622;
    color: white; }
  @media (min-width: 890px) {
    #tribe-bar-collapse-toggle {
      display: none; } }

.tribe-bar-collapse #tribe-bar-collapse-toggle,
.tribe-bar-mini #tribe-bar-collapse-toggle {
  display: block;
  width: 60%; }

#tribe-bar-form.tribe-bar-collapse #tribe-bar-views + .tribe-bar-filters {
  display: none; }

#tribe-bar-form.tribe-bar-full .tribe-bar-filters {
  display: block !important; }

.tribe-bar-filters {
  color: white;
  background-color: #ef7622; }

#tribe-bar-views {
  float: left;
  margin: 0; }

.tribe-bar-views-select {
  display: none; }

#tribe-bar-collapse-toggle,
#tribe-bar-views label {
  font-family: "Verlag A", "Verlag B", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px; }

#tribe-bar-views {
  width: 40%;
  position: relative;
  bottom: 0; }
  @media (min-width: 890px) {
    #tribe-bar-views {
      width: 20%;
      float: right; }
      #tribe-bar-views .tribe-bar-views-inner {
        padding-bottom: 43px;
        padding-top: 6px; } }
  #tribe-bar-views label {
    padding-left: 15px;
    position: relative;
    top: 3px; }

#tribe-bar-views,
.tribe-bar-views-list {
  background-color: white; }

.tribe-bar-views-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  padding-left: 15px;
  padding-bottom: 10px;
  z-index: 90; }
  .tribe-bar-views-list li {
    padding: 5px 5px 5px 0;
    display: none; }
    .tribe-bar-views-list li a {
      text-decoration: none;
      color: #4c4c4c; }
      .tribe-bar-views-list li a:hover {
        color: #ef7622; }
    .tribe-bar-views-list li.tribe-bar-active {
      display: list-item;
      padding: 0; }
      @media (min-width: 890px) {
        .tribe-bar-views-list li.tribe-bar-active {
          margin-top: 7px; } }
    .tribe-bar-views-open .tribe-bar-views-list li {
      display: list-item; }

.tribe-bar-filters {
  clear: both; }
  @media (min-width: 890px) {
    .tribe-bar-filters {
      clear: none;
      width: 80%;
      float: left;
      position: relative; }
      .tribe-bar-filters > div > div {
        width: 25%;
        float: left;
        padding: 0 0 0 10px; }
        .tribe-bar-filters > div > div:last-of-type {
          padding-right: 10px;
          position: absolute;
          bottom: 6px;
          right: 0; } }
  .tribe-bar-filters label, .tribe-bar-filters input {
    display: block;
    width: 95%;
    margin: 7px auto 2px; }
  .tribe-bar-filters label {
    text-transform: uppercase;
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-weight: 400;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 2px; }
  .tribe-bar-filters input {
    background-color: #f8c099;
    margin-bottom: 10px;
    margin-top: 3px; }

.tribe-bar-submit .tribe-events-button {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  padding: 10px 25px;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  -webkit-transition: .25s all ease;
          transition: .25s all ease;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1.1;
  border: 3px double white;
  text-decoration: none;
  color: white;
  background-color: transparent;
  display: block;
  width: 95%;
  margin: 2.5% auto; }
  .tribe-bar-submit .tribe-events-button:visited {
    color: white; }
  .tribe-bar-submit .tribe-events-button:hover, .tribe-bar-submit .tribe-events-button:focus {
    color: white;
    background-color: white; }
  .tribe-bar-submit .tribe-events-button:hover, .tribe-bar-submit .tribe-events-button:focus {
    color: #ef7622;
    background-color: white; }

#tribe_events_filters_wrapper {
  margin-top: 15px !important; }

#tribe_events_filters_toggle {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  padding: 10px 25px;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  -webkit-transition: .25s all ease;
          transition: .25s all ease;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1.1;
  border: 3px double #8a8a8d;
  text-decoration: none;
  color: #8a8a8d;
  background-color: transparent; }
  #tribe_events_filters_toggle:visited {
    color: #8a8a8d; }
  #tribe_events_filters_toggle:hover, #tribe_events_filters_toggle:focus {
    color: white;
    background-color: #8a8a8d; }

.tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-vertical {
  margin-top: 15px !important; }

.tribe-events-filter-view.tribe-filters-closed #page #tribe_events_filters_wrapper #tribe_events_filters_toggle {
  width: auto; }

/*------- Tweet Slider -------*/
.fetch-tweets-item {
  padding: 0 6.77966%; }

.fetch-tweets-heading {
  text-align: center; }
  .fetch-tweets-heading .fetch-tweets-profile-image {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px; }
  .fetch-tweets-heading .fetch-tweets-user-name {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: 10px; }
  .fetch-tweets-heading .fetch-tweets-tweet-created-at {
    display: block;
    margin: 10px 0; }

.widget-title {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 3px double #4c4c4c;
  padding-bottom: 5px; }

.widget {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: white;
  padding: 15px; }

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget li {
  margin-bottom: 5px; }

.widget input {
  width: 90%; }

/*--------------------------------------------------------------
>>> Layouts/Templates. This is where it all comes together. 
---------------------------------------------------------------*/
/* Events Calendar */
.tribe-events-list-separator-month {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800; }

@media (min-width: 1000px) {
  .tribe-filters-closed .list-event-content-wrapper {
    width: 74.57627%;
    margin: 0 auto; } }
.list-event-content-wrapper {
  padding-top: 15px;
  border-top: 7px solid #6bc1bf; }
  .list-event-content-wrapper .date-ribbon {
    margin-top: -15px;
    padding-top: 15px; }
  .list-event-content-wrapper:after {
    content: " ";
    display: block;
    clear: both; }

.list-event-thumbnail {
  float: left;
  width: 23.72881%;
  margin-right: 1.69492%; }

.tribe-events-event-image {
  float: left;
  margin-right: 15px; }

.tribe-events-list-event-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px; }
  @media (max-width: 600px) {
    .tribe-events-list-event-title {
      font-size: 18px;
      font-size: 1.125rem; } }

.tribe-events-list .tribe-events-list-event-description {
  clear: none !important;
  margin-top: 0 !important; }

@media (min-width: 750px) {
  .list-event-ribbon-wrapper {
    width: 9.09091%;
    float: left;
    margin-right: 2.27273%; }
    .list-event-ribbon-wrapper + div {
      width: 88.63636%;
      float: right;
      margin-right: 0; } }
.time-details {
  font-size: 24px;
  font-size: 1.5rem; }

.tribe-events-list .date-ribbon {
  background-color: #6bc1bf; }
  .tribe-events-list .date-ribbon:after, .tribe-events-list .date-ribbon:before {
    border-top-color: #6bc1bf; }

.tribe-events-gmap {
  margin-left: 10px; }

#tribe-events-content table.tribe-events-calendar {
  font-size: 14px !important;
  border-top: 5px solid #ef7622; }
  #tribe-events-content table.tribe-events-calendar td {
    font-size: 14px !important; }

#tribe-events-content .tribe-events-calendar .tribe-events-tooltip {
  padding: 10px; }
  #tribe-events-content .tribe-events-calendar .tribe-events-tooltip h4.entry-title {
    font-size: 16px;
    font-size: 1rem; }
  #tribe-events-content .tribe-events-calendar .tribe-events-tooltip .duration, #tribe-events-content .tribe-events-calendar .tribe-events-tooltip p.entry-summary {
    font-size: 13px;
    font-size: 0.8125rem; }

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-daynum-"],
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800; }

.tribe-events-calendar thead {
  background-color: #fafaf8; }
.tribe-events-calendar th {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 7px 0; }
.tribe-events-calendar tbody {
  background-color: white; }

.tribe-events-grid {
  background-color: white;
  border: 1px solid #eceae2;
  border-top: 5px solid #ef7622; }

#tribe-events-content .tribe-events-grid .tribe-events-tooltip {
  padding: 10px; }
  #tribe-events-content .tribe-events-grid .tribe-events-tooltip h4.entry-title {
    font-size: 16px;
    font-size: 1rem; }
  #tribe-events-content .tribe-events-grid .tribe-events-tooltip .duration, #tribe-events-content .tribe-events-grid .tribe-events-tooltip p.entry-summary {
    font-size: 13px;
    font-size: 0.8125rem; }

#tribe-events-content .tribe-grid-body .tribe-events-tooltip .tribe-events-arrow {
  left: -21px; }

#tribe-events-content .tribe-grid-body .tribe-events-right .tribe-events-tooltip .tribe-events-arrow {
  right: -21px;
  left: auto; }

#tribe-events-content .tribe-grid-header, #tribe-events-content .tribe-grid-header .column a {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  color: #4c4c4c; }

.tribe-events-grid .type-tribe_events h3.entry-title {
  background-color: white;
  border-top: 5px solid #ef7622;
  font-size: 16px;
  font-size: 1rem;
  box-shadow: 0 0 5px rgba(138, 138, 141, 0.5); }

.tribe-events-photo-event-wrap {
  background-color: white;
  box-shadow: 0 0 10px rgba(138, 138, 141, 0.25);
  border-top: 5px solid #ef7622;
  padding: 15px; }

.single-event-header {
  border-bottom: 5px solid #ef7622;
  position: relative;
  background-color: white; }
  .single-event-header:after {
    content: " ";
    display: block;
    clear: both; }
  .single-event-header .event-image img {
    display: block; }
  .single-event-header .event-header-info {
    margin-top: 15px;
    padding: 0 15px; }
  .single-event-header h1 {
    margin-bottom: 1.69%;
    font-size: 20px;
    font-size: 1.25rem; }
  @media (min-width: 600px) {
    .single-event-header .event-image {
      width: 32.20339%;
      float: left;
      margin-right: 1.69492%; }
    .single-event-header .event-header-info {
      width: 66.10169%;
      float: right;
      margin-right: 0;
      margin-top: 0;
      padding: 0; }
    .single-event-header .event-title {
      position: absolute;
      bottom: 0; }
    .single-event-header h1 {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (min-width: 768px) {
    .single-event-header h1 {
      font-size: 26px;
      font-size: 1.625rem; }
    .single-event-header .event-categories {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.3; } }
  @media (min-width: 1000px) {
    .single-event-header h1 {
      font-size: 36px;
      font-size: 2.25rem; } }

.event-meta-wrapper {
  background-color: #fafaf8;
  padding: 15px; }

@media (min-width: 600px) {
  .event-description-wrapper {
    width: 67.79661%;
    float: right;
    padding: 0 1.69492%;
    background-color: white; }

  .event-meta-wrapper {
    width: 32.20339%;
    float: left; } }
.bio-wrapper:after {
  content: " ";
  display: block;
  clear: both; }

.bio h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 1.25rem; }

@media (max-width: 479px) {
  .bio-image {
    float: left;
    width: 33%;
    margin-right: 15px; } }
@media (min-width: 480px) {
  .bio-image {
    width: 23.07692%;
    float: left;
    margin-right: 2.5641%; }

  .bio-image + .bio {
    display: block;
    width: 74.35897%;
    float: right;
    margin-right: 0; } }
.event-meta-wrapper .tribe-events-event-meta:first-child {
  border-top: none; }

.event-time,
.course-schedule,
.course-info {
  margin-top: 15px; }
  .event-time span,
  .course-schedule span,
  .course-info span {
    display: block;
    line-height: 1.3; }

.course-schedule {
  margin-bottom: 15px; }

.event-day {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 1.25rem; }

.event-date {
  font-size: 36px;
  font-size: 2.25rem; }
  .course-schedule .event-date {
    font-size: 32px;
    font-size: 2rem; }

.event-start-time {
  font-size: 26px;
  font-size: 1.625rem; }

.event-day,
.event-start-time,
.event-hours {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800; }

.event-running {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1; }

.single-tribe_events .event-meta-wrapper .tribe-events-venue-map {
  width: 100%; }

.event-meta-wrapper .tribe-events-single-section-title {
  color: #4c4c4c;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 3px;
  border-bottom: 3px double #4c4c4c; }

.single-tribe_events .event-meta-wrapper .tribe-events-single-section {
  margin: 0; }
.single-tribe_events .event-meta-wrapper .tribe-events-meta-group {
  margin-bottom: 2em; }

.event-meta-wrapper dd {
  margin: 0; }

.event-venue a {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none; }

.event-venue,
.event-address,
.event-gmap-link {
  display: block; }

.tribe-events-gcal {
  margin-right: 10px; }

.tribe-events-promo {
  clear: both;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px; }

.tribe-related-events-title {
  font-size: 18px;
  font-size: 1.125rem; }

.single-tribe_events .tribe-events-single-event-description {
  margin-bottom: 15px !important; }

.sold-out-notice {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #ef7622;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: block; }

.tickets-anchor:before,
.tickets-anchor::before {
  content: "";
  display: inline-block;
  height: 180px;
  margin: -180px 0 0; }

@media (min-width: 768px) {
  .about-content-area .section-content {
    margin: 0 auto;
    padding: 0 6.77966%; } }
@media (min-width: 1000px) {
  .about-content-area .section-content {
    padding: 0 15.25424%; } }
.about-content-area .section-content:after {
  content: " ";
  display: block;
  clear: both; }

.staff-info {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%; }

.staff-list {
  width: 66.10169%;
  float: right;
  margin-right: 0; }
  .staff-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .staff-list li {
    margin-bottom: 15px; }

.staff-name {
  display: block; }
  .staff-name a {
    text-decoration: none; }

.staff-title {
  font-family: "Verlag A", "Verlag B", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 10px; }

.staff-extension {
  display: inline-block;
  line-height: 10px; }

@media (min-width: 700px) {
  .board-section {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; } }
.board-section:last-of-type {
  float: right;
  margin-right: 0; }

@media (min-width: 768px) {
  .blog .content-area, .single .content-area {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%; }
  .blog .widget-area, .single .widget-area {
    width: 23.72881%;
    float: right;
    margin-right: 0; } }

.post {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: 5px solid #ef7622;
  padding: 0 15px 45px 0;
  background-color: white; }
  .post:after {
    content: " ";
    display: block;
    clear: both; }

.blog-logo {
  margin: 30px auto 10px;
  display: block; }
  @media (min-width: 540px) {
    .blog-logo {
      float: right;
      margin: 25px 25px 25px 25px; } }

.post-info {
  background-color: #fafaf8;
  padding: 0 15px 15px; }

@media (min-width: 600px) {
  .post-info {
    width: 20.45455%;
    float: left;
    margin-right: 2.27273%; }
    .post-info + .entry-content {
      width: 77.27273%;
      float: right;
      margin-right: 0; }

  .entry-header {
    width: 77.27273%;
    float: right;
    margin-right: 0; } }
.entry-header .entry-title {
  margin-top: .5em; }
  @media (max-width: 768px) {
    .entry-header .entry-title {
      font-size: 24px;
      font-size: 1.5rem; } }

@media (max-width: 600px) {
  .entry-header,
  .entry-content {
    margin-left: 15px; } }
.post-info .post-date {
  float: left; }

@media (min-width: 600px) {
  .post-info .post-date {
    float: right;
    margin-right: 0;
    margin-left: 15px; } }
.post-author,
.post-tags,
.post-comments {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 600px) {
    .post-author,
    .post-tags,
    .post-comments {
      text-align: right; } }
  .post-author a,
  .post-tags a,
  .post-comments a {
    text-decoration: none; }

.post-author {
  clear: right;
  padding-top: 10px; }

.post-tags ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.post-tags li {
  line-height: 1.2;
  margin-bottom: 7px; }

@media (max-width: 600px) {
  .post-tags li {
    display: inline;
    padding-right: 7px; }
    .post-tags li:last-of-type {
      padding-right: 0; } }
footer.entry-footer {
  clear: both; }

.home .owl-nav {
  display: none; }

.home-announcement {
  text-align: center;
  margin: 25px auto 50px; }
  @media (min-width: 769px) {
    .home-announcement > * {
      margin-left: 6.77966%;
      margin-right: 6.77966%; } }

.announcement-text {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
  color: #ef7622;
  font-style: italic; }
  @media (min-width: 500px) {
    .announcement-text {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media (min-width: 769px) {
    .announcement-text {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media (min-width: 1000px) {
    .announcement-text {
      font-size: 34px;
      font-size: 2.125rem; } }

.hashtag {
  display: block;
  text-align: center;
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: -.75em; }

.twitter-slider .fetch-tweets-heading {
  line-height: 1.5 !important; }

/*------- Quiz widget -------*/
/* These are hacky but just need them to be close in style. */
.quizName {
  display: none !important; }

.quizArea {
  margin-bottom: 0 !important; }

.question h3 p {
  margin: 10px 0 !important; }

.answers {
  margin-left: 0 !important; }

.answers label {
  margin-left: 10px;
  font-family: "Alegreya", serif;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 14px;
  font-size: 0.875rem; }

.slickQuizWrapper a.button {
  border-radius: 0 !important;
  padding: 10px 15px !important;
  background-color: #ef7622 !important; }
  .slickQuizWrapper a.button:hover {
    background-color: #d76a1e !important; }
