/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

#header .header-inner #logo a > img, #header #header-wrap #logo a > img {
    height: auto !important;
}
#mainMenu nav > ul > li.mega-menu-item.small > .dropdown-menu {
    /* left: 0; */ /* right: 0; */
     left: auto; 
     right: 0; 
    overflow: hidden;
    width: 700px;
    -webkit-transition-duration: 0.3s !important;
    transition-duration: 0.3s !important;
}

.navbar-icon-performance {    
    background-image: url(../images/icon-performance.svg);    
    background-size: 32px 32px;
    background-repeat: no-repeat;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    color: #222d38;
    width: 32px;
    height: 32px;
    display: inline-block;    
    margin: 0 10px;
}
.navbar-icon-engagement {
    background-image: url(../images/icon-engagement.svg);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    color: #222d38;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 10px;
}

.navbar-icon-feedback {
    background-image: url(../images/feedback.svg);
    background-repeat: no-repeat;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    color: #222d38;    
    display: block;
    background-position: center;
}

.navbar-icon-goals {
    background-image: url(../images/goals.svg);
    background-repeat: no-repeat;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    color: #222d38;    
    display: block;
    background-position: center;
}

.navbar-icon-review {
    background-image: url(../images/review.svg);
    background-repeat: no-repeat;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    color: #222d38;    
    display: block;
    background-position: center;
}

.navbar-icon-one-to-one {
    background-image: url(../images/one-to-one.svg);
    background-repeat: no-repeat;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    color: #222d38;
    display: block;
    background-position: center;
}


.navbar-icon-idea {
    background-image: url(../images/idea.svg);
    background-repeat: no-repeat;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    color: #222d38;    
    display: block;
    background-position: center;
}

.navbar-icon-kudo {
    background-image: url(../images/kudo.svg);
    background-repeat: no-repeat;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    color: #222d38;    
    display: block;
    background-position: center;
}
.navbar-icon-checkin {
    background-image: url(../images/checkin.svg);
    background-repeat: no-repeat;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    color: #222d38;    
    display: block;    
    background-position: center;
}

.navbar-icon-survey {
    background-image: url(../images/survey.svg);    
    background-repeat: no-repeat;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    color: #222d38;    
    display: block;   
    background-position: center;
}

.navbar-icon {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    margin: 5px;
}


.navbar-icon-circle {
    width: 50px;
    height: 50px;
    float: left;
    /*background-color: #c1eec1;*/
    border-radius: 50%;
    text-align: center;
    margin-right: 9px;
}
    /*.navbar-icon-circle.color1 {
        background-color: #E2EBB3;
    }
    .navbar-icon-circle.color2 {
        background-color: #E0EFD2;
    }
    .navbar-icon-circle.color3 {
        background-color: #BDE3E5;
    }
    .navbar-icon-circle.color4 {
        background-color: #FEE6CC;
    }
    .navbar-icon-circle.color5 {
        background-color: #FCDCC5;
    }
    .navbar-icon-circle.color6 {
        background-color: #FDD0AF;
    }
    .navbar-icon-circle.color7 {
        background-color: #E7BAD7;
    }
    .navbar-icon-circle.color8 {
        background-color: #B9E5F2;
    }*/

.pricing-people {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff7e5;
    border-radius: 6px;
    height: 81px;
    width: 81px;
}

.pricing-people-free {
    background-color: #CFF3D8;
    color: #28A745;
    border-color: #CFF3D8;
}

    .pricing-people-free p {
        color: #28A745;
    }

.pricing-people-small {
    background-color: #d1ecf1;
    color: #0c5460;
    border-color: #bee5eb;
}
.pricing-people-small p {
    color: #0c5460;
}
    .pricing-people-free img, .pricing-people-small img, .pricing-people-standard img {
        height: 20px;
    }
.pricing-people-standard {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
    .pricing-people-standard p {
        color: #856404;
    }


.pricing-context {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 81px;
    width: auto;
}


.OnSignUp {
    color: Black;
    position: absolute;
    top: 28%;
    border-radius: 6px;
    text-align: left;
    font-size: 15px;
    z-index: 2;
    margin: 0 auto;
}

/*accordion - release history*/

.shape-btn-new {
    background: #178b20;
}



.shape-btn-rem {
    background: #F00F00;
}

    .shape-btn-rem::after {
        border-color: #F00F00 transparent;
    }


.shape-btn-ch {
    background: #FF5706
}


    .shape-btn-ch:after {
        border-color: #FF5706 transparent
    }

.shape-btn-fixed {
    background: #FF8400;
}



    .shape-btn-fixed:after {
        border-color: #FF8400 transparent;
    }





.shape-desing {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 0 9px;
    position: relative;
    text-transform: uppercase;
    /*margin-left: 20px;*/ /*Commented on Jan 23 for release history page design changes*/
    margin-right: 20px; /*Added on Jan 23 for release history page design changes*/
}

    .shape-desing:after {
        position: absolute;
        right: -11px;
        top: 0;
        content: "";
        height: 100%;
        border-style: solid;
        border-width: 11px;
        border-left-width: 0;
    }

.shape-btn-new::after {
    border-color: #178B20 transparent;
}

.item-list ul {
    padding-left: 0px;
}

    .item-list ul li {
        color: #666;
        font-size: 14px;
        position: relative;
        top: 0;
        /*padding-left: 14px;*/ /*Commented on Jan 23 for release history page design changes*/
        margin-bottom: 8px;
        list-style: none;
    }

        .item-list ul li p {
            font-size: 14px;
        }

        .item-list ul li:last-child {
            margin-bottom: 0;
        }

.item-list {
}

    .item-list ul li i.fa {
        position: absolute;
        left: 0;
        font-size: 8px;
        top: 8px;
    }

.item-list {
    margin-left: 40px;
}

/*accordion - release history*/

.text-xxs, .text-xxs span {
    font-size: 20px;
    line-height: 20px;
}

/*icon - color*/

.icon-box.green .icon i:after {    
    -webkit-box-shadow: 0 0 0 3px #36A536;
    box-shadow: 0 0 0 3px #36A536;    
}
.icon-box.green .icon {
    border: 3px solid #36A536;
}
    .icon-box.green .icon i {
        color: #36A536;
    }

.icon-box.orange .icon i:after {
    -webkit-box-shadow: 0 0 0 3px #F86300;
    box-shadow: 0 0 0 3px #F86300;
}
.icon-box.orange .icon {
    border: 3px solid #F86300;
}

    .icon-box.orange .icon i {
        color: #F86300;
    }

.icon-box.blue .icon i:after {
    -webkit-box-shadow: 0 0 0 3px #31C6F7;
    box-shadow: 0 0 0 3px #31C6F7;
}
.icon-box.blue .icon {
    border: 3px solid #31C6F7;
}

    .icon-box.blue .icon i {
        color: #31C6F7;
    }

.icon-box.pink .icon i:after {
    -webkit-box-shadow: 0 0 0 3px #F83296;
    box-shadow: 0 0 0 3px #F83296;
}
.icon-box.pink .icon {
    border: 3px solid #F83296;
}

    .icon-box.pink .icon i {
        color: #F83296;
    }



.icon-box.purple .icon i:after {
    -webkit-box-shadow: 0 0 0 3px #810CF8;
    box-shadow: 0 0 0 3px #810CF8;
}

.icon-box.purple .icon {
    border: 3px solid #810CF8;
}

    .icon-box.purple .icon i {
        color: #810CF8;
    }


.icon-box.seagreen .icon i:after {
    -webkit-box-shadow: 0 0 0 3px #57F8A6;
    box-shadow: 0 0 0 3px #57F8A6;
}

.icon-box.seagreen .icon {
    border: 3px solid #57F8A6;
}

    .icon-box.seagreen .icon i {
        color: #57F8A6;
    }



.icon-box.deepblue .icon i:after {
    -webkit-box-shadow: 0 0 0 3px #0000FF;
    box-shadow: 0 0 0 3px #0000FF;
}

.icon-box.deepblue .icon {
    border: 3px solid #0000FF;
}

    .icon-box.deepblue .icon i {
        color: #0000FF;
    }


.icon-box.deeppurple .icon i:after {
    -webkit-box-shadow: 0 0 0 3px #800080;
    box-shadow: 0 0 0 3px #800080;
}

.icon-box.deeppurple .icon {
    border: 3px solid #800080;
}

    .icon-box.deeppurple .icon i {
        color: #800080;
    }

/*icon - color*/

.features-coloured span, .features-coloured i {
    color: #dc3545;
}

@media (max-width: 768px) {
    features-coloured .row {
        margin-bottom: 40px 0;
    }
    features-coloured img {
        width:100%
    }
}




.timeline-history * {
    font-family: 'Open Sans', sans-serif;
}


.timeline-history .timeline-history-nav a {
    margin: 5px;
    padding: 15px;
    text-align: center;
    color: #fff;
    background-color: #13afeb;
    text-transform: uppercase;
    font-weight: bold;
}

    .timeline-history .timeline-history-nav a:hover {
        background-color: #0e90c3;
    }

.timeline-history .ftl-introduction,
.timeline-history .ftl-conclusion {
    text-align: center;
    color: #fff;
    padding-right: 30px;
    padding-left: 30px;
}

    .timeline-history .ftl-introduction h1,
    .timeline-history .ftl-conclusion h2 {
        color: #fff;
    }

    .timeline-history .ftl-introduction p,
    .timeline-history .ftl-conclusion p {
        width: 60%;
        margin: 0 auto;
    }

@media only screen and (max-width: 767px) {
    .timeline-history .ftl-year-wrapper.year-wrapper-1,
    .timeline-history .ftl-year-wrapper.year-wrapper-2 {
        height: auto;
    }
}

.testimonial.testimonial-left .testimonial-item > h3 {
    margin-left: 220px;
}
.testimonial.testimonial-left .testimonial-item > a > img {
    height: auto;
    width: auto;
    border-radius: 0;
    display: inherit;
    float: left;
    margin: 0 0 40px 0;
}
@media (max-width: 992px) {    
        .testimonial.testimonial-left .testimonial-item > h3 {
            margin-left: 0;
            text-align: center;
        }
}



.bg-orange {
    background-color: #fd7e14
}

.bg-blue {
    background-color: #007bff
}

.bg-green {
    background-color: #28a745
}

.required-asterisk {
    font-weight: bold;
    font-size: 19px;
    color: #f0ad4e;
}


.slide-captions {
    line-height: 1.5em;
}

    .slide-captions .text-xs {
        font-size: 35px !important;
        line-height: 1.5em;
    }

    .slide-captions ul {
        line-height: 3em;
    }

    .slide-captions li {
        font-size: 17px !important;
    }



.side-slide ul li:nth-child(1) a {
    background: #19B5FE;
}

    .side-slide ul li:nth-child(1) a:hover {
        background: #128dc7;
    }

.side-slide ul li:nth-child(2) a {
    background: #7ab700;
}

    .side-slide ul li:nth-child(2) a:hover {
        background: #224a53;
    }

.side-slide ul li:nth-child(3) a {
    background: #ff8100;
}

    .side-slide ul li:nth-child(3) a:hover {
        background: #141d26;
    }

@media only screen and (min-width:768px) {
    .side-slide {
        width: 150px;
        position: fixed;
        right: -10px;
        bottom: 40%;
        border-radius: 5px;
        z-index: 999;
        -webkit-transition: right ease .5s;
        transition: right ease .5s;
    }

        .side-slide .col {
            width: 150px;
        }
        /*.side-slide:hover {
        right: -10px;   
    }*/
        .side-slide ul {
            margin-bottom: 0;
        }

            .side-slide ul li {
                width: 100%;
            }

                .side-slide ul li:first-child a {
                    border-top-left-radius: 5px;
                }

                .side-slide ul li:last-child a {
                    border-bottom-left-radius: 5px;
                }

                .side-slide ul li a {
                    color: #fff;
                    width: 100%;
                    padding: 10px 5px;
                    display: block;
                }
}

@media only screen and (max-width:767px) {
    .side-slide {
        width: 100%;
        position: fixed;
        right: 0;
        bottom: 0;
        border-radius: 0;
        z-index: 999;
        -webkit-transition: none;
        transition: none;
    }

        .side-slide:hover {
            right: 0;
        }

        .side-slide ul {
            margin-bottom: 0;
        }

            .side-slide ul li {
                list-style: none;
                padding-left: 0;
                padding-right: 0;
            }

                .side-slide ul li:first-child a {
                    border-top-left-radius: 0;
                }

                .side-slide ul li:last-child a {
                    border-bottom-left-radius: 0;
                }

                .side-slide ul li a {
                    color: #fff;
                    width: 100%;
                    padding: 10px 5px;
                    display: inline-block;
                    text-align: center;
                }
}

.form-control:-webkit-input-placeholder {
    color: #cecece
}

.form-control:-moz-placeholder {
    color: #cecece
}

.form-control::-moz-placeholder {
    color: #cecece
}

.form-control:-ms-input-placeholder {
    color: #cecece
}

.contactus-bg {
    /*background-image: url("https://okrsoftwaretools.imgix.net/Depositphotos_106976166_xl-2015.jpg?w=480&fit=crop&crop=focalpoint&fp-x=0.45&fp-y=0.46&h=400");*/
    background-image: url('https://okrsoftwaretools.imgix.net/Depositphotos_106976166_xl-2015.jpg?fit=crop&crop=focalpoint&fp-x=0.45&fp-y=0.46&min-w=300&max-w=480&max-h=400');
    background-repeat: no-repeat;
    background-position: center;
    background-size:100%;
}


.okr-bg {
    /*background-image: url("https://okrsoftwaretools.imgix.net/Depositphotos_106976166_xl-2015.jpg?w=480&fit=crop&crop=focalpoint&fp-x=0.45&fp-y=0.46&h=400");*/
    background-image: url('https://okrsoftwaretools.imgix.net/okr-banner.jpg?fit=crop&crop=focalpoint&fp-x=0.45&fp-y=0.46&min-w=300&max-w=480&max-h=500');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media (min-width: 640px) {
    .contactus-bg {
        /*background-image: url("https://okrsoftwaretools.imgix.net/Depositphotos_106976166_xl-2015.jpg?fit=crop&crop=focalpoint&fp-x=0.45&fp-y=0.46&h=400&w=640");*/
        background-image: url('https://okrsoftwaretools.imgix.net/Depositphotos_106976166_xl-2015.jpg?fit=crop&crop=focalpoint&fp-x=0.45&fp-y=0.46&min-w=480&max-w=960&max-h=400');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .okr-bg {
        /*background-image: url("https://okrsoftwaretools.imgix.net/Depositphotos_106976166_xl-2015.jpg?fit=crop&crop=focalpoint&fp-x=0.45&fp-y=0.46&h=400&w=640");*/
        background-image: url('https://okrsoftwaretools.imgix.net/okr-banner.jpg?fit=crop&crop=focalpoint&fp-x=0.45&fp-y=0.46&min-w=480&max-w=960&max-h=500');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

@media (min-width: 960px) {
    .contactus-bg {
        /*background-image: url("https://okrsoftwaretools.imgix.net/Depositphotos_106976166_xl-2015.jpg?fit=crop&crop=focalpoint&fp-x=0.45&fp-y=0.46&h=400&w=1600");*/
        background-image: url('https://okrsoftwaretools.imgix.net/Depositphotos_106976166_xl-2015.jpg?fit=crop&crop=focalpoint&fp-x=0.55&fp-y=0.15&min-w=960&max-w=1600&max-h=500&fp-debug=false');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .okr-bg {
        /*background-image: url("https://okrsoftwaretools.imgix.net/Depositphotos_106976166_xl-2015.jpg?fit=crop&crop=focalpoint&fp-x=0.45&fp-y=0.46&h=400&w=1600");*/
        background-image: url('https://okrsoftwaretools.imgix.net/okr-banner.jpg?fit=crop&crop=focalpoint&fp-x=0.55&fp-y=0.15&min-w=960&max-w=1600&max-h=500&fp-debug=false');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

@media (min-width: 1024px) {
    .contactus-bg {
        /*background-image: url("https://okrsoftwaretools.imgix.net/Depositphotos_106976166_xl-2015.jpg?fit=crop&crop=focalpoint&fp-x=0.45&fp-y=0.46&h=400&w=1600");*/
        background-image: url('https://okrsoftwaretools.imgix.net/Depositphotos_106976166_xl-2015.jpg?fit=crop&crop=focalpoint&fp-x=0.55&fp-y=0.15&min-w=960&max-w=1600&max-h=700&fp-debug=false');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .okr-bg {
        /*background-image: url("https://okrsoftwaretools.imgix.net/Depositphotos_106976166_xl-2015.jpg?fit=crop&crop=focalpoint&fp-x=0.45&fp-y=0.46&h=400&w=1600");*/
        background-image: url('https://okrsoftwaretools.imgix.net/okr-banner.jpg?fit=crop&crop=focalpoint&fp-x=0.55&fp-y=0.15&min-w=960&max-w=1600&max-h=700&fp-debug=false');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
    background-color: #007bff;
    border-color: #007bff;
}
p {
    line-height: 30px;
    color: #4D4D4D !important
}

.list-icon li {
    line-height: 30px;
    font-size:16px;
}
@media (max-width: 767.98px) {
    #header #logo > a {
        float:left;
        margin:0 10px;
    }
}


/*START: timeline card css */
.ftl {
    background: #45474D;
    color: #FFF
}


.ftl-wrapper {
    overflow: hidden;
    width: 100%
}

.ftl-conclusion {
    max-width: 100%;
    padding: 1rem 0 3rem
}

    .ftl-conclusion h2 {
        padding-top: 0
    }

.ftl-year {
    position: relative
}

    .ftl-year:before {
        border-radius: 200% 200% 0 0;
        content: '';
        display: block;
        height: 37.5rem;
        left: -50%;
        position: absolute;
        top: -3.125rem;
        width: 200%
    }

    .ftl-year:nth-of-type(1),
    .ftl-year:nth-of-type(1):before {
        background: #45474d
    }

        .ftl-year:nth-of-type(1) .ftl-year-title:after {
            background: #2d2e32
        }

    .ftl-year:nth-of-type(2),
    .ftl-year:nth-of-type(2):before {
        background: #51535a
    }

        .ftl-year:nth-of-type(2) .ftl-year-title:after {
            background: #393b40
        }

    .ftl-year:nth-of-type(3),
    .ftl-year:nth-of-type(3):before {
        background: #5d6068
    }

        .ftl-year:nth-of-type(3) .ftl-year-title:after {
            background: #45474d
        }

    .ftl-year:nth-of-type(4),
    .ftl-year:nth-of-type(4):before {
        background: #696c75
    }

        .ftl-year:nth-of-type(4) .ftl-year-title:after {
            background: #51535a
        }

    .ftl-year:nth-of-type(5),
    .ftl-year:nth-of-type(5):before {
        background: #757983
    }

        .ftl-year:nth-of-type(5) .ftl-year-title:after {
            background: #5d6068
        }

    .ftl-year:nth-of-type(6),
    .ftl-year:nth-of-type(6):before {
        background: #82868f
    }

        .ftl-year:nth-of-type(6) .ftl-year-title:after {
            background: #696c75
        }

    .ftl-year:nth-of-type(7),
    .ftl-year:nth-of-type(7):before {
        background: #90939b
    }

        .ftl-year:nth-of-type(7) .ftl-year-title:after {
            background: #757983
        }

    .ftl-year:nth-of-type(8),
    .ftl-year:nth-of-type(8):before {
        background: #9da0a7
    }

        .ftl-year:nth-of-type(8) .ftl-year-title:after {
            background: #82868f
        }

    .ftl-year:nth-of-type(9),
    .ftl-year:nth-of-type(9):before {
        background: #abadb3
    }

        .ftl-year:nth-of-type(9) .ftl-year-title:after {
            background: #90939b
        }

    .ftl-year:nth-of-type(10),
    .ftl-year:nth-of-type(10):before {
        background: #b8babf
    }

        .ftl-year:nth-of-type(10) .ftl-year-title:after {
            background: #9da0a7
        }

    .ftl-year:nth-of-type(11),
    .ftl-year:nth-of-type(11):before {
        background: #c6c7cb
    }

        .ftl-year:nth-of-type(11) .ftl-year-title:after {
            background: #abadb3
        }

    .ftl-year:nth-of-type(12),
    .ftl-year:nth-of-type(12):before {
        background: #d3d4d8
    }

        .ftl-year:nth-of-type(12) .ftl-year-title:after {
            background: #b8babf
        }

    .ftl-year:nth-of-type(13),
    .ftl-year:nth-of-type(13):before {
        background: #e0e1e4
    }

        .ftl-year:nth-of-type(13) .ftl-year-title:after {
            background: #c6c7cb
        }

    .ftl-year:nth-of-type(14),
    .ftl-year:nth-of-type(14):before {
        background: #eeeef0
    }

        .ftl-year:nth-of-type(14) .ftl-year-title:after {
            background: #d3d4d8
        }

    .ftl-year:nth-of-type(15),
    .ftl-year:nth-of-type(15):before {
        background: #fbfbfc
    }

        .ftl-year:nth-of-type(15) .ftl-year-title:after {
            background: #e0e1e4
        }

    .ftl-year:first-of-type {
        margin-top: 2rem
    }

.ftl-year-startdate {
    display: none
}

.ftl-year:last-of-type .ftl-year-startdate {
    background: inherit;
    color: rgba(255, 255, 255, .5);
    display: block;
    margin: 0;
    padding-top: 2rem;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

    .ftl-year:last-of-type .ftl-year-startdate:before {
        background: #13B5EA;
        border-radius: 50%;
        content: '';
        display: inline-block;
        height: 1.375rem;
        left: 50%;
        margin-left: -.6875rem;
        position: absolute;
        top: 0;
        width: 1.375rem;
        z-index: 20
    }

.ftl-year-overflow {
    padding: 0 1.25rem
}

    .ftl-year-overflow:before {
        background: currentColor;
        content: '';
        display: block;
        height: 100px;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%
    }

.ftl-year-wrapper {
    margin: auto;
    max-width: 76.75rem;
    position: relative;
    padding-bottom: 13.75rem;
    text-align: center
}

@media (min-width:48em) {
    body:not(.is-edit-mode) .ftl-year-wrapper {
        padding-bottom: 100px
    }
}

.ftl-year-title {
    color: #FFF;
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0
}

    .ftl-year-title:after,
    .ftl-year-title:before {
        left: 50%;
        position: absolute;
        display: block;
        content: ''
    }

    .ftl-year-title:before {
        background: #FFF;
        height: 19999px;
        top: -6.25rem;
        width: 1px;
        z-index: -2
    }

.ftl-year:first-of-type .ftl-year-title:before {
    top: 0
}

.ftl-year-title:after {
    background: #000;
    border-radius: 50%;
    height: 4.5rem;
    margin: -2.25rem 0 0 -2.25rem;
    top: 50%;
    width: 4.5rem;
    z-index: -1
}

.ftl-date {
    max-width: 23.75rem;
    margin: auto;
    padding-top: 2.5rem;
    z-index: 20
}

body.is-edit-mode .ftl-date {
    padding-bottom: 3.125rem
}

body:not(.is-edit-mode) .ftl-date {
    transition: -webkit-transform 1s ease-out;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out
}

    body:not(.is-edit-mode) .ftl-date.is-ftl-date-not-ready {
        -webkit-transform: translateY(3.125rem);
        transform: translateY(3.125rem)
    }

@media (min-width:48em) {
    body:not(.is-edit-mode) .ftl-date {
        max-width: none;
        /*        position: absolute;*/
        width: 50%
    }

        body:not(.is-edit-mode) .ftl-date.l-ftl-date-left {
            /*        left: 0*/
            float: left;
        }

            body:not(.is-edit-mode) .ftl-date.l-ftl-date-left.first-left {
                margin-top: 110px;
            }

            body:not(.is-edit-mode) .ftl-date.l-ftl-date-left .ftl-date-title {
                text-align: left
            }

        body:not(.is-edit-mode) .ftl-date.l-ftl-date-right {
            /*        right: 0*/
            float: right;
        }
}

.ftl-date-title {
    color: #FFF;
    font-size: .75rem;
    font-weight: 700;
    margin: 0 0 .375rem;
    padding: 0;
    text-align: right;
    text-transform: uppercase
}

.ftl-card {
    display: block;
    height: 10rem;
    margin: 0 auto .25rem;
    -webkit-perspective: 800;
    perspective: 800;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 30
}

@media (min-width:48em) {
    body:not(.is-edit-mode) .ftl-card {
        width: 94%
    }
}

@media (min-width:61.25em) {
    body:not(.is-edit-mode) .ftl-card {
        width: 80%
    }
}

.ftl-card:focus {
    outline: 0
}

@media (min-width:48em) {
    body:not(.is-edit-mode) .ftl-card:first-of-type:before {
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        top: 50%;
        width: 6%
    }
}

@media (min-width:61.25em) {
    body:not(.is-edit-mode) .ftl-card:first-of-type:before {
        width: 25%
    }
}

body:not(.is-edit-mode) .l-ftl-date-left .ftl-card:first-of-type:before {
    left: 100%
}

@media (min-width:48em) {
    body:not(.is-edit-mode) .ftl-card:first-of-type:after {
        border-radius: 50%;
        content: '';
        display: block;
        height: 10px;
        margin: -5px 0 0 -5px;
        position: absolute;
        top: 50%;
        width: 10px
    }

    body:not(.is-edit-mode) .l-ftl-date-left .ftl-card:first-of-type:after {
        left: 106%
    }
}

@media (min-width:61.25em) {
    body:not(.is-edit-mode) .l-ftl-date-left .ftl-card:first-of-type:after {
        left: 125%
    }
}

@media (min-width:48em) {
    body:not(.is-edit-mode) .l-ftl-date-right .ftl-card:first-of-type:after,
    body:not(.is-edit-mode) .l-ftl-date-right .ftl-card:first-of-type:before {
        left: -6%
    }

    body:not(.is-edit-mode) .l-ftl-date-left .ftl-card {
        margin-right: 6%
    }
}

@media (min-width:48em) {
    body:not(.is-edit-mode) .l-ftl-date-right .ftl-card {
        margin-left: 6%
    }
}

@media (min-width:61.25em) {
    body:not(.is-edit-mode) .l-ftl-date-right .ftl-card:first-of-type:after,
    body:not(.is-edit-mode) .l-ftl-date-right .ftl-card:first-of-type:before {
        left: -25%
    }

    body:not(.is-edit-mode) .l-ftl-date-left .ftl-card {
        margin-right: 20%
    }

    body:not(.is-edit-mode) .l-ftl-date-right .ftl-card {
        margin-left: 20%
    }
}

.ftl-card-flip {
    height: 100%;
    width: 100%
}

.ftl-card-back,
.ftl-card-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    width: 100%;
    z-index: 2
}

    .ftl-card-front .ftl-card-center-vertically {
        padding-right: 5.5625rem
    }

.ftl-card-back {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    z-index: 1
}

.ftl-card-center-vertically {
    padding: 0 0.9375rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ftl-card-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0
}

@media (max-width:29.99em) {
    .ftl-card-title {
        font-size: 1rem
    }
}

.ftl-card-categorisation {
    color: #FFF;
    font-size: .6875rem;
    font-weight: 700;
    margin: .625rem 0 0;
    padding: 0;
    text-transform: uppercase
}

.ftl-card-country {
    position: relative;
    text-transform: uppercase
}

    .ftl-card-country:before {
        background-image: url(../images/pin.svg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: .625rem .875rem;
        content: '';
        display: inline-block;
        height: .875rem;
        position: relative;
        vertical-align: middle;
        width: .875rem
    }

.ftl-card-icon {
    background-image: url(../images/icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 3.8125rem 438.4375rem;
    border-radius: 50%;
    height: 3.8125rem;
    margin-top: -1.90625rem;
    position: absolute;
    right: 1.9375rem;
    top: 50%;
    width: 3.8125rem
}

.ftl-card-icon-1 {
    background-position-y: 0
}

.ftl-card-icon-2 {
    background-position-y: -3.8125rem
}

.ftl-card-icon-3 {
    background-position-y: -7.625rem
}

.ftl-card-icon-4 {
    background-position-y: -11.4375rem
}

.ftl-card-icon-5 {
    background-position-y: -15.25rem
}

.ftl-card-icon-6 {
    background-position-y: -19.0625rem
}

.ftl-card-icon-7 {
    background-position-y: -22.875rem
}

.ftl-card-icon-8 {
    background-position-y: -26.6875rem
}

.ftl-card-icon-9 {
    background-position-y: -30.5rem
}

.ftl-card-icon-10 {
    background-position-y: -34.3125rem
}

.ftl-card-icon-11 {
    background-position-y: -38.125rem
}

.ftl-card-icon-12 {
    background-position-y: -41.9375rem
}

.ftl-card-icon-13 {
    background-position-y: -45.75rem
}

.ftl-card-icon-14 {
    background-position-y: -49.5625rem
}

.ftl-card-icon-15 {
    background-position-y: -53.375rem
}

.ftl-card-icon-16 {
    background-position-y: -57.1875rem
}

.ftl-card-icon-17 {
    background-position-y: -61rem
}

.ftl-card-icon-18 {
    background-position-y: -64.8125rem
}

.ftl-card-icon-19 {
    background-position-y: -68.625rem
}

.ftl-card-icon-20 {
    background-position-y: -72.4375rem
}

.ftl-card-icon-21 {
    background-position-y: -76.25rem
}

.ftl-card-icon-22 {
    background-position-y: -80.0625rem
}

.ftl-card-icon-23 {
    background-position-y: -83.875rem
}

.ftl-card-icon-24 {
    background-position-y: -87.6875rem
}

.ftl-card-icon-25 {
    background-position-y: -91.5rem
}

.ftl-card-icon-26 {
    background-position-y: -95.3125rem
}

.ftl-card-icon-27 {
    background-position-y: -99.125rem
}

.ftl-card-icon-28 {
    background-position-y: -102.9375rem
}

.ftl-card-icon-29 {
    background-position-y: -106.75rem
}

.ftl-card-icon-30 {
    background-position-y: -110.5625rem
}

.ftl-card-icon-31 {
    background-position-y: -114.375rem
}

.ftl-card-icon-32 {
    background-position-y: -118.1875rem
}

.ftl-card-icon-33 {
    background-position-y: -122rem
}

.ftl-card-icon-34 {
    background-position-y: -125.8125rem
}

.ftl-card-icon-35 {
    background-position-y: -129.625rem
}

.ftl-card-icon-36 {
    background-position-y: -133.4375rem
}

.ftl-card-icon-37 {
    background-position-y: -137.25rem
}

.ftl-card-icon-38 {
    background-position-y: -141.0625rem
}

.ftl-card-icon-39 {
    background-position-y: -144.875rem
}

.ftl-card-icon-40 {
    background-position-y: -148.6875rem
}

.ftl-card-icon-41 {
    background-position-y: -152.5rem
}

.ftl-card-icon-42 {
    background-position-y: -156.3125rem
}

.ftl-card-icon-43 {
    background-position-y: -160.125rem
}

.ftl-card-icon-44 {
    background-position-y: -163.9375rem
}

.ftl-card-icon-45 {
    background-position-y: -167.75rem
}

.ftl-card-icon-46 {
    background-position-y: -171.5625rem
}

.ftl-card-icon-47 {
    background-position-y: -175.375rem
}

.ftl-card-icon-48 {
    background-position-y: -179.1875rem
}

.ftl-card-icon-49 {
    background-position-y: -183rem
}

.ftl-card-icon-50 {
    background-position-y: -186.8125rem
}

.ftl-card-icon-51 {
    background-position-y: -190.625rem
}

.ftl-card-icon-52 {
    background-position-y: -194.4375rem
}

.ftl-card-icon-53 {
    background-position-y: -198.25rem
}

.ftl-card-icon-54 {
    background-position-y: -202.0625rem
}

.ftl-card-icon-55 {
    background-position-y: -205.875rem
}

.ftl-card-icon-56 {
    background-position-y: -209.6875rem
}

.ftl-card-icon-57 {
    background-position-y: -213.5rem
}

.ftl-card-icon-58 {
    background-position-y: -217.3125rem
}

.ftl-card-icon-59 {
    background-position-y: -221.125rem
}

.ftl-card-icon-60 {
    background-position-y: -224.9375rem
}

.ftl-card-icon-61 {
    background-position-y: -228.75rem
}

.ftl-card-icon-62 {
    background-position-y: -232.5625rem
}

.ftl-card-icon-63 {
    background-position-y: -236.375rem
}

.ftl-card-icon-64 {
    background-position-y: -240.1875rem
}

.ftl-card-icon-65 {
    background-position-y: -244rem
}

.ftl-card-icon-66 {
    background-position-y: -247.8125rem
}

.ftl-card-icon-67 {
    background-position-y: -251.625rem
}

.ftl-card-icon-68 {
    background-position-y: -255.4375rem
}

.ftl-card-icon-69 {
    background-position-y: -259.25rem
}

.ftl-card-icon-70 {
    background-position-y: -263.0625rem
}

.ftl-card-icon-71 {
    background-position-y: -266.875rem
}

.ftl-card-icon-72 {
    background-position-y: -270.6875rem
}

.ftl-card-icon-73 {
    background-position-y: -274.5rem
}

.ftl-card-icon-74 {
    background-position-y: -278.3125rem
}

.ftl-card-icon-75 {
    background-position-y: -282.125rem
}

.ftl-card-icon-76 {
    background-position-y: -285.9375rem
}

.ftl-card-icon-77 {
    background-position-y: -289.75rem
}

.ftl-card-icon-78 {
    background-position-y: -293.5625rem
}

.ftl-card-icon-79 {
    background-position-y: -297.375rem
}

.ftl-card-icon-80 {
    background-position-y: -301.1875rem
}

.ftl-card-icon-81 {
    background-position-y: -305rem
}

.ftl-card-icon-82 {
    background-position-y: -308.8125rem
}

.ftl-card-icon-83 {
    background-position-y: -312.625rem
}

.ftl-card-icon-84 {
    background-position-y: -316.4375rem
}

.ftl-card-icon-85 {
    background-position-y: -320.25rem
}

.ftl-card-icon-86 {
    background-position-y: -324.0625rem
}

.ftl-card-icon-87 {
    background-position-y: -327.875rem
}

.ftl-card-icon-88 {
    background-position-y: -331.6875rem
}

.ftl-card-icon-89 {
    background-position-y: -335.5rem
}

.ftl-card-icon-90 {
    background-position-y: -339.3125rem
}

.ftl-card-icon-91 {
    background-position-y: -343.125rem
}

.ftl-card-icon-92 {
    background-position-y: -346.9375rem
}

.ftl-card-icon-93 {
    background-position-y: -350.75rem
}

.ftl-card-icon-94 {
    background-position-y: -354.5625rem
}

.ftl-card-icon-95 {
    background-position-y: -358.375rem
}

.ftl-card-icon-96 {
    background-position-y: -362.1875rem
}

.ftl-card-icon-97 {
    background-position-y: -366rem
}

.ftl-card-icon-98 {
    background-position-y: -369.8125rem
}

.ftl-card-icon-99 {
    background-position-y: -373.625rem
}

.ftl-card-icon-100 {
    background-position-y: -377.4375rem
}

.ftl-card-icon-101 {
    background-position-y: -381.25rem
}

.ftl-card-icon-102 {
    background-position-y: -385.0625rem
}

.ftl-card-icon-103 {
    background-position-y: -388.875rem
}

.ftl-card-icon-104 {
    background-position-y: -392.6875rem
}

.ftl-card-icon-105 {
    background-position-y: -396.5rem
}

.ftl-card-icon-106 {
    background-position-y: -400.3125rem
}

.ftl-card-icon-107 {
    background-position-y: -404.125rem
}

.ftl-card-icon-108 {
    background-position-y: -407.9375rem
}

.ftl-card-icon-109 {
    background-position-y: -411.75rem
}

.ftl-card-icon-110 {
    background-position-y: -415.5625rem
}

.ftl-card-icon-111 {
    background-position-y: -419.375rem
}

.ftl-card-icon-112 {
    background-position-y: -423.1875rem
}

.ftl-card-icon-113 {
    background-position-y: -427rem
}

.ftl-card-icon-114 {
    background-position-y: -430.8125rem
}

.ftl-card-icon-115 {
    background-position-y: -434.625rem
}

.ftl-card-description {
    color: #FFF;
    font-size: .9375rem;
    padding: 0
}

@media (max-width:29.99em) {
    .ftl-card-description {
        font-size: .75rem
    }
}

.ftl-card.is-ftl-card-flipped .ftl-card-front {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.no-csstransforms3d .ftl-card.is-ftl-card-flipped .ftl-card-front {
    opacity: 0
}

.ftl-card.is-ftl-card-flipped .ftl-card-back {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.ftl-card-blue .ftl-card-back,
.ftl-card-blue .ftl-card-front,
.ftl-card-blue:first-of-type:after,
.ftl-card-blue:first-of-type:before {
    background: #13B5EA
}

.ftl-card-blue:hover .ftl-card-back,
.ftl-card-blue:hover .ftl-card-front {
    background: #11a3d2
}

.ftl-card-green .ftl-card-back,
.ftl-card-green .ftl-card-front,
.ftl-card-green:first-of-type:after,
.ftl-card-green:first-of-type:before {
    background: #5FC261
}

.ftl-card-green:hover .ftl-card-back,
.ftl-card-green:hover .ftl-card-front {
    background: #4dbb4f
}

.ftl-card-orange .ftl-card-back,
.ftl-card-orange .ftl-card-front,
.ftl-card-orange:first-of-type:after,
.ftl-card-orange:first-of-type:before {
    background: #EC6C00
}

.ftl-card-orange:hover .ftl-card-back,
.ftl-card-orange:hover .ftl-card-front {
    background: #d36000
}

.ftl-card-icon-video, .ftl-card-icon-blog {
    background-color: white;
    border-radius: 50%;
    margin-right: 10px;
}

.ftl-card-icon-video {
    padding: 5px 6px;
}

.ftl-card-icon-blog {
    padding: 4px 8px;
}

    .ftl-card-icon-video .fa, .ftl-card-icon-blog .fa {
        font-family: FontAwesome
    }

.ftl-card-bottom-icons {
    margin: 0.625rem 0 0;
}

.ftl-card-green .ftl-card-bottom-icons .fa, .ftl-card-green .ftl-card-icon .fa,
.ftl-card-green:hover .ftl-card-bottom-icons .fa, .ftl-card-green:hover .ftl-card-icon .fa {
    color: #5fc261;
}

.ftl-card-orange .ftl-card-bottom-icons .fa, .ftl-card-orange .ftl-card-icon .fa,
.ftl-card-orange:hover .ftl-card-bottom-icons .fa, .ftl-card-orange:hover .ftl-card-icon .fa {
    color: #ec6c00;
}

.ftl-card-blue .ftl-card-bottom-icons .fa, .ftl-card-blue .ftl-card-icon .fa,
.ftl-card-blue:hover .ftl-card-bottom-icons .fa, .ftl-card-blue:hover .ftl-card-icon .fa {
    color: #13b5ea;
}

.ftl-card-icon {
    background-color: white;
    border-radius: 50%;
    height: 3.8125rem;
    margin-top: -1.90625rem;
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    width: 3.8125rem;
    text-align: center;
}

    .ftl-card-icon .fa {
        Font-family: 'Font Awesome 5 Free';
        margin-top: 13%; /*20%, update this value once when we update the icon*/
    }
/*END: timeline card css */

/*START: Noty css version 3.1.4
        https://cdn.jsdelivr.net/npm/noty@3.1.4/lib/noty.css
    */
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 9999999;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    filter: blur(0);
    -webkit-filter: blur(0);
    max-width: 90%;
}

#noty_layout__top {
    top: 0;
    left: 5%;
    width: 90%;
}

#noty_layout__topLeft {
    top: 20px;
    left: 20px;
    width: 325px;
}

#noty_layout__topCenter {
    top: 5%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
    top: 20px;
    right: 20px;
    width: 325px;
}

#noty_layout__bottom {
    bottom: 0;
    left: 5%;
    width: 90%;
}

#noty_layout__bottomLeft {
    bottom: 20px;
    left: 20px;
    width: 325px;
}

#noty_layout__bottomCenter {
    bottom: 5%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
    bottom: 20px;
    right: 20px;
    width: 325px;
}

#noty_layout__center {
    top: 50%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
    top: 50%;
    left: 20px;
    width: 325px;
    -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
    top: 50%;
    right: 20px;
    width: 325px;
    -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
    display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #646464;
    opacity: 0.2;
    filter: alpha(opacity=10);
}

.noty_bar {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    -webkit-font-smoothing: subpixel-antialiased;
    overflow: hidden;
}

.noty_effects_open {
    opacity: 0;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
    -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.noty_effects_close {
    -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.noty_fix_effects_height {
    -webkit-animation: noty_anim_height 75ms ease-out;
    animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
    cursor: pointer;
}

.noty_close_button {
    position: absolute;
    top: 2px;
    right: 2px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .noty_close_button:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

.noty_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    opacity: .3;
    left: 0;
    top: 0;
}

    .noty_modal.noty_modal_open {
        opacity: 0;
        -webkit-animation: noty_modal_in .3s ease-out;
        animation: noty_modal_in .3s ease-out;
    }

    .noty_modal.noty_modal_close {
        -webkit-animation: noty_modal_out .3s ease-out;
        animation: noty_modal_out .3s ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

@-webkit-keyframes noty_modal_in {
    100% {
        opacity: .3;
    }
}

@keyframes noty_modal_in {
    100% {
        opacity: .3;
    }
}

@-webkit-keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

@keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

@keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

@keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

@-webkit-keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}

@keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}

@-webkit-keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

@keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

.noty_theme__relax.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}

    .noty_theme__relax.noty_bar .noty_body {
        padding: 10px;
    }

    .noty_theme__relax.noty_bar .noty_buttons {
        border-top: 1px solid #e7e7e7;
        padding: 5px 10px;
    }

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
    background-color: #fff;
    border: 1px solid #dedede;
    color: #444;
}

.noty_theme__relax.noty_type__warning {
    background-color: #FFEAA8;
    border: 1px solid #FFC237;
    color: #826200;
}

    .noty_theme__relax.noty_type__warning .noty_buttons {
        border-color: #dfaa30;
    }

.noty_theme__relax.noty_type__error {
    background-color: #FF8181;
    border: 1px solid #e25353;
    color: #FFF;
}

    .noty_theme__relax.noty_type__error .noty_buttons {
        border-color: darkred;
    }

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
    background-color: #78C5E7;
    border: 1px solid #3badd6;
    color: #FFF;
}

    .noty_theme__relax.noty_type__info .noty_buttons,
    .noty_theme__relax.noty_type__information .noty_buttons {
        border-color: #0B90C4;
    }

.noty_theme__relax.noty_type__success {
    background-color: #BCF5BC;
    border: 1px solid #7cdd77;
    color: darkgreen;
}

    .noty_theme__relax.noty_type__success .noty_buttons {
        border-color: #50C24E;
    }

.noty_theme__metroui.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}

    .noty_theme__metroui.noty_bar .noty_progressbar {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%;
        background-color: #000;
        opacity: 0.2;
        filter: alpha(opacity=20);
    }

    .noty_theme__metroui.noty_bar .noty_body {
        padding: 1.25em;
        font-size: 14px;
    }

    .noty_theme__metroui.noty_bar .noty_buttons {
        padding: 0 10px .5em 10px;
    }

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
    background-color: #fff;
    color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
    background-color: #FA6800;
    color: #fff;
}

.noty_theme__metroui.noty_type__error {
    background-color: #CE352C;
    color: #FFF;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
    background-color: #1BA1E2;
    color: #FFF;
}

.noty_theme__metroui.noty_type__success {
    background-color: #60A917;
    color: #fff;
}

.noty_theme__mint.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}

    .noty_theme__mint.noty_bar .noty_body {
        padding: 10px;
        font-size: 14px;
    }

    .noty_theme__mint.noty_bar .noty_buttons {
        padding: 10px;
    }

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
    background-color: #fff;
    border-bottom: 1px solid #D1D1D1;
    color: #2F2F2F;
}

.noty_theme__mint.noty_type__warning {
    background-color: #FFAE42;
    border-bottom: 1px solid #E89F3C;
    color: #fff;
}

.noty_theme__mint.noty_type__error {
    background-color: #DE636F;
    border-bottom: 1px solid #CA5A65;
    color: #fff;
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
    background-color: #7F7EFF;
    border-bottom: 1px solid #7473E8;
    color: #fff;
}

.noty_theme__mint.noty_type__success {
    background-color: #AFC765;
    border-bottom: 1px solid #A0B55C;
    color: #fff;
}

.noty_theme__sunset.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}

    .noty_theme__sunset.noty_bar .noty_body {
        padding: 10px;
        font-size: 14px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    }

    .noty_theme__sunset.noty_bar .noty_buttons {
        padding: 10px;
    }

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
    background-color: #073B4C;
    color: #fff;
}

    .noty_theme__sunset.noty_type__alert .noty_progressbar,
    .noty_theme__sunset.noty_type__notification .noty_progressbar {
        background-color: #fff;
    }

.noty_theme__sunset.noty_type__warning {
    background-color: #FFD166;
    color: #fff;
}

.noty_theme__sunset.noty_type__error {
    background-color: #EF476F;
    color: #fff;
}

    .noty_theme__sunset.noty_type__error .noty_progressbar {
        opacity: .4;
    }

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
    background-color: #118AB2;
    color: #fff;
}

    .noty_theme__sunset.noty_type__info .noty_progressbar,
    .noty_theme__sunset.noty_type__information .noty_progressbar {
        opacity: .6;
    }

.noty_theme__sunset.noty_type__success {
    background-color: #06D6A0;
    color: #fff;
}

.noty_theme__bootstrap-v3.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .noty_theme__bootstrap-v3.noty_bar .noty_body {
        padding: 15px;
    }

    .noty_theme__bootstrap-v3.noty_bar .noty_buttons {
        padding: 10px;
    }

    .noty_theme__bootstrap-v3.noty_bar .noty_close_button {
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
        background: transparent;
    }

        .noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
            background: transparent;
            text-decoration: none;
            cursor: pointer;
            filter: alpha(opacity=50);
            opacity: .5;
        }

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
    background-color: #fff;
    color: inherit;
}

.noty_theme__bootstrap-v3.noty_type__warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
    border-color: #faebcc;
}

.noty_theme__bootstrap-v3.noty_type__error {
    background-color: #f2dede;
    color: #a94442;
    border-color: #ebccd1;
}

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
    background-color: #d9edf7;
    color: #31708f;
    border-color: #bce8f1;
}

.noty_theme__bootstrap-v3.noty_type__success {
    background-color: #dff0d8;
    color: #3c763d;
    border-color: #d6e9c6;
}

.noty_theme__bootstrap-v4.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .noty_theme__bootstrap-v4.noty_bar .noty_body {
        padding: .75rem 1.25rem;
    }

    .noty_theme__bootstrap-v4.noty_bar .noty_buttons {
        padding: 10px;
    }

    .noty_theme__bootstrap-v4.noty_bar .noty_close_button {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .5;
        background: transparent;
    }

        .noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
            background: transparent;
            text-decoration: none;
            cursor: pointer;
            filter: alpha(opacity=50);
            opacity: .75;
        }

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
    background-color: #fff;
    color: inherit;
}

.noty_theme__bootstrap-v4.noty_type__warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
    border-color: #faebcc;
}

.noty_theme__bootstrap-v4.noty_type__error {
    background-color: #f2dede;
    color: #a94442;
    border-color: #ebccd1;
}

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
    background-color: #d9edf7;
    color: #31708f;
    border-color: #bce8f1;
}

.noty_theme__bootstrap-v4.noty_type__success {
    background-color: #dff0d8;
    color: #3c763d;
    border-color: #d6e9c6;
}

.noty_theme__semanticui.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    font-size: 1em;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
}

    .noty_theme__semanticui.noty_bar .noty_body {
        padding: 1em 1.5em;
        line-height: 1.4285em;
    }

    .noty_theme__semanticui.noty_bar .noty_buttons {
        padding: 10px;
    }

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
    background-color: #f8f8f9;
    color: rgba(0, 0, 0, 0.87);
}

.noty_theme__semanticui.noty_type__warning {
    background-color: #fffaf3;
    color: #573a08;
    box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__error {
    background-color: #fff6f6;
    color: #9f3a38;
    box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
    background-color: #f8ffff;
    color: #276f86;
    box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__success {
    background-color: #fcfff5;
    color: #2c662d;
    box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
}

.noty_theme__nest.noty_bar {
    margin: 0 0 15px 0;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
}

    .noty_theme__nest.noty_bar .noty_body {
        padding: 10px;
        font-size: 14px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    }

    .noty_theme__nest.noty_bar .noty_buttons {
        padding: 10px;
    }

.noty_layout .noty_theme__nest.noty_bar {
    z-index: 5;
}

    .noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
        position: absolute;
        top: 0;
        margin-top: 4px;
        margin-right: -4px;
        margin-left: 4px;
        z-index: 4;
        width: 100%;
    }

    .noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
        position: absolute;
        top: 0;
        margin-top: 8px;
        margin-right: -8px;
        margin-left: 8px;
        z-index: 3;
        width: 100%;
    }

    .noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
        position: absolute;
        top: 0;
        margin-top: 12px;
        margin-right: -12px;
        margin-left: 12px;
        z-index: 2;
        width: 100%;
    }

    .noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
        position: absolute;
        top: 0;
        margin-top: 16px;
        margin-right: -16px;
        margin-left: 16px;
        z-index: 1;
        width: 100%;
    }

    .noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
        position: absolute;
        top: 0;
        margin-top: 20px;
        margin-right: -20px;
        margin-left: 20px;
        z-index: -1;
        width: 100%;
    }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
    margin-top: 4px;
    margin-left: -4px;
    margin-right: 4px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
    margin-top: 8px;
    margin-left: -8px;
    margin-right: 8px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
    margin-top: 12px;
    margin-left: -12px;
    margin-right: 12px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
    margin-top: 16px;
    margin-left: -16px;
    margin-right: 16px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: 20px;
}

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
    background-color: #073B4C;
    color: #fff;
}

    .noty_theme__nest.noty_type__alert .noty_progressbar,
    .noty_theme__nest.noty_type__notification .noty_progressbar {
        background-color: #fff;
    }

.noty_theme__nest.noty_type__warning {
    background-color: #FFD166;
    color: #fff;
}

.noty_theme__nest.noty_type__error {
    background-color: #EF476F;
    color: #fff;
}

    .noty_theme__nest.noty_type__error .noty_progressbar {
        opacity: .4;
    }

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
    background-color: #118AB2;
    color: #fff;
}

    .noty_theme__nest.noty_type__info .noty_progressbar,
    .noty_theme__nest.noty_type__information .noty_progressbar {
        opacity: .6;
    }

.noty_theme__nest.noty_type__success {
    background-color: #06D6A0;
    color: #fff;
}

.noty_theme__light.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}

    .noty_theme__light.noty_bar .noty_body {
        padding: 10px;
    }

    .noty_theme__light.noty_bar .noty_buttons {
        border-top: 1px solid #e7e7e7;
        padding: 5px 10px;
    }

.noty_theme__light.noty_type__alert,
.noty_theme__light.noty_type__notification {
    background-color: #fff;
    border: 1px solid #dedede;
    color: #444;
}

.noty_theme__light.noty_type__warning {
    background-color: #FFEAA8;
    border: 1px solid #FFC237;
    color: #826200;
}

    .noty_theme__light.noty_type__warning .noty_buttons {
        border-color: #dfaa30;
    }

.noty_theme__light.noty_type__error {
    background-color: #ED7000;
    border: 1px solid #e25353;
    color: #FFF;
}

    .noty_theme__light.noty_type__error .noty_buttons {
        border-color: darkred;
    }

.noty_theme__light.noty_type__info,
.noty_theme__light.noty_type__information {
    background-color: #78C5E7;
    border: 1px solid #3badd6;
    color: #FFF;
}

    .noty_theme__light.noty_type__info .noty_buttons,
    .noty_theme__light.noty_type__information .noty_buttons {
        border-color: #0B90C4;
    }

.noty_theme__light.noty_type__success {
    background-color: #57C880;
    border: 1px solid #7cdd77;
    color: darkgreen;
}

    .noty_theme__light.noty_type__success .noty_buttons {
        border-color: #50C24E;
    }

/*# sourceMappingURL=noty.css.map*/


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: url(http://d32q2alwm0ek1h.cloudfront.net/projecttoolbelt/Images/Colorbox/overlay.png) repeat 0 0;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(http://d32q2alwm0ek1h.cloudfront.net/projecttoolbelt/Images/Colorbox/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(http://d32q2alwm0ek1h.cloudfront.net/projecttoolbelt/Images/Colorbox/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(http://d32q2alwm0ek1h.cloudfront.net/projecttoolbelt/Images/Colorbox/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(http://d32q2alwm0ek1h.cloudfront.net/projecttoolbelt/Images/Colorbox/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(http://d32q2alwm0ek1h.cloudfront.net/projecttoolbelt/Images/Colorbox/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(http://d32q2alwm0ek1h.cloudfront.net/projecttoolbelt/Images/Colorbox/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(http://d32q2alwm0ek1h.cloudfront.net/projecttoolbelt/Images/Colorbox/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(http://d32q2alwm0ek1h.cloudfront.net/projecttoolbelt/Images/Colorbox/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #146bbe;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #146bbe;
}

#cboxLoadingOverlay {
    background: url(http://d32q2alwm0ek1h.cloudfront.net/projecttoolbelt/Images/Colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(http://d32q2alwm0ek1h.cloudfront.net/projecttoolbelt/Images/Colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(http://d32q2alwm0ek1h.cloudfront.net/projecttoolbelt/Images/Colorbox/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: -75px -25px;
    }

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(http://d32q2alwm0ek1h.cloudfront.net/projecttoolbelt/Images/Colorbox/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: -50px -25px;
    }

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(http://d32q2alwm0ek1h.cloudfront.net/projecttoolbelt/Images/Colorbox/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: -25px -25px;
    }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.fa-jira:before {
    content: "\f7b1"
}
.fa-salesforce:before {
    content: "\f83b";
}


.product-box {
    display: inline-flex;
    align-items: flex-start;
    padding: 20px 20px;
    border-left: 1px solid #e6e8eb;
    border-bottom: 1px solid #e6e8eb;
    /*min-height: 240px;*/
}

    .product-box i {
        font-size: 16px;
        margin-top: 0px;
        width: 12px;
    }

    .product-box .icon-box-content {
        padding-left: 20px;
        position: absolute
    }

        .product-box .icon-box-content h3 {
            font-size: 14px;
            color: #1f1f1f;
            /*font-weight: 400;*/
        }

        .product-box .icon-box-content p {
            font-size: 1rem;
            margin-bottom: 0;
            color: #9896a6;
        }


#mainMenu nav > ul > li > a.btn {
    font-family: "Poppins", sans-serif;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    /*outline: none;*/
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    /*background-color: #2250fc;*/
    border-color: #53b0f8;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
    transition: all 0.3s;
    /*margin-bottom: 6px;*/
    outline: none;
    line-height: 14px;
    cursor: pointer;
}


.articlebox {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}


    .articlebox h1 a, .articlebox h1 a:hover {
        color: #0066CC;
        text-decoration: none;
        font-family: proxima-nova,sans-serif;
    }

.example-box {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .example-box ul {
        /* padding-left: 15px;
        margin-bottom: 10px;*/
        float: left;
        list-style: none !important;
        margin: 11px 0 0 0;
        line-height: 30px;
        font-size: 20px;
        font-weight: normal;
        font-family: proxima-nova,sans-serif;
    }

        .example-box ul li {
            margin: 0 0 10px 0;
            padding: 0 0 0 46px;
        }

    .example-box li {
        font-size: 20px;
        font-weight: normal;
        line-height: 30px;
        position: relative;
        text-align: left;
    }

    .example-box ul li:before {
        position: absolute;
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #555;
        top: 10px;
        left: 20px;
    }

.article-btns {
    width: 100%;
    float: left;
}

    .example-box p {
        width: 100%;
        /*float: left;*/
        /*line-height: 24px;*/
        /*margin-bottom: 10px;*/
        color: #555 !important;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        font-family: proxima-nova,sans-serif;
    }

    .example-box img {
        width: 100%;
        float: left;
        margin: 15px 0px;
    }

    .example-box h2 {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        /*font-weight: 700;
        font-size: 1.5em;
        line-height: 1.333;
        margin: 1em 0;*/
        font-weight: 900;
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 13px 0;
        font-family: proxima-nova,sans-serif;
    }

    .example-box h3 {
        font-weight: 700;
        font-size: 25px;
        font-family: proxima-nova,sans-serif;
    }
   