.nivo-box,
.nivo-caption,
.nivoSlider {
    overflow: hidden;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
}

    .nivoSlider img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: none;
    }

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: #fff;
    filter: alpha(opacity=0);
    opacity: 0;
}

.nivo-box,
.nivo-slice {
    z-index: 5;
    position: absolute;
}

    .nivo-box,
    .nivo-box img,
    .nivo-slice {
        display: block;
    }

.nivo-slice {
    height: 100%;
    top: 0;
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .nivo-caption p {
        padding: 5px;
        margin: 0;
    }

    .nivo-caption a {
        display: inline !important;
    }

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0;
}

.nivo-nextNav {
    right: 0;
}

.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

    .nivo-controlNav a {
        cursor: pointer;
    }

        .nivo-controlNav a.active {
            font-weight: 700;
        }

.rightArrow,
h3 {
    font-weight: 900;
}

#dev7link {
    position: absolute;
    top: 0;
    left: 50px;
    background: url(images/dev7logo.png) no-repeat;
    width: 60px;
    height: 67px;
    border: 0;
    display: block;
    text-indent: -9999px;
}

.slider-wrapper {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.clear {
    clear: both;
}

#links_blk {
    position: absolute;
    top: 20%;
    right: 9%;
    width: 20%;
    height: 40%;
    border-radius: 5px;
    z-index: 10;
    font-size: 1.2em;
    letter-spacing: 0.8px;
}

    #links_blk ul {
        list-style: none;
        height: 101%;
        padding: 0;
        margin: 0;
    }

        #links_blk ul li {
            list-style: none;
            z-index: 10;
            cursor: pointer;
            margin-bottom: 2px;
        }

            #links_blk ul li:first-child {
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

            #links_blk ul li:last-child {
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
            }

        #links_blk ul a {
            list-style: none;
            /*font-family: KievitCL_OT-Medium;*/
            font-family: 'Work Sans', sans-serif;
            font-size: 16.6px;
            font-weight: 600;
            color: #fff;
            cursor: pointer;
            letter-spacing: 1px;
            text-transform: capitalize;
        }

.highlightedBlk,
.nonHighlightedBlk {
    color: #292f7c;
    padding: 20px 24px;
    width: 100%;
    vertical-align: middle;
}

#links_blk ul li span.rightArrow {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2em;
}

.nonHighlightedBlk {
    height: 18%;
    display: table;
    background: #292f7c;
}

#links_blk ul li:hover,
.highlightedBlk {
    background-color: #cddeff;
}

    #links_blk ul li a:hover,
    .highlightedBlk a, .highlightedBlk a span {
        color: #292f7c !important;
    }

.displayTableCell {
    display: table-cell;
    vertical-align: middle;
}

.highlightedBlk {
    -webkit-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    display: table;
    height: 28%;
}

    .highlightedBlk:last-child,
    .nonHighlightedBlk:last-child {
        border-bottom: 0;
    }

.text-right {
    text-align: right;
}

.rightArrow {
    padding-left: 2px;
    cursor: pointer;
}

.browseCatalogueBlk {
    /*font-family: Inter;*/
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    display: none;
}

.highlightedBlk .browseCatalogueBlk {
    display: table;
}

.display-inlineBlk {
    display: inline-block;
}

.promoTextBlk {
    position: absolute;
    color: #fff;
    z-index: 10;
    display: none;
}

h3 {
    font-size: 18px;
}

.star {
    font-size: 45px;
    vertical-align: middle;
    margin-right: 10px;
}

.valign-top {
    vertical-align: top;
}

.promoTextBlk div {
    max-width: 300px;
}

.theme-default .nivoSlider {
    position: relative;
    background: url(loading.gif) 50% 50% no-repeat #fff;
    margin-bottom: 0;
}

    .theme-default .nivoSlider img {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .theme-default .nivoSlider a {
        border: 0;
        display: block;
    }

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 0;
    height: 0;
    visibility: hidden;
}

    .theme-default .nivo-controlNav a {
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url(bullets.png) no-repeat;
        text-indent: -9999px;
        border: 0;
        margin: 0 2px;
    }

.EditControl,
.dynamicControlArea {
    margin-left: 20px;
    font-family: KievitCL_OT-Regular;
}

.theme-default .nivo-controlNav a.active {
    background-position: 0 -22px;
}

.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}

.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

.theme-default a.nivo-prevNav {
    left: 15px;
}

.theme-default .nivo-caption {
    font-family: KievitCL_OT-Regular;
}

    .theme-default .nivo-caption a {
        color: #fff;
        border-bottom: 1px dotted #fff;
    }

        .theme-default .nivo-caption a:hover {
            color: #fff;
        }

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

    .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
        width: auto;
        height: auto;
        background: 0 0;
        margin-bottom: 5px;
    }

    .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
        display: block;
        width: 120px;
        height: auto;
    }

#ContentTypeDropDownContiner,
.DropdownLabel {
    display: inline-block;
}

.EditContenttextArea,
.EditControl,
.FirstDropDownContainer,
.dynamicControlArea {
    width: 100%;
    float: left;
}

.DropdownLabel {
    padding: 5px 10px 5px 0;
    float: left;
    font-weight: 700;
}

.FirstDropDownContainer {
    height: auto;
}

.SecondDropDownContainer {
    float: left;
    padding-top: 20px;
    height: auto;
    width: 100%;
}

.sizeControlDropDown {
    float: left;
    height: 25px;
}

.boxControlDropDown,
.contentTypeControlDropDown,
.imagePositionControl,
.imagePositionControlDropDown,
.quantityControlDropDown {
    float: left;
}

.dynamicControlArea {
    margin-top: 20px;
}

.editLabel {
    float: left;
    font-weight: 700;
    margin-top: 5px;
}

.EditContentText {
    width: 80%;
    height: 200px;
    margin-top: 28px;
    margin-left: -42px;
    float: left;
    border: 1px solid #d3d3d3;
}

#DivisionDropDownContainer .k-dropdown-wrap {
    cursor: pointer;
    background: #ebebec !important;
    background-color: #eaeaea !important;
    background-repeat: repeat !important;
    border: 1px solid #d3d3d3;
    padding-bottom: 5px;
    margin-top: -3px;
}

#DivisionDropDown-list {
    color: #707070 !important;
    border-bottom: 1px solid #ccc !important;
}

    #DivisionDropDown-list .k-state-selected {
        background-color: #019ebe !important;
        color: #fff !important;
    }

    #DivisionDropDown-list .k-item {
        background: 0 0;
        padding-left: 5px !important;
        padding: 1px;
        border-bottom: 0 solid #bababa !important;
        border-left: 1px solid #bababa !important;
        border-right: 1px solid #bababa !important;
        border-top: 1px solid #bababa !important;
        border-style: outset;
        color: #707070;
    }

.UpdateBtn {
    background: #057c96 !important;
    color: #fff;
    padding: 3px;
    margin-right: 187px;
    margin-top: 11px;
    font-size: 9pt;
    width: 10%;
    height: 26px;
    float: right;
    border: none;
}

    .UpdateBtn:hover {
        background: #135f7b !important;
        color: #fff !important;
    }

.Browsebtn {
    padding: 9px 10px 10px;
    width: 126px !important;
    height: 35px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #495355;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: 400;
    font-family: KievitCL_OT-Regular;
    margin-left: 1px !important;
    background: #282828;
    float: left;
    margin: 0;
    line-height: 0;
}

.ActiveAddButtonsHolder:hover {
    background: #15617b !important;
}

.ActiveDeleteButtonHolder {
    background: #168ca5 !important;
    width: 12.5%;
    margin: 10px 0 10px 24px;
    float: left;
}

#ContentTypeDropDownContiner .k-icon,
#DivisionDropDownContainer .k-icon {
    cursor: pointer;
    background: url(../../Portals/0/images/ui-icons_cccccc_256x240.png) -63px -18px !important;
    margin-top: 5px !important;
    margin-right: 6px;
}

#ContentContainerDiv {
    height: inherit;
    overflow: hidden;
    padding: 10px;
    text-align: left;
}

.EditContenttextArea .dnnForm {
    margin-left: 2px;
}

.EditContenttextArea .Default.RadEditor {
    width: 85%;
}

.boxcontentheight {
    width: 40px;
    height: 20px;
}

#BoxDropDownContianer,
.containerBlk {
    display: inline-block;
    vertical-align: middle;
}

#ControlContent h3 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
}

#ControlContent hr {
    border: none;
    border-top: 1px solid #707070;
    width: 100%;
    padding-bottom: 10px;
}

.mar-left-10px {
    margin-left: 10px;
}

.showDiv {
    display: block;
}

.hideDiv,
.scrolltotop {
    display: none;
}

.footer-all {
    height: 296px !important;
    display: block;
}

.content_wrapper {
    margin-bottom: 0 !important;
}

    .content_wrapper .container {
        width: 100% !important;
        margin: 0 auto;
        position: relative;
        clear: both;
    }

.DnnModule,
header {
    margin-bottom: 0 !important;
}

.Panes {
    width: 100% !important;
}

.img-font {
    font-size: 15px;
    display: block;
    padding: 25px 0 0;
}

.ie .dnnFormPopup .ui-dialog-titlebar {
    min-height: 45px;
}

.nivoSlider img {
    background-position: center center;
}

.DnnModule {
    margin-top: 0 !important;
    float: none;
}

@media only screen and (min-width: 1024px) {
    .content_wrapper,
    footer,
    header {
        width: 100% !important;
    }
}

#FirstLevelContainer {
    display: none;
}

.corpLevelTopPane {
    display: none !important;
}
