a {
    text-decoration: none;
    color: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    padding: 0;
    margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212529;
}

h1 {
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 30px;
    position: relative;
}

h1::after {
    content: " ";
    background-color: #007044;
    height: 6px;
    width: 110px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

h2 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: relative;
}

h4 {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 20px;
    position: relative;
}

h4::after {
    content: " ";
    background-color: #007044;
    height: 6px;
    width: 110px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

label.required,
legend.required {
    position: relative;
    display: inline-block;
    width: auto;
}

label.required:after,
legend.required:after {
    color: #cc2837;
    content: " *";
    position: absolute;
    top: 0;
    right: -15px;
}

div.form-check>label.required:after {
    content: "";
}

.select2-container .select2-selection--single {
    height: 43px !important;
    padding: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}

.bg-error {
    background-color: #dc3545 !important;
}

/*##################################*/
/* BUTTONS */
/*##################################*/
.btn {
    text-transform: uppercase;
}

.btn-primary {
    background-color: #007044;
    border-color: #007044;
}

.btn-primary:hover {
    background-color: #22825c;
    border-color: #22825c;
}

.btn-dark {
    background-color: #211613;
    border-color: #211613;
}

.btn-dark:hover {
    background-color: #422e29;
    border-color: #422e29;
}

#content p>a:not('.btn'),
#content li>a:not('.btn') {
    color: #007044;
    font-weight: bold;
}

#content p>a:not('.btn'):hover,
#content li>a:not('.btn'):hover {
    text-decoration: underline;
}

.text-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: white;
}


/*##################################*/
/* STRUCTURE */
/*##################################*/
#wrapper {}







/*##################################*/
/* HEADER */
/*##################################*/
#primary-header {
    overflow-x: hidden;
}

#primary-header .logo {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}

#primary-header .logo>img {
    max-width: 100%;
    margin: auto;
}

#primary-header .search-column {
    padding: 15px;
    position: relative;
}

#primary-header .search-column * {
    z-index: 1;
}

#primary-header .search-column::before {
    content: " ";
    background-color: #eeeeee;
    border-top: 1px solid #DDDDDD;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    width: 3000px;
}

#primary-header .search-column input.form-control,
#primary-header .search-column .btn {
    border-color: #22825c;
    border-radius: 0;
    text-transform: uppercase;
}





/*##################################*/
/* NAV */
/*##################################*/
#primary-nav {
    background-color: #007044;
    padding: 0;
    border-bottom: 4px solid #0b0b0b;
}

#primary-nav .navbar-mobile {
    padding: .5rem 1rem;
    text-align: center;
    width: 100%;
}

#primary-nav .navbar-toggler {
    color: #FFF;
    border-color: #FFF;
    padding: .5rem 1rem;
    margin: 0 auto;
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
}

#primary-nav .navbar-collapse {
    padding: 15px;
    background-color: #22825c;
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    margin-top: 4px;
    z-index: 10000;
}

#primary-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#primary-nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#primary-nav ul li a {
    display: block;
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 5px 0px;
    color: #FFF;
}

#primary-nav ul li a:hover {
    text-decoration: none;
}

#primary-nav ul li.active a {}


/* SUB MENU */
#primary-nav .navbar-collapse ul.navbar-nav>li.dropdown>ul.dropdown-menu {
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    background-color: rgba(255, 255, 255, .2);
}

#primary-nav .navbar-collapse ul.navbar-nav>li.dropdown:hover>ul.dropdown-menu {
    display: block;
}

#primary-nav .navbar-collapse ul.navbar-nav>li.dropdown>ul.dropdown-menu li {
    border-bottom: 1px dashed #DDD;
}

#primary-nav .navbar-collapse ul.navbar-nav>li.dropdown>ul.dropdown-menu li:last-of-type {
    border: 0;
}

#primary-nav .navbar-collapse ul.navbar-nav>li.dropdown ul.dropdown-menu li a {
    color: #FFF;
}




/* SUB-SUB MENU */
#primary-nav .navbar-collapse ul.navbar-nav>li.dropdown>ul.dropdown-menu>li>ul.dropdown-menu {
    padding: 0px 10px;
    padding-left: 30px;
    margin-bottom: 10px;
    border: none;
    background-color: rgba(255, 255, 255, .2);
}

#primary-nav .navbar-collapse ul.navbar-nav>li.dropdown:hover>ul.dropdown-menu>li:hover>ul.dropdown-menu {
    display: block;
}

#primary-nav .navbar-collapse ul.navbar-nav>li.dropdown>ul.dropdown-menu>li>ul.dropdown-menu>li {
    list-style: square;
}




/*##################################*/
/* SECTIONS & BLOCKS */
/*##################################*/
section.section {}

section.section.v-padded {
    padding-top: 50px;
    padding-bottom: 50px;
}









/*##################################*/
/* HUGE HERO */
/*##################################*/
.huge-hero {
    background-image: url('/files/index-slider-1.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.huge-hero .bottom-curve {
    background-image: url('/assets/frontend/img/huge-hero-bottom-curve.webp');
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}

.huge-hero .inside {
    padding: 100px 20px;
}

.huge-hero h1 {
    color: #FFF;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.63);
    padding: 0;
    margin: 0;
}

.huge-hero h1::after {
    display: none;
}

.huge-hero h2 {
    color: #FFF;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.63);
    padding: 0;
    margin: 0;
}

.huge-hero form .form-control,
.huge-hero form .btn {
    border-radius: 0;
    padding: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.huge-hero .action-buttons .btn {
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
}












/*##################################*/
/* BIG ICON BOXES */
/*##################################*/
.big-icon-boxes {
    background-color: #ebebeb;
    padding: 60px 0px;
}

.big-icon-boxes .box {
    background: #FFF;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.big-icon-boxes .box .icon-column i {
    font-size: 4rem;
    color: #78c9c2;
}

.big-icon-boxes .box .icon-column {
    text-align: center;
    height: 64px;
}



















/*##################################*/
/* IMAGE INTRO */
/*##################################*/
.image-intro {
    padding: 90px 0px;
}






/*##################################*/
/* IMAGE HEADER */
/*##################################*/
.image-header {
    padding: 90px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -50px;
    min-height: 300px;
    color: #FFF;
}









/*##################################*/
/* HOMEPAGE BANNER */
/*##################################*/
.homepage-banner {
    padding: 40px 0px;
    background-color: #22825C;
}

.homepage-banner .banner {
    color: #FFF;
    text-align: center;
}

.homepage-banner .banner h1,
.homepage-banner .banner h2,
.homepage-banner .banner h3,
.homepage-banner .banner h4,
.homepage-banner .banner h5 {
    margin-bottom: 15px;
    border-bottom: 4px solid #FFF;
    display: inline-block;
}

.homepage-banner .banner p {
    margin: 0;
}






/*##################################*/
/* SERVICE GRID */
/*##################################*/
.service-grid {
    padding: 90px 0px;
    background-color: #eeeeee;
}

.service-grid .box {
    background-color: #FFF;
    margin-bottom: 30px;
}

.service-grid .box .thumb {
    display: block;
    padding: 6px;
}

.service-grid .box .thumb img {
    width: 100%;
}

.service-grid .box .inside {
    padding: 20px;
}

.service-grid .box .action-buttons {
    padding: 20px;
    padding-top: 0;
}












#footer {
    padding-top: 50px;
    background-color: #1c110e;
    border-bottom: 14px solid #007044;
    color: #FFF;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
    text-decoration: underline;
}


#footer h5 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
    padding-bottom: 15px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 15px;
}

#footer ul.links {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul.links li {
    padding: 0;
    margin: 0;
}

#footer ul.links li a {
    color: #FFF;
    text-decoration: none;
}

#footer ul.links li a:hover {
    text-decoration: underline;
}

#footer .socials {}

#footer .socials .link {
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-size: 30px;
    padding: 10px 0px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
    margin-bottom: 15px;
}

#footer-copy {
    background-color: #000;
    margin-top: 30px;
    padding: 10px 0px;
}

#footer-copy p {
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #999;
}




















/*
.region-list
{
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
}

.region-list li
{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.region-list li a
{
    display: block;
    padding: 20px;
    background-color: #EEE;
    font-weight: 600;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
}

.region-list li a:hover
{
    background-color: #DDD;
}
*/








.trainer-list {}

.trainer-list .trainer {
    margin-bottom: 30px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 30px;
}

.trainer-list .trainer .thumbnail {
    display: block;
}

.trainer-list .trainer .thumbnail img {
    max-width: 100%;
}

.trainer-list .trainer .areas {
    color: #007044;
    font-weight: bold;
    font-size: 1.2rem;
}








.region-list {}

.region-list .region {
    margin-bottom: 30px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 30px;
}

.region-list .region .thumbnail {
    display: block;
}

.region-list .region .thumbnail img {
    max-width: 100%;
}

.region-list .region h3 {
    font-size: 1.4rem;
}







.articles-list {}

.articles-list .article {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #DDD;
}

.articles-list .article .thumbnail {
    display: block;
}

.articles-list .article .thumbnail img {
    max-width: 100%;
}

.articles-list .article .inside {}

.articles-list .article h2 a {
    text-decoration: none;
}








.imagetitle-block {
    background-color: #DDD;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 140px;
    padding-bottom: 40px;
}

.imagetitle-block .h1 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    margin: 0;
    padding: 15px;
    background-color: rgba(255, 255, 255, .6);
    display: inline-block;
}

.imagetitle-block h1::after {
    display: none;
}

.imagetitle-block .action-buttons {
    float: right;
}















.sidebar-reviews {}

.sidebar-reviews .review {
    background-color: #EEE;
    padding: 15px;
    margin-bottom: 15px;
}

.sidebar-reviews .review .author {
    margin: 0;
    font-weight: 500;
}






.sidebar-ratings {}

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

.sidebar-ratings ul li {
    margin: 0;
    padding: 10px;
    background-color: #FFF;
    margin-bottom: 5px;
}

.sidebar-ratings ul li i {
    font-size: 36px;
    float: left;
    margin-right: 15px;
    margin-top: 6px;
    color: #007044;
}











.reviews-list {}

.reviews-list .review {
    background-color: #EEE;
    padding: 15px;
    margin-bottom: 20px;
}

.reviews-list .review .author {
    font-weight: 500;
}

.reviews-list .review.featured {
    border: 1px solid #CCC;
    border-left: 5px solid #CCC;
}








.block-textimageslit .text-side {
    padding: 30px;
}

.block-textimageslit .image-side img {
    max-width: 100%;
}







.profile-banner {
    padding: 25px;
    background-color: #22825C;
    border-radius: 15px;
}

.profile-banner .banner {
    color: #FFF;
    text-align: center;
}

.profile-banner .banner h1,
.profile-banner .banner h2,
.profile-banner .banner h3,
.profile-banner .banner h4,
.profile-banner .banner h5 {
    margin-bottom: 15px;
    border-bottom: 4px solid #FFF;
    display: inline-block;
}

.profile-banner .banner p {
    margin: 0;
}

.tip-handouts {
    width: 175px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 0.9em;
}



/*##################################*/
/* Dynamic Content */
/*##################################*/

.breed-profile {
    text-align: center;
    margin: 20px 20px;
}

.breed-profile a {
    padding-top: 10px;
    color: #066735;
    font-size: larger;
    font-weight: bold;
}

.breed-profile img {
    padding: 0px 50px
}

.featured-breed {
    background-color: #343434;
    text-align: center;
}

.featured-breed h1 {
    color: #f6eb14;
}

.featured-breed h1::after {
    content: none;
}

.featured-breed h2 {
    color: #f6eb14;
}

.featured-breed p {
    color: white;
}

.featured-breed a {
    color: #f6eb14;
}

.featured-breed-img {
    padding: 130px 50px
}

.featured-item {
    text-align: center;
    padding: 70px 50px
}

.featured-item-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.featured-item p {
    color: #f6eb14;
    font-size: 40px;
    font-weight: bold;
}

.featured-item h1 {
    font-size: 50px;
    font-weight: bold;
}

.featured-item h1::after {
    content: none;
}

.background-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    ;
}

.featured-item-home-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 110px 50px
}

.featured-item-text {
    font-family: 'Noto Serif', serif;
    font-size: 50px;
}

.featured-section-text {
    font-family: 'Noto Serif', serif;
    font-size: 36px;
    word-wrap: break-word;
    hyphens: auto;
}

.featured-section-text::after {
    content: none;
}

.featured-item-section p {
    font-family: 'Quicksand', sans-serif;
}

.individual-section h1,
.individual-section h2,
.individual-section h3,
.individual-section h4,
.individual-section h5,
.individual-section h6 {
    word-wrap: break-word;
    hyphens: auto;
    margin-bottom: 20px;
    font-weight: 700;
}

.individual-section h3 {
    font-size: 1.6rem;
}

.individual-section {
    margin: 50px 0px 100px 0px;
}


.individual-section ul {
    text-align: center;
    list-style-position: inside;
    padding: 0;
}

.individual-section h1::after {
    display: none;
}

.individual-section h2::after {
    display: none;
}

.individual-section h3::after {
    display: none;
}

.individual-section h4::after {
    display: none;
}

.individual-section h5::after {
    display: none;
}

.individual-section h6::after {
    display: none;
}

.item-description {
    background-color: #efefef;
    padding: 40px 60px;
    text-align: center;
}

.item-description p {
    font-size: large;
    font-weight: 600;
}



.review-slider {

    .slick-prev:before,
    .slick-next:before {
        color: #007044;
        font-size: 25px;
    }

    .slick-prev {
        left: 0px;
        z-index: 200;
    }

    .slick-next {
        right: 0px;
        z-index: 200;
    }

    .review-item {
        padding: 15px;

        .item-inside {
            padding: 15px;
            background-color: #f8f9fa;

            .text {
                font-size: 1.2rem;
                font-weight: 500;
                color: #212529;
            }

            .rating {
                margin-bottom: 15px;
            }

            .author {
                font-size: .9rem;
                color: #007044;
                margin: 0;

                .date {
                    font-size: .8rem;
                    color: #b1b1b1;
                }
            }
        }
    }
}