*{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #666666;
}
#alert{
    text-align: center;
}
.alert-warning{
    background-color:#FFFAC2;
    color:#666;
    border:none;
    border-radius: 0;
    margin-bottom:0px;
}
.alertContent{
    width: 100%;
    max-width: 1008px;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
    padding: 1px 55px;
    z-index: 100;
    position: relative;
}
.alertContent .header{
    font-weight: 700;
    font-family: "freight-sans-pro", sans-serif;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
}
.alertContent p{
    font-size: 0.9375rem;
    line-height: 24px;
}
.alertContent a{
	color: #0477aa;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
}
.alertContent a:hover{
	border-bottom: 1px dotted #0477aa;
}
.alert-dismissible{
    padding-right:0px;
    padding-left: 0px;
}
.alertContent .close{
    position: absolute;
    right: 1rem;
    background-image: url("https://www.gia.edu/assets/img/icons/grey-close-x.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    color: transparent;
    opacity: 1;
}
.alert-dismissible .close{
    padding:0px;
}
#logo{
    margin: 0 auto;
    border-bottom: 1px solid rgba(204, 204, 204, 0.7);
    padding:1rem;
    text-align: center;
    margin: 0 0 20px 0;
}

h1{
    text-align: center;
    background-position: center bottom;
    margin-bottom: 40px;
    background-image: url(https://www.gia.edu/assets/img/icons/heading-underline.png);
    background-repeat: no-repeat;
    padding: 15px 0;
    font-size: 3rem;
    font-family: "din-condensed", sans-serif;
    font-weight: 500;
    color: #202020;
    letter-spacing: -3px;
    text-transform: uppercase;
    line-height: 1.2;
}
button{
    outline:none !important;
}

.container{
    max-width:670px;
}
#loginFields{
	margin-bottom: 50px;
}
#loginFields form fieldset{
    background-color:#f1f1f1;
    border-radius: 5px;
    padding: 50px 80px;
    margin: 0 0 30px 0;
}

#loginFields form label{
    font-weight:bold;
    color:#666666;
    font-size: .9em;
    outline: none;
}

input[type="text"], 
input[type="tel"], 
input[type="email"],
input[type="password"]{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    font-style: normal;
    padding: 0 14px 0 20px;
    border: 1px solid #d4d4d4;
    height: 40px;
    width: 100%;
    line-height: 18px;
    color: #000;
    outline:none;

}
.formCTAs a.blueLink{
    font-family: "freight-sans-pro",sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.42857;
    font-weight: 700;
    letter-spacing: 1px;
    color: #0477AA;
    text-decoration: none;
    border-bottom:1px dotted transparent;
}
.formCTAs a.blueLink{
    margin:10px;
    white-space: nowrap;
}
.formCTAs a.blueLink:hover{
    border-bottom:1px dotted #0477AA;
}
#loginFields form input[type="submit"]{
    float:right;
    color: white;
    background-color: #DE111E;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 15px 20px;
    border-radius: 4px;
    margin: 0;
    display: inline-block;
    border-bottom-width: 0;
    border:0;
}
#systemRequirements{
    margin:80px 0 80px 0;
    border:5px solid #e8e8e8;
    padding:20px;
    font-size: .7em;
}

/* Footer Styling */
footer{
    background-color: #2C2C2C;
    margin: 0;
    padding: 60px 0 50px;
    color: #fff;
}
.footer-content-top{
    width: 100%;
    max-width: 1008px;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
}
.footer-content-top .list-group{
    list-style-type: none;
    padding-top: 0;
    padding-bottom: 15px;
}
.list-group:last-of-type{
    border: 0;
}
.list-group{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
    border-bottom: dotted 1px #CCCCCC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-content-top .list-group li{
    margin: 0;
    border-bottom: 1px dotted #999999;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    list-style-type: none;
}
.footer-content-top .list-group li:before{
    content: "";
    padding: 0;
    margin: 0;
}
.footer-content-top .list-group li:last-of-type{
    border-bottom: none;
}
.list-group li:before{
    content: "\2022";
    color: #a7945e;
    margin-left: -15px;
    padding-right: 10px;
}
.footer-content-top .list-group .list-group-item{
    font-size: 0.8125rem;
    background-color: transparent;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5em;
    padding: 11px 0 7px;
    margin: 0;
    color: #fff;
    border: none;
}
.list-group-item:last-child{
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item:first-child{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item{
    position: relative;
    display: block;
}
.list-group-item-action{
    width: 100%;
    text-align: inherit;
}
.footer-content-top .brand a,
.footer-content-top .brand a:hover,
.social-links .addthis_toolbox a,
.social-links .addthis_toolbox a:hover{
    text-decoration: none;
    border-bottom:none;
}
.footer-content-top .col-md-4 li{
    line-height: .75rem;
    padding-bottom: 15px;
}
.footer-content-top li{
    list-style: none;
}
.footer-content-top .col-md-4 a{
    line-height: .75rem;
    font-size: 0.75rem;
}
footer a{
    text-decoration: none;
    color:#fff;
    border-bottom: 1 px dotted transparent;
    line-height:1em;
    letter-spacing: 0;
}
footer a:hover{
    border-bottom: 1px dotted #fff;
    color: #fff;
    text-decoration: none;
}
#footerUpdatesFeedbackRow{
    margin-bottom: 15px;
}
#footerUpdatesFeedbackRow .col{
    border-bottom: 1px dotted #999999;
    padding: 10px 0px 10px 18px;
}
#footerUpdatesFeedbackRow a{
    text-transform: capitalize;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "freight-sans-pro", sans-serif;
    border-bottom: 1px dotted transparent;
}
.footer-content-top .social-links span{
    color: #fff;
    font-size: 80%;
}
.footer-content-top .social-links li{
    display: inline;
}
.footer-content-top li a{
    font-size: 0.75rem;
    line-height: 2.4em;
}
.addthis_toolbox a{
    margin-bottom: 5px;
}
.footer-content-top .social-links img{
    margin: 7px;
}
footer ul{
    padding-left:0px;
}
#login_error{
    font-size: 0.8125rem;
    background-color: #DE111E;
    padding: 15px 25px 15px 60px;
    border-radius: 0;
    width: auto;
    color:#fff;
    background-image: url(https://www.gia.edu/assets/img/icons/validation-icon.svg);
    background-position: 30px 50%;
    background-repeat: no-repeat;
    white-space: nowrap;
}
@media (max-width: 510px){
    .forgotLinks, 
    .submitButton{
        width: 100%; 
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .forgotLinks{
        text-align:center;
        margin-bottom:30px;
        
    }
}
@media (max-width: 450px){
    #loginFields form fieldset{
        padding:50px 30px;
    }
    .alertContent{
        padding:1px 20px;
    }
}
@media (max-width: 325px){
    #login_error{
        padding: 15px 5px 15px 30px;
        width: auto;
        background-position: 5px 50%;
        font-size: 0.75rem !important;

    }
}