/* Start Index Style */
#section1 {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

.slogan-wrap{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(88,88,90,.7)), to(rgba(88,88,90,.7)));
    background: -o-linear-gradient(rgba(88,88,90,.7), rgba(88,88,90,.7));
    background: linear-gradient(rgba(88,88,90,.7), rgba(88,88,90,.7));
}

.slogan-wrap .slogan{
    color: var(--cec-orange);
    font-size: calc(3rem + 0.5vw);
    text-align: center;
    margin: 0;
    padding: 1rem;
}

/* Scroll Down */
.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5);
    -webkit-animation: move 5s ease-out infinite;
            animation: move 5s ease-out infinite;
  }
  
  .chevron:first-child {
    -webkit-animation: move 5s ease-out 2s infinite;
            animation: move 5s ease-out 2s infinite;
  }
  
  .chevron:nth-child(2) {
    -webkit-animation: move 5s ease-out 3s infinite;
            animation: move 5s ease-out 3s infinite;
  }
  
  .chevron:before,
  .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: var(--cec-orange);
  }
  
  .chevron:before {
    left: 0;
    -webkit-transform: skew(0deg, 30deg);
        -ms-transform: skew(0deg, 30deg);
            transform: skew(0deg, 30deg);
  }
  
  .chevron:after {
    right: 0;
    width: 50%;
    -webkit-transform: skew(0deg, -30deg);
        -ms-transform: skew(0deg, -30deg);
            transform: skew(0deg, -30deg);
  }
  
  @-webkit-keyframes move {
    25% {
      opacity: 1;
  
    }
    33% {
      opacity: 1;
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
    }
    67% {
      opacity: 1;
      -webkit-transform: translateY(40px);
              transform: translateY(40px);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
              transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }
  
  @keyframes move {
    25% {
      opacity: 1;
  
    }
    33% {
      opacity: 1;
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
    }
    67% {
      opacity: 1;
      -webkit-transform: translateY(40px);
              transform: translateY(40px);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
              transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }
  
  @-webkit-keyframes pulse {
    to {
      opacity: 1;
    }
  }
  
  @keyframes pulse {
    to {
      opacity: 1;
    }
  }

  .scroll-down-text {
    display: block;
    margin-top: 75px;
    margin-left: -35px;
    color: var(--cec-orange);
    font-size: 0.75rem;
    padding: 5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.cta-main-btn {
    margin: 10px 0px 10px;
    padding: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(88,88,90,.7)), to(rgba(88,88,90,.7)));
    background: -o-linear-gradient(rgba(88,88,90,.7), rgba(88,88,90,.7));
    background: linear-gradient(rgba(88,88,90,.7), rgba(88,88,90,.7));
    border: 4px solid var(--cec-orange);
    color: var(--cec-orange);
    font-size: calc(1rem + 1.5vw);
}

button.cta-main-btn:hover {
    border: 4px solid var(--cec-cream);
    color: var(--cec-cream);
}

.cta-btn-scroll {
    position: absolute;
    bottom: 6rem;
    left: calc(50% - 14px);
    margin: auto;
    z-index: 9;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

/* Contact Section */
.contact-sec {
    background-color: var(--cec-cream);   
}

.contact-sec h2 {
    font-weight: 700;
}

.contact-sec .contact {
    background-color: var(--cec-green);
    border: 0.5rem solid var(--cec-cream);
    padding: 0.75rem; 
}

.contact-sec .hours {
    background-color: var(--cec-orange);
    border: 0.5rem solid var(--cec-cream);
    padding: 0.75rem;
}

.contact-sec .location {
    background-color: var(--cec-gray);
    border: 0.5rem solid var(--cec-cream);
    padding: 0.75rem; 
}

.contact-sec .contact p, .contact-sec .location h2, .contact-sec .location p {
    color: var(--cec-orange);
}

.map-wrap {
    aspect-ratio: 1/1;
    min-width: 200px;
    padding: 1.5rem;    
}

.map-wrap .map {
    border: 2px black solid;
    height: 100%;
    width: 100%;    
}

.ext-img {
    background: no-repeat fixed url(../images/backgrounds/index_primary_background.webp);
    background-size: cover;
    width: 100vw;
    height: 40vh;
}

/* Services Section */
.svc-sec {
    margin: 0;
    background-color: var(--cec-cream);
    border-top: 5px solid var(--cec-green);
    border-bottom: 5px solid var(--cec-green);
    text-align: center;
    padding: 10px;
}

.svc-sec .svc-badge {
    width: 12vh;
    max-width: 250px;
    height: auto;
    padding: 5px;
}

/* Schedule Section */
.sch-sec {
    background-color: var(--cec-gray);
    border-top: 5px solid var(--cec-cream);
    padding: 20px;
    text-align: center;
}

/* Mission Section */
.mis-stmt-sec {
    background-color: var(--cec-orange);
    border-width: 5px 0 5px 0;
    border-style: solid;
    border-color: var(--cec-cream);
}

.mis-stmt-sec p {
    margin: auto;
    padding: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    line-height: 2;
}

/* Insurance Section */
.ins-sec {
    padding: 10px;
    margin: 0;
    border-top: 5px solid var(--cec-green);
    border-bottom: 5px solid var(--cec-green);
    text-align: center;
}

.ins-sec .ins-img {
    justify-content: center;
    align-content: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-line-pack: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
}

.ins-img img {
    width: 100%;
    height: auto;
}

/* End Index Style */

/* Custom Icons */
.fa-sunset-2x {
    width: 32pt;
    margin: 5px;
}
.fa-sunset-h3 {
    width: calc(2rem + .6vw);
    margin-bottom: 0.25rem;
    padding-right: 0.25rem;
    filter: invert(43%) sepia(17%) saturate(513%) hue-rotate(74deg) brightness(96%) contrast(89%);
}

.cir-green{
    color: var(--cec-green)
}

.cir-brown{
    color: #87680c
}

.cir-yellow{
    color: #bfa74a
}

.cir-blue {
    color: #5d96ad
}

.cir-gray {
    color: var(--cec-gray);
}

.cir-red {
    color: #db6478
}

.circle {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--cec-gray);
    clip-path: circle(50%);
    padding: 0;
    margin: 0.25rem;
}

.circle i {
    font-size: 1.5rem;
    color: var(--cec-cream);
    line-height: 2.5rem;
}

/* Responsive Settings */
/* Up to Small Breakpoint */
@media only screen and (max-width: 575.98px){
    .map-wrap {
        aspect-ratio: 2/1;
        padding: 0;
    }
    .contact-sec .contact, .contact-sec .hours, .contact-sec .location {
        border-left: none;
        border-right: none;
    }
}
/* Small */
@media only screen and (min-width: 576px){

}
@media only screen and (min-height: 576px) and (orientation:landscape){
    .map-wrap {
        max-width: 300px;
    }
}
/* Up to Medium Breakpoint */
@media only screen and (max-width: 767.98px){
    #scroll-down {
        display: none;
    }
    #tricare-div {
        display: none;
    }
    .mis-stmt-sec p, .svc-sec h3{
        font-size: 1rem;
    }
    #ft-addr {
        background-color: var(--cec-orange);
        border-top: 3px solid var(--cec-cream);
        border-bottom: 3px solid var(--cec-cream);
    }
    .b-s {
        border-left: none;
    }
}
@media only screen and (max-height: 767.98px) and (orientation:landscape) {
    #scroll-down {
        display: none;
    }
}
/* Medium */
@media only screen and (min-width: 768px){

}
@media only screen and (min-width: 768px) and (max-height: 500px) and (orientation:landscape){
    .slogan-wrap{
        width: 100%;
    }
}
/* Large */
/* Up to Large Breakpoint */
@media only screen and (max-width: 991.98px){
    .slogan-wrap .slogan {
        font-size: calc(1.75rem + 0.5vw);
    }
    #uhc-div{
        display: none;
    }
    .desktop-only {
        display: none;
    }
    #ft-addr.b-s {
        border-left: none;
    }
}
@media only screen and (min-width: 992px){

}
/* Between Large and X-Large Breakpoint */
@media only screen and (min-width:992px) and (max-width: 1199.98px){
    .slogan-wrap .slogan {
        font-size: calc(2.25rem + 0.5vw);
    }
}
/* X-Large */
@media only screen and (min-width: 1200px){
    .contact-sec .contact, .contact-sec .hours, .contact-sec .location {
        border-width: 1rem;
    }
    .mis-stmt-sec p{
        font-size: 1.75rem;
    }
}
/* XX-Large */
@media only screen and (min-width: 1400px){
    .slogan-wrap .slogan {
        font-size: 3rem;
    }
}