/*----------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------- TERMS OF SERVICE -------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------
PROMOBLOCK SECTION
------------------------------------*/
.terms-of-service-banner .g-padding-y-150--xs {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}
.terms-of-service-banner .g-font-size-60--md{
    font-size: 2.9rem !important;
    font-weight: 600;
}

/*----------------------------------
CONTENT SECTION
------------------------------------*/
.g-padding-y-125--sm.terms-of-service{
    padding-top: 3.8125rem;
    padding-bottom: 5.8125rem;
}
.g-padding-y-125--sm.terms-of-service p{
    color: #9E9E9E;
    margin-bottom: .5rem;
}
.g-padding-y-125--sm.terms-of-service h2{
    font-size: 1.9rem !important;
    color: #9ACD32;
    font-weight: 600;
    margin-bottom: .5rem;
    margin-top: 2rem;
}
.terms-of-service h2.g-font-size-18--xs{
    font-size: 1.3rem !important;
}


/* Extra small devices (phones, less than 576px) */
@media screen and (max-width: 364.98px) {
    /* Styles for extra small devices */
    /*----------------------------------
    PROMOBLOCK SECTION
    ------------------------------------*/
	.terms-of-service-banner .g-padding-y-150--xs {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
    .js__parallax-window.terms-of-service-banner{
        background-size: 220% !important;
        background-position-y: 10px !important;
    }
    .terms-of-service-banner .g-font-size-60--md{
        font-size: 1.2rem !important;
    }
    .terms-of-service-banner .g-font-size-14--xs{
        font-size: 0.5rem !important;
    }
    
    /*----------------------------------
    CONTENT SECTION
    ------------------------------------*/
    .g-padding-y-125--sm.terms-of-service p{
        font-size: .7rem !important;
    }
    
    /*----------------------------------
    CONTENT SECTION
    ------------------------------------*/
    .g-padding-y-125--sm.terms-of-service h2.g-font-size-27--xs{
        font-size: 1rem !important;
    }
    .g-padding-y-125--sm.terms-of-service .g-font-size-18--xs{
        font-size: .9rem !important;
    }
}


/* Extra small devices (phones, less than 576px) */
@media screen and (min-width: 365px) and (max-width: 575.98px) {
    /* Styles for extra small devices */
    /*----------------------------------
    PROMOBLOCK SECTION
    ------------------------------------*/
    .terms-of-service-banner .g-padding-y-150--xs{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .js__parallax-window.terms-of-service-banner{
        background-size: 160% !important;
        background-position-y: -70px !important;
    }
    .terms-of-service-banner .g-font-size-60--md{
        font-size: 1.9rem !important;
    }
	.terms-of-service-banner .g-margin-b-25--xs {
		margin-bottom: 0rem;
	}
    
    /*----------------------------------
    CONTENT SECTION
    ------------------------------------*/
    .g-padding-y-125--sm.terms-of-service {
        padding-top: 1.5rem;
        padding-bottom: 3.8125rem;
    }
    .g-padding-y-125--sm.terms-of-service h2.g-font-size-27--xs{
        font-size: 1.6rem !important;
    }
    .g-padding-y-125--sm.terms-of-service p{
        font-size: .8rem !important;
    }
}

/* Small devices (phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices */
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for medium devices */
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for large devices */
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    /* Styles for extra large devices */
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media screen and (min-width: 1400px) {
    /* Styles for extra extra large devices */
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------- END TERMS OF SERVICE -----------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------*/

