﻿@media only screen and (max-width: 400px) {
    .about-contact{
        width: 320px !important;
        max-width: 320px !important;
    }

}

.anchor {
    display:block;
    padding-top:100px;
    margin-top:-100px;
 }

.monthtextbox{
    padding: 10px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
    box-shadow: 0 0 5px 1px #969696;

    width: calc(100% - 20px);
}
.datebox{
    width: 90px;
    
}

body {
    font-family: "Open Sans";
}

html, body {
    height: 100%;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 300px;
}

.page-content-container {
    min-height: 100%;
}

.page-content {
    padding-top: 88px;
    overflow: auto;
}

.banner {
    width: 100%;
}

.title-banner {
    color: #fff;
    text-align: center;
    font-weight: 200;
    font-size: 3em;
    padding: 62px 0;
    text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.3);
}

.faq-section {
    margin: 0 auto;
    max-width: 950px;
}

.btn-log-out {
    padding: 5px 10px;
    border-radius: 4px;
    border: 0 solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #0d72ba;
    color: white;
    width: 70px;
    margin: 2px;
}

.shortcut-link {
    cursor: pointer;
}

.alerts-container {
    position: relative;
}

.alerts {
    position: absolute;
    width: 100%;
    top: 15px;
    z-index: 999;
}

.about-contact {
    margin-top: 85px;
    text-align: center;
}

.about-contact-title {
    font-size: 3em;
}

.about-contact-subtext {
    font-size: 1.5em;
}

.about-contact-info {
    margin-top: 40px;
    font-weight: 700;
}

.about-contact-form {
    margin-top: 24px
}

.about-contact-input-container {
    width: inherit;
    max-width: 500px;
    margin: 10px auto;
}

.about-contact-input-container * {
    width: 100%;
    max-width: 100%;
}

.about-contact-form-btn {
    width: 285px;
    height: 55px;
    font-weight: bold;
}

.about-contact-form {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .form-control {
        max-width: 100%;
    }

    .billing-renewal-options{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .billing-renewal-options *{
        width: 100%;
    }

    .service-layout-sidebar{
        display: none;
    }
}



