
.breadcrumbs {
    display: none;
}
.page {
    box-shadow: 0px 40px 20px 0px rgba(0, 0, 0, .4); 
    background: none;
}
.page__content-wrapper {
    padding: 0;
}
.PageTitleTop {
    display: none;
}
.welcome-box {
    overflow: hidden;
}
.page .page_content-container {
    background: none;
}
.welcome-container {
    padding-bottom: 25px;
    margin-top: -60px;
    font-family: proxima-nova, sans-serif;
}
.page_content_title-container {
    display: none;
}
.welcome-section.welcome-message {
    padding: 10px;
    padding-right:15px;
    padding-left: 40px;
    border-top: solid 1px #f1b122;
    background: linear-gradient(0deg, rgba(17,45,85,1) 0%, rgba(33,70,112,1) 100%);
    background: linear-gradient(90deg, rgb(246 187 28 / 90%) 0px, rgba(168, 124, 3, 0.9) 25px, rgb(105 77 0) 25px, rgba(18, 57, 102, 0.95) 28px, rgb(11 101 187 / 90%) 100%);
}
.welcome-message__text {
    color: white; 
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2em; 
    padding-top: 8px; 
    padding-bottom: 8px;
}
@media screen and (max-width:640px){
    .welcome-message__text {
        color: white;
        font-size: 15px;
        line-height: 1em;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
.welcome-message__text p:first-of-type{
    margin-top:0px;
}
.welcome-message__text p:last-of-type{
    margin-bottom:0px;
}
.welcome-section.welcome-links {
    padding: 30px;
    padding-right:0px;
    background: linear-gradient(0deg, rgba(45,79,116,0.95) 37%, rgba(58,95,135,0.95) 64%, rgba(73,112,155,0.95) 100%);
}
@media screen and (max-width:1280px) {
    .welcome-section.welcome-links {
        padding:15px;
        padding-right:0px;
    }
}
.welcome-section welcome-links {
    display: inline-block;

}
.welcome-links__padding {
    margin-right: 0px;
}
.imageTextLinkList {
    position:relative;
    width:100%;
    font-size:0px;
}
.imageTextLinkList__item {
    vertical-align: top;
    display: inline-block;
    width: calc(25% - 30px);
    margin-bottom: 1px;
    margin-top: 15px;
    margin-right: 30px;
    text-align: center;
}
@media screen and (max-width: 1280px) {
    .imageTextLinkList__item {
        width: calc(25% - 15px);
        margin-right:15px;
    }
}
@media screen and (max-width: 800px) {
    .imageTextLinkList__item {
        width: calc(50% - 15px);
    }
}
@media screen and (max-width: 319px) {
    .imageTextLinkList__item {
        width: calc(100% - 15px);
    }
}
.imageTextLinkList__img-wrapper {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 800px) {

    .imageTextLinkList__img-wrapper {
        width: 90px;
    }
}
.imageTextLinkList__img {

}
.imageTextLinkList__title {
    color: #ffe18d;
    border-top: solid 1px rgba(255, 255, 255, .6);
    margin-top: 10px;
    padding-top: 10px;
    min-height: 70px;
    font-size: 22px;
    margin-bottom: .5em;
    font-weight: bold;
}
@media screen and (max-width: 800px) {

    .imageTextLinkList__title {
        font-size: 20px;
    }
}


.imageTextLinkList__text {
    color: white;
}

.welcome-box__img {
    float: right;
    max-width: 300px;
    border-radius: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .welcome-box__content {
        display: flex;
        flex-direction: column;
    }
    .welcome-box__img {
        align-self: center;
        order: 2;
        margin: 0;
    }
    .welcome-box__content {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.welcome-section h2 {
    color: #30567d;
    padding-bottom: 5px;
    border-bottom: #30567d solid 3px;
}

/*Important information Alerts section*/
.alertText-list {
    margin-bottom: 2em;
}
.alertText.Black {
    color: black !important;
}
.alertText.Red {
    color: rgba(178, 34, 34, 1) !important;
}
/*News Section*/
.welcome-section.welcome-news-container {
    width: 100%;
    padding: 30px;
    padding-bottom: 15px;
    background-color: rgba(255, 255, 255, .9);
}
@media screen and (max-width:1280px) {
    .welcome-section.welcome-news-container {
        padding: 15px;
        padding-bottom: 0px;
        padding-top: 20px;
    }
}
.welcome-section.welcome-news {
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
    display: inline-block;
    position: relative;
    width: 100%;
}

.welcome-news__box {
    padding: 22px 30px 30px 40px;
}
@media screen and (max-width:1280px) {
    .welcome-news__box {
        padding: 15px 15px 15px 30px;
    }
}

.welcome-news__box h2:first-of-type{
    margin-top:0px;
}

welcome-news__box-margins {

}

.welcome-news__box-margins__bar {
    position: absolute;
    border-radius: 10px 0 0 10px;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 13px;
}

._barBlue {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 1%, rgba(158, 188, 213, 1) 100%);
}
._barGold {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 1%, rgba(230, 172, 13, 1) 100%);
}
.welcome-news__box-margins__NewsTitle {
    font-size: 24px;
    color: black;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 10px;
    /* letter-spacing: .1ch; */
    text-transform: uppercase;
    /* padding: .15em 0 .45em 0 !important; */
    margin-bottom: .8em;
}

.welcome-section welcome-news__box__news-link {

}

.welcome-content .alert-boxes {
    color: rgb(11, 101, 187);
    font-weight: 700;
    gap: 20px;
}
.welcome-content .alert-boxes a, .welcome-content .alert-boxes a:visited {
    color: rgb(11, 101, 187);
}
.welcome-content .alert-boxes a {
    text-decoration: none;
}
.welcome-content .alert-boxes a:hover {
    text-decoration: underline;
}
.welcome-content .alert-boxes p {
    margin-top: 0;
    text-align: center;
    line-height: 1.2em;
}