@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Montserrat:400,700|Source+Sans+Pro:400,400i,700,700i,900');
/* Contents
==================================================
- Colors & Fonts
- Homepage
- Gravity Forms
- Theme Layout
- Dropdown Menu
- Archives
- Author Bio
- Sidebars
- Animations
- Parallax
- Responsive (include)
*/
/* Variables
================================================== */
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -moz-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -moz-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -moz-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -o-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -o-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -o-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -o-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -o-transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/*
 * animate.less v1.0.4 | animateforless.com
 *
 * -----------------------------------------------------------------------------
 *
 * The MIT License (MIT)
 *
 * Copyright (c) 2014-2016 Carlos M. Bonilla
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy of
 * this software and associated documentation files (the "Software"), to deal in
 * the Software without restriction, including without limitation the rights to
 * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
 * the Software, and to permit persons to whom the Software is furnished to do so,
 * subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
 * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
/*
********************************************************************************
**                                                                            **
**                      LESS ANIMATION FRAMEWORK                              **
**                                                                            **
********************************************************************************
*/
/* Contents
==================================================
- Galleries
- Tables
- Buttons 
- Forms
- Content Layout
- WordPress Generated Elements & Classes
- Standard HTML tags
- Editor Overrides
*/
/* Galleries
================================================== */
.gallery {
  width: 100% !important;
  margin: 0 -2px;
}
.gallery .gallery-item {
  padding: 0;
  float: none;
  margin: 0 2px 15px;
}
.gallery.gallery-columns-1 > .gallery-item {
  width: 100%;
  margin: 0;
}
.gallery.gallery-columns-2 > .gallery-item {
  width: calc(100% / 2 - 4px);
}
.gallery.gallery-columns-3 > .gallery-item {
  width: calc(100% / 3 - 4px);
}
.gallery.gallery-columns-4 > .gallery-item {
  width: calc(100% / 4 - 4px);
}
.gallery.gallery-columns-5 > .gallery-item {
  width: calc(100% / 5 - 4px);
}
.gallery.gallery-columns-6 > .gallery-item {
  width: calc(100% / 6 - 4px);
}
.gallery.gallery-columns-7 > .gallery-item {
  width: calc(100% / 7 - 4px);
}
.gallery.gallery-columns-8 > .gallery-item {
  width: calc(100% / 8 - 4px);
}
.gallery.gallery-columns-9 > .gallery-item {
  width: calc(100% / 9 - 4px);
}
.gallery .gallery-icon > a {
  border-bottom: none !important;
  display: block;
}
.gallery .gallery-icon img {
  display: block;
}
.gallery .gallery-caption {
  display: none;
}
.gallery.masonry img {
  width: 100% !important;
  height: auto;
}
.gallery a:hover {
  opacity: 0.6;
}
.gallery:not(.masonry) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.gallery:not(.masonry) .gallery-icon img {
  width: auto;
  /*max-height: 100px; max-width: 90%;*/
  height: auto;
  margin: 0 auto;
}
/* #footerbar img {
	max-height: 4.5rem;
} */
/* Tables
================================================== */
table {
  border-color: #ddd !important;
  font-size: 0.9rem;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
table th,
table td {
  padding: 0.75rem 1rem;
  border: 1px solid;
  position: relative;
}
table th:nth-child(even):before,
table td:nth-child(even):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.03;
}
table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
table th[scope="row"] {
  text-align: right;
}
/* Buttons 
================================================== */
.btn,
button,
input[type="submit"],
input[type="button"] {
  border-radius: 2px;
  text-transform: uppercase;
  border: none !important;
  box-shadow: none;
  text-shadow: none;
  padding: 0.625rem 1.5rem;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  filter: none !important;
  display: inline-block;
  font-size: 1rem;
}
/* Forms
================================================== */
input:not([type="submit"]):not([type="button"]),
textarea,
select {
  border: 1px solid #ddd;
  padding: calc(0.625rem - 2px) calc(1.5rem - 2px);
  line-height: 1rem;
}
/* Content Layout
================================================== */
html {
  font-size: 16px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
body,
b,
strong,
em,
cite,
.mceContentBody blockquote,
address,
tr th,
.wp-caption,
.wp-caption .wp-caption-text,
.wp-caption-dd {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
body {
  padding: 0;
  margin: 0;
  color: #292423;
}
p {
  margin: 0 0 1.5rem;
  word-break: break-word;
}
p,
table {
  line-height: 1.5;
}
a {
  text-decoration: none;
}
h1,
h2,
h3 {
  margin: 0 0 1.5rem;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 1rem;
}
h1 {
  font-size: 3.125rem;
  position: relative;
  line-height: 1;
}
h1 em {
  font-family: 'Great Vibes', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  color: #a41d21;
  font-size: 1.2em;
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: -0.15em;
}
h1 strong {
  font-family: inherit;
  font-weight: normal;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 1.3125rem;
  margin-bottom: 1rem;
}
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: none;
  padding-top: 0;
  margin-bottom: 0;
}
h6 {
  font-style: italic;
}
.nowrap {
  white-space: nowrap;
}
img {
  max-width: 100%;
  height: auto;
}
#tinymce ul:not(.gform_fields),
#primary ul:not(.gform_fields),
#tinymce ol,
#primary ol {
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding-left: 0.75rem;
}
#tinymce ul:not(.gform_fields) li,
#primary ul:not(.gform_fields) li,
#tinymce ol li,
#primary ol li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.25rem;
}
#tinymce ul:not(.gform_fields) li:last-child,
#primary ul:not(.gform_fields) li:last-child,
#tinymce ol li:last-child,
#primary ol li:last-child {
  margin-bottom: 0;
}
#tinymce ul:not(.gform_fields) li:before,
#primary ul:not(.gform_fields) li:before,
#tinymce ol li:before,
#primary ol li:before {
  content: '\2022';
  position: absolute;
  top: 0;
}
#tinymce ul:not(.gform_fields) ul,
#primary ul:not(.gform_fields) ul,
#tinymce ol ul,
#primary ol ul,
#tinymce ul:not(.gform_fields) ol,
#primary ul:not(.gform_fields) ol,
#tinymce ol ol,
#primary ol ol {
  margin: 0.25rem 0 0.25rem 0.5rem;
}
#tinymce ul li:before,
#primary ul li:before {
  font-size: 0.8rem;
  line-height: 1.5em;
  left: -0.75rem;
}
#tinymce ol,
#primary ol {
  counter-reset: item;
}
#tinymce ol > li:before,
#primary ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  right: 100%;
  margin-right: 0.25rem;
}
#tinymce ol ol > li:before,
#primary ol ol > li:before {
  content: counter(item, lower-alpha) ". ";
}
#tinymce ol ol ol > li:before,
#primary ol ol ol > li:before {
  content: counter(item, lower-roman) ". ";
}
[class^="cols_"],
[class*=" cols_"] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
[class^="cols_"] > h2,
[class*=" cols_"] > h2 {
  width: 100% !important;
}
[class^="cols_"] > *,
[class*=" cols_"] > * {
  margin: 0 0.5rem 1rem;
}
[class^="cols_"].cols_1 > *,
[class*=" cols_"].cols_1 > * {
  width: 100%;
  margin: 0;
}
[class^="cols_"].cols_2 > *,
[class*=" cols_"].cols_2 > * {
  width: calc(100% / 2 - 1rem);
}
[class^="cols_"].cols_3 > *,
[class*=" cols_"].cols_3 > * {
  width: calc(100% / 3 - 1rem);
}
[class^="cols_"].cols_4 > *,
[class*=" cols_"].cols_4 > * {
  width: calc(100% / 4 - 1rem);
}
[class^="cols_"].cols_5 > *,
[class*=" cols_"].cols_5 > * {
  width: calc(100% / 5 - 1rem);
}
[class^="cols_"].cols_6 > *,
[class*=" cols_"].cols_6 > * {
  width: calc(100% / 6 - 1rem);
}
[class^="cols_"].flex_width > *,
[class*=" cols_"].flex_width > * {
  width: calc(100% - 5rem);
}
.sep {
  width: 3rem;
}
/* WordPress Generated Elements & Classes
================================================== */
.alignnone {
  margin: 0 0 1rem;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 1.5rem;
}
.alignright {
  float: right;
  margin: 0.25rem 0 1rem 1rem;
}
.alignleft {
  float: left;
  margin: 0.25rem 1rem 1rem 0;
}
a img.alignright {
  float: right;
  margin: 0.25rem 0 1rem 1rem;
}
a img.alignnone {
  margin: 0.25rem 1rem 1rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.25rem 1rem 1rem 0;
}
a img.aligncenter {
  display: block;
  margin: 0 auto 1rem;
}
.wp-caption {
  max-width: 100% !important;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.wp-caption p {
  margin-bottom: 0;
}
.wp-caption.alignnone {
  margin: 0.25rem 1rem 1rem 0;
}
.wp-caption.alignleft {
  margin: 0.25rem 1rem 1rem 0;
}
.wp-caption.alignright {
  margin: 0.25rem 0 1rem 1rem;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 auto 0.25rem;
  max-width: 100%;
  padding: 0;
  width: auto;
  display: block;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
  font-size: 0.8rem;
  margin: 0;
  padding: 0.25rem;
  white-space: normal;
  background: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.125);
}
hr {
  border: none;
  height: 1px;
  margin-bottom: 1.5rem;
}
blockquote {
  border-left: none;
  margin: 0 0 1rem;
  text-align: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-left-width: 4px;
  position: relative;
  overflow: hidden;
}
blockquote:before {
  font-style: normal;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 17rem;
  opacity: 0.075;
  position: absolute;
  content: '\201C';
  top: -3.75rem;
  left: -0.75rem;
  line-height: 1.15;
}
blockquote p {
  margin-bottom: 1.0rem;
  position: relative;
  z-index: 9;
}
blockquote footer,
blockquote cite {
  font-size: 0.8rem;
}
blockquote footer:before,
blockquote cite:before {
  content: '';
  display: block;
  width: 15%;
  border-bottom: 1px solid #ddd;
  margin: 1rem auto 0.5rem;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote.alignleft,
blockquote.alignright {
  width: 25%;
  text-align: left;
}
blockquote.alignleft footer:before,
blockquote.alignright footer:before,
blockquote.alignleft cite:before,
blockquote.alignright cite:before {
  margin: 1rem 0 0.5rem;
}
blockquote.alignleft {
  float: left;
  margin-right: 1rem;
}
blockquote.alignright {
  float: right;
  margin-left: 1rem;
}
/* Standard HTML tags
================================================== */
address {
  font-style: italic;
  margin-bottom: 1rem;
}
abbr,
acronym {
  text-decoration: none;
  border-bottom: 1px dotted #292423;
  font-weight: bold;
}
big {
  font-size: 1.25em;
}
cite,
var,
blockquote footer {
  font-size: 0.8em;
  opacity: 0.75;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
code,
kbd,
tt {
  display: inline-block;
  vertical-align: baseline;
}
code,
kbd,
pre,
tt {
  color: #888;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.125em 0.25em;
  font-size: 0.8em;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
pre {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
}
del,
strike {
  text-decoration: line-through;
  opacity: 0.5;
}
em,
dt {
  font-style: italic;
}
q {
  font-style: italic;
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
strong,
b,
dt {
  font-weight: bold;
}
sub,
sup {
  font-size: 0.75em;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: sup;
}
dd {
  margin-bottom: 1rem;
}
ifram {
  display: block;
}
/* Editor Overrides
================================================== */
#tinymce {
  padding: 1rem 2rem!important;
}
#tinymce a {
  color: #999;
  text-decoration: underline;
}
#tinymce a:hover {
  color: #000;
}
#tinymce li:before {
  color: #ccc;
}
#tinymce .btn,
#tinymce button,
#tinymce input[type="submit"],
#tinymce input[type="button"] {
  text-decoration: none;
  color: #fff;
  background: #ccc;
  padding: 0.625rem 1.5rem!important;
  border-radius: 3px;
}
#tinymce .btn:hover,
#tinymce button:hover,
#tinymce input[type="submit"]:hover,
#tinymce input[type="button"]:hover {
  background: #000;
  color: #fff;
}
#tinymce .btn[data-mce-selected],
#tinymce button[data-mce-selected],
#tinymce input[type="submit"][data-mce-selected],
#tinymce input[type="button"][data-mce-selected] {
  background: #008ec2;
  box-shadow: none;
}
#tinymce svg,
#tinymce img[src$=".svg"] {
  max-height: 300px;
  max-width: 300px;
}
.mce-item-table,
.mce-item-table td,
.mce-item-table th,
.mce-item-table caption {
  border: 1px solid #ddd;
}
.mce-item-table th:not([scope="row"]) {
  background: #ddd;
  border-color: #ccc;
}
.mce-item-table th[scope="row"] {
  text-align: right;
}
/* Page Builder
================================================== */
.editor_pagebuilder #primary {
  padding-bottom: 0;
}
.editor_pagebuilder .site-content > .grid_12_of_12 > article {
  margin-bottom: 0;
}
body .gform_wrapper br {
  display: none;
}
body .gform_wrapper p {
  margin: 0;
  display: inline;
  line-height: 1px;
}
body .gform_wrapper p label {
  line-height: normal;
}
body .gform_wrapper .gform_fields {
  font-size: 0;
}
body .gform_wrapper .gform_fields li {
  font-size: 1rem;
}
/* Colors & Fonts
================================================== */
#headerbar {
  background: #a41d21;
  color: #fff;
  font-size: 0.85rem;
}
#headercontainer {
  background: rgba(0, 0, 0, 0.52);
}
#inner_header {
  font-size: 0.85rem;
  color: #fff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
  color: #a41d21;
}
h2.entry-title {
  text-transform: none;
  font-size: 1.5rem;
}
.lightTxt p,
.lightTxt h1,
.lightTxt h1 em,
.lightTxt h2,
.lightTxt h3,
.lightTxt h4,
.lightTxt h5,
.lightTxt h6,
.lightTxt li {
  color: #fff;
}
.lightTxt svg path {
  fill: #fff;
}
a {
  color: #a41d21;
}
a:hover {
  color: #a41d21;
}
.featured-post {
  background: #a41d21;
}
#footerbar {
  background: #ede9e9;
}
#footercontainer {
  background: #292423;
  color: #fff;
}
#footercontainer h3,
#footercontainer h4 {
  color: #fff;
}
#footercontainer a {
  color: #be383c;
}
#footercontainer a:hover {
  color: #fff;
}
hr {
  background: #ddd;
}
#primary ul li:before,
#primary ol li:before {
  color: #a41d21;
}
table,
table * {
  border-color: #ddd !important;
  font-size: 0.85rem;
}
table th:not([scope="row"]) {
  background: #a41d21;
  border-color: #86181b !important;
  color: #fff;
}
.widget_nav_menu ul a {
  color: #fff;
}
.widget_nav_menu ul a:hover {
  color: #a41d21;
}
.btn,
button,
input[type="submit"],
input[type="button"] {
  background: #a41d21;
  color: #fff !important;
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background: #a41d21;
}
#primary ul.page-numbers a:hover,
#primary ul.page-numbers span.current {
  background: #a41d21;
}
#primary ul.page-numbers a.next:hover,
#primary ul.page-numbers a.prev:hover {
  color: #a41d21;
}
.main-navigation ul.nav-menu > li > a,
.main-navigation ul.nav-menu > li > span.no_link {
  color: #fff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 1.5rem;
}
.main-navigation ul.nav-menu li.menu-parent-item > a:before,
.main-navigation ul.nav-menu li.menu-parent-item > span.no_link:before,
.main-navigation ul.nav-menu li.menu-parent-item > a:after,
.main-navigation ul.nav-menu li.menu-parent-item > span.no_link:after {
  opacity: 0.5;
}
.main-navigation ul.nav-menu > .menu-item:hover > a,
.main-navigation ul.nav-menu > .current-menu-item > a,
.main-navigation ul.nav-menu > .current-menu-ancestor > a,
.main-navigation ul.nav-menu > .current_page_item > a,
.main-navigation ul.nav-menu > .current_page_ancestor > a,
.main-navigation ul.nav-menu > .current_page_parent > a,
.main-navigation ul.nav-menu > .menu-item:hover > span.no_link,
.main-navigation ul.nav-menu > .current-menu-item > span.no_link,
.main-navigation ul.nav-menu > .current-menu-ancestor > span.no_link,
.main-navigation ul.nav-menu > .current_page_item > span.no_link,
.main-navigation ul.nav-menu > .current_page_ancestor > span.no_link,
.main-navigation ul.nav-menu > .current_page_parent > span.no_link {
  color: #be383c;
}
.main-navigation ul.nav-menu ul a,
.main-navigation ul.nav-menu ul span.no_link {
  color: #292423 !important;
}
.main-navigation ul.nav-menu ul li:hover > a,
.main-navigation ul.nav-menu ul li.current-menu-item > a,
.main-navigation ul.nav-menu ul li.current-menu-ancestor > a,
.main-navigation ul.nav-menu ul li.current_page_item > a,
.main-navigation ul.nav-menu ul li.current_page_ancestor > a,
.main-navigation ul.nav-menu ul li.current_page_parent > a,
.main-navigation ul.nav-menu ul li:hover > span.no_link,
.main-navigation ul.nav-menu ul li.current-menu-item > span.no_link,
.main-navigation ul.nav-menu ul li.current-menu-ancestor > span.no_link,
.main-navigation ul.nav-menu ul li.current_page_item > span.no_link,
.main-navigation ul.nav-menu ul li.current_page_ancestor > span.no_link,
.main-navigation ul.nav-menu ul li.current_page_parent > span.no_link {
  color: #a41d21 !important;
  background: #f2f2f2;
}
a.social [class^='icon-'],
a.social [class*=' icon-'] {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9375rem;
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.59375rem;
  background: #292423;
  border-radius: 50%;
  text-align: center;
  margin: 0 0.25rem;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.social [class^='icon-'].icon-facebook,
a.social [class*=' icon-'].icon-facebook {
  background: #425f96;
}
a.social:hover [class^='icon-'],
a.social:hover [class*=' icon-'] {
  background: #a41d21 !important;
}
/* Homepage
================================================== */
#home_banner svg,
#home_banner img {
  display: block;
  margin: 0 auto;
  width: 700px;
  max-width: 55%;
}
.page #primary {
  padding-top: 0;
}
#presenters div:last-child p {
  white-space: nowrap;
  margin-left: -2rem;
}
#presenters div:last-child p img {
  max-width: 50%;
}
.red_icons svg {
  max-height: 3rem;
  margin-top: 1rem;
}
.red_icons svg path {
  fill: #a41d21;
}
.red_icons.icon_boxes svg {
  margin-top: 1rem;
}
#black_boxes {
  text-align: center;
}
#black_boxes .panel-grid-cell {
  background: rgba(0, 0, 0, 0.62);
}
#black_boxes .panel-grid-cell p {
  margin-bottom: 0;
}
#black_boxes .panel-grid:first-child .panel-grid-cell {
  padding: 2rem 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#black_boxes .panel-grid:last-child .panel-grid-cell {
  padding: 0 2rem 2rem;
}
#black_boxes svg {
  max-height: 3rem;
  max-width: 3rem;
  height: 3rem;
  margin: 0;
  display: block;
}
#sponsorships .panel-grid-cell {
  background: rgba(237, 233, 233, 0.5);
  padding: 2rem !important;
}
#sponsorships .panel-grid-cell p {
  margin-bottom: 0;
}
#sponsorships .panel-grid-cell p {
  line-height: 1.25;
}
#sponsorships .panel-grid-cell li {
  font-size: 0.85rem;
}
#sponsorships .panel-grid-cell ul {
  margin-bottom: 0;
}
#sponsorships header {
  margin: -2rem -2rem 2rem;
  padding: 2rem;
  background: #a41d21;
}
#sponsorships header h2,
#sponsorships header h3 {
  padding-top: 0;
  color: #fff;
}
#sponsorships header h2 {
  margin-bottom: 0.25rem;
}
#sponsorships header h3 {
  margin-bottom: 0;
}
#fancy_header {
  background-color: #a41d21;
  background-image: url(/wp-content/uploads/2018/02/subpage_header.jpg);
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 5rem 64px 3.33rem;
  margin-bottom: 5rem;
  position: relative;
}
#fancy_header .wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
#fancy_header svg,
#fancy_header img {
  margin: 0 auto;
  width: 375px;
  max-width: 35%;
}
#fancy_header .mpc-bottom-separator-wrapper {
  height: 3.33rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.home_gallery img {
  display: block;
  width: 100%;
}
/* Gravity Forms
================================================== */
.gform_wrapper {
  margin: 0;
}
.gform_wrapper .gform_footer,
.gform_wrapper .ginput_container {
  padding-bottom: 0;
}
.gform_wrapper .gform_footer br,
.gform_wrapper .ginput_container br {
  display: none;
}
.gform_wrapper .gform_footer p,
.gform_wrapper .ginput_container p {
  margin-bottom: 0;
  display: inline;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0;
}
.gform_wrapper li.hidden_label input {
  margin-top: 0;
}
.gform_wrapper .gform_footer {
  padding-top: 0;
}
/* Theme Layout
================================================== */
a {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.admin-bar #headercontainer.sticky {
  top: 32px;
}
#headercontainer {
  width: 100%;
  position: absolute;
  z-index: 9;
}
#headercontainer.sticky {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
#headercontainer.sticky * {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#headercontainer.sticky.smaller {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
#headercontainer.sticky.smaller #logo {
  max-height: 80px;
}
#headercontainer.sticky.smaller header {
  padding: 0.5rem 0;
}
#headercontainer.sticky.smaller #headerbar {
  padding: 0.25rem;
}
#headercontainer.sticky.smaller #inner_header {
  margin-bottom: 0;
}
#headercontainer.sticky.smaller #headerbar,
#headercontainer.sticky.smaller #inner_header {
  display: none;
}
#headercontainer.sticky.smaller.include_bar #headerbar,
#headercontainer.sticky.smaller.include_inner #inner_header {
  display: block;
}
#headercontainer header {
  padding: 1rem 0;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  font-size: 0;
  white-space: nowrap;
}
#headercontainer header .site-title,
#headercontainer header .nav-wrap {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  white-space: normal;
}
#headercontainer header .site-title {
  width: 25%;
}
#headercontainer header .site-title h1 {
  line-height: 0;
}
#headercontainer header .nav-wrap {
  width: 75%;
  text-align: right;
}
#headercontainer header .nav-wrap.no_logo {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
#logo {
  max-height: 100px;
  max-width: 100%;
  width: auto;
  padding: 1rem 0;
}
#headerbar {
  text-align: right;
  padding: 0.5rem 0;
}
#headerbar p {
  margin-bottom: 0;
}
#headerbar .wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
#headerbar ul,
#headerbar ol {
  margin: 0;
  padding: 0;
}
#headerbar ul li,
#headerbar ol li {
  display: inline-block;
  list-style: none;
  margin-left: 0.5rem;
}
#inner_header {
  overflow: hidden;
}
#inner_header p {
  margin-bottom: 0;
}
#bannercontainer {
  text-align: center;
}
#bannercontainer .banner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
#bannercontainer h1 {
  font-weight: normal;
}
#bannercontainer svg {
  margin: 1rem 0 0;
}
#bannercontainer svg path {
  fill: #a41d21;
}
#maincontentcontainer {
  overflow: hidden;
}
#primary {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  padding: 3rem 0 6rem;
}
#primary .paging-navigation ul li:before {
  display: none;
}
#primary form li:before {
  display: none;
}
.post-navigation.nav-single {
  margin-top: 4rem;
  font-size: 0;
  white-space: nowrap;
}
.post-navigation.nav-single > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  white-space: normal;
  width: 50%;
}
.post-navigation.nav-single > div:nth-child(2) {
  text-align: right;
}
#footerbar {
  padding: 4rem 0;
  text-align: center;
}
#footerbar .widget {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
#footerbar .gallery {
  padding: 3rem 0 4rem;
}
#footercontainer {
  overflow: hidden;
}
#footercontainer [class^="cols_"],
#footercontainer [class*=" cols_"] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
#footercontainer [class^="cols_"] > h2,
#footercontainer [class*=" cols_"] > h2 {
  width: 100% !important;
}
#footercontainer [class^="cols_"] > *,
#footercontainer [class*=" cols_"] > * {
  margin: 0 1rem 2rem;
}
#footercontainer [class^="cols_"].cols_1 > *,
#footercontainer [class*=" cols_"].cols_1 > * {
  width: 100%;
  margin: 0;
}
#footercontainer [class^="cols_"].cols_2 > *,
#footercontainer [class*=" cols_"].cols_2 > * {
  width: calc(100% / 2 - 2rem);
}
#footercontainer [class^="cols_"].cols_3 > *,
#footercontainer [class*=" cols_"].cols_3 > * {
  width: calc(100% / 3 - 2rem);
}
#footercontainer [class^="cols_"].cols_4 > *,
#footercontainer [class*=" cols_"].cols_4 > * {
  width: calc(100% / 4 - 2rem);
}
#footercontainer [class^="cols_"].cols_5 > *,
#footercontainer [class*=" cols_"].cols_5 > * {
  width: calc(100% / 5 - 2rem);
}
#footercontainer [class^="cols_"].cols_6 > *,
#footercontainer [class*=" cols_"].cols_6 > * {
  width: calc(100% / 6 - 2rem);
}
#footercontainer [class^="cols_"].flex_width > *,
#footercontainer [class*=" cols_"].flex_width > * {
  width: calc(100% - 5rem);
}
#footercontainer footer {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
#footercontainer h3 {
  padding-top: 0;
}
#footercontainer .site-footer {
  padding: 4rem 0;
}
#footercontainer .site-footer p:last-child {
  margin-bottom: 0;
}
#footercontainer .site-footer h3,
#footercontainer .site-footer .widget_nav_menu ul.menu > li > a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.0rem;
}
#footercontainer .site-footer .widget-area img,
#footercontainer .site-footer .widget-area svg {
  max-width: 80% !important;
  margin-bottom: 2.0rem;
}
#footercontainer .site-footer .widget_nav_menu ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul {
  padding: 0;
  margin: 0 0 0 0.75rem;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul li {
  list-style-type: none;
  position: relative;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul li:last-child {
  margin-bottom: 0;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul li:before {
  content: '- ';
  position: absolute;
  top: -2px;
  line-height: 1.5em;
  left: -0.75rem;
  opacity: 0.25;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul li a {
  opacity: 0.5;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul li a:hover {
  opacity: 1;
}
.smallprint {
  text-align: center;
  overflow: hidden;
  padding: 1rem 0;
}
.smallprint p {
  margin-bottom: 0;
  font-size: 0.85rem;
}
.smallprint .wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.smallprint .widget-area ul {
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.smallprint .widget-area ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  white-space: normal;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-right: 0.75rem;
  margin-right: 0.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.smallprint .widget-area ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.smallprint .widget-area ul li ul {
  display: none;
}
.archive-description {
  font-style: italic;
  opacity: 0.75;
}
.post-password-form {
  text-align: center;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  max-width: 900px;
  margin: 0 auto 1.5rem;
  padding: 2rem;
}
.post-password-form > *:last-child {
  margin-bottom: 0;
}
*[data-tooltip] {
  position: relative;
  color: #a41d21;
  padding-bottom: 0.5rem;
  margin-bottom: -0.5rem;
}
*[data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  background: #fff;
  border: 1px solid #a41d21;
  border-radius: 3px;
  padding: 0.5rem;
  font-size: 1rem;
  box-sizing: border-box;
  z-index: 9;
  font-size: 0.7rem;
  color: #292423;
  white-space: pre-line;
  font-style: normal;
  display: none;
  text-align: left;
}
*[data-tooltip]:after {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 50%;
  margin-left: -0.5rem;
  transform: rotate(45deg);
  background: #a41d21;
  font-size: 0.8rem;
  display: none;
}
*[data-tooltip]:hover {
  color: #a41d21;
}
*[data-tooltip]:hover:before,
*[data-tooltip]:hover:after {
  display: block;
}
.gallery spinner {
  opacity: 0;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.gallery_wrap {
  position: relative;
}
.gallery_wrap.masonry .spinner {
  position: absolute;
  background: #fff;
  top: 0;
  left: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  opacity: 0;
  z-index: 0;
}
.gallery_wrap.masonry .spinner svg {
  width: 100%;
  height: 100%;
}
.gallery_wrap.masonry .gallery {
  position: relative;
  z-index: 2;
}
.gallery_wrap.masonry img {
  opacity: 1;
}
.gallery_wrap.masonry.loaded img {
  opacity: 1;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.gallery_wrap.masonry.loaded .spinner {
  opacity: 0;
}
/* Dropdown Menu
================================================== */
ul span.menu_description {
  display: none;
}
.main-navigation ul.nav-menu {
  padding-left: 0;
  font-size: 0;
  white-space: nowrap;
  /*
	& > li > ul > li:first-child {
		&:before {
			content: '';
			display: block;
			position: absolute;
			top: -0.25rem;
			right: 0.5rem;
			width: 1rem;
			height: 1rem;
			background: #f5f5f5;
			margin: 1px;
			z-index: -1;
			.rotate(45deg);
			opacity: 0;
			.fadeOnHover();
		}
		&:hover:before { opacity: 1; }
	}
	*/
}
.main-navigation ul.nav-menu a,
.main-navigation ul.nav-menu span.no_link {
  display: block;
}
.main-navigation ul.nav-menu > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  white-space: normal;
  list-style: none;
  padding: 0 0 0 2rem;
}
.main-navigation ul.nav-menu > li:first-child {
  padding-left: 0;
}
.main-navigation ul.nav-menu li {
  position: relative;
  list-style: none;
}
.main-navigation ul.nav-menu li:hover > ul {
  display: block;
}
.main-navigation ul.nav-menu li.menu-parent-item > a:after,
.main-navigation ul.nav-menu li.menu-parent-item > span.no_link:after {
  /* arrows on the top level drop down */
  font-weight: normal;
  font-style: normal;
  speak: none;
  vertical-align: middle;
  font-size: 0.85rem;
  padding-left: 2px;
  position: relative;
  top: -2px;
  content: " \0025BE";
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main-navigation ul.nav-menu li li.menu-parent-item > a:after,
.main-navigation ul.nav-menu li li.menu-parent-item > span.no_link:after {
  display: none;
}
.main-navigation ul.nav-menu li li.menu-parent-item > a:before,
.main-navigation ul.nav-menu li li.menu-parent-item > span.no_link:before {
  /* arrows on the sub-menu */
  font-weight: normal;
  font-style: normal;
  speak: none;
  vertical-align: middle;
  padding-left: 4px;
  position: relative;
  top: 0;
  content: " \0025B8";
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.5;
}
.main-navigation ul.nav-menu ul {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99999;
  padding: 0;
  font-size: 0.85rem;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  width: 15rem;
  background: #fff;
  text-align: left;
  padding: 0 0.75rem 0.75rem;
}
.main-navigation ul.nav-menu ul li {
  background: #fff;
  z-index: 10;
}
.main-navigation ul.nav-menu ul li:first-child {
  border-radius: 5px 5px 0 0;
  padding-top: 0.75rem;
}
.main-navigation ul.nav-menu ul li a,
.main-navigation ul.nav-menu ul li span.no_link {
  padding: calc(0.5rem - 5px ) calc(1rem - 5px );
  border-radius: 3px;
  line-height: normal;
  position: relative;
  z-index: 999;
}
.main-navigation ul.nav-menu ul ul {
  padding: 0.75rem 0 0.75rem 0.75rem;
  right: 100%;
  top: -1px;
}
.main-navigation ul.nav-menu ul ul li {
  padding: 0 0.75rem 0 0 !important;
}
.main-navigation ul.nav-menu ul ul ul {
  top: calc( -1px -  0.75rem );
}
.main-navigation ul.nav-menu > li:last-child ul ul {
  left: auto;
  right: 100%;
}
.main-navigation ul.nav-menu > li > ul:before,
.main-navigation ul.nav-menu > li > ul:after {
  content: '';
  display: block;
  position: absolute;
  top: -0.25rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-navigation ul.nav-menu > li > ul:before {
  border: 1px solid #e0e0e0;
}
.main-navigation ul.nav-menu > li > ul:after {
  margin: 1px;
}
.main-navigation ul.nav-menu > li > ul ul:before,
.main-navigation ul.nav-menu > li > ul ul:after {
  content: '';
  display: block;
  position: absolute;
  right: -0.25rem;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-navigation ul.nav-menu > li > ul ul:before {
  border: 1px solid #e0e0e0;
}
.main-navigation ul.nav-menu > li > ul ul:after {
  margin: 1px;
}
/* Archives
================================================== */
#primary h2.entry-title,
#primary h1.entry-title {
  margin-bottom: 0;
  word-break: break-word;
  padding-top: 0;
}
#primary h2.entry-title a,
#primary h1.entry-title a {
  border-bottom: none !important;
}
.header-meta,
.footer-meta {
  padding: 0.25rem 0;
  margin: 0.25rem 0 1.5rem;
  font-size: 0.85rem;
  color: #ccc;
}
.header-meta i.fa,
.footer-meta i.fa {
  margin-right: 0.25rem;
}
.header-meta a,
.footer-meta a {
  border-bottom: none !important;
}
.header-meta .left,
.footer-meta .left {
  float: left;
}
.header-meta .right,
.footer-meta .right {
  float: right;
}
.header-meta a.btn,
.footer-meta a.btn {
  margin-top: 0;
  font-size: 0.85rem;
  padding: 0.25rem 0.75rem;
}
.header-meta:after,
.footer-meta:after {
  content: '';
  display: block;
  clear: both;
}
.footer-meta .left {
  max-width: calc(100% - 115px - 1rem);
}
.footer-meta .right {
  min-width: 115px;
  text-align: right;
}
body.archive #primary > div > article,
body.blog #primary > div > article,
body.search #primary > div > article {
  border-bottom: 1px solid #ddd;
  margin-bottom: 3rem;
}
body.archive #primary > div > article p.readmore,
body.blog #primary > div > article p.readmore,
body.search #primary > div > article p.readmore {
  display: none;
}
body.archive #primary > div > article.sticky,
body.blog #primary > div > article.sticky,
body.search #primary > div > article.sticky {
  border: 1px solid #e5e5e5;
  background: #fafafa;
  padding: 0 1.5rem;
}
body.archive #primary > div > article.sticky .featured-post,
body.blog #primary > div > article.sticky .featured-post,
body.search #primary > div > article.sticky .featured-post {
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.25rem;
  margin: -1px calc(-1.5rem - 1px) 0;
}
#primary ul.page-numbers {
  padding: 0;
  margin: 0;
  text-align: center;
}
#primary ul.page-numbers li {
  display: inline-block;
  vertical-align: top;
}
#primary ul.page-numbers li a,
#primary ul.page-numbers li span {
  display: inline-block;
  border-bottom: none !important;
  background: #cfcfcf;
  color: #fff;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.125rem;
  padding: 0.25rem;
  border-radius: 2px;
}
#primary ul.page-numbers li a.next,
#primary ul.page-numbers li a.prev {
  background: none !important;
  color: rgba(41, 36, 35, 0.75);
}
/* Author Bio
================================================== */
#primary footer.entry-meta .author-info {
  font-size: 0;
  white-space: nowrap;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  margin: 0 auto 1.5rem;
  padding: 1.5rem;
  position: relative;
}
#primary footer.entry-meta .author-description,
#primary footer.entry-meta .author-avatar {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  white-space: normal;
  vertical-align: top;
}
#primary footer.entry-meta .author-description {
  width: calc(100% - 96px - 1.5rem);
  margin: 0;
}
#primary footer.entry-meta .author-description h3 {
  padding-top: 0;
  margin-bottom: 0.5rem;
}
#primary footer.entry-meta .author-description p {
  text-align: justify;
}
#primary footer.entry-meta .author-avatar {
  width: calc(96px + 1.5rem);
}
#primary footer.entry-meta .author-avatar img {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
  border-radius: 500px;
}
#primary footer.entry-meta .author-link {
  text-align: right;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
#primary footer.entry-meta .author-link a {
  border-bottom: none;
}
#primary footer.entry-meta .social-meta {
  text-align: right;
  margin-bottom: 0;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}
#primary footer.entry-meta .social-meta a {
  border-bottom: none;
}
#primary footer.entry-meta .social-meta a [class^='icon-'],
#primary footer.entry-meta .social-meta a [class*=' icon-'] {
  font-size: 1.5rem;
}
#primary footer.entry-meta .social-meta a [class^='icon-'].icon-twitter,
#primary footer.entry-meta .social-meta a [class*=' icon-'].icon-twitter {
  color: #019fe9;
}
#primary footer.entry-meta .social-meta a [class^='icon-'].icon-facebook,
#primary footer.entry-meta .social-meta a [class*=' icon-'].icon-facebook {
  color: #425f96;
}
#primary footer.entry-meta .social-meta a:hover [class^='icon-'],
#primary footer.entry-meta .social-meta a:hover [class*=' icon-'] {
  color: #292423 !important;
}
/* Sidebars
================================================== */
#primary[class*='_sidebar_'] {
  font-size: 0;
  white-space: nowrap;
}
#primary[class*='_sidebar_'] > div.col {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  white-space: normal;
  vertical-align: top;
}
#primary[class*='_sidebar_'] > div.col:first-child {
  padding-right: 0.75rem;
}
#primary[class*='_sidebar_'] > div.col:last-child {
  padding-left: 0.75rem;
}
#primary[class^='right_sidebar_quarter'] > div.col:first-child,
#primary[class*=' right_sidebar_quarter'] > div.col:first-child {
  width: 75%;
}
#primary[class^='right_sidebar_quarter'] > div.col:last-child,
#primary[class*=' right_sidebar_quarter'] > div.col:last-child {
  width: 25%;
}
#primary[class^='left_sidebar_quarter'] > div.col:first-child,
#primary[class*=' left_sidebar_quarter'] > div.col:first-child {
  width: 25%;
}
#primary[class^='left_sidebar_quarter'] > div.col:last-child,
#primary[class*=' left_sidebar_quarter'] > div.col:last-child {
  width: 75%;
}
#primary[class^='right_sidebar_third'] > div.col:first-child,
#primary[class*=' right_sidebar_third'] > div.col:first-child {
  width: calc(200% / 3);
}
#primary[class^='right_sidebar_third'] > div.col:last-child,
#primary[class*=' right_sidebar_third'] > div.col:last-child {
  width: calc(100% / 3);
}
#primary[class^='left_sidebar_third'] > div.col:first-child,
#primary[class*=' left_sidebar_third'] > div.col:first-child {
  width: calc(100% / 3);
}
#primary[class^='left_sidebar_third'] > div.col:last-child,
#primary[class*=' left_sidebar_third'] > div.col:last-child {
  width: calc(200% / 3);
}
/* Animations
================================================== */
.animate {
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.animate.play {
  opacity: 1;
}
.animate.play.flash {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -ms-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
.animate.play.bounceIn {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -ms-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
/* Parallax 
================================================== */
.parallax_foreground {
  position: relative;
}
.parallax_foreground img {
  max-width: none !important;
}
.parallax_foreground > * {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center center;
}
.parallax_foreground.right_align > * {
  left: auto;
  right: 0;
  transform-origin: right center;
}
.parallax_foreground.left_align > * {
  transform-origin: left center;
}
.parallax_background {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center top!important;
}
.mobile_browser .parallax_background {
  background-attachment: scroll;
  background-position: center center!important;
}
@media screen and (max-width: 767px) {
  .parallax_foreground > * {
    position: static;
  }
  .parallax_foreground img {
    max-width: 100% !important;
    max-height: 100px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
/* ==========================================================================
   Import mobile styles at the end
   ========================================================================== */
@media screen and (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) {
  .main-navigation ul.nav-menu > li > a,
  .main-navigation ul.nav-menu > li > span.no_link {
    font-weight: normal;
  }
  .main-navigation ul.nav-menu > li {
    padding: 0 0 0 1.5rem;
  }
  #home_banner {
    padding-top: 4rem !important;
    padding-bottom: 1.33rem !important;
  }
  #home_banner svg,
  #home_banner img {
    max-width: 50%;
  }
  #expectations {
    padding-top: 5rem !important;
    padding-bottom: 8rem !important;
  }
  [class^="cols_"].flex_width > * {
    width: calc(100% - 3rem);
  }
  [class^="cols_"].flex_width > *:first-child {
    width: 2rem !important;
    margin: 0;
  }
  .icon_boxes > div {
    width: calc(33.3333% - ( 0.666666666667 * 1rem ) );
  }
  .icon_boxes > div p {
    font-size: 0.9rem;
  }
  #presenters div:last-child p {
    margin: -0.5rem 0 0;
  }
  #presenters div:last-child p img {
    max-width: 80%;
    max-height: 5rem;
    width: auto;
    display: block;
    margin: 0 0 1rem 1rem;
  }
  #sponsorships {
    display: block;
  }
  #sponsorships header {
    padding: 1rem 2rem;
  }
  #sponsorships header h2 {
    font-size: 1.5rem;
  }
  #sponsorships header h3 {
    margin-bottom: 0;
  }
  #sponsorships .panel-grid-cell {
    width: 100%;
    margin-bottom: 2rem;
  }
  #black_boxes .panel-grid:first-child .panel-grid-cell {
    padding: 2rem 1rem 0;
  }
  #black_boxes .panel-grid:last-child .panel-grid-cell {
    padding: 0 1rem 1rem;
    margin-bottom: 1rem;
  }
  #black_boxes svg {
    display: inline-block;
  }
  #expectations {
    padding: 4rem 2rem!important;
  }
  #footercontainer img,
  #footercontainer svg {
    display: block;
    margin: 0 auto;
  }
  h1 {
    font-size: 2.5rem;
  }
  .red_icons svg {
    max-height: 2rem;
    margin-top: 0;
  }
}
/* ==========================================================================
   Phones
   ========================================================================== */
.mobile_only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #headerbar,
  .mobile_hide {
    display: none !important;
  }
  .mobile_only {
    display: block !important;
  }
  #headercontainer header {
    width: 100%;
  }
  #headercontainer header .site-title,
  #headercontainer header .nav-wrap {
    display: block;
  }
  #headercontainer header .site-title {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    top: 0;
  }
  #headercontainer header .site-title:after {
    display: none;
  }
  #headercontainer header .nav-wrap {
    text-align: left;
    width: 100%;
  }
  #headercontainer header #inner_header {
    margin: 0 1rem;
  }
  div[class^="cols"]:not(.flex_width) {
    display: block;
  }
  div[class^="cols"]:not(.flex_width) > * {
    margin: 1rem auto!important;
    width: calc(100% - 2rem) !important;
  }
  #inner_header {
    display: none;
  }
  #headercontainer header {
    padding: 0;
  }
  .flex_width {
    padding: 0 3rem;
  }
  .home_gallery {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  .home_gallery .panel-grid-cell {
    width: 50% !important;
  }
  #black_boxes .panel-grid:last-child .panel-grid-cell {
    padding: 2rem;
  }
}
/* ==========================================================================
   Mobile Menu
   ========================================================================== */
.toggle {
  display: none;
  height: 0;
}
@media screen and (max-width: 767px) {
  #site-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #a41d21;
    z-index: 99999;
  }
  #site-navigation ul {
    width: 100%;
    display: none;
    padding: 0;
  }
  #site-navigation ul li {
    width: 100%;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    padding: 0;
    background: none;
  }
  #site-navigation ul li a {
    color: #ffffff !important;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    padding: 8px 16px;
  }
  #site-navigation ul li a:after {
    display: none;
  }
  #site-navigation ul li.current-menu-item,
  #site-navigation ul li.current-menu-ancestor,
  #site-navigation ul li.current_page_item,
  #site-navigation ul li.current_page_ancestor,
  #site-navigation ul li.current_page_parent {
    background: rgba(255, 255, 255, 0.05);
  }
  #site-navigation ul li.current-menu-item > a,
  #site-navigation ul li.current-menu-ancestor > a,
  #site-navigation ul li.current_page_item > a,
  #site-navigation ul li.current_page_ancestor > a,
  #site-navigation ul li.current_page_parent > a {
    color: #ffffff !important;
  }
  #site-navigation ul ul li,
  #site-navigation ul li:hover > ul > li {
    height: auto;
  }
  #site-navigation ul ul li a {
    padding-left: 32px;
  }
  #site-navigation ul ul ul li a {
    padding-left: 64px;
  }
  #site-navigation ul ul li a {
    background: none;
  }
  #site-navigation ul ul,
  #site-navigation ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #site-navigation ul ul > li.has-sub > a:after,
  #site-navigation ul ul > li.has-sub > a:before {
    display: none;
  }
  #site-navigation ul ul ul li.active a {
    border-left: none;
  }
  #site-navigation ul ul {
    background: none;
    border-radius: 0;
    border: none;
  }
  #site-navigation ul ul:before,
  #site-navigation ul ul:after {
    display: none;
  }
  #site-navigation > ul > li {
    float: none;
  }
  #site-navigation > ul > li.has-sub > a:after,
  #site-navigation > ul > li.has-sub > a:before {
    display: none;
  }
  #site-navigation > ul > li.has-sub > ul > li.active > a,
  #site-navigation > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  #site-navigation .submenu-toggle {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    height: 35px;
    width: 46px;
    cursor: pointer;
  }
  #site-navigation .submenu-toggle.submenu-opened:before {
    display: none;
  }
  #site-navigation .submenu-toggle.submenu-opened:after {
    background: #fff;
  }
  #site-navigation .submenu-toggle:before {
    position: absolute;
    top: 14px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
  }
  #site-navigation .submenu-toggle:after {
    position: absolute;
    top: 17px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
  }
  #site-navigation ul ul .submenu-toggle {
    height: 34px;
    width: 34px;
  }
  #site-navigation ul ul .submenu-toggle:after {
    top: 15px;
    right: 13px;
  }
  #site-navigation ul ul .submenu-toggle:before {
    top: 12px;
    right: 16px;
  }
  #site-navigation {
    top: -34px;
  }
  .toggle {
    cursor: pointer;
    z-index: 12399994;
    color: #fff;
    padding: 8px 16px;
    text-transform: uppercase;
    height: auto;
    display: block;
  }
  .toggle:after {
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
  }
  .toggle:before {
    transition: all .3s ease;
    position: absolute;
    top: 11px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: '';
  }
  .toggle.menu-opened:after {
    transition: all .3s ease;
    top: 18px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    transform: rotate(45deg);
  }
  .toggle.menu-opened:before {
    top: 18px;
    width: 19px;
    transform: rotate(-45deg);
  }
  #fancy_header,
  #home_banner {
    padding: 1rem 2rem 2.33rem!important;
    position: relative;
  }
  #fancy_header:before,
  #home_banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.25);
  }
  #fancy_header svg,
  #home_banner svg,
  #fancy_header img,
  #home_banner img {
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
  }
  #fancy_header .mpc-bottom-separator-wrapper,
  #home_banner .mpc-bottom-separator-wrapper {
    z-index: 2;
  }
  #fancy_header {
    padding: 1rem 2rem 3.83rem!important;
  }
  #fancy_header .wrap {
    max-width: 100%;
    width: 100%;
  }
}
/* Force 2025 Saddle Up Gallery Images to Uniform Size */
#gallery-2 .gallery-item .gallery-icon img {
  width: 100% !important;
  height: 200px !important;
  /* You can adjust this number to make them taller/shorter */
  object-fit: cover !important;
  border-radius: 0 !important;
  /* Optional: ensures clean edges */
}
/* Ensure vertical alignment is consistent */
#gallery-2 .gallery-item {
  display: flex;
  flex-direction: column;
}
