/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 nav,
 section,
 summary {
     display: block;
 }
 
 /*
  * Corrects inline-block display not defined in IE6/7/8/9 & FF3
  */
 
 audio,
 canvas,
 video {
     display: inline-block;
     *display: inline;
     *zoom: 1;
 }
 
 /*
  * Prevents modern browsers from displaying 'audio' without controls
  * Remove excess height in iOS5 devices
  */
 
 audio:not([controls]) {
     display: none;
     height: 0;
 }
 
 /*
  * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
  * Known issue: no IE6 support
  */
 
 [hidden] {
     display: none;
 }
 
 
 /* =============================================================================
    Base
    ========================================================================== */
 
 /*
  * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
  *    http://clagnut.com/blog/348/#c790
  * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
  *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
  */
 
 html {
     font-size: 100%; /* 1 */
     -webkit-text-size-adjust: 100%; /* 2 */
     -ms-text-size-adjust: 100%; /* 2 */
 }
 
 /*
  * Addresses font-family inconsistency between 'textarea' and other form elements.
  */
 
 html,
 button,
 input,
 select,
 textarea {
     font-family: sans-serif;
 }
 
 /*
  * Addresses margins handled incorrectly in IE6/7
  */
 
 body {
     margin: 0;
 }
 
 
 /* =============================================================================
    Links
    ========================================================================== */
 
 /*
  * Addresses outline displayed oddly in Chrome
  */
 
 a:focus {
     outline: none;
 }
 
 /*
  * Improves readability when focused and also mouse hovered in all browsers
  * people.opera.com/patrickl/experiments/keyboard/test
  */
 
 a:hover,
 a:active {
     outline: 0;
 }
 
 
 /* =============================================================================
    Typography
    ========================================================================== */
 
 /*
  * Addresses font sizes and margins set differently in IE6/7
  * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
  */
 
 h1 {
     font-size: 2em;
     margin: 0.67em 0;
 }
 
 h2 {
     font-size: 1.5em;
     margin: 0.83em 0;
 }
 
 h3 {
     font-size: 1.17em;
     margin: 1em 0;
 }
 
 h4 {
     font-size: 1em;
     margin: 1.33em 0;
 }
 
 h5 {
     font-size: 0.83em;
     margin: 1.67em 0;
 }
 
 h6 {
     font-size: 0.75em;
     margin: 2.33em 0;
 }
 
 /*
  * Addresses styling not present in IE7/8/9, S5, Chrome
  */
 
 abbr[title] {
     border-bottom: 1px dotted;
 }
 
 /*
  * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
 */
 
 b,
 strong {
     font-weight: bold;
 }
 
 blockquote {
     margin: 1em 40px;
 }
 
 /*
  * Addresses styling not present in S5, Chrome
  */
 
 dfn {
     font-style: italic;
 }
 
 /*
  * Addresses styling not present in IE6/7/8/9
  */
 
 mark {
     background: #ff0;
     color: #000;
 }
 
 /*
  * Addresses margins set differently in IE6/7
  */
 
 p,
 pre {
     margin: 1em 0;
 }
 
 /*
  * Corrects font family set oddly in IE6, S4/5, Chrome
  * en.wikipedia.org/wiki/User:Davidgothberg/Test59
  */
 
 pre,
 code,
 kbd,
 samp {
     font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
     _font-family: 'courier new', monospace;
     font-size: 1em;
 }
 
 /*
  * Improves readability of pre-formatted text in all browsers
  */
 
 pre {
     white-space: pre;
     white-space: pre-wrap;
     word-wrap: break-word;
 }
 
 /*
  * 1. Addresses CSS quotes not supported in IE6/7
  * 2. Addresses quote property not supported in S4
  */
 
 /* 1 */
 
 q {
     quotes: none;
 }
 
 /* 2 */
 
 q:before,
 q:after {
     content: '';
     content: none;
 }
 
 small {
     font-size: 75%;
 }
 
 /*
  * Prevents sub and sup affecting line-height in all browsers
  * gist.github.com/413930
  */
 
 sub,
 sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
 }
 
 sup {
     top: -0.5em;
 }
 
 sub {
     bottom: -0.25em;
 }
 
 
 /* =============================================================================
    Lists
    ========================================================================== */
 
 /*
  * Addresses margins set differently in IE6/7
  */
 
 dl,
 menu,
 ol,
 ul {
     margin: 1em 0;
 }
 
 dd {
     margin: 0 0 0 40px;
 }
 
 /*
  * Addresses paddings set differently in IE6/7
  */
 
 menu,
 ol,
 ul {
     padding: 0 0 0 40px;
 }
 
 /*
  * Corrects list images handled incorrectly in IE7
  */
 
 nav ul,
 nav ol {
     list-style: none;
     list-style-image: none;
 }
 
 
 /* =============================================================================
    Embedded content
    ========================================================================== */
 
 /*
  * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
  * 2. Improves image quality when scaled in IE7
  *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
  */
 
 img {
     border: 0; /* 1 */
     -ms-interpolation-mode: bicubic; /* 2 */
 }
 
 /*
  * Corrects overflow displayed oddly in IE9
  */
 
 svg:not(:root) {
     overflow: hidden;
 }
 
 
 /* =============================================================================
    Figures
    ========================================================================== */
 
 /*
  * Addresses margin not present in IE6/7/8/9, S5, O11
  */
 
 figure {
     margin: 0;
 }
 
 
 /* =============================================================================
    Forms
    ========================================================================== */
 
 /*
  * Corrects margin displayed oddly in IE6/7
  */
 
 form {
     margin: 0;
 }
 
 /*
  * Define consistent border, margin, and padding
  */
 
 fieldset {
     border: 1px solid #c0c0c0;
     margin: 0 2px;
     padding: 0.35em 0.625em 0.75em;
 }
 
 /*
  * 1. Corrects color not being inherited in IE6/7/8/9
  * 2. Corrects text not wrapping in FF3
  * 3. Corrects alignment displayed oddly in IE6/7
  */
 
 legend {
     border: 0; /* 1 */
     padding: 0;
     white-space: normal; /* 2 */
     *margin-left: -7px; /* 3 */
 }
 
 /*
  * 1. Corrects font size not being inherited in all browsers
  * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
  * 3. Improves appearance and consistency in all browsers
  */
 
 button,
 input,
 select,
 textarea {
     font-size: 100%; /* 1 */
     margin: 0; /* 2 */
     vertical-align: baseline; /* 3 */
     *vertical-align: middle; /* 3 */
 }
 
 /*
  * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
  */
 
 button,
 input {
     line-height: normal; /* 1 */
 }
 
 /*
  * 1. Improves usability and consistency of cursor style between image-type 'input' and others
  * 2. Corrects inability to style clickable 'input' types in iOS
  * 3. Removes inner spacing in IE7 without affecting normal text inputs
  *    Known issue: inner spacing remains in IE6
  */
 
 button,
 input[type="button"],
 input[type="reset"],
 input[type="submit"] {
     cursor: pointer; /* 1 */
     -webkit-appearance: button; /* 2 */
     *overflow: visible;  /* 3 */
 }
 
 /*
  * Re-set default cursor for disabled elements
  */
 
 button[disabled],
 input[disabled] {
     cursor: default;
 }
 
 /*
  * 1. Addresses box sizing set to content-box in IE8/9
  * 2. Removes excess padding in IE8/9
  * 3. Removes excess padding in IE7
       Known issue: excess padding remains in IE6
  */
 
 input[type="checkbox"],
 input[type="radio"] {
     box-sizing: border-box; /* 1 */
     padding: 0; /* 2 */
     *height: 13px; /* 3 */
     *width: 13px; /* 3 */
 }
 
 /*
  * 1. Addresses appearance set to searchfield in S5, Chrome
  * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
  */
 
 input[type="search"] {
     /*-webkit-appearance: textfield; /* 1 */*/
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box; /* 2 */
     box-sizing: border-box;
 }
 
 /*
  * Removes inner padding and search cancel button in S5, Chrome on OS X
  */
 
 input[type="search"]::-webkit-search-decoration,
 input[type="search"]::-webkit-search-cancel-button {
     -webkit-appearance: none;
 }
 
 /*
  * Removes inner padding and border in FF3+
  * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
  */
 
 button::-moz-focus-inner,
 input::-moz-focus-inner {
     border: 0;
     padding: 0;
 }
 
 /*
  * 1. Removes default vertical scrollbar in IE6/7/8/9
  * 2. Improves readability and alignment in all browsers
  */
 
 textarea {
     overflow: auto; /* 1 */
     vertical-align: top; /* 2 */
 }
 
 
 /* =============================================================================
    Tables
    ========================================================================== */
 
 /*
  * Remove most spacing between table cells
  */
 
 table {
     border-collapse: collapse;
     border-spacing: 0;
     width: 100%;
 }@font-face {
  font-family: 'icomoon';
  src:  url('/wp-content/themes/boston-club/dist/fonts/icomoon.eot?veykdf');
  src:  url('/wp-content/themes/boston-club/dist/fonts/icomoon.eot?veykdf#iefix') format('embedded-opentype'),
    url('/wp-content/themes/boston-club/dist/fonts/icomoon.ttf?veykdf') format('truetype'),
    url('/wp-content/themes/boston-club/dist/fonts/icomoon.woff?veykdf') format('woff'),
    url('/wp-content/themes/boston-club/dist/fonts/icomoon.svg?veykdf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail-envelope:before {
  content: "\E90E";
}
.icon-user-alt:before {
  content: "\E91A";
}
.icon-user:before {
  content: "\E903";
  color: inherit;
}
.icon-briefcase:before {
  content: "\E900";
  color: inherit;
}
.icon-arrow-left:before {
  content: "\E901";
  color: inherit;
}
.icon-arrow-up:before {
  content: "\E91B";
  color: inherit;
}
.icon-arrow-down:before {
  content: "\E91C";
  color: inherit;
}
.icon-arrow-right:before {
  content: "\E902";
  color: inherit;
}
.icon-home:before {
  content: "\E904";
  color: inherit;
}
.icon-layers:before {
  content: "\E905";
  color: inherit;
}
.icon-magnifying-glass:before {
  content: "\E906";
  color: inherit;
}
.icon-megaphone:before {
  content: "\E907";
  color: inherit;
}
.icon-member-card:before {
  content: "\E908";
  color: inherit;
}
.icon-letter:before {
  content: "\E909";
  color: inherit;
}
.icon-star-purple:before {
  content: "\E90A";
  color: #6d1d56;
}
.icon-check-mark-green .path1:before {
  content: "\E90B";
  color: rgb(7, 135, 118);
}
.icon-check-mark-green .path2:before {
  content: "\E90C";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-plus:before {
  content: "\E90D";
  color: inherit;
}
.icon-twitter:before {
  content: "\E90F";
  color: inherit;
}
.icon-star:before {
  content: "\E910";
  color: inherit;
}
.icon-linkedin:before {
  content: "\E911";
  color: inherit;
}
.icon-lightbulb:before {
  content: "\E912";
  color: inherit;
}
.icon-document:before {
  content: "\E913";
  color: inherit;
} 
.icon-handshake:before {
  content: "\E914";
  color: inherit;
}
.icon-minus:before {
  content: "\E915";
  color: #555759;
}
.icon-caret-right:before {
  content: "\E916";
  color: #555759;
}
.icon-facebook:before {
  content: "\E917";
  color: inherit;
}
.icon-chat-bubble:before {
  content: "\E918";
  color: inherit;
}
.icon-calendar:before {
  content: "\E919";
  color: inherit;
}/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}section,
article,
aside,
header,
footer,
nav,
div,
span,
a,
p,
ul,
li,
i,
form,
input,
textarea,
img,
svg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

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

.clearfix::after {
  clear: both; }

img {
  height: auto;
  max-width: 100%; }
  img.alignleft {
    float: left;
    margin: 0 40px 24px 0;
    max-width: 600px; }
    @media screen and (max-width: 960px) {
      img.alignleft {
        max-width: 400px; } }
    @media screen and (max-width: 767px) {
      img.alignleft {
        float: none;
        max-width: 100%;
        margin-right: 0; } }
  img.alignright {
    margin: 0 0 24px 40px;
    max-width: 600px;
    float: right; }
    @media screen and (max-width: 960px) {
      img.alignright {
        max-width: 400px; } }
    @media screen and (max-width: 767px) {
      img.alignright {
        max-width: 100%;
        margin-left: 0;
        float: none; } }
  img.aligncenter {
    margin: 0 auto 24px;
    display: block; }

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }

.centered {
  text-align: center; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Lato", sans-serif, sans-serif;
  color: inherit; }

h1 {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.3em;
  font-weight: normal; }

h2 {
  margin-bottom: 32px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 24px;
      line-height: 34px; } }
  @media screen and (max-width: 480px) {
    h2 {
      font-size: 22px;
      line-height: 32px; } }

h3 {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media screen and (max-width: 1024px) {
    h3 {
      margin-top: 2rem; } }

h4 {
  margin: 40px 0 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px; }

h5 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }

h6 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600; }
  h6.no-margin {
    margin-bottom: 0; }

p {
  margin: 0 0 24px; }
  p .btn {
    margin-top: 30px; }

p.intro-text {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 24px; }

p.x-large-text {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0; }
  @media screen and (max-width: 767px) {
    p.x-large-text {
      font-size: 24px; } }
  @media screen and (max-width: 480px) {
    p.x-large-text {
      font-size: 20px; } }

p.large-text {
  font-size: 18px;
  line-height: 28px; }

p.small-text {
  font-size: 12px;
  line-height: 14px; }

p.grey-dark {
  color: #54575a; }

p.capitalized-text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  p.capitalized-text + p .btn {
    margin-top: 0; }

a {
  text-decoration: none;
  font-weight: 900;
  color: inherit; }
  a:hover {
    text-decoration: underline; }

.form {
  margin-bottom: 10px; }
  .form p {
    margin: 0 0 0 10px; }
  .form .form-subtitle {
    font-size: 18px;
    margin: 0 0 35px 0; }
  .form .form-element {
    margin-bottom: 28px; }
    .form .form-element h3 {
      margin-top: 44px;
      margin-bottom: 24px;
      font-size: 18px; }
    .form .form-element ul {
      padding: 0 0 0 70px; }
    .form .form-element .subtext {
      font-size: 14px;
      margin: 0 0 14px 0; }
  .form .form-element--comittess input[type="checkbox"] {
    margin-left: 0;
    top: -1px; }
  .form input[type="checkbox"] {
    margin-left: 20px;
    top: -1px; }

.form--contact {
  padding: 40px 0 0; }

.form--submit-your-resume {
  padding: 40px 0 0; }
  .form--submit-your-resume .upload-title {
    top: 15%; }
    @media screen and (max-width: 767px) {
      .form--submit-your-resume .upload-title {
        text-align: center;
        margin-bottom: 10px; } }
  .form--submit-your-resume textarea {
    height: 80px; }
  .form--submit-your-resume input[type='file'] {
    position: absolute;
    left: -120px;
    top: -10px;
    width: 10rem;
    opacity: 0; }
  .form--submit-your-resume .file-input-label {
    margin-bottom: 1rem;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 0;
    min-width: 10rem;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-family: "Lato", sans-serif, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 900;
    text-align: center;
    padding: 10px 40px; }
    .form--submit-your-resume .file-input-label:hover {
      background-color: #dbc657; }
    @media screen and (max-width: 480px) {
      .form--submit-your-resume .file-input-label {
        margin-top: 2rem; } }
    .form--submit-your-resume .file-input-label .file-text {
      position: absolute;
      top: 30px;
      font-weight: lighter;
      font-size: .7rem;
      text-align: left;
      width: 100%;
      overflow: hidden;
      height: 1rem; }
  .form--submit-your-resume .file-input-label-resume {
    letter-spacing: 2px;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 0;
    min-width: 10rem;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-family: "Lato", sans-serif, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 900;
    text-align: center; }
    .form--submit-your-resume .file-input-label-resume:hover {
      background-color: #dbc657; }
    @media screen and (max-width: 480px) {
      .form--submit-your-resume .file-input-label-resume {
        margin-top: 2rem; } }
    .form--submit-your-resume .file-input-label-resume .file-text {
      position: absolute;
      top: 30px;
      font-weight: lighter;
      font-size: .6rem;
      text-align: left;
      width: 100%;
      overflow: hidden;
      height: 1rem; }
  .form--submit-your-resume .input-field {
    background-color: rgba(84, 87, 90, 0.5);
    border: none;
    color: #ffffff; }
    .form--submit-your-resume .input-field:focus:not(.input-field--has-error) {
      border-color: white; }
    .form--submit-your-resume .input-field::-webkit-input-placeholder {
      color: #ffffff; }
    .form--submit-your-resume .input-field:-ms-input-placeholder {
      color: #ffffff; }
    .form--submit-your-resume .input-field::-ms-input-placeholder {
      color: #ffffff; }
    .form--submit-your-resume .input-field::placeholder {
      color: #ffffff; }
  .form--submit-your-resume .wpcf7-not-valid {
    border: solid 2px red; }

.btn, .pagination .nav-links__prev a, .pagination .nav-links__next a {
  margin: 0;
  padding: 11px 20px 11px;
  min-width: 230px;
  font-family: "Lato", sans-serif, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #008476;
  letter-spacing: 1px;
  border: 2px solid #008476;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  background: transparent;
  -webkit-transition: color .2s ease, background-color .2s ease;
  -o-transition: color .2s ease, background-color .2s ease;
  transition: color .2s ease, background-color .2s ease; }
  .btn:hover, .pagination .nav-links__prev a:hover, .pagination .nav-links__next a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #008476; }
  @media screen and (max-width: 380px) {
    .btn:not(.btn--read-more), .pagination .nav-links__prev a:not(.btn--read-more), .pagination .nav-links__next a:not(.btn--read-more) {
      min-width: initial;
      width: 100%; } }

.btn--full-width {
  width: 100%; }

.btn--small, .pagination .nav-links a.page-numbers, .pagination .nav-links__prev a, .pagination .nav-links__next a {
  padding: 6px 20px 6px;
  min-width: inherit;
  border-radius: 3px; }

.btn--read-more {
  padding-right: 42px; }

.btn--la {
  text-align: left; }

.btn--light {
  color: #ffffff;
  border-color: #ffffff; }
  .btn--light:hover {
    background: #dbc657;
    border-color: #dbc657; }

.btn--white, .pagination .nav-links a.page-numbers, .pagination .nav-links__prev a, .pagination .nav-links__next a {
  border: 1px solid #000000;
  color: #000000;
  font-weight: 500; }
  .btn--white:hover, .pagination .nav-links a.page-numbers:hover, .pagination .nav-links__prev a:hover, .pagination .nav-links__next a:hover {
    color: #ffffff;
    background: #622d50;
    border: 1px solid #622d50; }

.btn--white--green, .pagination .nav-links__prev a, .pagination .nav-links__next a {
  padding: 3px 5px 3px; }
  .btn--white--green:hover, .pagination .nav-links__prev a:hover, .pagination .nav-links__next a:hover {
    color: #ffffff;
    background: #008476;
    border: 1px solid #008476; }

.btn--teal {
  color: #19988B;
  border-color: #19988B; }
  .btn--teal:hover {
    color: #ffffff;
    background: #622d50;
    border-color: #622d50; }

.btn--gold {
  color: #54575a;
  border-color: #dbc657;
  background: rgba(179, 165, 88, 0.66); }
  .btn--gold:hover {
    color: #54575a;
    background: #dbc657; }

.btn--dark {
  color: #54575a;
  border-color: #54575a; }
  .btn--dark:hover {
    color: #ffffff;
    border-color: #622d50;
    background: #622d50; }

.btn--green {
  color: #ffffff;
  border-color: #ffffff; }
  .btn--green:hover {
    color: #54575a;
    background: #dbc657; }

.btn--has-icon {
  padding-left: 50px; }
  .btn--has-icon span {
    position: absolute;
    top: 10px;
    left: 24px;
    font-size: 32px; }
  .btn--has-icon i {
    position: absolute;
    top: 10px;
    left: 24px;
    font-size: 26px; }

.input-label {
  margin: 0 0 2px;
  font-size: 15px;
  line-height: 19px;
  font-weight: normal;
  color: #000000;
  display: block; }

.input-field, .sf-input-text {
  margin: 0 0 10px;
  padding: 9px 13px 8px;
  width: 100%;
  font-family: "Lato", sans-serif, sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: normal;
  color: #231f20;
  word-break: normal;
  border: 2px solid #54575a;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  display: inline-block;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .input-field:focus:not(.input-field--has-error), .sf-input-text:focus:not(.input-field--has-error) {
    border-color: #000000; }
  .input-field::-webkit-input-placeholder, .sf-input-text::-webkit-input-placeholder {
    font-weight: normal;
    color: #000000; }
  .input-field:-moz-placeholder, .sf-input-text:-moz-placeholder {
    font-weight: normal;
    color: #000000; }
  .input-field::-moz-placeholder, .sf-input-text::-moz-placeholder {
    font-weight: normal;
    color: #000000; }
  .input-field:-ms-input-placeholder, .sf-input-text:-ms-input-placeholder {
    font-weight: normal;
    color: #000000; }

textarea.input-field {
  min-height: 90px;
  resize: none; }

.flex-container {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .flex-container {
      -ms-flex-direction: column;
          flex-direction: column; } }

@media screen and (max-width: 767px) {
  .flex-item {
    width: 100%; } }

.flex-item--100 {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .flex-item--100 {
      width: 100%; } }

.flex-item--95 {
  width: 95%; }
  @media screen and (max-width: 767px) {
    .flex-item--95 {
      width: 100%; } }

.flex-item--90 {
  width: 90%; }
  @media screen and (max-width: 767px) {
    .flex-item--90 {
      width: 100%; } }

.flex-item--75 {
  width: 75%; }
  @media screen and (max-width: 767px) {
    .flex-item--75 {
      width: 100%; } }

.flex-item--70 {
  width: 70%; }
  @media screen and (max-width: 767px) {
    .flex-item--70 {
      width: 100%; } }

.flex-item--66 {
  width: 66%; }
  @media screen and (max-width: 767px) {
    .flex-item--66 {
      width: 100%; } }

.flex-item--60 {
  width: 60%; }
  @media screen and (max-width: 767px) {
    .flex-item--60 {
      width: 100%; } }

.flex-item--50 {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .flex-item--50 {
      width: 100%; } }

.flex-item--40 {
  width: 40%; }
  @media screen and (max-width: 767px) {
    .flex-item--40 {
      width: 100%; } }

.flex-item--33 {
  width: 33%; }
  @media screen and (max-width: 767px) {
    .flex-item--33 {
      width: 100%; } }

.flex-item--30 {
  width: 30%; }
  @media screen and (max-width: 767px) {
    .flex-item--30 {
      width: 100%; } }

.flex-item--25 {
  width: 25%; }
  @media screen and (max-width: 767px) {
    .flex-item--25 {
      width: 100%; } }

.flex-item--20 {
  width: 20%; }
  @media screen and (max-width: 767px) {
    .flex-item--20 {
      width: 100%; } }

.flex-item--10 {
  width: 10%; }
  @media screen and (max-width: 767px) {
    .flex-item--10 {
      width: 100%; } }

.flex-item--5 {
  width: 5%; }
  @media screen and (max-width: 767px) {
    .flex-item--5 {
      width: 100%; } }

.three-columns {
  margin: 0 -30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .three-columns .flex-item--33 {
    margin: 0 30px;
    width: calc(33% - 60px); }
  @media screen and (max-width: 767px) {
    .three-columns {
      margin: 0; }
      .three-columns .flex-item--33 {
        margin: 0;
        width: 100%; } }

.two-columns {
  margin: 0 -50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .two-columns .flex-item--50 {
    margin: 0 50px;
    width: calc(50% - 100px); }
  @media screen and (max-width: 767px) {
    .two-columns {
      margin: 0; }
      .two-columns .flex-item--50 {
        margin: 0;
        width: 100%; } }

.pt--xl {
  padding-top: 142px; }
  @media screen and (max-width: 1023px) {
    .pt--xl {
      padding-top: 71px; } }

.pt--lg {
  padding-top: 118px; }
  @media screen and (max-width: 1023px) {
    .pt--lg {
      padding-top: 60px; } }

.pt--lg2 {
  padding-top: 98px; }
  @media screen and (max-width: 1023px) {
    .pt--lg2 {
      padding-top: 60px; } }

.pt--md {
  padding-top: 76px; }

.pt--md2 {
  padding-top: 44px; }

.pt--sm {
  padding-top: 20px; }

.pb--xl {
  padding-bottom: 112px; }
  @media screen and (max-width: 1023px) {
    .pb--xl {
      padding-bottom: 71px; } }

.pb--lg {
  padding-bottom: 90px; }
  @media screen and (max-width: 1023px) {
    .pb--lg {
      padding-bottom: 60px; } }

.pb--md {
  padding-bottom: 50px; }
  @media screen and (max-width: 1023px) {
    .pb--md {
      padding-bottom: 25px; } }

.pb--md2 {
  padding-bottom: 25px; }

.pb--xs {
  padding-bottom: 10px; }

.pr--xl {
  padding-bottom: 112px; }
  @media screen and (max-width: 1023px) {
    .pr--xl {
      padding-right: 71px; } }

.pr--lg {
  padding-right: 90px; }
  @media screen and (max-width: 1023px) {
    .pr--lg {
      padding-right: 60px; } }

.pr--md {
  padding-right: 50px; }
  @media screen and (max-width: 1023px) {
    .pr--md {
      padding-right: 25px; } }

.pl--md {
  padding-left: 50px; }
  @media screen and (max-width: 1023px) {
    .pl--md {
      padding-left: 25px; } }

.pr--md2 {
  padding-right: 25px; }

.pr--xs {
  padding-right: 10px; }

.mb--xl {
  margin-bottom: 112px; }
  @media screen and (max-width: 1023px) {
    .mb--xl {
      margin-bottom: 71px; } }

.mb--lg {
  margin-bottom: 90px; }
  @media screen and (max-width: 1023px) {
    .mb--lg {
      margin-bottom: 60px; } }

.mb--md {
  margin-bottom: 50px; }
  @media screen and (max-width: 1023px) {
    .mb--md {
      margin-bottom: 25px; } }

.mb--md2 {
  margin-bottom: 25px; }

.mb--xs {
  margin-bottom: 10px; }

.mt--xl {
  margin-top: 112px; }
  @media screen and (max-width: 1023px) {
    .mt--xl {
      margin-top: 71px; } }

.mt--lg {
  margin-top: 90px; }
  @media screen and (max-width: 1023px) {
    .mt--lg {
      margin-top: 60px; } }

.mt--md {
  margin-top: 50px; }
  @media screen and (max-width: 1023px) {
    .mt--md {
      margin-top: 25px; } }

.mt--md2 {
  margin-top: 25px; }

.mt--xs {
  margin-top: 10px; }

.mr--xl {
  margin-right: 112px; }
  @media screen and (max-width: 1023px) {
    .mr--xl {
      margin-right: 71px; } }

.mr--lg {
  margin-right: 90px; }
  @media screen and (max-width: 1023px) {
    .mr--lg {
      margin-right: 60px; } }

.mr--md {
  margin-right: 50px; }
  @media screen and (max-width: 1023px) {
    .mr--md {
      margin-right: 25px; } }

.mr--md2 {
  margin-right: 25px; }

.mr--sm {
  margin-right: 20px; }

.mr--xs {
  margin-right: 10px; }

.mh--xl {
  margin-left: 112px;
  margin-right: 112px; }
  @media screen and (max-width: 1023px) {
    .mh--xl {
      margin-left: 71px;
      margin-right: 71px; } }

.mh--lg {
  margin-left: 90px;
  margin-right: 90px; }
  @media screen and (max-width: 1023px) {
    .mh--lg {
      margin-left: 60px;
      margin-right: 60px; } }

.mh--md {
  margin-left: 50px;
  margin-right: 50px; }
  @media screen and (max-width: 1023px) {
    .mh--md {
      margin-left: 25px;
      margin-right: 25px; } }

.mh--md2 {
  margin-left: 25px;
  margin-right: 25px; }

.mh--sm {
  margin-left: 20px;
  margin-right: 20px; }

.mh--xs {
  margin-left: 10px;
  margin-right: 10px; }

.mv--xl {
  margin-top: 112px;
  margin-bottom: 112px; }
  @media screen and (max-width: 1023px) {
    .mv--xl {
      margin-top: 71px;
      margin-bottom: 71px; } }

.mv--lg {
  margin-top: 90px;
  margin-bottom: 90px; }
  @media screen and (max-width: 1023px) {
    .mv--lg {
      margin-top: 60px;
      margin-bottom: 60px; } }

.mv--md {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (max-width: 1023px) {
    .mv--md {
      margin-top: 25px;
      margin-bottom: 25px; } }

.mv--md2 {
  margin-top: 25px;
  margin-bottom: 25px; }

.mv--sm {
  margin-top: 20px;
  margin-bottom: 20px; }

.mv--xs {
  margin-top: 10px;
  margin-bottom: 10px; }

.pv--xl {
  padding-top: 112px;
  padding-bottom: 112px; }
  @media screen and (max-width: 1023px) {
    .pv--xl {
      padding-top: 71px;
      padding-bottom: 71px; } }

.pv--lg {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media screen and (max-width: 1023px) {
    .pv--lg {
      padding-top: 60px;
      padding-bottom: 60px; } }

.pv--md {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 1023px) {
    .pv--md {
      padding-top: 25px;
      padding-bottom: 25px; } }

.pv--md2 {
  padding-top: 25px;
  padding-bottom: 25px; }

.pv--sm {
  padding-top: 20px;
  padding-bottom: 20px; }

.pv--xs {
  padding-top: 10px;
  padding-bottom: 10px; }

.ph--xl {
  padding-top: 112px;
  padding-bottom: 112px; }
  @media screen and (max-width: 1023px) {
    .ph--xl {
      padding-top: 71px;
      padding-bottom: 71px; } }

.ph--lg {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media screen and (max-width: 1023px) {
    .ph--lg {
      padding-top: 60px;
      padding-bottom: 60px; } }

.ph--md {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 1023px) {
    .ph--md {
      padding-top: 25px;
      padding-bottom: 25px; } }

.ph--md2 {
  padding-top: 25px;
  padding-bottom: 25px; }

.ph--sm {
  padding-top: 20px;
  padding-bottom: 20px; }

.ph--xs {
  padding-left: 10px;
  padding-right: 10px; }

.mb--na {
  margin-bottom: 0; }

.ma--na {
  margin: 0; }

.height--full {
  height: 100%; }

.width--full {
  width: 100%; }

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

.anchor-email {
  color: blue; }

html {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  position: relative;
  height: 100%;
  font-family: "Lato", sans-serif, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 300;
  word-break: break-word;
  color: #54575a;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff; }

.inner-column {
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1230px; }

.inner-column--very-wide {
  max-width: 1600px; }

.inner-column--wide {
  max-width: 1400px; }

.inner-column--less-wide {
  max-width: 1080px; }

.inner-column--less-narrow {
  max-width: 950px; }

.inner-column--somewhat-narrow {
  max-width: 840px; }

.inner-column--narrow {
  max-width: 640px; }

.inner-column--super-narrow {
  max-width: 460px; }

.utility-bar {
  padding: 16px 0 3px;
  text-align: center;
  color: #ffffff;
  border-top: 5px solid #231f20;
  background: #54575a; }
  @media screen and (max-width: 768px) {
    .utility-bar {
      text-align: left; } }

.social-media-links {
  font-size: 0;
  display: inline-block; }

.social-media-link {
  margin: 0 10px;
  font-size: 17px;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }
  .social-media-link .icon-linkedin {
    top: -1px;
    font-size: 14px; }
  .social-media-link .icon-twitter {
    font-size: 13px; }
  .social-media-link:hover {
    color: #dbc657;
    text-decoration: none; }

.login-link {
  font-size: 12px;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  float: right;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }
  .login-link .icon-user {
    top: 1px;
    margin-right: 6px;
    font-size: 14px;
    display: inline-block; }
  .login-link:hover {
    text-decoration: none;
    color: #dbc657; }

.header {
  height: 132px;
  z-index: 10;
  text-align: center;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background: #ffffff; }
  .header .logo {
    top: 29px;
    margin: 0 20px;
    width: 286px;
    display: inline-block; }
    .header .logo img {
      display: inline-block; }
  @media screen and (max-width: 1100px) {
    .header {
      padding: 6px 0;
      height: 78px; }
      .header .logo {
        top: 0;
        margin: 0;
        width: 220px; } }
  @media screen and (max-width: 380px) {
    .header {
      text-align: left; }
      .header .logo {
        margin-left: -15px; } }

.menu-logo a {
  text-indent: -3000px;
  width: 300px;
  background-image: url("/wp-content/uploads/2018/12/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  border-top: none; }

.half-nav {
  margin: 0;
  padding: 0;
  top: 0;
  vertical-align: top;
  list-style-type: none;
  display: inline-block; }
  @media screen and (max-width: 1100px) {
    .half-nav {
      display: none; } }
  .half-nav li {
    margin: 0;
    padding: 0;
    display: inline-block;
    border-top: none; }
    .half-nav li.menu-logo a {
      border-top: none; }
      .half-nav li.menu-logo a:hover {
        border-top: none; }
    .half-nav li.current_page_item a {
      color: #19988B; }
    .half-nav li.current_page_item .sub-menu li a {
      color: #54575a; }
    @media screen and (max-width: 1100px) {
      .half-nav li {
        display: block; } }
    .half-nav li:hover .sub-menu {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      pointer-events: initial; }
    .half-nav li:hover .nav-link:not(.nav-link--child) {
      text-decoration: none;
      color: #622d50; }
      .half-nav li:hover .nav-link:not(.nav-link--child):before {
        height: 4px; }
    .half-nav li a {
      margin: 0 24px;
      padding-top: 63px;
      padding-bottom: 49px;
      font-size: 14px;
      line-height: 24px;
      font-weight: normal;
      text-transform: uppercase;
      text-decoration: none;
      color: #54575a;
      display: inline-block;
      -webkit-transition: color .2s ease;
      -o-transition: color .2s ease;
      transition: color .2s ease; }
      .half-nav li a:hover {
        color: #622d50;
        border-top: 2px solid #622d50; }
      .half-nav li a:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        content: '';
        z-index: 1;
        height: 0;
        display: block;
        background: #622d50;
        -webkit-transition: height .2s ease;
        -o-transition: height .2s ease;
        transition: height .2s ease; }
      @media screen and (max-width: 1100px) {
        .half-nav li a {
          margin: 0;
          padding: 10px 30px;
          text-align: center;
          display: block; }
          .half-nav li a:before {
            display: none; } }

.menu-item {
  margin: 0;
  padding: 0;
  display: inline-block; }
  .menu-item a {
    border-top: solid 2px transparent; }
  @media screen and (max-width: 1100px) {
    .menu-item {
      display: block; } }

.current_page_item a {
  border-top: 2px solid #19988B;
  color: #19988B; }

.current_page_item li a {
  border-top: none; }

.menu-item-has-children {
  border-top: 1px solid #2C3E50;
  display: block; }
  @media screen and (max-width: 1100px) {
    .menu-item-has-children {
      border-top: none; } }
  .menu-item-has-children:first-child {
    border-top: none; }

.sub-menu {
  position: absolute;
  top: 131px;
  z-index: 1000;
  margin: 0;
  padding: 0;
  min-width: 234px;
  list-style-type: none;
  border-top: 3px solid #622d50;
  opacity: 0;
  -webkit-transform: translate3d(0, 6px, 0);
          transform: translate3d(0, 6px, 0);
  pointer-events: none;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  display: block;
  background: #ffffff;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  -o-transition: opacity .2s ease, transform .2s ease;
  transition: opacity .2s ease, transform .2s ease;
  transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease; }
  .sub-menu li {
    border-top: 1px solid #2C3E50;
    display: block; }
    .sub-menu li:first-child {
      border-top: none; }
    .sub-menu li a {
      margin: 0;
      padding: 11px 30px 13px;
      text-transform: none;
      text-align: left;
      display: block;
      -webkit-transition: background .2s ease;
      -o-transition: background .2s ease;
      transition: background .2s ease;
      font-size: 14px;
      line-height: 24px;
      font-weight: normal;
      text-decoration: none;
      color: #54575a; }
      .sub-menu li a:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        content: '';
        z-index: 1;
        height: 0;
        display: block;
        background: #622d50;
        -webkit-transition: height .2s ease;
        -o-transition: height .2s ease;
        transition: height .2s ease; }
      @media screen and (max-width: 1100px) {
        .sub-menu li a {
          margin: 0;
          padding: 10px 30px;
          text-align: center;
          display: block; }
          .sub-menu li a:before {
            display: none; } }
      .sub-menu li a:before {
        display: none; }
      .sub-menu li a:hover {
        text-decoration: none;
        color: #54575a;
        background: #C3AFBC; }

.menu-item:hover .sub-menu {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: initial; }

.mobile-nav {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 800;
  margin: 0;
  padding: 10px 0 12px;
  list-style-type: none;
  display: none;
  background: #f4f4f4; }
  .mobile-nav ul {
    padding: 0;
    margin: 0; }
    .mobile-nav ul li {
      text-align: center;
      -webkit-box-shadow: 0 0.5px 0 0 #231f20;
              box-shadow: 0 0.5px 0 0 #231f20;
      padding: 20px;
      font-size: 22px; }
      .mobile-nav ul li:last-child {
        -webkit-box-shadow: 0 0 0 0 #231f20;
                box-shadow: 0 0 0 0 #231f20; }
      .mobile-nav ul li.current_page_item a {
        color: #19988B; }
      .mobile-nav ul li.menu-item-object-custom {
        display: none; }
      .mobile-nav ul li a {
        border-top: none;
        color: #622d50; }
  @media screen and (max-width: 1100px) {
    .mobile-nav {
      display: none; }
      .mobile-nav.mobile-nav--active {
        display: block; } }

.mobile-nav-toggle {
  position: absolute;
  top: 11px;
  right: 20px;
  z-index: 10;
  padding: 10px;
  width: 40px;
  display: none; }
  .mobile-nav-toggle span {
    margin: 4px 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    display: block;
    background: #54575a;
    -webkit-transition: opacity .15s ease, -webkit-transform .15s ease;
    transition: opacity .15s ease, -webkit-transform .15s ease;
    -o-transition: opacity .15s ease, transform .15s ease;
    transition: opacity .15s ease, transform .15s ease;
    transition: opacity .15s ease, transform .15s ease, -webkit-transform .15s ease;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0; }
  @media screen and (max-width: 1100px) {
    .mobile-nav-toggle {
      display: block; } }
  @media screen and (max-width: 380px) {
    .mobile-nav-toggle {
      top: 12px;
      right: 5px; } }

.mobile-nav-toggle--active span:nth-child(2) {
  opacity: 0; }

.mobile-nav-toggle--active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate3d(0, -2.5px, 0);
          transform: rotate(45deg) translate3d(0, -2.5px, 0); }

.mobile-nav-toggle--active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.section-separator {
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 200;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  background: #ffffff; }
  .section-separator.section--no-z-index {
    z-index: 9; }
  .section-separator:before {
    position: absolute;
    top: 20px;
    left: 20px;
    content: '';
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    background: #008476; }
  .section-separator i {
    top: 0;
    z-index: 10;
    font-size: 40px;
    color: #ffffff;
    display: inline-block; }
    .section-separator i.icon-calendar {
      top: 0; }
    .section-separator i.icon-star {
      top: -1px; }
    .section-separator i.icon-chat-bubble {
      top: -2px; }
    .section-separator i.icon-user-alt {
      top: -1px;
      font-size: 26px; }

.section-separator--purple:before {
  background: #622d50; }

.section-separator--less-offset {
  top: -45px; }

.section--intro {
  height: 770px;
  text-align: center;
  color: #ffffff;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .section--intro:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    content: '';
    display: block;
    background: rgba(84, 87, 90, 0.5); }
  .section--intro .vertically-centered {
    z-index: 10;
    width: 100%; }
  .section--intro .section--no-z-index {
    z-index: 9; }
  .section--intro h1 {
    margin-bottom: 14px; }
  .section--intro h2 {
    margin-bottom: 42px;
    min-width: 160px; }
  .section--intro p.large-text {
    margin-bottom: 11px; }
  .section--intro p {
    line-height: 16px; }
  @media screen and (max-width: 768px) {
    .section--intro {
      height: 370px; }
      .section--intro .vertically-centered {
        padding-top: 50px;
        padding-bottom: 80px;
        top: initial; } }
  @media screen and (max-width: 480px) {
    .section--intro {
      height: 500px; } }

@media screen and (max-width: 768px) {
  .home .section--intro {
    height: 500px; } }

.photo-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

.mobile-background {
  display: none;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover; }
  @media screen and (max-width: 480px) {
    .mobile-background {
      position: absolute;
      z-index: -99;
      width: 100%;
      height: 100%;
      pointer-events: none;
      display: block; } }

.video-background {
  position: absolute;
  z-index: -99;
  top: -13%;
  left: -3%;
  width: 105%;
  height: 125%;
  pointer-events: none;
  display: block; }
  @media screen and (max-width: 480px) {
    .video-background {
      display: none; } }
  .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: block; }
  @media screen and (max-width: 1200px) {
    .video-background {
      top: -15%;
      left: -15%;
      width: 130%;
      height: 130%; } }
  @media screen and (min-width: 2080px) {
    .video-background {
      top: -40%;
      left: -40%;
      width: 180%;
      height: 180%; } }
  @media screen and (max-width: 940px) {
    .video-background {
      top: -40%;
      left: -40%;
      width: 180%;
      height: 180%; } }
  @media screen and (max-width: 768px) {
    .video-background {
      top: -25%;
      left: -25%;
      width: 150%;
      height: 150%; } }
  @media screen and (max-width: 540px) {
    .video-background {
      top: -100%;
      left: -100%;
      width: 300%;
      height: 300%; } }

.video {
  height: auto;
  max-width: 100%; }
  .video.alignleft {
    float: left;
    margin: 0 40px 24px 0;
    max-width: 600px; }
    @media screen and (max-width: 960px) {
      .video.alignleft {
        max-width: 400px; } }
    @media screen and (max-width: 767px) {
      .video.alignleft {
        float: none;
        max-width: 100%;
        margin-right: 0; } }

.section--inner-page-intro {
  min-height: 720px; }
  .section--inner-page-intro .vertically-centered {
    top: 50px; }
  @media screen and (max-width: 768px) {
    .section--inner-page-intro {
      min-height: 0; }
      .section--inner-page-intro .vertically-centered {
        top: 24px; } }

.section-title {
  margin-bottom: 0;
  padding: 16px 38px 17px;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 4px solid #ffffff;
  border-radius: 5px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .section-title {
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    .section-title {
      font-size: 28px; } }
  @media screen and (max-width: 380px) {
    .section-title {
      font-size: 25px; } }

.page-title, .page-title--white {
  margin-bottom: 76px;
  padding-top: 25px;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #54575a;
  display: block; }
  .page-title:after, .page-title--white:after {
    position: relative;
    margin: 36px auto 0;
    content: '';
    width: 100px;
    height: 1px;
    display: block;
    background: #a1b1bc; }

.section-subtitle {
  margin-bottom: 52px;
  padding-top: 25px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #54575a;
  display: block; }
  .section-subtitle:after {
    position: relative;
    margin: 30px auto 0;
    content: '';
    width: 100px;
    height: 1px;
    display: block;
    background: #a1b1bc; }

.page-subtitle {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 65px;
  margin-bottom: 101px; }

.page-title--white {
  color: #ffffff;
  margin-bottom: 56px; }

.page-title--no-margin-bottom {
  margin-bottom: 0;
  margin-top: 89px; }
  .page-title--no-margin-bottom:after {
    position: relative;
    margin: 36px auto 0;
    display: block;
    background: none; }

.page-title--no-margin {
  margin-bottom: 0;
  margin-top: 0; }
  .page-title--no-margin:after {
    position: relative;
    margin: 36px auto 0;
    display: block;
    background: none; }

.page-title--no-margin-no-padding {
  margin-bottom: 0;
  padding-top: 0; }
  .page-title--no-margin-no-padding:after {
    margin: 0;
    display: block;
    background: none; }

.resourcepage-title--purple {
  color: #622d50; }

.page-content::before, .page-content::after {
  content: '';
  display: table; }

.page-content::after {
  clear: both; }

.page-content h2 {
  margin-bottom: 32px; }

.dual-buttons {
  padding-top: 17px;
  font-size: 0; }
  .dual-buttons .btn {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    letter-spacing: 2px; }
  @media screen and (max-width: 620px) {
    .dual-buttons .btn {
      margin-left: auto;
      margin-right: auto;
      max-width: 240px;
      display: block; } }
  @media screen and (max-width: 380px) {
    .dual-buttons .btn {
      margin-bottom: 18px;
      max-width: 100%; } }

.section--white {
  background: #ffffff; }

.resource-library-text h4 {
  margin-bottom: 10px; }

.resource-library-text h6 {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: lighter;
  margin-bottom: 100px; }

#current h3 {
  margin-bottom: 0; }

.section--grey {
  color: #ffffff;
  background: #54575a; }
  .section--grey a {
    text-decoration: underline; }

.section--photo-bg {
  min-height: 700px;
  color: #ffffff;
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .section--photo-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    display: block;
    background: rgba(84, 87, 90, 0.5); }
  .section--photo-bg .inner-column {
    z-index: 20;
    width: 100%; }
  .section--photo-bg h3 {
    margin-bottom: 15px; }
  @media screen and (max-width: 1023px) {
    .section--photo-bg:before {
      background: rgba(74, 77, 80, 0.85); }
    .section--photo-bg .flex-item--60 {
      display: none; }
    .section--photo-bg .flex-item--40 {
      width: 100%; } }

.section--green {
  color: #ffffff;
  background: #008476; }
  .section--green a {
    text-decoration: underline; }
  .section--green .press-article .no-underline {
    text-decoration: none;
    font-size: .8rem;
    font-weight: 300; }
  .section--green .press-article a span {
    text-decoration: none; }

.section--press {
  line-height: 18px; }
  .section--press .two-columns {
    padding-top: 28px; }
  .section--press p {
    margin-bottom: 18px; }

.section--benefits hr {
  height: 1px;
  background-color: #ECF0F1;
  border: none;
  margin: 2px; }

.section--benefits ul {
  list-style: none;
  text-align: justify;
  padding-left: 15%;
  margin: 0; }
  .section--benefits ul li {
    line-height: 30px;
    text-indent: -2.2rem; }
    .section--benefits ul li:before {
      content: "\E90A";
      color: #6d1d56;
      position: relative;
      top: 7px;
      font-family: 'icomoon';
      font-size: 30px;
      margin-right: 5px; }

.section--criteria ul {
  list-style: none;
  text-align: justify;
  padding: 0;
  margin: 0; }
  .section--criteria ul li {
    border-bottom: 1px solid #19988B;
    font-weight: bold;
    line-height: 30px; }
    .section--criteria ul li:last-child {
      border-bottom: none; }
    .section--criteria ul li::before {
      content: "";
      color: inherit;
      background-image: url(/wp-content/themes/boston-club/dist/img/icons/greencheckmark_icon.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 30px;
      height: 25px;
      position: relative;
      top: 6px;
      margin-right: 5px;
      display: inline-block; }

.section--programs {
  font-size: 14px;
  line-height: 24px; }
  .section--programs .three-columns {
    padding-top: 66px; }
    .section--programs .three-columns .flex-item--33 {
      padding-bottom: 40px; }
      @media screen and (max-width: 1023px) {
        .section--programs .three-columns .flex-item--33 {
          width: calc(50% - 60px); } }
      @media screen and (max-width: 767px) {
        .section--programs .three-columns .flex-item--33 {
          width: 100%; } }
  .section--programs h4 {
    margin-bottom: 9px;
    color: #008476; }
  .section--programs p {
    margin-bottom: 6px; }
    .section--programs p + h4 {
      margin-top: 52px; }

.section--half-bleed-container {
  min-height: 540px; }

.section--logo-bar {
  padding: 0 0 30px 0;
  background: #ddddde; }

.logo-item {
  margin: 1%;
  width: 18.5%;
  display: -ms-flexbox;
  display: flex;
  background-color: #ddddde;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .logo-item {
      display: block;
      width: 90%; } }
  .logo-item img {
    display: block;
    mix-blend-mode: darken;
    padding: 2px;
    margin: auto;
    width: 100%; }

.logo-item-sponsor {
  margin: 1%;
  width: 18.5%;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .logo-item-sponsor {
      display: block;
      width: 90%; } }
  .logo-item-sponsor img {
    display: block;
    padding: 2px;
    margin: auto;
    width: 100%; }

.logo-item--darken-blend-mode, .slick-list {
  mix-blend-mode: darken; }

.feature-graphic-list {
  padding: 60px 0 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.feature-graphic-list--pd--na {
  padding: 0; }

.feature-graphic-item {
  margin: 0 0 30px;
  padding: 0 60px;
  text-align: center;
  color: #54575a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }
  .feature-graphic-item h4 {
    line-height: 20px;
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    margin: 0 0 20px; }
  .feature-graphic-item:hover {
    text-decoration: none;
    color: #622d50; }
    @media screen and (min-width: 481px) {
      .feature-graphic-item:hover h4 {
        -webkit-transform: scale(1.05, 1.05);
            -ms-transform: scale(1.05, 1.05);
                transform: scale(1.05, 1.05); } }
    .feature-graphic-item:hover .feature-graphic {
      background: #B398A9; }
      @media screen and (min-width: 481px) {
        .feature-graphic-item:hover .feature-graphic {
          -webkit-transform: scale(1.16, 1.16);
              -ms-transform: scale(1.16, 1.16);
                  transform: scale(1.16, 1.16); } }
  @media screen and (max-width: 1180px) {
    .feature-graphic-item {
      width: 33.33%; } }
  @media screen and (max-width: 760px) {
    .feature-graphic-item {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .feature-graphic-item {
      width: 100%; } }

.feature-graphic-item--pd--na {
  padding: 0; }

.feature-graphic {
  margin-bottom: 30px;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  -webkit-transition: background-color .4s ease, -webkit-transform .3s ease;
  transition: background-color .4s ease, -webkit-transform .3s ease;
  -o-transition: transform .3s ease, background-color .4s ease;
  transition: transform .3s ease, background-color .4s ease;
  transition: transform .3s ease, background-color .4s ease, -webkit-transform .3s ease; }

.infographic-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 30px 50px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .infographic-wrapper {
      background-position: 30px -80px; } }
  @media screen and (max-width: 480px) {
    .infographic-wrapper {
      background-position: 30px 20px; } }

.infographic-img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  width: 56%;
  opacity: 0;
  -webkit-transform: translate3d(-50%, 34%, 0);
          transform: translate3d(-50%, 34%, 0);
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease; }
  @media screen and (max-width: 768px) {
    .infographic-img {
      top: -20px; } }
  @media screen and (max-width: 480px) {
    .infographic-img {
      top: -1px; } }
  .infographic-img:first-child {
    z-index: 1;
    opacity: 1;
    position: relative; }
    @media screen and (max-width: 768px) {
      .infographic-img:first-child {
        margin: 20px 0;
        top: -40px; } }
    @media screen and (max-width: 480px) {
      .infographic-img:first-child {
        top: -20px; } }

.infographic-img--visible {
  z-index: 100;
  opacity: 1; }

.infographic-content {
  margin-top: 1rem; }

.expand-collapse-list {
  margin: 0;
  padding: 22px 0 0; }

.expand-collapse-item {
  margin-bottom: 10px;
  display: block;
  cursor: pointer; }
  .expand-collapse-item:not(.expand-collapse-item--expanded):hover .expand-collapse-item__bar {
    background: #622d50; }

.expand-collapse-item--expanded .expand-collapse-item__bar {
  background: #b3a558; }

.expand-collapse-item--expanded .expand-collapse-item__icon {
  background: #dbc657; }
  .expand-collapse-item--expanded .expand-collapse-item__icon .icon-plus {
    display: none; }
  .expand-collapse-item--expanded .expand-collapse-item__icon .icon-minus {
    color: #54575a;
    display: inline; }

.expand-collapse-item--expanded .expand-collapse-item__title {
  color: #231f20; }

.expand-collapse-item--expanded .expand-collapse-item__content {
  display: block; }

.expand-collapse-item__bar {
  padding: 8px 0;
  border-radius: 5px;
  background: #5e3a53; }

.expand-collapse-item__icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  background: #622d50; }
  .expand-collapse-item__icon i {
    position: absolute;
    top: 50%;
    left: 6px;
    font-size: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .expand-collapse-item__icon .icon-minus {
    display: none; }

.expand-collapse-item__title {
  padding: 0 0 0 60px;
  max-width: calc(100% - 44px);
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block; }

.expand-collapse-item__content {
  padding: 14px 0 0;
  display: none; }
  .expand-collapse-item__content p {
    margin-bottom: 0;
    padding-bottom: 20px; }

.event-img-grid {
  padding: 38px 0 84px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex; }

.event-img-item {
  width: 25%;
  text-decoration: none;
  font-weight: inherit;
  color: #ffffff;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .event-img-item:hover {
    text-decoration: none; }
    .event-img-item:hover .event-img-item__content {
      opacity: 1; }
  @media screen and (max-width: 1200px) {
    .event-img-item {
      width: 33.33%; } }
  @media screen and (max-width: 900px) {
    .event-img-item {
      padding-top: 25%;
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .event-img-item {
      padding-top: 50%;
      padding-bottom: 50%;
      width: 100%; } }

.event-img-item__content {
  text-align: center;
  min-height: 200px;
  height: 100%;
  padding: 40px 30px 34px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  background: rgba(98, 45, 80, 0.85);
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease; }
  @media screen and (max-width: 900px) {
    .event-img-item__content {
      position: absolute;
      top: 0;
      opacity: 1; } }

.event-title {
  margin-top: -17px;
  margin-bottom: 7px;
  line-height: 24px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 2px; }

.event-date {
  margin-bottom: 5px;
  line-height: 22px;
  letter-spacing: 1px;
  display: block; }

.offset-button-wrapper {
  padding-bottom: 42px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex; }
  .offset-button-wrapper .btn {
    top: 1px; }
  @media screen and (max-width: 620px) {
    .offset-button-wrapper {
      -ms-flex-direction: column;
          flex-direction: column; } }

.offset-button-wrapper--stacked {
  -ms-flex-direction: column;
      flex-direction: column; }

.going-on__intro p {
  font-size: 16px; }

.offset-button-content {
  padding-right: 60px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #008476; }
  .section--green .offset-button-content {
    color: #ffffff; }
  .offset-button-content p {
    margin-bottom: 0; }
  .offset-button-wrapper--stacked .offset-button-content {
    padding-right: 0;
    text-align: center; }
    .offset-button-wrapper--stacked .offset-button-content p {
      margin-bottom: 30px; }
  @media screen and (max-width: 620px) {
    .offset-button-content {
      padding-right: 0;
      text-align: center; }
      .offset-button-content p {
        margin-bottom: 30px; } }

.offset-button-content--white {
  color: #ffffff; }

.blog-item-list {
  margin: 0 -15px;
  padding: 80px 0 114px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 1023px) {
    .blog-item-list {
      padding: 40px 0 56px; } }

.blog-item {
  padding: 0 15px;
  position: relative; }
  .blog-item .btn {
    margin-top: 0;
    position: absolute;
    bottom: 1rem; }
  .blog-item:hover p, .blog-item:hover h4, .blog-item:hover span {
    color: #622d50; }
  .blog-item:hover .btn {
    background-color: #622d50;
    color: #ffffff;
    border-color: #622d50; }

@media screen and (max-width: 1024px) {
  .flex-item--25.blog-item {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .flex-item--25.blog-item {
    width: 100%; } }

.blog-img-link {
  margin-bottom: 25px;
  width: 100%;
  display: block; }

.blog-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block; }
  @media screen and (max-width: 1024px) {
    .blog-img {
      height: 300px; } }
  @media screen and (max-width: 768px) {
    .blog-img {
      height: 400px; } }
  @media screen and (max-width: 480px) {
    .blog-img {
      height: 200px; } }

a.blog-title-link, .blog-title-link {
  text-decoration: none; }

.blog-title {
  margin-bottom: 7px;
  text-decoration: none;
  color: #54575a; }

.blog-metadata {
  margin-bottom: 13px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dbc657;
  display: block; }

.blog-author, .blog-date {
  font-size: 14px;
  line-height: 24px;
  display: inline-block; }

.blog-sep {
  margin: 0 7px;
  display: inline-block; }

.blog-blurb {
  min-height: 96px;
  padding-bottom: 3rem;
  letter-spacing: inherit;
  display: block; }

.half-bleed-cntainer-right {
  -ms-flex-direction: inherit;
      flex-direction: inherit; }

.half-bleed-cntainer-left {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.half-bleed-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 1023px) {
    .half-bleed-image {
      position: relative;
      top: initial;
      left: initial;
      bottom: initial;
      padding-top: 56.25%;
      height: 0;
      width: 100vw; } }
  @media screen and (max-width: 480px) {
    .half-bleed-image {
      padding-top: 75%; } }

.half-bleed-image--right {
  right: 0;
  left: auto; }

.half-bleed-image--left {
  right: auto;
  left: 0; }

@media screen and (max-width: 1023px) {
  .half-bleed-empty {
    display: none; } }

.half-bleed-content {
  padding-left: 90px; }
  @media screen and (max-width: 1023px) {
    .half-bleed-content {
      padding-left: 0;
      width: 100%; } }

.half-bleed-content--right {
  padding-right: 90px; }
  @media screen and (max-width: 1023px) {
    .half-bleed-content--right {
      padding-right: 0;
      width: 100%; } }

.half-bleed-content--left {
  padding-left: 90px; }
  @media screen and (max-width: 1023px) {
    .half-bleed-content--left {
      padding-left: 0;
      width: 100%; } }

.footer {
  padding: 92px 0 42px;
  color: #ffffff;
  background: #54575a; }
  .footer p {
    margin: 0 0 10px; }
  .footer a:not(.footer-link):not(.social-media-link) {
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #ffffff; }
    .footer a:not(.footer-link):not(.social-media-link):hover {
      text-decoration: none;
      color: #dbc657; }
  .footer .social-media-links {
    padding-top: 42px; }
    @media screen and (max-width: 700px) {
      .footer .social-media-links {
        padding-top: 22px; } }
  @media screen and (max-width: 700px) {
    .footer {
      padding: 46px 0 16px; } }

.footer-column-container {
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.footer-column {
  padding: 0 15px 30px; }
  @media screen and (max-width: 1023px) {
    .footer-column {
      width: 33.33%; } }
  @media screen and (max-width: 768px) {
    .footer-column {
      width: 50%; } }
  @media screen and (max-width: 700px) {
    .footer-column {
      width: 100%; } }

.footer-logo {
  margin: 15px 0 34px -60px;
  max-width: 100%;
  width: 216px;
  display: block; }
  @media screen and (max-width: 480px) {
    .footer-logo {
      margin: 35px 0 34px 0px; } }
  .footer-logo img {
    max-width: 100%; }

.footer-h4 {
  margin-bottom: 34px;
  letter-spacing: 4px;
  display: block;
  font-size: 14px; }
  .footer-h4:after {
    position: relative;
    margin: 4px 0 0;
    content: '';
    width: 70px;
    height: 3px;
    display: block;
    background: #dbc657; }
  @media screen and (max-width: 1200px) {
    .footer-h4 {
      font-size: 10px; } }
  @media screen and (max-width: 1024px) {
    .footer-h4 {
      font-size: 12px; } }
  @media screen and (max-width: 960px) {
    .footer-h4 {
      font-size: 10px; } }
  @media screen and (max-width: 767px) {
    .footer-h4 {
      font-size: 12px; } }

a.footer-link {
  margin-bottom: 34px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }
  a.footer-link h6 {
    margin-bottom: 0; }
  a.footer-link:hover {
    text-decoration: none;
    color: #dbc657; }
    a.footer-link:hover .footer-link__time {
      color: #dbc657; }

.footer-link__time {
  font-weight: normal;
  color: #a1b1bc;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

.section--copyright-bar {
  padding: 31px 0 38px;
  font-size: 15px;
  line-height: 24px;
  color: #a1b1bc;
  background: #008476; }
  .section--copyright-bar p {
    margin-bottom: 0; }

.circle-icon-wrapper {
  margin-bottom: 30px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex; }

.circle-icon-half {
  margin-bottom: 40px;
  max-width: 500px;
  width: calc(50% - 30px);
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1080px) {
    .circle-icon-half {
      width: 100%;
      max-width: initial; } }
  @media screen and (max-width: 580px) {
    .circle-icon-half {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; } }

.circle-icon-img {
  padding: 18px;
  width: 114px;
  height: 114px;
  border: 2px solid #008476;
  border-radius: 50%;
  display: inline-block; }
  .circle-icon-img img {
    display: inline-block; }
  @media screen and (max-width: 580px) {
    .circle-icon-img {
      width: 90px;
      height: 90px; } }

.circle-icon-content {
  padding: 0 0 0 40px;
  width: calc(100% - 114px);
  font-size: 16px;
  line-height: 24px;
  font-weight: bold; }
  .circle-icon-content p {
    margin-bottom: 0; }
  @media screen and (max-width: 580px) {
    .circle-icon-content {
      padding: 20px 0 0;
      width: 100%; } }

.inline-gallery-wrapper {
  margin: 0 0 24px 70px;
  top: 4px;
  max-width: 475px;
  text-align: center;
  float: right; }
  @media screen and (max-width: 800px) {
    .inline-gallery-wrapper {
      margin-left: 0;
      max-width: 100%;
      float: none; } }

.inline-gallery {
  padding-top: calc(100% - 25px);
  max-width: 100%;
  width: 475px;
  height: 0;
  background: #231f20; }
  @media screen and (max-width: 800px) {
    .inline-gallery {
      width: 100%; } }

.inline-gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.inline-gallery__img--active {
  z-index: 100;
  opacity: 1; }

.inline-gallery__nav {
  padding: 28px 0 0;
  font-size: 0; }

.inline-gallery__nav-link {
  margin: 0 4px;
  width: 14px;
  height: 14px;
  border: 2px solid #008476;
  border-radius: 50%;
  background: transparent;
  display: inline-block; }

.inline-gallery__nav-link--active {
  background: #008476; }

.team-member-grid {
  margin: 0 -20px 10px;
  padding-top: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex; }

.team-member {
  margin: 0 20px 28px;
  width: calc(20% - 40px);
  cursor: pointer;
  -webkit-transition: color .2s ease, background .2s ease;
  -o-transition: color .2s ease, background .2s ease;
  transition: color .2s ease, background .2s ease; }
  @media screen and (max-width: 1400px) {
    .team-member {
      width: calc(25% - 40px); } }
  @media screen and (max-width: 1080px) {
    .team-member {
      width: calc(33.33% - 40px); } }
  @media screen and (max-width: 840px) {
    .team-member {
      width: calc(50% - 40px); } }
  @media screen and (max-width: 560px) {
    .team-member {
      width: calc(100% - 40px); } }

.team-member--active {
  color: #ffffff;
  background: #622d50; }
  .team-member--active .team-member__img:before {
    opacity: 0.35; }
  .team-member--active .team-member__tag {
    color: #ffffff; }
  .team-member--active .team-member__social-link {
    color: #ffffff; }

.team-member__img {
  padding-top: 100%;
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .team-member__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    content: '';
    opacity: 0;
    display: block;
    background: #622d50;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease; }

.team-member__details {
  padding: 8px 20px 6px;
  border: 1px solid #DADADA;
  border-bottom-color: #C5C6C7;
  height: 13rem; }

.team-member__name {
  margin-bottom: 1px;
  margin-top: 1rem;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0; }

.team-member__title {
  margin-bottom: 0;
  font-weight: normal; }

.team-member__tag {
  font-size: 14px;
  line-height: 16px;
  color: #622d50;
  display: block;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

.team-member__social {
  padding: 2px 0 0; }

.team-member__social-link {
  margin-right: 2px;
  font-size: 20px;
  vertical-align: middle;
  color: #622d50;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }
  .team-member__social-link:hover {
    text-decoration: none; }
  .team-member__social-link.team-member__social-link--email {
    top: 2px;
    font-size: 38px; }
  .team-member__social-link.team-member__social-link--linkedin {
    font-size: 20px; }

.team-member__arrow {
  position: absolute;
  right: 14px;
  bottom: 7px;
  z-index: 10;
  font-size: 20px;
  color: #ffffff; }

.team-member-details {
  margin: 0 20px 38px;
  padding: 40px 30px 20px;
  width: calc(100% - 40px);
  border-top: 1px solid #622d50;
  border-bottom: 1px solid #622d50;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 480px) {
    .team-member-details {
      padding-left: 0;
      padding-right: 0; } }

.team-member-details__left {
  padding: 0 0 0 10px;
  width: calc(20% - 50px);
  text-align: right; }
  .team-member-details__left h4 {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 17px;
    color: #622d50; }
  .team-member-details__left h6 {
    margin-bottom: 0;
    font-weight: normal;
    color: #622d50; }
  @media screen and (max-width: 1400px) {
    .team-member-details__left {
      width: calc(25% - 50px); } }
  @media screen and (max-width: 1080px) {
    .team-member-details__left {
      width: calc(33.33% - 50px); } }
  @media screen and (max-width: 900px) {
    .team-member-details__left {
      margin: 0 0 32px;
      padding: 0;
      width: 100%;
      text-align: left; } }

.team-member-details__right {
  padding-left: 40px;
  width: 80%;
  max-width: 1100px; }
  @media screen and (max-width: 1400px) {
    .team-member-details__right {
      width: 75%; } }
  @media screen and (max-width: 1080px) {
    .team-member-details__right {
      width: 66.66%; } }
  @media screen and (max-width: 900px) {
    .team-member-details__right {
      padding-left: 0;
      width: 100%; } }

.cta-icon-bar-wrapper {
  margin: 0 0 115px;
  padding: 0 30px 0 21px; }
  @media screen and (max-width: 1440px) {
    .cta-icon-bar-wrapper h2 {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 1px; } }
  @media screen and (max-width: 1023px) {
    .cta-icon-bar-wrapper {
      padding: 30px 30px 0; } }
  @media screen and (max-width: 767px) {
    .cta-icon-bar-wrapper {
      margin-bottom: 65px; } }

.cta-icon-bar {
  margin: 0;
  height: auto;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .cta-icon-bar {
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column; } }

.cta-icon-bar__icon {
  position: absolute;
  top: -24px;
  left: -8px;
  z-index: 1;
  width: 230px;
  height: 230px;
  border-radius: 50%; }
  @media screen and (max-width: 1023px) {
    .cta-icon-bar__icon {
      position: relative;
      top: auto;
      left: auto;
      margin-bottom: -64px;
      width: 140px;
      height: 140px; } }
  @media screen and (max-width: 767px) {
    .cta-icon-bar__icon {
      margin-bottom: -46px;
      width: 100px;
      height: 100px; } }

.cta-icon-bar__content {
  margin-left: 110px;
  padding: 34px 20px 36px 126px;
  width: calc(100% - 110px);
  min-height: 194px;
  text-align: center;
  color: #ffffff;
  background: #008476; }
  .cta-icon-bar__content a {
    margin-left: -210px; }
    @media screen and (max-width: 1023px) {
      .cta-icon-bar__content a {
        margin-left: 0; } }
  .cta-icon-bar__content h2 {
    margin-bottom: 30px;
    letter-spacing: 1px; }
  @media screen and (max-width: 1023px) {
    .cta-icon-bar__content {
      margin-left: 0;
      width: 100%;
      padding: 92px 20px 36px; } }
  @media screen and (max-width: 767px) {
    .cta-icon-bar__content {
      padding-top: 72px; } }

.floated-icon-block {
  padding: 40px 0 0;
  clear: both;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex; }
  .floated-icon-block .circle-icon-img {
    top: -12px;
    padding: 10px;
    width: 84px;
    height: 84px; }
  @media screen and (max-width: 600px) {
    .floated-icon-block {
      -ms-flex-direction: column;
          flex-direction: column; }
      .floated-icon-block .circle-icon-img {
        top: 0; } }

.float-icon-block__content {
  padding: 0 0 0 22px;
  width: calc(100% - 84px); }
  @media screen and (max-width: 600px) {
    .float-icon-block__content {
      padding: 20px 0 0;
      width: 100%; } }
  .float-icon-block__content h4 {
    margin-top: 0; }

.blog-grid {
  margin: 0 -15px 42px;
  padding-top: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 480px) {
    .blog-grid {
      margin-bottom: 20px;
      padding-top: 30px; } }

.blog-grid__post {
  margin: 0 15px 30px;
  width: calc(33.33% - 30px);
  min-height: 440px;
  text-decoration: none !important;
  color: #54575a;
  overflow: hidden;
  display: block;
  background: #ddddde;
  background-repeat: no-repeat;
  background-position: center cener;
  background-size: cover; }
  .blog-grid__post:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    z-index: 1;
    display: block;
    background: #622d50;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .blog-grid__post:hover:before {
    opacity: 0.80; }
  .blog-grid__post:hover .blog-grid__content {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 1023px) {
    .blog-grid__post {
      width: calc(50% - 30px); } }
  @media screen and (max-width: 767px) {
    .blog-grid__post {
      width: calc(100% - 30px); } }

.blog-grid__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transform: translate3d(0, 133px, 0);
          transform: translate3d(0, 133px, 0);
  display: block;
  background: #ffffff;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.blog-grid__title {
  margin-bottom: 4px;
  padding: 24px 30px 0;
  color: #54575a; }

.blog-grid__metadata {
  padding: 0 30px 24px;
  color: #54575a;
  display: block; }

.blog-grid__sep {
  margin: 0 5px;
  display: inline-block; }

.blog-grid__blurb {
  margin-bottom: 0;
  padding: 22px 30px 38px;
  height: 133px;
  font-weight: normal;
  color: #54575a;
  border-top: 1px solid #dbc657;
  overflow: hidden;
  display: block; }
  @media screen and (max-width: 480px) {
    .blog-grid__blurb {
      padding-top: 16px; } }
  @media screen and (max-width: 350px) {
    .blog-grid__blurb {
      padding-top: 4px; } }

.showcase-item {
  width: auto;
  line-height: 0; }
  .showcase-item img {
    border: 1px solid #19988B;
    border-bottom: none;
    width: 100%; }
  .showcase-item a {
    display: block; }

.pdf-carrousel {
  margin-top: 3rem; }
  .pdf-carrousel .flickity-button {
    background: #ddddde; }
    .pdf-carrousel .flickity-button .flickity-button-icon {
      left: 35%;
      top: 20%;
      width: 25%;
      height: 65%; }
      .pdf-carrousel .flickity-button .flickity-button-icon .arrow {
        fill: #622d50; }
    .pdf-carrousel .flickity-button:hover {
      background: #622d50; }
      .pdf-carrousel .flickity-button:hover .flickity-button-icon .arrow {
        fill: #ffffff; }
  .pdf-carrousel .flickity-prev-next-button.previous {
    right: 102%;
    left: auto; }
    @media screen and (max-width: 1024px) {
      .pdf-carrousel .flickity-prev-next-button.previous {
        right: 98%; } }
    @media screen and (max-width: 480px) {
      .pdf-carrousel .flickity-prev-next-button.previous {
        right: 90%; } }
  .pdf-carrousel .flickity-prev-next-button.next {
    left: 102%; }
    @media screen and (max-width: 1024px) {
      .pdf-carrousel .flickity-prev-next-button.next {
        left: 98%; } }
    @media screen and (max-width: 480px) {
      .pdf-carrousel .flickity-prev-next-button.next {
        left: 90%; } }

.pdf-download {
  width: 100%; }
  .pdf-download:hover {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; }
    .pdf-download:hover .showcase-item img {
      border: 1px solid #ffffff; }
    .pdf-download:hover .showcase-itembox {
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease;
      background: #622d50;
      border: 2px solid #ffffff; }
      .pdf-download:hover .showcase-itembox p, .pdf-download:hover .showcase-itembox span {
        color: #ffffff; }

.pdf-link-container {
  width: 24%;
  margin-right: 0.6%;
  margin-left: 0.6%; }
  @media screen and (max-width: 768px) {
    .pdf-link-container {
      width: 48%;
      margin-right: 1%;
      margin-left: 1%; } }
  @media screen and (max-width: 480px) {
    .pdf-link-container {
      width: 90%;
      margin-right: 2.6%;
      margin-left: 2.6%;
      -webkit-transform: translateX(1rem);
          -ms-transform: translateX(1rem);
              transform: translateX(1rem); } }
  .pdf-link-container a:hover {
    text-decoration: none; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  background-color: #6D1D56; }
  .overlay img {
    max-width: 25%;
    top: 35%;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .overlay:hover {
    opacity: 0.7; }

.showcase-itembox {
  border: 2px solid #19988B;
  background: #ffffff;
  min-height: 95px;
  display: grid; }
  .showcase-itembox p {
    text-align: center;
    font-size: 14px;
    margin: auto;
    color: #54575a;
    padding: 20px 10px 0px 10px;
    font-weight: 600;
    line-height: 1rem;
    text-transform: capitalize; }
  .showcase-itembox span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #54575a;
    font-weight: 400;
    text-transform: capitalize; }

.hr-separator {
  -webkit-margin-after: 3px;
          margin-block-end: 3px;
  -webkit-margin-before: 3px;
          margin-block-start: 3px;
  height: 1px;
  background-color: #ECF0F1;
  border: none; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.main-carousel .board-carrousel-item, .main-carousel--mobile .board-carrousel-item {
  width: 32%;
  margin-right: 2%; }
  @media screen and (max-width: 767px) {
    .main-carousel .board-carrousel-item, .main-carousel--mobile .board-carrousel-item {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .main-carousel .board-carrousel-item, .main-carousel--mobile .board-carrousel-item {
      width: 100%; } }

.main-carousel .flickity-button, .main-carousel--mobile .flickity-button {
  background: #ddddde; }
  .main-carousel .flickity-button .flickity-button-icon, .main-carousel--mobile .flickity-button .flickity-button-icon {
    left: 35%;
    top: 20%;
    width: 25%;
    height: 65%; }
    .main-carousel .flickity-button .flickity-button-icon .arrow, .main-carousel--mobile .flickity-button .flickity-button-icon .arrow {
      fill: #622d50; }
  .main-carousel .flickity-button:hover, .main-carousel--mobile .flickity-button:hover {
    background: #622d50; }
    .main-carousel .flickity-button:hover .flickity-button-icon .arrow, .main-carousel--mobile .flickity-button:hover .flickity-button-icon .arrow {
      fill: #ffffff; }

.main-carousel .flickity-prev-next-button.previous, .main-carousel--mobile .flickity-prev-next-button.previous {
  right: 103%;
  left: auto; }

.main-carousel .flickity-prev-next-button.next, .main-carousel--mobile .flickity-prev-next-button.next {
  left: 103%; }

.main-carousel--mobile {
  display: none; }
  .main-carousel--mobile .flickity-prev-next-button.previous {
    right: 100%;
    left: auto; }
  .main-carousel--mobile .flickity-prev-next-button.next {
    left: 100%; }
  @media screen and (max-width: 767px) {
    .main-carousel--mobile {
      display: block; } }

.form-subtitle {
  font-size: 18px; }

.search-filter-results {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .search-filter-results .recent-post-item a .post-image {
    overflow: hidden; }
  .search-filter-results .recent-post-item:hover a .post-image .post-image--overlay {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    background: #622d50;
    opacity: 0.5; }
  .search-filter-results .recent-post-item:hover .btn--white {
    color: #ffffff;
    background: #622d50;
    border: 1px solid #622d50; }
  .search-filter-results hr {
    border-top: 1px solid #dbc657;
    margin-bottom: 37px; }
  .search-filter-results .post-image {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 1023px) {
      .search-filter-results .post-image {
        height: 200px; } }
    @media screen and (max-width: 768px) {
      .search-filter-results .post-image {
        height: 300px; } }
    @media screen and (max-width: 480px) {
      .search-filter-results .post-image {
        height: 220px; } }
    .search-filter-results .post-image .post-image--overlay {
      opacity: 0;
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0; }
  .search-filter-results .post-title {
    font-size: 16x;
    margin-bottom: 15px;
    margin-top: 15px;
    height: 3rem; }
  .search-filter-results .post-author:after {
    position: relative;
    margin: 20px auto 0;
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #ECF0F1; }

.blog-post__nav a {
  text-transform: capitalize; }

.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5 {
  text-transform: capitalize;
  margin-bottom: 10px; }

.single-post__nav {
  padding-bottom: 38px;
  border-bottom: solid 1px #dbc657; }

.single-post .post-image {
  margin-top: 10px;
  margin-bottom: 70px; }
  .single-post .post-image img {
    width: 100%; }

.single-post .post-title {
  font-weight: 900; }

.single-post .post-author {
  font-weight: 900;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ECF0F1; }

.single-post .post-subtitle {
  font-size: 18px; }

.single-post blockquote {
  margin: 2em 40px;
  position: relative;
  padding: 44px 200px 41px 60px;
  border-left: 10px solid #008675;
  font-style: italic; }
  .single-post blockquote:after {
    content: '';
    position: absolute;
    top: 30px;
    right: 60px;
    background: url("/wp-content/themes/boston-club/dist/img/quotes.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 120px;
    height: 80px;
    z-index: -1; }
  @media screen and (max-width: 768px) {
    .single-post blockquote {
      padding: 44px 10px 41px 10px; }
      .single-post blockquote::after {
        right: -0px; } }

.blog-section--left {
  margin-bottom: 50px;
  padding-right: 30px; }
  .blog-section--left hr {
    border-top: 0px solid gray; }
  .blog-section--left a {
    color: #54575a;
    font-weight: normal;
    text-decoration: none; }
  @media screen and (max-width: 768px) {
    .blog-section--left {
      padding-right: 0; } }
  .blog-section--left h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal; }

.search .title {
  margin-bottom: 16px; }

.search .input-field,
.search .sf-input-text {
  border: 1px solid #ECF0F1; }
  .search .input-field::-webkit-input-placeholder,
  .search .sf-input-text::-webkit-input-placeholder {
    color: #737577; }
  .search .input-field:-ms-input-placeholder,
  .search .sf-input-text:-ms-input-placeholder {
    color: #737577; }
  .search .input-field::-ms-input-placeholder,
  .search .sf-input-text::-ms-input-placeholder {
    color: #737577; }
  .search .input-field::placeholder,
  .search .sf-input-text::placeholder {
    color: #737577; }

.search label:hover {
  color: #19988B; }

@media screen and (max-width: 768px) {
  .recent-post {
    display: none; } }

.recent-post .flex-item--60 {
  padding-left: 15px; }
  .recent-post .flex-item--60 .recent-post-date {
    color: #a1b1bc;
    margin-bottom: 0;
    font-size: .7rem;
    line-height: 1rem; }

.recent-post .flex-container {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ECF0F1; }
  .recent-post .flex-container:last-child {
    border-bottom: none; }

.searchandfilter ul {
  padding: 0; }

.searchandfilter h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    .searchandfilter h4 {
      text-align: center; } }

.searchandfilter .sf-field-search label {
  display: block; }

.searchandfilter .sf-option-active label {
  color: #19988B; }

.searchandfilter .sf-field-author li {
  border-bottom: 1px solid #ECF0F1; }
  .searchandfilter .sf-field-author li:last-child {
    border: none; }
  .searchandfilter .sf-field-author li label {
    padding: 0;
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 5px;
    cursor: pointer; }
  .searchandfilter .sf-field-author li input {
    display: none; }

@media screen and (max-width: 768px) {
  .searchandfilter .sf-field-author {
    display: none; } }

.archives .active {
  color: #19988B; }

.archives .archives-date {
  font-size: 14px;
  margin-bottom: 7px;
  margin-top: 5px; }
  .archives .archives-date:hover {
    color: #19988B; }

.archives .archives-number {
  padding-right: 5px;
  text-align: end;
  margin-bottom: 7px;
  margin-top: 5px; }
  .archives .archives-number:hover {
    color: #19988B; }

.pagination {
  width: 100%; }
  .pagination hr {
    border-top: 1px solid #dbc657;
    margin-bottom: 37px; }
  .pagination .nav-links {
    text-align: right; }
    @media screen and (max-width: 380px) {
      .pagination .nav-links {
        text-align: center; } }
    .pagination .nav-links a.page-numbers {
      padding: 5px 10px;
      border: 0px solid #000000;
      margin-right: 5px;
      width: auto; }
      @media screen and (max-width: 380px) {
        .pagination .nav-links a.page-numbers {
          margin: 0; } }
      .pagination .nav-links a.page-numbers:hover {
        border: none;
        width: 4rem;
        height: 3rem; }
    .pagination .nav-links span.current {
      color: #ffffff;
      background: #622d50;
      padding: 5px 10px;
      border-radius: 3px;
      margin-right: 5px; }
    .pagination .nav-links__prev, .pagination .nav-links__next {
      display: inline-block; }
      @media screen and (max-width: 380px) {
        .pagination .nav-links__prev, .pagination .nav-links__next {
          display: block;
          margin: 15px 0; } }
      .pagination .nav-links__prev a, .pagination .nav-links__next a {
        text-transform: capitalize; }
    .pagination .nav-links__prev {
      margin-right: 10px; }
    .pagination .nav-links__next {
      margin-left: 10px; }

.wpcf7-form p {
  margin-bottom: 1rem; }
  .wpcf7-form p .btn {
    margin-top: 0;
    letter-spacing: 2px; }

.icon-lightbulb::before {
  content: "";
  color: inherit;
  background-image: url("/wp-content/themes/boston-club/dist/img/icons/lightbulb_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block; }

.icon-handshake::before {
  content: "";
  color: inherit;
  background-image: url("/wp-content/themes/boston-club/dist/img/icons/handshake_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block; }

.icon-calendar::before {
  content: "";
  color: inherit;
  background-image: url("/wp-content/themes/boston-club/dist/img/icons/calendar_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block; }

.icon-star::before {
  content: "";
  color: inherit;
  background-image: url("/wp-content/themes/boston-club/dist/img/icons/star_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block; }

.icon-letter::before {
  content: "";
  color: inherit;
  background-image: url("/wp-content/themes/boston-club/dist/img/icons/letter_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block; }

.icon-chat-bubble::before {
  content: "";
  color: inherit;
  background-image: url("/wp-content/themes/boston-club/dist/img/icons/contactbubble_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block; }

div.wpcf7-mail-sent-ok {
  font-style: italic; }

.wpcf7-not-valid {
  border-color: red; }

.double-border-separator {
  display: block;
  width: 100%;
  height: 5px;
  border-top: solid 1px #ECF0F1;
  border-bottom: solid 1px #ECF0F1;
  position: relative; }

.partnership-cards {
  margin-bottom: 1rem; }
  @media screen and (max-width: 768px) {
    .partnership-cards {
      margin-bottom: 0; } }

.partnership {
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  padding: 50px 10px; }
  .partnership p {
    margin: auto;
    line-height: 1.1rem; }

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 5%;
  right: 6%;
  border: solid 4px #ffffff;
  border-radius: 100%;
  background-color: #ffffff;
  background-image: url("/wp-content/themes/boston-club/dist/img/icons/BackToTop_Arrow_Button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  @media screen and (max-width: 480px) {
    .back-to-top {
      bottom: 10%;
      right: 10%; } }
  .back-to-top:hover {
    opacity: 1; }

#four-zero-four .title404 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 25px;
  letter-spacing: 4px;
  margin-bottom: 60px; }

#four-zero-four .subtitle404 {
  color: #19988B;
  font-weight: 800;
  font-size: 120px;
  letter-spacing: 12px; }

#four-zero-four .text404 {
  margin-bottom: 60px; }

.join-process {
  margin-right: 50px; }
  .join-process:last-child {
    margin-right: 0; }
    .join-process:last-child::after {
      background-image: none; }
  .join-process::after {
    content: '';
    background-image: url("/wp-content/themes/boston-club/dist/img/ChevronRight.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 21px;
    height: 35px;
    display: block;
    right: -30px;
    top: 50%; }
    @media screen and (max-width: 768px) {
      .join-process::after {
        right: 50%;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        top: auto;
        bottom: -20px; } }
  .join-process__img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 98px;
    margin: 30px 0; }
  .join-process__content p {
    line-height: 1rem; }
    .join-process__content p a {
      color: #0b2eea;
      font-weight: 500; }

#application-form a {
  color: #0b2eea; }

.committees .wpcf7-list-item-label {
  width: 90%;
  display: block;
  right: -3em;
  top: -2em; }

.carrousel-home .flickity-viewport {
  min-height: 200px; }

#corporate h3 {
  margin-top: 40px; }

#cab h3 {
  margin-top: 40px; }

.cta-block__inner {
  -ms-flex-align: center;
      align-items: center; }

.cta-block__image img {
  display: block;
  margin: auto; }

@media screen and (max-width: 767px) {
  .cta-block__image {
    margin-bottom: 20px; } }

.cta-block__content {
  margin-left: 20px;
  margin-bottom: 20px;
  color: #622d50;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .cta-block__content {
      margin-left: 0;
      text-align: center; } }
