/* Font Face */

@import url("https://developer.salesforce.com/resources2/fonts/salesforceSans/SalesforceSans.css");
@font-face {
    font-family: "Salesforce Sans";
    src: url(../fonts/SalesforceSans-Regular.woff2) format("woff2"), url(../fonts/SalesforceSans-Regular.woff) format("woff");
}

@font-face {
    font-family: "Salesforce Sans Light";
    src: url(../fonts/SalesforceSans-Light.woff2) format("woff2"), url(../fonts/SalesforceSans-Light.woff) format("woff");
}

@font-face {
    font-family: "Trailhead";
    src: url(../fonts/TrailheadBold2.woff2) format("woff2"), url(../fonts/TrailheadBold2.woff) format("woff");
}

@font-face {
    font-family: "Neutra";
    src: url(../fonts/NeutraDisplayTitling.woff2) format("woff2"), url(../fonts/NeutraDisplayTitling.woff) format("woff");
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("/fonts/glyphicons-halflings-regular.eot");
}

@font-face {
    font-family: "Avant Garde For Salesforce";
    src: url(../fonts/AvantGardeDemi.woff2) format("woff2"), url(../fonts/AvantGardeDemi.woff) format("woff");
}
/* General Styles */

html {
    margin: 0;
    height: auto;
    min-height: 100%;
    font-size: 62.5%;
    color: #03286b;
}

body {
    /*min-height: 100vh;*/
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Salesforce Sans, Arial, sans-serif;
    background: #fff;
    position: relative;
    margin-top: 70px;
    overflow: hidden;
    font-variant-ligatures: no-common-ligatures;
}
.content-width {
    max-width: 1280px !important;
    margin: 0px auto;
}
.clear {
    clear: both;
}
.overflow-hidden {
    overflow: hidden !important;
}

section {
    /* max-width: 1280px; */
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 40px;
}

/* Nav-Header Styles */

header {
    height: 100px;
}

.header-holder {
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 40px;
    z-index: 2;
    background-color: #003665;
}

.header-holder.mobile-menu {
    display: none;
}

.header-nav {
    width: 100%;
    display: inline-block;
    float: none;
    position: absolute;
    transform: translate(-35%, -50%);
}

.header-nav ul {
    margin: 0;
    text-align: right;
}

.header-nav ul li {
    display: inline-block;
    line-height: 71px;
}

.header-nav ul li a {
    text-decoration: none;
    color: #fff;
    margin-right: 20px;
}

.fixed-nav {
    background-color: #003665;
    opacity: 0.7;
}

/* Welcome Styles */

.wrapper {
    display: flex;  
    flex-flow: row wrap;
    text-align: center; 
    margin-top: 0px;
  }
  
  .wrapper > * {
    flex: 1 100%;
  }
  
  .header-icon {
    text-align: left;
  }
  
  .hero-ctas {
   text-align: left; 
  }
  
  .main {
    text-align: left;
    margin-bottom: 48px;
  }
  
  .aside-2 {
    align-self: end;
  }
  
  @media all and (min-width: 600px) {
    .aside { flex: 1 0 0; }
  }
  
  @media all and (min-width: 1280px) {
    .main    { flex: 3 0px; }
    .main    { order: 2; }
    .aside-2 { order: 3; }
    .hero-ctas  { 
        order: 4;   
    }

    #welcome .header-hero-m {
        display: none;
    }

    
    
  }

  @media all and (max-width: 1279px) {
    .hero-ctas { 
        width: 100%;
    }

    .aside-2 { display: none; }
    #welcome .header-hero-m {
        width: 100%;
        margin-bottom: 24px;
    }

    .wrapper .btn {
        width: 100%;
        margin-top: 32px;
    }
    
  }


#welcome {
    color: #03286b;
    text-align: left;
    position: relative;
}


.seal-logo {
    height: 200px;
}

#welcome .seal-logo {
    height: 100px;
}

#welcome .feature-grid {
    display: flex;
    justify-content: left;
    align-items: left;
    margin-top: 300px;
}

#welcome h1 {
    color:  #032D60;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Avant Garde For Salesforce;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px; /* 100% */
    letter-spacing: -1.332px;
}

#welcome h2 {
    font-family: "Trailhead", Arial, sans-serif;
    font-size: 4rem;
    line-height: 7rem;
    margin-bottom: 0;
}

#welcome h3 {
    font-weight: normal;
    font-size: 2.8rem;
    line-height: 4rem;
    margin: 0 0 40px 0;
}

#welcome p {
    color: #181818;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Salesforce Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.024px;
}

#welcome .header-hero {
    margin-bottom: 90px;
    width: 577px;
    height: auto;
}



.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.home-left-cloud, .home-right-cloud {
    height: 470px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
}

.home-left-cloud {
    left: -200px;
}

.home-right-cloud {
    right: -200px;
}

.ptop {
    padding-top: 30px;
}

.d-inline {
    display: inline;
}

/* Explore Styles */

#explore {
    color: #03286b;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

#explore h1 {
    font-family: "Neutra", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 7rem;
    margin: 0;
}

#explore h2 {
    font-family: "Trailhead", Arial, sans-serif;
    font-size: 5rem;
    line-height: 7rem;
    margin: 0 0 20px 0;
}

#explore h3 {
    font-weight: normal;
    font-size: 2rem;
    line-height: 4rem;
    margin: 0 0 40px 0;
}

#explore p {
    font-size: 2.4rem;
    line-height: 3rem;
}

/* Reasons Styles */

#reasons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 0px;
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #FFF;
    position: relative;
    z-index: 1;
}

.reason {
    height: 345px;
    position: relative;
    width: 25%;
    padding-right: 20px !important;
    font-family: "Neutra", Arial, sans-serif;
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.reason > div:first-child {
    max-height: 325px;
    height: 100%;
    color: #ffffff;
    font-size: 5rem;
    line-height: 7rem;
    text-transform: uppercase;
    text-align: center;
}

.reason > div:first-child p {
    padding-top: 20px;
}

.reason > div img {
    display: block;
    height: 33%;
    margin-top: 40px;
}

.reason-text {
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 16px 25px 25px 25px;
    height: 160px;
    text-align: left;
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Salesforce Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    border-radius: 0px 0px 16px 16px;
}

.r-1,
.r-2,
.r-3,
.r-4 {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px 16px 0px 0px;
}

.r-1 {
    background-image: url(../Images/CONNECT.png);
}

.r-2 {
    background-image: url(../Images/EARN.png);
}

.r-3 {
    background-image: url(../Images/LEARN.png);
}

.r-4 {
    background-image: url(../Images/GIVE-BACK.png);
}


.home-left-balloon, .home-right-balloon {
    height: 470px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
}

.home-left-balloon {
    left: 0px;
}

.home-right-balloon {
    right: 0px;
}

/* Quote Styles */

#quote {
    padding: 0 0px 40px;
    z-index: 1;
    position: relative;
}

.quote-holder {
    margin-top: 90px;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    align-items: stretch;
}

.quote-img {
    width: 100%;
}

@media (min-width: 1280px) {
    .quote-img-m {
        display: none;
    }
}

@media (max-width: 1279px) {
    .quote-img {
        display: none;
    }

    .quote-img-m {
        width: 100%;
    }
}

.noteText {
    color: #03286b;
    font-size: 2.2rem;
}

.decoration-container {
    position: relative;
    overflow-x: clip;
}

@media (max-width: 1279px) {
    .decoration-container {
        display: none;
    }
}

.home-left-leaf, .home-right-leaf {
    height: 321px;
    position: absolute;
    bottom: -80px;
}

.home-right-leaf  {
    right: 0px;
}

/* Home Footer */

#home-footer {
    width: 100%;
    max-width: 100%;
    padding: 100px 0 0 0;
    background: transparent;
    position: relative;
    z-index: 1;
    margin-bottom: 200px;
}
.home-footer img {
    margin-top: -180px !important;
}
.register-msg {
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
    height: 300px;
}

.register-msg h1 {
    font-family: "Neutra", Arial, sans-serif;
    text-align: center;
    font-size: 5rem;
    line-height: 6.5rem;
    text-transform: uppercase;
    color: #003763;
}

.register-msg p {
    text-align: center;
    padding-top: 20px;
}

/* Background Images */
.logo {
    width: 250px;
    margin: 200px 0 100px;
}

.logoHome{
    margin-top: 100px;
    margin-bottom: 50px;
}

.logo-loc {
    margin: 100px 0 100px !important;
}

.characters {
    width: 100%;
    position: relative;
    z-index: 0;
}
.Mt140 {
    margin-top: 140px !important;
}
.Mt400 {
    margin-top: 400px !important;
}
.characters img {
    display: block;
    width: 100%;
    margin-top: -400px;
}

/* Hero Styles */
.heroSky {
    background-image: url("https://developer.salesforce.com/resources2/bootcamps2022/Atlanta/Images/home/bg2.png");
    background-repeat: no-repeat;
    background-size: 100% 300px;
    background-position-x: center;
    height: 300px;
}
.herohottie {
    position: absolute;
    top: -30px;
    width: 500px;
}
.heroballon {
    position: absolute;
    top: 50px;
    right: 20px;
    width: 500px;
}
.h1Internal{
    margin-top: 0px;
}
.logoInternal{
    margin-top: 50px;
}

/* Footer Styling */

.salesforce-footer {
    position: relative;
    background-color: #003763;
}

.footerContent {
    color: #ffffff;
    margin-left: 300px;
}

.footerLinks {
    list-style-type: none;
    display: inline;
    padding: 0;
}

.footerLinks li {
    text-align: left;
    display: inline;
    margin-right: 60px;
}

.footerLinks a {
    color: #ffffff;
}

.bg-images {
    width: 100%;
    z-index: 1;
}

/* Non-Index Page Styles */

#container-content {
    max-width: 1100px;
    position: relative;
    z-index: 1;
}

#container-content h1 {
    color: #03286b;
    font-family: Avant Garde For Salesforce, Arial, sans-serif;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 120% */
    letter-spacing: -0.32px;
}

#container-content h2 {
    color: #03286b;
    font-family: "Neutra", Arial, sans-serif;
    font-size: 10rem;
    text-align: center;
    line-height: 10rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

#container-content h3 {
    color: #03286b;
    font-family: Salesforce Sans, Arial, sans-serif;
    font-size: 5rem;
    text-align: center;
    line-height: 6rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.022px;
}

/* Schedule Accordian */

#container-content .seal-logo {
    margin-top: 70px;
}

.schedule-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    background: var(--foundation-blue-blue-20, #032D60);
    margin-top: 64px;
    margin-bottom: 40px;
}

.schedule-menu-item {
    display: flex;
    width: 98px;
    height: 28px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Salesforce Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 4px solid #032D60;
    
}

.schedule-menu-item-active {
    border-bottom: 4px solid #fff;
}

.schedule-menu-item a:hover {
   text-decoration: none;
   cursor: pointer;
}

.schedule-menu-item a{
    color: #FFF;

}

.schedule-day {
    border-radius: 16px;
    border: 1px solid var(--neutral-neutral-90, #E5E5E5);
    background: var(--neutral-neutral-100-white, #FFF);
    margin-bottom: 264px;
}
.schedule-day-header {
    border-radius: 16px 16px 0 0;
    display: flex;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background: var(--blue-cloud-blue-95, #EAF5FE);
    color: var(--blue-blue-20, #032D60);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'clig' off, 'liga' off;

    /* Display/Display 8 */
    font-family: Avant Garde For Salesforce;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.08px;
}

.schedule-day-detail {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.schedule-day-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex: 0 0 0;
    padding-bottom: 32px;
    width: 100%;
    border-bottom: 1px solid #F3F3F3;
}

.schedule-day-time, .schedule-day-desc {
    display: inline-block;
}

.schedule-day-time  {
    min-width: 160px;
}

.schedule-day-desc{
    color: var(--blue-blue-20, #032D60);
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Display/Display 7 */
    font-family: Avant Garde For Salesforce;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    letter-spacing: -0.08px;
}

@media (max-width: 699px) {
    .schedule-day-row {
        flex-direction: column;
        gap: 0;
    }
    
}
.panel-group {
    margin-top: 90px;
    background-color: #fff;
    padding: 10px;
    border-radius: 25px;
}

.panel-full {
    color: #03286b;
}



.faq-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    background: #FFF;
    margin-top: 64px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--neutral-neutral-80-disabled, #C9C9C9);
}

.faq-menu-item {
    display: flex;
    height: 28px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: var(--foundation-blue-blue-20, #032D60);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Salesforce Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 4px solid #fff;
}

.faq-menu-item-active {
    border-bottom: 4px solid #032D60;
}

.faq-menu-item a:hover {
   text-decoration: none;
   cursor: pointer;
}

.faq-menu-item a{
    color: var(--foundation-blue-blue-20, #032D60);

}

#faq-accordion .panel-title {
    position: relative;
}
.faq-panel {
    margin-top: 0px;
}
.faqH4 {
    color: #03286b;
    font-family: "Neutra", Arial, sans-serif;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 0;
}

.plus-minus {
    top: 25px !important;
}

span.glyphicon-minus-sign,
span.glyphicon-plus-sign {
    position:  inherit;
    top: 33px;
    display: none;
    font-weight: normal;
    margin-top: 3px;
    padding-right: 20px;
}

h4.panel-title a.collapsed span.glyphicon-plus-sign {
    display: inline-block;
}

h4.panel-title a[aria-expanded="true"] span.glyphicon-minus-sign {
    display: inline-block;
}

.panel-group .panel {
    background-color: transparent;
    border: none;
    margin-bottom: 40px;
}

#faq-accordion .panel-content {
    background-color: #cfe9fe;
    padding: 0 20px;
    color: #03286b;
    font-size: 3rem;
}

.panel-row {
    display: flex;
    justify-content: space-between;
    line-height: 7rem;
    border-bottom: solid 1px #707070;
}

.panel-row:only-child,
.panel-row:last-of-type {
    border-bottom: none;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border: none;
}

.panel-heading {
    padding: 0;
    border-bottom: none;
}

.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#faq-accordion .panel-title > a {
    font-family: "Salesforce Sans", Arial, sans-serif;
    color: #03286b;
    font-size: 3.6rem;
    line-height: 4.8rem;
    background-color: #cfe9fe;
    padding: 20px 20px 20px 80px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

.panel-left,
.panel-right {
    display: inline-block;
}

.panel-left {
    max-width: 60%;
}

.panel-right {
    text-align: right;
    font-weight: normal;
    max-width: 47%;
}

.panel-content a:hover,
.panel-content a:active {
    text-decoration: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.panel-group ul {
    padding-left: 20px;
}

.panel-group ul li {
    line-height: 2.4rem;
    margin-bottom: 10px;
}

.faq-question {
    color: #03286b;
}

/* Tracks Styles */

.tracks-desc {
    max-width: 728px;
    margin: auto;
}
.tracks-desc h4 {
    font-weight: 700;
    padding-top: 24px;
}
.hilight {
    padding: 40px;
    background-color: #003665;
    box-sizing: border-box;
    margin-top: 80px;
}

.hilight-inner {
    box-sizing: border-box;
    padding: 100px 60px 60px 60px;
    border: solid 2px #90d0fe;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 3rem;
}

.hilight-inner:before {
    width: 290px;
    height: 97px;
    background-color: #003665;
    display: block;
    background-image: url(../Images/tracks/map.png);
    z-index: 1;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    margin: -117px auto 0 auto;
}

.hilight-inner h4 {
    color: #fff;
    font-family: "Neutra", Arial, sans-serif;
    font-size: 2.8rem;
    text-align: center;
    line-height: 3.6rem;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}
.center {
    text-align: center;
}
.schedule-bg {
    margin-top: 400px;
}

/* Tracklist Styles */

.tracklist {
    margin-top: 40px;
}

.track {
    padding: 40px 0;
}

.track {
    border-bottom: solid 1px #fff;
}

.track:only-child,
.track:last-of-type {
    border-bottom: none;
}

.track h4 {
    color: #003763;
    font-size: 3.6rem;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: "Trailhead", Arial, sans-serif;
    text-align: center;
}

.track p.audience {
    font-size: 2.8rem;
    line-height: 3.4rem;
    color: #03286b;
    font-weight: bold;
}
.audience a {
    font-size: 2.8rem;
    line-height: 3.4rem;
    color: #03286b;
    font-weight: bold;
    text-decoration: none;
}

.track p {
    color: #fff;
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0px 0 0 0;
}

.track p.modal-call a {
    font-size: 16px;
    line-height: 24px;
    color: #003763;
    text-decoration: none;
    font-weight: bold;
}

.trackBg {
    border-radius: 15px;
    background-color: #cfe9fe;
    color: #032d60;
    padding: 30px;
}
.trackBg p {
    color: #032d60;
}
.track-ul{
    padding-left: 15px;
    text-indent: -25px;
}

.spacer {
    padding-bottom: 20px;
}


.light-modal {
    display: none;
    position: fixed;
    background: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    z-index: 4;
    transition: background 1s;
    font-size: 16px;
    visibility: hidden;
}

.light-modal-content {
    background: #845ec2;
    color: #fff;
    width: 100%;
    max-width: 1100px;
    position: relative;
    max-height: calc(100vh - 200px);
    line-height: 1.4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.light-modal-content img {
    max-width: 100%;
}

.light-modal-header {
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.light-modal-heading {
    margin: 0;
    font-size: 1.5em;
}

.light-modal-heading + .light-modal-close-icon {
    position: static;
}

.light-modal-body {
    padding: 0 20px 20px 20px;
    overflow: auto;
}

.light-modal-footer {
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.light-modal-close-btn,
.light-modal-close-icon {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0.2em;
    background: #ff6f91;
    font-size: 2.5em;
    line-height: 1;
    transition: background 0.2s ease-in-out;
}

.light-modal-close-btn:hover,
.light-modal-close-icon:hover {
    background: #ff3c6a;
}

.light-modal-close-icon {
    position: absolute;
    top: -35px;
    right: -50px;
}

.light-modal-close-btn {
    font-size: 1.5em;
}

.light-modal-caption {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.2em;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.light-modal:target {
    background: rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
}

.light-modal-navigation .navigation-next,
.light-modal-navigation .navigation-prev {
    width: 32px;
    height: 32px;
    border-color: #fff;
    transition: border-color 0.2s;
}

.light-modal-navigation .navigation-next:hover,
.light-modal-navigation .navigation-prev:hover {
    border-color: hsla(0, 0%, 100%, 0.7);
}

.light-modal-navigation .navigation-next {
    position: absolute;
    right: -50px;
    top: 50%;
    border-bottom: 1px solid;
    border-left: 1px solid;
    transform: rotate(-135deg);
}

.light-modal-navigation .navigation-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    border-bottom: 1px solid;
    border-left: 1px solid;
    transform: rotate(45deg);
}

@media (max-width: 480px) {
    .light-modal-navigation .navigation-next {
        right: 5px;
    }
    .light-modal-navigation .navigation-prev {
        left: 5px;
    }
}
@keyframes a {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.basic {
    animation-name: a;
}
@media (max-width: 767px) {
    .light-modal {
        font-size: 14px;
    }

    .faq-menu {
        flex-direction: column;
    }
}
@supports (display: flex) {
    @media (max-width: 767px) {
        .light-modal:target .light-modal-content {
            width: 70vw;
        }
    }
}

/* Modal CSS */
.light-modal-content {
    background-color: #ffe8af;
    color: #000;
    border-top: solid 20px #ffe8af;
    border-bottom: solid 20px #ffe8af;
    border-right: none;
    border-left: solid 20px #ffe8af;
}

.light-modal-content:after {
    content: " ";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 0;
    border: solid 2px #ccb774;
}

.light-modal-body:before {
    width: 290px;
    height: 97px;
    background-color: #ffe8af;
    display: block;
    background-image: url(../Images/Hootie-Certification-LineArt.png);
    z-index: 3;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto 0 auto;
    position: relative;
}

.light-modal-body-inner {
    padding: 20px 60px;
    box-sizing: border-box;
}

.light-modal-content ul em {
    font-style: normal;
}

.light-modal-header {
    background: transparent;
    color: #fff;
}

.light-modal-footer {
    background: #bdbdbd;
}

.light-modal-close-icon {
    background: #fff;
    color: #0f97d3;
}

.light-modal-close-icon:hover {
    background: #ffffff;
    color: #462e8e;
}

.light-modal-close-btn.light-modal-close-btn {
    background: #462e8e;
    color: #fff;
}

.light-modal-close-btn:hover {
    background: #fff;
    color: #001f6f;
}

.light-modal-body-inner {
    color: #003763;
}

.modal-head,
.modal-subhead {
    font-weight: bold;
}

.modal-head {
    font-size: 20px;
}

.track .panel-group {
    display: none;
}

/* FAQ Accordian */

#learn-accordion {
    margin: auto; 
}  

#learn-accordion .panel-group {
    margin-top: 90px;
}

#learn-accordion .panel-title {
    position: relative;
}

#learn-accordion .panel-content {
    padding: 0px;
    color: #032D60;
}

#learn-accordion .panel-row {
    font-size: 1.8rem;
    line-height: 2.4rem;
    display: block;
    padding-bottom: 32px;
    color: var(--neutral-neutral-10, #181818);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Body/Body 2 */
    font-family: Salesforce Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.019px;
}

#learn-accordion .panel-title > a {
    font-family: "Salesforce Sans", Arial, sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Avant Garde For Salesforce, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    letter-spacing: -0.08px;
    color: #032D60;
    padding: 20px 20px 20px 0px;
    display: flex;
    justify-content: left;
    text-decoration: none;

    
}

#learn-accordion .panel {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--neutral-neutral-80-disabled, #C9C9C9);
    margin-bottom: 0px;
    border-radius: 0;
}

#learn-accordion a {
    color: #000;
    text-decoration: underline;
}

@media (min-width: 1024px) {
    #learn-accordion {
        width: 840px;
        
    }  

    .faq-menu {
        width: 840px;
        margin: 24px auto;
    }
}
 
/* Location Styles */

.loc-page #container-content {
    max-width: 1460px;
}

.loc-page #container-content p {
    text-align: center;
    color: #03286b;
    font-size: 25px;
    line-height: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.hotel-holder {
    max-width: 1100px;
    margin: 50px auto 60px auto;
    box-sizing: border-box;
    padding: 563px 0 0 0;
    text-align: center;
    background-image: url(../Images/location-holdsworth.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* Button Styles */

a.reg-btn {
    border-radius: 4px;
    background: var(--blue-blue-50, #0176D3) !important;
}

.header-nav ul li:last-of-type a,
a.reg-btn,
a.link-btn {
    background-color: #0176d3;
    border-radius: 5px;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

a.btn {
    font-size: 2.4rem;
    padding: 15px 30px;
    border-radius: 4px;
    border: 2px solid var(--blue-blue-50, #0176D3);
    background: var(--neutral-neutral-100-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Salesforce Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

a.link-btn {
    color: #fff;
    background-color: #0176d3;
    margin-top: 20px;
    display: inline-block;
}

/* Mobile Styles */

@media (max-width: 1400px) {
    html {
        font-size: 50%;
    }
    #learn-accordion .panel-row {
        font-size: 18px;
        line-height: 24px;
    }
    .heroSky {
        background-size: 100% 300px;
        height: 300px;
    }
    .herohottie {
        top: 10px;
        width: 400px;
        left: -30px;
    }
    .heroballon {
        top: 70px;
        right: -100px;
        width: 400px;
    }
    span.glyphicon-minus-sign,
    span.glyphicon-plus-sign {
        top: 25px;
}
}

@media (max-width: 1200px) {
    html {
        font-size: 45%;
    }
   
    #explore {
        padding-bottom: 0px;
    }
    #reasons {
        padding: 40px 40px 30px 40px;
    }
    #home-footer {
        padding-top: 0px !important;
    }
    .characters img {
        display: block;
        width: 100%;
    }
    
    .reason {
        height: 450px;
        width: 50%;
    }
    .reason:nth-child(2) {
        border-right: none;
    }
}
@media (max-width: 1100px) {
    html {
        font-size: 40%;
    }
    #welcome {
        background-size: auto 280px;
    }
    .header-holder {
        padding: 20px 20px;
    }
    .header-nav {
        font-size: 12px;
        width: 100%;
        display: inline-block;
        float: none;
        position: absolute;
        transform: translate(-20%, -50%);
    }
    .tracks-bg {
        margin-top: -130px !important;
    }
    .faq-bg {
        margin-top: -30px !important;
    }
    .characters img {
        display: block;
        width: 100%;
    }
    .quote-holder {
        padding: 0;
        display: block;
    }
    .quote-text {
        width: 100%;
        padding: 40px 60px;
    }
    .quote-image {
        display: none;
    }
    .panel-row {
        line-height: 6rem;
    }
    header {
        height: 100px;
        margin-bottom: 40px;
    }
    .logo {
        width: 200px;
        margin: 200px 0 100px;
    }
    .heroSky {
        background-size: 100% 250px;
        height: 250px;
    }
    .heroballon {
        top: 30px;
        right: -120px;
        width: 400px;
    }
    .herohottie {
        top: -30px;
        width: 400px;
        left: -30px;
    }
}

@media (max-width: 950px) {
    .header-holder.mobile-menu {
        display: block;
        line-height: 2.4rem;
    }
    #sidebar {
        margin-bottom: 0;
        padding: 10px 0;
    }
    .head1 {
        width: 50px;
        display: inline-block;
    }
    p.menu-btn,
    p.control-header {
        display: block;
        width: auto;
        margin-top: 10px;
    }
    p.control-header {
        text-align: right;
        float: right;
    }
    p.menu-btn {
        float: left;
        text-align: center;
        background-color: #de6129;
        border-radius: 5px;
        text-align: center;
        padding: 10px 20px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
    }
    .menu-btn a {
        color: #fff;
        text-decoration: none;
    }
    
    .footerContent {
        margin: 0;
        font-size: 75%;
    }
    #container-content h1:before,
    #container-content h1:after {
        content: none;
    }
    header {
        background-image: none;
    }
    .header-holder {
        background-color: #003665;
    }
    .track .panel-group {
        display: block;
        margin: 20px 0 0 0;
    }
    .track .panel-group .panel {
        margin-bottom: 0;
    }
    .track h4 {
        margin-bottom: 0;
    }
    .track .panel-title a {
        font-size: 16px;
        line-height: 24px;
        color: #003763;
        text-decoration: none;
        font-weight: bold;
        text-transform: none !important;
        font-family: "Salesforce Sans", Arial, sans-serif;
    }
    .track .panel-row {
        display: block;
    }
    .track .panel-content {
        background-color: #cfe9fe;
        padding: 20px;
        margin-top: 10px;
    }
    .track .panel-content p,
    .track .panel-content ul {
        color: #003763;
        line-height: 24px;
        font-size: 16px;
    }
    .panel-content ul {
        margin: 10px;
    }
    .panel-content ul li {
        line-height: 24px;
        margin: 0;
    }
    p.modal-call {
        display: none;
    }
    .trackBg {
        display: none;
    }
    .heroSky {
        background-size: auto 250px;
        height: 250px;
    }
    
}

@media (max-width: 700px) {
    .home-leaf-container {
        visibility: hidden;
    }

    #welcome h1 {
        font-size: 7rem;
    }
    .header-holder {
        padding: 20px 20px;
    }
    .header-nav {
        font-size: 12px;
        width: 100%;
        display: inline-block;
        float: none;
        position: absolute;
        transform: translate(-20%, -50%);
    }
    .header-nav ul li a {
        margin-right: 5px;
    }
    .header-nav ul li:last-of-type a,
    a.reg-btn,
    a.link-btn {
        padding: 5px 5px;
    }
    .header-nav ul li a {
        margin-right: 5px;
    }
    .header-nav ul li:last-of-type a,
    a.reg-btn,
    a.link-btn {
        padding: 5px 5px;
    }
    .reason {
        height: 500px;
        width: 100%;
        border-right: none;
        padding-right: 0px !important;
    }

    .r-1,
    .r-2,
    .r-3,
    .r-4 {
        background-position: center center;
    }
    .reason > div img {
        margin-top: 50px;
    }
    #container-content {
        padding: 20px;
    }
    .panel-left {
        max-width: 100%;
        display: block;
    }
    .panel-right {
        display: none;
    }
    .panel-row {
        display: block;
    }
    .panel-row .panel-right {
        max-width: 100%;
        display: block;
        text-align: left;
    }
   
    #learn-accordion .panel-content {
        padding: 20px;
        color: var(--neutral-neutral-10, #181818);
        font-feature-settings: 'clig' off, 'liga' off;
        /* Body/Body 2 */
        font-family: Salesforce Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        letter-spacing: 0.019px;
    }
    .hilight {
        padding: 5px;
    }
    .hilight-inner:before {
        content: none;
    }
    .hilight-inner {
        padding: 20px;
    }
    a.btn {
        font-size: 18px;
        padding: 10px 20px;
    }
    #welcome,
    #reasons {
        padding-bottom: 20px;
    }
    #welcome {
        background-size: auto 250px;
    }
    .logoHome {
        margin-top: 100px;
        margin-bottom: 0px;
    }
    #container-content h1,
    #container-content h2 {
        font-size: 60px;
    }
    .tracks-bg {
        margin-top: -50px !important;
    }
    .faq-bg {
        margin-top: 30px !important;
    }
    .heroSky {
        background-size: auto 200px;
        height: 200px;
    }
    .hotel-holder {
        padding: 370px 0 0 0;
        margin: 50px auto 30px auto;
    }
    .herohottie {
        top: 0px;
        width: 300px;
        left: -50px;
    }
    .heroballon {
        top: 0px;
        right: -150px;
        width: 450px;
    }
    .h1Internal{
        margin-top: 20px !important;
    }
    .logoInternal{
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    #container-content h1:before,
    #container-content h1:after {
        content: none;
    }
    #reasons {
        padding-bottom: 0px;
    }
    #welcome {
        background-size: auto 150px;
    }
    .logo {
        width: 150px !important;
    }
    
    .logoHome {
        margin-top: 75px;
        margin-bottom: 0px;
    }
    .header-nav ul li a {
        margin-right: 3px;
    }
    #welcome h1{
        line-height: 40px;
    }
    #welcome h2{
        line-height: 35px;
    }
    #welcome p{
        line-height: 20px;
    }
    #explore h1{
        line-height: 40px;
    }
    #explore h2{
        line-height: 35px;
    }
    #explore p{
        line-height: 20px;
    }
    .tracks-bg {
        margin-top: -130px !important;
    }
    .header-holder {
        padding: 20px 20px;
    }
    .header-nav {
        font-size: 10px;
        width: 100%;
        display: inline-block;
        float: none;
        position: absolute;
        transform: translate(-20%, -50%);
    }
    
    .tracks-bg {
        margin-top: -100px !important;
    }
    .faq-bg {
        margin-top: -10px !important;
    }
    .hottieCenter{
        display: flex;
        justify-content: center;
    }
    .herohottie{
        top: 0px;
        width: 400px;
        left: calc(50% - 200px);
    }
    .heroballon{
        display: none;
    }
}

@media (max-width: 400px) {
    .reason-text {
        font-size: 11px;
    }
    #container-content h1,
    #container-content h2 {
        font-size: 50px;
    }
    .tracks-bg {
        margin-top: -50px !important;
    }
    .faq-bg {
        margin-top: -15px !important;
    }
}
