/* Videos overview styles begins here */

#VFeature {
    padding: 0 0 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #VFeature .container {
        padding-right: 0;
        padding-left: 0;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #VFeature .container {
        padding-right: 0;
        padding-left: 0;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 767.98px) {
    #VFeature {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

#VFeature .custom-padding {
    padding: 0 5px;
}

@media (max-width: 767.98px) {
    #VFeature .custom-padding {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #VFeature .custom-padding {
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #VFeature .custom-padding {
        padding: 0;
    }
}

#VFeature .sub-title {
    color: #282828;
    font-size: 24px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    #VFeature .sub-title {
        font-size: 20px;
        text-align: center;
        line-height: 1.4;
    }
}

#VFeature h2 {
    color: #2e2e2e;
    font-size: 22px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 26px;
}

#VFeature .video-descp p {
    color: #707372;
    font-size: 16px;
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
    line-height: 120%;
    margin-bottom: 24px;
}

#VFeature .video-descp a {
    color: #ff4d00;
    font-size: 16px;
    font-weight: 800;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
}

#VFeature .video-descp a span {
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -20px;
    -webkit-transition: left .2s;
    transition: left .2s;
    top: 2px;
}

#VFeature .video-descp a span i {
    font-size: 28px;
    line-height: 20px;
}

#VFeature .video-descp a:hover span {
    visibility: visible;
    left: -4px;
    -webkit-transition: left .2s;
    transition: left .2s;
}

@media (max-width: 767.98px) {
    #VFeature .video-descp a {
        margin-bottom: 20px;
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #VFeature .video-descp a {
        margin-bottom: 20px;
        display: inline-block;
    }
}

#VFeature .share {
    position: absolute;
    bottom: 0;
}

@media (max-width: 767.98px) {
    #VFeature .share {
        position: static;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #VFeature .share {
        position: static;
    }
}

#VFeature .share p {
    color: #707372;
    font-size: 16px;
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
    line-height: 120%;
    margin-bottom: 10px;
}

#VFeature .share .getsocial .gs-bar.gs-buttons .gs-tracking {
    margin-bottom: 0;
    padding: 10px !important;
}

.v-fimg {
    position: relative;
    display: block;
}

@media (max-width: 767.98px) {
    .v-fimg {
        margin-bottom: 20px;
    }
}

.v-fimg img {
    width: 100%;
    height: auto;
}

.v-fimg i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 50px;
}

@media (max-width: 575.98px) {
    .video-slider li .each-video {
        text-align: center;
    }
}

.video-slider.owl-carousel .owl-nav.disabled {
    display: block;
}

.video-slider.owl-carousel .owl-dots.disabled {
    display: block;
}

.video-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.video-slider .owl-dots .owl-dot {
    margin: 0 5px;
}

.video-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    background-color: #c7c9c7;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.video-slider .owl-dots .owl-dot.active span {
    background-color: #ff4d00;
}

.video-slider .owl-dots .owl-dot:hover span,
.video-slider .owl-dots .owl-dot:focus span {
    background-color: #ff4d00;
}

@media (max-width: 767.98px) {
    .video-slider .owl-dots {
        display: none;
    }
}

.video-slider .owl-prev,
.video-slider .owl-next {
    background-color: #fff;
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-43%);
    transform: translateY(-43%);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF !important;
    padding: 15px 22px !important;
}

.video-slider .owl-prev:focus,
.video-slider .owl-next:focus {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 767.98px) {
    .video-slider .owl-prev,
    .video-slider .owl-next {
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .video-slider .owl-prev,
    .video-slider .owl-next {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .video-slider .owl-nav {
        padding-top: 30px;
        text-align: center;
    }
}

.video-slider .owl-prev {
    left: -60px;
}

@media (max-width: 1199.98px) {
    .video-slider .owl-prev {
        left: 0 !important;
    }
}

.video-slider .owl-prev::before {
    position: absolute;
    content: "\f017";
    left: 50%;
    top: 50%;
    font-size: 26px;
    color: #282828;
    font-family: katena;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
    .video-slider .owl-prev::before {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .video-slider .owl-prev::before {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .video-slider .owl-prev::before {
        font-size: 20px;
    }
}

.video-slider .owl-prev:hover::before {
    color: #ff4d00;
}

.video-slider .owl-prev.disabled::before {
    color: #c7c9c7;
}

.video-slider .owl-next {
    right: -60px;
}

@media (max-width: 1199.98px) {
    .video-slider .owl-next {
        right: 0 !important;
    }
}

.video-slider .owl-next::before {
    position: absolute;
    content: "\f018";
    left: 50%;
    top: 50%;
    font-size: 26px;
    color: #282828;
    font-family: katena;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 575.98px) {
    .video-slider .owl-next::before {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .video-slider .owl-next::before {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .video-slider .owl-next::before {
        font-size: 20px;
    }
}

.video-slider .owl-next:hover::before {
    color: #ff4d00;
}

.video-slider .owl-next.disabled::before {
    color: #c7c9c7;
}

.video-slider .owl-nav span {
    visibility: hidden;
}

.video-slider .owl-prev {
    top: 26%;
    left: -53px;
}

.video-slider .owl-next {
    top: 26%;
    right: -50px;
}

.video-slider.noowlslider li {
    display: inline-block;
    width: 22.6%;
    vertical-align: top;
}

.video-slider.noowlslider li:last-child {
    margin-right: 0;
}

@media (max-width: 575.98px) {
    .video-slider.noowlslider li {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .video-slider.noowlslider li {
        width: 44%;
    }
    .video-slider.noowlslider li:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .video-slider.noowlslider li {
        width: 28.9%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .video-slider.noowlslider li {
        width: 30%;
    }
}

.video-overview .title {
    margin-bottom: 30px;
}

.video-overview .sub-title {
    color: #282828;
    font-size: 24px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 14px;
}

@media (max-width: 767.98px) {
    .video-overview .sub-title {
        font-size: 20px;
        text-align: center;
        line-height: 1.4;
    }
}

@media (max-width: 767.98px) {
    .video-overview .sub-title {
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 20px;
        text-align: center;
    }
}

.video-overview .viewall {
    text-align: right;
    padding-right: 14px;
}

@media (max-width: 767.98px) {
    .video-overview .viewall {
        text-align: center;
    }
}

.video-overview .viewall .btn-one {
    color: #2e2e2e;
}

.video-overview .viewall .btn-one:hover {
    color: #ff4d00;
}

.video-overview ul li {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    list-style-type: none;
}

@media (max-width: 575.98px) {
    .video-overview ul li {
        margin-left: 0;
        margin-right: 0;
    }
}

.each-video .video-wrp {
    margin-bottom: 20px;
    overflow: hidden;
    height: auto;
    position: relative;
    display: block;
}

@media (max-width: 767.98px) {
    .each-video .video-wrp {
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .each-video .video-wrp {
        display: inline-block;
    }
}

.each-video .video-wrp img {
    width: 100%;
    height: auto;
}

.each-video .video-wrp i {
    color: #FFFFFF;
    font-size: 50px;
}

.each-video .video-wrp .icon-wrap {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    -webkit-transition: top 0.2s ease 0s;
    transition: top 0.2s ease 0s;
}

.each-video .video-wrp .icon-wrap p {
    opacity: 0;
    padding-top: 10px;
    color: #fff;
    text-transform: uppercase;
}

.each-video .video-wrp .content-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 200px;
    width: 100%;
    bottom: -200px;
    -webkit-transition: bottom 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: bottom 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.each-video .video-wrp:hover .content-overlay {
    height: 100%;
    bottom: 0;
    -webkit-transition: bottom 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: bottom 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.each-video .video-wrp:hover .icon-wrap {
    top: 50%;
}

.each-video .video-wrp:hover .icon-wrap p {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.each-video p {
    color: #282828;
    font-size: 18px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 0;
}

.each-video p a {
    color: #282828;
}

@media (max-width: 767.98px) {
    .each-video p {
        margin-bottom: 20px;
    }
}

#CataractSurgery {
    background: #f6f6f6;
    padding: 30px 0;
}

#CataractSurgery .owl-carousel .owl-prev,
#CataractSurgery .owl-carousel .owl-next {
    padding: 20px !important;
}

@media (max-width: 575.98px) {
    #CataractSurgery .owl-carousel .owl-prev,
    #CataractSurgery .owl-carousel .owl-next {
        padding: 16px !important;
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #CataractSurgery .owl-carousel .owl-prev,
    #CataractSurgery .owl-carousel .owl-next {
        padding: 20px 15px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #CataractSurgery .owl-carousel .owl-prev,
    #CataractSurgery .owl-carousel .owl-next {
        padding: 20px 15px !important;
    }
}

#CorneaAndOcularSurfaceProcedures {
    padding: 30px 0;
}

#CorneaAndOcularSurfaceProcedures .owl-carousel .owl-prev,
#CorneaAndOcularSurfaceProcedures .owl-carousel .owl-next {
    padding: 20px !important;
}

@media (max-width: 575.98px) {
    #CorneaAndOcularSurfaceProcedures .owl-carousel .owl-prev,
    #CorneaAndOcularSurfaceProcedures .owl-carousel .owl-next {
        padding: 16px !important;
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #CorneaAndOcularSurfaceProcedures .owl-carousel .owl-prev,
    #CorneaAndOcularSurfaceProcedures .owl-carousel .owl-next {
        padding: 20px 15px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #CorneaAndOcularSurfaceProcedures .owl-carousel .owl-prev,
    #CorneaAndOcularSurfaceProcedures .owl-carousel .owl-next {
        padding: 20px 15px !important;
    }
}

#GlaucomaSurgery {
    background: #f6f6f6;
    padding: 30px 0;
}

#GlaucomaSurgery .owl-carousel .owl-prev,
#GlaucomaSurgery .owl-carousel .owl-next {
    padding: 20px !important;
}

@media (max-width: 575.98px) {
    #GlaucomaSurgery .owl-carousel .owl-prev,
    #GlaucomaSurgery .owl-carousel .owl-next {
        padding: 16px !important;
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #GlaucomaSurgery .owl-carousel .owl-prev,
    #GlaucomaSurgery .owl-carousel .owl-next {
        padding: 20px 15px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #GlaucomaSurgery .owl-carousel .owl-prev,
    #GlaucomaSurgery .owl-carousel .owl-next {
        padding: 20px 15px !important;
    }
}

#AmbioDiskProcedures {
    padding: 30px 0;
}

#AmbioDiskProcedures .owl-carousel .owl-prev,
#AmbioDiskProcedures .owl-carousel .owl-next {
    padding: 20px !important;
}

@media (max-width: 767.98px) {
    #AmbioDiskProcedures .owl-carousel .owl-prev,
    #AmbioDiskProcedures .owl-carousel .owl-next {
        padding: 16px !important;
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #AmbioDiskProcedures .owl-carousel .owl-prev,
    #AmbioDiskProcedures .owl-carousel .owl-next {
        padding: 20px 15px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #AmbioDiskProcedures .owl-carousel .owl-prev,
    #AmbioDiskProcedures .owl-carousel .owl-next {
        padding: 20px 15px !important;
    }
}

#Others {
    padding: 30px 0;
    position: relative;
    margin-bottom: 50px;
}

#Single-useProducts {
    padding: 30px 0;
    position: relative;
    margin-bottom: 50px;
    background: #f6f6f6;
}

@media (max-width: 767.98px) {
    #Others {
        margin-bottom: 30px;
    }
}

#Others .owl-carousel .owl-prev,
#Others .owl-carousel .owl-next {
    padding: 20px !important;
}

@media (max-width: 767.98px) {
    #Others .owl-carousel .owl-prev,
    #Others .owl-carousel .owl-next {
        padding: 16px !important;
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #Others .owl-carousel .owl-prev,
    #Others .owl-carousel .owl-next {
        padding: 20px 15px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #Others .owl-carousel .owl-prev,
    #Others .owl-carousel .owl-next {
        padding: 20px 15px !important;
    }
}


/* Videos overview styles ends here */


/* Videos All  styles begins here */

#VViewall {
    margin-bottom: 60px;
}

@media (max-width: 767.98px) {
    #VViewall {
        padding-top: 20px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #VViewall {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #VViewall {
        margin-bottom: 30px;
    }
}

#VViewall h1 {
    color: #282828;
    font-size: 24px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #e3e4e3;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

@media (max-width: 767.98px) {
    #VViewall h1 {
        font-size: 20px;
    }
}

#VViewall .all-wrap .each-video {
    float: left;
    width: 287px;
    margin-right: 30px;
}

@media (max-width: 575.98px) {
    #VViewall .all-wrap .each-video {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }
}

#VViewall .all-wrap .each-video:nth-of-type(4n) {
    margin-right: 0;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #VViewall .all-wrap .each-video {
        width: 303px;
        margin-bottom: 20px;
    }
    #VViewall .all-wrap .each-video:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #VViewall .all-wrap .each-video {
        width: 348px;
        margin-bottom: 40px;
    }
    #VViewall .all-wrap .each-video:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #VViewall .all-wrap .each-video {
        width: 230px;
        margin-bottom: 30px;
        margin-right: 20px;
    }
}

#VViewall .all-wrap .divider {
    float: left;
    width: 100%;
    height: 1px;
    clear: both;
    background-color: #f0f1f1;
    margin-bottom: 40px;
    margin-top: 40px;
}

@media (max-width: 575.98px) {
    #VViewall .all-wrap .divider {
        margin-bottom: 20px;
        margin-top: 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #VViewall .all-wrap .divider {
        margin-bottom: 40px;
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #VViewall .all-wrap .divider {
        margin-bottom: 40px;
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #VViewall .all-wrap .divider {
        margin-bottom: 40px;
        margin-top: 0;
    }
}


/* Videos All  styles ends here */


/* Literature/Article/WhitePapers style begins here */

.resources-lists {
    padding: 0 0 30px;
}

@media (max-width: 767.98px) {
    .resources-lists {
        padding-top: 20px;
    }
}

.resources-lists h2 {
    color: #282828;
    font-size: 24px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .resources-lists h2 {
        text-align: center;
    }
}

.resources-lists .resources-wrap {
    border-bottom: 1px solid #c7c9c7;
    padding-bottom: 40px;
}

@media (max-width: 767.98px) {
    .resources-lists .resources-wrap {
        padding-bottom: 10px;
    }
}

.resources-lists .resources-wrap .each-catalog {
    display: block;
}

@media (max-width: 767.98px) {
    .resources-lists .resources-wrap .each-catalog {
        width: 288px;
        margin: 0 auto 30px;
        text-align: center;
    }
}

.resources-lists .resources-wrap .each-catalog:hover img {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.resources-lists .resources-wrap .each-catalog img {
    width: 100%;
    height: auto;
    border: 1px solid #c7c9c7;
}

.resources-lists .resources-wrap .each-catalog h2 {
    color: #2e2e2e;
    font-size: 24px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 20px;
}

@media (max-width: 767.98px) {
    .resources-lists .resources-wrap .each-catalog h2 {
        padding-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .resources-lists .resources-wrap .each-catalog h2 {
        font-size: 20px;
    }
}

.resources-lists ul.tab-list {
    text-align: center;
    padding: 40px 0 30px;
    margin-bottom: 0;
}

.resources-lists ul.tab-list li {
    display: inline-block;
    border: 1px solid #c7c9c7;
    margin: 0 10px 0 10px;
}

@media (max-width: 767.98px) {
    .resources-lists ul.tab-list li {
        margin-bottom: 20px;
    }
}

.resources-lists ul.tab-list li a {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 12px 20px;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    margin: 0;
}

.resources-lists ul.tab-list li.active,
.resources-lists ul.tab-list li:hover {
    background: #ff4d00;
    border: 1px solid #ff4d00;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.resources-lists ul.tab-list li.active a,
.resources-lists ul.tab-list li:hover a {
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .resources-lists ul.tab-list {
        padding-bottom: 0;
    }
}

@media (max-width: 1199.98px) {
    .resources-lists ul.tab-list {
        display: none;
    }
}

.resources-lists ul#education-list {
    min-height: 10px !important;
}

.resources-lists .resources-block .each-resources {
    border-bottom: 1px solid #c7c9c7;
    padding: 30px 0;
    list-style: none;
}

@media (max-width: 767.98px) {
    .resources-lists .resources-block .each-resources {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.resources-lists .resources-block .each-resources a {
    color: #2e2e2e;
    font-size: 22px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    line-height: 120%;
}

.resources-lists .resources-block .each-resources a h3 {
    color: #2e2e2e;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 767.98px) {
    .resources-lists .resources-block .each-resources a h3 {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .resources-lists .resources-block .each-resources a {
        font-size: 20px;
    }
}

.resources-lists .resources-block .each-resources a:hover h3 {
    color: #ff4d00;
}

.resources-lists .resources-block .each-resources:last-child,
.resources-lists .resources-block .each-resources:nth-child(10n) {
    border-bottom: 0;
}

.resources-lists .holder {
    text-align: center;
}

.resources-lists .holder a {
    background-color: #FFFFFF;
    color: #2e2e2e;
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    font-weight: 400;
    margin: 0 10px;
    padding: 5px 12px;
    border-bottom: 1px solid #2e2e2e;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .resources-lists .holder a {
        margin: 0 8px;
        padding: 5px 8px;
    }
}

.resources-lists .holder a.jp-current,
.resources-lists .holder a:hover {
    background-color: #ff4d00;
    color: #FFFFFF;
    border-bottom: 1px solid #ff4d00;
    cursor: pointer;
}

.resources-lists .holder a.jp-previous,
.resources-lists .holder a.jp-next {
    cursor: pointer;
    position: relative;
    height: 38px;
    width: 40px;
}

.resources-lists .holder a.jp-previous::before,
.resources-lists .holder a.jp-next::before {
    font-size: 30px;
    line-height: 30px;
    font-family: "katena";
    position: absolute;
    color: #2e2e2e;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.resources-lists .holder a.jp-previous:hover,
.resources-lists .holder a.jp-next:hover {
    background-color: #ff4d00;
}

.resources-lists .holder a.jp-previous:hover::before,
.resources-lists .holder a.jp-next:hover::before {
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .resources-lists .holder a.jp-previous,
    .resources-lists .holder a.jp-next {
        width: 30px;
        height: 30px;
    }
}

.resources-lists .holder a.jp-previous {
    border-bottom: none;
}

.resources-lists .holder a.jp-previous::before {
    content: "\f01a";
}

.resources-lists .holder a.jp-previous:hover {
    border: none;
}

.resources-lists .holder a.jp-next {
    border-bottom: none;
}

.resources-lists .holder a.jp-next::before {
    content: "\f006";
}

.resources-lists .holder a.jp-next:hover {
    border: none;
}

.resources-lists .holder a.jp-disabled {
    opacity: 0;
}

.resources-lists .holder {
    margin: 20px 0 40px;
}

.resources-lists .mobile-filter {
    display: none;
}

@media (max-width: 1199.98px) {
    .resources-lists .mobile-filter {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.98px) {
    .resources-lists .custom-dropdown {
        border: 1px solid #ff4d00;
        width: 280px;
        margin: 30px auto 30px;
    }
    .resources-lists .custom-dropdown .custom-dd-selected {
        background: url("../images/select-dropdown.png") no-repeat 94% center;
        padding: 10px 23px 8px;
        font-size: 18px;
        color: #ff4d00;
        font-weight: 600;
        -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
        font-family: "proxima-nova", sans-serif;
        cursor: pointer;
    }
    .resources-lists .custom-dropdown .custom-dd-list {
        max-height: 216px;
        overflow-y: auto;
        display: none;
    }
    .resources-lists .custom-dropdown .custom-dd-list ul li {
        list-style: none;
    }
    .resources-lists .custom-dropdown .custom-dd-list ul li:hover,
    .resources-lists .custom-dropdown .custom-dd-list ul li.active {
        background-color: #ff4d00;
    }
    .resources-lists .custom-dropdown .custom-dd-list ul li:hover a,
    .resources-lists .custom-dropdown .custom-dd-list ul li.active a {
        color: #FFFFFF;
    }
    .resources-lists .custom-dropdown .custom-dd-list ul li a {
        color: #282828;
        padding: 10px 23px 8px;
        font-size: 18px;
        font-family: "proxima-nova", sans-serif;
        display: block;
        line-height: 130%;
    }
}


/* Literature/Article/WhitePapers style ends here */


/*  Regulatory style begins here */

.tab-list {
    margin-bottom: 40px;
    text-align: center;
}

.tab-list li {
    display: inline-block;
    border: 1px solid #c7c9c7;
    margin: 0 10px 0 10px;
}

.tab-list li a {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 800;
    display: block;
    padding: 12px 20px;
    text-transform: uppercase;
}

.tab-list li.active,
.tab-list li:hover {
    background: #ff4d00;
    border: 1px solid #ff4d00;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tab-list li.active a,
.tab-list li:hover a {
    color: #FFFFFF;
}

.regulatory-blocks-wrap {
    padding-bottom: 30px;
}

.regulatory-blocks-wrap {
    padding-bottom: 30px;
}

.regulatory-blocks-wrap .each-reg-block {
    width: 100%;
    float: left;
    border: 1px solid #c1c4c4;
    margin: 0 0 30px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.regulatory-blocks-wrap .each-reg-block:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .regulatory-blocks-wrap .each-reg-block {
        width: 60%;
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
}

.regulatory-blocks-wrap .each-reg-block .reg-block-title {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #282828;
    line-height: 130%;
    min-height: 73px;
    margin: 0 0 20px;
}

@media (max-width: 767.98px) {
    .regulatory-blocks-wrap .each-reg-block .reg-block-title {
        min-height: 0;
    }
}

.regulatory-blocks-wrap .each-reg-block .download-cta {
    color: #ff4d00;
    font-size: 13px!important;
    font-weight: 800;
}

.regulatory-blocks-wrap .each-reg-block .download-cta span {
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: -10px;
    -webkit-transition: left .2s;
    transition: left .2s;
}

.regulatory-blocks-wrap .each-reg-block .download-cta span i {
    font-size: 26px;
    line-height: 20px;
}

.regulatory-blocks-wrap .each-reg-block:hover span {
    visibility: visible;
    left: -4px;
    -webkit-transition: left .2s;
    transition: left .2s;
}

@media (max-width: 767.98px) {
    .regulatory-blocks-wrap.ifu-wrap {
        padding-top: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .regulatory-blocks-wrap .each-reg-block {
        width: 60%;
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
}

.regulatory-blocks-wrap .each-reg-block .reg-block-title {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #282828;
    line-height: 130%;
    min-height: 73px;
    margin: 0 0 20px;
}

@media (max-width: 767.98px) {
    .regulatory-blocks-wrap .each-reg-block .reg-block-title {
        min-height: 0;
    }
}

.regulatory-blocks-wrap .each-reg-block .download-cta {
    color: #ff4d00;
    font-size: 14px;
    font-weight: 800;
}

.regulatory-blocks-wrap .each-reg-block .download-cta span {
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: -10px;
    -webkit-transition: left .2s;
    transition: left .2s;
}

.regulatory-blocks-wrap .each-reg-block .download-cta span i {
    font-size: 26px;
    line-height: 20px;
}

.regulatory-blocks-wrap .each-reg-block:hover span {
    visibility: visible;
    left: -4px;
    -webkit-transition: left .2s;
    transition: left .2s;
}

@media (max-width: 767.98px) {
    .regulatory-blocks-wrap.ifu-wrap {
        padding-top: 30px;
    }
}

.resources-lists h2.featuredassetheading {
    margin-bottom: 10px;
}

p.loginalert {
    color: #ff4d00;
}


/*  Regulatory style begins here */

@media (max-width: 500px) {
    .tab-list li {
        margin: 0 5px 0 0;
    }
    .tab-list li a {
        font-size: 11px;
        padding: 12px 14px;
    }
    .education-instructionsforuse-index .regulatory-blocks-wrap.ifu-wrap {
        padding-top: 0;
    }
}