/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.autoclear,
.auto-clear {
  /* we don't define lg screen size in the html ever
@media (min-width:1200px){
    @include row-first-child(lg);
  }
  */ }
  @media (min-width: 992px) {
    .autoclear .col-md-1:nth-child(12n+1), .autoclear .col-md-2:nth-child(6n+1), .autoclear .col-md-3:nth-child(4n+1), .autoclear .col-md-4:nth-child(3n+1), .autoclear .col-md-6:nth-child(odd),
    .auto-clear .col-md-1:nth-child(12n+1),
    .auto-clear .col-md-2:nth-child(6n+1),
    .auto-clear .col-md-3:nth-child(4n+1),
    .auto-clear .col-md-4:nth-child(3n+1),
    .auto-clear .col-md-6:nth-child(odd) {
      clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .autoclear .col-sm-1:nth-child(12n+1), .autoclear .col-sm-2:nth-child(6n+1), .autoclear .col-sm-3:nth-child(4n+1), .autoclear .col-sm-4:nth-child(3n+1), .autoclear .col-sm-6:nth-child(odd),
    .auto-clear .col-sm-1:nth-child(12n+1),
    .auto-clear .col-sm-2:nth-child(6n+1),
    .auto-clear .col-sm-3:nth-child(4n+1),
    .auto-clear .col-sm-4:nth-child(3n+1),
    .auto-clear .col-sm-6:nth-child(odd) {
      clear: left; } }
  @media (max-width: 767px) {
    .autoclear .col-xs-1:nth-child(12n+1), .autoclear .col-xs-2:nth-child(6n+1), .autoclear .col-xs-3:nth-child(4n+1), .autoclear .col-xs-4:nth-child(3n+1), .autoclear .col-xs-6:nth-child(odd),
    .auto-clear .col-xs-1:nth-child(12n+1),
    .auto-clear .col-xs-2:nth-child(6n+1),
    .auto-clear .col-xs-3:nth-child(4n+1),
    .auto-clear .col-xs-4:nth-child(3n+1),
    .auto-clear .col-xs-6:nth-child(odd) {
      clear: left; } }

.container-fluid {
  max-width: 1440px;
  padding-right: 0;
  padding-left: 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 768px) {
  .fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100000; }
  body.home > .fixed {
    position: relative; }
  .fixed-offset {
    width: 100%;
    display: block;
    clear: both;
    float: left;
    margin-top: 150px; }
  .fixed-offset.has-submenu {
    margin-top: 200px; }
  body.home > .fixed-offset {
    margin: 0; } }

.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, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 0;
  padding-left: 0; }

.hide-this {
  display: none; }

#content {
  padding-bottom: 75px;
  background-color: white; }
  @media only screen and (max-width: 768px) {
    #content {
      padding-bottom: 0;
      background-color: transparent; } }

section {
  background-color: #FFFFFF; }

section,
.full-width,
.wrapper {
  width: 100%;
  float: left;
  clear: both; }

.page-width {
  width: 100%;
  padding: 0 10%; }
  @media only screen and (max-width: 1200px) {
    .page-width {
      padding: 0 5%; } }

.main-content section footer.page-width.align-left {
  clear: both; }

.main-content section footer.page-width.align-right {
  clear: none;
  float: none; }

body.page .main-content section footer .footer_buttons {
  margin-bottom: 75px; }

section.col-md-1, section.col-md-2, section.col-md-3, section.col-md-4,
section.col-md-5, section.col-md-6, section.col-md-7, section.col-md-9,
section.col-md-10, section.col-md-11 {
  clear: none; }

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

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

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

body {
  background-color: #d6d5d5;
  color: #808180;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 992px) {
    body {
      font-size: 13px; } }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

a {
  -webkit-transition: color 0.35s;
          transition: color 0.35s; }
  a:hover, a:focus {
    text-decoration: none; }

.ssba > div,
p > a,
a.read-more,
.read-more a,
.footer_buttons a {
  color: #56130A;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif; }

a.read-more,
.footer_buttons a {
  margin-top: 25px;
  float: left; }

.ssba > div {
  font-size: 12px; }

.ssba {
  float: none;
  width: 100%; }

.ssba a {
  float: none; }

.single article .entry-content .ssba img {
  float: none; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

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

.post-navigation,
.paging-navigation {
  clear: both;
  width: 100%;
  float: left;
  background-color: #FFFFFF; }
  .post-navigation h1,
  .paging-navigation h1 {
    display: none; }
  .post-navigation .pager .page-numbers span.btn,
  .paging-navigation .pager .page-numbers span.btn {
    background-color: #A4A49D;
    padding: 10px 20px; }
  .post-navigation .pager a.page-numbers:hover span.btn,
  .paging-navigation .pager a.page-numbers:hover span.btn {
    background-color: #56130A; }
  .post-navigation .pager span.current.page-numbers,
  .post-navigation .pager span.current.page-numbers span.btn,
  .paging-navigation .pager span.current.page-numbers,
  .paging-navigation .pager span.current.page-numbers span.btn {
    background-color: #56130A; }
  .post-navigation .pager li span, .post-navigation .pager li a,
  .paging-navigation .pager li span,
  .paging-navigation .pager li a {
    border: none;
    color: #56130A;
    background-color: transparent; }
    .post-navigation .pager li span:hover, .post-navigation .pager li span:focus, .post-navigation .pager li a:hover, .post-navigation .pager li a:focus,
    .paging-navigation .pager li span:hover,
    .paging-navigation .pager li span:focus,
    .paging-navigation .pager li a:hover,
    .paging-navigation .pager li a:focus {
      background-color: transparent;
      color: #841d0f; }

div.bg.rectangle,
.md-rectangle {
  padding-bottom: 62%;
  min-height: 240px; }

@media only screen and (max-width: 768px) {
  .sm-rectangle {
    padding-bottom: 62%; } }

@media only screen and (max-width: 520px) {
  .xs-rectangle {
    padding-bottom: 62%; } }

div.bg.wide,
.md-wide {
  padding-bottom: 50%;
  min-height: 240px; }

div.bg.ultrawide,
.md-ultrawide {
  padding-bottom: 33%;
  min-height: 240px; }

div.bg.square,
.md-square {
  padding-bottom: 100%;
  min-height: 320px; }

div.bg.tall,
.md-tall {
  padding-bottom: 200%;
  max-height: 320px; }

div.bg.rectangle-medium,
.md-rectangle-medium {
  padding-bottom: 78%;
  min-height: 240px; }

div.bg.portrait-small,
.md-portrait-small {
  padding-bottom: 150%;
  max-height: 320px; }

div.bg.size-legacy-cover,
.md-legacy-cover {
  padding-bottom: 129%;
  max-height: 320px; }

div.bg {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media only screen and (max-width: 520px) {
  .xs-square {
    padding-bottom: 100%; } }

.header-strip {
  background-color: #56130A;
  z-index: 2;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .header-strip {
      display: none; } }
  .header-strip .wrapper {
    padding: 0 10%; }
    @media only screen and (max-width: 1200px) {
      .header-strip .wrapper {
        padding: 0 5%; } }
  .header-strip .widget {
    float: right; }
  .header-strip .widget_search {
    background: #CCB46E;
    overflow: hidden; }
    .header-strip .widget_search:after {
      content: '\f002';
      display: inline-block;
      clear: none;
      float: right;
      height: 35px;
      width: 35px;
      text-align: center;
      color: white;
      font-size: 24px;
      line-height: 35px;
      font-family: FontAwesome; }
    .header-strip .widget_search:hover:after {
      color: #56130A; }
    @media only screen and (max-width: 768px) {
      .header-strip .widget_search {
        display: none; } }
    .header-strip .widget_search .search-form {
      float: left; }
    .header-strip .widget_search .search-form > label {
      float: left;
      margin: 0 0 0 3px; }
    .header-strip .widget_search .search-field {
      padding: 0;
      border: 0;
      font-size: 16px;
      height: 27px;
      margin-top: 3px;
      width: 0px;
      -webkit-transition: width .5s;
              transition: width .5s; }
    .header-strip .widget_search .search-submit {
      display: none; }
  .header-strip .widget_search.show_search .search-field {
    width: 190px;
    margin-left: 10px;
    margin-right: 8px; }
  .header-strip .widget_search.show_search .search-submit {
    display: none;
    width: 50px;
    padding: 10px; }
  .header-strip .menu-header-top-menu-container li.menu-item {
    display: inline-block; }
    .header-strip .menu-header-top-menu-container li.menu-item a {
      color: #CCB46E;
      text-transform: uppercase;
      font-size: 10px;
      font-family: "Montserrat", sans-serif; }
      .header-strip .menu-header-top-menu-container li.menu-item a:hover, .header-strip .menu-header-top-menu-container li.menu-item a:focus {
        color: #ab965a;
        background-color: transparent; }

.site-header {
  display: none; }

.site-navigation {
  z-index: 9999;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  background-color: #FFFFFF; }

.home .site-navigation {
  position: absolute;
  top: 35px; }

.site-navigation-inner {
  padding: 0 10%; }
  @media only screen and (max-width: 1200px) {
    .site-navigation-inner {
      padding: 0 5%; } }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background-color: transparent;
  border-color: transparent; }

@media only screen and (max-width: 992px) {
  .navbar-default .navbar-collapse.in,
  .navbar-default .navbar-collapse.collapsing {
    border-top: 2px solid #56130A; } }

.navbar-header {
  margin-top: -5px; }
  @media only screen and (max-width: 992px) {
    .navbar-header {
      margin-top: 0; } }

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-top: 40px;
  margin-bottom: 25px; }
  @media only screen and (max-width: 768px) {
    .navbar-default {
      margin-top: 15px;
      margin-bottom: 0; } }
  .navbar-default .navbar-nav li {
    padding: 0 15px; }
    .navbar-default .navbar-nav li a {
      color: #000000;
      padding: 5px 0;
      font-size: 14px;
      -webkit-transition: all 0s;
              transition: all 0s; }
      @media only screen and (max-width: 768px) {
        .navbar-default .navbar-nav li a {
          border-bottom: none; }
          .navbar-default .navbar-nav li a:active {
            border-bottom: none !important; } }
      .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
        border-bottom: 2px solid #56130A;
        color: #000000;
        background-color: transparent; }
      .navbar-default .navbar-nav li a:active {
        background-color: transparent; }
  .navbar-default .navbar-nav .current-page-ancestor a {
    border-bottom: 2px solid #56130A; }
  .navbar-default .navbar-nav .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    border-radius: 0; }
    .navbar-default .navbar-nav .dropdown-menu a {
      color: #56130A !important; }
      .navbar-default .navbar-nav .dropdown-menu a:hover, .navbar-default .navbar-nav .dropdown-menu a:focus {
        border-bottom: none;
        background-color: transparent !important;
        background-image: none !important;
        color: #841d0f !important;
        font-weight: bold; }
  .navbar-default .navbar-toggle {
    background-color: #56130A;
    margin-top: 0; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background-color: #841d0f; }
    .navbar-default .navbar-toggle span {
      background-color: #FFFFFF !important; }
  .navbar-default .in, .navbar-default .collapsing {
    background-color: #FFFFFF;
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative; }
    .navbar-default .in a, .navbar-default .collapsing a {
      color: #000000 !important;
      padding: 10px 0 !important;
      font-size: 20px !important; }
      .navbar-default .in a:hover, .navbar-default .in a:focus, .navbar-default .collapsing a:hover, .navbar-default .collapsing a:focus {
        border-bottom: none !important; }

.home .navbar-default .navbar-nav li a {
  color: #FFFFFF; }
  .home .navbar-default .navbar-nav li a:hover, .home .navbar-default .navbar-nav li a:focus {
    color: #FFFFFF; }

.home .site-navigation {
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 9999; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent; }

.navbar-brand {
  padding: 0; }
  .navbar-brand img {
    width: 200px; }
    @media only screen and (max-width: 992px) {
      .navbar-brand img {
        width: 175px; } }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  border-bottom: 2px solid #56130A; }
  @media only screen and (max-width: 768px) {
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
      border-bottom: none; } }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: transparent; }

.section-submenu-wrapper {
  z-index: 9999;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  background-color: #d6d5d5; }
  .section-submenu-wrapper .section-submenu {
    margin: 0;
    padding: 0;
    text-align: center; }
    .section-submenu-wrapper .section-submenu li {
      list-style-type: none;
      padding: 15px 5%;
      display: inline-block; }
      .section-submenu-wrapper .section-submenu li a {
        font-size: 14px;
        color: #808180;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase; }
        .section-submenu-wrapper .section-submenu li a:hover, .section-submenu-wrapper .section-submenu li a:focus {
          color: #000000; }
    .section-submenu-wrapper .section-submenu .current_page_item a {
      color: #000000; }

.no-results {
  padding: 0 10%; }

.subcategory-wrapper {
  width: 100%;
  max-width: 1440px;
  position: relative;
  margin: auto;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 520px) {
    .subcategory-wrapper {
      display: none; } }
  .subcategory-wrapper .subcategory-filter-title {
    display: inline-block;
    padding: 50px 0 20px calc(10% + 10px); }
    @media only screen and (max-width: 992px) {
      .subcategory-wrapper .subcategory-filter-title {
        padding-left: calc(5% + 10px); } }
  .subcategory-wrapper ul {
    display: inline-block;
    padding-right: 10%;
    padding-left: calc(10% + 10px);
    margin-top: 15px; }
    @media only screen and (max-width: 1435px) {
      .subcategory-wrapper ul {
        padding-left: calc(10% + 10px); } }
    @media only screen and (max-width: 992px) {
      .subcategory-wrapper ul {
        padding-right: 5%;
        padding-left: calc(5% + 10px); } }
    .subcategory-wrapper ul li {
      display: inline-block;
      text-align: center;
      margin-right: 15px;
      min-width: 205px; }
      @media only screen and (max-width: 575px) {
        .subcategory-wrapper ul li {
          min-width: 100%; } }
      .subcategory-wrapper ul li:hover a,
      .subcategory-wrapper ul li:focus a {
        color: #000000; }
      .subcategory-wrapper ul li a {
        color: #808180;
        padding: 10px 30px;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        background-color: #E4E3DF;
        margin-bottom: 10px;
        float: left;
        width: 100%; }
    .subcategory-wrapper ul .current_page_item a {
      color: #000000; }

#site-footer {
  font-family: "Montserrat", sans-serif; }
  #site-footer .wrapper {
    padding: 0; }
    #site-footer .wrapper header {
      padding: 50px 10% 0 10%;
      background-color: transparent; }
      #site-footer .wrapper header .image-wrapper {
        display: block;
        float: left;
        max-width: 250px;
        width: 100%;
        height: 64px;
        position: relative;
        border: 0; }
        @media only screen and (max-width: 520px) {
          #site-footer .wrapper header .image-wrapper {
            float: none;
            margin: 0 auto 15px auto; } }
        #site-footer .wrapper header .image-wrapper .bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: contain; }
      #site-footer .wrapper header .header_buttons {
        display: inline-block;
        float: right;
        margin-top: 10px; }
        @media only screen and (max-width: 520px) {
          #site-footer .wrapper header .header_buttons {
            text-align: center;
            float: none;
            display: block;
            margin-top: 25px; } }
      #site-footer .wrapper header .fa {
        font-size: 16px;
        color: #FFFFFF;
        background-color: #56130A;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        position: relative;
        text-align: center;
        margin-left: 10px;
        -webkit-transition: all 0.35s;
                transition: all 0.35s; }
        #site-footer .wrapper header .fa:before {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          right: 0;
          margin: auto; }
        #site-footer .wrapper header .fa:hover, #site-footer .wrapper header .fa:focus {
          background-color: #841d0f; }
    #site-footer .wrapper .content {
      padding: 40px 10% 50px 10%;
      float: left; }
      #site-footer .wrapper .content .item-index-1 {
        border-top: 1px solid #A4A49D; }
      #site-footer .wrapper .content #menu-site-menu {
        padding-top: 35px; }
        #site-footer .wrapper .content #menu-site-menu .menu-item.has-children a {
          min-height: 44px; }
        @media only screen and (max-width: 992px) {
          #site-footer .wrapper .content #menu-site-menu > .menu-item:nth-child(n+3) {
            margin-top: 0;
            padding-top: 25px;
            border-top: 2px solid #F1F1F1; }
          #site-footer .wrapper .content #menu-site-menu > .menu-item:nth-child(2n+1) {
            clear: left; } }
        @media only screen and (max-width: 768px) {
          #site-footer .wrapper .content #menu-site-menu > .menu-item:nth-child(n+2) {
            margin-top: 0;
            padding-top: 25px;
            border-top: 2px solid #F1F1F1; } }
        #site-footer .wrapper .content #menu-site-menu > .menu-item {
          width: 20%;
          float: left; }
          @media only screen and (max-width: 992px) {
            #site-footer .wrapper .content #menu-site-menu > .menu-item {
              width: 40%;
              text-align: center;
              margin: 25px 5%; } }
          @media only screen and (max-width: 768px) {
            #site-footer .wrapper .content #menu-site-menu > .menu-item {
              width: 90%; } }
          #site-footer .wrapper .content #menu-site-menu > .menu-item a {
            color: #000000;
            padding: 10px 0 30px 0;
            text-transform: uppercase; }
            @media only screen and (max-width: 992px) {
              #site-footer .wrapper .content #menu-site-menu > .menu-item a {
                padding: 10px 0 15px 0; } }
            #site-footer .wrapper .content #menu-site-menu > .menu-item a:hover, #site-footer .wrapper .content #menu-site-menu > .menu-item a:focus {
              background-color: transparent; }
          #site-footer .wrapper .content #menu-site-menu > .menu-item .sub-menu .menu-item {
            width: 100%;
            min-height: 0;
            border: none;
            margin: 0; }
            #site-footer .wrapper .content #menu-site-menu > .menu-item .sub-menu .menu-item a {
              color: #56130A;
              text-transform: uppercase;
              font-size: 12px;
              padding: 8px 0; }
    #site-footer .wrapper footer {
      float: left;
      background-color: #474530;
      width: 100%;
      padding: 18px 0 15px 0; }
      #site-footer .wrapper footer .footer_buttons {
        display: inline-block;
        float: left;
        padding-left: 10%;
        width: 30%; }
        @media only screen and (max-width: 992px) {
          #site-footer .wrapper footer .footer_buttons {
            width: 100%;
            padding-left: 0;
            float: none;
            text-align: center;
            margin-bottom: 10px; } }
        #site-footer .wrapper footer .footer_buttons a {
          color: #FFFFFF;
          text-transform: uppercase;
          font-size: 11px;
          vertical-align: sub;
          margin-top: 7px; }
          @media only screen and (max-width: 992px) {
            #site-footer .wrapper footer .footer_buttons a {
              float: none; } }
        #site-footer .wrapper footer .footer_buttons .icon-leaf:before {
          background-image: url(images/little-leaf.svg);
          height: 32px;
          width: 32px;
          content: "";
          display: block;
          float: left;
          margin-right: 10px;
          margin-top: -9px; }
          @media only screen and (max-width: 992px) {
            #site-footer .wrapper footer .footer_buttons .icon-leaf:before {
              float: none;
              text-align: center;
              margin: auto;
              margin-top: 15px;
              display: inline-block;
              margin-bottom: -10px;
              margin-right: 10px; } }
      #site-footer .wrapper footer .excerpt {
        display: inline-block;
        float: right;
        color: #FFFFFF;
        font-size: 11px;
        text-transform: uppercase;
        padding-top: 7px;
        padding-right: 10%; }
        @media only screen and (max-width: 992px) {
          #site-footer .wrapper footer .excerpt {
            float: none;
            padding-right: 0;
            text-align: center;
            margin: auto;
            display: block;
            margin-bottom: 25px;
            padding-left: 25px;
            padding-right: 25px; } }
        #site-footer .wrapper footer .excerpt a {
          color: #FFFFFF; }
        #site-footer .wrapper footer .excerpt .divider {
          margin-left: 10px;
          margin-right: 10px; }

.flex-header,
#legacy-header,
#gallery-header {
  background-color: #FFFFFF;
  max-width: 1440px;
  margin: auto;
  float: none; }
  .flex-header .wrapper,
  #legacy-header .wrapper,
  #gallery-header .wrapper {
    padding: 0 0 130px 0;
    background-color: #F1F1F1; }
    .flex-header .wrapper header,
    #legacy-header .wrapper header,
    #gallery-header .wrapper header {
      margin-bottom: 20px; }
      .flex-header .wrapper header .entry-content-thumbnail,
      .flex-header .wrapper header .image-wrapper,
      #legacy-header .wrapper header .entry-content-thumbnail,
      #legacy-header .wrapper header .image-wrapper,
      #gallery-header .wrapper header .entry-content-thumbnail,
      #gallery-header .wrapper header .image-wrapper {
        border-bottom: 10px solid #CCB46E;
        margin: auto; }
    .flex-header .wrapper h3.subtitle,
    #legacy-header .wrapper h3.subtitle,
    #gallery-header .wrapper h3.subtitle {
      color: #56130A;
      text-align: center;
      margin-top: 50px;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "Montserrat", sans-serif; }
      .flex-header .wrapper h3.subtitle:before,
      #legacy-header .wrapper h3.subtitle:before,
      #gallery-header .wrapper h3.subtitle:before {
        background-image: url(images/little-leaf-gray.svg);
        height: 32px;
        width: 32px;
        content: "";
        display: block;
        margin: auto;
        margin-bottom: 20px; }
    .flex-header .wrapper h1.title,
    #legacy-header .wrapper h1.title,
    #gallery-header .wrapper h1.title {
      text-align: center;
      color: #819F9F;
      margin-top: 25px;
      width: 50%;
      margin-right: auto;
      margin-left: auto;
      font-weight: bold;
      font-size: 22px; }
      @media only screen and (max-width: 768px) {
        .flex-header .wrapper h1.title,
        #legacy-header .wrapper h1.title,
        #gallery-header .wrapper h1.title {
          width: 80%; } }
    .flex-header .wrapper .entry-content,
    #legacy-header .wrapper .entry-content,
    #gallery-header .wrapper .entry-content {
      color: #819F9F;
      margin-top: 25px;
      margin-right: auto;
      margin-left: auto;
      font-weight: bold;
      width: 50%; }
      @media only screen and (max-width: 992px) {
        .flex-header .wrapper .entry-content,
        #legacy-header .wrapper .entry-content,
        #gallery-header .wrapper .entry-content {
          width: 80%; } }
      .flex-header .wrapper .entry-content p,
      #legacy-header .wrapper .entry-content p,
      #gallery-header .wrapper .entry-content p {
        color: #808180;
        font-weight: normal;
        font-size: 16px; }
    .flex-header .wrapper footer.entry-meta,
    #legacy-header .wrapper footer.entry-meta,
    #gallery-header .wrapper footer.entry-meta {
      display: none; }

article.fifty-fifty-post-image {
  padding-bottom: 70px; }
  article.fifty-fifty-post-image .content-wrapper {
    background-color: #E4E3DF;
    padding: 65px 170px 150px 60px; }
    @media only screen and (max-width: 992px) {
      article.fifty-fifty-post-image .content-wrapper {
        padding: 100px 5% 5% 5%; } }
  article.fifty-fifty-post-image header h3.page-title {
    color: #56130A;
    margin-bottom: 20px;
    text-align: left; }
  article.fifty-fifty-post-image .entry-content p {
    text-align: left; }
  article.fifty-fifty-post-image .entry-content-thumbnail .img-wrapper {
    position: relative;
    max-width: 125%;
    width: 125%;
    float: right;
    margin-top: 50px; }
    @media only screen and (max-width: 992px) {
      article.fifty-fifty-post-image .entry-content-thumbnail .img-wrapper {
        max-width: 100%;
        width: 90%;
        margin: 0 5% -75px 5%; } }
    @media only screen and (max-width: 768px) {
      article.fifty-fifty-post-image .entry-content-thumbnail .img-wrapper {
        margin-top: 25px; } }
  article.fifty-fifty-post-image .entry-content-thumbnail .image-detail-wrapper {
    position: absolute;
    bottom: -50px;
    left: 25px; }
  article.fifty-fifty-post-image .thumbnail-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0; }
    @media only screen and (max-width: 992px) {
      article.fifty-fifty-post-image .thumbnail-bg {
        position: relative; } }

.thumbnail-bg.size-square {
  width: 100%;
  padding-bottom: 100%; }

article.fifty-fifty-image-post.testimonials {
  background-color: #819F9F;
  overflow: hidden;
  position: relative; }
  @media (min-width: 992px) {
    article.fifty-fifty-image-post.testimonials .entry-content-thumbnail,
    article.fifty-fifty-image-post.testimonials .entry-content-thumbnail .img-wrapper .img.bg {
      position: absolute;
      height: 100%; } }
  article.fifty-fifty-image-post.testimonials .content-wrapper {
    text-align: center;
    color: #FFFFFF;
    padding: 5% 10%;
    /*
		@media only screen and (max-width : 1200px) {
		    padding-top: 50px;
		    padding-bottom:20px;
		}

		@media only screen and (max-width : 992px) {
		    padding-top: 50px;
		    min-height: 275px;				    
		}

		@media only screen and (max-width : 520px) {
		    padding-top: 25px;
		}

		header,
		.entry-content,
		footer {
		}
*/ }
    article.fifty-fifty-image-post.testimonials .content-wrapper h3.page-title {
      margin-bottom: 15px; }
    article.fifty-fifty-image-post.testimonials .content-wrapper h3.page-title:before {
      background-image: url(images/little-leaf-white.svg);
      height: 32px;
      width: 32px;
      content: "";
      display: block;
      margin: auto;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1200px) {
        article.fifty-fifty-image-post.testimonials .content-wrapper h3.page-title:before {
          margin-bottom: 15px; } }

.btn {
  background-color: #56130A;
  border: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 10px 35px;
  border-radius: 0; }
  .btn:hover, .btn:focus {
    background-color: #841d0f;
    color: #FFFFFF; }

.flex-sections .wrapper {
  padding: 0; }

article.excerpt-post .entry-category {
  margin-bottom: 15px; }

article.excerpt-post .entry-category a.cat-link,
h3.carousel-title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #819F9F;
  margin-bottom: 35px; }

.carousel .fifty-fifty-image-post {
  background-color: #819F9F; }

.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background-image: none; }

.carousel .carousel-control.left .fa,
.carousel .carousel-control.right .fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

@media only screen and (max-width: 520px) {
  .carousel .carousel-control.left .fa {
    left: 8px; } }

@media only screen and (max-width: 520px) {
  .carousel .carousel-control.right .fa {
    right: 8px; } }

.carousel .carousel-indicators {
  right: 0;
  left: initial; }
  @media only screen and (max-width: 768px) {
    .carousel .carousel-indicators {
      width: 100%; } }
  .carousel .carousel-indicators li, .carousel .carousel-indicators li.active {
    margin-left: 4px;
    margin-right: 4px; }

.carousel .carousel-control {
  opacity: 1; }

.carousel .fa-chevron-circle-left:before {
  content: "\f0d9";
  color: #56130A; }

.carousel .fa-chevron-circle-right:before {
  content: "\f0da";
  color: #56130A; }

.carousel .carousel-control.left .fa,
.carousel .carousel-control.right .fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.carousel .content-wrapper {
  text-align: center;
  color: #FFFFFF;
  padding-top: 75px; }
  @media only screen and (max-width: 1200px) {
    .carousel .content-wrapper {
      padding-top: 50px; } }
  @media only screen and (max-width: 992px) {
    .carousel .content-wrapper {
      padding-top: 50px;
      min-height: 275px; } }
  @media only screen and (max-width: 520px) {
    .carousel .content-wrapper {
      padding-top: 25px; } }
  .carousel .content-wrapper header,
  .carousel .content-wrapper .entry-content,
  .carousel .content-wrapper footer {
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
  .carousel .content-wrapper h3.page-title {
    margin-bottom: 15px; }
  .carousel .content-wrapper h3.page-title:before {
    background-image: url(images/little-leaf-white.svg);
    height: 32px;
    width: 32px;
    content: "";
    display: block;
    margin: auto;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1200px) {
      .carousel .content-wrapper h3.page-title:before {
        margin-bottom: 15px; } }

.carousel-inner {
  /*
    .col-md-4.slide-current:before {
        content: "\f067";
        font-family: FontAwesome;
        position: absolute;
        z-index: 2;
        color: #dedddd;
        font-size: 18px;
        text-align: center;
        top: 15px;
        right: 15px;
        border: 1px solid #FFFFFF;
        background-color: #56130A;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        padding: 5px 0 0 0;
        transition: background-color 0.35s ease-in-out;
    }

    .col-md-4.slide-current:hover:before {
        cursor: pointer;
        background-color: lighten($red, 15%);
    }
    */ }
  .carousel-inner .item.rectangle {
    width: 100%;
    padding-bottom: 65%; }
    @media (max-width: 550px) {
      .carousel-inner .item.rectangle {
        padding-bottom: 213%; } }
  .carousel-inner .col-md-4 {
    padding: 5px; }
    .carousel-inner .col-md-4 img {
      box-shadow: 0 0 5px #555; }
  .carousel-inner .slide-current {
    margin: auto; }

.embiggen .carousel-control {
  background-color: #FFFFFF; }

.embiggen .img-wrapper:before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  z-index: 2;
  color: white;
  font-size: 35px;
  top: 25px;
  right: 125px;
  border: 2px solid #FFFFFF;
  background-color: #56130A;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  padding: 0px;
  -webkit-transition: background-color 0.35s ease-in-out;
          transition: background-color 0.35s ease-in-out; }

.embiggen .img-wrapper:hover:before {
  cursor: pointer;
  background-color: #9b2212; }

.panel-group {
  padding-top: 50px; }
  .panel-group .panel {
    border: none;
    margin-bottom: 35px; }
    .panel-group .panel .panel-heading {
      text-align: center;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      color: #808180;
      padding: 30px; }
      .panel-group .panel .panel-heading:hover {
        background-color: #56130A;
        color: #FFFFFF;
        cursor: pointer; }
      .panel-group .panel .panel-heading h4.page-title {
        font-size: 16px; }
    .panel-group .panel .panel-body:focus,
    .panel-group .panel .panel-collapse:focus {
      outline: 0; }
    .panel-group .panel .panel-body {
      border: 1px solid #eaeaea;
      padding: 50px 15%; }

.single .sidebar {
  padding-left: 25px; }

/**
.ssba{
    a{
        font-family:"FontAwesome";
        font-size:24px;

        .ssba-img{
            display:none;
        }
    }
    .ssba_facebook_share:before{
            content:''; //xf09a
    }
    .ssba_twitter_share:before{
            content:''; //xf099
    }
    .ssba_linkedin_share:before{
            content:''; //xf0e1
    }
    .ssba_google_share:before{
            content:''; //xf0d5
    }


}
**/
.home #content {
  padding-bottom: 0; }

.home #home-header {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: -112px;
  position: relative; }
  .home #home-header .wrapper > header {
    position: absolute;
    z-index: 10000;
    color: white;
    bottom: 60px; }
    .home #home-header .wrapper > header h1.page-title {
      font-size: 44px;
      float: left;
      clear: left; }
    .home #home-header .wrapper > header .entry-content {
      float: left;
      clear: left;
      color: white;
      margin-bottom: 10px; }
      .home #home-header .wrapper > header .entry-content p, .home #home-header .wrapper > header .entry-content li, .home #home-header .wrapper > header .entry-content ul, .home #home-header .wrapper > header .entry-content span, .home #home-header .wrapper > header .entry-content div {
        color: white; }

.home .slideshow .carousel {
  max-height: 800px; }
  @media only screen and (max-width: 992px) {
    .home .slideshow .carousel .item {
      min-height: 600px; } }

.home .slideshow .carousel-inner:after {
  content: "";
  top: -100px;
  bottom: 0;
  right: -9999px;
  left: -9999px;
  position: absolute;
  z-index: 0;
  background: black;
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, black), color-stop(100%, #575757));
  background: -webkit-radial-gradient(center, ellipse cover, black 0%, #575757 100%);
  background: -webkit-radial-gradient(center, ellipse, transparent 0%, black 100%);
  background: radial-gradient(ellipse at center, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#575757', GradientType=1 ); }

.home .slideshow .wrapper {
  width: 100%;
  padding: 0;
  position: relative; }
  .home .slideshow .wrapper img {
    border-bottom: none; }
  .home .slideshow .wrapper .carousel-control.left,
  .home .slideshow .wrapper .carousel-control.right {
    background-image: none; }
  .home .slideshow .wrapper .carousel-control.left .fa,
  .home .slideshow .wrapper .carousel-control.right .fa {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .home .slideshow .wrapper .carousel-indicators {
    right: 0;
    left: initial; }

.home #home-founder {
  /**
		.item-index-1 {
            article {
                margin-top: -225px;
                width: 50%;
                padding-left: 0 !important;
                position: relative;
                z-index: 50;
                color: white;

                @media only screen and (max-width : 1200px) {
                    margin-top: -250px;
                }

                @media only screen and (max-width : 768px) {
                    width: 80%;
                    margin-top: -175px;
                    z-index: 1;
                }

                @media only screen and (max-width : 520px) {
                    margin-top: -210px;
                }

                h1.page-title {
                    color: $white;
                    font-size: 40px;

                    @media only screen and (max-width : 768px) {
                        font-size: 28px;
                        margin-bottom: 15px;
                    }
                }
		    }
		}
	**/ }
  .home #home-founder .background-video-content {
    margin-top: -80px; }
    @media only screen and (max-width: 768px) {
      .home #home-founder .background-video-content {
        display: none; } }
  .home #home-founder .item-index-2 {
    background-color: transparent; }
    @media only screen and (max-width: 992px) {
      .home #home-founder .item-index-2 {
        margin-top: 0 !important;
        margin-bottom: 35px; } }
  .home #home-founder header {
    background-color: transparent; }
  .home #home-founder .wrapper .item {
    margin-top: 0;
    margin-bottom: 50px;
    float: left; }
  .home #home-founder .wrapper article {
    padding-top: 35px;
    padding-left: 50px; }
    @media only screen and (max-width: 768px) {
      .home #home-founder .wrapper article {
        padding-top: 0px;
        padding-left: 20px; } }
    @media only screen and (max-width: 520px) {
      .home #home-founder .wrapper article {
        padding-left: 0; } }
  .home #home-founder .wrapper .content #flex-video-bg {
    margin-top: -75px; }
    @media only screen and (max-width: 992px) {
      .home #home-founder .wrapper .content #flex-video-bg {
        margin-top: 0; } }
  .home #home-founder .wrapper .entry-meta {
    display: none; }

@media only screen and (max-width: 992px) {
  .home #home-news {
    padding-top: 25px; } }

.home #home-news article.excerpt-post {
  padding: 30px 15px 50px 0; }
  @media only screen and (max-width: 768px) {
    .home #home-news article.excerpt-post {
      padding: 0; }
      .home #home-news article.excerpt-post .read-more {
        margin-top: 10px; } }
  @media (min-width: 768px) {
    .home #home-news article.excerpt-post .page-title a {
      min-height: 60px;
      display: block; } }

.home #home-news article {
  float: left;
  width: 100%; }
  @media only screen and (max-width: 520px) {
    .home #home-news article {
      margin: 30px 0 50px 0; } }
  .home #home-news article img {
    margin-bottom: 15px; }
  .home #home-news article h3.page-title {
    margin-bottom: 15px;
    color: #56130A; }
    .home #home-news article h3.page-title a {
      color: #56130A;
      text-decoration: none; }
      .home #home-news article h3.page-title a:hover, .home #home-news article h3.page-title a:focus {
        text-decoration: underline; }

.home #home-news .item.item-index-2 {
  background-color: #E4E3DF;
  border-top: 10px solid #56130A;
  text-align: center;
  padding: 0px 20px 20px 20px;
  margin-top: -35px; }
  @media only screen and (max-width: 992px) {
    .home #home-news .item.item-index-2 {
      float: left;
      margin-top: 25px; } }
  @media only screen and (max-width: 1200px) {
    .home #home-news .item.item-index-2 {
      margin-bottom: 50px; } }
  .home #home-news .item.item-index-2 article.title-post {
    padding: 20px 0;
    border-bottom: 1px solid #E4E3DF;
    margin: 0; }
    .home #home-news .item.item-index-2 article.title-post:last-child {
      border-bottom: 1px solid #93938B; }
    .home #home-news .item.item-index-2 article.title-post .page-title {
      margin: 0 auto; }
      .home #home-news .item.item-index-2 article.title-post .page-title a {
        color: #56130A;
        font-size: 20px; }

.home #home-galleries {
  background-color: #F1F1F1;
  padding: 50px 0; }
  .home #home-galleries footer {
    padding-left: 10%; }

.home #home-galleries .full-width .carousel-title {
  padding-left: 10%;
  padding-right: 10%; }

.home #home-galleries .full-width .carousel .carousel-inner {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%; }

/* Replace homepage video with image
.home {
	.item-index-3 {
		@media only screen and (max-width : 992px) {
		    width: 100%;
		    text-align: center;
		}
	}

	#home-founder {
		.item-index-2 {
			display: none; // hide the video
		}
	}

	.jjbrownportrait {
		margin-top: -150px !important;

		@media only screen and (max-width : 992px) {
		    margin-top: 0 !important;
		}

		article {
			padding-left: 0 !important;
		}

		.attachment {
			margin-top: 0;
		}

		header {
			display: none;
		}

		a {
			pointer-events: none;
			cursor: default;

			@media only screen and (max-width : 992px) {
			    margin-top: 0;			    
			}			
		}

		img {
			max-width: 100%;
			height: auto;

			@media only screen and (max-width : 992px) {
			    width: 100%;
			}
		}
	}

	.slideshow {
		.wrapper {
			.carousel-indicators {
				@media only screen and (max-width : 992px) {				
					right: 0;
					left: 0;
					width: 100%;
					margin: auto;
				}
			}
		}
	}
}
**/
#donor-intent article {
  margin-top: -90px; }

#our-founder .wrapper > header {
  background-color: #E4E3DF;
  padding-top: 65px;
  padding-bottom: 100px; }
  #our-founder .wrapper > header h1.title {
    color: #56130A;
    margin-bottom: 20px; }
  #our-founder .wrapper > header article header {
    padding-top: 0;
    padding-bottom: 0; }

#our-founder .content #flex-video-bg {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 50px;
  min-width: 100%;
  display: none; }

#our-founder .content .carousel-title {
  display: none; }

#our-founder .content article.fifty-fifty-image-post {
  margin-bottom: 50px; }
  #our-founder .content article.fifty-fifty-image-post .content-wrapper {
    padding-left: 50px; }
    @media only screen and (max-width: 992px) {
      #our-founder .content article.fifty-fifty-image-post .content-wrapper {
        padding: 5% 0; } }
  #our-founder .content article.fifty-fifty-image-post header {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 20px;
    color: #56130A; }

#our-founder .item-index-1,
#our-founder .item-index-2 {
  padding-left: 10%;
  padding-right: 10%; }
  @media only screen and (max-width: 992px) {
    #our-founder .item-index-1,
    #our-founder .item-index-2 {
      padding-right: 5%;
      padding-left: 5%; } }

#our-founder .item-index-2 {
  padding-top: 50px; }

#our-founder .item-index-3 {
  background-color: #E4E3DF;
  margin-bottom: 50px; }
  #our-founder .item-index-3 article {
    margin-bottom: 0;
    padding: 0 10% 130px 10%; }
    @media only screen and (max-width: 992px) {
      #our-founder .item-index-3 article {
        padding: 0 5% 130px 5%; } }
    @media only screen and (max-width: 992px) {
      #our-founder .item-index-3 article .img-wrapper {
        margin: 35px 5% 0 5%; } }
    #our-founder .item-index-3 article .content-wrapper {
      padding: 65px 150px 0px 0px; }
      @media only screen and (max-width: 992px) {
        #our-founder .item-index-3 article .content-wrapper {
          padding: 40px 0 0 0; } }

#our-founder .item-index-5 {
  background-color: #E4E3DF;
  margin-bottom: 50px;
  clear: both; }
  #our-founder .item-index-5 article {
    margin-bottom: 0;
    padding: 65px 10% 130px 10%; }
    @media only screen and (max-width: 992px) {
      #our-founder .item-index-5 article {
        padding: 50px 5% 130px 5%; } }
    #our-founder .item-index-5 article .content-wrapper {
      padding: 0px 0px 0px 50px; }

#our-founder .full-width-inner-padding .wrapper .item-index-1 {
  padding: 0 10%; }

#our-founder .carousel {
  padding: 0;
  margin-top: -125px;
  margin-bottom: 50px;
  width: 100%;
  z-index: 100; }
  #our-founder .carousel .carousel-inner {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%; }

body.page-id-98 .main-content-inner > section:first-child article {
  margin-top: -90px; }

body.page-id-98 .main-content-inner > section .fifty-fifty-image-post .entry-content-thumbnail,
body.page-id-98 .main-content-inner > section .fifty-fifty-post-image .entry-content-thumbnail {
  position: static; }
  @media only screen and (max-width: 992px) {
    body.page-id-98 .main-content-inner > section .fifty-fifty-image-post .entry-content-thumbnail .img-wrapper,
    body.page-id-98 .main-content-inner > section .fifty-fifty-post-image .entry-content-thumbnail .img-wrapper {
      position: static; } }
  body.page-id-98 .main-content-inner > section .fifty-fifty-image-post .entry-content-thumbnail .img-wrapper img,
  body.page-id-98 .main-content-inner > section .fifty-fifty-post-image .entry-content-thumbnail .img-wrapper img {
    position: relative;
    z-index: 100; }
  body.page-id-98 .main-content-inner > section .fifty-fifty-image-post .entry-content-thumbnail .image-detail-wrapper,
  body.page-id-98 .main-content-inner > section .fifty-fifty-post-image .entry-content-thumbnail .image-detail-wrapper {
    left: 25%;
    z-index: 10; }
    @media only screen and (max-width: 992px) {
      body.page-id-98 .main-content-inner > section .fifty-fifty-image-post .entry-content-thumbnail .image-detail-wrapper,
      body.page-id-98 .main-content-inner > section .fifty-fifty-post-image .entry-content-thumbnail .image-detail-wrapper {
        left: 5%;
        bottom: 110px; } }
    body.page-id-98 .main-content-inner > section .fifty-fifty-image-post .entry-content-thumbnail .image-detail-wrapper .image-title,
    body.page-id-98 .main-content-inner > section .fifty-fifty-post-image .entry-content-thumbnail .image-detail-wrapper .image-title {
      display: none; }
    body.page-id-98 .main-content-inner > section .fifty-fifty-image-post .entry-content-thumbnail .image-detail-wrapper .image-caption a,
    body.page-id-98 .main-content-inner > section .fifty-fifty-post-image .entry-content-thumbnail .image-detail-wrapper .image-caption a {
      color: #56130A;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "Montserrat", sans-serif; }

body.page-id-98 .main-content-inner > section .fifty-fifty-image-post .content-wrapper,
body.page-id-98 .main-content-inner > section .fifty-fifty-post-image .content-wrapper {
  padding-bottom: 80px; }

body.page-id-98 .main-content-inner > section h3.carousel-title {
  display: none; }

body.page-id-98 .main-content-inner > section .carousel {
  padding: 0;
  margin-bottom: 50px;
  width: 100%;
  z-index: 100; }
  @media only screen and (max-width: 992px) {
    body.page-id-98 .main-content-inner > section .carousel {
      display: none; } }
  body.page-id-98 .main-content-inner > section .carousel .carousel-inner {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
  body.page-id-98 .main-content-inner > section .carousel .fa-chevron-circle-left {
    left: -15%; }
  body.page-id-98 .main-content-inner > section .carousel .fa-chevron-circle-right {
    right: -15%; }

@media only screen and (max-width: 768px) {
  .blog .main-content,
  .category .main-content {
    background-color: #FFFFFF; } }

.blog .main-content-inner,
.category .main-content-inner {
  padding: 25px 10% 0 10%; }
  @media only screen and (max-width: 992px) {
    .blog .main-content-inner,
    .category .main-content-inner {
      padding: 25px 5% 0 5%; } }

.blog h1.page-title,
.category h1.page-title {
  display: none; }

article.excerpt-post {
  padding: 10px;
  float: left;
  margin-bottom: 30px; }
  @media only screen and (max-width: 520px) {
    article.excerpt-post {
      min-height: 0;
      margin-bottom: 35px; } }
  article.excerpt-post .image-wrapper,
  article.excerpt-post .entry-content-thumbnail {
    border-top: 10px solid #CCB46E;
    margin-bottom: 20px; }
  article.excerpt-post h3.page-title {
    color: #56130A;
    margin-bottom: 15px;
    padding-right: 10px; }
    article.excerpt-post h3.page-title a {
      color: #56130A; }
  article.excerpt-post .entry-content {
    padding-right: 10px; }
    article.excerpt-post .entry-content .read-more {
      color: #56130A;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-size: 14px; }

@media only screen and (max-width: 768px) {
  .post-type-archive-legacy .main-content {
    background-color: #FFFFFF; } }

.post-type-archive-legacy .content-padder {
  padding: 50px 10%;
  float: left;
  margin-top: -150px; }
  @media only screen and (max-width: 1200px) {
    .post-type-archive-legacy .content-padder {
      padding: 50px 5%; } }

.post-type-archive-legacy header h1.page-title {
  display: none; }

.post-type-archive-legacy .excerpt-legacy {
  margin-bottom: 35px; }
  .post-type-archive-legacy .excerpt-legacy .legacy-wrapper {
    padding: 10px; }
  .post-type-archive-legacy .excerpt-legacy img {
    border: none; }
  .post-type-archive-legacy .excerpt-legacy h3.title {
    color: #56130A;
    margin-top: 15px;
    margin-bottom: 20px; }

@media only screen and (max-width: 768px) {
  .post-type-archive-gallery .main-content {
    background-color: #FFFFFF; } }

.post-type-archive-gallery .content-padder {
  padding: 50px 10% 50px 10%;
  float: left;
  margin-top: -150px; }
  @media only screen and (max-width: 768px) {
    .post-type-archive-gallery .content-padder {
      padding: 50px 5% 50px 5%; } }

.post-type-archive-gallery header h1.page-title {
  display: none; }

@media only screen and (max-width: 1200px) {
  .post-type-archive-gallery article {
    min-height: 375px; } }

@media only screen and (max-width: 992px) {
  .post-type-archive-gallery article {
    min-height: 420px; } }

.post-type-archive-gallery .gallery-single-wrapper {
  margin: 0 10px 75px 10px; }
  .post-type-archive-gallery .gallery-single-wrapper header h3.page-title {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #56130A;
    min-height: 55px; }
    .post-type-archive-gallery .gallery-single-wrapper header h3.page-title:hover {
      color: #841d0f; }
  .post-type-archive-gallery .gallery-single-wrapper img {
    box-shadow: 0px 0px 3px 3px rgba(194, 194, 194, 0.7); }

.post-type-archive-gallery #gallery-header article {
  min-height: 0; }

#grant-content header .post-index--1 {
  margin-top: -90px; }
  #grant-content header .post-index--1 .content-wrapper {
    padding-bottom: 45px;
    margin-bottom: 30px; }

#grant-content footer {
  margin-top: 50px;
  margin-bottom: 75px; }
  @media only screen and (max-width: 992px) {
    #grant-content footer {
      margin-top: 20px; } }

#grant-content footer.align-right .btn {
  float: l;
  color: #FFFFFF; }
  @media only screen and (max-width: 992px) {
    #grant-content footer.align-right .btn {
      float: left; } }

@media only screen and (max-width: 1250px) {
  #grant-content .item-index-1 {
    margin-top: 0px; } }

@media only screen and (max-width: 992px) {
  #grant-content .item-index-1 {
    margin-top: 25px; } }

#grant-content article {
  padding-bottom: 20px; }
  #grant-content article .entry-meta {
    display: none; }

#grant-content .item article {
  padding-left: 50px;
  padding-right: 100px; }
  @media only screen and (max-width: 992px) {
    #grant-content .item article {
      padding-left: 0;
      padding-right: 0; } }

#staff-header .wrapper {
  background-color: #FFFFFF; }

#staff-header header .title {
  padding: 25px 0; }

#staff-header article {
  margin-bottom: 35px;
  padding: 15px; }
  #staff-header article header {
    margin-bottom: 0; }
  #staff-header article img {
    border-bottom: none;
    box-shadow: 0px 0px 3px 3px rgba(194, 194, 194, 0.7); }
  #staff-header article h3.page-title {
    margin-top: 25px; }
    #staff-header article h3.page-title a {
      color: #56130A; }
  #staff-header article .entry-content {
    margin: 0;
    width: 100%; }
    #staff-header article .entry-content p {
      color: #808180; }
    #staff-header article .entry-content a {
      color: #56130A;
      font-weight: normal; }

#our-scholarship article {
  margin-top: -90px; }

#our-scholarship article.fifty-fifty-post-image {
  padding-bottom: 35px; }
  @media only screen and (max-width: 992px) {
    #our-scholarship article.fifty-fifty-post-image .content-wrapper {
      padding: 5%;
      margin-bottom: 25px; } }
  @media only screen and (max-width: 992px) {
    #our-scholarship article.fifty-fifty-post-image .img-wrapper {
      margin: 0;
      width: 100%; } }

#our-scholarship .content .excerpt {
  padding-right: 35px; }

#our-scholarship .content .item-index-1 {
  float: right;
  margin-right: 40%;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1200px) {
    #our-scholarship .content .item-index-1 {
      margin-right: 42%;
      width: 58%; } }
  @media only screen and (max-width: 992px) {
    #our-scholarship .content .item-index-1 {
      margin-right: 0%;
      float: left;
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    #our-scholarship .content .item-index-1 {
      margin-right: 0%;
      float: left;
      width: 100%; } }

#our-scholarship .content .item-index-2 {
  float: left;
  margin-right: 0; }

#application-process header h1.title {
  font-size: 44px;
  margin-bottom: 20px; }

@media only screen and (max-width: 992px) {
  #application-process header.align-left {
    text-align: center; } }

#application-process .content article {
  margin: 0 10px;
  border-top: 10px solid #CCB46E; }
  @media only screen and (max-width: 992px) {
    #application-process .content article {
      margin: auto;
      float: left;
      width: 100%;
      padding-top: 35px;
      padding-bottom: 35px; } }
  @media only screen and (max-width: 992px) {
    #application-process .content article .item {
      float: left;
      width: 100%; } }
  #application-process .content article header .page-title {
    color: #56130A;
    text-decoration: underline;
    margin-bottom: 35px;
    margin-top: 35px; }
    @media only screen and (max-width: 992px) {
      #application-process .content article header .page-title {
        margin-bottom: 20px;
        margin-top: 0;
        float: none; } }
  @media only screen and (max-width: 992px) {
    #application-process .content article .entry-content {
      margin-bottom: 25px; } }

body.page-id-107 .main-content section {
  padding-bottom: 80px; }

/****
	h1.page-title {
		display: none;
	}

	article {
		padding: 10px;
		min-height: 550px;

		@media only screen and (max-width : 992px) {
		    min-height: 0;
		    margin-bottom: 75px;
		}

		img {
			border-top: 10px solid $gold;
			margin-bottom: 20px;
		}

		h3.page-title {
			color: $red;
			margin-bottom: 15px;
			padding-right: 10px;
			text-align: left;

			a  {
				color: $red;
			}
		}

		.entry-content {
			padding-right: 10px;
			text-align: left;
		}
	}	
}
****/
@media only screen and (max-width: 768px) {
  #renewal-application .wrapper {
    padding-bottom: 50px; } }

#renewal-application header {
  background-color: #819F9F;
  padding: 50px 10%;
  margin-bottom: 50px; }
  #renewal-application header article header {
    border-top: none;
    padding: 0;
    margin-bottom: 0; }
    #renewal-application header article header h1.page-title {
      color: #56130A;
      margin-bottom: 20px; }
  #renewal-application header article .entry-content {
    color: #FFFFFF;
    width: 59.5%; }
    @media only screen and (max-width: 768px) {
      #renewal-application header article .entry-content {
        width: 100%; } }

#renewal-application .content .col-md-1,
#renewal-application .content .col-md-2,
#renewal-application .content .col-md-3,
#renewal-application .content .col-md-4,
#renewal-application .content .col-md-5 {
  float: right; }
  @media only screen and (max-width: 992px) {
    #renewal-application .content .col-md-1,
    #renewal-application .content .col-md-2,
    #renewal-application .content .col-md-3,
    #renewal-application .content .col-md-4,
    #renewal-application .content .col-md-5 {
      float: left; }
      #renewal-application .content .col-md-1 .img-wrapper,
      #renewal-application .content .col-md-2 .img-wrapper,
      #renewal-application .content .col-md-3 .img-wrapper,
      #renewal-application .content .col-md-4 .img-wrapper,
      #renewal-application .content .col-md-5 .img-wrapper {
        width: 50%;
        min-width: 200px;
        margin: 20px auto 75px auto; } }
    @media only screen and (max-width: 992px) and (max-width: 992px) {
      #renewal-application .content .col-md-1 .img-wrapper,
      #renewal-application .content .col-md-2 .img-wrapper,
      #renewal-application .content .col-md-3 .img-wrapper,
      #renewal-application .content .col-md-4 .img-wrapper,
      #renewal-application .content .col-md-5 .img-wrapper {
        display: none; } }

#renewal-application footer.entry-meta {
  display: none; }

#renewal-application .item-index-1 header {
  display: none; }

#renewal-application img {
  max-height: 200px;
  max-width: 200px;
  margin-left: 10%; }
  @media only screen and (max-width: 992px) {
    #renewal-application img {
      margin-left: 0;
      margin-bottom: 25px; } }

#renewal-application-header .wrapper {
  padding-bottom: 0; }
  #renewal-application-header .wrapper header {
    margin: 0; }

#grant-guidelines-content footer .btn {
  float: right; }

#grant-guidelines-content .item-index-1 {
  margin-top: -60px; }
  @media only screen and (max-width: 1350px) {
    #grant-guidelines-content .item-index-1 {
      margin-top: -25px; } }
  @media only screen and (max-width: 1300px) {
    #grant-guidelines-content .item-index-1 {
      margin-top: 20px; } }
  @media only screen and (max-width: 1200px) {
    #grant-guidelines-content .item-index-1 {
      margin-top: 35px; } }

#grant-guidelines-content article.fifty-fifty-post-image {
  margin-top: -90px;
  padding-bottom: 0; }
  #grant-guidelines-content article.fifty-fifty-post-image .entry-meta {
    display: none; }

#grant-guidelines-content .item article {
  padding-left: 50px;
  padding-right: 100px;
  margin-top: 0; }
  @media only screen and (max-width: 992px) {
    #grant-guidelines-content .item article {
      padding-left: 0;
      padding-right: 0; } }

.single-gallery .main-content-inner > header {
  background-color: #F1F1F1; }
  .single-gallery .main-content-inner > header h1.page-title {
    padding: 13% 10% 150px 10%;
    font-size: 44px;
    color: #808180; }
  .single-gallery .main-content-inner > header .entry-meta {
    display: none; }

.single-gallery .main-content-inner article {
  padding: 0 10%;
  margin-top: 0;
  position: relative;
  top: -100px; }
  .single-gallery .main-content-inner article .img-wrapper {
    padding: 12px 12px 12px 12px;
    cursor: pointer; }
    .single-gallery .main-content-inner article .img-wrapper:hover {
      padding: 12px 12px 12px 12px; }
      .single-gallery .main-content-inner article .img-wrapper:hover .img {
        box-shadow: 0 0 10px #CCB46E; }
    .single-gallery .main-content-inner article .img-wrapper img {
      box-shadow: 0px 0px 3px 3px rgba(194, 194, 194, 0.7); }
  .single-gallery .main-content-inner article .img-wrapper.expando-source {
    padding: 12px 12px 12px 12px; }
    .single-gallery .main-content-inner article .img-wrapper.expando-source .img {
      box-shadow: 0 0 10px #CCB46E; }

.single-gallery .main-content-inner .pagination-wrapper {
  clear: both;
  text-align: center;
  padding-top: 50px; }
  .single-gallery .main-content-inner .pagination-wrapper .page-numbers {
    background-color: #818181;
    color: #FFFFFF;
    padding: 12px 16px;
    margin: 5px; }
    .single-gallery .main-content-inner .pagination-wrapper .page-numbers:hover {
      background-color: #56130A; }
  .single-gallery .main-content-inner .pagination-wrapper .current {
    background-color: #56130A; }

.single-gallery .main-content-inner .clearfix,
.single-gallery .main-content-inner .clearfix.attach-expando {
  height: auto;
  -webkit-transition: .5s height;
          transition: .5s height; }

.single-gallery .main-content-inner .expando {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  padding: 6px 12px 12px 12px;
  cursor: hand; }
  .single-gallery .main-content-inner .expando:hover:before {
    color: white;
    text-shadow: 0 0 1px #333; }
  .single-gallery .main-content-inner .expando:before {
    content: '\00d7';
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: "FontAwesome";
    text-shadow: 0 0 1px #fff; }
  .single-gallery .main-content-inner .expando .img {
    border-top: 0px solid #CCB46E;
    box-shadow: 0 0 10px #CCB46E; }

#contact-header .wrapper {
  padding-bottom: 50px; }
  #contact-header .wrapper .item-index-1 article {
    float: left; }
    #contact-header .wrapper .item-index-1 article .entry-content {
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
  #contact-header .wrapper article {
    padding-top: 25px;
    padding-left: 25px; }

@media only screen and (max-width: 520px) {
  .visual-form-builder-container {
    padding-top: 25px;
    padding-bottom: 50px; } }

.visual-form-builder-container fieldset {
  background-color: transparent;
  border: none; }
  .visual-form-builder-container fieldset label {
    font-family: "Montserrat", sans-serif;
    font-weight: normal; }
  .visual-form-builder-container fieldset input, .visual-form-builder-container fieldset textarea {
    padding: 12px 10px !important;
    font-size: 15px;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: #F1F1F1 !important; }
  .visual-form-builder-container fieldset .vfb-legend h3 {
    color: #56130A;
    font-family: "Montserrat", sans-serif; }
  .visual-form-builder-container fieldset .vfb-item-radio .vfb-span {
    margin-top: 10px; }
  .visual-form-builder-container fieldset .vfb-item-radio input {
    float: left;
    margin: 0; }
  .visual-form-builder-container fieldset .vfb-item-radio label.vfb-choice {
    line-height: 20px;
    margin: 0;
    padding: 2px 0px 12px 10px;
    float: left; }
  .visual-form-builder-container fieldset .vfb-submit {
    width: 50%;
    background-color: #56130A !important;
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
    .visual-form-builder-container fieldset .vfb-submit:hover, .visual-form-builder-container fieldset .vfb-submit:focus {
      background-color: #841d0f !important; }

@media only screen and (max-width: 520px) {
  .visual-form-builder-container .visual-form-builder li.vfb-left-half,
  .visual-form-builder-container .visual-form-builder li.vfb-right-half,
  .visual-form-builder-container input.vfb-medium,
  .visual-form-builder-container input[type="text"].vfb-medium,
  .visual-form-builder-container input[type="tel"].vfb-medium,
  .visual-form-builder-container input[type="email"].vfb-medium,
  .visual-form-builder-container input[type="url"].vfb-medium,
  .visual-form-builder-container select.vfb-medium,
  .visual-form-builder-container .vfb-submit {
    width: 100% !important; } }

@media only screen and (max-width: 992px) {
  #thomspon-junior-board .fifty-fifty-post-image,
  #athens-junior-board .fifty-fifty-post-image,
  #milledgeville-junior-board .fifty-fifty-post-image {
    padding-bottom: 0; } }

#thomspon-junior-board h3.carousel-title,
#athens-junior-board h3.carousel-title,
#milledgeville-junior-board h3.carousel-title {
  display: none; }

#thomspon-junior-board .carousel,
#athens-junior-board .carousel,
#milledgeville-junior-board .carousel {
  padding: 0;
  margin-bottom: 50px;
  width: 100%;
  z-index: 100; }
  @media only screen and (max-width: 992px) {
    #thomspon-junior-board .carousel,
    #athens-junior-board .carousel,
    #milledgeville-junior-board .carousel {
      display: none; } }
  #thomspon-junior-board .carousel .carousel-inner,
  #athens-junior-board .carousel .carousel-inner,
  #milledgeville-junior-board .carousel .carousel-inner {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
  #thomspon-junior-board .carousel .fa-chevron-circle-left,
  #athens-junior-board .carousel .fa-chevron-circle-left,
  #milledgeville-junior-board .carousel .fa-chevron-circle-left {
    left: -15%; }
  #thomspon-junior-board .carousel .fa-chevron-circle-right,
  #athens-junior-board .carousel .fa-chevron-circle-right,
  #milledgeville-junior-board .carousel .fa-chevron-circle-right {
    right: -15%; }

#thomspon-junior-board .fifty-fifty-post-image {
  margin-top: -90px; }

@media only screen and (max-width: 768px) {
  .single-post .main-content {
    background-color: #FFFFFF; } }

.single-post .main-content-inner > header {
  background-color: #819F9F;
  margin-bottom: 50px;
  float: left;
  width: 100%;
  position: relative; }
  .single-post .main-content-inner > header .entry-content-thumbnail {
    border-bottom: 10px solid #CCB46E;
    margin: auto; }
  .single-post .main-content-inner > header h1.page-title {
    padding: 10px 330px 50px 10%;
    color: #FFFFFF;
    font-size: 38px;
    float: left;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .single-post .main-content-inner > header h1.page-title {
        padding: 20px 10% 20px 10%; } }
  .single-post .main-content-inner > header .category-link {
    padding: 50px 10% 10px 10%; }
  .single-post .main-content-inner > header .entry-share {
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 10px 10% 50px 10%; }
    @media only screen and (max-width: 768px) {
      .single-post .main-content-inner > header .entry-share {
        position: relative;
        float: right;
        clear: left;
        top: 0;
        padding: 10px 10% 50px 10%; } }
  .single-post .main-content-inner > header .entry-meta {
    display: none; }

.single-post article {
  padding: 0 25px;
  margin-bottom: 50px;
  clear: both; }
  @media only screen and (max-width: 992px) {
    .single-post article {
      padding: 0 10%; } }
  .single-post article .entry-meta {
    display: none; }
  .single-post article .entry-content img {
    float: left;
    margin-right: 25px;
    margin-bottom: 15px; }

.single-post .post-navigation {
  padding-left: 10%;
  padding-right: 10%; }
  .single-post .post-navigation a {
    padding-left: 0; }

.search .main-content {
  background-color: #FFFFFF; }

.search #content {
  padding: 25px 10%;
  font-family: "Montserrat", sans-serif;
  background-color: #FFFFFF; }
  .search #content header h2.page-title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E4E3DF; }
  .search #content article {
    margin-bottom: 25px; }
    .search #content article header {
      font-size: 14px; }
    .search #content article .entry-summary {
      font-family: "PT Serif", serif; }
