* {
    margin: 0;
    padding: 0;
}


  strong , b {
    font-weight: bold;
    letter-spacing: 1.5;
  }

  html , body {
    font-family: 'Open Sans', sans-serif;
      overflow-x:hidden;
  }


/******* DNN Styles ********/

.DNNEmptyPane {
    width: auto;
}

.main-bg {
    background-image: url(/Portals/82/Images/Court-house.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.LoginWrap {
    width: 100%;
    height: 100%;
    background: url(img/dot-bg.png);
}

.login {
    margin: 0 auto;
    width: 300px;
    position: relative;
    top: 10%;
    background-color: #fff;
    box-shadow: 0px 0px 50px rgb(0, 0, 0);
    padding: 5em;
    border-radius: 10px;
}

.LoginLogo {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding-bottom: 5em;
}

.LoginLogo img {
    width: 100%
}


/*.LoginWrap .login .DnnModule {height:142px;}*/

.LoginWrap .login .DnnModule .DNNContainer_noTitle div[id*=ContentPane] .DNNModuleContent div[id*=Login_UP] .dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem:nth-child(3),
.LoginWrap .login .DnnModule .DNNContainer_noTitle div[id*=ContentPane] .DNNModuleContent div[id*=Login_UP] .dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem:nth-child(5),
.dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem .dnnLabel,
.dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem .dnnFormLabel,
.dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem a[id*=Login_Login_DNN_cancelLink] {
    display: none;
}

.dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem a[id*=Login_Login_DNN_cmdLogin] {
    box-shadow: none;
    text-shadow: none;
    width: 96%;
    border: none;
    padding: 16px 6px;
    background: #0067af;
}

.LoginWrap .login .DnnModule .DNNContainer_noTitle div[id*=ContentPane] .DNNModuleContent div[id*=Login_UP] .dnnFormMessage {
    background-color: rgb(255, 0, 0);
    border-color: rgb(255, 0, 0);
    color: #fff;
}

.LoginWrap .login .DnnModule .DNNContainer_noTitle div[id*=ContentPane] .DNNModuleContent div[id*=Login_UP] .dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem .dnnLabel {
    color: #fff;
}

.LoginWrap .login .DnnModule .DNNContainer_noTitle div[id*=ContentPane] .DNNModuleContent div[id*=Login_UP] .dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem input[type="text"],
.LoginWrap .login .DnnModule .DNNContainer_noTitle div[id*=ContentPane] .DNNModuleContent div[id*=Login_UP] .dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel div[id*=Login_DNN] .dnnForm .dnnFormItem input[type="password"] {
    width: 100%;
    min-width: none;
    max-width: none;
    border: 1px solid #c9c9c9;
    box-shadow: none;
    padding: 1em;
}

.LoginWrap .login .DnnModule .DNNContainer_noTitle div[id*=ContentPane] .DNNModuleContent div[id*=Login_UP] .dnnLogin div[id*=Login_pnlLogin] .loginContent .LoginPanel {
    width: auto;
    padding-right: 0px;
    float: inherit;
}


/***************************/


/******************************-----PageContent -----******************************************/

body {
    margin: 0px;
    background-color: #fff;
    position: relative;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;    
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
}

ul {
    margin-left: 2em;
}

ul li {
    list-style: disc;
}

p {
    font-size: 20px;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 { 
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
}

h1 {
    font-weight: 700;
    font-size: 48px;
}

h2 {
    font-size: 2.7rem;
    color: #D7A027;
    margin: 0.83em 0;
    font-weight: 700;
}

h3 {
    font-size: 1.5rem;
    color: #003366;
    font-weight: 700;
}

h4 {
    font-size: 1.4rem;
    color: #D7A027;
    margin: 1.33em 0;
    font-weight: 700;
}

h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.center {
    margin: 0 auto;
    max-width: 1300px;
}

.generalIframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    position: relative;
}

blockquote {
    border-left: 0;
    color: #D7A027;
    font-weight: 600;
    font-size: 1.2em;
    line-height: normal;
}

.otherBtn, .otherBtn:visited {
    border: 1px solid #d7a027;
    font-size: 16px;
    display: inline-block;
    width: 15%;
    text-align: center;
    color: #000;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
    border-radius: 5px;
    padding: 15px 20px;
}

.otherBtn:hover {
    background-color: #d7a027;
}


/***** Header Section *****/
nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 15%);
    z-index: 100;
    position: relative;
}

.nav-Wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
}

.moLabel {
    display: none;
    flex: 10%;    
    align-self: center;
    text-align: right;
    position: relative;
    right: 1.5em;
}

nav .menu-icon {
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    line-height: 70px;
    position: absolute;
    right: 25px;
    top: 2em;
    z-index: 10;
    display: none;
}

nav input[type="checkbox"]{
    display: none;
}

.NavTopWrap {
    height: 40px;
    background-color: #555555;
}

.NavTop {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.NavTopRight {
    display: flex;
    grid-gap: 15px;
    flex-wrap: wrap;
}

.NavBottomWrap {
    /*height: 110px;*/
    position: relative;
}

.NavBottom {
    position: relative;
    /*display: flex;*/
    margin: 0 auto;
    /*padding: 10px 20px;*/
    transition: all .3s ease-in-out;
}

.logoWrap {
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    flex: 1;
    position: relative;
    background-color: #0D2152;
    background-image: url(/Portals/hcp1/Blue_Footer_bar.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.Logo {
    flex: 10%;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    /*background-color: #fff;*/
    padding: 20px;
}

.Logo a img {
    width: 100%;
    filter: drop-shadow(2px 2px 3px #000000b3);
}

.logoLinks {
    flex: 20%;    
    align-self: end;
    padding-bottom: 25px;
}

.logoLinks a i {
    color: #fff;
    font-weight: 300;
}

.logoLinks a {
    color: #c5972d;
    font-family: 'open-sans-condensed';
    font-weight: 600;
    font-size: 25px;
}

.Navtitle {
    padding-left: 10px;
    flex: 70%;
}

.Navtitle h1 {
    /*font-size: 55px;*/
    font-size: 40px;
    line-height: normal;
    color: #c5972d;
    transition: all 0.3s ease-in-out;
    font-family: 'Open Sans';
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.Navtitle h2 {
    font-size: 55px;
    line-height: 35px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-family: 'open-sans-condensed';
    font-weight: 700;
    margin: 0;
}

/*********--End Sub Header Start --**********/


/*********--Nav Links Start --**********/
.moMenu {display: none;}

.menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
    max-width: 100%;
    position: relative;
    margin: 0;
}

.menu > li {
    list-style: none;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
}

.menu > li > a, .menu > li > .deskLabel {
    color: #555555;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
    border-right: solid 2px #D7A027;
    text-transform: uppercase;
    display: block;
    text-align: center;
    /*padding: 10px 17px;*/
}

.menu li:last-child a, .menu li:last-child .deskLabel {
    border-right: 0;
}

.menu > li:hover {
    background: #00395A;
}
.menu > li:hover > a {
    color: #fff;
}

/* Dropdown Menu code start */

.dropdown {
    position: absolute;
    background-color: rgba(30, 30, 30, 0.9);;
    top: 50px;
    /*opacity: 0;
    visibility: hidden;*/
    display: none;
    margin: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
}

.menu > li:hover > .dropdown {
    top: 50px;
    display: grid;
    /*opacity: 1;
    visibility: visible;*/
    transition: all 0.3s ease-in-out;
}


.dropdown > li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    transition: all .3s ease-in-out;
    /*padding: 0 6px;*/
    font-size: 18px;
}

.dropdown > li > a, .dropdown > li > .active {
    display: block;
    line-height: 15px;
    font-weight: 500;
    padding: 20px 20px 15px;
    color: #D7A027;
    transition: all .3s ease-in-out;
}

.dropdown > li > a:hover {
    color: #fff;
}


.dropdown > li:last-child {
    border-bottom: 0;
}

.menu > li > .dropdown > li > a::before {
    visibility: hidden;
}

/* Dropdown Menu code Ends */

.menuDrop {
    /*display: grid;
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));*/
    grid-template-columns: 415px 1fr 1fr;
    grid-gap: 0px 10px;
}

.menuDrop > li {
    list-style: none;
    border-bottom: 0;
}

.menu > li:nth-child(4) >.menuDrop {
    grid-template-columns: 415px 1fr 1fr 1fr;
}

  /* SubDropdown Menu Code Starts here */

.menu > li > .dropdown > li > .subdropdown {
    margin-bottom: 0;
}

.menu > li:nth-child(2) > .menuDrop > li:nth-child(2) > .subdropdown {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 0px 5px;
}

.dropdown > li > .subdropdown > li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 16px;
}

.menu > li > .dropdown > li > .subdropdown > li > a {
    color: #fff;
    padding-left: 20px;
    transition: all .3s ease-in-out;
}

.menu > li > .dropdown > li > .subdropdown > li > a:hover {
    color: #D7A027;
}

  /* Subdropdown Menu code Ends */


/*********-- End Nav Links  --**********/


/**** Top Nav Social Links styles *******/

.navTopSocial a {
    color: #fff;
    position: relative;
    top: -3px;
    padding: 0 5px;
}

/**** Top Nav Social Links styles end  *******/

/**** Goolge language styles *******/

#google_translate_element {
    margin-left: 0;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: -5px;
}

.goog-te-gadget-simple {
    border: none !important;
    padding: 0px !important;
    border-radius: 0 0 5px 5px;
    position: relative;
    background-color: transparent !important;
}

.goog-te-gadget-simple>img {
    display: none;
    top: -20px;
    background-color: #000 !important;
}

.goog-te-gadget {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 11px !important;
    color: #fff !important;
    white-space: nowrap !important;
}

.goog-te-gadget-simple span {
    color: #fff !important;
    border: none!important;
}

/**** End Goolge langue styles *******/


/*********-- Start search bar  --**********/
.dnnSearchBoxPanel, .dnnSearchResultPanel {
    max-width: inherit;
}	 
.dnnSearchResultPanel > .dnnRight > span.dnnSearchResultCountPerPage {
    color: #000;
}
.SearchBoxLeft {
    display: none;
}

.SearchBoxLeft .NormalTextBox {
    padding: 24px;
    font-size: 16px;
    border: none;
}

.SearchBoxLeft .SkinObject {
    height: 67px;
    width: 67px;
    display: block;
    text-align: center;
}

.SearchBoxRight {
    height: 67px;
    width: 67px;
    display: block;
    text-align: center;
    color: #0008d0;
}

.SearchBoxRight i {
    position: relative;
    top: 20px;
}

.SkinObject img {
    display: none;
}

#search .NormalTextBox {
    height: 25px;
    top: -8px;
    position: relative;
    border: 0px;
    padding: 0px 10px;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
}

#search .NormalTextBox::placeholder{color:#fff;}

#search .NormalTextBox:focus {
    outline: none;
}

#search span a.SkinObject::after {
    font-family: FontAwesome;
    content: "\f002";
    margin: 0px 10px;
    color: #fff;
    font-size: 15px;
}

/*#search .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    background: none !important;
}*/

/*#search .searchInputContainer a.dnnSearchBoxClearText {
    margin: 4px 0 7px 0;
}*/

/*#search .searchInputContainer a.dnnSearchBoxClearText.dnnShow::after {    
    font-family: FontAwesome;
    content: "\f057";
    margin-right: 8px;
    color: #fff;
    font-size: 15px;
}*/

/*#search .searchSkinObjectPreview {
    margin-top: 0 !important;
    left: 0!important;
}*/

#search .searchInputContainer a.dnnSearchBoxClearText {
    z-index: 250 !important;
}

#search .searchSkinObjectPreview li {
    color: #666 !important;
    text-align: left !important;
    line-height: normal !important;
    font-size: 16px !important;
    display: inherit !important;
    padding: 6px 12px 6px 22px !important;
}

#search .searchSkinObjectPreview li a {
    color: #000;
}

#search .searchSkinObjectPreview > li p {
    font-size: 14px;
}

#search #dnn_searchBox_ClassicSearch {
    position: relative;
}

#search .searchInputContainer {
    display: inherit;
}

#search #dnn_searchBox_cmdSearch {
    position: absolute;
    right: -7px;
    top: -9px;
}

/*********--End search bar  --**********/


/***** End Header Section *****/

/**********-- Sections and subsections Style --***********/
section {   
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.Section-Content {
    width: 100%;
}

#One {
    height: auto;
    overflow: hidden;
    position: relative;
}

#SubOne ,
#SubTwo,
#SubThree,
#SubFour,
#SubFive {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0px;
}

.Sub-Page-Title {
    padding: 30px 25px;
    position: relative;
    background-color: #D7A027;
}

.Sub-Page-Title h1 {
    font-weight: 700;
    font-size: 35px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 35px;
}


.breadcrumb-wrap {
    display: none;
}

.SubFive {
    display: flex;
    flex-wrap: wrap;
}

#left-col {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

#right-col {
    width: 74%;
    display: inline-block;
}

#left-col2 {
    flex: 70%;
    padding: 0px 10px 0px 20px;
}

#right-col2 {
    flex: 25%;
    padding: 0px 20px 0px 10px;
}

.listColumn{
    columns: 2;
    column-gap: 40px;
}


/**********-- End Sections Style --***********/



/**********-- Facebook Feed Style --***********/
.faceBookContainer {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2em;
}


/***************************Footer Styles Level*************************/
footer {
    background-color: #0D2152;
    background-image: url(/Portals/hcp1/Blue_Footer_bar.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.footerWrap {
    padding: 25px 20px;
}

.footerInner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
    grid-gap: 20px 70px;    
    /*justify-items: center;*/
}

.footerItem {
    color: #fff;
    font-size: 16px;
}

.footerLogo {
    width: 30%;
    margin-left: 35px;
}

.footerLogo img {
    width: 100%;
}

.footerLogo, .footerPrivacyLinks {
    margin-top: 20px;
}

.footerLocation a, .footerPrivacyLinks a, 
.footerSocial a, .footerLinks a {
    color: #fff;
}

.footerLocation span {
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
    color: #c5972d;
}

.footerTitle {
    margin-bottom: 20px;
}

.footerTitle h4 {
    color: #c5972d;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 2px solid #c5972d;
}

.footerItem .footerSocial i {
    font-size: 30px;
}

.footerLinks {
    margin-bottom: 20px;
}

.footerLinks ul {
    margin: 0;
}

.footerLinks ul li {    
    list-style: none;
}

.countyLinks {
    column-count: 2;
}





/***************************End of Footer Styles Level*************************/

/***************************Responsive  Section*************************/

@media screen and (min-width: 1920px) {}

@media screen and (min-width: 1750px) {
    .Logo {
        flex: 5%;
    }
    
    .footerLogo {
        width: 155px;
    }
}

@media screen and (max-width: 1366px) {

    .menu > li > a, .menu > li > .deskLabel {
        font-size: 14px;
    }
}

@media screen and (max-width: 1340px) {
    .Navtitle h1 {
        /*font-size: 50px;*/
        font-size: 30px;
    }

    .Navtitle h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1200px) {
    
    .Navtitle h1 {
        /*font-size: 40px;*/
    }

    .Navtitle h2 {
        font-size: 40px;
    }

    .logoLinks a {
        font-size: 20px;
    }

    .menu > li > a, .menu > li > .deskLabel {
        text-transform: none;
    }

    #left-col2, #right-col2  {
        padding: 0px 20px;
    }
    
}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 990px) {
    .Navtitle {
        flex: 80%;
    }

    .logoLinks {
        display: none;
    }

    .moLabel {
        display: block;
    }
    

    /***** mobile menu responsive code start ******/    

    .moMenu #search, .moMenu .callLine {
        display: none;
    }

    .menuWrap {
        display: none;
    }    

    nav .menu-icon{
        display: block;
    }
    
   nav #show-menu:checked ~ .menu-icon i::before{
        content: "\f00d";
        color: #00395A;
    }

    .moMenu > .moMenuLinks {
        margin: 0;
        position: relative;
        top: 45px;
        margin-bottom: 5em;
    }

    .moMenu > .moMenuLinks li {        
        list-style: none;   
        position: relative;
    }
    
    nav .moMenu {
        display: block;
        position: fixed;
        background: #fff;
        height: 100%;
        width: 100%;
        top: 0em;
        left: -100%;
        margin-left: 0;
        padding-bottom: 100px;
        transition: all 0.3s ease;    
        z-index: 8;
        overflow-y: scroll;
    }
       
    nav #show-menu:checked ~ .NavBottomWrap .NavBottom .moMenu {
        left: 0;
    }
    
    .moMenu > .moMenuLinks > li{
        margin: 15px 20px;
        position: relative;
    }
    
    .moMenu > .moMenuLinks > li > a,
    .moMenu > .moMenuLinks > label{
        font-size: 18px;
        line-height: 30px;
        border-radius: 5px;
        color: #00395A;
        display: block;
        padding: 8px 18px;
        cursor: pointer;
        font-weight: 500;
    }    

    .moMenu > .moMenuLinks > li a:hover {
        color: #0D2152;
    }

    .moMenuDArrow {
        position: absolute;
        top: 11px;
        left: 10.5em;
        color: #0D2152;
    }

    /* dropdown responsive code start */
    .moMenu .moMenuLinks .moMenuDropDown {
        position: relative;
        opacity: 1;
        visibility: visible;
        background: none;
        overflow: hidden;
        transition: all .45s ease-in-out;
        display: none;
    }

    .moMenu .moMenuLinks .moMenuDropDown > li{
        margin: 7px 20px;
        list-style-type: none;
    }

    .moMenu > .moMenuLinks > li >  .moMenuDropDown > li > a,
    .moMenu > .moMenuLinks > li > .moMenuDropDown > label{
        font-size: 18px;
        line-height: 30px;
        border-radius: 5px;
        color: #c5972d;
        display: block;
        padding: 8px 18px;
        cursor: pointer;
        font-weight: 600;
    }    

    .moMenu > .moMenuLinks > .li > .moMenuDropDown > li > a:hover {
        color: #c5972d;
    }
    
    .moMenuDropDown .moSubDropDown {
        position: relative;
        opacity: 1;
        visibility: visible;
        background: none;
        overflow: hidden;
        transition: all .45s ease-in-out;
        display: none;
    }

    .moSubDropDown > li > a,
    .moSubDropDown >label{
        font-size: 18px;
        line-height: 30px;
        border-radius: 5px;
        color: #00395A;
        display: block;
        padding: 8px 18px;
        cursor: pointer;
        font-weight: 500;
    }       

    .moSubDropDown > li > a:hover {
        color: #0D2152;
    }

    /* dropdown responsive code end */
    /***** mobile menu responsive code end *****/

    .otherBtn, .otherBtn:visited {
        width: 92%;
        margin-bottom: 1em;
    }

    .genericBtn {
        max-width: 92% !important;
    }
}

@media screen and (max-width: 900px) {    
    
    .Navtitle h1 {
        /*font-size: 30px;*/
        font-size: 20px;
    }

    .Navtitle h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 780px) {  

    .Navtitle {
        flex: 55%
    }  

}

@media screen and (max-width: 660px) {}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 485px) {
    

    .Navtitle h1 {
        /*font-size: 20px;*/
        font-size: 16px;
        line-height: 20px;
    }

    .Navtitle h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .Navtitle {
        flex: 48%
    }

    nav .menu-icon {
        top: 1.8em;
    }

    .otherBtn, .otherBtn:visited {
        width: 87%;
    }
}

@media screen and (max-width: 380px) {}
    
@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}