body {
    background-color: #ffffff !important;
}

#band.search {
    background: url(../img/SearchPageBanner.jpg) top center no-repeat;
}

#container.container-insights-search {
    background-color: #f9f9f9;
    padding: 0;
}

.c-main {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.c-main-sidebar {
    max-width: 350px;
    width: 350px;
    min-width: 350px;
    padding: 60px 40px;
    background-image: url(../img/insights/sidebar-shadow.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #f1f1f1;
    box-sizing: border-box;
}

.c-main-content {
    flex-grow: 1;
    max-width: 930px;
    box-sizing: border-box;
    padding: 60px 0 60px 30px;
}

    .c-main-content.c-main-content-wide {
        max-width: 1280px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0px;
    }

.insights-container {
    position: relative;
    z-index: 89;
}

.c-layout {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
}

.insights-hero {
    position: relative;
    height: 400px;
}

.insights-hero-media {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.insights-hero-video {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .insights-hero-video::-webkit-media-controls-start-playback-button {
        display: none;
    }

.insights-hero-meta {
    position: absolute;
    z-index: 2;
    top: 64px;
    left: 0;
    right: 0;
}

.insights-hero-title {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: "Benton Sans Lt";
    font-size: 48px;
    line-height: 1;
    color: #fff;
}

.insights-bar {
    background-color: #93caf2;
    padding: 16px 0;
    text-align: center;
    font-family: "Benton Sans Reg";
    margin-bottom: 64px;
}

.insights-bar-text {
    color: #ffffff;
    font-size: 24px;
}

.insights-bar-button,
.insights-bar-button:link,
.insights-bar-button:visited {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background-color: #1586cf;
    display: inline-block;
    text-decoration: none;
    padding: 12px 40px;
    box-sizing: border-box;
    min-height: 44px;
    margin-left: 40px;
}

    .insights-bar-button:hover {
        color: #1586cf;
        text-decoration: none;
        background-color: #fff;
    }


.insights-title {
    font-size: 48px;
    line-height: 1.2;
    text-align: left;
    font-family: "Benton Sans Lt";
    color: rgb(14,81,131);
    margin: 30px 0 0 0;
}

/*Insights Explore Start*/
.insights-title-blue {
    /*color: #acd4f1;*/
    margin: 30px auto;
    font-size: 40px;
    line-height: 1;
}

.insights-title-blue-menu {
    display: inline-block;
    /*margin-top:25px;
	margin-left:calc(50% - 153px);
	margin-right:calc(50% - 167px);*/
    width: 320px;
    text-align: left;
    margin: 0 auto;
}

    .insights-title-blue-menu .insights-title-blue-menu-link, .insights-title-blue-menu .insights-form-group {
        display: none;
    }

    .insights-title-blue-menu-link,
    .insights-title-blue-menu .insights-form-group {
        margin-bottom: 15px;
    }

.insights-title-blue .ms-srch-sbLarge > input {
    /*	font-size:30px;*/
    font-family: "Benton Sans Lt";
}

.insights-title-blue-menu-link a {
    color: rgb(14,81,131);
}

.insights-title-blue .insights-form-search-text,
.insights-title-blue .ms-srch-sb-border,
.insights-title-blue .ms-srch-sb-borderFocused {
    border-width: 0px 0px 1px 0px !important;
}

.insights-title-blue .insights-form-search input[type="text"],
.insights-title-blue .ms-srch-sbLarge {
    background-color: transparent;
    margin: 0px;
    height: fit-content;
}

.insights-title-blue .ms-helperText,
.insights-title-blue input.ms-helperText {
    color: #9999;
}

.insights-title-blue .ms-srch-sb-searchLink {
    background-image: url(/Style%20Library/Alger/img/insights/icon-search-gray.svg);
}
/*Insights Explore End*/

.insights-grid {
    background-color: #ffffff;
    padding: 30px 0px 30px;
}

.insights-grid-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: -14px;
    margin-right: -14px;
}

.insights-grid-item {
    width: 33.33%;
    min-width: 33.33%;
    max-width: 33.33%;
}

.insights-grid-item-wide {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
}

.insights-grid-item-content {
    margin: 0 14px 28px;
    position: relative;
}

.insights-grid-item-media img {
    display: block;
    width: 100%;
    height: auto;
}

.insights-grid-item-meta {
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 5px 20px 5px;
    background-color: rgba(0,0,0,0);
    transition: all 0.5s cubic-bezier(0.645,0.05,0.355,1);
}

.insights-grid-item-content:hover .insights-grid-item-meta {
    background-color: rgba(0,0,0,0.5);
}

.insights-grid-item-title {
    font-family: "Benton Sans Reg";
    font-size: 26px;
    line-height: 1.4;
    color: #fff;
    transition: all 0.5s cubic-bezier(0.645,0.05,0.355,1);
}

.insights-grid-item-inner {
    overflow: hidden;
    max-height: 0;
    transition: all 0.8s cubic-bezier(0.645,0.05,0.355,1);
}

.insights-grid-item-content:hover .insights-grid-item-inner {
    max-height: 500px;
    overflow: visible;
}

.insights-grid-item-text {
    font-family: "Benton Sans Reg";
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    padding-top: 10px;
}

.insights-grid-item-actions {
    padding-top: 10px;
}

    .insights-grid-item-actions > a {
        font-family: "Benton Sans Reg";
        font-size: 14px;
        line-height: 1;
        color: #fdd51a;
        text-decoration: none;
    }

        .insights-grid-item-actions > a:hover {
            color: #fdd51a;
            text-decoration: underline;
        }

.insights-grid-item-text,
.insights-grid-item-actions {
    transition: all 0.5s cubic-bezier(0.645, 0.05, 0.355, 1);
    transform: translateY(10px);
    opacity: 0;
}

.insights-grid-item-content:hover .insights-grid-item-text,
.insights-grid-item-content:hover .insights-grid-item-actions {
    opacity: 1;
    transform: none;
}

.insights-grid-item-text {
    transition-delay: 0.2s;
}

.insights-grid-item-actions {
    transition-delay: 0.3s;
}

.insights-grid-item-link-mob {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.insights-form-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 60px 0 30px;
    margin-left: -14px;
    margin-right: -14px;
    padding-top: 0px;
}

.insights-form-item {
    width: 25%;
    padding: 0 14px;
}

.insights-form-item-mobile-only {
    display: none;
    position: relative;
}

.form-select-multiple {
    position: relative;
}

    .form-select-multiple select {
        display: none;
        overflow: hidden;
        max-height: 36px;
    }

    .form-select-multiple .selectboxit {
        display: none !important;
        overflow: hidden;
        width: 0;
        height: 0;
        opacity: 0;
        pointer-events: none;
    }

.ui-dropdownchecklist-selector-wrapper {
    display: block;
    height: 36px;
    background-color: #fff;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    font-family: "Benton Sans Med";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.ui-dropdownchecklist-dropcontainer-wrapper {
    width: 100% !important;
    z-index: 10 !important;
}

.ms-options-wrap {
    font-family: "Benton Sans Med";
    font-size: 16px;
    max-width: 100%;
}

    .ms-options-wrap > button,
    .ms-options-wrap > button:focus {
        display: block;
        background-color: #fff;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 36px;
        line-height: 36px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        outline: none;
        font-size: 16px;
        margin: 0;
        padding: 0;
        outline-offset: 0;
        color: #1586cf;
    }

        .ms-options-wrap > button span,
        .ms-options-wrap.ms-has-selections > button span {
            display: block;
            overflow: hidden;
            margin: 0 45px 0 10px;
            max-width: 222px;
        }


        .ms-options-wrap > button:after {
            width: 42px;
            height: 36px;
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            z-index: 2;
            background: url(../img/select.png) center center no-repeat #fff;
            border: none;
            border-left: 1px solid #cccccc;
        }

    .ms-options-wrap > .ms-options {
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        border: 1px solid #ccc;
        background: #fff;
        box-sizing: border-box;
        padding: 10px 0;
        max-width: 100%;
        margin: 0;
    }

        .ms-options-wrap > .ms-options > ul label {
            font-size: 14px;
            line-height: 36px;
            color: #1586cf;
            margin: 0;
            padding: 0 10px;
            height: 36px;
            overflow: hidden;
            white-space: normal;
            border: none;
            display: block;
        }

        .ms-options-wrap > .ms-options > input[type="checkbox"]:checked ~ label {
            color: #333;
        }

        .ms-options-wrap > .ms-options > ul li.selected label {
            color: #333;
        }

        .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
            left: 0;
            top: 0;
            margin: 0;
            right: 0;
            bottom: 0;
        }

.insights-form-item .selectboxit-container,
.insights-form-item .form-select,
.insights-form-item .selectboxit-container .selectboxit {
    width: 100% !important;
    max-width: 100% !important;
}

.insights-form-item .selectboxit-options,
.insights-form-item .selectboxit-options.selectboxit-list {
    width: 100%;
    min-width: 100% !important;
}

.insights-form-search {
    position: relative;
    height: 36px;
}

.c-main-sidebar .insights-form-search {
    margin-bottom: 20px;
}

.insights-form-search #SearchBox {
    width: 100%;
}

.insights-form-search input[type="text"] {
    /*    width: 100%;
    min-width: 100%;
    height: 36px;
    box-sizing: border-box;
    background-color: #fff;
    border:1px solid #ccc;
    padding: 0 20px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    color: #333;
    font-size: 16px;*/
}

    .insights-form-search input[type="text"]::placeholder {
        color: #1586cf;
    }

    .insights-form-search input[type="text"]::-webkit-input-placeholder {
        color: #1586cf;
    }

    .insights-form-search input[type="text"]::-moz-placeholder {
        color: #1586cf;
    }
    /* Firefox 19+ */
    .insights-form-search input[type="text"]:-moz-placeholder {
        color: #1586cf;
    }
    /* Firefox 18- */
    .insights-form-search input[type="text"]:-ms-input-placeholder {
        color: #1586cf;
    }

.ms-srch-sb-searchLink,
.insights-form-search input[type="submit"],
.insights-form-search input[type="submit"]:hover {
    width: 22px;
    min-width: 22px;
    height: 22px;
    border: none;
    background-image: url(/Style%20Library/Alger/img/insights/icon-search-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    padding: 0;
    margin: -11px 0 0 0;
    outline: none;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 1px;
    line-height: 1;
    overflow: hidden;
    text-indent: 24px;
}

    .insights-form-search input[type="submit"]:hover {
        opacity: 0.7;
    }

.insights-form-search input[type="text"] {
    width: calc(100% - 45px);
    box-sizing: border-box;
    background-color: #fff;
    margin: 0px 0px 0px 10px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.insights-form-search-text, .ms-srch-sb-border, .ms-srch-sb-borderFocused {
    border: 1px solid #ccc !important;
    width: 100%;
}

.ms-helperText, input.ms-helperText {
    color: #1586cf;
}

.insights-form-search input[type="text"]::-webkit-input-title {
    color: #1586cf;
}

.insights-form-search input[type="text"]::-moz-title {
    color: #1586cf;
}
/* Firefox 19+ */
.insights-form-search input[type="text"]:-moz-title {
    color: #1586cf;
}
/* Firefox 18- */
.insights-form-search input[type="text"]:-ms-input-title {
    color: #1586cf;
}

.ms-srch-sbLarge > input {
    height: 34px;
    font-size: inherit;
    font-family: "Benton Sans Med"
}

.insights-checkbox-item label:before {
    left: 0;
}

.insights-form-reset {
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.645,0.05,0.355,1);
}

.is-params .insights-form-reset {
    max-height: 40px;
}

.insights-form-reset > span {
    display: inline-block;
    background-color: #1586cf;
    color: #ffffff;
    font-family: "Benton Sans Med";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    padding: 0 16px 0 34px;
    background-image: url(/Style%20Library/Alger/img/insights/icon-close-white.svg);
    background-position: 12px 12px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    cursor: pointer;
}

    .insights-form-reset > span:hover {
        background-color: #0163aa;
    }

.insights-search-results {
    background-color: #acd4f1;
    padding: 0 0 30px;
}

    .insights-search.o-bg-white,
    .insights-search-results.o-bg-white {
        background-color: #fff;
    }

/* Form Search */
.insights-search-form-viewmode-block {
    padding: 30px 0 0;
    max-width: 1280px;
}


    .insights-search-form-viewmode-block .insights-form-group.insights-form-group-search {
        width: 100%;
        min-width: 100%;
        border: none;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
    }

        .insights-search-form-viewmode-block .insights-form-group.insights-form-group-search .insights-form-search {
            width: 25%;
            min-width: 25%;
            max-width: 25%;
            width: calc( 25% - 28px );
            min-width: calc( 25% - 28px );
            max-width: calc( 25% - 28px );
            margin: 0 14px 0 14px;
        }

        .insights-search-form-viewmode-block .insights-form-group.insights-form-group-search .insights-form-sort,
        .insights-search-form-viewmode-block .insights-form-group.insights-form-group-search .insights-form-reset {
            margin: 0 14px 0 14px;
        }



    /* Form Categories */


    .insights-categories-list,
    .insights-search-form-viewmode-block .insights-search-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 30px;
    }


    .insights-categories-item,
    .insights-search-form-viewmode-block .insights-form-group.insights-checkbox-group {
        width: 25%;
        min-width: 25%;
        max-width: 25%;
    }

    .insights-search-form-viewmode-block .insights-form-group.insights-checkbox-group,
    .insights-categories-item-content {
        box-sizing: border-box;
        padding: 0 14px;
        margin: 0;
        border: none;
    }

.insights-categories-item-media {
    position: relative;
    overflow: hidden;
}

    .insights-categories-item-media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.insights-categories-item-title {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "Benton Sans Reg";
    font-size: 26px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    margin: 0;
}

.insights-search-form-viewmode-block .insights-checkbox-group-title {
    /*height: 160px;
	font-family: "Benton Sans Reg";
    font-size: 26px;
    line-height: 1.4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: none !important;
    justify-content: left;
}

/*.insights-search-form-viewmode-block .insights-checkbox-group-title.insights-checkbox-group-title-themes{
	background:url('/AlgerImages/Insights/search-title-bg.png');
}
.insights-search-form-viewmode-block .insights-checkbox-group-title.insights-checkbox-group-title-topics{
	background:url('/AlgerImages/Insights/search-title-bg.png');
}
.insights-search-form-viewmode-block .insights-checkbox-group-title.insights-checkbox-group-title-leaders{
	background:url('/AlgerImages/Insights/search-title-bg.png');
}
.insights-search-form-viewmode-block .insights-checkbox-group-title.insights-checkbox-group-title-format{
	background:url('/AlgerImages/Insights/search-title-bg.png');
}*/

.insights-categories-item-meta {
    padding: 20px 0;
}

    .insights-categories-item-meta a {
        color: #555;
        text-decoration: underline;
    }

        .insights-categories-item-meta a:hover {
            color: #555;
            text-decoration: none;
        }

.insights-search-form-viewmode-block .insights-checkbox-item,
.insights-categories-form-item {
    position: relative;
    margin-bottom: 10px;
}

    .insights-search-form-viewmode-block .insights-checkbox-item:last-child,
    .insights-categories-form-item:last-child {
        margin-bottom: 0;
    }

    .insights-search-form-viewmode-block .insights-checkbox-item input[type="checkbox"],
    .insights-categories-form-item input[type="checkbox"] {
        display: block;
        width: 100%;
        min-width: 100%;
        height: 100%;
        min-height: 100%;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .insights-search-form-viewmode-block .insights-checkbox-item input[type="checkbox"]:checked ~ label,
        .insights-categories-form-item input[type="checkbox"]:checked ~ label {
            font-family: "Benton Sans Med";
        }

    .insights-search-form-viewmode-block .insights-checkbox-item label:before,
    .insights-search-form-viewmode-block .insights-checkbox-item label:after,
    .insights-form .insights-checkbox-item label:before,
    .insights-form .insights-checkbox-item label:after,
    .insights-search-results {
        display: none !important;
    }

.c-spoiler-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
}

.is-opened.c-spoiler .c-spoiler-content {
    max-height: 10000px;
}

.c-spoiler-trigger:before {
    content: "view ";
}

.c-spoiler-trigger:after {
    content: "more";
}

.c-spoiler-trigger.is-opened:after {
    content: "less";
}

/* End of Form categories */

.insights-results-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -14px;
    margin-right: -14px;
    max-width: 1280px;
}

.insights-results-item {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    display: flex;
}

.insights-results-item-content {
    width: calc( 100% - 28px );
    margin: 0 14px 28px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-top: 10px solid #278ace;
    cursor: pointer;
}

.insights-results-item-media img {
    width: 100%;
    height: auto;
    display: block;
}

.insights-results-item-meta {
    padding: 38px;
}

.vm-small .insights-results-item-meta {
    padding: 20px;
}

.insights-results-item-title {
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
}

.vm-small .insights-results-item-title {
    font-size: 16px;
    margin-bottom: 15px;
}

.insights-results-item-title a {
    color: #000;
    text-decoration: none;
}

    .insights-results-item-title a:hover {
        color: #1586cf;
        text-decoration: none;
    }

.insights-results-item-text {
    font-size: 14px;
    line-height: 1.7;
}

.insights-results-actions,
.insights-load-more {
    text-align: center;
}

    .insights-results-actions span,
    .insights-load-more a {
        font-size: 20px;
        line-height: 1;
        font-family: "Benton Sans Med";
        color: #0163aa;
    }

    .insights-results-actions span {
        cursor: pointer;
    }

.insights-results-info {
    font-size: 14px;
    margin-bottom: 20px;
    color: #555;
}

    .insights-results-info strong {
        color: #000;
    }

.insights-form-group {
    border-bottom: 3px solid #dddddd;
    margin-bottom: 30px;
}

.insights-form .insights-form-group {
    box-sizing: border-box;
    border: none;
    margin: 0px;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    padding: 0px 14px;
}

.insights-form-group:last-child {
    border: none;
}

.insights-checkbox-group-title {
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
    background: url(../img/insights/title-bg.png);
    background-size: cover;
    text-transform: uppercase;
    padding: 12px;
    color: #7baef7;
    padding-left: 0px !important;
}

.insights-checkbox-item {
    position: relative;
    margin-left: 0px;
}

    .insights-checkbox-item input[type="checkbox"] {
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        cursor: pointer;
        padding: 0;
        margin: 0;
    }

    .insights-checkbox-item label {
        display: block;
        font-size: 16px;
        line-height: 1.2;
        color: rgb(0,0,0);
        margin-bottom: 7px;
        font-family: "Benton Sans Reg";
        font-style: normal;
        font-weight: normal;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .insights-checkbox-item label:before {
            content: '\0020';
            border: 1px solid #1586cf;
            width: 22px;
            height: 22px;
            min-width: 22px;
            min-height: 22px;
            display: block;
            margin-right: 12px;
        }

    .insights-checkbox-item input[type="checkbox"]:checked ~ label:before {
        background-image: url(/Style%20Library/Alger/img/insights/icon-cross-blue.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .insights-checkbox-item input[type="checkbox"]:checked ~ label, .insights-checkbox-item input[type="checkbox"]:hover ~ label {
        font-family: "Benton Sans Med";
        color: #63b1e2;
    }

.c-spoiler-content {
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s ease-in-out;
}

.is-spoiler .c-spoiler-content {
    max-height: 50000px;
}

.insights-form-group-spoiler {
    margin-left: 0px;
}

    .insights-form-group-spoiler span {
        font-size: 14px;
        color: rgb(0,0,0);
        text-decoration: underline;
        cursor: pointer;
        text-transform: lowercase;
    }

        .insights-form-group-spoiler span:hover {
            text-decoration: none;
        }

        .insights-form-group-spoiler span:last-child,
        .is-spoiler .insights-form-group-spoiler span:first-child {
            display: none;
        }

        .insights-form-group-spoiler span:first-child,
        .is-spoiler .insights-form-group-spoiler span:last-child {
            display: inline;
        }


.c-main-bar {
    background-color: #106caf;
    padding: 35px 0;
}

.c-main-bar-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.c-main-bar-title {
    font-size: 20px;
    color: white;
    margin-bottom: 20px;
    font-family: "Benton Sans Med";
}

.form-item {
    margin-bottom: 20px;
}

.form-select {
    margin-bottom: 20px;
}

.c-main-subscribe {
    
}

    .c-main-subscribe input[type="text"] {
        height: 36px;
        line-height: 36px;
        display: block;
        width: 100%;
        text-indent: 10px;
        border: none;
        padding: 0;
        font-style: italic;
        color: #899191;
    }

    .c-main-subscribe input[type="submit"] {
        display: block;
        width: 100%;
        height: 36px;
        padding: 0;
        line-height: 36px;
        text-align: center;
        text-transform: none;
        font-size: 18px;
        font-weight: normal;
    }

    .c-main-subscribe .form-select,
    .c-main-subscribe .selectboxit-container,
    .c-main-subscribe .selectboxit-container .selectboxit,
    .c-main-subscribe .selectboxit-container .selectboxit-options {
        max-width: none !important;
        width: 100% !important;
        min-width: 100% !important;
        font-style: italic;
        color: #899191;
    }

        .c-main-subscribe .selectboxit-container * {
            font-style: italic;
            color: #899191;
        }

.c-main-subscribe-subtext {
    font-size: 14px;
    line-height: 1.7;
    font-family: 'Benton Sans Lt';
}

.c-main-social-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    .c-main-social-list a,
    .c-main-social-list a:link,
    .c-main-social-list a:visited {
        display: inline-block;
        width: 60px;
        height: 60px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: transparent;
    }

        .c-main-social-list a:hover {
            opacity: 0.7;
        }

        .c-main-social-list a[href*="https://twitter.com"] {
            background-image: url(/Style%20Library/Alger/img/insights/icon-twitter.svg);
        }

        .c-main-social-list a[href*="https://www.youtube.com"] {
            background-image: url(/Style%20Library/Alger/img/insights/icon-youtube.svg);
        }

        .c-main-social-list a[href*="https://www.linkedin.com"] {
            background-image: url(/Style%20Library/Alger/img/insights/icon-linkedin.svg);
        }

/********************* Adaptive ***************************/

@media screen and (max-width:1024px) {
    .c-main-sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .c-main-content {
        padding-left: 20px;
        padding-right: 30px;
    }
}

@media screen and (max-width:1023px) {
    .c-main-sidebar {
        max-width: 25%;
        width: 25%;
        min-width: 25%;
    }

    .c-main-content,
    .c-main-content.c-main-content-wide {
        padding-left: 20px;
        padding-right: 20px;
    }

    .insights-checkbox-item label:before {
        width: 18px;
        height: 18px;
        min-width: 18px;
        min-height: 18px;
    }

    .insights-search-form-viewmode-block {
        padding-top: 0;
    }

    section.insights-search .insights-search-form-viewmode-block {
        padding-top: 20px;
        display: block;
    }

    .insights-search-form-viewmode-block .insights-search-form {
        margin: 0;
        display: block;
        padding-bottom: 20px;
    }

    .insights-search-form-viewmode-block .insights-form-group.insights-form-group-search {
        display: block;
    }

        .insights-search-form-viewmode-block .insights-form-group.insights-form-group-search .insights-form-search,
        .insights-search-form-viewmode-block .insights-form-group.insights-form-group-search .insights-form-sort,
        .insights-search-form-viewmode-block .insights-form-group.insights-form-group-search .insights-form-reset {
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            margin: 0px 0px 10px 0px;
        }

    .insights-form-reset > span {
        width: auto;
    }

    .insights-categories-list,
    .insights-search-form-viewmode-block .insights-form-group.insights-checkbox-group {
        display: none;
        overflow: hidden;
        max-height: 0;
        margin-left: 0;
        margin-right: 0;
    }


    .insights-categories-item {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .insights-categories-item-content {
        padding: 0;
    }

    .insights-results-item {
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }

    .insights-grid-item-text,
    .insights-grid-item-actions {
        transform: none;
        opacity: 1;
    }

    .btnsubscribe-title {
        margin-right: auto;
        margin-left: auto;
        display: table !important;
    }

    .insights-title {
        font-size: 36px;
        padding-left: 20px;
    }

    .insights-desc {
        padding-left: 20px;
        font-size: 20px !important;
    }
    .insights-grid {
        padding-bottom: 0px;
    }
    #frmsubscribe {
        padding-left: 20px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .insights-form-item-mobile-only {
        display: block;
        margin-bottom: 10px;
    }

    .insights-form-search-actions .insights-form-search {
        width: 100%;
    }

    .insights-grid-list {
        margin-left: -4px;
        margin-right: -4px;
    }

    .insights-grid-item-content {
        margin: 0 4px 8px;
    }

    .insights-grid-item-meta {
        padding: 5px;
    }

    .insights-grid-item-title {
        font-size: 16px;
    }

    .insights-grid-item-text,
    .insights-grid-item-actions {
        padding-top: 6px;
        font-size: 13px;
        line-height: 1.2;
    }

        .insights-grid-item-actions > a {
            font-size: 13px;
        }

        .insights-grid-item-title br,
        .insights-grid-item-text br {
            display: none;
        }

    .insights-form .insights-form-group {
        display: none;
    }

    .insights-form-list {
        display: block;
        margin: 0px;
    }
}

@media screen and (max-width:767px) {
    .c-main {
        flex-direction: column;
    }

    .c-main-sidebar {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 30px 20px;
        background-image: none;
    }

    .c-main-content {
        padding-left: 20px;
        padding-right: 20px;
    }


    .insights-hero {
        height: 240px;
        background-image: url(/AlgerImages/insights/insights-hero-poster.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .insights-hero-media {
        display: none;
    }

    .insights-hero-title {
        font-size: 26px;
        text-align: center;
    }

    .insights-bar {
        margin-bottom: 20px;
    }

    .insights-bar-text {
        font-size: 18px;
        margin-bottom: 10px;
        display: block;
    }

    .insights-bar-button,
    .insights-bar-button:link {
        margin: 0 auto;
        font-size: 16px;
        padding: 8px 30px;
        min-height: 32px;
    }

    .insights-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .insights-title-blue-menu-link {
        font-size: 24px;
    }

    .insights-title-blue .ms-srch-sbLarge > input {
        font-size: 24px;
    }

    .insights-title-blue-menu {
        padding-left: 0px;
        width: auto;
        min-width: 275px;
    }

    .insights-desc {
        padding-left: 20px;
        font-size: 16px !important;
        margin-top: 5px !important;
    }

    .insights-grid {
        padding: 0;
        margin: 0 0 20px;
    }

        .insights-grid .c-layout {
            padding: 0;
        }

    .insights-grid-list {
        margin: 0;
        display: block;
        flex-direction: column;
        align-items: flex-start;
    }

    .insights-grid-item,
    .insights-grid-item-wide {
        max-width: none;
        width: auto;
    }

    .insights-grid-item-content {
        margin: 10px auto;
    }

    .insights-grid-item-media {
        height: 220px;
        overflow: hidden;
    }

        .insights-grid-item-media img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .insights-grid-item-meta {
        background-color: rgba(0,0,0,0.3);
    }

    .insights-grid-item-inner {
        max-height: none;
        opacity: 1;
    }

    .insights-grid-item-text,
    .insights-grid-item-actions {
        transform: none;
        opacity: 1;
    }

    .insights-results-list,
    .insights-results-list.vm-small {
        margin: 0;
        display: block;
    }

    .insights-results-item {
        display: block;
        width: auto;
        max-width: none;
    }

    .insights-results-item-content,
    .vm-small .insights-results-item-content {
        margin: 0 0 14px;
        width: 100%;
    }

    .insights-results-item-meta {
        padding: 20px;
    }

    .insights-results-item-title {
        margin-bottom: 15px;
    }

    .insights-search-results {
        padding: 0;
    }

    .insights-results-actions {
        padding-bottom: 20px;
    }

        .insights-results-actions a {
            font-size: 16px;
        }

    .insights-form-list {
        padding: 20px 0 10px;
        margin: 0;
        display: block;
        flex-direction: column;
    }

    .insights-form-item {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }

    .insights-form-search,
    .c-main-sidebar .insights-form-search {
        margin: 0;
    }

    .is-params .insights-form-reset {
        margin: 0 0 20px;
    }

    .c-main-sidebar .is-params .insights-form-reset {
        margin: 20px 0 0;
    }

    .ms-options-wrap > button span,
    .ms-options-wrap.ms-has-selections > button span {
        max-width: 100%;
    }

    .insights-form-group {
        margin: 0;
        border: none;
    }

    .insights-checkbox-group {
        display: none;
    }

    .insights-form-item-mobile-only {
        display: block;
        margin-bottom: 10px;
    }

    .c-main-bar-inner {
        flex-direction: column;
    }

    .c-main-subscribe {
        max-width: none;
        margin-bottom: 35px;
        width: 100% !important;
        display: block !important;
    }
}

#Paging *, #Paging *:before, #Paging *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.ms-promlink-button {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
}

.ms-promlink-button-image {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.ms-promlink-button-enabled {
    border-color: #ababab;
    background-color: rgba( 255,255,255,0.85 );
}

.ms-verticalAlignMiddle {
    vertical-align: middle;
}

.ms-srch-result {
    margin: 0px;
}

    .ms-srch-result #ResultHeader {
        margin: 0px;
    }

    .ms-srch-result #Actions li {
        margin: 0px;
    }

.insights-checkbox-item input[type="checkbox"]:checked ~ label {
    /*color: rgb(0,0,0);*/
}

.insights-checkbox-item input[type="checkbox"]:disabled ~ label {
    font-family: "Benton Sans Reg";
    color: rgb(191,191,191);
}

.ms-srch-sbLarge-searchImg {
    display: none;
}

.ms-srch-sbLarge > .ms-srch-sb-searchLink {
    height: 22px;
    width: 22px;
}

/* New Changes */

.insights-hero.root {
    max-height: 200px;
}

.insights-categories-list, .insights-search-form-viewmode-block .insights-search-form {
    margin-right: 0px;
    margin-left: 0px;
}

#frmsubscribe {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    /* border: 1px solid black; */
    width: 50%;
}


.btnsubscribe-title {
    background: rgb(14,81,131);
    color: #fff;
    font-family: "Benton Sans Bd";
    font-size: 30px;
    background-color: #136CAF;
 /*   -webkit-transform: skew(-32deg);
    -moz-transform: skew(-32deg);
    -ms-transform: skew(-32deg);
    -o-transform: skew(-32deg);
    transform: skew(-32deg); */
    display: inline-block;
    margin-top: 30px;
    padding: 13px 15px;
    max-height: 50px;
}

    .btnsubscribe-title a {
        color: #fff !important;
        font-family: "Benton Sans Med";
        font-weight: 400;
        font-size: 16px;
/*        -webkit-transform: skew(32deg);
        -moz-transform: skew(32deg);
        -ms-transform: skew(32deg);
        -o-transform: skew(32deg); 
        transform: skew(32deg); */
        vertical-align: middle;
        display: inline-block;
    }

.insights-desc {
    margin-top: 15px;
    font-size: 25px;
    font-family: "Benton Sans Lt";
    color: rgb(14,81,131);
}
