@import url("//sc.bobitstudios.com/fonts/fontawesome/css/fontawesome-all.css");
@media (max-width:956px) {
    .related-content > div:nth-of-type(2n+1) {
        clear: both;
    }
}

/*Settings to Make the Shape Round
@mixin divider-panel {
    transform: rotateX( -7deg );
    @include border-radius(10px);
    background: $primary-color;
}*/
/*** Mobile Menu Eye Glass and Hamburger Icon ***/
/*** Photo Gallery ***/
/*** Newsletter Block ***/
.color-black {
    color: #000000;
}

.margin-bottom-20-40 {
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .margin-bottom-20-40 {
        margin-bottom: 40px;
    }
}

.content-offers a.color-black {
    color: #000000;
}

    .content-offers a.color-black:hover {
        color: #F04B2B;
    }

.content-offers a {
    color: #000000;
}

.content-offers .title-22 {
    font-size: 22px;
}

.content-offers a.link-section-title {
    color: #000000;
}

    .content-offers a.link-section-title:hover {
        color: #444444;
        border-bottom: 2px solid #333333;
    }

.content-offers .articles-wrapper {
    margin-bottom: 50px;
    display: inherit !important;
    display: inherit !important;
    display: inherit !important;
}

    .content-offers .articles-wrapper .article-item {
        margin-bottom: 30px;
    }

@media (min-width: 956px) {
    .content-offers .articles-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.content-offers .newsletter {
    color: #000000;
    background: #f4f4f4 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 50px;
    padding: 30px 0 45px 0;
}

    .content-offers .newsletter .newsletter-title {
        text-transform: uppercase;
        font-size: 22px;
        font-family: "Roboto Condensed", helvetica, arial, sans-serif;
        background: none !important;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        padding-bottom: 10px;
    }

@media (min-width: 768px) {
    .content-offers .newsletter .newsletter-title {
        font-size: 25px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.content-offers .newsletter .newsletter-title:before {
    color: #F04B2B;
    font-family: 'Font Awesome 5 Pro';
    content: '\f0e0';
    font-size: 25px;
    font-weight: 400;
    margin-right: 6px;
}

@media (min-width: 768px) {
    .content-offers .newsletter .newsletter-title:before {
        font-size: 35px;
        margin-right: 8px;
        margin-top: -7px;
    }
}

.content-offers .newsletter button {
    margin: 3px 0 0 -103px;
    width: 100px;
}

.content-offers .newsletter .newsletter-links {
    color: #555555;
    margin: 0 auto 0;
}

    .content-offers .newsletter .newsletter-links li {
        color: #333333;
        font-size: 15px;
        font-weight: bold;
    }

    .content-offers .newsletter .newsletter-links a {
        font-weight: normal;
        color: #444444 !important;
    }

        .content-offers .newsletter .newsletter-links a:hover {
            color: #000000 !important;
        }
.errorMsg.padding-bottom-30 {
    display: none;
}
.content-offers .offers {
    display: inherit !important;
    display: inherit !important;
    display: inherit !important;
    margin-bottom: 50px;
}

    .content-offers .offers .btn {
        max-width: 152px;
    }

    .content-offers .offers .offer-item {
        border-right: 1px solid #dddddd;
        margin-bottom: 70px;
        min-height: 330px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .content-offers .offers .offer-item:nth-of-type(2n+1) {
            clear: both;
        }

        .content-offers .offers .offer-item:last-child {
            border-right: none;
        }

    .content-offers .offers a.link-section-title {
        font-size: 18px;
    }

@media (min-width: 768px) {
    .content-offers .offers a.link-section-title {
        font-size: 22px;
    }
}

.content-offers .offers img {
    max-width: 100%;
}

.content-offers .offers h4 {
    line-height: 28px;
}

.content-offers .offers h3 {
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", helvetica, arial, sans-serif;
}

.content-offers .offers .whitepaper-offer .btn {
    text-align: center;
    margin: 0 auto;
}

.content-offers .offers .whitepaper-offer .img-whitepaper {
    text-align: center;
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
}

.content-offers .offers .webinar-offer {
    padding-left: 20px;
}

    .content-offers .offers .webinar-offer .img-offer {
        margin-bottom: 15px;
    }

    .content-offers .offers .webinar-offer .date, .content-offers .offers .webinar-offer .time {
        font-size: 14px;
    }

    .content-offers .offers .webinar-offer .date {
        color: #000000;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    .content-offers .offers .webinar-offer .time {
        color: #555555;
        padding-bottom: 7px;
    }

    .content-offers .offers .webinar-offer p.time:before {
        color: #828282;
        font-family: 'Font Awesome 5 Pro';
        content: '\f017';
        font-size: 15px;
        margin-right: 5px;
    }

    .content-offers .offers .webinar-offer .sponsor-box {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .content-offers .offers .webinar-offer .sponsor-box img {
            /*height:18px;
                    width:auto;*/
            max-width: 60%;
        }

    .content-offers .offers .webinar-offer .sponsor {
        font-size: 12px;
        color: #777777;
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

.content-offers .offers .event-offer .event-location {
    font-size: 17px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.content-offers .offers .event-offer .date {
    padding-bottom: 25px;
}

.content-offers .offers .event-offer .img-offer img {
    /*height:18px;*/
    width: auto;
    margin: 0 auto 25px;
}

.content-offers .offers .event-offer .img-event {
    margin-bottom: 30px;
}

@media (min-width: 767px) {
    .content-offers .img-offer {
        margin-bottom: 25px;
    }



        .content-offers .newsletter button {
            width: 152px;
            margin: 3px 0 0 -156px;
        }

    .content-offers .offers {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding-top: 30px;
        margin-bottom: 70px;
    }

        .content-offers .offers h3 {
            font-size: 17px;
        }

        .content-offers .offers .btn {
            padding: 7px 25px;
        }

        .content-offers .offers .offer-item {
            padding-left: 30px;
            padding-right: 30px;
        }

            .content-offers .offers .offer-item:nth-of-type(2n+1) {
                clear: inherit;
            }

        .content-offers .offers .whitepaper-offer .img-whitepaper {
            float: left;
            margin-right: 20px;
            max-width: 95%;
        }

        .content-offers .offers .webinar-offer {
            padding-left: 35px;
        }

            .content-offers .offers .webinar-offer .date, .content-offers .offers .webinar-offer .time {
                font-size: 15px;
            }

            .content-offers .offers .webinar-offer p.time:before {
                font-size: 17px;
                margin-right: 5px;
            }

            .content-offers .offers .webinar-offer .sponsor {
                font-size: 14px;
            }

            .content-offers .offers .webinar-offer .sponsor-box {
                margin-bottom: 40px;
                max-width: 250px;
                margin: 0 auto 30px;
            }

                .content-offers .offers .webinar-offer .sponsor-box img {
                    max-width: 100%;
                }

            .content-offers .offers .webinar-offer .img-offer {
                margin-bottom: 25px;
            }

        .content-offers .offers .event-offer .img-offer {
            margin-bottom: 0;
        }

            .content-offers .offers .event-offer .img-offer img {
                width: auto;
                margin: 0 auto 25px;
            }

        .content-offers .offers .event-offer .img-event {
            margin-bottom: 40px;
        }
}

@media (min-width: 767px) and (max-width: 1120px) {
    .content-offers .offers .whitepaper-offer h3 {
        width: 100%;
        clear: both;
    }

    .content-offers .offers .whitepaper-offer .img-whitepaper {
        margin: 0 auto 20px !important;
        float: inherit !important;
    }

    .content-offers .offers .webinar-offer .sponsor-box img {
        max-width: 70%;
    }
}

@media (max-width: 330px) {
    .content-offers .webinar-offer .sponsor-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

        .content-offers .webinar-offer .sponsor-box p {
            margin-right: 0 !important;
        }
}

.content-offers .newsletter .consent{
	font-size:12px;
	color:#777777;
}
.content-offers .instructionText{
	display:none;
}
.content-offers .bbmform{
	padding-top:0;
	padding-bottom:0;
	margin-top:-25px;
}
.content-offers .bbmform .SingleLineEmailAddress{
	padding: 0 !important;
    float: left;
    width:80%;
}
.content-offers .bbmform label{
	font-size:15px !important;
}
.content-offers .bbmform .buttons button {
    padding: 7px 20px !important;
    width: auto !important;
}
.content-offers .bbmform .buttons {
    width:10%;
    margin-top: 25px;
    padding:0;
    display:inline-block;
}
.content-offers .bbmform .buttons button.btn-primary, .bbmform .buttons a.button.btn-primary{
	margin-right:0;
    margin-left:5px;
}
.content-offers input[type=email] {
    padding-top: 8px;
    padding-bottom: 7px;
}
/*# sourceMappingURL=content-offers.css.map */
