/*!
Theme Name: SWMC Base Theme 5 
Text Domain: swmcwp
Version: 5.0 (October 1, 2015)
Author: Sutherland Weston
*/
/*~~~~~~~~~~~~~~~~~*\
     1.0 RESET
\*~~~~~~~~~~~~~~~~~*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Patua One";
  color: #607654; }

p {
  margin: .25em 0 1em 0; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

.content-inner {
  line-height: 1.4; }

.entry-content ul, .entry-content ol {
  list-style-type: disc;
  line-height: 1.7;
  margin: 1em 1.5em; }

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

blockquote {
  padding: 1em;
  font-style: italic; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

img, iframe, table {
  max-width: 100%;
  min-width: 0; }

.mobile-show {
  display: none; }
  @media only screen and (max-width: 752px) {
    .mobile-show {
      display: block; } }

.mobile-hide {
  display: block; }
  @media only screen and (max-width: 752px) {
    .mobile-hide {
      display: none; } }

.screen-reader-text {
  display: none; }

.navigation.pagination {
  text-align: center;
  padding: 20px 0; }

.has-columns {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4; }
  @media only screen and (max-width: 850px) {
    .has-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media only screen and (max-width: 752px) {
    .has-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media only screen and (max-width: 500px) {
    .has-columns {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }

html {
  font-family: "Droid Sans", sans-serif;
  color: #222;
  background: #fff; }

body {
  background: #f4eee5; }

a {
  color: #de781c; }
  a:hover {
    color: #578790; }

.header-inner,
.navigation-inner,
.slider-inner,
.content-inner,
.footer-inner {
  max-width: 1200px;
  margin: 0 auto; }

.content-wrapper {
  padding: 0 20px; }

.content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 752px) {
    .content-inner {
      display: block; } }

.main {
  padding: 50px 0;
  min-width: 0px;
  width: 70%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  @media only screen and (max-width: 752px) {
    .main {
      padding: 10px 0;
      width: auto; } }

.sidebar {
  background: #fff;
  padding: 15px;
  padding-top: 130px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 330px;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
  margin-right: 40px; }
  .has-slider .sidebar {
    padding-top: 15px; }
  @media only screen and (max-width: 752px) {
    .sidebar {
      margin: 0;
      padding-top: 15px; } }

.footer-wrapper {
  padding: 0 20px; }

.header-wrapper {
  padding: 0 20px; }

.slider-wrapper {
  padding: 0 20px; }

.navigation-wrapper {
  padding: 0 20px; }

.header-inner {
  position: relative;
  padding: 10px;
  z-index: 30; }

.site-title {
  width: 200px;
  padding: 15px;
  position: absolute;
  background: #ece2d3;
  background-size: 100% 20px;
  top: 0;
  left: 50px;
  -webkit-transition: .2s;
  transition: .2s; }
  .site-title svg {
    fill: #607654;
    -webkit-transition: .2s;
    transition: .2s; }
  @media only screen and (max-width: 752px) {
    .site-title {
      position: relative;
      margin: 0 auto;
      left: auto;
      padding: 15px;
      background: #fff;
      margin-bottom: 40px; } }
  .site-title .ribbon {
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    top: 100%; }
    .site-title .ribbon svg {
      width: 100%;
      height: 100%;
      fill: #ece2d3; }
      @media only screen and (max-width: 752px) {
        .site-title .ribbon svg {
          fill: #fff; } }

.header-extras {
  text-align: right;
  line-height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-extras a {
    margin: 0 4px;
    text-decoration: none; }
    @media only screen and (max-width: 798px) {
      .header-extras a {
        font-size: 13px;
        margin: 0 2px; } }
  .header-extras .social {
    margin-left: 22px;
    font-size: 36px; }
    .header-extras .social + .social {
      margin-left: 4px; }
    .header-extras .social .fa-facebook-square {
      color: #3b5998; }
    .header-extras .social .fa-twitter-square {
      color: #00aced; }
    .header-extras .social .fa-rss-square {
      color: #ff6600; }
    .header-extras .social .fa-instagram {
      color: #3f729b; }
    @media only screen and (max-width: 1024px) {
      .header-extras .social {
        display: none; } }
  .header-extras .sep {
    display: inline-block;
    margin: 0 3px; }
  @media only screen and (max-width: 752px) {
    .header-extras {
      display: none; } }
  @media only screen and (max-width: 1024px) {
    .header-extras form input {
      width: 150px; } }

.mobile-banner {
  display: block;
  margin: 15px auto;
  max-width: 320px;
  text-align: center;
  line-height: 1;
  padding: 15px 35px;
  background: #8979ac;
  color: #fff;
  text-decoration: none;
  font-family: "Patua One";
  font-size: 28px;
  border-radius: 6px;
  display: none; }
  .mobile-banner:hover {
    color: #fff; }
  .home .mobile-banner {
    display: block; }

.header-search {
  font-size: 18px;
  width: 13em;
  -webkit-appearance: none;
  border: none;
  padding: 0 .25em;
  height: 36px;
  border: 1px solid #e5d7c1;
  border-radius: 4px;
  margin-left: 4px; }

.slider-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e0d0b6; }
  @media only screen and (max-width: 752px) {
    .slider-wrapper {
      display: none; } }

.slider-inner {
  border: 10px solid #fff;
  box-shadow: 0px 0px 20px #736a59; }

.rotator-slide {
  width: 100%; }
  .rotator-slide img {
    display: block;
    width: 100%; }

@media only screen and (max-width: 752px) {
  .flickity-prev-next-button {
    display: none; } }

.rotator-text {
  position: absolute;
  top: 20%;
  left: 280px;
  right: 20px;
  width: auto;
  background: rgba(244, 238, 229, 0.8);
  padding: 1.5%;
  border-radius: 10px; }
  .rotator-text h2 {
    font-size: 38px;
    margin-bottom: .25em; }
  .rotator-text .desc {
    font-size: 20px;
    line-height: 1.3; }
    .rotator-text .desc .more {
      font-weight: bold;
      text-decoration: none; }

.brown-banner {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 1260px;
  margin: 0 auto;
  background: #736a59;
  padding: 20px 50px;
  position: relative;
  height: 81px; }
  @media only screen and (max-width: 752px) {
    .brown-banner {
      display: none; } }
  .brown-banner h4 {
    color: #fff;
    font-family: "Droid Sans";
    font-weight: bold;
    margin-bottom: .25em; }
  .brown-banner a {
    color: #fff;
    text-decoration: none; }
    .brown-banner a:hover {
      text-decoration: underline; }

.didyouknow {
  text-align: right;
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  font-size: 30px;
  font-family: "Patua One";
  line-height: 81px; }
  .didyouknow a {
    color: #e5bd7c; }
    .didyouknow a i {
      font-size: 80%;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
      .didyouknow a i.spinme {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .didyouknow a:hover {
      color: #fff;
      text-decoration: none; }

.fact-bubble {
  text-align: left;
  display: none;
  position: absolute;
  bottom: 100%;
  right: 20px;
  line-height: 1;
  background: #578790;
  padding: 20px;
  width: 400px;
  border: 10px solid #fff;
  border-bottom: none; }
  .fact-bubble h2 {
    color: #fff;
    margin-bottom: .5em; }
  .fact-bubble .desc {
    font-size: 22px; }
  .fact-bubble .morefacts {
    font-family: "Droid Sans";
    color: #000;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    color: #fff; }
    .fact-bubble .morefacts:hover {
      text-decoration: underline; }

html .flickity-page-dots {
  bottom: 30px; }
  html .flickity-page-dots .dot {
    background: #fff; }

.callout-button {
  background: #578790;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  padding: .25em .75em;
  text-decoration: none;
  font-weight: bold;
  margin: 0em 0 1.0em; }
  .callout-button:hover {
    color: #fff;
    background-color: #de781c; }

.entry-title {
  font-family: "Patua One";
  color: #607654;
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 16px; }

h2.entry-title {
  font-family: "Droid Sans";
  font-weight: bold;
  color: #607654;
  line-height: 1;
  font-size: 28px; }
  h2.entry-title:hover {
    color: #222; }
  h2.entry-title a {
    text-decoration: none;
    color: inherit; }

.blog .post {
  padding: 20px 0; }
  .blog .post + .post {
    border-top: 1px solid #d6cdc6; }

.open-today {
  display: inline-block;
  padding: .25em .75em;
  background: #8979ac;
  font-size: 50%;
  color: #fff;
  border-radius: .25em;
  vertical-align: middle;
  font-family: "Open Sans";
  font-weight: bold; }

article + article {
  margin-top: 35px; }

.blog-image {
  float: left;
  clear: both;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 0;
  background: #fff;
  border: 8px solid #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  margin-top: 25px;
  display: block;
  max-width: 100%; }
  .blog-image img {
    display: block;
    width: 100%; }
  @media only screen and (max-width: 752px) {
    .blog-image {
      float: none;
      display: inline-block; } }

.post .entry-content {
  margin-top: 25px; }

.authorarea {
  margin: 25px 0;
  padding: 15px;
  background: #fff;
  font-size: 13px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); }
  .authorarea:after {
    content: "";
    display: table;
    clear: both; }
  .authorarea .avatar {
    float: left;
    width: 60px;
    height: auto; }
  .authorarea .authorinfo {
    margin-left: 75px; }
    .authorarea .authorinfo h3 {
      line-height: 1;
      margin-bottom: .2em;
      font-size: 16px; }

.readmore {
  text-align: right;
  margin-top: .5em; }

.entry-categories {
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px; }
  .entry-categories ul {
    display: inline-block; }

.entry-categories li {
  display: inline-block; }
  .entry-categories li a {
    padding: 0 .4em;
    text-decoration: none;
    display: block;
    background: #578790;
    color: #fff;
    border-radius: 4px;
    padding-top: .1em; }

.faq-question {
  font-weight: bold;
  color: #de781c;
  font-size: 18px;
  margin-top: 10px;
  cursor: pointer; }
  .faq-question:hover {
    color: #607654; }

.faq-answer {
  padding: 1px 0; }

.homeblocks:after {
  content: "";
  display: table;
  clear: both; }
@media only screen and (max-width: 800px) {
  .homeblocks {
    text-align: center; } }
.homeblocks > div {
  text-align: left;
  width: 31%;
  margin-right: 2.3333%;
  padding: 0px;
  float: left; }
  .homeblocks > div:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 800px) {
    .homeblocks > div {
      width: auto;
      max-width: 450px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      float: none;
      vertical-align: top; }
      .homeblocks > div + div {
        margin-top: 30px; }
      .homeblocks > div:last-child {
        margin-right: auto; } }
  .homeblocks > div > h3 {
    border-bottom: 2px solid #607654;
    margin-bottom: 1em; }

.home-news-date {
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-top: 5px;
  font-style: italic;
  color: #607654; }

.home-map img {
  font-size: 0;
  border: 10px solid #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); }

.home-recent-news .news-item {
  padding: 12px 0; }
  .home-recent-news .news-item + .news-item {
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .home-recent-news .news-item h4 {
    line-height: 1.1;
    font-size: 16px; }
    .home-recent-news .news-item h4 a {
      text-decoration: none;
      font-family: "Droid Sans";
      color: #222;
      position: relative;
      display: block;
      padding-right: 25px; }
      .home-recent-news .news-item h4 a:after {
        content: ">";
        display: inline-block;
        color: #fff;
        background: #607654;
        width: 20px;
        height: 20px;
        margin-left: .5em;
        border-radius: 50%;
        text-align: center;
        line-height: 1;
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        top: 0;
        right: 0; }
      .home-recent-news .news-item h4 a:hover {
        color: #607654; }

.home-featured-markets .random-featured h4 {
  color: #de781c;
  font-weight: bold;
  font-family: "Droid Sans"; }
  .home-featured-markets .random-featured h4 a {
    text-decoration: none;
    color: inherit; }

.wp-caption-text {
  font-style: italic;
  font-size: 13px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5); }

.speaker {
  margin: 20px 0; }
  .speaker .speaker-name {
    font-weight: bold;
    color: #de781c;
    cursor: pointer; }
    .speaker .speaker-name:hover {
      color: #607654; }
    .speaker .speaker-name.opened:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .speaker .speaker-name:after {
      display: inline-block;
      content: "\f0d7";
      font-family: "fontawesome";
      margin-left: .5em;
      -webkit-transition: .4s;
      transition: .4s;
      color: #607654; }

.board-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 752px) {
    .board-member {
      display: block; } }
  .board-member + .board-member {
    margin-top: 35px; }

.board-headshot {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 180px;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  margin-right: 20px;
  min-width: 0; }
  .board-headshot img {
    display: block;
    width: 100%;
    border: 8px solid #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5); }

.board-title {
  font-weight: bold;
  color: #222;
  font-style: italic; }

.wpsl-map {
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  border: 15px solid #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  background: #fff url(images/loading.gif) 50% 50% no-repeat !important; }
  .single-market .wpsl-map {
    max-width: 500px;
    padding-bottom: 0; }

.gm-style-iw h4 {
  font-family: "Patua One";
  font-weight: bold;
  color: #607654; }

.single-location-map {
  padding-bottom: 50%; }

.market-featured-image {
  font-size: 0; }
  .market-featured-image img {
    display: block;
    width: 100%; }

.market-sidebar h3, .market-sidebar h4 {
  color: #de781c;
  margin-top: 1em;
  margin-bottom: .25em; }
.market-sidebar h5 {
  font-family: "Droid Sans";
  font-weight: bold;
  font-size: 17px; }

.table {
  display: table; }

.row {
  display: table-row; }
  .row span {
    display: table-cell;
    padding-right: 1em; }

.hours-table {
  margin-bottom: 1em; }

.market-visitweb {
  display: block;
  margin: 1em 0; }

.market-social {
  font-size: 32px; }
  .market-social .fa-facebook-square {
    color: #3b5998; }
  .market-social .fa-twitter-square {
    color: #00aced; }

.feature-list a {
  display: inline-block;
  padding: .25em 1em;
  border-radius: 6px;
  background: #f4eee5;
  margin-right: .5em;
  color: #000;
  text-decoration: none; }
  .feature-list a:hover {
    background: #de781c;
    color: #fff; }

.finder-results {
  max-height: 600px;
  overflow: auto; }
  .finder-results h3 {
    color: #de781c;
    line-height: 1.1; }
  .finder-results > ul {
    max-height: 600px;
    overflow: auto; }

.map-link {
  display: inline-block;
  padding: .2em .75em;
  background: #607654;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  margin-top: 1em;
  position: relative;
  padding-right: 20px; }
  .map-link:after {
    content: url(images/pin.png);
    display: inline-block;
    position: absolute;
    right: -10px;
    bottom: 0px;
    -webkit-transition: .2s;
    transition: .2s; }
  .map-link:hover {
    background-color: #578790;
    color: #fff; }
    .map-link:hover:after {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px); }

.market-directory-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .market-directory-entry + .market-directory-entry {
    margin-top: 45px; }

.market-directory-thumbnail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  margin-right: 15px; }
  .market-directory-thumbnail img {
    width: 100px;
    display: block;
    height: auto; }

.market-directory-additional {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px; }

.market-directory-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .market-directory-content h2 {
    font-family: "Droid Sans";
    font-weight: bold;
    color: #de781c;
    line-height: 1; }
    .market-directory-content h2:hover {
      color: #222; }
    .market-directory-content h2 a {
      text-decoration: none;
      color: inherit; }

.market-directory-feature {
  padding: .75em 0 .25em;
  line-height: 1; }
  .market-directory-feature a {
    font-weight: bold;
    margin-right: .25em;
    color: #fff;
    background: #607654;
    padding: .15em .75em;
    text-decoration: none;
    border-radius: 4px; }
    .market-directory-feature a:hover {
      background-color: #de781c; }

.listofdays ul {
  margin-top: 0; }
  .listofdays ul .open-today {
    margin-left: 1em; }

.simple-locator-form form {
  padding: 15px;
  padding-bottom: 0px;
  background: #8979ac;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .simple-locator-form form input, .simple-locator-form form select, .simple-locator-form form button {
    font-size: 18px;
    padding: 0 9px;
    height: 36px; }
  .simple-locator-form form button {
    background-color: #574976;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0 9px; }
  .simple-locator-form form .submit, .simple-locator-form form .distance, .simple-locator-form form .address-input {
    margin: 0 15px 15px;
    width: auto;
    float: none; }

.wpsl-error {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 15px;
  display: block;
  padding: 1em;
  background: #e5bd7c;
  font-weight: bold;
  color: #000; }

.geo_button_cont {
  display: none; }

.sidebar-block + .sidebar-block {
  margin-top: 30px; }
.sidebar-block > h2 {
  font-family: "Patua One";
  color: #607654;
  margin-bottom: .25em; }

.sidebar-banner {
  display: block;
  background: #607654;
  text-decoration: none;
  color: #fff;
  padding: .25em .75em;
  border-radius: 4px;
  font-weight: bold; }
  .sidebar-banner + .sidebar-banner {
    margin-top: 1em; }
  .sidebar-banner:hover {
    background-color: #578790;
    color: #fff; }

.sidebar-menu li a {
  line-height: 1.1;
  display: block;
  padding: .5em;
  font-size: 18px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #ddd; }
  .sidebar-menu li a:hover {
    background: #f4eee5;
    color: #000; }
.sidebar-menu ul ul li a {
  padding-left: 1.25em; }

.sidebar-block .wpsl-map {
  border-width: 5px;
  width: 120%;
  margin-left: -10%;
  padding-bottom: 70%; }

.random-featured-wrapper {
  margin: 50px 0 30px; }

.random-featured {
  padding: 20px 0;
  font-size: 14px; }
  .random-featured h4 {
    line-height: 1; }
    .random-featured h4 a {
      color: inherit;
      text-decoration: none; }
  .random-featured .minithumb {
    float: left;
    width: 90px;
    margin-right: 20px;
    margin-bottom: 15px;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    font-size: 0;
    border: 5px solid #fff;
    box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.2); }

.sidebar-widget + .sidebar-widget {
  margin-top: 20px; }

.sidebar-featured-title {
  margin-top: 40px;
  font-size: 28px; }

.footer-wrapper {
  background: #fff; }

.copyright {
  font-size: 14px;
  text-align: center;
  padding: 10px 0 30px; }

.footer-links {
  text-align: center;
  padding: 30px 0 10px; }
  .footer-links a {
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin: 0 .5em; }

@media print {
  .sidebar {
    display: none; }

  .navigation-wrapper {
    display: none; }

  .footer-wrapper {
    display: none; }

  .header-extras {
    display: none; }

  .mobile-banners {
    display: none; }

  .site-title {
    position: static; }
    .site-title svg path {
      fill: #607654; }
    .site-title .ribbon {
      display: none; } }
.navigation-wrapper {
  background: #607654; }

.main-menu {
  font-size: 0;
  position: relative;
  text-align: right; }
  .main-menu li {
    display: inline-block;
    position: relative;
    text-align: left; }
    .main-menu li a {
      display: block;
      padding: .75em;
      text-decoration: none;
      color: #222; }
      .main-menu li a:hover {
        color: #fff;
        background-color: #607654; }
        @media only screen and (max-width: 752px) {
          .main-menu li a:hover {
            background: inherit; } }
  .main-menu .sub-menu {
    font-size: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding-top: 30px;
    background: #fff;
    min-width: 100%;
    width: 200px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.3); }
    @media only screen and (max-width: 752px) {
      .main-menu .sub-menu {
        padding-top: 0;
        box-shadow: none; } }
    .main-menu .sub-menu li {
      display: block; }

.main-menu > li:hover:after, .main-menu > li.current-menu-ancestor:after, .main-menu > li.current-menu-item:after {
  position: absolute;
  display: block;
  content: "";
  background: url(images/triangle.svg);
  background-size: 100% 20px;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 101; }
  @media only screen and (max-width: 752px) {
    .main-menu > li:hover:after, .main-menu > li.current-menu-ancestor:after, .main-menu > li.current-menu-item:after {
      display: none; } }
.main-menu > li.current-menu-ancestor, .main-menu > li.current-menu-item {
  background: #e5bd7c; }
  @media only screen and (max-width: 752px) {
    .main-menu > li.current-menu-ancestor, .main-menu > li.current-menu-item {
      background: inherit; } }
.main-menu > li > a {
  color: #fff;
  font-family: "Patua One";
  font-size: 24px;
  text-shadow: 0px 1px 1px #000; }
  @media only screen and (max-width: 1043px) {
    .main-menu > li > a {
      font-size: 18px; } }
  @media only screen and (max-width: 856px) {
    .main-menu > li > a {
      font-size: 14px; } }
  .main-menu > li > a:hover {
    color: #fff;
    background: #e5bd7c; }
.main-menu > li:hover {
  background: #e5bd7c; }
  .main-menu > li:hover .sub-menu {
    display: block;
    z-index: 100; }
    @media only screen and (max-width: 752px) {
      .main-menu > li:hover .sub-menu {
        display: none; } }
.main-menu > li:nth-child(2).current-menu-ancestor, .main-menu > li:nth-child(2).current-menu-item, .main-menu > li:nth-child(2):hover {
  background: #aecfd1; }
  @media only screen and (max-width: 752px) {
    .main-menu > li:nth-child(2).current-menu-ancestor, .main-menu > li:nth-child(2).current-menu-item, .main-menu > li:nth-child(2):hover {
      background: inherit; } }
  .main-menu > li:nth-child(2).current-menu-ancestor:after, .main-menu > li:nth-child(2).current-menu-item:after, .main-menu > li:nth-child(2):hover:after {
    background-image: url(images/triangle-ltblue.svg); }
.main-menu > li:nth-child(2) a:hover {
  background: #578790; }
  @media only screen and (max-width: 752px) {
    .main-menu > li:nth-child(2) a:hover {
      background: inherit; } }
.main-menu > li:nth-child(2) > a:hover {
  background: #aecfd1; }
  @media only screen and (max-width: 752px) {
    .main-menu > li:nth-child(2) > a:hover {
      background: inherit; } }
.main-menu > li:nth-child(3).current-menu-ancestor, .main-menu > li:nth-child(3).current-menu-item, .main-menu > li:nth-child(3):hover {
  background: #8979ac; }
  @media only screen and (max-width: 752px) {
    .main-menu > li:nth-child(3).current-menu-ancestor, .main-menu > li:nth-child(3).current-menu-item, .main-menu > li:nth-child(3):hover {
      background: inherit; } }
  .main-menu > li:nth-child(3).current-menu-ancestor:after, .main-menu > li:nth-child(3).current-menu-item:after, .main-menu > li:nth-child(3):hover:after {
    background-image: url(images/triangle-purple.svg); }
.main-menu > li:nth-child(3) a:hover {
  background: #8979ac; }
  @media only screen and (max-width: 752px) {
    .main-menu > li:nth-child(3) a:hover {
      background: inherit; } }
.main-menu > li:nth-child(3) > a:hover {
  background: #8979ac; }
  @media only screen and (max-width: 752px) {
    .main-menu > li:nth-child(3) > a:hover {
      background: inherit; } }
.main-menu > li:nth-child(4) .sub-menu {
  left: auto;
  right: 0; }

@media only screen and (max-width: 752px) {
  body {
    margin-top: 50px; }

  .main-menu {
    position: fixed;
    background: #e5bd7c;
    top: 50px;
    bottom: -80px;
    /*fix for ios jump on scroll*/
    padding-bottom: 80px;
    /*fix for ios jump on scroll*/
    left: 0;
    width: 70%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    will-change: transform;
    -webkit-transition: .4s;
    transition: .4s;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    text-align: left;
    padding-top: .5em; }
    .main-menu .sub-menu {
      display: block;
      display: none;
      position: static;
      background: none;
      background-color: rgba(0, 0, 0, 0.2); }
      .main-menu .sub-menu li {
        position: relative;
        white-space: initial; }
    .main-menu > li {
      display: block;
      position: relative; }
      .main-menu > li.menu-item-has-children a {
        position: relative; }
      .main-menu > li.menu-item-has-children > a > span {
        position: absolute;
        right: 0px;
        top: 0;
        bottom: 0;
        width: 50px;
        display: block;
        background-color: rgba(0, 0, 0, 0.1);
        z-index: 1; }
        .main-menu > li.menu-item-has-children > a > span > span {
          background: transparent url(images/down.svg) 50% 50% no-repeat;
          background-size: 20px 10px;
          width: 100%;
          height: 100%;
          display: block;
          -webkit-transition: .4s;
          transition: .4s; }
        .main-menu > li.menu-item-has-children > a > span.menu-open span {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .main-menu > li:hover {
        background: none; }

  #menu-close {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none; }

  .menu-out {
    margin-left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }

  .menu-toggle {
    display: block;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    background: #607654;
    font-size: 20px;
    line-height: 50px;
    padding-left: 16px;
    height: 50px;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #fff;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -webkit-tap-highlight-color: transparent;
    font-family: "Patua One";
    font-size: 28px; }
    .menu-toggle:hover {
      color: #fff; }

  .menu-toggle span {
    width: 36px;
    height: 6px;
    margin-top: -3px;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 25px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-timing-function: cubic-bezier(0.535, -0.36, 0.105, 1.005);
            transition-timing-function: cubic-bezier(0.535, -0.36, 0.105, 1.005); }
    .menu-toggle span:before, .menu-toggle span:after {
      position: absolute;
      display: block;
      content: "";
      background-color: #fff;
      left: 0;
      right: 0;
      height: 6px;
      -webkit-transition: .4s;
      transition: .4s;
      -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
              transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-transition-timing-function: cubic-bezier(0.535, -0.36, 0.105, 1.005);
              transition-timing-function: cubic-bezier(0.535, -0.36, 0.105, 1.005);
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%; }
    .menu-toggle span:before {
      top: -10px; }
    .menu-toggle span:after {
      bottom: -10px; }

  .icon-x span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    .icon-x span:before {
      -webkit-transform: rotate(45deg) translate(10px, 7.07px) scale(0.6, 1);
              transform: rotate(45deg) translate(10px, 7.07px) scale(0.6, 1); }
    .icon-x span:after {
      -webkit-transform: rotate(-45deg) translate(10px, -7.07px) scale(0.6, 1);
              transform: rotate(-45deg) translate(10px, -7.07px) scale(0.6, 1); } }
