a {
    color: #005A96;
}

h2 {
    color: #005a96;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

a.edit-page-link {
    margin-left: 10px;
}

.lt-responsive-page {
    background-color: white;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
       max-width: 1200px !important;
}



#suiteBar, #s4-ribbonrow {
    display: none;
}

.sp-header-display #suiteBar, .sp-header-display #s4-ribbonrow {
    display: block;
}

.ta-content-header {
    height: 230px;
    background-color: #005a96;
    padding: 20px;
    background-image: url(/PublishingImages/tasalert-background-img.png);
    background-size: auto 100%;
    background-position: 20% top;
    background-repeat: no-repeat;
}

.ta-content-header.recovery {
    background-color: #3EAC6E;
    background-image: url(/PublishingImages/tasrecovery-background-img.png);
}

.ta-content-header h1.ta-page-heading {
    color: white;
    padding-top: 80px;
    font-size: 50px;
}

footer.ta-footer {
    min-height: 60px;
    background-color: #bdb7b2;
    margin-top: 80px;
    padding: 40px 20px;
    font-size: 11px;
    color: black;
}

footer.ta-footer a, footer.ta-footer a:visited {
    color: #333 !important;
    border-bottom: 1px dotted #333;
}

footer.ta-footer a:hover {
    text-decoration: none;
    color: black;
}

#breadcrumb a, #breadcrumb a:visited {
    color: white !important;
}

.ta-content-chrome-right {
    float: right;
}

select#lang-sel {
    background-color: white;
    font-size: 14px;
    height: 30px;
}    

label.lang-sel-label {
    color: white;
font-weight: normal;
font-size: 15px;
margin-right: 10px;
margin-top: 5px;
}


/* get ready landing page */

div.get-ready-container {
    /*max-width: 940px;*/
    margin: auto;
}

div.get-ready-intro-text {
    margin: 0 auto 30px;
    max-width: 940px;
    padding: 25px;
    text-align: center;
    font-size: 15px; 
    background-color: #b8cce4;
}

div.get-ready-item {
    margin-bottom: 10px;
    text-align: center;
    display: block;
    max-width: 50%;
    width: 50%;
    float: left;
    padding: 0 10px;
    font-size: 14px;
}

@media(min-width:992px) {
    div.get-ready-item {width: 25%; font-size: 15px;}
}

div.get-ready-item img {
    max-width: 100%;
    margin-bottom: 5px;
}

div.lt-page-root {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
}

body.lt-page-announcements #s4-workspace  {
    background-image: url('/PublishingImages/tasalert-page-background.png');
    background-position: center center;
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-color: #f2f2f2 !important;
}

body.lt-page-announcements .lt-page-root, body.lt-page-announcements .ta-notif, body.lt-page-announcements .lt-responsive-page {
    background-color: transparent !important;
}


body.lt-page-announcements .lt-title h1 {
    font-size: 24px !important;
}

@media (min-width: 601px) {
    body.lt-page-announcements .lt-announcement-card {
        padding: 40px;
        margin-bottom: 40px;
    }
}

body.lt-page-announcements .lt-content {
    font-size: 16px !important;
    font-weight: 300;
}