@charset "UTF-8";
/*!
Theme Name: IAPBP Theme
Description: A Wordpress theme developed by Alchemy + Aim.
Version: 1.0
Author: Alchemy + Aim
Author URI: http://www.alchemyandaim.com
*/
/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Flex Grid Gutter Space */
/* Container Widths */
/* Flex Layout Padding */
/* Flex Layout Container Width */
/***************************************
Mixins
contains global mixins, functions, helper selectors, etc.
***************************************/
/* Simple clearfix */
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
*, :after, :before {
  box-sizing: border-box; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Adjust containers and rows padding for Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

/* Frontend Admin Dashboard Icon
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.admin-bar #wpadminbar ul#wp-admin-bar-root-default > li#wp-admin-bar-custom_menu a:before {
  color: rgba(240, 245, 250, 0.6);
  content: "\f226";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 1.25;
  vertical-align: top;
  -moz-osx-font-smoothing: grayscale;
  font-family: "dashicons";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-align: center; }

.admin-bar {
  top: 32px; }
  @media (max-width: 782px) {
    .admin-bar {
      top: 46px; } }

/*-----------------------------------------------------------------------------------*/
/*  MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
/* -- MOBILE FIRST MEDIA QUERIES -- */
/* Core element styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  max-width: 100%;
  max-height: 100%;
  height: auto; }

img.aligncenter {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto; }
  @media (max-width: 575px) {
    img.aligncenter {
      margin: 0 auto 25px; } }

img.alignright {
  display: inline-block;
  padding: 0 0 1.5% 3%;
  float: right;
  max-width: 100%;
  height: auto; }
  @media (max-width: 575px) {
    img.alignright {
      padding: 0 0 25px 0; } }

img.alignleft {
  display: inline-block;
  padding: 0 3% 1.5% 0;
  float: left;
  max-width: 100%;
  height: auto; }
  @media (max-width: 575px) {
    img.alignleft {
      padding: 0 0 25px 0; } }

hr {
  margin: 4.5% auto;
  border-width: 0;
  border-top: 1px solid #dce5ea; }

.center {
  text-align: center;
  margin: 0 auto; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: none; }

ol {
  list-style: decimal inside;
  padding-left: 2em;
  margin-top: 0; }
  ol li {
    margin-bottom: 1%; }

ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 2% 0 2% 4.5%;
  font-size: 100%; }

li {
  margin-bottom: 1%; }

.entry-content ul {
  padding-left: 2.5em; }
  .entry-content ul li {
    line-height: 1.5; }
    .entry-content ul li:before {
      content: '•';
      font-size: 18px;
      color: #af6e3e;
      margin-left: -.75em;
      margin-right: 1em;
      position: relative;
      top: 3px; }
  .entry-content ul.no-bullets li:before {
    content: ''; }

.pricing-table .desc ul li {
  line-height: 1.5; }
  .pricing-table .desc ul li:before {
    content: '•';
    font-size: 13px;
    color: #af6e3e;
    margin-left: -.75em;
    margin-right: .25em;
    position: relative;
    top: -2px; }

.pricing-table .desc ul.no-bullets li:before {
  content: ''; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table, .wp-block-table {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 2px; }
  table tr:first-child, .wp-block-table tr:first-child {
    font-weight: 700; }
  table th,
  table td, .wp-block-table th,
  .wp-block-table td {
    padding: 12px 15px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #e1e1e1; }
  table th:first-child,
  table td:first-child, .wp-block-table th:first-child,
  .wp-block-table td:first-child {
    padding-left: 0; }
  table th:last-child,
  table td:last-child, .wp-block-table th:last-child,
  .wp-block-table td:last-child {
    padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 2%; }

input,
textarea,
select,
fieldset {
  margin-bottom: 2%; }

pre,
blockquote,
dl,
table,
ul,
ol,
form {
  margin-bottom: 5%; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code, .wp-block-code {
  margin: 0 5px;
  padding: 2px 10px;
  font-size: 90%;
  white-space: nowrap;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }
  code textarea, .wp-block-code textarea {
    background-color: transparent; }

pre > code {
  display: block;
  padding: 5px 15px;
  white-space: pre; }

html {
  outline: none !important;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

body {
  line-height: 1.6;
  color: #2c435b;
  font-size: 13px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0 0 15px;
  color: #2c435b;
  letter-spacing: .017em;
  font-family: "Libre Baskerville", serif;
  font-weight: 400; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 53px;
  font-family: "EyeCatchingPro"; }

h6 {
  letter-spacing: 0.067em;
  font-size: 21px;
  font-family: "tgn-soft-round", sans-serif; }

p {
  margin-top: 0;
  letter-spacing: .017em;
  line-height: 24px; }

span.all-caps {
  text-transform: uppercase; }

span.color-black {
  color: #000; }

span.color-white {
  color: #fff; }

span.color-blue {
  color: #2c435b; }

span.color-gold {
  color: #af6e3e; }

span.color-lt-blue {
  color: #dce5ea; }

span.color-off-white {
  color: #f5f4ef; }

span.font-libre {
  font-family: "Libre Baskerville", serif; }

span.font-trade {
  font-family: "tgn-soft-round", sans-serif; }

span.font-trade-con {
  font-family: "tgn-soft-round-con", sans-serif; }

span.font-eye {
  font-family: "EyeCatchingPro";
  vertical-align: middle; }

span.flag-text:before {
  content: "";
  display: inline-block;
  background-image: url("_static/images/flag.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 26px;
  vertical-align: middle;
  margin-right: 17px; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #af6e3e; }

a:hover {
  color: #2c435b; }

/* Colors for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.color-black {
  color: #000000; }

.color-white {
  color: #ffffff; }

/* Weights for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.weight-light {
  font-weight: 300; }

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

.weight-medium {
  font-weight: 500; }

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

.weight-black {
  font-weight: 900; }

/* Underline for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-underline {
  text-decoration: underline; }

/*-----------------------------------------------------------------------------------*/
/*  GENERIC
/*-----------------------------------------------------------------------------------*/
#outer-wrapper {
  overflow: hidden; }

.content-area {
  float: left;
  width: 62%;
  margin-bottom: 25px;
  word-wrap: break-word; }

.aside {
  float: right;
  width: 32.2%;
  margin-right: 10px;
  word-wrap: break-word; }

@media (max-width: 767px) {
  .content-area {
    float: none;
    width: 100%; }
  .aside {
    float: none;
    width: 98%;
    margin-top: 50px; } }

.container {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px; }
  @media (min-width: 1199px) {
    .container {
      max-width: 1315px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 575px) {
    .container {
      max-width: 960px; } }

.no-sidebar .alignwide {
  margin: 25px calc(25% - 25vw); }
  @media (max-width: 991px) {
    .no-sidebar .alignwide {
      margin: 0 auto; } }

.no-sidebar .alignfull {
  margin: 25px calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important; }

/*-----------------------------------------------------------------------------------*/
/*  FLEX GRID
/*-----------------------------------------------------------------------------------*/
.grid,
.grid-mobile, .wp-block-columns {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.grid .cell,
.grid-mobile .cell, .wp-block-column {
  flex: 1; }

@media (min-width: 768px) {
  .grid, .wp-block-columns {
    display: flex; }
  .grid.grid-12-col .cell {
    flex: 0 0 calc( 8.33% - 18.334px); }
    .grid.grid-12-col .cell.span-1 {
      flex: 0 0 calc( 10% - 18px); }
    .grid.grid-12-col .cell.span-2 {
      flex: 0 0 calc( 16.6% - 16.68px); }
    .grid.grid-12-col .cell.span-3 {
      flex: 0 0 calc( 25% - 15px); }
    .grid.grid-12-col .cell.span-4 {
      flex: 0 0 calc( 33.3% - 13.34px); }
    .grid.grid-12-col .cell.span-5 {
      flex: 0 0 calc( 41.6% - 11.68px); }
    .grid.grid-12-col .cell.span-6 {
      flex: 0 0 calc( 50% - 10px); }
    .grid.grid-12-col .cell.span-7 {
      flex: 0 0 calc( 58.3% - 8.34px); }
    .grid.grid-12-col .cell.span-8 {
      flex: 0 0 calc( 66.6% - 6.68px); }
    .grid.grid-12-col .cell.span-9 {
      flex: 0 0 calc( 75% - 5px); }
    .grid.grid-12-col .cell.span-10 {
      flex: 0 0 calc( 83.3% - 3.34px); }
    .grid.grid-12-col .cell.span-11 {
      flex: 0 0 calc( 90% - 2px); }
    .grid.grid-12-col .cell.span-12 {
      flex: 0 0 100%; }
  .grid.grid-2-col .cell, .wp-block-columns.has-2-columns .wp-block-column {
    flex: 0 0 calc( 50% - 10px); }
    .grid.grid-2-col .cell.span-2, .wp-block-columns.has-2-columns .wp-block-column.span-2 {
      flex: 0 0 100%; }
  .grid.grid-3-col .cell, .wp-block-columns.has-3-columns .wp-block-column {
    flex: 0 0 calc( 33.33% - 13.334px); }
    .grid.grid-3-col .cell.span-2, .wp-block-columns.has-3-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 66.66% - 6.668px); }
    .grid.grid-3-col .cell.span-3, .wp-block-columns.has-3-columns .wp-block-column.span-3 {
      flex: 0 0 100%; }
  .grid.grid-4-col .cell, .wp-block-columns.has-4-columns .wp-block-column {
    flex: 0 0 calc( 25% - 15px); }
    .grid.grid-4-col .cell.span-2, .wp-block-columns.has-4-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 50% - 10px); }
    .grid.grid-4-col .cell.span-3, .wp-block-columns.has-4-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 75% - 5px); }
    .grid.grid-4-col .cell.span-4, .wp-block-columns.has-4-columns .wp-block-column.span-4 {
      flex: 0 0 100%; }
  .grid.grid-5-col .cell, .wp-block-columns.has-5-columns .wp-block-column {
    flex: 0 0 calc( 20% - 16px); }
    .grid.grid-5-col .cell.span-2, .wp-block-columns.has-5-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 12px); }
    .grid.grid-5-col .cell.span-3, .wp-block-columns.has-5-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 8px); }
    .grid.grid-5-col .cell.span-4, .wp-block-columns.has-5-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4px); }
    .grid.grid-5-col .cell.span-5, .wp-block-columns.has-5-columns .wp-block-column.span-5 {
      flex: 0 0 100%; }
  .grid.grid-6-col .cell, .wp-block-columns.has-6-columns .wp-block-column {
    flex: 0 0 calc( 16.66% - 16.668px); }
    .grid.grid-6-col .cell.span-2, .wp-block-columns.has-6-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 12px); }
    .grid.grid-6-col .cell.span-3, .wp-block-columns.has-6-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 8px); }
    .grid.grid-6-col .cell.span-4, .wp-block-columns.has-6-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4px); }
    .grid.grid-6-col .cell.span-5, .wp-block-columns.has-6-columns .wp-block-column.span-5 {
      flex: 0 0 calc( 100% - 0px); }
    .grid.grid-6-col .cell.span-6, .wp-block-columns.has-6-columns .wp-block-column.span-6 {
      flex: 0 0 100%; } }

@media (max-width: 767px) {
  .grid-mobile {
    display: flex; }
  .grid-mobile.grid-mobile-2-col .cell, .wp-block-columns.has-2-columns .wp-block-column {
    flex: 0 0 calc( 50% - 10px); }
    .grid-mobile.grid-mobile-2-col .cell.span-2, .wp-block-columns.has-2-columns .wp-block-column.span-2 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-3-col .cell, .wp-block-columns.has-3-columns .wp-block-column {
    flex: 0 0 calc( 33.33% - 13.334px); }
    .grid-mobile.grid-mobile-3-col .cell.span-2, .wp-block-columns.has-3-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 66.66% - 6.668px); }
    .grid-mobile.grid-mobile-3-col .cell.span-3, .wp-block-columns.has-3-columns .wp-block-column.span-3 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-4-col .cell, .wp-block-columns.has-4-columns .wp-block-column {
    flex: 0 0 calc( 25% - 15px); }
    .grid-mobile.grid-mobile-4-col .cell.span-2, .wp-block-columns.has-4-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 50% - 10px); }
    .grid-mobile.grid-mobile-4-col .cell.span-3, .wp-block-columns.has-4-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 75% - 5px); }
    .grid-mobile.grid-mobile-4-col .cell.span-4, .wp-block-columns.has-4-columns .wp-block-column.span-4 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-5-col .cell, .wp-block-columns.has-5-columns .wp-block-column {
    flex: 0 0 calc( 20% - 16px); }
    .grid-mobile.grid-mobile-5-col .cell.span-2, .wp-block-columns.has-5-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 12px); }
    .grid-mobile.grid-mobile-5-col .cell.span-3, .wp-block-columns.has-5-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 8px); }
    .grid-mobile.grid-mobile-5-col .cell.span-4, .wp-block-columns.has-5-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4px); }
    .grid-mobile.grid-mobile-5-col .cell.span-5, .wp-block-columns.has-5-columns .wp-block-column.span-5 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-6-col .cell, .wp-block-columns.has-6-columns .wp-block-column {
    flex: 0 0 calc( 16.66% - 16.668px); }
    .grid-mobile.grid-mobile-6-col .cell.span-2, .wp-block-columns.has-6-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 12px); }
    .grid-mobile.grid-mobile-6-col .cell.span-3, .wp-block-columns.has-6-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 8px); }
    .grid-mobile.grid-mobile-6-col .cell.span-4, .wp-block-columns.has-6-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4px); }
    .grid-mobile.grid-mobile-6-col .cell.span-5, .wp-block-columns.has-6-columns .wp-block-column.span-5 {
      flex: 0 0 calc( 100% - 0px); }
    .grid-mobile.grid-mobile-6-col .cell.span-6, .wp-block-columns.has-6-columns .wp-block-column.span-6 {
      flex: 0 0 100%; } }

.grid li, .wp-block-columns li {
  margin-bottom: 2%; }

/*-----------------------------------------------------------------------------------*/
/*  FLEXIBLE LAYOUT
/*-----------------------------------------------------------------------------------*/
/* Background Images: Cover and center */
.layout-section.background_style-image .cls-background,
.layout-section.background_style-image .cls-background .cls-mobile-background {
  background-size: cover;
  background-position: center; }

.layout-section.text_style-light-text h1, .layout-section.text_style-light-text h2, .layout-section.text_style-light-text h3, .layout-section.text_style-light-text h4, .layout-section.text_style-light-text h5, .layout-section.text_style-light-text h6, .layout-section.text_style-light-text p, .layout-section.text_style-light-text ul {
  color: #fff; }

/* Section Padding */
.layout-section.padding-small .cls-background {
  padding-top: 25px;
  padding-bottom: 25px; }

.layout-section.padding-medium .cls-background {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .layout-section.padding-medium .cls-background {
      padding-top: 25px;
      padding-bottom: 25px; } }

.layout-section.padding-large .cls-background {
  padding-top: 125px;
  padding-bottom: 125px; }
  @media (max-width: 991px) {
    .layout-section.padding-large .cls-background {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .layout-section.padding-large .cls-background {
      padding-top: 25px;
      padding-bottom: 25px; } }

/* Container Width */
.layout-section.container-small .container {
  max-width: 960px; }

.layout-section.container-full .container {
  max-width: 100%; }

/* Background images: Replace background for mobile */
@media (min-width: 961px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background .cls-mobile-background {
    background-image: none !important; } }

@media (max-width: 960px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background {
    background-image: none !important; } }

/* Background images: Remove background and add a new image below for mobile */
@media (min-width: 961px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
    display: none !important; } }

@media (max-width: 960px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
    margin-top: 2em; }
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before {
    background-image: none !important; }
  /* Fix light text against no background */
  .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-after, .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-before {
    color: #000; } }

/*-----------------------------------------------------------------------------------*/
/*  FORMS AND FIELDS
/*-----------------------------------------------------------------------------------*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  line-height: 20px;
  padding: 12px 12px;
  letter-spacing: .070em;
  text-align: center;
  color: #2c435b;
  font-size: 14px;
  font-family: "tgn-soft-round", sans-serif;
  background-color: #fff;
  border: 2px solid #dce5ea;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }
  input[type="email"]:-webkit-autofill,
  input[type="number"]:-webkit-autofill,
  input[type="search"]:-webkit-autofill,
  input[type="text"]:-webkit-autofill,
  input[type="tel"]:-webkit-autofill,
  input[type="url"]:-webkit-autofill,
  input[type="password"]:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }

textarea {
  min-height: 84px; }

select:not([multiple]) {
  padding-right: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2MCA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjAgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMkM0MzVCO30KPC9zdHlsZT4KPGcgaWQ9IkxheWVyXzFfMV8iPgo8L2c+Cjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNTMuNywyIDMwLDI1LjcgNi4zLDIgMCw4LjMgMjcuMywzNS42IDMwLDM4IDMyLjYsMzUuNyA2MCw4LjMgIi8+Cjwvc3ZnPgo=);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 15px; }
  select:not([multiple]):-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  select:not([multiple]) option:not(:checked) {
    color: #000000; }

label,
legend {
  display: block;
  margin-bottom: 10px;
  font-weight: 600; }

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

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal; }

::placeholder {
  opacity: 1;
  color: #2c435b;
  text-transform: uppercase; }

:focus::placeholder {
  opacity: 0.15;
  color: #2c435b; }

form br {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  BUTTONS
/*-----------------------------------------------------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"], .wp-block-file__button, .wp-block-button__link {
  display: inline-block;
  height: 40px;
  padding: 0 50px;
  color: #2c435b;
  line-height: 40px;
  letter-spacing: .07em;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #2c435b;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  font-family: "tgn-soft-round", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px; }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover, .wp-block-file__button:hover, .wp-block-button__link:hover {
    color: #af6e3e;
    border-color: #af6e3e;
    outline: 0; }
  .button:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus, .wp-block-file__button:focus, .wp-block-button__link:focus {
    color: #af6e3e;
    border-color: #af6e3e;
    outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary, .wp-block-file__button, .wp-block-button__link {
  color: #fff;
  background-color: #2c435b;
  border-color: #2c435b; }
  .button.button-primary:hover, .button.button-primary:focus,
  button.button-primary:hover,
  button.button-primary:focus,
  input[type="submit"].button-primary:hover,
  input[type="submit"].button-primary:focus,
  input[type="reset"].button-primary:hover,
  input[type="reset"].button-primary:focus,
  input[type="button"].button-primary:hover,
  input[type="button"].button-primary:focus, .wp-block-file__button:hover, .wp-block-file__button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
    color: #fff;
    background-color: #af6e3e;
    border-color: #af6e3e; }
  .button.button-primary.gold-btn,
  button.button-primary.gold-btn,
  input[type="submit"].button-primary.gold-btn,
  input[type="reset"].button-primary.gold-btn,
  input[type="button"].button-primary.gold-btn, .wp-block-file__button.gold-btn, .wp-block-button__link.gold-btn {
    background-color: #af6e3e;
    border-color: #af6e3e; }
    .button.button-primary.gold-btn:hover, .button.button-primary.gold-btn:focus,
    button.button-primary.gold-btn:hover,
    button.button-primary.gold-btn:focus,
    input[type="submit"].button-primary.gold-btn:hover,
    input[type="submit"].button-primary.gold-btn:focus,
    input[type="reset"].button-primary.gold-btn:hover,
    input[type="reset"].button-primary.gold-btn:focus,
    input[type="button"].button-primary.gold-btn:hover,
    input[type="button"].button-primary.gold-btn:focus, .wp-block-file__button.gold-btn:hover, .wp-block-file__button.gold-btn:focus, .wp-block-button__link.gold-btn:hover, .wp-block-button__link.gold-btn:focus {
      background-color: #2c435b;
      border-color: #2c435b; }
  .button.button-primary.wht-btn,
  button.button-primary.wht-btn,
  input[type="submit"].button-primary.wht-btn,
  input[type="reset"].button-primary.wht-btn,
  input[type="button"].button-primary.wht-btn, .wp-block-file__button.wht-btn, .wp-block-button__link.wht-btn {
    color: #2c435b;
    background-color: #fff;
    border-color: #fff; }
    .button.button-primary.wht-btn:hover, .button.button-primary.wht-btn:focus,
    button.button-primary.wht-btn:hover,
    button.button-primary.wht-btn:focus,
    input[type="submit"].button-primary.wht-btn:hover,
    input[type="submit"].button-primary.wht-btn:focus,
    input[type="reset"].button-primary.wht-btn:hover,
    input[type="reset"].button-primary.wht-btn:focus,
    input[type="button"].button-primary.wht-btn:hover,
    input[type="button"].button-primary.wht-btn:focus, .wp-block-file__button.wht-btn:hover, .wp-block-file__button.wht-btn:focus, .wp-block-button__link.wht-btn:hover, .wp-block-button__link.wht-btn:focus {
      color: #fff;
      background-color: #af6e3e;
      border-color: #af6e3e; }
  .button.button-primary.small-btn,
  button.button-primary.small-btn,
  input[type="submit"].button-primary.small-btn,
  input[type="reset"].button-primary.small-btn,
  input[type="button"].button-primary.small-btn, .wp-block-file__button.small-btn, .wp-block-button__link.small-btn {
    margin-bottom: 25px;
    padding: 0 20px; }

/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/
#header-wrapper {
  width: 100%;
  background-color: #2c435b;
  padding: 15px 0; }

.logo {
  height: auto;
  width: 140px;
  max-width: 75%;
  float: left;
  position: relative;
  top: 4px; }
  @media (max-width: 575px) {
    .logo {
      top: 0; } }

/*-----------------------------------------------------------------------------------*/
/*  HERO HEADER
/*-----------------------------------------------------------------------------------*/
#hero-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-bottom: 25px; }
  #hero-header h1.entry-title {
    color: #fff;
    text-align: center;
    letter-spacing: .010em;
    font-size: 30px; }
  @media (max-width: 960px) {
    #hero-header .cls-background {
      background-color: #dce5ea; }
      #hero-header .cls-background .container {
        padding: 20px;
        max-width: 1315px; }
        #hero-header .cls-background .container h1.entry-title, #hero-header .cls-background .container span.color-white {
          color: #2c435b; } }
  #hero-header .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
    margin: 0; }
  #hero-header.small .cls-background {
    padding: 170px 0;
    min-height: 460px; }
    @media (max-width: 991px) {
      #hero-header.small .cls-background {
        min-height: inherit; } }
    @media (max-width: 960px) {
      #hero-header.small .cls-background {
        padding: 0; } }
  #hero-header.large .cls-background {
    padding: 190px 0;
    min-height: 550px; }
    @media (max-width: 991px) {
      #hero-header.large .cls-background {
        min-height: inherit; } }
    @media (max-width: 960px) {
      #hero-header.large .cls-background {
        padding: 0; } }

#hero-slider .container {
  max-width: 1315px; }

#hero-slider.small .slide {
  padding: 200px 0; }
  @media (max-width: 991px) {
    #hero-slider.small .slide {
      padding: 0; } }

#hero-slider.large .slide {
  padding: 250px 0; }
  @media (max-width: 991px) {
    #hero-slider.large .slide {
      padding: 0; } }

@media (max-width: 991px) {
  #hero-slider .slick-slide {
    background-color: #dce5ea; } }

#hero-slider .slide, #hero-slider .mobile-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }

#hero-slider .slick-dots {
  bottom: 20px !important; }
  @media (max-width: 991px) {
    #hero-slider .slick-dots {
      top: auto !important;
      bottom: 110px !important; } }
  #hero-slider .slick-dots li button:before {
    color: #fff !important; }

#hero-slider .slider-text-outer {
  position: relative; }

.mobile-header {
  display: none; }

.mobile-hero-text, .mobile-slider-text {
  display: none;
  box-sizing: border-box;
  padding: 25px 0;
  background-color: #dce5ea;
  color: #2c435b; }
  .mobile-hero-text span.color-white, .mobile-slider-text span.color-white {
    color: #2c435b; }

#hero-slider, #hero-header-vid {
  margin: 0 auto;
  z-index: 0;
  position: relative; }
  @media (max-width: 991px) {
    #hero-slider, #hero-header-vid {
      height: auto !important; } }

@media only screen and (max-width: 991px) {
  .mobile-slide {
    padding: 0 0 250px;
    margin: 0 auto 0 !important; }
  .slider-header {
    min-height: 0px !important;
    height: 0px !important;
    max-height: 0px !important;
    background: none !important;
    margin: 0 auto 0 !important;
    padding: 0 0 350px !important; }
  #hero-slider .slick-dots {
    top: 55%;
    bottom: auto; }
  .mobile-slider-text {
    display: block; }
  .slider-text-outer {
    display: none; } }

@media only screen and (max-width: 767px) {
  .mobile-slide {
    padding: 0 0 250px; }
  .slider-header {
    padding: 0 0 475px; }
  #hero-slider .slick-dots {
    top: 45%;
    bottom: auto; } }

#hero-header-vid {
  position: relative;
  margin-bottom: 25px; }
  #hero-header-vid.small .hero-text-outer {
    padding: 150px 0;
    min-height: 460px; }
  #hero-header-vid.large .hero-text-outer {
    padding: 200px 0;
    min-height: 550px; }
  #hero-header-vid #video-overlay {
    position: absolute;
    float: left;
    width: 100%;
    min-height: 100%;
    z-index: 0; }
  #hero-header-vid .hero-text-outer {
    position: relative;
    z-index: 1; }

/*-----------------------------------------------------------------------------------*/
/*  NAVIGATION
/*-----------------------------------------------------------------------------------*/
#linkbar {
  margin-right: 40px; }
  @media (max-width: 991px) {
    #linkbar {
      margin-right: 75px; } }
  #linkbar .nav-menu {
    float: right; }
  #linkbar a {
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline;
    letter-spacing: .017em;
    display: inline-block;
    transition: all 0.3s ease; }
    #linkbar a:hover {
      color: #af6e3e; }
  @media (max-width: 670px) {
    #linkbar nav {
      display: none; } }
  #linkbar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    #linkbar ul li {
      display: inline;
      margin: 0px;
      padding: 0 20px;
      position: relative; }
      #linkbar ul li.logout-link {
        display: none; }
      #linkbar ul li:nth-child(3) {
        margin-right: 15px; }
      #linkbar ul li.button {
        border: none;
        padding: 5px; }
        #linkbar ul li.button a {
          background-color: #f5f4ef;
          color: #2c435b;
          letter-spacing: .07em;
          padding: 0 15px;
          border-radius: 4px;
          text-transform: uppercase;
          text-decoration: none;
          font-family: "tgn-soft-round", sans-serif; }
          #linkbar ul li.button a:hover {
            background-color: #af6e3e;
            color: #fff; }
      #linkbar ul li:hover ul {
        display: block; }
      #linkbar ul li ul {
        display: none; }
        #linkbar ul li ul li {
          display: block;
          margin: 20px 0; }
  #linkbar .current-menu-item a {
    font-weight: 400; }

/*   NAV SUB MENUS
==========*/
.nav-menu li.menu-item-has-children > a {
  position: relative; }

.nav-menu li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -2px;
  border: 4px solid transparent;
  border-bottom-width: 0;
  border-top-color: #2c435b;
  transition: transform 0.2s ease; }

.nav-menu li.menu-item-has-children:hover > a:after {
  transform: rotateZ(180deg); }

.nav-menu li.menu-item-has-children .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0 20px 20px;
  min-width: 150px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  margin: -5px 0 0;
  background: #fff;
  transform: translateX(-50%);
  animation: submenuHide 0.5s ease;
  animation-fill-mode: forwards; }

.nav-menu li.menu-item-has-children:hover .sub-menu {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  animation: submenuShow 0.5s ease;
  animation-fill-mode: backwards; }

@keyframes submenuShow {
  0% {
    z-index: -1;
    visibility: hidden;
    opacity: 0; }
  1% {
    z-index: 5;
    visibility: visible; }
  25% {
    opacity: 1; }
  100% {
    z-index: 5;
    opacity: 1;
    visibility: visible; } }

@keyframes submenuHide {
  0% {
    z-index: 5;
    opacity: 1;
    visibility: visible; }
  99% {
    z-index: 5;
    opacity: 1;
    visibility: visible; }
  100% {
    z-index: -1;
    opacity: 0;
    visibility: hidden; } }

.nav-menu li.menu-item-has-children .sub-menu li {
  display: block;
  margin: 0;
  padding: 0; }

.logged-in .nav-list .login-link {
  display: none !important; }

.logged-in .nav-list .logout-link {
  display: inline-block !important; }

/* -------------------------------- 
			Mobile Nav 
-------------------------------- */
#slideout-menu {
  position: fixed;
  padding: 0 100px;
  min-width: 150px;
  top: 0;
  right: -459px;
  min-height: 100vh;
  z-index: 10000;
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  overflow: visible;
  background-color: #f5f4ef; }
  #slideout-menu .side-menu-logo {
    max-width: 140px;
    margin: 30px auto 0; }
  @media (max-width: 500px) {
    #slideout-menu.open #nav-close {
      left: auto;
      right: 0; } }
  @media (max-width: 575px) {
    #slideout-menu.closed li {
      max-width: 175px; } }
  #slideout-menu a {
    color: #2c435b;
    letter-spacing: .033em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    font-family: "tgn-soft-round", sans-serif; }
    #slideout-menu a:hover {
      text-decoration: none;
      color: #af6e3e; }
  #slideout-menu .social-links:before {
    content: '';
    display: block;
    height: 8px;
    width: 30px;
    margin: 25px auto;
    background-image: url("_static/images/tildi@2x.png");
    background-size: contain;
    background-repeat: no-repeat; }
  #slideout-menu .social-links a {
    padding: 0 10px;
    font-size: 26px; }
  #slideout-menu #nav-close {
    position: absolute;
    width: 83px;
    height: 46px;
    left: -83px;
    top: 45px;
    text-align: right;
    box-sizing: border-box;
    padding: 6px 10px;
    color: #fff;
    background-image: url("_static/images/menu-ribbon@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
    letter-spacing: .07em;
    font-size: 19px;
    font-family: "tgn-soft-round-con", sans-serif; }
    #slideout-menu #nav-close:hover {
      color: #fff; }
    @media (max-width: 575px) {
      #slideout-menu #nav-close {
        top: 38px; } }
  #slideout-menu .close-lines1, #slideout-menu .close-lines2 {
    width: 20px;
    display: block;
    background-color: #fff;
    height: 2px;
    position: relative;
    transition: transform 300ms ease;
    transition-delay: 400ms; }
  #slideout-menu .close-lines1 {
    top: 8px;
    transform: rotate(-180deg); }
  #slideout-menu .close-lines2 {
    top: 6px; }
  #slideout-menu .menu-item-has-children > a:after {
    position: relative; }
  #slideout-menu ul {
    text-align: center;
    list-style: none; }
    #slideout-menu ul li {
      margin-bottom: 5px;
      position: relative; }
      #slideout-menu ul li #submenu-link:after {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        right: -18px;
        margin-top: -2px;
        border: 4px solid transparent;
        border-bottom-width: 0;
        border-top-color: #fff;
        transition: transform 0.2s ease;
        background-image: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iNjBweCIgaGVpZ2h0PSI0MHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNjEsIDE2MSwgMTYxKSIKICAgICAgICAgIGQ9Ik0wLjAwMCwwLjAwMCBMNjAuMDAwLDAuMDAwIEwzMC4wMDAsNDAuMDAwIEwwLjAwMCwwLjAwMCBaIi8+Cjwvc3ZnPg==);
        background-position: 97% 50%;
        background-repeat: no-repeat;
        background-size: 10px; }
  #slideout-menu ul.sub-menu {
    display: none;
    margin: 2em 0; }
  #slideout-menu .widget {
    border-bottom: 0;
    text-align: right; }
    #slideout-menu .widget .social-links i, #slideout-menu .widget .social-links svg {
      font-size: 16px;
      margin-left: 20px; }

#slideout-menu.open .close-lines1 {
  transform: rotate(45deg); }

#slideout-menu.open .close-lines2 {
  transform: rotate(-45deg); }

a#slideout-trigger {
  position: absolute;
  width: 83px;
  height: 46px;
  right: 0px;
  top: 7.5%;
  text-align: right;
  box-sizing: border-box;
  padding: 6px 10px;
  color: #fff;
  background-image: url("_static/images/menu-ribbon@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  letter-spacing: .07em;
  font-size: 19px;
  font-family: "tgn-soft-round-con", sans-serif;
  /*@media only screen and (max-width: 768px) {
		display: block;
	}*/ }
  a#slideout-trigger:hover {
    color: #fff; }

#slideout-bar {
  width: 20px;
  height: 2px;
  top: 6px;
  position: relative;
  background-color: #2c435b; }
  #slideout-bar:before, #slideout-bar:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: relative;
    background-color: #2c435b; }
  #slideout-bar:before {
    bottom: 5px; }
  #slideout-bar:after {
    top: 3px; }

/* -------------------------------- 
			Breadcrumbs 
-------------------------------- */
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden; }
  #breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
    #breadcrumbs li a {
      text-decoration: none; }
      #breadcrumbs li a:hover {
        color: #fff; }
  #breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc; }

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
footer #top-footer {
  box-sizing: border-box;
  padding: 35px 0;
  background-color: #dce5ea;
  text-align: center; }
  footer #top-footer .container {
    max-width: 991px; }
    footer #top-footer .container img {
      max-width: 128px; }
    footer #top-footer .container a {
      color: #2c435b;
      text-decoration: none; }
      footer #top-footer .container a:hover {
        color: #af6e3e; }
    footer #top-footer .container .cell {
      display: flex;
      justify-content: center;
      flex-direction: column; }
      footer #top-footer .container .cell .social-links a {
        font-size: 26px !important; }
      footer #top-footer .container .cell .center.mobile {
        min-width: 150px; }
        footer #top-footer .container .cell .center.mobile .lotus-mobile {
          display: none;
          margin-bottom: 25px;
          min-width: 150px; }
          @media (max-width: 767px) {
            footer #top-footer .container .cell .center.mobile .lotus-mobile {
              display: block; } }
      footer #top-footer .container .cell .lotus-desktop {
        display: block; }
        @media (max-width: 767px) {
          footer #top-footer .container .cell .lotus-desktop {
            display: none; } }
      footer #top-footer .container .cell:nth-child(2) p {
        margin-bottom: 0; }
      footer #top-footer .container .cell:nth-child(2) a {
        font-size: 14px; }
        @media (max-width: 767px) {
          footer #top-footer .container .cell:nth-child(2) a {
            font-size: 16px; } }
    footer #top-footer .container .cell:first-child {
      border-right: 2px solid #2c435b; }
      @media (max-width: 767px) {
        footer #top-footer .container .cell:first-child {
          border: none; } }
    footer #top-footer .container .cell:last-child {
      border-left: 2px solid #2c435b; }
      @media (max-width: 767px) {
        footer #top-footer .container .cell:last-child {
          border: none; }
          footer #top-footer .container .cell:last-child a {
            font-size: 14px; } }
    footer #top-footer .container .menu {
      list-style: none;
      text-transform: uppercase;
      letter-spacing: 0.030em;
      margin-bottom: 0;
      font-family: "tgn-soft-round", sans-serif;
      font-size: 13px; }
      @media (max-width: 767px) {
        footer #top-footer .container .menu {
          font-size: 16px; }
          footer #top-footer .container .menu li {
            margin-bottom: 1%; } }
      footer #top-footer .container .menu a {
        color: #2c435b;
        text-decoration: none; }
        footer #top-footer .container .menu a:hover {
          color: #af6e3e; }

footer #credits {
  box-sizing: border-box;
  padding: 40px 0 30px;
  background-color: #2c435b;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .075em;
  color: #fff;
  font-size: 13px;
  font-family: "Libre Baskerville", serif; }
  footer #credits a {
    color: #fff;
    text-decoration: none; }
    footer #credits a:hover {
      color: #af6e3e; }
  footer #credits .footer-top {
    max-width: 315px;
    margin: 0 auto 15px; }
    footer #credits .footer-top img.mobile-footer-logo {
      display: none; }
      @media (max-width: 575px) {
        footer #credits .footer-top img.mobile-footer-logo {
          display: block; } }
    @media (max-width: 575px) {
      footer #credits .footer-top img.desktop-footer-logo {
        display: none; } }
  footer #credits .footer-right {
    width: 50%;
    text-align: right; }
    @media (max-width: 767px) {
      footer #credits .footer-right {
        width: 100%;
        text-align: center; } }

footer .social-links a {
  font-size: 14px; }
  footer .social-links a i, footer .social-links a svg {
    width: 32px !important; }

#credit-trigger:hover {
  cursor: pointer; }

#creditslide {
  position: fixed;
  padding: 65px 0 70px;
  width: 100%;
  bottom: -190px;
  z-index: 9999999;
  text-align: center;
  transition: 200ms ease-in-out all;
  background-color: #f5f4ef; }
  #creditslide #credit-close {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 15px;
    width: 15px;
    content: '';
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMkM0MzVCO30KPC9zdHlsZT4KPGc+Cgk8ZyBpZD0iY2xvc2UiPgoJCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMzU3LDM1LjcgMzIxLjMsMCAxNzguNSwxNDIuOCAzNS43LDAgMCwzNS43IDE0Mi44LDE3OC41IDAsMzIxLjMgMzUuNywzNTcgMTc4LjUsMjE0LjIgMzIxLjMsMzU3IAoJCQkzNTcsMzIxLjMgMjE0LjIsMTc4LjUgCQkiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 15px; }
  #creditslide .container > * {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 0 1%; }
    @media (max-width: 575px) {
      #creditslide .container > * {
        padding: 0;
        width: 45%; } }
  #creditslide .callout-std {
    letter-spacing: .1em;
    font-size: 11px;
    font-family: "Libre Baskerville", serif; }
    #creditslide .callout-std a {
      text-decoration: none; }
      #creditslide .callout-std a:hover {
        text-decoration: underline; }
    #creditslide .callout-std span {
      display: table;
      margin: 0 auto;
      text-transform: uppercase;
      letter-spacing: .140em;
      color: #2c435b !important;
      font-size: 13px !important;
      font-weight: 700;
      font-family: "tgn-soft-round", sans-serif;
      font-size: 9px; }

#creditslide.credit-open {
  bottom: 0; }

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(44, 67, 91, 0.5);
  z-index: 2;
  cursor: pointer; }

/*-----------------------------------------------------------------------------------*/
/*  LOGIN
/*-----------------------------------------------------------------------------------*/
#member-login {
  text-align: center;
  padding: 100px 0;
  background-color: #f5f4ef; }
  #member-login .login-panel {
    max-width: 320px;
    margin: 0 auto; }
    #member-login .login-panel img {
      margin-bottom: 10px; }
    #member-login .login-panel form {
      margin-bottom: 0; }
      #member-login .login-panel form .login-username {
        margin-bottom: 0; }
        #member-login .login-panel form .login-username input {
          margin-bottom: 12px;
          width: 100%; }
      #member-login .login-panel form .login-password {
        margin-bottom: 0; }
        #member-login .login-panel form .login-password input {
          margin-bottom: 12px;
          width: 100%; }
      #member-login .login-panel form .password-reset {
        float: left; }
        #member-login .login-panel form .password-reset a {
          font-style: italic; }
      #member-login .login-panel form .login-remember {
        float: right; }
        #member-login .login-panel form .login-remember label {
          font-weight: 400; }
      #member-login .login-panel form .login-submit {
        clear: both;
        margin-bottom: 0; }
        #member-login .login-panel form .login-submit input {
          margin-bottom: 0; }

/*-----------------------------------------------------------------------------------*/
/*  BLOG
/*-----------------------------------------------------------------------------------*/
.archive-header {
  text-align: center;
  margin-bottom: 0;
  box-sizing: border-box;
  padding: 30px;
  background-color: #dce5ea;
  font-size: 26px; }

.blog-filter {
  box-sizing: border-box;
  padding: 45px 70px;
  background-color: #fff;
  text-align: center; }
  @media (max-width: 575px) {
    .blog-filter {
      padding: 45px 20px; }
      .blog-filter .widget {
        width: 100%; } }
  .blog-filter #sidebar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 425px;
    margin: 0 auto; }
    @media (max-width: 575px) {
      .blog-filter #sidebar {
        display: block; } }
  .blog-filter h3.widget-title, .blog-filter label {
    display: none; }
  .blog-filter form, .blog-filter select {
    margin-bottom: 0; }
  .blog-filter select {
    border: none; }
    @media (max-width: 575px) {
      .blog-filter select {
        width: 100%; } }

.blog-list {
  background-color: #f5f4ef; }
  .blog-list .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 45px 50px 0;
    max-width: 100%; }
    @media (max-width: 1199px) {
      .blog-list .container {
        padding: 45px 20px 0; } }
    .blog-list .container article {
      text-align: center;
      width: 30%;
      margin-bottom: 4%;
      padding: 0 18px; }
      @media (max-width: 1199px) {
        .blog-list .container article {
          width: 31.25%; } }
      @media (max-width: 991px) {
        .blog-list .container article {
          width: 49.2%; } }
      @media (max-width: 575px) {
        .blog-list .container article {
          width: 100%;
          padding: 0; } }
      .blog-list .container article .post-image {
        min-height: 260px;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important; }
      .blog-list .container article .post-content {
        background-color: #fff;
        box-sizing: border-box;
        padding: 25px 40px; }
        .blog-list .container article .post-content h5 {
          text-transform: uppercase;
          letter-spacing: .03em;
          font-family: "tgn-soft-round", sans-serif;
          font-size: 17px; }
          .blog-list .container article .post-content h5 a {
            text-decoration: none;
            color: #2c435b; }
            .blog-list .container article .post-content h5 a:hover {
              color: #af6e3e; }
        .blog-list .container article .post-content .post-excerpt {
          line-height: 24px;
          font-size: 13px; }
      .blog-list .container article a {
        margin: 0;
        padding: 0;
        display: block; }
      .blog-list .container article .read-more-ribbon {
        color: #2c435b;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: .07em;
        font-family: "tgn-soft-round-con", sans-serif;
        font-size: 17px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 5px;
        width: 65px;
        height: 45px;
        display: block;
        background-image: url("_static/images/ribbon-lt-blue@2x.png");
        background-size: contain;
        background-repeat: no-repeat; }

.post {
  margin-bottom: 4%; }

.entry-meta {
  margin-bottom: 3%; }
  .entry-meta .meta-category ul.post-categories {
    list-style: none;
    display: inline; }
    .entry-meta .meta-category ul.post-categories li {
      display: inline; }

/*-----------------------------------------------------------------------------------*/
/*	BLOG SINGLE
/*-----------------------------------------------------------------------------------*/
.single-post .container.single-post {
  padding: 25px 25px;
  max-width: 850px; }
  .single-post .container.single-post .entry-meta {
    text-align: center;
    letter-spacing: .070em;
    font-family: "tgn-soft-round", sans-serif;
    font-size: 14px; }
    .single-post .container.single-post .entry-meta a {
      text-decoration: none;
      color: #2c435b; }
      .single-post .container.single-post .entry-meta a:hover {
        color: #af6e3e; }
  .single-post .container.single-post .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    margin-bottom: 25px;
    height: 0;
    clear: both; }
    .single-post .container.single-post .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .single-post .container.single-post .entry-image {
    margin-bottom: 25px; }
    .single-post .container.single-post .entry-image img {
      width: 100%; }
  .single-post .container.single-post p {
    line-height: 24px;
    letter-spacing: .017em;
    font-size: 13px; }

h1.entry-title, .editor-post-title textarea {
  color: #2c435b;
  font-size: 40px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif; }

blockquote, .wp-block-quote:not(.is-large):not(.is-style-large), .wp-block-pullquote {
  margin: 0.25em 0;
  padding: 0.25em 80px;
  position: relative;
  border: none; }
  @media (max-width: 767px) {
    blockquote, .wp-block-quote:not(.is-large):not(.is-style-large), .wp-block-pullquote {
      padding: 0.25em 40px; } }
  @media (max-width: 575px) {
    blockquote, .wp-block-quote:not(.is-large):not(.is-style-large), .wp-block-pullquote {
      padding: 0.25em 20px; } }
  blockquote p, blockquote .editor-rich-text p, .wp-block-quote:not(.is-large):not(.is-style-large) p, .wp-block-quote:not(.is-large):not(.is-style-large) .editor-rich-text p, .wp-block-pullquote p, .wp-block-pullquote .editor-rich-text p {
    line-height: 24px;
    color: #2c435b;
    text-align: left;
    letter-spacing: .017em;
    font-size: 20px;
    font-style: italic;
    /*&:before {
			display: block;
			content: "\201C";
			font-size: 80px;
			position: absolute;
			left: -10px;
			top: -20px;
		}*/ }
  blockquote cite, blockquote .wp-block-quote__citation, blockquote .wp-block-pullquote__citation, .wp-block-quote:not(.is-large):not(.is-style-large) cite, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-quote__citation, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote .wp-block-quote__citation, .wp-block-pullquote .wp-block-pullquote__citation {
    display: block;
    margin-top: 5px;
    color: #2c435b;
    text-transform: none;
    text-align: left;
    font-size: 14px;
    font-style: italic; }
    blockquote cite::before, blockquote .wp-block-quote__citation::before, blockquote .wp-block-pullquote__citation::before, .wp-block-quote:not(.is-large):not(.is-style-large) cite::before, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-quote__citation::before, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-pullquote__citation::before, .wp-block-pullquote cite::before, .wp-block-pullquote .wp-block-quote__citation::before, .wp-block-pullquote .wp-block-pullquote__citation::before {
      content: "\2014 \2009"; }

.post-footer {
  margin-bottom: 25px; }

/*-----------------------------------------------------------------------------------*/
/*	SHARE LINKS
/*-----------------------------------------------------------------------------------*/
.share-buttons {
  text-align: center;
  letter-spacing: .120em;
  text-transform: uppercase;
  font-family: "tgn-soft-round-con", sans-serif;
  font-weight: 700;
  font-size: 15px; }
  .share-buttons a {
    text-decoration: none;
    color: #2c435b; }
    .share-buttons a:hover {
      color: #af6e3e; }
  .share-buttons div {
    display: inline;
    padding: 0 5px; }

/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/
#navigation {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px; }
  #navigation.single-post-nav {
    background-color: #f5f4ef; }
    #navigation.single-post-nav .pagination-singular {
      max-width: 125px;
      text-align: center;
      letter-spacing: .120em;
      text-transform: uppercase;
      margin: 0 auto;
      font-family: "tgn-soft-round-con", sans-serif;
      font-weight: 700;
      font-size: 18px; }
      #navigation.single-post-nav .pagination-singular a {
        text-decoration: none;
        color: #2c435b; }
        #navigation.single-post-nav .pagination-singular a:hover {
          color: #af6e3e; }
  #navigation .pagination .nav-previous {
    float: left; }
  #navigation .pagination .nav-next {
    float: right; }
  #navigation .pagination.pagination-archive {
    text-align: center; }

/*-----------------------------------------------------------------------------------*/
/*	ABOUT AUTHOR
/*-----------------------------------------------------------------------------------*/
#about_author {
  background-color: #f1f1f1;
  box-sizing: border-box;
  padding: 30px 30px 5px;
  margin: 25px 0; }
  #about_author img {
    float: left;
    height: 106px;
    border-radius: 50%;
    margin-right: 20px;
    padding: 10px;
    width: 106px; }
  #about_author .author_text h4 {
    margin-bottom: 0; }
  #about_author .author_text a {
    text-decoration: none;
    color: #2c435b; }

/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR & WIDGETS
/*-----------------------------------------------------------------------------------*/
#sidebar h3 {
  letter-spacing: 0.5px;
  font-size: 20px;
  text-transform: lowercase;
  text-align: left; }

#sidebar .widget {
  /*margin-bottom: 30px;
		padding: 0 0 10px;
		border-bottom: thin solid $color_accent2;*/ }
  #sidebar .widget ul {
    list-style: none; }
  #sidebar .widget:last-child {
    border-bottom: none; }

#sidebar .widget.social {
  padding-bottom: 20px; }
  #sidebar .widget.social .social-title {
    letter-spacing: 0.5px; }
  #sidebar .widget.social a {
    font-size: 18px;
    margin-left: 3%;
    text-decoration: none; }
    #sidebar .widget.social a:hover {
      color: #af6e3e; }

#sidebar #search_form {
  position: relative; }
  #sidebar #search_form input {
    letter-spacing: 0.5px;
    height: 45px !important;
    margin-bottom: 10px;
    border: 2px solid #dce5ea;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 180px;
    float: left;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 575px) {
      #sidebar #search_form input {
        width: 240px;
        position: relative; } }
    #sidebar #search_form input[type="submit"] {
      background-color: #dce5ea;
      position: absolute;
      padding: 0 15px;
      max-width: 55px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      margin-left: -2px; }
      @media (max-width: 575px) {
        #sidebar #search_form input[type="submit"] {
          right: 2px;
          left: auto; } }
      #sidebar #search_form input[type="submit"]:hover {
        background-color: #af6e3e;
        border-color: #af6e3e;
        color: #fff; }
  #sidebar #search_form .fa-search {
    position: absolute;
    top: 23%;
    left: 10px;
    font-size: 18px; }

#sidebar .widget-subtitle {
  color: #ccc;
  font-style: italic;
  margin: -20px auto 20px; }

/*-----------------------------------------------------------------------------------*/
/*	RELATED POSTS
/*-----------------------------------------------------------------------------------*/
#related_posts h3 {
  font-size: 20px; }

#related_posts ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  #related_posts ul li {
    text-align: center;
    box-sizing: border-box;
    width: 32.26%;
    margin-right: 1.6%; }
    #related_posts ul li:last-child {
      margin-right: 0; }

#related_posts .relatedcontent h3 {
  text-transform: none;
  font-size: 16px !important;
  text-align: center;
  margin-bottom: 0; }
  #related_posts .relatedcontent h3 a {
    color: #000; }
    #related_posts .relatedcontent h3 a:hover {
      text-decoration: none; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
  clear: both;
  border-top: thin solid #dce5ea;
  padding-top: 30px; }
  #comments h4 {
    margin: 0 0 20px;
    letter-spacing: 0.5px;
    line-height: 1.4em;
    font-size: 20px;
    text-align: center; }
  #comments ul#comment-block {
    margin: 0;
    padding-bottom: 10px; }
    #comments ul#comment-block li.comment {
      padding: 15px 0;
      list-style: none;
      overflow: hidden;
      border-bottom: 1px solid #dce5ea; }
      #comments ul#comment-block li.comment ul.children {
        margin: 0 0 0 15%; }
        #comments ul#comment-block li.comment ul.children li.comment {
          border-bottom: none;
          padding-bottom: 0;
          margin-top: 15px;
          border-top: 1px solid #dce5ea; }
      #comments ul#comment-block li.comment .user {
        float: left;
        width: 75px;
        height: 75px;
        margin-right: 20px; }
        #comments ul#comment-block li.comment .user img {
          border-radius: 50%; }
      #comments ul#comment-block li.comment .message {
        overflow: hidden;
        padding: 0 20px 0 20px;
        position: relative; }
        #comments ul#comment-block li.comment .message .reply-link {
          position: absolute;
          right: 20px;
          top: 20px;
          line-height: 1;
          font-size: 14px;
          text-transform: lowercase; }
        #comments ul#comment-block li.comment .message .info {
          margin-bottom: 12px; }
      #comments ul#comment-block li.comment .comment-author {
        letter-spacing: 0.07em;
        text-transform: uppercase;
        font-size: 16px;
        font-family: "tgn-soft-round", sans-serif; }
        #comments ul#comment-block li.comment .comment-author a {
          text-decoration: none; }
      #comments ul#comment-block li.comment .comment-time {
        letter-spacing: 0.017em;
        font-style: italic;
        font-size: 13px; }
        #comments ul#comment-block li.comment .comment-time a {
          color: #2c435b;
          text-decoration: none; }
          #comments ul#comment-block li.comment .comment-time a:hover {
            color: #af6e3e;
            text-decoration: none; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENT FORM
/*-----------------------------------------------------------------------------------*/
#respond {
  padding: 30px 0 0;
  clear: both;
  overflow: hidden; }

/* Latest Posts Shortcode */
@media (max-width: 991px) {
  .latest-blog-wrapper {
    max-width: 865px;
    margin: 35px auto; } }

@media (max-width: 575px) {
  .latest-blog-wrapper {
    max-width: 325px; } }

.latest-blog-wrapper .latest-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .latest-blog-wrapper .latest-blog .latest-post {
    text-align: center; }
    @media (max-width: 991px) {
      .latest-blog-wrapper .latest-blog .latest-post {
        margin-bottom: 3%; } }
    @media (max-width: 575px) {
      .latest-blog-wrapper .latest-blog .latest-post {
        margin-bottom: 5%; } }
    .latest-blog-wrapper .latest-blog .latest-post .latest-post-img {
      width: 100%;
      height: 208px;
      background-size: cover;
      background-position: center; }
      .latest-blog-wrapper .latest-blog .latest-post .latest-post-img a {
        margin: 0;
        padding: 0;
        display: block; }
      @media (max-width: 991px) {
        .latest-blog-wrapper .latest-blog .latest-post .latest-post-img {
          height: 290px; } }
      @media (max-width: 575px) {
        .latest-blog-wrapper .latest-blog .latest-post .latest-post-img {
          height: 235px; } }
    .latest-blog-wrapper .latest-blog .latest-post h5 {
      display: block;
      box-sizing: border-box;
      padding: 25px;
      background-color: #f5f4ef;
      text-transform: uppercase;
      letter-spacing: .03em;
      margin-bottom: 0;
      font-family: "tgn-soft-round", sans-serif;
      font-size: 17px; }
      .latest-blog-wrapper .latest-blog .latest-post h5 a {
        color: #2c435b;
        text-decoration: none; }
    .latest-blog-wrapper .latest-blog .latest-post .read-more-ribbon {
      color: #2c435b;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: .07em;
      font-family: "tgn-soft-round-con", sans-serif;
      font-size: 17px;
      margin: 0 auto;
      box-sizing: border-box;
      padding: 5px;
      width: 65px;
      height: 45px;
      display: block;
      background-image: url("_static/images/ribbon-lt-blue@2x.png");
      background-size: contain;
      background-repeat: no-repeat; }
    .latest-blog-wrapper .latest-blog .latest-post.latest-blog-1 {
      width: 100%; }
    .latest-blog-wrapper .latest-blog .latest-post.latest-blog-2 {
      width: 48.4%; }
      @media (max-width: 575px) {
        .latest-blog-wrapper .latest-blog .latest-post.latest-blog-2 {
          width: 100%; } }
    .latest-blog-wrapper .latest-blog .latest-post.latest-blog-3 {
      width: 32.18%; }
      @media (max-width: 991px) {
        .latest-blog-wrapper .latest-blog .latest-post.latest-blog-3 {
          width: 47.25%; } }
      @media (max-width: 575px) {
        .latest-blog-wrapper .latest-blog .latest-post.latest-blog-3 {
          width: 100%; } }
    .latest-blog-wrapper .latest-blog .latest-post.latest-blog-4 {
      width: 23%; }
      @media (max-width: 991px) {
        .latest-blog-wrapper .latest-blog .latest-post.latest-blog-4 {
          width: 47.25%; }
          .latest-blog-wrapper .latest-blog .latest-post.latest-blog-4:nth-child(3), .latest-blog-wrapper .latest-blog .latest-post.latest-blog-4:nth-child(4) {
            margin-bottom: 0; } }
    @media (max-width: 991px) and (max-width: 575px) {
      .latest-blog-wrapper .latest-blog .latest-post.latest-blog-4:nth-child(3), .latest-blog-wrapper .latest-blog .latest-post.latest-blog-4:nth-child(4) {
        margin-bottom: 5%; } }
      @media (max-width: 575px) {
        .latest-blog-wrapper .latest-blog .latest-post.latest-blog-4 {
          width: 100%; } }

/* Set default page content width*/
.page .content {
  max-width: 1100px;
  margin: 35px auto; }

/* Homepage */
.home #home-hero .cls-background {
  padding: 192px 0; }
  .home #home-hero .cls-background h1 {
    margin-bottom: -.5em; }
    @media (max-width: 575px) {
      .home #home-hero .cls-background h1 {
        font-size: 60px !important;
        margin-bottom: -.25em; } }
  .home #home-hero .cls-background h2 {
    line-height: normal; }
    @media (max-width: 991px) {
      .home #home-hero .cls-background h2 {
        font-size: 34px; } }
    @media (max-width: 575px) {
      .home #home-hero .cls-background h2 {
        font-size: 24px; } }

@media (max-width: 575px) {
  .home #search .container {
    padding: 0 30px !important; } }

@media (max-width: 575px) {
  .home #annual-competition br {
    display: none; } }

.home #as-seen-in .cls-background {
  padding-bottom: 0; }

/* Join Page */
.page-join #join-hero .cls-background {
  padding: 170px 0; }

/* Artist Directory Page*/
.facetwp-template {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1160px;
  margin: 0 auto -100px; }
  @media (max-width: 991px) {
    .facetwp-template {
      margin: 50px auto -100px; } }
  .facetwp-template .artist-profile {
    text-align: center;
    width: 31.25%;
    margin-bottom: 150px;
    background-color: #fff;
    position: relative;
    min-height: 205px; }
    @media (max-width: 991px) {
      .facetwp-template .artist-profile {
        width: 49.2%; } }
    @media (max-width: 575px) {
      .facetwp-template .artist-profile {
        width: 100%; } }
    .facetwp-template .artist-profile .artist-logo {
      width: 125px;
      height: 125px;
      margin: 0 auto;
      border-radius: 50%;
      background-image: url(_static/images/lotus@2x.png);
      background-color: #dce5ea;
      background-size: 90%;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      z-index: 1;
      top: -62px;
      left: 0;
      right: 0; }
      .facetwp-template .artist-profile .artist-logo img {
        border-radius: 50%; }
    .facetwp-template .artist-profile .artist-info {
      box-sizing: border-box;
      padding: 80px 20px 15px; }
      .facetwp-template .artist-profile .artist-info p {
        font-size: 16px;
        font-style: italic;
        margin-bottom: 0; }
      .facetwp-template .artist-profile .artist-info .cat-name {
        position: absolute;
        top: 15px;
        left: 15px;
        color: #af6e3e;
        text-transform: uppercase;
        max-width: 65px;
        text-align: right;
        line-height: normal;
        letter-spacing: .120em;
        font-size: 13px;
        font-family: "tgn-soft-round-con", sans-serif;
        font-weight: 700; }
        .facetwp-template .artist-profile .artist-info .cat-name p {
          font-size: 13px;
          font-family: "tgn-soft-round-con", sans-serif;
          font-weight: 700; }
      .facetwp-template .artist-profile .artist-info .artist-name {
        letter-spacing: .010em;
        font-size: 17px; }
      .facetwp-template .artist-profile .artist-info .artist-location {
        letter-spacing: .017em;
        margin-bottom: 10px;
        font-size: 16px;
        font-style: italic; }
      .facetwp-template .artist-profile .artist-info .artist-social-links {
        font-size: 20px; }
        .facetwp-template .artist-profile .artist-info .artist-social-links a {
          margin: 0 5px;
          color: #2c435b; }
          .facetwp-template .artist-profile .artist-info .artist-social-links a:hover {
            color: #af6e3e; }
    .facetwp-template .artist-profile .button-group {
      position: absolute;
      bottom: -45px;
      width: 100%; }
      .facetwp-template .artist-profile .button-group .button {
        width: 50%;
        padding: 0;
        border-radius: 0;
        height: 45px;
        line-height: 45px;
        font-size: 14px; }
        .facetwp-template .artist-profile .button-group .button.artist-btn-ltblue {
          background-color: #dce5ea;
          border-color: #dce5ea;
          color: #2c435b; }
          .facetwp-template .artist-profile .button-group .button.artist-btn-ltblue:hover {
            background-color: #af6e3e;
            border-color: #af6e3e;
            color: #fff; }

/* Artist Page */
.artist-banner-slider {
  margin-bottom: -5px; }
  .artist-banner-slider .slick-next {
    right: 20px; }
    .artist-banner-slider .slick-next:before {
      background-image: url(_static/images/arrow-right-wht.png); }
  .artist-banner-slider .slick-prev {
    left: 20px; }
    .artist-banner-slider .slick-prev:before {
      background-image: url(_static/images/arrow-left-wht.png); }

.artist-banner {
  min-height: 460px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #606060; }
  @media (max-width: 767px) {
    .artist-banner {
      min-height: 250px; } }

.artist-page {
  background-color: #f5f4ef;
  box-sizing: border-box;
  padding: 90px 0; }
  .artist-page .container {
    max-width: 1110px; }
    @media (max-width: 991px) {
      .artist-page .container .grid.main-cols {
        display: block; } }
    .artist-page .container .grid.main-cols .cell {
      text-align: center; }
      @media (max-width: 991px) {
        .artist-page .container .grid.main-cols .cell {
          flex: 1; } }
      .artist-page .container .grid.main-cols .cell:nth-child(2) {
        order: 1; }
      .artist-page .container .grid.main-cols .cell:nth-child(1) {
        order: 2; }
      .artist-page .container .grid.main-cols .cell:nth-child(3) {
        order: 3; }
      @media (max-width: 767px) {
        .artist-page .container .grid.main-cols .cell.artist-info-col {
          margin-top: 25px; } }
      .artist-page .container .grid.main-cols .cell.artist-info-col .artist-name {
        text-transform: uppercase;
        color: #af6e3e;
        letter-spacing: 0.070em;
        line-height: 32px;
        font-size: 15px;
        font-family: "tgn-soft-round", sans-serif; }
      .artist-page .container .grid.main-cols .cell.artist-info-col .artist-phone {
        color: #2c435b;
        letter-spacing: 0.070em;
        line-height: 32px;
        font-size: 15px;
        font-family: "tgn-soft-round", sans-serif; }
      .artist-page .container .grid.main-cols .cell.artist-info-col .artist-email, .artist-page .container .grid.main-cols .cell.artist-info-col .artist-url {
        letter-spacing: 0.017em;
        line-height: 32px;
        text-transform: lowercase;
        word-break: break-all;
        font-size: 16px;
        font-family: "Libre Baskerville", serif;
        font-style: italic; }
        .artist-page .container .grid.main-cols .cell.artist-info-col .artist-email a, .artist-page .container .grid.main-cols .cell.artist-info-col .artist-url a {
          text-decoration: none;
          color: #2c435b; }
          .artist-page .container .grid.main-cols .cell.artist-info-col .artist-email a:hover, .artist-page .container .grid.main-cols .cell.artist-info-col .artist-url a:hover {
            color: #af6e3e; }
      .artist-page .container .grid.main-cols .cell.artist-info-col .artist-awards {
        margin-top: 35px; }
        .artist-page .container .grid.main-cols .cell.artist-info-col .artist-awards h6 {
          text-transform: uppercase;
          color: #af6e3e;
          letter-spacing: 0.070em;
          margin-bottom: 15px;
          font-size: 15px;
          font-family: "tgn-soft-round", sans-serif; }
        .artist-page .container .grid.main-cols .cell.artist-info-col .artist-awards .award {
          letter-spacing: .070em;
          text-transform: uppercase;
          line-height: 32px;
          font-size: 15px;
          font-family: "tgn-soft-round", sans-serif; }
      .artist-page .container .grid.main-cols .cell.artist-info-col .button {
        margin-top: 25px; }
      .artist-page .container .grid.main-cols .cell.artist-bio-col {
        line-height: 22px;
        font-size: 16px; }
        .artist-page .container .grid.main-cols .cell.artist-bio-col .premium-artist {
          position: relative;
          max-width: 475px;
          margin: 0 auto; }
          .artist-page .container .grid.main-cols .cell.artist-bio-col .premium-artist .premium-ribbon-left, .artist-page .container .grid.main-cols .cell.artist-bio-col .premium-artist .premium-ribbon-right {
            position: absolute;
            color: #fff;
            height: 38px;
            width: 125px;
            box-sizing: border-box;
            padding: 0 15px;
            line-height: 38px;
            text-transform: uppercase;
            top: 50px;
            z-index: 0;
            letter-spacing: .120em;
            font-family: "tgn-soft-round-con", sans-serif;
            font-weight: 700;
            font-size: 16px;
            background-image: url(_static/images/premuim-ribbon@2x.png);
            background-size: cover;
            background-repeat: no-repeat; }
          .artist-page .container .grid.main-cols .cell.artist-bio-col .premium-artist .premium-ribbon-left {
            background-position: top left;
            left: 60px; }
            @media (max-width: 575px) {
              .artist-page .container .grid.main-cols .cell.artist-bio-col .premium-artist .premium-ribbon-left {
                left: 0; } }
          .artist-page .container .grid.main-cols .cell.artist-bio-col .premium-artist .premium-ribbon-right {
            background-position: top right;
            right: 60px; }
            @media (max-width: 575px) {
              .artist-page .container .grid.main-cols .cell.artist-bio-col .premium-artist .premium-ribbon-right {
                right: 0; } }
        .artist-page .container .grid.main-cols .cell.artist-bio-col .artist-logo {
          width: 130px;
          height: 130px;
          margin: -160px auto 35px;
          border-radius: 50%;
          border: 3px solid #fff;
          position: relative;
          z-index: 2;
          background-image: url(_static/images/lotus@2x.png);
          background-color: #dce5ea;
          background-size: 90%;
          background-repeat: no-repeat;
          background-position: center; }
          .artist-page .container .grid.main-cols .cell.artist-bio-col .artist-logo img {
            border-radius: 50%; }
        .artist-page .container .grid.main-cols .cell.artist-bio-col .artist-company {
          letter-spacing: .010em;
          line-height: 22px;
          font-size: 19px; }
        .artist-page .container .grid.main-cols .cell.artist-bio-col .artist-location {
          letter-spacing: .017em;
          line-height: 22px;
          font-size: 16px;
          font-style: italic; }
        .artist-page .container .grid.main-cols .cell.artist-bio-col .artist-social-links {
          box-sizing: border-box;
          padding: 25px 0;
          font-size: 22px; }
          .artist-page .container .grid.main-cols .cell.artist-bio-col .artist-social-links a {
            margin: 0 5px;
            color: #2c435b; }
            .artist-page .container .grid.main-cols .cell.artist-bio-col .artist-social-links a:hover {
              color: #af6e3e; }
        .artist-page .container .grid.main-cols .cell.artist-bio-col .artist-bio {
          letter-spacing: .017em;
          line-height: 24px;
          max-width: 410px;
          margin: 0 auto;
          font-size: 13px;
          font-family: "Libre Baskerville", serif; }
          .artist-page .container .grid.main-cols .cell.artist-bio-col .artist-bio.short {
            height: 250px;
            overflow: hidden; }
          @media (max-width: 991px) {
            .artist-page .container .grid.main-cols .cell.artist-bio-col .artist-bio {
              max-width: 650px; } }
          .artist-page .container .grid.main-cols .cell.artist-bio-col .artist-bio span {
            font-size: 13px !important;
            font-family: "Libre Baskerville", serif !important; }
        .artist-page .container .grid.main-cols .cell.artist-bio-col .read-more-link {
          text-align: center;
          display: block;
          width: 100%;
          box-sizing: border-box;
          padding: 15px;
          position: relative;
          z-index: 1; }
          .artist-page .container .grid.main-cols .cell.artist-bio-col .read-more-link:before {
            background-image: url(_static/images/read-more-gradient.png);
            background-size: cover;
            content: '';
            display: block;
            width: 100%;
            height: 25px;
            position: absolute;
            top: -25px;
            z-index: 0; }
      @media (max-width: 767px) {
        .artist-page .container .grid.main-cols .cell.artist-member-col {
          margin-top: 25px; } }
      .artist-page .container .grid.main-cols .cell.artist-member-col .member-info, .artist-page .container .grid.main-cols .cell.artist-member-col .member-type {
        letter-spacing: .017em;
        line-height: 32px;
        font-size: 16px;
        font-style: italic; }
      .artist-page .container .grid.main-cols .cell.artist-member-col .member-specialties {
        margin-top: 35px; }
        .artist-page .container .grid.main-cols .cell.artist-member-col .member-specialties h6 {
          text-transform: uppercase;
          color: #af6e3e;
          letter-spacing: 0.070em;
          margin-bottom: 15px;
          font-size: 15px;
          font-family: "tgn-soft-round", sans-serif; }
        .artist-page .container .grid.main-cols .cell.artist-member-col .member-specialties ul {
          margin-bottom: 0; }
          .artist-page .container .grid.main-cols .cell.artist-member-col .member-specialties ul li {
            letter-spacing: .070em;
            line-height: 20px;
            margin-bottom: 0;
            font-size: 15px;
            font-family: "tgn-soft-round", sans-serif; }
  .artist-page .videos {
    /*display:flex;
		justify-content: center;
		flex-wrap: wrap;*/
    margin: 50px auto; }
    .artist-page .videos .video-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0;
      clear: both; }
      .artist-page .videos .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .artist-page .videos .video {
      /*width:47%;
			margin:0 8px 16px;*/ }
  .artist-page .contact-form {
    max-width: 535px;
    margin: 40px auto 0; }
    .artist-page .contact-form h6 {
      letter-spacing: 0.070em;
      line-height: 32px;
      max-width: 97%;
      font-size: 16px;
      text-transform: uppercase;
      text-align: center; }
    .artist-page .contact-form form {
      margin-bottom: 0; }
      .artist-page .contact-form form input, .artist-page .contact-form form textarea {
        border: none !important;
        text-align: left; }
      .artist-page .contact-form form input[type="submit"] {
        text-align: center; }
      .artist-page .contact-form form textarea {
        margin-top: 10px;
        padding: 12px; }

#navigation.artist-nav {
  box-sizing: border-box;
  padding: 40px 20px;
  text-align: center; }
  #navigation.artist-nav .pagination-artist {
    max-width: 150px;
    margin: 0 auto;
    letter-spacing: 0.017em;
    line-height: 22px;
    font-size: 16px;
    font-style: italic; }
    #navigation.artist-nav .pagination-artist a {
      text-decoration: none; }
      #navigation.artist-nav .pagination-artist a:hover {
        color: #2c435b; }

.page-edit-profile .acf-field[data-name="member_notes"] .acf-input {
  padding: 0 !important; }

.page-edit-profile .acf-field[data-name="member_notes"] .acf-label {
  display: none; }

.page-edit-profile .acf-field[data-name="member_notes"] .acf-editor-wrap .wp-media-buttons, .page-edit-profile .acf-field[data-name="member_notes"] .acf-editor-wrap .wp-editor-tools {
  display: none; }

.page-edit-profile .acf-field[data-name="member_notes"] .acf-editor-wrap .mce-btn-group .mce-btn:nth-child(2), .page-edit-profile .acf-field[data-name="member_notes"] .acf-editor-wrap .mce-btn-group .mce-btn:nth-child(3) {
  display: none; }

.page-edit-profile .acf-field[data-name="member_notes"] #mceu_97 {
  display: none; }

/* MEMBER PROFILE PAGE*/
.page-template-template_member_page .page-content, .page-edit-profile .page-content, .page-template-template_edit_photographer .page-content, .page-template-template_edit_videographer .page-content {
  background-color: #f5f4ef; }
  .page-template-template_member_page .page-content .container, .page-edit-profile .page-content .container, .page-template-template_edit_photographer .page-content .container, .page-template-template_edit_videographer .page-content .container {
    max-width: 1280px; }
    .page-template-template_member_page .page-content .container .grid, .page-edit-profile .page-content .container .grid, .page-template-template_edit_photographer .page-content .container .grid, .page-template-template_edit_videographer .page-content .container .grid {
      background-color: #fff; }
      @media (max-width: 991px) {
        .page-template-template_member_page .page-content .container .grid, .page-edit-profile .page-content .container .grid, .page-template-template_edit_photographer .page-content .container .grid, .page-template-template_edit_videographer .page-content .container .grid {
          display: block; }
          .page-template-template_member_page .page-content .container .grid .cell, .page-edit-profile .page-content .container .grid .cell, .page-template-template_edit_photographer .page-content .container .grid .cell, .page-template-template_edit_videographer .page-content .container .grid .cell {
            width: 100%; } }
    .page-template-template_member_page .page-content .container .member-nav, .page-edit-profile .page-content .container .member-nav, .page-template-template_edit_photographer .page-content .container .member-nav, .page-template-template_edit_videographer .page-content .container .member-nav {
      flex: 0 0 calc( 22.8% - 0px);
      height: 100vh;
      text-align: center;
      box-sizing: border-box;
      padding: 0 40px;
      background-color: #fff; }
      @media (max-width: 1199px) {
        .page-template-template_member_page .page-content .container .member-nav, .page-edit-profile .page-content .container .member-nav, .page-template-template_edit_photographer .page-content .container .member-nav, .page-template-template_edit_videographer .page-content .container .member-nav {
          padding: 0 10px; } }
      @media (max-width: 991px) {
        .page-template-template_member_page .page-content .container .member-nav, .page-edit-profile .page-content .container .member-nav, .page-template-template_edit_photographer .page-content .container .member-nav, .page-template-template_edit_videographer .page-content .container .member-nav {
          width: 100%;
          height: auto;
          padding: 0 40px 25px; } }
      .page-template-template_member_page .page-content .container .member-nav .avatar-img, .page-edit-profile .page-content .container .member-nav .avatar-img, .page-template-template_edit_photographer .page-content .container .member-nav .avatar-img, .page-template-template_edit_videographer .page-content .container .member-nav .avatar-img {
        max-width: 200px;
        margin: 35px auto 25px; }
        .page-template-template_member_page .page-content .container .member-nav .avatar-img img, .page-edit-profile .page-content .container .member-nav .avatar-img img, .page-template-template_edit_photographer .page-content .container .member-nav .avatar-img img, .page-template-template_edit_videographer .page-content .container .member-nav .avatar-img img {
          border-radius: 50%; }
      .page-template-template_member_page .page-content .container .member-nav .avatar-welcome, .page-edit-profile .page-content .container .member-nav .avatar-welcome, .page-template-template_edit_photographer .page-content .container .member-nav .avatar-welcome, .page-template-template_edit_videographer .page-content .container .member-nav .avatar-welcome {
        margin: 0 auto 38px; }
        .page-template-template_member_page .page-content .container .member-nav .avatar-welcome h5, .page-edit-profile .page-content .container .member-nav .avatar-welcome h5, .page-template-template_edit_photographer .page-content .container .member-nav .avatar-welcome h5, .page-template-template_edit_videographer .page-content .container .member-nav .avatar-welcome h5 {
          letter-spacing: .017em;
          margin: 0 auto;
          font-family: "Libre Baskerville", serif;
          font-size: 20px; }
        .page-template-template_member_page .page-content .container .member-nav .avatar-welcome .name, .page-edit-profile .page-content .container .member-nav .avatar-welcome .name, .page-template-template_edit_photographer .page-content .container .member-nav .avatar-welcome .name, .page-template-template_edit_videographer .page-content .container .member-nav .avatar-welcome .name {
          color: #af6e3e;
          letter-spacing: 0.070em;
          text-transform: uppercase;
          word-break: break-all;
          font-family: "tgn-soft-round", sans-serif;
          font-size: 18px; }
      .page-template-template_member_page .page-content .container .member-nav #menu li, .page-edit-profile .page-content .container .member-nav #menu li, .page-template-template_edit_photographer .page-content .container .member-nav #menu li, .page-template-template_edit_videographer .page-content .container .member-nav #menu li {
        margin-bottom: 15px; }
        .page-template-template_member_page .page-content .container .member-nav #menu li.disable, .page-edit-profile .page-content .container .member-nav #menu li.disable, .page-template-template_edit_photographer .page-content .container .member-nav #menu li.disable, .page-template-template_edit_videographer .page-content .container .member-nav #menu li.disable {
          cursor: not-allowed;
          opacity: 0.5; }
          .page-template-template_member_page .page-content .container .member-nav #menu li.disable a, .page-edit-profile .page-content .container .member-nav #menu li.disable a, .page-template-template_edit_photographer .page-content .container .member-nav #menu li.disable a, .page-template-template_edit_videographer .page-content .container .member-nav #menu li.disable a {
            display: inline-block;
            /* For IE11/ MS Edge bug */
            pointer-events: none;
            text-decoration: none; }
        .page-template-template_member_page .page-content .container .member-nav #menu li.current-menu-item a, .page-edit-profile .page-content .container .member-nav #menu li.current-menu-item a, .page-template-template_edit_photographer .page-content .container .member-nav #menu li.current-menu-item a, .page-template-template_edit_videographer .page-content .container .member-nav #menu li.current-menu-item a {
          background-color: #af6e3e; }
        .page-template-template_member_page .page-content .container .member-nav #menu li.hide-this, .page-edit-profile .page-content .container .member-nav #menu li.hide-this, .page-template-template_edit_photographer .page-content .container .member-nav #menu li.hide-this, .page-template-template_edit_videographer .page-content .container .member-nav #menu li.hide-this {
          display: none; }
      .page-template-template_member_page .page-content .container .member-nav #menu a, .page-edit-profile .page-content .container .member-nav #menu a, .page-template-template_edit_photographer .page-content .container .member-nav #menu a, .page-template-template_edit_videographer .page-content .container .member-nav #menu a {
        display: inline-block;
        color: #fff;
        letter-spacing: 0.070em;
        line-height: normal;
        width: 100%;
        transition: all 0.3s ease;
        padding: 12px 0;
        background-color: #2c435b;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        font-family: "tgn-soft-round", sans-serif;
        font-size: 15px; }
        .page-template-template_member_page .page-content .container .member-nav #menu a:hover, .page-edit-profile .page-content .container .member-nav #menu a:hover, .page-template-template_edit_photographer .page-content .container .member-nav #menu a:hover, .page-template-template_edit_videographer .page-content .container .member-nav #menu a:hover {
          background-color: #af6e3e; }
    .page-template-template_member_page .page-content .container .content-area, .page-edit-profile .page-content .container .content-area, .page-template-template_edit_photographer .page-content .container .content-area, .page-template-template_edit_videographer .page-content .container .content-area {
      flex: 0 0 calc( 77.2% - 0px);
      padding: 30px 0 0 30px;
      margin-bottom: 0;
      background-color: #f5f4ef;
      min-height: 1255px; }
      @media (max-width: 991px) {
        .page-template-template_member_page .page-content .container .content-area, .page-edit-profile .page-content .container .content-area, .page-template-template_edit_photographer .page-content .container .content-area, .page-template-template_edit_videographer .page-content .container .content-area {
          padding: 25px 0;
          min-height: inherit; }
          .page-template-template_member_page .page-content .container .content-area form, .page-edit-profile .page-content .container .content-area form, .page-template-template_edit_photographer .page-content .container .content-area form, .page-template-template_edit_videographer .page-content .container .content-area form {
            margin-bottom: 0; } }
      .page-template-template_member_page .page-content .container .content-area .delete-btn, .page-edit-profile .page-content .container .content-area .delete-btn, .page-template-template_edit_photographer .page-content .container .content-area .delete-btn, .page-template-template_edit_videographer .page-content .container .content-area .delete-btn {
        border: none;
        color: #af6e3e;
        letter-spacing: normal;
        margin-bottom: 0;
        text-transform: none;
        text-decoration: underline;
        font-family: "Libre Baskerville", serif;
        font-style: italic;
        font-size: 14px; }
        .page-template-template_member_page .page-content .container .content-area .delete-btn:hover, .page-edit-profile .page-content .container .content-area .delete-btn:hover, .page-template-template_edit_photographer .page-content .container .content-area .delete-btn:hover, .page-template-template_edit_videographer .page-content .container .content-area .delete-btn:hover {
          color: #2c435b; }
      .page-template-template_member_page .page-content .container .content-area .bottom-btn, .page-edit-profile .page-content .container .content-area .bottom-btn, .page-template-template_edit_photographer .page-content .container .content-area .bottom-btn, .page-template-template_edit_videographer .page-content .container .content-area .bottom-btn {
        margin-bottom: 50px; }
      .page-template-template_member_page .page-content .container .content-area .my-listings .profile-desc-link, .page-edit-profile .page-content .container .content-area .my-listings .profile-desc-link, .page-template-template_edit_photographer .page-content .container .content-area .my-listings .profile-desc-link, .page-template-template_edit_videographer .page-content .container .content-area .my-listings .profile-desc-link {
        text-decoration: none;
        font-weight: 700;
        font-size: 12px; }
        .page-template-template_member_page .page-content .container .content-area .my-listings .profile-desc-link .profile-img, .page-edit-profile .page-content .container .content-area .my-listings .profile-desc-link .profile-img, .page-template-template_edit_photographer .page-content .container .content-area .my-listings .profile-desc-link .profile-img, .page-template-template_edit_videographer .page-content .container .content-area .my-listings .profile-desc-link .profile-img {
          border-radius: 50%; }
      .page-template-template_member_page .page-content .container .content-area .my-listings .action-links a, .page-edit-profile .page-content .container .content-area .my-listings .action-links a, .page-template-template_edit_photographer .page-content .container .content-area .my-listings .action-links a, .page-template-template_edit_videographer .page-content .container .content-area .my-listings .action-links a {
        text-decoration: none;
        font-style: italic; }
      .page-template-template_member_page .page-content .container .content-area .my-listings .single-profile select, .page-edit-profile .page-content .container .content-area .my-listings .single-profile select, .page-template-template_edit_photographer .page-content .container .content-area .my-listings .single-profile select, .page-template-template_edit_videographer .page-content .container .content-area .my-listings .single-profile select {
        padding: 12px 40px 12px 12px; }
      .page-template-template_member_page .page-content .container .content-area .my-listings .single-profile .box, .page-edit-profile .page-content .container .content-area .my-listings .single-profile .box, .page-template-template_edit_photographer .page-content .container .content-area .my-listings .single-profile .box, .page-template-template_edit_videographer .page-content .container .content-area .my-listings .single-profile .box {
        display: inline-block; }

.page-edit-profile .page-content .container .content-area form, .page-template-template_edit_photographer .page-content .container .content-area form, .page-template-template_edit_videographer .page-content .container .content-area form {
  text-align: center; }
  .page-edit-profile .page-content .container .content-area form label, .page-template-template_edit_photographer .page-content .container .content-area form label, .page-template-template_edit_videographer .page-content .container .content-area form label {
    text-align: left;
    font-weight: 400; }
  .page-edit-profile .page-content .container .content-area form em, .page-edit-profile .page-content .container .content-area form p.description, .page-template-template_edit_photographer .page-content .container .content-area form em, .page-template-template_edit_photographer .page-content .container .content-area form p.description, .page-template-template_edit_videographer .page-content .container .content-area form em, .page-template-template_edit_videographer .page-content .container .content-area form p.description {
    display: block;
    text-align: left;
    line-height: normal;
    color: #666;
    font-style: italic;
    font-weight: 400; }
  .page-edit-profile .page-content .container .content-area form input, .page-template-template_edit_photographer .page-content .container .content-area form input, .page-template-template_edit_videographer .page-content .container .content-area form input {
    margin-bottom: 4%; }
    .page-edit-profile .page-content .container .content-area form input[type="text"], .page-edit-profile .page-content .container .content-area form input[type="password"], .page-template-template_edit_photographer .page-content .container .content-area form input[type="text"], .page-template-template_edit_photographer .page-content .container .content-area form input[type="password"], .page-template-template_edit_videographer .page-content .container .content-area form input[type="text"], .page-template-template_edit_videographer .page-content .container .content-area form input[type="password"] {
      text-align: left; }
    .page-edit-profile .page-content .container .content-area form input.acf-button, .page-template-template_edit_photographer .page-content .container .content-area form input.acf-button, .page-template-template_edit_videographer .page-content .container .content-area form input.acf-button {
      margin-bottom: 0; }
    .page-edit-profile .page-content .container .content-area form input::placeholder, .page-template-template_edit_photographer .page-content .container .content-area form input::placeholder, .page-template-template_edit_videographer .page-content .container .content-area form input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #666;
      text-transform: none;
      opacity: 1;
      /* Firefox */ }
    .page-edit-profile .page-content .container .content-area form input:-ms-input-placeholder, .page-template-template_edit_photographer .page-content .container .content-area form input:-ms-input-placeholder, .page-template-template_edit_videographer .page-content .container .content-area form input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #666; }
    .page-edit-profile .page-content .container .content-area form input::-ms-input-placeholder, .page-template-template_edit_photographer .page-content .container .content-area form input::-ms-input-placeholder, .page-template-template_edit_videographer .page-content .container .content-area form input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #666; }
  .page-edit-profile .page-content .container .content-area form [data-name="delete_profile"], .page-edit-profile .page-content .container .content-area form .acf-field-taxonomy, .page-template-template_edit_photographer .page-content .container .content-area form [data-name="delete_profile"], .page-template-template_edit_photographer .page-content .container .content-area form .acf-field-taxonomy, .page-template-template_edit_videographer .page-content .container .content-area form [data-name="delete_profile"], .page-template-template_edit_videographer .page-content .container .content-area form .acf-field-taxonomy {
    display: none; }
  .page-edit-profile .page-content .container .content-area form #WishListMemberUserProfile, .page-edit-profile .page-content .container .content-area form #error, .page-edit-profile .page-content .container .content-area form #acf-form-data + h2, .page-edit-profile .page-content .container .content-area form #wpua-undo-button-existing, .page-edit-profile .page-content .container .content-area form .old-iapbp-payment-details, .page-template-template_edit_photographer .page-content .container .content-area form #WishListMemberUserProfile, .page-template-template_edit_photographer .page-content .container .content-area form #error, .page-template-template_edit_photographer .page-content .container .content-area form #acf-form-data + h2, .page-template-template_edit_photographer .page-content .container .content-area form #wpua-undo-button-existing, .page-template-template_edit_photographer .page-content .container .content-area form .old-iapbp-payment-details, .page-template-template_edit_videographer .page-content .container .content-area form #WishListMemberUserProfile, .page-template-template_edit_videographer .page-content .container .content-area form #error, .page-template-template_edit_videographer .page-content .container .content-area form #acf-form-data + h2, .page-template-template_edit_videographer .page-content .container .content-area form #wpua-undo-button-existing, .page-template-template_edit_videographer .page-content .container .content-area form .old-iapbp-payment-details {
    display: none !important; }
  .page-edit-profile .page-content .container .content-area form .wpua-edit-container h3, .page-template-template_edit_photographer .page-content .container .content-area form .wpua-edit-container h3, .page-template-template_edit_videographer .page-content .container .content-area form .wpua-edit-container h3 {
    margin-bottom: 0;
    text-align: left;
    line-height: 1.6;
    font-weight: 400;
    font-size: 13px; }
  .page-edit-profile .page-content .container .content-area form .wpua-edit-container #wpua-add-button-existing, .page-edit-profile .page-content .container .content-area form .wpua-edit-container #wpua-images-existing, .page-template-template_edit_photographer .page-content .container .content-area form .wpua-edit-container #wpua-add-button-existing, .page-template-template_edit_photographer .page-content .container .content-area form .wpua-edit-container #wpua-images-existing, .page-template-template_edit_videographer .page-content .container .content-area form .wpua-edit-container #wpua-add-button-existing, .page-template-template_edit_videographer .page-content .container .content-area form .wpua-edit-container #wpua-images-existing {
    text-align: left; }
  .page-edit-profile .page-content .container .content-area form .wpua-edit-container #wpua-add-button-existing, .page-edit-profile .page-content .container .content-area form .wpua-edit-container #wpua-remove-button-existing, .page-template-template_edit_photographer .page-content .container .content-area form .wpua-edit-container #wpua-add-button-existing, .page-template-template_edit_photographer .page-content .container .content-area form .wpua-edit-container #wpua-remove-button-existing, .page-template-template_edit_videographer .page-content .container .content-area form .wpua-edit-container #wpua-add-button-existing, .page-template-template_edit_videographer .page-content .container .content-area form .wpua-edit-container #wpua-remove-button-existing {
    display: inline-block; }
  .page-edit-profile .page-content .container .content-area form .wpua-edit-container #wpua-images-existing, .page-template-template_edit_photographer .page-content .container .content-area form .wpua-edit-container #wpua-images-existing, .page-template-template_edit_videographer .page-content .container .content-area form .wpua-edit-container #wpua-images-existing {
    margin-top: 25px; }
  .page-edit-profile .page-content .container .content-area form .wpua-edit-container #wpua-remove-existing, .page-template-template_edit_photographer .page-content .container .content-area form .wpua-edit-container #wpua-remove-existing, .page-template-template_edit_videographer .page-content .container .content-area form .wpua-edit-container #wpua-remove-existing {
    border: none;
    padding: 0 10px;
    color: #af6e3e;
    letter-spacing: normal;
    margin-bottom: 0;
    text-transform: none;
    text-decoration: underline;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-size: 14px; }
    .page-edit-profile .page-content .container .content-area form .wpua-edit-container #wpua-remove-existing:hover, .page-template-template_edit_photographer .page-content .container .content-area form .wpua-edit-container #wpua-remove-existing:hover, .page-template-template_edit_videographer .page-content .container .content-area form .wpua-edit-container #wpua-remove-existing:hover {
      color: #2c435b; }

.page-edit-profile .page-content .container .content-area .grid, .page-template-template_edit_photographer .page-content .container .content-area .grid, .page-template-template_edit_videographer .page-content .container .content-area .grid {
  background-color: #f5f4ef; }

.page-edit-profile .page-content .container .content-area .tabs .nav .ui-tabs-active a, .page-template-template_edit_photographer .page-content .container .content-area .tabs .nav .ui-tabs-active a, .page-template-template_edit_videographer .page-content .container .content-area .tabs .nav .ui-tabs-active a {
  background: #f5f4ef; }

.page-edit-profile .page-content .container .content-area .tabs .tab, .page-template-template_edit_photographer .page-content .container .content-area .tabs .tab, .page-template-template_edit_videographer .page-content .container .content-area .tabs .tab {
  background: #f5f4ef; }

.page-edit-profile .page-content .container .content-area .acf-gallery .acf-gallery-side-info p, .page-edit-profile .page-content .container .content-area .acf-gallery label, .page-template-template_edit_photographer .page-content .container .content-area .acf-gallery .acf-gallery-side-info p, .page-template-template_edit_photographer .page-content .container .content-area .acf-gallery label, .page-template-template_edit_videographer .page-content .container .content-area .acf-gallery .acf-gallery-side-info p, .page-template-template_edit_videographer .page-content .container .content-area .acf-gallery label {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  text-align: left; }

.page-edit-profile .wp-core-ui .button.button-hero, .page-edit-profile .mce-toolbar .mce-listbox button, .page-template-template_edit_photographer .wp-core-ui .button.button-hero, .page-template-template_edit_photographer .mce-toolbar .mce-listbox button, .page-template-template_edit_videographer .wp-core-ui .button.button-hero, .page-template-template_edit_videographer .mce-toolbar .mce-listbox button {
  text-transform: none; }

.page-edit-profile .supports-drag-drop .uploader-inline .drop-instructions, .page-edit-profile .mce-toolbar .mce-listbox button, .page-template-template_edit_photographer .supports-drag-drop .uploader-inline .drop-instructions, .page-template-template_edit_photographer .mce-toolbar .mce-listbox button, .page-template-template_edit_videographer .supports-drag-drop .uploader-inline .drop-instructions, .page-template-template_edit_videographer .mce-toolbar .mce-listbox button {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; }

.page-edit-profile .media-modal-close:hover, .page-template-template_edit_photographer .media-modal-close:hover, .page-template-template_edit_videographer .media-modal-close:hover {
  border-color: #fff; }

.page-edit-profile .media-modal .media-frame-toolbar .media-toolbar, .page-template-template_edit_photographer .media-modal .media-frame-toolbar .media-toolbar, .page-template-template_edit_videographer .media-modal .media-frame-toolbar .media-toolbar {
  background-color: #fff; }

.page-edit-profile .media-modal .media-frame-actions-heading, .page-edit-profile .media-modal .screen-reader-text, .page-template-template_edit_photographer .media-modal .media-frame-actions-heading, .page-template-template_edit_photographer .media-modal .screen-reader-text, .page-template-template_edit_videographer .media-modal .media-frame-actions-heading, .page-template-template_edit_videographer .media-modal .screen-reader-text {
  display: none !important; }

.page-edit-profile .media-modal .media-modal-content .media-frame select.attachment-filters, .page-template-template_edit_photographer .media-modal .media-modal-content .media-frame select.attachment-filters, .page-template-template_edit_videographer .media-modal .media-modal-content .media-frame select.attachment-filters {
  padding: 0 24px 0 8px;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 10px; }

.page-edit-profile .media-modal .wp-core-ui .button.button-large, .page-template-template_edit_photographer .media-modal .wp-core-ui .button.button-large, .page-template-template_edit_videographer .media-modal .wp-core-ui .button.button-large {
  height: inherit;
  text-transform: none;
  letter-spacing: normal; }

.page-edit-profile .media-modal .media-frame-title h1, .page-edit-profile .media-modal .media-attachments-filter-heading, .page-edit-profile .media-modal .media-sidebar h2, .page-edit-profile .media-modal h2.screen-reader-text, .page-template-template_edit_photographer .media-modal .media-frame-title h1, .page-template-template_edit_photographer .media-modal .media-attachments-filter-heading, .page-template-template_edit_photographer .media-modal .media-sidebar h2, .page-template-template_edit_photographer .media-modal h2.screen-reader-text, .page-template-template_edit_videographer .media-modal .media-frame-title h1, .page-template-template_edit_videographer .media-modal .media-attachments-filter-heading, .page-template-template_edit_videographer .media-modal .media-sidebar h2, .page-template-template_edit_videographer .media-modal h2.screen-reader-text {
  color: #23282d;
  font-weight: 700;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; }

.page-edit-profile .media-modal .delete-attachment, .page-edit-profile .media-modal .trash-attachment, .page-edit-profile .media-modal .untrash-attachment, .page-template-template_edit_photographer .media-modal .delete-attachment, .page-template-template_edit_photographer .media-modal .trash-attachment, .page-template-template_edit_photographer .media-modal .untrash-attachment, .page-template-template_edit_videographer .media-modal .delete-attachment, .page-template-template_edit_videographer .media-modal .trash-attachment, .page-template-template_edit_videographer .media-modal .untrash-attachment {
  height: inherit;
  letter-spacing: normal;
  text-transform: none;
  line-height: normal;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-weight: 400;
  font-size: 12px; }

.page-edit-profile .media-modal .button.button-primary, .page-edit-profile .media-modal button.button-primary, .page-template-template_edit_photographer .media-modal .button.button-primary, .page-template-template_edit_photographer .media-modal button.button-primary, .page-template-template_edit_videographer .media-modal .button.button-primary, .page-template-template_edit_videographer .media-modal button.button-primary {
  background: #007cba;
  border-color: #007cba; }

.page-edit-profile .media-modal .media-router .media-menu-item, .page-template-template_edit_photographer .media-modal .media-router .media-menu-item, .page-template-template_edit_videographer .media-modal .media-router .media-menu-item {
  text-transform: capitalize;
  letter-spacing: normal;
  font-family: "tgn-soft-round", sans-serif; }

.page-edit-profile [data-name="specialtie"], .page-edit-profile [data-name="vimeo"], .page-edit-profile [data-name="vimeo2"], .page-edit-profile [data-name="vimeo3"], .page-edit-profile [data-name="youtube"], .page-edit-profile [data-name="youtube2"], .page-edit-profile [data-name="youtube3"], .page-edit-profile [data-name="image_gallery_ids"], .page-template-template_edit_photographer [data-name="specialtie"], .page-template-template_edit_photographer [data-name="vimeo"], .page-template-template_edit_photographer [data-name="vimeo2"], .page-template-template_edit_photographer [data-name="vimeo3"], .page-template-template_edit_photographer [data-name="youtube"], .page-template-template_edit_photographer [data-name="youtube2"], .page-template-template_edit_photographer [data-name="youtube3"], .page-template-template_edit_photographer [data-name="image_gallery_ids"], .page-template-template_edit_videographer [data-name="specialtie"], .page-template-template_edit_videographer [data-name="vimeo"], .page-template-template_edit_videographer [data-name="vimeo2"], .page-template-template_edit_videographer [data-name="vimeo3"], .page-template-template_edit_videographer [data-name="youtube"], .page-template-template_edit_videographer [data-name="youtube2"], .page-template-template_edit_videographer [data-name="youtube3"], .page-template-template_edit_videographer [data-name="image_gallery_ids"] {
  display: none; }

#past-competitions a {
  text-decoration: none;
  color: #2c435b;
  display: inline-block;
  padding: 20px 10px 0; }
  #past-competitions a:hover {
    color: #af6e3e; }

.page-contact-us .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .page-id-13575 .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 2%; }

/* Add theme page styles here */
.section-image_text_blocks .grid.grid-12-col .cell.span-6 {
  flex: 0 0 calc( 50% - 0px); }
  @media (max-width: 991px) {
    .section-image_text_blocks .grid.grid-12-col .cell.span-6 {
      flex: 0 0 calc(100% - 0px); } }
  .section-image_text_blocks .grid.grid-12-col .cell.span-6.img-col {
    background-size: cover;
    background-position: center; }
    @media (max-width: 991px) {
      .section-image_text_blocks .grid.grid-12-col .cell.span-6.img-col {
        min-height: 590px; } }
    @media (max-width: 575px) {
      .section-image_text_blocks .grid.grid-12-col .cell.span-6.img-col {
        min-height: 285px; } }

.section-image_text_blocks .button {
  margin-top: 15px; }

.section-image_text_blocks .img-left {
  flex-direction: row-reverse; }

.section-image_text_blocks .txt-col {
  box-sizing: border-box;
  padding: 111px; }
  @media (max-width: 575px) {
    .section-image_text_blocks .txt-col {
      padding: 55px 45px; } }
  .section-image_text_blocks .txt-col h2 {
    margin-bottom: 0;
    line-height: normal; }
    @media (max-width: 575px) {
      .section-image_text_blocks .txt-col h2 {
        line-height: 30px;
        margin-bottom: 20px; } }
  .section-image_text_blocks .txt-col p:last-child {
    margin-bottom: 0; }

.section-search .search-container {
  text-align: center;
  max-width: 575px;
  margin: 0 auto; }
  .section-search .search-container .search-fields {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 575px) {
      .section-search .search-container .search-fields {
        display: block;
        max-width: 260px;
        margin: 0 auto; } }
    .section-search .search-container .search-fields .field-section {
      flex: 0 0 calc( 45% - 8px);
      width: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .section-search .search-container .search-fields .field-section input, .section-search .search-container .search-fields .field-section select {
        border: 2px solid #dce5ea;
        width: 100%;
        text-align: center;
        margin-bottom: 25px; }
        @media (max-width: 575px) {
          .section-search .search-container .search-fields .field-section input, .section-search .search-container .search-fields .field-section select {
            margin-bottom: 15px; } }
        .section-search .search-container .search-fields .field-section input.facetwp-location, .section-search .search-container .search-fields .field-section select.facetwp-location {
          padding-right: 12px; }
      .section-search .search-container .search-fields .field-section .locate-me, .section-search .search-container .search-fields .field-section .facetwp-radius-dropdown {
        display: none; }
      .section-search .search-container .search-fields .field-section .location-wrap {
        width: 100%; }
      .section-search .search-container .search-fields .field-section.word-between {
        text-align: center;
        color: #2c435b;
        flex: 0 0 calc( 5% - 8px);
        margin-bottom: 25px;
        font-size: 14px;
        font-family: "tgn-soft-round", sans-serif; }
        @media (max-width: 575px) {
          .section-search .search-container .search-fields .field-section.word-between {
            margin-bottom: 15px; } }
  .section-search .search-container.advanced-search {
    max-width: 850px; }
    .section-search .search-container.advanced-search .search-fields .field-section {
      flex: 0 0 calc( 22% - 8px); }
      .section-search .search-container.advanced-search .search-fields .field-section input, .section-search .search-container.advanced-search .search-fields .field-section select {
        margin-bottom: 0;
        min-width: 260px;
        padding: 9px; }
        @media (max-width: 991px) {
          .section-search .search-container.advanced-search .search-fields .field-section input, .section-search .search-container.advanced-search .search-fields .field-section select {
            min-width: 240px; } }
        @media (max-width: 776px) {
          .section-search .search-container.advanced-search .search-fields .field-section input, .section-search .search-container.advanced-search .search-fields .field-section select {
            min-width: 200px; } }
      .section-search .search-container.advanced-search .search-fields .field-section.word-between {
        flex: 0 0 calc( 5% - 8px);
        margin-bottom: 0; }
      .section-search .search-container.advanced-search .search-fields .field-section.adv-link {
        flex: 0 0 calc( 5% - 8px);
        margin-bottom: 0;
        line-height: normal; }
        @media (max-width: 575px) {
          .section-search .search-container.advanced-search .search-fields .field-section.adv-link {
            margin-top: 15px; } }
        .section-search .search-container.advanced-search .search-fields .field-section.adv-link a {
          text-decoration: none;
          font-style: italic;
          font-size: 14px; }
      .section-search .search-container.advanced-search .search-fields .field-section.adv-btn {
        flex: 0 0 calc( 5% - 8px);
        margin-bottom: 0;
        text-align: center; }
        .section-search .search-container.advanced-search .search-fields .field-section.adv-btn .button {
          max-width: 140px;
          padding: 0 20px; }
          @media (max-width: 575px) {
            .section-search .search-container.advanced-search .search-fields .field-section.adv-btn .button {
              max-width: 100%;
              margin-top: 15px; } }
    .section-search .search-container.advanced-search .dropdown {
      box-sizing: border-box;
      padding: 25px 0 0; }

.section-three_column_grid .grid-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1027px;
  margin: 0 auto; }
  .section-three_column_grid .grid-items .grid-item {
    width: 30%;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .section-three_column_grid .grid-items .grid-item {
        width: 45%;
        margin: 0 10px 25px; } }
    @media (max-width: 575px) {
      .section-three_column_grid .grid-items .grid-item {
        width: 100%; } }

.section-pricing_tables .pricing-tables {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 40px auto 20px; }
  @media (max-width: 991px) {
    .section-pricing_tables .pricing-tables {
      justify-content: center; } }
  .section-pricing_tables .pricing-tables .pricing-table {
    width: 31%;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    min-height: 775px; }
    @media (max-width: 1199px) {
      .section-pricing_tables .pricing-tables .pricing-table {
        min-height: 575px; } }
    @media (max-width: 991px) {
      .section-pricing_tables .pricing-tables .pricing-table {
        width: 42.1%;
        margin: 0 25px 50px; } }
    @media (max-width: 767px) {
      .section-pricing_tables .pricing-tables .pricing-table {
        width: 80%;
        min-height: inherit; } }
    @media (max-width: 575px) {
      .section-pricing_tables .pricing-tables .pricing-table {
        width: 100%;
        margin: 0 0 50px; } }
    .section-pricing_tables .pricing-tables .pricing-table .price {
      box-sizing: border-box;
      padding: 25px;
      text-align: center;
      font-size: 30px; }
      .section-pricing_tables .pricing-tables .pricing-table .price i {
        font-size: 20px; }
    .section-pricing_tables .pricing-tables .pricing-table .level {
      box-sizing: border-box;
      padding: 15px;
      text-align: center;
      color: #fff;
      letter-spacing: 0.060em;
      text-transform: uppercase;
      font-size: 20px;
      font-family: "tgn-soft-round", sans-serif; }
    .section-pricing_tables .pricing-tables .pricing-table .desc {
      box-sizing: border-box;
      padding: 25px 30px; }
      .section-pricing_tables .pricing-tables .pricing-table .desc ul li {
        letter-spacing: .030em;
        font-size: 17px;
        font-family: "tgn-soft-round-con", sans-serif; }
        .section-pricing_tables .pricing-tables .pricing-table .desc ul li ul li {
          letter-spacing: .010em;
          font-size: 14px;
          font-family: "Libre Baskerville", serif; }
    .section-pricing_tables .pricing-tables .pricing-table .button, .section-pricing_tables .pricing-tables .pricing-table button {
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0;
      margin: auto;
      max-width: 220px;
      padding: 0; }
      .section-pricing_tables .pricing-tables .pricing-table .button.regform-button, .section-pricing_tables .pricing-tables .pricing-table button.regform-button {
        width: 100% !important; }
      .section-pricing_tables .pricing-tables .pricing-table .button.disable, .section-pricing_tables .pricing-tables .pricing-table button.disable {
        cursor: not-allowed;
        opacity: 0.5;
        display: inline-block;
        /* For IE11/ MS Edge bug */
        pointer-events: none;
        text-decoration: none; }
      @media (max-width: 767px) {
        .section-pricing_tables .pricing-tables .pricing-table .button, .section-pricing_tables .pricing-tables .pricing-table button {
          position: relative;
          padding: 0 50px;
          max-width: 60%;
          margin: 30px auto 0;
          display: block !important; } }
      @media (max-width: 575px) {
        .section-pricing_tables .pricing-tables .pricing-table .button, .section-pricing_tables .pricing-tables .pricing-table button {
          max-width: 90%;
          padding: 0 20px; } }

.section-logos .logo-list {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: 60px auto;
  align-items: center; }
  @media (max-width: 767px) {
    .section-logos .logo-list {
      flex-wrap: wrap;
      justify-content: center; }
      .section-logos .logo-list span.heading {
        width: 100%; } }
  .section-logos .logo-list.logo-slider {
    margin: 0 auto;
    flex-wrap: wrap; }
    .section-logos .logo-list.logo-slider .logo-item {
      width: 16.66666667%;
      padding: 20px;
      opacity: .8;
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(1);
      /* Google Chrome, Safari 6+ & Opera 15+ */
      filter: grayscale(1);
      /* Microsoft Edge and Firefox 35+ */
      transition: all .2s ease-in-out; }
      @media (max-width: 575px) {
        .section-logos .logo-list.logo-slider .logo-item img {
          width: 100%; } }
      .section-logos .logo-list.logo-slider .logo-item:hover {
        transform: scale(1.1);
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: none; }
  .section-logos .logo-list .logo-item {
    flex: 1;
    padding: 0 20px;
    opacity: .8;
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
    transition: all .2s ease-in-out; }
    @media (max-width: 767px) {
      .section-logos .logo-list .logo-item {
        width: 33.3%;
        flex: initial;
        padding: 20px; } }
    @media (max-width: 575px) {
      .section-logos .logo-list .logo-item {
        width: 50%; }
        .section-logos .logo-list .logo-item img {
          width: 100%; } }
    .section-logos .logo-list .logo-item:hover {
      transform: scale(1.1);
      opacity: 1;
      -webkit-filter: grayscale(0);
      filter: none; }

.section-discount_codes .code-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto; }
  .section-discount_codes .code-list .code-item {
    width: 48.25%;
    display: flex;
    margin-bottom: 30px;
    background-color: #fff; }
    @media (max-width: 1199px) {
      .section-discount_codes .code-list .code-item {
        display: block;
        text-align: center;
        box-sizing: border-box;
        padding-top: 20px; } }
    @media (max-width: 575px) {
      .section-discount_codes .code-list .code-item {
        width: 100%; } }
    .section-discount_codes .code-list .code-item .img-col {
      max-width: 190px;
      text-align: center;
      padding-left: 30px; }
      @media (max-width: 1199px) {
        .section-discount_codes .code-list .code-item .img-col {
          max-width: none;
          padding: 10px 30px; } }
      .section-discount_codes .code-list .code-item .img-col .center {
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .section-discount_codes .code-list .code-item .img-col img {
        vertical-align: middle; }
    .section-discount_codes .code-list .code-item .info-col {
      box-sizing: border-box;
      padding: 20px 30px;
      line-height: 26px;
      letter-spacing: 0.017em;
      font-size: 13px; }
      .section-discount_codes .code-list .code-item .info-col .name {
        text-transform: uppercase;
        letter-spacing: 0.070em;
        font-family: "tgn-soft-round", sans-serif;
        font-size: 15px;
        font-weight: 400; }
      .section-discount_codes .code-list .code-item .info-col .type {
        letter-spacing: 0.017em;
        font-size: 13px;
        font-style: italic; }

.section-featured_artist .grid.grid-12-col .cell.span-6 {
  flex: 0 0 calc( 50% - 0px); }
  @media (max-width: 991px) {
    .section-featured_artist .grid.grid-12-col .cell.span-6 {
      flex: 0 0 calc(100% - 0px); } }
  .section-featured_artist .grid.grid-12-col .cell.span-6.img-col {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 991px) {
      .section-featured_artist .grid.grid-12-col .cell.span-6.img-col {
        min-height: 590px; } }
    @media (max-width: 575px) {
      .section-featured_artist .grid.grid-12-col .cell.span-6.img-col {
        min-height: 285px; } }

.section-featured_artist .button {
  margin: 30px 14px 0; }
  @media (max-width: 1199px) {
    .section-featured_artist .button:nth-child(1) {
      margin: 30px auto 10px; }
    .section-featured_artist .button:nth-child(2) {
      margin: 0; } }

.section-featured_artist .img-right {
  flex-direction: row-reverse; }

.section-featured_artist .txt-col {
  box-sizing: border-box;
  padding: 140px 70px 70px;
  position: relative;
  text-align: center; }
  @media (max-width: 575px) {
    .section-featured_artist .txt-col {
      padding: 110px 25px 55px; } }
  .section-featured_artist .txt-col .flag {
    position: absolute;
    height: 95px;
    width: 125px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 29px;
    letter-spacing: .010em;
    box-sizing: border-box;
    padding: 15px 18px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    background-image: url(_static/images/place-flag@2x.png);
    background-size: contain;
    background-repeat: no-repeat; }
  .section-featured_artist .txt-col .artist-label {
    letter-spacing: 0.017em;
    line-height: 31px;
    text-transform: uppercase;
    color: #af6e3e;
    font-size: 15px;
    font-family: "tgn-soft-round", sans-serif; }
  .section-featured_artist .txt-col .name {
    margin: 10px auto;
    line-height: 29px;
    letter-spacing: 0.010em;
    font-size: 20px; }
  .section-featured_artist .txt-col .title {
    margin: 10px auto;
    line-height: 29px;
    letter-spacing: 0.010em;
    font-size: 18px;
    font-style: italic; }
  .section-featured_artist .txt-col .loc {
    margin: 10px auto;
    line-height: 29px;
    letter-spacing: 0.010em;
    font-size: 18px; }

.section-people {
  /* BIO POPUP */ }
  .section-people .people-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto; }
    .section-people .people-list .person {
      width: 20%;
      padding: 0 5px;
      text-align: center; }
      .section-people .people-list .person a {
        outline: none; }
      .section-people .people-list .person img {
        border-radius: 50%;
        max-width: 125px;
        margin: 0 auto 18px; }
        @media (max-width: 575px) {
          .section-people .people-list .person img {
            width: 100%; } }
      .section-people .people-list .person .name {
        color: #af6e3e;
        letter-spacing: 0.070em;
        text-transform: uppercase;
        line-height: normal;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: "tgn-soft-round", sans-serif; }
      .section-people .people-list .person .title {
        line-height: normal;
        letter-spacing: 0.017em;
        margin: 0 auto 15px;
        max-width: 180px;
        font-size: 14px; }
      .section-people .people-list .person a {
        letter-spacing: 0.017em;
        text-decoration: none;
        color: #2c435b;
        font-size: 13px;
        font-style: italic; }
        .section-people .people-list .person a:hover {
          color: #af6e3e; }
  .section-people .bio-pop {
    background-color: #f5f4ef;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 750px;
    max-width: 95%;
    z-index: -1;
    opacity: 0;
    transition: .2s ease opacity;
    box-sizing: border-box;
    padding: 25px 50px 50px; }
    .section-people .bio-pop.closed {
      display: none; }
    @media (max-width: 767px) {
      .section-people .bio-pop {
        max-height: 78vh;
        overflow: hidden;
        overflow-y: scroll;
        top: 55%;
        padding: 40px; } }
    @media (max-width: 575px) {
      .section-people .bio-pop {
        max-height: 96vh;
        overflow: hidden;
        overflow-y: scroll;
        top: 50%; } }
    .section-people .bio-pop.open {
      z-index: 100;
      opacity: 1; }
      @media (max-width: 767px) {
        .section-people .bio-pop.open {
          z-index: 999999; } }
    .section-people .bio-pop .cell {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center; }
      .section-people .bio-pop .cell:nth-child(1) {
        order: 2; }
      .section-people .bio-pop .cell:nth-child(2) {
        order: 1; }
      .section-people .bio-pop .cell:nth-child(3) {
        order: 3; }
    .section-people .bio-pop .name-col .name {
      color: #af6e3e;
      letter-spacing: 0.070em;
      line-height: 31px;
      text-transform: uppercase;
      font-family: "tgn-soft-round", sans-serif;
      font-size: 18px; }
    .section-people .bio-pop .name-col a {
      color: #2c435b;
      text-decoration: none;
      letter-spacing: 0.017em;
      display: inline-block;
      padding: 0 5px;
      font-size: 15px;
      font-style: italic; }
      .section-people .bio-pop .name-col a:hover {
        color: #af6e3e; }
    .section-people .bio-pop .img-col img {
      border-radius: 50%;
      width: 160px;
      height: 160px;
      margin: 0 auto; }
    .section-people .bio-pop .title-col .title {
      line-height: 26px;
      letter-spacing: 0.017em;
      font-size: 15px; }
    .section-people .bio-pop .bio {
      margin: 40px auto 0; }
    .section-people .bio-pop .bio-close {
      position: absolute;
      top: 0;
      right: 0;
      height: 50px;
      width: 50px;
      background-color: #af6e3e;
      color: #fff;
      text-decoration: none;
      text-align: center; }
      .section-people .bio-pop .bio-close:before {
        content: "";
        height: 31px;
        width: 31px;
        display: block;
        margin: 10px auto;
        background-image: url("_static/images/close-x.png");
        background-size: contain;
        background-repeat: no-repeat; }
  .section-people .bio-pop-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(44, 67, 91, 0.5);
    z-index: 2;
    cursor: pointer; }
    .section-people .bio-pop-bg.closed {
      display: none; }

.section-winners {
  background-color: #f5f4ef; }
  .section-winners .cls-background {
    padding: 0 !important; }
  .section-winners h1.archive-header span {
    vertical-align: middle;
    font-family: "EyeCatchingPro";
    font-size: 59px; }
  .section-winners .container {
    max-width: 1225px;
    margin: 55px auto 0;
    padding-bottom: 15px; }
    .section-winners .container .intro-txt {
      margin-bottom: 55px; }
  .section-winners .winner-list {
    /*justify-content: space-between;
		display: flex;
		flex-wrap: wrap;*/ }
    .section-winners .winner-list .grid-sizer,
    .section-winners .winner-list .winner-item {
      width: 31.25%; }
      @media (max-width: 1199px) {
        .section-winners .winner-list .grid-sizer,
        .section-winners .winner-list .winner-item {
          width: 30.75%; } }
      @media (max-width: 991px) {
        .section-winners .winner-list .grid-sizer,
        .section-winners .winner-list .winner-item {
          width: 47.5%; } }
      @media (max-width: 767px) {
        .section-winners .winner-list .grid-sizer,
        .section-winners .winner-list .winner-item {
          width: 47%; } }
      @media (max-width: 640px) {
        .section-winners .winner-list .grid-sizer,
        .section-winners .winner-list .winner-item {
          width: 100%; } }
    .section-winners .winner-list .winner-item {
      text-align: center;
      margin-bottom: 40px;
      /*.winner-image{
				min-height:260px;
				background:{
					size:cover !important;
					position:center !important;
					repeat: no-repeat !important;
				}
				
				a{
					img{
						width:100%;
						height:100%;
					}
				}
			}*/ }
      .section-winners .winner-list .winner-item a img {
        width: 100%;
        height: 100%;
        display: block; }
      .section-winners .winner-list .winner-item .best-in {
        background-color: #2c435b;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.070em;
        box-sizing: border-box;
        padding: 10px;
        font-size: 18px;
        font-family: "tgn-soft-round", sans-serif; }
      .section-winners .winner-list .winner-item .winner-info {
        box-sizing: border-box;
        padding: 15px;
        background-color: #fff; }
        .section-winners .winner-list .winner-item .winner-info .name {
          letter-spacing: 0.010em;
          line-height: 23px;
          margin: 10px auto;
          max-width: 85%;
          font-size: 16px; }
          .section-winners .winner-list .winner-item .winner-info .name.no-best {
            margin: 15px auto 10px; }
        .section-winners .winner-list .winner-item .winner-info .title {
          letter-spacing: 0.010em;
          line-height: 23px;
          margin: 0 auto 10px;
          font-size: 15px;
          font-style: italic; }
        .section-winners .winner-list .winner-item .winner-info .country {
          letter-spacing: 0.010em;
          line-height: 23px;
          margin: 0 auto 15px;
          font-size: 15px; }

.section-resources .resource-block h3.resource-heading {
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 20px;
  display: block;
  width: 100%;
  background-color: #2c435b;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 15px;
  font-family: "tgn-soft-round", sans-serif;
  font-weight: 400; }

.section-resources .resource-block .resources {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .section-resources .resource-block .resources .resource {
    width: 30%;
    margin: 0 15px 4%;
    text-align: center; }
    @media (max-width: 1199px) {
      .section-resources .resource-block .resources .resource {
        width: 28.5%; } }
    @media (max-width: 767px) {
      .section-resources .resource-block .resources .resource {
        width: 45%; } }
    @media (max-width: 575px) {
      .section-resources .resource-block .resources .resource {
        width: 100%;
        margin: 20px; }
        .section-resources .resource-block .resources .resource:last-child {
          margin: 20px 20px 40px; } }
    .section-resources .resource-block .resources .resource .resource-image {
      min-height: 190px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .section-resources .resource-block .resources .resource .resource-image a {
        margin: 0;
        padding: 0;
        display: block; }
    .section-resources .resource-block .resources .resource .resource-content {
      background-color: #fff;
      box-sizing: border-box;
      padding: 25px 40px; }
      .section-resources .resource-block .resources .resource .resource-content h5 {
        text-transform: uppercase;
        letter-spacing: .03em;
        margin-bottom: 0;
        font-family: "tgn-soft-round", sans-serif;
        font-size: 13px; }
      .section-resources .resource-block .resources .resource .resource-content a {
        text-decoration: none;
        color: #2c435b; }
    .section-resources .resource-block .resources .resource .read-more-ribbon {
      color: #2c435b;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "tgn-soft-round-con", sans-serif;
      font-size: 13px;
      letter-spacing: .07em;
      margin: 0 auto;
      box-sizing: border-box;
      padding: 5px;
      width: 80px;
      height: 35px;
      display: block;
      background-image: url(_static/images/ribbon-lt-blue-dwnld@2x.png);
      background-size: contain;
      background-repeat: no-repeat; }

.section-badges .badges {
  display: flex;
  flex-wrap: wrap;
  margin: 25px auto; }
  .section-badges .badges .badge {
    width: 25%;
    margin-right: 5%;
    text-align: center; }
    .section-badges .badges .badge .badge-title {
      letter-spacing: .120em;
      color: #af6e3e;
      text-transform: uppercase;
      font-family: "tgn-soft-round-con", sans-serif;
      font-size: 18px;
      font-weight: 700; }
    .section-badges .badges .badge .multi-links a {
      box-sizing: border-box;
      padding: 0 2px;
      display: inline-block; }
      .section-badges .badges .badge .multi-links a:after {
        content: ' |'; }
      .section-badges .badges .badge .multi-links a:last-child:after {
        content: ''; }
    .section-badges .badges .badge a {
      text-decoration: none;
      color: #2c435b;
      letter-spacing: .017em;
      font-style: italic;
      font-size: 14px; }
      .section-badges .badges .badge a:hover {
        text-decoration: underline;
        color: #af6e3e; }

/* ACF BLOCKS BELOW THIS LINE */
/* DEFAULT GUTENBERG BLOCKS BELOW THIS LINE */
.wp-block-cover {
  position: relative;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #000;
  background-size: cover;
  background-position: 50%; }
  .wp-block-cover p {
    color: #fff;
    line-height: 1.2;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    font-size: 40px;
    font-weight: 400; }
  .wp-block-cover.has-left-content {
    justify-content: flex-start; }
    .wp-block-cover.has-left-content p {
      text-align: left; }
  .wp-block-cover.has-right-content {
    justify-content: flex-end; }
    .wp-block-cover.has-right-content p {
      text-align: right; }

.wp-block-image {
  margin: 0 0 1.5em;
  padding: 0; }
  .wp-block-image figcaption {
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
    color: #2c435b;
    font-size: 16px; }

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }
  .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc((100% - 32px)/3);
    width: 30%; }
    .wp-block-gallery .blocks-gallery-item figure {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      margin: 0;
      height: 100%; }
      .wp-block-gallery .blocks-gallery-item figure figcaption {
        line-height: 1.6;
        margin: 0;
        padding: 0.5rem;
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        max-height: 100%;
        overflow: auto;
        color: #fff;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent); }
      .wp-block-gallery .blocks-gallery-item figure img {
        height: 100%;
        flex: 1;
        object-fit: cover;
        width: 100%; }

.wp-block-file .wp-block-file__button {
  margin-left: 25px; }

.wp-block-video {
  margin-left: 0;
  margin-right: 0; }
  .wp-block-video video {
    width: 100%;
    max-width: 100%; }
  .wp-block-video figcaption {
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
    color: #2c435b;
    font-size: 16px; }

.wp-block-button {
  margin-bottom: 25px; }

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
  margin: 25px 0;
  min-height: 250px; }
  .wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%; }
  .wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0;
    height: 100%; }
    .wp-block-media-text .wp-block-media-text__media img, .wp-block-media-text .wp-block-media-text__media video {
      max-width: unset;
      width: 100%;
      vertical-align: middle; }
    .wp-block-media-text .wp-block-media-text__media img {
      height: auto;
      max-width: 100%;
      position: relative;
      height: 100%;
      flex: 1;
      object-fit: cover;
      width: 100%; }
  .wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%; }

.wp-block-categories, .wp-block-archives, .wp-block-latest-posts, .wp-block-categories__list {
  list-style: none;
  padding-left: 0 !important; }

.wp-block-latest-comments {
  list-style: none; }
  .wp-block-latest-comments .wp-block-latest-comments__comment {
    border-bottom: 1px solid #af6e3e;
    padding: 15px 0px; }
    .wp-block-latest-comments .wp-block-latest-comments__comment img {
      float: left;
      width: 75px;
      height: 75px;
      margin-right: 20px;
      border-radius: 50%; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
      font-size: 18px;
      letter-spacing: 0.1px; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
      display: block;
      letter-spacing: 0.1px;
      font-size: 14px;
      text-transform: uppercase;
      color: #2c435b; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
      position: relative;
      overflow: hidden; }
    .wp-block-latest-comments .wp-block-latest-comments__comment footer {
      background: transparent;
      margin: 0 0 .75em;
      padding: 0; }

.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }
  .wp-block-embed .wp-block-embed__wrapper {
    position: relative;
    padding-top: 56.25%; }
  .wp-block-embed:before {
    content: "";
    display: block; }
  .wp-block-embed iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%; }
  .wp-block-embed figcaption {
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center; }

/* READ MORE */
.read-more-text {
  display: none; }

.read-more-link {
  width: auto;
  display: inline; }
  .read-more-link a#toggle {
    text-decoration: underline;
    cursor: pointer;
    letter-spacing: 0.017em;
    font-style: italic;
    font-size: 14px; }

/* ALERTS */
.download-box, .warning-box, .info-box, .note-box {
  clear: both;
  margin: 10px 0px;
  padding: 15px 15px 13px 15px;
  line-height: 17px;
  border-radius: 4px; }
  .download-box:before, .warning-box:before, .info-box:before, .note-box:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 1.25em;
    font-weight: 700;
    padding-right: 5px; }
  .download-box p, .download-box + br, .warning-box p, .warning-box + br, .info-box p, .info-box + br, .note-box p, .note-box + br {
    display: none; }

.info-box {
  background: #c2ddf9;
  border: 1px solid #80bbef;
  color: #4783b7; }
  .info-box:before {
    content: "\f05a"; }

.warning-box {
  background: #ffcccc;
  border: 1px solid #ff9999;
  color: #c31b00; }
  .warning-box:before {
    content: "\f071"; }

.download-box {
  background: #d1f7b6;
  border: 1px solid #8bca61;
  color: #5e9537; }
  .download-box:before {
    content: "\f381"; }

.note-box {
  background: #fdebae;
  border: 1px solid #e6c555;
  color: #9e660d; }
  .note-box:before {
    content: "\f249"; }

.alert-close:after {
  content: "\f00d";
  color: #FFF;
  float: right;
  top: -30px;
  right: -10px;
  cursor: pointer;
  position: relative;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700; }

/* ACCORDIONS */
.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 2px solid #dce5ea;
  border-radius: 4px;
  text-align: left;
  outline: none;
  transition: 0.4s;
  background-color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  font-family: "tgn-soft-round", sans-serif; }
  .accordion.active, .accordion:hover {
    background-color: #dce5ea; }
  .accordion:before {
    content: '\f067';
    margin-right: 20px;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 900; }
  .accordion.active:before {
    content: '\f068'; }

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
  .panel p {
    margin: .5em auto 1em; }

/* TABS */
.tabs.ui-tabs .ui-tabs-hide {
  position: absolute;
  left: -10000px; }

.tabs {
  margin: 0;
  padding: 0;
  overflow: inherit; }
  .tabs .nav {
    background: none;
    border: 0;
    float: none;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important; }
    .tabs .nav li {
      float: left;
      list-style: none !important;
      margin: 0 5px 0 0;
      padding: 0;
      display: inline-block;
      zoom: 1;
      background: #fff;
      border: 2px solid #dce5ea;
      border-bottom: none;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      top: 2px;
      position: relative; }
      @media (max-width: 575px) {
        .tabs .nav li {
          width: 100%; } }
      .tabs .nav li:before {
        content: '';
        margin: 0; }
      .tabs .nav li a {
        background: #dce5ea;
        border-bottom: none !important;
        display: table;
        height: 26px;
        margin: 0 !important;
        overflow: hidden;
        padding: 7px 12px;
        text-decoration: none;
        color: #2c435b;
        outline: none;
        font-size: 16px;
        font-weight: 400;
        font-family: "tgn-soft-round", sans-serif; }
        .tabs .nav li a:hover {
          margin: 0 !important; }
        @media (max-width: 575px) {
          .tabs .nav li a {
            width: 100%; } }
  .tabs .tab {
    background: #fff;
    border-top: 2px solid #dce5ea;
    padding: 30px 0;
    text-align: left;
    border-left: none;
    border-right: none;
    margin-top: -1px;
    position: relative;
    z-index: 0;
    clear: both; }

@media (max-width: 575px) {
  .tabs .nav li.ui-state-active a {
    width: 100%; } }

.tabs .nav .ui-tabs-selected a,
.tabs .nav .ui-tabs-active a {
  background: #fff;
  height: 27px;
  position: relative;
  z-index: 2; }

/* GOOGLE MAP */
.vsg-map {
  content: "";
  display: table;
  clear: both;
  margin: 50px auto;
  width: 100%; }

/* VIDEO */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  margin-bottom: 25px;
  height: 0;
  clear: both; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/***************************************
Vendor custom styles
contains custom styling overrides for plugins/dependancies
***************************************/
/* IG FEED */
#ig-footer #sb_instagram {
  position: relative; }
  @media (max-width: 480px) {
    #ig-footer #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
      width: 50% !important; } }
  #ig-footer #sb_instagram #sbi_load {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #ig-footer #sb_instagram #sbi_load .sbi_follow_btn {
      text-transform: uppercase;
      letter-spacing: .07em;
      font-family: "tgn-soft-round", sans-serif; }
      #ig-footer #sb_instagram #sbi_load .sbi_follow_btn svg {
        display: none; }
      #ig-footer #sb_instagram #sbi_load .sbi_follow_btn a {
        height: 40px;
        line-height: 40px;
        padding: 0 18px;
        font-size: 15px; }
        #ig-footer #sb_instagram #sbi_load .sbi_follow_btn a:hover {
          background-color: #af6e3e !important;
          color: #fff !important; }

/* FACET WP */
.facetwp-facet, .fwp-submit {
  margin-bottom: 0 !important; }

.facetwp-type-autocomplete input {
  width: 100%;
  border: none;
  text-align: center;
  margin-bottom: 25px; }

.facetwp-type-autocomplete .facetwp-autocomplete-update {
  display: none; }

.facetwp-pager {
  text-align: center;
  text-transform: uppercase;
  font-family: "tgn-soft-round-con", sans-serif;
  font-size: 18px;
  font-weight: 700; }
  .facetwp-pager a:hover, .facetwp-pager a {
    color: #2c435b; }
  .facetwp-pager .facetwp-page.big-page:before {
    content: '.. ';
    margin-right: 5px; }

.facetwp-template::after {
  content: '';
  display: table;
  width: 31.25%; }

/* WP PAGENAVI */
.wp-pagenavi {
  font-family: "tgn-soft-round-con", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }
  .wp-pagenavi span.pages {
    display: none; }
  .wp-pagenavi a:hover, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi span.extend {
    border: none;
    color: #2c435b; }

/* GRAVITY FORMS */
.gform_wrapper ul li {
  margin: 0 !important; }

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
  text-align: left !important;
  letter-spacing: .070em !important;
  margin-top: 0 !important;
  font-family: "tgn-soft-round", sans-serif !important;
  font-size: 14px !important; }

.gform_wrapper input, .gform_wrapper select {
  padding: 12px 12px !important; }

.gform_wrapper input[type="submit"] {
  padding: 0 50px !important; }

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center; }

/* SLICK CAROUSEL */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("_static/images/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 19px;
  height: 33px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  /*font-family: 'Font Awesome 5 Free';
    font-size: 20px;
	font-weight:900;
    line-height: 1;

    opacity: .75;
    color: $color_accent1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
  display: block;
  content: '';
  width: 19px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat; }

.slick-prev {
  left: -20px; }

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto; }

.slick-prev:before {
  background-image: url("_static/images/arrow-left.png"); }

[dir='rtl'] .slick-prev:before {
  background-image: url("_static/images/arrow-left.png"); }

.slick-next {
  right: -20px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 0; }

.slick-next:before {
  background-image: url("_static/images/arrow-right.png"); }

[dir='rtl'] .slick-next:before {
  background-image: url("_static/images/arrow-right.png"); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 6px;
  font-weight: 900;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f111";
  text-align: center;
  opacity: .25;
  color: #2c435b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #2c435b; }

/*GRAVITY FORMS*/
.gform_body label {
  display: inline-block; }

/* WISHLIST MEMBER */
.wlm3-fancybox .wlm-regform .regform-button, .wlm3-fancybox .wlm-regform .regform-close-login {
  display: inline-block;
  height: 40px;
  padding: 0 50px;
  color: #fff;
  background-color: #af6e3e;
  line-height: 40px;
  letter-spacing: .07em;
  white-space: nowrap;
  border: 1px solid #af6e3e;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  font-family: "tgn-soft-round", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px; }
  .wlm3-fancybox .wlm-regform .regform-button:hover, .wlm3-fancybox .wlm-regform .regform-button:focus, .wlm3-fancybox .wlm-regform .regform-close-login:hover, .wlm3-fancybox .wlm-regform .regform-close-login:focus {
    color: #fff;
    background-color: #2c435b;
    border-color: #2c435b;
    padding: 0 50px; }

.wlm3-fancybox .wlm-regform .heading-2 {
  text-align: center;
  font-family: "Libre Baskerville", serif; }

.wlm3-fancybox .wlm-regform .heading-3 {
  padding-left: 0;
  color: #333 !important;
  margin-bottom: 4px;
  width: auto;
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  font-weight: 400; }

.wlm3-fancybox .wlm-regform input, .wlm3-fancybox .wlm-regform select {
  line-height: 20px;
  padding: 12px 12px !important;
  letter-spacing: .070em;
  text-align: center;
  color: #2c435b !important;
  height: inherit !important;
  font-size: 14px;
  font-family: "tgn-soft-round", sans-serif;
  background: #fff !important;
  border: 2px solid #dce5ea !important;
  border-radius: 4px !important;
  box-shadow: none;
  box-sizing: border-box !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }
  .wlm3-fancybox .wlm-regform input:-webkit-autofill, .wlm3-fancybox .wlm-regform select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }
  .wlm3-fancybox .wlm-regform input:focus, .wlm3-fancybox .wlm-regform select:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }

.page-register-basic #content-wrapper, .page-register-basic .wlm_regform_container, .page-register-legacy #content-wrapper, .page-register-legacy .wlm_regform_container, .page-register-professional #content-wrapper, .page-register-professional .wlm_regform_container, .page-register-essential #content-wrapper, .page-register-essential .wlm_regform_container, .single-memberpressproduct #content-wrapper, .single-memberpressproduct .wlm_regform_container {
  background: #f5f4ef !important; }

.page-register-basic .content, .page-register-legacy .content, .page-register-professional .content, .page-register-essential .content, .single-memberpressproduct .content {
  margin: 0 auto;
  padding: 35px 0 0; }

.wlm_regform_improved p.submit {
  margin: 0 auto 50px !important;
  text-align: center; }
  .wlm_regform_improved p.submit input.submit {
    display: inline-block;
    height: 40px;
    padding: 0 50px;
    color: #fff;
    background-color: #af6e3e;
    line-height: 40px;
    letter-spacing: .07em;
    white-space: nowrap;
    border: 1px solid #af6e3e;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    font-family: "tgn-soft-round", sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px; }
    .wlm_regform_improved p.submit input.submit:hover, .wlm_regform_improved p.submit input.submit:focus {
      color: #fff;
      background-color: #2c435b;
      border-color: #2c435b; }

form.wlm_regform_toggle {
  display: flex; }
  form.wlm_regform_toggle label {
    margin: 0 25px 25px 0; }

form .wlm_regform_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  form .wlm_regform_div .wlm_form_group {
    width: 48%; }
    form .wlm_regform_div .wlm_form_group:last-of-type {
      width: 100%; }

form input[type="text"], form input[type="password"], form input[type="email"] {
  line-height: 20px;
  padding: 12px 12px !important;
  letter-spacing: .070em;
  text-align: center;
  color: #2c435b !important;
  height: inherit !important;
  font-size: 14px;
  font-family: "tgn-soft-round", sans-serif;
  background: #fff !important;
  border: 2px solid #dce5ea !important;
  border-radius: 4px !important;
  box-shadow: none;
  box-sizing: border-box !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }
  form input[type="text"]:-webkit-autofill, form input[type="password"]:-webkit-autofill, form input[type="email"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }
  form input[type="text"]:focus, form input[type="password"]:focus, form input[type="email"]:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }

/* Simple Masonry Gallery */
.masonry-image-gallery .gallery-item .gallery-caption {
  display: none; }

/*Google Translate*/
#google_language_translator {
  display: none; }

#flags {
  margin: 15px auto 0; }
  #flags ul {
    float: none !important;
    text-align: center; }
    #flags ul li {
      float: none !important;
      text-align: center;
      display: inline-block; }

/*Wishlist*/
#stripe-membership-status .wlm-stripe-subhead td {
  border-bottom: none; }

#stripe-membership-status .wlm-stripe-subhead-title strong {
  font-weight: 400;
  font-size: 21px; }

#stripe-membership-status .wlm-stripe-subhead-pastinv strong a {
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  font-style: italic; }

#stripe-membership-status #wlm-stripe-table3 {
  font-size: 13px; }
  #stripe-membership-status #wlm-stripe-table3 tr:first-child {
    font-weight: 400; }

/*MEMBERPRESS*/
.mp_wrapper table.mepr-account-table th {
  text-transform: none;
  letter-spacing: normal; }

.mp_wrapper table.mepr-account-table, .mp_wrapper table.mepr-account-table tr {
  border: none !important; }

.mp_wrapper table.mepr-account-table td {
  border-left: none !important; }

.mp_wrapper table tr:first-child {
  font-weight: 400; }

.mepr-account-actions a {
  text-decoration: none;
  font-style: italic; }
  .mepr-account-actions a.mepr-account-update {
    margin-right: 5px; }
    .mepr-account-actions a.mepr-account-update:before {
      content: '\f303';
      margin-right: 5px;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-style: normal; }
  .mepr-account-actions a.mepr-open-upgrade-popup {
    margin-right: 5px; }
    .mepr-account-actions a.mepr-open-upgrade-popup:before {
      content: '\f362';
      margin-right: 5px;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-style: normal; }
  .mepr-account-actions a.mepr-account-cancel:before {
    content: '\f05e';
    margin-right: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal; }

.mepr-account-terms, .mepr-account-subscr-id, .mepr-account-rebill {
  color: #666;
  font-weight: 400; }

#mepr-account-nav {
  border-bottom: 2px solid #dce5ea; }
  #mepr-account-nav .mepr-nav-item {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
    background: #f5f4ef;
    border: 2px solid #dce5ea;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    top: 8px;
    position: relative; }
    #mepr-account-nav .mepr-nav-item.mepr-home, #mepr-account-nav .mepr-nav-item:last-child {
      display: none; }
    #mepr-account-nav .mepr-nav-item a {
      background: #dce5ea;
      border-bottom: none !important;
      display: table;
      height: 26px;
      margin: 0 !important;
      overflow: hidden;
      padding: 7px 12px;
      text-decoration: none;
      color: #2c435b;
      outline: none;
      font-size: 16px;
      font-weight: 400;
      font-family: "tgn-soft-round", sans-serif; }
    #mepr-account-nav .mepr-nav-item.mepr-active-nav-tab a {
      background: #f5f4ef;
      height: 27px;
      position: relative;
      z-index: 2; }

.mepr-signup-form, .memberpressproduct, .mp_payment_form_wrapper {
  min-width: 400px;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  font-size: 13px;
  text-shadow: none !important;
  margin-bottom: 50px; }
  .mepr-signup-form label, .memberpressproduct label, .mp_payment_form_wrapper label {
    color: #333;
    font-weight: 400;
    font-size: 13px; }
  .mepr-signup-form input, .memberpressproduct input, .mp_payment_form_wrapper input {
    margin-top: 4px;
    text-align: left !important; }
  .mepr-signup-form table.mp-table th, .mepr-signup-form table.mp-table th, .memberpressproduct table.mp-table th, .memberpressproduct table.mp-table th, .mp_payment_form_wrapper table.mp-table th, .mp_payment_form_wrapper table.mp-table th {
    text-transform: none;
    padding: 8px !important; }
  .mepr-signup-form table td:first-child, .mepr-signup-form table td:last-child, .memberpressproduct table td:first-child, .memberpressproduct table td:last-child, .mp_payment_form_wrapper table td:first-child, .mp_payment_form_wrapper table td:last-child {
    padding-left: 8px;
    padding-right: 8px; }

.mp-form-submit, .have-coupon-link {
  text-align: center;
  display: block; }

.have-coupon-link {
  text-decoration: none;
  font-style: italic; }

.mp_payment_form_wrapper p {
  text-align: center; }

#mepr_strip_card_name {
  text-align: left; }

.mepr-white-popup .mepr-btn.button, .mepr-white-popup .mepr-btn.mepr-confirm-yes {
  padding: 0 50px !important;
  background: #2c435b !important;
  border-radius: 4px !important;
  font-size: 15px !important;
  font-family: "tgn-soft-round", sans-serif !important; }
  .mepr-white-popup .mepr-btn.button:hover, .mepr-white-popup .mepr-btn.mepr-confirm-yes:hover {
    background: #af6e3e !important;
    border-color: #af6e3e !important; }

.mepr-white-popup .mepr-btn.mepr-upgrade-cancel, .mepr-white-popup .mepr-btn.mepr-confirm-no {
  background: transparent !important;
  color: #2c435b !important;
  padding: 0 50px !important;
  border-radius: 4px !important;
  font-size: 15px !important;
  font-family: "tgn-soft-round", sans-serif !important; }
  .mepr-white-popup .mepr-btn.mepr-upgrade-cancel:hover, .mepr-white-popup .mepr-btn.mepr-confirm-no:hover {
    color: #fff !important;
    background: #2c435b !important;
    border-color: #2c435b !important; }

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