

/********************** DEFAULT STYLES **********************/

html { 
  scroll-behavior: smooth; 
}

*, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #111211;
    font-family: 'Montserrat', sans-serif;
}

.clear {
    clear: both;
}

/*************/

.heroimage {
    width: 100%;
    margin-top: 132px;
    background-image: url('../images/JIL_contactus_heroimage.jpg');
    background-size: 100% auto;
    background-position: 50% 55%;
}
    .heroimage h1 {
        text-align: center;
        display: block;
        padding: 12vw 0;
        font-size: 3em;
        font-weight: 700;
        color: #dddddd;
        margin-bottom: 0px;
    }

.sectionA {
    background-color: #111211;
    color: #DDD;
}
    .sectioncontainer {
        padding: 48px 26px 0px 26px;
    }

    .hoursinfocontainer {
        width: 100%;
        height: auto;
    }
        .hoursinfocontainer h2 {
            font-weight: 700;
            font-size: 2em;
            margin-top: 48px;
        }
        .hoursinfocontainer p {
            font-size: 1.25em;
        }
            .footnote {
                font-size: 0.7em !important;
            }
        .hoursinfocontainer table tr td {
            font-size: 1.25em;
        }
        .hoursinfocontainer a {
            text-decoration: none;
            color: #FFDD00;
            transition: 0.3s;
        }
            .hoursinfocontainer a:hover {
                text-decoration: underline;
            }
        .paymentimage {
            width: 80%;
        }
        .GTAimage {
            width: 100%;
            height: auto;
            margin-bottom: 75px;
        }
    .formcontainer {
        width: 100%;
        height: auto;
    }
        /*.gITTTa {
            color: #fff !important;
        }
        .eapps-widget-toolbar {
            display:none !important;
        }*/

        .formheading {
            font-weight: 700;
            font-size: 3em;
            color: #fff;
        }
        .formtext {
            font-size: 1.25em;
            line-height: 1.125em;
            color: #fff;
            margin-bottom: 48px;
        }

    .form-control {
        padding: 0.75rem 1rem !important;
        margin-bottom: 18px !important;
    }
        .custom-dropdown {
          position: relative;
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="4" viewBox="0 0 8 4"><path d="M0 0l4 4 4-4z"/></svg>');
          background-repeat: no-repeat;
          background-position: calc(100% - 12px) center; /* Adjust the value as needed */
          padding-right: 24px; /* Adjust the value as needed */
        }

        /* Reset the default arrow appearance */
        .custom-dropdown::-ms-expand {
          display: none;
        }

        .custom-dropdown:focus {
          outline: none;
        }

    .submitbutton {
        display: block !important;
        margin: auto !important;
        width: 100%;
        padding: 0.75rem 1rem !important;
        text-transform: uppercase;
        font-size: 1.25em !important;
    }

    .form-group {
        margin-bottom: 18px !important;
    }




/*************/



/************************************************************/

@media screen and (min-width: 280px)  {

    

}

/************************************************************/

@media screen and (min-width: 320px)  {

}

/************************************************************/

@media screen and (min-width: 375px)  {

}

/************************************************************/

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {

}

/************************************************************/

@media screen and (min-width: 414px)  {
        
}

/************************************************************/

@media screen and (min-width: 480px)  {

}

/************************************************************/

@media screen and (min-width: 568px) {

}

/************************************************************/

@media screen and (min-width: 667px) {

   

}

/************************************************************/

@media screen and (min-width: 736px)  {


}

/************************************************************/

@media screen and (min-width: 768px)  {

    
    .heroimage h1 {
        padding: 8vw 0;
        font-size: 3em;
    }

    .sectioncontainer {
        padding: 48px 45px 0 45px;
    }

        .hoursinfocontainer {
            float: left;
            width: 40%;
            padding-right: 48px;
            border-right: 1px solid #dddddd;
        }
            .hoursinfocontainer h2 {
                font-size: 1.25em;
            }
            .hoursinfocontainer p {
                font-size: 0.8em;
            }
                .footnote {
                    font-size: 0.7em !important;
                }
            .hoursinfocontainer table tr td {
                font-size: 0.8em;
            }
        .formcontainer {
            float: left;
            width: 60%;
            height: auto;
            padding-left: 48px;
        }
            .dvYvWd {
                padding-top: 0px !important;
            }
            .eapps-widget-toolbar {
                display:none !important;
            }
    

}

/************************************************************/

@media screen and (min-width: 820px)  {

}

/************************************************************/

/*ipad pro portrait*/
@media only screen 
    and (min-device-width: 820px) 
    and (max-device-width: 1180px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait)  {

}

/************************************************************/

@media only screen 
    and (device-width : 812px) 
    and (device-height : 375px) 
    and (-webkit-device-pixel-ratio : 3) {

}

/************************************************************/

/*ipad air portrait*/
@media only screen 
    and (min-device-width: 820px) 
    and (max-device-width: 1180px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait)  {

}

/************************************************************/

@media screen and (min-width: 992px)  {

    .heroimage h1 {
        padding: 60px 0;
    }

    .sectioncontainer {
        padding: 60px 48px 26px 48px;
    }

    /*.formcontainer {
        width: 768px;
        margin: auto;
    }*/

}

/************************************************************/

@media screen and (min-width: 1024px)  {

    .hoursinfocontainer {
        width: 30%;
    }
        .hoursinfocontainer h2 {
            font-size: 1.75em;
            margin-top: 36px;
        }
            .GTAheading {
                font-size: 1.25em !important;
            }
        .hoursinfocontainer p {
            font-size: 0.8em;
        }
            .footnote {
                font-size: 0.7em !important;
            }
        .hoursinfocontainer table tr td {
            font-size: 0.8em;
        }
    .formcontainer {
        width: 70%;
    }
        .GTAimage {
            margin-bottom: 0px;
        }

}

/************************************************************/

/*ipad pro portrait*/
@media only screen 
    and (min-device-width: 1024px) 
    and (max-device-width: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait)  {


}

/************************************************************/

@media screen and (min-width: 1180px)  {

    
				
}

/************************************************************/

@media screen and (min-width: 1266px)  {

}

/************************************************************/

@media screen and (min-width: 1280px)  {

    .sectioncontainer {
        width: 1280px;
        margin: auto;
    }

    .hoursinfocontainer {
        width: 35%;
    }
        .hoursinfocontainer h2 {
            margin-top: 36px;
        }
        .hoursinfocontainer p {
            font-size: 1em;
        }
        .hoursinfocontainer table tr td {
            font-size: 1em;
        }
        .paymentimage {
            width: 70%;
        }
    .formcontainer {
        width: 65%;
    }
        .GTAimage {
            margin-bottom: 0px;
        }

}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1367px)  {
}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














