/*
Theme Name: St Dominic's Sixth Form College
Version: 2.0
Author: Cleverbox
Author URI: http://cleverbox.co.uk/
Description: Website developed by Alexe Vlad
*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    margin:0;
    outline:0 none;
    padding:0;
    font-family: 'Lato', sans-serif;
    font-weight:normal;
    font-size: 12px;
    margin-top: 0px;
}
* {
    margin:0;
    padding:0;
    outline: 0 none;
}
html{
    font-size: 10px;  /*Meaning that 0.1rem = 1px*/
    scroll-behavior: smooth;
}
.cf:before,
.cf:after ,
.clear:before,
.clear:after{
    content:"";
    display:table;
}
.clear,
.clear:after,
.cf:after {
    clear:both;
}
body{

    text-rendering: optimizeLegibility;
}
h1{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 84px;
    color: #2F3338;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h2{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    color: #2F3338;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h3{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
    color: #2F3338;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h4{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #2F3338;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h5{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #2F3338;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h6{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #2F3338;
    text-transform: uppercase;
    margin-bottom: 20px;
}
p{
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 2.9rem;
    color: #343434;
    margin-bottom: 20px;
}
p strong,
strong{
    font-weight: 600;
    font-size: inherit;
    line-height: inherit;
}

p em,
em{
    font-weight: 500;
    font-style: italic;
    font-size: 1.9rem;
    line-height: 2.9rem;
}
em strong,
strong em,
p em strong,
p strong em{
    font-weight: 600;
    font-style: italic;
    font-size: inherit;
    line-height: inherit;
}

a{
    font-size: 1.9rem;
    line-height: 2.9rem;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.page-template-default .content a{
    color:#E34A44;
    font-size: 1.9rem;
    line-height: 2.9rem;
}

.wp-block-image img{
    height: auto;
}
.wp-block-embed__wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.wp-block-embed iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul,
ol{

}
ol{
    margin-left: 20px;
}
ul{
    margin-bottom: 30px;
}
ul li{
    font-size: 1.9rem;
    line-height: 2.9rem;
    letter-spacing: 0.005em;
    letter-spacing: 0.005em;
    color: #151313;
    background: url(assets/images/liarrow.svg) no-repeat left center;
    background-size: 12px auto;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 10px;
}

ol li{
    font-size: 1.9rem;
    line-height: 2.9rem;
    letter-spacing: 0.005em;
    letter-spacing: 0.005em;
    color: #151313;
}

ul li a,
ol li a{
    font-size: 1.9rem;
    line-height: 2.9rem;
    letter-spacing: 0.005em;
    letter-spacing: 0.005em;
    color: #151313;
}
ul.purple li{
    color: #E34A44;
}
blockquote{
    position: relative;
    margin: 40px 0 60px ;

}
blockquote p:before{
    content: "";
    background-color: #E34A44;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
blockquote p{
    font-weight: 700;
    font-size: 33px;
    line-height: 42px;
    color: #000000;
    position: relative;
    padding-left: 40px;
}
blockquote cite{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    letter-spacing: 0.25em;
    padding-left: 40px;
}
input{
    -webkit-border-radius:0;
    -webkit-appearance: none;
    border-radius:0;
}
.main-wrapper,
.wrapper{
    width: 1128px;
    margin: 0 auto;
}
.small-wrapper{
    width: 850px;
    padding-bottom: 5vh
}
.width-sidebar .main-wrapper {
    width: 100vw;
    min-height: 70vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding-right: 40vw;
    position: relative;
    right: 0;
    box-sizing: border-box;
    padding-left: 20vw;
}
.width-sidebar .main-wrapper .wrapper{
    width:auto;
}
.global-button{
    font-family: 'Bebas Neue';
    font-weight: 500!important;
    font-size: 16px!important;
    line-height:17px!important;
    display: inline-flex;
    padding: 10px 0px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.25em!important;
    text-transform: uppercase;
    color: #746A6A!important;
    position: relative;

}
.global-button:before{
    content: '';
    background: #6B629C;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.global-button:after{
    content: '';
    background: #E34A44;
    width: 0%;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.global-button:hover:after{
    width: 100%;
}
.global-button:hover{
    color: #E34A44!important;
}
.title-with-line:after{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #CAB36B;
    margin: 20px auto 70px;
}
table thead{
    position: relative;
    width: 100%;

    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    box-sizing: border-box;
    background: #2F3338;
    margin-bottom: 5px;

}
table{
    box-sizing: border-box;
    margin-bottom:60px;
    overflow: hidden;
}

table thead th{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 0 20px;
    width: 100%;
    text-align: left;

}
table tbody th,
table tbody td{
    background: #F4F4F4;
    border: none!important;
    font-weight: 500;
    font-size: 17px;
    line-height: 29px;
    color: #000000;
    padding: 10px 20px!important;


    border-top: 5px solid #fff !important;
    border-right: 5px solid #fff !important;
}
table td:last-child {
    border-right: none;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: keep-all!important;
}
table thead th{
    width: auto!important;

}
.global-page{
    overflow-x: hidden;
}
.global-page h3{
    margin-top: 20px;
}
.back-button{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height:24px;
    color: #000000;
    float: right;
    background: none;
    border: none;
    margin-bottom: 26px;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
}
.back-button:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #E34A44;
}
.back-button svg,
.back-button i{
    color: #E34A44;
    margin-right: 10px;
    font-size: 16px;
}
.breadcrumbs-share{
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    position: relative;
    z-index: 5;
}
.breadcrumbs-box .breadcrumbs{
    max-width: initial;
    margin-bottom: 0;
}
.breadcrumbs li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
    line-height: 29px;
    background: none;
    padding-left: 0px;
    color: #000;
    margin-bottom: 0;
}
.breadcrumbs li:after{
    content: "/";
    display: inline-block;
    margin: 0 10px;
}
.breadcrumbs li:last-child:after,
.breadcrumbs li:first-child:after{
    display: none;
}
.breadcrumbs li:first-child{
    display: inline-block;
    margin-right: 20px;

}
.breadcrumbs li:first-child svg{
    color: #E34A44;
}
.breadcrumbs li a{
    font-size: 14px!important;
    line-height: 29px!important;
    color: #000!important;
    font-weight: 500!important;
}
.black-template .share-page-title,
.black-template .breadcrumbs li,
.black-template .breadcrumbs li a{
    color: #fff!important;
}
.breadcrumbs li a:hover{
    color: #E34A44!important;
}
.share-box{
    display: flex;
}
.share-page-title{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
    color: #000;
    margin-right: 20px;
}
.share-box .share-list{
    display: flex;
    align-items: center;
}
.share-box a{
    width: 40px;
    height: 20px;
    border-left: 1px solid #f8d1d0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.share-box a svg{
    color: #E34A44;
    font-size: 14px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.share-box a:hover svg{
    color: #53869F;
}

/*### Menu ###*/
nav.header-menu-container{

}
nav.header-menu-container ul.header-menu{
    max-width: initial;
    margin-bottom: 0;
}

nav.header-menu-container ul.header-menu li{
    display: inline-block;
    margin-left: 23px;
    position: relative;
    padding: 0;
    background: none;
    margin-bottom: 0px;
}
nav.header-menu-container ul.header-menu li a{
    color: #fff;
    font-size: 1.6rem;
    line-height: 2rem;
    padding-bottom: 35px;
}
nav.header-menu-container ul.header-menu li a:after{
    content: "";
    width: 0%;
    margin: 0 auto;
    height: 4px;
    background: #fff;
    display: block;
    margin-top: 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
nav.header-menu-container ul.header-menu li a:hover:after{
    width: 80%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
nav.header-menu-container ul.header-menu li:hover a{

}
nav.header-menu-container ul.header-menu li ul{
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: initial;
    margin-bottom: 0;
    left: -219px;
    flex-flow: column wrap;
    counter-reset: brick;
}
nav.header-menu-container ul.header-menu li ul li{
    flex: 0 48%;
    width: 48%;
    margin-left: 0px;
}
nav.header-menu-container ul.header-menu li.custombuttonmenu a{
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6rem;
    display: inline-flex;
    padding: 17px 20px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #fff;
    position: relative;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    overflow: hidden;
}
nav.header-menu-container ul.header-menu li.custombuttonmenu a:after{
    content: '';
    background: #53869F;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: -1;
    margin-top: 0;

}
nav.header-menu-container ul.header-menu li.custombuttonmenu a:before{
    content: '';
    background: #E34A44;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: -1;

}
.search-results  .header nav.header-menu-container ul.header-menu li.custombuttonmenu a:before,
.no-slider.header nav.header-menu-container ul.header-menu li.custombuttonmenu a:before,
.headroom--not-top.header nav.header-menu-container ul.header-menu li.custombuttonmenu a:before{
    background: #000;
}
nav.header-menu-container ul.header-menu li.custombuttonmenu a:hover:before{
    width: 0;

}
nav.header-menu-container ul.header-menu li.custombuttonmenu a:hover:after{
    width: 100%;
}
nav.header-menu-container ul.header-menu li.custombuttonmenu
.menu-item-has-children  .image-menu {
    position: relative;

}
.menu-item-has-children .image-menu .image-menu-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
}

.menu-item-has-children:hover .image-menu .image-menu-wrap img{
    display: block;
}
.menu-item-has-children .image-menu .image-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.menu-item-has-children .image-menu .overlay {
    opacity: 0.75;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0px;
    z-index: 0;
    bottom: 0px;
    line-height: 70px;
    background-color: #FDD173;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.menu-item-has-children .image-menu .text-image-box {
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 70px;
    z-index: 1;
    color: #343A74;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}



.menu-item-has-children .image-menu .image-menu-wrap:hover .image-text{

    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.menu-item-has-children .image-menu .image-menu-wrap:hover  .text-image-box {

    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.menu-item-has-children .image-menu .image-menu-wrap:hover .overlay{
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.header-menu .sub-menu {
    background-color: #E34A44;
    overflow: auto;
    height: auto;
    position: absolute;
    top: 50px;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.5s;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: flex;
    z-index: -1;
    height: 0;
    width: 570px;
    right: 5vw;
    padding: 30px; 
    visibility: hidden;
}
.header-menu .sub-menu .sub-menu {
    display: none;
}
.header-menu li.active a ~ .sub-menu,
.header-menu li:hover a ~ .sub-menu {
    top: 36px;

    opacity: 1;
    visibility: visible;
    z-index: 99;
    height: auto;
}

.headroom--not-top .header-menu li.active a ~ .sub-menu,
.headroom--not-top .header-menu li:hover a ~ .sub-menu{
    top:49px;
}
.header-menu .sub-menu .title{
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: bold;
    line-height: 4.8rem;
    color: #FDD173;
    flex: 0 100%;
    margin-bottom: 25px;
}
.header-menu .sub-menu .menu_wrapper_inner{
    padding: 30px 50px;
}


nav.header-menu-container ul.header-menu ul li a{
    padding-bottom: 5px;
    margin-bottom: 10px;

    border-bottom: 2px solid #e76560;
    display: block;
}
nav.header-menu-container ul.header-menu ul li.menu-item-has-children a{
    padding-right: 20px;
    position: relative;
}
nav.header-menu-container ul.header-menu ul li.menu-item-has-children a:hover::after{
    width: calc(100% + 20px);
}
nav.header-menu-container ul.header-menu ul li a::after{
    height: 3px;
    bottom: -7px;
    position: relative;
}
nav.header-menu-container ul.header-menu ul li a:hover::after{
    width: 100%;
}



.hamburger-button{
    display: none;
}
.header-circle-menu {

    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    right: 40px;
    top:35px
}
#nav-icon3 {
    width: 40px;
    height: 13px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}
.mobile-open-menu #nav-icon3 span:nth-child(1) {
    top: 2444444444px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-open-menu #nav-icon3 span:nth-child(4) {
    transition: width 0s;
    top: 24px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top-menu{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1vw;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}
.header-menu-container{
    display: flex;
    flex-direction: column;
}
.top-menu-nav {
    display: flex;
    margin-right: 10px;
    margin-bottom: 0;
}
.top-menu-nav li{

    background: none;

}
.top-menu-nav li a{
    font-family: 'Bebas Neue', cursive;
    color: #fff;
    font-weight: 500;
}
.top-menu-nav li a:hover{
    opacity: 0.7;
}
/*### End Menu ###*/
/*### Search ###*/

#search{
    background-color:#96855b;
    height:50px;
    padding:10px 0;
    top:-50px;
    left:0;
    width:100%;
    z-index:500;
    transition:top .2s ease-in-out
}
#search #search_form{
    width:100vw;
    height:30px;
    padding:0;
    margin:0
}
#search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
#search input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
#search input:-ms-input-placeholder { /* IE 10+ */
    color:#fff;
}
#search input:-moz-placeholder { /* Firefox 18- */
    color:#fff;
}
#search #search_form .kw{
    width: 85vw;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0;
    margin-left: 0px;
    float: left;
    background-color: transparent;
    border: none;
    color: #FFF;
    margin-left: 50px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 15px;
    color: #fff;
    outline: 0;
    position: absolute;
    left: 0;
}
#search #search_form .kw::-webkit-input-placeholder{
    color:rgba(255,255,255,.5)
}
#search #search_form .kw:-moz-placeholder{
    color:rgba(255,255,255,.5)
}
#search #search_form .kw::-moz-placeholder{
    color:rgba(255,255,255,.5)
}
#search #search_form .kw:-ms-input-placeholder{
    color:rgba(255,255,255,.5)
}
#search #search_form .search_go{
    float:left;
    width:31px;
    height:30px;
    line-height:27px;
    text-align:center;
    color:#FFF;
    margin-right:10px


}
#search #search_form .font-box{
    float: left;
    width: 31px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    color: #FFF;
    margin-right: 10px;
    position: relative;
}
#search #search_form .font-box:before{
    font-family: 'FontAwesome';
    position: relative;
    left: -5px;
    font-size: 18px;
    color: #fff;
    content: "\f002";
}
#search #search_form .font-box:hover:before{
    color: #d3cbb7;
}
#search #search_form .search_go {
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;

}
#search #search_form #search_close:hover,#search #search_form .search_go:hover{
    color:#d3cbb7
}
#search #search_form #search_close{
    float:right;
    color:#FFF;
    line-height:27px;
    height:30px;
    padding:0 10px
}
ul.ui-autocomplete{
    z-index:1000;
    position:fixed;
    top:0;
    left:0;
    cursor:default;
    background:#361a5b;
    border:none;
    max-width:300px;
    margin:-8px 0 0 -5px
}
ul.ui-autocomplete li{
    padding:0;
    margin:0;
    list-style:none;
    padding:10px 15px;
    color:#FFF;
    font-size:12px;
    line-height:16px
}

ul.ui-autocomplete li a{
    display:block;
    padding:10px 15px;
    color:#FFF;
    font-size:12px;
    line-height:16px
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active{
    margin: 0!important;
}
ul.ui-autocomplete li:hover,
ul.ui-autocomplete li a:hover{
    color:#fff;
    background:#55288f
}
/*### END Search ###*/
nav.header-menu-container ul.header-menu .sub-menu li.menu-item-has-children a:before{
    display: flex;
    content: "...";
    position: absolute;
    right: 0;
    justify-content: center;
    align-items: center;
    width: 20px;
    top: -10px;
    height: 100%;

}

/*### Header ###*/

.header{
    padding: 44px 65px;
    display: flex;
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: flex-start;
}
.search-results .header,
.no-slider.header,
.headroom--not-top.header{
    padding: 10px 65px;
}
.header-right{
    display: flex;
    align-items: center;
}
.logo{
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 140px;
    height: 164px;
    margin-right: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header .search-header,
.header .social a{
    width: 27px;
    height: 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 13px;
    position: relative;
    padding-left: 10px;
    margin-left: 5px;
    cursor: pointer;
}
.header .search-header:before{
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 7px;
    opacity: 0.4;
}
.header .search-header:hover,
.header .social a:hover{
    opacity: 0.7;
}
#google_language_translator select.goog-te-combo {
    width: 50px;
    background: #fff;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 3px !important;
    height: auto !important;
    border: 1px solid lightgray !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}
#google_translate > div span {
    display: none;
}
#google_translate select,
#google_translate > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    cursor: pointer;
    opacity: 0;
    margin: 0;
}
.header_google_translate {
    display: inline-block;
    vertical-align: top;
    height: 27px;
    padding: 0;
    line-height: 27px;
    background: transparent;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    z-index: 1;
    margin: 0 10px
}
.header_google_translate .header-lang-textbox span{
    font-weight: 700;
}
.header_google_translate i,
.header_google_translate svg{
    margin: 0 5px;
}
#google_language_translator select.goog-te-combo{
    height: 60px!important;
    width: 50px!important;
}

.headroom{

    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown;
    -webkit-animation-iteration-count:1;
    -moz-animation-iteration-count:1;
    -ms-animation-iteration-count:1;
    -o-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
    -ms-animation-delay:0s;
    -o-animation-delay:0s;
    animation-delay:0s;
    -webkit-animation-timing-function:ease;
    -moz-animation-timing-function:ease;
    -ms-animation-timing-function:ease;
    -o-animation-timing-function:ease;
    animation-timing-function:ease;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    position:fixed;
    top:0;
    z-index:1039;
    width: 100%;

}
.headroom.headroom-pinned {
    top: 0;
    padding-top: 0;
}

.headroom--not-top{
    margin-top: 0px;
}
.black-template{
    background: #000;
}
.search-results .header + main,
.no-slider.header + main{
    padding-top: 138px;
}
.headroom--not-top nav.header-menu-container ul.header-menu ul li a{
    color: #fff;
}
#header.headroom--not-top{
    padding: 1vh 5vw 1vh;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.search-results .header .top-menu,
.no-slider.header .top-menu,
.headroom--not-top .top-menu{
    margin-bottom: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.search-results .header,
.no-slider.header,
.headroom--not-top{
    background: #E34A44;
}


.search-results  .logo,
.no-slider .logo,
.headroom--not-top .logo{
    width: 77px;
    height: 90px;
}

.admin-bar .header{
    margin-top: 32px;
}

/*### End Header ###*/

.masonry{
    width: 100%;
}
.gutter-sizer {
    width: 2%;
}
.masonry-item{
    margin-bottom: 2%;
    position: relative;
    transition: 0.5s;
    text-decoration: none;
    width: 31%;
    display: block;
}
.mansory-item>div{
    position: relative;
}
.masonry-item-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}
.masonry-item-overlay .color1-bg{
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: 0.7;
}
.masonry-item-overlay>p{
    position: absolute;
    top: calc(50% - 10px);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}
.masonry-item:hover .masonry-item-overlay{
    opacity: 1;
}
.masonry-item img{
    width: 100%;
    height: auto;
}
.page-layout .wrapper.small-wrapper .sec-content{
    width: 100%;
    margin: 0;
    padding: 0;
}
.thumbnail-box{
    width: calc(100% + 244px );
    height: auto;
    margin-left: -122px;
    position: relative;
    margin-bottom: 50px;
}
.thumbnail-box h1{
    position: absolute;
    bottom: 20px;
    color: #fff;
    padding: 0 122px 0;
    z-index: 2;
}
.thumbnail-box:after{
    content: "";
    position: absolute;
    bottom: 0;
    height: 60%;
    width: 100%;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.25%, #000000 100%);
    bottom: 0;
    left: 0;
    z-index: 0;

}
.page-layout .wrapper.small-wrapper .sec-content img{
    width:100%;
    height: auto;
}
.page-layout .wrapper.small-wrapper .sec-content img.attachment-medium{
    width: auto;
}
.notop {
    margin-top: 150px;
}
.single-page-box{
    position: relative;
    overflow: hidden;
}
.single-page-box::before {
    content: "";
    background-image: url('assets/images/waves.svg');
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
}
.single-page-box::after {
    content: "";
    background-image: url('assets/images/dotts-white.svg');
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
/*### Footer ###*/

.footer{
    background: #000;
    padding: 10vh 10vw;
    display: flex;
    width: 100vw;
    box-sizing: border-box;
}

.footer .footer-left{
    width: 40%;
    margin-right: 5%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}
.footer .footer-left .quoate-title-footer{
    position: absolute;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 11vw;
    line-height: 171px;
    color: #212121;
    z-index: 0;
}
.footer .footer-left .quote-text-footer{
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}
.footer .footer-mid{
    width: 23%;
    margin-right: 5%;
}

.footer .footer-mid h4{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.25em;
    color: #FFFFFF;
}
.footer .footer-mid .social-links-footer .social-link{
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    color: #FFFFFF;
}
.footer .footer-mid .social-links-footer .social-link .icon{
    background: #5D5491;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.footer .footer-mid .social-links-footer .social-link.twitter-link .icon{
    background: #0794D9;
}
.footer .footer-mid .social-links-footer .social-link.facebook-link .icon{
    background: #006597;
}
.footer .footer-mid .social-links-footer .social-link.instagram-link .icon{
    background: #BA44E3;
}
.footer .footer-mid .social-links-footer .social-link.linkedin-link .icon{
    background: #2350A6;
}
.footer .footer-mid .social-links-footer .social-link.youtube-link .icon{
    background: #E1362F;
}
.footer .footer-mid .social-links-footer .social-link:hover{
    color: #53869F;
}
.footer .footer-mid .social-links-footer .social-link:hover svg,
.footer .footer-mid .social-links-footer .social-link:hover i{
    color: #fff;
}
.footer .footer-right{
    width: 22%;
}
.footer .footer-right h4{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.25em;
    color: #FFFFFF;
}
.footer .footer-right ul li{
    background: url(assets/images/liarrowfooter.svg) no-repeat left center;
}
.footer .footer-right ul li a{
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    color: #FFFFFF;
}
.footer .footer-right ul li a:hover{
    color: #53869F;
}
.footer-bottom .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-bottom{
    padding: 40px 0;
    background: #000;
}
.footer-bottom .footer-cleverbox{
    display: flex;
    align-items: flex-end;

}
.footer-bottom .footer-cleverbox span{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6rem;
    color:#fff;
    letter-spacing: 0.04em;
    margin-right: 20px;
    opacity: 0.65;
}
.footer-bottom .footer-cleverbox .cleverbox-logo{
    background: url('assets/images/cleverbox-logo.svg');
    width: 67px;
    height: 48px;
    opacity: 0.65;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.footer-bottom .footer-cleverbox .cleverbox-logo:hover{
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #53869F;
}
.footer-bottom .footer-bottom-left .coppy{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #fff;
    opacity: 0.65;
}

.footer-bottom .footer-bottom-left .footer-privacy-menu ul {
    margin-bottom: 0px;
}
.footer-bottom .footer-bottom-left .footer-privacy-menu ul li{
    background: none;
    padding-left: 0px;
    padding-right: 20px;
    margin-bottom: 0px;
    line-height: 1.7rem;
    display: inline-block;
}
.footer-bottom .footer-bottom-left .footer-privacy-menu ul li a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #fff;
    opacity: 0.65;
}
.footer-bottom .footer-bottom-left .footer-privacy-menu ul li a:hover{
    opacity: 1;
    color: #53869F;
}
/*### End Footer ###*/
/*### Error 404 ###*/
.error404-container{
    width: 100%;
    text-align: center;
    padding: 200px;
    box-sizing: border-box;
}
.error404-icon{
    font-size: 40px;
    margin-bottom: 10px;
    animation: shake 1.3s cubic-bezier(.36,.07,.19,.97) infinite;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(0, 0, 0);
    }
    20%, 80% {
        transform: translate3d(0, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
/*### End Error 404 ###*/
/*### Search ###*/
#search {
    height: 50px;
    padding: 10px 0;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: fixed;
    box-sizing: border-box;
    background: #000;
}
#search.open{
    position: fixed;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#search_close{
    line-height: 30px;
    position: absolute;
    right: 10px;
}
.search-input{
    float: left;
}
#search #search_form {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
}
#search #search_form .font-box {
    float: left;
    width: 31px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    color: #FFF;
    margin-right: 10px;
    position: relative;
}
#search #search_form .kw {
    width: 85%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0;
    float: left;
    background-color: transparent;
    border: none;
    color: #FFF;
    margin-left: 50px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 15px;
    color: #fff;
    outline: 0;
}
#search #search_form #search_close {
    float: right;
    color: #FFF;
    line-height: 27px;
    height: 30px;
    padding: 0 10px;
}
#search #search_form .font-box:before {
    font-family: 'FontAwesome';
    position: relative;
    left: -5px;
    font-size: 18px;
    color: #fff;
    content: "\f002";
}
.search_go{
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 20px;
    top: 10px;
    width: 31px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    outline: 0;
}

.search-page{
    margin-bottom: 40px;
    padding-top: 180px;
}

.search-page .news-page-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 100px
}
.search-page .news-box{
    margin: 0 20px 40px;
    width: 300px;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}


.search-page .news-box .image-box-news img{
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-height: 400px;
    object-fit: cover;
}
.search-page .news-box .bottom-content{
    display: flex;
}
.search-page .news-box .date-icon{
    width: 32px;
}
.search-page .news-box .date-icon i,
.search-page .news-box .date-icon svg{
    color: #fff;
    margin-right: 15px;
    font-size: 17px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.search-page .news-box .post-date{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    color: #fff;
    display: flex;
    justify-content: flex-end;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.25em;
    color: #746A6A;
    margin-top: 28px;
}
.search-page .news-box .post-date span{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.25em;
    color: #746A6A;
    margin-right: 10px;
}

.search-page .news-box .bottom-content .text-container{
    width: 100%;
    height: 230px;
    box-sizing: border-box;
    padding: 30px;

    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    z-index: 1;
    background: #E34A44;
}
.search-page .news-box.no-image .bottom-content .text-container{
    margin-top: 0px;
}
.search-page .news-box .bottom-content .text-container h3{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 23px;
    line-height: 25px;
    color: #FFFFFF;
    text-transform: none;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 25px;
}
.search-page .news-box .bottom-content .text-container h3 a{
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    color: #FFFFFF;
    text-transform: none
}
.search-page .news-box .bottom-content .text-container p{
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
}

.search-page .news-box .image-box-news{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.search-page .news-box .image-box-news:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E34A44 ;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.search-page .news-box:hover .image-box-news:before{
    opacity: 0.8;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.search-page .news-box.news .image-box-news:before{
    background-color: #E34A44 ;
}
.search-page .news-box.twitter .image-box-news:before{
    background-color:  #53869F;
}
.search-page .news-box.instagram .image-box-news:before{
    background-color:  #D8567E;
}



/*### End Search ###*/
/*### Announcement ###*/
.popup-announcement{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    background: rgba(159, 197, 211, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    display:none;
}
.popup-announcement.show{
    display: flex;
}
.popup-announcement.closed{
    display: none;
}
.popup-announcement .close{
    position: absolute;
    height: 65px;
    width: 65px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 65px;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    background:#E34A44;
    -webkit-border-bottom-right-radius: 150px;
    -moz-border-radius-bottomright: 150px;
    border-bottom-right-radius: 150px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.popup-announcement .close:hover{
    background: #53869F;
}
.popup-announcement .close svg,
.popup-announcement .close i{
    font-size: 18px;
    position: relative;
    top: -3px;
    left: 0px;
}
.popup-announcement .announcement-container{
    width: 800px;
    position: relative;
    background: #fff;
}
.popup-announcement .image .logo-announcement{
    width: 185px;
    height: 45px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 5%;
    left: 5%;
}
.popup-announcement .image{
    position: relative;
}
.popup-announcement .title{
    font-weight: 500;
    font-size: 23.4px;
    line-height: 29px;
    color: #2F3338;
    margin-bottom: 20px;
    display: block;
    margin-bottom: 40px;
}

.popup-announcement .pagingInfoAnnouncement {
    position: absolute;
    bottom: 5%;
    left: 5%;
    font-family: 'Roboto', sans-serif;
    color: #E34A44;
    font-size: 1.2rem;
    z-index: 9;
    line-height: 2.2rem;
}
.popup-announcement .text-box{
    padding: 40px 5%;
}
.popup-announcement .text-box .global-button{
    margin-bottom: 0;
}
#customAnnouncement.hide{
    display: none;
}




.popup-announcement .slick-prev{
    background: url(assets/images/dotted-arrow-white.svg) no-repeat center;

    position: absolute;

    right: 15%;
    bottom: 10%;
    width: 23px;
    height: 21px;
    margin: 0;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
    border: none;
    z-index: 9;
}
.popup-announcement .slick-next{
    background: url(assets/images/dotted-arrow-white.svg) no-repeat center;
    transform: rotate(180deg);
    position: absolute;
    right: 5%;
    bottom: 10%;
    width: 23px;
    height: 21px;
    margin: 0;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
    border: none;
    z-index: 9;
}
.popup-announcement .slick-next:hover,
.popup-announcement .slick-prev:hover{
    opacity: 0.25;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.popup-announcement .slick-prev i,
.popup-announcement .slick-next i{
    font-size: 15px;
}
/*### End Announcement ###*/
/*### End Single People ###*/
.people-top{
    height: 70vh;
    position: relative;
    z-index: 8;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    cursor: default;
    margin-bottom: 40px;
}
.people-top .image-people{
    width: 100%;
}
.people-top .image-people img {
    display: block;
    width: 100%;
    height: 70vh;
    object-fit: cover;
    object-position: center;
}
.people-top .image-people .overlay{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.people-top .image-people .overlay:before{
    content: "";
    width: 100%;
    height: 330px;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.65;
    display: block;

}
.people-top .image-people .overlay:after{
    content: "";
    width: 100%;
    height: 820px;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.65;
    transform: rotate(-180deg);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.people-top .back-button{
    color: #fff;
}
.people-top .video-accordion{
    margin-left: 70px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-bottom: 40px;
}

.people-top .back-button:hover{
    color: #E34A44;
}
.people-top .video-accordion .button-play-text{
    max-width: 124px;
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.25em;
    color: #FFFFFF;
    margin-right: 20px;
    display: inline-block;
}
.people-top .video-accordion .button-play{
    font-size: 65px;
    line-height: 65px;
    color: #fff;
}
.people-top .people-text-box{
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 40px;
    text-align: center;
}
.people-top .people-text-box .main-wrapper{
    display: flex;
    justify-content: space-between;
}
.people-top .left{
    width: 45%;
    display: flex;
    flex-direction: column;
    text-align:left;
}
.people-top .right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.people-top .left .title-slider{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 84px;
    color: #FFFFFF;
}
.people-top .left .subtitle{
    font-family: 'Bebas Neue';
    font-weight: 500;
    font-size: 38px;
    line-height: 38px;
    color: #FFFFFF;
}
.ourpeople-slider{

}
.ourpeople-slider{
    display: flex;
    margin-top: 100px;
    flex-wrap: wrap;

}
.ourpeople-slider .slick-track{
    gap:1%;
    display: flex;
}
.ourpeople-slider .ourpeople-box{
    width: 30%;

    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ourpeople-slider .ourpeople-box img{
    width: 100%;
    height: auto;
    display: block;
}
.ourpeople-slider .ourpeople-box .text-box{
    position: absolute;
    padding: 30px 35px;
    bottom: 0;
    z-index: 2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ourpeople-slider .ourpeople-box .text-box h2{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 40.9401px;
    line-height: 41px;
    color: #FFFFFF;
    margin-bottom: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ourpeople-slider .ourpeople-box .text-box .subtitle{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
    height: auto;
    opacity: 0;
    margin-bottom: -100px;
}
.ourpeople-slider .ourpeople-box:before{
    content: "";
    display: block;
    position: absolute;
    opacity: 0.85;
    width: 100%;
    height: 0%;
    z-index: 1;
    bottom: 0;
    background: #53869F;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ourpeople-slider .ourpeople-box:hover:before{
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ourpeople-slider .ourpeople-box:hover  .text-box .subtitle{
    margin-bottom: 0px;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding-top: 10px;
}


.single-people-page .slider-controls {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    margin-bottom: 100px;
    justify-content: center;
}
.single-people-page .slider-controls .slick-arrow{
    display: inline-block;
    background: #EDEDED;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    border: none;
    z-index: 1
}

.single-people-page .slider-controls .slick-arrow.slick-prev{
    margin-right: 20px;
}
.single-people-page .slider-controls .slick-arrow:hover{
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    background: #53869F;
}
.single-people-page .slider-controls .slick-arrow i,
.single-people-page .slider-controls .slick-arrow svg{
    color:#6B629C;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}
.single-people-page .slider-controls .slick-arrow:hover i,
.single-people-page .slider-controls .slick-arrow:hover svg{
    color:#fff;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}
/*### End Single People ###*/
.mobile-menu-accplus,
.mobile-menu-accminus{
    display: none;
}
/*### RESPONSIVE ###*/

@media only screen and (max-width: 1300px) {
    nav.header-menu-container ul.header-menu li{
        margin-left: 1vw;
    }
    nav.header-menu-container ul.header-menu li.custombuttonmenu a {
        font-size: 1.4rem;
        line-height: 1.4rem;
        padding: 10px 10px;
    }
    nav.header-menu-container ul.header-menu li a {
        font-size: 1.4rem;
    }
    .logo{
        width: 100px;
        height: 116px;
    }
    .header {
        padding: 44px 20px;
    }
    .breadcrumbs-share{
        flex-direction: column;
    }
}
@media only screen and (max-width: 1230px) {
    .main-wrapper,
    .wrapper{
        width: 100%;
        padding: 0 5vw;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1024px) {
    h1{
        font-size: 3.5rem;
        line-height: 3.4rem;
    }
    h2{
        font-size: 3rem;
        line-height: 3rem;
    }
    h3{
        font-size:2.8rem;
        line-height: 2.8rem;
    }
    h4{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    h5{
        font-size: 2rem;
        line-height: 2rem;
    }
    h6{
        font-size: 1.8rem;
        line-height:1.8rem;
    }
    .mobile-open-menu{
        overflow: hidden;
    }
    .menu-header-menu-container {
        flex-wrap: wrap;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;

    }
    .mobile-open-menu  .menu-header-menu-container{
        min-height: 100vh;
        background: #000;
    }
    .menu-header-menu-container{
        flex-direction: column;
        justify-content: center;
        display: none;
    }
    .mobile-open-menu .menu-header-menu-container {
        display: block;
        overflow: scroll;
        padding-top: 130px;
        height: 100%;

    }
    .mobile-open-menu .menu-header-menu-container .header-menu{
        height: 100%;
        text-align: center;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding-bottom: 70px;
    }
    nav.header-menu-container ul.header-menu li {
        margin-left: 0;
        text-align: left;
        width: 100%;
    }
    nav.header-menu-container ul.header-menu li a {
        font-size: 2.3rem;
        line-height: 2.5rem;
        font-weight: 800;
        padding:10px 15vw 10px 5vw;
        width: 100%;
        box-sizing: border-box;
        display: block;
    }
    nav.header-menu-container .header-menu {
        flex-direction: column;
        justify-content: center;
        display: none;
    }
    .mobile-open-menu nav.header-menu-container .header-menu {
        display: block;
        flex-direction: column;
        width: 100%;
        position: absolute;
        height: 100vh;
        left: 0;
        right: 0;
        background: #000;
        padding-top: 50px;
        margin-top: 120px;
        top: 0;
        overflow: scroll;
    }
    .mobile-open-menu{
        overflow: hidden;
    }
    .hamburger-button{
        display: block;
    }
    .menu-header-menu-container ul li{
        margin-bottom: 20px;
        width: 100%;
    }
    .menu-header-menu-container ul li a{
        line-height: 5rem;
        font-size: 22px;
    }

    .logo{
        position: relative;
        z-index: 9;
        width: 91px;
        height: 107px;
    }
    .search-results  .logo,
    .no-slider .logo,
    .headroom--not-top .logo{
        width: 64px;
        height: 75px;
    }
    .hamburger-button{
        position: absolute;
        z-index: 9;

        right: 0;
    }
    .no-slider .hamburger-button{
        top: 0;
    }
    .top-menu{
        position: absolute;
        top: 10px;
        left: auto;
        right: 5vw;
        width: 100%;
        justify-content: right;
        z-index: 10;
    }
    #header {
        padding: 50px 5vw 0;
    }
    .top-menu .quicklinks-text{
        margin-left: 0;
    }
    #search{
        top: -50px;
        width: 100%;
    }
    #search.active {
        right: 0;
    }
    .mobile-menu-accplus,
    .mobile-menu-accminus{
        position: absolute;
        right: 5vw;
        top: 11px;
    }
    .mobile-menu-accplus i,
    .mobile-menu-accminus i,
    .mobile-menu-accplus svg,
    .mobile-menu-accminus svg{
        color: #fff;
    }
    .menu-item-has-children.active .mobile-menu-accminus{
        display: block;
    }
    .menu-item-has-children .mobile-menu-accminus,
    .menu-item-has-children.active .mobile-menu-accplus{
        display: none;
    }
    .mobile-menu-accplus{
        display: block;
    }
    .image-menu{
        display: none;
    }
    nav.header-menu-container ul.header-menu li ul{
        right: 0;
        left: 0;
    }
    nav.header-menu-container ul.header-menu li ul li span{
        display: none!important;
    }
    .header-menu li .sub-menu{
        transition: none;
        -webkit-transition:none;
        -moz-transition: none;
        -o-transition: none;
        width: 100%;

    }

    .header-menu li:hover a ~ .sub-menu{
        display: none;
    }
    .header-menu li.active a ~ .sub-menu{
        display: flex;
    }
    .header-menu li.active a ~ .sub-menu .sub-menu{
        display: none;
    }
    #header .header-menu li.active .sub-menu {
        top: 0;
        display: block;
        opacity: 1;
        z-index: 1;
        height: auto;
        position: relative;
        width: 100%;
        left: 0;
        background: transparent;
        transition: none;
        -webkit-transition:none;
        -moz-transition: none;
        -o-transition: none;
    }
    .header-menu .sub-menu .menu_wrapper_inner {
        padding: 0;
    }
    .header-menu .sub-menu .title{
        display: none;
    }
    nav.header-menu-container ul.header-menu li.active .mobile-menu-accminus::after{
        color: #FDD173;
    }
    nav.header-menu-container ul.header-menu li.active a{
        color: #FDD173;
        border-bottom: 2px solid #FDD173;
        margin-bottom: 10px;
    }
    nav.header-menu-container ul.header-menu li ul li a,
    nav.header-menu-container ul.header-menu li.active  ul li a{
        color: #fff;
        border-bottom: none;
        padding-bottom: 5px;
        padding-top:  5px;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 2.5rem;
        margin-bottom: 0px;
    }
    nav.header-menu-container ul.header-menu li ul li.current-menu-item a{
        color: #FDD173;
    }
    nav.header-menu-container ul.header-menu li.twocol ul li {
        flex: 0 0 100%;
        width: 100%;
    }
    .mobile-open-menu #header:before{
        content: "";
        background: #343A74;
        height: 130px;
        width: 100%;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
    }
    nav.header-menu-container ul.header-menu li a::after{
        display: none;
    }


    .headroom--not-top .top-menu{
        display: none;
    }
    .headroom--not-top .hamburger-button {
        position: absolute;
        z-index: 9;
        top: 0px;
        right: 0;
    }
    nav.header-menu-container ul.header-menu li.custombuttonmenu a{
        padding: 10px 15vw 10px 5vw;
        font-size: 2.3rem;
        line-height: 2.5rem;
        font-weight: 800;
        color: #E34A44;
    }
    .mobile-open-menu  .headroom--not-top  #nav-icon3 span{
        background-color: #fff;
    }
    .headroom--not-top nav.header-menu-container ul.header-menu li a {
        color: #fff;
    }
    .width-sidebar .main-wrapper{
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .footer .wrapper{
        flex-direction: column;
    }
    .footer .footer-left {
        width: 100%;
        margin-right: 0;
    }
    .footer{
        padding: 10vw 5vw 5vw;
    }
    .footer-bottom {
        padding: 0 0 10vw;
    }
    .footer .footer-mid{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5vw;
    }
    .footer .footer-right{
        width: 100%;
    }
    .footer .footer-right .footer-image.footer-image1{
        margin-bottom: 20px;
    }
    .footer-bottom .wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-bottom-left{
        width: 100%;
    }
    .footer-bottom .footer-bottom-left .footer-privacy-menu ul li{
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-bottom .footer-cleverbox {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .footer .footer-left .contact-footer{
        flex-direction: column;
    }
    .footer .footer-left .contact-footer a{
        margin-bottom: 10px;
    }
    .masonry-item{
        width: 46%;
    }
    .error404-container{
        padding: 30vh 10vw 15vh;
    }
    .footer{
        flex-direction: column;
    }
    .footer .footer-left .quoate-title-footer{
        position: relative;
        font-size: 20vw;
        line-height: 20vw;
        margin-bottom: 5vw;
    }


    .footer .footer-left {
        display: flex;
        flex-direction: column-reverse;

    }
    .no-slider.header .top-menu, .headroom--not-top .top-menu{
        display: none;
    }
    nav.header-menu-container ul.header-menu li ul li {
        flex: 0 0 100%;
        width: 100%;
    }
    .header-menu li.active a ~ .sub-menu, .header-menu li:hover a ~ .sub-menu{
        position: relative;
        top: -12px;
    }
    .headroom--not-top .header-menu li.active a ~ .sub-menu, .headroom--not-top .header-menu li:hover a ~ .sub-menu{
        top: -12px;
    }
    .people-top .left{
        width: 100%;
        margin-bottom: 20px;
    }
    .people-top .people-text-box .main-wrapper{
        flex-direction: column;
    }
    .people-top .right{
        width: 100%;
        display: flex;
        flex-direction: revert;
        justify-content: space-between;
        align-items: center;
    }
    .people-top .video-accordion .button-play {
        font-size: 35px;
        line-height: 35px;
    }
    .people-top .video-accordion{
        margin-left: 0;
    }
    .ourpeople-slider .ourpeople-box{
        margin-right: 0;
    }
    .no-slider.header, .headroom--not-top.header{
        padding: 10px 20px;
    }
    .footer .footer-left .quote-text-footer{
        font-size: 20px;
        line-height: 31px;
    }
    blockquote p{
        font-size: 26px;
        line-height: 33px;
    }
    .thumbnail-box{
        width: 100vw;
        margin-left:-5vw;

    }

}

@media only screen and (max-width: 800px) {
    .popup-announcement .announcement-container{
        width: 100%;
    }
    .popup-announcement .image img{
        width: 100%;
        height: auto;
    }
    .popup-announcement .devider,
    .popup-announcement .image .logo-announcement{
        display: none;
    }
    .popup-announcement .title{
        position: relative;
        width: 100%;
        box-sizing: border-box;
        display: block;
    }
    .popup-announcement .slick-prev{
        right: 60px;
        bottom: 10px;
    }
    .popup-announcement .slick-next{
        right: 0;
        bottom: 10px;
    }
    .popup-announcement .pagingInfoAnnouncement{
        bottom: 10px;
        right: 30px;
    }
    .masonry-item{
        width: 100%;
    }
    .search-page .wrapper{
        padding: 0 5vw;
    }
    .search-page   .news-box{
        width: 100%;
    }
    .search-page   .news-page-list .image-box-news{
        width: 100%;
        height: auto;
    }
    .search-page .news-page-list .image-box-news img{
        width: 100%;
        height: auto;
    }
}
/*### END RESPONSIVE ###*/