.press-internal {

}

.press-internal .addtoany_shortcode {
    display: inline-block;
}

.press-internal .addtoany_shortcode a {
    margin-left: 12px;
    padding: 0;
}

.single-press .sub-hero {
    padding: 104px 0;
    text-shadow: 2px 2px 2px grey;
}

/*HEADER*/
#header-new2020 {
    width: 100%;
    z-index: 1000;
}

@media screen and (min-width: 1200px) {
    #header-new2020 {
        position: fixed;
    }
}
@media screen and (min-width: 1200px) {
    .sub-hero {
        border-top: 100px solid #fff;
    }
}
@media screen and (min-width: 1800px) {
    .sub-hero {
        border-top: 130px solid #fff;
    }
}
.top-header {
    background-color: #1b2c58;
    height: 40px;
    width: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: none;
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .top-header {
        display: block;
    }
}

@media screen and (min-width: 1800px) {
    .top-header {
        display: block;
        height: 50px;
    }
}

.top-header .container-fluid,
.main-header .container-fluid {
    height: 100%;
}

.top-nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top-nav .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-nav .menu li a {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 1px;
}

@media screen and (min-width: 1500px) {
    .top-nav .menu li a {
        font-size: 15px;
    }
}

.top-nav .menu li a:hover, .top-nav .header-tel a:hover {
    color: #4d5b67;
}

.top-nav #menu-top-nav li {
    margin-left: 35px;
}

.top-nav #menu-social-icon li {
    margin-left: 25px;
}

.top-nav .header-tel a {
    font-family: titillium, sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin-left: 50px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 1500px) {
    .top-nav .header-tel a {
        font-size: 15px;
    }
}

.top-nav .header-tel a img {
    margin-top: -5px;
}

.top-nav #menu-social-icon li i {
    margin-bottom: -6px;
    font-size: 22px;
}
@media screen and (min-width: 1800px) {
    .top-nav #menu-social-icon li i {
        font-size: 24px;
    }
}


.main-header {
    width: 100%;
    height: 80px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-color: #dfe6eb;
    position: relative;
}

@media screen and (min-width: 1800px) {
    .main-header {
        /*background-color: transparent;*/
        height: 100px;
    }
}

.main-header .logotype img {
    width: 190px;
}

@media screen and (min-width: 1800px) {
    .main-header .logotype img {
        width: 250px;
    }
}

.main-header .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-nav > #menu-main-header {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width: 1200px) {
    .main-nav > #menu-main-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}


.main-nav #menu-main-header > li {
    position: relative;
}

.main-nav #menu-main-header > li > a {
    color: #1b2c58;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 50px;
}

/*@media screen and (min-width: 1200px) {*/
/*    .main-nav #menu-main-header > li > a {*/
/*        color: #fff;*/
/*    }*/
/*}*/

@media screen and (min-width: 1500px) {
    .main-nav #menu-main-header > li > a {
        font-size: 15px;
    }
}

@media screen and (min-width: 1800px) {
    .main-nav #menu-main-header > li > a {
        margin-left: 60px;
    }
}

.main-nav #menu-main-header > li > a:hover {
    color: #4d5b67;
}

.main-nav #menu-main-header > li.blue-button a,
.main-nav #menu-main-header > li.dark-blue-button a {
    color: #fff !important;
    height: 34px;
    width: 90px;
    display: block;
    text-align: center;
    border-radius: 15px;
    line-height: 38px;
    background-color: #1b2c58;
}

@media screen and (min-width: 992px) {
    .main-nav #menu-main-header > li.blue-button a,
    .main-nav #menu-main-header > li.dark-blue-button a {
        height: 44px;
        width: 150px;
        line-height: 48px;
    }
}

@media screen and (min-width: 1800px) {
    .main-nav #menu-main-header > li.blue-button a,
    .main-nav #menu-main-header > li.dark-blue-button a {
        width: 190px;
        height: 54px;
        line-height: 56px;
    }
}

.main-nav #menu-main-header > li.blue-button a:hover,
.main-nav #menu-main-header > li.dark-blue-button a:hover {
    opacity: .9;
}

.main-nav #menu-main-header > li.blue-button a {
    background-color: #0a8eb1;
    margin-left: 20px;
}

.main-nav #menu-main-header .menu-item-has-children:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #1b2c58;
    border-right: 2px solid #1b2c58;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*@media screen and (min-width: 1200px) {*/
/*    .main-nav #menu-main-header .menu-item-has-children:after {*/
/*        border-color: #fff;*/
/*    }*/
/*}*/
.main-nav #menu-main-header .sub-menu {
    display: none;
    position: absolute;
    background-color: #dfe6eb;
    top: 25px;
    left: 0;
    width: 120%;
    min-width: 350px;
    padding: 80px 40px 40px;
}

.main-nav #menu-main-header .sub-menu li {
    margin-bottom: 10px;
}

.main-nav #menu-main-header .sub-menu a {
    color: #1b2c58;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    margin-bottom: 10px;
}

/*@media screen and (min-width: 1800px) {*/
/*    .main-nav #menu-main-header .sub-menu a {*/
/*        font-size: 18px;*/
/*    }*/
/*}*/

.main-nav #menu-main-header .sub-menu a:hover {
    color: #4d5b67;
}

.main-nav #menu-main-header .menu-item-has-children:hover .sub-menu {
    display: block;
}

header.scroll .top-header {
    height: 0;
}

.main-header .logo-white {
    display: none;
}

/*@media screen and (min-width: 1200px) {*/
/*    .main-header .logo-color {*/
/*        display: none;*/
/*    }*/
/*    .main-header .logo-white {*/
/*        display: block;*/
/*    }*/
/*}*/
/*header.scroll .main-nav #menu-main-header > li > a,*/
/*header:hover .main-nav #menu-main-header > li > a {*/
/*    color: #1b2c58;*/
/*}*/
/*header.scroll .main-nav #menu-main-header .menu-item-has-children:after,*/
/*header:hover .main-nav #menu-main-header .menu-item-has-children:after {*/
/*    border-color: #1b2c58;*/
/*}*/
/*header.scroll .main-header,*/
/*header:hover .main-header {*/
/*    background-color: #dfe6eb;*/
/*}*/
/*header.scroll .main-header .logo-color,*/
/*header:hover .main-header .logo-color {*/
/*    display: block;*/
/*}*/
/*header.scroll .main-header .logo-white,*/
/*header:hover .main-header .logo-white {*/
/*    display: none;*/
/*}*/
/*mobile nav*/
.mob-nav {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 80px;
    left: 0;
    background-color: #dfe6eb;
    padding: 40px 0;
    text-align: center;
    display: none;
}

@media screen and (min-width: 1200px) {
    .mob-nav {
        display: none;
    }
}

.mob-nav ul {
    margin: 0;
    padding: 0;
}

.mob-nav a {
    font-family: 'Oswald', sans-serif;
    color: #1b2c58;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.mob-nav .header-tel {
    margin: 30px 0;
}

.mob-nav .header-tel img {
    -webkit-filter: invert(82%) sepia(57%) saturate(796%) hue-rotate(205deg) brightness(93%) contrast(92%);
    filter: invert(82%) sepia(57%) saturate(796%) hue-rotate(205deg) brightness(93%) contrast(92%);
}

.mob-nav #menu-social-icon-1 {
    display: block;
}

.mob-nav #menu-social-icon-1 li {
    display: inline-block;
}

.mob-nav #menu-social-icon-1 i {
    color: #1b2c58;
    font-size: 2.143em;
}

.mob-nav #menu-social-icon-1 .menu-item:not(:last-child) {
    margin-right: 20px;
}

.mob-nav #menu-social-icon-1 li span{
    display: none;
}

#mob-nav-btn,
#mob-nav-btn:after,
#mob-nav-btn:before {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #1b2c58;
    position: relative;
}

#mob-nav-btn:after {
    top: 5px;
}

#mob-nav-btn:before {
    top: -8px;
}

@media screen and (min-width: 992px) {
    #mob-nav-btn {
        display: none;
    }
}

.mob-nav .menu-item-has-children > a {
    position: relative;
}

.mob-nav .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 2px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #1b2c58;
    border-right: 2px solid #1b2c58;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mob-nav .menu-item-has-children .sub-menu {
    display: none;
    background-color: #ececec;
}

.mob-nav .menu-item-has-children .sub-menu a {
    font-size: 16px;
}

/*VIDEO BILLBOARD*/
.video-billboard {
    position: relative;
}

@media screen and (min-width: 1200px) {
    .video-billboard {
        border-top: 80px solid #1b2c58;
    }
}

.video-billboard .video-wrapper {
    height: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .video-billboard .video-wrapper {
        height: 600px;
    }
}

@media screen and (min-width: 992px) {
    .video-billboard .video-wrapper {
        height: 700px;
    }
}

@media screen and (min-width: 1450px) {
    .video-billboard .video-wrapper {
        height: 900px;
    }
}

.video-billboard .video-wrapper:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 11;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(27, 44, 88, .9)), to(rgba(27, 44, 88, .5)));
    background: -o-linear-gradient(left, rgba(27, 44, 88, .9) 0%, rgba(27, 44, 88, .5) 100%);
    background: linear-gradient(90deg, rgba(27, 44, 88, .9) 0%, rgba(27, 44, 88, .5) 100%);
    opacity: .6;
}

@media screen and (min-width: 992px) {
    .video-billboard .video-wrapper:after {
        background: -webkit-gradient(linear, left top, right top, from(rgba(27, 44, 88, 1)), to(rgba(27, 44, 88, 0)));
        background: -o-linear-gradient(left, rgba(27, 44, 88, 1) 0%, rgba(27, 44, 88, 0) 100%);
        background: linear-gradient(90deg, rgba(27, 44, 88, 1) 0%, rgba(27, 44, 88, 0) 100%);
    }
}

.video-billboard video {
    position: absolute;
    display: none;
    z-index: 10;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 250%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 480px) {
    .video-billboard video {
        max-width: 200%;
    }
}

@media screen and (max-width: 992px) {
    .video-billboard video {
        display: none !important;
    }
}

.video-billboard .video-billboard-text {
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.video-billboard .video-billboard-text h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 24px;
    font-style: italic;
    line-height: 32px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
    .video-billboard .video-billboard-text h1 {
        font-size: 36px;
        line-height: 43px;
    }
}

@media screen and (min-width: 992px) {
    .video-billboard .video-billboard-text h1 {
        font-size: 42px;
        line-height: 48px;
    }
}

@media screen and (min-width: 1800px) {
    .video-billboard .video-billboard-text h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

.video-billboard .video-billboard-text .btn.btn-primary{
    background: linear-gradient(to right, #0a8eb1 50%, #e1e1e1 50%);
    background-color: #0a8eb1;
    background-position: 99% 100%;
    background-size: 203% 100%;
}

.video-billboard .video-billboard-text .btn.btn-primary:hover{
    background-position: 0 100%;
}


.video-billboard .video-billboard-text p {
    font-family: titillium, sans-serif;
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 18px;
    padding-right: 10px;
    max-width: 320px;
}

@media screen and (min-width: 480px){
    .video-billboard .video-billboard-text p {
        max-width: 410px;
    }
}

@media screen and (min-width: 768px) {
    .video-billboard .video-billboard-text p {
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 20px;
        max-width: 480px;
    }
}

@media screen and (min-width: 1800px) {
    .video-billboard .video-billboard-text p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 40px;
        max-width: 510px;
    }
}


.page-template-template-landing-new .icon-holder img{
    max-width: 42%;
}

.page-template-template-landing-new .slide:hover .icon-holder img{
    -webkit-filter: invert(100%) sepia(82%) saturate(0%) hue-rotate(176deg) brightness(107%) contrast(101%);
    filter: invert(100%) sepia(82%) saturate(0%) hue-rotate(176deg) brightness(107%) contrast(101%);
}

.page-template-template-landing-new .header:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    height: 200px;
}

@media screen and (max-width: 768px) {
    .page-template-template-landing-new .bg-prop {
        display: block;
    }
}