/*----------------
newsroom - hero
-----------------*/

.hero {
    max-height: 100%;
}


/*----------------
newsroom - sub header
-----------------*/


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {

}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    
}

.sub-header {
    background: #C3AC6B;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 30px;
}

.sub-header svg {
    margin-right: 30px;
    cursor: pointer;
}

.sub-header h1 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.sub-header ul {
    /* display: none; */
    list-style: none;
    margin: 0;
    padding: 30px;
    position: fixed;
    z-index: 9999;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(186, 74, 0, 0.97);
    border-right: 3px solid #fff;
    transition: all .4s;
    visibility: hidden;
    opacity: 1;
}

.sub-header ul li {
    /*font-size: 20px;*/
}

.sub-header ul li a {
    color: #000;
}

.sub-header>a {
    display: none;
}

@media only screen and (max-width:600px) {
    .sub-header ul {
        width: 100%;
        text-align: center;
    }

}

@media only screen and (max-width: 1200px) {
    .sub-header__list {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .sub-header ul li {
        /*font-size: 20px;*/
        margin-top: 50px;
    }
    .sub-header ul li:first-child {
        margin-top: 100px;
    }
    .sub-header ul li a {
        color: #fff;
        font-size: 25px;
    }
    .sub-header .sub-header__list--close-btn {
        position: absolute;
        top: -5%;
        right: 2%;
        color: #fff;        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) {
    .sub-header {
        padding: 0 30px;
        padding-right: 0;
        justify-content: space-between;
    }
    .sub-header>a {
        display: block;
        color: #fff;
        background: #BA4A00;
        border: 3px solid #FFFFFF;
        padding: 15px 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .sub-header svg {
        display: none;
    }
    .sub-header__list {
        display: flex
    }
    .sub-header ul {
        display: flex;
        position: static;
        width: auto;
        height: auto;
        background: none;
        padding: 0;
        border-right: none;
        visibility: visible;
        opacity: 1;
    }
    .sub-header ul li:before {
        content: "|";
        margin-right: 5px;
    }
    .sub-header ul li:nth-of-type(1):before {
        content: "";
    }
    .sub-header ul li {
        color: #fff;
        padding-right: 5px;
    }
    .sub-header ul li a {
        color: #fff;
    }
    .sub-header__list--close-btn {
        display: none;
    }
}


/*----------------
masonry slider
-----------------*/

.masonry-slider {
    display: flex;
}

.slider-container {
    width: 100%;
    height: 500px;
    display: flex;
}

.section-1 {
    font-weight: 400;
    background-color: black;
    color: white;
    text-align: center;
    writing-mode: vertical-rl;
    box-sizing: border-box;
    width: 5%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 30px;
}

.section-1 p {
    margin-bottom: 0;
}

.section-2 {
    box-sizing: border-box;
    width: 50%;
    background-color: #9a927c;
}

.section-3 {
    box-sizing: border-box;
    width: 25%;
}

.section-4 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    width: 25%;
    background: #000;
}

.article-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url(../img/group_new.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.article-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url(../img/masonry-image-02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.article-3 {
    background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url(../img/cbils-ui.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.article-4 {
    background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url(../img/1247H.jpg) no-repeat;
    background-size: contain;
    background-position: top;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.article-1:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0.1) 100%), url(../img/group_new.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.article-2:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0.1) 100%), url(../img/masonry-image-02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.article-3:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0.1) 100%), url(../img/cbils-ui.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.article-4:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0.1) 100%), url(../img/1247H.jpg) no-repeat;
    background-size: contain;
    background-position: top;
}

.article-1 .article-text {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    margin-left: 40px;
    margin-right: 100px;
    padding-left: 15px;
    padding-bottom: 65px;
    border-left: 5px solid #ba4a00;
}

.article-2 .article-text {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    position: absolute;
    bottom: 0;
    margin-left: 40px;
    margin-right: 50px;
    padding-left: 15px;
    padding-bottom: 50px;
    border-left: 5px solid #c3ac6b;
}

.article-3 .article-text {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    margin-left: 30px;
    margin-right: 25px;
    padding-left: 15px;
    padding-bottom: 25px;
    border-left: 5px solid #408aa1;
}

.article-4 .article-text {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    position: absolute;
    top: 0;
    margin-left: 30px;
    margin-right: 25px;
    padding-left: 15px;
    padding-top: 25px;
    border-left: 5px solid #408aa1;
}

.article-text p {
    cursor: pointer;
    transition: transform 0.2s;
    font-weight: 700;
}

.article-text p:hover {
    transform: scale(1.02);
}

.arrow-button {
    position: absolute;
    bottom: 20px;
    right: 30px;
    cursor: pointer;
    transition: transform 0.2s;
}

.arrow-button:hover {
    transform: scale(1.2);
}

.arrow-button-s4 {
    position: absolute;
    top: 15px;
    right: 15px;
    transition: transform 0.2s;
    cursor: pointer;
}

.arrow-button-s4:hover {
    transform: scale(1.2);
}

@media screen and (max-width: 1100px) {
    .slider-container {
        flex-wrap: wrap;
        height: 1000px;
    }
    .section-2 {
        width: 100%;
    }
    .section-3 {
        width: 50%;
    }
    .section-4 {
        width: 50%;
    }
    .arrow-button {
        right: 15px;
    }
    /* .article-1 {
        background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url(../img/article1/article14x.png) no-repeat;
        background-size: cover;
    }
    .article-2 {
        background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url(../img/article2/article2.png) no-repeat;
        background-size: cover;
    }
    .article-3 {
        background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url(../img/article3/article3@2x.png) no-repeat;
        background-size: cover;
    }
    .article-4 {
        background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url(../img/article4/article4@2x.png) no-repeat;
        background-size: cover;
    } */
    .article-3 .article-text {
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        position: absolute;
        bottom: 0;
        margin-left: 30px;
        margin-right: 25px;
        padding-left: 15px;
        padding-bottom: 30px;
        border-left: 5px solid #408aa1;
    }
    .article-4 .article-text {
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        position: absolute;
        bottom: 0;
        margin-left: 30px;
        margin-right: 25px;
        padding-left: 15px;
        padding-bottom: 30px;
        border-left: 5px solid #408aa1;
    }
}

@media screen and (max-width: 600px) {
    .masonry-slider {
        flex-direction: column;
    }
    .slider-container {
        height: 200vh;
    }
    .section-1 {
        text-align: center;
        writing-mode: initial;
        box-sizing: border-box;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .section-3 {
        width: 100%;
    }
    .section-4 {
        width: 100%;
    }
    /* .article-2 {
        background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url(../img/article2/article2@4x.png) no-repeat;
        background-size: cover;
    } */
}


/*----------------
newsroom - general
-----------------*/

.inside.newsroom .content-area {
    margin-left: 0;
    max-width: 100%;
    top: auto;
    transform: none;
    min-height: 0;
    padding: 0;
    padding-bottom: 0;
    margin: 0;
}

.newsroom .content-area section {
    background: #ffffff;
    padding: 30px 0;
}

.newsroom .content-area section .wrapper h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    color: #BA4A00;
    display: inline-block;
}

.newsroom .content-area section .wrapper p {
    font-size: 20px;
    line-height: 30px;
    color: #7B6F51;
}


/*----------------
newsroom - section 1
-----------------*/

@media screen and (min-width: 1200px) {
    .newsroom .content-area section:nth-of-type(1) .wrapper {
        display: flex;
    }
    .newsroom .content-area section:nth-of-type(1) .wrapper>div:nth-of-type(1) {
        display: flex;
        max-width: 70%;
    }
    .newsroom .content-area section:nth-of-type(1) .wrapper>div:nth-of-type(1) h2 {
        text-align: right;
        margin-right: 20px;
    }
    .newsroom .content-area section:nth-of-type(1) .wrapper>div:nth-of-type(2) {
        padding: 0 80px;
    }
}

.newsroom .content-area section:nth-of-type(1) .wrapper>div:nth-of-type(2) span {
    display: inline-block;
    background: #C3AC6B;
    color: #fff;
    padding: 5px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
}


/*----------------
newsroom - section 2
-----------------*/

.newsroom .content-area section:nth-of-type(2) {
    background: rgba(195, 172, 107, 0.2);
}

.upcoming-content {
    display: flex;
    position: relative;
    height: 250px;
    z-index: 100;
    border-bottom: dashed 1px #7B6F51;
}

.upcoming-content .upcoming-slide {
    /* border-bottom: dashed 1px #000; */
    height: 200px;
    overflow: visible;
    padding: 10px;
    outline: none;
}

.upcoming-content .upcoming-slide .speech-bubble {
    position: relative;
    background: #fff;
    padding: 15px 15px 45px;
    margin: 0 5px;
    margin-bottom: 20px;
    /* clip-path: polygon(0 0, 100% 0, 100% 75%, 10% 75%, 0 100%, 0 75%, 0 75%); */
    border-radius: 5px;
    width: 380px;
    height: 107px;
    filter: drop-shadow(-1px 6px 5px rgba(0, 0, 0, 0.2));
}

.upcoming-content .upcoming-slide .speech-bubble:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 20px solid #fff;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    border-bottom: 20px solid transparent;
    left: 0px;
    bottom: -30px;
}


/* .upcoming-content .upcoming-slide .speech-bubble-1 {
    margin-top: 10px;
}

.upcoming-content .upcoming-slide .speech-bubble-2 {
    z-index: 1;
    margin-left: -55px;
    margin-top: 65px;
} */

.upcoming-content .upcoming-slide .speech-bubble:after {
    content: "";
    display: table;
    clear: both;
}

.upcoming-content .upcoming-slide .speech-bubble img {
    float: right;
    margin-left: 15px;
}

.upcoming-content .upcoming-slide .speech-bubble p {
    font-size: 14px !important;
    line-height: 17px !important;
    margin-bottom: 0;
}

.speech-bubble--date {
    position: absolute;
    bottom: 0%;
    margin-bottom: -30px;
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.0));
    padding-left: 20px;
}

.upcoming-content .upcoming-slide>p {
    font-weight: 700;
    font-size: 12px !important;
    line-height: 14px !important;
    text-transform: uppercase;
    color: #584D34;
}

.slick-arrow {
    background: none;
    box-shadow: none;
}

.newsroom .content-area section:nth-of-type(2) .newsletter {
    max-width: 430px;
    margin: auto;
    margin-top: 30px;
}

@media only screen and (max-width:800px) {
    .upcoming-content .upcoming-slide .speech-bubble {
        width: 200px;
        height: 150px;
    }
    .upcoming-content .upcoming-slide .speech-bubble-1 {
        position: relative;
        margin-top: 0;
    }
    .upcoming-content .upcoming-slide .speech-bubble-2 {
        position: relative;
        margin-left: 0;
        margin-top: 0;
    }
    .upcoming-content .upcoming-slide .speech-bubble-4 {
        margin-left: 10px;
    }
    .speech-bubble--date {
        position: relative;
        bottom: 0px;
        z-index: 200;
        margin-left: 40px;
    }
}


/*----------------
newsroom - section 3
-----------------*/

.newsroom .content-area section:nth-of-type(3) .flex-container {
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0;
}

.newsroom .content-area section:nth-of-type(3) .flexbox {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    flex-basis: 32%;
    padding: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.newsroom .content-area section:nth-of-type(3) .flexbox .flexbox-scroll {
    max-height: 267px;
    overflow: auto;
}

.newsroom .content-area section:nth-of-type(3) .flexbox .flexbox__title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1.6px solid #C4C4C4;
    margin-bottom: 15px;
}

.newsroom .content-area section:nth-of-type(3) .flexbox .flexbox__title i {
    line-height: 30px;
    height: 0;
    width: 30px;
    color: #7B6F51;
    font-size: 20px;
    cursor: pointer;
}

.newsroom .content-area section:nth-of-type(3) .flexbox h2 {
    position: relative;
    margin-bottom: 15px;
}

.newsroom .content-area section:nth-of-type(3) .flexbox h2 i {
    position: absolute;
    right: 0;
    color: #7B6F51;
}

.newsroom .content-area section:nth-of-type(3) .flexbox p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
}

.newsroom .content-area section:nth-of-type(3) .flexbox p:last-of-type {
    color: #BA4A00;
}

.newsroom .content-area section:nth-of-type(3) .flexbox p:first-of-type {
    color: #7B6F51;
}

.newsroom .content-area section:nth-of-type(3) .flexbox button {
    background: none;
    font-size: medium;
    color: #ADA694;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: all .25s;
    position: relative;
    overflow: visible;
    transform: none;
}

.newsroom .content-area section:nth-of-type(3) .flexbox button:hover {
    transform: none;
    box-shadow: none;
}

.newsroom .content-area section:nth-of-type(3) .flexbox button:after {
    content: "";
    display: table;
    clear: both;
}

.newsroom .content-area section:nth-of-type(3) .flexbox button i {
    width: auto;
    height: auto;
    line-height: normal !important;
    border: none;
    color: #ADA694;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    float: none;
    margin: 0;
}

.newsroom-post {
    margin-bottom: 15px;
    position: relative;
}

.newsroom-post:after {
    content: "";
    display: table;
    clear: both;
}

.newsroom-post img {
    float: left;
    margin-right: 15px;
}

.newsroom-post i {
    font-size: 20px;
    width: auto;
    height: auto;
    border: none;
    vertical-align: baseline;
    text-align: center;
    line-height: normal;
    color: #7B6F51;
    -webkit-border-top-right-radius: none;
    -webkit-border-bottom-right-radius: none;
    -moz-border-radius-topright: none;
    -moz-border-radius-bottomright: none;
    border-top-right-radius: none;
    border-bottom-right-radius: none;
    -webkit-appearance: none;
    margin-right: 5px;
}

.newsroom-post-date {
    color: #BA4A00 !important;
}

.newsroom-post-meta {
    position: absolute;
    bottom: 0;
    padding-left: 147px;
}

.newsroom-post-meta p {
    margin-bottom: 0;
}


/*----------------
newsroom - section 4
-----------------*/

#calendar .slick-arrow,
#milestones .slick-arrow {
    top: auto;
    bottom: 0%;
}

.newsroom .content-area section:nth-of-type(4) {
    background: #408AA1;
    margin-top: -90px;
    padding-top: 70px;
}

.newsroom .content-area section:nth-of-type(4) .wrapper h2 {
    color: #fff;
    text-align: center;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.milestones-content {
    padding: 0 50px;
    border-bottom: dashed 1px #fff;
}

.milestones-content .milestones-slide {
    /* border-bottom: dashed 1px #000; */
    display: table-cell;
    vertical-align: bottom;
    outline: none;
}

.milestones-content.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: bottom;
}

.milestones-content .milestones-slide .slide-content {
    padding: 0 15px;
    margin: 0 5px;
    margin-bottom: 20px;
    border-left: .8px solid #fff;
}

.milestones-content .milestones-slide .slide-content:after {
    content: "";
    display: table;
    clear: both;
}

.milestones-content .milestones-slide .slide-content p {
    font-size: 14px !important;
    line-height: 17px !important;
    color: #fff !important;
    margin-bottom: 0;
    margin-top: 20px;
}

.milestones-content .milestones-slide>p {
    font-weight: 700;
    font-size: 12px !important;
    line-height: 14px !important;
    text-transform: uppercase;
    color: #fff !important;
}


/*----------------
newsroom - section 5
-----------------*/

.newsroom .content-area section:nth-of-type(5) h2 {
    text-align: center;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.newsroom .content-area section:nth-of-type(5) .flex-container {
    padding: 0;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
}
.newsroom .content-area section:nth-of-type(5) .flexbox {
    margin: 0 20px 20px;
    flex: 1;
}
.newsroom .content-area section:nth-of-type(5) .flexbox a {
    display: block;
    color: #7B6F51;
    position: relative;
}

.newsroom .content-area section:nth-of-type(5) .flexbox a:after {
    content: "";
    display: table;
    clear: both;
}

.newsroom .content-area section:nth-of-type(5) .flexbox img {
    float: left;
    /* added instead of flex */
    width: 132px;
    height: auto;
    margin-right: 15px;
}

.newsroom .content-area section:nth-of-type(5) .flexbox h4,
.newsroom .content-area section:nth-of-type(5) .flexbox p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    font-weight: 400;
}

.newsroom .content-area section:nth-of-type(5) .flexbox h4 {
    margin-bottom: 5px;
}

.newsroom .content-area section:nth-of-type(5) .flexbox p {
    position: absolute;
    right: 0;
    bottom: -15px;
    font-style: italic;
}

#rss-feed-wp .loader-container {
    position: static;
    z-index: auto;
    left: auto;
    top: auto;
    transform: none;
    text-align: center;
}

#rss-feed-wp .loader-container p {
    font-size: 14px;
    margin-bottom: 5px;
}

#rss-feed-wp .loader-container .loader {
    display: inline-block;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #408aa1;
    border-right: 8px solid #c3ac6b;
    border-bottom: 8px solid #ba4a00;
    border-left: 8px solid #000000;
    width: 42px;
    height: 42px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* ---------------
Newsroom Media Personnel
----------------*/

/* ********* SMALL DEVICES ***** */

.mediaPersonnel {
background-color:#ADA694;
padding-left:26px;
padding:22px;
border-bottom:1px solid #ffffff;
}

.mediaPersonnel .wrapper {
    display:flex;
    flex-direction:column;
    align-items:center;
   justify-content:flex-start;
}

.mediaPersonnel .wrapper > div:not(:first-child){
  padding-left:86px;
}

.mediaPersonnelIntro{
 display:flex;
 align-items:center; 
}
.mediaPersonnelImg{
 width:79px;
 height:79px;
  border-radius:50%;
}
.mediaPersonnelName{
  color:#ffffff;
font-size:40px;
line-height:48px;
font-family:lato;
margin-bottom:5px;
}
.mediaPersonnelPosition{
 font-size:18px;
 color:#ffffff;
 line-height:22px;
}
.mediaPersonnelText{
 font-size:18px;
 line-height:19px;
color:#ffffff;
 margin-bottom:5px;
}

.mediaPersonnelNamePosition{
  display:flex;
  flex-direction:column;
  padding-left:16px;
}

.mediaPersonnelEmail> a{
 color:#ffffff;
 font-size:30px;
}
.mediaPersonnelPhoneNumber{
  font-size:30px;
  color:#ffffff;
 margin-top:5px;
  
margin-bottom:0px;
}




.mediaPersonnel .wrapper {
 flex-direction:row;
}

/*----------------
newsroom - footer
-----------------*/

.newsroom .footer {
    margin-top: 0;
}




@media screen and (min-width:740px ) and (max-width:970px){
 .mediaPersonnel .wrapper {
   flex-direction:row;
 
} 

.mediaPersonnel .wrapper > div:not(:first-child){
 padding-left:20px;
}
.mediaPersonnelPhoneNumber, .mediaPersonnelEmail>a {
 
  font-size:23px;
}
 
}
 @media screen and (max-width: 740px){
  .mediaPersonnel .wrapper{
   flex-direction: column;
  align-items:flex-start;
   padding-left:10%;   
}
.mediaPersonnel .wrapper > div:not(:first-child){
  padding-left:0px;
}

.mediaPersonnelEmail, .mediaPersonnelPhone{
  width:60%;
 display:flex;
 flex-direction:row;
align-items:baseline;
 justify-content:flex-start;
}

.mediaPersonnelPhoneNumber, .mediaPersonnelEmail >a{
 padding-left:5%;
}
}



@media screen and (max-width:516px){
.mediaPersonnelPhone, .mediaPersonnelEmail{
 width:100%;
}
.mediaPersonnelName{
  font-size:30px;
}

 .mediaPersonnelEmail>a, .mediaPersonnelPhoneNumber{
  font-size:23px;
}

}

/*----------------
newsroom - interview form
-----------------*/

.interview-container {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
}

.interview-box {
    max-width: 400px;
    max-height: 90%;
    background: #BA4A00;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    overflow: auto;
}

.interview-box a {
    position: absolute;
    top: 2%;
    right: 5%;
    color: #fff;
}

.interview-box h2 {
    margin-bottom: 20px;
    background: #A34000;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
}

#interview-form {
    width: 100%;
}

#interview-form select,
#interview-form input,
#interview-form textarea {
    display: block;
    width: 90%;
    margin: 0 auto 20px auto;
    border-radius: 0;
    border: none;
    outline: none;
    padding: 0 5%;
    font-size: 20px;
    font-weight: 700;
}

#interview-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(../img/select-arrow.png) no-repeat right 10px center;
}

#interview-form select,
#interview-form input {
    height: 50px;
}

#interview-form hr {
    height: 3px;
}

#interview-form textarea {
    height: 135px;
    resize: none;
    padding: 3% 5%;
}

#interview-form button {
    padding: 0;
    width: 100%;
    background: #702C00;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0;
    padding: 20px 0;
    height: auto;
    border-radius: 0;
}


/* width */

.interview-box::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.interview-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.interview-box::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

.interview-box::-webkit-scrollbar-thumb:hover {
    background: #555;
}