@font-face {
    font-family: "SFProDisplay";
    font-weight: 400;
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Regular.eot");
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Regular.woff") format("woff"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Regular.otf") format("opentype"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Regular.svg#filename") format("svg");
}

@font-face {
    font-family: "SFProDisplay";
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Medium.eot");
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Medium.woff") format("woff"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Medium.otf") format("opentype"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Medium.svg#filename") format("svg");
}

@font-face {
    font-family: "SFProDisplay-Semibold";
    font-weight: 500;
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Semibold.eot");
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Semibold.woff") format("woff"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Semibold.otf") format("opentype"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Semibold.svg#filename") format("svg");
}

@font-face {
    font-family: "SFProDisplay";
    font-weight: 600;
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Bold.eot");
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Bold.woff") format("woff"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Bold.otf") format("opentype"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Bold.svg#filename") format("svg");
}

@font-face {
    font-family: "SFProDisplay";
    font-weight: 300;
    src: url('../fonts/SF-Pro-Display/SF-Pro-Display-Light.woff') format('woff'),
url('../fonts/SF-Pro-Display/SF-Pro-Display-Light.woff2') format('woff2'),
url('../fonts/SF-Pro-Display/SF-Pro-Display-Light.svg#SF-Pro-Display-Light') format('svg'),
url('../fonts/SF-Pro-Display/SF-Pro-Display-Light.eot'),
url('../fonts/SF-Pro-Display/SF-Pro-Display-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/SF-Pro-Display/SF-Pro-Display-Light.otf') format('truetype');

    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SF-Pro-Display/SFProDisplay-Thin.eot');
    src: url('../fonts/SF-Pro-Display/SFProDisplay-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SF-Pro-Display/SFProDisplay-Thin.woff2') format('woff2'),
        url('../fonts/SF-Pro-Display/SFProDisplay-Thin.woff') format('woff'),
        url('../fonts/SF-Pro-Display/SFProDisplay-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.color_white {
    color: #fff;
}

body {
    font-family: "SFProDisplay";
}

header {
    background: #191A1A;
    padding: 10px 15px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.cm_logo {
    display: inline-block;
    width: 190px;
    vertical-align: middle;
}

.cm_logo a {
    display: block;
}

.cm_logo img {
    width: 190px;
}

.menu_primary {
    display: inline-block;
    width: calc(100% - 200px);
    text-align: right;
}

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

.menu_primary ul li {
    display: inline-block;
}

.menu_primary ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    padding: 4px 10px;
    text-decoration: none;
    font-size: 12px;
}

.menu_primary ul li a.btn {
    text-transform: none;
}

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

.btn-primary:hover {
    color: #fff;
    background-color: #354f17;
    border-color: #354f17;
}

.btn-secondary {
    color: #557d26 !important;
    background-color: #000;
    border-color: #557d26;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #557d26;
    border-color: #557d26;
}

.banner_slide video,
.banner_slide img {
    width: 100%;
    height: calc(100vh - 25px);
    object-fit: cover;
    margin-bottom: -1px;
}

.banner {
    position: relative;
}

.banner .owl-dots {
    display: none;
}

.app_download_links {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: #000;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app_download_links img {
    max-height: 68px;
    margin: 0 10px;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid #fff !important;
    margin: 20px 10px;
}

.owl-dot.active {
    background: #557d26 !important;
    border-color: #557d26 !important;
}

section {
    position: relative;
    color: #fff;
}

.abs_section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

section.bg_gray {
    background: #191A1A;

}
section.bg_dark {
    background: #000;

}

section h3 {
    font-size: 38px;
    font-weight: 100 !important;
    font-family: 'SF Pro Display';
}

section p {
    color: #ACACAC;
    line-height: 24px;
    font-size: 14px;
}

.couts_section {
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 100px 0 !important;
}

.map_bg {
    background-size: 100%;
    background-repeat: no-repeat;
}


.bg_dark_gredient {
    background: linear-gradient(180deg, #000000 0%, #191A1A 100%);
    padding: 100px 0;
    text-align: right;
}

.green_bg_img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.mobile_group {
    width: 50%;
}

.border_left_sm {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.border_left_sm:before {content: '';position: absolute;width: 43px;height: 2px;background: #fff;bottom: 0;left: 2px; opacity: 0.72;}

.border_center_sm {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-family: 'SF Pro Display';
    font-weight: 100;
}

.border_center_sm:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
}
ul._with_check_icon {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul._with_check_icon li {
    color: #ACACAC;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}

ul._with_check_icon li:before {content: '';width: 18px;height: 18px;background: #33382d;position: absolute;left: 0;border-radius: 100%;}

ul._with_check_icon li:after {content: '';position: absolute;width: 6px;height: 10px;border-right: 2px solid #557D26;border-bottom: 2px solid #557D26;left: 6px;top: 3px;z-index: 9;transform: rotate(35deg);}

.quote {
    display: inline-block;
    position: relative;
}

.quote span {
    z-index: 99;
    position: relative;
    font-weight: 100;
    font-family: 'SF Pro Display';
}

img.left_quote {
    position: absolute;
    left: -60px;
    width: 100px;
    top: -43px;
}

img.right_quote {
    position: absolute;
    right: 35px;
    bottom: -57px;
    transform: rotate(180deg);
    width: 100px;
}

.footer_inner {
    background: linear-gradient(180deg, #000000 0%, #191A1A 100%);
    padding: 80px 0;
    color: #ACACAC;
}

.copyright {
    background: #000;
    text-align: center;
    color: #ACACAC;
    padding: 20px 0 0px;
}

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

.footer_link a,
footer ul li a {
    color: #ACACAC;
    font-weight: 300;
    font-size: 14px;
    
}

.footer_link a:hover,
footer ul li a:hover {
    text-decoration: none;
    color: #557d26;
}

footer ul li {
    margin-bottom: 0px;
}

.footer_inner img {
    margin-bottom: 20px;
}

.social_icon img {
    width: 30px;
    margin-right: 7px;
}

/*---a.btn.btn-secondary.btn-sm {
    margin-right: 8px;
    margin-left: 17px;
}---*/

p.footer_link {
    margin-bottom: 9px;
}

.slider-text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    bottom: 0;
}

span.tread-sm {
    color: #fff;
    font-size: 140px;
    font-weight: 400;
    text-align: center;
    line-height: 104px;
}

span.tread-lg {
    color: #fff;
    font-size: 115px;
    font-weight: 600;
    text-align: center;
    line-height: 88px;
} 

img.img-video {
    width: 56px !important;
    height: 56px;
    margin: 0 auto;
}

.play-pause-button.pause {
    opacity: 0;
  }
  
  .play-pause-button {
    background: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 140px;
    outline: none;
    opacity: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #fff;
  }
  .play-pause-button i.fas.fa-pause {
    display: none;
  }
  
  .play-pause-button.buttons.pause i.fas.fa-pause {
    display: block;
  }
  
  .play-pause-button.buttons.pause i.fas.fa-play-circle {
    display: none;
  }
  
  .play-pause-button i.fas.fa-pause {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 40px;
  }
p.center-map {
    padding: 0 10%;
    margin: 0 0;
}

img.up-to {
    margin-top: -31px;
}

.border_left_sm h5 {
    font-size: 17px;
    margin-bottom: 5px;
}

.footer_inner p {
    font-weight: 300;
    padding-right: 20%;
}

.footer_inner h3 {
    font-weight: 100;
    font-family: 'SF Pro Display';
    font-size: 21px;
}

.home-sec6.section {
    background-color: #2c2c2c;
    padding-top: 60px;
    padding-bottom: 55px;
    display: none;
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    margin-left: 0 !important;
}

.authorwapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 8px;
    color: #fff;
    background: rgba(0,0,0,0.3);
}

.sec6-tabber div#nav-tabContent .card-body {
    padding: 20px 0;
}

.card-body h5 {
    font-weight: 600;
}

.body_content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}

.imgtag {
    position: absolute;
    top: 30px;
    left: -30px;
    background: #668440;
    color: #fff;
    font-size: 15px;
    padding: 2px 20px;
    border-radius: 15px;
}

img.card-img-top {
    width: 100% !important;
    height: 230px;
    object-fit: cover;
}

.fade:not(.show) { 
    display:none;
}

.authorimg img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.sec6-cardimg {
    position: relative;
    height: 230px;
    background: rgb(216, 173, 0);
}

.sec6-tabber div#nav-tabContent .card {
    padding: 15px;
    display: block !important;
    height: 100%;
    min-height: 653px;
}

.authorimg img {
    border-radius: 50%;
    height: 50px;
    width: 50px !important;
    object-fit: cover;
}

.sec6-tabber .nav-tabs .nav-link.active {
    background-color: #668440;
    color: #fff;
}

.sec6-tabber .owl-item {
    margin-right: 10px;
}

.sec6-tabber .owl-carousel .owl-stage {
    display: flex;
}

.sec6-tabber .nav-tabs .nav-link:after {
    content: "";
    border: 10px solid #668440;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    opacity: 0;
}

.sec6-tabber .nav-tabs .nav-link.active:after {
    opacity: 1;
}

.sec6-tabber div#nav-tab {
    display: inline-flex;
}

.sec6-tabber .btn-group>.btn:first-child {
    border-top-left-radius: 30px;
}

.sec6-tabber .btn-group>.btn:last-child {
    border-top-right-radius: 30px;
}

.authorcontent {
    display: flex;
}

.authorcontent h6 {
    font-weight: 600;
}

.calender-wrapper span.icon-filter:hover {
    background-color: #10A458;
    color: #fff;
}

.sec6-tabber .nav-tabs .nav-link {
    background-color: #f7ed9c;
    min-width: 250px;
}

.sec6-tabber .btn {
    padding: 14px 50px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.sec6-tabber .nav-tabs {
    border-bottom: none;
}

.sec6-tabber .nav-tabs .nav-link.active {
    border-color: transparent;
}

.sec6-tabber nav.tabberheading {
    text-align: center;
    margin-bottom: 5%;
    position: relative;
}

.calender-wrapper {
    text-align: center;
    top: 10px;
    right: 20px;
    border: 0;
    position: absolute;
}

.sec6-tabber .text-muted {
    font-size: 15px;
    font-weight: 300;
}

.sec6-tabber .text-muted strong {
    font-weight: 600;
}

.calender-wrapper span.icon-filter {
    border: 1px solid #C4CEE1;
    color: #fff;
    height: auto;
    line-height: 1;
    padding: 10px .75rem;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
}

.sec6-tabber {
    position: relative;
} 

a.card:hover {
    text-decoration: none;
}

.calender-wrapper li, .calender-wrapper li a {
    display: inline-block;
}

.owl-carousel .owl-next, .owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    left: -10px;
    background: #668440 !important;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 32px !important;
    height: 35px;
    width: 35px;
    outline: none;
}
.owl-carousel .owl-next {
    right: -10px;
    left: auto;
}

.owl-carousel .owl-next>span {
    position: absolute;
    top: -7px;
    left: 11px;
    font-size: 24px;
}

.owl-carousel .owl-prev>span {
    position: absolute;
    top: -7px;
    left: 7px;
    font-size: 24px;
}

.info-icon img {
    margin-right: 5px;
}

span.info-icon.summer_text_color img {
    width: 20px !important;
}

span.traininfo.tag_outline.cm_pink {
    display: inline-block;
    border: 1px solid #EBEDF7;
    padding: 6px 15px;
    color: #212B3E;
    margin-right: 8px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
}

.card.announcement.conditions_new p.trailheadinfo {
    font-size: 14px;
    font-weight: 300;
}

.card.announcement.conditions_new {
    margin-top: 40px;
}

span#summertextcolor a {
    font-weight: 300;
    font-size: 14px;
}

.card.announcement.conditions_new .authorwapper {
    position:static;
    color: #000;
    background-color: transparent;
}

.card.announcement.conditions_new .tags_wrapper {
    margin-top: 32px;
}

.card.announcement.conditions_new p.month {
    font-weight: 300;
}

.authorcontent p.month {
    font-weight: 300;
}

.card.announcement.conditions_new img.img-responsive {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.card.announcement.conditions_new .authorcontent h6 {
    font-weight: 600;
}

.tag_outline {
    display: inline-block;
    border: 1px solid #EBEDF7;
    padding: 6px 15px;
    color: #212B3E;
    margin-right: 8px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
}

@media(min-width: 992px){
    .menu_icon{
        display: none !important;
    }
}

@media(max-width: 1600px) {
    .app_download_links img {
        max-width: 138px;
        margin: 0 6px;
    }

    .app_download_links {
        height: 110px;
    }
}

@media(max-width: 991px){
    body.menu_open {
        overflow: hidden;
    }

    .menu_overlay {
        position: fixed;
        width: calc(100% - 280px);
        left: 0;
        top: 0;
        height: 100%;
        background: black;
        opacity: 0.5;
        z-index: 999;
        transform: translateX(-1000px);
        transition: all 0.3s;
        cursor: pointer;
       
    }

    header {
        padding: 15px 15px;
    }

    .menu_primary {
        position: fixed;
        width: 280px;
        height: 100%;
        background: #222;
        right: 0;
        top: 62px;
        transform: translateX(100px);
        transition: all 0.3s;
        text-align: left;
        padding: 15px;
        padding-top: 15px;
        z-index: 999;
        display: none;

    }

    .menu_open .menu_primary {
        transform: translateX(0px);
        display: block;
    }

    .menu_primary ul li {
        display: block;
        margin-left: 0;
    }

    .menu_primary ul li a {
        padding: 1px 0px;
        display: block;
        margin-bottom: 15px;
    }

    header .container {
        position: relative;
    }

    .menu_icon {
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        cursor: pointer;
        display: block;
    }

    .abs_section {
        position: static;
        transform: none;
        padding-bottom: 50px;
    }

    .space_m {
        margin-top: 50px;
    }

    .mobile_group {
        width: 90%;
    }
    
    section h3 {
        text-align: center;
    }

    section p {
        text-align: center;
    }

    .border_left_sm:before {
        right: 0;
        margin: 0 auto;
    }

    .nav-tabs .nav-link {
        min-width: 200px;
    }

    .calender-wrapper {
        position: static;
        margin-bottom: 40px;
        text-align: center;
        display: block;
    }

    .owl-carousel .owl-next, .owl-carousel .owl-prev {
        width: 28px;
        height: 28px;
    }
}


@media(max-width: 767px){
    .footer_inner .row > div {
        margin-bottom: 30px;
    }

    .footer_inner .row > div:last-child {
        margin-bottom: 0 !important;
    }

    .app_download_links img {
        max-height: 48px;
    }

    .app_download_links {
        height: 100px;
    }

    .banner {
        padding-bottom: 68px;
        background-color: #000;
    }

    .green_bg_img {
        max-width: 150px;
    }

    .img-fluid.lap {
        padding-left: 90px;
    }

    .nav-tabs .nav-link {
        font-size: 13px;
        border-radius: 0 !important;
        width: auto !important;
    }  

}

.footer_inner h3 a {
    font-weight: 100;
    font-family: 'SF Pro Display';
    font-size: 19px;
    color: #fff;
    text-transform: capitalize;
    opacity: 0.7;
}

.owl-carousel .owl-next>span {
    position: absolute;
    top:46%;
    left: 50%;
    font-size: 24px;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-prev>span {
    position: absolute;
    top: 46%;
    left: 50%;
    font-size: 24px;
    transform: translate(-50%, -50%);
}

.social_icon > * {
    display: inline-block;
    vertical-align: text-top;
}

.social_icon span i {
    color: #313131;
    font-size: 30px;
}

.tags_wrapper br:first-child {
    display: none;
}

.tags_wrapper {
    margin-bottom: 10px;
}

.tab-content .owl-carousel .owl-prev {
    left: -19px;
}

.tab-content .owl-carousel .owl-next {
    right: -15px;
}

.fc-left h2 {
    color: #fff;
}

.fc-unthemed td {
    border-color: #424242 !important;
}

.fc-unthemed td a {
    color: #fff;
    text-decoration: none;
}

.fc-state-highlight a {
    color: #000 !important;
}

.fc-widget-header {
    color: #fff;
}

.social_icon a {
    color: rgba(255,255,255,0.5);
    font-size: 28px;
}