﻿
body{
    font-display:fallback;
}
body.ms-fullscreenmode .ContentMain {
    background-image: none !important;
}

.ms-dialog .ms-dialogHidden {
    display: none !important;
}

#s4-workspace {
    overflow-x: auto;
    overflow-y: scroll;
}
/* START - ADMIN ITEMS
    NOTE: Master Page uses Sharepoint:SPSecurityTrimmedControl
            1) #suiteBar: removed from page for unauthorized users
            2) #s4-ribbonrow: required on page for scrolling
                a) Tag content removed from page for unauthorized users
                b) visibility: hidden (DO NOT USE display:none - invisible to javascript in some browsers
                c) visibility: visible set by content of SPSecurityTrimmedControl
*/
.ms-siteactions-root {
    z-index: 1450 !important;
}

#suiteBarButtons .ms-core-menu-box, #suiteBarButtons .ms-core-menu-boxBig {
    z-index: 1440;
}

#s4-ribbonrow {
    visibility: hidden;
}
/* END - ADMIN ITEMS */
/* START - DIALOGS 
    NOTE: Set size of dialog windows based on @media
*/
.ms-dlgOverlay {
    /*z-index:9950!important;*/
}

.ms-dlgContent, ms-dlgBorder {
    border-radius: 4px;
}

.ms-dlgTitle {
    padding: 12px 19px 0px 19px;
}

    .ms-dlgTitle .ms-dlgTitleText {
    }

html.ms-dialog body {
    padding-bottom: 20px
}

html.ms-dialog #s4-workspace {
    min-height: 280px;
}

html.ms-dialog table.ms-formtoolbar td.ms-toolbar:last-child {
    padding-right: 10px;
}

.ms-dialog .ContentMain {
    background-image: none;
}
/* hides background for web preview */

.ms-dialog .s4-notdlg {
    display: none!important;
}

.ms-dialog #iaSocialMediaLinksContainer {
    display: none !important;
}
.ms-dialog #iaLibraryTitle {
    display: none !important;
}
/* END - DIALOGS */

/* START - HIDE SIDEBAR 
    NOTE: There are several steps required to hide the sidebar
        1) User/System sets flag
            a) Set web property to hide pannel menu on site welcome page (Navigation Manager)
            b) Wiki Page Properties > IALayoutOptions: 
            c) Wiki pages displayed within dialog window
        2) Javascript
            a) Adds 'ia-no-sidebar' class to DIV.ContentMain
            b) changes #bt-content classes: 'col-md-9 col-sm-9' > 'col-md-12 col-sm-12'
            c) Adds 'ia-Hide' class to #bt-sidebar
        3) CSS - see below
*/
/*.ms-dialog #s4-workspace {overflow: hidden!important;}*/
.ms-dialog #s4-workspace {
    overflow: auto !important;
}

.ia-no-sidebar .ContentMain #bt-sidebar {
    display: none !Important;
}

.ia-no-sidebar .ContentMain #bt-content {
    width: 100% !important;
}

/* START - HIDE SIDEBAR */
/* START - MISC */
.ia-hide {
    display: none !important;
}

.MainTable {
    border-top: none;
}
/* END - MISC*/

/* START - TOP ROW CONTENT */
.iaTopRow {
    background-color: transparent;
}

/** START - TOP ROW MENU - LEFT**/
#iaTRLinksToggle {
    position: relative;
    float: left;
    display: none;
}
/* only visible on small devices */

#iaTRLinks {
    display: block;
    background: transparent;
    padding: 0px 0px 0px 0px !important;
    font-size: .9em;
    line-height: 1.4em;
    position: relative;
    left: 0px;
}

    #iaTRLinks ul.root > li.static > a.dynamic-children > span.additional-background {
        background-image: none !important;
        padding-right: 0px;
    }

    #iaTRLinks ul.root > li.static {
        padding: 0px 0px;
        border-right: 1px solid lightgray;
    }

    #iaTRLinks ul.root > li.last {
        border-right-width: 1px;
        border-right-color: transparent;
    }

    #iaTRLinks ul {
        padding-left: 0px;
        list-style: none;
    }

    #iaTRLinks .ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background {
    }

    #iaTRLinks .root > li > .menu-item > span > .menu-item-text, #iaTRLinks .ms-core-listMenu-heading .ms-splinkbutton-text, #iaTRLinks .root > .ms-navedit-dropNode > table .menu-item .menu-item-text, #iaTRLinks ul.ms-storefront-list > li > a, #iaTRLinks .ms-ref-refinername .ms-displayInlineBlock, #iaTRLinks .ms-webpart-chrome .ms-core-listMenu-item, #iaTRLinks .s4-qlheader span.ms-splinkbutton-text, #iaTRLinks a.s4-qlheader span.ms-splinkbutton-text, #iaTRLinks a.s4-qlheader:link span.ms-splinkbutton-text, #iaTRLinks a.s4-qlheader:visited span.ms-splinkbutton-text, #iaTRLinks a.s4-qlheader:active span.ms-splinkbutton-text {
        background: transparent;
        color: #666;
        opacity: 0.8;
        padding: 2px 10px 2px 10px;
        text-decoration: none;
        transition: .4s all;
        letter-spacing: .08em;
    }

        #iaTRLinks .root > li:hover > .menu-item > span > .menu-item-text, #iaTRLinks .ms-core-listMenu-heading:hover .ms-splinkbutton-text, #iaTRLinks .root > .ms-navedit-dropNode > table .menu-item:hover .menu-item-text, #iaTRLinks ul.ms-storefront-list > li:hover > a, #iaTRLinks .ms-ref-refinername:hover .ms-displayInlineBlock, #iaTRLinks .ms-webpart-chrome .ms-core-listMenu-item:hover, #iaTRLinks .s4-qlheader:hover span.ms-splinkbutton-text, #iaTRLinks a.s4-qlheader:hover span.ms-splinkbutton-text, #iaTRLinks .root > li.selected > .menu-item > span > .menu-item-text, #iaTRLinks ul.ms-storefront-list > li.ms-core-listMenu-selected > a {
            opacity: 1.0;
            text-decoration: none;
            background: #457db8;
            color: #ffffff;
        }

    #iaTRLinks ul ul, #iaTRLinks ul.ms-storefront-list ul, #iaTRLinks .ms-core-listMenu-root ul.static {
        margin: 0;
        margin-top: -5px;
        margin-left: 12px;
        min-width: 200px;
        padding: 5px 0px;
        background: #FFFFFF;
        border-radius: 0 0 3px 3px;
        box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
        z-index: 9999;
    }

        #iaTRLinks ul ul ul, #iaTRLinks ul.ms-storefront-list ul ul, #iaTRLinks .ms-core-listMenu-root ul.static ul {
            margin-top: 0px;
            margin-left: 0px;
            border-radius: 3px;
            box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
        }

        #iaTRLinks ul ul li .menu-item, #iaTRLinks ul.ms-storefront-list ul li, #iaTRLinks #Value a, #iaTRLinks .ms-ref-refiner .ms-commandLink, #iaTRLinks .ms-webpart-chrome .ms-core-listMenu-root ul.static li, #iaTRLinks ul ul li:hover .menu-item, #iaTRLinks ul.ms-storefront-list ul li:hover, #iaTRLinks #Value a:hover, #iaTRLinks .ms-ref-refiner .ms-commandLink:hover, #iaTRLinks .ms-webpart-chrome .ms-core-listMenu-root ul.static li:hover, #iaTRLinks ul ul li.selected > .menu-item, #iaTRLinks ul.ms-storefront-list ul li.ms-core-listMenu-selected, #iaTRLinks #Value a.ms-ref-filterSel {
            background: transparent;
        }

        #iaTRLinks ul ul li .menu-item {
            color: #000;
            color: rgba(0, 0, 0, 0.6);
            padding: 4px 10px 4px 12px;
            text-decoration: none;
            display: block;
            white-space: pre-wrap;
        }

        #iaTRLinks ul ul li:hover > .menu-item {
            padding: 4px 10px 4px 12px;
            text-decoration: none !important;
            background: #457db8;
            color: #fff;
        }

    #iaTRLinks:empty {
        display: none !important;
    }

    #iaTRLinks .has-children {
        position: relative;
    }

.ms-dialog #iaTRLinks {
    display: none !important;
}

@media (min-width:767px) {
    /*disable panel toggle content small button small devices*/
    #iaTRLinksWraper {
        display: block !important;
        visibility: visible !important;
    }
}

@media (max-width:767px) {
    #iaTRLinks {
        /*width:100%;*/
    }

        #iaTRLinks ul.root {
            background: #ffffff;
            margin: 0;
            margin-top: 0px;
            margin-left: 0px;
            min-width: 200px;
            width: 100%;
            padding: 5px 0px;
            background: #fff;
            border-radius: 0 0 3px 3px;
            box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
            z-index: 9999;
            position: absolute;
            top: 25px;
            left: 0px;
        }

            #iaTRLinks ul.root > li.static {
                border: 1px solid transparent;
            }

        #iaTRLinks .root > li > .menu-item > span > .menu-item-text,
        #iaTRLinks .ms-core-listMenu-heading .ms-splinkbutton-text,
        #iaTRLinks .root > .ms-navedit-dropNode > table .menu-item .menu-item-text,
        #iaTRLinks ul.ms-storefront-list > li > a,
        #iaTRLinks .ms-ref-refinername .ms-displayInlineBlock,
        #iaTRLinks .ms-webpart-chrome .ms-core-listMenu-item,
        #iaTRLinks .s4-qlheader span.ms-splinkbutton-text,
        #iaTRLinks a.s4-qlheader span.ms-splinkbutton-text,
        #iaTRLinks a.s4-qlheader:link span.ms-splinkbutton-text,
        #iaTRLinks a.s4-qlheader:visited span.ms-splinkbutton-text,
        #iaTRLinks a.s4-qlheader:active span.ms-splinkbutton-text {
            background: transparent;
            color: #000;
            opacity: 0.8;
            padding: 4px 10px 2px 10px;
            text-decoration: none;
            transition: .4s all;
            letter-spacing: .08em;
        }

        #iaTRLinks ul.root > li.static > .menu-item {
            color: #000;
            color: rgba(0, 0, 0, 0.6);
            padding: 4px 10px 2px 0px;
            text-decoration: none;
            display: block;
        }

        #iaTRLinks ul.root > li.static > a:hover {
            text-decoration: none !important;
            background: #457db8;
            color: #fff;
        }

        #iaTRLinks ul.root > li.static ul.dynamic {
            display: block;
            float: none;
            left: 0px !important;
            position: static !important;
            top: 0px !important;
            width: 100% !important;
            margin-top: 0px;
            margin-left: 0px;
            padding: 0px;
            border: none;
            box-shadow: none;
        }

        #iaTRLinks ul.root li.dynamic a:hover {
            text-decoration: none !important;
            background: #457db8;
            color: #fff;
        }

        #iaTRLinks ul.root > li.static > ul.dynamic > li.dynamic .menu-item-text {
            padding: 6px 10px 4px 10px;
        }

        #iaTRLinks ul.root > li.static > ul.dynamic > li.dynamic > ul.dynamic > li.dynamic .menu-item-text {
            padding: 6px 10px 4px 20px;
        }

        #iaTRLinks ul.root > li.static > ul.dynamic > li.dynamic > ul.dynamic > li.dynamic > ul.dynamic > li.dynamic .menu-item-text {
            padding: 6px 10px 4px 30px;
        }
}
/** END - TOP ROW - LEFT**/
/** START - TOP ROW - RIGHT **/
#TopRightPane {
}

    #TopRightPane .popover {
        width: 100%;
        font-size: .75em;
        white-space: nowrap;
        position: fixed;
    }

    #TopRightPane .popover-title {
        background-color: darkorange;
        color: #fff;
    }

    #TopRightPane .tooltip {
        width: 100%;
    }

        #TopRightPane .tooltip > .tooltip-inner {
            background-color: darkorange;
            color: #fff;
            font-size: 1.2em;
            font-weight: bold;
        }

.TopRightMain {
    padding: 0px;
    text-align: right !important;
    white-space: nowrap;
    display: block;
    position: relative;
    right: 0px;
}


/*** START - LOGIN/LOGOUT ***/
.TopRightMain .LoginPane {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    /*line-height: 1.1em;*/
}

#Login .ia-sso-activity {
    position: relative;
    float: right;
    height: 1px;
    width: 1px;
    background-color: transparent;
    overflow: hidden;
}

    #Login .ia-sso-activity .ia-sso-frame {
    }

#Login {
    margin: 0px!important;
    padding: 0px!important;
    display: inline-block !important;
    float: right !important;
    border-left-color: lightgray;
}

    #Login:hover {
    }

    #Login .ms-welcome-root {
        z-index: 1410;
    }

    #Login .ms-core-menu-box, #Login .ms-core-menu-boxBig {
        z-index: 1410;
        top: 20px !important;
    }

    #Login .ms-signInLink {
        padding: 4px 10px 4px 10px;
        letter-spacing: .08em;
        line-height: 1.1em;
    }

        #Login .ms-signInLink:after {
            content: "";
        }

        #Login .ms-signInLink:hover {
            color: #ffffff !important;
            background-color: #457db8;
        }

@media (max-width:768px) {
    #Login .ms-signInLink {
        background-color: #fff;
        padding:0px;
        padding: 4px 10px 4px 10px;
        /*letter-spacing: inherit;
        font-family: FontAwesome;*/
        font-size: 0px;
        /*line-height:18px;*/
    }

        #Login .ms-signInLink:hover {
            background-color: #457db8;
            color: #fff;
        }

        #Login .ms-signInLink:after {
            content: "\f090";
            font-family: FontAwesome;
            font-size: 18px;
            line-height: 18px;
        }
}

#Login .ia-sso-info {
    position: absolute;
    right: -10px;
}

.TopRightMain .ms-welcome-root {
    height: 22px;
    padding: 5px 9px 0px 10px;
    line-height: 1em;
    letter-spacing: .08em;
    margin-right: -2px;
}

    .TopRightMain .ms-welcome-root:hover {
        border-right-color: transparent !important;
        background-color: #07509d;
        color: #fff;
    }

    .TopRightMain .ms-welcome-root:hover {
        border-right-color: transparent !important;
        background-color: #FFF;
        color: #666;
    }

        .TopRightMain .ms-welcome-root:hover .ms-core-menu-root {
            color: #fff !important;
        }

    .TopRightMain .ms-welcome-root .ms-core-menu-arrow {
        padding-right: 0px;
        height: 14px !important;
        width: 12px !important;
    }

        .TopRightMain .ms-welcome-root .ms-core-menu-arrow::after {
            content: "\f0d7";
            font-family: FontAwesome;
            color: #666;
            font-size: 12px;
        }

    .TopRightMain .ms-welcome-root:hover .ms-core-menu-arrow::after {
        color: #fff;
    }

    .TopRightMain .ms-welcome-root:hover .ms-core-menu-arrow::after {
        color: #000;
    }

    .TopRightMain .ms-welcome-root .ms-core-menu-arrow img {
        display: none;
    }

    .TopRightMain .ms-welcome-root .ms-core-menu-box {
        margin-top: 1px;
        border: 1px solid #ccc !important;
        border: 1px solid rgba(0,0,0,0.15) !important;
        border-radius: 4px 0px 4px 4px !important;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
        box-shadow: 0px 6px 12px rgba(0,0,0,0.175) !important;
        background-clip: padding-box !important;
        padding: 2px !important;
    }
/*** END - LOGIN/LOGOUT ***/
/*** START - SEARCH ***/
#Search #SearchBar::before, .mobSearchPane #SearchBar::before, #Search #SearchBar::before, .mobSearchPane #SearchBar::before {
    border-width: 1px;
}
/*** END - SEARCH ***/
/** END - TOP ROW - RIGHT **/
/* END - TOP ROW */

/* START - LOGO AREA (ROW) */
#Logo {
    padding-top: 0px;
    padding-left: 0px;
    margin: 0;
    text-align: left;
}

    #Logo a.ms-siteicon-a img.ms-siteicon-img {
        border: 0;
    }

    #Logo a.ms-siteicon-a {
        color: #457db8;
    }

    #Logo #pageTitle, #Logo #pageTitle span {
        color: #457db8;
        font-size: 1.15em;
        margin-top: 0;
    }

    #Logo a.ms-siteicon-a {
        color: #457db8;
    }

    #Logo img {
        margin: 10px 0px 10px 10px;
    }
/* END - LOGO AREA (ROW) */
/* START - IIABA MENUH, MEGAMENU */

/*#MenuH.megamenu .mega > ul.dynamic ul.dynamic {
    border: 0;
    box-shadow: none;
    padding-left: 0px;
    display: block;
}*/

/* END - IIABA MENUH, MEGAMENU */
/* START - BREADCRUMB (ROW) */
#iaDesignerTools {
    position: relative;
    float: left;
    top: -2px;
}

    #iaDesignerTools.btn-group #btBreadCrumb {
        visibility: hidden;
        height: auto;
        min-height: 70px;
    }

    #iaDesignerTools.btn-group.open #btBreadCrumb {
        visibility: visible;
    }

    #iaDesignerTools.btn-group #btBreadCrumb.open {
        visibility: visible;
    }

#btBreadCrumbToggle {
    padding: 0px;
    width: 24px !important;
    min-width: 24px;
    color: #07509d;
    text-align: left;
    height: 16px;
    font-size:0px;
}

#btBreadCrumbToggle .fa{
    font-size:16px;
}

#btBreadCrumb {
    width: 300px;
    padding: 5px 10px 10px 5px;
}

    #btBreadCrumb ul {
        list-style: none !important;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 15px;
        padding-left: 15px !important;
        color: #07509d;
        position: relative;
        display: block;
    }

        #btBreadCrumb ul.BT-breadcrumb {
            -webkit-padding-start: 0px;
            padding-left: 0px !important;
        }

    #btBreadCrumb > ul > li {
        white-space: nowrap;
    }

.BreadcrumbMain {
    padding: 0px 20px;
    background-size: contain;
}

#Breadcrumbs {
    text-align: left;
    vertical-align: middle;
    float: left;
    color: #595959;
    font-size: 0.9em;
    padding: 10px 10px 10px 0px !important;
    display: block;
}



.ia-breadcrumb .ia-breadcrumb-node {
    text-transform: uppercase;
    white-space: nowrap;
}

.ia-breadcrumb-separator .fa-angle-right {
    color: #457db8;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 5px;
}



#iaSocialContainer {
    text-align: right;
    padding: 2px 0px 2px 0px;
}





#DeltaPageStatusBar {
    display: none;
}

div.ia-parent-ql {
    display: none;
}
/* HIDE THE PARENT MENU IN IT'S RENDERED POSITION */
@media (max-width:767px) {
    .BreadcrumbMain {
        padding: 0px 5px;
        background-size: contain;
    }
}
/* END - BREADCRUMB (ROW) */

/* START - CONTENT MAIN */
/** START - #bt-sidebar **/
#bt-sidebar {
    padding-left: 0px;
    padding-right: 0px;
}

@media all and (max-width:767px) {
    /*.ContentPadding{padding-top:5px;margin-bottom:20px;}
    #bt-content{margin-top:20px;}*/
}

@media (min-width:767px) {
    #iaPanelWrapper.collapse {
        visibility: visible !important;
        display: block;
    }
}
/*** START - #bt-sidebar - site image 
    NOTE: The Built-in Site Image has been moved from the header to the sidebar***/
/*.MainTable .ContentMain .ContentPadding {padding: 10px 15px 25px 15px;}*/
#bt-sidebar-image {
    text-align: center;
    display: block;
    height: 100%;
}

    #bt-sidebar-image .ms-siteicon-a {
        max-height: 120px !Important;
        padding-right:3px;
    }

    #bt-sidebar-image .ms-siteicon-img {
        max-width: 180px !Important;
        max-height: 120px !Important;
    }
/*** END - #bt-sidebar - site image ***/
/*** START - COMPONENT Above, Below menu ***/
iaSidebarAbove {
}

#iaSidebarBelow {
    position: relative;
    top: 0px;
}
@media (max-width:767px) {
    #iaSidebarAbove, #iaSidebarBelow {display: none;}
}
    /*#iaSocialMediaLinksContainer{position:relative;float:right;top:-36px;height:24px;text-align:right;}*/
    #iaSocialMediaLinksContainer {
        height: 20px;
        text-align: right;
        margin-left: 50%;
        margin-top: -20px;
    }

    .iaSocialLinksList {
        height: 20px;
        display: inline-table
    }

    .iaSocialLinkItem {
        display: inline-block;
        height: 24px;
        text-align: right;
        padding-left: 5px;
        min-width: 64px;
    }

        .iaSocialLinkItem > a {
            text-decoration: none;
        }

    #iaSocialLink-print a {
        color: #457db8;
        padding: 2px 6px;
        background-color: #fff;
        border: 1px #3e70a5 solid;
        border-radius: 3px;
    }
        /*#iaSocialLink-print a:hover{background-color:#376493;border-color:#2d5279;}*/
        #iaSocialLink-print a:hover {
            color: #376493;
            border-color: #2d5279;
        }

        #iaSocialLink-print a:after {
            /*content: " Print";*/
            /*font-family: Arial, Helvetica, sans-serif;*/
            font-size: .8em;
        }

    #iaSocialLink-email a {
        color: #457db8;
        padding: 2px 6px;
        background-color: #fff;
        border: 1px #3e70a5 solid;
        border-radius: 3px;
    }

        #iaSocialLink-email a:hover {
            color: #376493;
            border-color: #2d5279;
        }

        #iaSocialLink-email a:after {
            /*content: " Email";*/
            /*font-family: Arial, Helvetica, sans-serif;*/
            font-size: .8em;
        }

    #iaSocialLink-twitter {
        min-width: 66px;
        background-image: url('/_layouts/15/images/IAContentDisplay/tweet_bg.jpg');
        background-repeat: no-repeat;
        background-position: 5px 0px;
    }

    #iaSocialLink-facebook {
        min-width: 66px;
        background-image: url('/_layouts/15/images/IAContentDisplay/fb_bg.jpg');
        background-repeat: no-repeat;
        background-position: 5px 0px;
    }

    #iaAssetsLink {
        padding: 4px 8px;
        text-decoration: none !important;
    }

        #iaAssetsLink:hover {
        }

        #iaAssetsLink:after {
            content: "Manage Page Assets";
            padding-left: 6px;
        }

    @media all and (max-width:767px) {
        #iaSocialMediaLinksContainer {
            margin-right: -15px;
            margin-top: 0px;
        }

        .iaSocialLinksList {
            position: relative;
            top: -20px;
        }

        .iaSocialLinkItem {
            overflow: hidden !important;
            min-width: 30px;
            border-radius: 3px !important;
        }

        #iaSocialLink-print {
            width: 30px !important
        }

            #iaSocialLink-print a {
                padding: 2px 4px;
                border-radius: 3px !important
            }

                #iaSocialLink-print a:after {
                    content: "";
                }

        #iaSocialLink-email {
            width: 30px !important;
        }

            #iaSocialLink-email a {
                padding: 2px 4px;
                border-radius: 3px !important;
            }

                #iaSocialLink-email a:after {
                    content: "";
                }

        #iaSocialLink-twitter {
            min-width: 28px;
            width: 28px !important;
            background-image: url('/_layouts/15/images/IAContentDisplay/tweet_xs.jpg');
            background: none;
        }

            #iaSocialLink-twitter .twitter-share-button {
                width: 23px !important;
                border-radius: 3px !important;
                overflow: hidden !important;
                background-color: #1b95e0;
            }

        #iaSocialLink-facebook {
            min-width: 28px;
            width: 28px !important;
            background-image: url('/_layouts/15/images/IAContentDisplay/fb_xs.jpg');
            background: none;
        }

            #iaSocialLink-facebook > .fb_iframe_widget {
                height: 20px !important;
                width: 23px !important;
                border-radius: 3px !important;
                overflow: hidden;
                border: 1px solid #4267b2;
                background-color: #4267b2;
            }
    }

    #bt-slider.container {
        padding: 0px;
    }
    /* START - Added 2019-01-28 to support NA request for slider banner */
    #bt-slider #iaSZBanner {
        position: relative;
        display: block;
        width: 100%;
        padding-top: 15%;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }

    #bt-slider #iaSZTitle {
        position: absolute;
        top: 40%;
        left: 0;
        bottom: 40%;
        right: 0;
        color: white;
        margin: 0px;
    }

    @media all and (max-width:1200px) {
        #bt-slider #iaSZTitle {
            top: 35%;
            bottom: 35%;
        }
    }

    @media all and (max-width:992px) {
        #bt-slider #iaSZTitle {
            top: 30%;
            bottom: 30%;
        }
    }

    @media all and (max-width:767px) {
        #bt-slider #iaSZTitle {
            top: 25%;
            bottom: 25%;
            font-size: 2em;
        }
    }

    @media all and (max-width:400px) {
        #bt-slider #iaSZTitle {
            top: 20%;
            bottom: 20%;
            font-size: 1.8em;
        }
    }
    /* END- ADDED */

    #bt-slider #iaSliderEditHelp {
        border-radius: 0px;
        text-align: center;
        padding: 0px 5px;
        display: block;
        background-color: #ddd;
        border: 1px solid #ddd;
    }

        #bt-slider #iaSliderEditHelp.enabled {
            border: 1px ridge #ddd;
        }

        #bt-slider #iaSliderEditHelp span::after {
            content: "";
        }

        #bt-slider #iaSliderEditHelp.enabled span::after {
            content: ": Enabled";
        }

    #iaOptionsMenu {
        position: absolute;
        top: 100%;
        left: -40px;
        z-index: 1000;
        float: right;
        min-width: 120px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0px 6px 12px rgba(0,0,0,0.175);
        background-clip: padding-box;
        text-align: left !important;
        color: #444;
    }

        #iaOptionsMenu li.ia-option-label {
            text-align: center;
            font-weight: bold;
        }

        #iaOptionsMenu li {
            padding: 0px 0px;
            cursor: pointer;
            white-space: nowrap;
        }

            #iaOptionsMenu li a {
                color: #444 !important;
                display: block;
                padding-left: 20px;
            }

            #iaOptionsMenu li:hover a {
                background-color: #ccc;
            }

            #iaOptionsMenu li.divider {
                border-top: 1px solid #ddd;
                padding-top: 5px;
            }

        #iaOptionsMenu #iaOptionBR {
            padding: 2px 6px;
            height: 24px;
        }
    /*** END - COMPONENT Above, Below menu ***/
    /*** START - IIABA MENUV, ACCORDION ***/
    #iaMenuSlider.carousel {
        border-top: 1px solid #ddd;
    }

        #iaMenuSlider.carousel .carousel-indicators {
            position: relative;
            background: none;
            border-radius: 0px;
            bottom: auto;
            top: 0px;
            margin: 0px;
            padding: 0px;
            width: 100%;
            left: 0px;
        }

            #iaMenuSlider.carousel .carousel-indicators.no-show > li {
                visibility: hidden;
            }

            #iaMenuSlider.carousel .carousel-indicators > li {
                display: inline-block;
                width: 30px;
                height: 50px;
                margin: 0px;
                text-indent: 0px;
                border: none;
                border-radius: 0px;
                cursor: pointer;
                background-color: #07509d;
                color: #fff;
                opacity: .2;
                transition: .2s opacity;
                position: relative;
            }

                #iaMenuSlider.carousel .carousel-indicators > li:hover {
                    opacity: 1;
                }

                #iaMenuSlider.carousel .carousel-indicators > li.active {
                    visibility: hidden;
                }

                #iaMenuSlider.carousel .carousel-indicators > li.left {
                    float: left;
                    left: 0px;
                }

                #iaMenuSlider.carousel .carousel-indicators > li.right {
                    float: right;
                    right: 0px;
                }

                #iaMenuSlider.carousel .carousel-indicators > li.left::after {
                    content: "\f104";
                    font-family: FontAwesome;
                    font-size: 30px;
                    line-height: 52px;
                }

                #iaMenuSlider.carousel .carousel-indicators > li.right::after {
                    content: "\f105";
                    font-family: FontAwesome;
                    font-size: 30px;
                    line-height: 52px;
                }

        #iaMenuSlider.carousel .ia-menu-title {
            display: block;
            width: auto;
            text-align: center;
            font-weight: bold;
            padding: 12px 0px;
            margin: 0px 30px;
            color: #07509d;
            font-size: 1.2em;
            min-height: 48px;
            line-height: 1.2em;
        }

            #iaMenuSlider.carousel .ia-menu-title.length25 {
                padding: 0px 0px;
            }

            #iaMenuSlider.carousel .ia-menu-title.length50 {
                padding: 4px 0px;
                font-size: 1em;
            }

        #iaMenuSlider.carousel .carousel-inner {
            top: -48px
        }

    #bt-sidebar-image .popover {
        width: 80%;
        text-align: center;
    }

    #iaMenuSlider .popover {
        width: 100%;
    }

    #iaMenuSlider .popover-title {
        background-color: #457db8;
        color: #fff;
    }

    #iaPanelToggle {
        position: relative;
        float: left;
        top: -20px;
    }

        #iaPanelToggle > i.fa-bars {
            margin-right: 10px;
        }

    #bt-sidebar .MenuBar {
        background-color: transparent;
    }

    #MenuV .ms-quicklaunchouter {
        display: none;
    }

    #MenuV .ms-core-listMenu-separatorLine {
        display: none;
    }
    /** The folloing two lines added 2017-11-30: hide link in SP2016**/
    #MenuV ul.root li a[title='Recycle Bin'] {
        display: none !important;
    }

    #MenuV a[title='Site Contents'] {
        display: none !important;
    }

    /* prevents selected items from displaying over top-nav menu */
    /**** START - MULTILEVEL ACCORDION MENU
    NOTE: The following is implemented to support vertical menus with up to four levels. default is two
        1) JavaScript: Copy BindMENU.js to ia_BindMENU.js and modify as outlined
            a) Load original BindMenu.css (based on BindMENU.js file name)
            b) Add span.menu-action-icon to span.additional-background for all menu items
            c) set li.selected to current item.
            d) set li.has-selected-children to parent li.selected items
            e) set li.has-children-open and li.has-children-close based on currently selected menu item
            f) change show/hide menu item event from a.menu-item to span.menu-action-icon
        2) MasterPage: change reffrence to BindMENU.js to ia_BindMENU.js
        3) CSS: See below
****/
    /*****  END - INDENT MENUITEMS *****/
    /**** END - MULTILEVEL ACCORDION MENU ****/
    /*** END - IIABA MENUV, ACCORDION ***/
    /** END - #bt-sidebar **/
    /** START - #bt-content **/
    .ms-wikicontent {
        padding-right: 0px !important;
        margin-bottom: 15px;
    }

    .img-responsive {
        margin-left: auto;
        margin-right: auto;
    }
    .btn{
        white-space:normal;
    }
    /** btn visited **/
    .btn-default:visited {
        color: #ffffff !important;
    }

    .btn-primary:visited {
        color: #ffffff !important;
    }

    .btn-success:visited {
        color: #ffffff !important;
    }

    .btn-info:visited {
        color: #ffffff !important;
    }

    .btn-warning:visited {
        color: #ffffff !important;
    }

    .btn-danger:visited {
        color: #ffffff !important;
    }
    /** END - #bt-content **/
    /* END - CONTENT MAIN */
    /* START - FOOTER AREA */
    .FooterMain {
        padding: 20px 50px !important;
    }

    .BottomMain > div.row {
        padding-bottom: 15px;
    }

        .BottomMain > div.row > div {
            padding-top: 15px
        }

            .BottomMain > div.row > div.BottomPane1 {
                min-height: 100px;
                color: #ffffff !important;
            }

            .BottomMain > div.row > div.BottomPane2 {
                min-height: 100px;
                color: #ffffff !important;
            }

            .BottomMain > div.row > div.BottomPane3 {
                min-height: 100px;
                color: #ffffff !important;
            }

    #bt-footer .ia-server-name {
        width: 15px;
        height: 15px;
        position: relative;
        float: right;
        right: 0px;
        border: dotted 1px transparent;
    }

        #bt-footer .ia-server-name:hover {
            border-color: #ddd;
        }

    @media (max-width:768px) {
        .BottomMain > div.row > div.BottomPane1 {
            min-height: 50px;
        }

        .BottomMain > div.row > div.BottomPane2 {
            min-height: 50px;
        }
    }

    .BottomMain > div.row > div > div {
        padding: 2px 0;
    }
    /* FOOTER AREA - END */
    #iaQuoteByZipCell {
        display: inline-block;
        width: 100%;
        white-space: nowrap;
    }

    #iaFAALink {
        display: inline-block;
        position: relative;
        top: 15px;
    }
    /* START - WEBPARTS */
    /** START - HOME PAGE WEBPARTS **/
    /** START - SLIDER **/
    .nivoSlider {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden
    }

        .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: white;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .nivo-slice {
        display: block;
        position: absolute;
        z-index: 5;
        height: 100%;
        top: 0
    }

    .nivo-box {
        display: block;
        position: absolute;
        z-index: 5;
        overflow: hidden
    }

        .nivo-box img {
            display: block
        }

    .nivo-html-caption {
        display: none
    }

    .nivo-controlNav {
        text-align: center;
        padding: 15px 0
    }

        .nivo-controlNav a {
            cursor: pointer
        }

            .nivo-controlNav a.active {
                font-weight: bold
            }




    .nivo-directionNav a {
        background: #000;
        border-radius: 0;
        color: #fff;
        font-family: fontawesome;
        font-size: 0;
        height: 50px;
        line-height: 50px;
        margin: 0;
        opacity: .2;
        text-align: center;
        position: absolute;
        top: 45%;
        z-index: 9;
        cursor: pointer;
        width: 25px;
        /*border-radius:50%;*/
    }

        .nivo-directionNav a:hover {
            background: #1b285b;
            opacity: .9;
            text-decoration: none
        }

    .nivo-prevNav {
        left: 0
    }

    .nivo-nextNav {
        right: 0
    }

    .nivo-prevNav:before {
        color: #fff;
        content: "\f104";
        font-size: 30px
    }

    .nivo-nextNav:before {
        color: #fff;
        content: "\f105";
        font-size: 30px
    }

    .nivo-controlNav a {
        color: #ccc;
        font-size: 0;
        margin: 0 2px
    }

        .nivo-controlNav a:before {
            content: "\f10c";
            font-family: fontawesome;
            font-size: 14px
        }

        .nivo-controlNav a.active:before {
            color: #999;
            content: "\f111";
            font-weight: normal
        }

    .nivo-caption {
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 0;
        color: #fff;
        color: rgba(255,255,255,0.5);
        text-shadow: 0 1px 0 rgba(0,0,0,0.2);
        z-index: 8;
        padding: 15px;
        overflow: hidden;
        display: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: transparent;
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

        .nivo-caption > div {
            display: block;
            position: absolute;
            max-width: 100%;
            width: auto;
            background-color: #007abd;
            padding: 5px 10px 10px 10px;
        }

        .nivo-caption:hover > div {
            opacity: 1 !important;
        }

        .nivo-caption > div h3 {
            color: inherit;
            font-size: inherit;
            margin: 0 !important;
            line-height: 1em;
        }
        .nivo-caption > div a.btn {
            margin-top:10px;
        }

        .nivo-caption > div a.btn-link {
            color: inherit;
            font-size: inherit;
        }

        .nivo-caption > div p {
            margin: 0px 0px;
            line-height: 1em;
        }

        .nivo-caption > div .testimonial {
            margin-right: 20px;
        }

        .nivo-caption .top-left {
            float: left;
            top: 20px;
            left: 20px;
        }

        .nivo-caption .top-center {
            top: 20px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            text-align: center;
        }

        .nivo-caption .top-right {
            float: right;
            top: 20px;
            right: 20px;
        }

        .nivo-caption .center-left {
            float: left;
            top: 50%;
            left: 20px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .nivo-caption .center-center {
            left: 50%;
            top: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0px);
            transform: translate3d(-50%, -50%, 0px);
            text-align: center;
        }

        .nivo-caption .center-right {
            float: right;
            top: 50%;
            right: 20px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .nivo-caption .bottom-left {
            float: left;
            bottom: 20px;
            left: 20px;
        }

        .nivo-caption .bottom-center {
            bottom: 20px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            text-align: center;
        }

        .nivo-caption .bottom-right {
            float: right;
            bottom: 20px;
            right: 20px;
        }

    .ia-slide-wrapper .nivo-controlNav {
        padding: 0px;
        position: relative;
        top: -25px;
        z-index: 100;
    }

    .ia-slide-wrapper .nivo-prevNav {
        border-radius: 900px;
        margin: 5px;
    }

    .ia-slide-wrapper .nivo-nextNav {
        border-radius: 900px;
        margin: 5px;
    }

    .ia-slide-wrapper.no-caption .nivo-caption {
        display: none !important;
    }

    .nivo-caption > div.width-30 {
        width: 30%;
    }

    .nivo-caption > div.width-40 {
        width: 40%;
    }

    .nivo-caption > div.width-50 {
        width: 50%;
    }

    .nivo-caption > div.width-60 {
        width: 60%;
    }

    .nivo-caption > div.width-70 {
        width: 70%;
    }

    .nivo-caption > div.width-80 {
        width: 80%;
    }

    .nivo-caption > div.width-90 {
        width: 90%;
    }

    .nivo-caption > div.width-100 {
        width: 100%;
    }

    .nivo-caption > div.opacity-0 {
        opacity: 0;
    }

    .nivo-caption > div.opacity-1 {
        opacity: 0.1;
    }

    .nivo-caption > div.opacity-2 {
        opacity: 0.2;
    }

    .nivo-caption > div.opacity-3 {
        opacity: 0.3;
    }

    .nivo-caption > div.opacity-4 {
        opacity: 0.4;
    }

    .nivo-caption > div.opacity-5 {
        opacity: 0.5;
    }

    .nivo-caption > div.opacity-6 {
        opacity: 0.6;
    }

    .nivo-caption > div.opacity-7 {
        opacity: 0.7;
    }

    .nivo-caption > div.opacity-8 {
        opacity: 0.8;
    }

    .nivo-caption > div.opacity-9 {
        opacity: 0.9;
    }

    .nivo-caption > div.opacity-10 {
        opacity: 1;
    }

    .nivo-caption > div:hover {
        opacity: 1 !important;
    }

    .nivo-caption > div > h3 {
        font-weight: bold;
    }

    .nivo-caption > div.size-lg {
        font-size: 39px;
    }

    .nivo-caption > div.size-md {
        font-size: 33.5px;
    }

    .nivo-caption > div.size-sm {
        font-size: 28px;
    }

    .nivo-caption > div.size-xs {
        font-size: 22.5px;
    }

    .nivo-caption > div.size-lg h3, .nivo-caption > div.size-lg .TestimonialTitle {
        font-size: 56px;
    }

    .nivo-caption > div.size-md h3, .nivo-caption > div.size-md .TestimonialTitle {
        font-size: 48px;
    }

    .nivo-caption > div.size-sm h3, .nivo-caption > div.size-sm .TestimonialTitle {
        font-size: 40px;
    }

    .nivo-caption > div.size-xs h3, .nivo-caption > div.size-xs .TestimonialTitle {
        font-size: 32px;
    }


    @media all and (max-width:1200px) {
        .nivo-caption > div.size-lg {
            font-size: 32px;
        }

        .nivo-caption > div.size-md {
            font-size: 29px;
        }

        .nivo-caption > div.size-sm {
            font-size: 24px;
        }

        .nivo-caption > div.size-xs {
            font-size: 20px;
        }

        .nivo-caption > div.size-lg h3, .nivo-caption > div.size-lg .TestimonialTitle {
            font-size: 44.8px
        }

        .nivo-caption > div.size-md h3, .nivo-caption > div.size-md .TestimonialTitle {
            font-size: 38.4px
        }

        .nivo-caption > div.size-sm h3, .nivo-caption > div.size-sm .TestimonialTitle {
            font-size: 32px
        }

        .nivo-caption > div.size-xs h3, .nivo-caption > div.size-xs .TestimonialTitle {
            font-size: 25.6px
        }
    }

    @media all and (max-width:992px) {
        .nivo-caption > div.size-lg {
            font-size: 25.8px;
        }

        .nivo-caption > div.size-md {
            font-size: 22.2px;
        }

        .nivo-caption > div.size-sm {
            font-size: 18.5px;
        }

        .nivo-caption > div.size-xs {
            font-size: 14.78px;
        }

        .nivo-caption > div.size-lg h3, .nivo-caption > div.size-lg .TestimonialTitle {
            font-size: 37px
        }

        .nivo-caption > div.size-md h3, .nivo-caption > div.size-md .TestimonialTitle {
            font-size: 31.7px
        }

        .nivo-caption > div.size-sm h3, .nivo-caption > div.size-sm .TestimonialTitle {
            font-size: 26.4px
        }

        .nivo-caption > div.size-xs h3, .nivo-caption > div.size-xs .TestimonialTitle {
            font-size: 21px
        }
    }

    @media all and (max-width:768px) {
        .nivo-caption > div.size-lg {
            font-size: 20px;
        }

        .nivo-caption > div.size-md {
            font-size: 17.13px;
        }

        .nivo-caption > div.size-sm {
            font-size: 14.28px;
        }

        .nivo-caption > div.size-xs {
            font-size: 11.5px;
        }

        .nivo-caption > div.size-lg h3, .nivo-caption > div.size-lg .TestimonialTitle {
            font-size: 28.5px
        }

        .nivo-caption > div.size-md h3, .nivo-caption > div.size-md .TestimonialTitle {
            font-size: 24.5px
        }

        .nivo-caption > div.size-sm h3, .nivo-caption > div.size-sm .TestimonialTitle {
            font-size: 20.5px
        }

        .nivo-caption > div.size-xs h3, .nivo-caption > div.size-xs .TestimonialTitle {
            font-size: 16.3px
        }
    }

    @media all and (max-width:500px) {
        .nivo-caption > div.size-lg {
            font-size: 13px;
        }

        .nivo-caption > div.size-md {
            font-size: 11px;
        }

        .nivo-caption > div.size-sm {
            font-size: 10px;
        }

        .nivo-caption > div.size-xs {
            font-size: 9px;
        }

        .nivo-caption > div.size-lg h3, .nivo-caption > div.size-lg .TestimonialTitle {
            font-size: 19px
        }

        .nivo-caption > div.size-md h3, .nivo-caption > div.size-md .TestimonialTitle {
            font-size: 16px
        }

        .nivo-caption > div.size-sm h3, .nivo-caption > div.size-sm .TestimonialTitle {
            font-size: 14px
        }

        .nivo-caption > div.size-xs h3, .nivo-caption > div.size-xs .TestimonialTitle {
            font-size: 11px
        }
    }
    /** END - SLIDER **/
    /** END - HOME PAGE WEBPARTS **/
    /** START - CONTENT QUERY WEBPART **/
    /*** START - QUERY_ALL ***/
    .ia-hideseek-container {
        border-bottom: 1px solid #efefef;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
        .ia-hideseek-container .ia-hideseek-label{
            margin-right:5px;
        }
        .ia-new-wikipage-link {
            margin-top: 10px;
        }

        .ia-new-wikipage-link .fa-plus {
            padding-right: 10px;
            color: green;
        }

    .ia-resource-icon > span {
    }

        .ia-resource-icon > span.fa {
            margin-right: 10px;
            /*color:#07509d;*/
        }

        .ia-resource-icon > span.ic {
            height: 16px;
            width: 16px;
            background-color: transparent;
            display: inline-block;
            margin-right: 10px;
        }
    /** force web part titles to wrap when placed on IA_WikiPage **/
    .ms-webpart-chrome .ms-webpart-chrome-title .ms-webpart-titleText, .ms-webpart-chrome .ms-webpart-chrome-title .ms-webpart-titleText nobr {
        text-align: left !important;
        white-space: pre-line;
    }
    /** ia-print-tab link shows in edit mode and when page is displayed within a tab**/
    a.ia-LibraryEditItem, a.ia-print-link, a.ia-ResourceDownload-Link {
        padding: 2px 5px 0px 0px;
        text-decoration: none !important;
    }

    .ia-resource-command .ia-resource-icon img {
        height: 16px;
        width: auto;
    }
    /*.ia-resource-command .fa-pencil-square-o {
    padding: 0px 2px!important;
    margin-right:0px!important;
}
.ia-resource-command .fa-download {
    padding: 0px 2px!important;
    margin-right:0px!important;
}*/
    .ia-more-link {
        position: relative;
        float: right;
    }

    #iaResourceLeft.ia-linklist.show-divider {
        border-right: 1px solid #ddd;
    }

    .ia-paging-container.top {
        border-bottom: 1px dotted #ddd;
    }

    .ia-paging-container.bottom {
        border-top: 1px dotted #ddd;
    }

    .ia-paging-prev, .ia-paging-next {
        padding: 0px 5px;
    }

    .ia-paging-fr, .ia-paging-to {
        padding: 0px 2px;
    }
    /*** END - QUERY_ALL ***/
    /*** START - QUERY_ACCORDION ***/
.ia-dynamic-accordion .panel-body{
    padding:0px 15px;
}
.ia-dynamic-accordion .ia-resource-description {
    overflow: auto;
    padding: 0px;
    display: block;
}
    .ia-dynamic-accordion .ia-resource-description > iframe {
        position: relative;
        top: 0px;
        width: 100%;
        height:auto;
    }

/*** END - QUERY_ACCORDION ***/
/*** START - QUERY_FLIPCARD ***/
.iaCQ-resource-container-tooltip {
    margin: 0px 0px 0px 0px;
}

    .ia-flip-items {
        margin-left: 0px;
    }

    .ia-flip-item {
        display: inline-block;
        padding: 10px;
        width: 33%;
        min-width: 240px;
    }

    @media (max-width:1200px) {
        .ia-flip-item {
            width: 49%;
        }

        .ms-dialog .ia-flip-item {
            width: 33%;
        }
    }

    @media (max-width:972px) {
        .ia-flip-item {
            width: 49%;
        }

        .ms-dialog .ia-flip-item {
            width: 33%;
        }
    }

    @media (max-width:750px) {
        .ia-flip-item {
            width: 99%;
        }

        .ms-dialog .ia-flip-item {
            width: 49%;
        }
    }

    @media (max-width:680px) {
        .ia-flip-item {
            width: 99%;
        }

        .ms-dialog .ia-flip-item {
            width: 99%;
        }
    }

    .ia-flip-item .thumbnail {
        margin-bottom: 0px;
        padding: 0px;
        box-shadow: 2px 2px 6px -1px rgba(0,0,0,0.2);
    }

    .ia-flip-item .ia-flip-pane {
        display: block;
        height: 100%;
        text-align: left;
    }

        .ia-flip-item .ia-flip-pane .align-abs {
            width: 100%;
        }

    .ia-flip-item .ia-flip-heading {
        text-align: center;
    }

    .ia-flip-item .ia-flip-title {
        font-weight: bold
    }

    .ia-flip-item .ia-flip-subtitle {
        text-align: center;
        font-weight: normal;
        font-style: italic
    }

    .ia-flip-item .front {
        background-color: #ffffff;
        background-color: rgba(248,248,248,0.4);
    }

    .ia-flip-item .back {
        background-color: #f7f7f7;
        background-color: rgba(248,248,248,0.9);
        display: none;
    }

    .ia-flip-item .ia-flip-pane .ia-flip-image {
        text-align: center
    }

        .ia-flip-item .ia-flip-pane .ia-flip-image > img {
            margin: auto;
        }

    @media (max-width:767px) {
        .iaCQ-resource-container-tooltip {
            text-align: center;
        }

        .ia-flip-items {
            margin: 0px auto;
        }
    }
    /*** END - QUERY_FLIPCARD ***/
    /*** START - QUERY_LINKLIST ***/
    .iaCQ-resource-container-list1 .ia-resource-listitem table.ia-resource-header {
        background: url("/_layouts/15/images/cbw/site/webparts/tabs/h30_LD.png") repeat scroll 0 0 #FFF;
        border-style: solid;
        border-width: 1px;
        border-color: #ddd #ddd #ddd #ddd;
        text-align: left;
        -moz-box-sizing: border-box;
        border-collapse: separate;
        margin-bottom: 0;
        margin-top: 0;
        text-indent: 0;
        display: table;
        padding: 0px;
        font-weight: bold;
        height: 25px;
    }

    .iaCQ-resource-container-list1 .ia-resource-list table.ia-resource-detail {
        height: 120px;
    }

        .iaCQ-resource-container-list1 .ia-resource-list table.ia-resource-detail td {
            vertical-align: top;
        }

    .iaCQ-resource-container-list2 .ia-resource-list {
        text-align: center;
    }

        .iaCQ-resource-container-list2 .ia-resource-list .ia-resource-listitem {
            width: 380px;
            max-width: 380px;
            max-height: 200px;
            height: 200px;
            margin: 10px;
            background-image: url("/_layouts/15/images/cbw/site/mainarea/folder_homepg_bg.jpg");
            background-repeat: no-repeat;
            background-position: right bottom;
            overflow: hidden;
            display: inline-table;
            vertical-align: top;
        }

    .iaCQ-resource-container-list2 .ia-resource-listitem table.ia-resource-header {
        background: url("/_layouts/15/images/cbw/site/webparts/tabs/h30_LD.png") repeat-x scroll 0 0 #FFF;
        background-size: auto;
        border-style: solid;
        border-width: 1px;
        border-color: #E4E5E6 #E4E5E6 #E4E5E6 #E4E5E6;
        text-align: left;
        height: 25px;
        -moz-box-sizing: border-box;
        border-collapse: separate;
        margin-bottom: 0;
        margin-top: 0;
        text-indent: 0;
        display: table;
        padding: 0px;
        font-weight: bold;
    }

    .iaCQ-resource-container-list2 .ia-resource-list table.ia-resource-detail td {
        vertical-align: top;
    }
    /*** END - QUERY_LISTING ***/
    /*** START - QUERY_XXX ***/
    /*** END - QUERY_XXX ***/
    /*** START - QUERY_XXX ***/
    /*** END - QUERY_XXX ***/
    /*** START - VIDEO QUERY ***/
    div.ia-video-library {
        text-align: center;
    }

        div.ia-video-library div.thumbnail {
            display: inline-block;
            margin: 10px 8px;
            padding: 0px;
        }

            div.ia-video-library div.thumbnail > div.align-block {
                display: block;
                margin: 10px 8px;
                padding: 0px;
            }

            div.ia-video-library div.thumbnail > div.ia-video-text {
                white-space: pre-wrap;
                text-align: center;
                padding: 0px 3px 3px 3px;
                font-size: 10pt;
                display: block;
            }

            div.ia-video-library div.thumbnail.w225 div.ia-video-text {
                font-size: 9pt;
            }

            div.ia-video-library div.thumbnail.w160 div.ia-video-text {
                font-size: 8pt;
            }

    @media (max-width:460px) {
        div.ia-video-library div.thumbnail {
            width: 300px !important;
            max-width: 300px;
            height: auto !important;
        }

            div.ia-video-library div.thumbnail img {
                width: 250px !important;
                max-width: 250px !important;
                margin-left: -10px;
            }
    }

    @media (max-width:400px) {
        div.ia-video-library div.thumbnail {
            width: 240px !important;
            max-width: 240px;
            height: auto !important;
        }

            div.ia-video-library div.thumbnail img {
                width: 200px !important;
                max-width: 200px !important;
                margin-left: -40px;
            }
    }

    a.ia-show-video {
        text-decoration: none !important;
    }

    a.btn-video-light::after, a.btn-video-dark::after {
        text-align: center;
        margin: auto;
        display: inline-block;
        content: "\f01d";
        font-family: FontAwesome;
        font-size: 72px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0px);
        transform: translate3d(-50%, -50%, 0px);
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: transparent;
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;
    }

    a.btn-video-light::after {
        color: #ffffff;
    }

    a.btn-video-dark::after {
        color: #000000;
    }

    a.ia-show-video:hover::after {
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }

    a.ia-show-video img.ms-rtePosition-1 {
        border: 1px solid red;
    }

    a.ia-show-video img.ms-rtePosition-2 {
        border: 1px solid red;
    }
    /*** END - VIDEO QUERY ***/
    /*** START - JCAROUSEL ***/
    .jcarousel-horizontal {
        overflow: hidden;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
        position: relative
    }

        .jcarousel-horizontal td {
            margin: 0;
            padding: 0
        }

        .jcarousel-horizontal .jcarousel {
            position: relative;
            overflow: hidden;
            border-left: 1px dotted #c0c0c0;
            border-right: 1px dotted #c0c0c0;
            left: 16px
        }

            .jcarousel-horizontal .jcarousel ul {
                width: 20000em;
                position: relative;
                list-style: none;
                margin: 0;
                padding: 0
            }

            .jcarousel-horizontal .jcarousel li {
                float: left;
                padding: 5px 5px
            }

        .jcarousel-horizontal .prev-nav, .jcarousel-horizontal .next-nav {
            display: block;
            position: relative;
            padding: 0 0;
            cursor: pointer;
            background-repeat: no-repeat;
            background-position: center
        }

        .jcarousel-horizontal .prev-nav {
            float: left;
            background-image: url('/_layouts/15/images/IAContentDisplay/prev.gif')
        }

        .jcarousel-horizontal .next-nav {
            float: right;
            background-image: url('/_layouts/15/images/IAContentDisplay/next.gif')
        }

            .jcarousel-horizontal .prev-nav img, .jcarousel-horizontal .next-nav img {
                border: none;
                height: 16px !important;
                width: 16px !important;
            }

    .jcarousel-vertical {
        overflow: hidden;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%
    }

        .jcarousel-vertical td {
            margin: 0;
            padding: 0
        }

        .jcarousel-vertical .jcarousel {
            position: relative;
            overflow: hidden;
            border-top: 1px dotted #c0c0c0;
            border-bottom: 1px dotted #c0c0c0
        }

            .jcarousel-vertical .jcarousel ul {
                height: 20000em;
                position: relative;
                list-style: none;
                margin: 0;
                padding: 0
            }

            .jcarousel-vertical .jcarousel li {
                text-align: center;
                vertical-align: middle;
                display: list-item;
                padding: 0
            }

        .jcarousel-vertical .prev-nav, .jcarousel-vertical .next-nav {
            display: block;
            position: relative;
            padding: 0 20px;
            cursor: pointer;
            background-repeat: no-repeat;
            background-position: center
        }

        .jcarousel-vertical .prev-nav {
            background-image: url('/_layouts/15/images/IAContentDisplay/up.gif')
        }

        .jcarousel-vertical .next-nav {
            background-image: url('/_layouts/15/images/IAContentDisplay/dn.gif')
        }

            .jcarousel-vertical .prev-nav img, .jcarousel-vertical .next-nav img {
                border: none;
                height: 16px;
                width: 16px
            }

    #iaCarouselTooltip {
        z-index: 1000
    }

        #iaCarouselTooltip img {
            border: 2px outset #c0c0c0;
            padding: 2px;
            background-color: #c0c0c0;
            max-width: 90%;
            max-height: 90%
        }

    #iaCarouselFixed {
        border: none;
        padding: 0;
        margin: 0
    }

        #iaCarouselFixed table {
            padding: 0;
            margin: 0;
            width: 100% !important;
            height: 100% !important
        }

            #iaCarouselFixed table td {
                padding: 0;
                margin: 0;
                vertical-align: middle;
                text-align: center
            }

        #iaCarouselFixed img {
            border: 2px outset #c0c0c0;
            padding: 2px;
            background-color: #c0c0c0
        }
    /*** END - JCAROUSEL ***/
    /** END - CONTENT QUERY WEBPART**/
    /** START - RESPONSIVE ROW ELEMENTS **/
.ia-element-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: transparent;
    overflow: hidden;
}

    .ia-element-wrapper.has-background {
        padding: 0px 15px;
        background-color: black;
    }
    .ia-element-wrapper .ia-element-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background-color: black;
        opacity: 0.25;
    }

    .ia-element-wrapper video {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .ia-element-wrapper .ia-element-container {
        position: relative;
        z-index: 2;
    }

    .ia-element-wrapper .ia-responsive-col {
    } 

    /*.ia-responsive-col > .align-block{min-height:40px;}*/
    /*.ia-responsive-col > .align-block > .valign-abs{height:100%;}*/
    .ia-element-wrapper .ia-element-title {
        text-align: Center;
    }

    .ia-element-wrapper .ia-element-subtitle {
        text-align: center;
    }
    .ia-element-wrapper .ia-element-footer {
        text-align: center;
    }
    .ia-element-wrapper a:hover {
       text-decoration:none!important;
    }
    .ia-element-wrapper a.ia-video-toggle {
        z-index: 4;
        height: 32px;
        width: 32px;
        /*background-color:#ddd;*/
        border: 1px solid #ddd;
        border-radius: 50%;
        position: absolute;
        right:15px;
        bottom: 15px;
        font-size: 0px;
        padding: 8px;
        text-align: center;
        cursor: pointer;
        opacity: .2;
    }
    .ia-element-wrapper a.ia-video-toggle::before {
        font-size: 14px;
    }
    .ia-element-wrapper:hover a.ia-video-toggle {
        opacity: .6;
    }
    .ia-element-wrapper:hover a.ia-video-toggle:hover {
        opacity: 1;
    }
    .modal-dialog .modal-header .close {
        height: 30px;
        width: 30px;
        text-align: center;
        border: 1px solid #000000;
        border-radius: 50%;
        padding: 7px;
    }

    /** END - RESPONSIVE ROW ELEMENTS **/
    /** START - ENTERPRISE VIDEO PLAYER*/
    .mediaPlayerTitleOverlay{
        display:none;
    }
    /** END - ENTERPRISE VIDEO PLAYER*/
    /* END - WEBPARTS */
    /* QUERY XSL - START */
    /* QUERY - START XSL webview */
    div.ia-webview-container {
        background-color: transparent;
        padding: 0px 0px 0px 0px;
        vertical-align: top;
        background-color: transparent;
        width: 100%;
        text-align: left;
        font-size: 14px;
    }

    div.ia-webview-item {
        padding: 0px;
        vertical-align: top;
        text-align: center;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #ddd;
        border-radius: 4px 4px 4px 4px;
        background-color: rgba(248,248,248, 0.7);
        box-shadow: 2px 2px 6px -1px rgba(0,0,0,0.2);
        display: inline-block;
        width: 100%;
        margin: 15px 0px;
    }

        div.ia-webview-item .ia-webview-title {
            padding: 10px;
            margin: 0px;
            text-align: center;
            border: none;
            border-radius: 4px 4px 0px 0px;
            background-repeat: repeat-x;
            background-color: #ffffff;
            background-clip: border-box;
            background-position: -10px -10px;
            background-size: 110% 100px;
            vertical-align: middle;
            font-weight: bolder;
        }

        div.ia-webview-item a:link {
            text-transform: uppercase;
            border: none;
            margin: auto 0px;
            padding: 0px 0px 0px 0px;
            overflow: hidden;
            color: #ffffff;
        }

        div.ia-webview-item a:visited {
            color: #FFF !Important;
        }

        div.ia-webview-item div.ia-webview-title a:active {
            background-color: transparent;
            color: #fff !Important;
        }

        div.ia-webview-item div.ia-item-detail {
            margin: 0px;
            padding: 0px 20px 20px 20px;
            text-align: left;
            display: block;
        }

        div.ia-webview-item > a {
        }

    .box-auto {
        height: auto;
    }

    .box-xs {
        height: 150px;
    }

    .box-sm {
        height: 200px;
    }

    .box-md {
        height: 250px;
    }

    .box-lg {
        height: 300px;
    }

    .box-xl {
        height: 350px;
    }
    /*
@media (max-width: 1200px) {
    .box-xs {height: 220px;}
    .box-sm {height: 270px;}
    .box-md {height: 320px;}
    .box-lg {height: 370px;}
    .box-xl {height: 420px;}
}
@media (max-width:992px) {
    .box-xs {height: 125px;}
    .box-sm {height: 175px;}
    .box-md {height: 225px;}
    .box-lg {height: 275px;}
    .box-xl {height: 325px;}
}
@media (max-width:767px) {
    .box-xs {height: 150px;}
    .box-sm {height: 200px;}
    .box-md {height: 250px;}
    .box-lg {height: 300px;}
    .box-xl {height: 350px;}
}
@media (max-width:560px) {
    .box-xs {height: 170px;}
    .box-sm {height: 220px;}
    .box-md {height: 270px;}
    .box-lg {height: 320px;}
    .box-xl {height: 370px;}
}
@media (max-width:460px) {
    .box-xs {height: 220px;}
    .box-sm {height: 270px;}
    .box-md {height: 320px;}
    .box-lg {height: 370px;}
    .box-xl {height: 420px;}
}
*/
    /* QUERY - END XSL webview */
    /* DISABLE ECOM IMPORTED FIELDS - START */
    table.ms-formtable tr td.ia-disable input,
    table.ms-formtable tr td.ia-disable button,
    table.ms-formtable tr td.ia-disable textarea,
    table.ms-formtable tr td.ia-disable select,
    table.ms-formtable tr td.ia-disable div.ms-rtestate-write,
    table.ms-formtable tr td.ia-disable div.ms-inputBox {
        cursor: not-allowed;
        pointer-events: none;
        background-color: #eee;
        -weblit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    /* DISABLE ECOM IMPORTED FIELDS - END */
    /* BLOG SITE POSTS - START*/
    #MenuV .ia-blog-nav .root li.static .menu-item .additional-background .menu-item-text {
        margin-left: 16px !important;
    }

    .ms-blog-MainArea {
        min-width: 500px;
    }

    .ms-blog-postList .ms-accentText {
        font-size: .9em;
    }

    .ms-blog-postList .ms-metadata {
        font-size: 12px;
        color: #434343;
    }

        .ms-blog-postList .ms-metadata .ms-comm-metalineItemSeparator {
            position: relative;
            top: 6px;
        }

        .ms-blog-postList .ms-metadata > span {
            font-size: 0px;
        }

    .ms-blog-postList .ms-metadata {
        margin-top: -8px;
    }

        .ms-blog-postList .ms-metadata > span > .ia-blog-subtitle {
            font-size: 16px;
            font-style:italic;
            color: #434343;
        }


        .ms-blog-postList .ms-metadata > span > .ia-blog-category {
            font-size: 12px;
            color: #434343;
        }

        .ms-blog-postList .ms-metadata > span > a.ms-link {
            font-size: 12px;
        }

            .ms-blog-postList .ms-metadata > span > a.ms-link::after {
                content: ", ";
                font-size: 12px;
                color: #434343;
            }

    .ms-blog-postList .ia-blog-author {
        font-size: 12px;
        color: #434343;
    }

    .ms-blog-postList .ms-blog-postBox .ms-blog-postBoxDate {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .ms-blog-postList .ms-blog-postBody {
        margin-bottom: 20px
    }

    .ms-blog-postList .ms-blog-postBox ul {
        padding: 10px 0px;
    }

    .ms-blog-postList .ms-blog-postBody ul > li {
        padding: 4px 0px;
    }

    .ms-blog-postList .ms-blog-postBoxMargin .ms-blog-postBody ul {
        padding-left: 20px;
    }

    .ms-blog-postList a > .ia-blog-subtitle {
        font-size: .6em;
        font-style: italic;
        text-decoration: none !important;
        position: relative;
        top: -5px;
    }

    .ms-blog-postComment .ms-tableCell {
        vertical-align: top;
    }

    .ms-blog-postComment .ms-metadata > span {
        font-style: italic;
        font-size: 12px;
    }

    .ms-blog-postComment .ms-metadata {
        margin-top: 0px;
    }

    .ms-blog-postComment .ms-peopleux-imgUserLink {
    }
/** Post Categories - start **/
    .ms-blog-listMenu-root{margin-left:-5px;}
    .ms-blog-listMenu-root  ul{margin:0px;}
    .ms-blog-listMenu-root .ms-blog-quickLinksTitle{display:none;}
/** Post Categories - end **/
/** Post This Issue - start **/
    #MenuV .ms-webpart-chrome .ia-blog-nav li.static{padding-left:15px;}
    #MenuV .ms-webpart-chrome .ia-blog-nav .ms-core-listMenu-item::before{margin-left:-15px;}
/** Post Categories - end **/
/** Post Archive - start **/
    .ms-blog-MainArea .ms-webpart-chrome .ms-WPBody .ia-blog-archive ul.root{list-style-type:none;padding-left:10px;}
    .ms-blog-MainArea .ms-webpart-chrome .ms-WPBody.ms-WPBorder {background-color:#f1f1f1;}
    .ms-blog-MainArea .ms-webpart-chrome .ms-WPBody.ms-WPBorder .ia-blog-archive{padding-top:5px;}
    .ms-blog-MainArea .ms-webpart-chrome .ms-WPBody.ms-WPBorder .ia-blog-archive ul.root{list-style-type:none;padding-left:0px;}
/** Post Categories - end **/

@media (max-width:992px) {
    .ms-blog-MainArea .ms-blog-LeftColumn {
            display: none;
        }
    }

    @media (max-width:767px) {
        .ms-blog-MainArea {
            margin-top: 20px;
            min-width: 240px;
        }

        .ms-blog-postList {
            min-width: 240px;
        }

        .ms-blog-MainArea .ms-rtePosition-1 {
            float: none;
        }

        .ms-blog-MainArea .ms-rtePosition-2 {
            float: none;
        }
    }


    /* BLOG SITE POSTS - ENDT*/
    /* RTE FORMATTING - START */
    .ms-wikicontent {
        margin-left: -15px;
        margin-right: -15px;
    }
    /* offsets conversion of #layoutsTable cells rows*/
    #layoutsTable > tbody > tr > td {
        padding: 0px 15px;
    }

    #layoutsTable td.row {
        padding: 0px 0px;
    }

    #layoutsTable td.ia-btremove {
        display: none;
    }

    #layoutsTable img { /*margin:0px auto;*/
    }

    /* WIKI PAGES - START */
    #iaLibraryDepartment {
        display: none;
    }

    #iaLibraryTitle h1 {
        margin: .5em 0em .2em 0em;
    }

    #iaLibrarySubTitle h2 {
        font-size: 1.25em;
        color: #777;
        line-height: 1.6;
        margin: 0em 0em .5em 0em;
        font-style: italic;
    }
    /* WIKI PAGES - START */
    /* TAB FIXES - START */
    .nav-tabs > li > a {
        background-color: rgba(0,0,0,0.05);
        border-color: #eee #eee #ddd #eee;
    }
    @media (max-width:768px) {
        .nav-tabs > li > a {
            padding: 15px 12px;
        }
    }

        .nav-tabs > li > a:focus {
            outline: none;
        }
    /* Note: The outline is for accessability purposes! */
    .nav-pills > li > a:focus {
        outline: none;
    }

    .tab-content {
        border-width: 0px 1px 1px 1px;
        border-color: #ddd;
        border-style: solid;
        border-radius: 0px 0px 4px 4px;
        padding: 5px 0px;
    }

        .tab-content.top-border {
            border-top-width: 1px;
            margin-top: 10px;
            border-radius: 4px 4px 4px 4px;
        }

    div.ia-dynamic-tabs .tab-content {
        overflow: auto;
        height: 500px;
    }

    div.ia-dynamic-tabs div.tab-content {
        padding: 0px 0px;
    }

    div.ia-dynamic-tabs div.tab-pane {
        border: none;
        position: relative;
        float: right;
        top: 0px;
        width: 0px;
        padding: 0px;
        margin-right: 0px;
        z-index: 999;
    }

    #tabFrame {
        position: relative;
        top: 0px;
        width: 100%;
        height: 2500px;
    }

        #tabFrame #s4-ribbonrow {
            display: none
        }

    .ms-dialog #globalNavBox {
        height: 1px;
    }

    .ms-dialog .container {
        width: 100%;
    }

    .ms-dialog div.ia-new-wikipage-link {
        display: none;
    }
    /*.ms-dialog .ms-wikicontent{margin-left:15px;margin-right:15px;}*/

    /*.ms-dialog .MainTable{margin:0px auto;}
.ms-dialog .ContentMain{margin:0px -15px;}
.ms-dialog .ms-wikicontent{margin-left:0px;margin-right:0px;}
.ms-dialog .ia-WikiPageVisibleField .row{margin-left:-15px;margin-right:-15px;}*/

    .ms-dialog .ms-wikicontent {
        margin-left: 15px;
        margin-right: 15px;
    }

    .ms-dialog .ms-wikicontent {
        margin-left: 0px;
        margin-right: 0px;
    }

        .ms-dialog .ms-wikicontent .row {
            margin-left: -15px;
            margin-right: -15px;
        }

            .ms-dialog .ms-wikicontent .row [class*='col-'] {
                padding-left: 15px;
                padding-right: 15px;
            }

    .ms-dialog .ia-WikiPageVisibleField {
        margin-left: 15px;
        margin-right: 15px;
    }

        .ms-dialog .ia-WikiPageVisibleField .row {
            margin-left: -15px;
            margin-right: -15px;
        }

            .ms-dialog .ia-WikiPageVisibleField .row [class*='col-'] {
                padding-left: 15px;
                padding-right: 15px;
            }

    @media (max-width: 1200px) {
        #tabFrame {
            height: 3000px;
        }
    }

    @media (max-width:992px) {
        #tabFrame {
            height: 3500px;
        }
    }

    @media (max-width:768px) {
        #tabFrame {
            height: 4500px;
        }
    }

    @media (max-width:450px) {
        #tabFrame {
            height: 6000px;
        }
    }
    /* TAB FIXES - END */
    /* RESPONSIVE TABLE - START */
    .table-responsive {
        width: 100%;
    }

    div.ia-responsive-container {
        overflow-y: auto;
    }

        div.ia-responsive-container .scroll-control {
            position: relative;
            top: 52px;
            display: none;
        }

            div.ia-responsive-container .scroll-control.active {
                display: block;
            }

    .scroll-left {
        padding: 16px 8px;
        background: #07509d;
        color: #fff !important;
        overflow: hidden;
        border-radius: 3px;
        opacity: 0.7;
        position: relative;
        float: left;
    }

    .scroll-right {
        padding: 16px 8px;
        background: #07509d;
        color: #fff !important;
        overflow: hidden;
        border-radius: 3px;
        opacity: 0.7;
        position: relative;
        float: right;
    }
    /* RESPONSIVE TABLE - END */
    /* SNIPPET RENDERING - START */
    .ia-snippet {
    }

    /*.ia-snippet .media .media-object{border:1px solid #ccc;opacity:0.7;filter:alpha(opacity=70);cursor:pointer}
.ia-snippet .media:hover .media-object {border-color:#1b285b;opacity:10;filter:alpha(opacity=100);}*/
    .video-box {
    }

    .media .image {
        overflow: hidden;
    }
    .media.img-top{padding-top:10px;}
    .media.img-top .media-body{text-align:center;}
    .media .media-object {
        /*border: 1px solid #ccc;*/
    }

        img.faded, .media .media-object.faded {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

            img.faded:hover, .media:hover .media-object.faded {
                opacity: 1;
                filter: alpha(opacity=100);
            }

        img.grayscale, .media .media-object.grayscale {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }

        img.zoom, .media .media-object.zoom {
            transition: all .3s ease-in-out;
            /*margin:10px;*/
        }

            img.zoom:hover, .media .media-object.zoom:hover {
                transform: scale(1.1)
            }

    .media.highlight .media-object {
        margin: 5px 0px 5px 5px;
    }


    .media:hover .media-object {
        border-color: #1b285b;
        cursor: pointer;
    }


    .media .media-object {width: 100px !important;line-height:100px;}
    .media .media-object.fa {font-size:50px;}
    .media.media-xs .media-object {width: 50px !important;line-height:50px;}
    .media.media-xs .media-object.fa {font-size:25px;}
    .media.media-sm .media-object {width: 75px !important;line-height:75px;}
    .media.media-sm .media-object.fa {font-size:37.5px;}
    .media.media-md .media-object {width: 100px !important;line-height:100px;}
    .media.media-md .media-object.fa {font-size:50px;}
    .media.media-lg .media-object {width: 150px !important;line-height:150px;}
    .media.media-lg .media-object.fa {font-size:75px;}
    .media.media-xl .media-object {width: 200px !important;line-height:200px;}
    .media.media-xl .media-object.fa {font-size:100px;}
    .media .media-object.icon-rounded {
        background-color: #eee !important;
        border: none;
    }

    .media:hover .media-object.icon-rounded {
        background-color: #1b285b !important;
        color: #ffffff;
    }

    .media.media-xs .media-object.icon-rounded {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        /*font-size: 1.0em;*/
    }

    .media.media-sm .media-object.icon-rounded {
        width: 75px !important;
        height: 75px !important;
        line-height: 75px !important;
        /*font-size: 1.5em;*/
    }

    .media.media-md .media-object.icon-rounded {
        width: 100px !important;
        height: 100px !important;
        line-height: 100px !important;
        /*font-size: 2em;*/
    }

    .media.media-lg .media-object.icon-rounded {
        width: 150px !important;
        height: 150px !important;
        line-height: 150px !important;
        /*font-size: 3em;*/
    }

    .media.media-xl .media-object.icon-rounded {
        width: 200px !important;
        height: 200px !important;
        line-height: 200px !important;
        /*font-size: 4em;*/
    }

    .list-group-item.media {
        margin-top: 0px;
    }

    li.list-group-item:focus, li.list-group-item:hover, a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

    div.imagebox, .imagelink {
        overflow: hidden;
    }

    a.ImageBox {
        text-align: center;
        text-decoration: none;
    }

        a.ImageBox .ImgBoxContent, .ImageBox .ImgBoxContent {
            display: block;
            text-decoration: none !important;
            background-color: #fff;
            border: 1px solid #efefef;
            border-top: 5px solid #e5e5e5;
        }

        a.ImageBox:hover .ImgBoxContent, .ImageBox:hover .ImgBoxContent {
            border-top-color: #1b285b;
        }

        a.ImageBox img, .ImageBox img {
            opacity: 0.7;
            filter: alpha(opacity=70);
            display: block;
        }

        a.ImageBox:hover img, .ImageBox:hover img {
            opacity: 10;
            filter: alpha(opacity=100);
        }

        a.ImageBox .ImageBoxTitle, a.ImageBox .ImageBoxTitle {
            display: block;
            text-decoration: none !important;
            font-size: 20px;
            font-weight: normal;
            color: #444
        }

        a.ImageBox:hover .ImageBoxTitle, a.ImageBox .ImageBoxTitle {
            color: #000000;
            text-decoration: none !important;
        }

        a.ImageBox .ImageBoxCategories, a.ImageBox .ImageBoxCategories {
            display: block;
            text-decoration: none !important;
            padding: 1px 5px;
            font-size: 15px;
            font-weight: normal;
            font-style: normal;
            color: #aeaeae;
        }

        a.ImageBox .ImageBoxCategories, a.ImageBox .ImageBoxCategories {
            text-decoration: none !important;
        }


    /* */
    div.video-box {
        overflow: hidden;
        text-align: center;
        text-decoration: none;
    }

    .video-box .ImgBoxContent {
        display: block;
        text-decoration: none !important;
        background-color: #fff;
        border: 1px solid #efefef;
        border-top: 5px solid #e5e5e5;
    }

    .video-box:hover .ImgBoxContent {
        border-top-color: #1b285b;
    }

    .video-box .ImageBoxTitle {
        display: block;
        text-decoration: none !important;
        font-size: 20px;
        font-weight: normal;
        color: #444
    }

    .video-box:hover .ImageBoxTitle {
        color: #000000;
        text-decoration: none !important;
    }

    .video-box .ImageBoxCategories {
        display: block;
        text-decoration: none !important;
        padding: 1px 5px;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        color: #aeaeae;
    }

    .video-box .ImageBoxCategories {
        text-decoration: none !important;
    }

    /* */

    .ia-responsive-col {
        padding-top: 0px;
        margin-top: 10px;
        margin-bottom: 10px
    }
html.ms-dialog .ia-responsive-col {
    padding-top: 0px!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

        .ia-responsive-col a.ImageBox {
            margin: 0px 0px 0px 0px;
        }

        .ia-responsive-col > div.imagelink {
            padding: 4px 0px 4px 0px;
        }

        .ia-responsive-col > div.thumbnail {
            margin: 0px;
            padding: 0px;
        }

            .ia-responsive-col > div.thumbnail .caption h3 {
                margin: 0px;
            }

        .ia-responsive-col .caption .btn {
            margin-top: 10px;
        }

        .ia-responsive-col .image {
            opacity: 1 !important;
            background-color: transparent;
            left: 0px;
            top: 0px;
            bottom: 0px;
            max-width: 100%;
            width: 100%;
            height: 100%;
            border:1px solid transparent;
            overflow: hidden;
        }

.ia-responsive-col div.thumbnail .image, .ia-responsive-col div.thumbnail .image img {
    border-radius: 4px;
}
    .ia-snippet i.fa {
        margin-right: 10px;
    }
    /* allow for selection of any item for LinkList*/
    .ia-snippet .linklist li a:before {
    }

    .ia-snippet .sqare-check li a:before {
        content: "\f14a" !important;
    }

    .ia-snippet.no-border .well, .ia-snippet.no-border .thumbnail, .ia-snippet.no-border .jumbotron, .ia-snippet.no-border .panel {
        border: 1px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .panel div.s4-wpcell-plain {
        margin-bottom: 0px;
    }

    .well-custom {
        border-color: transparent;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
    }

    .alert-custom {
        border-color: transparent;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
    }

    .alert button.close {
        width: 16px !important;
        min-width: 16px;
        margin-top: -10px;
        margin-right: -10px;
    }

    .thumbnail-custom {
        border-color: transparent;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
    }

    .jumbotron-custom {
        border-color: transparent;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
    }

    .panel-custom {
        /*border-color: transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.5);*/
    }

        .panel-custom > .panel-heading { /*border-color: transparent;*/
        }

    .ia-snippet .row > div {
        margin-top: 10px;
    }

        .ia-snippet .row > div.last {
        }

    .panel ul.linklist li.linkitem {
        padding-left: 5px;
    }

    .ia-snippet[role='imagelink'] {
        display: inline;
    }

    .ia-snippet .imagelink {
        display: inline;
    }

    /* SNIPPET RENDERING - END */
/* SNIPPET EDITING - START */
div.ms-rtestate-write .modal{
    display:block;
    position:relative;
    z-index:0;
}
div.ms-rtestate-write .fade{
    opacity:1;
}
div.ms-rtestate-write .fade .modal-dialog {
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0,0%);
    -o-transform: translate(0,0%);
    transform: translate(0px, 0%);
}
div.ms-rtestate-write a[data-toggle='modal']{
    pointer-events:none;
}

    table.ms-ToolPaneOuter {
        margin-right: 0px;
        margin-top: 0px;
        font-size: 14px;
    }

        table.ms-ToolPaneOuter .ms-ToolPaneBody {
            overflow-x: auto !important;
            /*max-height: 80%;*/
        }

    .ms-ToolPaneTitle a {
        margin: 0px !important;
        /*width: 13px !important;
    background-color:red;*/
        display: inline-block;
    }

    .ms-ToolPaneTitle #MSOTlPn_minMaxIcon {
        margin: 0px !important;
        width: 13px !important;
    }


    .ms-webpart-menuLink {
        height: 6px !important;
        width: 6px !important;
    }

        .ms-webpart-menuLink:hover {
            background-color: lightgreen;
        }

    table.ms-ToolPaneOuter input[type=button], table.ms-ToolPaneOuter input[type=reset], table.ms-ToolPaneOuter input[type=submit] {
        font-size: 14px !important;
        padding: 5px !important;
    }

    table.ms-ToolPaneOuter #iaEmbedShowHide {
        float: right;
    }

    div.ms-rtestate-write .ia-snippet {
        padding: 2px;
        border: 1px dashed #c6c6c6;
        cursor: pointer !important;
    }

    div.ms-rtestate-write .ia-snippet-row {
        border-top: 1px dashed #457db8;
        border-bottom: 1px dashed #457db8;
        padding: 5px 0px;
        margin-left: -10px;
        margin-right: -10px;
    }

    div.ms-rtestate-write .ia-snippet-col {
        border-left: 1px dashed #457db8;
        padding-left: 5px;
        padding-right: 5px;
        min-height: 24px !important;
    }

        div.ms-rtestate-write .ia-snippet-col:first-child {
            /*border-left:none;*/
        }

    div.ms-rtestate-write .ia-snippet-row text {
        background-color: red;
    }

    div.ms-rtestate-write .ia-snippet.row > div {
        border-right: 1px dashed #c6c6c6;
        padding: 5px;
    }

    div.ms-rtestate-write .ia-snippet .row:last-child {
        /*border-right:none;*/
    }

    div.ms-rtestate-write .ia-snippet-menu {
        padding: 0px;
        width: 20px;
    }

        div.ms-rtestate-write .ia-snippet-menu .btn {
            padding: 0px;
            max-width: 20px;
            min-width: 20px;
        }

    div.ms-rtestate-write .ia-snippet[role='imagelink'] {
        display: inline-block;
    }

    div.ms-rtestate-write .ia-snippet .imagelink {
        display: inline-block;
    }

    div.ms-rtestate-write a:hover, div.ms-rtestate-write a:focus {
        outline: 1px;
    }
    /* START - Format .btn to allow editing of link text */
    div.ms-rtestate-write .btn {
        display: ruby-text-container;
        -webkit-user-select: text !important;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
        /*line-height: 34px;*/
        border-color: transparent !important;
    }

        /*div.ms-rtestate-write .btn.btn-xs {
            line-height: 20px
        }

        div.ms-rtestate-write .btn.btn-sm {
            line-height: 27px;
        }

        div.ms-rtestate-write .btn.btn-md {
            line-height: 34px;
        }

        div.ms-rtestate-write .btn.btn-lg {
            line-height: 44px;
        }*/
    /* Link Style Menu */
    div.ms-cui-menu[id^='Ribbon.Link.Link.LinkStyle.Style.Menu'] a.ms-cui-ctl-menu span.ms-cui-ctl-iconContainer {
        width: 16px;
        display: block;
    }

    div.ms-cui-menu a.ms-cui-ctl-menu span.ms-cui-ctl-iconContainer img.rte-video-dark {
        background-image: url('/_layouts/15/images/IAContentEditing/play-dark.png');
    }

    div.ms-cui-menu a.ms-cui-ctl-menu:hover span.ms-cui-ctl-iconContainer img.rte-video-dark {
        background-image: url('/_layouts/15/images/IAContentEditing/play-dark-hover.png');
    }

    div.ms-cui-menu a.ms-cui-ctl-menu span.ms-cui-ctl-iconContainer img.rte-video-light {
        background-image: url('/_layouts/15/images/IAContentEditing/play-light.png');
    }

    div.ms-cui-menu a.ms-cui-ctl-menu:hover span.ms-cui-ctl-iconContainer img.rte-video-light {
        background-image: url('/_layouts/15/images/IAContentEditing/play-light-hover.png');
    }
    /* END - Format .btn to allow editing of link text */
    li.ms-cui-group[id^='Ribbon.Link.Link.Properties'] input.ms-cui-tb,
    li.ms-cui-group[id^='Ribbon.Image.Image.Properties'] input.ms-cui-tb {
        height: 20px;
        border-color: #d4d6d9;
        font-size: 8pt;
    }

    #Ribbon ul.ms-cui-tts li[id='Ribbon.Snippet'] {
        display: none;
    }

        #Ribbon ul.ms-cui-tts li[id='Ribbon.Snippet'].ms-cui-cg-s {
            display: block;
        }

    #Ribbon li.ms-cui-group[id^='Ribbon.Snippet.Snippet.Responsive'] a.ms-cui-ctl-medium[id^='Ribbon.Snippet.Snippet.Responsive.Row'],
    #Ribbon li.ms-cui-group[id^='Ribbon.Snippet.Snippet.Responsive'] a.ms-cui-ctl-medium[id^='Ribbon.Snippet.Snippet.Responsive.Row'] .ms-cui-ctl-iconContainer {
        padding-right: 0px;
        margin-right: 0px;
    }

    div.ms-cui-menu[id^='Ribbon.Snippet.Snippet.Style.Theme.Menu'] a.ms-cui-disabled img {
        background-image: url('/_layouts/15/images/IAContentEditing/thm_disabled.gif');
        background-position: center center;
        background-repeat: no-repeat;
    }

    div.ms-cui-menu[id^='Ribbon.Snippet.Snippet.Style.Theme.Menu'] a.ms-cui-disabled span.ms-cui-ctl-iconContainer::after {
        content: "\f00d";
        color: red;
    }

    #rteFormatSample {
        position: fixed;
        top: 120px;
        left: 644px;
        height: 24px;
        width: 260px;
        line-height: 24px;
        font-size: 8pt;
        border: 1px dashed #ddd;
        border-radius: 3px;
        text-align: center;
        z-index: 1001;
        display: block;
    }

        #rteFormatSample[class*='ms-rteThemeBorder'] {
            border-bottom-style: solid;
        }

        #rteFormatSample span {
            display: block;
        }

    #rteColorPicker {
        position: fixed;
        top: 144px;
        left: 611px;
        border-radius: 3px;
        z-index: 1050;
        display: block;
        background-color: #fff;
        padding: 0px 5px 5px 5px;
    }

        #rteColorPicker table.color-picker {
        }

            #rteColorPicker table.color-picker td.title-cell {
                font-size: .9em !important;
            }

        #rteColorPicker td.ia-color-cell {
            padding: 2px;
        }

            #rteColorPicker td.ia-color-cell > div, #rteColorPicker td.ia-color-cell > a {
                height: 16px;
                width: 16px;
                border-radius: 2px;
                font-size: 1.0em;
                padding: 0px;
                cursor: pointer;
            }

            #rteColorPicker td.ia-color-cell.transparent {
                text-align: right;
                font-weight: normal;
                color: blue;
            }

            #rteColorPicker td.ia-color-cell.clear {
                text-align: right;
                font-weight: normal;
                color: green;
            }

            #rteColorPicker td.ia-color-cell.cancel {
                text-align: right;
                font-weight: normal;
                color: red;
            }

    #rteBorderSizePicker {
        position: fixed;
        top: 144px;
        left: 615px;
        border-radius: 3px;
        z-index: 1050;
        display: block;
        background-color: #fff;
        padding: 0px 5px 5px 5px;
        width: 200px;
    }

        #rteBorderSizePicker table {
            width: 100%;
        }

        #rteBorderSizePicker td.title-cell {
            padding-right: 4px;
        }

        #rteBorderSizePicker tr.unique-show td {
            display: none;
        }

        #rteBorderSizePicker table.unique tr.unique-show td {
            display: table-cell;
        }

        #rteBorderSizePicker table.unique tr.unique-hide {
            display: none;
        }

        #rteBorderSizePicker tr.header td {
            padding: 5px;
        }

        #rteBorderSizePicker tr.footer td {
            padding: 5px;
        }

        #rteBorderSizePicker td {
            padding: 2px 5px;
            white-space: nowrap;
            font-size: 8pt;
            color: #6c6e70;
        }

        #rteBorderSizePicker tr.header td {
            padding-bottom: 6px;
        }

        #rteBorderSizePicker tr.footer td {
            padding-top: 6px;
        }

        #rteBorderSizePicker .button-cell {
            text-align: right;
            font-size: 1em;
            padding-top: 0px;
            padding-right: 0pc;
        }

            #rteBorderSizePicker .button-cell a {
                padding: 4px 4px;
                position: relative;
                cursor: pointer;
            }

        #rteBorderSizePicker #sizeInfo {
            color: blue;
        }

        #rteBorderSizePicker #sizeClean {
            color: green;
        }

        #rteBorderSizePicker #sizeCancel {
            color: red;
        }

        #rteBorderSizePicker #sizeOK {
            position: relative;
            float: right;
            padding: 0px 3px;
            line-height: 1.2em;
        }

        #rteBorderSizePicker .ms-cui-ctl-mediumlabel {
            padding-left: 15px;
        }

        #rteBorderSizePicker .ms-cui-spn {
            padding-right: 15px;
        }

        #rteBorderSizePicker .ms-cui-spn-txtbx {
            border: 1px solid #d3d6d9 !important;
            border-right: none !important;
            width: 50px !important;
        }

        #rteBorderSizePicker td span.ms-cui-spn-arwbx {
            position: relative;
            float: right;
            right: 6px;
            border-left: 1px solid #d3d6d9;
        }

            #rteBorderSizePicker td span.ms-cui-spn-arwbx a {
                background-repeat: no-repeat;
                background-position: center center;
            }

                #rteBorderSizePicker td span.ms-cui-spn-arwbx a.ms-cui-spn-btnup {
                    background-image: url('/_layouts/15/images/scrollbar-mousein-uparrow.png');
                }

                #rteBorderSizePicker td span.ms-cui-spn-arwbx a.ms-cui-spn-btndown {
                    background-image: url('/_layouts/15/images/scrollbar-mousein-downarrow.png');
                }

        #rteBorderSizePicker td img.radius-msg {
            position: relative;
            float: right;
        }
    /* Home Page Style Options */
    .ia-style-options {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        position: relative;
        top: -35px;
        padding: 10px;
    }

        .ia-style-options ul {
            list-style: none;
            padding: 0px;
        }

        .ia-style-options .button-cell {
            position: relative;
            float: right;
            text-align: right;
            font-size: 1em;
            padding-top: 0px;
            padding-right: 0px;
        }

            .ia-style-options .button-cell a {
                padding: 2px 4px;
                cursor: pointer;
            }

    #iaStyleOptionText li.option-list {
        color: blue;
    }

    div.ms-rtestate-write .ia-snippet.rteSelected {
        border-color: green;
    }

        div.ms-rtestate-write .ia-snippet.rteSelected .rteSelectedElement {
            border-color: red;
            border-style: dashed;
            border-width: 1px;
            min-height: 20px;
        }

            div.ms-rtestate-write .ia-snippet.rteSelected .rteSelectedElement::before {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome !important;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: red;
                background-color: #fff;
                content: "\f192";
                z-index: 1050;
                position: relative;
                float: right;
                top: -5px;
                right: -5px;
                border: none;
                padding: 0px 1px 0px 1px;
                border-radius: 7px;
                margin: 1px 1px 0px 0px;
            }

        div.ms-rtestate-write .ia-snippet.rteSelected .alert.rteSelectedElement::before,
        div.ms-rtestate-write .ia-snippet.rteSelected .well.rteSelectedElement::before,
        div.ms-rtestate-write .ia-snippet.rteSelected .panel-body.rteSelectedElement::before {
        }

    div.ms-rtestate-write .ia-snippet {
        min-height: 20px;
    }

    div.ms-rtestate-write .row div[class*='col-']:empty, div.ms-rtestate-write :empty.pane, div.ms-rtestate-write .EmptyZone {
        display: block !important;
        min-height: 1px !important;
        line-height: inherit;
        padding-left: 15px !important;
        padding-right: 15px !important;
        min-width: 10px;
        content: "abc";
    }

        div.ms-rtestate-write .row div[class*='col-']:empty:after, div.ms-rtestate-write :empty.pane, div.ms-rtestate-write .EmptyZone:after {
            content: "abc";
        }

    #Ribbon li.ms-cui-group[id^='Ribbon.Snippet.Snippet.Status'] span.ms-cui-ctl-mediumlabel {
        position: relative;
        top: 50px;
        border: 1px dashed red;
        padding: 4px 8px;
        text-transform: lowercase;
        font-size: 8pt;
        border-radius: 3px;
        color: #000;
        text-align: center;
    }

    div.ms-WPBody div.ia-snippet-row {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*#Ribbon li[id='Ribbon.Image.Image.Advanced'] span.ms-cui-row[id='Ribbon.Image.Image.Advanced-MediumMedium-0-2'] {
    position:relative;
    left:-222px;
}*/
/* SNIPPET EDITING - END*/
    .img-check {
        border: 1px solid red;
    }
    /* COLOR CLASSES - TRANSPARENT */
    .ms-rteBackColor-0 {
        background-color: transparent
    }

    .ms-rteForeColor-0 {
        color: transparent
    }

    .ms-rteBorderColor-0 {
        border-color: transparent
    }
    /* COLOR CLASSES - BASE BORDER COLORS, same for all templates */
    .ms-rteBorderColor-1 {
        border-color: darkred;
    }

    .ms-rteBorderColor-2 {
        border-color: red;
    }

    .ms-rteBorderColor-3 {
        border-color: orange;
    }

    .ms-rteBorderColor-4 {
        border-color: yellow;
    }

    .ms-rteBorderColor-5 {
        border-color: lightgreen;
    }

    .ms-rteBorderColor-6 {
        border-color: green;
    }

    .ms-rteBorderColor-7 {
        border-color: lightblue;
    }

    .ms-rteBorderColor-8 {
        border-color: blue;
    }

    .ms-rteBorderColor-9 {
        border-color: darkblue;
    }

    .ms-rteBorderColor-10 {
        border-color: purple;
    }
    /* TEMP BORDER COLORS*/
    /* FILETYPE - SHAREPOINT DEFAULT ICONS*/
    .ic-asp {
        background-image: url('/_layouts/15/images/icasp.gif');
    }

    .ic-aspx {
        background-image: url('/_layouts/15/images/icaspx.gif');
    }

    .ic-htm {
        background-image: url('/_layouts/15/images/ichtm.gif');
    }

    .ic-html {
        background-image: url('/_layouts/15/images/ichtml.gif');
    }

    .ic-txt {
        background-image: url('/_layouts/15/images/ictxt.gif');
    }

    .ic-css {
        background-image: url('/_layouts/15/images/iccss.gif');
    }

    .ic-xsl {
        background-image: url('/_layouts/15/images/icxsl.gif');
    }

    .ic-bmp {
        background-image: url('/_layouts/15/images/icbmp.gif');
    }

    .ic-gif {
        background-image: url('/_layouts/15/images/icgif.gif');
    }

    .ic-jpg {
        background-image: url('/_layouts/15/images/icjpg.gif');
    }

    .ic-jpeg {
        background-image: url('/_layouts/15/images/icjpeg.gif');
    }

    .ic-png {
        background-image: url('/_layouts/15/images/icpng.gif');
    }

    .ic-tif {
        background-image: url('/_layouts/15/images/ictif.gif');
    }

    .ic-doc {
        background-image: url('/_layouts/15/images/icdoc.gif');
    }

    .ic-docx {
        background-image: url('/_layouts/15/images/icdocx.gif');
    }

    .ic-zip {
        background-image: url('/_layouts/15/images/iczip.gif');
    }

    .ic-xls {
        background-image: url('/_layouts/15/images/icxls.gif');
    }

    .ic-xlsx {
        background-image: url('/_layouts/15/images/icxlsx.gif');
    }

    .ic-pdf {
        background-image: url('/_layouts/15/images/icpdf.gif');
    }

    .ic-ppt {
        background-image: url('/_layouts/15/images/icppt.gif');
    }

    .ic-pptx {
        background-image: url('/_layouts/15/images/icpptx.gif');
    }

    /* FILETYPE - FONTAWSOME ICONS*/
    .fa-file-text-o::before, .fa-asp::before, .fa-aspx::before, .fa-htm::before, .fa-html::before, .fa-txt::before {
        content: "\f0f6";
    }

    .fa-file-code-o::before, .fa-css::before, .fa-xsl::before {
        content: "\f1c9";
    }

    .fa-file-image-o::before, .fa-bmp::before, .fa-gif::before, .fa-jpg::before, .fa-jpeg::before, .fa-png::before, .fa-tif::before {
        content: "\f1c5";
    }

    .fa-file-word-o::before, .fa-doc::before, .fa-docx::before {
        content: "\f1c2";
    }

    .fa-file-zip-o::before, .ia-zip::before {
        content: "\f1c6";
    }

    .fa-file-excel-o::before, .fa-xls::before, .fa-xlsx::before {
        content: "\f1c3";
    }

    .fa-file-pdf-o::before, .fa-pdf::before {
        content: "\f1c1";
    }

    .fa-file-powerpoint-o::before, .fa-ppt::before, .fa-pptx::before {
        content: "\f1c4";
    }

    .fa-file-movie-o::before, .fa-file-video-o::before {
        content: "\f1c8";
    }

    /* SUBJECT CATEGORY - FONTAWESOME ICONS*/
    .fa-agency-management::before {
        content: "\f080";
    }

    .fa-commercial-lines::before {
        content: "\f0f7";
    }

    .fa-events::before {
        content: "\f073";
    }

    .fa-government-affairs::before {
        content: "\f19c";
    }

    .fa-human-resources::before {
        content: "\f183";
    }

    .fa-life-health::before {
        content: "\f21e";
    }

    .fa-personal-lines::before {
        content: "\f015";
    }

    .fa-technology::before {
        content: "\f108";
    }

    /* SUBJECT KEYWORD - FONTAWESOME ICONS*/
    .fa-auto::before {
        content: "\f1b9";
    }
    /**/
    .fa-agent-licensing-reform::before {
        content: "\f0f6";
    }

    .fa-best-practices::before {
        content: "\f0f6";
    }

    .fa-business-income::before {
        content: "\f0f6";
    }

    .fa-carrier-interfaces::before {
        content: "\f0f6";
    }

    .fa-carrier-relationships::before {
        content: "\f0f6";
    }

    .fa-cgl::before {
        content: "\f0f6";
    }

    .fa-compensation::before {
        content: "\f0f6";
    }

    .fa-crime::before {
        content: "\f0f6";
    }

    .fa-crop-insurance::before {
        content: "\f0f6";
    }

    .fa-customer-service::before {
        content: "\f0f6";
    }

    .fa-dwelling::before {
        content: "\f0f6";
    }

    .fa-eo-loss-control::before {
        content: "\f0f6";
    }

    .fa-employee-benefits::before {
        content: "\f0f6";
    }

    .fa-financial::before {
        content: "\f0f6";
    }

    .fa-financial-services-reform::before {
        content: "\f0f6";
    }

    .fa-flood::before {
        content: "\f0f6";
    }

    .fa-grassroots::before {
        content: "\f0f6";
    }

    .fa-health-care::before {
        content: "\f0f6";
    }

    .fa-health::before {
        content: "\f0f6";
    }

    .fa-homeowners::before {
        content: "\f0f6";
    }

    .fa-insurPac::before {
        content: "\f0f6";
    }

    .fa-legislative-conference::before {
        content: "\f0f6";
    }

    .fa-life::before {
        content: "\f0f6";
    }

    .fa-natural-disaster-risk::before {
        content: "\f0f6";
    }

    .fa-news::before {
        content: "\f0f6";
    }

    .fa-nfip::before {
        content: "\f0f6";
    }

    .fa-management-systems::before {
        content: "\f0f6";
    }

    .fa-marketing::before {
        content: "\f0f6";
    }

    .fa-miscellaneous::before {
        content: "\f0f6";
    }

    .fa-operations::before {
        content: "\f0f6";
    }

    .fa-perpetuation-valuation::before {
        content: "\f0f6";
    }

    .fa-planning-security::before {
        content: "\f0f6";
    }

    .fa-professional-development::before {
        content: "\f0f6";
    }

    .fa-professional-liability::before {
        content: "\f0f6";
    }

    .fa-property::before {
        content: "\f0f6";
    }

    .fa-real-time::before {
        content: "\f0f6";
    }

    .fa-recruitment-hiring::before {
        content: "\f0f6";
    }

    .fa-risk-management::before {
        content: "\f0f6";
    }

    .fa-sales-skills::before {
        content: "\f0f6";
    }

    .fa-social-media::before {
        content: "\f1e1";
    }

    .fa-taxes::before {
        content: "\f0f6";
    }

    .fa-terrorism::before {
        content: "\f0f6";
    }

    .fa-umbrella::before {
        content: "\f0e9";
    }

    .fa-website-design::before {
        content: "\f0f6";
    }

    .fa-website-management::before {
        content: "\f0f6";
    }

    .fa-workers-comp::before {
        content: "\f0f6";
    }

    .fa-workflow::before {
        content: "\f0f6";
    }

    /* SUBJECT CATEGORY - BACKGROUND COLORS */
    .tagBackColor-default {
        background-color: #07509d;
    }

    .tagBackColor-agency-management {
        background-color: #99CC33;
    }

    .tagBackColor-commercial-lines {
        background-color: #FF6633;
    }

    .tagBackColor-events {
        background-color: #00CCFF;
    }

    .tagBackColor-government-affairs {
        background-color: #333333;
    }

    .tagBackColor-human-resources {
        background-color: #00CCFF;
    }

    .tagBackColor-life-health {
        background-color: #FF6633;
    }

    .tagBackColor-personal-lines {
        background-color: #FF6633;
    }

    .tagBackColor-technology {
        background-color: #6666CC;
    }

    /* SUBJECT CATEGORY - FOREGROUND COLORS */
    /*
.tagForecolor-default {background-color:#fff;}
.tagForecolor-agency-management {background-color:#fff;}
.tagForecolor-commercial-lines {background-color:#fff;}
.tagForecolor-events {background-color:#fff;}
.tagForecolor-government-affairs {background-color:#fff;}
.tagForecolor-human-resources {background-color:#fff;}
.tagForecolor-life-health {background-color:#fff;}
.tagForecolor-personal-lines {background-color:#fff;}
.tagForecolor-technology{background-color:#fff;}
*/
    /* SUBJECT CATEGORY - ALTERNATE TEXT */
    .tagBackColor-default::after {
        content: "Feature Article"
    }
    /*
.entry_article .entry_category .tag-text {display:none;}
.tagBackColor-agency-management::after {content:"Agency Management 2"}
.tagBackColor-commercial-lines::after {content:"Comercial Lines 2"}
.tagBackColor-events::after {content:"Events 2"}
.tagBackColor-government-affairs::after {content:"Government Affairs 2"}
.tagBackColor-human-resources::after {content:"Human Resources 2"}
.tagBackColor-life-health::after {content:"Life & Health 2"}
.tagBackColor-personal-lines::after {content:"Personal Lines 2"}
.tagBackColor-technology::after{content:"Technology 2"}
*/

    /* SUBJECT KEYWORD - BACKGROUND COLORS */
    /*
.tagBackColor-auto{background-color:#000;}
.tagBackColor-agent-licensing-reform{background-color:#000;}
.tagBackColor-best-practices{background-color:#000;}
.tagBackColor-business-income{background-color:#000;}
.tagBackColor-carrier-interfaces{background-color:#000;}
.tagBackColor-carrier-relationships{background-color:#000;}
.tagBackColor-cgl{background-color:#000;}
.tagBackColor-compensation{background-color:#000;}
.tagBackColor-crime{background-color:#000;}
.tagBackColor-crop-insurance{background-color:#000;}
.tagBackColor-customer-service{background-color:#000;}
.tagBackColor-dwelling{background-color:#000;}
.tagBackColor-eo-loss-control{background-color:#000;}
.tagBackColor-employee-benefits{background-color:#000;}
.tagBackColor-financial{background-color:#000;}
.tagBackColor-financial-services-reform{background-color:#000;}
.tagBackColor-flood{background-color:#000;}
.tagBackColor-grassroots{background-color:#000;}
.tagBackColor-health-care{background-color:#000;}
.tagBackColor-health{background-color:#000;}
.tagBackColor-homeowners{background-color:#000;}
.tagBackColor-insurpac{background-color:#000;}
.tagBackColor-legislative-conference{background-color:#000;}
.tagBackColor-life{background-color:#000;}
.tagBackColor-natural-disaster-risk{background-color:#000;}
.tagBackColor-news{background-color:#000;}
.tagBackColor-nfip{background-color:#000;}
.tagBackColor-management-systems{background-color:#000;}
.tagBackColor-marketing{background-color:#000;}
.tagBackColor-miscellaneous{background-color:#000;}
.tagBackColor-operations{background-color:#000;}
.tagBackColor-perpetuation-and-valuation{background-color:#000;}
.tagBackColor-planning-and-security{background-color:#000;}
.tagBackColor-professional-development{background-color:#000;}
.tagBackColor-professional-liability{background-color:#000;}
.tagBackColor-property{background-color:#000;}
.tagBackColor-real-time{background-color:#000;}
.tagBackColor-recruitment-and-hiring{background-color:#000;}
.tagBackColor-risk-management{background-color:#000;}
.tagBackColor-sales-skills{background-color:#000;}
.tagBackColor-social-media{background-color:#000;}
.tagBackColor-taxes{background-color:#000;}
.tagBackColor-terrorism{background-color:#000;}
.tagBackColor-umbrella{background-color:#000;}
.tagBackColor-website-design{background-color:#000;}
.tagBackColor-website-management{background-color:#000;}
.tagBackColor-workers-comp{background-color:#000;}
.tagBackColor-workflow{background-color:#000;}
*/
    /* SUBJECT KEYWORD - FOREGROUND COLORS */
    /*
.tagForecolor-auto{background-color:#fff;}
.tagForecolor-agent-licensing-reform{background-color:#fff;}
.tagForecolor-best-practices{background-color:#fff;}
.tagForecolor-business-income{background-color:#fff;}
.tagForecolor-carrier-interfaces{background-color:#fff;}
.tagForecolor-carrier-relationships{background-color:#fff;}
.tagForecolor-cgl{background-color:#fff;}
.tagForecolor-compensation{background-color:#fff;}
.tagForecolor-crime{background-color:#fff;}
.tagForecolor-crop-insurance{background-color:#fff;}
.tagForecolor-customer-service{background-color:#fff;}
.tagForecolor-dwelling{background-color:#fff;}
.tagForecolor-eo-loss-control{background-color:#fff;}
.tagForecolor-employee-benefits{background-color:#fff;}
.tagForecolor-financial{background-color:#fff;}
.tagForecolor-financial-services-reform{background-color:#fff;}
.tagForecolor-flood{background-color:#fff;}
.tagForecolor-grassroots{background-color:#fff;}
.tagForecolor-health-care{background-color:#fff;}
.tagForecolor-health{background-color:#fff;}
.tagForecolor-homeowners{background-color:#fff;}
.tagForecolor-insurpac{background-color:#fff;}
.tagForecolor-legislative-conference{background-color:#fff;}
.tagForecolor-life{background-color:#fff;}
.tagForecolor-natural-disaster-risk{background-color:#fff;}
.tagForecolor-news{background-color:#fff;}
.tagForecolor-nfip{background-color:#fff;}
.tagForecolor-management-systems{background-color:#fff;}
.tagForecolor-marketing{background-color:#fff;}
.tagForecolor-miscellaneous{background-color:#fff;}
.tagForecolor-operations{background-color:#fff;}
.tagForecolor-perpetuation-and-valuation{background-color:#fff;}
.tagForecolor-planning-and-security{background-color:#fff;}
.tagForecolor-professional-development{background-color:#fff;}
.tagForecolor-professional-liability{background-color:#fff;}
.tagForecolor-property{background-color:#fff;}
.tagForecolor-real-time{background-color:#fff;}
.tagForecolor-recruitment-and-hiring{background-color:#fff;}
.tagForecolor-risk-management{background-color:#fff;}
.tagForecolor-sales-skills{background-color:#fff;}
.tagForecolor-social-media{background-color:#fff;}
.tagForecolor-taxes{background-color:#fff;}
.tagForecolor-terrorism{background-color:#fff;}
.tagForecolor-umbrella{background-color:#fff;}
.tagForecolor-website-design{background-color:#fff;}
.tagForecolor-website-management{background-color:#fff;}
.tagForecolor-workers-comp{background-color:#fff;}
.tagForecolor-workflow{background-color:#fff;}
*/
/* START - SHARED CONTENT PRODUCT FORM */
    #nscProductForm div.ia-zone-cmd {
        display: block;
        text-align: right;
        color: #007abd;
        height: 20px;
    }

        #nscProductForm div.ia-zone-cmd > span {
            cursor: pointer;
        }

    #nscProductForm .col-set div.ia-zone-cmd {
        color: green;
    }

    #nscProductForm .nsc-standard div.ia-zone-cmd .fa-columns {
        display: none;
    }


    #nscRCForm {
        margin: 10px 0px;
        text-align: center;
    }

        #nscRCForm .form-group {
            width: 130px;
            display: inline-block
        }

        #nscRCForm select {
            margin: 0px 5px;
            width: 90px
        }

    #iaFormButtons {
        text-align: right;
    }

    #iaNCSHtmlClassSave {
        min-width: 3em;
        padding: 5px 10px;
        margin-right: 8px;
    }

    #nscContactInfo {
        width: 300px;
        padding: 0px;
        font-size: .9em;
        margin-top: -15px;
        margin-right: -10px
    }

        #nscContactInfo .ms-webpart-zone {
            margin-bottom: -40px;
        }

        #nscContactInfo .ms-webpartzone-cell {
            margin-bottom: 0px;
        }

            #nscContactInfo .ms-webpartzone-cell .ia-resource-list {
                margin-bottom: 0px;
            }

                #nscContactInfo .ms-webpartzone-cell .ia-resource-list > .ia-resource-item .thumbnail {
                    min-height: 85px !important;
                }

                    #nscContactInfo .ms-webpartzone-cell .ia-resource-list > .ia-resource-item .thumbnail img {
                        width: 72px !important;
                    }

                #nscContactInfo .ms-webpartzone-cell .ia-resource-list > .ia-resource-item .ia-profile-link {
                    display: none;
                }

                #nscContactInfo .ms-webpartzone-cell .ia-resource-list > .ia-resource-item:last-child .thumbnail {
                    margin-bottom: 0px !Important;
                }

    #iaNSCErrors .alert {
        padding: 5px 15px;
        margin-bottom: 5px;
    }

    #iaNSCErrors .alert-dismissable .close {
        top: 2px;
        right: -5px;
        color: inherit;
    }
    /* END - SHARED CONTENT PRODUCT FORM */
/*** START - MEDIA PRINT***/
@media only print { 
    body {margin:0; padding:0; line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; font-size:12pt ;font-family:Arial, Helvetica, serif!Important; color: #000;background-color:#ffffff;}
    @page {
        size: 8.50in 11.00in;margin: .5in;mso-header-margin: .5in;mso-footer-margin: .5in;mso-paper-source: 0;
    }
    #suiteBarDelta, #s4-ribbonrow, header.navbar, div.BreadcrumbMain, #bt-slider, #bt-sidebar, 
    #iaSocialMediaLinksContainer, #notificationArea, #DeltaPageStatusBar, #DeltaHelpPanel, 
    #DeltaPageInstrumentation, #DeltaFormDigest, #iaLibraryProtected, footer{
        display: none !important;
    }
    a[href^="http"]:after {content: " (" attr(href) ")";}
    #MainWrapper > div.container {padding: 0px;    }
    #bt-content {page-break-before:avoid;break-after:avoid;padding:0px!important;position:absolute;left:0;right:0;display:block;}
    #Main {padding:0px!important;break-before:avoid; margin-top:-15px;}
    #Main > div {padding:0px!important;}
    #DeltaPlaceHolderMain{break-before:avoid;}
    .bt-theme_wrapper{padding-bottom:0px!important}
    H1, h2, h3, h4, h5, tr {
        page-break-after: avoid;
        page-break-before: avoid;
        column-span: all;
        break-before: column;
        break-inside: avoid-column;
        break-after: avoid-column;
    }
    #iaLibraryTitle {display: inline-block !important;    }
    div[class*='col-'] {display: inline-block;vertical-align:top;}
    .col-lg-1 {width: 8.33%;}
    .col-lg-2 {width: 16.66%;}
    .col-lg-3 {width: 25%;}
    .col-lg-4 {width: 33.33%;}
    .col-lg-5 {width: 41.66%;}
    .col-lg-6 {width: 50%;}
    .col-lg-7 {width: 58.31%;}
    .col-lg-8 {width: 66.66%;}
    .col-lg-9 {width: 75%;}
    .col-lg-10 {width: 83.3%;}
    .col-lg-11 {width: 91.63%;}
    .col-lg-12 {width: 100%;}
    .col-md-1 {width: 8.33%;}
    .col-md-2 {width: 16.66%;}
    .col-md-3 {width: 25%;}
    .col-md-4 {width: 33.33%;}
    .col-md-5 {width: 41.66%;}
    .col-md-6 {width: 50%;}
    .col-md-7 {width: 58.31%;}
    .col-md-8 {width: 66.66%;}
    .col-md-9 {width: 75%;}
    .col-md-10 {width: 83.3%;}
    .col-md-11 {width: 91.63%;}
    .col-md-12 {width: 100%;}
}
/*** START - MEDIA PRINT***/