﻿@charset "utf-8";
/* CSS Document - Custom styles that overwrite the template CSS code*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');
/*Sharepoint Overide*/
#s4-bodyContainer {
    padding-bottom: 0px;
}

#sideNavBox {
    display: none !important;
}

#siteIcon {
    display: none !important;
}

.ms-core-pageTitle {
    display: none;
}

#contentBox {
    min-width: 10px !important
}

#searchInputBox {
    display: none;
}

#contentBox {
    width: 100% !important;
    margin: 0px auto;
}

#contentRow {
    padding-top: 0;
}

input[type=button], input[type=reset], input[type=submit], button {
    min-width: 1px;
}

.ms-core-listMenu-horizontalBox li.static > a {
    display: none !important;
}

.ms-core-listMenu-horizontalBox li.static > ul a {
    display: block !important;
}

.main-content {
    padding-top: 41px !important;
}

.ms-core-navigation {
    font-family: 'Source Sans Pro', sans-serif;
}

#pageStatusBar[class], .ms-status-msg {
    margin-bottom: 5px;
}

.bannerContainer .ms-webpartzone-cell, .updateDirectoriesContainer .ms-webpartzone-cell {
    margin-bottom: 0;
}
/*Sharepoint Overide*/
body {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 18px !important;
    line-height: normal;
    background: #fff;
}

.global-header.fixed {
    width: calc(100% - 17px);
    z-index: 200;
}

.clear {
    clear: both
}

.headerBg {
    /*background: #1a9bcc;*/
    background: #1D7EAF;
}

.branding {
    height: 71px !important;
    padding: 8px 15px 0 15px;
}
    /*.branding .header-organization-banner img{max-height:inherit}*/
    .branding .header-organization-banner {
        line-height: 0px;
    }

.providerHeader h3 {
    font-size: 1.94em;
    color: #fff;
    margin: 9px 0 0 0;
}

.rightNav {
    /*text-align: right;*/
    margin: 13px 0 0 0;
}

.logout {
}

    .logout a {
        display: inline-block;
        font-size: 0.80em;
        color: #FFF;
    }

.usrName {
    font-size: 0.80em;
    display: inline-block;
    color: #ffbf00;
    margin-right: 15px;
}
/*navigation*/
.providerNavigation #s4-titlerow {
    height: 0 !important;
}

.providerNavigation {
    background: #666;
    border-top: 4px solid #ff9d1e;
    padding: 0px;
}

    .providerNavigation #s4-titlerow {
        padding: 0;
    }

    .providerNavigation .ms-core-listMenu-root .providerNavigation .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link, .providerNavigation .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited, .providerNavigation .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected, .providerNavigation .ms-tv-selected:link {
        color: #fff;
        background: #ff9d1e;
        font-size: 1.11em;
        font-weight: 600;
        padding: 1px 15px 3px 15px;
        line-height: 24px;
    }

    .providerNavigation .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover, .providerNavigation .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover {
        color: #fff;
        background: #ff9d1e;
    }

    .providerNavigation .ms-core-listMenu-horizontalBox {
        vertical-align: top;
    }

        .providerNavigation .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
            color: #fff;
            font-size: 1.11em;
            font-weight: 600;
            padding: 1px 30px 5px 33px;
            line-height: 24px;
        }

        .providerNavigation .ms-core-listMenu-horizontalBox li ul li {
            margin-right: 30px;
        }

            .providerNavigation .ms-core-listMenu-horizontalBox li ul li:last-of-type {
                margin-right: 0px;
            }

        .providerNavigation .ms-core-listMenu-horizontalBox ul li ul.dynamic li.dynamic {
            margin-right: 0px;
        }

    .providerNavigation ul.dynamic {
        /*background: rgba(102,102,102,0.8);
        background: #666666;
        border: 1px solid #d4d4d2;
        padding: 0 0 0 0px;
        left: -25px !important;*/
        background: #817f7f;
        left: auto !important;
        right: 0px !important;
        outline: 0;
        /*min-width: 180px;*/
        padding-left: 0px;
        border: 0px;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }

        .providerNavigation ul.dynamic .ms-core-listMenu-item {
            /*color: #fff;
        border-bottom: 1px solid #939493;
        padding: 15px 10px !important;
        text-align: left;*/
            color: #fff;
            border-bottom: 1px solid #939493;
            padding: 5px 10px !important;
            text-align: center;
        }

    .providerNavigation .dynamic-children.hover {
        background: #817f7f;
    }

    .providerNavigation .navbar-default {
        background-color: inherit;
        border: 0;
    }

    .providerNavigation .navbar {
        min-height: auto;
        margin-bottom: 0px;
        text-align: center;
    }

    .providerNavigation .ms-core-listMenu-horizontalBox > .ms-core-listMenu-root > .ms-listMenu-editLink {
        display: none;
    }

    .providerNavigation .ms-core-listMenu-horizontalBox ul li ul.dynamic li.dynamic:hover .ms-core-listMenu-item span {
        color: #fff !important;
    }

    .providerNavigation .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
        background-image: url( ../images/menu-down-custom.png) !important;
        padding-right: 14px;
    }

/*navigation*/

/*breadcrumb */


/*breadcrumb */
.breadcrumb {
    background-color: transparent;
    font-size: 0.89em;
    color: #666;
    padding: 0 0 5px 0;
    margin: 15px 0;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
}

    .breadcrumb .home {
        color: #1a9bcc
    }

    .breadcrumb .current {
        color: #666;
    }

/*Search*/
.searchContainer {
    background: url( ../images/searchBg.jpg) left top no-repeat;
    min-height: 319px;
    background-size: cover;
}

.searchHeader {
    color: #5e5e5e;
    font-size: 2.78em;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    padding-top: 35px;
}

    .searchHeader span {
        display: block
    }

.searchFormContainer {
    background: rgba(104,104,89,0.8);
    width: 50%;
    margin: 20px auto 0 auto;
    padding: 25px;
    -webkit-box-shadow: 14px 11px 34px -6px rgba(0,0,0,0.87);
    -moz-box-shadow: 14px 11px 34px -6px rgba(0,0,0,0.87);
    box-shadow: 14px 11px 34px -6px rgba(0,0,0,0.87);
    /*overflow:hidden;*/
}

    .searchFormContainer .doctype-dropdown {
        border: none;
        color: #fff;
        width: 100%;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1.1em;
        /*margin-top: 12px;*/
        padding: 10px;
        font-weight: 600;
    }

    .searchFormContainer select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        background: transparent url("../images/arrowDown.png") no-repeat right;
    }

        .searchFormContainer select::-ms-expand {
            display: none;
        }

    .searchFormContainer .doctype-dropdown option {
        background: #fff;
        color: #4f4f4f;
        font-size: 1.1em;
        font-weight: 600;
        /*box-shadow: inset 20px 20px #f00;*/
    }

        .searchFormContainer .doctype-dropdown option:hover {
            color: #4f4f4f;
            background: #bfdfff;
            /*box-shadow: inset 20px 20px #00f;*/
        }

    .searchFormContainer .doctype-dropdown:focus {
        border: 0px;
    }

    .searchFormContainer .search-box {
        position: relative;
    }

    .searchFormContainer .select-subsite-container {
        width: 88%;
        position: relative;
    }

    .searchFormContainer .select-subsite-arrow {
        /*position: absolute;
        top: 14px;
        right: 17%;*/
        position: absolute;
        top: -29px;
        right: 14px;
        z-index: 9;
    }

    .searchFormContainer .subsites-dropdown {
        display: none;
    }

    .searchFormContainer .search-button {
        font-size: 1.80em;
        color: #fff;
        margin: 6px 0 0 12px;
        cursor: pointer;
    }

    .searchFormContainer .search-input {
        font-size: 1.11em;
        color: #868686;
        height: auto;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        background: #fff;
        padding: 10px 15px;
        width: 88%;
        float: left;
    }

    .searchFormContainer .select-subsite-options {
        /* width: 82.3%;
        background: #fff;
        position: absolute;*/
        width: 100%;
        background: #fff;
        position: absolute;
    }

    .searchFormContainer .select-subsite-container ul {
        margin: 0;
        padding: 0;
        border: 1px solid #b9b9c8;
        border-top: 0;
    }

        .searchFormContainer .select-subsite-container ul li {
            list-style-type: none;
            font-size: 1.1em;
            font-weight: 600;
        }

            .searchFormContainer .select-subsite-container ul li a {
                padding: 10px 20px;
                color: #4f4f4f;
                display: block;
                text-decoration: none;
            }

                .searchFormContainer .select-subsite-container ul li a:hover {
                    background: #bfdfff;
                }


    .searchFormContainer .ms-webpartzone-cell, .searchHeader .ms-webpartzone-cell, .programContainer .ms-webpartzone-cell, .multiSectionContainer .ms-webpartzone-cell {
        margin-bottom: 0px;
    }

    .searchFormContainer .ms-srch-sb-borderFocused, .searchFormContainer .ms-srch-sb-border {
        border: 0;
    }

    .searchFormContainer .ms-srch-sbLarge {
        background: transparent;
        /*padding:10px;*/
    }

        .searchFormContainer .ms-srch-sbLarge > input {
            font-size: 1.11em;
            color: #868686;
            height: auto;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 400;
            background: #fff;
            padding: 10px 15px;
        }

    .searchFormContainer .ms-srch-sb-navLink {
        background: #fff;
        margin-top: 1px;
        height: 45px;
        width: 32px;
    }

    .searchFormContainer .ms-srch-sbLarge-navImg {
        top: 7px;
    }

    .searchFormContainer .ms-srch-sbLarge > .ms-srch-sb-searchLink {
        width: 46px;
        height: 46px;
        margin-left: 15px;
    }

        .searchFormContainer .ms-srch-sbLarge > .ms-srch-sb-searchLink .ms-srch-sbLarge-searchImg {
            visibility: hidden;
        }

    .searchFormContainer .ms-srch-sb-searchLink:before {
        content: "\e003";
        font-family: "Glyphicons Halflings";
        line-height: 1;
        display: inline-block;
        color: white;
        margin: 6px 0px 0px 0px;
        font-size: 1.80em;
    }

    .searchFormContainer .ms-srch-sb-searchLink:hover, .searchFormContainer .ms-srch-sb-searchLink:active {
        background: transparent;
    }
/*navigation Search*/
.searchContOuter .doctype-dropdown {
    border: none;
    color: #fff;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1em;
    margin-top: 12px;
    font-weight: 600;
}

    .searchContOuter .doctype-dropdown option {
        background: #fff;
        color: #4f4f4f;
        font-size: 1.1em;
        font-weight: 600;
        /*box-shadow: inset 20px 20px #f00;*/
    }

.searchContOuter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent url("../images/arrowDown.png") no-repeat right;
}

    .searchContOuter select::-ms-expand {
        display: none;
    }


.searchContOuter .doctype-dropdown option:hover {
    color: #4f4f4f;
    background: #bfdfff;
    /*box-shadow: inset 20px 20px #00f;*/
}

.searchContOuter .doctype-dropdown:focus {
    border: 0px;
}

.searchContOuter .search-box {
    position: relative;
}

.searchContOuter .select-subsite-container {
    width: 86%;
    position: relative;
}

.searchContOuter .select-subsite-arrow {
    /*position: absolute;
        top: 14px;
        right: 17%;*/
    position: absolute;
    top: -29px;
    right: 14px;
    z-index: 9;
}

.searchContOuter .subsites-dropdown {
    display: none;
}

.searchContOuter .search-button {
    font-size: 1.80em;
    color: #fff;
    margin: 6px 0 0 12px;
    cursor: pointer;
}

.searchContOuter .search-input {
    font-size: 1.11em;
    color: #868686;
    height: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    background: #fff;
    padding: 10px 15px;
    width: 86%;
    float: left;
}

.searchContOuter .select-subsite-options {
    /* width: 82.3%;
        background: #fff;
        position: absolute;*/
    width: 100%;
    background: #fff;
    position: absolute;
}


.searchContOuter .select-subsite-container ul {
    margin: 0;
    padding: 0;
    border: 1px solid #b9b9c8;
    border-top: 0;
}

    .searchContOuter .select-subsite-container ul li {
        list-style-type: none;
        font-size: 1.1em;
        font-weight: 600;
    }

        .searchContOuter .select-subsite-container ul li a {
            padding: 10px 20px;
            color: #4f4f4f;
            display: block;
            text-decoration: none;
        }

            .searchContOuter .select-subsite-container ul li a:hover {
                background: #bfdfff;
            }


.searchContOuter .ms-webpartzone-cell, .searchHeader .ms-webpartzone-cell, .programContainer .ms-webpartzone-cell, .multiSectionContainer .ms-webpartzone-cell {
    margin-bottom: 0px;
}

.searchContOuter .ms-srch-sb-borderFocused, .searchContOuter .ms-srch-sb-border {
    border: 0;
}

.searchContOuter .ms-srch-sbLarge {
    background: transparent;
    /*padding:10px;*/
}

    .searchContOuter .ms-srch-sbLarge > input {
        font-size: 1.11em;
        color: #868686;
        height: auto;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        background: #fff;
        padding: 10px 15px;
    }

.searchContOuter .ms-srch-sb-navLink {
    background: #fff;
    margin-top: 1px;
    height: 45px;
    width: 32px;
}

.searchContOuter .ms-srch-sbLarge-navImg {
    top: 7px;
}

.searchContOuter .ms-srch-sbLarge > .ms-srch-sb-searchLink {
    width: 46px;
    height: 46px;
    margin-left: 15px;
}

    .searchContOuter .ms-srch-sbLarge > .ms-srch-sb-searchLink .ms-srch-sbLarge-searchImg {
        visibility: hidden;
    }

.searchContOuter .ms-srch-sb-searchLink:before {
    content: "\e003";
    font-family: "Glyphicons Halflings";
    line-height: 1;
    display: inline-block;
    color: white;
    margin: 6px 0px 0px 0px;
    font-size: 1.80em;
}

.searchContOuter .ms-srch-sb-searchLink:hover, .searchContOuter .ms-srch-sb-searchLink:active {
    background: transparent;
}

.searchContOuter .search-container {
    position: absolute;
    top: 105px;
}

.search-container.active {
    background: #1891c5;
    padding: 25px;
    -webkit-box-shadow: 14px 11px 34px -6px rgba(0,0,0,0.87);
    -moz-box-shadow: 14px 11px 34px -6px rgba(0,0,0,0.87);
    box-shadow: 14px 11px 34px -6px rgba(0,0,0,0.87);
    overflow: inherit;
    border: 0;
}

.searchContOuter .close {
    font-size: 1.5em;
    opacity: 1;
    margin-top: -68px;
    color: #fff;
}

.searchContOuter .search-box-inner-page {
    width: 50%;
    margin: auto;
}

.iconSearch {
    font-size: 1.5em;
    color: #fff;
    cursor: pointer
}

.nav-item:hover::after, .nav-item:focus::after {
    background-color: transparent;
}

.top-level-nav {
    float: left;
    width: auto;
    min-height: auto;
}

    .top-level-nav .nav-item {
        margin-top: 2px;
        margin-right: 10px;
    }
/*navigation Search*/

/*Search*/
/*Inner Search*/
.layout-searchResult .doctype-dropdown {
    color: #000;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1em;
    margin-top: 0px;
    padding: 10px 15px;
    font-weight: 600;
    outline: none;
}

    .layout-searchResult .doctype-dropdown option {
        background: #fff;
        color: #4f4f4f;
        font-size: 1.1em;
        font-weight: 600;
        /*box-shadow: inset 20px 20px #f00;*/
    }

.layout-searchResult select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent url("../images/arrowDown.png") no-repeat 164px;
    border: 1px solid #ababab;
}

    .layout-searchResult select::-ms-expand {
        display: none;
    }

.layout-searchResult .doctype-dropdown option:hover {
    color: #4f4f4f;
    background: #bfdfff;
    /*box-shadow: inset 20px 20px #00f;*/
}

.layout-searchResult .doctype-dropdown:focus {
    border: 1px solid #ababab;
}

.layout-searchResult .search-box {
    position: relative;
}

.layout-searchResult .select-subsite-container {
    width: 86%;
    position: relative;
}


.layout-searchResult .select-subsite-arrow {
    position: absolute;
    top: -29px;
    right: 14px;
    z-index: 9;
    ;
}

.layout-searchResult .subsites-dropdown {
    display: none;
}

.layout-searchResult .search-button {
    font-size: 1.80em;
    color: #666666;
    margin: 6px 0 0 12px;
    cursor: pointer;
}

.layout-searchResult .search-input {
    font-size: 1.11em;
    color: #868686;
    height: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    background: #fff;
    padding: 10px 15px;
    width: 86%;
    float: left;
}

.layout-searchResult .select-subsite-options {
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.layout-searchResult .select-subsite-container ul {
    margin: 0;
    padding: 0;
    border: 1px solid #b9b9c8;
    border-top: 0;
}

    .layout-searchResult .select-subsite-container ul li {
        list-style-type: none;
        font-size: 1.1em;
        font-weight: 600;
    }

        .layout-searchResult .select-subsite-container ul li a {
            padding: 10px 20px;
            color: #4f4f4f;
            display: block;
            text-decoration: none;
        }

            .layout-searchResult .select-subsite-container ul li a:hover {
                background: #bfdfff;
            }

.layout-searchResult .search-box-inner-page {
    border-bottom: 1px solid #ccc;
    padding-bottom: 17px;
}

.layout-searchResult .subsites-dropdown li a.active {
    background: #f4f4f4;
}

/*Inner Search*/


/*search Result*/

.layout-searchResult {
    /*padding-top: 20px;*/
    padding-top: 0;
}

    .layout-searchResult .main-content {
        padding-top: 0px !important;
    }

.ms-srch-result #ResultFooter {
    display: none;
}

.layout-searchResult .ms-srch-hover-outerContainer {
    left: auto !important;
    right: 0px;
    top: 0 !important;
    z-index: 100;
}

.layout-searchResult .ms-srch-item {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: visible;
    position: relative;
}

.layout-searchResult h3.ms-srch-ellipsis {
    font-size: 1em;
    margin: 0px;
}

.layout-searchResult .ms-srch-item-path {
    color: #b0b1b6;
}

.layout-searchResult .ms-srch-item:hover, .layout-searchResult .ms-srch-resultHover:hover, .layout-searchResult .edisc-SearchResultItemContainer:hover {
    background-color: #f1f1f1;
}

.layout-searchResult .ms-srch-item {
    border-bottom: 1px solid #e4e4e4;
}

.layout-searchResult .ms-srch-hover-arrowBorder, .layout-searchResult .ms-srch-hover-arrow {
    top: 30px !important;
}

.layout-searchResult .ms-ref-refinername {
    width: 100% !important;
}

    .layout-searchResult .ms-ref-refinername:link, .layout-searchResult .ms-ref-refinername:visited {
        font-weight: bold;
    }

.layout-searchResult .ms-ref-uparrow {
    display: inline-block;
}

.layout-searchResult .ms-ref-refiner {
    border-bottom: 0px solid #e4e4e4;
    margin-bottom: 15px;
}

    .layout-searchResult .ms-ref-refiner #Container {
        border-bottom: 1px solid #e4e4e4;
    }

.layout-searchResult .ms-ref-unsel-toggle.ms-commandLink {
    width: 100%;
    height: 100%;
    background: #e4e4e4;
    text-align: center;
    font-weight: bold;
    color: #b0b1b5;
    margin-top: 15px;
}

.layout-searchResult .ms-srch-result {
    margin-top: 0px;
}


/*search Result*/


/*Program*/
.programContainer {
    background: #6d6f69;
    padding: 25px 0;
    -webkit-box-shadow: 0px 24px 27px -8px rgba(53,53,38,0.5);
    -moz-box-shadow: 0px 24px 27px -8px rgba(53,53,38,0.5);
    box-shadow: 0px 24px 27px -8px rgba(53,53,38,0.5);
    margin-bottom: 40px;
}

.programOuter {
    width: 100%;
    margin: auto;
    text-align: center;
}



.programCol {
    /*float: left;*/
    display: inline-block;
    margin-right: 98px
}

    .programCol:last-of-type {
        margin-right: 0px;
    }

    .programCol a {
        color: #fff;
        font-size: 1.22em;
        text-align: center;
        display: block;
        font-weight: 600;
    }

        .programCol a:hover {
            color: #ff9d1e;
        }

    .programCol .icon1 {
        background: url(../images/icon1.png) no-repeat;
        width: 100px;
        height: 94px;
        display: block;
        margin-bottom: 15px;
    }

    .programCol a:hover .icon1 {
        background-position: 0 -95px
    }

    .programCol .icon2 {
        background: url(../images/icon2.png) no-repeat;
        width: 93px;
        height: 93px;
        display: block;
        margin-bottom: 15px;
    }

    .programCol a:hover .icon2 {
        background-position: 0 -94px
    }

    .programCol .icon3 {
        background: url(../images/icon3.png) no-repeat;
        width: 101px;
        height: 94px;
        display: block;
        margin-bottom: 15px;
    }

    .programCol a:hover .icon3 {
        background-position: 0 -95px
    }

    .programCol .icon4 {
        background: url(../images/icon4.png) no-repeat;
        width: 90px;
        height: 93px;
        display: block;
        margin-bottom: 15px;
    }

    .programCol a:hover .icon4 {
        background-position: 0 -94px
    }

    .programCol .icon5 {
        background: url(../images/icon5.png) no-repeat;
        width: 92px;
        height: 92px;
        display: block;
        margin-bottom: 15px;
    }

    .programCol a:hover .icon5 {
        background-position: 0 -93px
    }
/*Program*/

/*Bottom Multiple Container*/
.updateContainer h3 {
    /*background: #1891c5;*/
    background: #157ba7;
    font-size: 1.33em;
    color: #fff;
    margin: 0;
    line-height: 28px;
    padding: 10px 0;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

.updateDesc {
    min-height: 341px;
    background: #ededed;
    padding: 15px;
}

    .updateDesc a {
        color: #009ecc;
        font-size: 0.89em;
        line-height: 30px
    }

    .updateDesc p {
        margin: 8px 0;
        font-size: 0.78em;
        height: 56px;
    }

        .updateDesc p a {
            color: #333;
            font-size: inherit;
            line-height: 1px;
            text-decoration: underline
        }

    .updateDesc .imgResolution {
        width: 100%;
        max-width: 360px !important;
        display: block !important;
        height: 180px !important;
    }

    .updateDesc .btn {
        font-size: 1.11em;
        color: #000;
        margin-top: 15px;
    }

        .updateDesc .btn:hover {
            background: #0073A3;
            color: #fff;
        }

    .updateDesc .carousel-control .glyphicon-chevron-left {
        left: 10px;
        top: 93px;
        margin-left: 0;
    }

    .updateDesc .carousel-control .glyphicon-chevron-right {
        margin-right: 0;
        right: 10px;
        top: 93px;
    }

.resourceLnkRep {
    height: 341px;
    background: #ededed;
    padding: 15px;
    overflow-y: auto;
}

    .resourceLnkRep a {
        display: block;
        color: #009ecc;
        font-size: 0.89em;
        line-height: 20px;
        background: url(../images/iconArrow.png) 0 4px no-repeat;
        margin: 12px 0;
        padding: 0 0 0 24px;
    }

.upcomingContainer h3 {
    background: #5e5e5e;
    font-size: 1.33em;
    color: #fff;
    margin: 0;
    line-height: 28px;
    padding: 10px 0;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

.upcomingDesc {
    min-height: 341px;
    background: #ededed;
    padding: 15px;
}

.spotLightContainer h3 {
    /*background: #d96d00;*/
    background: #f3852a;
    font-size: 1.33em;
    color: #fff;
    margin: 0;
    line-height: 28px;
    padding: 10px 0;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

.spotLightContainer h4 {
    background: #555555;
    font-size: 1em;
    color: #fff;
    margin: 0;
    line-height: 28px;
    padding: 10px 0;
    text-align: center;
    border-top: 2px solid #fff;
}

    .spotLightContainer h4 a {
        color: #fff;
    }

.spotDesc {
    height: 290px;
    overflow: hidden;
}

    .spotDesc img {
        width: 100%; /*max-width: 370px;*/
        display: block;
        height: auto;
    }

.grayBox {
    /* background-color: #e3e8e9;
    padding: 25px;*/
    background: #ededed;
    padding: 15px;
}

.grayBoxMinHeight {
    height: 341px;
}


.meeting {
    text-align: left;
    background-color: #fff;
    padding: 8px;
    height: 76px;
    overflow: hidden;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.meeting .eventHeader {
    font-size: 1.67em;
    font-weight: 600;
    color: #00344a;
    margin: 0px 10px 0px 0px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}

    .meeting .eventHeader span {
        font-size: 0.78em;
        color: #00344a;
        font-weight: 600;
        margin-bottom: 8px;
        display: inline-block;
    }


.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

    .media-body a:hover {
        text-decoration: none;
    }

.media {
    margin-top: 11px;
}

    .media:first-child {
        margin-top: 0;
    }

.meeting .eventInnerTitle {
    color: #306daa;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 5px;
    font-size: 1em;
}

.meeting p {
    font-size: 0.78em;
    color: #606060;
    margin: 0 !important;
}


.upcomingContainer .btn {
    font-size: 1.11em;
    color: #000;
    margin-top: 15px;
}

    .upcomingContainer .btn:hover {
        background: #0073A3;
        color: #fff;
    }

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-control {
    width: 1px;
}

.updateDirectoriesContainer .carousel-control .glyphicon-chevron-left, .updateDirectoriesContainer .carousel-control .glyphicon-chevron-right {
    top: 50%;
}

.updateDirectoriesContainer .carousel-control .glyphicon-chevron-left {
    left: 0px;
}

.updateDirectoriesContainer .carousel-control .glyphicon-chevron-right {
    right: 0px;
}



.carousel-control {
    opacity: 1;
}

/*Bottom Multiple Container*/

/*inner page*/
.bannerContainer {
    margin-bottom: 40px
}

.homeBannerContainer {
    padding: 30px;
    -webkit-box-shadow: 14px 11px 34px -6px rgba(0,0,0,0.87);
    -moz-box-shadow: 14px 11px 34px -6px rgba(0,0,0,0.87);
    box-shadow: 14px 11px 34px -6px rgba(0,0,0,0.87);
    background: #515151;
}

    .homeBannerContainer h2 {
        font-size: 2.5em;
        color: #fff;
        margin: 0px 0 7px 0;
        line-height: 54px;
    }

    .homeBannerContainer h3 {
        font-size: 1.5em;
        color: #fff;
        margin: 0;
    }

    .homeBannerContainer .imgResize {
        width: 113px;
        height: auto;
    }

.updateDirectoriesContainer {
    margin-bottom: 40px
}

    .updateDirectoriesContainer .updateContainer h3 {
        background: #1891c5;
        font-size: 1.33em;
        color: #fff;
        margin: 0;
        line-height: 28px;
        padding: 10px 0 10px 30px;
        text-align: left;
        font-weight: 600;
        border-bottom: 1px solid #fff;
    }

    .updateDirectoriesContainer .updateDesc {
        min-height: 290px;
        background: #ededed;
        padding: 25px;
    }

    .updateDirectoriesContainer .carousel-control {
        color: #1891c5;
    }

    .updateDirectoriesContainer .upcomingContainer h3 {
        background: #5e5e5e;
        font-size: 1.33em;
        color: #fff;
        margin: 0;
        line-height: 28px;
        padding: 10px 0;
        text-align: center;
        font-weight: 600;
        border-bottom: 1px solid #fff;
    }

    .updateDirectoriesContainer .upcomingDesc {
        height: 290px;
        background: #ededed;
        padding: 15px;
        overflow-y: auto;
        min-height: 0;
    }

        .updateDirectoriesContainer .upcomingDesc a {
            display: block;
            color: #009ecc;
            font-size: 0.89em;
            line-height: 20px;
            background: url(../images/iconArrow.png) 0 4px no-repeat;
            margin: 12px 0;
            padding: 0 0 0 24px;
        }


.repeatContainer {
    /*background: #fcfcfc;*/
    overflow: hidden;
    width: 90%;
    margin: auto;
    height: 182px;
}

    .repeatContainer .title {
    }

        .repeatContainer .title a {
            color: #009ecc;
            text-decoration: underline;
            font-size: 1.2em;
            font-weight: 600;
            line-height: normal;
        }

    .repeatContainer .desc {
        font-size: 1em;
        /*height: 110px;*/
        padding-top: 7px
    }

        .repeatContainer .desc p {
            font-size: 1em !important;
            height: 110px !important;
            padding-top: 7px;
            margin: 0;
            padding-top: 0px
        }

    .repeatContainer .btn {
        font-size: 1.11em;
        color: #000;
        margin-top: 15px;
    }

        .repeatContainer .btn:hover {
            background: #0073A3;
            color: #fff;
        }
/*inner page*/


/*footer*/
.global-footer {
    background: #666666;
    margin-top: 40px;
}

.firstCol {
    margin: 16px 0;
}

    .firstCol .linkimg2 {
        margin-top: 10px;
    }

.footerLinks {
    margin-top: 6px;
    color: #fff;
    font-size: 1.33em;
    line-height: 32px;
}

.global-footer .copyright {
    background: #333333;
    color: #fff;
    padding: 5px 0
}

.copyTxt {
    font-size: 0.78em;
    color: #fff;
}

.socialIcons {
    text-align: center
}

    .socialIcons a {
        margin-right: 10px;
    }

        .socialIcons a:not(.btn):hover {
            color: #ffbf00;
            text-decoration: none;
        }

.footerRightSide {
    font-size: 0.78em;
    color: #fff;
    text-align: right
}

    .footerRightSide a {
        color: #fff;
    }

        .footerRightSide a:not(.btn):hover {
            color: #ffbf00;
            text-decoration: none;
        }


.footerLinkBox {
    margin-bottom: 10px;
    background: #f8f8f8;
    padding: 0 0 0 5px;
}

.footerLnkboxImg {
    float: left;
    width: 30%;
    height: 70px;
    background: #f8f8f8;
}

    .footerLnkboxImg img {
        height: 60px;
    }

.footerLnkboxTxt {
    float: right;
    min-height: 70px;
    padding-left: 5px;
    padding-top: 5px;
    background: #f8f8f8 url(../images/footerImgBG.png) top right no-repeat;
    background-size: cover;
    width: 68%;
}

    .footerLnkboxTxt .text1 {
        font-size: 0.67em;
        color: #000000;
        display: block;
        font-weight: 600;
    }

    .footerLnkboxTxt .text2 {
        font-size: 1.11em;
        color: #000000;
        display: block;
        font-weight: 600;
    }

    .footerLnkboxTxt .link a {
        font-size: 0.67em;
        color: #006dd9;
        font-weight: 600;
    }

.thirdCol .customImgRes img {
    width: 100%;
    max-width: 430px;
    display: block;
    height: auto;
}

/*footer*/




/* Large Devices, Wide Screens */
@media only screen and (min-width : 1280px) {
    .container {
        width: 1270px;
    }
}

@media only screen and (max-width : 1200px) {
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .searchFormContainer {
        width: 90%;
    }

    .global-header.fixed {
        width: 100% !important
    }

    .updateDirectoriesContainer {
        margin-bottom: 40px;
    }
}
/* Medium Devices, Desktops */
@media (min-width: 768px) and (max-width:991px) {
    .programCol {
        margin-right: 55px;
    }

    .providerHeader h3 {
        font-size: 1.4em;
        margin-top: 14px;
    }

    .top-level-nav .nav-item {
        /*margin-top: 9px;*/
        margin-left: 0;
    }

    .branding .header-organization-banner {
        line-height: 0;
        padding-right: 0;
        margin-top: 8px;
    }

    .providerNavigation .ms-core-listMenu-horizontalBox li ul li {
        margin-right: -11px;
    }

    .providerNavigation .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
        /*padding-left: 14px;*/
    }

    .global-header.fixed {
        width: 100% !important;
    }

    .searchFormContainer {
        width: 90%
    }

    .searchHeader {
        font-size: 2em;
        line-height: 40px;
    }

    /*.searchFormContainer .select-subsite-options {
        width: 81.8%;
    }*/
    .searchContOuter .search-box-inner-page {
        width: 80%;
    }

    .updateContainer h3 {
        font-size: 1em;
    }

    .upcomingContainer h3 {
        font-size: 1em;
    }

    .spotLightContainer h3 {
        font-size: 1em;
    }

    .homeBannerContainer h2 {
        font-size: 1.8em;
        color: #fff;
        margin: 0px 0 7px 20px;
        line-height: 30px;
    }

    .homeBannerContainer h3 {
        font-size: 1.2em;
        color: #fff;
        margin: 0 0 0 20px;
    }

    .updateContainer {
        margin-bottom: 20px;
    }

    .upcomingContainer {
        margin-bottom: 20px;
    }

    .spotDesc img {
        margin: auto;
        width: auto;
    }

    .updateDesc {
        min-height: auto;
    }

        .updateDesc .imgResolution {
            height: auto !important;
            margin: auto;
        }

    .grayBoxMinHeight {
        height: auto;
    }

    .updateDirectoriesContainer .upcomingDesc {
        height: auto;
    }

    .repeatContainer .desc {
        height: auto;
    }

    .updateDirectoriesContainer .updateDesc {
        min-height: auto;
    }

    .updateDirectoriesContainer {
        margin-bottom: 0
    }

    .searchContOuter .close {
        margin-top: -57px;
    }

    .search-container.active {
        padding: 15px;
    }

    .searchContOuter .search-container {
        top: 71px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .providerNavigation ul.dynamic .ms-core-listMenu-item {
        text-align: left;
    }

    .branding .header-organization-banner {
        position: inherit;
    }

    .top-level-nav {
        float: none;
    }

        .top-level-nav .nav-item {
            margin-left: 0px;
            margin-top: 15px;
        }

    .branding {
        height: auto !important;
    }

    .providerHeader h1 {
        margin: 0 0 10px 0
    }

    .branding .navbar-default {
        background: transparent;
    }

        .branding .navbar-default .navbar-toggle {
            background: #fff;
            border: 1px solid #178bb7;
            margin-top: 15px;
            margin-right: 0;
        }

    .main-content {
        padding: 0 !important;
    }

    #s4-titlerow {
        display: none !important;
    }

    .branding .header-organization-banner {
        line-height: 52px;
        padding-right: 0;
        margin-top: 13px;
    }

        .branding .header-organization-banner img {
            /*width: 275px;*/
        }

    .providerNavigation .container {
        padding-left: 0;
        padding-right: 0;
    }

    .providerNavigation .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .providerNavigation .ms-core-listMenu-horizontalBox {
        width: 100%;
        text-align: left;
    }

        .providerNavigation .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
            margin-right: 0;
        }

    .providerNavigation {
        border-top: 0px;
    }

    .searchHeader {
        font-size: 1.78em;
        line-height: 35px;
        padding-top: 12px;
    }

    .programOuter {
        width: auto;
    }

    .programCol {
        float: none;
        margin-right: 0;
        display: block;
        margin-bottom: 16px;
    }

        .programCol .icon1, .programCol .icon2, .programCol .icon3, .programCol .icon4, .programCol .icon5 {
            margin-left: auto;
            margin-right: auto;
        }

    .logoutSection {
        text-align: left;
    }

        .logoutSection a {
            color: #fff;
            font-size: 1.11em;
            font-weight: 600;
            padding: 1px 20px 3px 20px;
            line-height: 24px;
            display: block;
        }

            .logoutSection a:hover {
                color: #fff;
                background: #ffbf00;
            }

    .searchFormContainer {
        width: auto;
        padding: 0 0 22px 0;
    }

        .searchFormContainer .doctype-dropdown {
            padding-left: 21px;
            width: 84%;
        }

        .searchFormContainer .search-input {
            width: 84%;
        }

        .searchFormContainer .select-subsite-arrow {
            right: 24px
        }

        .searchFormContainer .select-subsite-options {
            width: 100%;
        }

    .search-container.active {
        padding: 0 0 22px 0;
    }

    .searchContOuter .search-box-inner-page {
        width: auto;
    }

    .searchContOuter .doctype-dropdown {
        padding: 10px 10px 10px 19px;
        width: 87%;
    }

    .searchContOuter .close {
        margin-top: 0px;
        position: absolute;
        right: 10px;
        top: 6px;
    }

    .providerNavigation .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
        padding-left: 17px;
    }

    .searchContOuter .select-subsite-options {
        width: 100%
    }

    .providerNavigation .ms-core-listMenu-horizontalBox li ul li {
        margin-right: 0;
    }

    .updateContainer, .upcomingContainer {
        margin-bottom: 15px;
    }

    .updateDesc {
        min-height: inherit;
    }

    .grayBoxMinHeight {
        height: inherit;
    }

    .updateDesc .carousel-control {
        color: #fff;
    }

    .searchContOuter .search-container {
        top: 115px;
    }

    .updateDirectoriesContainer .upcomingDesc {
        height: auto;
    }

    .homeBannerContainer h2 {
        font-size: 1.5em;
        margin: 10px 0 7px 0;
        line-height: 29px;
        text-align: center;
    }

    .homeBannerContainer h3 {
        font-size: 1em;
        text-align: center;
    }

    .updateDirectoriesContainer .updateContainer h3 {
        text-align: center;
        padding-left: 0;
    }

    .copyTxt {
        text-align: center;
    }

    .ms-srch-item-path {
        width: 100% !important;
    }

    .LeftDivider {
        border-left: 0px solid #ccc;
    }

    .layout-searchResult .doctype-dropdown {
        margin-bottom: 10px
    }

    .layout-searchResult .search-input {
        width: 83%;
    }

    .layout-searchResult .select-subsite-arrow {
        right: 23%;
    }

    .repeatContainer .desc {
        height: auto;
    }

    .repeatContainer {
        height: auto;
    }

    .updateDirectoriesContainer {
        margin-bottom: 0
    }

    .height254 {
        height: auto;
    }

    .spotDesc img {
        width: auto;
        display: block;
        height: auto;
    }

    .searchFormContainer .select-subsite-container {
        width: 84%;
    }

    .providerNavigation .dynamic-children.hover ul.dynamic {
        width: 100% !important;
        left: 0 !important;
    }

    .providerNavigation ul.dynamic .ms-core-listMenu-item {
        padding: 4px 10px 4px 20px !important;
    }


    .searchFormContainer .select-subsite-container ul li a {
        padding: 10px 14px;
    }

    .searchFormContainer select {
        background-position: 252px;
    }

    .searchContOuter select {
        background-position: 267px;
    }
}

@media only screen and (min-width : 769px) {
    .fixed.compact .header-organization-banner a {
        margin-top: 0;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .global-header.fixed {
        width: calc(100% - 17px);
    }
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}


.LeftDivider {
    border-left: 1px solid #ccc;
}

.titleInnerPage {
    color: #137eac;
    font-size: 2.78em;
    font-weight: bold;
    padding: 10px 0 26px 0;
}

.height254 {
    height: 254px;
}

.ms-webpart-zone, .ms-webpart-chrome-vertical, .ms-webpart-cell-vertical {
    display: block;
}

div.ms-srch-hover-action > a[clicktype='ActionEdit'] {
    display: none;
}

div.ms-srch-hover-action > a[id*='_hoverFollow'] {
    display: none;
}

div.ms-srch-hover-action > a[clicktype='ActionViewDupes'] {
    display: none;
}

div.ms-srch-hover-action > a[clicktype='ActionViewLibrary'] {
    display: none;
}

.ms-srch-item-path {
    display: none !important;
}

.overflowY {
    overflow-y: auto;
}

.pageTitle {
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 15px;
    color: #5e5e5e;
    border-bottom: 1px solid #d5e5e5;
    padding-bottom: 20px;
}

.itemsRepeat {
}

    .itemsRepeat h3 {
        color: #009ecc;
        font-size: 1.33em;
        font-weight: 600;
    }

        .itemsRepeat h3 a {
            color: #009ecc;
        }

.itemDate {
    font-size: 0.89em;
    color: #595959;
}

.itemDesc {
    font-size: 1em;
    color: #555555;
}

.itemMore a {
    color: #009ecc;
}

.backBtn {
    background: #fff;
    font-size: 1.11em;
    color: #000;
    padding: 6px 12px;
    border-radius: 4px;
    margin-right: 5px;
    border: 1px solid #ccc;
}

    .backBtn:visited {
        color: #000;
    }

    .backBtn:hover {
        color: #fff;
        background: #0073A3;
        text-decoration: none;
    }

.backTop {
    color: #009ecc;
}

    .backTop:visited {
        color: #009ecc;
    }


.detailDescContainer {
}

.detailDate {
    font-size: 0.89em;
    color: #595959;
    margin-bottom: 4px;
}

.detailDesc {
    font-size: 1em;
    color: #555555;
    margin-bottom: 25px;
}

    .detailDesc a {
        color: #009ecc;
    }

.descButton .backBtn {
    background: #fff;
    font-size: 1.11em;
    color: #000;
    padding: 6px 12px;
    border-radius: 4px;
    margin-right: 5px;
    border: 1px solid #ccc;
}

    .descButton .backBtn:visited {
        color: #000;
    }

    .descButton .backBtn:hover {
        color: #fff;
        background: #0073A3;
        text-decoration: none;
    }

.desktopPaddingLeftRight0 {
    padding-left: 0;
    padding-right: 0
}

.ms-dlgTitleText {
    color: #fff;
}

.media-month {
    font-size: 1.67em;
}

.media-date {
    font-size: 2.78em !important;
    text-align: center;
    margin-left: 10px;
    margin-right: 20px;
    color: #042e41;
    font-weight: 600;
    line-height: 40px;
}

.meeting-box {
    border: 1px solid #d3e5e8;
    padding: 10px;
    background-color: white;
}

    .meeting-box h3 {
        margin-top: 10px !important;
        font-weight: 600;
        font-size: 1.33em;
        color: #009ecc;
    }

.media-date span {
    font-size: 1.56em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.8;
}

.form_date.input-group {
    display: table !important;
}

.commonBtn {
    background: #fff !important;
    font-size: 1.11em !important;
    color: #000 !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    margin-right: 5px !important;
    border: 1px solid #ccc !important;
    margin-bottom: 20px;
}

    .commonBtn:visited {
        color: #000 !important;
    }

    .commonBtn:hover {
        color: #fff !important;
        background: #0073A3 !important;
        text-decoration: none !important;
    }

#DepartmentNewsContainer .carousel-inner > .item {
    height: 181px;
}

.carousel {
    display: block !important
}

.ms-ToolPaneOuter {
    margin-top: 63px;
}

.ms-promlink-button {
    width: 18px;
    height: 18px;
    padding: 0 0 0px 0;
    margin-top: 3px;
}

.ms-InlineSearch-DivBaseline-NoView .ms-InlineSearch-Outline-Baseline {
    width: 225px;
}

.ms-InlineSearch-Outline-Baseline {
    padding: 0px 0px 5px 6px;
    height: auto;
}

.ms-bottompaging {
    margin: auto;
}

#eventsContainer {
    height: 252px;
}

.itemButton {
    margin-top: 20px;
}

#DeltaPageStatusBar {
    padding-top: 45px;
}

.errorMsg {
    padding: 15px;
    clear: both;
}



/*===========Custom font face css start from here====================*/

.ms-rteFontFace-custom {
    -ms-name: "Source Sans Pro";
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: normal;
    background: #fff;
}

/*===========Custom font face related css end here====================*/


/*===========Custom style related css start from here====================*/

/*====below styles for headings=====*/


/* .ms-rteStyle-CharacterSpacing {
    -ms-name: "character spacing .75";
    letter-spacing: -.75px;
    color: inherit;
}

.ms-rteStyle-lineheight1 {
    -ms-name: "lineheight-1";
    line-height: 1;
    display: block;
}

.ms-rteStyle-lineheight2 {
    -ms-name: "lineheight-1.15";
    line-height: 1.15;
    display: block;
}

.ms-rteStyle-Uppercase {
    -ms-name: "Text Uppercase";
    text-transform: uppercase;
}

.ms-rteStyle-Lowercase {
    -ms-name: "Text Lowercase";
    text-transform: lowercase;
}

.ms-rteStyle-Capitalize {
    -ms-name: "Text Capitalize";
    text-transform: capitalize;
}

.ms-rteStyle-SmallCaps {
    -ms-name: "Smallcaps";
    font-variant: small-caps;
}


.ms-rteStyle-SmallCaps-L1 {
    -ms-name: "Smallcaps L-1";
    font-variant: small-caps;
    line-height: 1;
    display: block;
}

.ms-rteStyle-SmallCaps-L2 {
    -ms-name: "Smallcaps L-1.15";
    font-variant: small-caps;
    line-height: 1.15;
    display: block;
} */


/*======Upper Case +1.0(Line Spacing)+.75(Inter Character spacing)=====*/

/* .ms-rteStyle-Uppercase-L-1-Ch-Sp-075 {
    -ms-name: "U-Case L-1 CS-.75";
    text-transform: uppercase;
    letter-spacing: -.75px;
    line-height: 1;
    display: block;
} */

/*======Upper Case +1.15(Line Spacing)+.75(Inter Character spacing) =====*/



/* .ms-rteStyle-Uppercase-L-2-Ch-Sp-075 {
    -ms-name: "U-Case L-1.15 CS-.75";
    text-transform: uppercase;
    letter-spacing: -.75px;
    line-height: 1.15;
    display: block;
} */


/*======Lower Case + 1.0(Line Spacing)+.75(Inter Character spacing) =====*/

/* .ms-rteStyle-Lowercase-L-1-Ch-Sp-075 {
    -ms-name: "L-Case L-1 CS-.75";
    text-transform: lowercase;
    letter-spacing: -.75px;
    line-height: 1;
    display: block;
} */


/*======Lower Case +1.15(Line Spacing)+.75(Inter Character spacing) =====*/

/* .ms-rteStyle-Lowercase-L-2-Ch-Sp-075 {
    -ms-name: "L-Case L-1.15 CS-.75";
    text-transform: lowercase;
    letter-spacing: -.75px;
    line-height: 1.15;
    display: block;
} */



/*======Capitalized +1.0(Line Spacing)+.75(Inter Character spacing) =====*/


/* .ms-rteStyle-Capitalize-L-1-Ch-Sp-075 {
    -ms-name: "Cap L-1 CS-.75";
    text-transform: capitalize;
    letter-spacing: -.75px;
    line-height: 1;
    display: block;
} */

/*======Capitalized +1.15(Line Spacing)+.75(Inter Character spacing) =====*/

/* .ms-rteStyle-Capitalize-L-2-Ch-Sp-075 {
    -ms-name: "Cap L-1.15 CS-.75";
    text-transform: capitalize;
    letter-spacing: -.75px;
    line-height: 1.15;
    display: block;
} */

/*======Small Caps+1.0(Line Spacing)+.75(Inter Character spacing) =====*/


/* .ms-rteStyle-SmallCaps-L-1-Ch-Sp-075 {
    -ms-name: "Smallcaps L-1 CS-.75";
    font-variant: small-caps;
    letter-spacing: -.75px;
    line-height: 1;
    display: block;
} */

/*======Small Caps+1.15(Line Spacing)+.75(Inter Character spacing) =====*/


/* .ms-rteStyle-SmallCaps-L-2-Ch-Sp-075 {
    -ms-name: "Smallcaps L-1.15 CS-.75";
    font-variant: small-caps;
    letter-spacing: -.75px;
    line-height: 1.15;
    display: block;
}





.ms-rtestate-field p, p.ms-rteElement-P {
    line-height: 1.4;
} */



/*===========Custom style related css end here====================*/

