/*******************************************************
 *
 * Resources
 *
 *******************************************************/
/* .ip-banner {
    opacity: 0;
    display: none;
} */

#main-wrapper {
    /* padding-top: 150px; */
    position: relative;
    z-index: 1;
}

#main-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 571px;
    background: url(../../images/about-amber-anderson/bg-top.jpg) center/cover no-repeat;
    z-index: -1;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#content-full {
    margin-top: 0;
}

body:not(.home) #main-wrapper {
    /* padding-top: 105px; */
}

/*breadcrumbs*/
#content p#breadcrumbs {
    margin: 0;
    position: absolute;
    top: 0;
    font-size: 17px;
    letter-spacing: 0.050em;
    line-height: 1;
    color: #797979;
    text-transform: uppercase;
    width: 62%;
    padding: 13.5px 0 13.5px 6%;
    z-index: 3;
    border-bottom: 2px solid #001941;
    font-weight: 500;
}

#content p#breadcrumbs span.breadcrumb_last {
    color: #002349;
}

#content p#breadcrumbs span span {
    margin: 0 4px;
}

#content p#breadcrumbs span span:first-of-type {
    margin-left: 0;
}

#content p#breadcrumbs span span:last-of-type {
    margin-right: 0;
}

.footer {
    padding-top: 90px;
}

.footer {
    padding-top: 80px;
}

/*breadcrumbs end*/
#ip-res {
    /* padding: 0 120px; */
    position: relative;
    margin-top: 80px;
    /* background-color: #002349; */
    overflow: hidden;
}

.ip-res-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 111px 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ip-res-top .title-l-o {
    left: -15px;
    top: -95%;
    font-size: 435px;
    bottom: auto;
}

.res-wrap {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    background-color: #002349;
    padding: 0 150px 20px;
}

.res-wrap:nth-child(2) {
    margin-bottom: 0;
}

.res-wrap:nth-child(3), .res-wrap:nth-child(4), .res-wrap:nth-child(5) {
    padding-top: 0;
    margin-bottom: 0;
}

.res-title {
    font-size: 40px;
    font-family: var(--font-family-title);
    line-height: 1;
    text-transform: uppercase;
    padding: 42px 0;
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}

.res-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.res-list {
    display: block;
    width: 33.333%;
    padding: 0 15px;
    margin: 15px 0;
    position: relative;
}

.res-list-wrap .res-list:nth-child(3) {
    padding-left: 60px;
}

.res-list:after {
    position: absolute;
    width: calc(100% - 30px);
    margin: 0 auto;
    height: 1px;
    background: rgb(255,255,255,0.1);
    content: '';
    left: 0;
    right: 0;
    bottom: -15px;
}

.res-list-wrap.no-div .res-list:after {
    display: none;
}

.res-list div {
    display: block;
    margin: 15px 0;
    text-align: left;
}

.res-list strong {
    font-size: 21px;
    display: block;
    font-weight: 400!important;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.res-list span {
    font-size: 16px;
    display: block;
    letter-spacing: 0.050em;
}

.res-list a {
    color: #7890af !important;
    display: block;
    letter-spacing: 0.1em;
    font-size: 16px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.res-title:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    pointer-events: none;
    background-color: #949494;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.res-wrap:not(:last-child) {
    margin-bottom: 30px;
}

.res-list:nth-child(2) > div {
    padding: 0 15px;
}

.res-title:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    pointer-events: none;
    background-color: #949494;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.res-wrap:not(:last-child) {
    margin-bottom: 30px;
}

.res-list:nth-child(2) > div {
    padding: 0 15px;
}

.res-wrap:last-child .res-list-wrap:last-of-type .res-list:after {
    display: none;
}

.res-wrap:nth-child(2) .res-list-wrap:nth-of-type(4) .res-list:not(:first-child):after {
    display: none;
}

.res-wrap:nth-child(4) .res-list-wrap:nth-of-type(3) .res-list:last-child:after {
    display: none;
}

.res-wrap:last-child .res-list-wrap:nth-of-type(5) .res-list:not(:first-child):after {
    display: none;
}

.res-list .wrap-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.res-list .wrap-contact span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
    line-height: 1;
}

.res-list .wrap-contact span:first-child {
    padding-left: 0;
    border-right: 1px solid #7890af;
}

.res-list .wrap-contact span:last-child {
    padding-right: 0;
}

.res-list a:hover {
    color: #fff!important;
}

/*modify desktop header*/
@media only screen and (min-width: 1601px) {
    #content p#breadcrumbs {
        padding-left: 8%;
    }
}

@media only screen and (min-width: 992px) {
    .main-header {
        position: absolute;
        top: 0;
    }

    .main-header .logo-flex a img:not(.blue-logo) {
        display: none;
    }

    .main-header .logo-flex a .blue-logo {
        display: block;
    }

    .main-header .logo-flex a:nth-child(2):before {
        background: rgba(102,102,102,0.2);
    }

    .navigation .aios-split-nav > li {
        border-bottom: 1px solid rgba(102,102,102,0.2);
    }

    .navigation .aios-split-nav > li > a {
        color: #666666 !important;
    }
}

@media only screen and (max-width: 1560px) {
    #content p#breadcrumbs {
        padding-left: 5%;
    }
}

/*modify desktop header end*/
@media only screen and (max-width: 1440px) {
    .ip-res-top-smi ul.smi-links li {
        margin-bottom: 10px;
    }

    #content p#breadcrumbs {
        padding-left: 5%;
    }
}

@media only screen and (max-width: 1366px) {
    .res-wrap {
        padding: 0 80px;
    }

    #content p#breadcrumbs {
        padding-left: 4%;
    }
}

@media only screen and (max-width: 1199px) {
    .res-wrap {
        padding: 0 30px;
    }

    .res-list {
        /* height: 200px; */
    }

    #content p#breadcrumbs {
        padding-left: 5%;
        font-size: 13px;
    }

    #content p#breadcrumbs span.breadcrumb_last {
        font-size: 13px;
    }

    .res-list strong {
        font-size: 18px;
    }

    .res-list span, .res-list a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    /*breadcrumbs*/ #content p#breadcrumbs {
        width: 100%;
        position: relative;
        padding: 13px 15px;
    }

    /*breadcrumbs end*/
    #main-wrapper {
        padding-top: 0;
    }

    .res-list {
        width: 100%;
        height: auto;
        padding: 0 15px!important;
    }

    .res-list-wrap .res-list:nth-child(3) {
        padding-left: 15px;
    }

    .res-list-wrap.no-div .res-list:after {
        display: block;
    }

    .res-wrap {
    }

    .res-list-wrap {
        margin: 0;
    }

    .res-list div {
        padding: 0!important;
        margin: 0;
    }

    .res-wrap {
        padding: 0 30px 30px;
    }

    .ip-res-top {
        padding: 45px 0 0;
        text-align: center;
    }

    #ip-res {
        margin-top: 45px;
        width: 100%;
        max-width: 768px;
        margin: 45px auto 0;
    }

    .ip-res-top {
        text-align: center;
    }

    .ip-res-top .title-widget {
        display: block;
        text-align: center;
        margin: 0 auto;
        font-size: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .res-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 480px) {
    #content p#breadcrumbs {
        font-size: 13px!important;
    }

    .res-wrap {
        padding: 0 15px 30px;
    }

    .res-title {
        font-size: 25px;
        padding: 30px 0;
    }

    .res-list .wrap-contact {
        display: block;
    }

    .res-list .wrap-contact span {
        display: block;
        border: none!important;
        padding: 0!important;
    }

    .res-list .wrap-contact span:not(:last-child) {
        margin-bottom: 10px;
    }
}
