p,
li {
    font-family: Gotham;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: CircularStd;
    color: #111;
}

.text360 span {
    color: #fff;
}

.banner-h2 {
    height: 300px;
}

.ab-link {
    display: none;
}

.gobutton {
    border-radius: 6px;
    width: auto;
    font-family: CircularStd;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 12px 24px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    background: #154c8b;
    border: 0;
    margin-top: 15px;
    width: 100%;
}

.gobutton:hover {
    color: #fff;
    background: #161a4d;
}

.phd-form {
    background: #eae8e8;
    border-radius: 6px;
    padding: 15px;
    width: 100%;
}

.phd-form label {
    font-family: CircularStdBook;
}

.phd-form p {
    margin-bottom: 6px !important;
}

.phd-form p span {
    position: absolute;
    right: 0;
    top: 0;
}

.fee_cont ul {
    padding-left: 1rem !important;
}

#phd_impdates .table.table-bordered {
    border-color: #363c83;
    margin-bottom: 0;
    color: #fff;
}

#phd_impdates .table.table-bordered h2 {
    color: #fff;
}

#phd_impdates .table.table-bordered {
    color: #fff;
}

#phd_impdates .table.table-bordered tbody {
    font-family: Gotham;
    font-size: 14px;
    background: #1c2052;
}

#phd_impdates .table.table-bordered tbody tr td {
    padding: 15px;
}

#phd_impdates p {
    margin-top: 10px;
}

.highlight {
    font-family: Gotham;
    font-style: italic;
    font-weight: bolder;
    font-size: 14px;
}

/***** RIGHSIDE RELATED LINKS CSS START ****/

.contact-call {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.link-title {
    background: #2d337b;
    display: block;
    padding: 30px 34px;
    margin-bottom: 0;
}

.custom-list-style2 li {
    font-family: Gotham;
    font-size: 14px;
    list-style: none;
}

.custom-list-style2 li a {
    color: #fff;
    padding: 15px;
    display: block;
    background: #1b1f52;
    border-bottom: 1px solid #343a7b;
    position: relative;
    padding-left: 45px;
    z-index: 1;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.custom-list-style2 li a::before {
    content: '';
    height: 2px;
    width: 5px;
    background: #ddd;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-list-style2 li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #343a7b;
    z-index: -1;
    transition: width .4s;
}

.custom-list-style2 li a:hover::after {
    width: 100%;
}

.custom-list-style2 li a.br-6:hover::after {
    width: 100%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/***** RIGHTSIDE RELATED LINKS CSS END ****/

@media (max-width: 1399px) {
    .top-image .need-help a {
        font-size: 17px;
    }
}

@media (max-width: 1199px) {
    .top-image .need-help a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .top-image .need-help a {
        font-size: 20px;
    }
}

/******* NOT USED BUT STILL ******/

/*.cta-btn-login {
    height: 33px;
    line-height: 33px;
    color: #fff;
    text-transform: uppercase;
    background: #c8102e;
    display: inline-block;
    padding: 0px 14px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.bg {
    background-color: #f3f2f1bf;
    padding: 15px;
    border-radius: 5px;
    border: 1px dashed #f5a11a;
}

.form label {
    color: #000000;
    font-size: 13px;
    margin: 0;
}

a.btn-primary-acu-temp {
    width: 230px !important;
    height: 20px !important;
    float: none !important;
    background-color: #B7002A !important;
}

.phd-form {
    max-width: 280px;
    display: inline-block;
    background: #eae8e8;
    border: #CCC solid 1px;
    border-radius: 4px;
    padding: 15px;
    width: 100%;
}
.phd-form p{ margin-bottom: 6px !important; position: relative;}
.phd-form p span{ position: absolute; right: 0; top: 0;}
.phd-form h2{ text-transform: capitalize !important}

    .phd-form input {
        width: 100% !important;
    }

strong {
    font-weight: 600 !important;
}

.phd-phone {
    background-image: url(imgs/phone.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    padding-left: 22px;
    vertical-align: middle;
    line-height: 16px;
}

a {
    text-decoration: none;
}

.phd-block {
    background-color: #f3f2f1;
    border: 1px solid #dddddd;
    border-radius: 4px;
    height: auto;
    padding: 15px;
    vertical-align: top;
    max-width: 280px;
    width: 100%;
}
.related-links-nav{ padding: 10px 0 !important; font-weight: 600;}

    .phd-block h2 {
        font-size: 15px !important;
        font-weight: normal !important;
        color: #000;
    }

    .phd-block ul li a {
        color: #c8102e!important;
        font-size: 12px;
        text-shadow: 1px 1px 1px #ffffff;
        line-height: 18px;
        list-style: none;
    }

.block .e-mail:link, .block .e-mail:active, .block .e-mail:visited {
    color: #8c1a47 !important;
}

.block .e-mail {
    background-image: url("imgs/email.png");
    background-position: 1px center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    font-size: 11px;
    padding-left: 22px;
    vertical-align: middle;
}

a.btn-primary-acu-temp {
    background-color: #414141;
    border-radius: 3px;
    color: #ffffff !important;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 0.7em 1em 2em 0.5em;
    text-decoration: none !important;
    width: 210px;
}


input[type="submit"] {
    background: linear-gradient(#c8102e, #c8102e) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #e5193a !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

input.gobutton {
    cursor: pointer;
    padding: 5px 15px;
    background: #c8102e!important;
    border: 0 solid #911313!important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 4px!important;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.75);
    box-shadow: 0 0 4px rgba(0,0,0,.55);
    color: #f3f3f3;
    font-size: 11px;
    margin: 8px 0 -6px;
    width: 100px!important;
}

.ajax__calendar .ajax__calendar_container{
    z-index: 100 !important;
}

.fee_cont ul{ padding-left: 20px; margin-bottom: 12px;}
.fee_cont ul li {
    list-style-type: disc !important;
    margin-bottom: 8px;
}
.footer-fixed-bar{ display: none !important;}


// only for this page

.padd-wrapper{ position: relative;}
.prog-content{ padding: 0 !important;}
.head-img{ margin-top: 20px;}
.head-img img{ max-width: 100%;}

#UpdateProgress1{
    position: static !important;
}
#UpdateProgress1 strong{
    font-size: 11px;
    color: #ff6666;
    line-height: 12px;
    display: inline-block;
    width: 80%;
    vertical-align: top;
}
.loading_popup{
    margin-top: 20px;
}
.loading_popup img{
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 600px){
    table td {
        display: table-cell !important;
        font-size: 14px !important;
        text-align: left !important;
        border-top: 0 !important;
    }

    #phd_impdates h2{ font-size: 14px !important;}
}**/