@font-face 
{
    font-family: "Agenda-black";
    src: url("/blog/res/fonts/Agenda/ufonts.com_agenda-black.ttf"); 
}
body
{
    background-color: #f3f3f3;
    color: #0A0A0A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.flex
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Start Menu */
.menu 
{
    background: transparent;
    border-bottom: none;
    padding-top: 40px;
    transition: all .3s ease-in-out;
}
.menu nav
{
    padding: 0;
}
.menu nav .navbar-brand 
{
    padding: 0;
    margin-right: 40px;
}
.menu nav .navbar-brand img
{
    height: 22px;
}
.menu nav .nav-item .nav-link
{
    position: relative;
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    padding-right: 30px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.menu nav .navbar-nav > .nav-item .nav-link:hover,
.menu nav .navbar-nav > .nav-item .nav-link.active
{
    background: none;
    color: #009CFF;
}
.menu nav .navbar-collapse
{
    align-items: flex-end;
}
.menu nav .nav-item .dropdown-toggle::after
{
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.menu nav .nav-item .dropdown-menu
{
    min-width: 230px;
    padding: 20px;
    border: none;
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    border-radius: 0;
}
.menu nav .nav-item .dropdown-menu .dropdown-item
{
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px;
    color: #0A0A0A;
    background: none;
    transition: all 0.2s ease-in-out
}
.menu nav .nav-item .dropdown-menu .dropdown-item:last-of-type
{
    margin-bottom: 0;
}
.menu nav .nav-item .dropdown-menu .dropdown-item:hover
{
    padding-left: 5px;
    color: #009CFF;
}
.menu nav .buttons a
{
    font-size: 14px;
    padding: 4px 18px;
}
.menu.scroll-menu
{
    background: #fff;
    padding: 25px 0;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
}
/* End Menu */

/* Start Webinar Banner */
.webinar-banner
{
    background: url("../images/webinar/banner-background.png") center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 50px;
}
.webinar-banner h2
{
    font-size: 44px;
    font-weight: bold;
    color: #47525D;
    margin-bottom: 20px;
}
.webinar-banner p
{
    font-size: 23px;
    font-weight: 400;
    color: #47525D;
    margin-bottom: 40px;
}
.webinar-banner p a
{
    color: #5586f8;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border: 2px solid #5586f8;
    border-radius: 10px;
}
.webinar-banner p a:hover
{
    background: #5586f8;
    color: #fff;
}
/* End Webinar Banner */

/* Start Upcoming Webinars */
.upcoming-webinars
{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #ECF5FF;
}
.upcoming-webinars h2
{
    color: #47525D;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.upcoming-webinars .card
{
    border: none;
    border-radius: 0;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .14);
}
.upcoming-webinars .card .card-body 
{
    padding: 40px 30px;
}
.upcoming-webinars .card .card-body h4
{
    color: #47525D;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.upcoming-webinars .card .card-body p
{
    color: #8B97A2;
    font-size: 14px;
}
.upcoming-webinars .card .card-body p.period
{
    font-weight: 400;
    margin-bottom: 5px;
}
.upcoming-webinars .card .card-body p.period i
{
    margin-right: 10px;
}
.upcoming-webinars .card .card-footer
{
    display: flex;
    align-items: center;
    padding: 0;
    background: none;
    border-top: none;
}
.upcoming-webinars .card .card-footer ul
{
    display: flex;
    margin-bottom: 0;
}
.upcoming-webinars .card .card-footer ul li 
{
    color: #5586F8;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
}
.upcoming-webinars .card .card-footer ul li::after
{
    content: "|";
    padding-left: 5px;
}
.upcoming-webinars .card .card-footer ul li:last-of-type:after
{
    content: "";
}
.upcoming-webinars .card .card-footer a
{
    background: #5586F8;
    display: table;
    margin-left: auto;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
    cursor: pointer;
    border: none;
    border-radius: 30px;
}
/* End Upcoming Webinars */

/* Start Demand Webinars */
.demand-webinars
{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}
.demand-webinars h2
{
    color: #47525D;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.demand-webinars .card
{
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 8px 8px 6px rgba(47, 50, 51, .3);
}
.demand-webinars .card img
{
    height: 125px;
    object-fit: cover;
}
.demand-webinars .card .card-body
{
    padding: 15px 20px;
}
.demand-webinars .card .card-body h4
{
    color: #47525D;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.demand-webinars .card .card-body h4 a
{
    color: #47525D;
}
.demand-webinars .card .card-body p
{
    color: #8B97A2;
    font-size: 13px;
}
.demand-webinars .card .card-body p.period
{
    font-size: 10px;
    font-weight: 400;
}
.demand-webinars .card .card-body p.period i
{
    margin-right: 5px;
}
.demand-webinars .card .card-footer
{
    display: flex;
    align-items: center;
    padding: 10px;
    background: none;
    border-top: none;
}
.demand-webinars .card .card-footer a.btn
{
    font-size: 10px;
    font-weight: bold;
    color: #366AFF;
}
.demand-webinars .card .card-footer a.btn.related-btn
{
    font-weight: normal;
    color: #8B97A2;
    text-decoration: underline;
}
.demand-webinars .card .card-footer a.btn.watch-video
{
    background: #366AFF;
    color: #fff;
    display: none;
    margin-left: auto;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 20px;
    cursor: pointer;
    border: none;
    border-radius: 30px;
}
.demand-webinars .card .card-footer a.btn.watch-video i
{
    margin-right: 10px;
}
.demand-webinars .card .card-footer .dropdown-menu
{
    background: #5586F8;
    color: #fff;
    padding: 40px 30px;
    margin: 5px 0;
    min-width: 500px;
    left: 50%;
    border: none;
    border-radius: 20px;
    transform: translateX(-25%);
}
.demand-webinars .card .card-footer .dropdown-menu:before 
{
    content: "";
    position: absolute;
    left: 28%;
    top: -30px;
    border-width: 15px 30px 30px 0px;
    border-style: solid;
    border-color: transparent transparent #5586F8 transparent;
    transform: translateX(-50%);
}
.demand-webinars .card .card-footer .dropdown-menu h5
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.demand-webinars .card .card-footer .dropdown-menu p
{
    font-size: 13px;
}
.demand-webinars .card .card-footer .dropdown-menu a
{
    color: #5586F8;
    display: table;
    margin-left: auto;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 20px;
    cursor: pointer;
    border: none;
    border-radius: 30px;
}
.demand-webinars .card .card-footer .dropdown-menu a i
{
    margin-right: 10px;
}
.demand-webinars a.btn.btn-outline-primary
{
    color: #366AFF;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    border: 2px solid #5586F8;
    border-radius: 10px;
}
.demand-webinars a.btn.btn-outline-primary:hover
{
    color: #fff;
}
/* End Demand Webinars */

/* Start Extra Resources */
.extra-resources
{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #ECF5FF;
}
.extra-resources h2
{
    color: #47525D;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 80px;
    text-align: center;
}
.extra-resources img
{
    margin-bottom: 30px;
}
.extra-resources h5
{
    font-size: 18px;
    font-weight: bold;
    color: #8B97A2;
    margin-bottom: 5px;
}
.extra-resources h4
{
    font-size: 20px;
    font-weight: bold;
    color: #47525D;
    margin-bottom: 20px;
}
.extra-resources a.btn
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
    cursor: pointer;
    border: none;
    border-radius: 30px;
}
.extra-resources a.btn.btn-info
{
    background: #14CCE6;
}
.extra-resources a.btn.btn-warning
{
    background: #FFD040;
}
.extra-resources a.btn.btn-primary
{
    background: #5586F8;
}
/* End Extra Resources */

/* Start Request Demo */
.request-demo
{
    padding-top: 115px;
    padding-bottom: 115px;
    background: url("../images//webinar/request-demo-background.png") no-repeat;
    background-color: #366AFF;
    background-size: cover;
}
.request-demo h3
{
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.request-demo a
{
    font-size: 22px;
    font-weight: 400;
    color: #3165F9;
    padding: 7px 50px;
}
/* End Request Demo */

/* Start Webinar Popup */
#webinar-popup-form .modal-content 
{
    border-radius: 25px;
}
#webinar-popup-form .modal-header
{
    padding-bottom: 0;
    border: none;
}
#webinar-popup-form .modal-body
{
    padding: 0 40px 20px;
}
#webinar-popup-form .modal-body .modal-title
{
    margin-bottom: 15px;
    text-align: center;
}
#webinar-popup-form .modal-body .modal-title img
{
    display: block;
    width: 150px;
    margin: 10px auto;
}
#webinar-popup-form .modal-body form .form-group label
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
#webinar-popup-form .modal-body form .form-group input,
#webinar-popup-form .modal-body form .form-group select
{
    background-color: #e6e6e6;
    height: 35px;
    border: none;
    border-radius: 10px;
}
#webinar-popup-form .modal-body form .form-group .form-check .form-check-input
{
    height: auto;
}
#webinar-popup-form .modal-body form button.btn
{
    display: block;
    background: #5586F8;
    color: #fff;
    margin: 10px auto;
    padding: 9px 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
}
#webinar-popup-form .modal-body form button.btn i
{
    display: none;
}
#webinar-popup-form .modal-body p.thanks
{
    display: none;
}
#webinar-popup-form .modal-body.active p.thanks
{
    display: block;
}   
/* End Webinar Popup */

/* Start Footer */
footer
{
    background-color: #f7f8f9;
    padding-top: 55px;
    padding-bottom: 55px;
}
footer img.footer-logo
{
    display: block;
    height: 20px;
    margin-bottom: 15px;
}
footer p,
footer ul li a
{
    font-size: 14px;
    color: #313a42;
}
footer h6
{
    font-size: 14px;
    font-weight: bold;
    color: #313a42;
    margin-bottom: 5px;
}
footer .social-icons
{
    padding-top: 15px;
}
footer .social-icons img
{
    display: block;
    width: 40%;
}
footer .social-icons a
{
    color: #b4b4b4;
    font-size: 20px;
}
/* End Footer */

@media (max-width: 575px)
{
    /* Start Webinars */
    p
    {
        font-size: 14px !important;
    }
    .webinar-banner p a
    {
        font-size: 16px !important;
    }
    .extra-resources h4
    {
        font-size: 18px !important;
    }
    .webinar-banner p,
    .upcoming-webinars .card .card-body h4,
    .request-demo a
    {
        font-size: 20px !important;
    }
    .request-demo h3
    {
        font-size: 22px !important;
    }
    .upcoming-webinars h2,
    .demand-webinars h2,
    .extra-resources h2
    {
        font-size: 28px !important;
    }
    .webinar-banner h2
    {
        font-size: 34px !important;
    }

    .menu
    {
        background: #fff;
        padding: 20px 0;
    }
    .menu nav .nav-item .nav-link
    {
        padding: 10px;
    }
    .webinar-banner img
    {
        display: block;
        width: 75%;
        margin: 25px auto;
    }
    .upcoming-webinars .card .card-body h4
    {
        margin-top: 15px;
    }
    .demand-webinars .card img
    {
        height: auto;
    }
    .demand-webinars .card .card-body h4
    {
        -webkit-line-clamp: initial;
    }
    .demand-webinars .card .card-footer a.btn.watch-video
    {
        display: table;
    }
    .demand-webinars .card .card-footer .dropdown
    {
        display: none;
    }
    .demand-webinars a.btn.btn-outline-primary
    {
        display: table;
        margin: auto;
    }
    .extra-resources h2
    {
        margin-bottom: 40px;
    }
    .extra-resources a.btn
    {
        margin-bottom: 40px;
    }
    #webinar-popup-form .modal-body 
    {
        padding: 0 20px 20px;
    }
    /* End Webinars */
}
@media (min-width: 576px) and (max-width: 991px)
{
    /* Start Webinars */
    p
    {
        font-size: 14px !important;
    }
    .webinar-banner p a
    {
        font-size: 16px !important;
    }
    .extra-resources h4
    {
        font-size: 18px !important;
    }
    .webinar-banner p,
    .upcoming-webinars .card .card-body h4,
    .request-demo a
    {
        font-size: 20px !important;
    }
    .request-demo h3
    {
        font-size: 22px !important;
    }
    .upcoming-webinars h2,
    .demand-webinars h2,
    .extra-resources h2
    {
        font-size: 28px !important;
    }
    .webinar-banner h2
    {
        font-size: 34px !important;
    }

    .menu nav .navbar-collapse
    {
        background: #fff;
        padding: 15px;
    }
    .menu nav .nav-item .nav-link
    {
        padding: 10px;
    }
    .webinar-banner img
    {
        display: block;
        width: 75%;
        margin: 25px auto;
    }
    .demand-webinars .card .card-footer a.btn.watch-video
    {
        display: block;
    }
    .demand-webinars .card .card-footer .dropdown
    {
        display: none;
    }
    .extra-resources h2
    {
        margin-bottom: 40px;
    }
    .extra-resources a.btn
    {
        margin-bottom: 40px;
    }
    #webinar-popup-form .modal-body 
    {
        padding: 0 20px 20px;
    }
    /* End Webinars */
}