@charset "UTF-8";
/*
Theme Name: CH2 Framework
Theme URI: TDB
Author: Helio Interactive
Author URI: http://heliointeractive.com
Description: Underscores SASS Bootstrap ACF
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ch2_sandbox
Tags:

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

CH2 is built out of on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography 
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* MnC Gold */
/* MnC Light Gold */
/* MnC Red */
/*
Extends a divs background to fill the viewport on both sides,
only ONE color is needed, additional arguments allow to specify left and right "bar" colors
Remember html and body element should have overflow-x hidden to prevent scrollbars.

color 1 will determine ALL the colors, color 2 overrides outside colors, color 3 overrides right side one.
*/
/*
This mixin helps with fonts that could potentially get TOO small while scaling off of the general design.
 */
/*
Buttons Mixins

*/
/* Variables */
/* Map button styles
 each of these styles will produce a predictable button colored based on the variables above. e.g.:

 .btn-default will produce a solid purple button while .btn-default-o will produce a ghost button. additional styles can be added easily below e.g. black: $black would allow for button .btn-black that would always use black for its color..
 */
[class^="btn"], button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  text-transform: uppercase;
  padding: .5rem 1.5rem;
  display: inline-block;
  transition: all 120ms ease;
  border-radius: 1px;
  text-decoration: none;
  /* Button reset */
  margin: 5px;
  background-color: transparent;
  color: #2f3f3b;
  border: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer; }
  [class^="btn"]:hover, button:hover,
  .button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .gform_wrapper .gform_footer input.button:hover,
  .gform_wrapper .gform_footer input[type=submit]:hover {
    border-color: rgba(0, 0, 0, 0.5);
    text-decoration: none; }

.btn-default, .button-default {
  background-color: #ed5140;
  color: #fff !important;
  border-color: #ed5140; }
  .btn-default:hover, .button-default:hover {
    background-color: #f5bd00;
    border-color: #f5bd00;
    color: #fff; }

.btn-default-o, .button-default-o {
  background-color: transparent;
  color: #ed5140 !important;
  border-color: #ed5140 !important;
  border-color: #ed5140; }
  .btn-default-o:hover, .button-default-o:hover {
    background-color: #ed5140;
    border-color: #ed5140;
    color: white !important;
    color: #fff; }

.btn-success, .button-success {
  background-color: #7fff00;
  color: #fff !important;
  border-color: #7fff00; }
  .btn-success:hover, .button-success:hover {
    background-color: #f5bd00;
    border-color: #f5bd00;
    color: #fff; }

.btn-success-o, .button-success-o {
  background-color: transparent;
  color: #ed5140 !important;
  border-color: #ed5140 !important;
  border-color: #7fff00; }
  .btn-success-o:hover, .button-success-o:hover {
    background-color: #ed5140;
    border-color: #ed5140;
    color: white !important;
    color: #fff; }

.btn-warning, .button-warning {
  background-color: #ffa500;
  color: #fff !important;
  border-color: #ffa500; }
  .btn-warning:hover, .button-warning:hover {
    background-color: #f5bd00;
    border-color: #f5bd00;
    color: #fff; }

.btn-warning-o, .button-warning-o {
  background-color: transparent;
  color: #ed5140 !important;
  border-color: #ed5140 !important;
  border-color: #ffa500; }
  .btn-warning-o:hover, .button-warning-o:hover {
    background-color: #ed5140;
    border-color: #ed5140;
    color: white !important;
    color: #fff; }

.btn-danger, .button-danger {
  background-color: #b22222;
  color: #fff !important;
  border-color: #b22222; }
  .btn-danger:hover, .button-danger:hover {
    background-color: #f5bd00;
    border-color: #f5bd00;
    color: #fff; }

.btn-danger-o, .button-danger-o {
  background-color: transparent;
  color: #ed5140 !important;
  border-color: #ed5140 !important;
  border-color: #b22222; }
  .btn-danger-o:hover, .button-danger-o:hover {
    background-color: #ed5140;
    border-color: #ed5140;
    color: white !important;
    color: #fff; }

/*--------------------------------------------------------------
# Normalize Not pulling it in for now while testing reboot.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# reboot
--------------------------------------------------------------*/
html {
  font-size: 18px;
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

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

@-ms-viewport {
  width: device-width; }

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

body {
  position: relative;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: .75rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #fff; }
  @media (min-width: 768px) {
    body {
      font-size: .875rem; } }
  @media (min-width: 992px) {
    body {
      font-size: 1rem; } }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }
  p:last-child {
    margin-bottom: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*--------------------------------------------------------------
# Boostrap Grid
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=466c6aef7c6106cc86454bd9af34bc08)
 * Config saved to config.json and https://gist.github.com/466c6aef7c6106cc86454bd9af34bc08
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container, .error404 .outer-wrapper, .search-results .outer-wrapper, .block.featured_posts .outer-block-wrapper, .block.featured_offerings .outer-block-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

@media (min-width: 768px) {
  .container, .error404 .outer-wrapper, .search-results .outer-wrapper, .block.featured_posts .outer-block-wrapper, .block.featured_offerings .outer-block-wrapper {
    width: 750px; } }

@media (min-width: 992px) {
  .container, .error404 .outer-wrapper, .search-results .outer-wrapper, .block.featured_posts .outer-block-wrapper, .block.featured_offerings .outer-block-wrapper {
    width: 970.000000352px; } }

@media (min-width: 1200px) {
  .container, .error404 .outer-wrapper, .search-results .outer-wrapper, .block.featured_posts .outer-block-wrapper, .block.featured_offerings .outer-block-wrapper {
    width: 1170px; } }

.container-fluid, .outer-block-wrapper, .block.testimonials_slider .outer-block-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 1200px; }

.row, .single .post-header, .error404 .inner-wrapper, .search-results .inner-wrapper, .inner-block-wrapper, .block.featured_posts .inner-block-wrapper, .block.featured_posts .inner-block-wrapper .posts-container, .block.testimonials_slider .inner-block-wrapper, .block.featured_offerings .inner-block-wrapper, .block.featured_offerings .inner-block-wrapper .posts-container {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.col > *:first-child, .col .module > *:first-child {
  margin-top: 0; }

.col > *:last-child, .col .module > *:last-child {
  margin-bottom: 0; }

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .block.posts_with_filtering .post_with_filtering__sidebar, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .block.offerings_with_filtering .post_with_filtering__sidebar, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .single .view-all, .single .widget, .col-md-6, .block.featured_posts .inner-block-wrapper article, .block.featured_offerings .inner-block-wrapper article, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .block.offerings_with_filtering .post_with_filtering__posts, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .block.posts_with_filtering .post_with_filtering__posts, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .single .post-footer, .block.general_copy .content, .block.text_and_icons .text_and_icons--content, .block.testimonials_slider .image_slider--content, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .block.testimonials_slider .image_slider--content, .col-sm-12, .block.two_columns .two_columns--content, .block.two_columns h2.two_columns--title, .block.posts_with_filtering .posts_with_filtering__title, .block.posts_with_filtering .post_with_filtering__pagination, .block.offerings_with_filtering .posts_with_filtering__title, .block.offerings_with_filtering .post_with_filtering__pagination, .col-md-12, #colophon .site-branding, #colophon .site-info, #colophon .social-links, .error404 .content-wrapper, .search-results .content-wrapper, .block.hero .hero--content, .block.text_and_icons .icons-wrapper, .block.text_and_table .text_and_table--content .intro, .block.image_slider .image_slider--content, .block.logo_block .logo_block--content, .block.callout .callout--content, .block.form .form--content, .block.three_circles .three_circles--content, .block.posts_with_filtering article, .block.posts_with_filtering .content, .block.featured_posts .inner-block-wrapper .posts-navigation, .block.offerings_with_filtering article, .block.offerings_with_filtering .content, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .block.testimonials_slider .image_slider--content {
  float: left; }

.col-xs-12, .block.testimonials_slider .image_slider--content {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .block.posts_with_filtering .post_with_filtering__sidebar, .col-sm-4, .block.offerings_with_filtering .post_with_filtering__sidebar, .col-sm-5, .col-sm-6, .single .view-all, .single .widget, .col-sm-7, .col-sm-8, .block.offerings_with_filtering .post_with_filtering__posts, .col-sm-9, .block.posts_with_filtering .post_with_filtering__posts, .col-sm-10, .col-sm-11, .col-sm-12, .block.two_columns .two_columns--content, .block.two_columns h2.two_columns--title, .block.posts_with_filtering .posts_with_filtering__title, .block.posts_with_filtering .post_with_filtering__pagination, .block.offerings_with_filtering .posts_with_filtering__title, .block.offerings_with_filtering .post_with_filtering__pagination {
    float: left; }
  .col-sm-12, .block.two_columns .two_columns--content, .block.two_columns h2.two_columns--title, .block.posts_with_filtering .posts_with_filtering__title, .block.posts_with_filtering .post_with_filtering__pagination, .block.offerings_with_filtering .posts_with_filtering__title, .block.offerings_with_filtering .post_with_filtering__pagination {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9, .block.posts_with_filtering .post_with_filtering__posts {
    width: 75%; }
  .col-sm-8, .block.offerings_with_filtering .post_with_filtering__posts {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6, .single .view-all, .single .widget {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4, .block.offerings_with_filtering .post_with_filtering__sidebar {
    width: 33.33333333%; }
  .col-sm-3, .block.posts_with_filtering .post_with_filtering__sidebar {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .block.featured_posts .inner-block-wrapper article, .block.featured_offerings .inner-block-wrapper article, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .single .post-footer, .block.general_copy .content, .block.text_and_icons .text_and_icons--content, .block.testimonials_slider .image_slider--content, .col-md-11, .col-md-12, #colophon .site-branding, #colophon .site-info, #colophon .social-links, .error404 .content-wrapper, .search-results .content-wrapper, .block.hero .hero--content, .block.text_and_icons .icons-wrapper, .block.text_and_table .text_and_table--content .intro, .block.image_slider .image_slider--content, .block.logo_block .logo_block--content, .block.callout .callout--content, .block.form .form--content, .block.three_circles .three_circles--content, .block.posts_with_filtering article, .block.posts_with_filtering .content, .block.featured_posts .inner-block-wrapper .posts-navigation, .block.offerings_with_filtering article, .block.offerings_with_filtering .content {
    float: left; }
  .col-md-12, #colophon .site-branding, #colophon .site-info, #colophon .social-links, .error404 .content-wrapper, .search-results .content-wrapper, .block.hero .hero--content, .block.text_and_icons .icons-wrapper, .block.text_and_table .text_and_table--content .intro, .block.image_slider .image_slider--content, .block.logo_block .logo_block--content, .block.callout .callout--content, .block.form .form--content, .block.three_circles .three_circles--content, .block.posts_with_filtering article, .block.posts_with_filtering .content, .block.featured_posts .inner-block-wrapper .posts-navigation, .block.offerings_with_filtering article, .block.offerings_with_filtering .content {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10, .single .post-footer, .block.general_copy .content, .block.text_and_icons .text_and_icons--content, .block.testimonials_slider .image_slider--content {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6, .block.featured_posts .inner-block-wrapper article, .block.featured_offerings .inner-block-wrapper article {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1, .single .post-footer, .block.general_copy .content, .block.text_and_icons .text_and_icons--content, .block.testimonials_slider .image_slider--content {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before, .block:before,
.clearfix:after,
.block:after,
.container:before,
.error404 .outer-wrapper:before,
.search-results .outer-wrapper:before,
.block.featured_posts .outer-block-wrapper:before,
.block.featured_offerings .outer-block-wrapper:before,
.container:after,
.error404 .outer-wrapper:after,
.search-results .outer-wrapper:after,
.block.featured_posts .outer-block-wrapper:after,
.block.featured_offerings .outer-block-wrapper:after,
.container-fluid:before,
.outer-block-wrapper:before,
.block.testimonials_slider .outer-block-wrapper:before,
.container-fluid:after,
.outer-block-wrapper:after,
.block.testimonials_slider .outer-block-wrapper:after,
.row:before,
.single .post-header:before,
.error404 .inner-wrapper:before,
.search-results .inner-wrapper:before,
.inner-block-wrapper:before,
.block.featured_posts .inner-block-wrapper:before,
.block.featured_posts .inner-block-wrapper .posts-container:before,
.block.testimonials_slider .inner-block-wrapper:before,
.block.featured_offerings .inner-block-wrapper:before,
.block.featured_offerings .inner-block-wrapper .posts-container:before,
.row:after,
.single .post-header:after,
.error404 .inner-wrapper:after,
.search-results .inner-wrapper:after,
.inner-block-wrapper:after,
.block.featured_posts .inner-block-wrapper:after,
.block.featured_posts .inner-block-wrapper .posts-container:after,
.block.testimonials_slider .inner-block-wrapper:after,
.block.featured_offerings .inner-block-wrapper:after,
.block.featured_offerings .inner-block-wrapper .posts-container:after {
  content: " ";
  display: table;
  width: 0;
  /* SAFARI FIX */ }


.clearfix:after,
.block:after,
.container:after,
.error404 .outer-wrapper:after,
.search-results .outer-wrapper:after,
.block.featured_posts .outer-block-wrapper:after,
.block.featured_offerings .outer-block-wrapper:after,
.container-fluid:after,
.outer-block-wrapper:after,
.block.testimonials_slider .outer-block-wrapper:after,
.row:after,
.single .post-header:after,
.error404 .inner-wrapper:after,
.search-results .inner-wrapper:after,
.inner-block-wrapper:after,
.block.featured_posts .inner-block-wrapper:after,
.block.featured_posts .inner-block-wrapper .posts-container:after,
.block.testimonials_slider .inner-block-wrapper:after,
.block.featured_offerings .inner-block-wrapper:after,
.block.featured_offerings .inner-block-wrapper .posts-container:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.ch2-grid {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -99999;
  background-color: lightblue; }
  .ch2-grid .col {
    border: solid 1px black;
    background: darkgrey; }
  .ch2-grid .the-stuff {
    background: white;
    display: block;
    height: 100vh; }

.grid-on .site {
  opacity: .95; }

.grid-on .ch2-grid {
  display: block; }

.grid-debug-button {
  position: fixed;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  z-index: 99999; }
  .grid-debug-button:hover {
    background: blue; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #2f3f3b;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2.hero--title {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.1; }
  @media (min-width: 768px) {
    h1,
    h2.hero--title {
      font-size: 2.4rem; } }
  @media (min-width: 992px) {
    h1,
    h2.hero--title {
      font-size: 2.8rem; } }

h2,
h3.callout--title,
h3.text_and_icons--title,
h3.image_slider--title,
h3.logo_block--title {
  font-weight: normal;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    h2,
    h3.callout--title,
    h3.text_and_icons--title,
    h3.image_slider--title,
    h3.logo_block--title {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    h2,
    h3.callout--title,
    h3.text_and_icons--title,
    h3.image_slider--title,
    h3.logo_block--title {
      font-size: 2.5rem; } }

h4 {
  font-weight: normal;
  text-decoration: underline; }

h5 {
  text-transform: uppercase; }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 13, 2018 */
@font-face {
  font-family: 'cocogoose_letterpressregular';
  src: url("../fonts/cocogoose-letterpress-regularttf-webfont.woff2") format("woff2"), url("../fonts/cocogoose-letterpress-regularttf-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

p {
  margin-bottom: 1.5em; }

.color-gold {
  color: #ed5140; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }
  @media screen and (max-width: 768px) {
    pre {
      font-size: 13.125px;
      font-size: 0.8203125rem; } }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media screen and (max-width: 768px) {
    code, kbd, tt, var {
      font-size: 13.125px;
      font-size: 0.8203125rem; } }

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

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

big {
  font-size: 125%; }

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

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

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

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

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

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

.tablepress {
  table-layout: fixed; }

.tablepress thead th {
  background: #f5bd00 !important;
  color: #fff; }

.tablepress td, .tablepress th {
  padding: .5rem 1rem !important;
  text-align: center !important; }

.tablepress td a {
  text-transform: uppercase;
  padding: .5rem 1.5rem;
  display: inline-block;
  transition: all 120ms ease;
  border-radius: 1px;
  text-decoration: none;
  /* Button reset */
  margin: 5px;
  background-color: transparent;
  color: #2f3f3b;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #f5bd00;
  color: #fff !important;
  border-color: #f5bd00; }
  .tablepress td a:hover {
    border-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    opacity: .7; }
  .tablepress td a:hover {
    background-color: #f5bd00;
    border-color: #f5bd00;
    color: #fff; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn,
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.woocommerce ul.products li.product .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #ed5140;
  color: #fff !important;
  border-color: #ed5140; }
  .btn:hover,
  button:hover,
  .button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .gform_wrapper .gform_footer input.button:hover,
  .gform_wrapper .gform_footer input[type=submit]:hover,
  .woocommerce ul.products li.product .button:hover,
  .woocommerce-page .woocommerce-message .button:hover,
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #f5bd00;
    border-color: #f5bd00;
    color: #fff; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*----------.----------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ed5140;
  text-decoration: underline;
  outline: none; }
  a:visited {
    color: #ed503f; }
  a:hover, a:focus, a:active {
    color: #ed5544; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      float: left;
      z-index: 99999; }
      @media (min-width: 768px) {
        .main-navigation ul ul {
          position: absolute;
          top: 6.25em;
          left: -999em;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); } }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  padding-top: 2em; }
  @media (min-width: 768px) {
    .menu-toggle ul,
    .main-navigation.toggled ul ul {
      display: none; } }
  .menu-toggle li:hover ul,
  .main-navigation.toggled ul li:hover ul {
    display: block; }
  .menu-toggle a,
  .main-navigation.toggled ul a {
    padding: 0.5em 0.75rem;
    font-size: 14px !important; }

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }
    @media screen and (max-width: 768px) {
      .screen-reader-text:focus {
        font-size: 12.25px;
        font-size: 0.765625rem; } }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
html body {
  position: relative; }
  html body.logged-in .site-header {
    top: 32px; }

html body #content {
  padding-top: 80px; }
  @media (min-width: 768px) {
    html body #content {
      padding-top: 128px; } }

html #wpadminbar {
  position: fixed !important; }

#masthead {
  background-color: #f5bd00;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: fixed;
  width: calc( 100%);
  z-index: 100; }
  #masthead .outer-block-wrapper {
    padding-bottom: calc(.6rem + 5px);
    padding-top: calc(.6rem + 5px);
    /*
		.scrolled & {
			padding-bottom: 0;
			padding-top: 0;
			.inner-block-wrapper {
				height: 80px;
			}
			.main-navigation .menu-main-menu-container li:not(.logo) {
				padding-top: 1.5em;
			}
			.main-navigation .menu-item.logo {
				max-width: 20px;
				padding: 0 1em;
			}
		}
		*/ }
  #masthead .inner-block-wrapper {
    font-size: 1rem;
    height: 112px;
    position: relative; }
    @media (max-width: 767px) {
      #masthead .inner-block-wrapper {
        height: 65px; } }
  #masthead .login-wrapper {
    display: flex;
    min-height: 2rem;
    padding-right: 0.75rem;
    position: relative;
    width: 30%;
    float: right;
    z-index: 10;
    content: "";
    display: table;
    table-layout: fixed; }
  #masthead #login-menu {
    align-items: center;
    color: white;
    display: flex;
    flex-direction: row;
    font-weight: bold;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
    #masthead #login-menu li {
      float: none; }
    #masthead #login-menu a {
      color: #ed5140;
      display: block;
      font-size: .67rem;
      letter-spacing: 1px;
      padding: .5rem 0 .25rem 1rem;
      text-decoration: none; }
      #masthead #login-menu a:hover {
        color: #fff;
        text-decoration: none; }
      @media (min-width: 768px) {
        #masthead #login-menu a {
          padding: .5rem 0 .25rem 2rem; } }
          @media screen and (max-width: 768px) {
  #masthead .site-branding {
    display: none; }
  }
  #masthead .site-branding {
    z-index: 20;
    position: relative;
    width: 210px;}
  #masthead .site-branding .macncheese-logo {
    display: block;
    height: auto;
    width: 220px;

    @media (max-width: 768px) {
      display: none;
    }
  
  }
  #masthead .mobile-logo {
    color: white;
    display: block;
    left: 0;
    max-width: 160px;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      #masthead .mobile-logo {
        display: none; } }
  #masthead .button-box {
    display: flex;
    height: 33px;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 2; }
  #masthead .main-navigation {
    float: none;
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      #masthead .main-navigation {
        font-size: calc(14px + 4 * (100vw - 768px) / 372); } }
    @media screen and (min-width: 1140px) {
      #masthead .main-navigation {
        font-size: 18px; } }
    @media (min-width: 768px) {
      #masthead .main-navigation .menu-main-menu-container {
        width: 100%; }
        #masthead .main-navigation .menu-main-menu-container .nav-menu {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: end;
          width: 100%; } }
    @media (min-width: 768px) and (min-width: 768px) {
      #masthead .main-navigation .menu-main-menu-container .nav-menu > .menu-item:not(:first-child):not(.logo):before {
        display: block;
        content: '•';
        font-size: 18px;
        color: #fff; } }
    @media (min-width: 768px) {
        #masthead .main-navigation .menu-main-menu-container li:not(.logo) {
          padding-top: 3rem;
          text-align: center;
          font-weight: bold;
          display: flex;
          align-items: center;
          justify-content: center; }
          #masthead .main-navigation .menu-main-menu-container li:not(.logo) a {
            padding: 1rem 0.8rem;
            letter-spacing: 1px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    #masthead .main-navigation .menu-main-menu-container .logo + .menu-item:before {
      display: none !important; } }
    @media (min-width: 768px) {
        #masthead .main-navigation .menu-main-menu-container ul.sub-menu li {
          padding-top: 0; }
          #masthead .main-navigation .menu-main-menu-container ul.sub-menu li a {
            color: #ed5140;
            font-size: .7rem;
            padding: .5rem 1rem;
            border-bottom: 1px solid #a7a9b0;
            line-height: 1.4;
            text-transform: none;
            font-size: .8rem;
            font-family: "Open Sans", sans-serif;
            letter-spacing: 0;
            font-weight: 400; }
            #masthead .main-navigation .menu-main-menu-container ul.sub-menu li a:hover {
              color: #2f3f3b; }
          #masthead .main-navigation .menu-main-menu-container ul.sub-menu li:last-child a {
            border-bottom: 0; } }
    #masthead .main-navigation .menu-item.logo {
      display: none; }
      @media (min-width: 768px) {
        #masthead .main-navigation .menu-item.logo {
          display: block;
          padding: 0;
          width: 250px;
          min-width: 80px; } }
      #masthead .main-navigation .menu-item.logo img {
        display: block;
        margin: 0 auto;
        width: 100%; }
    #masthead .main-navigation.toggled {
      padding: 1rem 0 0;
      height: 90vh;
      overflow-y: scroll;
      background: #f5bd00;
      padding-bottom: 100px; }
    #masthead .main-navigation a {
      color: #fff;
      font-size: .78em;
      text-transform: uppercase; }
      #masthead .main-navigation a:hover {
        color: #ed5140; }
    @media (max-width: 768px) {
      #masthead .main-navigation li {
        width: 100%; } }
    #masthead .main-navigation .sub-menu {
      padding: .5em 1em; }
      @media (min-width: 768px) {
        #masthead .main-navigation .sub-menu {
          background: white; } }
    @media (min-width: 768px) {
      #masthead .main-navigation {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between; } }
    #masthead .main-navigation .menu-toggle {
      background-color: transparent;
      border: none;
      color: transparent;
      height: 32px;
      outline: none;
      padding: 0;
      position: absolute;
      right: 0.75rem;
      top: 3em;
      width: 32px;
      z-index: 99999999; }
      #masthead .main-navigation .menu-toggle .fancy-burger {
        align-items: center;
        display: flex;
        flex-direction: row;
        height: 100%;
        justify-content: center;
        width: 100%; }
        #masthead .main-navigation .menu-toggle .fancy-burger span {
          background: #fff;
          display: block;
          height: 4px;
          position: relative;
          transition: all .5s;
          width: 30px; }
          #masthead .main-navigation .menu-toggle .fancy-burger span:after, #masthead .main-navigation .menu-toggle .fancy-burger span:before {
            background: #fff;
            content: '';
            display: block;
            height: 4px;
            left: 0;
            position: absolute;
            right: 0;
            transition: all .5s ease-out;
            width: 30px; }
          #masthead .main-navigation .menu-toggle .fancy-burger span:before {
            bottom: -200%; }
          #masthead .main-navigation .menu-toggle .fancy-burger span:after {
            top: -200%; }
  #masthead .toggled .menu-toggle.menu-toggle span {
    transform: rotate(45deg); }
    #masthead .toggled .menu-toggle.menu-toggle span:before {
      bottom: 0 !important;
      transform: rotate(-90deg); }
    #masthead .toggled .menu-toggle.menu-toggle span:after {
      top: 0 !important;
      transform: rotate(-90deg); }

.headroom {
  background-color: white;
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
  transition: transform .25s ease-in-out;
  will-change: transform; }

.headroomPinned {
  transform: translateY(0); }

.headroomUnpinned {
  transform: translateY(-100%); }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  align-items: center;
  background: #2f3f3b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  padding: 4rem 0 3rem; }
  #colophon h4 {
    color: #f6ca4d;
    font-size: .78rem;
    font-weight: bold;
    margin-bottom: .25rem;
    text-decoration: none;
    text-transform: uppercase; }
  #colophon .site-branding {
    text-align: center; }
    #colophon .site-branding img {
      filter: brightness(0) invert(80%);
      max-width: 300px; }
  #colophon .site-info {
    color: #f6f6f6;
    font-size: .56rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 2rem 0 0; }
    #colophon .site-info a {
      color: #f6f6f6;
      text-decoration: none; }
      #colophon .site-info a:hover {
        color: #ed5140;
        text-decoration: none; }
  #colophon .sep {
    padding: 10px; }
  #colophon .social-links {
    display: flex;
    justify-content: center;
    line-height: 1;
    text-align: center;
    padding: 2rem 0 0; }
    #colophon .social-links a {
      align-items: center;
      background: #ed5140;
      border-radius: 100%;
      color: #fff;
      display: flex;
      font-size: 1.6rem;
      height: 2.6rem;
      justify-content: center;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      width: 2.6rem;
      margin: 0 1rem; }
      #colophon .social-links a:hover {
        background: #f5bd00;
        color: white;
        text-decoration: none; }
    @media (max-width: 767px) {
      #colophon .social-links {
        position: relative; }
        #colophon .social-links a {
          margin: 0 .5em 0 0; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*
Use this file primarily for DEFAULT posts and pages or for relatively GLOBAL styles i.e if the styles for archives will apply for multiple post types or are styles that will work for most pages. that being said, most global styles should be going on a client specific "base styles file"
*/
#page {
  overflow: hidden; }

.sticky {
  display: block; }

.hentry {
  margin: 0; }

.hfeed .hentry {
  margin-bottom: 1.5em; }

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

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

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

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

.home .hentry {
  margin-bottom: 0; }

.single #content {
  padding-bottom: 3rem; }

.single .block.general_copy {
  padding-bottom: 0; }

.single .content {
  padding-bottom: 3rem; }

.single .view-all {
  padding-bottom: 1em; }
  .single .view-all a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif; }

.single .widget {
  text-align: right; }

.events-list .tribe-events-loop {
  max-width: none; }

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
/*
404
*/
.error404 .site-content {
  padding: 4.125rem .75rem 6.125rem;
  text-align: center; }

.error404 h1.page-title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
  color: #a7a9b0; }

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
/*
Search
*/
.search-results .site-content {
  padding: 4.125rem .75rem 6.125rem; }

.search-results h1.page-title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
  color: #a7a9b0; }

.search-results h2.entry-title a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #f5bd00; }

.search-results .entry-footer {
  background: #f6f6f6; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Styles applying to all blocks
--------------------------------------------------------------*/
.block.default-1, .block {
  background: white; }

.block.default-2 {
  background: #f6f6f6; }

.block.default-3 {
  background: #f5bd00; }

.block.default-4 {
  background: #ed5140; }

.js .block {
  opacity: 0; }

.block {
  padding: 3rem 0; }

.grid-on .block {
  border-bottom: 1px dashed #a7a9b0; }

.outer-block-wrapper .inner-block-wrapper:before, .outer-block-wrapper .inner-block-wrapper:after {
  display: none; }

/*--------------------------------------------------------------
# General copy
--------------------------------------------------------------*/
.block.general_copy {
  /* This is used for the general copy block, and also for single post content */ }
  @media (max-width: 768px) {
    .block.general_copy .content a.btn {
      width: 100%; } }

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.block.hero {
  padding: 0;
  position: relative;
  min-height: 400px;
  max-height: calc(200px + 10vh + 20vw);
  overflow: hidden;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*content here*/ }
  .home .block.hero {
    min-height: calc(300px + 10vh + 20vw); }
  .block.hero.height-tall {
    height: auto;
    max-height: none; }
    .block.hero.height-tall .hero--title {
      margin-top: 0; }
  .block.hero .slider-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .block.hero .slick-dots {
    display: none !important; }
  .block.hero .slide {
    background-position: center center;
    background-size: cover; }
  .block.hero .slick-slider {
    height: 100%; }
  .block.hero .slick-list,
  .block.hero .slick-track {
    height: 100%; }
  .block.hero .inner-block-wrapper {
    height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .block.hero .hero--title {
    color: #fff;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 75px rgba(0, 0, 0, 0.5); }
  .block.hero p {
    color: #fff; }
  .block.hero .hero--content {
    margin: 0 auto;
    padding: 1.25rem 0 1.4rem; }
    .block.hero .hero--content .btn {
      width: 200px;
      margin: 5px;
      position: relative;
      z-index: 2; }
  .block.hero .filter {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.3); }

/*--------------------------------------------------------------
# Text and icons
--------------------------------------------------------------*/
.block.text_and_icons {
  background: url(../images/kawaga-gold-border.png) center 3rem no-repeat;
  /*content here*/ }
  @media (max-width: 767px) {
    .block.text_and_icons {
      padding: 1.5rem 0 1rem; } }
  .block.text_and_icons .text_and_icons--content {
    text-align: center; }
  .block.text_and_icons .copy {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top: 4rem; }
    @media (min-width: 768px) {
      .block.text_and_icons .copy {
        font-size: 1.67rem;
        line-height: 1.8; } }
  .block.text_and_icons .icons-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2.5rem -0.75rem 0;
    width: calc(100% + 1.5rem); }
    .block.text_and_icons .icons-wrapper .icons-text-wrapper {
      width: 22.5%;
      text-align: center; }
      @media (max-width: 992px) {
        .block.text_and_icons .icons-wrapper .icons-text-wrapper {
          width: 45%;
          padding-bottom: 2.5rem; } }
      @media (max-width: 768px) {
        .block.text_and_icons .icons-wrapper .icons-text-wrapper {
          width: 50%;
          margin: 0 auto; } }
      .block.text_and_icons .icons-wrapper .icons-text-wrapper img {
        max-width: 67px; }
      .block.text_and_icons .icons-wrapper .icons-text-wrapper h3 {
        margin-top: .75em;
        font-size: .89rem;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        padding-top: 1.5rem; }
      .block.text_and_icons .icons-wrapper .icons-text-wrapper p.small a {
        display: inline-block;
        margin-top: .75em; }

/*--------------------------------------------------------------
# Text and table
--------------------------------------------------------------*/
.block.text_and_table {
  /*content here*/ }
  .block.text_and_table table {
    margin: 2.75rem 0 1.5em; }
  @media (max-width: 768px) {
    .block.text_and_table .table-wrapper {
      overflow-x: scroll; }
    .block.text_and_table th:first-child,
    .block.text_and_table th,
    .block.text_and_table td:first-child,
    .block.text_and_table td {
      min-width: 150px; } }
  @media (max-width: 992px) {
    .block.text_and_table th {
      font-size: .85rem;
      padding-left: 15px; }
    .block.text_and_table td, .block.text_and_table tr {
      font-size: .8rem;
      padding: 15px; } }

/*--------------------------------------------------------------
# Image slider
--------------------------------------------------------------*/
.block.image_slider {
  text-align: center;
  /*content here*/ }
  .block.image_slider .slick-arrow {
    background: transparent;
    padding: 0;
    z-index: 10;
    height: 100%;
    width: 100px;
    border: none;
    border-radius: 0; }
    .block.image_slider .slick-arrow:before {
      color: white;
      font-size: 2rem;
      opacity: .75; }
    .block.image_slider .slick-arrow:hover:before {
      opacity: 1; }
  .block.image_slider .slick-arrow.slick-prev {
    left: 0; }
    .block.image_slider .slick-arrow.slick-prev:before {
      content: '◀'; }
  .block.image_slider .slick-arrow.slick-next {
    right: 0; }
    .block.image_slider .slick-arrow.slick-next:before {
      content: '▶'; }

/*--------------------------------------------------------------
# Logo block
--------------------------------------------------------------*/
.block.logo_block {
  text-align: center;
  /*content here*/ }
  .block.logo_block .logo_block--title {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 1.67rem;
    background: url(../images/mnc-gold-border.png) center bottom no-repeat;
    margin-bottom: 0;
    line-height: 1.2;
    padding-bottom: 1rem; }
    @media (min-width: 768px) {
      .block.logo_block .logo_block--title {
        margin-bottom: 2rem; } }
  .block.logo_block .copy p {
    font-family: "Montserrat", sans-serif; }
  .block.logo_block .logos-wrapper {
    width: 100%;
    margin: 0; }
    .block.logo_block .logos-wrapper .slick-track {
      display: flex;
      align-items: center; }
      @media (min-width: 992px) {
        .block.logo_block .logos-wrapper .slick-track {
          justify-content: space-around; } }
    .block.logo_block .logos-wrapper .image-wrapper {
      width: 20%;
      padding: 0 1.5rem;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
      @media (min-width: 768px) {
        .block.logo_block .logos-wrapper .image-wrapper {
          padding: 0.75rem; } }
  .block.logo_block .num-1 .image-wrapper, .block.logo_block .num-2 .image-wrapper, .block.logo_block .num-3 .image-wrapper {
    width: 33.3333333%; }
  .block.logo_block .slick-arrow {
    padding: 0;
    z-index: 10;
    height: 100%;
    width: 100px;
    border: none;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%); }
    .block.logo_block .slick-arrow:before {
      color: #f5bd00;
      font-size: 2rem;
      opacity: .75; }
    .block.logo_block .slick-arrow:hover:before {
      opacity: 1; }
  .block.logo_block .slick-arrow.slick-prev {
    left: -45px; }
    @media (min-width: 768px) {
      .block.logo_block .slick-arrow.slick-prev {
        left: -80px; } }
    .block.logo_block .slick-arrow.slick-prev:before {
      content: '〈'; }
  .block.logo_block .slick-arrow.slick-next {
    right: -45px; }
    @media (min-width: 768px) {
      .block.logo_block .slick-arrow.slick-next {
        right: -80px; } }
    .block.logo_block .slick-arrow.slick-next:before {
      content: '〉'; }

/*--------------------------------------------------------------
# Call to action
--------------------------------------------------------------*/
.block.callout {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  /*content here*/ }
  .block.callout .callout--title p,
  .block.callout .callout--title h2 {
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 1.67rem;
    background: url(../images/mnc-gold-border.png) center bottom no-repeat;
    padding-bottom: 1rem; }
  .block.callout.default-5 .callout--title h2 {
    background: none;
    margin: 0; }
  .block.callout.style-1 .callout--title {
    font-size: 2rem; }
    @media (max-width: 768px) {
      .block.callout.style-1 .callout--title {
        font-size: 1.67rem;
        margin-top: 1.5rem; } }
  .block.callout.style-2 .callout--title {
    margin-bottom: 2.5rem;
    font-size: 1.67rem;
    background: url(../images/kawaga-gold-border.png) center bottom no-repeat; }
  .block.callout.height-2 {
    min-height: 200px;
    padding-top: 0;
    padding-bottom: 0; }
  .block.callout .outer-block-wrapper {
    width: 100%; }
  .block.callout .inner-block-wrapper {
    text-align: center; }
  .block.callout .callout--content .btn {
    width: 200px;
    margin-left: .5rem;
    margin-right: .5rem; }
  .block.callout p {
    margin-bottom: 1rem; }
    .block.callout p:last-child {
      margin-bottom: 0; }
  .block.callout .copy {
    max-width: 100%; }

.circularCountdown .innerNumber {
  margin-top: -7px; }

.circularCountdown {
  max-width: 100%; }

/*--------------------------------------------------------------
# Two columns
--------------------------------------------------------------*/
.block.two_columns {
  padding-bottom: 0;
  padding-top: 0;
  /*content here*/ }
  .block.two_columns .two_columns--content {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 992px) {
      .block.two_columns .two_columns--content {
        padding-left: .75rem;
        padding-right: .75rem; } }
    .block.two_columns .two_columns--content .col {
      width: 100%; }
  .block.two_columns div.col.general {
    padding: 3rem 1rem;
    order: 1; }
    @media (min-width: 768px) {
      .block.two_columns div.col.general {
        padding: 4rem;
        order: inherit; } }
  .block.two_columns div.image {
    padding: 0;
    order: 2; }
    @media (min-width: 768px) {
      .block.two_columns div.image {
        order: inherit; } }
    .block.two_columns div.image img {
      width: 100%; }
  .block.two_columns h2.two_columns--title {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 1.67rem;
    background: url(../images/mnc-gold-border.png) center bottom no-repeat; }
  .block.two_columns h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.67rem;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.2; }
    .block.two_columns h3:after {
      content: url(../images/mnc-gold-border.png);
      padding: 0;
      display: block; }
  .block.two_columns .btn {
    margin: 1rem 0; }
  .block.two_columns ul, .block.two_columns ol {
    margin: 0 0 1.5rem -.5rem; }
  .block.two_columns .col {
    padding-right: 1.75rem; }
  @media (min-width: 768px) {
    .block.two_columns.style-1 .col {
      width: 50%; } }
  .block.two_columns.style-1 .col img {
    height: 100%;
    max-height: 600px;
    max-width: 100%;
    overflow: hidden;
    object-fit: cover; }
  .block.two_columns.style-2 {
    padding-bottom: 3rem;
    padding-top: 4rem; }
    .block.two_columns.style-2 .two_columns--content .col.general,
    .block.two_columns.style-2 .two_columns--content .col.image {
      width: 100%; }
      @media (min-width: 768px) {
        .block.two_columns.style-2 .two_columns--content .col.general,
        .block.two_columns.style-2 .two_columns--content .col.image {
          width: 50%; } }
    .block.two_columns.style-2 div.general.col {
      border: 4px solid #ed5140; }
      .block.two_columns.style-2 div.general.col .btn {
        margin: 0 0 1rem; }
      @media (max-width: 767px) {
        .block.two_columns.style-2 div.general.col {
          margin: 0 2rem; } }
    @media (max-width: 767px) {
      .block.two_columns.style-2 div.general:first-child {
        margin-bottom: -4px; } }
    @media (min-width: 768px) {
      .block.two_columns.style-2 div.general:first-child {
        padding: 1.5rem;
        margin: 2rem 0;
        margin-right: -4px; } }
    @media (max-width: 767px) {
      .block.two_columns.style-2 div.general:last-child {
        margin-top: -4px; } }
    @media (min-width: 768px) {
      .block.two_columns.style-2 div.general:last-child {
        padding: 1.5rem;
        margin: 2rem 0;
        margin-left: -4px; } }
    .block.two_columns.style-2 .col.image {
      padding-left: 0;
      padding-right: 0;
      z-index: 2; }
  @media (max-width: 768px) {
    .block.two_columns .col.image {
      text-align: center; }
    .block.two_columns h3, .block.two_columns p {
      text-align: center; }
    .block.two_columns img {
      margin: 0 auto; } }

.two_columns.default-1 + .two_columns.default-1 {
  padding-top: 0; }

@media (min-width: 768px) {
  .two_columns.default-2 + .two_columns.default-2 {
    margin-top: -4rem;
    padding-top: 0; } }

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.block.form {
  text-align: center; }
  .block.form.default-1 .gform_wrapper .top_label input[type="text"],
  .block.form.default-1 .gform_wrapper .top_label input[type="email"],
  .block.form.default-1 .gform_wrapper .top_label input[type="url"],
  .block.form.default-1 .gform_wrapper .top_label input[type="password"],
  .block.form.default-1 .gform_wrapper .top_label input[type="search"],
  .block.form.default-1 .gform_wrapper .top_label input[type="number"],
  .block.form.default-1 .gform_wrapper .top_label input[type="tel"],
  .block.form.default-1 .gform_wrapper .top_label input[type="range"],
  .block.form.default-1 .gform_wrapper .top_label input[type="date"],
  .block.form.default-1 .gform_wrapper .top_label input[type="month"],
  .block.form.default-1 .gform_wrapper .top_label input[type="week"],
  .block.form.default-1 .gform_wrapper .top_label input[type="time"],
  .block.form.default-1 .gform_wrapper .top_label input[type="datetime"],
  .block.form.default-1 .gform_wrapper .top_label input[type="datetime-local"],
  .block.form.default-1 .gform_wrapper .top_label input[type="color"],
  .block.form.default-1 .gform_wrapper .top_label textarea,
  .block.form.default-1 .gform_wrapper .top_label select {
    background: #f6f6f6; }
  .block.form.default-2 .gform_wrapper .top_label input[type="text"],
  .block.form.default-2 .gform_wrapper .top_label input[type="email"],
  .block.form.default-2 .gform_wrapper .top_label input[type="url"],
  .block.form.default-2 .gform_wrapper .top_label input[type="password"],
  .block.form.default-2 .gform_wrapper .top_label input[type="search"],
  .block.form.default-2 .gform_wrapper .top_label input[type="number"],
  .block.form.default-2 .gform_wrapper .top_label input[type="tel"],
  .block.form.default-2 .gform_wrapper .top_label input[type="range"],
  .block.form.default-2 .gform_wrapper .top_label input[type="date"],
  .block.form.default-2 .gform_wrapper .top_label input[type="month"],
  .block.form.default-2 .gform_wrapper .top_label input[type="week"],
  .block.form.default-2 .gform_wrapper .top_label input[type="time"],
  .block.form.default-2 .gform_wrapper .top_label input[type="datetime"],
  .block.form.default-2 .gform_wrapper .top_label input[type="datetime-local"],
  .block.form.default-2 .gform_wrapper .top_label input[type="color"],
  .block.form.default-2 .gform_wrapper .top_label textarea,
  .block.form.default-2 .gform_wrapper .top_label select {
    background: #fff; }
  .block.form .gform_wrapper form {
    text-align: center; }
  .block.form .gform_wrapper h3.gform_title {
    font-weight: 400;
    font-size: 1.6em;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 1.67rem;
    background: url(../images/mnc-gold-border.png) center bottom no-repeat;
    margin-bottom: 2rem;
    line-height: 1.2;
    padding-bottom: 1rem; }
  .block.form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
  .block.form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
  .block.form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 0; }
  .block.form .gform_wrapper ul.gform_fields {
    margin: 0 auto !important;
    width: 100%;
    padding: 0 0 1.5rem 0;
    max-width: 500px; }
  .block.form .gform_wrapper ul.gform_fields li.gfield select {
    height: 44px;
    margin-top: 1px;
    border: 0;
    outline: 1px solid #ccc; }
  .block.form .gform_wrapper .gfield_radio li label {
    margin: 5px 0 0 12px; }
  .block.form .gform_wrapper .gfield_checkbox li label {
    margin: 5px 0 0 4px; }
  .block.form .gform_wrapper .top_label input[type="text"],
  .block.form .gform_wrapper .top_label input[type="email"],
  .block.form .gform_wrapper .top_label input[type="url"],
  .block.form .gform_wrapper .top_label input[type="password"],
  .block.form .gform_wrapper .top_label input[type="search"],
  .block.form .gform_wrapper .top_label input[type="number"],
  .block.form .gform_wrapper .top_label input[type="tel"],
  .block.form .gform_wrapper .top_label input[type="range"],
  .block.form .gform_wrapper .top_label input[type="date"],
  .block.form .gform_wrapper .top_label input[type="month"],
  .block.form .gform_wrapper .top_label input[type="week"],
  .block.form .gform_wrapper .top_label input[type="time"],
  .block.form .gform_wrapper .top_label input[type="datetime"],
  .block.form .gform_wrapper .top_label input[type="datetime-local"],
  .block.form .gform_wrapper .top_label input[type="color"],
  .block.form .gform_wrapper .top_label textarea,
  .block.form .gform_wrapper .top_label select {
    border-radius: 0;
    width: 100%; }
  .block.form .gform_wrapper select {
    color: #a7a9b0; }
  .block.form .gform_footer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0; }

/*--------------------------------------------------------------
# Three circles
--------------------------------------------------------------*/
.block.three_circles {
  /*content here*/ }
  .block.three_circles .three_circles--content {
    text-align: center; }
  .block.three_circles .three_circles--title {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 2.75rem; }
  .block.three_circles h2 {
    text-align: center; }
  .block.three_circles img {
    border-radius: 50%;
    margin-bottom: 1.6rem; }
  .block.three_circles .circles-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -0.75rem;
    width: calc(100% + 1.5rem); }
    .block.three_circles .circles-wrapper .single-circle-wrapper {
      width: calc(100% / 3);
      width: calc(33.33333333%);
      padding: 0 0.75rem 2.75rem;
      text-align: center; }
      @media (max-width: 768px) {
        .block.three_circles .circles-wrapper .single-circle-wrapper {
          width: calc(60%);
          margin: 0 auto; } }
    @media (max-width: 800px) {
      .block.three_circles .circles-wrapper .label {
        font-size: 18px; } }
  .block.three_circles .circle-link:hover img {
    box-shadow: 0 0 10px 0 rgba(125, 125, 125, 0.5); }
  .block.three_circles .copy {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 1.6rem;
    display: block;
    font-size: .8rem; }
    .block.three_circles .copy *:last-child {
      margin-bottom: 0; }
  .block.three_circles .button {
    text-align: center;
    width: auto; }

/*--------------------------------------------------------------
# Posts with Filtering
--------------------------------------------------------------*/
.block.posts_with_filtering {
  /*content here*/ }
  .block.posts_with_filtering .posts_with_filtering__title h4 {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
    font-size: 1.67rem;
    background: url(../images/mnc-gold-border.png) center bottom no-repeat;
    margin-bottom: 2rem; }
  .block.posts_with_filtering .post_with_filtering__sidebar h4, .block.posts_with_filtering .post_with_filtering__sidebar h2 {
    font-size: 1.2rem;
    line-height: 1.2;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase; }
  .block.posts_with_filtering .post_with_filtering__sidebar .post_with_filtering__filters,
  .block.posts_with_filtering .post_with_filtering__sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc; }
  .block.posts_with_filtering .post_with_filtering__sidebar .rsswidget {
    font-size: 1rem;
    text-decoration: none;
    font-size: .8rem; }
  .block.posts_with_filtering .post_with_filtering__posts .post-snippet {
    margin-bottom: 6rem; }
  .block.posts_with_filtering .post_with_filtering__posts img {
    border: 1px solid #ccc; }
  .block.posts_with_filtering .post_with_filtering__posts .entry-title {
    line-height: 1.2; }
    .block.posts_with_filtering .post_with_filtering__posts .entry-title a {
      text-decoration: none; }
      .block.posts_with_filtering .post_with_filtering__posts .entry-title a:hover {
        color: #2f3f3b; }
  .block.posts_with_filtering .post_with_filtering__pagination {
    text-align: center; }

/*--------------------------------------------------------------
# Featured Posts
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .block.featured_posts .outer-block-wrapper {
    width: 97%; } }

.block.featured_posts .inner-block-wrapper h4 {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.67rem;
  background: url(../images/mnc-gold-border.png) center bottom no-repeat;
  margin-bottom: 2rem;
  line-height: 1.2;
  padding-bottom: 1rem; }

.block.featured_posts .inner-block-wrapper article {
  margin-bottom: 1.5rem; }

.block.featured_posts .inner-block-wrapper .posts-navigation {
  margin-top: .5rem;
  padding-top: 1.5rem; }
  .block.featured_posts .inner-block-wrapper .posts-navigation a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif; }
  .block.featured_posts .inner-block-wrapper .posts-navigation .nav-previous a:before {
    content: "← "; }
  .block.featured_posts .inner-block-wrapper .posts-navigation .nav-next a:after {
    content: " →"; }

.block.featured_posts .view-all {
  text-align: center;
  padding-top: 3rem; }
  .block.featured_posts .view-all a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif; }

.block.featured_posts article .wrapper {
  height: 14rem;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: relative;
  transition: all .2s ease-in-out;
  border: 1px solid #ccc; }
  .block.featured_posts article .wrapper:hover {
    opacity: .8; }
  @media (min-width: 768px) {
    .block.featured_posts article .wrapper {
      height: 20rem; } }

.block.featured_posts .entry-content {
  background: #ed5140;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  z-index: 1;
  padding: 1rem 1rem .5rem; }
  @media (min-width: 768px) {
    .block.featured_posts .entry-content {
      padding: 1.5rem 2rem; } }

.block.featured_posts .entry-content h2, .block.featured_posts .entry-content .entry-meta {
  z-index: 1; }

.block.featured_posts .entry-content .entry-meta {
  font-size: 13px; }
  .block.featured_posts .entry-content .entry-meta .entry-date {
    color: white; }

.block.featured_posts .entry-content h2 {
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif; }
  @media (min-width: 768px) {
    .block.featured_posts .entry-content h2 {
      font-size: 1.5rem;
      line-height: 1.2; } }

.featured_posts .entry-content {
  left: 0;
  right: 25%; }

.posts_with_filtering .entry-content {
  left: 0;
  right: 0; }

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
.block.instagram {
  padding-bottom: 0;
  /*content here*/ }
  .block.instagram .callout--title {
    margin: 0;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 2.5rem;
    font-size: 1.67rem;
    background: url(../images/kawaga-gold-border.png) center bottom no-repeat; }
    .block.instagram .callout--title .social-icon {
      color: #ed5140; }
      .block.instagram .callout--title .social-icon:hover {
        color: #f5bd00; }
  .block.instagram .inner-block-wrapper {
    text-align: center; }

.block.callout.default-1.style-2 + .block.instagram {
  padding-top: 0; }

/*--------------------------------------------------------------
# Anchor
--------------------------------------------------------------*/
.block.anchor {
  visibility: hidden;
  z-index: 0;
  position: relative;
  top: -100px; }

/*--------------------------------------------------------------
# Testimonials Slider
--------------------------------------------------------------*/
.block.testimonials_slider {
  text-align: center;
  overflow: hidden; }
  .block.testimonials_slider .image_slider--title {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 1.67rem;
    background: url(../images/mnc-gold-border.png) center bottom no-repeat;
    margin-bottom: 2rem; }
  .block.testimonials_slider .testimonials_slider--title:after {
    content: " ";
    display: block;
    width: 60px;
    height: 2px;
    background: #f5bd00;
    margin: 1rem auto; }
  @media (min-width: 768px) {
    .block.testimonials_slider .slide {
      padding-left: 120px;
      padding-right: 120px; } }
  .block.testimonials_slider .slide blockquote {
    padding-top: 20px;
    margin-bottom: 60px; }
  .block.testimonials_slider .slide .testimonial-byline p {
    margin: 0 0 .25em; }
    .block.testimonials_slider .slide .testimonial-byline p:first-child {
      font-size: .75rem;
      text-transform: uppercase; }
      .block.testimonials_slider .slide .testimonial-byline p:first-child:before {
        content: "— "; }
    .block.testimonials_slider .slide .testimonial-byline p.company {
      font-size: .7rem;
      text-transform: uppercase;
      color: #f5bd00;
      font-weight: bold; }
  .block.testimonials_slider .slick-arrow {
    background: transparent;
    padding: 0;
    z-index: 10;
    height: 100%;
    width: 100px;
    border: none;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%); }
    .block.testimonials_slider .slick-arrow:before {
      color: #f5bd00;
      font-size: 2rem;
      opacity: .75; }
    .block.testimonials_slider .slick-arrow:hover:before {
      opacity: 1; }
  .block.testimonials_slider .slick-arrow.slick-prev {
    left: -45px; }
    @media (min-width: 768px) {
      .block.testimonials_slider .slick-arrow.slick-prev {
        left: 0; } }
    .block.testimonials_slider .slick-arrow.slick-prev:before {
      content: '〈'; }
  .block.testimonials_slider .slick-arrow.slick-next {
    right: -45px; }
    @media (min-width: 768px) {
      .block.testimonials_slider .slick-arrow.slick-next {
        right: 0; } }
    .block.testimonials_slider .slick-arrow.slick-next:before {
      content: '〉'; }
  .block.testimonials_slider .slide-btn {
    display: block; }
    .block.testimonials_slider .slide-btn .btn-default {
      font-size: .75em;
      padding: .4em .8em;
      margin-bottom: 1em; }
  .block.testimonials_slider .view-all {
    text-align: center;
    padding-top: 1.5rem;
    width: 100%; }
    .block.testimonials_slider .view-all a {
      text-decoration: none;
      text-transform: uppercase; }
  .block.testimonials_slider.default-3 .slick-arrow:before {
    color: #212529;
    font-size: 2rem;
    opacity: .75; }

/*--------------------------------------------------------------
# Offerings with Filtering
--------------------------------------------------------------*/
.block.offerings_with_filtering {
  /*content here*/ }
  .block.offerings_with_filtering .posts_with_filtering__title h4 {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
    font-size: 1.67rem;
    line-height: 1.2;
    background: url(../images/mnc-gold-border.png) center bottom no-repeat;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }
  .block.offerings_with_filtering .post_with_filtering__sidebar {
    padding-top: .5rem; }
    .block.offerings_with_filtering .post_with_filtering__sidebar h4, .block.offerings_with_filtering .post_with_filtering__sidebar h2 {
      font-size: 1.2rem;
      line-height: 1.2;
      text-decoration: none;
      font-weight: bold;
      text-transform: uppercase; }
    .block.offerings_with_filtering .post_with_filtering__sidebar .post_with_filtering__filters,
    .block.offerings_with_filtering .post_with_filtering__sidebar .widget {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #ccc; }
  .block.offerings_with_filtering .post_with_filtering__posts .post-snippet {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 2rem; }
  .block.offerings_with_filtering .post_with_filtering__posts img {
    border: 1px solid #ccc; }
  .block.offerings_with_filtering .post_with_filtering__posts .entry-title {
    font-size: 1.5rem;
    line-height: 1.2; }
    .block.offerings_with_filtering .post_with_filtering__posts .entry-title a {
      text-decoration: none; }
      .block.offerings_with_filtering .post_with_filtering__posts .entry-title a:hover {
        color: #2f3f3b; }
  .block.offerings_with_filtering .post_with_filtering__posts .entry-content {
    margin-top: 0; }
  .block.offerings_with_filtering .post_with_filtering__pagination {
    text-align: center; }

/*--------------------------------------------------------------
# Featured Offerings
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .block.featured_offerings .outer-block-wrapper {
    width: 97%; } }

.block.featured_offerings .inner-block-wrapper h4 {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.67rem;
  background: url(../images/mnc-gold-border.png) center bottom no-repeat;
  margin-bottom: 2rem;
  line-height: 1.2;
  padding-bottom: 1rem; }

.block.featured_offerings .inner-block-wrapper article {
  margin-bottom: 1.5rem; }

.block.featured_offerings .entry-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2; }
  .block.featured_offerings .entry-content h2 a {
    text-decoration: none; }
