.menu-toggle {
    display: none;
}
#navId2 {
    margin: 0;
    background: #36454F;
}
#navId2, #footer2{    
    font-size: 1.5em;
    width: 100%;
    padding: 10px 0; 
    display: none;
}
#siteLogoBot2, #navId2 li, #footer2 li{    
    padding: 1.2em 2em;
}
#navId2 li, #footer2 li{
    min-height: 40px;    
}

#navId2 li:hover {
    background: #414d55;
    cursor: pointer;
}
#navId2 a, #footer2 a{
    color: white;
    font-size: 1.4em;
    width: 100%;
    display: inline-flex;
}

#footer{
    background:#003e7e;
    height:130px;
}
#footerLinks {
    margin-top: 40px;
    float: right;
    padding:0;
    padding-right: 20px;
}

#footer2{    
    background: #003e7e;
    margin: 0;    
}
#footer2 li{    
    padding: 1.2em 2em;
    min-height: 40px;
}
#section5{
    padding:20px;
}
/* @media (min-width: 375px){ */
      

    #hamburger {
        cursor: pointer;
        float: right;
        position: relative;
        top: 40%;
        right: 10%;
    }
    #hamburger > div{    
        width: 8vw;
        height: 8px;
        background-color: #6f6f6f;
        margin: 15px 0;
        transition: 0.4s;
    }
    /* Rotate first bar */
     .change .bar1 {
        transform: translate(0, 35px) rotate(-45deg);
    }
    /* Fade out the second bar */
    .change .bar2 {opacity: 0;}
    /* Rotate last bar */
    .change .bar3 {
        transform: translate(0, -11px) rotate(45deg);
    }
   
    #vidContainer {
        height: 410px!important;
    }
    
    #squares1{
        display: none;
    }
    #sub2_inner {
        padding: 0 20px;
    }

/* } */

@media only screen and (max-width: 1024px){  
/* Styles for medium-sized mobile screens */  
#partners > tbody{
    text-align:-webkit-center;
}
#partners th{
    display: table-row;
    background-color: initial;
}
#partners .partner{
    width:300px;
    height:300px;
    background-color:#252525;
    margin-top: 2.5em;
}
#partners span{
    color: white;
    font-size: 1.5em;
}

#section5{
    background-color:#252525;
}
/* #banner, #top-banner {
    font-size: 1.3em;
} */

.siteLogo > img{
    margin-right: 30px;
    /* max-width: 115px; */
}

#footer{
    display: none;
}
#footer2{
    display: block;
}

.answerDiv{
    font-size: 1.2em;
}

.sect_header_span {
    font-size: 1.5em;
    font-weight: bold;
    color: white;
}
#section4 {
    background: #7a7b7e;
    color: white;
}
.questionDiv img.drop{
    display: none;
}
.questionDiv > h4 {
    font-size: 1.5em;
    font-weight: 500;
    cursor: pointer;
    padding: 20px 0 10px 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 0;    
}
.questionDiv{
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s ease;
}
.questionDiv:hover, .questionDiv:focus, .questionDiv > h4:hover{
    background-color: #525252;
}
.answerDiv{
    cursor: pointer;
    background-color: #656565;
    padding: 20px 10px 15px;
}
.carousel {
    overflow: hidden;
    height: 350px;
    width: 95%;
    margin: 0 auto;
}
  
  
  #scroller li {
    display: inline-block;
    width: 300px; /* Match the container width */
  }
.simply-scroll {
    height: 310px!important;
}
.simply-scroll-container {
    bottom: 25px;
}

.contactButton {
    font-size: 2.5em;
    width: unset;
    padding: .5em 1em;
}
#contactBtn, #capBtn {
    width: 321px;
    padding: 15px;
    font-size: 2em;
}

#capBtn{
    padding: .5em;
}

    .button-description{
        font-size: 1.3em;
    }

    #welcome {
        font-size: 1.5em!important;
        line-height: 1.5em;
    }
    

    .welcome-container > i{
        font-size: 1.3em;
    }

    .contactButton {
        font-size: 1.8em;
        width: unset;
        padding: .5em 1em;
    }

    #navId li{
        display: none;
    }

    #innerNav ul{
        display: none;
    }

    #mainTitleInner {        
        text-align: center;
        margin: 0 auto;
            
    }
    #mainTitleInner h1{        
        font-size: 3.2em;  
    }
    #mainTitle,#mainTitleInner{
        width: unset!important;
    } 
}/*end max1024*/

/*desktop*/
@media (min-width: 1025px){  
    #partners th{
        display: table-cell;
    }
    #partners .partner{
        width:100px;
        height:100px;
        background-color:lightgrey;
    }
    #partners span{
        color: black;
        font-size: 1em;
    }
    #section5{
        background-color:lightgrey;
    }
    #footer{
        display: block;
    }
    #footer2{
        display: none;
    }
    
    .questionDiv img.drop{
        display: inline-block;
    }

    #section4{
        background: #f0f0f0;
        color:black;
    }

    .simply-scroll {
        height: 310px!important;
    }

    #top-banner > img {
        width: 25px;
    }

    #mainTitleInner h1 {
        font-size: 2em;
    }

    #navId li{
        display: inline-block;
    }

    #navId{
        float:right;
        margin-top: 15px;
        margin-top: 36px;
    }

    #hamburger > div {
        display: none;
    }

    #siteLogoText{
        font-size:medium;
    }

    .siteLogo > img{
        width: revert-layer;
        margin-right: 10px;
    }

    #innerNav ul li a{
        font-size: 17px;
    }
    #innerNav ul {
        display: inline-block;
        margin: 0;
    }   

    #sub_sect1 {
        height: 100px;
    }

}/*end min-1024px*/




