﻿
.site-wrapper {
    background-color: transparent !important;
}

/**********************/
/* HeroPane With Seal */
/**********************/
.PhotoDashboardSAWrapper {
    position:relative;
}
.PhotoDashboardSA.heroPaneWithSeal {
    height: 550px;
    position: relative;
}

.PhotoDashboardSA.heroPaneWithSeal .container {
    height:100%;
}

.PhotoDashboardSA.heroPaneWithSeal .overlay {
    background: rgba(0,0,0,0.2);
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.PhotoDashboardSA.heroPaneWithSeal .parallax-window {
    height: 550px;
    background: transparent;
}
.PhotoDashboardSA.heroPaneWithSeal .contentWrapper {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.PhotoDashboardSA.heroPaneWithSeal .titleWrapper {
    margin: auto 0 14px 0;
    padding: 14px 0 0 0;
}

.PhotoDashboardSA.heroPaneWithSeal .titleDivider {
    width: 110px;
    height: 2px;
    position: relative;
    border: none;
    animation-timing-function: ease-in;
    animation-name: textAnimation;
    animation-duration: 0.4s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    margin: -14px 0 14px 0;
}
.heading_wrapper {
    display: none;
}

.PhotoDashboardSA.heroPaneWithSeal .titleDividerColor {
    background-color: #CCCCCC;
}


.PhotoDashboardSA.heroPaneWithSeal .title {
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Colossalis", arial, sans-serif !important;
    display: block;
    animation-timing-function: ease-in;
    animation-name: textAnimation;
    animation-duration: 0.4s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    letter-spacing: 0;
    margin: 0;
}

/** Seal */
.PhotoDashboardSA.heroSealPane {
    display: flex;
    height: 129px;
    padding: 0 15px;
    margin-bottom: 30px;
}
.PhotoDashboardSA .heroSealImgWrapper {
    margin-top: -150px;
    padding-left: 0;
}
.PhotoDashboardSA .heroSealImgBox {
    box-shadow: 0px 0px 20px #a1a1a1;
    background: #fff;
    width: 279px;
    height: 279px;
    z-index: 2;
    display: table-cell;
    float: none;
    vertical-align: middle;
    text-align: center;
}

.PhotoDashboardSA .heroSealImgBox .heroPaneSealImg {
    max-width:150px;
    max-height: 150px;
    vertical-align: middle;
    border-style: none;
}
.PhotoDashboardSA .heroSealTitle {
    color: #000;
    font-family: "Colossalis", arial, sans-serif!important;
    font-size: 24px;
    letter-spacing:2px;
    line-height: 28.8px;
    margin-top: 40px;
    text-transform: uppercase;
    animation-timing-function: ease-in;
    animation-name: textAnimation;
    animation-duration: 0.4s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.PhotoDashboardSA .heroSealLine2 {
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 1rem;
}

@keyframes textAnimation {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }

    to {
        transform: translateX(0px);
        opacity: 1;
    }
}

@media (min-width: 1261px) {
    .PhotoDashboardSA .heroPaneWithSeal .titleWrapper {
        padding: 14px 0 0 0;
    }
}

@media (min-width: 992px) {
    .PhotoDashboardSA .heroPaneWithSeal .titleWrapper {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {

    .PhotoDashboardSA.heroPaneWithSeal .titleWrapper {
        margin: 200px 15px 14px 15px;
    }
    .PhotoDashboardSA .heroSealTitle,
    .PhotoDashboardSA .heroSealLine2 {
        text-align: center;
    }
    .PhotoDashboardSA .heroSealImgWrapper {
        margin-top: -130px;
        display: block;
    }
    .PhotoDashboardSA .heroSealImgBox {
        display: block;
        padding-top: 30px;
        width: 200px;
        max-width: 200px;
        height: 200px;
        margin: auto;
    }
    .PhotoDashboardSA.heroPaneWithSeal .title {
        font-size: 48px;
        text-align: left;
    }
    .PhotoDashboardSA.heroSealPane {
        flex-wrap: wrap;
        height:auto;
    }
}
