/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 18, 2023, 6:56:04 AM
    Author     : ryankagan
*/


.announcements {
    height: 380px;
    
}

.announcement-border-container{
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right, #2A96C6, #33A961);
  padding: 3px;
  width: 100%;
    
}

.announcement {
    background-color: #fff;
    padding: 2rem;
    height: 420px;
    
}

.annc-owl-container {
    margin-left: -140px;
}

.announcement .item-image {
    height: 320px;
    width: 320px;
    display:inline-block;
    float: left;
    
}
.announcements-left-container {
    margin-right: 20px;
    margin-left: -20px;
}

.announcement .item-image img {
   border-left: 6px solid #F9C900; 
}

.announcement .annc-desc {
     height: 280px;
    width: 60%;
    display: inline-block;
    float: left;
    padding-left: 80px;
    padding-right: 40px;
}

.announcements-right-container {
    width: 100%;
    background-color: #2A6491;
    border-left: 8px solid #F9C900;
}
.annc-desc h2 {
    font-family: 'Georgia';
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight:700;
    color: #000;
}

.announcement .owl-nav {
    text-align: right!important;
    margin-top: 0px!important;
    margin-right: -15px!important;
    margin-top: 3px!important;
}

.announcement .owl-prev, .announcement .owl-next {
    background-color: #ccc!important;
    width: 40px!important;
    padding-right: 5px!important;
}
.announcement .owl-prev span, .announcement .owl-next span {
    font-size: 50px;
}
.announcement .nav-btn.prev-slide{
    background-image: url('assets/chevron-prev.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    width: 60px;
    height: 60px;
}

.announcement .nav-btn.prev-slide:hover{
    background-image: url('assets/chevron-black-prev.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F9C900;
    width: 60px;
    height: 60px;
}

.announcement .nav-btn.next-slide{
    background-image: url('assets/chevron-next.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    width: 60px;
    height: 60px;
    margin-left:2px;
}

.announcement .nav-btn.next-slide:hover{
    background-image: url('assets/chevron-black-next.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F9C900;
    width: 60px;
    height: 60px;
    margin-left:2px;
}



.inner-key-dates {
    padding: 16px;
    color: #fff;
    
}
.inner-key-dates h2{
    font-size: 2.2rem;
    line-height: 2.4rem;
    color: #fff;
}
.inner-key-dates *{
     color: #fff;
}

.inner-key-dates a {
    color: #fff;
    text-decoration: none;
}

.inner-key-dates a:hover,  .inner-key-dates a:focus{
    color: #fff;
    text-decoration: underline;
}

.annc-button {
    text-align: center;
    padding-top: 4px
}



/* Small only */
@media screen and (max-width: 39.9375em) {
    
    .announcements {
        height: auto;
    
    }
    
    .announcement-border-container {
        margin-left: 20px;
    }
    
    .announcement .item-image {
        height: 280px;
        width: 380px;
        overflow: hidden;
    }
    .announcement {
        height: auto;
    }
    .annc-owl-container {
        margin-left: 0px;
    }
    .announcement .annc-desc {
        height: auto;
        width: 100%;
        display: inline-block;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 15px;
        min-height: 400px;
    }
    
    .annc-desc h2 {
        font-family: 'Georgia';
        font-size: 1.9rem;
        line-height: 2.1rem;
        color: #000;
    }
    
    .announcement .owl-nav {
        margin-bottom: -38px;
    }
    .announcements-right-container {
        margin-top:30px;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 1260px) {
    
    .announcements {
        height: auto;
    
    }
    
    .announcement-border-container {
        margin-left: 20px;
    }
    
    .announcement .item-image {
        height: 280px;
        width: 380px;
        overflow: hidden;
    }
    .announcement {
        height: auto;
    }
    .annc-owl-container {
        margin-left: 0px;
    }
    .announcement .annc-desc {
        height: auto;
        width: 50%;
        display: inline-block;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        padding-left: 15px;
        padding-top: 15px;
        font-size: 20px;
        min-height: 400px;
    }
    
    .annc-desc h2 {
        font-size: 1.6rem!important;
        line-height: 1.8rem!important;
    }
    
    .annc-desc p {
        font-size: 18px;
    }
    
    .announcement .owl-nav {
        margin-bottom: -38px;
    }
    .announcements-right-container {
        margin-top:30px;
    }
    .announcements-right-container {
        padding-top: 0;
        margin-top: 0; 
    }
    
}

/* Large and up */
@media screen and (min-width: 64em) {
    .announcements-left-container.cell.large-10 {
        width: 84.33333%;
    }
    .annc-button-container {
        position: absolute;
        bottom: -30px;
        left: 50%;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* custom */
@media screen and (min-width: 1261px) and (max-width: 1360px) {
    .announcement .item-image {
        margin-left: 24px;
    }
    .announcement .annc-desc {
       width: 55%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 480px) and (max-width: 1220px) {
   
    .announcement .annc-desc {
       width: 100%;
       min-height: 360px;
    }
}


