#content {
    width: 100%;
    padding: 0;
    float: left;
    clear: both;
    background-color: #fff
}

@media only screen and (max-width:1000px) {
    /* #content {
        padding: 0px 12px;
    } */
}

.admin-header {
    text-align: center;
    position: relative;
}

.admin-header .asprightbutton {
    position: absolute;
    top: 0;
    right: 0px;
    /* right: 16px; */
}

.admin-container {
    max-width: 1366px;
    margin: auto;
    padding: 32px;
}


/*#content1,
#content2,
#content3,
#content4,
#content5 {
    padding: 8px
}

#content1 #lblcontentarea1 [id*=contentarea],
#content2 #lblcontentarea2 [id*=contentarea],
#content3 #lblcontentarea3 [id*=contentarea],
#content4 #lblcontentarea4 [id*=contentarea],
#content5 #lblcontentarea5 [id*=contentarea] {
    padding: 8px
}*/


/* #wrapper {
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto
} */

header {
    position: relative;
    background-color: #fff;
    overflow: auto;
}

header.row::after {
    content: "";
    clear: both;
    display: table;
}

.header-container {
    padding: 0 10vw;
    background-color: rgba(255, 255, 255, 75%);
    overflow: auto;
}

.header-logo {
    padding: 16px 0;
    float: left;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.header-logo img {
    height: 80px;
}

.header-logo:hover {
    -webkit-filter: brightness(0.83);
    filter: brightness(0.83);
}

.header-menu {
    overflow: auto;
    text-align: right;
    padding: 40.6px 0;
}

.header-menu a {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 0 16px;
    color: var(--fourth-color);
    font-size: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 30px;
    font-family: var(--first-font-bold);
}

.header-menu a:last-child {
    margin-right: 0;
}

.header-menu a:hover {
    color: var(--fith-color);
}

.header-menu i {
    color: var(--first-color);
}

/* .header-menu a::before {
    content: "";
    height: 0;
    width: 100%;
    background-color: var(--first-color);
    position: absolute;
    bottom: -4px;
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

.header-menu a:hover::before {
    height: 5px;
} */

@media only screen and (max-width: 992px) {

    .header-container,
    .header-menu {
        text-align: center;
    }

    .header-logo {
        padding: 3vh 10vw;
    }
}

@media only screen and (max-width: 768px) {
    .header-container {
        padding: 0;
    }

    .header-menu {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {

    .header-menu a {
        margin: 0 !important;
        padding: 0 16px;
        color: #fff;
    }
    .header-menu a i {
        color: #fff;
    }
}

.menu-button {
    background-color: rgba(150, 150, 150, .65);
    padding: 3px 5px;
    border-radius: 5px;
    display: none;
    position: fixed;
    top: 4vh;
    right: 10vw;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu-button:hover {
    background: #808080;
}

.menu-button .bar1,
.menu-button .bar2,
.menu-button .bar3 {
    width: 35px;
    height: 5px;
    background: #fff;
    margin: 6px 0;
    border-radius: 5px;
    transition: 0.3s;
}

.menu-button.active {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.menu-button.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 2px);
    -moz-transform: rotate(-45deg) translate(-4px, 2px);
    -ms-transform: rotate(-45deg) translate(-4px, 2px);
    -o-transform: rotate(-45deg) translate(-4px, 2px);
    transform: rotate(-45deg) translate(-4px, 2px);
    width: 20px;
}

.menu-button.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -2px);
    -moz-transform: rotate(45deg) translate(-4px, -2px);
    -ms-transform: rotate(45deg) translate(-4px, -2px);
    -o-transform: rotate(45deg) translate(-4px, -2px);
    transform: rotate(45deg) translate(-4px, -2px);
    width: 20px;
}

.header-menu li {
    font-size: revert;
}

@media only screen and (max-width: 600px) {
    .menu-button {
        display: block;
    }

    .pages {
        width: 275px;
    }

    .header-menu {
        text-align: right;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background: var(--first-color);
        overflow-x: hidden;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        padding-top: 14vh;
        box-sizing: border-box;
    }

    .header-menu #normalnav {
        margin: -2vh 0;
    }

    .header-menu.active {
        width: 275px;
    }

    .header-menu a {
        line-height: 1;
        font-size: 2em;
        margin: 2vh 8vw;
        font-weight: bold;
        display: block;
    }
}

.header-left {
    position: absolute;
    top: 16px;
    left: 2%;
    z-index: 1
}

.header-right {
    position: absolute;
    top: 16px;
    right: 2%;
    text-align: right
}

.header-search {
    /* position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%) */
    position: relative;
    display: inline-block;
}

input[type=text].header-search-input {
    float: right;
    padding: 6.4px 38.4px 6.4px 24px;
    margin-left: 4px;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    width: 100%;
    background: #f1f1f1;
    max-width: 300px;
    outline: 0;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.header-search-button {
    width: 33px;
    height: 33px;
    padding: 8px;
    color: var(--second-color);
    font-size: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 4px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.header-search-button.active,
.header-search-button:hover {
    background: var(--first-color);
    color: #fff
}

@media only screen and (max-width:750px) {
    input[type=text].header-search-input {
        width: 100%;
        padding: 6.4px 6.4px 6.4px 38.4px;
        margin: 0
    }

    .header-search-button {
        background: var(--first-color);
        color: #fff
    }
}


/* .greenpane {
    background: rgb(77, 135, 146);
    padding: 3%;
} */

.greenpane {
    height: 250px;
    position: relative;
    overflow: hidden;
    background-color: var(--first-color);
}

.greenpane [class*="banner-image-"] {
    position: absolute;
    left: 50%;
    -webkit-transition: transform 0.5s, opacity 0.5s;
    -moz-transition: transform 0.5s, opacity 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0.15;
}

.greenpane .banner-image-center {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.greenpane .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    text-align: center;
}


/* How This Works */


/* #lblhowthisworks {
    display: none;
    opacity: 0;
    -webkit-animation: howThisWorks .5s forwards 2s;
    -moz-animation: howThisWorks .5s forwards 2s;
    -o-animation: howThisWorks .5s forwards 2s;
    animation: howThisWorks .5s forwards 2s;
} */

i.htw-button {
    vertical-align: top;
    margin-left: 4px;
    color: var(--second-color);
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -webkit-animation: howThisWorks .5s forwards 2s;
    -moz-animation: howThisWorks .5s forwards 2s;
    -o-animation: howThisWorks .5s forwards 2s;
    animation: howThisWorks .5s forwards 2s;
    background-color: white;
    border: 2px solid white;
    border-radius: 50%;
    top: 0;
    position: relative;
}

@keyframes howThisWorks {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes howThisWorks {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes howThisWorks {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes howThisWorks {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes howThisWorks {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.teamholder {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 0px;
    text-align: center;
}

.team {
    width: 230px;
    height: 316px;
    border: 1px solid #ccc;
    margin: 10px;
    overflow: hidden;
    padding: 10px;
    display: inline-block;
    font-size: initial;
    text-align: initial;
}

.teamimg {
    width: 210px;
    height: 210px;
    overflow: hidden;
}

.teamimg img {
    width: 210px;
    height: 210px;
    object-fit: cover;
}

.teamdetail {
    height: 70px;
    overflow: hidden;
    margin-top: 10px;
}

i.htw-button:hover {
    color: #d3d3d3;
}

.htw-background {
    z-index: -1;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    background-color: #808080;
    background-color: rgba(128, 128, 128, 0.4);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

.htw-background.active {
    z-index: 150;
    opacity: 1;
    display: block;
}

.htw-content {
    padding: 15px;
    background-color: #fff;
    width: 90%;
    max-width: 768px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    top: 32px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.htw-header,
.htw-body {
    padding: 8px;
}

.julian-header h2,
.htw-header h2 {
    margin: 0;
}

.htw-header .fa-info-circle {
    color: var(--second-color);
    margin-right: 8px;
}

.htw-close {
    color: #808080;
    opacity: 0.7;
    float: right;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.htw-close:hover,
.htw-close:focus {
    opacity: 1;
    cursor: pointer;
}

.image-full-width {
    width: 100%
}

.image-left {
    float: left;
    width: 50%;
    margin: 0 10px 10px 0
}

.image-right {
    float: right;
    width: 50%;
    margin: 0 0 10px 10px
}

@media only screen and (max-width:667px) {

    .image-left,
    .image-right {
        float: none;
        width: 100%;
        margin: 0
    }
}

.discountholder p {
    color: #fff;
    font-size: 90%;
    margin-bottom: 0;
    text-align: center;
    background-color: #000;
    padding: 5px;
    color: #fff;
    border-bottom: 1px solid #ccc
}

#logo {
    width: auto;
    text-align: center;
    position: relative;
    top: 0;
    padding: 10px 0
}

#logo img {
    height: 80px
}

.contactwrap {
    text-align: right;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%)
}

.media-icons {
    font-size: 20px
}

.media-icons a {
    cursor: pointer;
    color: #000
}

.media-icons a:hover {
    cursor: pointer;
    color: var(--first-color)
}

.tel-no {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px
}

@media only screen and (max-width:667px) {
    .contactwrap {
        width: 100%;
        text-align: center;
        margin-top: 5px;
        margin-right: 0;
        position: relative;
        right: 0;
        top: 5px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

#wrapper {
    overflow: auto;
    margin-bottom: 314px;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    float: left;
    height: auto;
    clear: both;
    text-align: center;
}

footer p {
    color: #fff
}


/* footer a {
    color: var(--fifth-color);
    font-weight: bold;
}

footer a:hover {
    color: var(--fourth-color)
} */

.bottomtitle {
    margin: 0 0 16px;
    color: #fff
}

footer ul {
    margin-left: 0;
    padding-left: 0
}

.bottomlistitem {
    list-style-type: none;
    margin-bottom: 8px
}

.bottomnewstitle {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px
}

.bottomnewstext {
    color: #ccc;
    font-size: 13px;
    line-height: 1.5em;
    padding: 0
}

.bottomnewslink {
    color: #018fe3 !important;
    font-size: 13px;
    margin-left: 5px
}

.bottomnewslink:hover {
    color: #fff !important
}

.footernewsitem {
    float: left;
    margin: 5px 0;
    border-top: 1px solid #ccc;
    width: 100%
}

.footernewstitle {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: #fff
}

.footernewsitem p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    color: #ccc !important;
    margin-right: 55px
}

#credit {
    width: 100%;
    clear: both;
    text-align: center;
    padding: 5px;
    padding: 0 16px 16px 16px;
}

#credit p {
    color: var(--fourth-color);
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.contact .modal-content {
    max-width: 480px
}

.benefits-cta,
.checkout-log-in {
    max-width: 464px;
    text-align: center;
    margin: auto;
    padding: 32px;
}

[class*=accordion-] {
    position: relative;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}

[class*=accordion-]:after,
[class*=accordion-]:before {
    content: "";
    width: 16px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-color .3s, transform .3s;
    -moz-transition: background-color .3s, transform .3s;
    -o-transition: background-color .3s, transform .3s;
    transition: background-color .3s, transform .3s
}

[class*=accordion-]:after {
    -webkit-transform: rotate(-90deg) translate(2px, -8px);
    -moz-transform: rotate(-90deg) translate(2px, -8px);
    -ms-transform: rotate(-90deg) translate(2px, -8px);
    -o-transform: rotate(-90deg) translate(2px, -8px);
    transform: rotate(-90deg) translate(2px, -8px)
}

[class*=accordion-].active:after {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}


/* FAQs */

.faq-accordion {
    position: relative;
    color: #fff;
    background-color: var(--first-color);
    font-weight: bold;
    cursor: pointer;
    padding: 16px;
    padding-right: 40px;
    font-size: 20px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    border-bottom: var(--fourth-color) 1px solid;
}

.faq-accordion.active,
.faq-accordion:hover {
    background-color: var(--second-color);
}

.faq-accordion:before,
.faq-accordion:after {
    content: "";
    width: 16px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-color 0.3s, transform 0.3s;
    -moz-transition: background-color 0.3s, transform 0.3s;
    -o-transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
}

.faq-accordion:after {
    -webkit-transform: rotate(-90deg) translate(2px, -8px);
    -moz-transform: rotate(-90deg) translate(2px, -8px);
    -ms-transform: rotate(-90deg) translate(2px, -8px);
    -o-transform: rotate(-90deg) translate(2px, -8px);
    transform: rotate(-90deg) translate(2px, -8px);
}

.faq-accordion.active::before,
.faq-accordion:hover::before,
.faq-accordion.active::after,
.faq-accordion:hover::after {
    background-color: white;
}

.faq-accordion.active:after {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-accordion-panel {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    font-size: 18px;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}

.faq-accordion-panel div {
    padding: 16px;
}

@media only screen and (max-width: 768px) {
    .faq-accordion {
        font-size: 18px;
    }
}

.panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-out;
    -moz-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out
}

.greybox-odd {
    background-color: #fff;
    padding: 10px
}

.greybox-even {
    background-color: #efefef;
    padding: 10px
}

.contactbox {
    background-color: #efefef;
    padding: 5px 5px 0 30px;
    border-right: #666 solid 1px;
    border-left: #666 solid 1px;
    border-bottom: #666 solid 1px;
    color: #fff
}

.contacttxt,
.contacttxt a {
    font-size: 20px;
    color: #b8cfe9;
    font-weight: 700;
    line-height: 180%;
    margin-left: 5px;
    text-shadow: 1px 1px 0 #ccc
}

.contacttxt a:hover {
    color: #f60;
    text-decoration: none
}

.news-summary-holder {
    display: inline
}

.news-image-holder {
    width: 25%;
    height: 60px;
    margin: 5px 10px 5px 0;
    float: left
}

.news-image {
    max-width: 100%;
    max-height: 100%;
    text-align: left
}

.news-title a {
    color: var(--first-color);
    display: block;
    font-size: 16px
}

.news-title a:hover {
    color: #51a222 !important;
    text-decoration: underline
}

.news-date {
    font-size: .8em;
    line-height: 1.3em;
    margin: 0;
    display: block;
    text-align: left
}

.news-summary {
    font-size: 14px;
    line-height: 120%;
    margin: 0
}

.read-blog {
    text-align: right;
    display: block
}

.more {
    background-color: var(--first-color);
    color: #fff !important;
    float: right;
    padding: 2px 10px;
    width: auto;
    font-size: 12px;
    min-height: 20px;
    border: 0
}

.more:hover {
    cursor: pointer;
    background-color: var(--first-color);
    color: #fff
}

.moreleft {
    background-color: var(--first-color);
    color: #fff !important;
    padding: 2px 10px;
    width: auto;
    min-height: 20px;
    float: left;
    border: 0;
    font-size: 12px;
    line-height: 20px
}

.moreleft:hover {
    cursor: pointer;
    background-color: var(--first-color);
    color: #fff
}

.more-info {
    background-color: var(--first-color);
    border: 0 none;
    color: #fff !important;
    float: right;
    font-size: 16px !important;
    font-weight: 400;
    min-height: 20px;
    padding: 0 7px;
    margin-top: 6px !important;
    line-height: 30px !important;
    margin-left: 20px !important;
    text-shadow: none !important
}

.more-info:hover {
    cursor: pointer;
    background-color: var(--first-color);
    color: #fff
}

.more-info:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent var(--first-color);
    border-image: none;
    border-style: solid;
    border-width: 15px 50px 15px 12px;
    content: "";
    height: 0;
    position: absolute;
    right: -31px;
    width: 0
}

.more-info:after:hover {
    cursor: pointer;
    border-color: transparent transparent transparent var(--first-color)
}

.blockheadingside {
    background-color: var(--first-color);
    padding: 7px;
    text-align: center;
    color: #fff !important
}

.buttonright {
    background-color: var(--first-color);
    color: #fff !important;
    padding: 5px 10px;
    width: auto;
    float: right;
    font-size: 12px;
    border: 0;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.buttonright:hover {
    cursor: pointer;
    background-color: #666;
    background-image: none;
    color: #fff !important;
    text-decoration: none
}

.pagingholder {
    width: 100%;
    display: block;
    min-height: 30px;
    margin-top: 10px
}

.nextprev {
    background-color: #000;
    color: #fff;
    padding: 4px 5px;
    width: auto;
    border: 0;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, .75);
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, .75);
    box-shadow: 0 0 5px rgba(255, 255, 255, .75)
}

.nextprev:hover {
    cursor: pointer;
    background-color: #b8cfe9;
    color: #fff
}

.captionholderhome {
    padding: 10px;
    position: absolute;
    bottom: 25%;
    color: #fff;
    left: 62%
}

.captionholderhome h3 {
    color: #fff;
    font-size: 20px;
    z-index: 40
}

.captionholderhome p {
    color: #fff;
    font-size: 14px;
    z-index: 40
}

.main-hero-image {
    background-image: linear-gradient(rgba(77, 135, 146, 0.2), rgb(77 135 146 / 50%), #4d8792), url(/userfiles/images/home-hero.jpg);
    height: 600PX;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.main-hero-text {
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    width: 90%;
    max-width: 900px;
}

.main-hero-text h1 {
    font-size: 3.2em;
    color: white;
}

.main-hero-text p {
    font-size: 18px;
    color: white;
}

.main-hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
}

.main-hero-text button:hover {
    background-color: #555;
    color: white;
}

a.homeslidelink {
    color: #fff
}

a.homeslidelink:hover {
    text-decoration: underline
}

.userimage {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    margin-bottom: -5px
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.feature-heading {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0
}

.downloadheader {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px
}

.downloadlink {
    background-color: transparent;
    display: block;
    padding: 2px
}

.downloadlink:hover {
    background-color: #ccc;
    cursor: pointer
}

.filetypelogo {
    margin-right: 10px;
    height: 30px;
    vertical-align: middle
}

.downloaddescription {
    padding: 10px 0
}

.submenuselected {
    background-color: #ddd !important;
    color: #fff !important
}

.contentsubmenu li {
    list-style: none
}

.submenu1 {
    border-top: 1px solid #ccc;
    display: block;
    width: 100%;
    line-height: 25px;
    padding: 3px 0;
    text-indent: 10px
}

.submenu1:hover {
    cursor: pointer;
    background-color: rgba(178, 178, 178, .6);
    color: #000
}

.submenu2 {
    display: block;
    line-height: 25px;
    padding: 3px 0 3px 7px;
    border-bottom: 1px solid #fff;
    background-color: #efefef;
    text-indent: 5px;
    font-size: 14px
}

.submenu2:hover {
    cursor: pointer;
    background-color: rgba(178, 178, 178, .6);
    color: #fff !important;
    text-decoration: none
}

.submenu2active {
    background-color: rgba(178, 178, 178, .6);
    text-decoration: none
}

.submenu3 {
    border-top: 1px solid #ccc;
    color: #cc3539;
    display: block;
    line-height: 25px;
    padding: 3px 0 3px 5px;
    text-indent: 10px
}

.submenu3:hover {
    cursor: pointer;
    background-color: rgba(178, 178, 178, .6);
    color: #000
}

.filetypelogo {
    margin-right: 10px;
    height: 30px;
    vertical-align: middle
}

.downloaddescription {
    padding: 10px 0
}

.searchinput {
    border: 0;
    height: 21px;
    width: 66%;
    padding-left: 5px;
    background-color: #fff;
    color: var(--first-color);
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #000
}

.sitesearchwrap {
    width: 40%;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: right
}

.largecta,
.medcta,
.medctahome,
.smallcta,
.smallctaright {
    border: 0;
    -webkit-transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    cursor: pointer;
    color: #fff;
    background-color: var(--first-color);
    padding: 8px 16px;
    font-weight: bold;
}

.largecta:hover,
.medcta:hover,
.medctahome:hover,
.smallcta:hover,
.smallctaright :hover {
    color: #fff;
    background-color: var(--third-color)
}

.largecta {
    padding: 20px 32px;
    font-size: 24px;
}

.medcta {
    padding: 14px 15px;
    font-size: 18px;
}

.medctahome {
    width: 250px;
    padding: 14px 15px;
    font-size: 24px;
}

.smallcta {
    padding: 6px 12px;
    font-size: 16px
}

.smallctaright {
    float: right;
}

.socialbuttonholder {
    display: block;
    height: 20px;
    padding: 10px 0 0 8px;
    text-align: center
}

.socialholder {
    display: block;
    float: left;
    height: 30px;
    margin: 0 10px 0 0;
    text-align: left;
    width: 100px
}

.socialheader {
    color: #666;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%
}

.socialemail {
    background-image: url(/images/emailsmall.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 20px;
    text-decoration: none;
    width: 30px
}

.socialemail:hover {
    background-image: url(/images/emailsmallhover.png)
}

.projectlinks {
    color: #000
}

.projectholder {
    padding: 15px 0 5px 0;
    border-top: 1px solid #ccc
}

.projlistdiv {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.projlistdiv li {
    padding: 5px;
    background-color: #efefef
}

.projlistdiv li:nth-child(2n+1) {
    background-color: #fff
}

.projectlogoholder {
    float: right;
    text-align: right
}

.projectlogo {
    max-height: 100%;
    max-width: 100%
}

.projectclientlogoholder {
    max-height: 100%;
    display: inline-block
}

.project-cta-wrap {
    background-color: #efefef;
    border: 1px solid #bbb;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

.project-cta {
    background-color: #efefef;
    border: 3px solid #fff;
    padding: 2%;
    float: left
}

.clientimage {
    height: 50px;
    margin: 2px;
    padding: 5px
}

.heading {
    color: var(--first-color)
}

.custom-image-half-right {
    float: right;
    width: 48%;
    margin: 0 0 2% 2%
}

@media only screen and (max-width:667px) {
    .projectlogoholder {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }
}

.eventholder {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 10px 0
}

.eventdescription {
    border-top: 1px;
    width: 85%
}

.event-side-label {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ccc
}

.eventlabel {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    color: var(--first-color)
}

.eventlistdiv {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.eventposter {
    float: right;
    max-height: 100%;
    max-width: 100%
}

.eventpassed {
    color: #fff;
    font-size: 11px;
    width: 100%;
    display: block;
    padding: 1px 0;
    background-color: red
}

.eventtitle {
    width: 60%;
    display: inline-block
}

.shortdescription {
    width: 60%;
    display: inline-block
}

.leftdate {
    margin-right: 3%;
    display: inline;
    text-align: center;
    border: 1px solid #ccc
}

.eventday {
    font-size: 11px;
    text-transform: uppercase;
    display: inline
}

.eventdate {
    font-size: 35px;
    line-height: 30px;
    font-weight: 700;
    color: red;
    display: inline
}

.eventmonth {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: red;
    display: inline
}

.eventyear {
    font-size: 16px;
    display: inline
}

.eventcalanderbutton {
    background-color: var(--first-color);
    color: #fff
}

#eventleft {
    width: 38%;
    float: left;
    color: var(--first-color)
}

.comments {
    display: block
}

.commentsholder {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #ccc;
    float: left;
    padding: 2%;
    width: 96%
}

.commentholder {
    margin-bottom: 10px
}

.commentusername {
    border-top: 1px solid var(--first-color);
    display: block;
    font-weight: 400;
    padding: 5px 15px;
    color: var(--first-color)
}

.commentposted {
    color: #999;
    display: block;
    font-size: 11pt;
    padding: 5px 0 5px 0
}

.commentreplyholder {
    width: 84%;
    margin: 10px 0 5px 10%;
    background-color: #fff;
    border: 1px solid #999
}

.commentusernamereply {
    color: #999;
    display: block;
    font-size: 11pt;
    padding: 5px 2%
}

.commentreply {
    color: #000;
    margin: 0;
    padding: 0 2% 5px 2%;
    width: 96%
}

.commentreplyposted {
    color: #666;
    float: right
}

.commentquote {
    color: #999
}

.commentbuttonsreply {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: block;
    font-weight: 400;
    padding: 5px 2%;
    text-align: right;
    height: 22px;
    width: 96%
}

.commentbody {
    background-color: #fff;
    display: block;
    font-weight: 400;
    padding: 0 15px 15px 15px
}

.commentbuttons {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: block;
    font-weight: 400;
    padding: 5px 2%;
    text-align: right;
    height: 25px;
    width: 96%
}

.btncommentgood {
    margin-top: 3px;
    background-color: transparent;
    border: 0;
    color: #00f;
    display: inline;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background-image: url(/images/thumbs-up-small-up.png);
    background-repeat: no-repeat;
    display: block;
    float: right
}

.btncommentgood:hover {
    cursor: pointer;
    background-image: url(/images/thumbs-up-small-hover.png)
}

.btncommentbad {
    margin-top: 3px;
    background-color: transparent;
    border: 0;
    color: #00f;
    display: inline;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background-image: url(/images/thumbs-down-small-up.png);
    background-repeat: no-repeat;
    display: block;
    float: right;
    margin-left: 10px
}

.btncommentbad:hover {
    cursor: pointer;
    background-image: url(/images/thumbs-down-small-hover.png)
}

.btncommentreply,
.btncommentreport {
    margin-right: 5px;
    float: left;
    background-color: var(--first-color);
    border: 0 none;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, .75);
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, .75);
    box-shadow: 0 0 5px rgba(255, 255, 255, .75);
    color: #fff !important;
    font-size: 11px;
    padding: 3px 7px;
    width: auto;
    text-decoration: none
}

.btncommentnew {
    float: left;
    background-color: var(--first-color);
    border: 0 none;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, .75);
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, .75);
    box-shadow: 0 0 5px rgba(255, 255, 255, .75);
    color: #fff !important;
    font-size: 11px;
    padding: 3px 7px;
    width: auto;
    text-decoration: none
}

.btncommentnew:hover {
    cursor: pointer;
    background-color: #000;
    text-decoration: none;
    color: #fff
}

.commentgoodcount {
    color: #666;
    float: right;
    margin-top: 2px
}

.commentbadcount {
    color: #666;
    float: right;
    margin-top: 2px
}

.commentreported {
    width: 100%;
    padding: 20px;
    background-color: var(--first-color);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    color: #fff !important;
    vertical-align: baseline
}

#popupwindowreview {
    position: absolute;
    width: 300px;
    float: left;
    top: 40px;
    left: 50%;
    background-color: #fff;
    padding: 2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 2000;
    margin: -20px 0 0 -150px
}

#popupbackgroundreport {
    position: absolute;
    height: 1180px;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    padding: 50px 0 0 0;
    margin: 0 auto 0 auto;
    background-image: url(/images/black80.png);
    z-index: 1000
}

#popupwindowreport {
    position: absolute;
    width: 50%;
    float: left;
    top: 40px;
    left: 21%;
    background-color: #fff;
    padding: 2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 2000;
    margin: -20px 0 0 0
}

#popupcalanderbackground {
    position: fixed;
    overflow: auto;
    height: 1180px;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    padding: 50px 0 0 0;
    margin: 0 auto 0 auto;
    background-image: url(/images/black80.png);
    z-index: 100
}

#popupcalanderwindow {
    background-color: #fff;
    border-radius: 10px;
    float: left;
    left: 50%;
    margin: -20px 0 0 -42%;
    padding: 2%;
    position: absolute;
    top: 40px;
    width: 100%
}

.contactcalanderpopup {
    max-width: 60%
}

.popupheadingholder {
    height: 40px;
    padding: 0 0 5px 0;
    display: block;
    width: 100%
}

.popupclose {
    float: right;
    cursor: pointer
}

.popupheading {
    float: left
}

#popupcontent {
    text-align: left
}

.contactpopup {
    max-width: 500px;
    min-width: 280px
}

.popupboatimage {
    width: 50%;
    float: left;
    padding-right: 10px
}

.popupdetailsthird {
    width: 33%;
    float: left;
    display: block
}

#popupmaindetails {
    display: block;
    min-height: 165px
}

.promptlabel {
    display: block;
    float: left;
    font-weight: 700;
    min-width: 250px;
    width: 25%
}

.formrow {
    padding: 5px 5px;
    margin: 1px 5% 1px 1px;
    background-color: #efefef;
    width: 94%;
    display: block;
    float: left
}

.formtoprow {
    background-color: var(--first-color);
    color: #fff !important;
    padding: 8px 5px;
    width: 94%;
    border: 0;
    font-size: 16px;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    text-align: center;
    margin: 1px 5% 1px 1px;
    font-weight: 700
}

#gallerypopupbackground {
    position: absolute;
    height: 1180px;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    padding: 50px 0 0 0;
    margin: 0 auto 0 auto;
    background-image: url(/images/black80.png);
    z-index: 300
}

#gallerypopupwindow {
    position: absolute;
    width: 80%;
    float: left;
    top: 40%;
    left: 50%;
    background-color: #fff;
    padding: 2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 400;
    margin: -20px 0 0 -42%
}

.author-image-holder {
    width: 25%;
    height: 120px;
    overflow: hidden;
    margin: 0 0 10px 10px;
    float: right
}

.author-image-holder img {
    max-width: 100px
}

.author-wrap p {
    font-size: 14px
}

.linkedin-author {
    font-size: 35px !important;
    color: #0073b1
}

.forminputright {
    float: right
}

.forminputsmall {
    width: 30px
}

.forminputmedium {
    width: 80px
}

.forminputlarge {
    width: 150px
}

#productsearch {
    display: block;
    margin-bottom: 15px
}

#prodcategories {
    display: block;
    margin-bottom: 15px
}

#prodmanufacturers {
    display: block;
    margin-bottom: 15px
}

#prodcolours {
    display: block;
    margin-bottom: 15px
}

#prodsizes {
    display: block;
    margin-bottom: 15px
}

.contentsearchheading {
    padding: 10px 0 0 0
}

.searchresultslist {
    min-height: 140px;
    border-bottom: 1px solid #000
}

.searchresultsgrid {
    height: 250px;
    border: 1px solid #ccc;
    width: 29%;
    float: left;
    margin: 0 1% 10px 0;
    padding: 5px 1%;
    overflow: hidden
}

.categorydetails {
    float: right
}

.searchextractgrid {
    color: #000;
    font-size: 10pt
}

.contentsearchbutton {
    color: #000;
    padding: 5px 2%;
    width: 96%;
    background-color: #d4e0e5;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 5px 0;
    clear: both
}

.contentsearchbutton:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.groupnamegrid {
    font-size: 11px;
    padding: 3px 1%;
    background-color: #fff;
    float: right;
    width: 98%;
    text-align: right
}

.groupname {
    font-size: 11px;
    padding: 3px 5px;
    background-color: #fff;
    float: right;
    text-align: right
}

.groupnameevent {
    font-size: 11px;
    padding: 3px 5px;
    background-color: #fff;
    float: left;
    text-align: right
}

.newgallerypreview {
    float: left;
    display: block;
    width: 22%;
    height: 150px;
    margin: 10px 1% 0 0;
    padding: 10px 1%;
    border: 0 dashed #ccc;
    background-color: #efefef
}

.newgallerybutton {
    float: left;
    display: block;
    width: 24%;
    height: 170px;
    margin: 10px 1% 0 0;
    padding: 10px 1%;
    border: 0 dashed #ccc;
    background-color: #efefef
}

.newgallerybutton:hover {
    background-color: #ccc;
    cursor: pointer
}

.newgalleryimageholder {
    background-color: #fff;
    display: block;
    height: 115px;
    margin-bottom: 10px;
    width: 100%
}

.newgalleryimageholder:hover {
    background-color: #ccc;
    cursor: pointer
}

.imageholder {
    width: 200px;
    height: 130px;
    float: left;
    display: block;
    text-align: left;
    margin-right: 10px
}

.searchimage {
    max-width: 100%;
    max-height: 100%;
    float: left
}

.rowheight {
    min-height: 140px
}

.categoryname {
    font-size: 11px;
    padding: 3px 5px;
    background-color: #fff;
    float: right;
    text-align: right
}


/* Hide the browser's default checkbox */

select {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    filter: none;
    padding-right: 43px !Important;
    background-color: #FFF;
    background-image: url(/administration/images/dropdown-arrow.gif);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 4.5px 8px;
    font-size: 100%;
    border: 1px solid #bbb;
    vertical-align: middle;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

.checkboxholder {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 17px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkboxholder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #cdcdcd;
}


/* On mouse-over, add a grey background color */

.checkboxholder:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkboxholder input:checked~.checkmark {
    background-color: var(--first-color);
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkboxholder input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkboxholder .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width:667px) {
    .alignright {
        display: block;
        height: inherit;
        margin: 10px 2%;
        width: 96%
    }

    .alignleft {
        display: block;
        height: inherit;
        margin: 10px 2%;
        width: 96%
    }

    #logo img {
        margin: 0
    }

    .prod-grid-item {
        float: left;
        width: 90%
    }

    .prod-grid-image {
        height: inherit;
        margin: 0 auto;
        width: 100%
    }

    .product-detail-holder {
        float: left;
        width: 90%;
        padding: 0 5%;
        margin-top: 15px
    }

    .product-long-description-holder {
        width: 90%;
        padding-right: 5%;
        padding-left: 5%;
        margin-top: 5%
    }

    .bookingstageholder table {
        font-size: 10px
    }

    .captionholderhome {
        bottom: 1%
    }

    .captionholderhome h3 {
        font-size: 8px
    }

    .captionholderhome p {
        font-size: 12px
    }

    ul.socialicons {
        display: none
    }

    ul.socialsprite li {
        list-style-type: none;
        display: inline;
        float: right;
        padding: 1px 0 0 0;
        height: 25px
    }

    .captionholder p {
        font-size: 14px
    }

    .captionholder a {
        font-size: 16px;
        line-height: 15px
    }

    .sitesearchwrap {
        float: none;
        width: auto;
        margin: 0 auto
    }

    .sidebarleft {
        width: 100%;
        float: left
    }

    #contact {
        display: none
    }

    #contact2 {
        width: 100%;
        display: block;
        text-align: center
    }

    #ctl00_contact2 {
        width: 100%;
        display: block
    }

    .centered-btns_nav {
        display: none
    }

    ul.socialsprite {
        display: block;
        margin: 0 auto;
        width: 155px;
        height: 25px
    }

    .searchglass {
        display: none
    }

    .gallerylarge {
        max-height: 200px
    }

    .eventholder {
        padding: 10px 0 0 0
    }

    .eventpassed {
        color: #fff;
        text-align: center;
        display: inline;
        padding: 3px 0;
        background-color: red
    }

    .eventtitle a {
        display: inline;
        font-size: 80%
    }

    .shortdescription {
        display: inline;
        display: none
    }

    .leftdate {
        float: none;
        width: 100%;
        margin-right: 0;
        display: block;
        border: none;
        text-align: left
    }

    .eventday {
        font-size: inherit;
        line-height: inherit;
        display: inline;
        text-transform: none
    }

    .eventdate {
        font-size: inherit;
        line-height: inherit;
        display: inline;
        font-weight: 700;
        color: red
    }

    .eventmonth {
        font-size: inherit;
        text-transform: none;
        display: inline;
        line-height: inherit;
        font-weight: 700;
        color: red
    }

    .eventyear {
        font-size: inherit;
        line-height: inherit
    }
}

table.table-pp {
    border: solid #000 1px;
}

table.table-pp th,
table.table-pp td {
    border: solid #000 1px;
    padding: 4px;
}

table.table-pp th {
    font-weight: bold;
    text-align: left;
}