
/* Header */

.header_container{
    width: 90%;
    max-width: 600px;
    padding: 150px 0px 150px 0px;
    margin: 0 auto;
    text-align: center;
}

header.header_sticky{
    margin-top: 120px;
}


h1{
    font-size: 1.5rem;
    font-family: sansationbold;
    margin-bottom: 30px;
}

p{
    font-size: 1rem;
    line-height: 1.6rem;
}

strong{
    font-size: 1rem;
}

.header_text{
    max-width: 600px;
    margin: 0 auto;
}

.header_text p{
    margin-bottom: 20px;
}

@media only screen and (min-width:900px){
    .header_container{ 
        width: 70%;
        max-width: 1000px;
        text-align: left;
    }
    
    .header_container h1{
        max-width: 600px;
    }
    
    h1{
        font-size: 4rem;
    }
    
    .header_text{ margin: 0; }
}


/* Main */

.section_block_container{
    padding: 50px 0;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.section_block{
    background-color: #FFF;
    width: 100%;
    padding: 20px;
}

.section_normal{
    width: 100%;
    padding: 20px;
}

@media only screen and (min-width:900px){
    .section_block_container{ 
        width: 70%;
    }
}

.section_block_container h2, .section_block_container h3, .section_block_container h4{
    margin-bottom: 20px;
}

.section_block_container p{
    margin-bottom: 20px;
}



/* Misc */

address{ 
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 10px;
}

/* Terms */

.terms ol, .privacy ul{ 
    -webkit-padding-start: 40px; 
    padding-left: 40px;
}

.terms ol li, .privacy ul li{
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.6rem;
}

.terms_which{
    overflow: hidden;
    margin-bottom: 10px;
}

.terms_which_button{
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px 20px;
    line-height: 40px;
    float: left;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.terms_which_button:hover{
    background-color: #20b7e6;
    border-color: #20b7e6;
    color: #FFF;
}

.terms_which_button_active{
    background-color: #20b7e6;
    border-color: #20b7e6;
    color: #FFF;
}

#terms_international{ display: none;}


/**********************************/
/* TABLES *************************/
/**********************************/

.tableContainer{
    width: 100%;
    overflow-x: scroll;
}

table{
    width: 100%;
    word-break: initial;
}

.table_sub_header{
    background-color: #F5F5F7;
    font-weight: bold;
}

tr:hover{
    background-color: #F5F5F7;
}

td{
    font-size: 14px;
}

td, th{
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
    border-left: 1px solid #ddd;
}


/* Error Page */

.error_page ul{
    font-size: 1.2rem;
    list-style-type: none;
}

.error_page ul li{
    margin-bottom: 10px;
}

/*FAQS STYLING FOR FOOTER FAQ SECTIONS*/


/*packagesv2 selector*/

#faqs-container {
    margin: 0 auto;    
    width: 90%;
    max-width: 470px;
    padding-bottom: 100px;
    margin-top: 200px;
}


/*************************/

.faqs-title {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
}

.faqs-inner {
    margin-top: 50px;
}

.faqs-item-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 25px;
    border-top: 1px solid #DDD;
    padding: 15px;
    cursor: pointer;
    transition: .2s ease;
}

.faqs-item-title:hover {
    transform: scale(1.01);
}

.faq-title-spacing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 30px;
}

.faq-drop-i {
    color: #212121;
}

.faqs-item-title:last-child {
    border-bottom: 1px solid #DDD;
}

.faqs-item-info {
    padding: 40px 10px 5px 10px;
    font-size: .9rem;
    line-height: 25px;
    text-align: justify;
    font-weight: lighter;
}

.margin-right {
    margin-right: 10px;
}


@media only screen and (min-width: 900px) {
    .faqs-item-title {
        font-size: 1.4rem;
        padding: 30px 15px;
    }
    #faqs-container {
        max-width: 900px;
    }
}

/**/

.header-button {
    display: inline-block;
    padding: 0 20px;
    margin-top: 30px;
    line-height: 50px;
    border-radius: 4px;
    color: #FFF;
    background-color: #212121;
    font-size: 1rem;
    font-weight: bold;
}

.right {
    transition: .4s ease-in-out;
    position: relative;
}

.header-button:hover {
    background-color: #404041;
}

.header-button:hover .right, 
.partners_header_button:hover .right,
.partners_footer_button:hover .right,
.sell_footer_button:hover .right {
    transform: translateX(6px);
}

.partners-link {
    color: #212121;
    font-weight: 700;
    text-decoration: underline;
}

/*HACKY SHIT*/

#utilities_grant_panel_text {
    font-size: 18px !important;
}

#utilities_grant_panel {
    z-index: 9249999 !important;
}

