@charset "UTF-8";
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.anti-container {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1200px !important; }
  .container {
    min-width: 1200px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

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

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

body {
  margin: 0;
  font-family: "Maven Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFF; }

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

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

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

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

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

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

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

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

dt {
  font-weight: bold; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #27a07a;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #18624b;
    text-decoration: none; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #CCC;
  width: 50px;
  height: 50px;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 10000; }
  .top:hover, .top:focus, .top:active {
    background: #27a07a; }
  .top.fade-out {
    opacity: .3; }
  .top.is-visible {
    visibility: visible;
    opacity: 1; }
  .top svg {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    fill: #fff;
    margin: 0;
    opacity: .8;
    font-size: 19px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .top.is-visible, .top.fade-out, .no-touch .top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }

html {
  font-size: 16px; }

body {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 1rem;
  background: #f1f1f1; }

::-moz-selection {
  background: #42d1a4;
  text-shadow: none; }

::selection {
  background: #42d1a4;
  text-shadow: none; }

*:first-child {
  margin-top: 0; }

*:last-child {
  margin-bottom: 0; }

.edit-link {
  display: block;
  display: none;
  margin: 2rem auto;
  width: 150px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  background: #27a07a;
  color: #FFF; }
  .edit-link a {
    display: inline-block;
    color: inherit;
    padding: 1rem 2rem; }

.hidden-except-editors {
  display: none; }
  body.elementor-editor-active .hidden-except-editors {
    display: block; }

article.post .entry-footer .fb-like {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: -1rem; }
  @media (max-width: 767px) {
    article.post .entry-footer .fb-like {
      margin-bottom: 0; } }

#fp-postcards .elementor-posts-container article:first-child {
  display: none; }
  @media (max-width: 767px) {
    #fp-postcards .elementor-posts-container article:first-child {
      display: block; }
      #cta-target {
        display: none; } }

#fp-postcards .elementor-posts-container article:nth-child(n+5) {
  display: none; }
  @media (max-width: 991px) {
    #fp-postcards .elementor-posts-container article:nth-child(n+5) {
      display: block; } }

.conditional-buttons {
  display: none; }
  .conditional-buttons.sticky .elementor-button-link {
    position: fixed;
    bottom: 26px;
    right: 90px;
    right: 28px;
    z-index: 11;
    background: #ff5933; }
  .os-ios .conditional-buttons.os-ios {
    display: block; }
  .os-android .conditional-buttons.os-android {
    display: block; }
  .os-other .conditional-buttons.os-other {
    display: block; }
  body.elementor-editor-active .conditional-buttons {
    display: block; }

.page-header > *:not(.elementor),
.entry-header > *:not(.elementor),
.entry-content > *:not(.elementor),
.entry-footer,
body.archive .entry-content--blogpost,
body.search .entry-content--blogpost,
.navigation.posts-navigation,
.navigation.post-navigation,
.comments-area,
.entry-summary,
.page-content > *:not(.elementor) {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }

.entry-footer {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Maven Pro", "Helvetica Neue", Arial, sans-serif; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4, h5, h6 {
  font-size: 1.2rem; }

.entry-header {
  text-align: center; }
  .entry-header .entry-title {
    padding: 2rem 0 0rem; }
  .entry-header .entry-meta {
    margin-bottom: 1rem; }

.entry-footer .cat {
  margin-top: 1rem;
  margin-bottom: 0rem; }

.entry-content img,
.entry-content--blogpost img {
  max-width: 100%;
  height: auto; }

ul li {
  padding-bottom: 0.5rem; }

.elementor-divider .elementor-divider-separator {
  border-color: #27a07a; }

.elementor-widget-wp-widget-categories .elementor-widget-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.elementor-widget-wp-widget-categories .elementor-widget-container li.cat-item {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.elementor-widget-wp-widget-categories .elementor-widget-container .cat-item a {
  background: #27a07a;
  display: inline-block;
  padding: .4rem 0.8rem .4rem;
  color: #FFF;
  font-family: "Maven Pro", "Helvetica Neue", Arial, sans-serif;
  border-radius: 22px;
  margin: .6rem .2rem .6rem 0rem;
  font-size: 13px;
  text-transform: uppercase; }

.elementor-widget-wp-widget-categories h5 {
  text-align: center;
  font-family: "Maven Pro", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: -1px; }

.cat {
  color: transparent;
  margin: 0; }
  .cat a {
    background: #27a07a;
    display: inline-block;
    padding: .6em 1.2em;
    color: #FFF;
    font-family: "Maven Pro", "Helvetica Neue", Arial, sans-serif;
    border-radius: 22px;
    margin: .6rem .1rem .6rem 0rem;
    text-transform: uppercase;
    font-size: 12px; }

.tags {
  display: block;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0rem -.5rem 0; }
  .tags > * {
    display: inline-block;
    padding: 0 .5rem .5rem; }
    .tags > * :before {
      content: "#";
      display: inline; }

#st-menu ul.elementor-nav-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#st-menu a {
  color: #111 !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-size: 20px;
  font-size: 1.5rem; }

#st-menu .elementor-widget-search-form {
  margin-left: 1rem; }
  #st-menu .elementor-widget-search-form input.elementor-search-form__input {
    width: 80px;
    background: #FFF; }
    @media (min-width: 768px) {
      #st-menu .elementor-widget-search-form input.elementor-search-form__input {
        width: 120px; } }

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  -webkit-box-shadow: 0px 4px 10px 0px #555;
          box-shadow: 0px 4px 10px 0px #555;
  padding: .5rem 0 0;
  margin-top: 31px !important; }

.top {
  display: none !important; }

.elementor-cta--skin-cover {
  text-shadow: 2px 1px 1px #000;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in; }
  .elementor-cta--skin-cover.loaded {
    opacity: 1; }

.elementor-cta__content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.elementor-cta__title {
  max-width: 700px; }
  .elementor-cta__title a {
    color: inherit; }
    .elementor-cta__title a:hover {
      color: inherit; }

.elementor-cta__description {
  max-width: 500px; }

.elementor-cta .elementor-post__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: #27a07a;
  display: inline-block;
  padding: .6em 1.2em;
  color: #FFF;
  font-family: "Maven Pro", "Helvetica Neue", Arial, sans-serif;
  border-radius: 22px;
  margin: .6rem .1rem .6rem 0rem;
  text-transform: uppercase;
  font-size: 12px; }

.elementor-cta .elementor-post__meta-data {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-bottom: 1rem;
  font-size: 75%; }
  .elementor-cta .elementor-post__meta-data > *:before {
    content: " • ";
    display: inline; }
  .elementor-cta .elementor-post__meta-data > *:first-child:before {
    display: none; }

.elementor-cta .elementor-cta__button {
  text-transform: uppercase; }

body.single article.post {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
  background: white;
  padding: 2rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  margin-top: 2rem; }

body.single .entry-title {
  text-transform: uppercase;
  font-size: 39px;
  line-height: 1;
  font-weight: 600; }

body.single .entry-content {
  color: #333;
  font-size: 17px;
  line-height: 1.75; }

.navigation {
  padding: 0;
  margin-top: 4em;
  color: #d4d4d4;
  font-size: 14px;
  font-weight: 500;
  width: 100%; }
  @media (max-width: 767px) {
    .navigation {
      margin-left: -1.5rem !important;
      margin-right: -1.5rem !important;
      width: calc(100% + 3rem);
      margin-top: 2rem; } }
  .navigation.posts-navigation {
    margin-top: 0; }
  .navigation a {
    color: #707070; }
  .navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .navigation .nav-links .nav-next,
    .navigation .nav-links .nav-previous {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
      @media (max-width: 767px) {
        .navigation .nav-links .nav-next,
        .navigation .nav-links .nav-previous {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 100%;
                  flex: 1 0 100%;
          padding-bottom: .5rem; } }
    .navigation .nav-links .nav-next a,
    .navigation .nav-links .nav-previous a {
      padding-right: .4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .navigation .nav-links .nav-next a:before,
      .navigation .nav-links .nav-previous a:before {
        content: "\f053";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2rem;
        padding-right: .8rem; }
    .navigation .nav-links .nav-next a {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      text-align: right;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-left: .4rem;
      padding-right: 0; }
      .navigation .nav-links .nav-next a:before {
        content: "\f054";
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-right: 0;
        padding-left: .8rem; }

.comments-area {
  margin-top: 2rem; }
  .comments-area label {
    display: block;
    margin-bottom: .2rem; }
  .comments-area textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
    .comments-area textarea:focus {
      color: #495057;
      background-color: #fff;
      border-color: #80bdff;
      outline: 0;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

@media (max-width: 767px) {
  .elementor-share-btn .elementor-share-btn__text {
    display: none !important; } }

.pingback {
  display: none; }

.comments-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem; }

.comment {
  display: block;
  background: #FFF;
  padding: 1.5rem;
  list-style-type: none;
  margin-bottom: 1rem; }
  .comment > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .comment > * > p {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      max-width: 100%; }
      @media (max-width: 767px) {
        .comment > * > p {
          max-width: 100%;
          -webkit-hyphens: auto;
              -ms-hyphens: auto;
                  hyphens: auto;
          word-wrap: break-word; } }
  .comment h4.comment-author {
    font-size: inherit;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .comment p.comment-time {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0px !important;
            flex: 1 1 0 !important;
    text-align: right; }
  @media (max-width: 767px) {
    .comment-list {
      padding-left: 20px; } }

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

.comment-form-comment {
  max-width: 90%; }
  .comment-form-comment textarea {
    max-width: 100%; }

[data-id="4fbb702e"] {
  height: 0; }

figure {
  max-width: 100%; }

.header .header-section .elementor-row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.header .elementor-column.logocolumn.logocolumn {
  width: auto; }

.header .elementor-column.menucolumn.menucolumn {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.footer .footer-endfooter a {
  color: inherit;
  border-bottom: 1px solid #fff;
  padding-bottom: 1px; }
  .footer .footer-endfooter a:hover {
    opacity: .75; }

.partners-logos ul {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0; }

.partners-logos li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 200px;
          flex: 0 1 200px;
  padding: 2rem;
  margin: 0; }
  @media (max-width: 767px) {
    .partners-logos li {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 140px;
              flex: 0 1 140px;
      padding: .83rem; } }

.elementor-post__meta-data .fb_iframe_widget {
  position: relative;
  top: 1px;
  left: 8px; }

.page-header .page-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: 2.5rem; }

.elementor-post-avatar a {
  color: inherit !important; }

.elementor-post-avatar svg {
  display: none; }

.pagelist {
  margin: 0 auto 1rem;
  max-width: 1140px; }

body .elementor-post__badge,
body .cat {
  display: none !important; }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -.5rem;
  margin-right: -.5rem; }
  .gallery > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0 .5rem 0rem; }
  @media (min-width: 768px) {
    .gallery.gallery-columns-3 > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33.32%;
              flex: 1 1 33.32%; }
    .gallery.gallery-columns-2 > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%; } }
/*# sourceMappingURL=global.css.map */