/*
 * FONT IMPORTS
 */
@font-face {
    font-family: 'Oxanium';
    src: url('/tpl/ipa/fonts/Oxanium-Regular.ttf') format('truetype');
}


/*
 * HTML / BODY
 */
body {
    background: #1a1a1a;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

strong, b {
    font-weight: 800;
}



/* 
 * Header
 */
#header * {
    color: #828282;
}

#header-foot {
    background: rgb(255,255,255);
    background: linear-gradient(177deg, rgba(26,26,26,1) 49.5%, rgba(255,255,255,1) 50%);
    background-size: cover;
    height: 125px;
}

#header-logo {
    position: relative;
    float: right;
    width: 150px;
    height: 150px;
    top: -37.5px;
    background: #1a1a1a;
    padding: 8px;
    margin-right: 15px;
    border: solid 3.5px #fff;
    border-radius: 100%;
    /* transform: rotate(-3deg); */
}



/* 
 * Navigation
 */
.toggle-menu-btn {
    color: #828282;
    font-size: 1.75rem;
    cursor: pointer;
}

.toggle-menu-btn[aria-expanded=false] .text-expanded {
    display: none;
}

.toggle-menu-btn[aria-expanded=true] .text-collapsed {
    display: none;
}

.toggle-submenu-btn {
    color: #828282;
    cursor: pointer;
    border: solid 1px #828282;
    padding: 0px 1px 0px 3px;
}

.toggle-submenu-btn[aria-expanded=false] .text-expanded {
    display: none;
}

.toggle-submenu-btn[aria-expanded=true] .text-collapsed {
    display: none;
}

.menu li {
    /* margin: 0.75rem 0; */
    padding: 0;
}

.menu ul li {
    padding: 0.75rem 0;
}

.menu li a {
    cursor: pointer;
    transition: color ease-out 0.25s;
}

.menu li a:hover {
    text-decoration: none;
    color: #fff !important;
    transition: color ease-out 0.5s;
}

.menu .topmenu {
    list-style-type: none;
    padding-right: 2.0rem;
}

.menu > div > li {
    margin: 1rem 0;
    font-weight: 800;
    text-transform: uppercase;
    list-style: none;
}

.menu ul {
    list-style-image: url(/tpl/ipa/img/chevron-right.svg); 
    padding-left: 1.3em;
}


/* 
 * Main
 */
main {
    background: #fff;
}

.error-404 {
    font-size: 25vw;
    font-weight: 800;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 6.75vw;
}

.error-404 .subline {
    font-size: 3.5vw;
    font-weight: 800;
    text-align: center;
    color: #1a1a1a;
    margin-top: -10vw;
}

@media (min-width: 768px) {
    .error-404 {
        font-size: 12vw;
        font-weight: 800;
        text-align: center;
        color: #1a1a1a;
        margin-bottom: 3vw;
    }

    .error-404 .subline {
        font-size: 1.75vw;
        font-weight: 800;
        text-align: center;
        color: #1a1a1a;
        margin-top: -4vw;
    }
}

.text-normal-size {
    font-size: 1.0rem;
}

.feature-image-container {
    padding-top: 66.66%;
    border: solid 1px #1a1a1a;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size ease-out 0.25s;
}

.feature-image-container:hover {
    background-size: 125% 125%;
    transition: background-size ease-out 0.5s;
    cursor: zoom-in;
}

.feature-image-container.placeholder {
    background-image: url(/tpl/ipa/img/placeholder.jpg);
}

.single-post .feature-image-container {
    border: 0;
    margin-top: 5px;
}

.sharing-btn {
    font-size: x-large;
    margin: 0 1rem 0 0;
    color: #828282;
    transition: all ease-out 0.25s;
}

#facebook-btn.sharing-btn:hover {
    color: #3b5998;
    transition: all ease-out 0.5s;
}

#twitter-btn.sharing-btn:hover {
    color: #00acee;
    transition: all ease-out 0.5s;
}

#pinterest-btn.sharing-btn:hover {
    color: #c8232c;
    transition: all ease-out 0.5s;
}

#linkedin-btn.sharing-btn:hover {
    color: #0e76a8;
    transition: all ease-out 0.5s;
}

#email-btn.sharing-btn:hover {
    color: #1a1a1a;
    transition: all ease-out 0.5s;
}

#info-btn.sharing-btn:hover {
    color: #7700ff;
    transition: all ease-out 0.5s;
}

span.email {
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s all;
    transition-delay: 0.25s;
}

span.email:hover {
    text-decoration: underline;
    transition: 0.5s all;
    transition-delay: 0.25s;
}

span.email.wait:hover {
    text-decoration: underline;
    transition: 0.5s all;
    transition-delay: 0.25s;
}

span.email.wait {
    padding-left: 20px;
    background-image: url(/tpl/ipa/img/wait.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.portrait {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #aaaaaa;
    margin: 2px 0 10px 2px;
}


/* 
 * Footer
 */
#mission-statement {
    font-family: 'Oxanium';
    font-size: xx-large;
}

#footer-head {
    background: rgb(255,255,255);
    background: linear-gradient(177deg, rgba(255,255,255,1) 49.5%, rgba(26,26,26,1) 50%);
    background-size: cover;
    height: 125px;
}

#footer-step-1 {
    margin-top: 75px;
}

#footer-step-2 {
    margin-top: 25px;
}

#footer-step-3 {
    margin-top: 0px;
}

#footer * {
    color: #828282;
    text-transform: uppercase;
}

#footer h6 {
    font-size: small;
    font-weight: bold;
    margin-bottom: 1.25rem;
}

#footer p {
    font-size: x-small;
}

#footer-logo {
    width: 70%;
    display: block;
    margin: -100px 15% 25px 15%;
}

@media (min-width: 576px) {  
    #footer-logo {
        width: 50%;
        display: block;
        margin: -75px 25% 25px 25%;
    }
}

@media (min-width: 768px) {  
    #footer-logo {
        shape-outside: circle(50%);
        float: left;
        width: 150px;
        margin: 10px 30px 25px 0;
    }
}
