/* Read Me:

Dark Blue Color: #2a3775
Light Peach Color: #ffdcbb
Light Orange Color: #ff7c53 
Very Light grey: #dbdbdb
Medium Grey: #c9c9c9
Grey: #adadad

*/


#LandingPage_Image{
    background-image: url("/img/NDMbluepurplebackground-desktop.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 680px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    
}

        #LandingPage_Image_PMI{
            background-image: url("/img/bluepurplebackground.jpg"); /* The image used */
            background-color: #cccccc; /* Used if the image is unavailable */
            height: 660px; /* You must set a specified height */
            background-position: center; /* Center the image */
            background-repeat: no-repeat; /* Do not repeat the image */
            background-size: cover; /* Resize the background image to cover the entire container */
            
        }
        
        #LandingPage_Image_IP{
            background-image: url("/img/bluepurplebackground.jpg"); /* The image used */
            background-color: #cccccc; /* Used if the image is unavailable */
            height: 660px; /* You must set a specified height */
            background-position: center; /* Center the image */
            background-repeat: no-repeat; /* Do not repeat the image */
            background-size: cover; /* Resize the background image to cover the entire container */
            
        }

#LandingPage_Main{
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Montserrat";
}

#LandingPage_Main_Desktop{
    padding-top: 96px;
    padding-bottom: 50px;
}

#LandingPage_Main_Mobile{
    display: none;
}

.LandingPage_LeftColumn{
    padding-top: 10px;
    padding-bottom: 20px;
}

.homepage-header{
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 38px;
}

        .homepage-header-ip{
            font-weight: 900;
            color: #ffffff;
            margin-bottom: 20px;
            margin-top: 4px;
            font-size: 33px;
        }
        
        .homepage-header-pmi{
            font-weight: 900;
            color: #ffffff;
            margin-bottom: 20px;
            margin-top: 13px;
            font-size: 26px;
        }

.homepage-subheader{
    font-weight: 600;
    color: #29cfe4;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 18px;
}

.homepage-incentive-list{
    color: #ff7c53;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.homepage-incentive-list i {
    margin-right: 10px;
}

.trustpilot{
    max-width: 500px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -50px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.homepage-review{
    font-style: italic;
    color: #eaeaea;
    font-size: 12px;
    margin-bottom: 40px;
    margin-top: 10px;
}


#homepageButton1{
    border-radius: 50px;
    padding: 15px 25px 15px 25px;
    /*background-color: #2a3775;*/
    /*color: white;*/
}

#homepageButton2{
    border-radius: 50px;
    padding: 15px 25px 15px 25px;
    /*border-color: #2a3775;*/
    /*color: #2a3775;*/
}


.regulatoryLinks{
    margin-top: 40px;
    font-size: 12px;
}

#regulatoryLink1{
    margin-right: 20px;
    color: white;
    text-decoration: none;
}

#regulatoryLink2{
    margin-right: 20px;
    color: white;
    text-decoration: none;
}


#homepageButton_ipad{
    border-radius: 50px;
    display: none !important;
}

#cheeringman{
    max-width: 650px;
    padding-top: 34px;
}


.partner-container{
    display: none;
}

.childrens-cic{
    font-weight: 600;
    color: #29cfe4;
    margin-bottom: 0px;
    margin-top: 25px;
    font-style: italic;
    font-size: 16px;
}




          /* CSS for when the browser's width is 767px wide or less: MOBILE DEVICES */
          @media screen and (max-width: 767px) {
            
                #LandingPage_Image{
                    background-image: url("/img/bluepurplebackground_small.jpg"); /* The image used */
                    background-color: #cccccc; /* Used if the image is unavailable */
                    height: 970px; /* You must set a specified height */
                    background-position: center; /* Center the image */
                    background-repeat: no-repeat; /* Do not repeat the image */
                    background-size: cover; /* Resize the background image to cover the entire container */
                    
                }    
                
                                #LandingPage_Image_PMI{
                                    background-image: url("/img/bluepurplebackground_small.jpg"); /* The image used */
                                    background-color: #cccccc; /* Used if the image is unavailable */
                                    height: 990px; /* You must set a specified height */
                                    background-position: center; /* Center the image */
                                    background-repeat: no-repeat; /* Do not repeat the image */
                                    background-size: cover; /* Resize the background image to cover the entire container */
                                    
                                } 
                                
                                #LandingPage_Image_IP{
                                    background-image: url("/img/bluepurplebackground_small.jpg"); /* The image used */
                                    background-color: #cccccc; /* Used if the image is unavailable */
                                    height: 960px; /* You must set a specified height */
                                    background-position: center; /* Center the image */
                                    background-repeat: no-repeat; /* Do not repeat the image */
                                    background-size: cover; /* Resize the background image to cover the entire container */
                                    
                                } 
            
                #cheeringman{
                    max-width: 320px;
                    margin-top: -30px;
                    padding-top: 0px;
                }
            
                #LandingPage_Main{
                    margin-top: 55px;
                    margin-bottom: 30px;
                    font-family: "Montserrat";

                }

                #LandingPage_Main_Desktop{
                    display: none;
                }
                
                #LandingPage_Main_Mobile{
                    display: block;
                    padding-top: 25px;
                }
                
                #image-main-panel-mob{
                    max-width: 100vw;
                }
                
                #homepage-header_mobile{
                    font-size: 20px;
                    font-weight: 800;
                    color: #ffffff;
                    margin-bottom: 20px;
                }
                
                        #homepage-header_mobile_ip{
                            font-size: 25px;
                            font-weight: 800;
                            color: #ffffff;
                            margin-bottom: 20px;
                        }
                
                .homepage-subheader{
                    font-size: 14px;
                    font-weight: 600;
                    color: #29cfe4;
                    margin-bottom: 30px;
                }
                
                #homepage-subheader_mobile h1{
                    font-size: 13px;
                    color: white;
                    margin-top: 15px;
                }
                
                #incentives-mob h1{
                    font-size: 16px;
                    color: #ff7c53;
                    font-weight: 600;
                }
                
                #title2{
                    font-style: italic;
                    color: grey;
                    font-weight: 600;
                    font-size: 14px;
                }
                
                #homepageButton1_mob{
                    width: 300px;
                }
                
                .tel-number-under-quote-button{
                    font-size: 15px;
                    text-decoration: none;
                    color: #ff7c53;
                    font-weight: 600;
                }
                
                .trustpilot{
                    max-width: 500px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                    margin-left: 0px;
                    padding-top: 0px;
                    padding-bottom: 30px;
                }
                
                .homepage-review_mob{
                    font-size: 12px;
                    font-style: italic;
                    color: #38a794;
                }
                
                #regulatoryLink1{
                    margin-right: 0px;
                    font-size: 10px;
                    display: block;
                } 
                
                #regulatoryLink2{
                    margin-right: 0px;
                    margin-top: 10px;
                    font-size: 10px;
                    display: block;
                } 
                
                .partner-container{
                    display: block;
                    background-color: #efefef;
                    padding: 15px 0px 15px 0px;
                    
                }
                
                #partner_txt{
                    font-size: 12px;
                    font-weight: 600;
                    font-style: italic;
                    margin-bottom: 10px;
                }
                
                #partner_img{
                    width: 300px;
                }
                
                .childrens-cic{
                    color: #ffffff;
                    margin-bottom: 20px;
                    margin-top: 25px;
                    font-style: italic;
                    font-size: 13px;
                }


          }
        
        
        /* CSS for when the browser's width is 768px wide up to 1024px wide: TABLETS */
        @media only screen 
            and (min-device-width: 768px) 
            and (max-device-width: 1181px) 
                  {
                 
                 
               #LandingPage_Image{
                    background-image: url("/img/bluepurplebackground_small.jpg"); /* The image used */
                    background-color: #cccccc; /* Used if the image is unavailable */
                    height: 1150px; /* You must set a specified height */
                    background-position: center; /* Center the image */
                    background-repeat: no-repeat; /* Do not repeat the image */
                    background-size: cover; /* Resize the background image to cover the entire container */
                    
                }    
                
                               #LandingPage_Image_PMI{
                                    background-image: url("/img/bluepurplebackground_small.jpg"); /* The image used */
                                    background-color: #cccccc; /* Used if the image is unavailable */
                                    height: 1020px; /* You must set a specified height */
                                    background-position: center; /* Center the image */
                                    background-repeat: no-repeat; /* Do not repeat the image */
                                    background-size: cover; /* Resize the background image to cover the entire container */
                                    
                                } 
                                
                                #LandingPage_Image_IP{
                                    background-image: url("/img/bluepurplebackground_small.jpg"); /* The image used */
                                    background-color: #cccccc; /* Used if the image is unavailable */
                                    height: 990px; /* You must set a specified height */
                                    background-position: center; /* Center the image */
                                    background-repeat: no-repeat; /* Do not repeat the image */
                                    background-size: cover; /* Resize the background image to cover the entire container */
                                    
                                } 
            
                #cheeringman{
                    max-width: 560px;
                    margin-top: -30px;
                    padding-top: 0px;
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                }
            
                #LandingPage_Main{
                    margin-top: 65px;
                    margin-bottom: 30px;
                    font-family: "Montserrat";

                }

                #LandingPage_Main_Desktop{
                    display: none;
                }
                
                #LandingPage_Main_Mobile{
                    display: block;
                    padding-top: 25px;
                }
                
                #image-main-panel-mob{
                    max-width: 100vw;
                }
                
                #homepage-header_mobile{
                    font-size: 30px;
                    font-weight: 800;
                    color: #ffffff;
                    margin-bottom: 20px;
                }
                
                        #homepage-header_mobile_ip{
                            font-size: 30px;
                            font-weight: 800;
                            color: #ffffff;
                            margin-bottom: 20px;
                        }
                
                .homepage-subheader{
                    font-size: 19px;
                    font-weight: 600;
                    color: #29cfe4;
                    margin-bottom: 30px;
                }
                
                #homepage-subheader_mobile h1{
                    font-size: 16px;
                    color: white;
                    margin-top: 15px;
                }
                
                #incentives-mob h1{
                    font-size: 20px;
                    color: #ff7c53;
                    font-weight: 600;
                }
                
                #title2{
                    font-style: italic;
                    color: grey;
                    font-weight: 600;
                    font-size: 14px;
                }
                
                #homepageButton1_mob{
                    width: 500px;
                    font-size: 25px;
                }
                
                .tel-number-under-quote-button{
                    font-size: 17px;
                    text-decoration: none;
                    color: #ff7c53;
                    font-weight: 600;
                }
                
                .trustpilot{
                    max-width: 500px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                    margin-left: auto;
                    margin-right: auto;
                    padding-top: 0px;
                    padding-bottom: 30px;
                }
                
                .homepage-review_mob{
                    font-size: 15px;
                    font-style: italic;
                    color: #38a794;
                }
                
                #regulatoryLink1{
                    margin-right: 20px;
                    font-size: 13px;
                    display: inline;
                } 
                
                #regulatoryLink2{
                    margin-right: 0px;
                    margin-top: 10px;
                    font-size: 13px;
                    display: inline;
                } 
                
                .partner-container{
                    display: block;
                    background-color: #efefef;
                    padding: 15px 0px 15px 0px;
                    
                }
                
                #partner_txt{
                    font-size: 16px;
                    font-weight: 600;
                    font-style: italic;
                    margin-bottom: 10px;
                }
                
                #partner_img{
                    width: 400px;
                }
                
                .childrens-cic{
                    color: #ffffff;
                    margin-bottom: 20px;
                    margin-top: 25px;
                    font-style: italic;
                    font-size: 15px;
                }

        }
        
        
        /* CSS for GALAXY FOLD ONLY */
          @media only screen 
            and (min-device-width: 279px) 
            and (max-device-width: 281px) 
              {
                  
                #LandingPage_Image{
                    background-image: url("/img/bluepurplebackground_small.jpg"); /* The image used */
                    background-color: #cccccc; /* Used if the image is unavailable */
                    height: 1050px; /* You must set a specified height */
                    background-position: center; /* Center the image */
                    background-repeat: no-repeat; /* Do not repeat the image */
                    background-size: cover; /* Resize the background image to cover the entire container */
                    
                } 
                
                        #LandingPage_Image_IP{
                            background-image: url("/img/bluepurplebackground_small.jpg"); /* The image used */
                            background-color: #cccccc; /* Used if the image is unavailable */
                            height: 1010px; /* You must set a specified height */
                            background-position: center; /* Center the image */
                            background-repeat: no-repeat; /* Do not repeat the image */
                            background-size: cover; /* Resize the background image to cover the entire container */
                            
                        } 
                        
                        #LandingPage_Image_PMI{
                            background-image: url("/img/bluepurplebackground_small.jpg"); /* The image used */
                            background-color: #cccccc; /* Used if the image is unavailable */
                            height: 1060px; /* You must set a specified height */
                            background-position: center; /* Center the image */
                            background-repeat: no-repeat; /* Do not repeat the image */
                            background-size: cover; /* Resize the background image to cover the entire container */
                            
                        } 
                
                #incentives-mob h1{
                    font-size: 12px;
                    color: #ff7c53;
                    font-weight: 600;
                }
                
                
                #specialistLogo1{
                    max-width: 200px;
                }
                
                #homepageButton1_mob{
                    width: 240px;
                }
                
                #cheeringman{
                    max-width: 180px;
                }
                
                #partner_img{
                    width: 200px;
                }
                
              }