/*
	Theme Name: Accel434
	Description: Child theme of Genesis, by <a href="https://www.434marketing.com">434 Marketing</a>.
	Author: 434 Marketing.
	Author URI: https://www.434marketing.com

	Template: genesis
*/
@import url(assets/components/normalize.css/normalize.css);
._form button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.primary-button a,
.red-button a,
.light-blue-button a,
.medium-gray-button a,
.dark-gray-button a,
.white-button a {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #c30922;
  border: 2px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
  padding: 1em 1.875em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle; }
  ._form button:hover, ._form 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,
  .primary-button a:hover,
  .primary-button a:focus,
  .red-button a:hover,
  .red-button a:focus,
  .light-blue-button a:hover,
  .light-blue-button a:focus,
  .medium-gray-button a:hover,
  .medium-gray-button a:focus,
  .dark-gray-button a:hover,
  .dark-gray-button a:focus,
  .white-button a:hover,
  .white-button a:focus {
    background-color: transparent;
    color: #c30922;
    border-color: #c30922; }
  ._form button:disabled,
  input[type="button"]:disabled,
  input[type="reset"]:disabled,
  input[type="submit"]:disabled,
  .primary-button a:disabled,
  .red-button a:disabled,
  .light-blue-button a:disabled,
  .medium-gray-button a:disabled,
  .dark-gray-button a:disabled,
  .white-button a:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    ._form button:disabled:hover,
    input[type="button"]:disabled:hover,
    input[type="reset"]:disabled:hover,
    input[type="submit"]:disabled:hover,
    .primary-button a:disabled:hover,
    .red-button a:disabled:hover,
    .light-blue-button a:disabled:hover,
    .medium-gray-button a:disabled:hover,
    .dark-gray-button a:disabled:hover,
    .white-button a:disabled:hover {
      background-color: transparent; }

._form button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease; }

.small-button {
  display: inline-block; }
  .small-button a {
    font-size: 0.875em;
    padding: 1em 3em; }

.primary-button a,
.red-button a,
.red-button input[type=submit] {
  background-color: #c30922; }
  .primary-button a:hover, .primary-button a:focus,
  .red-button a:hover,
  .red-button a:focus,
  .red-button input[type=submit]:hover,
  .red-button input[type=submit]:focus {
    color: #c30922;
    border-color: #c30922;
    outline: none; }

.light-blue-button a,
.light-blue-button input[type=submit] {
  background-color: #caebf2; }
  .light-blue-button a:hover, .light-blue-button a:focus,
  .light-blue-button input[type=submit]:hover,
  .light-blue-button input[type=submit]:focus {
    color: #caebf2;
    border-color: #caebf2;
    outline: none; }

.medium-gray-button a,
.medium-gray-button input[type=submit] {
  background-color: #777; }
  .medium-gray-button a:hover, .medium-gray-button a:focus,
  .medium-gray-button input[type=submit]:hover,
  .medium-gray-button input[type=submit]:focus {
    color: #777;
    border-color: #777;
    outline: none; }

.dark-gray-button a,
.dark-gray-button input[type=submit] {
  background-color: #222; }
  .dark-gray-button a:hover, .dark-gray-button a:focus,
  .dark-gray-button input[type=submit]:hover,
  .dark-gray-button input[type=submit]:focus {
    color: #222;
    border-color: #222;
    outline: none; }

.white-button a,
.white-button input[type=submit] {
  background-color: white;
  color: #222; }
  .white-button a:hover, .white-button a:focus,
  .white-button input[type=submit]:hover,
  .white-button input[type=submit]:focus {
    color: white;
    border-color: white;
    outline: none; }

.red-button,
.light-blue-button,
.medium-gray-button,
.dark-gray-button,
.white-button {
  display: inline-block; }

.site-container fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

.site-container legend {
  font-weight: 600;
  margin-bottom: 0.25em;
  padding: 0; }

.site-container label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.25em; }

.site-container input,
.site-container select {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

.site-container .hidden,
.site-container .fs-hidden {
  display: none; }

.site-container input[type="color"], .site-container input[type="date"], .site-container input[type="datetime"], .site-container input[type="datetime-local"], .site-container input[type="email"], .site-container input[type="month"], .site-container input[type="number"], .site-container input[type="password"], .site-container input[type="search"], .site-container input[type="tel"], .site-container input[type="text"], .site-container input[type="time"], .site-container input[type="url"], .site-container input[type="week"], .site-container textarea,
.site-container select[multiple] {
  background-color: #fff !important;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0.5em;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  width: 100%; }
  .site-container input[type="color"]:hover, .site-container input[type="date"]:hover, .site-container input[type="datetime"]:hover, .site-container input[type="datetime-local"]:hover, .site-container input[type="email"]:hover, .site-container input[type="month"]:hover, .site-container input[type="number"]:hover, .site-container input[type="password"]:hover, .site-container input[type="search"]:hover, .site-container input[type="tel"]:hover, .site-container input[type="text"]:hover, .site-container input[type="time"]:hover, .site-container input[type="url"]:hover, .site-container input[type="week"]:hover, .site-container textarea:hover,
  .site-container select[multiple]:hover {
    border-color: #bebebe; }
  .site-container input[type="color"]:focus, .site-container input[type="date"]:focus, .site-container input[type="datetime"]:focus, .site-container input[type="datetime-local"]:focus, .site-container input[type="email"]:focus, .site-container input[type="month"]:focus, .site-container input[type="number"]:focus, .site-container input[type="password"]:focus, .site-container input[type="search"]:focus, .site-container input[type="tel"]:focus, .site-container input[type="text"]:focus, .site-container input[type="time"]:focus, .site-container input[type="url"]:focus, .site-container input[type="week"]:focus, .site-container textarea:focus,
  .site-container select[multiple]:focus {
    border-color: #c30922;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(171, 8, 30, 0.7);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(171, 8, 30, 0.7);
    outline: none; }
  .site-container input[type="color"]:disabled, .site-container input[type="date"]:disabled, .site-container input[type="datetime"]:disabled, .site-container input[type="datetime-local"]:disabled, .site-container input[type="email"]:disabled, .site-container input[type="month"]:disabled, .site-container input[type="number"]:disabled, .site-container input[type="password"]:disabled, .site-container input[type="search"]:disabled, .site-container input[type="tel"]:disabled, .site-container input[type="text"]:disabled, .site-container input[type="time"]:disabled, .site-container input[type="url"]:disabled, .site-container input[type="week"]:disabled, .site-container textarea:disabled,
  .site-container select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    .site-container input[type="color"]:disabled:hover, .site-container input[type="date"]:disabled:hover, .site-container input[type="datetime"]:disabled:hover, .site-container input[type="datetime-local"]:disabled:hover, .site-container input[type="email"]:disabled:hover, .site-container input[type="month"]:disabled:hover, .site-container input[type="number"]:disabled:hover, .site-container input[type="password"]:disabled:hover, .site-container input[type="search"]:disabled:hover, .site-container input[type="tel"]:disabled:hover, .site-container input[type="text"]:disabled:hover, .site-container input[type="time"]:disabled:hover, .site-container input[type="url"]:disabled:hover, .site-container input[type="week"]:disabled:hover, .site-container textarea:disabled:hover,
    .site-container select[multiple]:disabled:hover {
      border: 1px solid #eee; }

.site-container textarea {
  resize: vertical; }

.site-container [type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.site-container [type="checkbox"],
.site-container [type="radio"] {
  display: inline;
  margin-right: 0.25em; }

.site-container [type="file"] {
  margin-bottom: 0.5em;
  width: 100%; }

.site-container select {
  margin-bottom: 0.5em;
  max-width: 100%;
  width: auto; }

.site-container ._form select {
  width: 100%; }

.site-container ._form button {
  margin-top: 1em; }

.site-container .site-inner .gform_wrapper {
  margin: 0; }
  .site-container .site-inner .gform_wrapper ul {
    margin-left: 0px !important; }
    .site-container .site-inner .gform_wrapper ul li {
      list-style-type: none !important;
      padding: 0 !important; }
      .site-container .site-inner .gform_wrapper ul li:first-child {
        margin-top: 0; }
      .site-container .site-inner .gform_wrapper ul li input,
      .site-container .site-inner .gform_wrapper ul li select {
        width: 100% !important; }
      .site-container .site-inner .gform_wrapper ul li input[type=checkbox],
      .site-container .site-inner .gform_wrapper ul li input[type=radio] {
        margin-top: 0 !important; }
    .site-container .site-inner .gform_wrapper ul.top_label div.ginput_container {
      margin: 0; }
  .site-container .site-inner .gform_wrapper .gform_footer {
    margin: 0; }

#tinymce ul,
.site-inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 28px; }
  #tinymce ul li,
  .site-inner ul li {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.625rem; }
    #tinymce ul li:before,
    .site-inner ul li:before {
      content: "";
      height: 8px;
      width: 8px;
      background-color: #222;
      border-radius: 50%;
      position: absolute;
      left: 3px;
      top: 7px; }
    #tinymce ul li ul,
    .site-inner ul li ul {
      margin-top: 0.5em; }

#tinymce ol,
.site-inner ol {
  margin-left: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em; }
  #tinymce ol li,
  .site-inner ol li {
    position: relative;
    margin-left: 1.5rem;
    margin-bottom: 0.75rem; }
    #tinymce ol li ol,
    .site-inner ol li ol {
      margin-top: 0.5em; }

dl {
  margin-bottom: 1.5em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.5em; }
  dl dd {
    margin: 0; }

> dl,
> ol,
> ul,
p {
  margin-bottom: 1.5em; }

table {
  border-collapse: collapse;
  margin: 0.5em 0;
  table-layout: auto;
  width: 100%; }

th {
  border-bottom: 1px solid #b3b3b3;
  font-weight: 600;
  padding: 0.5em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #eee;
  padding: 0.5em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #555;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 90%;
  line-height: 1.5; }
  body ::-moz-selection {
    background-color: #c30922;
    color: white; }
  body ::selection {
    background-color: #c30922;
    color: white; }
  @media screen and (min-width: 900px) {
    body {
      font-size: 1em; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #111;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.5em; }

h1 {
  font-size: 3.125em;
  font-weight: bold; }

h2 {
  font-size: 2.5em;
  font-weight: bold; }

h3 {
  font-size: 2.125em; }

h4 {
  font-size: 1.75em; }

h5 {
  font-size: 1.5em; }

h6 {
  font-size: 1.25em; }

p {
  margin: 0 0 1.5em; }

a,
.fake-link {
  color: #c30922;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  a:active, a:focus, a:hover,
  .fake-link:active,
  .fake-link:focus,
  .fake-link:hover {
    color: #92071a; }

hr {
  border-bottom: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 1px solid #eee;
  border-color: #c30922;
  border-width: 7px;
  margin: 4% 5% 4% 0;
  padding: 0 0 0 1.25rem; }

code {
  background: #eee;
  border: 1px solid #eee;
  color: #555;
  padding: 2px 4px; }

.wp-caption .wp-caption-text {
  margin: 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2; }

.base-font {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.heading-font {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.uppercase {
  text-transform: uppercase; }

.normalcase {
  text-transform: none; }

.lowercase {
  text-transform: lowercase; }

.small {
  font-size: 0.875em; }

.large {
  font-size: 1.125em; }

.light-weight {
  font-weight: 300; }

.normal-weight {
  font-weight: 400; }

.bold-weight {
  font-weight: 700; }

.no-bottom-margin {
  margin-bottom: -0.5em;
  display: block; }

.red-font {
  color: #c30922; }

.light-blue-font {
  color: #caebf2; }

.green-font {
  color: #2cd26b; }

.white-font {
  color: #fff; }

.dark-gray-font {
  color: #222; }

.medium-gray-font {
  color: #777; }

.light-gray-font {
  color: #eee; }

#tinymce {
  background: #e5e5e5; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

/* ## Site Containers
--------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  .wrap::after {
    clear: both;
    content: "";
    display: table; }

.fixed-header.no-banner .site-inner {
  padding-top: 104px; }

@media screen and (min-width: 900px) {
  .site-inner .wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .site-inner .wrap::after {
      clear: both;
      content: "";
      display: table; } }

.single-post .site-inner,
.single-staff .site-inner,
.single-sweepstakes .site-inner,
.single-project .site-inner,
.single-tribe_venue .site-inner,
.bbpress .site-inner,
.blog .site-inner,
.archive .site-inner,
.search .site-inner,
.page-template-default .site-inner {
  margin-top: 4em;
  margin-bottom: 4em; }
  @media screen and (min-width: 900px) {
    .single-post .site-inner,
    .single-staff .site-inner,
    .single-sweepstakes .site-inner,
    .single-project .site-inner,
    .single-tribe_venue .site-inner,
    .bbpress .site-inner,
    .blog .site-inner,
    .archive .site-inner,
    .search .site-inner,
    .page-template-default .site-inner {
      margin-top: 6.25em;
      margin-bottom: 6.25em; } }

.single-tribe_events .site-inner {
  margin-top: 4em; }
  @media screen and (min-width: 900px) {
    .single-tribe_events .site-inner {
      margin-top: 6.25em; } }

.single-sweepstakes .site-inner,
.post-type-archive-sweepstakes .site-inner,
.tax-sweepstake_type .site-inner {
  padding-top: 57px; }
  @media screen and (min-width: 900px) {
    .single-sweepstakes .site-inner,
    .post-type-archive-sweepstakes .site-inner,
    .tax-sweepstake_type .site-inner {
      padding-top: 75px; } }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ## Column Widths and Positions
--------------------------------------------- */
.content,
.sidebar-primary,
.full-width .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .content:last-child,
  .sidebar-primary:last-child,
  .full-width .content:last-child {
    margin-right: 0; }

@media screen and (min-width: 900px) {
  .content-sidebar-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .content-sidebar-wrap::after {
      clear: both;
      content: "";
      display: table; }
    .content-sidebar-wrap .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .content-sidebar-wrap .content:last-child {
        margin-right: 0; }
      .full-width-content .content-sidebar-wrap .content {
        width: 100%; }
    .content-sidebar-wrap .sidebar-primary {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .content-sidebar-wrap .sidebar-primary:last-child {
        margin-right: 0; }
    .content-sidebar .content-sidebar-wrap .sidebar-primary {
      margin-right: 0;
      margin-left: auto; }
    .sidebar-content .content-sidebar-wrap .content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-right: 0;
      margin-left: auto; }
    .sidebar-content .content-sidebar-wrap .sidebar-primary {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

/**
* Avatar
*/
.avatar {
  float: left; }

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

/**
* Media
*/
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 3em; }

img.alignnone,
.alignnone {
  margin-bottom: 1.5em; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 3em 3em 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 3em 3em; }

.wp-caption-text {
  font-size: 0.75em;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5em; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

/**
* Objects
*/
embed,
iframe,
img,
object,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto; }

/**
* Widget
*/
.widget {
  word-wrap: break-word; }

.widget li li {
  border: none;
  margin: 0 0 0 3em;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/**
* Post Title
*/
.post-title {
  font-size: 2.5em;
  font-weight: bold; }

/**
* Entry Content
*/
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

/**
* Entry Meta
*/
.entry-comments-link::before {
  content: "\2014";
  margin: 0 1.5em 0 0.75em; }

/**
* Gallery
*
* We aren't going to use Neat for this gallery due to the possible number of gallery columns
* that don't easily break into 12.
*
*/
.gallery {
  overflow: hidden; }
  .gallery br {
    clear: none !important; }

.gallery-item {
  float: left;
  margin: 0 !important;
  text-align: center;
  width: 50% !important; }

.gallery-icon {
  margin: 0; }

.gallery-columns-1 .gallery-item {
  width: 100% !important; }

@media screen and (min-width: 600px) {
  .gallery-columns-2 .gallery-item {
    width: 50% !important; }
  .gallery-columns-3 .gallery-item {
    width: 33% !important; }
  .gallery-columns-4 .gallery-item {
    width: 25% !important; }
  .gallery-columns-5 .gallery-item {
    width: 20% !important; }
  .gallery-columns-6 .gallery-item {
    width: 16.6666% !important; }
  .gallery-columns-7 .gallery-item {
    width: 14.2857% !important; }
  .gallery-columns-8 .gallery-item {
    width: 12.5% !important; }
  .gallery-columns-9 .gallery-item {
    width: 11.1111% !important; } }

.gallery img {
  border: none !important;
  height: auto;
  padding: 4px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  display: inline-block; }

.gallery img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02); }

@supports (padding: 0px) {
  .site-container {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right); } }

/**
 * Components
 */
body {
  position: relative;
  overflow-x: hidden; }
  body.locked {
    overflow: hidden; }

.site-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%; }
  .site-container.move-left {
    right: 300px; }

.mobile-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background-color: #222;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -300px;
  top: 0;
  width: 300px;
  z-index: 2000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 1rem; }
  .mobile-menu.move-in {
    right: 0; }
  .admin-bar .mobile-menu {
    padding-top: 46px; }
    @media (min-width: 782px) {
      .admin-bar .mobile-menu {
        padding-top: 32px; } }
  .mobile-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .mobile-menu .menu > li {
    margin-left: 0; }
    .mobile-menu .menu > li:before {
      content: none; }
    .mobile-menu .menu > li:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .mobile-menu .menu > li > a {
      font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: bold;
      color: #fff;
      display: block;
      margin-bottom: 1.25em;
      line-height: 1em;
      text-transform: uppercase; }
    .mobile-menu .menu > li.menu-item-has-children {
      position: relative; }
      .mobile-menu .menu > li.menu-item-has-children:after {
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        background-image: url("assets/icons/src/arrow-white.svg");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        cursor: pointer;
        height: 26px;
        position: absolute;
        right: -5px;
        top: -3px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        width: 26px; }
      .mobile-menu .menu > li.menu-item-has-children.active:after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .mobile-menu .menu > li.menu-item-has-children .sub-menu {
        padding-left: 0.625em;
        display: none;
        margin-bottom: 1.375em;
        margin-top: -10px; }
        .mobile-menu .menu > li.menu-item-has-children .sub-menu li {
          margin-left: 0; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:before {
            content: none; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:first-child {
            margin-top: 0; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:last-child {
            margin-bottom: 0; }
        .mobile-menu .menu > li.menu-item-has-children .sub-menu a {
          color: #eee;
          font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .mobile-menu .icon-close-container {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 16px;
    right: 14px;
    cursor: pointer;
    z-index: 99999; }
  .mobile-menu .icon-close {
    width: 28px;
    height: 28px; }
    .mobile-menu .icon-close path:first-child {
      fill: #fff; }

.mobile-menu-search {
  margin-top: 1.875em; }
  .mobile-menu-search input[type='submit'] {
    display: none !important; }

.mobile-menu-icon {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  cursor: pointer;
  z-index: 310; }
  @media screen and (min-width: 900px) {
    .mobile-menu-icon {
      display: none; } }

.mobile-menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #222;
  border-radius: 2px;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 150ms ease;
  transition: 150ms ease; }

.mobile-menu-icon span:nth-child(1) {
  top: 0px; }

.mobile-menu-icon span:nth-child(2),
.mobile-menu-icon span:nth-child(3) {
  top: 8px; }

.mobile-menu-icon span:nth-child(4) {
  top: 16px; }

.site-container.move-left .mobile-menu-icon span:nth-child(1) {
  width: 0%;
  left: 50%; }

.site-container.move-left .mobile-menu-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.site-container.move-left .mobile-menu-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.site-container.move-left .mobile-menu-icon span:nth-child(4) {
  width: 0%;
  left: 50%; }

.top-bar {
  background: #222;
  height: 46px;
  width: 100%;
  color: #ddd;
  padding: 1em 0;
  font-size: 12px;
  text-align: right;
  position: fixed;
  top: 0;
  z-index: 910; }
  @media (min-width: 782px) {
    .top-bar {
      padding: 0.4em 0;
      height: 32px; } }
  .top-bar a {
    color: #ddd;
    text-decoration: underline; }
    .top-bar a:hover {
      color: #fff;
      text-decoration: none; }
  .top-bar .widget_nav_menu {
    display: none;
    margin-left: 1em; }
    @media screen and (min-width: 900px) {
      .top-bar .widget_nav_menu {
        display: inline-block; } }
  .top-bar .widget_objectiv_footer_contact {
    margin-left: 1em;
    display: inline-block; }
    .top-bar .widget_objectiv_footer_contact .social-links {
      clear: both;
      position: relative;
      margin-top: 0;
      line-height: 1; }
      .top-bar .widget_objectiv_footer_contact .social-links a {
        text-decoration: none;
        display: inline-block;
        height: 15px; }
      .top-bar .widget_objectiv_footer_contact .social-links svg {
        background: none;
        fill: #ddd;
        height: 15px;
        margin-right: 5px;
        padding: 0px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        width: 15px; }
        .top-bar .widget_objectiv_footer_contact .social-links svg:hover {
          fill: white;
          background: none; }

.site-header {
  background-color: #f5f5f5;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 900;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  top: 46px;
  /* Title Area */
  /* Header Right */ }
  .fixed-header .site-header {
    position: fixed; }
  @media (min-width: 782px) {
    .site-header {
      top: 32px; } }
  .fixed-header .move-left .site-header {
    right: 300px; }
  .site-header > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  .site-header .title-area {
    padding: 1em 0; }
    .site-header .title-area .site-title {
      font-size: 2.5em;
      font-weight: 500;
      margin-bottom: 0; }
      .site-header .title-area .site-title a {
        color: #222; }
      .site-header .title-area .site-title a:focus,
      .site-header .title-area .site-title a:hover {
        color: #c30922; }
    .site-header .title-area .site-description {
      font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 1em;
      font-weight: 500;
      margin-bottom: 0; }
    .header-image .site-header .title-area .site-description,
    .header-image .site-header .title-area .site-title {
      display: block;
      text-indent: -9999px;
      font-size: 1em; }
    .header-image .site-header .title-area .site-title > a {
      background-color: transparent;
      background-image: url("assets/images/logo.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      height: 30px;
      width: 150px;
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease;
      float: left; }
      @media screen and (min-width: 900px) {
        .header-image .site-header .title-area .site-title > a {
          height: 44px;
          width: 220px; } }
      .header-image .site-header .title-area .site-title > a:before {
        content: '';
        background-image: url("assets/images/logo.png"); }
  .site-header .widget-area {
    width: 100%; }
    @media screen and (min-width: 900px) {
      .site-header .widget-area {
        padding-left: 1.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .site-header .widget-area .genesis-nav-menu {
      display: none; }
      @media screen and (min-width: 900px) {
        .site-header .widget-area .genesis-nav-menu {
          display: block;
          padding-right: 65px; } }
    .site-header .widget-area .widget {
      margin: 0; }
      .site-header .widget-area .widget li li {
        margin-left: 0; }
    .site-header .widget-area .widget_text p {
      margin: 0; }
      .site-header .widget-area .widget_text p a {
        font-size: 1em;
        line-height: 1em;
        text-transform: uppercase;
        background: #c30922;
        padding: 0.8em 1em;
        margin-left: 1.5em;
        color: #fff;
        display: inline-block;
        font-weight: bold; }
        .site-header .widget-area .widget_text p a:hover {
          background: #9c071b; }
  .site-header .top-icon-section {
    position: absolute;
    right: 0;
    top: 12px; }
    @media screen and (min-width: 900px) {
      .site-header .top-icon-section {
        top: auto; } }
    .site-header .top-icon-section .searchPhoneWrap {
      padding: 8px 0 8px 1.5em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      box-align: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: end;
      box-pack: end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end;
      margin: 0 3em 0 0; }
      @media screen and (min-width: 900px) {
        .site-header .top-icon-section .searchPhoneWrap {
          border-left: 1px solid #eee;
          border-color: #999;
          margin: 0; } }
    .site-header .top-icon-section .phoneIcon,
    .site-header .top-icon-section .searchIcon {
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      opacity: 0.6;
      height: 18px;
      width: 18px; }
      .site-header .top-icon-section .phoneIcon svg,
      .site-header .top-icon-section .searchIcon svg {
        fill: transparent;
        stroke: #222;
        width: 18px;
        height: 18px; }
      .site-header .top-icon-section .phoneIcon:hover,
      .site-header .top-icon-section .searchIcon:hover {
        opacity: 1;
        cursor: pointer; }

.top-bar .menu {
  clear: both;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%; }
  .top-bar .menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    position: relative; }
    .top-bar .menu .menu-item:after {
      content: '';
      top: 100%;
      width: 100%;
      height: 20px;
      position: absolute;
      left: 0; }
    .top-bar .menu .menu-item > a {
      color: #ddd;
      display: block;
      padding: 0 0.8em;
      text-decoration: none; }
    .top-bar .menu .menu-item a:hover,
    .top-bar .menu .menu-item a:focus,
    .top-bar .menu .menu-item.current-menu-item > a,
    .top-bar .menu .menu-item.current-menu-ancestor > a,
    .top-bar .menu .menu-item.current-menu-parent > a,
    .top-bar .menu .menu-item.menu-item-has-children.menu-item-hover > a {
      color: white; }
    .top-bar .menu .menu-item:hover > .sub-menu, .top-bar .menu .menu-item:focus > .sub-menu {
      opacity: 1;
      visibility: visible;
      top: 100%; }
    .top-bar .menu .menu-item:last-child > a,
    .top-bar .menu .menu-item.last > a {
      padding-right: 0; }
    .top-bar .menu .menu-item .sub-menu {
      background: #c30922;
      margin: 8px 0 0 -15px;
      padding: 30px 30px;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 250%;
      width: 200px;
      z-index: 900;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
      .top-bar .menu .menu-item .sub-menu li {
        display: block;
        margin: 0; }
        .top-bar .menu .menu-item .sub-menu li a {
          color: #ddd;
          padding: 0 0 1em 0;
          position: relative; }
          .top-bar .menu .menu-item .sub-menu li a:hover {
            color: white; }
        .top-bar .menu .menu-item .sub-menu li.current-menu-item > a:hover,
        .top-bar .menu .menu-item .sub-menu li.current-menu-item > a:focus {
          color: #111; }
        .top-bar .menu .menu-item .sub-menu li:last-child a {
          padding: 0; }
      .top-bar .menu .menu-item .sub-menu .sub-menu {
        margin: -41px 0 0 199px; }
      .top-bar .menu .menu-item .sub-menu.edge {
        left: auto;
        right: 0; }

.genesis-nav-menu {
  clear: both;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%; }
  .genesis-nav-menu .menu-item {
    display: inline-block;
    font-size: 1em;
    margin-bottom: 0;
    text-align: left;
    position: relative; }
    .genesis-nav-menu .menu-item:after {
      content: '';
      top: 100%;
      width: 100%;
      height: 20px;
      position: absolute;
      left: 0; }
    .genesis-nav-menu .menu-item > a {
      color: #666;
      display: block;
      padding: 0.2em 0.8em; }
    .genesis-nav-menu .menu-item a:hover,
    .genesis-nav-menu .menu-item a:focus,
    .genesis-nav-menu .menu-item.current-menu-item > a,
    .genesis-nav-menu .menu-item.current-menu-ancestor > a,
    .genesis-nav-menu .menu-item.current-menu-parent > a,
    .genesis-nav-menu .menu-item.menu-item-has-children.menu-item-hover > a {
      color: #c30922; }
    .genesis-nav-menu .menu-item:hover > .sub-menu, .genesis-nav-menu .menu-item:focus > .sub-menu {
      opacity: 1;
      visibility: visible;
      top: 100%; }
    .genesis-nav-menu .menu-item:last-child > a,
    .genesis-nav-menu .menu-item.last > a {
      padding-right: 0; }
    .genesis-nav-menu .menu-item .sub-menu {
      background: #f5f5f5;
      margin: 10px 0 0 -15px;
      padding: 30px 30px;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 250%;
      width: 200px;
      z-index: 100;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
      .genesis-nav-menu .menu-item .sub-menu li {
        display: block;
        margin: 0; }
        .genesis-nav-menu .menu-item .sub-menu li a {
          color: #888;
          padding: 0 0 1em 0;
          position: relative;
          font-size: 0.875em; }
        .genesis-nav-menu .menu-item .sub-menu li a:hover,
        .genesis-nav-menu .menu-item .sub-menu li a:focus,
        .genesis-nav-menu .menu-item .sub-menu li.current-menu-item > a {
          color: #111; }
        .genesis-nav-menu .menu-item .sub-menu li.current-menu-item > a:hover,
        .genesis-nav-menu .menu-item .sub-menu li.current-menu-item > a:focus {
          color: #111; }
        .genesis-nav-menu .menu-item .sub-menu li:last-child a {
          padding: 0; }
      .genesis-nav-menu .menu-item .sub-menu .sub-menu {
        margin: -41px 0 0 199px; }
      .genesis-nav-menu .menu-item .sub-menu.edge {
        left: auto;
        right: 0; }

.page-banner-slider {
  display: block;
  width: 100%;
  font-size: 80%; }
  @media screen and (min-width: 900px) {
    .page-banner-slider {
      font-size: 100%; } }
  .fixed-header .page-banner-slider {
    padding-top: 104px; }
  .page-banner-slider .page-banner__slide {
    height: 400px; }
    .page-banner-slider .page-banner__slide > .wrap {
      height: 100%; }
  .page-banner-slider.small-height-banner .page-banner__slide {
    height: 150px; }
    @media screen and (min-width: 900px) {
      .page-banner-slider.small-height-banner .page-banner__slide {
        height: 250px; } }
  .page-banner-slider.medium-height-banner .page-banner__slide {
    height: 250px; }
    @media screen and (min-width: 900px) {
      .page-banner-slider.medium-height-banner .page-banner__slide {
        height: 400px; } }
  .page-banner-slider.large-height-banner .page-banner__slide {
    height: 400px; }
    @media screen and (min-width: 900px) {
      .page-banner-slider.large-height-banner .page-banner__slide {
        height: 600px; } }
  .page-banner-slider.full-screen-height-banner .page-banner__slide {
    height: 400px; }
    @media screen and (min-width: 900px) {
      .page-banner-slider.full-screen-height-banner .page-banner__slide {
        height: 100vh; } }
  .page-banner-slider.hide_banner_image .page-banner__slide {
    height: 100px;
    border-bottom: 1px solid #eee; }
    @media screen and (min-width: 900px) {
      .page-banner-slider.hide_banner_image .page-banner__slide {
        height: 150px; } }

.page-banner__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .page-banner__slide > .wrap {
    position: relative; }
  .page-banner__slide .page-banner__content {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    text-align: center; }
  .page-banner__slide .page-banner__subtitle,
  .page-banner__slide .page-banner__title {
    text-align: center;
    margin-bottom: 0;
    line-height: 1; }
  .page-banner__slide #heading-one {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 3.125em;
    font-weight: bold;
    display: block; }
  .page-banner__slide .page-banner__subtitle {
    margin-top: 0.5em; }
    .page-banner__slide .page-banner__subtitle span {
      border-right: 1px solid #fff;
      padding-right: 0.3em; }
      .page-banner__slide .page-banner__subtitle span:last-child {
        border: none;
        padding-right: 0; }
  .page-banner__slide .page-banner__button {
    text-align: center;
    margin-top: 1.5em; }
  .page-banner__slide.light-text .page-banner__subtitle,
  .page-banner__slide.light-text .page-banner__title {
    color: white; }
  .page-banner__slide.dark-text .page-banner__subtitle,
  .page-banner__slide.dark-text .page-banner__title {
    color: #222; }
  .page-banner__slide.video-slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    visibility: hidden; }
    @media (max-width: 900px) {
      .page-banner__slide.video-slide video {
        display: none; } }
  .page-banner__slide.video-slide.slick-current video {
    visibility: visible; }
  .page-banner__slide .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .page-banner__slide .overlay.dark-overlay {
      background-color: rgba(0, 0, 0, 0.5); }
    .page-banner__slide .overlay.light-overlay {
      background-color: rgba(255, 255, 255, 0.3); }
  .page-banner__slide .left-arrow,
  .page-banner__slide .right-arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 100;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    @media screen and (min-width: 900px) {
      .page-banner__slide .left-arrow,
      .page-banner__slide .right-arrow {
        top: 50%;
        bottom: auto; } }
    .page-banner__slide .left-arrow svg,
    .page-banner__slide .right-arrow svg {
      width: 50px;
      height: 50px;
      fill: white; }
    .page-banner__slide .left-arrow:hover,
    .page-banner__slide .right-arrow:hover {
      cursor: pointer;
      opacity: 1; }
  .page-banner__slide .left-arrow {
    left: 1.5em; }
    .page-banner__slide .left-arrow svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .page-banner__slide .right-arrow {
    right: 1.5em; }

/**
 * Entries
 */
.entry {
  position: relative; }

.entry-footer {
  border-top: 1px solid #eee;
  padding-top: 1.5em; }

.entry-title a {
  color: #555; }
  .entry-title a:hover, .entry-title a:focus {
    color: #c30922; }

/**
 * Entry Meta
 */
.entry-meta {
  color: #555;
  font-size: 1em;
  margin-bottom: 0; }
  .entry-meta span,
  .entry-meta time,
  .entry-meta a {
    margin-right: 5px; }
    .entry-meta span:last-child,
    .entry-meta time:last-child,
    .entry-meta a:last-child {
      margin-right: 0; }
  .entry-meta a {
    color: #c30922; }
    .entry-meta a:hover, .entry-meta a:focus {
      color: #620511; }

.entry-terms {
  display: block;
  padding-bottom: 5px; }
  .entry-terms:last-child {
    padding-bottom: 0; }
  .entry-terms span,
  .entry-terms time,
  .entry-terms a {
    margin-right: 0; }

.breadcrumb {
  font-size: 1em;
  margin-bottom: 0.5em; }
  .breadcrumb span:not(.breadcrumb-link-wrap) {
    padding: 0 4px; }

.sidebar {
  font-size: 1em;
  margin-top: 2em; }
  @media screen and (min-width: 900px) {
    .sidebar {
      margin-top: 0; } }
  .sidebar ul {
    line-height: 1.2em; }
  .sidebar li {
    margin-bottom: 1em !important;
    padding-left: 0 !important; }
    .sidebar li:before {
      display: none; }
    .sidebar li a {
      color: #555; }
      .sidebar li a:hover {
        color: #111; }
  .sidebar p:last-child,
  .sidebar ul > li:last-child {
    margin-bottom: 0; }
  .sidebar .widget {
    background-color: white;
    margin-bottom: 2em; }
    @media screen and (min-width: 900px) {
      .sidebar .widget {
        margin-bottom: 3em; } }
    @media screen and (min-width: 900px) {
      .sidebar .widget {
        padding: 0 0 0 2em; } }

#comments,
#respond {
  margin-top: 2em; }

.comment-list {
  list-style: none; }
  .comment-list .comment {
    margin-left: 0; }

.comment {
  position: relative;
  margin-left: 0; }
  .comment > article {
    background-color: white;
    border: 1px solid #eee;
    border-color: #eee;
    border-radius: 3px;
    margin-bottom: 1.5em; }
  .comment .comment {
    margin-top: 1.5em;
    padding-bottom: 0; }
    .comment .comment:last-child {
      margin-bottom: 0; }

.comment-header {
  background-color: #eee;
  border-bottom: 1px solid #eee;
  border-color: #eee;
  clear: both;
  padding: 1em;
  position: relative; }
  .comment-header .comment-author {
    margin-right: 0.5em;
    font-style: italic; }
  .comment-header p {
    display: inline-block;
    margin-bottom: 0; }
  .comment-header .comment-edit-link {
    margin-left: 5px; }
  .comment-header .says {
    display: none; }

.comment .avatar {
  border: 1px solid #eee;
  border-color: white;
  border-size: 4px;
  border-radius: 100%;
  margin-right: 0.5em; }
  @media screen and (min-width: 900px) {
    .comment .avatar {
      left: -24px;
      top: 15px;
      position: absolute;
      width: 48px; } }

.comment .children {
  border-left: 1px dashed #eee;
  padding-left: 1.5em;
  list-style: none; }
  .comment .children .comment {
    padding-left: 0; }
    .comment .children .comment:before {
      display: none; }
  .comment .children header {
    padding-left: 0.5em; }
  .comment .children .avatar {
    left: -50px; }

.comment-content,
.comment-reply {
  clear: both;
  padding: 0.5em; }

.pagination {
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
  clear: both; }
  .pagination li,
  .pagination .pagination-next,
  .pagination .pagination-previous {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .pagination li a,
    .pagination .pagination-next a,
    .pagination .pagination-previous a {
      display: inline-block;
      color: #555;
      padding: 0.5em 1.5em; }
    .pagination li.active, .pagination li:hover, .pagination li:focus,
    .pagination .pagination-next.active,
    .pagination .pagination-next:hover,
    .pagination .pagination-next:focus,
    .pagination .pagination-previous.active,
    .pagination .pagination-previous:hover,
    .pagination .pagination-previous:focus {
      background: #c30922; }
      .pagination li.active a, .pagination li:hover a, .pagination li:focus a,
      .pagination .pagination-next.active a,
      .pagination .pagination-next:hover a,
      .pagination .pagination-next:focus a,
      .pagination .pagination-previous.active a,
      .pagination .pagination-previous:hover a,
      .pagination .pagination-previous:focus a {
        color: white; }
    .pagination li:hover, .pagination li:focus,
    .pagination .pagination-next:hover,
    .pagination .pagination-next:focus,
    .pagination .pagination-previous:hover,
    .pagination .pagination-previous:focus {
      border: 1px solid #eee;
      border-color: #c30922; }
      .pagination li:hover a, .pagination li:focus a,
      .pagination .pagination-next:hover a,
      .pagination .pagination-next:focus a,
      .pagination .pagination-previous:hover a,
      .pagination .pagination-previous:focus a {
        color: white; }
    .pagination li.pagination-omission,
    .pagination .pagination-next.pagination-omission,
    .pagination .pagination-previous.pagination-omission {
      border: 0px; }
      .pagination li.pagination-omission.active, .pagination li.pagination-omission:hover, .pagination li.pagination-omission:focus,
      .pagination .pagination-next.pagination-omission.active,
      .pagination .pagination-next.pagination-omission:hover,
      .pagination .pagination-next.pagination-omission:focus,
      .pagination .pagination-previous.pagination-omission.active,
      .pagination .pagination-previous.pagination-omission:hover,
      .pagination .pagination-previous.pagination-omission:focus {
        background: transparent; }

.site-footer {
  background-color: #222;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 1.5em 0;
  text-align: center;
  color: #bbb; }
  .site-footer .footer-right {
    text-transform: uppercase;
    margin-top: 10px; }
    .site-footer .footer-right a {
      font-weight: bold;
      color: #bbb; }
      .site-footer .footer-right a:hover {
        color: #fff; }
  @media screen and (min-width: 900px) {
    .site-footer .footer-left {
      float: left; }
    .site-footer .footer-right {
      float: right;
      margin-top: 0; } }
  .site-footer p {
    margin-bottom: 0; }

.call-to-action.footer-cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #222;
  display: block;
  padding: 7.5em 0;
  position: relative;
  width: 100%; }
  .call-to-action.footer-cta .wrap {
    position: relative;
    z-index: 100; }
  .call-to-action.footer-cta .cta-content {
    color: white; }
    .call-to-action.footer-cta .cta-content p {
      font-size: 1.5em;
      margin-bottom: 1.5em; }
      .call-to-action.footer-cta .cta-content p:last-of-type {
        font-size: 1em; }
  .call-to-action.footer-cta.img-bg {
    position: relative; }
    .call-to-action.footer-cta.img-bg:before {
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      background-color: rgba(34, 34, 34, 0.7);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .call-to-action.footer-cta.img-bg .wrap {
      position: relative;
      z-index: 100; }
  .call-to-action.footer-cta.video-bg {
    position: relative;
    overflow: hidden; }
    .call-to-action.footer-cta.video-bg:before {
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      background-color: rgba(34, 34, 34, 0.7);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .call-to-action.footer-cta.video-bg .wrap {
      position: relative;
      z-index: 100; }
    @media screen and (min-width: 900px) {
      .call-to-action.footer-cta.video-bg {
        position: relative; }
        .call-to-action.footer-cta.video-bg:before {
          -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
          background-color: rgba(34, 34, 34, 0);
          content: '';
          display: block;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }
        .call-to-action.footer-cta.video-bg .wrap {
          position: relative;
          z-index: 100; } }
    .call-to-action.footer-cta.video-bg .autoplay-video {
      bottom: 0;
      display: none;
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%; }
      @media screen and (min-width: 900px) {
        .call-to-action.footer-cta.video-bg .autoplay-video {
          display: block; } }

.error404 .site-inner {
  display: inline-block;
  width: 100%; }

.error404 .content {
  background-color: white; }

.error404 .section-404 {
  padding: 4em 0;
  text-align: center; }
  @media screen and (min-width: 900px) {
    .error404 .section-404 {
      padding: 6.25em 0; } }
  .error404 .section-404 input {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    text-align: center; }

.header-search-box {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: none; }
  .header-search-box .inner-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-search-box.search-is-open {
    background-color: #eee;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 0 1.5em; }
    .scrolled .header-search-box.search-is-open {
      border-bottom: 1px solid #eee; }
    .header-search-box.search-is-open input {
      background: #eee;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin: 0;
      width: 80%; }
    .header-search-box.search-is-open input[type='submit'] {
      display: none; }
    .header-search-box.search-is-open .header-search-box__close-search {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      position: absolute;
      right: 1.5em;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 40px; }
      .header-search-box.search-is-open .header-search-box__close-search:hover {
        cursor: pointer; }

.footer-widgets {
  background-color: #f5f5f5;
  clear: both;
  position: relative;
  padding: 3em 0;
  color: #444; }
  @media screen and (min-width: 900px) {
    .footer-widgets {
      padding: 5.125em 0; } }
  .footer-widgets .widget-area {
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .footer-widgets .widget-area {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .footer-widgets .widget-area:last-child {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(4n) {
          margin-right: 2.35765%; }
        .footer-widgets .widget-area:nth-child(4n+1) {
          clear: none; }
        .footer-widgets .widget-area:nth-child(2n) {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 900px) {
      .footer-widgets .widget-area {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-bottom: 0; }
        .footer-widgets .widget-area:last-child {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(2n) {
          margin-right: 2.35765%; }
        .footer-widgets .widget-area:nth-child(2n+1) {
          clear: none; }
        .footer-widgets .widget-area:nth-child(4n) {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(4n+1) {
          clear: left; } }
    .footer-widgets .widget-area .widget {
      text-align: left;
      clear: both;
      min-width: 51%; }
      @media screen and (min-width: 900px) {
        .footer-widgets .widget-area .widget {
          display: inline-block; } }
      .footer-widgets .widget-area .widget .textwidget p:last-child {
        margin-bottom: 0; }
  .footer-widgets .widget-title.widgettitle {
    font-size: 1.75em;
    color: #333;
    font-weight: bold;
    text-transform: uppercase; }
  .footer-widgets .widget_objectiv_footer_contact .footer-logo {
    max-width: 300px;
    margin-bottom: 0.5em; }
  .footer-widgets .widget_objectiv_footer_contact .get-directions {
    margin-top: -0.5em; }
  .footer-widgets .widget_objectiv_footer_contact .email {
    word-break: break-word; }
  .footer-widgets .widget_objectiv_footer_contact p {
    margin-bottom: 0.5em; }
  .footer-widgets ul.menu {
    margin-bottom: 0.5em;
    padding: 0; }
    .footer-widgets ul.menu ul.sub-menu {
      display: none; }
  .footer-widgets li {
    list-style-type: none; }
  .footer-widgets .menu-item {
    margin-bottom: 0.5em; }
    .footer-widgets .menu-item a {
      color: #444;
      position: relative;
      -webkit-transition: color 300ms ease;
      transition: color 300ms ease; }
      .footer-widgets .menu-item a:hover {
        color: #c30922; }
  .footer-widgets .widget_media_image img {
    display: block; }

.social-links {
  clear: both;
  position: relative;
  margin-top: 1em; }
  .social-links svg {
    background: #bbb;
    fill: #fff;
    height: 30px;
    margin-right: 5px;
    padding: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 30px; }
    .social-links svg:hover {
      background: #c30922; }

.post-type-archive-testimonial .featured-testimonial-block-wrap {
  margin-bottom: 4em; }

.post-type-archive-testimonial .featured-testimonial-block {
  color: white;
  display: inline-block;
  margin-bottom: 3em;
  width: 100%;
  position: relative; }
  .post-type-archive-testimonial .featured-testimonial-block:last-of-type {
    margin-bottom: 0px; }
  .post-type-archive-testimonial .featured-testimonial-block .testimonial-image {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .post-type-archive-testimonial .featured-testimonial-block .testimonial-info {
    background-color: #c30922;
    color: white;
    display: inline-block;
    padding: 2rem;
    width: 100%; }
  .post-type-archive-testimonial .featured-testimonial-block .testimonial-text {
    color: white; }
    .post-type-archive-testimonial .featured-testimonial-block .testimonial-text a {
      color: white;
      text-decoration: underline; }
      .post-type-archive-testimonial .featured-testimonial-block .testimonial-text a:hover {
        text-decoration: none; }
  .post-type-archive-testimonial .featured-testimonial-block .testimonial-title {
    color: white; }
    @media screen and (min-width: 600px) {
      .post-type-archive-testimonial .featured-testimonial-block .testimonial-title {
        float: left; } }
  @media screen and (min-width: 600px) {
    .post-type-archive-testimonial .featured-testimonial-block .testimonial-button {
      float: right; } }

.post-type-archive-testimonial .testimonial-block {
  background-color: #eee;
  display: inline-block;
  margin-top: 3em;
  padding: 2rem;
  width: 100%;
  position: relative; }
  .post-type-archive-testimonial .testimonial-block:first-of-type {
    margin-top: 0; }
  @media screen and (min-width: 900px) {
    .post-type-archive-testimonial .testimonial-block {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .post-type-archive-testimonial .testimonial-block:last-child {
        margin-right: 0; }
      .post-type-archive-testimonial .testimonial-block:nth-child(2n) {
        margin-right: 0; }
      .post-type-archive-testimonial .testimonial-block:nth-child(2n+1) {
        clear: left; }
      .post-type-archive-testimonial .testimonial-block:nth-child(1), .post-type-archive-testimonial .testimonial-block:nth-child(2) {
        margin-top: 0; } }
  .post-type-archive-testimonial .testimonial-block.has-image .testimonial-img {
    margin: 0 auto 1.5em auto;
    display: block;
    width: 120px; }
    @media screen and (min-width: 600px) {
      .post-type-archive-testimonial .testimonial-block.has-image .testimonial-img {
        position: absolute;
        top: -10px;
        left: -10px; } }
  @media screen and (min-width: 600px) {
    .post-type-archive-testimonial .testimonial-block.has-image .testimonial-info {
      padding-left: 110px; } }
  @media screen and (min-width: 600px) {
    .post-type-archive-testimonial .testimonial-block .testimonial-title {
      float: left; } }
  @media screen and (min-width: 600px) {
    .post-type-archive-testimonial .testimonial-block .testimonial-button {
      float: right; } }

.single-testimonial .page-banner-slider .page-banner__slide {
  height: 100px;
  border-bottom: 1px solid #eee; }
  @media screen and (min-width: 900px) {
    .single-testimonial .page-banner-slider .page-banner__slide {
      height: 150px; } }

.slick-slider {
  background: url("assets/images/loader.gif"); }

.slick-slider .slick-list {
  opacity: 0;
  position: absolute; }

.slick-slider.slick-initialized {
  background: none; }

.slick-slider.slick-initialized .slick-list {
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }

.blog .blog-title, .archive .blog-title {
  text-align: center;
  padding-top: 4.5em; }

.blog .post, .archive .post {
  display: block;
  margin-bottom: 3em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  @media screen and (min-width: 600px) {
    .blog .post, .archive .post {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .blog .post:last-child, .archive .post:last-child {
        margin-right: 0; }
      .blog .post:nth-child(2n), .archive .post:nth-child(2n) {
        margin-right: 0; }
      .blog .post:nth-child(2n+1), .archive .post:nth-child(2n+1) {
        clear: left; } }
  .blog .post:hover, .archive .post:hover {
    border-color: #c30922; }
  .blog .post .post-image, .archive .post .post-image {
    height: 300px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .blog .post .post-date, .archive .post .post-date {
    background: #000;
    padding: 0.3em;
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0; }
  .blog .post .entry-content, .archive .post .entry-content {
    margin-bottom: 0;
    color: #555; }
    .blog .post .entry-content p, .archive .post .entry-content p {
      font-size: 0.875em;
      margin-bottom: 0.75em; }
    .blog .post .entry-content *:last-child, .archive .post .entry-content *:last-child {
      margin-bottom: 0; }
  .blog .post .entry-header, .archive .post .entry-header {
    background-color: #fff;
    margin-bottom: 0;
    overflow: hidden; }
    .blog .post .entry-header .entry-title, .archive .post .entry-header .entry-title {
      font-size: 1.5em;
      font-weight: bold; }
      .blog .post .entry-header .entry-title a, .archive .post .entry-header .entry-title a {
        color: #000; }
        .blog .post .entry-header .entry-title a:hover, .archive .post .entry-header .entry-title a:hover {
          color: #c30922; }
  .blog .post .read-more-link, .archive .post .read-more-link {
    font-size: 1.125em;
    text-transform: uppercase;
    margin-top: 20px;
    display: block; }
  .blog .post .entry-footer, .archive .post .entry-footer {
    display: none; }

.post-template-default.single .site-inner .wrap {
  max-width: 650px; }

.post-template-default.single .post .entry-footer {
  font-weight: bold; }

.post-type-archive-project .win {
  display: inline-block;
  margin-bottom: 1.5em;
  width: 100%; }
  @media screen and (min-width: 900px) {
    .post-type-archive-project .win {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .post-type-archive-project .win:last-child {
        margin-right: 0; }
      .post-type-archive-project .win:nth-child(6n) {
        margin-right: 0; }
      .post-type-archive-project .win:nth-child(6n+1) {
        clear: left; } }
  .post-type-archive-project .win .win-img {
    margin-bottom: 1em; }
  .post-type-archive-project .win .win-info .win-title {
    font-weight: bold; }
  .post-type-archive-project .win .win-info .win-cats {
    color: #777;
    font-size: 1em;
    margin-top: -0.5em; }
    .post-type-archive-project .win .win-info .win-cats span {
      border-right: 1px solid #999;
      padding-right: 0.3em; }
      .post-type-archive-project .win .win-info .win-cats span:last-child {
        border: none;
        padding-right: 0; }
  .post-type-archive-project .win .win-info .win-blurb {
    font-size: 0.875em; }

.search-form {
  margin-bottom: 1.5em; }

.search .entry-header {
  margin-bottom: 1rem; }
  .search .entry-header .entry-title {
    padding-top: 0;
    font-size: 2.25em;
    margin-bottom: 0.2em; }
    .search .entry-header .entry-title a {
      color: #111; }
  .search .entry-header h2:before,
  .search .entry-header h2:after {
    display: none; }

.search .entry-meta .entry-time {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #777; }

.search article {
  background-color: #eee;
  padding: 2em;
  margin-bottom: 1.5em; }
  .search article .entry-content {
    margin-bottom: 0; }
  .search article:last-of-type {
    margin-bottom: 0; }

.search .search-result-footer {
  margin-top: 1rem; }

.top-pager {
  margin-bottom: 1em; }

.sweep-wrap {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  margin-bottom: 2em;
  padding: 2em; }
  @media screen and (min-width: 600px) {
    .sweep-wrap {
      padding: 2.5em; } }
  .sweep-wrap:last-child {
    margin-bottom: 0; }
  .sweep-wrap.xed {
    background-color: rgba(245, 245, 245, 0.4); }
    .sweep-wrap.xed .sweep-info {
      display: none; }
    .sweep-wrap.xed .sweep-date,
    .sweep-wrap.xed .sweep-title,
    .sweep-wrap.xed .sweep-grand-prize,
    .sweep-wrap.xed .sweep-prize,
    .sweep-wrap.xed .sweep-categories,
    .sweep-wrap.xed .favorites-button-wrap,
    .sweep-wrap.xed .entered-wrap,
    .sweep-wrap.xed .heart-wrap,
    .sweep-wrap.xed .sweep-comments {
      opacity: 0.4; }
  .sweep-wrap.hearted {
    border: 2px solid #2cd26b; }

.sweep-date {
  display: block;
  font-style: italic; }

.sweep-title {
  display: block;
  font-size: 1.75em;
  margin-bottom: 0.2em; }

.sweep-grand-prize {
  margin-bottom: 0.2em; }

.sweep-prize {
  font-size: 0.8125em;
  font-weight: bold; }

.sweep-categories {
  font-size: 1em; }

.sweep-info {
  border-top: 1px solid #ddd;
  color: #333;
  font-size: 0.875em;
  margin-top: 1.5em;
  padding-top: 1em; }
  .sweep-info span {
    border-right: 1px solid #555;
    margin-right: 0.5em;
    padding-right: 0.5em; }
    .sweep-info span:last-child {
      border: none;
      margin-right: 0;
      padding-right: 0; }
  .sweep-info .sweep-enter p {
    display: inline; }
    .sweep-info .sweep-enter p a {
      display: inline-block;
      word-break: break-word; }
  .sweep-info .sweep-notes p {
    display: inline; }

.sweep-comments {
  margin-bottom: 0;
  margin-top: 1em; }

.sweep-content {
  margin-top: 2em; }

/**** My Sweeps Button ****/
.simplefavorite-button {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  padding: 0.5em 1em; }
  .simplefavorite-button:hover, .simplefavorite-button.active {
    background-color: #c30922;
    border-color: transparent;
    color: white;
    opacity: 1 !important; }
  .simplefavorite-button:hover {
    opacity: 0.7 !important; }

/*** Sweepstakes Facets ***/
.sidebar-wrap {
  font-size: 0.875em; }

.site-container .sweepstakes-sidebar-item {
  margin-bottom: 1.5em; }
  @media screen and (min-width: 900px) {
    .site-container .sweepstakes-sidebar-item {
      float: left;
      width: 25%; }
      .site-container .sweepstakes-sidebar-item:nth-child(4n + 1) {
        clear: both; } }
  .site-container .sweepstakes-sidebar-item .widget-title {
    margin-bottom: 5px; }
  .site-container .sweepstakes-sidebar-item .facetwp-facet {
    margin-bottom: 0; }
  .site-container .sweepstakes-sidebar-item input {
    background: white;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.75em;
    margin-bottom: 0;
    outline: none;
    padding: 6px 8px;
    width: 100%; }
    @media screen and (min-width: 900px) {
      .site-container .sweepstakes-sidebar-item input {
        width: 80%; } }
  .site-container .sweepstakes-sidebar-item .facetwp-type-fselect .fs-wrap {
    width: 100%; }
    @media screen and (min-width: 900px) {
      .site-container .sweepstakes-sidebar-item .facetwp-type-fselect .fs-wrap {
        width: 80%; } }
  .site-container .sweepstakes-sidebar-item .facetwp-search-wrap {
    display: block;
    width: 80%; }
    .site-container .sweepstakes-sidebar-item .facetwp-search-wrap .facetwp-btn {
      top: 7px; }
    .site-container .sweepstakes-sidebar-item .facetwp-search-wrap input {
      width: 100%; }
  .site-container .sweepstakes-sidebar-item .facetwp-facet .facetwp-autocomplete-update {
    display: none; }
  .site-container .sweepstakes-sidebar-item .facetwp-reset {
    background-color: #ddd;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #303030;
    cursor: pointer;
    font-size: 1em;
    margin-top: 12px;
    padding: 1em 1.5em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .site-container .sweepstakes-sidebar-item .facetwp-reset:hover {
      background-color: #c30922;
      border-color: #c30922;
      color: white; }
  .site-container .sweepstakes-sidebar-item .submit-sweep-button {
    background-color: #999;
    color: white;
    display: inline-block;
    font-size: 1em;
    margin-top: 12px;
    padding: 1em 1.5em; }
    .site-container .sweepstakes-sidebar-item .submit-sweep-button:hover {
      background-color: #c30922;
      color: white; }

/**** Sweeps Sort ****/
.facetwp-sort {
  float: right;
  margin: 0.875em 0; }
  .facetwp-sort select {
    margin-bottom: 0; }

/**** Sweeps Selections ****/
.sweepstakes-selections {
  clear: both;
  margin-bottom: 1em; }
  .sweepstakes-selections ul {
    margin-bottom: 0; }
    .sweepstakes-selections ul li {
      margin: 0;
      padding: 0; }
      .sweepstakes-selections ul li:before {
        display: none; }

/**** PDF Print Button ****/
.pdfprnt-button-print {
  display: none !important; }

#sweeps .pdfprnt-buttons-custom {
  display: inline-block;
  padding: 0; }

#sweeps .pdfprnt-buttons-custom a {
  background-color: #c30922;
  color: white;
  display: inline-block;
  font-size: 12px;
  padding: 0.5em 1em; }
  #sweeps .pdfprnt-buttons-custom a:hover {
    background-color: #333; }
  @media screen and (min-width: 600px) {
    #sweeps .pdfprnt-buttons-custom a {
      font-size: 14px; } }
  #sweeps .pdfprnt-buttons-custom a span {
    padding: 0;
    vertical-align: top; }

/**** Clear Sweeps Button ****/
#simplefavorites-clear,
#simplefavorites-clear-placeholder {
  background-color: #888;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  padding: 0.5em 1em; }
  @media screen and (min-width: 600px) {
    #simplefavorites-clear,
    #simplefavorites-clear-placeholder {
      font-size: 14px; } }
  #simplefavorites-clear:hover,
  #simplefavorites-clear-placeholder:hover {
    background-color: #333; }

#simplefavorites-clear {
  display: none; }

.single-sweepstakes article {
  margin-top: 2em; }

body.bbpress #bbpress-forums {
  margin-bottom: 0; }
  body.bbpress #bbpress-forums ul li {
    padding-left: 0; }
    body.bbpress #bbpress-forums ul li.bbp-header {
      padding-left: 8px; }
    body.bbpress #bbpress-forums ul li:before {
      display: none; }
  body.bbpress #bbpress-forums li.bbp-forum-info,
  body.bbpress #bbpress-forums li.bbp-topic-title {
    width: 45%;
    font-size: 14px !important; }
    @media screen and (min-width: 600px) {
      body.bbpress #bbpress-forums li.bbp-forum-info,
      body.bbpress #bbpress-forums li.bbp-topic-title {
        width: 55%;
        font-size: 18px !important; } }
  body.bbpress #bbpress-forums li.bbp-forum-reply-count,
  body.bbpress #bbpress-forums li.bbp-forum-topic-count,
  body.bbpress #bbpress-forums li.bbp-topic-reply-count,
  body.bbpress #bbpress-forums li.bbp-topic-voice-count {
    font-size: 14px !important;
    width: 15%; }
    @media screen and (min-width: 600px) {
      body.bbpress #bbpress-forums li.bbp-forum-reply-count,
      body.bbpress #bbpress-forums li.bbp-forum-topic-count,
      body.bbpress #bbpress-forums li.bbp-topic-reply-count,
      body.bbpress #bbpress-forums li.bbp-topic-voice-count {
        font-size: 18px !important;
        width: 10%; } }
  body.bbpress #bbpress-forums li.bbp-forum-freshness,
  body.bbpress #bbpress-forums li.bbp-topic-freshness {
    width: 25%;
    font-size: 14px !important; }
    @media screen and (min-width: 600px) {
      body.bbpress #bbpress-forums li.bbp-forum-freshness,
      body.bbpress #bbpress-forums li.bbp-topic-freshness {
        font-size: 18px !important; } }
  body.bbpress #bbpress-forums #bbp-search-form {
    margin-bottom: 1em; }
    body.bbpress #bbpress-forums #bbp-search-form #bbp_search {
      margin-bottom: 0;
      border-radius: 0;
      padding: 0;
      float: left; }
    body.bbpress #bbpress-forums #bbp-search-form input[type="submit"],
    body.bbpress #bbpress-forums #bbp-search-form #bsp_search_submit2 {
      padding: 0 1em;
      border: none;
      -webkit-font-smoothing: subpixel-antialiased; }
  body.bbpress #bbpress-forums .bbp-breadcrumb {
    clear: both; }

body.bbpress .entry-footer {
  display: none; }

.pmpro-checkout .pmpro_form .pmpro_checkout-fields span {
  display: block;
  margin-left: 0 !important; }
  @media screen and (min-width: 600px) {
    .pmpro-checkout .pmpro_form .pmpro_checkout-fields span {
      display: inline;
      margin-left: 2em !important; } }
  .pmpro-checkout .pmpro_form .pmpro_checkout-fields span:first-child {
    margin-left: 0 !important; }

.sweep-actions-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }
  .sweep-actions-wrap > div.entered-wrap,
  .sweep-actions-wrap > div.x-wrap,
  .sweep-actions-wrap > div.heart-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    position: relative;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms; }
    .sweep-actions-wrap > div.entered-wrap.loading,
    .sweep-actions-wrap > div.x-wrap.loading,
    .sweep-actions-wrap > div.heart-wrap.loading {
      opacity: 0.7;
      pointer-events: none; }
    .sweep-actions-wrap > div.entered-wrap.entered svg,
    .sweep-actions-wrap > div.x-wrap.entered svg,
    .sweep-actions-wrap > div.heart-wrap.entered svg {
      color: #c30922; }
    .sweep-actions-wrap > div.entered-wrap.entered:hover .entered-details,
    .sweep-actions-wrap > div.x-wrap.entered:hover .entered-details,
    .sweep-actions-wrap > div.heart-wrap.entered:hover .entered-details {
      opacity: 1;
      pointer-events: auto; }
    .sweep-actions-wrap > div.entered-wrap.entered .entered-details,
    .sweep-actions-wrap > div.x-wrap.entered .entered-details,
    .sweep-actions-wrap > div.heart-wrap.entered .entered-details {
      opacity: 1;
      z-index: 20; }
      @media screen and (min-width: 900px) {
        .sweep-actions-wrap > div.entered-wrap.entered .entered-details,
        .sweep-actions-wrap > div.x-wrap.entered .entered-details,
        .sweep-actions-wrap > div.heart-wrap.entered .entered-details {
          opacity: 0; } }
    .sweep-actions-wrap > div.entered-wrap svg,
    .sweep-actions-wrap > div.x-wrap svg,
    .sweep-actions-wrap > div.heart-wrap svg {
      color: #aaa; }
    .sweep-actions-wrap > div.entered-wrap.not-entered .entered-details,
    .sweep-actions-wrap > div.x-wrap.not-entered .entered-details,
    .sweep-actions-wrap > div.heart-wrap.not-entered .entered-details {
      display: none; }
    .sweep-actions-wrap > div.entered-wrap .iterate-entry-count,
    .sweep-actions-wrap > div.x-wrap .iterate-entry-count,
    .sweep-actions-wrap > div.heart-wrap .iterate-entry-count {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .sweep-actions-wrap > div.entered-wrap .entered-count,
    .sweep-actions-wrap > div.x-wrap .entered-count,
    .sweep-actions-wrap > div.heart-wrap .entered-count {
      margin-left: 0.125rem; }
    .sweep-actions-wrap > div.entered-wrap .entered-details,
    .sweep-actions-wrap > div.x-wrap .entered-details,
    .sweep-actions-wrap > div.heart-wrap .entered-details {
      margin: 0.25rem;
      opacity: 0; }
      @media screen and (min-width: 900px) {
        .sweep-actions-wrap > div.entered-wrap .entered-details,
        .sweep-actions-wrap > div.x-wrap .entered-details,
        .sweep-actions-wrap > div.heart-wrap .entered-details {
          margin: 0;
          padding-left: 0.75rem;
          pointer-events: none;
          position: absolute;
          right: 0rem;
          top: 50%;
          -webkit-transform: translateY(-50%) translateX(100%);
                  transform: translateY(-50%) translateX(100%); } }
    .sweep-actions-wrap > div.entered-wrap .inner-entered-details,
    .sweep-actions-wrap > div.x-wrap .inner-entered-details,
    .sweep-actions-wrap > div.heart-wrap .inner-entered-details {
      background-color: white;
      border: 1px solid #eee;
      border-radius: 0.25rem;
      line-height: 1;
      padding: 0.5rem;
      width: 100%; }
      @media screen and (min-width: 600px) {
        .sweep-actions-wrap > div.entered-wrap .inner-entered-details,
        .sweep-actions-wrap > div.x-wrap .inner-entered-details,
        .sweep-actions-wrap > div.heart-wrap .inner-entered-details {
          width: 15.625rem; } }
      .sweep-actions-wrap > div.entered-wrap .inner-entered-details .reset-entered,
      .sweep-actions-wrap > div.x-wrap .inner-entered-details .reset-entered,
      .sweep-actions-wrap > div.heart-wrap .inner-entered-details .reset-entered {
        font-size: 0.875em; }
  .sweep-actions-wrap div.x-wrap.xed svg {
    color: black; }
  .sweep-actions-wrap div.x-wrap .x-toggle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .sweep-actions-wrap div.heart-wrap.hearted svg {
    color: #2cd26b; }
  .sweep-actions-wrap div.heart-wrap .heart-toggle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

/**
 * Sections
 */
.accordion-row-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .accordion-row-header:hover .ac-row-title, .accordion-row-header.active-ar .ac-row-title {
    color: #c30922; }
  .accordion-row-header:hover .ac-row-toggle:before, .accordion-row-header:hover .ac-row-toggle:after, .accordion-row-header.active-ar .ac-row-toggle:before, .accordion-row-header.active-ar .ac-row-toggle:after {
    background: #c30922; }

.ac-row-title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  max-width: 84%;
  font-size: 1.125em;
  font-weight: bold; }

.ac-row-toggle {
  position: relative; }
  .ac-row-toggle:before, .ac-row-toggle:after {
    background: #555;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: -2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 14px; }
  .ac-row-toggle:before {
    right: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .ac-row-toggle:after {
    right: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .active-ar .ac-row-toggle:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .active-ar .ac-row-toggle:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.accordion-row-content {
  display: none;
  overflow: hidden; }

.accordions-columns-wrap .accordions-wrap-right {
  margin-top: 0.5em; }

.page-section-stories {
  overflow: hidden; }
  .page-section-stories .section-header {
    text-align: center; }
  .page-section-stories .blog-feed-slider {
    position: relative; }
    @media screen and (min-width: 600px) {
      .page-section-stories .blog-feed-slider {
        margin-left: -1.5em;
        width: calc(100% + 3em); } }
  .page-section-stories .story {
    display: block;
    padding: 0 1.5em; }
  .page-section-stories .story-img {
    height: 250px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .page-section-stories .story-date {
    font-size: 0.9375em; }
  .page-section-stories .story-title {
    margin-bottom: 0.5em;
    font-weight: bold; }
    .page-section-stories .story-title a {
      color: #222; }
      .page-section-stories .story-title a:hover {
        color: #c30922; }
  .page-section-stories .story-cats {
    margin-bottom: 1em; }
    .page-section-stories .story-cats span {
      border-right: 1px solid #555;
      padding-right: 0.3em; }
      .page-section-stories .story-cats span:last-child {
        border: none;
        padding-right: 0; }
  .page-section-stories .story-blurb-content {
    font-size: 0.875em;
    margin-bottom: 0.75em;
    color: #555; }
  .page-section-stories .read-more {
    text-transform: uppercase;
    font-size: 0.875em; }
  .page-section-stories .left-arrow,
  .page-section-stories .right-arrow {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    display: block !important;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    z-index: 100; }
    .page-section-stories .left-arrow.slick-hidden,
    .page-section-stories .right-arrow.slick-hidden {
      display: none !important; }
    .page-section-stories .left-arrow svg,
    .page-section-stories .right-arrow svg {
      fill: #222;
      height: 50px;
      width: 50px; }
    .page-section-stories .left-arrow:hover,
    .page-section-stories .right-arrow:hover {
      cursor: pointer;
      opacity: 1; }
  .page-section-stories .left-arrow {
    left: -20px; }
    .page-section-stories .left-arrow svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .page-section-stories .right-arrow {
    right: -20px; }
  .page-section-stories .blog-feed-bottom {
    margin-top: 2em;
    text-align: center; }

#flexible-section-repeater .content-section p:last-child {
  margin-bottom: 0; }
  #flexible-section-repeater .content-section p:last-child img {
    margin-bottom: 0; }

#flexible-section-repeater .content-section .l-content,
#flexible-section-repeater .content-section .r-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  #flexible-section-repeater .content-section .l-content:last-child,
  #flexible-section-repeater .content-section .r-content:last-child {
    margin-right: 0; }

#flexible-section-repeater .content-section .l-content,
#flexible-section-repeater .content-section.thirty-three .r-content {
  margin-bottom: 3em; }
  @media screen and (min-width: 900px) {
    #flexible-section-repeater .content-section .l-content,
    #flexible-section-repeater .content-section.thirty-three .r-content {
      margin-bottom: 0; } }

@media screen and (min-width: 900px) {
  #flexible-section-repeater .content-section.fifty-fifty .l-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #flexible-section-repeater .content-section.fifty-fifty .l-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.fifty-fifty .r-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0; }
    #flexible-section-repeater .content-section.fifty-fifty .r-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.thirty-seventy .l-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    #flexible-section-repeater .content-section.thirty-seventy .l-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.thirty-seventy .r-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0; }
    #flexible-section-repeater .content-section.thirty-seventy .r-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.seventy-thirty .l-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    #flexible-section-repeater .content-section.seventy-thirty .l-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.seventy-thirty .r-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0; }
    #flexible-section-repeater .content-section.seventy-thirty .r-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.thirty-three .l-content,
  #flexible-section-repeater .content-section.thirty-three .r-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    #flexible-section-repeater .content-section.thirty-three .l-content:last-child,
    #flexible-section-repeater .content-section.thirty-three .r-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.thirty-three .third-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0; }
    #flexible-section-repeater .content-section.thirty-three .third-content:last-child {
      margin-right: 0; } }

.cta-section.page-flexible-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .cta-section.page-flexible-section .section-title {
    margin-top: 0; }

.cta-content {
  text-align: center;
  padding: 6em 0;
  position: relative;
  z-index: 100;
  color: white; }

.cta-overlay {
  background-color: #222;
  opacity: 0.5;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#flexible-section-repeater .informational-cta-section {
  position: relative;
  background: #eee; }
  #flexible-section-repeater .informational-cta-section *:last-child {
    margin-bottom: 0px; }
  #flexible-section-repeater .informational-cta-section.wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  #flexible-section-repeater .informational-cta-section .wrap {
    position: static; }
  #flexible-section-repeater .informational-cta-section .item {
    width: 100%; }
    @media screen and (min-width: 900px) {
      #flexible-section-repeater .informational-cta-section .item {
        width: 50%; } }
    #flexible-section-repeater .informational-cta-section .item.content-section {
      padding-top: 4em;
      padding-bottom: 4em; }
      #flexible-section-repeater .informational-cta-section .item.content-section p {
        font-size: 1em; }
      @media screen and (min-width: 900px) {
        #flexible-section-repeater .informational-cta-section .item.content-section {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          padding: 6em 4em 6em 0; }
          #flexible-section-repeater .informational-cta-section .item.content-section:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 900px) {
        #flexible-section-repeater .informational-cta-section .item.content-section.right {
          margin-left: 51.17883%;
          padding-left: 4em;
          padding-right: 0; } }
    #flexible-section-repeater .informational-cta-section .item.image {
      background-color: black;
      position: relative;
      height: 400px; }
      @media screen and (min-width: 900px) {
        #flexible-section-repeater .informational-cta-section .item.image {
          display: block;
          position: absolute;
          width: 50%;
          height: 100%; }
          #flexible-section-repeater .informational-cta-section .item.image.left {
            left: 50%; }
          #flexible-section-repeater .informational-cta-section .item.image.right {
            right: 50%; } }
      #flexible-section-repeater .informational-cta-section .item.image .bg {
        height: 100%;
        width: 100.1%;
        background-position: center;
        background-repeat: no-repeat; }
        #flexible-section-repeater .informational-cta-section .item.image .bg.has-content-over {
          opacity: 0.5; }
      #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        @media screen and (min-width: 900px) {
          #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap {
            max-width: 650px; } }
        #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-inner-wrap {
          display: block;
          height: 100%;
          position: relative;
          width: 100%; }
        #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-content {
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          color: white;
          font-size: 1.25em;
          padding-left: 1.5em;
          padding-right: 1.5em;
          position: absolute;
          top: 50%; }
          @media screen and (min-width: 900px) {
            #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-content {
              padding-left: 3.9375rem; }
              .image.item.right #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-content {
                padding-right: 3.9375rem;
                padding-left: 1.5em; } }

.icon-blurb-section.color {
  margin: 0 !important; }

.icon-blurb-section .upper-content,
.icon-blurb-section .bottom-content {
  text-align: center;
  clear: both; }

.icon-blurb-section .bottom-content {
  margin-top: 2.5em; }

.icon-blurb-section .icon-blurb-grid .blurb svg {
  fill: #c30922;
  height: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 3.75em; }

.icon-blurb-section .icon-blurb-grid .blurb .inner-blurb {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-image-wrap {
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1em; }
    .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-image-wrap .blurb-image {
      width: 80px; }
  .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-title {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0.3em; }
  .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-text {
    margin-bottom: 0;
    font-size: 0.875em;
    color: #555; }
  .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-button {
    margin-top: 1.5em; }

.icon-blurb-section .icon-blurb-grid .blurb:hover a .inner-blurb {
  opacity: 0.6; }

.boxes-section.color.white {
  padding: 0 !important; }

@media screen and (min-width: 900px) {
  .boxes-section .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.boxes-section .boxes-content {
  margin-bottom: 2em;
  text-align: center; }
  @media screen and (min-width: 900px) {
    .boxes-section .boxes-content {
      margin-bottom: 0;
      text-align: left; } }

@media screen and (min-width: 900px) {
  .boxes-section .box-item {
    margin-bottom: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .boxes-section .box-item:last-child {
      margin-right: 0; } }

@media screen and (min-width: 900px) {
  .boxes-section.hide-section-info .box-item {
    margin-bottom: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .boxes-section.hide-section-info .box-item:last-child {
      margin-right: 0; } }

.boxes-section.hide-section-info .boxes-content {
  display: none; }

.boxes-section.hide-section-info .box-icon {
  height: 80px !important; }

.boxes-section .box {
  background-color: #c30922;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 2.5em 2em;
  display: block; }
  .boxes-section .box:nth-child(3) {
    background-color: #caebf2; }
  .boxes-section .box:nth-child(4) {
    background-color: #222; }
  @media screen and (min-width: 900px) {
    .boxes-section .box.linked:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); } }
  .boxes-section .box .box-icon {
    height: 60px; }
  .boxes-section .box .box-title {
    color: #fff;
    text-transform: uppercase; }
  .boxes-section .box .box-text {
    color: #fff;
    margin-top: 0.5em;
    margin-bottom: 0; }
  .boxes-section .box .box-button {
    margin-top: 2em; }

#flexible-section-repeater .page-flexible-section.has-top-padding {
  margin-top: 4em; }

#flexible-section-repeater .page-flexible-section.has-bot-padding {
  margin-bottom: 4em; }

@media screen and (min-width: 900px) {
  #flexible-section-repeater .page-flexible-section.has-top-padding {
    margin-top: 6.25em; }
  #flexible-section-repeater .page-flexible-section.has-bot-padding {
    margin-bottom: 6.25em; } }

#flexible-section-repeater .page-flexible-section.color {
  padding: 4em 0; }
  @media screen and (min-width: 900px) {
    #flexible-section-repeater .page-flexible-section.color {
      padding: 6.25em 0; } }
  #flexible-section-repeater .page-flexible-section.color:first-child {
    margin-top: 0; }
  #flexible-section-repeater .page-flexible-section.color:last-child {
    margin-bottom: 0; }

#flexible-section-repeater .color.red {
  background-color: #c30922; }

#flexible-section-repeater .color.light-blue {
  background-color: #caebf2; }

#flexible-section-repeater .color.light-gray {
  background-color: #eee; }

#flexible-section-repeater .color.medium-gray {
  background-color: #777; }

#flexible-section-repeater .color.dark-gray {
  background-color: #222; }

#flexible-section-repeater .color.white {
  background-color: white; }

.section-title {
  margin: 0 0 0.8em;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.section-pre-title {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 0; }

.section-sub-title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.section-post-title {
  margin-bottom: 1rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.dark .section-pre-title,
.dark .section-sub-title,
.dark .section-title,
.dark .section-post-title {
  color: #222; }

.light .section-pre-title,
.light .section-sub-title,
.light .section-title,
.light .section-post-title {
  color: white; }

.tiles .section-header {
  text-align: center; }

.tiles .tile-blocks {
  overflow: auto; }
  @media screen and (min-width: 900px) {
    .tiles .tile-blocks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .tiles .tile-blocks.tiles-3 .tile-block {
        width: 33.33%; }
      .tiles .tile-blocks.tiles-4 .tile-block {
        width: 25%; } }
  .tiles .tile-blocks .tile-block {
    padding: 4.5em 3em;
    position: relative; }
    @media screen and (min-width: 900px) {
      .tiles .tile-blocks .tile-block {
        padding: 3.5em 1.5em;
        float: left;
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      .tiles .tile-blocks .tile-block {
        padding: 4.5em 3em; } }
    .tiles .tile-blocks .tile-block .tile-block-excerpt {
      position: relative;
      z-index: 100; }
      .tiles .tile-blocks .tile-block .tile-block-excerpt h1,
      .tiles .tile-blocks .tile-block .tile-block-excerpt h2,
      .tiles .tile-blocks .tile-block .tile-block-excerpt h3,
      .tiles .tile-blocks .tile-block .tile-block-excerpt h4,
      .tiles .tile-blocks .tile-block .tile-block-excerpt h5,
      .tiles .tile-blocks .tile-block .tile-block-excerpt h6 {
        margin-bottom: 0.9375em;
        font-weight: 700;
        font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
      .tiles .tile-blocks .tile-block .tile-block-excerpt *:last-child {
        margin-bottom: 0; }
    .tiles .tile-blocks .tile-block.has-image {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      .tiles .tile-blocks .tile-block.has-image:before {
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        background-color: rgba(34, 34, 34, 0.5);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      .tiles .tile-blocks .tile-block.has-image .wrap {
        position: relative;
        z-index: 100; }
      .tiles .tile-blocks .tile-block.has-image .tile-block-excerpt {
        color: white; }
    .tiles .tile-blocks .tile-block.solid.primary {
      background-color: #c30922; }
      .tiles .tile-blocks .tile-block.solid.primary .tile-block-excerpt {
        color: white; }
    .tiles .tile-blocks .tile-block.solid.white {
      background-color: white;
      border: 1px solid #bbb; }
    .tiles .tile-blocks .tile-block.solid.light-gray {
      background-color: #eee; }
    .tiles .tile-blocks .tile-block.solid.dark-gray {
      background-color: #222; }
      .tiles .tile-blocks .tile-block.solid.dark-gray .tile-block-excerpt {
        color: white; }

.ribbon-cta-section {
  display: block;
  position: relative;
  background: #c30922;
  padding: 0 !important; }
  @media screen and (min-width: 600px) {
    .ribbon-cta-section .ribbon-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      box-align: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      box-pack: justify;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }
  .ribbon-cta-section .ribbon-text {
    display: block;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .ribbon-cta-section .ribbon-text {
        padding-right: 1.5em;
        text-align: left; } }
  .ribbon-cta-section .top-text,
  .ribbon-cta-section .bottom-text {
    color: white;
    line-height: 1;
    margin-bottom: 0; }
  .ribbon-cta-section .top-text {
    margin-bottom: 5px;
    text-transform: uppercase; }
  .ribbon-cta-section .bottom-text {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 300; }
  .ribbon-cta-section .button-wrap {
    margin-bottom: 2.5rem;
    display: block;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .ribbon-cta-section .button-wrap {
        margin-bottom: 0rem;
        text-align: left; } }

.testimonials-section {
  background: #eee;
  text-align: center;
  position: relative;
  padding: 4em 0; }
  @media screen and (min-width: 900px) {
    .testimonials-section {
      padding: 6.25em 0; } }
  .testimonials-section .wrap {
    position: relative;
    z-index: 10; }
    .testimonials-section .wrap h2:before, .testimonials-section .wrap h2:after {
      color: #fff; }
    .testimonials-section .wrap .quotes {
      background: url("assets/images/icon_quotes.png") no-repeat center;
      width: 100%;
      height: 30px;
      margin-bottom: 2em;
      background-size: contain;
      display: block; }
    .testimonials-section .wrap .testimonial-title {
      text-transform: uppercase;
      margin-bottom: 0;
      margin-top: 1em;
      display: block;
      color: #000; }
    .testimonials-section .wrap .testimonial *:last-child {
      margin-bottom: 0; }
  .testimonials-section .left-arrow,
  .testimonials-section .right-arrow {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block !important;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    z-index: 100;
    margin-top: 2em; }
    .testimonials-section .left-arrow.slick-hidden,
    .testimonials-section .right-arrow.slick-hidden {
      display: none !important; }
    .testimonials-section .left-arrow svg,
    .testimonials-section .right-arrow svg {
      fill: #222;
      height: 50px;
      width: 50px; }
    .testimonials-section .left-arrow:hover,
    .testimonials-section .right-arrow:hover {
      cursor: pointer;
      opacity: 1; }
  .testimonials-section .left-arrow {
    left: -20px; }
    .testimonials-section .left-arrow svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .testimonials-section .right-arrow {
    right: -20px; }
  .testimonials-section .testimonials-feed-bottom {
    margin-top: 1.5em;
    text-align: center; }

.testimonials-slider {
  display: none;
  padding: 0 1.5em; }
  @media screen and (min-width: 600px) {
    .testimonials-slider {
      padding: 0 3em; } }

.gallery-section {
  text-align: center; }
  .gallery-section .section-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .gallery-section .gallery-img-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .gallery-section .gallery-img-wrap:last-child {
      margin-right: 0; }
    .gallery-section .gallery-img-wrap .gallery-img {
      width: 100%;
      height: 100%;
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transition: all 800ms ease;
      transition: all 800ms ease; }
      .gallery-section .gallery-img-wrap .gallery-img:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #c30922;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 5; }
    .gallery-section .gallery-img-wrap:hover .gallery-img {
      -webkit-transform: scale(1.07);
              transform: scale(1.07); }
      .gallery-section .gallery-img-wrap:hover .gallery-img:before {
        opacity: 0.6; }
    .gallery-section .gallery-img-wrap .gallery-caption {
      background: #fff;
      padding: 0.5em 0.7em;
      color: #666;
      font-weight: 600;
      font-size: 9px;
      position: absolute;
      bottom: 10px;
      left: 10px;
      max-width: 90%;
      text-align: left; }
  .gallery-section .single-gallery-grid.four-images .gallery-row {
    overflow: hidden; }
    .gallery-section .single-gallery-grid.four-images .gallery-row:first-child {
      margin-top: -1%; }
  .gallery-section .single-gallery-grid.four-images .gallery-img-wrap {
    height: 300px;
    margin-top: 1.5%; }
    @media screen and (min-width: 600px) {
      .gallery-section .single-gallery-grid.four-images .gallery-img-wrap {
        float: left;
        display: block;
        margin-right: 1.5%;
        width: 49%; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 900px) {
      .gallery-section .single-gallery-grid.four-images .gallery-img-wrap {
        margin-top: 1%;
        float: left;
        display: block;
        margin-right: 1%;
        width: 15%; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(2n) {
          margin-right: 1%; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(2), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(5), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(12), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(14) {
          float: left;
          display: block;
          margin-right: 1%;
          width: 25%; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(4), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(6), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(11), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(13) {
          float: left;
          display: block;
          margin-right: 1%;
          width: 42%; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(4n) {
          margin-right: 0; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(4n+1) {
          clear: left; } }
  .gallery-section .single-gallery-grid.three-images .gallery-row {
    overflow: hidden; }
    .gallery-section .single-gallery-grid.three-images .gallery-row:first-child {
      margin-top: -1%; }
  .gallery-section .single-gallery-grid.three-images .gallery-img-wrap {
    height: 400px;
    margin-top: 2%;
    position: relative; }
    @media screen and (min-width: 600px) {
      .gallery-section .single-gallery-grid.three-images .gallery-img-wrap {
        float: left;
        display: block;
        margin-right: 2%;
        margin-top: 2%;
        width: 49%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(2), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(5), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(8) {
          margin-right: 0; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3n+3) {
          margin-right: 0;
          width: 100%; } }
    @media screen and (min-width: 900px) {
      .gallery-section .single-gallery-grid.three-images .gallery-img-wrap {
        margin-top: 1%;
        float: left;
        display: block;
        margin-right: 1%;
        width: 32%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3n+3) {
          margin-right: 1%;
          width: 32%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(8) {
          margin-right: 1%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(2), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(4), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(9) {
          float: left;
          display: block;
          margin-right: 1%;
          width: 43%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(5), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(7) {
          float: left;
          display: block;
          margin-right: 1%;
          width: 23%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3n) {
          margin-right: 0; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3n+1) {
          clear: left; } }

.tiles .section-header {
  text-align: center; }

.tiles .pricing-options {
  overflow: auto; }
  @media screen and (min-width: 900px) {
    .tiles .pricing-options {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .tiles .pricing-options.pricing-2 .option-wrap {
        width: 50%; }
      .tiles .pricing-options.pricing-3 .option-wrap {
        width: 33.33%; } }
  .tiles .pricing-options .option-wrap {
    padding: 2px; }
    @media screen and (min-width: 900px) {
      .tiles .pricing-options .option-wrap {
        width: 100%; } }
    .tiles .pricing-options .option-wrap .option {
      position: relative;
      text-align: center;
      background: #f1f1f1; }
      @media screen and (min-width: 900px) {
        .tiles .pricing-options .option-wrap .option {
          width: 100%; } }
      .tiles .pricing-options .option-wrap .option .price-title {
        background: #c30922;
        padding: 0.5em 3em;
        color: white;
        font-size: 1.5em; }
      .tiles .pricing-options .option-wrap .option .price {
        padding: 2em 3em;
        border-bottom: 2px solid #ddd; }
        .tiles .pricing-options .option-wrap .option .price .price-amount {
          font-size: 3.75em;
          color: #c30922;
          font-weight: bold;
          display: inline-block;
          line-height: 1;
          position: relative; }
          .tiles .pricing-options .option-wrap .option .price .price-amount:before {
            content: "$";
            position: absolute;
            top: 5px;
            left: -12px;
            color: #999;
            font-size: 20px;
            font-weight: normal; }
        .tiles .pricing-options .option-wrap .option .price .price-frequency {
          font-size: 1.5em;
          color: #999; }
      .tiles .pricing-options .option-wrap .option .price-info {
        position: relative;
        z-index: 100;
        padding: 3em; }
        .tiles .pricing-options .option-wrap .option .price-info *:last-child {
          margin-bottom: 0; }
        .tiles .pricing-options .option-wrap .option .price-info hr {
          border-color: #ddd; }

/**
* Utilities
*/
.bbr {
  border-radius: 3px; }

.bbrtl {
  border-top-left-radius: 3px; }

.bbrtr {
  border-top-right-radius: 3px; }

.bbrbr {
  border-bottom-right-radius: 3px; }

.bbrbl {
  border-bottom-right-radius: 3px; }

.br50 {
  border-radius: 50%; }

.base-border {
  border: 1px solid #eee; }

.base-border-top {
  border-top: 1px solid #eee; }

.base-border-bottom {
  border-bottom: 1px solid #eee; }

.base-border-left {
  border-left: 1px solid #eee; }

.base-border-right {
  border-right: 1px solid #eee; }

.bg-action {
  background-color: #c30922; }

.bg-dark-gray {
  background-color: #222; }

.bg-light-gray {
  background-color: #eee; }

.bg-medium-gray {
  background-color: #777; }

.bg-primary {
  background-color: #c30922; }

.bg-white {
  background-color: white; }

.f16 {
  font-size: 1em; }

.f18 {
  font-size: 1.125em; }

.f20 {
  font-size: 1.25em; }

.f22 {
  font-size: 1.375em; }

.f24 {
  font-size: 1.5em; }

.f26 {
  font-size: 1.625em; }

.f28 {
  font-size: 1.75em; }

.f30 {
  font-size: 1.875em; }

.f32 {
  font-size: 2em; }

.f34 {
  font-size: 2.125em; }

.f36 {
  font-size: 2.25em; }

.f38 {
  font-size: 2.375em; }

.f40 {
  font-size: 2.5em; }

.f42 {
  font-size: 2.625em; }

.f44 {
  font-size: 2.75em; }

.f46 {
  font-size: 2.875em; }

.f48 {
  font-size: 3em; }

.f60 {
  font-size: 3.75em; }

.f90 {
  font-size: 5.625em; }

.fwb {
  font-weight: bold; }

.one24grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 600px) {
    .one24grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .one24grid > div,
  .one24grid > a {
    margin-top: 2.5em;
    width: 100%; }
    .one24grid > div:nth-child(1),
    .one24grid > a:nth-child(1) {
      margin-top: 0; }
    @media screen and (min-width: 600px) {
      .one24grid > div,
      .one24grid > a {
        width: 49%;
        margin-left: 2%; }
        .one24grid > div:nth-child(2),
        .one24grid > a:nth-child(2) {
          margin-top: 0; }
        .one24grid > div:nth-child(2n+1), .one24grid > div:nth-child(1),
        .one24grid > a:nth-child(2n+1),
        .one24grid > a:nth-child(1) {
          margin-left: 0; } }
    @media screen and (min-width: 900px) {
      .one24grid > div,
      .one24grid > a {
        width: 24%; }
        .one24grid > div:nth-child(3), .one24grid > div:nth-child(4),
        .one24grid > a:nth-child(3),
        .one24grid > a:nth-child(4) {
          margin-top: 0; }
        .one24grid > div:nth-child(2n+1), .one24grid > div:nth-child(3n+1),
        .one24grid > a:nth-child(2n+1),
        .one24grid > a:nth-child(3n+1) {
          margin-left: 2%; }
        .one24grid > div:nth-child(3n+1),
        .one24grid > a:nth-child(3n+1) {
          margin-left: 0; } }

.one23grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 600px) {
    .one23grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .one23grid > div,
  .one23grid > a {
    margin-top: 2.5em;
    width: 100%; }
    .one23grid > div:nth-child(1),
    .one23grid > a:nth-child(1) {
      margin-top: 0; }
    @media screen and (min-width: 600px) {
      .one23grid > div,
      .one23grid > a {
        width: 49%;
        margin-left: 2%; }
        .one23grid > div:nth-child(2),
        .one23grid > a:nth-child(2) {
          margin-top: 0; }
        .one23grid > div:nth-child(2n+1), .one23grid > div:nth-child(1),
        .one23grid > a:nth-child(2n+1),
        .one23grid > a:nth-child(1) {
          margin-left: 0; } }
    @media screen and (min-width: 900px) {
      .one23grid > div,
      .one23grid > a {
        width: 32%; }
        .one23grid > div:nth-child(3),
        .one23grid > a:nth-child(3) {
          margin-top: 0; }
        .one23grid > div:nth-child(2n + 1),
        .one23grid > a:nth-child(2n + 1) {
          margin-left: 2%; }
        .one23grid > div:nth-child(3n+1),
        .one23grid > a:nth-child(3n+1) {
          margin-left: 0; } }

.one3grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 900px) {
    .one3grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .one3grid > div,
  .one3grid > a {
    margin-top: 2.5em;
    width: 100%; }
    .one3grid > div:nth-child(1),
    .one3grid > a:nth-child(1) {
      margin-top: 0; }
    @media screen and (min-width: 900px) {
      .one3grid > div,
      .one3grid > a {
        width: 32%; }
        .one3grid > div:nth-child(3),
        .one3grid > a:nth-child(3) {
          margin-top: 0; }
        .one3grid > div:nth-child(2n + 1), .one3grid > div:nth-child(2n),
        .one3grid > a:nth-child(2n + 1),
        .one3grid > a:nth-child(2n) {
          margin-left: 2%; }
        .one3grid > div:nth-child(3n+1),
        .one3grid > a:nth-child(3n+1) {
          margin-left: 0; } }

.one2grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 600px) {
    .one2grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .one2grid > div,
  .one2grid > a {
    margin-top: 2.5em;
    width: 100%; }
    .one2grid > div:nth-child(1),
    .one2grid > a:nth-child(1) {
      margin-top: 0; }
    @media screen and (min-width: 600px) {
      .one2grid > div,
      .one2grid > a {
        width: 49%;
        margin-left: 2%; }
        .one2grid > div:nth-child(2),
        .one2grid > a:nth-child(2) {
          margin-top: 0; }
        .one2grid > div:nth-child(2n+1), .one2grid > div:nth-child(1),
        .one2grid > a:nth-child(2n+1),
        .one2grid > a:nth-child(1) {
          margin-left: 0; } }

.one2gridlarge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 900px) {
    .one2gridlarge {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .one2gridlarge > div,
  .one2gridlarge > a {
    margin-top: 2.5em;
    width: 100%; }
    .one2gridlarge > div:nth-child(1),
    .one2gridlarge > a:nth-child(1) {
      margin-top: 0; }
    @media screen and (min-width: 900px) {
      .one2gridlarge > div,
      .one2gridlarge > a {
        width: 49%;
        margin-left: 2%; }
        .one2gridlarge > div:nth-child(2),
        .one2gridlarge > a:nth-child(2) {
          margin-top: 0; }
        .one2gridlarge > div:nth-child(2n+1), .one2gridlarge > div:nth-child(1),
        .one2gridlarge > a:nth-child(2n+1),
        .one2gridlarge > a:nth-child(1) {
          margin-left: 0; } }

.mb0 {
  margin-bottom: 0; }

.lmb0 > :last-child {
  margin-bottom: 0; }

.lotmb0:last-of-type {
  margin-bottom: 0; }

.mlra {
  margin-left: auto;
  margin-right: auto; }

.smallmt {
  margin-top: 0.5em; }

.basemt {
  margin-top: 1.5em; }

.basemt2 {
  margin-top: 3em; }

.basemt3 {
  margin-top: 4.5em; }

.sectionmt {
  margin-top: 4em; }
  @media screen and (min-width: 900px) {
    .sectionmt {
      margin-top: 6.25em; } }

.smallml {
  margin-left: 0.5em; }

.baseml {
  margin-left: 1.5em; }

.baseml2 {
  margin-left: 3em; }

.baseml3 {
  margin-left: 4.5em; }

.sectionml {
  margin-left: 4em; }
  @media screen and (min-width: 900px) {
    .sectionml {
      margin-left: 6.25em; } }

.smallmr {
  margin-right: 0.5em; }

.basemr {
  margin-right: 1.5em; }

.basemr2 {
  margin-right: 3em; }

.basemr3 {
  margin-right: 4.5em; }

.sectionmr {
  margin-right: 4em; }
  @media screen and (min-width: 900px) {
    .sectionmr {
      margin-right: 6.25em; } }

.smallmb {
  margin-bottom: 0.5em; }

.basemb {
  margin-bottom: 1.5em; }

.basemb2 {
  margin-bottom: 3em; }

.basemb3 {
  margin-bottom: 4.5em; }

.sectionmb {
  margin-bottom: 4em; }
  @media screen and (min-width: 900px) {
    .sectionmb {
      margin-bottom: 6.25em; } }

.smallpt {
  padding-top: 0.5em; }

.basept {
  padding-top: 1.5em; }

.basept2 {
  padding-top: 3em; }

.basept3 {
  padding-top: 4.5em; }

.sectionpt {
  padding-top: 4em; }
  @media screen and (min-width: 900px) {
    .sectionpt {
      padding-top: 6.25em; } }

.smallpr {
  padding-right: 0.5em; }

.basepr {
  padding-right: 1.5em; }

.basepr2 {
  padding-right: 3em; }

.basepr3 {
  padding-right: 4.5em; }

.sectionpr {
  padding-right: 4em; }
  @media screen and (min-width: 900px) {
    .sectionpr {
      padding-right: 6.25em; } }

.smallpl {
  padding-left: 0.5em; }

.basepl {
  padding-left: 1.5em; }

.basepl2 {
  padding-left: 3em; }

.basepl3 {
  padding-left: 4.5em; }

.sectionpl {
  padding-left: 4em; }
  @media screen and (min-width: 900px) {
    .sectionpl {
      padding-left: 6.25em; } }

.smallpb {
  padding-bottom: 0.5em; }

.basepb {
  padding-bottom: 1.5em; }

.basepb2 {
  padding-bottom: 3em; }

.basepb3 {
  padding-bottom: 4.5em; }

.sectionpb {
  padding-bottom: 4em; }
  @media screen and (min-width: 900px) {
    .sectionpb {
      padding-bottom: 6.25em; } }

.smallpa {
  padding: 0.5em; }

.basepa {
  padding: 1.5em; }

.basepa2 {
  padding: 3em; }

.basepa3 {
  padding: 4.5em; }

.sectionpa {
  padding: 4em; }
  @media screen and (min-width: 900px) {
    .sectionpa {
      padding: 6.25em; } }

.lh1 {
  line-height: 1; }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.text-action {
  color: #c30922; }

.text-dark-gray {
  color: #222; }

.text-light-gray {
  color: #eee; }

.text-medium-gray {
  color: #777; }

.text-primary {
  color: #c30922; }

.text-white {
  color: white; }

.w100 {
  width: 100%; }

.max-width-1200 {
  max-width: 1200px; }

.max-width-960 {
  max-width: 960px; }

.max-width-760 {
  max-width: 760px; }

/*# sourceMappingURL=assets/maps/style.css.map */
