* {
    margin: 0;
    padding: 0;
}

  strong , b {
    font-weight: bold;
    letter-spacing: 1.5;
  }

  html , body {
      font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
      overflow-x:hidden;
  }

/**** Aligns control bar settings  ****/

.showControlBar .dnn_mact,
.showControlBar .redactor-dropdown,
.showControlBar.redactor-toolbar-tooltip {
    /*
  margin-top: -53px !important;
  margin-left: inherit !important;
  z-index: 4000;
*/
}


/**** Aligns control bar settings  ****/


/******* 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-weight: normal;
    font-size: 18px;
    font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
    line-height: 30px;
}


h1,
h2,
h3,
h4,
h5,
h6 { 
    font-style: normal;
}

h1 {
    font-size:32px;
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 300;
}

h2 {
    font-size:32px;
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}

h3{
    font-size:24px;
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}
h4 {
    font-size:18px;
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}

p {    
    font-weight: normal;
    font-size: 18px;
    font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
}


a,
a:visited {
    color: #08c;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #08c;
}

ul {
    list-style: disc;
}

li {
    margin-left: 30px;
}

/** Color Hover for Images **/

.squareHover:after {
    background-color: rgba(21,133,212,0.4);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out;
    opacity: 0;
}

.squareHover:hover:after {
    opacity: 1;
}

/** End Color Hover for Images **/

/** Button styles **/

.btnContainer {
    margin-bottom: 20px;
}

.btnContainer a, .btnContainer a:visited {
    font-size: 16px;
    padding: 18px 25px;
    color: #fff;
    background-color: #08c;
    border-radius: 5px;
    display: block;
    transition: all .2s ease-in-out;
    line-height: normal;
    text-align: center;
    text-decoration: none;
}

.btnContainer a:hover {
    color: #fff;
    background-color: #0074ad;
}

.btnContainer a i, .btnContainerMid a i {
    padding-right: 10px;
}


.btnContainerMid {
    padding: 15px 0px;
}

.btnContainerMid a, .btnContainerMid a:visited {
    font-size: 14px;
    padding: 14px 20px;
    color: #fff;
    background-color: #08c;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    line-height: normal;
    text-align: center;
    text-decoration: none;
}

.btnContainerMid a:hover {
    color: #fff;
    background-color: #0074ad;
}

.messageBox {
    color: #5e7f96;
    border: 1px solid #cfebfe;
    background-color: #dff2fe;
    display: block;
    overflow: hidden;
    margin: 3em 0px;
    padding: 1em 1em 1em 4em;
    position: relative;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:  relative;
}

.messageBoxIcon {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    font-size: 1em;
    width: 4em;
}

.messageBoxIcon i {
    font-size: 2.2em;
    line-height: 1;
    color: #0b2c57;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.messageBox h4 {
    color: #1a507f;
}

.messageBox p {
    color: #333;
}

.messageBox p:last-child {
    margin:0;
}

/** End Button styles **/


nav {
    width: 100%;
    position: relative;
    z-index: 101;
    top: 0px;
    transition: 0.3s;
    box-shadow:0px 5px 25px rgb(0 0 0 / 15%);
    background-color: #09111b;
}


.NavTop {
    position: relative;
    display: block;
    border-bottom: 1px solid #eeeeee47;
    background: #09111b;
    padding: 8px 30px;
}

.NavTop * {
    color:white !important;
}

.NavTopWrap {
    position: relative;
    display: table;
    width: 100%;
}

.NavTopLeft, .NavTopRight {
    position: relative;
    display: table-cell;
    width: 50%;
}

.NavTopRight {
    text-align:right;

}
.NavTopLeft span i, .NavTopRight span i{
    margin-right:10px;    
}
.NavTopLeft span, .NavTopRight span{
    font: 16px / 22px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;

}
.NavTopLeft span{
    padding-right:10px;
}
.NavTopRight span{
    padding-left:10px;
}
.NavBottom {
    position: relative;
    width: 100%;
    transition: 0.3s;
    height:75px;

    position: relative;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    flex-flow: row nowrap;
}

.NavBottomWrap {
    padding: 0px;
}

.NavBottomLeftLinks {
    display: table-cell;
    position: relative;
    width: 60%;
}

.NavBottomRightLinks {
    display: table-cell;
    position: relative;
    width: 10%;

}

/***** Google Translate Style ****/

#google_translate_element {
    margin-left: 0;
    display: inline-block;
}

.goog-te-gadget-simple {
    background-color: #fff0 !important;
    border: none !important;
    padding: 0px !important;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.goog-te-gadget-simple>img {
    display: none;
    top: -20px;
    background-color: #ffffff !important;
}

.goog-te-gadget {
    font-family: 'futura-pt-condensed' !important;
    font-size: 11px;
    color: #fff !important;
    white-space: nowrap;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #f1f3f6 !important;
    border: none!important;
    font-size: 14px;
    font-weight: 600;
    font-family: Gibson, sans-serif;
}

.goog-te-gadget a:hover {
    background-color: transparent !important;
}

/***** End Google Translate Style ****/

.Navtitle {
    position: relative;
    left: 60px;
    top: 30px;
    display: inline-block;
    vertical-align: top;
    transition: 0.3s;
}

.logoWrap {
    /*
    float: left;
    padding: 2px 0 0 0;
    transition: 0.3s;
    width: auto;
    */
    position: relative;
    display: flex;
    align-items: center;
}

.right-title {
    position: relative;
    top: 35px;
    left: 215px;
    display: inline-block;
}

.right-title h2 {
    margin:0 !important;
    font-size: 28px;
}

.Logo {
    width: 100px;
    position: relative;
    z-index: 3;
    padding: 0px 50px 0px 50px;
}

.Logo a img {
    width: 100%;      
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
     -ms-transition: 0.3s;
      -o-transition: 0.3s;
         transition: 0.3s;
}

.center {
    margin: 0 auto;
    max-width: 1250px;
    transition: 0.3s;
}

.pageBackground {
    background-size: cover;
    background-attachment: fixed;
    max-height: 700px;
    border-bottom: 5px solid #1D3D69;
}


/*********-- Start search bar  --**********/
.dnnSearchBoxPanel, .dnnSearchResultPanel {max-width: inherit;}	 

.SearchBoxLeft {
    display: none;
}

.searchInputContainer input { 
    color:black !important;
}

.SearchBoxLeft .NormalTextBox {
    padding: 24px;
    font-size: 16px;
    border: none;
}

.SearchBoxLeft .SkinObject {
    background: #ffffff;
    height: 67px;
    width: 67px;
    display: block;
    text-align: center;
}

.SearchBoxRight {
    background: #ffffff;
    height: 67px;
    width: 67px;
    display: block;
    text-align: center;
    color: #0008d0;
}

.SearchBoxRight i {
    position: relative;
    top: 20px;
}

.SkinObject img {
    display: none;
}

#search .NormalTextBox {
    height: 32px;
    top: -7px;
    position: relative;
    border: 1px solid #ccc;
    padding: 0px 10px;
}

#search span a.SkinObject::after {
    font-family: FontAwesome;
    content: "\f002";
    margin: 0px 10px;
    color: white;
    font-size: 15px;
}
/*********--End search bar  --**********/


/***** Nav style Carlos ****/
/*********--Nav Start --**********/

.menu {
    position: relative;
    position: relative;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    flex-grow: 10;
    justify-content: space-around;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;

}
  
.menu > li > a, .menu > li > span {
    display: flex;
    display: -ms-flexbox;
    display: -ms-flex;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: stretch; 
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    color: #f1f3f6;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    font: normal 600 14px / 18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    text-transform: uppercase;
    align-items: center;
    text-decoration: none;
}

.menu > li > .active {
    color: #1585d4;
    background-color: rgba(241,243,246,0.04);
}

.menu > li > a:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #178fe3e6;
    opacity: 0;
    transition: opacity .3s ease;
}
.menu > li > .active::after {
    opacity: 1;
}

.menu > li > a:hover {
    background-color: rgba(23,143,227,0.9);
    color: #fff;
}

.menu > li >.active:hover {
    background-color: rgba(241,243,246,0.04);
    color: #1585d4;
}

.menu > li > span:hover, .menu li:hover > span {
    background-color: rgba(23,143,227,0.9);
    color: #fff !important;
    cursor: pointer;
}

ul.menu > li:focus, .menulink:focus {
    outline: none;
}

.spanActive, .menu > li > .spanActive:hover, .menu li:hover > .spanActive {
    color: #1585d4 !important;
    background-color: rgba(241,243,246,0.04) !important;
}

.spanActive:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #178fe3e6;
    opacity: 0;
    transition: opacity .3s ease;
}
.spanActive::after {
    opacity: 1;
}

ul.menu > li {
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-left: 0px
}
  
ul.menu > li:last-child {border-right:0px solid #fff;}
  

ul.menu li:hover a, ul.menu li:hover span {
    color: #fff;
}

ul.menu li:hover>.tab {
    color: rgb(30, 78, 90);
}

.menu li:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

.menu > li > .dropdown li {
    margin-left: 0px;
}

.menu > li > .dropdown li:hover .subdropdown {
    opacity: 1;
    visibility: visible;
}

.menu > li > .dropdown > li > .active {
    color: #1585d4 !important;
}

.dropdown-sub {
    width: 100%;
    display: block !important;
}

.newdropdown {
    display: none;
    width: 100%;
    height: 400px;
    background-color: beige;
    position: absolute;
}

.menu > li > .dropdown {
    position: absolute;
    width: 280px;
    margin-left: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    top: 100%;
    visibility: hidden;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -ms-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 50%);
    background-color: #1f2933;
    padding: 10px 10px 10px 10px;
    list-style:  none;
}

.subdropdown {
    position: absolute;
    background: #fff;
    width: 280px;
    margin-left: -16.5em;
    top: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -ms-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}

ul.dropdown.last {
    margin-left: -70px;
}

.dropdown li a:hover {
    background-color: transparent !important;
}

.dropdown li a {
    padding: 9px;
    font: 600 14px / 18px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    text-decoration: none;
}

.dropdown-last {
    min-width: 200px;
    display: none;
    position: absolute;
    background-color: #666;
    margin: 0px;
    padding: 10px 0;
    border-left: 1px solid #777;
    border-right: 1px solid #333;
    top: -10px;
    left: 200px;
}

.dropdown-link:link,
.dropdown-link:active,
.dropdown-link:visited {
    display: block;
    padding: 3px 15px;
    line-height: 18px;
    text-decoration: none;
    text-align: left;
    color: white;
    font-weight: normal;
    font-size: 12px;
    border-top: 1px solid #585858;
}

.dropdown-link:hover {
    background-color: #777;
}


/***** End Nav style Carlos ****/
/*********-- End Nav Start --**********/

/***** New Sub Menu style Carlos ****/
/*********-- Mobile Nav Start --**********/
.momenu {
    display: none;
    position: relative;
    top: 0px;
    padding: 0px 20px;
    font-size: 20px;
    z-index: 10;
    width: 100%;
}
.momenuwrap {
  background: #fff;
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  transition: left 0.3s;
  width: 100%;
  z-index: 100;
  display: none;
}
.momenucontainer {
    margin-top: 4em;
  }
.momenucontainer::-webkit-scrollbar {
    display: none;
}
.momenucontainer h1,
.momenucontainer h1 a {
  color: #003f70;
  width: 100%;
  text-align: center;
  z-index: 101;
}
.momenucontainer h1 a {
  display: block;
  font-size: 40px;
  padding: 10px 20px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .3s ease;
}
.momenucontainer h1 a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.toggle-button {
    z-index: 101;
    display: inline-flex;
    align-items: center;
    padding: 4px 1px;
}

.toggle-button .wolverine {
    padding: 0px 0px;
    cursor: pointer;
    -webkit-user-select: none;
    opacity: .97;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.toggle-button .wolverine span {
  display: inline-block;
  text-transform: uppercase;
  line-height: 18px;
  /*font-family: 'futura-pt-condensed', sans-serif;*/
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-left: 0px;
  width: 0px;
  overflow: hidden;
}
.toggle-button .wolverine .claws {
    position: relative;
    top: 8px;
    width: 22px;
    height: 2px;
    background: #fff;
}
.toggle-button .wolverine .claws:before, .toggle-button .wolverine .claws:after {
    display: block;
    content: "";
    height: 2px;
    width: 22px;
    background: #f1f3f6;
    position: absolute;
    z-index: -1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .1s .2s, -webkit-transform .2s ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: all .1s .2s ease, -moz-transform .2s ease;
    -o-transition: all .1s .2s ease, -o-transform .2s ease;
    transition: all .1s .2s ease, transform .2s ease;
}
.toggle-button .wolverine .claws:before {
  top: 8px;
}
.toggle-button .wolverine .claws:after {
  top: -8px;
}

.moWidgets {
    flex: 1 1 0%;
    flex-flow: row wrap;
}

.nav-control {
  position: absolute;
  left: -9999px;
  width: 100%;
  clip: rect(0, 0, 0, 0);
}
.nav-control:checked ~ .momenuwrap {
  display: block;
  opacity: 1;
  transition: left 0.3s, opacity 0.3s;
}

.nav-control:checked ~ .momenucontainer ul li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.nav-control:checked ~ .toggle-button .wolverine .claws {
  -webkit-transition: all .1s 0s;
  -webkit-transition-delay: ease;
  -moz-transition: all .1s 0s ease;
  -o-transition: all .1s 0s ease;
  transition: all .1s 0s ease;
  background: transparent !important;
  z-index: 101;
}
.nav-control:checked ~ .toggle-button .wolverine .claws:before, .nav-control:checked ~ .toggle-button .wolverine .claws:after {
  background: #1585d4;
  -webkit-transition: all .1s ease, -webkit-transform .1s .2s;
  -webkit-transition-delay: 0s, ease;
  -moz-transition: all .1s ease, -moz-transform .1s .2s ease;
  -o-transition: all .1s ease, -o-transform .1s .2s ease;
  transition: all .1s ease, transform .1s .2s ease;
  top: 0;
  width: 20px;
}
.nav-control:checked ~ .toggle-button .wolverine .claws:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.nav-control:checked ~ .toggle-button .wolverine .claws:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.momenulink{
    padding: 8px 20px;
    color: #003f70;
    border-bottom:1px solid #fff;
    width: auto;
    text-align: left;
    margin: 0px auto;

}
.momenutitle {
    line-height: 24px;
    padding: 4px 0;
} 
.momenutitle a:link, .momenutitle a:visited, .momenutitle a:active, .momenutitle span {
    text-decoration:none;
	text-align:Left;
	/*font-family: 'futura-pt-condensed', sans-serif; */
    font-weight:500;
	font-size:18px;
    cursor: pointer;
    color:#333;
    text-transform: uppercase;
}

.momenutitle a.mmactive {
    color: #1585d4;
}
.momenutitle a:hover {
    color:#1585d4;
}

.momenusublink .momenutitle a {
    text-transform: none;
    font-size: 16px;
}
.momenusublink, .momenulastlink{
    padding: 0 0 0 10px;
    border-left: 1px solid #fff;
    display: none;
    margin: 10px 10px 10px 2em;
}
.momenuopen {
    display:none;
	padding: 6px 6px 6px 16px;
    line-height:24px;
	text-decoration:none;
	text-align:Left;
    color: #faa74d;
    font-size: 25px;
    /*font-family: 'futura-pt-condensed', sans-serif;*/
    font-weight: 800;
    cursor: pointer;
    width:100px;
    float:left;
}
.momenuclose, .mosocialmedialinks {
	padding: 20px;
    line-height: 24px;
    text-decoration: none;
    text-align: Left;
    color: #faa74d;
    font-size: 25px;
    /*font-family: 'futura-pt-condensed', sans-serif;*/
    font-weight: 800;
    cursor: pointer;
    background-color: #fff;
}


.momenuddarrow {
    height: 30px;
    width: 30px;
    margin: -4px 11px 1px 1px;
    float: left;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    color: rgba(22,32,43,0.17);
    line-height: 32px;
}
.momenuddarrow:after {
    content:"\2b";
    font-family: FontAwesome;
    font-weight: 800;
    font-size: 30px;
}
.momenuuparrow {
    height: 30px;
    width: 30px;
    margin: -2px 11px 1px 1px;
    float: left;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    color: rgba(22,32,43,0.17);
    line-height: 30px;
}
.momenuuparrow:after {
        content:"\f00d";
        font-family: FontAwesome;
    }
    .momenuddarrow:hover, .momenuuparrow:hover {
        color: rgba(22,32,43,0.17);
        
    } 

.momenuClose {
    display: none;
    padding: 20px;
    background: #003f70;
    color: #fff;
    text-align: right;
}

.moMobileWidgets {
    display: none;    
    flex-flow: row wrap;
    align-items: center;
    padding: 15px 30px;
}

.mini-contacts, .moText-Area p {
    font-size: 13px;
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    color: #16202b;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    font-weight: 600;
}

.mini-contacts i {
    margin-right: 10px;
}

.moText-Area p  {
    margin: 0;
}

/**********-- Mobile Nav end --***********/
/*****End  New Sub Menu style Carlos ****/


/**********************/

section {
    width: 100%;
    height: auto;
    position: relative;
}

#One {
    /*background-image: url(../img/428192.jpg);*/
    /* Full height */
    height: auto;
    /* Create the parallax scrolling effect */
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    top: 0px;
    /*z-index: -1;*/
    position: relative;
}

.HomeSlider {
    /*background-image: url(/Portals/82/Images/courthouseplain-withoutlogo.jpg);
    background-image: url(https://www.harrishelps311.com/Portals/79/Images/bgimg.jpg?ver=2020-07-27-101213-380);*/
    height: 500;
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.SubSlider img {width: 100%;}

.dnnEditState .HomeSlider {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 1100px;
    height: 600px;
    top: 130px;
}

#one,
#Two,
#Three,
#Four,
#Five
{
    padding: 0px;
}
#one{
    background-color: rgb(15, 19, 54);
    background-image: url(/Portals/hccp2/skins/hccp2/assets/img/main-bg/Untitled-design-2020-05-08T125921.128.png);
    background-position: 50% 11px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 64px;
    padding-bottom: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 1;
    min-height: 0px;
}

#Two{
    background-color: #fff;
}

#Three {
    background-color: #09233e;
}

#Four {
    background-color: #101a24;
}

#Five {
    background-color: #09233e;
}

#SubOne {}

#SubTwo,
#SubThree,
#SubFour,
#SubFive {
    background-color: #fff;}

#SubTwo {
    background-color: #f1f3f6;
}

#SubThree {}
#SubFour {
    background-color: #000c23;
}

#SubFive {
    background-color: #09111b;
}

#SubSix {
    background-color: #09233e;
}


.Sub-Page-Title {
    background-color: #09111b;
    border-top: 1px solid #eeeeee1f;
    display: flex;
    grid-area: title;
    position: relative;    
    padding-bottom: 50px;
}

.Sub-Page-Title .center {
    min-height: 220px;
    padding: 10px 40px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.Sub-Page-Title .center:after {
    border-bottom: 1px solid #000000;
    width: calc(1250px - 40px - 40px);
    max-width: calc(100% - 40px - 40px);
    position: absolute;
    width: 100%;
    bottom: 0;
    content: "";
}

.Sub-Page-Title h1 {
    color: #fff;
}


.Section-Title-Wrap {
    padding: 20px 0px;
}

.Section-Content {
    width: 100%;
}

.breadcrumb-wrap {
    text-align: center;
}

.breadcrumb-links {
    background: rgba(255,255,255,0.12);
    border-radius: 2px;
}

.breadcrumb-links a, .breadcrumb-links span {
    color: #f1f3f6;
    font: normal 300 14px / 21px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    padding: 3px 2px;
    text-decoration: none;
}
.breadcrumb-links a:hover {
    color: #fff;
    text-decoration: underline;
}


/* Right Submenu */

#subnav li a,
#subnav li a:visited {
    color: #0E69AD;
    text-decoration: none;
}

#subnav li a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #79bbe7;
}

/* End Right Submenu */


/* START SEARCH STYLING */

.oca-search-results {
    padding:2.5em 0;
}


.oca-search-results .dnnSearchBoxPanel {
	margin:0 auto;
	padding:0 !important;
}

.oca-search-results .dnnSearchBox {
	margin:0 !important;
}

.oca-search-results .dnnSearchResultPanel {
    margin: 0 auto !important;
    background-image: url(/Portals/oca/hc_oca-final.png?ver=PUpVXSy24mgwuOWsvcxWRA%3d%3d);
    background-size: 10% !important;
    padding: 45px 0;
    position: sticky;
    background-color: white;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%), inset 7px 0 0 #0c4280;
    background-position-y: center;
    background-position-x: 15px;
    background-repeat: no-repeat;
}

.oca-search-results .dnnSearchResultContainer {
	max-width: 980px !important;
    	margin: 25px auto !important;
}

.oca-search-results .dnnSearchResultPager  {
	max-width: 980px !important;
   	margin: 0 auto !important;
}

.oca-search-results .dnnSearchResultPager {
	max-width: 980px !important;
    	margin: 0 auto !important;
}

.oca-search-results .dnnSearchResultPanel .selectize-control {
	width:65px;
}

.oca-search-results .dnnSearchResultCountPerPage {
    font-weight: bold;
    color: black !important;
    text-transform: uppercase;
margin: 7px 5px 0 0 !important;
}

.oca-search-results .selectize-input {
border-radius: 0;
    outline: none;
    border: none;
}

/* END SEARCH STYLING */


/*************************************/


/***************************Footer Styles Template Level*************************/

footer {
    width: 100%;
    position: relative;
    left: 0;
    z-index: 100;
    background: #09111b;
}
.footer-info-wrap {
    padding-top: 64px;
    padding-bottom: 32px;
    display: grid;
    grid-template-columns: 20% 26.6% 26.6% 26.6%;
    border-bottom: 1px solid #92a0af61;
}
.footer-info{
    /*
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    box-sizing: border-box;
    width: 25%;
    
    */
    padding: 0 22px;
}
.footer-logo{
    text-align:center;
}
.footer-logo img{
    width: 73%;
}
.footer-title{
    color: #f1f3f6;
    margin-bottom: 15px;
    font: 16px / 23px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    clear: both;
}
.footer-info-text, .footer-info-text p{
    color: #92a0af;
    font: 300 16px / 22px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}
.footer-bottom{
    padding: 15px 0;
    font-size: 14px;
    line-height: 21px;
    color: #92a0af;
}
/***************************End of Footer Styles Template Level*************************/

.download-btn {
    padding: 10px;
    border: 1px solid #0d5c91;
    border-radius: 5px;
    display: block;
    width: 22%;
    min-width: 405px;
    margin: 10px 20px 0;
    text-align: center;
    cursor: pointer;
    background: #0d5c91;
}

.download-btn a,
.download-btn a:hover {
    text-decoration: none;
    color: #fff;
}

.download-btn:hover {
    background-color: #0f89ce;
}

#Five .download-btn {
    margin: 0 auto;
    font: normal bold 18px / 20px;
    text-transform: uppercase;
    color: #fff;
}




/***** Left sub menu ****/
.sbcontainer {
    background-color: #0883c6;
    width: auto;
    padding: 20px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 10px #dcdcdc;
    margin: 0px 20px;
}


.sbcontainer a {
    display: block;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 24px;
    text-decoration: none !important;
    transition: all .5s ease-in-out;
}

.sbcontainer a:hover {
    color: #1d3d69;
}


/***************************Responsive  Section*************************/

@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1445px) {}

@media screen and (max-width: 1550px) {}

@media screen and (max-width: 1360px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1230px) {    
}

@media screen and (max-width: 1200px) {
    .center{width:100%;}
}

@media screen and (max-width: 1150px) {
    .NavBottom {
        display: none;
    }

    .momenu {
        display: flex;
    }

    .moNav {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 1050px) {
    .NavTop {
        display: none;
    }

    .moMobileWidgets {
        display: block;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 990px) {
    
    .dnn-cl .col-sm-6, #Four .dnn-cl .col-sm-6 {
        width: 100% !important;
    }
      
    #Three .dnn-cl .col-sm-4 {
        width: 100% !important;
    }

    #SubSix .dnn-cl .col-sm-4 {
        width: 100% !important;
    }    

    .Sub-Page-Title h1 {
        text-align: center;
    }


    .footer-info-wrap {
        grid-template-columns: 100%;
    }

    .footer-logo img {
        width: 20%;
    }
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {}


@media screen and (max-width: 485px) {}

@media screen and (max-width: 380px) {}
    
@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}