/* Locked Resoucers Styles */
body.alert-visible {
    overflow: hidden;
}

.locked, .not-logged-in .cp39375-1 {
    position: relative;
    display: block;
    cursor: pointer;
}

.resource-wrap.new .asset-image > a:after, .locked:after, .not-logged-in .cp39375-1 a:after {
    content: "\1F512";
    position: absolute;
    top: 2rem;
    right: 2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(224, 37, 27, 0.9);
    color: #fff;
    width: 2rem;
    height: 2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    text-align: center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.resource-wrap.new .asset-image > a:after {
    content: "New";
    font-size: 10px;
    font-family: sans-serif;
}

.not-logged-in .cp39375-1 a:after {
    left: 50%;
    margin-left: -1rem;
    top: 1.5rem;
}

/* Cover locked resources so link cant be clicked */
.locked:before, .not-logged-in .cp39375-1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2300;
    background: rgba(0, 0, 0, 0);
}

.locked-alert-wrap {
    position: fixed;
    background: rgba(255, 255, 255, 1);
    border: 10px solid #D9D8D6;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 3400;
    top: 10%;
    left: 50%;
    margin-left: -200px;
    min-width: 400px;
    display: none;
}

.locked-alert-wrap.giveaway-modal {
    top: 2%;
    left: 0;
    background: none;
    border: 0;
    height: 95vh;
    margin: 0;
    width: 100vw;
    display: none;
}

.locked-alert-wrap.giveaway-modal .close {
    position: absolute;
    top: 1vw;
    right: 6vw;
    background: #CE2B2A;
    color: #fff;
    text-align: center;
    width: 34px;
    font-size: 14px;
    line-height: 34px;
    border-radius: 10rem;
    cursor: pointer;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3400;
    background: rgba(0, 0, 0, 0.75);
    display: none;
}

.locked-alert {
    padding: 2rem;
    text-align: center;
}

.locked-alert .button {
    margin: 0 1rem;
}

.locked-alert .close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #CE2B2A;
    color: #fff;
    text-align: center;
    width: 34px;
    font-size: 14px;
    line-height: 34px;
    border-radius: 10rem;
    cursor: pointer;
}

/* End Locked Resoucers Styles */

/* Resources Update */
.section-name {
    position: relative;
    margin-bottom: 4rem;
}

.section-name h2 {
    margin: 0;
    font-weight: 300;
    font-size: 1.5rem;
    color: inherit;
    background: #fff;
    padding-right: 1rem;
    position: relative;
    display: inline-block;
    padding-left: 70px;
    z-index: 1;
    font-weight: 700;
}

.section-line {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    z-index: 0;
    background: #ccc;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.section-name:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    lefT: 0;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10rem;
    box-sizing: border-box;
}

.section-name.section-name-Video:before {
    background-image: url(../Userfiles/Icons/Icon-Video.svg);
}

.section-name.section-name-Marketing:before {
    background-image: url(../Userfiles/Icons/Icon-Marketing.svg);
}

.section-name.section-name-Licensing:before {
    background-image: url(../Userfiles/Icons/Icon-Licensing.svg);
}

.section-name.section-name-Technical:before {
    background-image: url(../Userfiles/Icons/Icon-Technical.svg);
}

.section-name.section-name-Sales:before {
    background-image: url(../Userfiles/Icons/Icon-Sales.svg);
}

.section-name.section-name-also:before {
    background-image: url(../Userfiles/Icons/Icon-Download.svg);
}

.section-name.section-name-featured:before {
    background-image: url(../Userfiles/Icons/Icon-Featured-Tools.svg);
}

.filter-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
    background: #E6E2E4;
    align-items: center;
    margin-bottom: 4rem;
}

.filter-wrap .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: .25rem;
}

@media (min-width: 1000px) {
    .filter-wrap .container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }
}

.filter-wrap > div select {
    padding-right: 4rem;
    margin: 0;
}

span[id^="ucResources2019_dlResources_GridResults"], span[id^="ucResources2019_ResourceItem_DL_AlsoViewed"], span[id^="ucSearch2019_ResourceItem_DL_AlsoViewed"], span[id^="ucHomeResources2018_DL_Featured"], span[id^="ucSearch2019_DL_Results"] {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    justify-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
}

span[id^="ucResources2019_dlResources_GridResults"] span, span[id^="ucResources2019_ResourceItem_DL_AlsoViewed"] span, span[id^="ucSearch2019_ResourceItem_DL_AlsoViewed"] span, span[id^="ucHomeResources2018_DL_Featured"] span, span[id^="ucSearch2019_DL_Results"] span {
    display: flex;
    width: 100%;
    height: 100%;
}

@media (min-width: 400px) {
    span[id^="ucResources2019_dlResources_GridResults"], span[id^="ucResources2019_ResourceItem_DL_AlsoViewed"], span[id^="ucSearch2019_ResourceItem_DL_AlsoViewed"], span[id^="ucHomeResources2018_DL_Featured"], span[id^="ucSearch2019_DL_Results"] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 600px) {
    span[id^="ucResources2019_dlResources_GridResults"], span[id^="ucResources2019_ResourceItem_DL_AlsoViewed"], span[id^="ucSearch2019_ResourceItem_DL_AlsoViewed"], span[id^="ucHomeResources2018_DL_Featured"], span[id^="ucSearch2019_DL_Results"] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    span[id^="ucResources2019_dlResources_GridResults"], span[id^="ucResources2019_ResourceItem_DL_AlsoViewed"], span[id^="ucSearch2019_ResourceItem_DL_AlsoViewed"], span[id^="ucHomeResources2018_DL_Featured"], span[id^="ucSearch2019_DL_Results"] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1400px) {
    span[id^="ucResources2019_dlResources_GridResults"], span[id^="ucResources2019_ResourceItem_DL_AlsoViewed"], span[id^="ucSearch2019_ResourceItem_DL_AlsoViewed"], span[id^="ucHomeResources2018_DL_Featured"], span[id^="ucSearch2019_DL_Results"] {
        grid-template-columns: repeat(4, 1fr);
    }
}

span[id^="ucResources2019_dlResources_GridResults"] br, span[id^="ucResources2019_ResourceItem_DL_AlsoViewed"] br, span[id^="ucSearch2019_ResourceItem_DL_AlsoViewed"] br, span[id^="ucHomeResources2018_DL_Featured"] br, span[id^="ucSearch2019_DL_Results"] br {
    display: none;
}

.resource-wrap {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #EAEEF5;
    background: #E6E2E4;
    border-radius: 1rem;
    overflow: hidden;
    text-align: left;
}

.home .resource-wrap {
    background: #EAEEF5;
}

.resource-link {
    display: block;
    color: #333d47;
    text-decoration: none;
    line-height: 1.2;
    text-wrap: pretty;
    padding: 1rem;
    padding-bottom: 2rem;
    font-weight: 700;
}

.resource-link:hover {
    color: initial;
    text-decoration: none;
}

.resource-wrap .asset-image {
    position: relative;
    width: 100%;
}

.resource-wrap .asset-image a {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.resource-wrap .asset-image img {
    display: block;
    width: 100%;
    box-sizing: border-box;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.hero-image-wrap {
    background: #fff;
    height: 285px;
    margin-bottom: 20px;
    border: 2px solid #d1d3d4;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.hero-image {
    text-align: center;
    padding-top: 20px
}

.back-to-top {
    width: 100%
}

.back-to-top a {
    float: right;
    background: #1e0013;
}

.back-button {
    display: block;
    padding-bottom: 40px
}

.updated-date {
    display: block;
    font-size: 12px
}

.dl-button {
    float: right;
    margin: auto 0;
    margin-top: 40px
}

/* REGIONAL RESOURCES */
.region-dropdowns {
}

.region-dropdowns select::-ms-expand, .filter-wrap select::-ms-expand {
    display: /* hide default arrow in IE10 */
    none
}

.dropdown-wrap {
    display: flex;
    align-items: center;
    border: 2px solid #E6E2E4;
    background: #fff;
    border-radius: 3px;
    position: relative;
    z-index: 200;
    height: 50px;
    width: 100%;
    border-radius: 1rem;
    border: 2px solid #ABA8B1;
    overflow: hidden;
}

.dropdown-wrap .drop-arrow {
    display: flex;
    align-items: center;
    background: #E1251B;
    color: #fff;
    text-align: center;
    padding: 12px 15px;
    z-index: 100;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0
}

.dropdown-wrap select {
    position: relative;
    height: 100%;
    z-index: 200 !important;
    width: 100%;
    background: transparent !important;
    border: 0;
    padding: 7px 10px;
    cursor: pointer;
    text-indent: .01px;
    text-overflow:;
    background-image: none;
    /* turn bg image for IE7 */
    -webkit-appearance: none;
    /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none;
    /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none;
    /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none
}

.oldie .dropdown-wrap select {
    margin-right: -30px
}

.dropdown-wrap select:disabled ~ .drop-arrow {
    background: #d1d3d4
}

.dropdown-wrap select option {
    background: /* style the dropdown bg color */
    #fff
}

.region-dropdowns h4 {
    color: #000
}

.resource-buttons-wrap {
    position: relative;
    z-index: 200
}

.region-title {
    display: table;
    height: 50px;
    position: relative;
    overflow: hidden
}

.region-title span {
    display: table-cell;
    font-size: 18px;
    line-height: 25px;
    vertical-align: bottom
}

.resource-buttons {
    text-align: right;
    padding-right: 20px
}

.resource-buttons a {
    display: inline-block;
    background: #fff;
    margin-left: 3px;
    border: 2px solid #ededed;
    border-bottom: 2px solid #d1d3d4;
    padding: 15px 20px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    margin-bottom: -2px
}

.resource-buttons a:hover {
    text-decoration: none;
    color: #58595b
}

.resource-buttons a.visible {
    border: 2px solid #d1d3d4;
    margin-bottom: -2px;
    border-bottom-color: #fff;
    text-decoration: none;
    color: #58595b
}

.resource-grid-wrap {
    background: #fff;
    padding: 10px;
    border: 2px solid #d1d3d4;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0
}

.resource-grid {
    font-size: 14px;
    z-index: 100;
    position: relative
}

.resource-grid th {
    font-size: 16px;
    font-weight: 700;
    text-align: left
}

.resource-grid th, .resource-grid td {
    padding: 10px;
    text-align: left
}

.resource-grid tr {
    border-bottom: 2px solid #ededed;
    text-align: left
}

.resource-grid tr:last-of-type {
    border-bottom: 0px;
}

.details-left {
    padding-right: 4rem;
}

.details-left .dl-button {
    width: 100%;
}

.details-right.locked {
    min-height: 400px;
    background: #e5e5e5;
}

.details-right.locked:after {
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    line-height: 100px;
    font-size: 3rem;
}

.details-right {
    text-align: center;
}

.details-right span {
    display: block;
    width: 100%;
}

.details-right iframe {
    max-width: 100%;
    width: 100%;
}

.details-right video {
    width: 100%;
    height: 100%;
}

.details-right object {
    width: 100%;
    border: 10px solid #ccc;
    margin: 0 auto;
    min-height: 400px;
    height: 70vh;
}

.details-right object[type="application/pdf"] {
    height: 100vh;
}

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
    .details-right object {
        max-width: 100%;
        border: 10px solid #ccc;
        margin: 0 auto;
        min-height: auto;
    }
}

.details-right object img {
    object-fit: contain;
    display: block;
    display: none;
}

/* jQVMap Styles Version 1.0 */
#countryLabel {
    display: block;
    text-align: center;
    height: 30px;
    margin-bottom: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: auto
}

#countryLabel p {
    margin: 0;
    padding: 0
}

#countryLabel:empty {
    display: none
}

.jqvmap-label {
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: #fff;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    display: none
}

.jqvmap-zoomin, .jqvmap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    padding: 3px;
    color: #000;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center
}

.jqvmap-zoomin {
    top: 10px
}

.jqvmap-zoomout {
    top: 30px
}

.jqvmap-region, .jvectormap-region {
    cursor: pointer
}

.jqvmap-ajax_response {
    width: 100%;
    height: 500px
}

/* SEARCH */
.filter-title {
    font-size: 1.5rem;
}
