body {
    font-family: 'Roboto Condensed', sans-serif;
    color: black;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }

#outer-wrapper:after {
      content:"";
      position:fixed; 
      top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1;
      background: #cccccc url(https://psmfirestorm.blob.core.windows.net/e520a25f-31da-437c-b69a-22a014378f51/background.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/e520a25f-31da-437c-b69a-22a014378f51/background.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

a {
    color: #ff6600;
}

a:hover, a:focus {
    color: #b14700;
    text-decoration: none;
}


#content-container {
    width: 100%;
    background-color: white;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 30px;
}

@media (max-width: 1199px) {
#content-container {
    width: 972px; }
}

@media (max-width: 991px) {
#content-container {
    width: 748px; }
}

@media (max-width: 767px) {
#content-container {
    width: 100%;
    padding-top: 30px;}
}







/* HEADER */

header.body {
    margin-bottom: -6px;
}

.headercontainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-right a {
    padding-left: 30px;
}







/* NAVIGATION */

#main-nav > nav > div {
    background-color: black;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    border-top: 2px solid white;
    height: 54px;
}

#main-nav-collapse {
    padding: 0;
}

.navbar {
    margin-bottom: 0;
    height: 47px;
}

.navbar-nav>li>a {
    font-family: 'IBM Plex Mono', sans-serif;
    text-transform: uppercase;
    border: 1px solid white;
    color: white;
    font-weight: 700;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between; }
}

@media (min-width: 768px) {
.navbar-nav>li {
    float: none;
    flex-grow: 1;
    text-align: center; }
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: #c1c1c1;
    color: black;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #c1c1c1;
    color: black;
    border: 1px solid white;
}







/* CONTENT */

.button-container {
    display: flex;
    position: relative;
    border-top: 1px solid white;
}

.button-container a {
    flex: 0 0 20%;
    height: 200px;
    position: relative;
    border-left: 1px solid white;
    transition: .3s;
}

.button-container a:hover .button-block .button-text {
    background-color: #ff6600;
}

.button-container > a:nth-child(5) {
    border-right: 1px solid white;
}

.button-block {
    position: absolute;
    background-size: contain;
}

.block-1 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/4f0a6945-326b-4677-8652-b32d0c5f06a6/smokymountainhog-cta-info.jpg);
    background-position: top;
    width: 100%;
}

.block-2 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/df1b2035-69fb-48af-9014-064b495c1f16/smokymountainhog-cta-about.jpg);
    background-position: top;
    width: 100%;
}

.block-3 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/336a2783-97bf-4560-82cf-b70641663d39/smokymountainhog-cta-album.jpg);
    background-position: top;
    width: 100%;
}

.block-4 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/ddcd82cb-c4e2-46f7-a7b1-63d90ccbf4b5/smokymountainhog-cta-contact.jpg);
    background-position: top;
    width: 100%;
}

.block-5 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/7ee4b649-dc04-430c-a5d5-5a676d8c6f47/smokymountainhog-cta-ride.jpg);
    background-position: top;
    width: 100%;
}

.button-text {
    margin-top: 55%;
    background-color: black;
    padding: 15px;
    transition: .3s;
}

.button-text h2 {
    text-transform: uppercase;
    font-size: 21px;
    width: 100%;
    margin: 0;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 700;
    color: white;
}

.button-text h5 {
    text-transform: uppercase;
    margin: 4px 0 0 0;
    color: white;
    transition: .3s;
}

.button-container a:hover h5 {
    color: black;
}

.p-header img {
    border-bottom: 5px solid #ff6600;
}

.p-header h1 {
    color: #ff6600;
}

img.tr-pic {
    width: 50%;
    margin: auto;
    display: block;
}

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
    border-radius: 0;
    padding: 10px 70px;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    width: fit-content;
    margin: auto;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff924a;
    border-color: #ff6600;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #ff924a;
    border-color: #ff6600;
}

.membershipForm.btn-primary {
    padding: 10px 20px;
    font-size: 16px;
}

.rt-block img {
    padding: 10px 0px 10px 10px;
}


img.loh-pic {
    float: right;
}





/* FOOTER */


footer.body .outer-wrapper {
    background-color: #2220;
    color: #fff;
    text-align: center;
}


.footercontainer {
    width: 100%;
    margin: auto;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    color: white;
}

.footer-block a {
    display: block;
    text-transform: uppercase;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 700;
    transition: .3s;
}

.footer-block a:hover {
    color: white;
}

div.footercontainer > div > h4 > span.dealer-address {
    display: block;
}

.footer-block h3 {
    font-family: 'IBM Plex Mono', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}


.footer-block h4 {
    font-weight: 700;
}

.footer-social {
    display: flex;
    color: white;
    align-items: center;
    margin-top: 24px;
}

.social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: white;
    padding-top: 5px;
    margin-right: 10px;
    transition: .3s;
}

.footercontainer > div:nth-child(3) > a:nth-child(1) > div > div.social-icon {
    background-color: #3a5ca9;
}

.footercontainer > div:nth-child(3) > a:nth-child(2) > div > div.social-icon {
    background: linear-gradient(    to right,    #833ab4,#fd1d1d,#fcb045  );
}








/* CALENDAR */

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #d6d6d6;
    border-color: #cccccc;
}





/* WHEELS TO THE WALL */

.psm-content h4,
.ride-for-kids .psm-content h4 {
  text-align: center;
  background-color: #ff7f00;
  color: #ffffff;
  padding: 5px;
}
.psm-content .div-options,
.ride-for-kids .psm-content .div-options {
  margin-top: 15px;
}
@media (max-width: 500px) {
  .psm-content .div-options ul li,
  .ride-for-kids .psm-content .div-options ul li {
    margin: 0;
    margin-bottom: 5px;
  }
}
.psm-content .div-options ul,
.ride-for-kids .psm-content .div-options ul {
  padding: 0;
  font-size: 0;
  list-style: none;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.psm-content .div-options ul > li,
.ride-for-kids .psm-content .div-options ul > li {
  display: inline-block;
  font-size: 14px;
}
.psm-content .div-options ul > li a,
.ride-for-kids .psm-content .div-options ul > li a {
  color: #ffffff;
  font-weight: bold;
}
.psm-content .div-options ul > li,
.ride-for-kids .psm-content .div-options ul > li {
  text-align: center;
  margin: 5px;
  width: 25%;
  vertical-align: top;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .psm-content .div-options ul > li,
  .ride-for-kids .psm-content .div-options ul > li {
    width: 48%;
  }
}
@media (max-width: 520px) {
  .psm-content .div-options ul > li,
  .ride-for-kids .psm-content .div-options ul > li {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
.psm-content img {
    float: right;
    width: 40%;
    padding: 0px 0px 10px 10px;
}

.RiderRewardsContent p, .RiderRewardsContent ul {
    font-size: 16px;
}




/* FORMS */

.mainform {
    margin-top: 30px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.form-control {
    border-radius: 0;
    margin: 5px 0px;
    color: black;
}

.form-header-text {
    font-size: 30px;
    color: #ff6600;
}

#Form798 > span > label:before,
#Form799 > span > label:before {
    content: '\f0e0';
    font-family: fontawesome;
    padding-right: 10px;
}


/* Articles*/

.blog-header h1 {
    color: #f60;
}

.blog-filters {
    background-color: #f60;
    box-shadow: 2px 2px 2px black;
    border: 2px solid black;
}

.blog-filters a {
    color: white;
}

.blog-filters a:hover {
    color: black;
}

.blog-posts .post, #blog-page .post {
    background: transparent;
    border: 2px solid black;
    box-shadow: 2px 2px 2px black;
}

.blog-posts h3 {
    font-size: 2em;
}

.blog-posts p {
    font-size: 1.2em;
}

.btn-readMore {
    background: #f60;
}
    

/* FAQ*/


.faq-content #links-group > div > div.panel-heading > h4 > a:before {
    content: '\f059';
    font-family: fontawesome;
    color: #ff6600;
    padding-right: 10px;
}







.list-text {
  padding: 0;
  font-size: 0;
  list-style: none;
  width: 100%;
  margin-bottom: 15px;
}
.list-text > li {
  display: inline-block;
  font-size: 14px;
}
.list-text > li a {
  color: #ffffff;
  font-weight: bold;
}
.list-text li {
  width: 100%;
  vertical-align: top;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .list-text li {
    width: 50%;
  }
}
.list-text li:before {
  content: "\f14a";
  font-family: "FontAwesome";
  padding-right: 15px;
}

.department .title {
    display: none;
}

@media (max-width: 767px) {
    .headercontainer {
        display: none;
    }
.headercontainer img {
    display: none;
}
    .navbar, #main-nav > nav > div {
        height: 64px;
        width: 100%;
        border: none;
    }
    #main-nav > nav > div {
        border: none;
        position: fixed;
        z-index: 2040;
        padding: 0 10px;
    }
    .footercontainer {
        flex-direction: column;
        text-align: center;
    }
    #main-nav .navbar-toggle {
        color: #f60;
    }
    .button-container a {
        flex: auto;
        width: 295px;
        height: 234px;
        margin-bottom: 20px;
    }
    #main-nav-collapse {
        background-color: black;
        padding: 0 19px;
    }
    .navbar-nav>li>a {
        border: none;
        padding: 20px 15px;
    }
    .b-c-desktop {
        display: none !important;
    }
    .hbcdesktop > .widget-inner, .event-content > .widget-inner, .about-content > .widget-inner {
        margin-top: 0 !important;
    }
    .button-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .b-c-mobile .homebtncontainer {
        flex: 0 0 auto;
        display: flex;
        margin: 0 auto;
    }
    .qlinks a {
        padding: 15px 0;
    }
    .footer-social {
        width: fit-content;
        margin: 24px auto 0;
    }
    .department-container {
        margin-top: 0;
    }
    .department .employee {
        max-width: 250px;
    }
    .department .employee .name p {
        font-size: 22px;
    }
    .department .employee .job p {
        font-size: 20px;
    }
    img.tr-pic {
        width: 100%;
        max-width: 350px;
    }
    .event-header h1, .about-header h1, .faq-header {
        text-align: center;
    }
    .rt-block img, .rfk-block:nth-child(2) img { 
        display: block;
        padding: 10px;
        margin: 0 auto;
    }
    .event-content .btn-primary {
        padding: 10px 30px;
    }
    .psm-content img {
        float: none;
        width: 100%;
        padding: 10px;
    }
    img.loh-pic {
        float: none;
        width: 100%;
        padding: 10px;
    }
    .loh-content h3 {
        text-align: center;
    }
    #main-nav .dropdown-menu > li > a {
        color: white;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) {
    #content-container, .headercontainer, #main-nav > nav > div, .footercontainer {
        width: 768px;
    }
    .b-c-mobile {
        display: none !important;
    }
    .button-text {
        margin-top: 78px;
    }
    .button-text h2 {
        font-size: 18px;
        width: 70%;
    }
    .button-container a {
        height: 166px;
    }
    .footercontainer {
        padding: 30px;
    }
    .rt-container, .rfk-container {
        display: flex;
    }
    .rt-images {
        flex: 0 0 30%;
    }
    .rfk-block:nth-child(2) {
        flex: 0 0 35%;
        padding: 0 0 10px 10px;
    }
    .membershipForm.btn-primary {
        font-size: 18px;
    }    
}

@media (min-width: 992px) {
    #content-container, .headercontainer, #main-nav > nav > div, .footercontainer {
        width: 972px;
    }
    .button-text h2 {
        font-size: 17px;
        width: 100%;
    }
    .button-text {
        margin-top: 103px;
    }
    .button-container a {
        height: 170px;
    }
    .rt-images {
        flex: 0 0 23%;
    }
}

@media (min-width: 1200px) {
    #content-container, .headercontainer, #main-nav > nav > div, .footercontainer {
        width: 1180px;
    }
    .button-text h2 {
        font-size: 21px;
    }
    .button-text {
        margin-top: 55%;
    }
    .button-container a {
        height: 200px;
    }
    .footercontainer {
        padding: 30px 0;
    }
    .rt-images {
        flex: auto;
    }
}
