/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Grid - http://susy.oddbird.net/demos/
 */
/**
 * Colours
 */
/**
 * Typography
 */
/**
 * Layout
 */
/**
 * Forms - http://formhack.io/
**/
/**
 * Animation
 */
/**
 * Misc
 */
/**
 * Utilities
 */
/* Linear Gradient Mixin */
/* Arrow Box */
/* Linear Gradient Mixin */
/*
 * FONTS - google font loaded via functions
 */
/**
 * Global
 */
body {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body:after {
  content: "small";
  display: none;
}

@media only screen and (min-width: 768px) {
  body:after {
    content: "medium";
  }
}

@media only screen and (min-width: 1300px) {
  body:after {
    content: "large";
  }
}

@media only screen and (min-width: 1600px) {
  body:after {
    content: "extra-large";
  }
}

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

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

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

hr {
  border-color: #e4e6e9;
}

/*
Notice Box
*/
.notice-box {
  padding: 20px;
  background: #e4e6e9;
  margin: 30px 0;
}

/*
Section styling
*/
.light-bg {
  background: #e4e6e9;
}

.mid-bg, .woocommerce .mid-bg {
  background: #173857;
  color: #ffffff;
}

.mid-bg a, .mid-bg a.button-trans, .woocommerce .mid-bg a, .woocommerce .mid-bg a.button-trans {
  color: #ffffff;
}

.dark-bg {
  background: #172947;
  color: #ffffff;
}

.dark-bg a {
  color: #ffffff;
}

/* 
Forms 
*/
form button[type='submit'] {
  padding: 10px 12px;
}

form input[type='submit'] {
  padding: 12px 18px;
  width: auto;
  height: auto;
}

form textarea, form .form-control textarea {
  resize: vertical;
  height: 201px;
  border: 1px solid #e4e6e9;
}

form input[type='text'], form input[type='password'] {
  border: 1px solid #e4e6e9;
}

/* Inline Form */
.form-inline .form-group input {
  margin-right: 8px;
  min-width: 250px;
  max-width: 100%;
}

.form-inline .form-group:last-child input {
  margin-right: 0;
}

/* CF7 */
.wpcf7-form br {
  display: none;
}

.wpcf7-form .form-control {
  padding-left: 10px;
  padding-right: 10px;
}

span.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-weight: bold;
}

div.wpcf7-validation-errors {
  border-color: #c7254e;
  color: #c7254e;
  background: #fceff2;
  border-radius: 4px;
}

div.wpcf7-mail-sent-ok {
  border-color: #ffffff;
  color: #ffffff;
  background: white;
  border-radius: 4px;
}

div.wpcf7-response-output {
  margin: 10px 0 20px;
  padding: 7px 10px;
  text-align: center;
}

/*
Modals
*/
.modal-dialog {
  margin-top: 80px;
}

.modal-dialog .modal-header {
  padding-bottom: 0px;
}

.modal-dialog .modal-header h4 {
  margin: 10px 0;
}

.modal-dialog .modal-header .close {
  position: absolute;
  right: 12px;
  top: 12px;
  text-decoration: none;
  font-size: 23px;
  display: inline-block;
}

.modal-dialog .modal-header .close:hover {
  cursor: pointer;
  text-decoration: none;
}

/**
Default Page template
**/
.article-content {
  margin-top: 20px;
}

#s2member-pro-stripe-checkout-form-custom-reg-field-communication-preference-div {
  display: none;
}

/**
 * Browser Sync notifcation
 *
 * REMOVE THIS LATER
 *
 */
@media only screen and (max-width: 767px) {
  #__bs_notify__ {
    padding: 5px !important;
    font-size: 10px;
    border-radius: 0 !important;
  }
}

body, html {
  width: 100%;
}

body {
  background-color: #ffffff;
  color: #173857;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section {
  margin: 20px 0;
}

.section-bg {
  margin: 0;
  padding: 20px 0;
}

@media only screen and (min-width: 1600px) {
  .content {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .full-width-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section {
    margin: 40px 0;
  }
  .section-bg {
    margin: 0;
    padding: 40px 0;
  }
}

@media only screen and (min-width: 1300px) {
  .full-width-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section .article-heading {
  text-align: center;
  border-bottom: 1px solid #e4e6e9;
  padding: 30px 10px;
  margin: 15px;
}

article {
  text-align: center;
  background: #F9F9F9;
  border: 1px solid #e4e6e9;
  padding: 10px;
  margin: 15px;
  overflow: hidden;
}

article a.read-more {
  color: #306bb5;
}

.page article {
  text-align: left;
}

.single-post article {
  text-align: left;
  padding: 10px 30px;
  background: transparent;
  border: none;
}

.blog .wrapper, .single-post .wrapper {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .blog .wrapper, .single-post .wrapper {
    width: 60%;
  }
}

@media only screen and (min-width: 1300px) {
  .blog .wrapper, .single-post .wrapper {
    width: 50%;
  }
  .blog .wrapper article, .single-post .wrapper article {
    margin: 15px;
  }
}

.four-oh-four {
  padding: 50px 20px;
}

.four-oh-four h2, .four-oh-four p {
  text-align: center;
}

div.em-booking-login {
  margin: 0px 0px 0px 0px;
  width: 100%;
  clear: both;
}

@media only screen and (min-width: 768px) {
  div.em-booking-login {
    margin: 0px 0px 0px 50%;
    width: 50%;
    clear: none;
  }
}

.em-booking-form-details {
  width: 100%;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .em-booking-form-details {
    padding: 0px 2.5% !important;
    width: 45%;
    float: left;
  }
}

.em-booking-form-details input.input {
  width: 100%;
}

.em-location-map-container {
  float: right;
  margin-bottom: 30px;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
  margin: 1em 0 0.6em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1;
  }
}

h1, h2, h3, .h1, .h2, .h3 {
  font-weight: 700;
}

h4, h5, h6 {
  font-weight: 700;
}

h1, h2.h1 {
  font-size: 46px;
  margin-bottom: 0.45em;
}

h2, h3.h2 {
  font-size: 32px;
  margin-bottom: 0.55em;
}

h3, h2.h3, .h3 {
  font-size: 24px;
}

h4, h2.h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
  color: #173857;
}

h6 {
  font-size: 16px;
}

p, li {
  font-size: 16px;
}

p {
  margin: 1em 0;
}

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

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

strong {
  font-weight: 700;
}

a {
  color: #173857;
  text-decoration: underline;
}

a:hover {
  color: #020406;
}

/**
 * Layout
 */
.top-strip {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .top-strip {
    margin-right: -20px;
  }
}

.top-notice {
  float: left;
  color: #306bb5;
  min-height: 51px;
  padding: 11px;
}

.top-notice p {
  line-height: 22px;
  display: none;
  margin: 0px;
}

@media only screen and (min-width: 768px) {
  .top-notice p {
    display: block;
  }
}

.top-notice span {
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 4px;
}

.top-notice a {
  text-decoration: none;
}

.top-notice a:hover {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .top-notice a {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .top-notice .header-login-button, .top-notice .header-logout-button {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce .top-notice a.button-trans {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 13px;
    padding: 9px;
  }
}

.top-strip__buttons-wrap {
  list-style: none;
  margin: 0;
  float: right;
}

.top-strip__buttons-wrap li {
  float: left;
}

.top-strip__buttons-wrap li a {
  display: inline-block;
  background: #172947;
  text-decoration: none;
  padding: 0 8px;
  height: 51px;
  line-height: 51px;
  font-size: 11px;
}

@media only screen and (min-width: 768px) {
  .top-strip__buttons-wrap li a {
    font-size: 16px;
  }
}

.top-strip__buttons-wrap li a:hover {
  color: #ffffff;
  background: #306bb5;
}

.top-strip__buttons-wrap li.donate-cta a {
  background: #306bb5;
}

.top-strip__buttons-wrap li.donate-cta a:hover {
  background: #25538d;
}

@media only screen and (min-width: 768px) {
  .logo-wrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    clear: both;
    padding-left: 10px;
    padding-right: 10px;
  }
  .logo-wrap:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .logo-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
  .logo-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .top-notice {
    padding-right: 150px;
    padding: 15px;
  }
  .search-login, .logo {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .search-login, .logo {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
  .search-login, .logo {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .search-login > * {
    float: right;
  }
}

.search-login form.searchform {
  clear: both;
  border-bottom: 1px solid #e4e6e9;
  margin-right: 13px;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  .search-login form.searchform {
    clear: none;
  }
}

.search-login form.searchform label {
  display: inline-block;
}

.search-login form.searchform label span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.search-login form.searchform input {
  border: none;
  padding: 6px 5px;
  margin: 0;
  border-bottom-color: black;
  width: auto;
  height: auto;
  background: transparent;
  display: inline-block;
}

.search-login form.searchform button {
  background: none;
  height: auto;
  display: inline-block;
  border: none;
  font-size: 25px;
  padding-bottom: 11px;
  position: relative;
  top: 3px;
  width: auto;
  margin: 0;
  float: right;
}

@media only screen and (min-width: 768px) {
  .search-login form.searchform button {
    float: none;
  }
}

.search-login form.searchform button:hover {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .search-login form.searchform {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .search-login {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-login a.header-login-button {
    display: none;
  }
}

.header-login-button {
  height: 30px;
}

@media only screen and (min-width: 768px) {
  .header-login-button {
    height: 50px;
  }
}

.logo-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-wrap h1.logo {
  margin: 0 auto;
  overflow: hidden;
}

.logo-wrap h1.logo a {
  line-height: 0.5em;
  float: left;
}

.banner {
  height: 400px;
  background-size: cover;
  position: relative;
}

.banner .hero-message {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 1300px) {
  .banner {
    background-position: 0 23%;
  }
}

.footer-top {
  padding: 20px;
}

.footer-wrap {
  background-color: #173857;
  clear: both;
}

.footer-wrap .column {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .footer-wrap .column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .footer-wrap .column {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 0) {
  .footer-wrap .column {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 0) and (min-width: 768px) {
  .footer-wrap .column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 0) and (min-width: 1300px) {
  .footer-wrap .column {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .footer-wrap .column {
    width: 33.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .footer-wrap .column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
  .footer-wrap .column {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-wrap h4 {
  color: #306bb5;
}

.footer-wrap .footer-info {
  color: #ffffff;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .footer-wrap .footer-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .footer-wrap .footer-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .footer-wrap .footer-info {
    width: 33.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .footer-wrap .footer-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
  .footer-wrap .footer-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-wrap .footer-social {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #172947;
}

@media only screen and (min-width: 768px) {
  .footer-wrap .footer-social {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .footer-wrap .footer-social {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .footer-wrap .footer-social {
    width: 66.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .footer-wrap .footer-social {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
  .footer-wrap .footer-social {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-wrap .footer-social li {
  color: #ffffff;
  float: left;
  list-style-type: none;
  padding: 20px;
}

.footer-wrap .footer-social li a.icon:hover {
  opacity: 0.8;
}

.footer-wrap .footer-social li a.icon img {
  height: 30px;
  width: 30px;
}

.ult-footer {
  text-align: center;
  padding: 20px 0;
  background-color: #172947;
  clear: both;
}

/**
 * Navigation
 */
li.menu-item-has-children ul li {
  border-bottom: none;
  border-top: 1px solid #EFEFEF;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  li.menu-item-has-children ul li {
    padding: 10px 0 0 0;
  }
}

.mobile-bar {
  display: none;
}

.nav-main ul li {
  text-decoration: none;
  padding: 10px 0px;
  border-bottom: 1px solid #EFEFEF;
  list-style-type: none;
}

.nav-main ul li a {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .nav-main > ul {
    margin-top: 0;
    padding-left: 0;
    display: none;
  }
  .nav-main > ul > li.menu-item-has-children > a {
    display: block;
  }
  .nav-main > ul > li.menu-item-has-children > a i {
    margin: 0px 0px 0px 10px;
    padding: 5px 10px;
    float: right;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .nav-main > ul ul {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-bar {
    text-align: right;
    display: block;
    height: 53px;
  }
  .mobile-bar .fa-bars {
    color: white;
    position: absolute;
    top: 60px;
    z-index: 10000;
    right: 5px;
    background-color: #306bb5;
    padding: 12px;
  }
  .nav-container > i {
    margin: 0px 0px 0px 10px;
    padding: 5px 10px;
    float: right;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-container .top-strip {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .header-container .top-strip .member-cta {
    right: 50px;
  }
  .header-container .light-bg {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .header-container .logo-wrap {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}

@media only screen and (min-width: 768px) {
  .nav-container {
    text-align: center;
  }
  .nav-main {
    margin: 0 auto;
    padding: 0;
    height: 65px;
    display: block;
    width: 100%;
    float: left;
  }
  .nav-main i {
    display: none;
  }
  .nav-main ul {
    list-style: none;
    padding: 0;
  }
  .nav-main ul li {
    padding: 0px;
    border-bottom: none;
    list-style-type: none;
  }
  .nav-main ul li a {
    text-decoration: none;
    color: #173857;
    display: block;
    text-align: left;
  }
  .nav-main ul li a:hover {
    color: #173857;
    text-decoration: none;
    background: #d1d2d4;
  }
  .nav-main ul li.split a {
    padding: 7.5px 10px;
    line-height: 25px;
    max-width: 255px;
  }
  .nav-main > ul {
    display: inline-block;
    height: 65px;
    margin: 0 auto;
  }
  .nav-main > ul > li {
    float: left;
  }
  .nav-main > ul > li a {
    padding: 0px 10px;
    line-height: 65px;
    font-weight: 400;
    font-size: 20px;
  }
  .nav-main > ul > li.current-menu-item, .nav-main > ul > li.current-page-ancestor {
    background: #d1d2d4;
  }
  .nav-main > ul li.split a {
    text-align: center;
  }
  .nav-main > ul > li > ul {
    background: #e4e6e9;
    margin: 0;
    border-top: 0;
    position: absolute;
    z-index: 1000;
    display: none;
  }
  .nav-main > ul > li > ul li {
    min-width: 170px;
    float: none;
    font-weight: 500;
  }
  .nav-main > ul > li > ul li a {
    line-height: 45px;
  }
  .nav-main > ul > li > ul li a:hover + ul, .nav-main > ul > li > ul li a:focus + ul {
    display: block;
  }
  .nav-main > ul > li:hover ul {
    display: block;
  }
  li.menu-item-has-children ul li {
    border-bottom: none;
    border-top: none;
    margin-top: 0px;
  }
}

.nav-footer, .nav-handy {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 100%;
  float: left;
}

.nav-footer ul, .nav-handy ul {
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-footer ul li a, .nav-handy ul li a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}

.nav-footer ul li a:hover, .nav-handy ul li a:hover {
  color: #e6e6e6;
  text-decoration: underline;
}

aside.sidebar ul li {
  list-style: none;
}

.left-sidebar-menu {
  list-style: none;
}

.left-sidebar-menu ul {
  list-style: none;
  padding: 0;
}

.left-sidebar-menu ul li {
  border-bottom: 1px solid #e4e6e9;
  padding: 15px 0;
}

.left-sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  color: #173857;
  text-decoration: none;
}

.left-sidebar-menu ul li a:hover {
  color: #173857;
}

.left-sidebar-menu ul li.current_page_item {
  border-bottom: 1px solid #173857;
}

.left-sidebar-menu ul li.current_page_item a {
  color: #173857;
}

/**
 * Components
 */
.button, form input[type='submit'], .woocommerce a.button, .woocommerce button.button.alt, span.admin-button a, button.asp_product_buy_btn.blue, .button-trans, .woocommerce a.button-trans, .reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  display: inline-block;
  background-color: #306bb5;
  color: #ffffff;
  font-size: 20px;
  padding: 9px 17px;
  text-decoration: none;
  line-height: inherit;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .button, form input[type='submit'], .woocommerce a.button, .woocommerce button.button.alt, span.admin-button a, button.asp_product_buy_btn.blue, .button-trans, .woocommerce a.button-trans, .reset {
    margin-bottom: 0px;
  }
}

.button:hover, form input:hover[type='submit'], .woocommerce a.button:hover, .woocommerce button.button.alt:hover, span.admin-button a:hover, button.asp_product_buy_btn.blue:hover, .button-trans:hover, .woocommerce a.button-trans:hover, .reset:hover, .button:focus, form input:focus[type='submit'], .woocommerce a.button:focus, .woocommerce button.button.alt:focus, span.admin-button a:focus, button.asp_product_buy_btn.blue:focus, .button-trans:focus, .woocommerce a.button-trans:focus, .reset:focus, .button:active, form input:active[type='submit'], .woocommerce a.button:active, .woocommerce button.button.alt:active, span.admin-button a:active, button.asp_product_buy_btn.blue:active, .button-trans:active, .woocommerce a.button-trans:active, .reset:active {
  color: #ffffff;
  background: #172947;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none;
}

.button[disabled], form input[disabled][type='submit'], .woocommerce a.button[disabled], .woocommerce button.button.alt[disabled], span.admin-button a[disabled], button.asp_product_buy_btn.blue[disabled], .button-trans[disabled], .woocommerce a.button-trans[disabled], .reset[disabled] {
  pointer-events: none;
}

.button, form input[type='submit'], .woocommerce a.button, .woocommerce button.button.alt, span.admin-button a, button.asp_product_buy_btn.blue {
  box-shadow: none;
  text-shadow: none;
}

button.asp_product_buy_btn.blue {
  color: white !important;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 38px;
}

button.asp_product_buy_btn.blue:hover {
  text-shadow: none;
}

.button-trans, .woocommerce a.button-trans {
  color: #173857;
  background: transparent;
  border: 1px solid #e4e6e9;
}

.button-trans:hover, .button-trans:focus, .button-trans:active, .woocommerce a.button-trans:hover, .woocommerce a.button-trans:focus, .woocommerce a.button-trans:active {
  background: #306bb5;
  color: #ffffff;
  border-color: #306bb5;
}

.reset {
  background: #F9F9F9;
  color: #306bb5;
  font-size: 14px;
  border: 0px;
  padding: 9px 17px;
}

.reset:hover, .reset:focus, .reset:active {
  background: #e0e0e0;
  border: 0px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #306bb5;
  padding: 9px 17px;
  display: inline;
  float: right;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:active, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:active, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button.alt:active {
  color: #ffffff;
  background: #172947;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none;
}

.boxes {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
}

.boxes:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .boxes {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .boxes {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.boxes .box {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .boxes .box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .boxes .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.boxes .box .content {
  background-color: rgba(0, 0, 0, 0.3);
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.boxes .box .content h4 {
  margin-bottom: 0;
  color: #ffffff;
}

.boxes .box .content-wrap {
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .boxes .box {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .boxes .box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
  .boxes .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .boxes a:hover .box .content {
    background-color: rgba(0, 0, 0, 0);
  }
}

.widget textarea {
  height: 80px;
}

.sidebar {
  list-style: none;
  padding: 0;
  margin-top: 0;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .sidebar {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
  .sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sidebar .widget {
  border: 1px solid #e4e6e9;
  background: #F9F9F9;
}

.sidebar h3 {
  padding: 10px;
  margin-bottom: 0;
  background: #ffffff;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  border-bottom: 1px solid #e4e6e9;
  text-align: left;
  font-weight: bold;
}

.sidebar ul li a:hover {
  background: #f2f3f4;
}

.sidebar ul li a i {
  display: none;
}

.sidebar .current_page_item > a {
  border-bottom: 1px solid #306bb5;
  color: #306bb5;
}

.sidebar ul.children > li > a {
  padding-left: 25px;
}

.sidebar + .article-content {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .sidebar + .article-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .sidebar + .article-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .sidebar + .article-content {
    width: 75%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .sidebar + .article-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
  .sidebar + .article-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar ul li {
    display: none;
  }
  .sidebar ul li:first-child {
    display: block;
  }
  .sidebar ul li a i {
    display: inline-block;
    float: right;
    padding: 3px 0px;
  }
}

.product-categories .current-cat {
  background: #d1d2d4;
}

.archive-content-wrap {
  overflow: hidden;
  clear: both;
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (min-width: 768px) {
  .archive-content-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 1300px) {
  .archive-content-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* Global Reset Styles ------------------ */
input,
textarea,
select,
option,
optgroup,
button,
legend,
fieldset {
  box-sizing: border-box;
  outline: none;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: #173857;
  vertical-align: top;
  display: block;
  margin: 10px 0;
}

datalist {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
}

label {
  display: block;
  margin: 10px 0;
}

/* Input & Textarea ------------------ */
/* Fields with standard width */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list],
input[type="file"],
select,
textarea {
  width: 100%;
  max-width: 400px;
  padding: 8px;
  background-color: #e4e6e9;
  border-radius: 0px;
  border: 0px solid #e4e6e9;
}

/* Fields with standard height */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list] {
  height: 40px;
  -webkit-appearance: none;
}

/* Other */
textarea {
  -webkit-appearance: none;
  overflow: auto;
}

input[type="range"] {
  height: 40px;
  width: 100%;
  max-width: 400px;
}

input[type="file"] {
  min-height: 40px;
}

input[type="search"] {
  height: 40px;
  -webkit-appearance: none;
}

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

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
}

/* Select ------------------ */
select {
  height: 40px;
}

select[multiple] {
  height: auto;
  min-height: 40px;
  padding: 0;
}

select[multiple] option {
  margin: 0;
  padding: 8px;
}

/* Fieldset ------------------ */
fieldset {
  padding: 10px 25px;
  border-radius: 0px;
  border: 0px solid #e4e6e9;
}

legend {
  padding: 0 5px;
  font-weight: 700;
}

/* Buttons, Input Type Submit/Reset ------------------ */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"] {
  height: 40px;
  width: 100%;
  max-width: 200px;
  background-color: #d1d2d4;
  padding: 8px;
  cursor: pointer;
  color: #173857;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  border: 0px solid #e4e6e9;
}

input[type="image"] {
  text-align: center;
  padding: 8px;
}

/* States ------------------ */
input[disabled],
textarea[disabled],
select[disabled],
option[disabled],
button[disabled] {
  cursor: not-allowed;
}

input:focus,
textarea:focus,
select:focus,
option:focus,
button:focus {
  background-color: #d1d2d4;
  border-color: #e4e6e9;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: #e4e6e9 solid 2px;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  background-color: #e4e6e9;
  color: #173857;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #e4e6e9;
}

@media (min-width: 37.5em) {
  table td, table th {
    padding: 0.5rem 0.5em;
    border: 1px solid #e4e6e9;
  }
}

@media (max-width: 37.5em) {
  table table {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody, table tfoot, table tr, table td, table th {
    display: block;
    margin-top: 0;
  }
  table tr {
    padding: 0.5rem 0.5em;
  }
  table td:before {
    content: attr(title);
    display: inline-block;
    margin-right: 2%;
    font-weight: 600;
  }
}

.respond {
  padding-top: 40px;
  border-top: 1px solid #e4e6e9;
  margin-top: 40px;
}

div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div input[type="text"], div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div input[type="email"], div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div input[type="password"], div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div textarea, div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div select, div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div button.s2member-pro-stripe-form-source-token-button, div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div button.s2member-pro-stripe-form-source-token-button:hover, div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div button.s2member-pro-stripe-form-source-token-button:focus, div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div button.s2member-pro-stripe-form-source-token-button:active {
  max-width: 100%;
}

#s2member-pro-stripe-checkout-form-options-section,
#s2member-pro-stripe-checkout-form-custom-reg-field-occupation-category-div {
  display: none !important;
}

.filter-form-wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.filter-form-wrap:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .filter-form-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .filter-form-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.filter-form-wrap form.filter-form {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .filter-form-wrap form.filter-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .filter-form-wrap form.filter-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .filter-form-wrap form.filter-form {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .filter-form-wrap form.filter-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
  .filter-form-wrap form.filter-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.filter-form-wrap form.filter-form label {
  display: block;
}

.filter-form-wrap .summary {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  background-color: #F9F9F9;
  padding: 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .filter-form-wrap .summary {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .filter-form-wrap .summary {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .filter-form-wrap .summary {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .filter-form-wrap .summary {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
  .filter-form-wrap .summary {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.filter-form-wrap .summary a.button {
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.filter-form-wrap .summary a.button.current {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  height: auto;
}

.filter-form-wrap .summary p span {
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.filter-form-wrap .hidden {
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.filter-form-wrap .current, .filter-form-wrap .default, .filter-form-wrap .default.hidden {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  height: auto;
}

ul {
  padding-left: 1em;
}

ol {
  padding-left: 1.5em;
}

li {
  margin-top: 0;
}

dd {
  margin-top: 0;
  margin-left: 2em;
}

fieldset {
  border: none;
  padding: 0;
}

legend {
  width: 100%;
  padding-bottom: 0.25rem;
  border-bottom: #F9F9F9 1px solid;
}

label {
  display: inline-block;
}

label + label {
  margin-top: 0;
  margin-left: 1em;
}

label + input,
label + textarea {
  margin-top: 0.25rem;
}

label + select {
  margin-top: 0;
  margin-left: 0.1em;
}

select {
  display: inline-block;
}

textarea {
  min-width: 100%;
  max-width: 100%;
  resize: vertical;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
input[type=text],
input[type=number],
input[type=search],
input[type=time],
input[type=week],
input[type=month],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=checkbox],
input[type=radio],
textarea,
select {
  border: #F9F9F9 1px solid;
  border-radius: 3px;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=month]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
textarea:focus,
select:focus {
  color: inherit;
  border-color: inherit;
  box-shadow: 0 0 6px #F9F9F9;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
input[type=text],
input[type=number],
input[type=search],
input[type=time],
input[type=week],
input[type=month],
input[type=date],
input[type=datetime],
input[type=datetime-local],
textarea {
  -webkit-appearance: none;
  line-height: 1.5;
  font-weight: 300;
  display: block;
  padding: 0.25rem 0.5em;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
input[type=text],
input[type=number],
input[type=range],
textarea {
  width: 100%;
}

input[type="search"] {
  border-radius: 1.5em;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=file]:focus {
  outline: none;
  box-shadow: 0 0 6px #F9F9F9;
}

input[type=button],
input[type=reset],
input[type=submit],
button {
  display: inline-block;
  margin-top: 0;
  padding: 0.25rem 0.66667em;
  -webkit-appearance: none;
  font-family: inherit;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5;
  vertical-align: middle;
  text-decoration: none;
  background: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=button] svg,
input[type=reset] svg,
input[type=submit] svg,
button svg {
  vertical-align: middle;
}

input[type=button]:hover, input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:active,
button:hover,
button:active {
  cursor: pointer;
}

input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:focus {
  outline: none;
  box-shadow: 0 0 0 0.2em #F9F9F9;
}

p.blog-author {
  color: #306bb5;
  padding: 5px 10px;
  display: none;
}

p.blog-author a {
  color: white;
  opacity: 0.8;
}

/* Woo commerce coupon code form ------------------ */
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 130px;
}

/* Membership form ------------------ */
.lead {
  color: #306bb5;
  border-bottom: #F9F9F9 1px solid;
}

form#ws-plugin--s2member-profile table td, div.s2member-pro-stripe-form-section {
  max-width: 450px;
  display: block;
  margin: 0 auto !important;
}

/* Product page form ------------------ */
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .woocommerce div.product form.cart, .woocommerce div.product p.cart {
    width: 30%;
  }
}

.woocommerce button.button.alt {
  padding: 0px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  max-width: 500px;
}

form.wpcf7-form {
  width: 100%;
}

form.wpcf7-form > p {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  form.wpcf7-form {
    width: 50%;
  }
}

.form-details {
  float: left;
  width: 100%;
  padding: 30px;
}

@media only screen and (min-width: 768px) {
  .form-details {
    width: 50%;
  }
}

.expire_date select, .em-bookings-form-ccv input[type='text'] {
  width: 80px !important;
}

span.em-form-required {
  float: left;
}

.asp_product_item_amount_currency_label {
  display: inline-block;
  margin-top: 17px;
}

form button[type='submit'].stripe-button-el {
  padding: 0;
}

form button[type='submit'].stripe-button-el span {
  height: auto;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  background: none;
}

/**
 * Misc
 */
/*@import "contact";*/
.home #content {
  text-align: center;
}

.intro-wrap p {
  max-width: 520px;
  margin: 1em auto;
}

.upcoming-event {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
}

.upcoming-event:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .upcoming-event {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .upcoming-event {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.upcoming-event .image-container {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .upcoming-event .image-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .upcoming-event .image-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .upcoming-event .image-container {
    width: 33.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .upcoming-event .image-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
  .upcoming-event .image-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.upcoming-event .image-container + .details {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .upcoming-event .image-container + .details {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .upcoming-event .image-container + .details {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .upcoming-event .image-container + .details {
    width: 66.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .upcoming-event .image-container + .details {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
  .upcoming-event .image-container + .details {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.upcoming-event .details .details-container {
  padding: 20px;
  background: #e4e6e9;
}

.upcoming-event .details .details-container ul {
  list-style: none;
  padding: 0;
}

.upcoming-event .details .details-container .link-container:first-of-type {
  margin-bottom: 20px;
}

.become-member-wrap {
  background: url("../images/law-definition.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 34%;
}

.become-member-wrap h3 {
  margin-bottom: 10px;
}

.become-member-wrap .content {
  max-width: 400px;
  font-style: italic;
  margin: 0 auto 20px;
}

.become-member-wrap p:first-child {
  margin-top: 0;
}

.twitter.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
}

.twitter.container:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .twitter.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .twitter.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.twitter.container .twitter-wrap {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .twitter.container .twitter-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .twitter.container .twitter-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .twitter.container .twitter-wrap {
    width: 66.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .twitter.container .twitter-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
  .twitter.container .twitter-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.woo {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
}

.woo:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .woo {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .woo {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.filter-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.filter-wrap .filter select {
  display: inline-block;
  width: 30%;
  margin-right: 5px;
}

.filter-wrap .filter select:last-child {
  margin-right: 0;
}

.woo-main-wrap h2 {
  text-align: center;
}

/* Woocommerce Sidebar */
.sidebar + .woocommerce-info {
  width: 75%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .sidebar + .woocommerce-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .sidebar + .woocommerce-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.added_to_cart.wc-forward {
  font-weight: bold;
  margin-left: 10px;
}

/* Woocommerce Overrides */
/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
  margin: 1em 0;
  color: #173857;
}

/*Category Page*/
.woo-main-wrap {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .woo-main-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .woo-main-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .woo-main-wrap {
    width: 75%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .woo-main-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
  .woo-main-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.woocommerce .sidebar {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .woocommerce .sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1300px) {
  .woocommerce .sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .woocommerce .sidebar {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .woocommerce .sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1300px) {
  .woocommerce .sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.woocommerce ul.products {
  clear: none;
}

.woocommerce-page #content div.product div.summary {
  width: 100%;
}

.woocommerce table.cart .product-thumbnail {
  display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 100%;
}

.woocommerce ul.products li.product:first-child, .woocommerce-page ul.products li.product:first-child {
  margin-top: 0;
}

.woocommerce ul.products li.product {
  text-align: center;
  margin: 15px 0;
  background: #F9F9F9;
  border: 1px solid #e4e6e9;
  padding: 20px;
}

.woocommerce ul.products li.product span.authors, .woocommerce ul.products li.product span.year, .woocommerce ul.products li.product span.amount {
  display: block;
}

.woocommerce ul.products li.product h3 {
  font-size: 21px;
}

.woocommerce ul.products li.product .price {
  color: #173857;
}

/* Single Product Page and Category Page*/
.woocommerce div.product span.authors,
.woocommerce ul.products li.product span.authors {
  display: inline-block;
  margin-right: 10px;
}

.woocommerce div.product span.amount,
.woocommerce ul.products li.product span.amount {
  display: inline-block;
  margin: 0 10px;
}

.woocommerce.single-product span.year {
  margin-right: 11px;
}

/* Single Product Page */
.woocommerce div.product span.year + span.amount {
  margin-left: 20px;
}

.woocommerce div.product form.cart .variations {
  margin-top: 20px;
}

.woocommerce div.product form.cart .variations select {
  min-width: 200px;
}

.woocommerce div.product form.cart .button {
  clear: both;
  margin-top: 20px;
}

/*  Account Page */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  text-align: left;
}

.woocommerce-MyAccount-content label {
  text-align: left;
}

.woocommerce-EditAccountForm.edit-account {
  text-align: left;
}

#content form.s2member-pro-stripe-form {
  padding-bottom: 40px;
}

/*
Events Filter Form
*/
.em-search-form input, .ui-datepicker input {
  max-width: 100%;
  display: inline-block;
  background: transparent;
}

.em-search-form select, .ui-datepicker select {
  height: auto;
}

.ui-datepicker .ui-datepicker select.ui-datepicker-month, .ui-datepicker .ui-datepicker select.ui-datepicker-year {
  float: left;
  margin-left: 3%;
}

div.css-search div.em-search-main div {
  line-height: 36px;
}

div.css-search div.em-search-options {
  text-align: right;
  padding-top: 8px;
}

div.css-search div.em-search-main .em-search-submit {
  background: #306bb5;
  border-radius: 3px;
}

div.css-search div.em-search-main .em-search-submit:hover {
  background: #172947;
  cursor: pointer;
}

.expire_date {
  visibility: hidden;
}

.expire_date select {
  visibility: initial;
}

/*
Events List/Archive Table
*/
.css-events-list table.events-table {
  margin-bottom: 20px;
}

.css-events-list table.events-table th {
  text-align: left;
}

.css-events-list table.events-table tbody tr td {
  padding: 10px;
}

.css-events-list table.events-table tbody tr td:first-child {
  width: 40%;
}

div.css-search.has-search-geo.has-search-term input.em-search-text, div.css-search.has-search-geo.has-search-term input.em-search-geo {
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 39px;
}

/*
Events Single
*/
.em-tickets {
  min-width: 300px;
}

.em-tickets th {
  text-align: left;
}

.em-booking {
  text-align: left;
}

.em-booking-form-details {
  padding-left: 0;
}

.em-booking-form-details input.input, .em-booking-form-details textarea, div.em-booking-login input {
  padding: 5px 10px;
}

.em-booking-form label {
  line-height: 30px;
  width: 140px;
}

div.em-booking-login {
  border-color: #e4e6e9;
}

#em_rememberme {
  display: none;
}

#em_rememberme + label {
  display: none;
}

#em_wp-submit {
  margin-bottom: 5px;
}

.em-booking-buttons {
  text-align: right;
}

/*# sourceMappingURL=maps/styles.css.map */
