.item-option-type * {
    cursor: pointer;
}

.complaint-header-form {
    color: black;
}

.item-option-type:last-child {
    margin-bottom: 50px;
}

.item-option-type__header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;

    padding: 15px 25px 15px 45px;

    background: #F1F1F1;
    color: black;
}

.item-option-type__header * {
    pointer-events: none;
}

.item-option-type__header p {
    margin: 0;
    flex-grow: 1;
}

.item-option-type__header.selected-option, .item-option-type__header.completed {
    background: #2CC07B;
    color: white;
}

.item-option-type__header.completed {
    font-weight: bold;
    transition: all .1s;
}

.item-option-type__header.selected-option i{
    /* transform: rotate(180deg); */
}

.item-option-type__products {
    display: flex;
    flex-flow: row wrap;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s linear;
    margin: 3px 0;
}

.item-option-type__products.selected-option {
    max-height: 600px;
}

.item-option-type__products a, .item-option-type__products div {
    width: 20%;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s;
    cursor: pointer;
    font-size: 14px;
    padding: 3px;
    text-decoration: none;
    color: black;
}

.item-option-type__products a:hover, .item-option-type__products a.selected, .item-option-type__products div:hover, .item-option-type__products div.selected {
    background: #2CC07B;
    color: white;
    font-weight: bold;
}

.navbar {
    height: auto !important;
    max-height: none !important;
}

.navbar-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: auto;
    padding: 15px 0;
}

.navbar-brand {
    height: auto;
    padding: 0;
    flex-grow: 1;
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-toggle {
    padding: 0;
    padding-right: 20px;
    float: none;
    margin: 0;
}

.header-banner {
    text-align: center;
    background-color:#2CC07B;
    color: white;
    padding: 5px;
    z-index: 999999999;
}

.disabled {
    cursor: not-allowed;
}

.footer {
    margin-top: 50px;
}

.categories-sidebar {
    min-height: 500px;
}

.dropdown-caret {
    margin-bottom: 1.5em;
    margin-left: 3px;
}

.service-section {
    padding-bottom: 50px;
}

.service-description {
    font-size: 15px;
}

.service-title, .service-description, .service-moreinfo, .browser-back a {
    color: black !important;
}

.browser {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
}

.complaint-header-form-inner {
    background: white;
    box-shadow: 0 1px 20px #c6c6c6;
    padding: 20px;
}

.complaint-header-form-inner input {
    border-color: #c6c6c6;
    margin-bottom: 0;
}

.complaint-header-form-inner textarea {
    border-color: #c6c6c6;
    margin-bottom: 0;
}

.service-form {
    position: sticky;
    top: 200px;
    z-index: 1;
    margin-left: 35px;
}

.service-form * {
    color: black;
}

.complaint-header-form-header {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.complaint-header-form-subheader {
    text-align: center;
    color: #777777;
}

.complaint-header-form-subheader span {
    color: #61c27c;
    font-weight: bold;
}

.service-quotes-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 50px 0;
}

.service-quotes-container .left {
    border: 1px solid #6059b6;
    padding: 40px 60px;
    position: relative;
    width: 100%;
}

.service-quotes-container .left > i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #6059b6;
}

.service-quotes-container .left .quote {
    display: none;
}

.service-quotes-container .left .quote.selected {
    display: block;
}

.service-quotes-container .left .quote h4 {
    font-weight: bold;
}

.service-quotes-container .left .quote p {
    margin-bottom: 0;
}

.circle {
    height: 20px;
    width: 20px;
    background: #a2a1d4;
    opacity: .3;
    border-radius: 50%;
    margin: 10px 0 10px 10px;
    cursor: pointer;
}

.circle:hover {
    opacity: 1;
}

.circle.selected {
    opacity: 1;
}

.benefits-container {
    
}


.benefits-container h1 {
    font-weight: bold;
    margin: 0;
    padding-bottom: 40px;
}

.benefits-container .benefits {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.benefits-container .benefits .benefit {
    padding: 20px;
    width: 48%;
    background: white;
    box-shadow: 0 1px 20px #c6c6c6;
    border-top: 10px solid #6059b6;
    text-align: center;
    margin-bottom: 25px;
}

.benefits-container .benefits .benefit img {
    height: 70px;
}

.benefits-container .benefits .benefit h4 {
    font-weight: bold;
}

.gallery-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 50px 0;
}

.gallery-container .gallery-image {
    /* height: 160px; */
    padding-top: 33%;
    width: 49%;
    margin-bottom: 2%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.partners-container > h1 {
    font-weight: bold;
    /* padding-bottom: 35px; */
}

.partners-container .partners {
    display: flex;
    flex-flow: row wrap;
}

.partner-logo {
    /* height: 80px; */
    padding-top: 14%;
    width: 32%;
    margin: 3px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

section.service-section {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

section.service-section .service-left {
    width: 55%
}

section.service-section .service-right {
    width: 40%;
}

.bigger {
    width: 85%;
}



@media screen and (max-width: 655px) {
    .header-banner {
        font-size: 12px;
    }
}

@media screen and (max-width: 560px) {
    .header-banner {
        font-size: 10px;
    }
}


.employment-page { padding: 40px 120px; background-color: #FCFCFC; margin-bottom: -50px;}

.page-title { font-size: 35px; color: #000000; font-weight: 700; padding: 70px 0 90px 15px ; margin: 0;}

.rightside-blue-section { background-position: center center; background-size: cover; background-repeat: no-repeat; background-color: #6571D8; padding: 40px; margin-bottom: 40px; color: #fff; position: relative;}
.rightside-blue-section:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.8; background-color: #6571D8; content: ''; z-index: 1;}
.rightside-blue-section h4 { font-size: 33px; font-weight: 700; line-height: 120%; margin-bottom: 40px; position: relative; z-index: 2;}
.rightside-blue-section h4 span { display: block; font-size: 17px; font-weight: normal;}
.rightside-blue-section p { font-size: 17px; font-weight: 600; line-height: 170%; padding-left: 30px; position: relative; z-index: 2;}
.rightside-blue-section a { color: #29C974; text-decoration: underline;}
.rightside-blue-section a:hover { color: #ACEECB; text-decoration: none}

.rightside-resources h4 { font-size: 33px; color: #4958D2; font-weight: 700; padding: 40px; margin: 0;}
.rightside-resources { background-color: #fff; border: solid 1px #4958D2;}

.panel-right { margin: 0;}
.panel__title-text {
    max-width: 80%;
    display: block;
    word-break: break-word;
}

.panel-right-link {background-color: #F3F5FF; position: relative; display: block; padding-left: 40px; color: #000000; line-height: 24px; font-size: 24px; font-weight: 800; padding-bottom: 30px; padding-top: 30px; text-decoration: none!important;}
.panel-right-link:hover { text-decoration: none;}
.panel-right-link:after { content: 'LESS -'; position: absolute; right: 40px; font-weight: 300; font-size: 20px; line-height: 24px; color: #4958D2;}
.collapsed.panel-right-link:after { content: 'MORE +'; }
.collapsed.panel-right-link{ background-color: #fff;}
.panel-right .panel-collapse { padding-left: 40px; padding-right: 40px; background-color: #F3F5FF;}
.panel-right .panel-body a { color: #40C588; font-weight: bold; text-decoration: underline;}
.panel-right .panel-body a:hover { color: #5563D5; font-weight: bold; text-decoration: none;}
.panel-right .panel-body p { font-size: 17px;}

.apply-now-cta{ background-color: #EEEEEE; padding: 40px; text-align: center; margin-bottom: 30px;}
.apply-now-cta b { display: block; margin-bottom: 10px; font-size: 19px;}
.apply-now-cta p { max-width: 647px; margin-left: auto; margin-right: auto; font-size: 17px;}
.apply-now-cta a, .applynow-btn { display: inline-block; background-color: #2CC07B; color: #fff; font-size: 14px; text-transform: uppercase; line-height: 48px; border-radius: 24px; padding-left: 50px; padding-right: 50px; font-weight: 700;}
.apply-now-cta a:hover, .applynow-btn:hover, .form-buttons button:hover { text-decoration: none; background-color: #5563D5; color: #fff;}
.job-details { padding: 35px; font-size: 17px;}
.job-details b { text-decoration: underline;}
.job-details ul { padding-left: 15px;}
.job-details p , .job-details ul { margin-bottom: 35px;}
.emailjob { display: inline-block; margin-left: 35px; font-size: 14px; text-transform: unset; color: #40C588; text-transform: uppercase;
font-weight: 700;}

.panel.panel-jobs { margin-bottom: 15px; border-radius: 0; border: solid 1px #2CC07B;}
.panel-jobs .panel-heading { padding: 0px;}
.panel-jobs .panel-body { border: none !important;}
.panel-jobs .panel-title { font-size: 18px;}
.panel-jobs .panel-title a { position: relative; display: block; padding: 30px 35px; text-decoration: none!important; font-weight: 700; }
.panel-jobs .panel-title a.collapsed { font-weight: 400;}
.panel-jobs .panel-title a:after { content: 'VIEW LESS -'; position: absolute; top:30px; right: 15px; font-weight: 700; font-size: 14px; line-height: 18px; color: #1FBC73;}
.panel-jobs .panel-title a.collapsed:after { content: 'VIEW MORE +'; }

#applynow-job { z-index: 99999999;}
#applynow-job .modal-header { border: none; position: relative;}
#applynow-job .modal-header button { position: absolute; right: 20px; top: 20px; border: none; background: none; }
#applynow-job .modal-header button.close1 {font-size: 12px; background: none;
    font-weight: 700;
    line-height: 1;
    color: rgba(31, 188, 115, 1);
    text-shadow: 0 0px 0 #fff;}
    #applynow-job .modal-header button.close1 span { color: rgba(31, 188, 115, 1);}

#applynow-job h4 { font-weight: 700; font-size: 24px; padding-left: 15px;}
.modal-body.apply-to-job { padding-top: 40px;}
.apply-to-job input, .apply-to-job textarea{ border: solid 1px #BCBCBC; border-radius: 12px;}
.apply-to-job .control-label{ font-weight: 300; text-transform: uppercase;}
.apply-to-job .form-control { line-height: 37px;}
.choose-files small{ display: block; font-size: 12px; padding-top: 5px;}
.choose-files button { line-height: 37px; background-color: #3D3D3D; color: #fff; border: none; padding: 0 30px; border-radius: 0; margin-right: 5px;}
.choose-files span { font-size: 15px;}
.choose-files .choose-file-original { display: none;}
.form-group.row { margin-bottom: 25px; margin-left: -15px!important; margin-right: -15px!important;}
.form-buttons button, .form-buttons input[type=submit]  { display: inline-block; background-color: #2CC07B; color: #fff; font-size: 14px; text-transform: uppercase; line-height: 48px; border-radius: 24px; padding: 0 30px; font-weight: 700; border: none; margin-right: 10px;}
.form-buttons a { color: #2CC07B; font-size: 14px; font-weight: bold;}
.general-job-application .modal-body .form-group.row { margin-left: 0px!important; margin-right: 0px!important;}
.general-job-application .job-cancel-btn { display: none;}
.fa {font:normal normal normal 14px/1 FontAwesome!important}


@media screen and (max-width: 992px) {
    .panel-jobs .panel-title a:after { content: 'VIEW LESS -'; position: absolute; right: auto; text-align: right; font-weight: 700; top: 30px; padding-right: 15px; font-size: 14px; line-height: 18px; color: #1FBC73; width: 100%; left: 0;}
}
@media (max-width: 767px) {
    .employment-page { padding: 20px 0;}
    .page-title {padding: 30px 15px 50px 15px; font-size: 22px;}
    .apply-now-cta { padding: 20px;}
    .panel-jobs .panel-title a:after { content:"-";    position: absolute; top: 15px; left: auto; line-height: 1; right: 15px; font-size: 24px; }
    .panel-jobs .panel-title a.collapsed:after {content: "+";}
    .panel-jobs .panel-title a, .job-details{ padding: 20px;}
    .form-group.row { margin-bottom: 0;}
    .form-group.row .col-sm-12{ margin-bottom: 15px;}
    .form-buttons { text-align: center;}
    .form-buttons a { display: block; padding-top: 15px;}
    .rightside-blue-section p { padding-left: 0;}
    .rightside-resources h4 { font-size: 26px;}
}

span.no__events-message {
    color: #ffffff!important;
    display: block;
    position: relative;
    z-index: 99999;
}
/*!
Theme Name: ACCSES NJ 2019 Update
Theme URI: http://underscores.me/
Author: Dan Barbarito
Author URI: http://underscores.me/
Description: Custom theme: ACCSES 2019, originally developed by Dan Barbarito
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: accses
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ACCSES is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i");
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 145%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33333%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66667%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28571%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11111%; }

.gallery-caption {
  display: block; }

body {
  height: 100%;
  background: white;
  font-family: 'Montserrat', sans-serif;
  text-transform: initial;
  color: #2a2a2a;
  letter-spacing: 0;
  font-size: 16px !important; }

html {
  font-size: 16px !important; }

input {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100; }

button {
  font-family: 'Montserrat', sans-serif; }

html {
  height: 100%; }

p, p * {
  font-family: 'Montserrat', sans-serif !important; }

div[class^="col-"], .row {
  height: 100%; }

.col-lg-3, .col-md-4, .col-sm-6, .col-xs-12 {
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.row {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%; }

@media only screen and (min-width: 1024px) {
  .outer {
    width: calc(100% + 1px); } }

.middle {
  display: table-cell;
  vertical-align: middle; }

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

@media only screen and (max-width: 1024px) {
  .relative-mobile {
    position: relative !important; } }

@media only screen and (max-width: 768px) {
  body, p, li, a {
    font-size: 14px; } }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  outline: none; }

a:focus {
  outline: none; }

.bc-type-3 {
  display: none; }

.account-header {
  width: 100%;
  color: white;
  height: 200px;
  background-color: black;
  position: relative; }

.account-header h1 {
  font-size: 3.052em;
  text-transform: none; }

.account-header h4 {
  font-size: 16px;
  text-transform: none; }

.epic-20 img {
  border-radius: 50%; }

.content-page, .page-content {
  width: 100%;
  margin-top: 0px; }

.woocommerce-account.logged-in .content {
  width: 100% !important;
  padding: 0px; }

.name {
  font-weight: 700; }

.name a {
  color: white; }

.account-user-info {
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

.woo-tabbed {
  padding-top: 30px;
  font-size: 18px; }

.user-header {
  width: 300px;
  margin-top: -3px;
  padding: .72em .8em;
  font-size: .9em;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  line-height: 2;
  padding-bottom: 25px;
  padding-top: 20px; }

#header-right {
  float: right;
  margin-right: 20px;
  top: 30px;
  position: absolute;
  right: 125px; }

.epic-80 {
  float: left;
  width: 200px; }

#wrapper-account {
  width: 80%;
  margin: auto;
  padding-top: 25px; }

.page-header--navigation {
  clear: both;
  background: rgba(255, 255, 255, 0.2);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 80%;
  margin: auto;
  position: absolute;
  bottom: 0px;
  left: 10%; }

.woocommerce-account h2 {
  display: none; }

.page-header--navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table-row; }

.page-header--navigation--tab {
  display: table-cell;
  text-align: center; }

a:active, .page-header--navigation--tab.m-active a {
  background: #fff;
  color: black; }

.page-header--navigation--tab a {
  display: block;
  padding: 6px 0;
  color: #C4BFBD;
  line-height: 30px; }

.account-user-info a {
  color: white; }

.account-user-info a:hover, .account-user-info a:focus {
  color: white;
  text-decoration: none; }

.account-user-info a:active {
  background: transparent; }

.woo-tabbed {
  display: none; }

.active {
  display: block !important; }

.page-header--navigation--tab a:focus {
  text-decoration: none; }

.promo-banner {
  background: #da552f;
  display: table;
  overflow: hidden;
  width: 100%;
  min-height: 115px;
  margin: 0 0 3.052em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  box-shadow: 0 0 0 3px #f3f3f3;
  -webkit-box-shadow: 0 0 0 3px #f3f3f3; }

.promo-banner, .promo-banner p {
  color: white; }

.promo-banner .image {
  width: 20%;
  padding: 1.25em 2.441em 0 1.25em;
  float: left; }

.promo-content {
  width: 80% !important;
  float: left; }

.button-green {
  background: black;
  display: inline-block;
  margin: 0 0 1em;
  padding: .461em 1.563em;
  line-height: 1;
  color: #fff !important;
  cursor: pointer;
  border: none;
  text-shadow: none;
  font-size: .9em;
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  outline: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box; }

.promo-banner .buttons {
  padding: 0 1.758em 0 0;
  text-align: right;
  padding-top: 20px; }

.promo-banner > div {
  display: table-cell;
  vertical-align: middle; }

.promo-banner .promo-content h3 {
  text-transform: uppercase; }

.promo-banner h3 {
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.25; }

.promo-content {
  margin-top: 30px; }

.shop_table th {
  font-weight: 700;
  background: #fff;
  color: black;
  padding: .8em;
  font-size: .8em;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 2px solid black; }

table td, table th {
  border: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6 !important; }

th {
  cursor: pointer;
  vertical-align: middle;
  text-align: center; }

.api-manager-download {
  text-align: center !important; }

table tr:nth-child(2n+2) td {
  background: #f7f7f7; }

.api-manager-version, .api-manager-version-date {
  font-weight: 900;
  text-align: center; }

.api-manager-changelog {
  text-align: center; }

.api-manager-changelog hr {
  margin-top: 20px;
  margin-bottom: 20px; }

.api-manager-download hr {
  margin-top: 15px;
  margin-bottom: 15px; }

.api-manager-download {
  position: relative;
  padding-top: 30px; }

.order td {
  text-align: center !important; }

#license-tab .shop_table tr > td {
  line-height: 20px; }

.dropbox-dropin-btn, .dropbox-dropin-btn:link, .dropbox-dropin-btn:hover {
  display: inline-block;
  height: 14px;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: black;
  text-decoration: none;
  padding: 1px 7px 5px 3px;
  font-size: 15px;
  border: 0px solid #ebebeb;
  border-radius: 0px;
  border-bottom-color: transparent;
  background: white !important; }

#welcome-message h3 {
  text-transform: capitalize; }

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  display: inline-block !important; }

.woocommerce a.remove {
  width: 1em !important; }

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
  padding-top: 20px; }

.woocommerce table.shop_table td {
  padding: 20px 13px;
  text-align: center; }

.arrow {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -20px; }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.push-down {
  margin-bottom: 40px; }

@media only screen and (max-width: 991px) {
  .push-down-mobile {
    margin-bottom: 40px; } }

.spacer {
  width: 100%;
  background: transparent;
  height: 30px; }

.arrow-right, .service-box img.arrow-right {
  width: 70px !important;
  height: auto !important;
  min-width: initial !important;
  min-height: initial !important;
  margin: 0 auto;
  opacity: 1 !important; }
  .arrow-right.small, .service-box img.arrow-right.small {
    width: 40px !important; }

.center {
  text-align: center; }

.navbar-default {
  background-color: #2f2f2f;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #fbfbfb; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #f7f7f7; }
  .navbar-default .navbar-text {
    color: #fbfbfb; }
  .navbar-default .navbar-nav > li > a {
    color: #fbfbfb; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #f7f7f7; }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #f7f7f7;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #f7f7f7;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fbfbfb; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #fbfbfb; }
  .navbar-default .navbar-link {
    color: #fbfbfb; }
    .navbar-default .navbar-link:hover {
      color: #f7f7f7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fbfbfb; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #f7f7f7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #f7f7f7;
    background-color: transparent; } }

.navbar,
.navbar-header {
  margin-bottom: 0px;
  border-radius: 0px !important;
  /* min-height: 80px !important; */
  font-size: 14px;
  text-transform: uppercase; }

.navbar-brand img {
  max-width: 200px; }

.navbar-nav {
  position: relative;
  /* top: 15px; */
  border: none !important; }

.navbar-form {
  float: left !important; }

@media (max-width: 1200px) {
  .navbar-header {
    float: none; }
  .navbar-left,
  .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none;
    clear: both; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; } }

.navbar.navbar-static {
  position: initial !important;
  background: white !important; }
  .navbar.navbar-static a,
  .navbar.navbar-static .header-box-search-wrapper::after {
    color: black !important; }
  .navbar.navbar-static input::placeholder {
    color: #595959 !important; }

.navbar.navbar-static .header-box-search {
  color: black !important; }

.navbar {
  z-index: 1000;
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important; }

.navbar-collapse.collapse.in,
.navbar-collapse.collapsing {
  background: rgba(0, 0, 0, 0.95) !important; }

.navbar li {
  transition: all .5s;
  border-bottom: 1px solid transparent; }

.navbar li:hover {
  border-bottom: 1px solid white; }

.navbar li > a {
  font-size: 13px; }

.navbar > .fa-shopping-cart {
  font-size: 18px; }

nav .header-box-search {
  background: transparent !important; }

.navbar-collapse {
  position: relative;
  z-index: 10000; }

@media only screen and (max-width: 1200px) {
  .navbar.navbar-static .navbar-collapse * {
    color: white !important; }
  .navbar.navbar-static .navbar-toggle .icon-bar {
    background: black !important; } }

@media only screen and (min-width: 1200px) {
  .navbar-collapse.collapse.in {
    background: transparent !important; } }

.footer {
  bottom: 0;
  width: 100%;
  min-height: 120px !important;
  background: #2f2f2f;
  padding-top: 40px;
  color: white !important;
  font-size: 15px; }
  .footer * {
    color: white !important; }

.footer p {
  margin-top: 1.5rem; }

.footer address {
  color: #808080;
  font-size: 11px;
  line-height: 26px;
  font-weight: 200; }

.socal-links a {
  color: #cbcbcb !important;
  font-size: 42px; }

.socal-links i {
  margin-right: 10px; }

.superfooter {
  background: #161616;
  padding: 40px;
  text-align: center !important; }
  .superfooter * {
    text-align: center !important; }

.footer .subscribe-form {
  padding: 0px;
  background: transparent; }
  .footer .subscribe-form #mc_embed_signup {
    background: transparent; }

.footer * {
  text-align: left; }

.footer .email {
  margin-bottom: 1rem !important; }

.footer strong {
  text-transform: uppercase; }

.footer ul {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  padding-bottom: 40px; }
  .footer ul a {
    color: #2bbf7a !important; }

@media only screen and (max-width: 1024px) {
  footer * {
    text-align: center !important; } }

.hover {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.hover .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }

.hover img {
  display: block;
  position: relative; }

.hover h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6); }

.hover button.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  border-radius: 0px;
  background-color: transparent;
  bottom: 20px; }

.hover button.info:hover {
  box-shadow: 0 0 5px #fff; }

/* styling to remove box shadow and border from buttons for last few effects */
.hover button.nullbutton {
  border: none;
  padding: 0px;
  margin: 0px; }

.hover button.nullbutton:hover {
  box-shadow: none; }

/* remove the blue line that shows on modal buttons after you have open and close a modal */
.modal-open .modal, button:focus {
  outline: none !important; }

/* styling so when hovering over a div that opens a modal the cursor changes to a pointer */
.point {
  cursor: pointer; }

/* effect hover 1 */
.ehover1 img {
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }

.ehover1 .overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.ehover1 h2 {
  -moz-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  -o-transform: translatey(-100px);
  -webkit-transform: translatey(-100px);
  transform: translatey(-100px);
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.ehover1 button.info {
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.ehover1:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.ehover1:hover .overlay {
  opacity: 1; }

.ehover1:hover h2, .ehover1:hover button.info {
  opacity: 1;
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0); }

.ehover1:hover button.info {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/* effect hover 2 */
.ehover2 img {
  transition: all 0.2s ease-in; }

.ehover2 .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: translate(460px, -100px) rotate(180deg);
  transition: all 0.2s 0.4s ease-in-out; }

.ehover2 button.info {
  transform: translateY(-200px);
  transition: all 0.2s ease-in-out; }

.ehover2:hover .overlay {
  opacity: 1;
  transition-delay: 0s;
  transform: translate(0px, 0px); }

.ehover2:hover h2 {
  transform: translateY(0px);
  transition-delay: 0.5s; }

.ehover2:hover button.info {
  transform: translateY(0px);
  transition-delay: 0.3s; }

/* effect hover 3 */
.ehover3 img {
  transition: all 0.4s ease-in; }

.ehover3 button.info, .ehover3 h2 {
  transform: scale(0.7);
  transition: all 0.4s ease-in;
  opacity: 0; }

.ehover3:hover img {
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  transform: scale(1.2); }

.ehover3:hover button.info, .ehover3:hover h2 {
  opacity: 1;
  transform: scale(1); }

/* effect hover 4 */
.ehover4 h2 {
  transform: translateY(55px);
  transition: all 0.4s ease-in-out; }

.ehover4:hover h2 {
  transform: translateY(15px); }

.ehover4 .overlay {
  background-color: rgba(75, 75, 75, 0.7);
  transition: all 0.4s ease-in-out; }

.ehover4:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4); }

.ehover4 button.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  border: 1px solid white;
  margin: -55px 0 0 0;
  padding: 73px 90px; }

.ehover4:hover button.info {
  opacity: 1;
  transform: scale(1); }

/* effect 4 transitionV2 */
.ehover42 h2 {
  transform: translateY(55px);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81); }

.ehover42:hover h2 {
  transform: translateY(15px); }

.ehover42 .overlay {
  background-color: rgba(75, 75, 75, 0.7);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81); }

.ehover42:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4); }

.ehover42 button.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  font-weight: normal;
  border: 1px solid white;
  margin: -55px 0 0 0;
  padding: 73px 90px; }

.ehover42:hover button.info {
  opacity: 1;
  transform: scale(1); }

/* effect hover 1 v2 */
.ehover1v2 img {
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81); }

.ehover1v2 .overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81); }

.ehover1v2 h2 {
  -moz-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  -o-transform: translatey(-100px);
  -webkit-transform: translatey(-100px);
  transform: translatey(-100px);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.88, -0.99, 0, 1.81); }

.ehover1v2 button.info {
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.ehover1v2:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.ehover1v2:hover .overlay {
  opacity: 1; }

.ehover1v2:hover h2, .ehover1v2:hover button.info {
  opacity: 1;
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0); }

.ehover1v2:hover button.info {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/* effect hover 5 */
.ehover5 h2, .ehover5 img {
  transition: all 0.4s ease-in-out; }

.ehover5 img {
  transform: scale(1.1); }

.ehover5:hover img {
  transform: scale(1); }

.ehover5 .overlay {
  transition: all 0.4s ease-in-out; }

.ehover5:hover .overlay {
  background-color: rgba(170, 170, 170, 0.4); }

.ehover5 button.info {
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  border: 1px solid white;
  height: 85%;
  width: 85%;
  position: absolute;
  top: -20%;
  left: 8%;
  padding: 70px; }

.ehover5:hover button.info {
  opacity: 1;
  transform: scale(1);
  background-color: rgba(0, 0, 0, 0.4); }

.ehover5 button.info:hover {
  box-shadow: none; }

/* effect hover 6 */
.ehover6 .rotate {
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  position: absolute;
  /* production only due to the button, the line below is only needed for the demo site so the whole div can be a button for the modal to show, it is not needed in example code */
  bottom: 0px; }

.ehover6 hr {
  width: 50%;
  opacity: 0; }

.ehover6 hr:nth-child(2) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(0, 0, 1); }

.ehover6 hr:nth-child(3) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1); }

.ehover6 h2, .ehover6 hr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px; }

.group1, .group2 {
  left: 50%;
  position: absolute;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  /* take out of production */
  letter-spacing: 0px; }

.group1 {
  top: 40%; }

.group2 {
  top: 60%; }

.ehover6 h2 {
  width: 100%; }

.ehover6 p {
  width: 30%;
  text-transform: none;
  font-size: 15px;
  line-height: 2; }

.ehover6 p a {
  color: #fff; }

.ehover6 p a:hover,
.ehover6 p a:focus {
  opacity: 0.6; }

.ehover6 a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  padding: 10px;
  font-size: 20px; }

.group1 a:first-child i {
  -webkit-transform: translate3d(-60px, -60px, 0) rotate(45deg) scale(2);
  transform: translate3d(-60px, -60px, 0) rotate(45deg) scale(2); }

.group1 a:nth-child(2) i {
  -webkit-transform: translate3d(60px, -60px, 0) rotate(45deg) scale(2);
  transform: translate3d(60px, -60px, 0) rotate(45deg) scale(2); }

.group2 a:first-child i {
  -webkit-transform: translate3d(-60px, 60px, 0) rotate(45deg) scale(2);
  transform: translate3d(-60px, 60px, 0) rotate(45deg) scale(2); }

.group2 a:nth-child(2) i {
  -webkit-transform: translate3d(60px, 60px, 0) rotate(45deg) scale(2);
  transform: translate3d(60px, 60px, 0) rotate(45deg) scale(2); }

.ehover6:hover h2 {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1); }

.ehover6:hover hr:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(1, 1, 1); }

.ehover6:hover hr:nth-child(3) {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1); }

.ehover6:hover .group1 i:empty, .ehover6:hover .group2 i:empty {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0) rotate(45deg) scale(1);
  /* just because it's stronger than nth-child */
  opacity: 1; }

.ehover6 img {
  transform: scale(1.1);
  transition: all 0.35s; }

.ehover6:hover img {
  transform: scale(1);
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7); }

/* effect hover 7 */
.ehover7 h2,
.ehover7 p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
  padding: 0px; }

.ehover7 .overlay::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 60%;
  border: 2px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%; }

.ehover7 p {
  width: 20%;
  text-transform: none;
  font-size: 15px;
  line-height: 2; }

.ehover7 p a {
  color: #fff; }

.ehover7 p a:hover,
.ehover7 p a:focus {
  opacity: 0.6; }

.ehover7 a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  padding: 0px 5px; }

.ehover7 p a:first-child i {
  -webkit-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0); }

.ehover7 p a:nth-child(2) i {
  -webkit-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0); }

.ehover7 p a:nth-child(3) i {
  -webkit-transform: translate3d(-60px, 60px, 0);
  transform: translate3d(-60px, 60px, 0); }

.ehover7 p a:nth-child(4) i {
  -webkit-transform: translate3d(60px, 60px, 0);
  transform: translate3d(60px, 60px, 0); }

.ehover7:hover .overlay::before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg) scale3d(1, 1, 1); }

.ehover7:hover h2 {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1); }

.ehover7:hover p i:empty {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* just because it's stronger than nth-child */
  opacity: 1; }

/* effect hover 8 */
.ehover8 hr {
  width: 40%;
  opacity: 0;
  border: 1px solid #FFF; }

.ehover8 hr:nth-child(3) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg) scale3d(0, 0, 1); }

.ehover8 hr:nth-child(4) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 180deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 180deg) scale3d(0, 0, 1); }

.ehover8 h2, .ehover8 hr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px; }

.set1, .set2 {
  left: 50%;
  position: absolute;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
  padding: 0px; }

.set1 {
  top: 40%; }

.set2 {
  top: 60%; }

.ehover8 p {
  width: 30%;
  text-transform: none;
  font-size: 15px;
  line-height: 2; }

.ehover8 p a {
  color: #fff; }

.ehover8 p a:hover,
.ehover8 p a:focus {
  opacity: 0.6; }

.ehover8 a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  padding: 10px;
  font-size: 20px; }

.set1 a:first-child i {
  -webkit-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0); }

.set1 a:nth-child(2) i {
  -webkit-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0); }

.set2 a:first-child i {
  -webkit-transform: translate3d(-60px, 60px, 0);
  transform: translate3d(-60px, 60px, 0); }

.set2 a:nth-child(2) i {
  -webkit-transform: translate3d(60px, 60px, 0);
  transform: translate3d(60px, 60px, 0); }

.ehover8:hover h2 {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1); }

.ehover8:hover hr:nth-child(3) {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -90deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -90deg) scale3d(1, 1, 1); }

.ehover8:hover hr:nth-child(4) {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -180deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -180deg) scale3d(1, 1, 1); }

.ehover8:hover .set1 i:empty, .ehover8:hover .set2 i:empty {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* just because it's stronger than nth-child */
  opacity: 1; }

/* effect hover 9 */
.ehover9 .overlay {
  background-color: rgba(255, 255, 255, 0.7);
  top: -200px;
  opacity: 0;
  transition: all 0.1s ease-out 0.5s; }

.ehover9 h2 {
  transform: translateY(-200px);
  transition: all ease-in-out 0.1s;
  transition-delay: 0.3s; }

.ehover9 button.info {
  transform: translateY(-200px);
  color: #000;
  border: 1px solid #000;
  transition: all ease-in-out 0.3s; }

.ehover9:hover .overlay {
  opacity: 1;
  top: 0px;
  transition-delay: 0s; }

.ehover9:hover h2 {
  transform: translateY(0px);
  transition-delay: 0.3s; }

.ehover9:hover button.info {
  transform: translateY(0px);
  box-shadow: 0 0 5px #000;
  color: #000;
  border: 1px solid #000;
  transition-delay: 0.3s; }

/* effect hover 10 */
.ehover10 img {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

.ehover10:hover img {
  -webkit-transform: translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0); }

.ehover10 .overlay {
  visibility: hidden;
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 4.75em;
  background: #79FAC4;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.ehover10 button.info {
  float: left;
  margin: 0px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6); }

.ehover10 p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em; }

.ehover10:hover p.icon-links a:hover,
.ehover10:hover p.icon-links a:focus {
  color: #252d31; }

.ehover10 button,
.ehover10 p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0); }

.ehover10 p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ehover10 button {
  display: inline-block; }

.ehover10:hover .overlay,
.ehover10:hover button,
.ehover10:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible; }

.ehover10:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.ehover10:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.ehover10:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.ehover10:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/* effect 11 */
.ehover11 {
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%); }

.ehover11 img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

.ehover11 .overlay::before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0); }

.ehover11 .overlay {
  padding: 3em;
  text-align: left; }

.ehover11 h2 {
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: left; }

.ehover11 button.info {
  color: #FFF;
  opacity: 0;
  margin: 0px;
  padding: 0px;
  border: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.ehover11:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.ehover11:hover .overlay::before,
.ehover11:hover button.info {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* effect 12 */
.ehover12 {
  background: #42b078; }

.ehover12 img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.ehover12:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.ehover12 .overlay {
  padding: 50px 20px; }

.ehover12 h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent; }

.ehover12 h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.ehover12:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.ehover12 button {
  color: #FFF;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.ehover12:hover button {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* effect 13 */
.ehover13 img {
  transition: all 0.35s; }

.ehover13:hover img {
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6); }

.ehover13 .overlay {
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }

.ehover13:hover .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.ehover13 button {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.ehover13 h2 {
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.ehover13:hover button, .ehover13:hover h2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* effect 14 */
.ehover14 img {
  transition: all 0.35s; }

.ehover14:hover img {
  filter: brightness(1.4);
  -webkit-filter: brightness(1.4); }

.ehover14 .overlay {
  opacity: 0;
  width: 55%;
  height: 81%;
  left: 22%;
  top: 10%;
  border-radius: 80%;
  border: 2px solid #FFF;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(50%, 50%, 0);
  transform: translate3d(50%, 50%, 0); }

.ehover14:hover .overlay {
  background-color: rgba(0, 0, 0, 0.3); }

.ehover14 button {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-150%, -400%, 0);
  transform: translate3d(-150%, -400%, 0); }

.ehover14 h2 {
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-150%, -400%, 0);
  transform: translate3d(-150%, -400%, 0); }

.ehover14:hover button, .ehover14:hover h2, .ehover14:hover .overlay {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@media print {
  a:link:after,
  a:visited:after {
    content: "" !important; } }

* {
  transition: all 200ms; }

.woocommerce .quantity .qty {
  border: 1px solid black !important;
  padding: 5px; }

a:visited {
  color: inherit; }

.container {
  padding-top: 45px; }

.button:not(.alt) {
  background: #28317e !important;
  color: white !important; }
  .button:not(.alt):hover {
    background: #0f1331 !important; }

.page-header {
  display: none; }

.accent-blue {
  color: #5563d5 !important; }

.accent-green {
  color: #2bbf7a !important; }
  .accent-green * {
    color: #2bbf7a !important; }

body.navbar-is-fixed-top {
  padding-top: 41px; }

.home-header {
  overflow: hidden;
  width: 100%; }

.home-header div[class^="col"] {
  padding: 0px; }

.home-header .arrow {
  display: block;
  position: absolute;
  bottom: 30px; }

.header-box {
  text-align: center;
  font-size: 30px;
  color: white;
  display: inline-block;
  width: 100%;
  position: relative; }

.header-box.is-extra-small {
  height: 70px;
  background: white;
  padding: 0px; }

.header-box.is-small {
  height: calc(50vh - 40px);
  min-height: 300px;
  background: white;
  margin-bottom: -7px;
  /* border: 1px solid white; */
  transition: all 0.2s; }

.header-box.is-small:hover * {
  background: transparent !important;
  font-weight: bold; }

@media only screen and (max-width: 991px) {
  .header-box.is-small {
    min-height: 200px;
    max-height: 200px; } }

.header-box.is-large {
  height: calc(100vh - 80px);
  min-height: 600px;
  background: white; }

.header-box-search {
  padding-left: 5px;
  padding-right: 5px; }

.header-box-search input {
  color: black !important;
  font-size: 17px;
  padding: 10px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #afafaf;
  border-radius: 0px !important;
  width: 80%; }

.header-box-search.header-box-search-nav input {
  color: white !important; }

.header-box-search-wrapper:after {
  content: "\f002";
  color: #e1e1e1;
  font-size: 17px;
  font-family: "FontAwesome"; }

.header-box-logo {
  max-width: 100%; }

.header-box-search input::placeholder {
  color: #afafaf;
  font-size: 12px; }

.header-box-icon img {
  max-width: 70px;
  margin: 0 auto; }

.event-box .header-box-button,
.news-box .header-box-button {
  margin-top: 20px;
  position: absolute;
  bottom: 10px;
  text-align: left; }

.header-box-button .btn-sign-in {
  background: #2bbf7a;
  border-color: #2bbf7a;
  color: white;
  width: 110px;
  border-radius: 50px;
  border-width: 2px;
  font-weight: 300;
  transition: all 0.2s; }
  .header-box-button .btn-sign-in:hover {
    background: #22955f; }

.header-box.is-small .header-box-content {
  position: relative;
  padding-top: 30px; }

.header-box.is-small * {
  transition: all 0.2s; }

.header-box.is-small:hover * {
  font-weight: bold !important; }

.header-box.is-large .header-box-content {
  position: relative;
  padding-top: 50px; }

.home-stats {
  padding-top: 40px;
  padding-bottom: 0px;
  padding-left: 160px;
  padding-right: 160px;
  text-align: center;
  color: #2a2a2a;
  border-bottom: 1px solid #afafaf;
  background: #f7f7f7; }

.stat {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: white;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 15px solid #5563d5;
  margin-bottom: 0px;
  cursor: pointer; }

.stat.border-top {
  border-bottom: none;
  border-top: 15px solid #5563d5; }

@media only screen and (max-width: 991px) {
  .home-stats {
    padding-left: 0px;
    padding-right: 0px; } }

.stat.accent {
  border-color: #2cc07b !important; }

.stat.nohover {
  cursor: initial; }
  .stat.nohover .stat-subtext {
    position: initial !important;
    display: block !important;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    height: initial !important;
    opacity: 1 !important;
    font-weight: 200 !important;
    font-weight: initial !important; }
  .stat.nohover .stat-text,
  .stat.nohover .stat-icon {
    opacity: 1 !important; }

.stat-icon {
  transition: all 0.3s;
  opacity: 1; }

.stat-icon img {
  height: 100px;
  padding-bottom: 12px; }

.stat-text {
  transition: all 0.3s;
  font-size: 25px;
  font-weight: bold;
  line-height: 38px;
  opacity: 1; }

.stat-subtext {
  transition: all 0.3s;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 20px;
  right: 20px;
  height: 100%;
  opacity: 0; }

.stat:hover .stat-text,
.stat:hover .stat-icon {
  opacity: 0; }

.stat:hover .stat-subtext {
  opacity: 1; }

.home-info {
  padding: 0px; }

.home-info > .row {
  background: white; }

.home-info div[class^="col"] {
  padding: 0px; }

.info-box {
  background: rgba(0, 0, 0, 0.35);
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px; }

.info-content {
  color: white; }

.info-icon {
  margin-bottom: 20px;
  text-align: center; }

.info-icon img {
  max-height: 100px; }

.info-content {
  text-align: center; }

.info-text {
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: bold; }

.info-subtext {
  font-size: 17px;
  margin-top: 20px;
  font-weight: 300; }

.home-support > .row {
  /* padding-top: 200px; */
  /* padding-bottom: 100px; */
  background: white; }

.support-box {
  /* border-left: 15px solid $blue; */
  /* background: rgba(0,x0,x0,x.85); */
  color: #2a2a2a;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .support-box {
      padding: 50px; } }

.support-box-2 {
  padding: 50px;
  /* border-top: 15px solid $blue; */
  background: rgba(0, 0, 0, 0.45);
  color: white;
  overflow: hidden;
  text-align: center; }

.support-box-2 .support-text {
  font-weight: 300; }

@media only screen and (max-width: 986px) {
  .support-box-2 .support-text {
    font-size: 24px; } }

.support-box-2 .support-icon img {
  max-width: 70px; }

.support-text {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 60px;
  color: white;
  /* font-style: italic; */ }

.support-text#home {
  color: #5563d5; }

.support-subtext {
  font-size: 16px;
  font-weight: 400; }

.support-image {
  text-align: center; }

.support-image > img {
  width: 100%;
  max-width: 250px; }

.home-news-events {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 40px; }

.home-news-events div[class^="col"] {
  padding: 0px; }

@media only screen and (max-width: 991px) {
  .home-news-events {
    padding-left: 0px;
    padding-right: 0px; }
    .home-news-events div[class^="col-"] {
      height: initial !important;
      display: inline; } }

.event-box {
  border: 0px !important;
  padding: 5px;
  position: relative;
  height: 100%; }

.event-box-text {
  font-size: 26px;
  text-align: left;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis; }

.event-box-subtext {
  padding-top: 20px;
  font-size: 14px;
  text-align: left;
  font-weight: 300; }

@media only screen and (min-width: 986px) {
  .event-box-subtext {
    max-width: 50%; } }

.news-box-text {
  font-size: 26px;
  text-align: left;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.news-box-subtext {
  font-size: 14px;
  text-align: left;
  font-weight: 300;
  padding-top: 20px; }

.event-box {
  text-align: left;
  color: white;
  display: inline-block;
  width: 100%;
  padding-left: 40px; }

.event-box.is-extra-small {
  height: 71px;
  background: white;
  padding: 10px; }

.event-box.is-small {
  height: 250px;
  /* background: red; */
  /* border: 1px solid white; */
  transition: all 0.2s; }

.event-box.is-large {
  height: 670px;
  /* background: blue; */ }

.news-box {
  text-align: center;
  color: white;
  display: inline-block;
  width: 100%;
  padding: 10px;
  padding-left: 40px;
  height: 100%; }

.news-box.is-extra-small {
  min-height: 70px;
  background: white;
  padding: 10px; }

.news-box.is-small {
  height: 240px;
  /* background: blue; */
  /* border: 1px solid white; */ }

.news-box.is-large {
  min-height: 670px;
  /* background: red; */ }

.event-box.is-small .header-box-content {
  position: relative;
  padding-top: 20px;
  height: 100%; }

.event-box.is-large .header-box-content {
  position: relative;
  padding-top: 40px;
  height: 100%; }

.news-box.is-small .header-box-content {
  position: relative;
  padding-top: 20px;
  height: 100%; }

.news-box.is-large .header-box-content {
  position: relative;
  padding-top: 40px;
  height: 100%; }

.see-more-box {
  text-align: center;
  color: #2a2a2a;
  display: inline-block;
  width: 100%;
  border: 1px solid #afafaf; }

.see-more-box.is-extra-small {
  height: 70px;
  background: white;
  padding: 10px; }

.see-more-box.is-small {
  min-height: 240px;
  height: 100%;
  background: white;
  /* border: 1px solid black; */ }

.see-more-box.is-large {
  height: 670px;
  background: white;
  border: 1px solid black; }

.see-more-box.is-small .header-box-content {
  position: relative;
  top: 80px; }

.see-more-box.is-large .header-box-content {
  position: relative;
  top: 300px; }

.news-events-header {
  color: #2a2a2a;
  padding-top: 40px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase; }

.news-events-subheader {
  color: #606060;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 70px; }

#coverimg1 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url(img/Accses-Homev2.jpg);
  background-size: cover;
  background-position: bottom; }

#coverimg2 {
  background: url(img/new-jersey-skyline.png);
  background-size: cover;
  background-position: bottom; }

#coverimg3 {
  background: url(img/new-jersey-skyline.png);
  background-size: cover;
  background-position: bottom; }

#coverimg4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url("img/home page/Mask-Group-15.jpg") !important;
  background-size: cover !important;
  background-position: bottom; }

#boximg1 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url(img/boximg1.png);
  background-size: cover;
  background-position: center; }

#boximg2 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url("img/home page/Mask-Group-158.jpg");
  background-size: cover;
  background-position: center; }

#boximg3 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url("img/home page/Mask-Group-15.jpg");
  background-size: cover;
  background-position: center; }

#boximg4 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url("img/home page/Mask-Group-138.jpg");
  background-size: cover;
  background-position: center; }

#boximg5 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url("img/home page/Mask-Group-159.jpg");
  background-size: cover;
  background-position: center; }

#boximg6 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url("img/about us page/Mask-Group-141.jpg");
  background-size: cover;
  background-position: top;
  /* min-height: 712px;
     display: flex;
     align-items: center; */ }

#boximg7 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url("img/bod.jpg");
  background-size: cover;
  background-position: center; }

.about-header > .row {
  padding-top: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
  background-size: cover !important;
  background-position: center !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url("img/home page/Group-258.jpg") !important; }

.store-header > .row {
  padding-top: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
  background-size: cover !important;
  background-position: center !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url("img/shop.jpg") !important; }

.services-header > .row {
  padding-top: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
  background-size: cover !important;
  background-position: center !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url("img/services.jpg") !important; }

.newsevents-header > .row {
  padding-top: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
  background-size: cover !important;
  background-position: center !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url("img/newsevents.jpg") !important; }

.newsevents-header.events > .row {
  padding-top: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
  background-size: cover !important;
  background-position: center !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url("img/events.jpg") !important; }

.newsevents-header.news > .row {
  padding-top: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
  background-size: cover !important;
  background-position: center !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url("img/news.jpg") !important; }

.membership-header > .row {
  padding-top: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
  background-size: cover !important;
  background-position: center !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url("img/membership page/Group-262.jpg") !important; }

@media only screen and (max-width: 992px) {
  div[id^="coverimg"] {
    padding: 0px !important;
    padding-top: 100px !important;
    padding-bottom: 40px !important;
    height: initial !important; }
    div[id^="coverimg"] .about-header-box-text {
      font-size: 50px; }
    div[id^="coverimg"] .about-header-box-subtext {
      font-size: 26px; }
    div[id^="coverimg"] .about-header-box-subtext-sub {
      font-size: 22px; } }

.about-header-box-text {
  color: white;
  font-size: 55px;
  font-weight: bold; }

.about-header-box-subtext {
  color: white;
  font-size: 30px;
  font-weight: 300; }

.about-header-box-subtext-sub {
  color: white;
  font-size: 24px;
  font-weight: 300; }

@media only screen and (max-width: 986px) {
  .about-header > .row {
    height: 300px;
    padding: 10px;
    padding-top: 50px; }
  .about-header-box-subtext {
    font-size: 22px; }
  .about-header-box-subtext-sub {
    font-size: 18px; } }

.about-steps {
  overflow: hidden;
  padding: 160px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f7f7f7;
  border-bottom: 2px solid darkgrey; }

@media only screen and (max-width: 968px) {
  .about-steps {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px; } }

.about-step-card {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0px;
  background: white;
  height: 100%; }

.about-step-card div[class^="col-"] {
  padding: 0px; }

.about-step-card-content {
  overflow: hidden;
  border-top: 15px solid #5563d5;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 60px; }

.about-step-card-image-wrapper {
  overflow: hidden;
  background: white; }

.about-leadership-bio-card-image {
  width: 100%;
  margin-bottom: 100px;
  background: white; }

.about-leadership-bio-card-image img {
  width: 200px !important;
  height: 200px !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -80px;
  border-radius: 100%; }

.about-step-card-image {
  height: 100%; }

.about-step-card-num {
  color: #2a2a2a;
  font-size: 65px;
  font-weight: bold; }

.about-step-card-title {
  color: #5563d5;
  font-weight: bold;
  font-size: 35px; }

.about-step-card.accent .about-step-card-content {
  border-color: #2cc07b; }

.about-step-card.accent .about-step-card-title {
  color: #2cc07b; }

.about-step-card-text {
  margin-top: 20px;
  color: #2a2a2a;
  font-size: 17px; }

.about-step-card-image img {
  height: 100%; }

.about-leadership {
  padding-top: 20px;
  padding-bottom: 50px; }

.about-leadership-header-text {
  text-align: center;
  font-size: 55px;
  color: #2a2a2a;
  font-weight: bold; }

.about-leadership-header-subtext {
  text-align: center;
  font-size: 25px;
  max-width: 491px;
  font-weight: 300;
  color: #606060;
  margin: 0 auto; }

@media only screen and (max-width: 768px) {
  .about-leadership-header-text {
    font-size: 35px; }
  .about-leadership-header-subtext {
    font-size: 17px; } }

.about-leadership-bio-card {
  background: #2a2a2a;
  padding: 0px;
  margin-bottom: 40px;
  /* padding-top: 50px; */
  /* margin-bottom: 190px; */ }

.about-leadership-bio-card-name {
  color: white;
  font-size: 35px;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-top: 5px; }

.about-leadership-bio-card-position {
  color: #5563d5;
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-top: 5px; }

.about-leadership-bio-card.accent .about-leadership-bio-card-position {
  color: #2cc07b; }

.about-leadership-bio-card-description {
  color: white;
  font-size: 14px;
  line-height: 1.8rem;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  font-weight: 200; }

.about-bod > .row {
  padding-top: 50px;
  padding-bottom: 50px; }

.about-annual-reports div[class^="col-"] {
  padding: 0px; }

.about-annual-reports-report {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #2a2a2a;
  cursor: pointer;
  height: 100%;
  padding: 100px 20px;
  min-height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media only screen and (max-width: 992px) {
    .about-annual-reports-report {
      padding: 40px; } }
  .about-annual-reports-report div {
    width: 100%; }

.owl-carousel#membership .owl-dots {
  display: none; }

@media only screen and (min-width: 992px) {
  .about-annual-reports-report {
    height: 400px !important; } }

@media only screen and (max-width: 986px) {
  .about-annual-reports-report {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 25px; } }

.accent1 {
  font-weight: 400;
  background: #2cc07b;
  color: white; }

.accent1.transparent {
  background: rgba(44, 192, 123, 0.6); }

.accent2 {
  font-weight: 400;
  background: #0dd2b2;
  color: white; }

.accent2.transparent {
  background: rgba(13, 210, 178, 0.6); }

.accent3 {
  font-weight: 400;
  background: #1c9b86;
  color: white; }

.accent3.transparent {
  background: rgba(28, 155, 134, 0.6); }

.accent4 {
  font-weight: 400;
  background: #403caa;
  color: white; }

.accent4.transparent {
  background: rgba(64, 60, 170, 0.6); }

.accent5 {
  font-weight: 400;
  background: #8a73ff;
  color: white; }

.accent5.transparent {
  background: rgba(138, 115, 255, 0.6); }

.accent6 {
  font-weight: 400;
  background: #5563d5;
  color: white; }

.accent6.transparent {
  background: rgba(85, 99, 213, 0.6); }

.about-annual-reports-report-description.light {
  /* padding-top: 20px; */
  font-size: 20px;
  font-weight: 300; }

.complaint-header {
  /* padding-bottom: 50px; */ }
  .complaint-header a {
    color: #2bbf7a !important; }

.complaint-header > .container > .row {
  padding-top: 0px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  /* height: 100vh; */
  background-image: url("img/complaint page.jpg") !important; }

.complaint-header-box-content {
  text-align: left;
  padding-top: 200px; }

.complaint-header-box-text {
  color: white;
  font-size: 35px;
  font-weight: bold; }

.complaint-header-box-subtext {
  color: white;
  font-size: 18px;
  font-weight: 300; }

.complaint-header-form-inner {
  /* background: rgba(255,255,255,.2); */
  /* -webkit-filter: blur(5px); */
  /* -moz-filter: blur(5px); */
  /* -ms-filter: blur(5px); */
  /* -o-filter: blur(5px); */
  /* filter: blur(5px); */
  /* overflow: hidden; */
  /* height: 100%; */
  padding: 40px;
  padding-top: 20px;
  background: rgba(0, 0, 0, 0.55);
  border-top: 15px solid #2cc07b; }

.complaint-header-form-inner#faq {
  overflow: hidden; }

.complaint-header-form {
  color: white;
  background: transparent;
  font-size: 17px; }

.complaint-header-form-header {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px; }

.faq-form-header {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid white; }

.complaint-header-form form {
  /* position: absolute; */
  /* top: 0px; */
  /* width: 100%; */
  /* padding: 50px; */ }

.complaint-header-form label,
.complaint-header-form input,
.complaint-header-form textarea,
.complaint-header-form select,
.complaint-header-form option {
  text-align: left;
  width: 100%;
  font-weight: 300;
  font-size: 14px; }

.complaint-header-form input,
.complaint-header-form textarea,
.complaint-header-form select,
.complaint-header-form option {
  margin-bottom: 20px;
  border-radius: 100px;
  padding: 5;
  color: black;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  font-family: "Montserrat", sans-serif; }

.complaint-header-form textarea {
  border-radius: 10px; }

.btn-green {
  background: #2cc07b !important;
  color: white !important;
  border-radius: 20px !important;
  padding: 10px !important;
  width: 140px !important;
  text-align: center !important;
  margin: 0 auto !important;
  border-color: #2cc07b !important;
  text-transform: uppercase;
  font-weight: bold !important; }
  .btn-green:visited {
    color: white !important; }

.btn-transparent {
  background: transparent !important;
  color: white !important;
  border-radius: 20px !important;
  padding: 10px !important;
  width: 100px !important;
  text-align: center !important;
  margin: 0 auto !important;
  border: 1px solid white !important; }
  .btn-transparent:visited {
    color: white !important; }

.submit-btn-wrapper {
  text-align: center;
  margin-top: 30px; }

.sign-up {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url("img/login.jpg");
  background-size: cover !important;
  background-position: bottom; }

.sign-up-form-wrapper {
  background: white;
  padding-top: 80px; }

.sign-up-form-inner {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 40px;
  padding-top: 20px;
  background: white;
  border-top: 15px solid #2cc07b; }

.sign-up-form {
  color: #2a2a2a;
  background: transparent;
  font-size: 17px;
  max-width: 600px;
  margin: 0 auto;
  min-height: 900px;
  max-height: 100vh; }

.sign-up-form-header {
  font-size: 30px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0px; }

.sign-up-form-subheader {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px; }

.sign-up label,
.sign-up input,
.sign-up textarea,
.sign-up select,
.sign-up option {
  text-align: left;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  background: white; }

.sign-up label {
  background: transparent !important; }

.sign-up input,
.sign-up select,
.sign-up option {
  border-style: initial;
  margin-bottom: 20px;
  border-bottom: 1px solid darkgrey !important;
  border-radius: 0px; }

.login-form-inner {
  padding: 40px;
  padding-top: 20px;
  background: transparent; }

.login-form {
  color: white;
  background: transparent;
  font-size: 17px;
  padding: 40px;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 140px;
  /* min-height: 600px; */
  /* height: 100vh; */
  min-height: 900px;
  max-height: 100vh;
  /* max-height: 200px !important; */ }

.login-form-header {
  font-size: 30px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0px; }

.login-form-subheader {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 40px; }

.login-form form {
  /* position: absolute; */
  /* top: 0px; */
  /* width: 100%; */
  /* padding: 50px; */ }

.login-form label,
.login-form input,
.login-form textarea {
  text-align: left;
  width: 100%;
  font-weight: 300;
  font-size: 16px; }

.login-form input {
  border-style: initial;
  border-bottom: 1px solid darkgrey;
  margin-bottom: 20px;
  background: transparent;
  color: white !important; }

.login-form select,
.login-form option {
  color: #2a2a2a;
  background-color: white;
  border-radius: 25px;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }

.dashboard {
  padding-top: 100px; }

@media only screen and (min-width: 991px) {
  .dashboard {
    padding-left: 100px;
    padding-right: 100px; } }

.dashboard-greeting {
  font-size: 30px;
  font-weight: bold;
  color: #2a2a2a; }

.dashboard-panels {
  margin-top: 40px;
  overflow: hidden; }

.dashboard-panels div[class^="col-"] {
  padding: 5px;
  overflow: hidden; }

.dashboard-panels-user-panel {
  padding: 10px;
  text-align: center;
  min-height: 200px;
  background: #f1f1f1;
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: 200 !important;
  border: 4px solid transparent; }

.dashboard-panels-user-panel.active * {
  color: white !important;
  font-weight: bold !important; }

.dashboard-panels-user-panel#my-orders:hover {
  border-color: #585fd4; }

.dashboard-panels-user-panel#member-benefits:hover {
  border-color: #0dd2b2; }

.dashboard-panels-user-panel#edit-profile:hover {
  border-color: #6dbc79; }

.dashboard-panels-user-panel#my-events:hover {
  border-color: #816dfc; }

.dashboard-panels-user-panel#my-orders.active {
  background: #585fd4; }

.dashboard-panels-user-panel#member-benefits.active {
  background: #0dd2b2; }

.dashboard-panels-user-panel#edit-profile.active {
  background: #6dbc79; }

.dashboard-panels-user-panel#my-events.active {
  background: #816dfc; }

.dashboard-panels-user-panel-icon {
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 30px;
  color: #2a2a2a; }

.dashboard-panels-user-panel:hover .dashboard-panels-user-panel-icon,
.dashboard-panels-user-panel:hover .dashboard-panels-user-panel-text {
  /* font-weight: bold; */ }

.dashboard-panels-user-panel-text {
  font-size: 30px;
  color: #2a2a2a; }

.dashboard-panels-news-events {
  background: black; }

.dashboard-panels-news-events-panel {
  color: white;
  font-size: 30px;
  text-align: center;
  height: 440px;
  /* padding-top: 150px; */ }

.btn.btn-view {
  color: #2a2a2a;
  background: white;
  font-size: 9px;
  border: 1px solid black;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  /* margin-top: 12px; */
  /* position: relative; */
  /* top: 5px; */ }

.btn.btn-view.active {
  color: white;
  background: black; }

.dashboard-orders tbody td {
  font-size: 16px;
  vertical-align: middle !important; }

.dashboard-orders {
  padding-top: 15px;
  border-top: 35px solid #585fd4; }

.dashboard-orders h1 {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 35px; }

.dashboard-orders th {
  font-weight: bold;
  font-size: 20px;
  vertical-align: top !important;
  border: none !important; }

.dashboard-orders td {
  border-top: none !important;
  border-bottom: 2px solid #afafaf !important;
  height: 80px;
  padding-bottom: 30px; }

.dashboard-profile {
  padding-top: 15px;
  border-top: 35px solid #6dbc79; }

.dashboard-profile h1 {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 35px; }

.dashboard-profile th {
  font-weight: bold;
  font-size: 20px;
  vertical-align: top !important;
  border: none !important; }

.dashboard-profile td {
  border-top: none !important;
  border-bottom: 2px solid #afafaf !important;
  height: 80px;
  padding-bottom: 30px; }

.dashboard-events {
  padding-top: 15px;
  border-top: 35px solid #816dfc; }

.dashboard-events h1 {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 35px; }

.dashboard-events .event {
  background: #816dfc;
  min-height: 200px;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-left: 20px; }

.dashboard-events .event-title {
  color: white;
  font-size: 22px;
  font-weight: bold; }

.dashboard-events .event-location {
  color: white;
  font-size: 22px; }

.dashboard-events .event-time {
  color: white;
  font-size: 22px; }

.shop-top-products {
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #afafaf; }

.shop-top-products-header-text {
  text-align: center;
  font-size: 30px;
  color: #2a2a2a;
  font-weight: bold;
  padding-bottom: 40px; }

.dashboard-member-benefits {
  padding-top: 15px;
  border-top: 35px solid #0dd2b2; }

.dashboard-member-benefits h1 {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 35px; }

.shop-top-product {
  /* border: 1px solid #f5f5f5; */
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
  height: 200px;
  position: relative; }

.shop-top-product img {
  padding: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  width: auto !important; }

.shop-top-product-name h2 {
  padding-top: 0px;
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  color: #2a2a2a; }

.shop-categories {
  padding-top: 40px;
  padding-bottom: 0px;
  background: #f7f7f7;
  border-bottom: 1px solid #afafaf; }

.shop-categories div[class^="col-"] {
  margin-bottom: 40px; }

.shop-category {
  min-height: 250px;
  background-image: url(img/new-jersey-skyline.png);
  position: relative; }

.shop-category img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.shop-category-name {
  text-align: center;
  font-size: 21px;
  color: #2a2a2a;
  padding-top: 40px;
  font-weight: 400;
  height: 130px; }

.shop-category-wrapper {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }

.shop-category-full-wrapper {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }

.shop-category-full-wrapper .shop-category {
  min-height: initial;
  overflow: hidden;
  height: 410px; }

.shop-category-full-wrapper .shop-category-icon {
  padding-top: 20%;
  font-size: 30px;
  min-height: 40%;
  text-align: center; }

.shop-category-full-wrapper .shop-category-name {
  min-height: 80%; }

.grey-border {
  width: 200px;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  margin-top: 15px;
  /* margin-bottom: 50px; */ }

.shop-call-for-info {
  height: 160px;
  background: #2cc07b;
  position: relative; }

.shop-call-for-info-content {
  color: #fff;
  font-size: 34px;
  text-align: center;
  position: absolute;
  font-weight: bold;
  left: 0px;
  width: 100%;
  bottom: 50px; }

@media only screen and (max-width: 986px) {
  .shop-call-for-info-content {
    font-size: 20px; } }

.shop-call-for-info-content .accent {
  color: white; }

.membership-benefit {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: white;
  margin-bottom: 40px;
  padding: 10px;
  text-align: center;
  padding-bottom: 50px;
  border-top: 15px solid #5563d5;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center; }
  .membership-benefit div {
    width: 100%; }

.membership-benefit.accent {
  border-color: #2cc07b !important; }

.membership-benefit-text {
  font-size: 26px;
  padding-top: 30px;
  font-weight: bold; }

.membership-benefits-header-text {
  text-align: center;
  font-size: 55px;
  color: #2a2a2a;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 80px; }

.small-border {
  height: 2px;
  width: 140px;
  background: #bebebe;
  margin-top: 40px;
  margin-bottom: 40px; }

.membership-quote {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url("img/membership page/Group-263.jpg");
  background-size: cover;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 300; }

.membership-quote-text {
  font-size: 30px;
  padding-bottom: 40px;
  color: white; }

.membership-quote-author {
  font-size: 30px;
  font-weight: bold;
  color: white; }

.membership-quote-author-subtext {
  font-size: 20px;
  font-weight: 300;
  color: white; }

.membership-quote-learn-more {
  color: white;
  font-weight: bold;
  font-size: 24px;
  padding-right: 30%; }

@media only screen and (max-width: 991px) {
  .membership-quote {
    padding-left: 10px;
    padding-right: 10px; }
  .membership-quote-text {
    font-size: 30px; }
  .membership-quote-author {
    font-size: 20px; }
  .membership-quote-learn-more {
    font-size: 20px; } }

.event-card {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .event-card {
      padding: 40px; } }

.event-card-title {
  font-size: 32px;
  color: #2a2a2a;
  font-weight: bold; }

.event-card-date {
  font-size: 18px;
  color: #2a2a2a; }

.event-card-image {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  background: transparent;
  text-align: center; }

.event-card-image img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto; }

.event-card-description {
  color: #2a2a2a;
  font-size: 17px;
  font-weight: 300;
  margin-top: 50px; }

.browser {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 19px; }

.browser-search {
  width: 250px;
  margin-right: 20px; }

.browser-left {
  float: left; }

.browser-right {
  float: right; }

.browser-back,
.browser-search,
.browser-breadcrumbs {
  display: inline-block;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 900; }

.browser-back a {
  color: #2a2a2a !important;
  text-transform: uppercase; }

.browser-breadcrumbs a {
  color: #606060 !important; }

.browser-breadcrumbs a.active {
  color: #2a2a2a !important;
  display: inline-block !important; }

.type-event .entry-header {
  display: none; }

.event-card-info {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto; }

.event-card-info-location,
.event-card-info-date {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center; }

.info-widget-icon,
.info-widget-text {
  display: inline-block;
  margin: 0 x !important; }

.info-widget {
  border: 1px solid #afafaf;
  margin-right: -5px; }

.info-widget-icon {
  font-size: 30px;
  width: 100px;
  color: white;
  height: 100%;
  background: #5563d5;
  float: left;
  display: inline-block; }

.info-widget-text {
  font-size: 16px;
  color: #2a2a2a;
  display: inline; }

@media only screen and (max-width: 1200px) {
  .info-widget {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px; }
  .info-widget-icon {
    float: initial;
    width: 100%;
    margin-bottom: 20px !important; } }

.woocommerce-product-gallery__wrapper {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 10px; }

.product_title.entry-title {
  font-size: 34px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0px; }

.stock {
  font-size: 18px !important;
  color: #2a2a2a !important;
  font-weight: 300 !important; }

.price,
.woocommerce-variation-price {
  font-size: 30px !important;
  color: #2a2a2a !important;
  font-weight: bold !important; }

.button.alt {
  background: #2cc07b !important;
  color: white !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  text-transform: uppercase; }
  .button.alt:hover {
    background: #196d46 !important; }

.woocommerce div.product form.cart .variations td.label {
  display: none; }

.type-product .entry-summary input,
.type-product .entry-summary select,
.type-product .entry-summary option,
.woocommerce-ordering select,
.woocommerce-ordering option {
  color: #2a2a2a;
  background-color: white;
  border-radius: 25px;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }

.type-product .entry-summary select {
  font-weight: 600; }

.variations_form.cart {
  margin-top: 1.5em; }

.variations_form.cart * {
  margin-bottom: 25px; }

.product_meta {
  display: none; }

.product-type * {
  font-family: "Montserrat", sans-serif; }

.woocommerce h1 {
  font-size: 25px;
  font-weight: bold; }

.coupon {
  position: relative; }

.coupon .button {
  position: absolute !important;
  height: 100%; }

.shop_table {
  border: none !important; }

.shop_table * {
  border: none !important; }

.woocommerce-cart-form .shop_table th {
  padding-bottom: 0px; }

.woocommerce-cart-form .shop_table td {
  border-bottom: 1px solid #afafaf !important;
  height: 80px; }

.cart_totals * {
  border: none !important;
  font-size: 16px;
  text-align: right; }

.cart_totals h2 {
  display: none; }

.order-total * {
  font-size: 32px; }

.shop_table .product-sku {
  font-size: 14px !important;
  font-weight: 300 !important; }

.wc-proceed-to-checkout {
  width: 160px;
  margin-left: auto; }

.checkout.woocommerce-checkout {
  font-family: "Montserrat", sans-serif; }

.checkout.woocommerce-checkout h3 {
  margin: 0;
  padding: 12px;
  background: #2cc07b;
  color: white;
  font-size: 16px; }

.checkout.woocommerce-checkout div[class$="-fields"] {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 10px; }

.checkout.woocommerce-checkout div[class$="-fields"] > div {
  padding: 12px; }

.em-search-wrapper {
  display: none; }

.page .entry-title {
  display: none; }

.event-list {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  background: black;
  padding: 10px;
  padding-top: 0px; }
  @media only screen and (min-width: 768px) {
    .event-list {
      padding: 50px; } }
  @media only screen and (max-width: 768px) {
    .event-list * {
      text-align: center !important; } }
  .event-list .header-box-button {
    margin-top: 20px; }

.event-list-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.2; }

.event-list-image img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

.event-list-title {
  color: white;
  font-size: 22px;
  width: 100%;
  text-align: left;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .event-list-title {
      padding-right: 50px; } }

.event-list-description {
  color: white;
  font-size: 14px;
  width: 100%;
  text-align: left;
  padding-top: 30px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .event-list-description {
      padding-right: 50px; } }
  .event-list-description a {
    color: white !important; }

.news-list {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  background: white; }

.news-list-title {
  color: #2a2a2a;
  font-size: 30px;
  width: 100%;
  text-align: left;
  padding-top: 20px;
  padding-left: 50px;
  position: relative; }

.news-list-date {
  color: #2a2a2a;
  font-size: 20px;
  width: 100%;
  text-align: left;
  padding-top: 5px;
  padding-left: 50px;
  position: relative; }

.news-list-image {
  position: relative;
  width: auto;
  margin-top: 20px;
  height: 250px;
  width: auto;
  text-align: left; }

.news-list-image img {
  height: 100%;
  width: auto;
  border: 1px solid #afafaf;
  padding: 5px; }

.news-list-description {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  text-align: left;
  padding-top: 100px;
  padding-right: 50px;
  position: relative; }

.news-list-description a {
  color: #2a2a2a; }

.btn.btn-read-more {
  background: transparent;
  color: #5563d5;
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 40px;
  border: 2px solid #5563d5;
  font-weight: 300; }
  .btn.btn-read-more:hover, .btn.btn-read-more:active, .btn.btn-read-more:focus {
    background: #5563d5;
    color: white;
    font-weight: bold; }

.info-btn {
  margin-top: 40px; }

.btn.btn-seethrough {
  border-radius: 25px;
  color: white !important;
  border: 1px solid white !important;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.2s; }
  .btn.btn-seethrough:hover {
    border-color: #5563d5 !important;
    background: #5563d5; }

.support-btn {
  margin-top: 40px; }

/* .btn.btn-becomemember {
   border-radius: 50px;
   color: white !important;
   border: none !important;
   padding-left: 30px;
   padding-right: 30px;
   padding-top: 20px;
   padding-bottom: 20px;
   font-size: 18px;
   background: $blue;
   font-weight: 300;
   } */
.btn.btn-becomemember {
  border-radius: 25px;
  color: white !important;
  border: 1px solid white !important;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.2s;
  background: #5563d5;
  border: 1px solid #5563d5 !important; }

.bod {
  margin-bottom: 30px;
  letter-spacing: 0px; }

.about-annual-reports-report-year {
  font-size: 65px;
  font-weight: bold; }

.about-annual-reports-report-title {
  font-size: 31px;
  font-weight: bold; }

.about-step-card-image-wrapper {
  height: 100%; }

.about-step-card-image img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto; }

.service-box {
  height: 450px; }

.service-box .overlay {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden; }

.service-box h2 {
  width: calc(100% + 10px);
  left: -5px;
  z-index: 10000;
  /* top: calc(100% - 50px); */
  position: absolute;
  margin: 0px;
  bottom: 0px;
  /* height: 100%; */
  min-height: 90px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  font-weight: 400;
  font-size: 18px;
  text-transform: initial;
  background: white;
  color: #2a2a2a;
  -webkit-transition: all 450ms ease-out;
  -moz-transition: all 450ms ease-out;
  -ms-transition: all 450ms ease-out;
  -o-transition: all 450ms ease-out;
  transition: all 450ms ease-out; }

.service-box h2 a {
  color: #2a2a2a !important; }

.service-box:hover h2 {
  background: transparent;
  color: white !important;
  font-weight: bold !important; }

.service-box:hover a {
  color: white !important; }

@media only screen and (max-width: 992px) {
  .service-box {
    height: 100px;
    margin-bottom: 40px; }
  .service-box h2 {
    top: 0px;
    margin: 0px;
    height: 100%;
    width: calc(100% + 5px); }
  .service-box button {
    display: none !important; } }

.service-box button {
  position: absolute !important;
  top: 80px !important;
  left: 50% !important;
  width: 90px !important;
  margin-left: -50px !important; }

.news-box-readmore {
  margin-top: 25px; }

.news-box-readmore a {
  color: white !important;
  font-weight: bold;
  text-transform: uppercase; }

.service-box img {
  min-width: calc(100% + 20px);
  max-width: calc(100% + 200px);
  min-height: 100% !important;
  width: auto !important;
  height: auto !important; }

.ehover12 {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }

.woocommerce-result-count {
  color: #2a2a2a; }

.product-category-sidebar {
  color: #2a2a2a; }

.product-category-sidebar-header {
  font-weight: bold;
  font-size: 17px;
  padding-bottom: 15px; }

.product-category-sidebar-category {
  padding-left: 20px;
  padding-top: 9px;
  height: 35px;
  background: #f1f1f1;
  margin-bottom: 4px;
  color: #2a2a2a;
  font-size: 13px;
  font-weight: 300px; }

.product-category-sidebar-category.active {
  background: #5563d5;
  margin-bottom: 6px;
  color: white;
  font-weight: bold; }

.product-category-sidebar-category.active-sub {
  background: #dedede;
  margin-bottom: 6px; }

.woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
  margin-top: 7px; }

.shop-top-product-add-to-cart {
  text-align: center; }

.shop-top-product-price {
  text-align: center; }

.shop-top-product-price .price {
  margin-bottom: 0px;
  font-size: 16px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold !important; }

.woocommerce-product-gallery img {
  max-height: 300px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important; }

.service-title {
  color: white;
  font-size: 30px;
  width: 100%;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  font-weight: bold; }

.service-description {
  color: white;
  font-size: 13px;
  font-weight: normal; }
  .service-description ul {
    margin-left: 0px; }

.service-moreinfo {
  color: white;
  font-size: 30px;
  font-weight: bold; }

.dashboard-panels-user-panel-icon {
  width: 100%; }

.dashboard-panels-user-panel-icon img {
  max-width: 70px;
  margin: 0 auto; }

.edit-profile-form label,
.edit-profile-form input,
.edit-profile-form textarea,
.edit-profile-form select,
.edit-profile-form option {
  text-align: left;
  width: 100%;
  font-weight: 300;
  font-size: 16px; }

.edit-profile-form fieldset {
  padding: 0; }

.edit-profile-form input,
.edit-profile-form textarea,
.edit-profile-form select,
.edit-profile-form option,
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout option {
  margin-bottom: 20px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-bottom: 1px solid #2a2a2a;
  border-radius: 0px; }

.edit-profile-form fieldset {
  border: none !important; }

.woocommerce-MyAccount-navigation {
  font-size: 18px; }

.woocommerce-MyAccount-navigation ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none; }

.woocommerce-MyAccount-content {
  font-size: 17px; }

@media only screen and (min-width: 992px) {
  .about-steps-padded {
    padding-left: 20%;
    padding-right: 20%; } }

.membership-benefit-icon img {
  max-width: 100px;
  margin: 0 auto; }

.product-orderby {
  overflow: hidden;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 10px; }
  .product-orderby .woocommerce-result-count {
    flex-grow: 1;
    align-items: center;
    font-size: 17px;
    margin: 0; }
  .product-orderby .orderby {
    margin: 0;
    margin-top: 5px;
    margin-right: 20px; }
  .product-orderby * {
    margin: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 300; }

input {
  font-weight: 400; }

.header-box-search {
  font-weight: 300; }

.woocommerce-Tabs-panel h2 {
  font-weight: 400;
  font-size: 16px;
  color: #3d3d3d;
  padding-bottom: 16px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px; }

.woocommerce-Tabs-panel p {
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #ffffff; }

.woocommerce-cart-form__cart-item * {
  font-size: 17px; }

.product-remove a {
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  text-align: right !important;
  border-radius: 0 x !important;
  color: red !important;
  background-color: white !important; }

.product-name {
  font-weight: bold; }

th {
  font-size: 14px !important;
  font-weight: 400 !important; }

div[id^="order-details-"] {
  padding-top: 20px; }

div[id^="order-details-"] .modal-content {
  margin-top: 50px;
  border-top: 15px solid #2cc07b; }

.subscribe-form {
  overflow: hidden;
  background: white;
  text-align: center;
  display: inline-block;
  padding: 30px; }

.subscribe-form .form-label,
.subscribe-form .form-embed {
  display: inline-block; }

.subscribe-form .form-embed {
  text-align: right; }

.subscribe-form .form-label {
  vertical-align: middle;
  text-align: right;
  font-size: 30px;
  padding: 20px;
  font-style: italic;
  font-weight: bold; }

@media only screen and (max-width: 992px) {
  .subscribe-form .form-label {
    text-align: center; } }

.subscribe-form #mc-embedded-subscribe {
  background: #2bbf7a !important;
  border-radius: 40px !important;
  padding-left: 40px !important;
  padding-right: 40px !important; }

.navbar-collapse.collapse.in {
  padding-bottom: 40px; }

.navbar {
  margin-bottom: 0 !important;
  height: 100% !important;
  max-height: 82px !important; }

/* .search-form {
   display: inline-block;
   float: left;
   position: relative;
   top: 13px;
   }

   .search-form .search-field {
   border-radius: 50px;
   padding: 5px;
   min-width: 220px;
   } */
nav .header-box-search {
  float: left;
  display: inline-block;
  border-radius: 50px; }

nav .header-box-search-wrapper:after {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 20px;
  position: absolute;
  left: 130px;
  top: -6px; }

@media only screen and (max-width: 1200px) {
  nav .header-box-search {
    width: 100%;
    margin-bottom: 10px; }
  nav .header-box-search-wrapper:after {
    display: none; } }

.card {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }

.entry-content {
  margin: 0px;
  padding-top: 0px; }

.news-sidebar-item {
  height: 150px;
  margin-bottom: 10px; }
  .news-sidebar-item .event-list {
    padding: 10px; }
  .news-sidebar-item * {
    padding: 0px; }
  .news-sidebar-item .event-list-title {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid white;
    padding-bottom: 10px; }
  .news-sidebar-item .event-list-date {
    padding-top: 5px;
    font-size: 10px; }

.recent-posts {
  font-size: 16px;
  border-bottom: 1px solid #afafaf; }

.woocommerce-ordering {
  margin-left: 20px; }

.owl-carousel#newsevents .owl-dots {
  display: none; }

.woocommerce a.remove:hover {
  color: red !important; }

ul {
  margin-left: 0px !important; }

.panel-missing {
  font-size: 32px;
  padding-bottom: 40px; }

.woocommerce-tabs *,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: none !important; }

.wc-tabs {
  border-bottom: 1px solid #efefef !important; }
  .wc-tabs li:not(:last-child) {
    border-right: 1px solid #efefef !important;
    margin-right: 10px !important;
    border-radius: 0px !important; }
  .wc-tabs h2 {
    font-weight: 200;
    padding: 20px;
    font-size: 16px;
    color: #3d3d3d;
    padding-bottom: 16px;
    margin-bottom: 30px;
    padding-bottom: 0px !important;
    padding-top: 0px !important; }
  .wc-tabs li.active h2 {
    font-weight: 400 !important; }

.stock.in-stock {
  font-weight: 500 !important; }

.about-step-card-image {
  min-width: 460px; }

.main-container {
  transition: all 0.7s;
  margin-top: 0px; }

body.top .main-container {
  margin-top: 55px; }

.navbar,
.navbar-header {
  transition: all 0.7s;
  height: 80px;
  z-index: 100000; }

.navbar-nav {
  transition: all 0.7s;
  top: 15px; }

.navbar img {
  position: initial;
  top: initial;
  transition: all 0.7s; }

body.top .navbar,
body.top .navbar-header {
  background: #262626 !important;
  min-height: 55px; }

body.top .navbar-nav {
  top: 0px; }

body.top .navbar img {
  margin-top: -15px;
  position: relative; }

@media only screen and (max-height: 1200px) {
  .navbar {
    top: 0px !important; }
  .main-container {
    margin-top: 0px !important; } }

.panel-body {
  padding: 0px; }

.panel-body table tr td {
  padding-left: 15px; }

.panel-body .table {
  margin-bottom: 0px; }

.panel-heading {
  background: white !important; }

.member-benefit .panel-title {
  font-weight: 17px !important;
  font-weight: 300 !important; }

.member-benefit .panel-body {
  padding: 30px !important; }

.member-benefit .panel-body-header {
  font-size: 17px !important;
  font-weight: bold !important; }

.member-benefit .panel-body-description {
  padding-top: 15px !important;
  font-size: 14px !important;
  font-weight: 300 !important; }

.member-benefit .panel-body-link {
  padding-top: 20px; }

.member-benefit .panel-body-link a {
  color: #2bbf7a !important;
  font-size: 17px !important; }

.orderby {
  font-weight: 500 !important; }

.price-guest {
  font-size: 32px;
  color: #2dbf7b;
  font-weight: bold; }

.faq-container {
  font-size: 11px;
  margin-bottom: 20px; }
  .faq-container .faq-answer {
    font-weight: 200; }

.faq-cats {
  padding: 0; }

.faq-cats li {
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  margin-right: 24px;
  margin-bottom: 7px;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27); }

.faq-cats li.active {
  background: #2bbf7a;
  color: white;
  font-weight: bold; }

.faq-answer br {
  line-height: 30px; }

@media only screen and (max-width: 986px) {
  .support-text {
    font-size: 30px;
    line-height: 33px; } }

article {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px; }

.container.fourohfour {
  width: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yOS8xMiKqq3kAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABHklEQVRIib2Vyw6EIAxFW5idr///Qx9sfG3pLEyJ3tAwi5EmBqRo7vHawiEEERHS6x7MTMxMVv6+z3tPMUYSkfTM/R0fEaG2bbMv+Gc4nZzn+dN4HAcREa3r+hi3bcuu68jLskhVIlW073tWaYlQ9+F9IpqmSfq+fwskhdO/AwmUTJXrOuaRQNeRkOd5lq7rXmS5InmERKoER/QMvUAPlZDHcZRhGN4CSeGY+aHMqgcks5RrHv/eeh455x5KrMq2yHQdibDO6ncG/KZWL7M8xDyS1/MIO0NJqdULLS81X6/X6aR0nqBSJcPeZnlZrzN477NKURn2Nus8sjzmEII0TfMiyxUuxphVWjpJkbx0btUnshRihVv70Bv8ItXq6Asoi/ZiCbU6YgAAAABJRU5ErkJggg==); }

.error-template {
  padding: 40px 15px;
  text-align: center; }

.error-actions {
  margin-top: 15px;
  margin-bottom: 15px; }

.error-actions .btn {
  margin-right: 10px; }

.btn-default {
  color: black !important; }
  .btn-default:visited {
    color: black !important; }

.btn-primary {
  background: #28317e;
  color: white !important; }
  .btn-primary * {
    color: white !important; }
  .btn-primary:visited {
    color: white !important; }

.page-numbers {
  color: #2cc07b;
  font-size: 16px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold !important;
  border-radius: 10px !important;
  border: 1px solid black !important; }
  .page-numbers li {
    border: none !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    border-radius: 5px !important;
    padding: 0 !important; }
  .page-numbers a,
  .page-numbers span {
    border: none !important; }
  .page-numbers .page-numbers.current {
    background: transparent !important;
    color: #2a2a2a !important; }
  .page-numbers:visited {
    color: #2cc07b !important; }

#ship-to-different-address {
  width: 100%;
  padding-left: 30px; }

.navbar-default .navbar-nav > li > a {
  font-size: 13px; }
  @media only screen and (max-width: 1380px) {
    .navbar-default .navbar-nav > li > a {
      font-size: 10px !important; } }

.woocommerce .woocommerce-ordering select {
  max-width: 200px; }

.event-card-button {
  text-align: center; }
  .event-card-button a {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    background: #28317e;
    color: white !important;
    font-size: 22px; }

.em-location-map-container {
  width: 100% !important;
  height: 335px; }

.event-card-booking-form {
  max-width: 670px;
  margin: 0 auto;
  font-size: 13px; }
  .event-card-booking-form .em-tickets {
    max-width: 300px;
    margin: 0 auto; }
  .event-card-booking-form th.em-bookings-ticket-table-type,
  .event-card-booking-form th.em-bookings-ticket-table-spaces {
    font-size: 19px !important; }
  .event-card-booking-form .em-booking-submit {
    font-size: 20px;
    background: #4e4db5;
    color: white !important; }
  .event-card-booking-form .em-booking-form-details {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px !important; }
    .event-card-booking-form .em-booking-form-details label {
      width: 100%; }
  .event-card-booking-form .em-booking-login {
    margin: 0;
    border: none;
    width: 100%;
    text-align: center; }

.login-to-see-price {
  color: #2bbf7a !important;
  font-size: 18px;
  font-weight: bold; }

.header-box-search {
  max-width: 170px; }

ul.tabs .active a {
  font-weight: bold !important; }

textarea {
  border: 1px solid darkgrey; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  height: initial !important; }

.owl-item .event-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .owl-item .event-box .header-box-content {
    height: auto; }

.owl-dot {
  display: inline-block !important; }

.owl-carousel#topproducts .shop-top-product-add-to-cart {
  display: none; }

.woocommerce-Tabs-panel > h2,
.woocommerce-Reviews > h2 {
  display: none; }

.woocommerce-Reviews textarea,
.woocommerce-Reviews input {
  border: 1px solid black !important; }

.woocommerce-Tabs-panel p {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #3d3d3d !important; }
  .woocommerce-Tabs-panel p * {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #3d3d3d !important; }

.woocommerce-product-details__short-description * {
  text-align: left !important; }

@media only screen and (min-width: 786px) {
  .related.products .shop-top-product-wrapper {
    margin-top: 20px;
    width: 24%;
    margin-right: 1%;
    float: left; } }

nav .badge {
  font-size: 18px;
  position: relative;
  top: -4px; }

nav .fa {
  font-size: 22px; }

.navbar-toggle {
  padding-top: 25px; }

#pass-strength-result {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 20px;
  text-align: left;
  border-radius: 4px; }
  #pass-strength-result.bad {
    background: #bc0000;
    color: white; }
  #pass-strength-result.good {
    background: #d8bd24;
    color: white; }
  #pass-strength-result.strong {
    background: #2cc07b;
    color: white; }
  #pass-strength-result.short {
    background: #bc0000;
    color: white; }

#pass-hint {
  background: #efefef;
  color: black;
  font-size: 12px;
  padding: 10px 5px;
  margin-bottom: 10px; }
  #pass-hint dd {
    margin: 5px; }

.owl-buttons button {
  background: #403caa !important;
  color: white !important; }

.accses_archive_wrapper {
  box-shadow: 0px 0px 10px 5px rgba(129, 129, 129, 0.1);
  padding: 10px;
  margin-bottom: 40px;
  margin-top: 40px; }
  .accses_archive_wrapper h3 {
    margin-bottom: 20px; }
  .accses_archive_wrapper dt {
    margin-top: 10px;
    margin-bottom: 10px; }
  .accses_archive_wrapper dd {
    margin-bottom: 8px; }
  .accses_archive_wrapper .active, .accses_archive_wrapper .active * {
    font-weight: 900 !important;
    color: black !important; }
  .accses_archive_wrapper * {
    color: black !important;
    font-weight: 500 !important; }

a.remove {
  font-size: 34px !important;
  text-align: center !important; }

.service-description a {
  color: #2bbf7a !important; }
  .service-description a:hover {
    color: #186c45 !important; }

.wp-core-ui .quicktags-toolbar input.button.button-small {
  background: #adadad !important;
  color: white !important; }

#subscription-toggle {
  float: right; }

#wpadminbar {
  z-index: 10000000; }

@media only screen and (max-width: 986px) {
  .product-orderby * {
    width: 100% !important;
    max-width: initial !important;
    clear: both !important;
    float: initial !important; } }

.filters_filter {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  padding-bottom: 10px !important; }
  .filters_filter div[class^='col-'] {
    padding: 0; }
  .filters_filter.filters_filter__extra {
    margin-left: 2.5% !important;
    margin-right: 2.5% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: none; }
    .filters_filter.filters_filter__extra * {
      font-size: 11px !important; }
  @media only screen and (min-width: 986px) {
    .filters_filter {
      align-items: center;
      display: flex;
      margin-left: -7% !important;
      margin-right: -7% !important; }
      .filters_filter div[class^='col-'] {
        height: 50px; } }
  .filters_filter .filters_filter--cat {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    background: #5563d5;
    color: white !important;
    height: 100%;
    border: 1px solid black; }
    @media only screen and (min-width: 986px) {
      .filters_filter .filters_filter--cat {
        align-items: center;
        display: flex;
        justify-content: center; } }
    .filters_filter .filters_filter--cat.active {
      background: #27349d;
      display: flex !important; }

.air_filter_variations {
  border: 1px solid darkgrey;
  background: #efefef;
  height: 100%;
  overflow: hidden; }
  .air_filter_variations .air_filter_variations__inner {
    background: white;
    height: 100%;
    overflow: hidden; }
  @media only screen and (min-width: 986px) {
    .air_filter_variations {
      padding: 10px 5%; } }
  @media only screen and (min-width: 986px) {
    .air_filter_variations div[class^='col-'] {
      border-right: 1px solid #d5d5d5; }
    .air_filter_variations div[class^='col-']:nth-child(4n) {
      border-right: none !important; } }
  .air_filter_variations .air_filter_item {
    color: black !important;
    padding: 10px 5px;
    border-bottom: 1px solid #d5d5d5; }
    .air_filter_variations .air_filter_item a {
      color: black !important; }

.member-or-guest {
  text-align: center;
  background: #efefef;
  padding: 15px;
  border-radius: 5px; }

.member-or-guest .em-booking-form-details {
  float: none; }

.member-or-guest .em-booking-form-details input.input,
.member-or-guest .em-booking-form-details textarea {
  width: 100%; }

.member-or-guest .em-booking-buttons {
  text-align: center; }

.member-or-guest div.em-booking-login label {
  white-space: nowrap; }

.event-card-booking-form .member-or-guest .em-booking-form-details {
  text-align: left;
  margin-bottom: 0 !important; }

.btn-member-event,
.btn-guest-event {
  transition: background .25s ease; }

.btn-member-event:hover,
.btn-guest-event:hover {
  background: #3845b3; }

.account-holder-suggestion,
div.em-booking-login p.account-holder-suggestion {
  max-width: 340px;
  margin: 15px auto 0 !important;
  text-align: center;
  font-style: italic; }

.account-holder-suggestion a {
  white-space: nowrap;
  cursor: pointer; }

body:not(.logged-in) form.em-booking-login-form {
  display: none; }

.brunch {
  font-family: -apple-system, Sans-Serif;
  text-align: center;
  font-size: 24pt;
  color: #3f894a;
}

.navbar {
    height: auto !important;
    max-height: none !important;
}

.navbar-header {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: center !important;
    height: auto !important;
    padding: 15px 0 !important;
}

.navbar-brand {
    height: auto !important;
    padding: 0 !important;
    flex-grow: 1 !important;
}

.navbar-brand img {
    max-height: 50px !important;
}

.navbar-toggle {
    padding: 0 !important;
    padding-right: 20px !important;
    float: none !important;
    margin: 0 !important;
}

.item-option-type * {
    cursor: pointer;
}

.item-option-type:last-child {
    margin-bottom: 50px;
}

.item-option-type__header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;

    padding: 15px 25px 15px 45px;

    background: #F1F1F1;
    color: black;
}

.item-option-type__header * {
    pointer-events: none;
}

.item-option-type__header p {
    margin: 0;
    flex-grow: 1;
}

.item-option-type__header.selected-option, .item-option-type__header.completed {
    background: #2CC07B;
    color: white;
}

.item-option-type__header.completed {
    font-weight: bold;
    transition: all .1s;
}

.item-option-type__header.selected-option i{
    /* transform: rotate(180deg); */
}

.item-option-type__products {
    display: flex;
    flex-flow: row wrap;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s linear;
    margin: 3px 0;
}

.item-option-type__products.selected-option {
    max-height: 600px;
}

.item-option-type__products.option-size.selected-option {
  max-height: unset;
}

.item-option-type__products a, .item-option-type__products div {
    width: 20%;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s;
    cursor: pointer;
    font-size: 14px;
    padding: 3px;
    text-decoration: none;
    color: black;
}

.item-option-type__products a:hover, .item-option-type__products a.selected, .item-option-type__products div:hover, .item-option-type__products div.selected {
    background: #2CC07B;
    color: white;
    font-weight: bold;
}

.navbar {
    height: auto !important;
    max-height: none !important;
}

.navbar-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: auto;
    padding: 15px 0;
}

.navbar-brand {
    height: auto;
    padding: 0;
    flex-grow: 1;
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-toggle {
    padding: 0;
    padding-right: 20px;
    float: none;
    margin: 0;
}

.header-banner {
    text-align: center;
    background-color:#2CC07B;
    color: white;
    padding: 5px;
    z-index: 999999999;
}

.disabled {
    cursor: not-allowed;
}

.footer {
    margin-top: 50px;
}

.categories-sidebar {
    min-height: 500px;
}

.dropdown-caret {
    margin-bottom: 1.5em;
    margin-left: 3px;
}

.service-section {
    padding-bottom: 50px;
}

.service-description {
    font-size: 15px;
}

.service-title, .service-description, .service-moreinfo, .browser-back a {
    color: black !important;
}

.browser {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
}

.complaint-header-form-inner {
    background: white;
    box-shadow: 0 1px 20px #c6c6c6;
    padding: 20px;
}

.complaint-header-form-inner input {
    border-color: #c6c6c6;
    margin-bottom: 0;
}

.complaint-header-form-inner textarea {
    border-color: #c6c6c6;
    margin-bottom: 0;
}

.service-form {
    position: sticky;
    top: 200px;
    z-index: 1;
    margin-left: 35px;
}

.service-form * {
    color: black;
}

.complaint-header-form-header {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.complaint-header-form-subheader {
    text-align: center;
    color: #777777;
}

.complaint-header-form-subheader span {
    color: #61c27c;
    font-weight: bold;
}

.service-quotes-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 50px 0;
}

.service-quotes-container .left {
    border: 1px solid #6059b6;
    padding: 40px 60px;
    position: relative;
    width: 100%;
}

.service-quotes-container .left > i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #6059b6;
}

.service-quotes-container .left .quote {
    display: none;
}

.service-quotes-container .left .quote.selected {
    display: block;
}

.service-quotes-container .left .quote h4 {
    font-weight: bold;
}

.service-quotes-container .left .quote p {
    margin-bottom: 0;
}

.circle {
    height: 20px;
    width: 20px;
    background: #a2a1d4;
    opacity: .3;
    border-radius: 50%;
    margin: 10px 0 10px 10px;
    cursor: pointer;
}

.circle:hover {
    opacity: 1;
}

.circle.selected {
    opacity: 1;
}

.benefits-container {
    
}


.benefits-container h1 {
    font-weight: bold;
    margin: 0;
    padding-bottom: 40px;
}

.benefits-container .benefits {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.benefits-container .benefits .benefit {
    padding: 20px;
    width: 48%;
    background: white;
    box-shadow: 0 1px 20px #c6c6c6;
    border-top: 10px solid #6059b6;
    text-align: center;
    margin-bottom: 25px;
}

.benefits-container .benefits .benefit img {
    height: 70px;
}

.benefits-container .benefits .benefit h4 {
    font-weight: bold;
}

.gallery-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 50px 0;
}

.gallery-container .gallery-image {
    /* height: 160px; */
    padding-top: 33%;
    width: 49%;
    margin-bottom: 2%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.partners-container > h1 {
    font-weight: bold;
    /* padding-bottom: 35px; */
}

.partners-container .partners {
    display: flex;
    flex-flow: row wrap;
}

.partner-logo {
    /* height: 80px; */
    padding-top: 14%;
    width: 32%;
    margin: 3px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

section.service-section {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

section.service-section .service-left {
    width: 55%
}

section.service-section .service-right {
    width: 40%;
}

.bigger {
    width: 85%;
}



@media screen and (max-width: 655px) {
    .header-banner {
        font-size: 12px;
    }
}

@media screen and (max-width: 560px) {
    .header-banner {
        font-size: 10px;
    }
}


/* Events */

.em_event_list-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.em_event_list-item {
    width: 50%;
    padding: 10px;
}

.em_event_list-inner {
    box-shadow: 1px 2px 3px #eeeeee;
    background: rgb(249,249,249);
    border: 1px solid #eeeeee;
    background: -moz-linear-gradient(-45deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 50%, rgba(247,247,247,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 100%);
    background: linear-gradient(135deg, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f7f7f7',GradientType=1 );
}

.em_event_list-details {
    padding: 15px;
}

.em_event_item-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.3;
    word-break: break-word;
    margin-bottom: 15px;
    /* max-width: 50%; */
    color: royalblue;
}

.em_event_item-when,
.em_event_item-where,
.em_event_item-desc {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

.em_event_item-when span,
.em_event_item-where span,
.em_event_item-desc span {
    font-weight: 700;
}

.em_event_item-link {
    display: block;
    text-align: right;
    padding: 15px 0;
}

.em_event_item-link a, .em_event_item-link a {
    font-weight: 700;
    color: #1db04c;
    padding: 0 30px;
}


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


