#email_join_container{
    background-color: #d0e8ff;
    text-align: center;
    padding: 20px;
    color:#004A83;
}

#email_join_container #join_box{
    height: 50px;
}
#email_join_container #join_box input#textBox{
    width: 250px;   
    padding: 2px;
    font-size: 14px;
}

#email_join_container input#joinEmail{
    padding: 3px;
    margin-left: 3px;
    font-size: 14px;
    display: inline;
    font-weight: normal;
    border-radius: 0;
}

@media (max-width: 600px){
    #email_join_container #join_box input#textBox{
        width: 60%;   
    }
}

#footer .links{
    background-color: #004A83;
}
#footer .links_container{
    text-align: center;
    padding: 16px 20px 25px 20px;
    padding-left: 8%;
}
#footer .links_container .footer_list{
    display: inline-block;
    text-align: left;
    width: 19%;
    color:white;

}
#footer .links_container .footer_list li{
    padding: 4px 0;
    font-size: 12px;
}
#footer .links_container .footer_list h3{
    color: #48a8da;
    font-weight: bold;
    font-size: 14px;
}

#footer .links_container .footer_list .last_link{
    font-weight: bold;
}
#footer .links_container .footer_list .last_link span.arrows{
    vertical-align: text-top;
}
section#contactInfo {
    margin-bottom:30px;
}
div#footerLogo {
    margin-right:5px;
}
@media (max-width: 930px){
    #footer .links_container {
        padding-left: 0;
        padding: 20px;
    }
    #footer .links_container .footer_list li {
        font-size: 10px;
    }
    #footer .links_container .footer_list h3 {
        font-size: 12px;
    }
    section#contactInfo {
        max-width:520px;
        margin-left:auto;
        margin-right:auto;
    }
    div#final_section_container section#contactInfo.top {
        font-size:13px !important;
    }
}
@media (max-width: 660px){
    #footer .links_container{
        display:none;
    }
    div#footerLogo {
        margin-right:0;
        margin-bottom:10px;
    }
    #footer .links {
        border-top:none !important;
    }
    #footer h2#linksHdr {
        display:none;
    }
}




#check_us_content{
    text-align: center;
    width: 720px;
    margin: 0 auto;
    padding: 30px;
    position: relative;

}
#check_us_content .arrows{
    display: inline-block;
    vertical-align: middle;
    width: 5%;
}
#check_us_content .arrows img{
    width: 30px;
    cursor: pointer;
}
#check_us_content #check_us_slides_container{
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    overflow: hidden;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}
#check_us_content #check_us_slides img{
    height: 50px;
}
#check_us_content #skewed_note{
    padding: 10px 15px;
    color:white;
    background-color: #ff3048;
    border-radius: 10px;
    position: absolute;
    font-style: italic;
    top:5px;
    left:50px;
    //margin: -25px 0 0 25px;
    box-shadow: 0px 7px 22px -5px black;
    -webkit-box-shadow: 0px 7px 22px -5px black;
    -moz-box-shadow: 0px 7px 22px -5px black;
    z-index: 2;
    /* Safari */
    -webkit-transform: perspective(1px) rotate(-10deg);

    /* Firefox */
    -moz-transform: perspective(1px) rotate(-10deg);

    /* IE */
    -ms-transform: perspective(1px) rotate(-10deg);

    /* Opera */
    -o-transform: perspective(1px) rotate(-10deg);

    transform: perspective(1px) rotate(-10deg);
}
.swiper-button-disabled{
    display: none;
}

@media (max-width: 850px){
    #check_us_section{
        padding-top:10px;
    }
    #check_us_content {
        width: auto;
    }
}

@media (max-width: 650px){
    #check_us_content #skewed_note{
        left: 15%;   
    }
    #check_us_content .arrows {
        width: 10%;
    }
    #check_us_content #check_us_slides_container {
        width: 63%;
    }
}

@media (max-width: 500px){
    #check_us_content .arrows {
        width: 15%;
    }
    #check_us_content #check_us_slides_container {
        width: 45%;
    }
}



#footer .links {
    border-top:4px solid #033362;
}
#footer h2#linksHdr {
    background-color:#033362;
    color:#FFFFFF;
    padding:4px 5px 7px 5px;
    text-align:center;
    font-size:14px;
    font-weight:normal;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    width:90%;
    margin:0 auto;
}
#footer .links .social{
    text-align: center;
    color: white;
    padding-bottom: 30px;
}
#footer .links .social .text{
    display: inline-block;
    vertical-align: middle;
}
#footer .links .social a{
    background-color: #004A83;
    display: inline-block;
}
#footer .links .social a:hover{
    background-color:  #48a8da;
}
#footer .links .social img{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
}



#footer #need_help_section{
    background-color: #d0e8ff;
}
#footer #need_help_section #need_help_container{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    color: #004A83;
    font-weight: bold;
}
#footer #need_help_section #need_help_container .top{
    font-size: 22px;
    margin-bottom: 10px;
}#footer #need_help_section #need_help_container .top .mobile{
    display: none;
    margin-top: 10px;
}

#footer #need_help_section #need_help_container .top .mobile a{
    padding: 10px;
    color: white;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    background-color: #ff3048;
    border-radius: 5px;
}
#footer #need_help_section #need_help_container .top .mobile .text{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
}
#footer #need_help_section #need_help_container .top .mobile img{
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}
#footer #need_help_section #need_help_container .bottom{
    font-style: italic;
}

@media (max-width: 660px){
    #footer #need_help_section #need_help_container #not_mobile{
        display: none;
    }
    #footer #need_help_section #need_help_container .top .mobile{
        display: block;
    }
}





#footer #final_section #final_section_container{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    color: #004A83;
}
#footer #final_section #final_section_container .top{
    font-size: 14px;
    line-height: 22px;
}
#footer #final_section #final_section_container .bottom{
    padding-top: 10px;
}
#footer #final_section #final_section_container .bottom .business_information{
    float:left;
}
#footer #final_section #final_section_container .bottom .go-daddy{
    float:right;
}
#footer #final_section #final_section_container .bottom .go-daddy img{
    width: 150px;
    margin-top: 35px;
}
#footer #final_section #final_section_container .bottom .business_information>div{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #bbb;
}
#footer #final_section #final_section_container .bottom .business_information .text{
    text-align: left;
    line-height: 18px;
}
#footer #final_section #final_section_container .bottom .business_information img{
    width: 150px;
}

@media(max-width: 660px){
    #footer #final_section #final_section_container .bottom .go-daddy {
        float: none;
    }
    #check_us_section{
        padding-top:30px;
    }
}